cmd: Remove spaces before '\n' in resource strings.
[wine] / programs / winhlp32 / 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 /* 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 "&Ag�d" {
47    MENUITEM "&Douvrar l'ag�d", MNID_HELP_HELPON
48    MENUITEM "Ad�na da&vant", MNID_HELP_HELPTOP
49    MENUITEM SEPARATOR
50    MENUITEM "I&nfuormaziuns", MNID_HELP_ABOUT
51 #ifdef WINELIB
52    MENUITEM "Davart &Wine", MNID_HELP_WINE
53 #endif
54  }
55 }
56
57 /* Strings */
58 STRINGTABLE DISCARDABLE LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT
59 {
60 STID_WINE_HELP,         "WINE ag�d"
61 STID_WHERROR,           "SBAGL"
62 STID_WARNING,           "ATTENZIUN"
63 STID_INFO,              "INFUORMAZIUN"
64 STID_NOT_IMPLEMENTED,   "Na implementa"
65 STID_HLPFILE_ERROR_s,   "Sbagl cun leger la datoteca d'ag�d `%s'"
66 STID_CONTENTS,          "&Cuntgn�"
67 STID_SEARCH,            "&Tscherchar"
68 STID_BACK,              "&Inavo"
69 STID_HISTORY,           "&Fin qua"
70 STID_TOPICS,            "T&opics"
71 STID_ALL_FILES,         "Tuot las datotecas (*.*)"
72 STID_HELP_FILES_HLP,    "Datotecas d'ag�d (*.hlp)"
73 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
74 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"
75 }