Module: wine
Branch: master
Commit: f8a16d3b301088135847ed70b4bf6f4cb5bce2fc
URL: http://source.winehq.org/git/wine.git/?a=commit;h=f8a16d3b301088135847ed70b…
Author: Igor Paliychuk <Igor-hkr(a)mail.ru>
Date: Mon Jun 28 21:45:49 2010 +0300
xcopy: Ukrainian translation update.
---
programs/xcopy/Uk.rc | 31 +++++++++++++++----------------
1 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/programs/xcopy/Uk.rc b/programs/xcopy/Uk.rc
index 6d59e1b..eb0ec1f 100644
--- a/programs/xcopy/Uk.rc
+++ b/programs/xcopy/Uk.rc
@@ -34,8 +34,7 @@ STRINGTABLE
STRING_PAUSE, "Натисніть <enter> щоб почати копіювання\n"
STRING_SIMCOPY, "%d файл(ів) буде скопійовано\n"
STRING_COPY, "%d файл(ів) скопійовано\n"
- STRING_QISDIR, "'%s' є файлом чи директорією\n" \
- "on the target?\n" \
+ STRING_QISDIR, "'%s' є файлом чи директорією?\n" \
"(F - Файл, D - Директорія)\n"
STRING_SRCPROMPT,"%s? (Yes|No)\n"
STRING_OVERWRITE,"Переписати %s? (Yes|No|All)\n"
@@ -51,34 +50,34 @@ STRINGTABLE
STRING_HELP,
"XCOPY - Копіює файли та дерева директорій за призначенням\n\
\n\
-Syntax:\n\
+Синтаксис:\n\
XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
-Where:\n\
+Де:\n\
\n\
-[/I] Assume directory if destination does not exist and copying 2 or\n\
-\tmore files\n\
+[/I] Якщо кінцева папка відсутня і копіюється бiльше одного файлу,\n\
+\tто припускається, що мiсце призначення є папкою\n\
[/S] Копіює директорії та піддиректорії\n\
[/E] Копіює директорії та піддиректорії, включно з порожніми\n\
-[/Q] Do not list names during copy, ie quiet.\n\
+[/Q] Не відображає імена файлів під час копіювання.\n\
[/F] Під час копіювання відображає повні імена початкових і кінцевих файлів\n\
-[/L] Simulate operation, showing names which would be copied\n\
+[/L] Виводить список файлів, які будуть скопійовані\n\
[/W] Питає підтвердження перед початком копіювання\n\
[/T] Створює структуру каталогів але не копіює файли\n\
-[/Y] Suppress prompting when overwriting files\n\
+[/Y] Придушує запит на підтвердження перезапису файлів\n\
[/-Y] Питає підтвердження на перезапис файлів\n\
-[/P] Prompts on each source file before copying\n\
+[/P] Питає підтвердження для кожного копійованого файлу\n\
[/N] Копіює, використовуючи короткі імена\n\
-[/U] Copy only files which already exist in destination\n\
+[/U] Копіює лише ті файли, як вже iснують в кінцевій папці\n\
[/R] Перезаписує файли, доступні лише для читання\n\
-[/H] Include hidden and system files in the copy\n\
-[/C] Продовжує роботу, навіть якщо при копіюванні виникла помилка\n\
+[/H] Копіює також приховані та системні файли\n\
+[/C] Продовжує роботу, навіть якщо при копіюванні сталася помилка\n\
[/A] Копіює лише файли з властивістю АРХІВНИЙ\n\
[/M] Копіює лише файли з властивістю АРХІВНИЙ, видаляє\n\
\властивість АРХІВНИЙ\n\
-[/D | /D:m-d-y] Копіює лише нові файли або ті, які були змінені після вказаної дати.\n\
-\t\tЯкщо дата не вказана, only copy if destination is older\n\
-\t\tthan source\n\n"
+[/D | /D:m-d-y] Копіює лише нові файли або ті, які були змінені після вказаної\n\
+дати. Якщо дата не вказана, копіює лише ті файли, які новіші\n\
+в початковій папці\n\n"
}
Module: wine
Branch: master
Commit: e77622a179472d5fd14db7965378805af5712b98
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e77622a179472d5fd14db7965…
Author: Kovács András <andras(a)csevego.net>
Date: Mon Jun 28 23:26:53 2010 +0200
devenum: Add Hungarian translation.
---
dlls/devenum/Hu.rc | 34 ++++++++++++++++++++++++++++++++++
dlls/devenum/Makefile.in | 1 +
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dlls/devenum/Hu.rc b/dlls/devenum/Hu.rc
new file mode 100644
index 0000000..91d4a0b
--- /dev/null
+++ b/dlls/devenum/Hu.rc
@@ -0,0 +1,34 @@
+/*
+ * Resources for Device Enumerator
+ *
+ * Copyright 2010 Andras Kovacs
+ *
+ * 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 "devenum_private.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_DEVENUM_DSDEFAULT "Alapértelmezett DirectSound"
+ IDS_DEVENUM_DS "DirectSound: %s"
+ IDS_DEVENUM_WODEFAULT "Alapértelmezett WaveOut eszköz"
+ IDS_DEVENUM_MIDEFAULT "Alapértelmezett MidiOut eszköz"
+}
diff --git a/dlls/devenum/Makefile.in b/dlls/devenum/Makefile.in
index df3c136..1b174a5 100644
--- a/dlls/devenum/Makefile.in
+++ b/dlls/devenum/Makefile.in
@@ -19,6 +19,7 @@ RC_SRCS = \
En.rc \
Es.rc \
Fr.rc \
+ Hu.rc \
It.rc \
Ja.rc \
Ko.rc \
Module: wine
Branch: master
Commit: 90be2714a7b161ac786b00989717f65fab480cac
URL: http://source.winehq.org/git/wine.git/?a=commit;h=90be2714a7b161ac786b00989…
Author: Kovács András <andras(a)csevego.net>
Date: Mon Jun 28 23:37:46 2010 +0200
winspool.drv: Add Hungarian translation.
---
dlls/winspool.drv/Hu.rc | 44 +++++++++++++++++++++++++++++++++++++++++
dlls/winspool.drv/Makefile.in | 1 +
2 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/dlls/winspool.drv/Hu.rc b/dlls/winspool.drv/Hu.rc
new file mode 100644
index 0000000..a0c0d91
--- /dev/null
+++ b/dlls/winspool.drv/Hu.rc
@@ -0,0 +1,44 @@
+/*
+ * Hungarian resources for winspool
+ *
+ * Copyright 2010 Andras Kovacs
+ *
+ * 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 "wspool.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_HUNGARIAN, 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 "Nyomtatás fájlba"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "Kimeneti &fájlnév:", -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 "Mégse", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_CAPTION "Helyi port"
+ IDS_FILE_EXISTS "A kimeneti fájl már létezik. Kattintson az OK gombra a felülíráshoz."
+ IDS_CANNOT_OPEN "Nem tudom létrehozni a kimeneti fájlt."
+}
diff --git a/dlls/winspool.drv/Makefile.in b/dlls/winspool.drv/Makefile.in
index 721798b..9f84801 100644
--- a/dlls/winspool.drv/Makefile.in
+++ b/dlls/winspool.drv/Makefile.in
@@ -21,6 +21,7 @@ RC_SRCS = \
Es.rc \
Fi.rc \
Fr.rc \
+ Hu.rc \
It.rc \
Ja.rc \
Ko.rc \