Module: wine
Branch: master
Commit: 03742f4eff455aaa350c77ea787b4a64106792da
URL: http://source.winehq.org/git/wine.git/?a=commit;h=03742f4eff455aaa350c77ea7…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Tue Jul 13 19:45:59 2010 +0200
winedbg: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa(a)gmail.com>
---
programs/winedbg/Makefile.in | 1 +
programs/winedbg/rsrc_Sr.rc | 54 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/programs/winedbg/Makefile.in b/programs/winedbg/Makefile.in
index 6656db0..049b4db 100644
--- a/programs/winedbg/Makefile.in
+++ b/programs/winedbg/Makefile.in
@@ -48,6 +48,7 @@ RC_SRCS = \
rsrc_Ro.rc \
rsrc_Ru.rc \
rsrc_Si.rc \
+ rsrc_Sr.rc \
rsrc_Sv.rc
LEX_SRCS = debug.l
diff --git a/programs/winedbg/rsrc_Sr.rc b/programs/winedbg/rsrc_Sr.rc
new file mode 100644
index 0000000..8be9169
--- /dev/null
+++ b/programs/winedbg/rsrc_Sr.rc
@@ -0,0 +1,54 @@
+/*
+ * Serbian Language Support
+ *
+ * Copyright 2010 Nenad Vujic
+ * Paul Vriens
+ *
+ * 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
+ */
+
+#include "resource.h"
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
+
+IDM_DEBUG_POPUP MENU
+BEGIN
+ POPUP ""
+ BEGIN
+ MENUITEM "&Debagovanje", ID_DEBUG
+ END
+END
+
+IDD_CRASH_DLG DIALOGEX 100, 100, 273, 175
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Greska programa"
+FONT 8, "Tahoma"
+BEGIN
+ LTEXT "",IDC_STATIC_BG,0,0,273,52,WS_BORDER,0
+ LTEXT "Program %s ima ozbiljan problem i mora biti zatvoren. Izvinjavamo se zbog neudobnosti.",
+ IDC_STATIC_TXT1,27,10,224,30
+ LTEXT "Ovo moze biti problem programa ili disfunkcije u Wine-u. \
+ Pogledajte http://appdb.winehq.org za savete za pokretanje ove aplikacije.\n\n\
+ Ako nemate ovaj problem pod Windows i nije prijavljen \
+ jos, mozete prijaviti na http://bugs.winehq.org.",IDC_STATIC_TXT2,27,60,224,100
+ DEFPUSHBUTTON "Zatvori", IDOK, 205, 151, 60, 16, WS_TABSTOP
+END
+
+STRINGTABLE
+BEGIN
+ IDS_AUTO_CAPTION "Wine program greska"
+ IDS_INVALID_PARAMS "Interna greska - losi parametri programa"
+ IDS_UNIDENTIFIED "(Nedefinisano)"
+END
Module: wine
Branch: master
Commit: 72208aac3902636eb33cde52a319245097feb061
URL: http://source.winehq.org/git/wine.git/?a=commit;h=72208aac3902636eb33cde52a…
Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com>
Date: Tue Jul 13 19:18:05 2010 +0200
wineboot: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa(a)gmail.com>
---
programs/wineboot/Makefile.in | 1 +
programs/wineboot/wineboot_Sr.rc | 48 ++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/Makefile.in b/programs/wineboot/Makefile.in
index 0b91263..28d8e9a 100644
--- a/programs/wineboot/Makefile.in
+++ b/programs/wineboot/Makefile.in
@@ -29,6 +29,7 @@ RC_SRCS = \
wineboot_Ro.rc \
wineboot_Ru.rc \
wineboot_Si.rc \
+ wineboot_Sr.rc \
wineboot_Sv.rc \
wineboot_Zh.rc
diff --git a/programs/wineboot/wineboot_Sr.rc b/programs/wineboot/wineboot_Sr.rc
new file mode 100644
index 0000000..13e5592
--- /dev/null
+++ b/programs/wineboot/wineboot_Sr.rc
@@ -0,0 +1,48 @@
+/*
+ * Serbian WineBoot resources
+ *
+ * Copyright 2010 Nenad Vujic
+ * Paul Vriens
+ *
+ * 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
+ *
+ */
+
+#include "resource.h"
+
+LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
+
+IDD_ENDTASK DIALOG DISCARDABLE 0, 0, 186, 71
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Cekanje programa"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ DEFPUSHBUTTON "Otkazi",IDCANCEL,129,49,50,15
+ PUSHBUTTON "Prekini proces",IDOK,51,49,71,15
+ LTEXT "Simulacija odjave ili restarta je u toku, ali ovaj program ne reaguje.",
+ IDC_STATIC,7,7,172,19
+ LTEXT "Ako prekinete proces izgubicete sve sto nije sacuvano.",
+ IDC_STATIC,7,28,172,15
+END
+
+IDD_WAITDLG DIALOG 0, 0, 200, 50
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_DISABLED
+CAPTION "Wine"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ ICON "", IDC_WAITICON, 3, 3, 10, 10
+ LTEXT "Wine konfiguracija u %s se osvezava. Molim sacekajte...",
+ IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
+END
Module: wine
Branch: master
Commit: fe13cf535653f1d04cf2978cf8acce10570c9918
URL: http://source.winehq.org/git/wine.git/?a=commit;h=fe13cf535653f1d04cf2978cf…
Author: Michael Stefaniuc <mstefani(a)redhat.de>
Date: Tue Jul 13 16:42:22 2010 +0200
shell32: Fix the errors in a Chinese (Traditional) resource.
---
dlls/shell32/shell32_Zh.rc | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/dlls/shell32/shell32_Zh.rc b/dlls/shell32/shell32_Zh.rc
index f566063..a3e4a9d 100644
--- a/dlls/shell32/shell32_Zh.rc
+++ b/dlls/shell32/shell32_Zh.rc
@@ -396,6 +396,25 @@ BEGIN
IDS_SHV_COLUMN9 "備註"
IDS_CPANEL_TITLE "Wine 控制面板"
+ IDS_CREATEFOLDER_DENIED "Unable to create new Folder: Permission denied."
+ IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder"
+ IDS_DELETEITEM_CAPTION "Confirm file deletion"
+ IDS_DELETEFOLDER_CAPTION "Confirm folder deletion"
+ IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
+ IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
+ IDS_DELETESELECTED_TEXT "Are you sure you want to delete the selected item(s)?"
+ IDS_TRASHITEM_TEXT "Are you sure that you want to send '%1' to the Trash?"
+ IDS_TRASHFOLDER_TEXT "Are you sure that you want to send '%1' and all its content to the Trash?"
+ IDS_TRASHMULTIPLE_TEXT "Are you sure that you want to send these %1 items to the Trash?"
+ IDS_CANTTRASH_TEXT "The item '%1' can't be sent to Trash. Do you want to delete it instead?"
+ IDS_OVERWRITEFILE_TEXT "This folder already contains a file called '%1'.\n\nDo you want to replace it?"
+ IDS_OVERWRITEFILE_CAPTION "Confirm file overwrite"
+ IDS_OVERWRITEFOLDER_TEXT "This folder already contains a folder named '%1'.\n\n"\
+ "If the files in the destination folder have the same names as files in the\n"\
+ "selected folder they will be replaced. Do you still want to move or copy\n"\
+ "the folder?"
+ IDS_NEWFOLDER "New Folder"
+
IDS_CPANEL_NAME "名稱"
IDS_CPANEL_DESCRIPTION "描述"
END
Module: wine
Branch: master
Commit: 6a78982e3517f823567a74cf66465f530ac980cb
URL: http://source.winehq.org/git/wine.git/?a=commit;h=6a78982e3517f823567a74cf6…
Author: Michael Stefaniuc <mstefani(a)redhat.de>
Date: Tue Jul 13 15:23:57 2010 +0200
wine.desktop: Add the Romanian translation.
---
tools/wine.desktop | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/wine.desktop b/tools/wine.desktop
index 108e6f1..34f9a6d 100644
--- a/tools/wine.desktop
+++ b/tools/wine.desktop
@@ -7,6 +7,7 @@ Name[es]=Wine Cargador de programas de Windows
Name[lt]=Wine Windows programų paleidyklė
Name[nl]=Wine Windows programmalader
Name[sv]=Wine Windows Programstartare
+Name[ro]=Wine - Încărcătorul de programe Windows
Name[ru]=Wine - загрузчик Windows программ
Name[uk]=Wine - завантажувач Windows програм
Name[fr]=Wine Exécuter des programmes Windows
Module: wine
Branch: master
Commit: a4c5f15a168a69ac01921192b4a85b25d4d82480
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a4c5f15a168a69ac01921192b…
Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Date: Tue Jul 13 15:53:11 2010 +0200
wine.desktop: Fix the Norwegian translations.
---
tools/wine.desktop | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/wine.desktop b/tools/wine.desktop
index 71c2140..108e6f1 100644
--- a/tools/wine.desktop
+++ b/tools/wine.desktop
@@ -15,8 +15,8 @@ Name[pt]=Carregador de aplicativos Windows Wine
Name[pt_br]=Carregador de aplicativos Windows Wine
Name[it]=Wine Carica Programmi Windows
Name[da]=Wine, Programstarter til Windows-programmer
-Name[nb]=Wine Programlaster for Windowsapplikasjoner
-Name[nn]=Wine Programlaster for Windowsapplikasjoner
+Name[nb]=Wine - for kjøring av Windows-programmer
+Name[nn]=Wine - for køyring av Windows-program
Name[sr]=Wine - дизач Windows програма
Name[sr@latin]=Wine - dizač Windows programa
Name[hr]=Wine - dizač Windows programa