f727ae75b14035e14a2f4043e3b7c3a48ca9a828
[reactos.git] / reactos / base / applications / winhelp / lang / fi-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 /* Menu */
24
25 MAIN_MENU MENU LANGUAGE LANG_FINNISH, SUBLANG_FINNISH_FINLAND
26 {
27 POPUP "&Tiedosto" {
28 MENUITEM "&Avaa...", MNID_FILE_OPEN
29 MENUITEM SEPARATOR
30 MENUITEM "&Tulosta", MNID_FILE_PRINT
31 MENUITEM "&Kirjoittimen asetukset...", MNID_FILE_SETUP
32 MENUITEM SEPARATOR
33 MENUITEM "&Lopeta", MNID_FILE_EXIT
34 }
35 POPUP "&Muokkaa" {
36 MENUITEM "&Kopioi...", MNID_EDIT_COPYDLG
37 MENUITEM SEPARATOR
38 MENUITEM "&Huomautus...", MNID_EDIT_ANNOTATE
39 }
40 POPUP "&Kirjanmerkki" {
41 MENUITEM "&Aseta...", MNID_BKMK_DEFINE
42 }
43 POPUP "&Ohje" {
44 MENUITEM "&Ohjeen käyttö", MNID_HELP_HELPON
45 MENUITEM "&Aina päällimmäisenä", MNID_HELP_HELPTOP
46 MENUITEM SEPARATOR
47 MENUITEM "T&ietoja...", MNID_HELP_ABOUT
48 #ifdef WINELIB
49 MENUITEM "&Tietoja WINEstä", MNID_HELP_WINE
50 #endif
51 }
52 }
53
54 /* Strings */
55
56 STRINGTABLE DISCARDABLE LANGUAGE LANG_FINNISH, SUBLANG_FINNISH_FINLAND
57 {
58 STID_WINE_HELP, "WINE Ohje"
59 STID_WHERROR, "VIRHE"
60 STID_WARNING, "VAROITUS"
61 STID_INFO, "Tietoja"
62 STID_NOT_IMPLEMENTED, "Ei käytettävissä"
63 STID_HLPFILE_ERROR_s, "Virhe luettaessa ohjetiedostoa `%s'"
64 STID_CONTENTS, "&Sisällys"
65 STID_SEARCH, "&Etsi"
66 STID_BACK, "&Takaisin"
67 STID_HISTORY, "&Luetut"
68 STID_TOPICS, "T&opics"
69 STID_ALL_FILES, "Kaikki tiedostot (*.*)"
70 STID_HELP_FILES_HLP, "Ohjetiedostot (*.hlp)"
71 STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
72 }