1997-06-29 20:08:02 +02:00
|
|
|
|
/*
|
|
|
|
|
* Help Viewer
|
|
|
|
|
*
|
|
|
|
|
* Copyright 1996 Ulrich Schmid
|
|
|
|
|
*
|
|
|
|
|
* Rumantsch Ladin (Vallader) by mbaur@g26.ethz.ch
|
|
|
|
|
*
|
2002-03-10 00:29:33 +01:00
|
|
|
|
* 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
|
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
1997-06-29 20:08:02 +02:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* This file is not yet complete !! */
|
|
|
|
|
|
|
|
|
|
#define LANGUAGE_ID Rl
|
|
|
|
|
#define LANGUAGE_NUMBER C
|
|
|
|
|
|
|
|
|
|
/* Menu */
|
|
|
|
|
|
|
|
|
|
#define MENU_FILE "&Datoteca"
|
|
|
|
|
#define MENU_FILE_OPEN "&Rivir"
|
|
|
|
|
#define MENU_FILE_PRINT "&Stampar tema"
|
|
|
|
|
#define MENU_FILE_PRINTER_SETUP "&Installaziun dal stampader..."
|
|
|
|
|
#define MENU_FILE_EXIT "&Finir"
|
|
|
|
|
|
|
|
|
|
#define MENU_EDIT "&Lavurar"
|
|
|
|
|
#define MENU_EDIT_COPY_DIALOG "&Capchar"
|
|
|
|
|
#define MENU_EDIT_ANNOTATE "&Annotaziun..."
|
|
|
|
|
|
|
|
|
|
#define MENU_BOOKMARK "&Marca"
|
|
|
|
|
#define MENU_BOOKMARK_DEFINE "&Definir..."
|
|
|
|
|
|
|
|
|
|
#define MENU_HELP "&Ag<41>d"
|
|
|
|
|
#define MENU_HELP_ON_HELP "&Douvrar l'ag<61>d"
|
|
|
|
|
#define MENU_HELP_ON_TOP "Ad<41>na da&vant"
|
|
|
|
|
#define MENU_HELP_INFO "I&nfuormaziuns"
|
|
|
|
|
#define MENU_HELP_ABOUT_WINE "Davart &WINE"
|
|
|
|
|
|
|
|
|
|
/* Strings */
|
|
|
|
|
|
|
|
|
|
#define STRING_WINE_HELP "WINE ag<61>d"
|
|
|
|
|
#define STRING_ERROR "SBAGL"
|
|
|
|
|
#define STRING_WARNING "ATTENZIUN"
|
|
|
|
|
#define STRING_INFO "INFUORMAZIUN"
|
|
|
|
|
#define STRING_NOT_IMPLEMENTED "Na implementa"
|
|
|
|
|
#define STRING_HLPFILE_ERROR_s "Sbagl cun leger la datoteca d'ag<61>d `%s'"
|
|
|
|
|
#define STRING_CONTENTS "&Cuntgn<67>"
|
|
|
|
|
#define STRING_SEARCH "&Tscherchar"
|
|
|
|
|
#define STRING_BACK "&Inavo"
|
|
|
|
|
#define STRING_HISTORY "&Fin qua"
|
|
|
|
|
#define STRING_ALL_FILES "Tuot las datotecas (*.*)"
|
|
|
|
|
#define STRING_HELP_FILES_HLP "Datotecas d'ag<61>d (*.hlp)"
|
|
|
|
|
|
|
|
|
|
#include "Xx.rc"
|