From 8af6be8760ada777a699923c1d9a8dcb61cf33bf Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Thu, 10 Jul 2008 06:38:14 +0000 Subject: [PATCH] Synched Winfile and write with Wine HEAD. svn path=/trunk/; revision=34400 --- rosapps/applications/winfile/lang/ko-KR.rc | 2 +- .../winfile/lang/{pt-PT.rc => pt-BR.rc} | 0 rosapps/applications/winfile/rsrc.rc | 2 +- rosapps/applications/write/lang/ro-RO.rc | 29 +++++++++++++++++++ rosapps/applications/write/rsrc.rc | 1 + 5 files changed, 32 insertions(+), 2 deletions(-) rename rosapps/applications/winfile/lang/{pt-PT.rc => pt-BR.rc} (100%) create mode 100644 rosapps/applications/write/lang/ro-RO.rc diff --git a/rosapps/applications/winfile/lang/ko-KR.rc b/rosapps/applications/winfile/lang/ko-KR.rc index 46b31312ae6..ba613517b1d 100644 --- a/rosapps/applications/winfile/lang/ko-KR.rc +++ b/rosapps/applications/winfile/lang/ko-KR.rc @@ -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 */ diff --git a/rosapps/applications/winfile/lang/pt-PT.rc b/rosapps/applications/winfile/lang/pt-BR.rc similarity index 100% rename from rosapps/applications/winfile/lang/pt-PT.rc rename to rosapps/applications/winfile/lang/pt-BR.rc diff --git a/rosapps/applications/winfile/rsrc.rc b/rosapps/applications/winfile/rsrc.rc index 3db4f98e9dd..2419b343cc0 100644 --- a/rosapps/applications/winfile/rsrc.rc +++ b/rosapps/applications/winfile/rsrc.rc @@ -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 index 00000000000..8a33118eb7f --- /dev/null +++ b/rosapps/applications/write/lang/ro-RO.rc @@ -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) diff --git a/rosapps/applications/write/rsrc.rc b/rosapps/applications/write/rsrc.rc index 60dc75d65f9..4204913886c 100644 --- a/rosapps/applications/write/rsrc.rc +++ b/rosapps/applications/write/rsrc.rc @@ -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"