urlmon: IUriBuilder_CreateUri* functions return base IUri if there were no changes.
[wine/multimedia.git] / programs / winhlp32 / Rm.rc
blobb94614396ee9a066d7b508689b0ec18b46914446
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  */
23 #include "winhelp_res.h"
25 LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT
27 #pragma code_page(65001)
29 /* FIXME: This file is in the Vallader Romansh dialect and not in the
30    official Rumantsch Grischun. */
32 /* Menu */
34 MAIN_MENU MENU
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 #ifdef WINELIB
74    MENUITEM "Davart &Wine", MNID_HELP_WINE
75 #endif
76  }
79 /* Strings */
80 STRINGTABLE
82 STID_WINE_HELP,         "Wine ag�d"
83 STID_WHERROR,           "SBAGL"
84 STID_WARNING,           "ATTENZIUN"
85 STID_INFO,              "INFUORMAZIUN"
86 STID_NOT_IMPLEMENTED,   "Na implementa"
87 STID_HLPFILE_ERROR_s,   "Sbagl cun leger la datoteca d'ag�d `%s'"
88 STID_INDEX,             "&Cuntgn�"
89 STID_CONTENTS,          "Summary"
90 STID_BACK,              "&Inavo"
91 STID_ALL_FILES,         "Tuot las datotecas (*.*)"
92 STID_HELP_FILES_HLP,    "Datotecas d'ag�d (*.hlp)"
93 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
94 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"