[WINHLP32]
[reactos.git] / reactos / base / applications / winhlp32 / lang / Rm.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 #include "winhelp_res.h"
24
25 LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT
26
27 #pragma code_page(65001)
28
29 /* FIXME: This file is in the Vallader Romansh dialect and not in the
30 official Rumantsch Grischun. */
31
32 /* Menu */
33
34 MAIN_MENU MENU
35 {
36 POPUP "&Datoteca" {
37 MENUITEM "&Rivir", MNID_FILE_OPEN
38 MENUITEM SEPARATOR
39 MENUITEM "&Stampar tema", MNID_FILE_PRINT
40 MENUITEM "&Installaziun dal stampader...", MNID_FILE_SETUP
41 MENUITEM SEPARATOR
42 MENUITEM "&Finir", MNID_FILE_EXIT
43 }
44 POPUP "&Lavurar" {
45 MENUITEM "Capchar", MNID_EDIT_COPYDLG
46 MENUITEM SEPARATOR
47 MENUITEM "&Annotaziun...", MNID_EDIT_ANNOTATE
48 }
49 POPUP "&Marca" {
50 MENUITEM "&Definir...", MNID_BKMK_DEFINE
51 }
52 POPUP "&Options" {
53 POPUP "Help always visible"
54 BEGIN
55 MENUITEM "Default", MNID_OPTS_HELP_DEFAULT
56 MENUITEM "Visible", MNID_OPTS_HELP_VISIBLE
57 MENUITEM "Non visible", MNID_OPTS_HELP_NONVISIBLE
58 END
59 MENUITEM "History", MNID_OPTS_HISTORY
60 POPUP "Fonts"
61 BEGIN
62 MENUITEM "Small", MNID_OPTS_FONTS_SMALL
63 MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
64 MENUITEM "Large", MNID_OPTS_FONTS_LARGE
65 END
66 MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
67 }
68 POPUP "&Ag�d" {
69 MENUITEM "&Douvrar l'ag�d", MNID_HELP_HELPON
70 MENUITEM "Ad�na da&vant", MNID_HELP_HELPTOP
71 MENUITEM SEPARATOR
72 MENUITEM "I&nfuormaziuns", MNID_HELP_ABOUT
73 }
74 }
75
76 /* Strings */
77 STRINGTABLE
78 {
79 STID_WINE_HELP, "Wine ag�d"
80 STID_WHERROR, "SBAGL"
81 STID_WARNING, "ATTENZIUN"
82 STID_INFO, "INFUORMAZIUN"
83 STID_NOT_IMPLEMENTED, "Na implementa"
84 STID_HLPFILE_ERROR_s, "Sbagl cun leger la datoteca d'ag�d `%s'"
85 STID_INDEX, "&Cuntgn�"
86 STID_CONTENTS, "Summary"
87 STID_BACK, "&Inavo"
88 STID_ALL_FILES, "Tuot las datotecas (*.*)"
89 STID_HELP_FILES_HLP, "Datotecas d'ag�d (*.hlp)"
90 STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
91 STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
92 }