Commit 00489f45 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

winhelp: Fix and activate the Romansh translation.

parent c90baaf7
...@@ -20,13 +20,12 @@ ...@@ -20,13 +20,12 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * 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 */ /* Menu */
/* MAIN_MENU MENU LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT
* language : switzerland romanch
* not supported today
*/
MAIN_MENU MENU LANGUAGE LANG_, SUBLANG_DEFAULT
{ {
POPUP "&Datoteca" { POPUP "&Datoteca" {
MENUITEM "&Rivir", MNID_FILE_OPEN MENUITEM "&Rivir", MNID_FILE_OPEN
...@@ -44,33 +43,32 @@ MAIN_MENU MENU LANGUAGE LANG_, SUBLANG_DEFAULT ...@@ -44,33 +43,32 @@ MAIN_MENU MENU LANGUAGE LANG_, SUBLANG_DEFAULT
POPUP "&Marca" { POPUP "&Marca" {
MENUITEM "&Definir...", MNID_BKMK_DEFINE MENUITEM "&Definir...", MNID_BKMK_DEFINE
} }
POPUP "&Agd" { POPUP "&Agd" {
MENUITEM "&Douvrar l'agd", MNID_HELP_HELPON MENUITEM "&Douvrar l'agd", MNID_HELP_HELPON
MENUITEM "Adna da&vant", MNID_HELP_HELPTOP MENUITEM "Adna da&vant", MNID_HELP_HELPTOP
MENUITEM SEPARATOR MENUITEM SEPARATOR
MENUITEM "I&nfuormaziuns", MNID_HELP_ABOUT MENUITEM "I&nfuormaziuns", MNID_HELP_ABOUT
#ifdef WINELIB #ifdef WINELIB
MENUITEM "Davart &WINE", MNID_HELP_WINE MENUITEM "Davart &Wine", MNID_HELP_WINE
#endif #endif
} }
} }
/* Strings */ /* Strings */
STRINGTABLE DISCARDABLE LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
{ {
WINE_HELP, "WINE agd" STID_WINE_HELP, "WINE ag�d"
WHERROR, "SBAGL" STID_WHERROR, "SBAGL"
WARNING, "ATTENZIUN" STID_WARNING, "ATTENZIUN"
INFO, "INFUORMAZIUN" STID_INFO, "INFUORMAZIUN"
NOT_IMPLEMENTED, "Na implementa" STID_NOT_IMPLEMENTED, "Na implementa"
HLPFILE_ERROR_s, "Sbagl cun leger la datoteca d'agd `%s'" STID_HLPFILE_ERROR_s, "Sbagl cun leger la datoteca d'ag�d `%s'"
CONTENTS, "&Cuntgn" STID_CONTENTS, "&Cuntgn�"
SEARCH, "&Tscherchar" STID_SEARCH, "&Tscherchar"
BACK, "&Inavo" STID_BACK, "&Inavo"
HISTORY, "&Fin qua" STID_HISTORY, "&Fin qua"
TOPICS, "T&opics" STID_TOPICS, "T&opics"
ALL_FILES, "Tuot las datotecas (*.*)" STID_ALL_FILES, "Tuot las datotecas (*.*)"
HELP_FILES_HLP, "Datotecas d'agd (*.hlp)" 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_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
} }
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#include "No.rc" #include "No.rc"
#include "Pl.rc" #include "Pl.rc"
#include "Pt.rc" #include "Pt.rc"
#include "Rm.rc"
#include "Ru.rc" #include "Ru.rc"
#include "Si.rc" #include "Si.rc"
#include "Sk.rc" #include "Sk.rc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment