urlmon: IUriBuilder_CreateUri* functions return base IUri if there were no changes.
[wine/multimedia.git] / programs / winhlp32 / Fi.rc
blobfb8c34b779b682989fdb6758dc4fc5b1869ff4ae
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  */
23 #include "winhelp_res.h"
25 LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
27 /* Menu */
29 MAIN_MENU MENU
31  POPUP "&Tiedosto" {
32   MENUITEM "&Avaa...", MNID_FILE_OPEN
33   MENUITEM SEPARATOR
34   MENUITEM "&Tulosta", MNID_FILE_PRINT
35   MENUITEM "&Kirjoittimen asetukset...", MNID_FILE_SETUP
36    MENUITEM SEPARATOR
37   MENUITEM "&Lopeta", MNID_FILE_EXIT
38  }
39  POPUP "&Muokkaa" {
40    MENUITEM "&Kopioi...", MNID_EDIT_COPYDLG
41    MENUITEM SEPARATOR
42    MENUITEM "&Huomautus...", MNID_EDIT_ANNOTATE
43  }
44  POPUP "&Kirjanmerkki" {
45    MENUITEM "&Aseta...", MNID_BKMK_DEFINE
46  }
47  POPUP "&Options" {
48    POPUP        "Help always visible"
49    BEGIN
50      MENUITEM "Default",        MNID_OPTS_HELP_DEFAULT
51      MENUITEM "Visible",        MNID_OPTS_HELP_VISIBLE
52      MENUITEM "Non visible",    MNID_OPTS_HELP_NONVISIBLE
53   END
54   MENUITEM "History",           MNID_OPTS_HISTORY
55   POPUP    "Fonts"
56   BEGIN
57     MENUITEM "Small",           MNID_OPTS_FONTS_SMALL
58     MENUITEM "Normal",          MNID_OPTS_FONTS_NORMAL
59     MENUITEM "Large",           MNID_OPTS_FONTS_LARGE
60   END
61   MENUITEM "Use system colors", MNID_OPTS_SYSTEM_COLORS
62  }
63  POPUP "&Ohje" {
64    MENUITEM "&Ohjeen käyttö", MNID_HELP_HELPON
65    MENUITEM "&Aina päällimmäisenä", MNID_HELP_HELPTOP
66    MENUITEM SEPARATOR
67    MENUITEM "T&ietoja...", MNID_HELP_ABOUT
68 #ifdef WINELIB
69    MENUITEM "&Tietoja Winestä", MNID_HELP_WINE
70 #endif
71  }
74 /* Strings */
76 STRINGTABLE
78 STID_WINE_HELP,         "Wine Ohje"
79 STID_WHERROR,           "VIRHE"
80 STID_WARNING,           "VAROITUS"
81 STID_INFO,              "Tietoja"
82 STID_NOT_IMPLEMENTED,   "Ei käytettävissä"
83 STID_HLPFILE_ERROR_s,   "Virhe luettaessa ohjetiedostoa `%s'"
84 STID_INDEX,             "&Sisällys"
85 STID_CONTENTS,          "Summary"
86 STID_BACK,              "&Takaisin"
87 STID_ALL_FILES,         "Kaikki tiedostot (*.*)"
88 STID_HELP_FILES_HLP,    "Ohjetiedostot (*.hlp)"
89 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"
90 STID_NO_RICHEDIT        "Cannot find a richedit implementation... Aborting"