winhlp32: Define LANGUAGE only once.
[wine] / programs / winhlp32 / Fi.rc
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  * Finnish language by Jussi Tirkkonen <jt@modeemi.cs.tut.fi>
6  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * 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
21  */
22
23 #include "winhelp_res.h"
24
25 /* Menu */
26
27 MAIN_MENU MENU LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
28 {
29  POPUP "&Tiedosto" {
30   MENUITEM "&Avaa...", MNID_FILE_OPEN
31   MENUITEM SEPARATOR
32   MENUITEM "&Tulosta", MNID_FILE_PRINT
33   MENUITEM "&Kirjoittimen asetukset...", MNID_FILE_SETUP
34    MENUITEM SEPARATOR
35   MENUITEM "&Lopeta", MNID_FILE_EXIT
36  }
37  POPUP "&Muokkaa" {
38    MENUITEM "&Kopioi...", MNID_EDIT_COPYDLG
39    MENUITEM SEPARATOR
40    MENUITEM "&Huomautus...", MNID_EDIT_ANNOTATE
41  }
42  POPUP "&Kirjanmerkki" {
43    MENUITEM "&Aseta...", MNID_BKMK_DEFINE
44  }
45  POPUP "&Options" {
46    POPUP        "Help always visible"
47    BEGIN
48      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
49      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
50      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
51   END
52   MENUITEM "History",           MNID_OPTS_HISTORY
53   POPUP    "Fonts"
54   BEGIN
55     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
56     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
57     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
58   END
59   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
60  }
61  POPUP "&Ohje" {
62    MENUITEM "&Ohjeen käyttö", MNID_HELP_HELPON
63    MENUITEM "&Aina päällimmäisenä", MNID_HELP_HELPTOP
64    MENUITEM SEPARATOR
65    MENUITEM "T&ietoja...", MNID_HELP_ABOUT
66 #ifdef WINELIB
67    MENUITEM "&Tietoja WINEstä", MNID_HELP_WINE
68 #endif
69  }
70 }
71
72 /* Strings */
73
74 STRINGTABLE DISCARDABLE LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
75 {
76 STID_WINE_HELP,         "WINE Ohje"
77 STID_WHERROR,           "VIRHE"
78 STID_WARNING,           "VAROITUS"
79 STID_INFO,              "Tietoja"
80 STID_NOT_IMPLEMENTED,   "Ei käytettävissä"
81 STID_HLPFILE_ERROR_s,   "Virhe luettaessa ohjetiedostoa `%s'"
82 STID_INDEX,             "&Sisällys"
83 STID_CONTENTS,          "Summary"
84 STID_BACK,              "&Takaisin"
85 STID_ALL_FILES,         "Kaikki tiedostot (*.*)"
86 STID_HELP_FILES_HLP,    "Ohjetiedostot (*.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 }