From 9c61a1e9aebfafc403cdbe39f1e43e361a931faa Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Sat, 18 Jul 2009 22:17:34 +0000 Subject: [PATCH] Sync Christoph Style. It builds, but only uses the first RC file in the rbuild file. Seems like a bug to me. Needs more investigation. svn path=/trunk/; revision=42073 --- .../base/applications/cmdutils/xcopy/Bg.rc | 78 ------ .../base/applications/cmdutils/xcopy/Da.rc | 2 + .../base/applications/cmdutils/xcopy/De.rc | 4 +- .../base/applications/cmdutils/xcopy/El.rc | 78 ------ .../base/applications/cmdutils/xcopy/En.rc | 2 + .../base/applications/cmdutils/xcopy/Fr.rc | 4 +- .../base/applications/cmdutils/xcopy/It.rc | 78 ------ .../base/applications/cmdutils/xcopy/Ko.rc | 2 + .../base/applications/cmdutils/xcopy/Lt.rc | 4 +- .../base/applications/cmdutils/xcopy/Nl.rc | 4 +- .../base/applications/cmdutils/xcopy/No.rc | 2 + .../base/applications/cmdutils/xcopy/Pl.rc | 2 + .../base/applications/cmdutils/xcopy/Pt.rc | 2 + .../base/applications/cmdutils/xcopy/Ru.rc | 2 + .../base/applications/cmdutils/xcopy/Si.rc | 4 +- .../applications/cmdutils/xcopy/xcopy.rbuild | 17 +- .../base/applications/cmdutils/xcopy/xcopy.rc | 14 - .../winhlp32/{lang/bg-BG.rc => Bg.rc} | 2 + .../winhlp32/{lang/cs-CZ.rc => Cs.rc} | 2 + .../winhlp32/{lang/da-DK.rc => Da.rc} | 2 + .../winhlp32/{lang/de-DE.rc => De.rc} | 4 +- .../winhlp32/{lang/en-US.rc => En.rc} | 2 + .../winhlp32/{lang/es-ES.rc => Es.rc} | 2 + .../winhlp32/{lang/fi-FI.rc => Fi.rc} | 2 + .../winhlp32/{lang/fr-FR.rc => Fr.rc} | 4 +- .../winhlp32/{lang/hu-HU.rc => Hu.rc} | 2 + .../winhlp32/{lang/it-IT.rc => It.rc} | 4 +- .../winhlp32/{lang/ja-JP.rc => Ja.rc} | 4 +- .../winhlp32/{lang/ko-KR.rc => Ko.rc} | 2 + .../winhlp32/{lang/lt-LT.rc => Lt.rc} | 4 +- .../winhlp32/{lang/nl-NL.rc => Nl.rc} | 4 +- .../winhlp32/{lang/no-NO.rc => No.rc} | 2 + .../winhlp32/{lang/pl-PL.rc => Pl.rc} | 2 + .../winhlp32/{lang/pt-BR.rc => Pt.rc} | 2 + .../winhlp32/{lang/rm-CH.rc => Rm.rc} | 4 +- .../winhlp32/{lang/ru-RU.rc => Ru.rc} | 2 + .../winhlp32/{lang/sl-SI.rc => Si.rc} | 4 +- .../winhlp32/{lang/sk-SK.rc => Sk.rc} | 2 + .../winhlp32/{lang/sv-SE.rc => Sv.rc} | 2 + .../winhlp32/{lang/tr-TR.rc => Tr.rc} | 2 + .../winhlp32/{lang/zh-CN.rc => Zh.rc} | 4 +- .../base/applications/winhlp32/lang/el-GR.rc | 76 ------ .../base/applications/winhlp32/lang/uk-UA.rc | 112 -------- reactos/base/applications/winhlp32/rsrc.rc | 32 --- .../applications/winhlp32/winhlp32.rbuild | 29 +- reactos/base/applications/wordpad/Da.rc | 2 + reactos/base/applications/wordpad/De.rc | 4 +- reactos/base/applications/wordpad/En.rc | 37 ++- reactos/base/applications/wordpad/Fr.rc | 103 ++++---- reactos/base/applications/wordpad/Hu.rc | 2 + reactos/base/applications/wordpad/Ja.rc | 6 +- reactos/base/applications/wordpad/Ko.rc | 1 + reactos/base/applications/wordpad/Lt.rc | 249 ++++++++++++++++++ reactos/base/applications/wordpad/Nl.rc | 2 + reactos/base/applications/wordpad/No.rc | 48 ++-- reactos/base/applications/wordpad/Pl.rc | 2 + reactos/base/applications/wordpad/Pt.rc | 73 ++--- reactos/base/applications/wordpad/Ru.rc | 2 + reactos/base/applications/wordpad/Si.rc | 4 +- reactos/base/applications/wordpad/Sv.rc | 4 +- reactos/base/applications/wordpad/Tr.rc | 2 + reactos/base/applications/wordpad/Zh.rc | 4 +- reactos/base/applications/wordpad/rsrc.rc | 20 -- reactos/base/applications/wordpad/wordpad.h | 31 ++- .../base/applications/wordpad/wordpad.rbuild | 25 +- .../{cmdutils/xcopy/rsrc.rc => write/De.rc} | 28 +- reactos/base/applications/write/En.rc | 28 ++ .../applications/write/{rsrc.rc => Fr.rc} | 32 +-- reactos/base/applications/write/Ja.rc | 31 +++ reactos/base/applications/write/Ko.rc | 29 ++ reactos/base/applications/write/Lt.rc | 31 +++ reactos/base/applications/write/Nl.rc | 28 ++ reactos/base/applications/write/No.rc | 28 ++ reactos/base/applications/write/Pl.rc | 28 ++ reactos/base/applications/write/Pt.rc | 28 ++ .../{winhlp32/lang/ro-RO.rc => write/Ro.rc} | 4 +- reactos/base/applications/write/Ru.rc | 28 ++ reactos/base/applications/write/Si.rc | 30 +++ reactos/base/applications/write/Sv.rc | 28 ++ reactos/base/applications/write/resources.h | 2 + reactos/base/applications/write/write.rbuild | 20 +- 81 files changed, 932 insertions(+), 706 deletions(-) delete mode 100644 reactos/base/applications/cmdutils/xcopy/Bg.rc delete mode 100644 reactos/base/applications/cmdutils/xcopy/El.rc delete mode 100644 reactos/base/applications/cmdutils/xcopy/It.rc delete mode 100644 reactos/base/applications/cmdutils/xcopy/xcopy.rc rename reactos/base/applications/winhlp32/{lang/bg-BG.rc => Bg.rc} (99%) rename reactos/base/applications/winhlp32/{lang/cs-CZ.rc => Cs.rc} (99%) rename reactos/base/applications/winhlp32/{lang/da-DK.rc => Da.rc} (99%) rename reactos/base/applications/winhlp32/{lang/de-DE.rc => De.rc} (99%) rename reactos/base/applications/winhlp32/{lang/en-US.rc => En.rc} (99%) rename reactos/base/applications/winhlp32/{lang/es-ES.rc => Es.rc} (99%) rename reactos/base/applications/winhlp32/{lang/fi-FI.rc => Fi.rc} (99%) rename reactos/base/applications/winhlp32/{lang/fr-FR.rc => Fr.rc} (99%) rename reactos/base/applications/winhlp32/{lang/hu-HU.rc => Hu.rc} (99%) rename reactos/base/applications/winhlp32/{lang/it-IT.rc => It.rc} (98%) rename reactos/base/applications/winhlp32/{lang/ja-JP.rc => Ja.rc} (99%) rename reactos/base/applications/winhlp32/{lang/ko-KR.rc => Ko.rc} (99%) rename reactos/base/applications/winhlp32/{lang/lt-LT.rc => Lt.rc} (99%) rename reactos/base/applications/winhlp32/{lang/nl-NL.rc => Nl.rc} (99%) rename reactos/base/applications/winhlp32/{lang/no-NO.rc => No.rc} (99%) rename reactos/base/applications/winhlp32/{lang/pl-PL.rc => Pl.rc} (99%) rename reactos/base/applications/winhlp32/{lang/pt-BR.rc => Pt.rc} (99%) rename reactos/base/applications/winhlp32/{lang/rm-CH.rc => Rm.rc} (99%) rename reactos/base/applications/winhlp32/{lang/ru-RU.rc => Ru.rc} (99%) rename reactos/base/applications/winhlp32/{lang/sl-SI.rc => Si.rc} (99%) rename reactos/base/applications/winhlp32/{lang/sk-SK.rc => Sk.rc} (99%) rename reactos/base/applications/winhlp32/{lang/sv-SE.rc => Sv.rc} (99%) rename reactos/base/applications/winhlp32/{lang/tr-TR.rc => Tr.rc} (99%) rename reactos/base/applications/winhlp32/{lang/zh-CN.rc => Zh.rc} (99%) delete mode 100644 reactos/base/applications/winhlp32/lang/el-GR.rc delete mode 100644 reactos/base/applications/winhlp32/lang/uk-UA.rc create mode 100644 reactos/base/applications/wordpad/Lt.rc rename reactos/base/applications/{cmdutils/xcopy/rsrc.rc => write/De.rc} (67%) create mode 100644 reactos/base/applications/write/En.rc rename reactos/base/applications/write/{rsrc.rc => Fr.rc} (58%) create mode 100644 reactos/base/applications/write/Ja.rc create mode 100644 reactos/base/applications/write/Ko.rc create mode 100644 reactos/base/applications/write/Lt.rc create mode 100644 reactos/base/applications/write/Nl.rc create mode 100644 reactos/base/applications/write/No.rc create mode 100644 reactos/base/applications/write/Pl.rc create mode 100644 reactos/base/applications/write/Pt.rc rename reactos/base/applications/{winhlp32/lang/ro-RO.rc => write/Ro.rc} (97%) create mode 100644 reactos/base/applications/write/Ru.rc create mode 100644 reactos/base/applications/write/Si.rc create mode 100644 reactos/base/applications/write/Sv.rc diff --git a/reactos/base/applications/cmdutils/xcopy/Bg.rc b/reactos/base/applications/cmdutils/xcopy/Bg.rc deleted file mode 100644 index e8501bb701b..00000000000 --- a/reactos/base/applications/cmdutils/xcopy/Bg.rc +++ /dev/null @@ -1,78 +0,0 @@ -/* - * XCOPY - Wine-compatible xcopy program - * English language support - * - * Copyright (C) 2007 J. Edmeades - * - * 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_BULGARIAN, SUBLANG_DEFAULT - -STRINGTABLE -BEGIN - STRING_INVPARMS, " - Use xcopy /? \n" - STRING_INVPARM, " '%s' - Use xcopy /? \n" - STRING_PAUSE, " \n" - STRING_SIMCOPY, "%d () \n" - STRING_COPY, "%d () \n" - STRING_QISDIR, "'%s' \n" \ - "?\n" \ - "(F - , D - )\n" - STRING_SRCPROMPT,"%s? (Y-|N-)\n" - STRING_OVERWRITE," %s? (Y-|N-|A-)\n" - STRING_COPYFAIL, " '%s' '%s' r/c %d\n" - STRING_OPENFAIL, " '%s'\n" - STRING_READFAIL, " '%s'\n" - STRING_YES_CHAR, "Y" - STRING_NO_CHAR, "N" - STRING_ALL_CHAR, "A" - STRING_FILE_CHAR,"F" - STRING_DIR_CHAR, "D" - - STRING_HELP, -"XCOPY - \n\ -\n\ -:\n\ -XCOPY [] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ -\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ -\n\ -:\n\ -\n\ -[/I] , \n\ -\t \n\ -[/S] \n\ -[/E] , \n\ -[/Q] , .. .\n\ -[/F] \n\ -[/L] , , \n\ -[/W] \n\ -[/T] , \n\ -[/Y] \n\ -[/-Y] \n\ -[/P] \n\ -[/N] \n\ -[/U] , \n\ -[/R] , \n\ -[/H] \n\ -[/C] , \n\ -[/A] \n\ -[/M] \n\ -\t \n\ -[/D | /D:m-d-y] , .\n\ -\t\t , , - \n\ -\t\t \n\n" - -END diff --git a/reactos/base/applications/cmdutils/xcopy/Da.rc b/reactos/base/applications/cmdutils/xcopy/Da.rc index 1e5a4403dd5..6a15a4440b2 100644 --- a/reactos/base/applications/cmdutils/xcopy/Da.rc +++ b/reactos/base/applications/cmdutils/xcopy/Da.rc @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "xcopy.h" + LANGUAGE LANG_DANISH, SUBLANG_DEFAULT STRINGTABLE diff --git a/reactos/base/applications/cmdutils/xcopy/De.rc b/reactos/base/applications/cmdutils/xcopy/De.rc index 966352e9cf1..c13addfdaaa 100644 --- a/reactos/base/applications/cmdutils/xcopy/De.rc +++ b/reactos/base/applications/cmdutils/xcopy/De.rc @@ -1,4 +1,4 @@ -/* +/* * XCOPY - Wine-compatible xcopy program * German language support * @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "xcopy.h" + #pragma code_page(65001) LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL diff --git a/reactos/base/applications/cmdutils/xcopy/El.rc b/reactos/base/applications/cmdutils/xcopy/El.rc deleted file mode 100644 index e2787ad22b2..00000000000 --- a/reactos/base/applications/cmdutils/xcopy/El.rc +++ /dev/null @@ -1,78 +0,0 @@ -/* - * XCOPY - Wine-compatible xcopy program - * English language support - * - * Copyright (C) 2007 J. Edmeades - * - * 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_GREEK, SUBLANG_DEFAULT - -STRINGTABLE -BEGIN - STRING_INVPARMS, " - xcopy /? \n" - STRING_INVPARM, " '%s' - xcopy /? \n" - STRING_PAUSE, " \n" - STRING_SIMCOPY, "%d () \n" - STRING_COPY, "%d () \n" - STRING_QISDIR, " '%s' \n" \ - " ;\n" \ - "(F - , D - )\n" - STRING_SRCPROMPT,"%s? (()|())\n" - STRING_OVERWRITE," %s? (()|()|())\n" - STRING_COPYFAIL, " '%s' '%s' r/c %d\n" - STRING_OPENFAIL, " '%s'\n" - STRING_READFAIL, " '%s'\n" - STRING_YES_CHAR, "Y" - STRING_NO_CHAR, "N" - STRING_ALL_CHAR, "A" - STRING_FILE_CHAR,"F" - STRING_DIR_CHAR, "D" - - STRING_HELP, -"XCOPY - \n\ -\n\ -:\n\ -XCOPY [] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ -\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ -\n\ -:\n\ -\n\ -[/I] Assume directory if destination does not exist and copying 2 or \n\ -\tmore files\n\ -[/S] \n\ -[/E] , \n\ -[/Q] , .\n\ -[/F] \n\ -[/L] \n\ -[/W] \n\ -[/T] \n\ -[/Y] \n\ -[/-Y] \n\ -[/P] \n\ -[/N] \n\ -[/U] \n\ -[/R] \n\ -[/H] \n\ -[/C] \n\ -[/A] archive attribute set\n\ -[/M] archive attribute set, removes \n\ -\tarchive attribute\n\ -[/D | /D:m-d-y] .\n\ -\t\t , \n\ -\t\t \n\n" - -END diff --git a/reactos/base/applications/cmdutils/xcopy/En.rc b/reactos/base/applications/cmdutils/xcopy/En.rc index b988004b7ec..83ef291c9df 100644 --- a/reactos/base/applications/cmdutils/xcopy/En.rc +++ b/reactos/base/applications/cmdutils/xcopy/En.rc @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "xcopy.h" + LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT STRINGTABLE diff --git a/reactos/base/applications/cmdutils/xcopy/Fr.rc b/reactos/base/applications/cmdutils/xcopy/Fr.rc index 333b8f5cf13..047b4b3f739 100644 --- a/reactos/base/applications/cmdutils/xcopy/Fr.rc +++ b/reactos/base/applications/cmdutils/xcopy/Fr.rc @@ -1,4 +1,4 @@ -/* +/* * XCOPY - Wine-compatible xcopy program * French language support * @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "xcopy.h" + #pragma code_page(65001) diff --git a/reactos/base/applications/cmdutils/xcopy/It.rc b/reactos/base/applications/cmdutils/xcopy/It.rc deleted file mode 100644 index 4e3bc322964..00000000000 --- a/reactos/base/applications/cmdutils/xcopy/It.rc +++ /dev/null @@ -1,78 +0,0 @@ -/* - * XCOPY - Wine-compatible xcopy program - * English language support - * - * Copyright (C) 2007 J. Edmeades - * - * 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_ITALIAN, SUBLANG_NEUTRAL - -STRINGTABLE -{ - STRING_INVPARMS, "Numero di parametri non valido - Usare xcopy /? per l'aiuto\n" - STRING_INVPARM, "Parametro non valido '%s' - Usare xcopy /? per l'aiuto\n" - STRING_PAUSE, "Premeress per iniziare la copia\n" - STRING_SIMCOPY, "%d file(s) saranno copiati\n" - STRING_COPY, "%d file(s) copiati\n" - STRING_QISDIR, "'%s' un file o una cartella ?\n" \ - "sulla destinazione?\n" \ - "(F - File, C - Cartella)\n" - STRING_SRCPROMPT,"%s? (Si|No)\n" - STRING_OVERWRITE,"Sovrascrivere %s? (Si|No|Tutti)\n" - STRING_COPYFAIL, "Copia di '%s' su '%s' fallitocon r/c %d\n" - STRING_OPENFAIL, "Impossibile aprire '%s'\n" - STRING_READFAIL, "Impossibile leggre '%s'\n" - STRING_YES_CHAR, "S" - STRING_NO_CHAR, "N" - STRING_ALL_CHAR, "T" - STRING_FILE_CHAR,"F" - STRING_DIR_CHAR, "C" - - STRING_HELP, -"XCOPY - Copia i file sorgenti o un albero di cartelle su una destinazione\n\ -\n\ -Sintassi:\n\ -XCOPY sorgente [destinazione] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ -\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ -\n\ -Dove:\n\ -\n\ -[/I] Assumere che sia una cartella se la destinazione non esiste e vengono \n\ -\t\tcopiati due o pi file\n\ -[/S] Copiare cartelle e sottocartelle\n\ -[/E] Copiare cartelle e sottocartelle, comprese quelle vuote\n\ -[/Q] Non elencare i nomi dei file durante la copia.\n\ -[/F] Mostrare il percorso completo di sorgente e destinazione durante la copia\n\ -[/L] Simulare l'operazione, mostrare i nomi dei file che sarebbero copiati\n\ -[/W] Chidere conferma prima di iniziare la copia\n\ -[/T] Creare una strutture di cartelle vuota senza copiare i file\n\ -[/Y] Supprimere la richiesta di conferma per la sovrascrittura dei file\n\ -[/-Y] Abilitare la richiesta di conferma per la sovrascrittura dei file\n\ -[/P] Chiedere conferma prima della copia di ogni file\n\ -[/N] Copiare usando i nomi corti\n\ -[/U] Copiare solo i file che esistono gi nella destinazione\n\ -[/R] Sovrascrivere i file in sola lettura\n\ -[/H] Includere nella copia i file nascosti e quelli di sistema\n\ -[/C] Continuare nella copia anche se si verificano errori\n\ -[/A] Copiare solo i file con l'attributo di archivio attivo\n\ -[/M] Copiare solo i file con l'attributo di archivio attivo e poi \n\ -\t\tlo disattiva\n\ -[/D | /D:m-d-y] Copiare i file nuovi o modificati dopo la data indicata.\n\ -\t\tSe non indicata una data copiare solo se la destinazione e meno recente\n\ -\t\tdella sorgente\n\n" - -} diff --git a/reactos/base/applications/cmdutils/xcopy/Ko.rc b/reactos/base/applications/cmdutils/xcopy/Ko.rc index ab70c35ae32..6a5071cae86 100644 --- a/reactos/base/applications/cmdutils/xcopy/Ko.rc +++ b/reactos/base/applications/cmdutils/xcopy/Ko.rc @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "xcopy.h" + LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT STRINGTABLE diff --git a/reactos/base/applications/cmdutils/xcopy/Lt.rc b/reactos/base/applications/cmdutils/xcopy/Lt.rc index 7a8a6770899..182a39ab246 100644 --- a/reactos/base/applications/cmdutils/xcopy/Lt.rc +++ b/reactos/base/applications/cmdutils/xcopy/Lt.rc @@ -1,4 +1,4 @@ -/* +/* * XCOPY - Wine-compatible xcopy program * Lithuanian language support * @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "xcopy.h" + /* UTF-8 */ #pragma code_page(65001) diff --git a/reactos/base/applications/cmdutils/xcopy/Nl.rc b/reactos/base/applications/cmdutils/xcopy/Nl.rc index bd1d946112b..b9db305843f 100644 --- a/reactos/base/applications/cmdutils/xcopy/Nl.rc +++ b/reactos/base/applications/cmdutils/xcopy/Nl.rc @@ -1,4 +1,4 @@ -/* +/* * XCOPY - Wine-compatible xcopy program * Dutch language support * @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "xcopy.h" + LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL STRINGTABLE diff --git a/reactos/base/applications/cmdutils/xcopy/No.rc b/reactos/base/applications/cmdutils/xcopy/No.rc index 9b501ba13cf..a3c223fc1e2 100644 --- a/reactos/base/applications/cmdutils/xcopy/No.rc +++ b/reactos/base/applications/cmdutils/xcopy/No.rc @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "xcopy.h" + LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL STRINGTABLE diff --git a/reactos/base/applications/cmdutils/xcopy/Pl.rc b/reactos/base/applications/cmdutils/xcopy/Pl.rc index 9d711380858..8b224eccfd6 100644 --- a/reactos/base/applications/cmdutils/xcopy/Pl.rc +++ b/reactos/base/applications/cmdutils/xcopy/Pl.rc @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "xcopy.h" + LANGUAGE LANG_POLISH, SUBLANG_DEFAULT STRINGTABLE diff --git a/reactos/base/applications/cmdutils/xcopy/Pt.rc b/reactos/base/applications/cmdutils/xcopy/Pt.rc index a5a775a617b..d8254d5e1fb 100644 --- a/reactos/base/applications/cmdutils/xcopy/Pt.rc +++ b/reactos/base/applications/cmdutils/xcopy/Pt.rc @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "xcopy.h" + LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL STRINGTABLE diff --git a/reactos/base/applications/cmdutils/xcopy/Ru.rc b/reactos/base/applications/cmdutils/xcopy/Ru.rc index a3f2cbb49e7..398345713f7 100644 --- a/reactos/base/applications/cmdutils/xcopy/Ru.rc +++ b/reactos/base/applications/cmdutils/xcopy/Ru.rc @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "xcopy.h" + LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT STRINGTABLE diff --git a/reactos/base/applications/cmdutils/xcopy/Si.rc b/reactos/base/applications/cmdutils/xcopy/Si.rc index 1a0020654e3..1013837f402 100644 --- a/reactos/base/applications/cmdutils/xcopy/Si.rc +++ b/reactos/base/applications/cmdutils/xcopy/Si.rc @@ -1,4 +1,4 @@ -/* +/* * XCOPY - Wine-compatible xcopy program * Slovenian language support * @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "xcopy.h" + #pragma code_page(65001) LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT diff --git a/reactos/base/applications/cmdutils/xcopy/xcopy.rbuild b/reactos/base/applications/cmdutils/xcopy/xcopy.rbuild index ff88fb9be4d..43921283ad3 100644 --- a/reactos/base/applications/cmdutils/xcopy/xcopy.rbuild +++ b/reactos/base/applications/cmdutils/xcopy/xcopy.rbuild @@ -3,10 +3,21 @@ . wine - kernel32 - advapi32 + shell32 user32 + kernel32 xcopy.c - xcopy.rc + Da.rc + De.rc + En.rc + Fr.rc + Ko.rc + Lt.rc + Nl.rc + No.rc + Pl.rc + Pt.rc + Ru.rc + Si.rc diff --git a/reactos/base/applications/cmdutils/xcopy/xcopy.rc b/reactos/base/applications/cmdutils/xcopy/xcopy.rc deleted file mode 100644 index d08be502b12..00000000000 --- a/reactos/base/applications/cmdutils/xcopy/xcopy.rc +++ /dev/null @@ -1,14 +0,0 @@ -#include -#include - -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL - -#define REACTOS_VERSION_DLL -#define REACTOS_STR_FILE_DESCRIPTION "xcopy command\0" -#define REACTOS_STR_INTERNAL_NAME "xcopy\0" -#define REACTOS_STR_ORIGINAL_FILENAME "xcopy.exe\0" -#include - -#include "rsrc.rc" - - diff --git a/reactos/base/applications/winhlp32/lang/bg-BG.rc b/reactos/base/applications/winhlp32/Bg.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/bg-BG.rc rename to reactos/base/applications/winhlp32/Bg.rc index c59d4e24625..e6d3143db24 100644 --- a/reactos/base/applications/winhlp32/lang/bg-BG.rc +++ b/reactos/base/applications/winhlp32/Bg.rc @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT diff --git a/reactos/base/applications/winhlp32/lang/cs-CZ.rc b/reactos/base/applications/winhlp32/Cs.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/cs-CZ.rc rename to reactos/base/applications/winhlp32/Cs.rc index 15cbf02693d..a8f8db31a26 100644 --- a/reactos/base/applications/winhlp32/lang/cs-CZ.rc +++ b/reactos/base/applications/winhlp32/Cs.rc @@ -21,6 +21,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Czech strings in CP1250 */ /* Menu */ diff --git a/reactos/base/applications/winhlp32/lang/da-DK.rc b/reactos/base/applications/winhlp32/Da.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/da-DK.rc rename to reactos/base/applications/winhlp32/Da.rc index 927fc32079f..fc15eeba7d5 100644 --- a/reactos/base/applications/winhlp32/lang/da-DK.rc +++ b/reactos/base/applications/winhlp32/Da.rc @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_DANISH, SUBLANG_DEFAULT diff --git a/reactos/base/applications/winhlp32/lang/de-DE.rc b/reactos/base/applications/winhlp32/De.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/de-DE.rc rename to reactos/base/applications/winhlp32/De.rc index 2f5bf4b9595..fa59b42ce96 100644 --- a/reactos/base/applications/winhlp32/lang/de-DE.rc +++ b/reactos/base/applications/winhlp32/De.rc @@ -1,4 +1,4 @@ -/* +/* * Help Viewer * * Copyright 1996 Ulrich Schmid @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + #pragma code_page(65001) /* Menu */ diff --git a/reactos/base/applications/winhlp32/lang/en-US.rc b/reactos/base/applications/winhlp32/En.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/en-US.rc rename to reactos/base/applications/winhlp32/En.rc index b730566b526..a4e9d8add4e 100644 --- a/reactos/base/applications/winhlp32/lang/en-US.rc +++ b/reactos/base/applications/winhlp32/En.rc @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT diff --git a/reactos/base/applications/winhlp32/lang/es-ES.rc b/reactos/base/applications/winhlp32/Es.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/es-ES.rc rename to reactos/base/applications/winhlp32/Es.rc index eee0e17e26a..e752950bcd9 100644 --- a/reactos/base/applications/winhlp32/lang/es-ES.rc +++ b/reactos/base/applications/winhlp32/Es.rc @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL diff --git a/reactos/base/applications/winhlp32/lang/fi-FI.rc b/reactos/base/applications/winhlp32/Fi.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/fi-FI.rc rename to reactos/base/applications/winhlp32/Fi.rc index a1564e68adf..5585619e4ed 100644 --- a/reactos/base/applications/winhlp32/lang/fi-FI.rc +++ b/reactos/base/applications/winhlp32/Fi.rc @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT diff --git a/reactos/base/applications/winhlp32/lang/fr-FR.rc b/reactos/base/applications/winhlp32/Fr.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/fr-FR.rc rename to reactos/base/applications/winhlp32/Fr.rc index 4bbfca6d10b..cedb0f694b7 100644 --- a/reactos/base/applications/winhlp32/lang/fr-FR.rc +++ b/reactos/base/applications/winhlp32/Fr.rc @@ -1,4 +1,4 @@ -/* +/* * Help Viewer * * Copyright 1996 Ulrich Schmid @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* UTF-8 */ #pragma code_page(65001) diff --git a/reactos/base/applications/winhlp32/lang/hu-HU.rc b/reactos/base/applications/winhlp32/Hu.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/hu-HU.rc rename to reactos/base/applications/winhlp32/Hu.rc index 39beb19c641..ef3a1ee2bc3 100644 --- a/reactos/base/applications/winhlp32/lang/hu-HU.rc +++ b/reactos/base/applications/winhlp32/Hu.rc @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT diff --git a/reactos/base/applications/winhlp32/lang/it-IT.rc b/reactos/base/applications/winhlp32/It.rc similarity index 98% rename from reactos/base/applications/winhlp32/lang/it-IT.rc rename to reactos/base/applications/winhlp32/It.rc index 3db6faf23fe..5d1abb8c92c 100644 --- a/reactos/base/applications/winhlp32/lang/it-IT.rc +++ b/reactos/base/applications/winhlp32/It.rc @@ -1,4 +1,4 @@ -/* +/* * Help Viewer * * Copyright 1996 Ulrich Schmid @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL diff --git a/reactos/base/applications/winhlp32/lang/ja-JP.rc b/reactos/base/applications/winhlp32/Ja.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/ja-JP.rc rename to reactos/base/applications/winhlp32/Ja.rc index 33f4d0ccd44..b73d18dd192 100644 --- a/reactos/base/applications/winhlp32/lang/ja-JP.rc +++ b/reactos/base/applications/winhlp32/Ja.rc @@ -1,4 +1,4 @@ -/* +/* * Help Viewer * * Copyright 1996 Ulrich Schmid @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* UTF-8 */ #pragma code_page(65001) diff --git a/reactos/base/applications/winhlp32/lang/ko-KR.rc b/reactos/base/applications/winhlp32/Ko.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/ko-KR.rc rename to reactos/base/applications/winhlp32/Ko.rc index 68931789c60..8b4c785ed0c 100644 --- a/reactos/base/applications/winhlp32/lang/ko-KR.rc +++ b/reactos/base/applications/winhlp32/Ko.rc @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT diff --git a/reactos/base/applications/winhlp32/lang/lt-LT.rc b/reactos/base/applications/winhlp32/Lt.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/lt-LT.rc rename to reactos/base/applications/winhlp32/Lt.rc index 228d944a5ca..f8e78681aae 100644 --- a/reactos/base/applications/winhlp32/lang/lt-LT.rc +++ b/reactos/base/applications/winhlp32/Lt.rc @@ -1,4 +1,4 @@ -/* +/* * Help Viewer * * Copyright 2009 Aurimas Fišeras @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* UTF-8 */ #pragma code_page(65001) diff --git a/reactos/base/applications/winhlp32/lang/nl-NL.rc b/reactos/base/applications/winhlp32/Nl.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/nl-NL.rc rename to reactos/base/applications/winhlp32/Nl.rc index f65c98acf05..029d58265b9 100644 --- a/reactos/base/applications/winhlp32/lang/nl-NL.rc +++ b/reactos/base/applications/winhlp32/Nl.rc @@ -1,4 +1,4 @@ -/* +/* * Help Viewer (Dutch resources) * * Copyright 2003 Hans Leidekker @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + #pragma code_page(65001) /* Menu */ diff --git a/reactos/base/applications/winhlp32/lang/no-NO.rc b/reactos/base/applications/winhlp32/No.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/no-NO.rc rename to reactos/base/applications/winhlp32/No.rc index 5f3e3101c46..2cf2a782372 100644 --- a/reactos/base/applications/winhlp32/lang/no-NO.rc +++ b/reactos/base/applications/winhlp32/No.rc @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL diff --git a/reactos/base/applications/winhlp32/lang/pl-PL.rc b/reactos/base/applications/winhlp32/Pl.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/pl-PL.rc rename to reactos/base/applications/winhlp32/Pl.rc index 17d5d22e346..75047892180 100644 --- a/reactos/base/applications/winhlp32/lang/pl-PL.rc +++ b/reactos/base/applications/winhlp32/Pl.rc @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_POLISH, SUBLANG_DEFAULT diff --git a/reactos/base/applications/winhlp32/lang/pt-BR.rc b/reactos/base/applications/winhlp32/Pt.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/pt-BR.rc rename to reactos/base/applications/winhlp32/Pt.rc index fd27a65b55f..9a12e58f096 100644 --- a/reactos/base/applications/winhlp32/lang/pt-BR.rc +++ b/reactos/base/applications/winhlp32/Pt.rc @@ -23,6 +23,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN diff --git a/reactos/base/applications/winhlp32/lang/rm-CH.rc b/reactos/base/applications/winhlp32/Rm.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/rm-CH.rc rename to reactos/base/applications/winhlp32/Rm.rc index b64d7c3ed8a..ece7bb17c4d 100644 --- a/reactos/base/applications/winhlp32/lang/rm-CH.rc +++ b/reactos/base/applications/winhlp32/Rm.rc @@ -1,4 +1,4 @@ -/* +/* * Help Viewer * * Copyright 1996 Ulrich Schmid @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* FIXME: This file is in the Vallader Romansh dialect and not in the official Rumantsch Grischun. */ diff --git a/reactos/base/applications/winhlp32/lang/ru-RU.rc b/reactos/base/applications/winhlp32/Ru.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/ru-RU.rc rename to reactos/base/applications/winhlp32/Ru.rc index af0097b7eea..e2e6ef2f5c5 100644 --- a/reactos/base/applications/winhlp32/lang/ru-RU.rc +++ b/reactos/base/applications/winhlp32/Ru.rc @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT diff --git a/reactos/base/applications/winhlp32/lang/sl-SI.rc b/reactos/base/applications/winhlp32/Si.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/sl-SI.rc rename to reactos/base/applications/winhlp32/Si.rc index 01746bb02f8..527b45431ee 100644 --- a/reactos/base/applications/winhlp32/lang/sl-SI.rc +++ b/reactos/base/applications/winhlp32/Si.rc @@ -1,4 +1,4 @@ -/* +/* * Help Viewer (Slovenian Resources) * * Copyright 2002, 2003, 2008 Rok Mandeljc @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + #pragma code_page(65001) /* Menu */ diff --git a/reactos/base/applications/winhlp32/lang/sk-SK.rc b/reactos/base/applications/winhlp32/Sk.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/sk-SK.rc rename to reactos/base/applications/winhlp32/Sk.rc index f8338323dee..1b45e1fe89e 100644 --- a/reactos/base/applications/winhlp32/lang/sk-SK.rc +++ b/reactos/base/applications/winhlp32/Sk.rc @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + MAIN_MENU MENU LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT { POPUP "&Sbor" { diff --git a/reactos/base/applications/winhlp32/lang/sv-SE.rc b/reactos/base/applications/winhlp32/Sv.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/sv-SE.rc rename to reactos/base/applications/winhlp32/Sv.rc index d3893284cae..935b618909b 100644 --- a/reactos/base/applications/winhlp32/lang/sv-SE.rc +++ b/reactos/base/applications/winhlp32/Sv.rc @@ -22,6 +22,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL diff --git a/reactos/base/applications/winhlp32/lang/tr-TR.rc b/reactos/base/applications/winhlp32/Tr.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/tr-TR.rc rename to reactos/base/applications/winhlp32/Tr.rc index bbff7236580..876f33caa2f 100644 --- a/reactos/base/applications/winhlp32/lang/tr-TR.rc +++ b/reactos/base/applications/winhlp32/Tr.rc @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Menu */ MAIN_MENU MENU LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT diff --git a/reactos/base/applications/winhlp32/lang/zh-CN.rc b/reactos/base/applications/winhlp32/Zh.rc similarity index 99% rename from reactos/base/applications/winhlp32/lang/zh-CN.rc rename to reactos/base/applications/winhlp32/Zh.rc index 38d5a565b48..ed20356cf47 100644 --- a/reactos/base/applications/winhlp32/lang/zh-CN.rc +++ b/reactos/base/applications/winhlp32/Zh.rc @@ -1,4 +1,4 @@ -/* +/* * Help Viewer * Simplified and Traditional Chinese Language Support * @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "winhelp_res.h" + /* Chinese text is encoded in UTF-8 */ #pragma code_page(65001) diff --git a/reactos/base/applications/winhlp32/lang/el-GR.rc b/reactos/base/applications/winhlp32/lang/el-GR.rc deleted file mode 100644 index da95d094710..00000000000 --- a/reactos/base/applications/winhlp32/lang/el-GR.rc +++ /dev/null @@ -1,76 +0,0 @@ -/* - * Help Viewer - * - * Copyright 1996 Ulrich Schmid - * Copyright 2002 Sylvain Petreolle - * - * 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_GREEK, SUBLANG_DEFAULT - -/* Menu */ - -MAIN_MENU MENU -BEGIN - POPUP "&" - BEGIN - MENUITEM "&", MNID_FILE_OPEN - MENUITEM SEPARATOR - MENUITEM "&", MNID_FILE_PRINT - MENUITEM "& ...", MNID_FILE_SETUP - MENUITEM SEPARATOR - MENUITEM "&", MNID_FILE_EXIT - END - POPUP "&" - BEGIN - MENUITEM "&...", MNID_EDIT_COPYDLG - MENUITEM SEPARATOR - MENUITEM "&Annotate...", MNID_EDIT_ANNOTATE - END - POPUP "&" - BEGIN - MENUITEM "&Define...", MNID_BKMK_DEFINE - END - POPUP "&" - BEGIN - MENUITEM "Help &on help", MNID_HELP_HELPON - MENUITEM " &", MNID_HELP_HELPTOP - MENUITEM SEPARATOR - MENUITEM "&...", MNID_HELP_ABOUT -#ifdef WINELIB - MENUITEM "& WINE", MNID_HELP_WINE -#endif - END -END - -/* Strings */ - -STRINGTABLE DISCARDABLE -BEGIN -STID_WINE_HELP, "WINE Help" -STID_WHERROR, "" -STID_WARNING, "" -STID_INFO, "" -STID_NOT_IMPLEMENTED, "Not implemented" -STID_HLPFILE_ERROR_s, " `%s'" -STID_CONTENTS, "&" -STID_SEARCH, "&" -STID_BACK, "&" -STID_TOPICS, "&" -STID_ALL_FILES, " (*.*)" -STID_HELP_FILES_HLP, " (*.hlp)" -STID_FILE_NOT_FOUND_s " '%s'. ;" -END diff --git a/reactos/base/applications/winhlp32/lang/uk-UA.rc b/reactos/base/applications/winhlp32/lang/uk-UA.rc deleted file mode 100644 index a895a2fa14b..00000000000 --- a/reactos/base/applications/winhlp32/lang/uk-UA.rc +++ /dev/null @@ -1,112 +0,0 @@ -/* - * PROJECT: ReactOS Help Viewer - * LICENSE: GPL - See COPYING in the top level directory - * FILE: applications/winhlp32/lang/uk-UA.rc - * PURPOSE: Ukraianian Language File for ReactOS Help Viewer - * PROGRAMMERS: Rostislav Zabolotny, Artem Reznikov - */ - -/* Menu */ - -MAIN_MENU MENU LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT -{ - POPUP "&" { - MENUITEM "&³", MNID_FILE_OPEN - MENUITEM SEPARATOR - MENUITEM "&", MNID_FILE_PRINT - MENUITEM "& ...", MNID_FILE_SETUP - MENUITEM SEPARATOR - MENUITEM "&", MNID_FILE_EXIT - } - POPUP "&" { - MENUITEM "&...", MNID_EDIT_COPYDLG - MENUITEM SEPARATOR - MENUITEM "&...", MNID_EDIT_ANNOTATE - } - POPUP "&" { - MENUITEM "&...", MNID_BKMK_DEFINE - } - POPUP "&" { - POPUP " " - BEGIN - MENUITEM " ", MNID_OPTS_HELP_DEFAULT - MENUITEM "", MNID_OPTS_HELP_VISIBLE - MENUITEM " ", MNID_OPTS_HELP_NONVISIBLE - END - MENUITEM "", MNID_OPTS_HISTORY - POPUP "" - BEGIN - MENUITEM "", MNID_OPTS_FONTS_SMALL - MENUITEM "", MNID_OPTS_FONTS_NORMAL - MENUITEM "", MNID_OPTS_FONTS_LARGE - END - MENUITEM " ", MNID_OPTS_SYSTEM_COLORS - } - POPUP "&" { - MENUITEM " & ", MNID_HELP_HELPON - MENUITEM " ", MNID_HELP_HELPTOP - MENUITEM SEPARATOR - MENUITEM "&...", MNID_HELP_ABOUT -#ifdef WINELIB - MENUITEM "& WINE", MNID_HELP_WINE -#endif - } -} - -IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT -STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -CAPTION " " -{ - LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER -} - -IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT -STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU -FONT 8, "MS Shell Dlg" -CAPTION "Search" -{ - LTEXT " ", -1, 10, 10, 180, 150 -} - -/* Strings */ -STRINGTABLE DISCARDABLE LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT -{ -STID_WINE_HELP, " WINE" -STID_WHERROR, "" -STID_WARNING, "" -STID_INFO, "" -STID_NOT_IMPLEMENTED, " " -STID_HLPFILE_ERROR_s, " `%s'" -STID_INDEX, "& " -STID_CONTENTS, "" -STID_BACK, "&" -STID_ALL_FILES, " (*.*)" -STID_HELP_FILES_HLP, " (*.hlp)" -STID_FILE_NOT_FOUND_s " '%s'. ?" -STID_NO_RICHEDIT " richedit... " -STID_PSH_INDEX, " : " -} - -CONTEXT_MENU MENU LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT -BEGIN - POPUP "" - BEGIN - MENUITEM "...", MNID_CTXT_ANNOTATE - MENUITEM "", MNID_CTXT_COPY - MENUITEM "...", MNID_CTXT_PRINT - POPUP "" - BEGIN - MENUITEM "", MNID_CTXT_FONTS_SMALL - MENUITEM "", MNID_CTXT_FONTS_NORMAL - MENUITEM "", MNID_CTXT_FONTS_LARGE - END - POPUP " " - BEGIN - MENUITEM " ", MNID_CTXT_HELP_DEFAULT - MENUITEM "", MNID_CTXT_HELP_VISIBLE - MENUITEM " ", MNID_CTXT_HELP_NONVISIBLE - END - MENUITEM " ", MNID_CTXT_SYSTEM_COLORS - END -END diff --git a/reactos/base/applications/winhlp32/rsrc.rc b/reactos/base/applications/winhlp32/rsrc.rc index a86e3f6db1d..39652f4d2cb 100644 --- a/reactos/base/applications/winhlp32/rsrc.rc +++ b/reactos/base/applications/winhlp32/rsrc.rc @@ -19,39 +19,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include -#include - -#include "winhelp.h" #include "winhelp_res.h" /* @makedep: winhelp.ico */ IDI_WINHELP ICON DISCARDABLE winhelp.ico - -#include "lang/bg-BG.rc" -#include "lang/cs-CZ.rc" -#include "lang/da-DK.rc" -#include "lang/de-DE.rc" -#include "lang/el-GR.rc" -#include "lang/en-US.rc" -#include "lang/es-ES.rc" -#include "lang/fi-FI.rc" -#include "lang/fr-FR.rc" -#include "lang/hu-HU.rc" -#include "lang/it-IT.rc" -#include "lang/ja-JP.rc" -#include "lang/ko-KR.rc" -#include "lang/lt-LT.rc" -#include "lang/nl-NL.rc" -#include "lang/no-NO.rc" -#include "lang/pl-PL.rc" -#include "lang/pt-BR.rc" -#include "lang/rm-CH.rc" -#include "lang/ro-RO.rc" -#include "lang/ru-RU.rc" -#include "lang/sl-SI.rc" -#include "lang/sk-SK.rc" -#include "lang/sv-SE.rc" -#include "lang/tr-TR.rc" -#include "lang/uk-UA.rc" -#include "lang/zh-CN.rc" diff --git a/reactos/base/applications/winhlp32/winhlp32.rbuild b/reactos/base/applications/winhlp32/winhlp32.rbuild index c76d847eb79..77d8c69a914 100644 --- a/reactos/base/applications/winhlp32/winhlp32.rbuild +++ b/reactos/base/applications/winhlp32/winhlp32.rbuild @@ -6,17 +6,40 @@ wine - comdlg32 - comctl32 - shell32 user32 gdi32 kernel32 + shell32 + comctl32 + comdlg32 callback.c hlpfile.c macro.c string.c winhelp.c lex.yy.c + Bg.rc + Cs.rc + Da.rc + De.rc + En.rc + Es.rc + Fi.rc + Fr.rc + Hu.rc + It.rc + Ja.rc + Ko.rc + Lt.rc + Nl.rc + No.rc + Pl.rc + Pt.rc + Rm.rc + Ru.rc + Si.rc + Sk.rc + Sv.rc + Tr.rc rsrc.rc diff --git a/reactos/base/applications/wordpad/Da.rc b/reactos/base/applications/wordpad/Da.rc index d09e90f9b72..34789469e5e 100644 --- a/reactos/base/applications/wordpad/Da.rc +++ b/reactos/base/applications/wordpad/Da.rc @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + LANGUAGE LANG_DANISH, SUBLANG_DEFAULT IDM_MAINMENU MENU DISCARDABLE diff --git a/reactos/base/applications/wordpad/De.rc b/reactos/base/applications/wordpad/De.rc index a2fcceb61c4..18181b2efba 100644 --- a/reactos/base/applications/wordpad/De.rc +++ b/reactos/base/applications/wordpad/De.rc @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL #pragma code_page(65001) @@ -244,5 +246,3 @@ BEGIN STRING_PRINTING_NOT_IMPLEMENTED, "Drucken ist nicht implementiert" STRING_MAX_TAB_STOPS, "Es können nur maximal 32 Tabstopps definiert werden." END - -#pragma code_page(default) diff --git a/reactos/base/applications/wordpad/En.rc b/reactos/base/applications/wordpad/En.rc index dd099e13349..b6ade3aaf3d 100644 --- a/reactos/base/applications/wordpad/En.rc +++ b/reactos/base/applications/wordpad/En.rc @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT IDM_MAINMENU MENU DISCARDABLE @@ -177,10 +179,14 @@ END STRINGTABLE DISCARDABLE BEGIN - STRING_RICHTEXT_FILES_RTF, "Rich text format (*.rtf)" + STRING_ALL_FILES, "All documents (*.*)" STRING_TEXT_FILES_TXT, "Text documents (*.txt)" STRING_TEXT_FILES_UNICODE_TXT, "Unicode text document (*.txt)" - STRING_ALL_FILES, "All documents (*.*)" + STRING_RICHTEXT_FILES_RTF, "Rich text format (*.rtf)" + STRING_NEWFILE_RICHTEXT, "Rich text document" + STRING_NEWFILE_TXT, "Text document" + STRING_NEWFILE_TXT_UNICODE, "Unicode text document" + STRING_PRINTER_FILES_PRN, "Printer files (*.PRN)" END STRINGTABLE DISCARDABLE @@ -190,18 +196,6 @@ BEGIN STRING_ALIGN_CENTER, "Center" END -STRINGTABLE DISCARDABLE -BEGIN - STRING_NEWFILE_RICHTEXT, "Rich text document" - STRING_NEWFILE_TXT, "Text document" - STRING_NEWFILE_TXT_UNICODE, "Unicode text document" -END - -STRINGTABLE DISCARDABLE -BEGIN - STRING_PRINTER_FILES_PRN, "Printer files (*.PRN)" -END - STRINGTABLE DISCARDABLE BEGIN STRING_VIEWPROPS_TITLE, "Options" @@ -217,11 +211,7 @@ BEGIN STRING_PREVIEW_TWOPAGES, "Two pages" STRING_PREVIEW_ONEPAGE, "One page" STRING_PREVIEW_CLOSE, "Close" -END - -STRINGTABLE DISCARDABLE -BEGIN - STRING_UNITS_CM, "cm" + STRING_UNITS_CM, "cm" END STRINGTABLE DISCARDABLE @@ -242,3 +232,12 @@ BEGIN STRING_PRINTING_NOT_IMPLEMENTED, "Printing not implemented" STRING_MAX_TAB_STOPS, "Cannot add more than 32 tab stops." END + +LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL + +STRINGTABLE DISCARDABLE +BEGIN + STRING_ALIGN_LEFT, "Left" + STRING_ALIGN_RIGHT, "Right" + STRING_ALIGN_CENTER, "Centre" +END diff --git a/reactos/base/applications/wordpad/Fr.rc b/reactos/base/applications/wordpad/Fr.rc index 72f7c70e845..9691c0b0cc3 100644 --- a/reactos/base/applications/wordpad/Fr.rc +++ b/reactos/base/applications/wordpad/Fr.rc @@ -16,6 +16,11 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + +/* UTF-8 */ +#pragma code_page(65001) + LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL IDM_MAINMENU MENU DISCARDABLE @@ -28,44 +33,44 @@ BEGIN MENUITEM "Enregistrer &sous...", ID_FILE_SAVEAS MENUITEM SEPARATOR MENUITEM "&Imprimer...\tCtrl+P", ID_PRINT - MENUITEM "A&peru avant impression...", ID_PREVIEW + MENUITEM "A&perçu avant impression...", ID_PREVIEW MENUITEM "&Mise en page...", ID_PRINTSETUP MENUITEM SEPARATOR MENUITEM "&Quitter", ID_FILE_EXIT END - POPUP "&dition" + POPUP "É&dition" BEGIN MENUITEM "&Annuler\tCtrl+Z", ID_EDIT_UNDO - MENUITEM "&Rtablir\tCtrl+Y", ID_EDIT_REDO + MENUITEM "&Rétablir\tCtrl+Y", ID_EDIT_REDO MENUITEM SEPARATOR MENUITEM "&Couper\tCtrl+X", ID_EDIT_CUT MENUITEM "Co&pier\tCtrl+C", ID_EDIT_COPY MENUITEM "C&oller\tCtrl+V", ID_EDIT_PASTE MENUITEM "&Effacer\tDel", ID_EDIT_CLEAR - MENUITEM "&Slectionner tout\tCtrl+A", ID_EDIT_SELECTALL + MENUITEM "&Sélectionner tout\tCtrl+A", ID_EDIT_SELECTALL MENUITEM SEPARATOR MENUITEM "&Rechercher...\tCrtl+F", ID_FIND MENUITEM "Rechercher le &suivant\tF3", ID_FIND_NEXT MENUITEM "&Remplacer...\tCtrl+H", ID_REPLACE MENUITEM SEPARATOR - MENUITEM "Lecture-&seule", ID_EDIT_READONLY - MENUITEM "&Modifi", ID_EDIT_MODIFIED + MENUITEM "Lecture &seule", ID_EDIT_READONLY + MENUITEM "&Modifié", ID_EDIT_MODIFIED MENUITEM SEPARATOR - POPUP "&Avancs" + POPUP "&Avancé" BEGIN - MENUITEM "&Information slection", ID_EDIT_SELECTIONINFO - MENUITEM "&Format caractres", ID_EDIT_CHARFORMAT - MENUITEM "&Df. format car.", ID_EDIT_DEFCHARFORMAT + MENUITEM "&Information sélection", ID_EDIT_SELECTIONINFO + MENUITEM "&Format caractères", ID_EDIT_CHARFORMAT + MENUITEM "&Déf. format car.", ID_EDIT_DEFCHARFORMAT MENUITEM "Format paragrap&he", ID_EDIT_PARAFORMAT - MENUITEM "&Recevoir texte", ID_EDIT_GETTEXT + MENUITEM "Texte &complet", ID_EDIT_GETTEXT END END POPUP "&Affichage" BEGIN MENUITEM "&Barre d'outils", ID_TOGGLE_TOOLBAR MENUITEM "&Barre de format", ID_TOGGLE_FORMATBAR - MENUITEM "&Rgle", ID_TOGGLE_RULER - MENUITEM "&Barre d'tat", ID_TOGGLE_STATUSBAR + MENUITEM "&Règle", ID_TOGGLE_RULER + MENUITEM "&Barre d'état", ID_TOGGLE_STATUSBAR MENUITEM SEPARATOR MENUITEM "&Options...", ID_VIEWPROPERTIES END @@ -76,18 +81,18 @@ BEGIN POPUP "Forma&t" BEGIN MENUITEM "&Police...", ID_FONTSETTINGS - MENUITEM "&Puces" ID_BULLET - MENUITEM "&Paragraphe..." ID_PARAFORMAT + MENUITEM "Pu&ces" ID_BULLET + MENUITEM "Para&graphe..." ID_PARAFORMAT MENUITEM "&Tabulations..." ID_TABSTOPS - POPUP "&Fond" + POPUP "&Arrière-plan" BEGIN - MENUITEM "&Systme\tCtrl+1", ID_BACK_1 - MENUITEM "&Jaunasse\tCtrl+2", ID_BACK_2 + MENUITEM "&Système\tCtrl+1", ID_BACK_1 + MENUITEM "&Jaune pâle\tCtrl+2", ID_BACK_2 END END POPUP "Aid&e" BEGIN - MENUITEM " &propos du Wordpad de Wine" ID_ABOUT + MENUITEM "À &propos du Wordpad de Wine" ID_ABOUT END END @@ -99,8 +104,8 @@ BEGIN MENUITEM "Co&pier", ID_EDIT_COPY MENUITEM "C&oller", ID_EDIT_PASTE MENUITEM SEPARATOR - MENUITEM "&Puces" ID_BULLET - MENUITEM "&Paragraphe" ID_PARAFORMAT + MENUITEM "P&uces" ID_BULLET + MENUITEM "Para&graphe" ID_PARAFORMAT END END @@ -136,7 +141,7 @@ BEGIN EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13 LTEXT "Droite", -1, 15, 40, 40, 13 EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13 - LTEXT "Premire ligne", -1, 15, 58, 40, 18 + LTEXT "Première ligne", -1, 15, 58, 40, 18 EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13 LTEXT "Alignement", -1, 15, 87, 40, 13 COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 60, CBS_DROPDOWNLIST @@ -149,13 +154,13 @@ STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU Caption "Tabulations" FONT 8, "MS SHell DLg" BEGIN - GROUPBOX "Arrts de tabulation", -1, 10, 10, 120, 90 + GROUPBOX "Taquets de tabulation", -1, 10, 10, 120, 90 COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE - DEFPUSHBUTTON "&Ajouter", ID_TAB_ADD, 20, 80, 45, 15 + DEFPUSHBUTTON "A&jouter", ID_TAB_ADD, 20, 80, 45, 15 PUSHBUTTON "&Supprimer", ID_TAB_DEL, 72, 80, 45, 15 - PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15 - PUSHBUTTON "&Annuler", IDCANCEL, 137, 33, 50, 15 - PUSHBUTTON "Supprimer &tous", ID_TAB_EMPTY, 137, 51, 50, 15 + PUSHBUTTON "&OK", IDOK, 137, 15, 56, 15 + PUSHBUTTON "&Annuler", IDCANCEL, 137, 33, 56, 15 + PUSHBUTTON "Supprimer &tous", ID_TAB_EMPTY, 137, 51, 56, 15 END IDD_FORMATOPTS DIALOG DISCARDABLE 0, 0, 280, 110 @@ -163,23 +168,23 @@ STYLE DS_SYSMODAL Caption "" FONT 8, "MS Shell Dlg" BEGIN - GROUPBOX "Enveloppement de ligne", -1, 10, 10, 170, 85 - RADIOBUTTON "No line wrapping", IDC_PAGEFMT_WN, 18, 25, 145, 15 - RADIOBUTTON "Enveloppe le texte partir de la bordure de fentre", IDC_PAGEFMT_WW, 18, 45, 145, 15 - RADIOBUTTON "Enveloppe le texte partir de la &marge", IDC_PAGEFMT_WM, 18, 65, 145, 15 - GROUPBOX "Barres d'outils", -1, 170, 10, 120, 85 - CHECKBOX "&Barre d'outils", IDC_PAGEFMT_TB, 180, 20, 80, 15 - CHECKBOX "Barre de &format", IDC_PAGEFMT_FB, 180, 38, 80, 15 - CHECKBOX "&Rgle", IDC_PAGEFMT_RU, 180, 56, 80, 15 - CHECKBOX "Barre de &statut", IDC_PAGEFMT_SB, 180, 74, 80, 15 + GROUPBOX "Passage à la ligne automatique", -1, 10, 10, 140, 85 + RADIOBUTTON "&Aucun", IDC_PAGEFMT_WN, 18, 25, 127, 15 + RADIOBUTTON "Au niveau de la bordure de fe&nêtre", IDC_PAGEFMT_WW, 18, 45, 127, 15 + RADIOBUTTON "Au niveau de la &marge", IDC_PAGEFMT_WM, 18, 65, 127, 15 + GROUPBOX "Barres d'outils", -1, 156, 10, 115, 85 + CHECKBOX "&Barre d'outils", IDC_PAGEFMT_TB, 166, 20, 80, 15 + CHECKBOX "Barre de &format", IDC_PAGEFMT_FB, 166, 38, 80, 15 + CHECKBOX "&Règle", IDC_PAGEFMT_RU, 166, 56, 80, 15 + CHECKBOX "Barre de &statut", IDC_PAGEFMT_SB, 166, 74, 80, 15 LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0 END STRINGTABLE DISCARDABLE BEGIN - STRING_RICHTEXT_FILES_RTF, "Documents texte riche (*.rtf)" + STRING_RICHTEXT_FILES_RTF, "Format de texte enrichi (*.rtf)" STRING_TEXT_FILES_TXT, "Documents texte (*.txt)" - STRING_TEXT_FILES_UNICODE_TXT, "Documents texte unicode (*.txt)" + STRING_TEXT_FILES_UNICODE_TXT, "Documents texte Unicode (*.txt)" STRING_ALL_FILES, "Tous les documents (*.*)" END @@ -192,9 +197,9 @@ END STRINGTABLE DISCARDABLE BEGIN - STRING_NEWFILE_RICHTEXT, "Document texte riche" + STRING_NEWFILE_RICHTEXT, "Format de texte enrichi (RTF)" STRING_NEWFILE_TXT, "Document texte" - STRING_NEWFILE_TXT_UNICODE, "Document texte unicode" + STRING_NEWFILE_TXT_UNICODE, "Document texte Unicode" END STRINGTABLE DISCARDABLE @@ -213,7 +218,7 @@ STRINGTABLE DISCARDABLE BEGIN STRING_PREVIEW_PRINT, "Imprimer" STRING_PREVIEW_NEXTPAGE, "Page suivante" - STRING_PREVIEW_PREVPAGE, "Page prcdente" + STRING_PREVIEW_PREVPAGE, "Page précédente" STRING_PREVIEW_TWOPAGES, "Deux pages" STRING_PREVIEW_ONEPAGE, "Une page" STRING_PREVIEW_CLOSE, "Fermer" @@ -227,18 +232,18 @@ END STRINGTABLE DISCARDABLE BEGIN STRING_DEFAULT_FILENAME, "Document" - STRING_PROMPT_SAVE_CHANGES, "Enregistrer les modifications de %s?" - STRING_SEARCH_FINISHED, "Recherche termine dans le document." - STRING_LOAD_RICHED_FAILED, "Impossible de charger la bibliothque RichEdit." + STRING_PROMPT_SAVE_CHANGES, "Enregistrer les modifications de « %s » ?" + STRING_SEARCH_FINISHED, "Recherche terminée dans le document." + STRING_LOAD_RICHED_FAILED, "Impossible de charger la bibliothèque RichEdit." STRING_SAVE_LOSEFORMATTING, "Vous avez choisi d'enregistrer en texte simple, " \ "ce qui causera la perte de tout formattage. " \ - "Voulez-vous vraiment continuer?" + "Voulez-vous vraiment continuer ?" STRING_INVALID_NUMBER, "Format de nombre invalide" - STRING_OLE_STORAGE_NOT_SUPPORTED, "Les documents conteneur OLE ne sont pas supports" + STRING_OLE_STORAGE_NOT_SUPPORTED, "Les documents conteneur OLE ne sont pas supportés" STRING_WRITE_FAILED, "Impossible d'enregistrer le fichier." - STRING_WRITE_ACCESS_DENIED, "Vous ne disposez pas des accs ncessaires l'enregistrement du fichier." + STRING_WRITE_ACCESS_DENIED, "Vous ne disposez pas des accès nécessaires à l'enregistrement du fichier." STRING_OPEN_FAILED, "Impossible d'ouvrir le fichier." - STRING_OPEN_ACCESS_DENIED, "Vous ne disposez pas des accs ncessaires l'ouverture du fichier." - STRING_PRINTING_NOT_IMPLEMENTED, "L'impression n'est pas implmente" + STRING_OPEN_ACCESS_DENIED, "Vous ne disposez pas des accès nécessaires à l'ouverture du fichier." + STRING_PRINTING_NOT_IMPLEMENTED, "L'impression n'est pas implémentée" STRING_MAX_TAB_STOPS, "Impossible d'ajouter plus de 32 taquets de tabulation." END diff --git a/reactos/base/applications/wordpad/Hu.rc b/reactos/base/applications/wordpad/Hu.rc index 94ceda5a789..74926e1e597 100644 --- a/reactos/base/applications/wordpad/Hu.rc +++ b/reactos/base/applications/wordpad/Hu.rc @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT IDM_MAINMENU MENU DISCARDABLE diff --git a/reactos/base/applications/wordpad/Ja.rc b/reactos/base/applications/wordpad/Ja.rc index 09e48aafdf5..fc21c5a4e74 100644 --- a/reactos/base/applications/wordpad/Ja.rc +++ b/reactos/base/applications/wordpad/Ja.rc @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + /* UTF-8 */ #pragma code_page(65001) @@ -242,6 +244,6 @@ BEGIN STRING_WRITE_ACCESS_DENIED, "ファイルに保存する権限がありません。" STRING_OPEN_FAILED, "ファイルを開けません。" STRING_OPEN_ACCESS_DENIED, "ファイルを開く権限がありません。" + STRING_PRINTING_NOT_IMPLEMENTED, "プリントが実装されていません。" + STRING_MAX_TAB_STOPS, "32以上なタブを追加できません。" END - -#pragma code_page(default) diff --git a/reactos/base/applications/wordpad/Ko.rc b/reactos/base/applications/wordpad/Ko.rc index 7bfaf00e767..58235857018 100644 --- a/reactos/base/applications/wordpad/Ko.rc +++ b/reactos/base/applications/wordpad/Ko.rc @@ -17,6 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT diff --git a/reactos/base/applications/wordpad/Lt.rc b/reactos/base/applications/wordpad/Lt.rc new file mode 100644 index 00000000000..91fbfcaba91 --- /dev/null +++ b/reactos/base/applications/wordpad/Lt.rc @@ -0,0 +1,249 @@ +/* + * Copyright 2009 Aurimas Fišeras + * + * 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 "wordpad.h" + +/* UTF-8 */ +#pragma code_page(65001) + +LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL + +IDM_MAINMENU MENU DISCARDABLE +BEGIN + POPUP "&Failas" + BEGIN + MENUITEM "&Naujas...\tCtrl+N", ID_FILE_NEW + MENUITEM "&Atverti...\tCtrl+O", ID_FILE_OPEN + MENUITEM "&Išsaugoti\tCtrl+S", ID_FILE_SAVE + MENUITEM "Išsaugoti &kaip...", ID_FILE_SAVEAS + MENUITEM SEPARATOR + MENUITEM "S&pausdinti...\tCtrl+P", ID_PRINT + MENUITEM "Spaudinio pe&ržiūra...", ID_PREVIEW + MENUITEM "Puslapio n&uostatos...", ID_PRINTSETUP + MENUITEM SEPARATOR + MENUITEM "Iš&eiti", ID_FILE_EXIT + END + POPUP "&Taisa" + BEGIN + MENUITEM "&Atšaukti\tCtrl+Z", ID_EDIT_UNDO + MENUITEM "&Grąžinti\tCtrl+Y", ID_EDIT_REDO + MENUITEM SEPARATOR + MENUITEM "&Iškirpti\tCtrl+X", ID_EDIT_CUT + MENUITEM "&Kopijuoti\tCtrl+C", ID_EDIT_COPY + MENUITEM "Į&dėti\tCtrl+V", ID_EDIT_PASTE + MENUITEM "&Šalinti\tDEL", ID_EDIT_CLEAR + MENUITEM "&Pažymėti viską\tCtrl+A", ID_EDIT_SELECTALL + MENUITEM SEPARATOR + MENUITEM "I&eškoti...\tCrtl+F", ID_FIND + MENUITEM "Iešk&oti kito\tF3", ID_FIND_NEXT + MENUITEM "Pa&keisti...\tCtrl+H", ID_REPLACE + MENUITEM SEPARATOR + MENUITEM "Tik skait&ymui", ID_EDIT_READONLY + MENUITEM "&Modifikuotas", ID_EDIT_MODIFIED + MENUITEM SEPARATOR + POPUP "Papi&ldomi" + BEGIN + MENUITEM "Žymėjimo &informacija", ID_EDIT_SELECTIONINFO + MENUITEM "Rašmenų &formatas", ID_EDIT_CHARFORMAT + MENUITEM "&Numatytas rašmenų formatas", ID_EDIT_DEFCHARFORMAT + MENUITEM "&Pastraipos formatas", ID_EDIT_PARAFORMAT + MENUITEM "&Gauti tekstą", ID_EDIT_GETTEXT + END + END + POPUP "&Rodymas" + BEGIN + MENUITEM "&Įrankių juosta", ID_TOGGLE_TOOLBAR + MENUITEM "&Formatų juosta", ID_TOGGLE_FORMATBAR + MENUITEM "&Liniuotė", ID_TOGGLE_RULER + MENUITEM "&Būsenos juosta", ID_TOGGLE_STATUSBAR + MENUITEM SEPARATOR + MENUITEM "&Parinktys...", ID_VIEWPROPERTIES + END + POPUP "Įter&pimas" + BEGIN + MENUITEM "&Data ir laikas...", ID_DATETIME + END + POPUP "F&ormatas" + BEGIN + MENUITEM "&Šriftas...", ID_FONTSETTINGS + MENUITEM "&Ženkleliai" ID_BULLET + MENUITEM "&Pastraipa..." ID_PARAFORMAT + MENUITEM "&Tabuliavimo žymės..." ID_TABSTOPS + POPUP "&Fonas" + BEGIN + MENUITEM "&Sistemos\tCtrl+1", ID_BACK_1 + MENUITEM "&Gelsvas\tCtrl+2", ID_BACK_2 + END + END + POPUP "&Žinynas" + BEGIN + MENUITEM "&Apie Wine Wordpad" ID_ABOUT + END +END + +IDM_POPUP MENU DISCARDABLE +BEGIN + POPUP "" + BEGIN + MENUITEM "&Iškirpti", ID_EDIT_CUT + MENUITEM "&Kopijuoti", ID_EDIT_COPY + MENUITEM "Į&dėti", ID_EDIT_PASTE + MENUITEM SEPARATOR + MENUITEM "&Ženkleliai" ID_BULLET + MENUITEM "&Pastraipa..." ID_PARAFORMAT + END +END + +IDD_DATETIME DIALOG DISCARDABLE 30, 20, 130, 80 +STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU +CAPTION "Data ir laikas" +FONT 10, "MS Sans Serif" +BEGIN + LTEXT "Galimi formatai",-1,3,2,100,15 + LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT | LBS_NOTIFY + PUSHBUTTON "&Gerai",IDOK,87,12,40,12 + PUSHBUTTON "&Atsisakyti",IDCANCEL,87,26,40,12 +END + +IDD_NEWFILE DIALOG DISCARDABLE 30, 20, 140, 80 +STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU +CAPTION "Naujas" +FONT 10, "MS Sans Serif" +BEGIN + LTEXT "Naujo dokumento tipas",-1,3,2,100,15 + LISTBOX IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT + PUSHBUTTON "&Gerai",IDOK,97,12,40,12 + PUSHBUTTON "&Atsisakyti",IDCANCEL,97,26,40,12 +END + +IDD_PARAFORMAT DIALOG DISCARDABLE 30, 20, 200, 110 +STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU +Caption "Pastraipos formatas" +FONT 8, "MS Shell Dlg" +BEGIN + GROUPBOX "Įtrauka", -1, 10, 10, 120, 68 + LTEXT "Iš kairės", -1, 15, 22, 45, 13 + EDITTEXT IDC_PARA_LEFT, 60, 20, 55, 13 + LTEXT "Iš dešinės", -1, 15, 40, 45, 13 + EDITTEXT IDC_PARA_RIGHT, 60, 38, 55, 13 + LTEXT "Pirmoji eilutė", -1, 15, 58, 45, 13 + EDITTEXT IDC_PARA_FIRST, 60, 56, 55, 13 + LTEXT "Lygiuotė", -1, 15, 87, 40, 13 + COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 60, CBS_DROPDOWNLIST + PUSHBUTTON "&Gerai", IDOK, 137, 15, 50, 15 + PUSHBUTTON "&Atsisakyti", IDCANCEL, 137, 33, 50, 15 +END + +IDD_TABSTOPS DIALOG DISCARDABLE 30, 20, 200, 110 +STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU +Caption "Tabuliavimo žymės" +FONT 8, "MS SHell DLg" +BEGIN + GROUPBOX "Tabuliavimo pozicija", -1, 10, 10, 120, 90 + COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE + DEFPUSHBUTTON "&Pridėti", ID_TAB_ADD, 20, 80, 45, 15 + PUSHBUTTON "Pa&šalinti", ID_TAB_DEL, 72, 80, 45, 15 + PUSHBUTTON "&Gerai", IDOK, 137, 15, 50, 15 + PUSHBUTTON "&Atsisakyti", IDCANCEL, 137, 33, 50, 15 + PUSHBUTTON "Pašalinti &visas", ID_TAB_EMPTY, 137, 51, 50, 15 +END + +IDD_FORMATOPTS DIALOG DISCARDABLE 0, 0, 280, 110 +STYLE DS_SYSMODAL +Caption "" +FONT 8, "MS Shell Dlg" +BEGIN + GROUPBOX "Eilutės skaidymas", -1, 10, 10, 130, 85 + RADIOBUTTON "&Eilutės neskaidomos", IDC_PAGEFMT_WN, 18, 25, 117, 15 + RADIOBUTTON "Skaidyti tekstą prie lango &rėmelio", IDC_PAGEFMT_WW, 18, 45, 117, 15 + RADIOBUTTON "Skaidyti tekstą prie ¶štės", IDC_PAGEFMT_WM, 18, 65, 117, 15 + GROUPBOX "Įrankių juostos", -1, 150, 10, 120, 85 + CHECKBOX "Įran&kių juosta", IDC_PAGEFMT_TB, 160, 20, 80, 15 + CHECKBOX "&Formatų juosta", IDC_PAGEFMT_FB, 160, 38, 80, 15 + CHECKBOX "&Liniuotė", IDC_PAGEFMT_RU, 160, 56, 80, 15 + CHECKBOX "&Būsenos juosta", IDC_PAGEFMT_SB, 160, 74, 80, 15 + LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0 +END + +STRINGTABLE DISCARDABLE +BEGIN + STRING_RICHTEXT_FILES_RTF, "Raiškiojo teksto dokumentai (*.rtf)" + STRING_TEXT_FILES_TXT, "Tekstiniai dokumentai (*.txt)" + STRING_TEXT_FILES_UNICODE_TXT, "Teksto unikodu dokumentai (*.txt)" + STRING_ALL_FILES, "Visi dokumentai (*.*)" +END + +STRINGTABLE DISCARDABLE +BEGIN + STRING_ALIGN_LEFT, "Kairinė" + STRING_ALIGN_RIGHT, "Dešininė" + STRING_ALIGN_CENTER, "Centrinė" +END + +STRINGTABLE DISCARDABLE +BEGIN + STRING_NEWFILE_RICHTEXT, "Raiškiojo teksto dokumentas" + STRING_NEWFILE_TXT, "Tekstinis dokumentas" + STRING_NEWFILE_TXT_UNICODE, "Teksto unikodu dokumentas" +END + +STRINGTABLE DISCARDABLE +BEGIN + STRING_PRINTER_FILES_PRN, "Spausdintuvo failai (*.PRN)" +END + +STRINGTABLE DISCARDABLE +BEGIN + STRING_VIEWPROPS_TITLE, "Parinktys" + STRING_VIEWPROPS_TEXT, "Tekstas" + STRING_VIEWPROPS_RICHTEXT, "Raiškusis tekstas" +END + +STRINGTABLE DISCARDABLE +BEGIN + STRING_PREVIEW_PRINT, "Spausdinti" + STRING_PREVIEW_NEXTPAGE, "Tolesnis puslapis" + STRING_PREVIEW_PREVPAGE, "Ankstesnis puslapis" + STRING_PREVIEW_TWOPAGES, "Du puslapiai" + STRING_PREVIEW_ONEPAGE, "Vienas puslapis" + STRING_PREVIEW_CLOSE, "Užverti" +END + +STRINGTABLE DISCARDABLE +BEGIN + STRING_UNITS_CM, "cm" +END + +STRINGTABLE DISCARDABLE +BEGIN + STRING_DEFAULT_FILENAME, "Dokumentas" + STRING_PROMPT_SAVE_CHANGES, "Išsaugoti „%s“ pakeitimus?" + STRING_SEARCH_FINISHED, "Paieška dokumente baigta." + STRING_LOAD_RICHED_FAILED, "Nepavyko įkelti RichEdit bibliotekos." + STRING_SAVE_LOSEFORMATTING, "Jūs pasirinkote išsaugoti paprasto teksto formatu, " \ + "todėl bus prarastas visas formatavimas. " \ + "Ar tikrai norite tai padaryti?" + STRING_INVALID_NUMBER, "Neteisingas skaičiaus formatas" + STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE saugyklos dokumentai yra nepalaikomi" + STRING_WRITE_FAILED, "Nepavyko išsaugoti failo." + STRING_WRITE_ACCESS_DENIED, "Jūs neturite prieigos failui išsaugoti." + STRING_OPEN_FAILED, "Nepavyko atverti failo." + STRING_OPEN_ACCESS_DENIED, "Jūs neturite prieigos failui atverti." + STRING_PRINTING_NOT_IMPLEMENTED, "Spausdinimas nerealizuotas" + STRING_MAX_TAB_STOPS, "Negalima pridėti daugiau negu 32-jų tabuliavimo pozicijų." +END diff --git a/reactos/base/applications/wordpad/Nl.rc b/reactos/base/applications/wordpad/Nl.rc index c91e028c3e4..c9ce64a4b29 100644 --- a/reactos/base/applications/wordpad/Nl.rc +++ b/reactos/base/applications/wordpad/Nl.rc @@ -17,6 +17,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL IDM_MAINMENU MENU DISCARDABLE diff --git a/reactos/base/applications/wordpad/No.rc b/reactos/base/applications/wordpad/No.rc index 6261c6fb81d..5a4fdbf8c30 100644 --- a/reactos/base/applications/wordpad/No.rc +++ b/reactos/base/applications/wordpad/No.rc @@ -1,5 +1,5 @@ /* - * Copyright 2006-2008 by Alexander N. Srnes + * Copyright 2006-2009 by Alexander N. Sørnes * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -16,6 +16,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + +#pragma code_page(65001) + LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL IDM_MAINMENU MENU DISCARDABLE @@ -23,12 +27,12 @@ BEGIN POPUP "&Fil" BEGIN MENUITEM "&Ny...\tCtrl+N", ID_FILE_NEW - MENUITEM "&pne...\tCtrl+O", ID_FILE_OPEN + MENUITEM "&Åpne...\tCtrl+O", ID_FILE_OPEN MENUITEM "&Lagre\tCtrl+S", ID_FILE_SAVE MENUITEM "Lagre &som...", ID_FILE_SAVEAS MENUITEM SEPARATOR MENUITEM "&Skriv ut...\tCtrl+P", ID_PRINT - MENUITEM "&Forhndsvisning...", ID_PREVIEW + MENUITEM "&Forhåndsvisning...", ID_PREVIEW MENUITEM "&Utskriftformat...", ID_PRINTSETUP MENUITEM SEPARATOR MENUITEM "&Avslutt", ID_FILE_EXIT @@ -44,8 +48,8 @@ BEGIN MENUITEM "&Fjern\tDEL", ID_EDIT_CLEAR MENUITEM "&Merk alt\tCtrl+A", ID_EDIT_SELECTALL MENUITEM SEPARATOR - MENUITEM "&Sk etter...\tCrtl+F", ID_FIND - MENUITEM "Sk etter &neste\tF3", ID_FIND_NEXT + MENUITEM "&Søk etter...\tCrtl+F", ID_FIND + MENUITEM "Søk etter &neste\tF3", ID_FIND_NEXT MENUITEM "E&rstatt...\tCtrl+H", ID_REPLACE MENUITEM SEPARATOR MENUITEM "S&krivebeskyttet", ID_EDIT_READONLY @@ -53,7 +57,7 @@ BEGIN MENUITEM SEPARATOR POPUP "&Ekstra" BEGIN - MENUITEM "&Info om merket omrde", ID_EDIT_SELECTIONINFO + MENUITEM "&Info om merket område", ID_EDIT_SELECTIONINFO MENUITEM "Tegn&format", ID_EDIT_CHARFORMAT MENUITEM "Stan&dard tegnformat", ID_EDIT_DEFCHARFORMAT MENUITEM "&Avsnittformat", ID_EDIT_PARAFORMAT @@ -62,7 +66,7 @@ BEGIN END POPUP "&Vis" BEGIN - MENUITEM "Verk&tylinje", ID_TOGGLE_TOOLBAR + MENUITEM "Verk&tøylinje", ID_TOGGLE_TOOLBAR MENUITEM "&Formatlinje", ID_TOGGLE_FORMATBAR MENUITEM "&Linjal", ID_TOGGLE_RULER MENUITEM "&Statuslinje", ID_TOGGLE_STATUSBAR @@ -134,9 +138,9 @@ BEGIN GROUPBOX "Innrykk", -1, 10, 10, 120, 68 LTEXT "Venstre", -1, 15, 22, 40, 13 EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13 - LTEXT "Hyre", -1, 15, 40, 40, 13 + LTEXT "Høyre", -1, 15, 40, 40, 13 EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13 - LTEXT "Frste linje", -1, 15, 58, 40, 13 + LTEXT "Første linje", -1, 15, 58, 40, 13 EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13 LTEXT "Justering", -1, 15, 87, 40, 13 COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 60, CBS_DROPDOWNLIST @@ -167,8 +171,8 @@ BEGIN RADIOBUTTON "No line wrapping", IDC_PAGEFMT_WN, 18, 25, 117, 15 RADIOBUTTON "Bryt tekst etter v&indusbredden", IDC_PAGEFMT_WW, 18, 45, 117, 15 RADIOBUTTON "Bryt tekst etter &margen", IDC_PAGEFMT_WM, 18, 65, 117, 15 - GROUPBOX "Verktylinjer", -1, 150, 10, 120, 85 - CHECKBOX "&Verktylinje", IDC_PAGEFMT_TB, 160, 20, 80, 15 + GROUPBOX "Verktøylinjer", -1, 150, 10, 120, 85 + CHECKBOX "&Verktøylinje", IDC_PAGEFMT_TB, 160, 20, 80, 15 CHECKBOX "&Formatlinje", IDC_PAGEFMT_FB, 160, 38, 80, 15 CHECKBOX "&Linjal", IDC_PAGEFMT_RU, 160, 56, 80, 15 CHECKBOX "&Statuslinje", IDC_PAGEFMT_SB, 160, 74, 80, 15 @@ -193,7 +197,7 @@ END STRINGTABLE DISCARDABLE BEGIN STRING_ALIGN_LEFT, "Venstrestilt" - STRING_ALIGN_RIGHT, "Hyrestilt" + STRING_ALIGN_RIGHT, "Høyrestilt" STRING_ALIGN_CENTER, "Midtstilt" END @@ -215,7 +219,7 @@ BEGIN STRING_PREVIEW_NEXTPAGE, "Neste side" STRING_PREVIEW_PREVPAGE, "Forrige side" STRING_PREVIEW_TWOPAGES, "To sider" - STRING_PREVIEW_ONEPAGE, "n side" + STRING_PREVIEW_ONEPAGE, "Én side" STRING_PREVIEW_CLOSE, "Lukk" END @@ -227,16 +231,18 @@ END STRINGTABLE DISCARDABLE BEGIN STRING_DEFAULT_FILENAME, "Dokument" - STRING_PROMPT_SAVE_CHANGES, "Lagre endringer i %s?" - STRING_SEARCH_FINISHED, "Ferdig med ske i dokumentet." + STRING_PROMPT_SAVE_CHANGES, "Lagre endringer i «%s»?" + STRING_SEARCH_FINISHED, "Ferdig med å søke i dokumentet." STRING_LOAD_RICHED_FAILED, "Klarte ikke laste RichEdit-biblioteket." - STRING_SAVE_LOSEFORMATTING, "Du har valgt lagre i rent tekstformat, noe som " \ - "vil fre til at all formatering gr tapt. Er du " \ - "sikker p at du vil fortsette?" + STRING_SAVE_LOSEFORMATTING, "Du har valgt å lagre i rent tekstformat, noe som " \ + "vil føre til at all formatering går tapt. Er du " \ + "sikker på at du vil fortsette?" STRING_INVALID_NUMBER, "Ugyldig tallformat" STRING_OLE_STORAGE_NOT_SUPPORTED, "OLE storage documents are not supported" STRING_WRITE_FAILED, "Klarte ikke lagre filen." - STRING_WRITE_ACCESS_DENIED, "Du har ikke tilgang til lagre filen." - STRING_OPEN_FAILED, "Klarte ikke pne filen." - STRING_OPEN_ACCESS_DENIED, "Du har ikke tilgang til pne filen." + STRING_WRITE_ACCESS_DENIED, "Du har ikke tilgang til å lagre filen." + STRING_OPEN_FAILED, "Klarte ikke åpne filen." + STRING_OPEN_ACCESS_DENIED, "Du har ikke tilgang til å åpne filen." + STRING_PRINTING_NOT_IMPLEMENTED, "Utskriftfunksjonen er ikke laget ennå." + STRING_MAX_TAB_STOPS, "Kan ikke legge til mer enn 32 tabulatorstopp." END diff --git a/reactos/base/applications/wordpad/Pl.rc b/reactos/base/applications/wordpad/Pl.rc index 47ff1bd0e3f..ab72104e5d0 100644 --- a/reactos/base/applications/wordpad/Pl.rc +++ b/reactos/base/applications/wordpad/Pl.rc @@ -17,6 +17,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + LANGUAGE LANG_POLISH, SUBLANG_DEFAULT IDM_MAINMENU MENU DISCARDABLE diff --git a/reactos/base/applications/wordpad/Pt.rc b/reactos/base/applications/wordpad/Pt.rc index b246c700bcd..fd512c9f1aa 100644 --- a/reactos/base/applications/wordpad/Pt.rc +++ b/reactos/base/applications/wordpad/Pt.rc @@ -18,7 +18,11 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL +#include "wordpad.h" + +#pragma code_page(65001) + +LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE IDM_MAINMENU MENU DISCARDABLE BEGIN @@ -30,8 +34,8 @@ BEGIN MENUITEM "Guardar &como...", ID_FILE_SAVEAS MENUITEM SEPARATOR MENUITEM "&Imprimir...\tCtrl+P", ID_PRINT - MENUITEM "&Pr visualizar...", ID_PREVIEW - MENUITEM "C&onfigurar pgina...", ID_PRINTSETUP + MENUITEM "&Pré visualizar...", ID_PREVIEW + MENUITEM "C&onfigurar página...", ID_PRINTSETUP MENUITEM SEPARATOR MENUITEM "&Sair", ID_FILE_EXIT END @@ -55,21 +59,21 @@ BEGIN MENUITEM SEPARATOR POPUP "E&xtras" BEGIN - MENUITEM "&Informao da seleco", ID_EDIT_SELECTIONINFO + MENUITEM "&Informação da selecção", ID_EDIT_SELECTIONINFO MENUITEM "&Formato dos caracteres", ID_EDIT_CHARFORMAT MENUITEM "&Definir formato dos caracteres", ID_EDIT_DEFCHARFORMAT - MENUITEM "F&ormato dos pargrafos", ID_EDIT_PARAFORMAT + MENUITEM "F&ormato dos parágrafos", ID_EDIT_PARAFORMAT MENUITEM "&Buscar texto", ID_EDIT_GETTEXT END END POPUP "&Ver" BEGIN MENUITEM "&Barra de Ferramentas", ID_TOGGLE_TOOLBAR - MENUITEM "Barra de &Formatao", ID_TOGGLE_FORMATBAR - MENUITEM "&Rgua", ID_TOGGLE_RULER + MENUITEM "Barra de &Formatação", ID_TOGGLE_FORMATBAR + MENUITEM "&Régua", ID_TOGGLE_RULER MENUITEM "Barra de &Estado", ID_TOGGLE_STATUSBAR MENUITEM SEPARATOR - MENUITEM "&Opes...", ID_VIEWPROPERTIES + MENUITEM "&Opções...", ID_VIEWPROPERTIES END POPUP "&Inserir" BEGIN @@ -79,8 +83,8 @@ BEGIN BEGIN MENUITEM "&Tipo de Letra...", ID_FONTSETTINGS MENUITEM "&Lista de marcas" ID_BULLET - MENUITEM "&Pargrafo..." ID_PARAFORMAT - MENUITEM "T&abulaes..." ID_TABSTOPS + MENUITEM "&Parágrafo..." ID_PARAFORMAT + MENUITEM "T&abulações..." ID_TABSTOPS POPUP "&Fundo" BEGIN MENUITEM "&Sistema\tCtrl+1", ID_BACK_1 @@ -102,7 +106,7 @@ BEGIN MENUITEM "Co&lar", ID_EDIT_PASTE MENUITEM SEPARATOR MENUITEM "&Lista de marcas" ID_BULLET - MENUITEM "&Pargrafo..." ID_PARAFORMAT + MENUITEM "&Parágrafo..." ID_PARAFORMAT END END @@ -111,7 +115,7 @@ STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU CAPTION "Data e hora" FONT 10, "MS Sans Serif" BEGIN - LTEXT "Formatos Disponveis",-1,3,2,100,15 + LTEXT "Formatos Disponíveis",-1,3,2,100,15 LISTBOX IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT | LBS_NOTIFY PUSHBUTTON "&OK",IDOK,87,12,40,12 PUSHBUTTON "&Cancelar",IDCANCEL,87,26,40,12 @@ -130,10 +134,10 @@ END IDD_PARAFORMAT DIALOG DISCARDABLE 30, 20, 200, 110 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU -Caption "Pargrafo" +Caption "Parágrafo" FONT 8, "MS Shell Dlg" BEGIN - GROUPBOX "Identao", -1, 10, 10, 120, 68 + GROUPBOX "Identação", -1, 10, 10, 120, 68 LTEXT "Esquerda", -1, 15, 22, 40, 13 EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13 LTEXT "Direita", -1, 15, 40, 40, 13 @@ -148,10 +152,10 @@ END IDD_TABSTOPS DIALOG DISCARDABLE 30, 20, 200, 110 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU -Caption "Tabulaes" +Caption "Tabulações" FONT 8, "MS SHell DLg" BEGIN - GROUPBOX "Marca de tabulao", -1, 10, 10, 120, 90 + GROUPBOX "Marca de tabulação", -1, 10, 10, 120, 90 COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE DEFPUSHBUTTON "&Adicionar", ID_TAB_ADD, 20, 80, 45, 15 PUSHBUTTON "&Remover", ID_TAB_DEL, 72, 80, 45, 15 @@ -167,12 +171,12 @@ FONT 8, "MS Shell Dlg" BEGIN GROUPBOX "Moldar o texto", -1, 10, 10, 130, 85 RADIOBUTTON "&Sem moldagem", IDC_PAGEFMT_WN, 18, 25, 117, 15 - RADIOBUTTON "&Moldar janela", IDC_PAGEFMT_WW, 18, 45, 117, 15 - RADIOBUTTON "Moldar pela &rgua", IDC_PAGEFMT_WM, 18, 65, 117, 15 + RADIOBUTTON "&Moldar à janela", IDC_PAGEFMT_WW, 18, 45, 117, 15 + RADIOBUTTON "Moldar pela &régua", IDC_PAGEFMT_WM, 18, 65, 117, 15 GROUPBOX "Barras de Ferramentas", -1, 150, 10, 120, 85 CHECKBOX "&Barra de Ferramentas", IDC_PAGEFMT_TB, 160, 20, 90, 15 - CHECKBOX "Barra de &Formatao", IDC_PAGEFMT_FB, 160, 38, 90, 15 - CHECKBOX "&Rgua", IDC_PAGEFMT_RU, 160, 56, 90, 15 + CHECKBOX "Barra de &Formatação", IDC_PAGEFMT_FB, 160, 38, 90, 15 + CHECKBOX "&Régua", IDC_PAGEFMT_RU, 160, 56, 90, 15 CHECKBOX "Barra de &Estado", IDC_PAGEFMT_SB, 160, 74, 90, 15 LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0 END @@ -206,7 +210,7 @@ END STRINGTABLE DISCARDABLE BEGIN - STRING_VIEWPROPS_TITLE, "Opes" + STRING_VIEWPROPS_TITLE, "Opções" STRING_VIEWPROPS_TEXT, "Texto" STRING_VIEWPROPS_RICHTEXT, "Rich text" END @@ -214,10 +218,10 @@ END STRINGTABLE DISCARDABLE BEGIN STRING_PREVIEW_PRINT, "Imprimir" - STRING_PREVIEW_NEXTPAGE, "Prxima pgina" - STRING_PREVIEW_PREVPAGE, "Pgina anterior" - STRING_PREVIEW_TWOPAGES, "Duas pginas" - STRING_PREVIEW_ONEPAGE, "Uma pgina" + STRING_PREVIEW_NEXTPAGE, "Próxima página" + STRING_PREVIEW_PREVPAGE, "Página anterior" + STRING_PREVIEW_TWOPAGES, "Duas páginas" + STRING_PREVIEW_ONEPAGE, "Uma página" STRING_PREVIEW_CLOSE, "Fechar" END @@ -229,17 +233,18 @@ END STRINGTABLE DISCARDABLE BEGIN STRING_DEFAULT_FILENAME, "Documento" - STRING_PROMPT_SAVE_CHANGES, "Guardar alteraes a '%s'?" + STRING_PROMPT_SAVE_CHANGES, "Guardar alterações a '%s'?" STRING_SEARCH_FINISHED, "Acabou a pesquisa do documento." STRING_LOAD_RICHED_FAILED, "Falhou o carregamento da biblioteca RichEdit." STRING_SAVE_LOSEFORMATTING, "Escolheu guardar em formato de texto simples, " \ - "o que vai anular todas as formataes. " \ + "o que vai anular todas as formatações. " \ "Tem a certeza que quer fazer isto?" - STRING_INVALID_NUMBER, "Formato de nmero invlido" - STRING_OLE_STORAGE_NOT_SUPPORTED, "Documentos OLE no so suportados" - STRING_WRITE_FAILED, "No foi possvel guardar o ficheiro." - STRING_WRITE_ACCESS_DENIED, "No tem permisses para guardar o ficheiro." - STRING_OPEN_FAILED, "No foi possvel abrir o ficheiro." - STRING_OPEN_ACCESS_DENIED, "No tem permisses para abrir o ficheiro." - STRING_PRINTING_NOT_IMPLEMENTED, "Impresso no implementada" + STRING_INVALID_NUMBER, "Formato de número inválido" + STRING_OLE_STORAGE_NOT_SUPPORTED, "Documentos OLE não são suportados" + STRING_WRITE_FAILED, "Não foi possível guardar o ficheiro." + STRING_WRITE_ACCESS_DENIED, "Não tem permissões para guardar o ficheiro." + STRING_OPEN_FAILED, "Não foi possível abrir o ficheiro." + STRING_OPEN_ACCESS_DENIED, "Não tem permissões para abrir o ficheiro." + STRING_PRINTING_NOT_IMPLEMENTED, "Impressão não implementada" + STRING_MAX_TAB_STOPS, "Não pode adicionar mais de 32 tabs." END diff --git a/reactos/base/applications/wordpad/Ru.rc b/reactos/base/applications/wordpad/Ru.rc index e4371993991..6428f7b1a0d 100644 --- a/reactos/base/applications/wordpad/Ru.rc +++ b/reactos/base/applications/wordpad/Ru.rc @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT IDM_MAINMENU MENU DISCARDABLE diff --git a/reactos/base/applications/wordpad/Si.rc b/reactos/base/applications/wordpad/Si.rc index 5e349580a24..1b6d37fd41c 100644 --- a/reactos/base/applications/wordpad/Si.rc +++ b/reactos/base/applications/wordpad/Si.rc @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + #pragma code_page(65001) LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT @@ -245,5 +247,3 @@ BEGIN STRING_PRINTING_NOT_IMPLEMENTED, "Tiskanje (še) ni na voljo" STRING_MAX_TAB_STOPS, "Ne morem vstaviti več kot 32 položajev tabulatorja." END - -#pragma code_page(default) diff --git a/reactos/base/applications/wordpad/Sv.rc b/reactos/base/applications/wordpad/Sv.rc index 4bb2ae24557..d94e6e3d190 100644 --- a/reactos/base/applications/wordpad/Sv.rc +++ b/reactos/base/applications/wordpad/Sv.rc @@ -16,6 +16,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL #pragma code_page(65001) @@ -244,5 +246,3 @@ BEGIN STRING_PRINTING_NOT_IMPLEMENTED, "Utskrift ej implementerat." STRING_MAX_TAB_STOPS, "Kan ej lägga till mer än 32 tabbstopp." END - -#pragma code_page(default) diff --git a/reactos/base/applications/wordpad/Tr.rc b/reactos/base/applications/wordpad/Tr.rc index 7df9a36fb7a..92290371d37 100644 --- a/reactos/base/applications/wordpad/Tr.rc +++ b/reactos/base/applications/wordpad/Tr.rc @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT IDM_MAINMENU MENU DISCARDABLE diff --git a/reactos/base/applications/wordpad/Zh.rc b/reactos/base/applications/wordpad/Zh.rc index 5c11ab79963..d8ceec43a1a 100644 --- a/reactos/base/applications/wordpad/Zh.rc +++ b/reactos/base/applications/wordpad/Zh.rc @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "wordpad.h" + /* Chinese text is encoded in UTF-8 */ #pragma code_page(65001) @@ -469,5 +471,3 @@ BEGIN STRING_OPEN_FAILED, "不能開啟檔案." STRING_OPEN_ACCESS_DENIED, "你沒有開啟檔案的權力." END - -#pragma code_page(default) diff --git a/reactos/base/applications/wordpad/rsrc.rc b/reactos/base/applications/wordpad/rsrc.rc index 1a77fe27be1..ac159da8916 100644 --- a/reactos/base/applications/wordpad/rsrc.rc +++ b/reactos/base/applications/wordpad/rsrc.rc @@ -17,9 +17,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include -#include - #include "wordpad.h" MAINACCELTABLE ACCELERATORS @@ -63,20 +60,3 @@ IDI_WRI ICON "wri.ico" /* @makedep: txt.ico */ IDI_TXT ICON "txt.ico" - -#include "Da.rc" -#include "De.rc" -#include "En.rc" -#include "Fr.rc" -#include "Hu.rc" -#include "Ja.rc" -#include "Ko.rc" -#include "Nl.rc" -#include "No.rc" -#include "Pl.rc" -#include "Pt.rc" -#include "Ru.rc" -#include "Si.rc" -#include "Sv.rc" -#include "Tr.rc" -#include "Zh.rc" diff --git a/reactos/base/applications/wordpad/wordpad.h b/reactos/base/applications/wordpad/wordpad.h index ece183fc1c2..b51bec8fcb0 100644 --- a/reactos/base/applications/wordpad/wordpad.h +++ b/reactos/base/applications/wordpad/wordpad.h @@ -17,6 +17,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include +#include + #define MAX_STRING_LEN 255 #define TWIPS_PER_INCH 1440 @@ -169,24 +172,24 @@ #define STRING_NEWFILE_TXT 1405 #define STRING_NEWFILE_TXT_UNICODE 1406 -#define STRING_ALIGN_LEFT 1407 -#define STRING_ALIGN_RIGHT 1408 -#define STRING_ALIGN_CENTER 1409 +#define STRING_PRINTER_FILES_PRN 1407 -#define STRING_PRINTER_FILES_PRN 1410 +#define STRING_ALIGN_LEFT 1416 +#define STRING_ALIGN_RIGHT 1417 +#define STRING_ALIGN_CENTER 1418 -#define STRING_VIEWPROPS_TITLE 1411 -#define STRING_VIEWPROPS_TEXT 1412 -#define STRING_VIEWPROPS_RICHTEXT 1413 +#define STRING_VIEWPROPS_TITLE 1432 +#define STRING_VIEWPROPS_TEXT 1433 +#define STRING_VIEWPROPS_RICHTEXT 1434 -#define STRING_PREVIEW_PRINT 1414 -#define STRING_PREVIEW_NEXTPAGE 1415 -#define STRING_PREVIEW_PREVPAGE 1416 -#define STRING_PREVIEW_TWOPAGES 1417 -#define STRING_PREVIEW_ONEPAGE 1418 -#define STRING_PREVIEW_CLOSE 1419 +#define STRING_PREVIEW_PRINT 1448 +#define STRING_PREVIEW_NEXTPAGE 1449 +#define STRING_PREVIEW_PREVPAGE 1450 +#define STRING_PREVIEW_TWOPAGES 1451 +#define STRING_PREVIEW_ONEPAGE 1452 +#define STRING_PREVIEW_CLOSE 1453 -#define STRING_UNITS_CM 1420 +#define STRING_UNITS_CM 1454 #define STRING_DEFAULT_FILENAME 1700 #define STRING_PROMPT_SAVE_CHANGES 1701 diff --git a/reactos/base/applications/wordpad/wordpad.rbuild b/reactos/base/applications/wordpad/wordpad.rbuild index f5b7a54c481..454d01bd42c 100644 --- a/reactos/base/applications/wordpad/wordpad.rbuild +++ b/reactos/base/applications/wordpad/wordpad.rbuild @@ -10,10 +10,25 @@ advapi32 kernel32 comctl32 - - print.c - registry.c - wordpad.c - + print.c + registry.c + wordpad.c + Da.rc + De.rc + En.rc + Fr.rc + Hu.rc + Ja.rc + Ko.rc + Lt.rc + Nl.rc + No.rc + Pl.rc + Pt.rc + Ru.rc + Si.rc + Sv.rc + Tr.rc + Zh.rc rsrc.rc diff --git a/reactos/base/applications/cmdutils/xcopy/rsrc.rc b/reactos/base/applications/write/De.rc similarity index 67% rename from reactos/base/applications/cmdutils/xcopy/rsrc.rc rename to reactos/base/applications/write/De.rc index 533ba3b3e61..db175a02d56 100644 --- a/reactos/base/applications/cmdutils/xcopy/rsrc.rc +++ b/reactos/base/applications/write/De.rc @@ -1,5 +1,6 @@ /* - * Copyright 2007 Jason Edmeades + * Copyright (C) 2007 Mikolaj Zalewski + * Copyright (C) 2008 Michael Stefaniuc * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -16,24 +17,13 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include "resources.h" -#include "xcopy.h" +#pragma code_page(65001) -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL -#include "Bg.rc" -#include "Da.rc" -#include "De.rc" -#include "El.rc" -#include "En.rc" -#include "Fr.rc" -#include "It.rc" -#include "Ko.rc" -#include "Lt.rc" -#include "Nl.rc" -#include "No.rc" -#include "Pl.rc" -#include "Pt.rc" -#include "Ru.rc" -#include "Si.rc" +STRINGTABLE +{ + IDS_FAILED, "Der Start von Wordpad ist fehlgeschlagen" +} diff --git a/reactos/base/applications/write/En.rc b/reactos/base/applications/write/En.rc new file mode 100644 index 00000000000..715957846c1 --- /dev/null +++ b/reactos/base/applications/write/En.rc @@ -0,0 +1,28 @@ +/* + * English language support + * + * Copyright (C) 2007 Mikolaj Zalewski + * + * 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 "resources.h" + +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT + +STRINGTABLE +{ + IDS_FAILED, "Starting Wordpad failed" +} diff --git a/reactos/base/applications/write/rsrc.rc b/reactos/base/applications/write/Fr.rc similarity index 58% rename from reactos/base/applications/write/rsrc.rc rename to reactos/base/applications/write/Fr.rc index 51dafa2d103..a81dffda827 100644 --- a/reactos/base/applications/write/rsrc.rc +++ b/reactos/base/applications/write/Fr.rc @@ -1,5 +1,7 @@ /* - * Copyright 2007 Mikolaj Zalewski + * French language support + * + * Copyright (C) 2007 Jonathan Ernst * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -16,27 +18,13 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include -#include - #include "resources.h" -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +#pragma code_page(65001) -#include "lang/bg-BG.rc" -#include "lang/de-DE.rc" -#include "lang/en-US.rc" -#include "lang/es-ES.rc" -#include "lang/fr-FR.rc" -#include "lang/ja-JP.rc" -#include "lang/ko-KR.rc" -#include "lang/nl-NL.rc" -#include "lang/no-NO.rc" -#include "lang/pl-PL.rc" -#include "lang/pt-BR.rc" -#include "lang/ro-RO.rc" -#include "lang/ru-RU.rc" -#include "lang/sk-SK.rc" -#include "lang/sl-SI.rc" -#include "lang/sv-SE.rc" -#include "lang/uk-UA.rc" +LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL + +STRINGTABLE +{ + IDS_FAILED, "Wordpad n'a pas pu être démarré" +} diff --git a/reactos/base/applications/write/Ja.rc b/reactos/base/applications/write/Ja.rc new file mode 100644 index 00000000000..5c9a8259a97 --- /dev/null +++ b/reactos/base/applications/write/Ja.rc @@ -0,0 +1,31 @@ +/* + * Japanese language support + * + * Copyright (C) 2007 Mikolaj Zalewski + * + * 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 "resources.h" + +/* UTF-8 */ +#pragma code_page(65001) + +LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT + +STRINGTABLE +{ + IDS_FAILED, "Wordpad の起動に失敗しました" +} diff --git a/reactos/base/applications/write/Ko.rc b/reactos/base/applications/write/Ko.rc new file mode 100644 index 00000000000..3e076c2d101 --- /dev/null +++ b/reactos/base/applications/write/Ko.rc @@ -0,0 +1,29 @@ +/* + * Korean language support + * + * Copyright (C) 2007 Mikolaj Zalewski + * Copyright (C) 2008 YunSong Hwang(Ȳ)(hys545@dreamwiz.com) + * + * 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 "resources.h" + +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT + +STRINGTABLE +{ + IDS_FAILED, "е " +} diff --git a/reactos/base/applications/write/Lt.rc b/reactos/base/applications/write/Lt.rc new file mode 100644 index 00000000000..5cef934fbc7 --- /dev/null +++ b/reactos/base/applications/write/Lt.rc @@ -0,0 +1,31 @@ +/* + * Lithuanian language support + * + * Copyright 2009 Aurimas Fišeras + * + * 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 "resources.h" + +/* UTF-8 */ +#pragma code_page(65001) + +LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL + +STRINGTABLE +{ + IDS_FAILED, "Nepavyko paleisti Wordpad" +} diff --git a/reactos/base/applications/write/Nl.rc b/reactos/base/applications/write/Nl.rc new file mode 100644 index 00000000000..6910cde8baa --- /dev/null +++ b/reactos/base/applications/write/Nl.rc @@ -0,0 +1,28 @@ +/* + * Dutch language support + * + * Copyright (C) 2008 Frans Kool + * + * 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 "resources.h" + +LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL + +STRINGTABLE +{ + IDS_FAILED, "Starten van Wordpad mislukt" +} diff --git a/reactos/base/applications/write/No.rc b/reactos/base/applications/write/No.rc new file mode 100644 index 00000000000..b20abc3d56c --- /dev/null +++ b/reactos/base/applications/write/No.rc @@ -0,0 +1,28 @@ +/* + * Norwegian Bokml language support + * + * Copyright (C) 2007 Alexander N. Srnes + * + * 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 "resources.h" + +LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL + +STRINGTABLE +{ + IDS_FAILED, "Klarte ikke starte Wordpad" +} diff --git a/reactos/base/applications/write/Pl.rc b/reactos/base/applications/write/Pl.rc new file mode 100644 index 00000000000..6a3c8ae3199 --- /dev/null +++ b/reactos/base/applications/write/Pl.rc @@ -0,0 +1,28 @@ +/* + * Polish language support + * + * Copyright (C) 2007 Mikolaj Zalewski + * + * 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 "resources.h" + +LANGUAGE LANG_POLISH, SUBLANG_DEFAULT + +STRINGTABLE +{ + IDS_FAILED, "Nie udao si uruchomi programu Wordpad" +} diff --git a/reactos/base/applications/write/Pt.rc b/reactos/base/applications/write/Pt.rc new file mode 100644 index 00000000000..95fad3463f4 --- /dev/null +++ b/reactos/base/applications/write/Pt.rc @@ -0,0 +1,28 @@ +/* + * Portuguese language support + * + * Copyright (C) 2008 Ricardo Filipe + * + * 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 "resources.h" + +LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL + +STRINGTABLE +{ + IDS_FAILED, "Falhou ao iniciar o Wordpad" +} diff --git a/reactos/base/applications/winhlp32/lang/ro-RO.rc b/reactos/base/applications/write/Ro.rc similarity index 97% rename from reactos/base/applications/winhlp32/lang/ro-RO.rc rename to reactos/base/applications/write/Ro.rc index 3dc586b9402..f6a7b65665f 100644 --- a/reactos/base/applications/winhlp32/lang/ro-RO.rc +++ b/reactos/base/applications/write/Ro.rc @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2007 Mikolaj Zalewski * Copyright (C) 2008 Michael Stefaniuc * @@ -17,6 +17,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resources.h" + LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL #pragma code_page(65001) diff --git a/reactos/base/applications/write/Ru.rc b/reactos/base/applications/write/Ru.rc new file mode 100644 index 00000000000..5824ad13f00 --- /dev/null +++ b/reactos/base/applications/write/Ru.rc @@ -0,0 +1,28 @@ +/* + * Russian language support + * + * Copyright 2008 Andrey Esin + * + * 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 "resources.h" + +LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT + +STRINGTABLE +{ + IDS_FAILED, " Wordpad" +} diff --git a/reactos/base/applications/write/Si.rc b/reactos/base/applications/write/Si.rc new file mode 100644 index 00000000000..9d3e5fe1520 --- /dev/null +++ b/reactos/base/applications/write/Si.rc @@ -0,0 +1,30 @@ +/* + * Slovenian language support + * + * Copyright (C) 2008 Rok Mandeljc + * + * 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 "resources.h" + +LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT + +#pragma code_page(65001) + +STRINGTABLE +{ + IDS_FAILED, "Zagon programa Wordpad ni uspel" +} diff --git a/reactos/base/applications/write/Sv.rc b/reactos/base/applications/write/Sv.rc new file mode 100644 index 00000000000..7cfa2acea01 --- /dev/null +++ b/reactos/base/applications/write/Sv.rc @@ -0,0 +1,28 @@ +/* + * Swedish language support + * + * Copyright (C) 2009 Anders Jonsson + * + * 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 "resources.h" + +LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL + +STRINGTABLE +{ + IDS_FAILED, "Kunde inte starta Wordpad" +} diff --git a/reactos/base/applications/write/resources.h b/reactos/base/applications/write/resources.h index e99e5b19a40..73ef91aa40f 100644 --- a/reactos/base/applications/write/resources.h +++ b/reactos/base/applications/write/resources.h @@ -16,4 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include + #define IDS_FAILED 101 diff --git a/reactos/base/applications/write/write.rbuild b/reactos/base/applications/write/write.rbuild index e559784bc3a..7a215abb19c 100644 --- a/reactos/base/applications/write/write.rbuild +++ b/reactos/base/applications/write/write.rbuild @@ -2,10 +2,22 @@ . - kernel32 user32 - advapi32 - shell32 + gdi32 + kernel32 write.c - rsrc.rc + De.rc + En.rc + Fr.rc + Ja.rc + Ko.rc + Lt.rc + Nl.rc + No.rc + Pl.rc + Pt.rc + Ro.rc + Ru.rc + Si.rc + Sv.rc