Synched Winfile and write with Wine HEAD.
authorDaniel Reimer <reimer.daniel@freenet.de>
Thu, 10 Jul 2008 06:38:14 +0000 (06:38 +0000)
committerDaniel Reimer <reimer.daniel@freenet.de>
Thu, 10 Jul 2008 06:38:14 +0000 (06:38 +0000)
svn path=/trunk/; revision=34400

rosapps/applications/winfile/lang/ko-KR.rc
rosapps/applications/winfile/lang/pt-BR.rc [moved from rosapps/applications/winfile/lang/pt-PT.rc with 100% similarity]
rosapps/applications/winfile/rsrc.rc
rosapps/applications/write/lang/ro-RO.rc [new file with mode: 0644]
rosapps/applications/write/rsrc.rc

index 46b3131..ba61351 100644 (file)
@@ -22,7 +22,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
+LANGUAGE LANG_KOREAN, SUBLANG_NEUTRAL
 
 /* Menu */
 
index 3db4f98..2419b34 100644 (file)
@@ -67,7 +67,7 @@ IDB_IMAGES BITMAP DISCARDABLE images.bmp
 #include "lang/nb-NO.rc"
 #include "lang/nl-NL.rc"
 #include "lang/pl-PL.rc"
-#include "lang/pt-PT.rc"
+#include "lang/pt-BR.rc"
 #include "lang/ru-RU.rc"
 #include "lang/sl-SI.rc"
 #include "lang/sv-SE.rc"
diff --git a/rosapps/applications/write/lang/ro-RO.rc b/rosapps/applications/write/lang/ro-RO.rc
new file mode 100644 (file)
index 0000000..8a33118
--- /dev/null
@@ -0,0 +1,29 @@
+/*
+ * 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"
+}
+
+#pragma code_page(default)
index 60dc75d..4204913 100644 (file)
@@ -31,6 +31,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 #include "lang/nb-NO.rc"
 #include "lang/nl-NL.rc"
 #include "lang/pl-PL.rc"
+#include "lang/ro-RO.rc"
 #include "lang/ru-RU.rc"
 #include "lang/sl-SI.rc"
 #include "lang/sk-SK.rc"