Module: wine
Branch: master
Commit: b33266f84390e6d0e253b4260ab56d5fd41a87e0
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b33266f84390e6d0e253b4260…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:19:14 2007 +0200
localui: Add Swedish translation.
---
dlls/localui/localui.rc | 1 +
dlls/localui/ui_Sv.rc | 54 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/dlls/localui/localui.rc b/dlls/localui/localui.rc
index 5dc7ec8..0c3391c 100644
--- a/dlls/localui/localui.rc
+++ b/dlls/localui/localui.rc
@@ -43,3 +43,4 @@
#include "ui_Ko.rc"
#include "ui_No.rc"
#include "ui_Pl.rc"
+#include "ui_Sv.rc"
diff --git a/dlls/localui/ui_Sv.rc b/dlls/localui/ui_Sv.rc
new file mode 100644
index 0000000..632f788
--- /dev/null
+++ b/dlls/localui/ui_Sv.rc
@@ -0,0 +1,54 @@
+/*
+ * Swedish resources for localui
+ *
+ * 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
+
+ADDPORT_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 "L�gg till en lokal port"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "&Ange portnamnet att l�gga till:", -1, 7, 13, 194, 13, WS_VISIBLE
+ EDITTEXT ADDPORT_EDIT, 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
+
+
+LPTCONFIG_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 220, 47
+STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
+CAPTION "Konfigurera LPT-port"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ GROUPBOX "Tidsgr�ns (sekunder)", LPTCONFIG_GROUP, 6, 6, 150, 35, BS_GROUPBOX
+ LTEXT "�ve&rf�ringsf�rs�k:", -1, 14, 22, 90, 13, WS_VISIBLE
+ EDITTEXT LPTCONFIG_EDIT, 112, 20, 32, 13, WS_VISIBLE | ES_NUMBER
+ DEFPUSHBUTTON "OK", IDOK, 164, 10, 50, 14, WS_VISIBLE
+ PUSHBUTTON "Avbryt", IDCANCEL, 164, 27, 50, 14, WS_VISIBLE
+END
+
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_LOCALPORT "Lokal port"
+ IDS_INVALIDNAME "'%s' �r inte ett giltigt portnamn"
+ IDS_PORTEXISTS "Porten %s finns redan"
+ IDS_NOTHINGTOCONFIG "Denna port har inga alternativ att konfigurera"
+}
Module: wine
Branch: master
Commit: e145a6ce2d730cebfe2d8717f55d47433644b661
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e145a6ce2d730cebfe2d8717f…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:18:38 2007 +0200
iccvid: Add Swedish translation.
---
dlls/iccvid/iccvid_Sv.rc | 25 +++++++++++++++++++++++++
dlls/iccvid/rsrc.rc | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/dlls/iccvid/iccvid_Sv.rc b/dlls/iccvid/iccvid_Sv.rc
new file mode 100644
index 0000000..aa52a5e
--- /dev/null
+++ b/dlls/iccvid/iccvid_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 "Cinepak videokodek"
+ IDS_DESCRIPTION "Cinepak videokodek"
+}
diff --git a/dlls/iccvid/rsrc.rc b/dlls/iccvid/rsrc.rc
index 06ccbf8..58d820a 100644
--- a/dlls/iccvid/rsrc.rc
+++ b/dlls/iccvid/rsrc.rc
@@ -26,4 +26,5 @@
#include "iccvid_Ko.rc"
#include "iccvid_No.rc"
#include "iccvid_Pl.rc"
+#include "iccvid_Sv.rc"
#include "iccvid_Tr.rc"
Module: wine
Branch: master
Commit: 94336f7f79b1c134d6c6c95c4610068ac454e08b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=94336f7f79b1c134d6c6c95c4…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:18:01 2007 +0200
gphoto2.ds: Add Swedish translation.
---
dlls/gphoto2.ds/gphoto2_Sv.rc | 55 +++++++++++++++++++++++++++++++++++++++++
dlls/gphoto2.ds/rsrc.rc | 1 +
2 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/dlls/gphoto2.ds/gphoto2_Sv.rc b/dlls/gphoto2.ds/gphoto2_Sv.rc
new file mode 100644
index 0000000..fb5e26d
--- /dev/null
+++ b/dlls/gphoto2.ds/gphoto2_Sv.rc
@@ -0,0 +1,55 @@
+/*
+ * English 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_CAMERAUI DIALOG DISCARDABLE 0, 0, 372, 273
+STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE |
+ WS_CAPTION | WS_SYSMENU
+CAPTION "Filer p� kamera"
+MENU 20545
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "List1",IDC_LIST1,"SysListView32", LVS_ICON | WS_BORDER |
+WS_TABSTOP,7,7,358,229
+ DEFPUSHBUTTON "Importera markerade",IDC_IMPORT,152,252,72,14
+ PUSHBUTTON "F�rhandsvisa",IDC_FETCH,7,252,64,14
+ PUSHBUTTON "Importera alla",IDC_IMPORTALL,80,252,64,14
+ CONTROL "Hoppa �ver",IDC_SKIP,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,230,252,76,14
+ PUSHBUTTON "Avsluta",IDC_EXIT,315,252,50,14
+END
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "�verf�r"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "�verf�r.... var god v�nta",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+IDD_CONNECTING DIALOG DISCARDABLE 0, 0, 280, 116
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU| WS_VISIBLE | DS_CENTER
+CAPTION "Ansluter till kamera"
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "",IDC_BITMAP,"Static",SS_BITMAP|SS_CENTERIMAGE,4,4,110,110
+ LTEXT "Ansluter till kamera... v�nta",IDC_STATIC,128,58,
+ 116,8
+END
diff --git a/dlls/gphoto2.ds/rsrc.rc b/dlls/gphoto2.ds/rsrc.rc
index 558bb6a..10cc63f 100644
--- a/dlls/gphoto2.ds/rsrc.rc
+++ b/dlls/gphoto2.ds/rsrc.rc
@@ -33,3 +33,4 @@
#include "gphoto2_Nl.rc"
#include "gphoto2_No.rc"
#include "gphoto2_Pl.rc"
+#include "gphoto2_Sv.rc"
Module: wine
Branch: master
Commit: 8290a43bd7188430bfc05f51c1334d2ca754cdc9
URL: http://source.winehq.org/git/wine.git/?a=commit;h=8290a43bd7188430bfc05f51c…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:17:15 2007 +0200
credui: Add Swedish translation.
---
dlls/credui/credui.rc | 1 +
dlls/credui/credui_Sv.rc | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/dlls/credui/credui.rc b/dlls/credui/credui.rc
index de238af..6e82344 100644
--- a/dlls/credui/credui.rc
+++ b/dlls/credui/credui.rc
@@ -29,3 +29,4 @@
#include "credui_Ko.rc"
#include "credui_No.rc"
#include "credui_Pl.rc"
+#include "credui_Sv.rc"
diff --git a/dlls/credui/credui_Sv.rc b/dlls/credui/credui_Sv.rc
new file mode 100644
index 0000000..c61275f
--- /dev/null
+++ b/dlls/credui/credui_Sv.rc
@@ -0,0 +1,36 @@
+/*
+ * Swedish language resource file for Credentials UI
+ *
+ * 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_CREDDIALOG DIALOG DISCARDABLE 0, 0, 220, 82
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Ange anv�ndarnamn och l�senord"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "A&nv�ndarnamn:",IDC_STATIC,7,10,72,12,SS_CENTERIMAGE
+ EDITTEXT IDC_USERNAME,80,10,130,12,ES_AUTOHSCROLL
+ LTEXT "&L�senord:",IDC_STATIC,7,27,72,12,SS_CENTERIMAGE
+ EDITTEXT IDC_PASSWORD,80,27,130,12,ES_PASSWORD | ES_AUTOHSCROLL
+ LTEXT "&Dom�nnamn:",IDC_STATIC,7,44,72,12,SS_CENTERIMAGE
+ EDITTEXT IDC_DOMAIN,80,44,130,12,ES_AUTOHSCROLL
+ DEFPUSHBUTTON "OK",IDOK,7,61,50,14
+ PUSHBUTTON "Avbryt",IDCANCEL,67,61,50,14
+END
Module: wine
Branch: master
Commit: 7563145fa7b8457a7ab900233a29e138f35e31ae
URL: http://source.winehq.org/git/wine.git/?a=commit;h=7563145fa7b8457a7ab900233…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:16:38 2007 +0200
avifil32: Add Swedish translation.
---
dlls/avifil32/avifile_Sv.rc | 50 +++++++++++++++++++++++++++++++++++++++++++
dlls/avifil32/rsrc.rc | 1 +
2 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/dlls/avifil32/avifile_Sv.rc b/dlls/avifil32/avifile_Sv.rc
new file mode 100644
index 0000000..3517edd
--- /dev/null
+++ b/dlls/avifil32/avifile_Sv.rc
@@ -0,0 +1,50 @@
+/*
+ * 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_SAVEOPTIONS DIALOG FIXED IMPURE 43, 37, 196, 82
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Komprimeringsalternativ"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "&V�lj en str�m:",-1,2,5,114,10
+ COMBOBOX IDC_STREAM,2,18,134,61,CBS_DROPDOWNLIST | WS_VSCROLL |
+ WS_TABSTOP
+ PUSHBUTTON "A<ernativ...",IDC_OPTIONS,145,17,45,14
+ AUTOCHECKBOX "&Interfoliera varje",IDC_INTERLEAVE,3,42,60,11,WS_TABSTOP
+ EDITTEXT IDC_INTERLEAVEEVERY,66,41,32,12,ES_AUTOHSCROLL
+ LTEXT "frames",-1,104,43,36,9
+ LTEXT "Aktuellt format:",-1,3,56,53,9
+ LTEXT "Detta utrymme uthyres",IDC_FORMATTEXT,55,56,90,26
+ DEFPUSHBUTTON "OK",IDOK,145,42,45,14
+ PUSHBUTTON "Avbryt",IDCANCEL,145,61,45,14
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_WAVESTREAMFORMAT "V�gform: %s"
+ IDS_WAVEFILETYPE "V�gform"
+ IDS_ALLMULTIMEDIA "Alla multimediafiler"
+ IDS_ALLFILES "Alla filer (*.*)(a)*.*"
+ IDS_VIDEO "video"
+ IDS_AUDIO "ljud"
+ IDS_AVISTREAMFORMAT "%s %s #%d"
+ IDS_AVIFILETYPE "Wine AVI-standardfilhanterare"
+ IDS_UNCOMPRESSED "okomprimerad"
+}
diff --git a/dlls/avifil32/rsrc.rc b/dlls/avifil32/rsrc.rc
index a1bc0a1..c8c0682 100644
--- a/dlls/avifil32/rsrc.rc
+++ b/dlls/avifil32/rsrc.rc
@@ -53,4 +53,5 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "avifile_Pt.rc"
#include "avifile_Ru.rc"
#include "avifile_Si.rc"
+#include "avifile_Sv.rc"
#include "avifile_Tr.rc"
Module: wine
Branch: master
Commit: da7c0aa2089b58afe61f875de2231fea0d0e6e2b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=da7c0aa2089b58afe61f875de…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:11:33 2007 +0200
clock: Update Swedish translation.
---
programs/clock/Sv.rc | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
programs/clock/Sw.rc | 48 --------------------------------
programs/clock/rsrc.rc | 2 +-
3 files changed, 73 insertions(+), 49 deletions(-)
diff --git a/programs/clock/Sv.rc b/programs/clock/Sv.rc
new file mode 100644
index 0000000..8cc4720
--- /dev/null
+++ b/programs/clock/Sv.rc
@@ -0,0 +1,72 @@
+/*
+ * Clock (Swedish resources)
+ *
+ * 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
+
+MAIN_MENU MENU
+{
+ POPUP "&Egenskaper" {
+ MENUITEM "Ana&log", IDM_ANALOG
+ MENUITEM "Digi&tal", IDM_DIGITAL
+ MENUITEM SEPARATOR
+ MENUITEM "&Typsnitt...", IDM_FONT
+ MENUITEM SEPARATOR
+ MENUITEM "&Utan titellist", IDM_NOTITLE
+ MENUITEM SEPARATOR
+ MENUITEM "&Sekunder", IDM_SECONDS
+ MENUITEM "&Datum", IDM_DATE
+ MENUITEM SEPARATOR
+ MENUITEM "&Alltid �verst", IDM_ONTOP
+ }
+ POPUP "Inf&o" {
+ MENUITEM "&Licens...", IDM_LICENSE
+ MENUITEM "&INGEN GARANTI...", IDM_NOWARRANTY
+ MENUITEM "&Om Clock...", IDM_ABOUT
+ }
+}
+
+STRINGTABLE DISCARDABLE
+{
+IDS_CLOCK, "Clock"
+}
+
+STRINGTABLE DISCARDABLE LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
+{
+IDS_LICENSE_CAPTION, "LICENS"
+IDS_LICENSE,
+"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.\n\
+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.\n\
+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"
+
+IDS_WARRANTY_CAPTION, "INGEN GARANTI"
+IDS_WARRANTY,
+"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."
+}
diff --git a/programs/clock/Sw.rc b/programs/clock/Sw.rc
deleted file mode 100644
index 0d7e7a8..0000000
--- a/programs/clock/Sw.rc
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * Clock (Swedish resources)
- *
- * Copyright 1998 Marcel Baur <mbaur(a)g26.ethz.ch>
- * Translated into Swedish by Karl Backstr�m <karl_b(a)geocities.com>
- * Copyright 2002 Sylvain Petreolle <spetreolle(a)yahoo.fr>
- *
- * 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
- */
-
-MAIN_MENU MENU LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
-{
- POPUP "&Egenskaper" {
- MENUITEM "Ana&log", IDM_ANALOG
- MENUITEM "Digi&tal", IDM_DIGITAL
- MENUITEM SEPARATOR
- MENUITEM "&Font...", IDM_FONT
- MENUITEM SEPARATOR
- MENUITEM "&Utan Titlebar", IDM_NOTITLE
- MENUITEM SEPARATOR
- MENUITEM "&Sekunder", IDM_SECONDS
- MENUITEM "&Datum", IDM_DATE
- MENUITEM SEPARATOR
- MENUITEM "&Alltid �verst", IDM_ONTOP
- }
- POPUP "Inf&o" {
- MENUITEM "&Licens...", IDM_LICENSE
- MENUITEM "&INGEN GARANTI...", IDM_NOWARRANTY
- MENUITEM "&Om Klockan...", IDM_ABOUT
- }
-}
-
-STRINGTABLE DISCARDABLE LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
-{
-IDS_CLOCK, "Klockan"
-}
diff --git a/programs/clock/rsrc.rc b/programs/clock/rsrc.rc
index 092293f..53c5b95 100644
--- a/programs/clock/rsrc.rc
+++ b/programs/clock/rsrc.rc
@@ -41,7 +41,7 @@
#include "Ru.rc"
#include "Si.rc"
#include "Sk.rc"
-#include "Sw.rc"
+#include "Sv.rc"
#include "Th.rc"
#include "Tr.rc"
#include "Wa.rc"
Module: wine
Branch: master
Commit: 875c255f9d45addf487a669fba12bf1117ef3afd
URL: http://source.winehq.org/git/wine.git/?a=commit;h=875c255f9d45addf487a669fb…
Author: Daniel Nylander <po(a)danielnylander.se>
Date: Mon Oct 15 22:13:03 2007 +0200
wineboot: Add Swedish translation.
---
programs/wineboot/wineboot.rc | 1 +
programs/wineboot/wineboot_Sv.rc | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/wineboot.rc b/programs/wineboot/wineboot.rc
index 0e699c1..1180ea3 100644
--- a/programs/wineboot/wineboot.rc
+++ b/programs/wineboot/wineboot.rc
@@ -29,3 +29,4 @@
#include "wineboot_En.rc"
#include "wineboot_Ko.rc"
+#include "wineboot_Sv.rc"
diff --git a/programs/wineboot/wineboot_Sv.rc b/programs/wineboot/wineboot_Sv.rc
new file mode 100644
index 0000000..eb60450
--- /dev/null
+++ b/programs/wineboot/wineboot_Sv.rc
@@ -0,0 +1,35 @@
+/*
+ * WineBoot resources
+ *
+ * Copyright (C) 2007 Daniel Nylander <po(a)danielnylander.se>
+ *
+ * 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_ENDTASK DIALOG DISCARDABLE 0, 0, 186, 71
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "V�ntar p� program"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ DEFPUSHBUTTON "Avsluta process",IDOK,51,49,71,15
+ PUSHBUTTON "Avbryt",IDCANCEL,129,49,50,15
+ LTEXT "En simulerad avloggning eller avst�ngning p�g�r, men det h�r programmet svarar inte.",
+ IDC_STATIC,7,7,172,19
+ LTEXT "Om du avslutar processen kan du f�rlora allt osparat data.",
+ IDC_STATIC,7,28,172,15
+END