Sync Christoph Style. It builds, but only uses the first RC file in the rbuild file...
authorDaniel Reimer <reimer.daniel@freenet.de>
Sat, 18 Jul 2009 22:01:42 +0000 (22:01 +0000)
committerDaniel Reimer <reimer.daniel@freenet.de>
Sat, 18 Jul 2009 22:01:42 +0000 (22:01 +0000)
svn path=/trunk/; revision=42071

28 files changed:
rosapps/applications/winfile/Cs.rc [moved from rosapps/applications/winfile/lang/cs-CZ.rc with 99% similarity]
rosapps/applications/winfile/Da.rc [moved from rosapps/applications/winfile/lang/da-DK.rc with 99% similarity]
rosapps/applications/winfile/De.rc [moved from rosapps/applications/winfile/lang/de-DE.rc with 99% similarity]
rosapps/applications/winfile/En.rc [moved from rosapps/applications/winfile/lang/en-US.rc with 99% similarity]
rosapps/applications/winfile/Es.rc [moved from rosapps/applications/winfile/lang/es-ES.rc with 99% similarity]
rosapps/applications/winfile/Fr.rc [moved from rosapps/applications/winfile/lang/fr-FR.rc with 99% similarity]
rosapps/applications/winfile/Hu.rc [moved from rosapps/applications/winfile/lang/hu-HU.rc with 99% similarity]
rosapps/applications/winfile/It.rc [moved from rosapps/applications/winfile/lang/it-IT.rc with 99% similarity]
rosapps/applications/winfile/Ja.rc [moved from rosapps/applications/winfile/lang/ja-JP.rc with 99% similarity]
rosapps/applications/winfile/Ko.rc [moved from rosapps/applications/winfile/lang/ko-KR.rc with 99% similarity]
rosapps/applications/winfile/Lt.rc [moved from rosapps/applications/winfile/lang/lt-LT.rc with 99% similarity]
rosapps/applications/winfile/Makefile.in [deleted file]
rosapps/applications/winfile/Nl.rc [moved from rosapps/applications/winfile/lang/nl-NL.rc with 99% similarity]
rosapps/applications/winfile/No.rc [moved from rosapps/applications/winfile/lang/no-NO.rc with 99% similarity]
rosapps/applications/winfile/Pl.rc [moved from rosapps/applications/winfile/lang/pl-PL.rc with 99% similarity]
rosapps/applications/winfile/Pt.rc [moved from rosapps/applications/winfile/lang/pt-BR.rc with 99% similarity]
rosapps/applications/winfile/Ru.rc [moved from rosapps/applications/winfile/lang/ru-RU.rc with 99% similarity]
rosapps/applications/winfile/Si.rc [moved from rosapps/applications/winfile/lang/sl-SI.rc with 99% similarity]
rosapps/applications/winfile/Sv.rc [moved from rosapps/applications/winfile/lang/sv-SE.rc with 99% similarity]
rosapps/applications/winfile/Tr.rc [moved from rosapps/applications/winfile/lang/tr-TR.rc with 99% similarity]
rosapps/applications/winfile/Zh.rc [moved from rosapps/applications/winfile/lang/zh-CN.rc with 99% similarity]
rosapps/applications/winfile/lang/bg-BG.rc [deleted file]
rosapps/applications/winfile/lang/fi-FI.rc [deleted file]
rosapps/applications/winfile/lang/rm-CH.rc [deleted file]
rosapps/applications/winfile/lang/ro-RO.rc [deleted file]
rosapps/applications/winfile/lang/sk-SK.rc [deleted file]
rosapps/applications/winfile/rsrc.rc
rosapps/applications/winfile/winfile.rbuild

similarity index 99%
rename from rosapps/applications/winfile/lang/cs-CZ.rc
rename to rosapps/applications/winfile/Cs.rc
index 6d2294a..ad71863 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/da-DK.rc
rename to rosapps/applications/winfile/Da.rc
index babc0da..ffc7415 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/de-DE.rc
rename to rosapps/applications/winfile/De.rc
index 54e91e7..e30c5c1 100644 (file)
@@ -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
similarity index 99%
rename from rosapps/applications/winfile/lang/en-US.rc
rename to rosapps/applications/winfile/En.rc
index dc0ef28..644cf2f 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/es-ES.rc
rename to rosapps/applications/winfile/Es.rc
index fa82f4f..7e445ee 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/fr-FR.rc
rename to rosapps/applications/winfile/Fr.rc
index d8fa01c..1b39edc 100644 (file)
@@ -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)
 
similarity index 99%
rename from rosapps/applications/winfile/lang/hu-HU.rc
rename to rosapps/applications/winfile/Hu.rc
index f73f376..f7ca49a 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/it-IT.rc
rename to rosapps/applications/winfile/It.rc
index 832d422..bfbf6f1 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/ja-JP.rc
rename to rosapps/applications/winfile/Ja.rc
index 89561cd..b73486a 100644 (file)
@@ -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)
 
similarity index 99%
rename from rosapps/applications/winfile/lang/ko-KR.rc
rename to rosapps/applications/winfile/Ko.rc
index 02821d0..0a6207a 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/lt-LT.rc
rename to rosapps/applications/winfile/Lt.rc
index caab2c0..32cec0e 100644 (file)
@@ -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 (file)
index 804e349..0000000
+++ /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
similarity index 99%
rename from rosapps/applications/winfile/lang/nl-NL.rc
rename to rosapps/applications/winfile/Nl.rc
index 06eef8e..8f6f7f1 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/no-NO.rc
rename to rosapps/applications/winfile/No.rc
index 04f8509..eec8b82 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/pl-PL.rc
rename to rosapps/applications/winfile/Pl.rc
index 3131617..50247e3 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/pt-BR.rc
rename to rosapps/applications/winfile/Pt.rc
index d0e1e25..d95b0d5 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/ru-RU.rc
rename to rosapps/applications/winfile/Ru.rc
index dd07152..ef8c657 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/sl-SI.rc
rename to rosapps/applications/winfile/Si.rc
index 01fc862..2010f59 100644 (file)
@@ -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
similarity index 99%
rename from rosapps/applications/winfile/lang/sv-SE.rc
rename to rosapps/applications/winfile/Sv.rc
index 6905c5e..4deddd9 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/tr-TR.rc
rename to rosapps/applications/winfile/Tr.rc
index 3a75a7e..8735264 100644 (file)
@@ -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 */
similarity index 99%
rename from rosapps/applications/winfile/lang/zh-CN.rc
rename to rosapps/applications/winfile/Zh.rc
index 3e045e6..8eb3300 100644 (file)
@@ -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 (file)
index 1c6e3dc..0000000
+++ /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 (file)
index a1564e6..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-/*
- * Help Viewer
- *
- * Copyright 1996 Ulrich Schmid
- * Finnish language by Jussi Tirkkonen <jt@modeemi.cs.tut.fi>
- * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-/* 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 käyttö", MNID_HELP_HELPON
-   MENUITEM "&Aina päällimmäisenä", 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 käytettävissä"
-STID_HLPFILE_ERROR_s,  "Virhe luettaessa ohjetiedostoa `%s'"
-STID_INDEX,            "&Sisällys"
-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 (file)
index b64d7c3..0000000
+++ /dev/null
@@ -1,90 +0,0 @@
-/*
- * Help Viewer
- *
- * Copyright 1996 Ulrich Schmid
- * Rumantsch Ladin (Vallader) by mbaur@g26.ethz.ch
- * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-/* 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 (file)
index 3dc586b..0000000
+++ /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 (file)
index f833832..0000000
+++ /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 "&Súbor" {
-   MENUITEM "&Otvori\9d...", MNID_FILE_OPEN
-   MENUITEM SEPARATOR
-   MENUITEM "&Tlaèi\9d", MNID_FILE_PRINT
-   MENUITEM "&Nastavenie tlaèe...", MNID_FILE_SETUP
-   MENUITEM SEPARATOR
-   MENUITEM "U&konèi\9d", MNID_FILE_EXIT
- }
- POPUP "&Upravi\9d" {
-   MENUITEM "Kopí&rova\9d...", MNID_EDIT_COPYDLG
-   MENUITEM SEPARATOR
-   MENUITEM "&Skomentova\9d...", MNID_EDIT_ANNOTATE
- }
- POPUP "&Zálo\9eka" {
-   MENUITEM "&Definova\9d...", 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 "V\9edy 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,                  "Informácie"
-STID_NOT_IMPLEMENTED,       "Neimplementované"
-STID_HLPFILE_ERROR_s,       "Chyba poèas èítania súboru `%s'"
-STID_INDEX,                 "&Obsah"
-STID_CONTENTS,             "Summary"
-STID_BACK,                  "&Spä\9d"
-STID_ALL_FILES,             "V\9aetky súbory (*.*)"
-STID_HELP_FILES_HLP,        "Súbory 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: "
-}
index 49c39a2..c921271 100644 (file)
@@ -16,9 +16,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <windef.h>
-#include <winuser.h>
-
 #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"
index 68c8fa6..65653b9 100644 (file)
     <library>advapi32</library>
     <library>kernel32</library>
     <library>uuid</library>
+    <file>splitpath.c</file>
     <file>winefile.c</file>
+    <file>Cs.rc</file>
+    <file>Da.rc</file>
+    <file>De.rc</file>
+    <file>En.rc</file>
+    <file>Fr.rc</file>
+    <file>Hu.rc</file>
+    <file>It.rc</file>
+    <file>Ja.rc</file>
+    <file>Ko.rc</file>
+    <file>Lt.rc</file>
+    <file>Nl.rc</file>
+    <file>No.rc</file>
+    <file>Pl.rc</file>
+    <file>Pt.rc</file>
+    <file>Ru.rc</file>
+    <file>Si.rc</file>
+    <file>Sv.rc</file>
+    <file>Tr.rc</file>
+    <file>Zh.rc</file>
     <file>rsrc.rc</file>
   </module>
 </rbuild>