mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:15:59 +00:00
* Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
This commit is contained in:
parent
28d8ba0d3e
commit
0ee830d7a4
23049 changed files with 0 additions and 1313991 deletions
107
base/applications/winhlp32/lang/Fi.rc
Normal file
107
base/applications/winhlp32/lang/Fi.rc
Normal file
|
@ -0,0 +1,107 @@
|
|||
/*
|
||||
* Help Viewer
|
||||
*
|
||||
* Copyright 1996 Ulrich Schmid
|
||||
* Finnish language by Jussi Tirkkonen <jt@modeemi.cs.tut.fi>
|
||||
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
|
||||
*
|
||||
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
|
||||
|
||||
MAIN_MENU MENU
|
||||
{
|
||||
POPUP "&Tiedosto" {
|
||||
MENUITEM "&Avaa...", MNID_FILE_OPEN
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Tulosta", MNID_FILE_PRINT
|
||||
MENUITEM "&Kirjoittimen asetukset...", MNID_FILE_SETUP
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Lopeta", MNID_FILE_EXIT
|
||||
}
|
||||
POPUP "&Muokkaa" {
|
||||
MENUITEM "&Kopioi...", MNID_EDIT_COPYDLG
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Huomautus...", MNID_EDIT_ANNOTATE
|
||||
}
|
||||
POPUP "&Kirjanmerkki" {
|
||||
MENUITEM "&Aseta...", MNID_BKMK_DEFINE
|
||||
}
|
||||
POPUP "&Options" {
|
||||
MENUITEM "&Aina päällimmäisenä", MNID_HELP_HELPTOP
|
||||
MENUITEM "History", MNID_OPTS_HISTORY
|
||||
POPUP "Fonts"
|
||||
BEGIN
|
||||
MENUITEM "Small", MNID_OPTS_FONTS_SMALL
|
||||
MENUITEM "Normal", MNID_OPTS_FONTS_NORMAL
|
||||
MENUITEM "Large", MNID_OPTS_FONTS_LARGE
|
||||
END
|
||||
}
|
||||
POPUP "&Ohje" {
|
||||
MENUITEM "&Ohjeen käyttö", MNID_HELP_HELPON
|
||||
MENUITEM "T&ietoja...", MNID_HELP_ABOUT
|
||||
}
|
||||
}
|
||||
|
||||
CONTEXT_MENU MENU
|
||||
BEGIN
|
||||
POPUP ""
|
||||
BEGIN
|
||||
MENUITEM "Annotation...", MNID_CTXT_ANNOTATE
|
||||
MENUITEM "Copy", MNID_CTXT_COPY
|
||||
MENUITEM "Print...", MNID_CTXT_PRINT
|
||||
POPUP "Fonts"
|
||||
BEGIN
|
||||
MENUITEM "Small", MNID_CTXT_FONTS_SMALL
|
||||
MENUITEM "Normal", MNID_CTXT_FONTS_NORMAL
|
||||
MENUITEM "Large", MNID_CTXT_FONTS_LARGE
|
||||
END
|
||||
END
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
STID_WINE_HELP, "ReactOS Ohje"
|
||||
STID_WHERROR, "VIRHE"
|
||||
STID_WARNING, "VAROITUS"
|
||||
STID_INFO, "Tietoja"
|
||||
STID_NOT_IMPLEMENTED, "Ei käytettävissä"
|
||||
STID_HLPFILE_ERROR_s, "Virhe luettaessa ohjetiedostoa `%s'"
|
||||
STID_INDEX, "&Sisällys"
|
||||
STID_CONTENTS, "Summary"
|
||||
STID_BACK, "&Takaisin"
|
||||
STID_ALL_FILES, "Kaikki tiedostot (*.*)"
|
||||
STID_HELP_FILES_HLP, "Ohjetiedostot (*.hlp)"
|
||||
STID_FILE_NOT_FOUND_s "Cannot find '%s'. Do you want to find this file yourself?"
|
||||
STID_NO_RICHEDIT "Cannot find a richedit implementation... Aborting"
|
||||
STID_PSH_INDEX, "Help topics: "
|
||||
}
|
||||
|
||||
IDD_INDEX DIALOGEX 0, 0, 200, 190
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
CAPTION "Index"
|
||||
{
|
||||
LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
|
||||
}
|
||||
|
||||
IDD_SEARCH DIALOGEX 0, 0, 200, 190
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
CAPTION "Search"
|
||||
{
|
||||
LTEXT "Not yet implemented", -1, 10, 10, 180, 150
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue