xref: /reactos/base/applications/winhlp32/lang/Rm.rc (revision ac43fd2b)
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
23LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT
24
25/* FIXME: This file is in the Vallader Romansh dialect and not in the
26   official Rumantsch Grischun. */
27
28MAIN_MENU MENU
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  MENUITEM "Ad�na da&vant", MNID_HELP_HELPTOP
48  MENUITEM "History",		MNID_OPTS_HISTORY
49  POPUP    "Fonts"
50  BEGIN
51    MENUITEM "Small",		MNID_OPTS_FONTS_SMALL
52    MENUITEM "Normal",    	MNID_OPTS_FONTS_NORMAL
53    MENUITEM "Large",     	MNID_OPTS_FONTS_LARGE
54  END
55 }
56 POPUP "&Ag�d" {
57   MENUITEM "&Douvrar l'ag�d", MNID_HELP_HELPON
58   MENUITEM "I&nfuormaziuns", MNID_HELP_ABOUT
59 }
60}
61
62CONTEXT_MENU MENU
63BEGIN
64	POPUP ""
65	BEGIN
66		MENUITEM "Annotation...",       MNID_CTXT_ANNOTATE
67		MENUITEM "Copy",                MNID_CTXT_COPY
68		MENUITEM "Print...",            MNID_CTXT_PRINT
69		POPUP    "Fonts"
70		BEGIN
71			MENUITEM "Small",       MNID_CTXT_FONTS_SMALL
72			MENUITEM "Normal",      MNID_CTXT_FONTS_NORMAL
73			MENUITEM "Large",       MNID_CTXT_FONTS_LARGE
74		END
75	END
76END
77
78STRINGTABLE
79{
80STID_WINE_HELP, 	"ReactOS ag�d"
81STID_WHERROR, 		"SBAGL"
82STID_WARNING,  		"ATTENZIUN"
83STID_INFO,  		"INFUORMAZIUN"
84STID_NOT_IMPLEMENTED, 	"Na implementa"
85STID_HLPFILE_ERROR_s, 	"Sbagl cun leger la datoteca d'ag�d `%s'"
86STID_INDEX, 		"&Cuntgn�"
87STID_CONTENTS,		"Summary"
88STID_BACK, 		"&Inavo"
89STID_ALL_FILES, 	"Tuot las datotecas (*.*)"
90STID_HELP_FILES_HLP, 	"Datotecas d'ag�d (*.hlp)"
91STID_FILE_NOT_FOUND_s	"Cannot find '%s'. Do you want to find this file yourself?"
92STID_NO_RICHEDIT	"Cannot find a richedit implementation... Aborting"
93STID_PSH_INDEX,		"Help topics: "
94}
95
96IDD_INDEX DIALOGEX 0, 0, 200, 190
97STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
98FONT 8, "MS Shell Dlg"
99CAPTION "Index"
100{
101    LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
102}
103
104IDD_SEARCH DIALOGEX 0, 0, 200, 190
105STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
106FONT 8, "MS Shell Dlg"
107CAPTION "Search"
108{
109    LTEXT  "Not yet implemented", -1, 10, 10, 180, 150
110}
111