From 3732a01a8ac2064cf099bb09daacadeac9f9534b Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Sat, 18 Jul 2009 22:01:42 +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=42071 --- .../winfile/{lang/cs-CZ.rc => Cs.rc} | 2 + .../winfile/{lang/da-DK.rc => Da.rc} | 2 + .../winfile/{lang/de-DE.rc => De.rc} | 4 +- .../winfile/{lang/en-US.rc => En.rc} | 2 + .../winfile/{lang/es-ES.rc => Es.rc} | 2 + .../winfile/{lang/fr-FR.rc => Fr.rc} | 4 +- .../winfile/{lang/hu-HU.rc => Hu.rc} | 2 + .../winfile/{lang/it-IT.rc => It.rc} | 2 + .../winfile/{lang/ja-JP.rc => Ja.rc} | 4 +- .../winfile/{lang/ko-KR.rc => Ko.rc} | 2 + .../winfile/{lang/lt-LT.rc => Lt.rc} | 4 +- rosapps/applications/winfile/Makefile.in | 20 ----- .../winfile/{lang/nl-NL.rc => Nl.rc} | 2 + .../winfile/{lang/no-NO.rc => No.rc} | 2 + .../winfile/{lang/pl-PL.rc => Pl.rc} | 2 + .../winfile/{lang/pt-BR.rc => Pt.rc} | 4 +- .../winfile/{lang/ru-RU.rc => Ru.rc} | 2 + .../winfile/{lang/sl-SI.rc => Si.rc} | 4 +- .../winfile/{lang/sv-SE.rc => Sv.rc} | 2 + .../winfile/{lang/tr-TR.rc => Tr.rc} | 2 + .../winfile/{lang/zh-CN.rc => Zh.rc} | 4 +- rosapps/applications/winfile/lang/bg-BG.rc | 85 ------------------ rosapps/applications/winfile/lang/fi-FI.rc | 88 ------------------ rosapps/applications/winfile/lang/rm-CH.rc | 90 ------------------- rosapps/applications/winfile/lang/ro-RO.rc | 27 ------ rosapps/applications/winfile/lang/sk-SK.rc | 83 ----------------- rosapps/applications/winfile/rsrc.rc | 31 ------- rosapps/applications/winfile/winfile.rbuild | 20 +++++ 28 files changed, 67 insertions(+), 431 deletions(-) rename rosapps/applications/winfile/{lang/cs-CZ.rc => Cs.rc} (99%) rename rosapps/applications/winfile/{lang/da-DK.rc => Da.rc} (99%) rename rosapps/applications/winfile/{lang/de-DE.rc => De.rc} (99%) rename rosapps/applications/winfile/{lang/en-US.rc => En.rc} (99%) rename rosapps/applications/winfile/{lang/es-ES.rc => Es.rc} (99%) rename rosapps/applications/winfile/{lang/fr-FR.rc => Fr.rc} (99%) rename rosapps/applications/winfile/{lang/hu-HU.rc => Hu.rc} (99%) rename rosapps/applications/winfile/{lang/it-IT.rc => It.rc} (99%) rename rosapps/applications/winfile/{lang/ja-JP.rc => Ja.rc} (99%) rename rosapps/applications/winfile/{lang/ko-KR.rc => Ko.rc} (99%) rename rosapps/applications/winfile/{lang/lt-LT.rc => Lt.rc} (99%) delete mode 100644 rosapps/applications/winfile/Makefile.in rename rosapps/applications/winfile/{lang/nl-NL.rc => Nl.rc} (99%) rename rosapps/applications/winfile/{lang/no-NO.rc => No.rc} (99%) rename rosapps/applications/winfile/{lang/pl-PL.rc => Pl.rc} (99%) rename rosapps/applications/winfile/{lang/pt-BR.rc => Pt.rc} (99%) rename rosapps/applications/winfile/{lang/ru-RU.rc => Ru.rc} (99%) rename rosapps/applications/winfile/{lang/sl-SI.rc => Si.rc} (99%) rename rosapps/applications/winfile/{lang/sv-SE.rc => Sv.rc} (99%) rename rosapps/applications/winfile/{lang/tr-TR.rc => Tr.rc} (99%) rename rosapps/applications/winfile/{lang/zh-CN.rc => Zh.rc} (99%) delete mode 100644 rosapps/applications/winfile/lang/bg-BG.rc delete mode 100644 rosapps/applications/winfile/lang/fi-FI.rc delete mode 100644 rosapps/applications/winfile/lang/rm-CH.rc delete mode 100644 rosapps/applications/winfile/lang/ro-RO.rc delete mode 100644 rosapps/applications/winfile/lang/sk-SK.rc diff --git a/rosapps/applications/winfile/lang/cs-CZ.rc b/rosapps/applications/winfile/Cs.rc similarity index 99% rename from rosapps/applications/winfile/lang/cs-CZ.rc rename to rosapps/applications/winfile/Cs.rc index 6d2294a87b5..ad718638e69 100644 --- a/rosapps/applications/winfile/lang/cs-CZ.rc +++ b/rosapps/applications/winfile/Cs.rc @@ -23,6 +23,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_CZECH, SUBLANG_DEFAULT /* Czech strings in CP1250 */ diff --git a/rosapps/applications/winfile/lang/da-DK.rc b/rosapps/applications/winfile/Da.rc similarity index 99% rename from rosapps/applications/winfile/lang/da-DK.rc rename to rosapps/applications/winfile/Da.rc index babc0dab32d..ffc74156574 100644 --- a/rosapps/applications/winfile/lang/da-DK.rc +++ b/rosapps/applications/winfile/Da.rc @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_DANISH, SUBLANG_DEFAULT /* Menu */ diff --git a/rosapps/applications/winfile/lang/de-DE.rc b/rosapps/applications/winfile/De.rc similarity index 99% rename from rosapps/applications/winfile/lang/de-DE.rc rename to rosapps/applications/winfile/De.rc index 54e91e7d963..e30c5c18116 100644 --- a/rosapps/applications/winfile/lang/de-DE.rc +++ b/rosapps/applications/winfile/De.rc @@ -1,4 +1,4 @@ -/* +/* * Winefile * German Language Support * @@ -21,6 +21,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + #pragma code_page(65001) LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL diff --git a/rosapps/applications/winfile/lang/en-US.rc b/rosapps/applications/winfile/En.rc similarity index 99% rename from rosapps/applications/winfile/lang/en-US.rc rename to rosapps/applications/winfile/En.rc index dc0ef28f2a8..644cf2ff262 100644 --- a/rosapps/applications/winfile/lang/en-US.rc +++ b/rosapps/applications/winfile/En.rc @@ -21,6 +21,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT /* Menu */ diff --git a/rosapps/applications/winfile/lang/es-ES.rc b/rosapps/applications/winfile/Es.rc similarity index 99% rename from rosapps/applications/winfile/lang/es-ES.rc rename to rosapps/applications/winfile/Es.rc index fa82f4fd563..7e445ee309f 100644 --- a/rosapps/applications/winfile/lang/es-ES.rc +++ b/rosapps/applications/winfile/Es.rc @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL /* Menu */ diff --git a/rosapps/applications/winfile/lang/fr-FR.rc b/rosapps/applications/winfile/Fr.rc similarity index 99% rename from rosapps/applications/winfile/lang/fr-FR.rc rename to rosapps/applications/winfile/Fr.rc index d8fa01c6638..1b39edcefd5 100644 --- a/rosapps/applications/winfile/lang/fr-FR.rc +++ b/rosapps/applications/winfile/Fr.rc @@ -1,4 +1,4 @@ -/* +/* * WineFile * French Language Support * @@ -23,6 +23,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + /* UTF-8 */ #pragma code_page(65001) diff --git a/rosapps/applications/winfile/lang/hu-HU.rc b/rosapps/applications/winfile/Hu.rc similarity index 99% rename from rosapps/applications/winfile/lang/hu-HU.rc rename to rosapps/applications/winfile/Hu.rc index f73f376d875..f7ca49a2bbe 100644 --- a/rosapps/applications/winfile/lang/hu-HU.rc +++ b/rosapps/applications/winfile/Hu.rc @@ -22,6 +22,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT /* Menu */ diff --git a/rosapps/applications/winfile/lang/it-IT.rc b/rosapps/applications/winfile/It.rc similarity index 99% rename from rosapps/applications/winfile/lang/it-IT.rc rename to rosapps/applications/winfile/It.rc index 832d422742b..bfbf6f12f57 100644 --- a/rosapps/applications/winfile/lang/it-IT.rc +++ b/rosapps/applications/winfile/It.rc @@ -22,6 +22,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL /* Menu */ diff --git a/rosapps/applications/winfile/lang/ja-JP.rc b/rosapps/applications/winfile/Ja.rc similarity index 99% rename from rosapps/applications/winfile/lang/ja-JP.rc rename to rosapps/applications/winfile/Ja.rc index 89561cd9157..b73486a5dd0 100644 --- a/rosapps/applications/winfile/lang/ja-JP.rc +++ b/rosapps/applications/winfile/Ja.rc @@ -1,4 +1,4 @@ -/* +/* * WineFile * Japanese Language Support * @@ -21,6 +21,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + /* UTF-8 */ #pragma code_page(65001) diff --git a/rosapps/applications/winfile/lang/ko-KR.rc b/rosapps/applications/winfile/Ko.rc similarity index 99% rename from rosapps/applications/winfile/lang/ko-KR.rc rename to rosapps/applications/winfile/Ko.rc index 02821d068da..0a6207a52ca 100644 --- a/rosapps/applications/winfile/lang/ko-KR.rc +++ b/rosapps/applications/winfile/Ko.rc @@ -22,6 +22,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT /* Menu */ diff --git a/rosapps/applications/winfile/lang/lt-LT.rc b/rosapps/applications/winfile/Lt.rc similarity index 99% rename from rosapps/applications/winfile/lang/lt-LT.rc rename to rosapps/applications/winfile/Lt.rc index caab2c02d7e..32cec0efea7 100644 --- a/rosapps/applications/winfile/lang/lt-LT.rc +++ b/rosapps/applications/winfile/Lt.rc @@ -1,4 +1,4 @@ -/* +/* * WineFile * Lithuanian Language Support * @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + /* UTF-8 */ #pragma code_page(65001) diff --git a/rosapps/applications/winfile/Makefile.in b/rosapps/applications/winfile/Makefile.in deleted file mode 100644 index 804e349de28..00000000000 --- a/rosapps/applications/winfile/Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ -EXTRADEFS = -D__WINE__ -DUNICODE -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -MODULE = winefile.exe -APPMODE = -mwindows -IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 kernel32 - -C_SRCS = \ - splitpath.c \ - winefile.c - -RC_SRCS = rsrc.rc - -SVG_SRCS = winefile.svg - -@MAKE_PROG_RULES@ - -@DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/rosapps/applications/winfile/lang/nl-NL.rc b/rosapps/applications/winfile/Nl.rc similarity index 99% rename from rosapps/applications/winfile/lang/nl-NL.rc rename to rosapps/applications/winfile/Nl.rc index 06eef8e347b..8f6f7f16825 100644 --- a/rosapps/applications/winfile/lang/nl-NL.rc +++ b/rosapps/applications/winfile/Nl.rc @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL /* Menu */ diff --git a/rosapps/applications/winfile/lang/no-NO.rc b/rosapps/applications/winfile/No.rc similarity index 99% rename from rosapps/applications/winfile/lang/no-NO.rc rename to rosapps/applications/winfile/No.rc index 04f8509ad84..eec8b82c8f5 100644 --- a/rosapps/applications/winfile/lang/no-NO.rc +++ b/rosapps/applications/winfile/No.rc @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL /* Menu */ diff --git a/rosapps/applications/winfile/lang/pl-PL.rc b/rosapps/applications/winfile/Pl.rc similarity index 99% rename from rosapps/applications/winfile/lang/pl-PL.rc rename to rosapps/applications/winfile/Pl.rc index 31316172f55..50247e3181a 100644 --- a/rosapps/applications/winfile/lang/pl-PL.rc +++ b/rosapps/applications/winfile/Pl.rc @@ -22,6 +22,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_POLISH, SUBLANG_DEFAULT /* Menu */ diff --git a/rosapps/applications/winfile/lang/pt-BR.rc b/rosapps/applications/winfile/Pt.rc similarity index 99% rename from rosapps/applications/winfile/lang/pt-BR.rc rename to rosapps/applications/winfile/Pt.rc index d0e1e25fe3a..d95b0d5b5ac 100644 --- a/rosapps/applications/winfile/lang/pt-BR.rc +++ b/rosapps/applications/winfile/Pt.rc @@ -1,4 +1,4 @@ -/* +/* * WineFile * Portuguese Language Support * @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + #pragma code_page(65001) /* Menu */ diff --git a/rosapps/applications/winfile/lang/ru-RU.rc b/rosapps/applications/winfile/Ru.rc similarity index 99% rename from rosapps/applications/winfile/lang/ru-RU.rc rename to rosapps/applications/winfile/Ru.rc index dd07152b491..ef8c657f63b 100644 --- a/rosapps/applications/winfile/lang/ru-RU.rc +++ b/rosapps/applications/winfile/Ru.rc @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT /* Menu */ diff --git a/rosapps/applications/winfile/lang/sl-SI.rc b/rosapps/applications/winfile/Si.rc similarity index 99% rename from rosapps/applications/winfile/lang/sl-SI.rc rename to rosapps/applications/winfile/Si.rc index 01fc862cb08..2010f5912aa 100644 --- a/rosapps/applications/winfile/lang/sl-SI.rc +++ b/rosapps/applications/winfile/Si.rc @@ -1,4 +1,4 @@ -/* +/* * WineFile * Slovenian Language Support * @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + #pragma code_page(65001) LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT diff --git a/rosapps/applications/winfile/lang/sv-SE.rc b/rosapps/applications/winfile/Sv.rc similarity index 99% rename from rosapps/applications/winfile/lang/sv-SE.rc rename to rosapps/applications/winfile/Sv.rc index 6905c5e0713..4deddd953a0 100644 --- a/rosapps/applications/winfile/lang/sv-SE.rc +++ b/rosapps/applications/winfile/Sv.rc @@ -21,6 +21,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL /* Menu */ diff --git a/rosapps/applications/winfile/lang/tr-TR.rc b/rosapps/applications/winfile/Tr.rc similarity index 99% rename from rosapps/applications/winfile/lang/tr-TR.rc rename to rosapps/applications/winfile/Tr.rc index 3a75a7e001f..8735264ceb8 100644 --- a/rosapps/applications/winfile/lang/tr-TR.rc +++ b/rosapps/applications/winfile/Tr.rc @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT /* Menu */ diff --git a/rosapps/applications/winfile/lang/zh-CN.rc b/rosapps/applications/winfile/Zh.rc similarity index 99% rename from rosapps/applications/winfile/lang/zh-CN.rc rename to rosapps/applications/winfile/Zh.rc index 3e045e6fb23..8eb3300cc3f 100644 --- a/rosapps/applications/winfile/lang/zh-CN.rc +++ b/rosapps/applications/winfile/Zh.rc @@ -1,4 +1,4 @@ -/* +/* * WineFile * Simplified and Traditional Chinese Language Support * @@ -20,6 +20,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "resource.h" + /* Chinese text is encoded in UTF-8 */ #pragma code_page(65001) diff --git a/rosapps/applications/winfile/lang/bg-BG.rc b/rosapps/applications/winfile/lang/bg-BG.rc deleted file mode 100644 index 1c6e3dc9ab1..00000000000 --- a/rosapps/applications/winfile/lang/bg-BG.rc +++ /dev/null @@ -1,85 +0,0 @@ -/* - * Help Viewer Bulgarian resource - * - * Copyright 2005 Milko Krachounov - * - * 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 - */ - -/* Menu */ - -MAIN_MENU MENU LANGUAGE LANG_BULGARIAN, 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 "&Options" { - POPUP "Help always visible" - BEGIN - MENUITEM "Default", MNID_OPTS_HELP_DEFAULT - MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE - MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE - END - MENUITEM "History", MNID_OPTS_HISTORY - POPUP "Fonts" - BEGIN - MENUITEM "Small", MNID_OPTS_FONTS_SMALL - MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL - MENUITEM "Large", MNID_OPTS_FONTS_LARGE - END - MENUITEM "Use system colors", 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 - } -} - -/* Strings */ -STRINGTABLE DISCARDABLE LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT -{ -STID_WINE_HELP, "WINE " -STID_WHERROR, "" -STID_WARNING, "" -STID_INFO, "" -STID_NOT_IMPLEMENTED, " " -STID_HLPFILE_ERROR_s, " `%s'" -STID_INDEX, "&" -STID_CONTENTS, "Summary" -STID_BACK, "&" -STID_ALL_FILES, " (*.*)" -STID_HELP_FILES_HLP, " (*.hlp)" -STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?" -STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting" -STID_PSH_INDEX, "Help topics: " -} diff --git a/rosapps/applications/winfile/lang/fi-FI.rc b/rosapps/applications/winfile/lang/fi-FI.rc deleted file mode 100644 index a1564e68adf..00000000000 --- a/rosapps/applications/winfile/lang/fi-FI.rc +++ /dev/null @@ -1,88 +0,0 @@ -/* - * Help Viewer - * - * Copyright 1996 Ulrich Schmid - * Finnish language by Jussi Tirkkonen - * 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 - */ - -/* Menu */ - -MAIN_MENU MENU LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT -{ - POPUP "&Tiedosto" { - MENUITEM "&Avaa...", MNID_FILE_OPEN - MENUITEM SEPARATOR - MENUITEM "&Tulosta", MNID_FILE_PRINT - MENUITEM "&Kirjoittimen asetukset...", MNID_FILE_SETUP - MENUITEM SEPARATOR - MENUITEM "&Lopeta", MNID_FILE_EXIT - } - POPUP "&Muokkaa" { - MENUITEM "&Kopioi...", MNID_EDIT_COPYDLG - MENUITEM SEPARATOR - MENUITEM "&Huomautus...", MNID_EDIT_ANNOTATE - } - POPUP "&Kirjanmerkki" { - MENUITEM "&Aseta...", MNID_BKMK_DEFINE - } - POPUP "&Options" { - POPUP "Help always visible" - BEGIN - MENUITEM "Default", MNID_OPTS_HELP_DEFAULT - MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE - MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE - END - MENUITEM "History", MNID_OPTS_HISTORY - POPUP "Fonts" - BEGIN - MENUITEM "Small", MNID_OPTS_FONTS_SMALL - MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL - MENUITEM "Large", MNID_OPTS_FONTS_LARGE - END - MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS - } - POPUP "&Ohje" { - MENUITEM "&Ohjeen kytt", MNID_HELP_HELPON - MENUITEM "&Aina pllimmisen", MNID_HELP_HELPTOP - MENUITEM SEPARATOR - MENUITEM "T&ietoja...", MNID_HELP_ABOUT -#ifdef WINELIB - MENUITEM "&Tietoja WINEst", MNID_HELP_WINE -#endif - } -} - -/* Strings */ - -STRINGTABLE DISCARDABLE LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT -{ -STID_WINE_HELP, "WINE Ohje" -STID_WHERROR, "VIRHE" -STID_WARNING, "VAROITUS" -STID_INFO, "Tietoja" -STID_NOT_IMPLEMENTED, "Ei kytettviss" -STID_HLPFILE_ERROR_s, "Virhe luettaessa ohjetiedostoa `%s'" -STID_INDEX, "&Sisllys" -STID_CONTENTS, "Summary" -STID_BACK, "&Takaisin" -STID_ALL_FILES, "Kaikki tiedostot (*.*)" -STID_HELP_FILES_HLP, "Ohjetiedostot (*.hlp)" -STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?" -STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting" -STID_PSH_INDEX, "Help topics: " -} diff --git a/rosapps/applications/winfile/lang/rm-CH.rc b/rosapps/applications/winfile/lang/rm-CH.rc deleted file mode 100644 index b64d7c3ed8a..00000000000 --- a/rosapps/applications/winfile/lang/rm-CH.rc +++ /dev/null @@ -1,90 +0,0 @@ -/* - * Help Viewer - * - * Copyright 1996 Ulrich Schmid - * Rumantsch Ladin (Vallader) by mbaur@g26.ethz.ch - * 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 - */ - -/* FIXME: This file is in the Vallader Romansh dialect and not in the - official Rumantsch Grischun. */ - -/* Menu */ - -MAIN_MENU MENU LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT -{ - POPUP "&Datoteca" { - MENUITEM "&Rivir", MNID_FILE_OPEN - MENUITEM SEPARATOR - MENUITEM "&Stampar tema", MNID_FILE_PRINT - MENUITEM "&Installaziun dal stampader...", MNID_FILE_SETUP - MENUITEM SEPARATOR - MENUITEM "&Finir", MNID_FILE_EXIT - } - POPUP "&Lavurar" { - MENUITEM "Capchar", MNID_EDIT_COPYDLG - MENUITEM SEPARATOR - MENUITEM "&Annotaziun...", MNID_EDIT_ANNOTATE - } - POPUP "&Marca" { - MENUITEM "&Definir...", MNID_BKMK_DEFINE - } - POPUP "&Options" { - POPUP "Help always visible" - BEGIN - MENUITEM "Default", MNID_OPTS_HELP_DEFAULT - MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE - MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE - END - MENUITEM "History", MNID_OPTS_HISTORY - POPUP "Fonts" - BEGIN - MENUITEM "Small", MNID_OPTS_FONTS_SMALL - MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL - MENUITEM "Large", MNID_OPTS_FONTS_LARGE - END - MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS - } - POPUP "&Ag�d" { - MENUITEM "&Douvrar l'ag�d", MNID_HELP_HELPON - MENUITEM "Ad�na da&vant", MNID_HELP_HELPTOP - MENUITEM SEPARATOR - MENUITEM "I&nfuormaziuns", MNID_HELP_ABOUT -#ifdef WINELIB - MENUITEM "Davart &Wine", MNID_HELP_WINE -#endif - } -} - -/* Strings */ -STRINGTABLE DISCARDABLE LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT -{ -STID_WINE_HELP, "WINE ag�d" -STID_WHERROR, "SBAGL" -STID_WARNING, "ATTENZIUN" -STID_INFO, "INFUORMAZIUN" -STID_NOT_IMPLEMENTED, "Na implementa" -STID_HLPFILE_ERROR_s, "Sbagl cun leger la datoteca d'ag�d `%s'" -STID_INDEX, "&Cuntgn�" -STID_CONTENTS, "Summary" -STID_BACK, "&Inavo" -STID_ALL_FILES, "Tuot las datotecas (*.*)" -STID_HELP_FILES_HLP, "Datotecas d'ag�d (*.hlp)" -STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?" -STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting" -STID_PSH_INDEX, "Help topics: " -} diff --git a/rosapps/applications/winfile/lang/ro-RO.rc b/rosapps/applications/winfile/lang/ro-RO.rc deleted file mode 100644 index 3dc586b9402..00000000000 --- a/rosapps/applications/winfile/lang/ro-RO.rc +++ /dev/null @@ -1,27 +0,0 @@ -/* - * 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 - * 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_ROMANIAN, SUBLANG_NEUTRAL - -#pragma code_page(65001) - -STRINGTABLE -{ - IDS_FAILED, "Execuția Wordpad a eșuat" -} diff --git a/rosapps/applications/winfile/lang/sk-SK.rc b/rosapps/applications/winfile/lang/sk-SK.rc deleted file mode 100644 index f8338323dee..00000000000 --- a/rosapps/applications/winfile/lang/sk-SK.rc +++ /dev/null @@ -1,83 +0,0 @@ -/* - * Help Viewer - * - * Copyright 1996 Ulrich Schmid - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -MAIN_MENU MENU LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT -{ - POPUP "&Sbor" { - MENUITEM "&Otvori...", MNID_FILE_OPEN - MENUITEM SEPARATOR - MENUITEM "&Tlai", MNID_FILE_PRINT - MENUITEM "&Nastavenie tlae...", MNID_FILE_SETUP - MENUITEM SEPARATOR - MENUITEM "U&koni", MNID_FILE_EXIT - } - POPUP "&Upravi" { - MENUITEM "Kop&rova...", MNID_EDIT_COPYDLG - MENUITEM SEPARATOR - MENUITEM "&Skomentova...", MNID_EDIT_ANNOTATE - } - POPUP "&Zloka" { - MENUITEM "&Definova...", MNID_BKMK_DEFINE - } - POPUP "&Options" { - POPUP "Help always visible" - BEGIN - MENUITEM "Default", MNID_OPTS_HELP_DEFAULT - MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE - MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE - END - MENUITEM "History", MNID_OPTS_HISTORY - POPUP "Fonts" - BEGIN - MENUITEM "Small", MNID_OPTS_FONTS_SMALL - MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL - MENUITEM "Large", MNID_OPTS_FONTS_LARGE - END - MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS - } - POPUP "&Pomoc" { - MENUITEM "Pomoc &na pomoci", MNID_HELP_HELPON - MENUITEM "Vdy na &vrchu", MNID_HELP_HELPTOP - MENUITEM SEPARATOR - MENUITEM "&Info...", MNID_HELP_ABOUT -#ifdef WINELIB - MENUITEM "O& WINE", MNID_HELP_WINE -#endif - } -} - -/* Strings */ -STRINGTABLE DISCARDABLE LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT -{ -STID_WINE_HELP, "WINE Pomoc" -STID_WHERROR, "CHYBA" -STID_WARNING, "VAROVANIE" -STID_INFO, "Informcie" -STID_NOT_IMPLEMENTED, "Neimplementovan" -STID_HLPFILE_ERROR_s, "Chyba poas tania sboru `%s'" -STID_INDEX, "&Obsah" -STID_CONTENTS, "Summary" -STID_BACK, "&Sp" -STID_ALL_FILES, "Vetky sbory (*.*)" -STID_HELP_FILES_HLP, "Sbory pomoci (*.hlp)" -STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?" -STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting" -STID_PSH_INDEX, "Help topics: " -} diff --git a/rosapps/applications/winfile/rsrc.rc b/rosapps/applications/winfile/rsrc.rc index 49c39a29d5b..c921271969e 100644 --- a/rosapps/applications/winfile/rsrc.rc +++ b/rosapps/applications/winfile/rsrc.rc @@ -16,9 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include -#include - #include "resource.h" /* define language neutral resources */ @@ -52,31 +49,3 @@ IDB_DRIVEBAR BITMAP DISCARDABLE drivebar.bmp /* @makedep: images.bmp */ IDB_IMAGES BITMAP DISCARDABLE images.bmp - -/* include localised resources */ - -// #include "lang/bg-BG.rc" -#include "lang/cs-CZ.rc" -#include "lang/da-DK.rc" -#include "lang/de-DE.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/sk-SK.rc" -#include "lang/sl-SI.rc" -#include "lang/sv-SE.rc" -#include "lang/tr-TR.rc" -#include "lang/zh-CN.rc" diff --git a/rosapps/applications/winfile/winfile.rbuild b/rosapps/applications/winfile/winfile.rbuild index 68c8fa641f8..65653b907c9 100644 --- a/rosapps/applications/winfile/winfile.rbuild +++ b/rosapps/applications/winfile/winfile.rbuild @@ -14,7 +14,27 @@ advapi32 kernel32 uuid + splitpath.c winefile.c + Cs.rc + Da.rc + De.rc + En.rc + Fr.rc + Hu.rc + It.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