Module: wine
Branch: master
Commit: 8276bf6648ca1ae0883a7724749ab23826aeae11
URL: http://source.winehq.org/git/wine.git/?a=commit;h=8276bf6648ca1ae0883a77247…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:21:56 2007 +0200
msvidc32: Add Swedish translation.
---
dlls/msvidc32/msvidc32_Sv.rc | 25 +++++++++++++++++++++++++
dlls/msvidc32/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/dlls/msvidc32/msvidc32_Sv.rc b/dlls/msvidc32/msvidc32_Sv.rc
new file mode 100644
index 0000000..b78806e
--- /dev/null
+++ b/dlls/msvidc32/msvidc32_Sv.rc
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2007 Daniel Nylander
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_NAME "MS-CRAM"
+ IDS_DESCRIPTION "Wine Video 1 videokodek"
+}
diff --git a/dlls/msvidc32/rsrc.rc b/dlls/msvidc32/rsrc.rc
index e7d9384..8618ddf 100644
--- a/dlls/msvidc32/rsrc.rc
+++ b/dlls/msvidc32/rsrc.rc
@@ -26,4 +26,5 @@
#include "msvidc32_Ko.rc"
#include "msvidc32_No.rc"
#include "msvidc32_Pl.rc"
+#include "msvidc32_Sv.rc"
#include "msvidc32_Tr.rc"
Module: wine
Branch: master
Commit: e463e5d7c41345bf9159b82f8a2344aa6b1a337e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e463e5d7c41345bf9159b82f8…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:24:14 2007 +0200
shlwapi: Add Swedish translation.
---
dlls/shlwapi/shlwapi.rc | 1 +
dlls/shlwapi/shlwapi_Sv.rc | 43 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/dlls/shlwapi/shlwapi.rc b/dlls/shlwapi/shlwapi.rc
index d81bcc7..2564c29 100644
--- a/dlls/shlwapi/shlwapi.rc
+++ b/dlls/shlwapi/shlwapi.rc
@@ -39,4 +39,5 @@
#include "shlwapi_No.rc"
#include "shlwapi_Pl.rc"
#include "shlwapi_Pt.rc"
+#include "shlwapi_Sv.rc"
#include "shlwapi_Tr.rc"
diff --git a/dlls/shlwapi/shlwapi_Sv.rc b/dlls/shlwapi/shlwapi_Sv.rc
new file mode 100644
index 0000000..885d7bb
--- /dev/null
+++ b/dlls/shlwapi/shlwapi_Sv.rc
@@ -0,0 +1,43 @@
+/*
+ * Swedish resources for shlwapi
+ *
+ * Copyright 2007 Daniel Nylander
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
+
+IDD_ERR_DIALOG DIALOG MOVEABLE DISCARDABLE 0, 0, 220, 60
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Fel!"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20
+ LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8
+ CHECKBOX "Visa inte &det h�r meddelandet igen", IDC_ERR_DONT_SHOW, 5, 20, 210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&OK" IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Avbryt" IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Ja" IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON L"&Nej" IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_BYTES_FORMAT "%ld byte"
+ IDS_TIME_INTERVAL_HOURS " h"
+ IDS_TIME_INTERVAL_MINUTES " min"
+ IDS_TIME_INTERVAL_SECONDS " s"
+}
Module: wine
Branch: master
Commit: 2c897c7f49df7490aec5227d1b8b286fa2e86139
URL: http://source.winehq.org/git/wine.git/?a=commit;h=2c897c7f49df7490aec5227d1…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:25:12 2007 +0200
winspool.drv: Add Swedish translation.
---
dlls/winspool.drv/Sv.rc | 39 +++++++++++++++++++++++++++++++++++++++
dlls/winspool.drv/winspool.rc | 1 +
2 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/dlls/winspool.drv/Sv.rc b/dlls/winspool.drv/Sv.rc
new file mode 100644
index 0000000..ab42cc9
--- /dev/null
+++ b/dlls/winspool.drv/Sv.rc
@@ -0,0 +1,39 @@
+/*
+ * Swedish resources for winspool
+ *
+ * Copyright 2007 Daniel Nylander
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
+
+FILENAME_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47
+STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
+CAPTION "Skriv ut till fil"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "&Filnamn f�r utdata:", -1, 7, 13, 194, 13, WS_VISIBLE
+ EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
+ DEFPUSHBUTTON "OK", IDOK, 199, 10, 40, 14, WS_VISIBLE
+ PUSHBUTTON "Avbryt", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_CAPTION "Lokal port"
+ IDS_FILE_EXISTS "Utdatafilen finns redan. Klicka p� OK f�r att skriva �ver."
+ IDS_CANNOT_OPEN "Kunde inte skapa utdatafilen."
+}
diff --git a/dlls/winspool.drv/winspool.rc b/dlls/winspool.drv/winspool.rc
index a5b4328..1de46a2 100644
--- a/dlls/winspool.drv/winspool.rc
+++ b/dlls/winspool.drv/winspool.rc
@@ -52,4 +52,5 @@
#include "No.rc"
#include "Pl.rc"
#include "Ru.rc"
+#include "Sv.rc"
#include "Tr.rc"
Module: wine
Branch: master
Commit: ece7861c1f0a3017da088c2825b29c98389f9e80
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ece7861c1f0a3017da088c282…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:24:35 2007 +0200
wineps.drv: Add Swedish translation.
---
dlls/wineps.drv/rsrc.rc | 1 +
dlls/wineps.drv/wps_Sv.rc | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/dlls/wineps.drv/rsrc.rc b/dlls/wineps.drv/rsrc.rc
index 43b4372..47238b4 100644
--- a/dlls/wineps.drv/rsrc.rc
+++ b/dlls/wineps.drv/rsrc.rc
@@ -55,4 +55,5 @@
#include "wps_Ru.rc"
#include "wps_Si.rc"
#include "wps_Sk.rc"
+#include "wps_Sv.rc"
#include "wps_Tr.rc"
diff --git a/dlls/wineps.drv/wps_Sv.rc b/dlls/wineps.drv/wps_Sv.rc
new file mode 100644
index 0000000..1928e29
--- /dev/null
+++ b/dlls/wineps.drv/wps_Sv.rc
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2007 Daniel Nylander
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
+
+PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
+STYLE WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
+CAPTION "Papper"
+FONT 8, "MS Shell Dlg"
+{
+ LTEXT "Papperssto&rlek:", -1, 10, 6, 100, 8
+ LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
+ WS_TABSTOP
+ GROUPBOX "Orientering", -1, 10, 80, 200, 50
+ CONTROL "&St�ende", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
+ WS_TABSTOP, 20, 90, 60, 10
+ CONTROL "&Liggande", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
+ 20, 110, 60, 10
+ LTEXT "Dubbelsidig:", IDD_DUPLEX_NAME, 10, 140, 100, 8
+ COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
+ WS_TABSTOP
+}
Module: wine
Branch: master
Commit: df77ad41e13e46000ed9e110babd59fbc7618f20
URL: http://source.winehq.org/git/wine.git/?a=commit;h=df77ad41e13e46000ed9e110b…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:23:09 2007 +0200
sane.ds: Add Swedish translation.
---
dlls/sane.ds/rsrc.rc | 1 +
dlls/sane.ds/sane_Sv.rc | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/dlls/sane.ds/rsrc.rc b/dlls/sane.ds/rsrc.rc
index 037d2c5..c022575 100644
--- a/dlls/sane.ds/rsrc.rc
+++ b/dlls/sane.ds/rsrc.rc
@@ -33,3 +33,4 @@
#include "sane_Nl.rc"
#include "sane_No.rc"
#include "sane_Pl.rc"
+#include "sane_Sv.rc"
diff --git a/dlls/sane.ds/sane_Sv.rc b/dlls/sane.ds/sane_Sv.rc
new file mode 100644
index 0000000..10dcd2e
--- /dev/null
+++ b/dlls/sane.ds/sane_Sv.rc
@@ -0,0 +1,40 @@
+/*
+ * Swedish resources for Twain
+ *
+ * Copyright 2007 Daniel Nylander
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "Bildinl�sning"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "L�ser in bild.... var god v�nta",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+STRINGTABLE DISCARDABLE
+{
+ 0 ""
+ 1 "px"
+ 2 "b"
+ 3 "mm"
+ 4 "dpi"
+ 5 "%"
+ 6 "ns"
+}
Module: wine
Branch: master
Commit: 3809c83ef33e62aee15a079f6d0bb832d1c75b5f
URL: http://source.winehq.org/git/wine.git/?a=commit;h=3809c83ef33e62aee15a079f6…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:22:52 2007 +0200
oledlg: Add Swedish translation.
---
dlls/oledlg/oledlg_Sv.rc | 95 ++++++++++++++++++++++++++++++++++++++++++++++
dlls/oledlg/rsrc.rc | 1 +
2 files changed, 96 insertions(+), 0 deletions(-)
diff --git a/dlls/oledlg/oledlg_Sv.rc b/dlls/oledlg/oledlg_Sv.rc
new file mode 100644
index 0000000..43db676
--- /dev/null
+++ b/dlls/oledlg/oledlg_Sv.rc
@@ -0,0 +1,95 @@
+/*
+ * Copyright 2007 Daniel Nylander
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
+
+UIINSERTOBJECT DIALOG DISCARDABLE 0, 0, 294, 151
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Infoga objekt"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LISTBOX IDC_OBJTYPELIST,82,19,131,66,LBS_SORT |
+ LBS_NOINTEGRALHEIGHT | WS_VISIBLE | WS_VSCROLL |
+ WS_TABSTOP
+ LTEXT "Objekttyp:",IDC_OBJTYPELBL,82,7,53,8,WS_VISIBLE
+ DEFPUSHBUTTON "OK",IDOK,221,7,66,14
+ PUSHBUTTON "Avbryt",IDCANCEL,221,24,66,14
+ GROUPBOX "Resultat",IDC_RESULT,7,103,208,41
+ CONTROL "Skapa ny",IDC_CREATENEW,"Button",BS_AUTORADIOBUTTON |
+ WS_GROUP,7,20,62,10
+ CONTROL "Create Control",IDC_CREATECONTROL,"Button",
+ BS_AUTORADIOBUTTON | NOT WS_VISIBLE,7,54,62,10
+ CONTROL "Skapa fr�n fil",IDC_CREATEFROMFILE,"Button",
+ BS_AUTORADIOBUTTON,7,37,67,10
+ LTEXT "",IDC_RESULTDESC,49,112,159,23
+ PUSHBUTTON "&Add Control...",IDC_ADDCONTROL,81,88,63,14,NOT WS_VISIBLE
+ CONTROL "Visa som ikon",IDC_ASICON,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP | NOT WS_VISIBLE,223,58,64,10
+ PUSHBUTTON "Bl�ddra...",IDC_BROWSE,83,53,50,14,NOT WS_VISIBLE
+ LTEXT "Fil:",IDC_FILELBL,83,27,20,8, NOT WS_VISIBLE
+ EDITTEXT IDC_FILE,83,37,132,13,ES_AUTOHSCROLL | NOT WS_VISIBLE
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_RESULTOBJDESC "Infoga ett nytt %s-objekt i ditt dokument"
+ IDS_RESULTFILEOBJDESC "Insert the contents of the file as an object into your document so that you may activate it using the program which created it."
+ IDS_BROWSE "Bl�ddra"
+ IDS_NOTOLEMOD "File does not appear to be a valid OLE module. Unable to register OLE control."
+ IDS_NOTOLEMODCAPTION "Add Control"
+}
+
+IDD_PASTESPECIAL4 DIALOG DISCARDABLE 3, 15, 293, 140
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Paste Special"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "K�lla:", -1, 6, 9, 30, 8, WS_VISIBLE | WS_GROUP
+ CONTROL "Klistra &in", IDC_PS_PASTE, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE,
+ 6, 38, 55, 10
+ CONTROL "Klistra in &l�nk", IDC_PS_PASTELINK, "Button", BS_AUTORADIOBUTTON | WS_VISIBLE,
+ 6, 63, 55, 10
+ LTEXT "&Som:", -1, 65, 25, 16, 8, WS_VISIBLE | WS_GROUP
+ LISTBOX IDC_PS_PASTELIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
+ LISTBOX IDC_PS_PASTELINKLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | NOT WS_VISIBLE
+ LISTBOX IDC_PS_DISPLAYLIST, 65, 36, 153, 57, LBS_NOTIFY | LBS_USETABSTOPS | WS_VSCROLL | WS_BORDER | WS_VISIBLE
+ CONTROL "OK", IDOK, "Button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_GROUP | WS_VISIBLE, 224, 6, 66, 14
+ CONTROL "Avbryt", IDCANCEL, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 23, 66, 14
+ CONTROL "&Hj�lp", IDC_OLEUIHELP, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 42, 66, 14
+ CONTROL "&Visa som ikon", IDC_PS_DISPLAYASICON, "Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_VISIBLE, 224, 59, 66, 14
+ CONTROL "", IDC_PS_ICONDISPLAY, "Static", SS_ICON | WS_VISIBLE, 224, 75, 66, 44
+ CONTROL "Byt &ikon...", IDC_PS_CHANGEICON, "Button", BS_PUSHBUTTON | WS_TABSTOP | WS_VISIBLE, 224, 123, 66, 14
+ CONTROL "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
+ CONTROL "<< result text goes here >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
+ CONTROL "Resultat", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
+ CONTROL "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_PS_PASTE_DATA "Inserts the contents of the clipboard into your document as %s."
+ IDS_PS_PASTE_OBJECT "Inserts the contents of the clipboard into your document so that you can activate it using %s."
+ IDS_PS_PASTE_OBJECT_AS_ICON "Inserts the contents of the clipboard into your document so that you can activate it using %s. It will be displayed as an icon."
+ IDS_PS_PASTE_LINK_DATA "Inserts the contents of the clipboard into your document as %s. The data is linked to the source file so that changes to the file will be reflected in your document."
+ IDS_PS_PASTE_LINK_OBJECT "Inserts a picture of the clipboard contents into your document. The picture is linked to the source file so that changes to the file will be reflected in your document."
+ IDS_PS_PASTE_LINK_OBJECT_AS_ICON "Inserts a shortcut which points to the location of the clipboard contents. The shortcut is linked to the source file so that changes to the file will be reflected in your document."
+ IDS_PS_NON_OLE "Inserts the contents of the clipboard into your document."
+ IDS_PS_UNKNOWN_TYPE "Unknown Type"
+ IDS_PS_UNKNOWN_SRC "Unknown Source"
+ IDS_PS_UNKNOWN_APP "the program which created it"
+}
diff --git a/dlls/oledlg/rsrc.rc b/dlls/oledlg/rsrc.rc
index e359a4e..d8f7d6a 100644
--- a/dlls/oledlg/rsrc.rc
+++ b/dlls/oledlg/rsrc.rc
@@ -46,4 +46,5 @@
#include "oledlg_No.rc"
#include "oledlg_Pl.rc"
#include "oledlg_Pt.rc"
+#include "oledlg_Sv.rc"
#include "oledlg_Tr.rc"
Module: wine
Branch: master
Commit: 2a194ff8c996adca878e467d84fd3021c561f350
URL: http://source.winehq.org/git/wine.git/?a=commit;h=2a194ff8c996adca878e467d8…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:21:33 2007 +0200
msvfw32: Add Swedish translation.
---
dlls/msvfw32/msvfw32_Sv.rc | 51 ++++++++++++++++++++++++++++++++++++++++++++
dlls/msvfw32/rsrc.rc | 1 +
2 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/dlls/msvfw32/msvfw32_Sv.rc b/dlls/msvfw32/msvfw32_Sv.rc
new file mode 100644
index 0000000..5413bf5
--- /dev/null
+++ b/dlls/msvfw32/msvfw32_Sv.rc
@@ -0,0 +1,51 @@
+/*
+ * Copyright 2007 Daniel Nylander
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
+
+ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE 36, 24, 187, 95
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Videokomprimering"
+FONT 8, "MS Shell Dlg"
+{
+ DEFPUSHBUTTON "OK",IDOK,129,2,49,14
+ PUSHBUTTON "Avbryt",IDCANCEL,129,18,49,14
+
+ LTEXT "&Komprimering:",-1,9,6,105,8
+ COMBOBOX 880,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+
+ PUSHBUTTON "Kon&figurera...",882,129,36,49,14
+ PUSHBUTTON "&Om...",883,129,52,49,14
+
+ SCROLLBAR 884,9,44,111,9,WS_TABSTOP
+
+ LTEXT "Komprimeringsk&valitet:",886,9,34,80,8
+
+ CONTROL "&Nyckelbildrutor varje",887,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,60,66,12
+ EDITTEXT 888,78,60,22,12
+ LTEXT "frames",889,103,62,26,10
+
+ CONTROL "&Datafrekvens",894,"Button",BS_AUTOCHECKBOX|WS_TABSTOP,9,76,66,12
+ EDITTEXT 895,78,76,22,12
+ LTEXT "KB/s",896,102,78,26,10
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_FULLFRAMES "Hela bildrutor (okomprimerat)"
+}
diff --git a/dlls/msvfw32/rsrc.rc b/dlls/msvfw32/rsrc.rc
index f0471f3..089c0b2 100644
--- a/dlls/msvfw32/rsrc.rc
+++ b/dlls/msvfw32/rsrc.rc
@@ -27,4 +27,5 @@
#include "msvfw32_Ko.rc"
#include "msvfw32_No.rc"
#include "msvfw32_Pl.rc"
+#include "msvfw32_Sv.rc"
#include "msvfw32_Tr.rc"
Module: wine
Branch: master
Commit: 59450c91ffc037e215909ad2c2f63b429306dd30
URL: http://source.winehq.org/git/wine.git/?a=commit;h=59450c91ffc037e215909ad2c…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:20:52 2007 +0200
msi: Add Swedish translation.
---
dlls/msi/msi.rc | 1 +
dlls/msi/msi_Sv.rc | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc
index cd523e8..d9ac96d 100644
--- a/dlls/msi/msi.rc
+++ b/dlls/msi/msi.rc
@@ -42,6 +42,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "msi_Pl.rc"
#include "msi_Pt.rc"
#include "msi_Ru.rc"
+#include "msi_Sv.rc"
#include "msi_Tr.rc"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
diff --git a/dlls/msi/msi_Sv.rc b/dlls/msi/msi_Sv.rc
new file mode 100644
index 0000000..31571a5
--- /dev/null
+++ b/dlls/msi/msi_Sv.rc
@@ -0,0 +1,34 @@
+/*
+ * Swedish resources for MSI
+ *
+ * Copyright 2007 Daniel Nylander
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ 4 "Det angivna installationspaketet kunde inte �ppnas. Kontrollera fils�kv�gen och f�rs�k igen."
+ 5 "s�kv�gen %s hittades inte"
+ 9 "mata in %s"
+ 10 "felaktiga parametrar"
+ 11 "ange vilken mapp som inneh�ller %s"
+ 12 "installationsk�lla f�r funktion saknar"
+ 13 "n�tverksenhet f�r funktion saknar"
+ 14 "funktion fr�n:"
+ 15 "v�lj den mapp som inneh�ller %s"
+}