b64d7c3ed8a223476afc8f339ff0e11c062c5e08
[reactos.git] / rosapps / applications / winfile / lang / rm-CH.rc
1 /*
2 * Help Viewer
3 *
4 * Copyright 1996 Ulrich Schmid
5 * Rumantsch Ladin (Vallader) by mbaur@g26.ethz.ch
6 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 */
22
23 /* FIXME: This file is in the Vallader Romansh dialect and not in the
24 official Rumantsch Grischun. */
25
26 /* Menu */
27
28 MAIN_MENU MENU LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT
29 {
30 POPUP "&Datoteca" {
31 MENUITEM "&Rivir", MNID_FILE_OPEN
32 MENUITEM SEPARATOR
33 MENUITEM "&Stampar tema", MNID_FILE_PRINT
34 MENUITEM "&Installaziun dal stampader...", MNID_FILE_SETUP
35 MENUITEM SEPARATOR
36 MENUITEM "&Finir", MNID_FILE_EXIT
37 }
38 POPUP "&Lavurar" {
39 MENUITEM "Capchar", MNID_EDIT_COPYDLG
40 MENUITEM SEPARATOR
41 MENUITEM "&Annotaziun...", MNID_EDIT_ANNOTATE
42 }
43 POPUP "&Marca" {
44 MENUITEM "&Definir...", MNID_BKMK_DEFINE
45 }
46 POPUP "&Options" {
47 POPUP "Help always visible"
48 BEGIN
49 MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
50 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
51 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
52 END
53 MENUITEM "History", MNID_OPTS_HISTORY
54 POPUP "Fonts"
55 BEGIN
56 MENUITEM "Small", MNID_OPTS_FONTS_SMALL
57 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
58 MENUITEM "Large", MNID_OPTS_FONTS_LARGE
59 END
60 MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
61 }
62 POPUP "&Ag�d" {
63 MENUITEM "&Douvrar l'ag�d", MNID_HELP_HELPON
64 MENUITEM "Ad�na da&vant", MNID_HELP_HELPTOP
65 MENUITEM SEPARATOR
66 MENUITEM "I&nfuormaziuns", MNID_HELP_ABOUT
67 #ifdef WINELIB
68 MENUITEM "Davart &Wine", MNID_HELP_WINE
69 #endif
70 }
71 }
72
73 /* Strings */
74 STRINGTABLE DISCARDABLE LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT
75 {
76 STID_WINE_HELP, "WINE ag�d"
77 STID_WHERROR, "SBAGL"
78 STID_WARNING, "ATTENZIUN"
79 STID_INFO, "INFUORMAZIUN"
80 STID_NOT_IMPLEMENTED, "Na implementa"
81 STID_HLPFILE_ERROR_s, "Sbagl cun leger la datoteca d'ag�d `%s'"
82 STID_INDEX, "&Cuntgn�"
83 STID_CONTENTS, "Summary"
84 STID_BACK, "&Inavo"
85 STID_ALL_FILES, "Tuot las datotecas (*.*)"
86 STID_HELP_FILES_HLP, "Datotecas d'ag�d (*.hlp)"
87 STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
88 STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
89 STID_PSH_INDEX, "Help topics: "
90 }