Rm.rc 2.93 KB
Newer Older
Alexandre Julliard's avatar
Alexandre Julliard committed
1 2 3
/*
 * Help Viewer
 *
4
 * Copyright 1996 Ulrich Schmid
Alexandre Julliard's avatar
Alexandre Julliard committed
5
 * Rumantsch Ladin (Vallader) by mbaur@g26.ethz.ch
6
 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
Alexandre Julliard's avatar
Alexandre Julliard committed
7
 *
8 9 10 11 12 13 14 15 16 17 18 19
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * 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
Alexandre Julliard's avatar
Alexandre Julliard committed
21 22
 */

23 24 25
/* FIXME: This file is in the Vallader Romansh dialect and not in the
   official Rumantsch Grischun. */

Alexandre Julliard's avatar
Alexandre Julliard committed
26 27
/* Menu */

28
MAIN_MENU MENU LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT
29 30
{
 POPUP "&Datoteca" {
31
  MENUITEM "&Rivir", MNID_FILE_OPEN
32
  MENUITEM SEPARATOR
33 34
  MENUITEM "&Stampar tema", MNID_FILE_PRINT
  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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
 POPUP "&Options" {
   POPUP	"Help always visible"
   BEGIN
     MENUITEM "Default",	MNID_OPTS_HELP_DEFAULT
     MENUITEM "Visible",	MNID_OPTS_HELP_VISIBLE
     MENUITEM "Non visible",	MNID_OPTS_HELP_NONVISIBLE
  END
  MENUITEM "History",		MNID_OPTS_HISTORY
  POPUP    "Fonts"
  BEGIN
    MENUITEM "Small",		MNID_OPTS_FONTS_SMALL
    MENUITEM "Normal",    	MNID_OPTS_FONTS_NORMAL
    MENUITEM "Large",     	MNID_OPTS_FONTS_LARGE
  END
  MENUITEM "Use system colors",	MNID_OPTS_SYSTEM_COLORS
 }
62 63 64
 POPUP "&Ag�d" {
   MENUITEM "&Douvrar l'ag�d", MNID_HELP_HELPON
   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 70 71
#endif
 }
}
Alexandre Julliard's avatar
Alexandre Julliard committed
72 73

/* Strings */
74
STRINGTABLE DISCARDABLE LANGUAGE LANG_ROMANSH, SUBLANG_DEFAULT
75
{
76 77 78 79 80 81
STID_WINE_HELP,         "WINE ag�d"
STID_WHERROR,           "SBAGL"
STID_WARNING,           "ATTENZIUN"
STID_INFO,              "INFUORMAZIUN"
STID_NOT_IMPLEMENTED,   "Na implementa"
STID_HLPFILE_ERROR_s,   "Sbagl cun leger la datoteca d'ag�d `%s'"
82 83
STID_INDEX,          	"&Cuntgn�"
STID_CONTENTS,          "Summary"
84 85 86
STID_BACK,              "&Inavo"
STID_ALL_FILES,         "Tuot las datotecas (*.*)"
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
}