2006-03-26 16:58:21 +02:00
|
|
|
|
/*
|
|
|
|
|
* Help Viewer
|
|
|
|
|
* Esperanto Language Support
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2006 Antonio Codazzi
|
|
|
|
|
*
|
|
|
|
|
* 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
|
2006-05-18 14:49:52 +02:00
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2006-03-26 16:58:21 +02:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Cxapelitaj literoj estas en Latin-3 iso8859-3 */
|
|
|
|
|
|
|
|
|
|
/* Menu */
|
|
|
|
|
|
|
|
|
|
MAIN_MENU MENU LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
|
|
|
|
|
{
|
2006-04-06 14:01:25 +02:00
|
|
|
|
POPUP "&Dosiero" {
|
|
|
|
|
MENUITEM "&Malfermu", MNID_FILE_OPEN
|
2006-03-26 16:58:21 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "&Presu", MNID_FILE_PRINT
|
2006-04-06 14:01:25 +02:00
|
|
|
|
MENUITEM "&Impozu Printilon...", MNID_FILE_SETUP
|
2006-03-26 16:58:21 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2006-04-06 14:01:25 +02:00
|
|
|
|
MENUITEM "&Finu", MNID_FILE_EXIT
|
2006-03-26 16:58:21 +02:00
|
|
|
|
}
|
2006-04-06 14:01:25 +02:00
|
|
|
|
POPUP "&Redakto" {
|
|
|
|
|
MENUITEM "&Kopiu...", MNID_EDIT_COPYDLG
|
2006-03-26 16:58:21 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2006-04-06 14:01:25 +02:00
|
|
|
|
MENUITEM "&Notu...", MNID_EDIT_ANNOTATE
|
2006-03-26 16:58:21 +02:00
|
|
|
|
}
|
2006-04-06 14:01:25 +02:00
|
|
|
|
POPUP "&Legosigno" {
|
2006-03-26 16:58:21 +02:00
|
|
|
|
MENUITEM "&Difinu...", MNID_BKMK_DEFINE
|
|
|
|
|
}
|
|
|
|
|
POPUP "&Helpo" {
|
2006-04-06 14:01:25 +02:00
|
|
|
|
MENUITEM "&Helpu pri helpo", MNID_HELP_HELPON
|
|
|
|
|
MENUITEM "<22>iam &supre", MNID_HELP_HELPTOP
|
2006-03-26 16:58:21 +02:00
|
|
|
|
MENUITEM SEPARATOR
|
2006-04-06 14:01:25 +02:00
|
|
|
|
MENUITEM "&Pri...", MNID_HELP_ABOUT
|
2006-03-26 16:58:21 +02:00
|
|
|
|
#ifdef WINELIB
|
2006-04-06 14:01:25 +02:00
|
|
|
|
MENUITEM "&Pri WINE", MNID_HELP_WINE
|
2006-03-26 16:58:21 +02:00
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Strings */
|
|
|
|
|
STRINGTABLE DISCARDABLE LANGUAGE LANG_ESPERANTO, SUBLANG_DEFAULT
|
|
|
|
|
{
|
|
|
|
|
STID_WINE_HELP, "WINE Helpanto"
|
|
|
|
|
STID_WHERROR, "ERARO"
|
|
|
|
|
STID_WARNING, "ATENTU"
|
|
|
|
|
STID_INFO, "Informo pri"
|
|
|
|
|
STID_NOT_IMPLEMENTED, "Ne-implementata"
|
|
|
|
|
STID_HLPFILE_ERROR_s, "Eraro dum la legado de helpdosiero `%s'"
|
2006-04-06 14:01:25 +02:00
|
|
|
|
STID_CONTENTS, "&Enhavo"
|
2006-03-26 16:58:21 +02:00
|
|
|
|
STID_SEARCH, "&Ser<65>u"
|
2006-04-06 14:01:25 +02:00
|
|
|
|
STID_BACK, "&Retro"
|
|
|
|
|
STID_HISTORY, "Krono&logio"
|
2006-03-26 16:58:21 +02:00
|
|
|
|
STID_TOPICS, "&Temoj"
|
|
|
|
|
STID_ALL_FILES, "Tutaj dosieroj (*.*)"
|
|
|
|
|
STID_HELP_FILES_HLP, "Helpaj dosieroj (*.hlp)"
|
2006-11-06 13:07:01 +01:00
|
|
|
|
STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
|
2006-03-26 16:58:21 +02:00
|
|
|
|
}
|