Added LGPL standard comment, and copyright notices where necessary.
[wine] / programs / winhelp / Fi.rc
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  * Finnish language by Jussi Tirkkonen <jt@modeemi.cs.tut.fi>
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20  */
21
22 /* This file is not yet complete !! */
23
24 #define LANGUAGE_ID                  Fi
25 #define LANGUAGE_NUMBER              5
26
27 /* Menu */
28
29 #define MENU_FILE                    "&Tiedosto"
30 #define MENU_FILE_OPEN               "&Avaa..."
31 #define MENU_FILE_PRINT              "&Tulosta"
32 #define MENU_FILE_PRINTER_SETUP      "&Kirjoittimen asetukset..."
33 #define MENU_FILE_EXIT               "&Lopeta"
34
35 #define MENU_EDIT                    "&Muokkaa"
36 #define MENU_EDIT_COPY_DIALOG        "&Kopioi..."
37 #define MENU_EDIT_ANNOTATE           "&Huomautus..."
38
39 #define MENU_BOOKMARK                "&Kirjanmerkki"
40 #define MENU_BOOKMARK_DEFINE         "&Aseta..."
41
42 #define MENU_HELP                    "&Ohje"
43 #define MENU_HELP_ON_HELP            "&Ohjeen käyttö"
44 #define MENU_HELP_ON_TOP             "&Aina päällimmäisenä"
45 #define MENU_HELP_INFO               "T&ietoja..."
46 #define MENU_HELP_ABOUT_WINE         "&Tietoja WINEstä"
47
48 /* Strings */
49
50 #define STRING_WINE_HELP             "WINE Ohje"
51 #define STRING_ERROR                 "VIRHE"
52 #define STRING_WARNING               "VAROITUS"
53 #define STRING_INFO                  "Tietoja"
54 #define STRING_NOT_IMPLEMENTED       "Ei käytettävissä"
55 #define STRING_HLPFILE_ERROR_s       "Virhe luettaessa ohjetiedostoa `%s'" 
56 #define STRING_CONTENTS              "&Sisällys"
57 #define STRING_SEARCH                "&Etsi"
58 #define STRING_BACK                  "&Takaisin"
59 #define STRING_HISTORY               "&Luetut"
60 #define STRING_ALL_FILES             "Kaikki tiedostot (*.*)"
61 #define STRING_HELP_FILES_HLP        "Ohjetiedostot (*.hlp)"
62
63 #include "Xx.rc"