/* * Help Viewer * * Copyright 1996 Ulrich Schmid * Finnish language by Jussi Tirkkonen * * 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 */ /* This file is not yet complete !! */ #define LANGUAGE_ID Fi #define LANGUAGE_NUMBER 5 /* Menu */ #define MENU_FILE "&Tiedosto" #define MENU_FILE_OPEN "&Avaa..." #define MENU_FILE_PRINT "&Tulosta" #define MENU_FILE_PRINTER_SETUP "&Kirjoittimen asetukset..." #define MENU_FILE_EXIT "&Lopeta" #define MENU_EDIT "&Muokkaa" #define MENU_EDIT_COPY_DIALOG "&Kopioi..." #define MENU_EDIT_ANNOTATE "&Huomautus..." #define MENU_BOOKMARK "&Kirjanmerkki" #define MENU_BOOKMARK_DEFINE "&Aseta..." #define MENU_HELP "&Ohje" #define MENU_HELP_ON_HELP "&Ohjeen käyttö" #define MENU_HELP_ON_TOP "&Aina päällimmäisenä" #define MENU_HELP_INFO "T&ietoja..." #define MENU_HELP_ABOUT_WINE "&Tietoja WINEstä" /* Strings */ #define STRING_WINE_HELP "WINE Ohje" #define STRING_ERROR "VIRHE" #define STRING_WARNING "VAROITUS" #define STRING_INFO "Tietoja" #define STRING_NOT_IMPLEMENTED "Ei käytettävissä" #define STRING_HLPFILE_ERROR_s "Virhe luettaessa ohjetiedostoa `%s'" #define STRING_CONTENTS "&Sisällys" #define STRING_SEARCH "&Etsi" #define STRING_BACK "&Takaisin" #define STRING_HISTORY "&Luetut" #define STRING_ALL_FILES "Kaikki tiedostot (*.*)" #define STRING_HELP_FILES_HLP "Ohjetiedostot (*.hlp)" #include "Xx.rc"