wine/programs/progman/Fi.rc
Alexandre Julliard f1aa3030a6 Release 960805
Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>

	* [controls/scroll.c]
	Attempted to implement undocumented scroll-bar messages.

	* [tools/build.c] [include/callback.h] [windows/winproc.c]
	CallTo16_* functions now get DS from the previous 16-bit stackframe.

	* [if1632/thunk.c] [include/callback.h]
	Added thunks to implement callbacks for the emulator. Now all the
	Enum* functions always take a real function pointer even in the
	emulator.
	
	* [loader/builtin.c]
	Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
 	work with NULL entry points. Using linear search now.

	* [loader/module.c]
	Implemented IsSharedSelector().

	* [loader/task.c]
	Changed SwitchStackTo/Back to use the instance data to store the
	previous stack instead of the TDB. Also copy the local variables
	onto the new stack.
	Added GetExeVersion() and SetTackSignalProc().
	Implemented SetSigHandler().

Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>

	* [controls/menu.c]
	"Fixed" problem in deleting menus where win32 could get into an
	endless loop when it crashed. I think I've fixed the symptoms, not
	the original problem so it might be worth further investigation.

	* [debugger/registers.c]
	Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
	compile wine properly.

	* [files/dos_fs.c]
	Made DOSFS_Hash and DOSFS_Match non-static so they can be called
	from win32/findfile.c (q.v.).

	* [if1632/gdi32.spec]
	Added SetMapMode (call existing function)

	* [if1632/kernel32.spec]
	Added FindFirstFileA and SetFileAttributesA.

	* [if1632/user32.spec]
	Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
	IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
	UnhookWindowsHookEx.

	* [win32/file.c]
	Added stub function SetFileAttributes32A. It's a stub because I
	can't really work out what this function should do with most
	attributes in a Unix environment. Anyone care to expand it?

	* [win32/findfile.c]
	New file. Initial stab at FindFirstFile. This doesn't work as
	specified yet, though a lot of the groundwork is there. I haven't
	time to work on this for the next month, so if anyone wants to pick
	it up and run with it please do.

	* [win32/memory.c]
	Removed malloc.h from includes (covered by stdlib.h include, and
	gets rid of a warning in FreeBSD).

	* [win32/newfns.c]
	UnhookWindowsHookEx32A stub added.

	* [win32/user32.c]
	Added implementation of IsDialogMessage32A.

	* [windows/dialog.c]
	IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
	SendDlgItemMessage16.

Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>

	* [windows/graphics.c]
	Removed rectangle checking (conflicted with nonstandard
	mapping modes). 

	* [windows/dialog.c]
	Added check for child-style dialogs to DS_ABSALIGN
	coordinate conversion.

	* [objects/color.c]
	Cleaned up misc. bits

Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>

	* [windows/focus.c] [windows/event.c] [windows/win.c]
	  [windows/defdlg.c]
	Fixes to focusing and activation.

	* [windows/defdlg.c]
	Properly(?) handle DM_GETDEFID.

	* [controls/combo.c]
	Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
	CBCheckSize: Adjust edit position.

Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>

	* [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
	Pass HFILEs instead of unix-fds to self-loader code.

Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>

	* [include/metafile.h] [objects/metafile.c] [objects/text.c]
	Implemented handling of some new metafile records (META_...)
	in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
	Added functions like MF_StretchBlt() for usage in metafiles.
	Minor bugfix in CopyMetafile().

	* [objects/bitmap.c][objects/dib.c]
	Added check for metafile-DC in Bitmap and DIB functions:
	CreateCompatibleBitmap() etc.
1996-08-05 17:42:43 +00:00

121 lines
4.9 KiB
Plaintext

/*
* Program Manager
*
* Copyright 1996 Ulrich Schmid
* Finnish language by Jussi Tirkkonen <jt@modeemi.cs.tut.fi>
*/
#define LANGUAGE_ID Fi
#define LANGUAGE_NUMBER 5
#define LANGUAGE_MENU_ITEM "&Suomi"
/* Menu */
#define MENU_FILE "&Tiedosto"
#define MENU_FILE_NEW "&Uusi..."
#define MENU_FILE_OPEN "&Avaa\tEnter"
#define MENU_FILE_MOVE "&Siirrä...\tF7"
#define MENU_FILE_COPY "&Kopioi...\tF8"
#define MENU_FILE_DELETE "&Poista\tDel"
#define MENU_FILE_ATTRIBUTES "&Ominaisuudet...\tAlt+Enter"
#define MENU_FILE_EXECUTE "Suo&rita..."
#define MENU_FILE_EXIT "&Lopeta..."
#define MENU_OPTIONS "&Asetukset"
#define MENU_OPTIONS_AUTO_ARRANGE "&Järjestä automaattisesti"
#define MENU_OPTIONS_MIN_ON_RUN "&Pienennä käytettäessä"
#define MENU_OPTIONS_SAVE_SETTINGS "&Tallenna asetukset lopetettaessa"
#define MENU_WINDOWS "&Ikkuna"
#define MENU_WINDOWS_OVERLAP "&Limittäin\tVaihto+F5"
#define MENU_WINDOWS_SIDE_BY_SIDE "&Vierekkäin\tVaihto+F4"
#define MENU_WINDOWS_ARRANGE "&Järjestä kuvakkeet"
#define MENU_LANGUAGE "&Kieli"
#define MENU_HELP "&Ohje"
#define MENU_HELP_CONTENTS "&Sisällys"
#define MENU_HELP_SEARCH "&Etsi ohje aiheesta..."
#define MENU_HELP_HELP_ON_HELP "&Ohjeen käyttö"
#define MENU_HELP_TUTORIAL "O&petusohjelma"
#define MENU_INFO "Ti&etoja..."
#define MENU_INFO_LICENSE "&Lisenssi"
#define MENU_INFO_NO_WARRANTY "&OMALLA VASTUULLA"
#define MENU_INFO_ABOUT_WINE "&Tietoja WINEstä"
/* Dialogs */
#define DIALOG_OK "OK"
#define DIALOG_CANCEL "Peruuta"
#define DIALOG_BROWSE "&Selaa"
#define DIALOG_HELP "&Ohje"
#define DIALOG_NEW_CAPTION "Uusi ilmentymä"
#define DIALOG_NEW_NEW "Uusi"
#define DIALOG_NEW_GROUP "Ohjelma&ryhmä"
#define DIALOG_NEW_PROGRAM "Ohjelma&"
#define DIALOG_MOVE_CAPTION "Siirrä"
#define DIALOG_MOVE_PROGRAM "Siirrä ohjelma:"
#define DIALOG_MOVE_FROM_GROUP "Ryhmästä:"
#define DIALOG_MOVE_TO_GROUP "&Ryhmään:"
#define DIALOG_COPY_CAPTION "Kopioi"
#define DIALOG_COPY_PROGRAM "Kopioi ohjelma:"
#define DIALOG_COPY_FROM_GROUP DIALOG_MOVE_FROM_GROUP
#define DIALOG_COPY_TO_GROUP DIALOG_MOVE_TO_GROUP
#define DIALOG_GROUP_CAPTION "Ohjelmaryhmän ominaisuudet"
#define DIALOG_GROUP_DESCRIPTION "&Kuvaus:"
#define DIALOG_GROUP_FILE "&Ryhmätiedosto:"
#define DIALOG_PROGRAM_CAPTION "Ohjelman ominaisuudet"
#define DIALOG_PROGRAM_DESCRIPTION DIALOG_GROUP_DESCRIPTION
#define DIALOG_PROGRAM_COMMAND_LINE "K&omentorivi:"
#define DIALOG_PROGRAM_DIRECTORY "&Työhakemisto:"
#define DIALOG_PROGRAM_HOT_KEY "&Pikanäppäin:"
#define DIALOG_PROGRAM_SYMBOL "Suo&rita kuvakkeena"
#define DIALOG_PROGRAM_OTHER_SYMBOL "&Vaihda kuvaketta..."
#define DIALOG_SYMBOL_CAPTION "Valitse kuvake"
#define DIALOG_SYMBOL_FILE "&Nimi:"
#define DIALOG_SYMBOL_CURRENT "Nykyinen &kuvake:"
#define DIALOG_EXECUTE_CAPTION "Suorita ohjelma"
#define DIALOG_EXECUTE_COMMAND_LINE DIALOG_PROGRAM_COMMAND_LINE
#define DIALOG_EXECUTE_SYMBOL DIALOG_PROGRAM_SYMBOL
/* Strings */
#define STRING_PROGRAM_MANAGER "Järjestemänhallinta"
#define STRING_ERROR "VIRHE"
#define STRING_WARNING "VAROITUS"
#define STRING_INFO "Tietoja"
#define STRING_DELETE "Poista"
#define STRING_DELETE_GROUP_s "Poista ryhmä `%s' ?"
#define STRING_DELETE_PROGRAM_s "Poista ohjelma `%s' ?"
#define STRING_NOT_IMPLEMENTED "Ei käytettävissä"
#define STRING_FILE_READ_ERROR_s "Virhe luettaessa `%s'"
#define STRING_FILE_WRITE_ERROR_s "Virhe kirjoitettaessa `%s'"
#define STRING_GRPFILE_READ_ERROR_s "\
Ryhmätiedostoa `%s' ei voida avata.\n\
Yritetäänkö uudestaan?"
#define STRING_OUT_OF_MEMORY "Muisti lopussa"
#define STRING_WINHELP_ERROR "Ohje ei käytettävissä"
#define STRING_UNKNOWN_FEATURE_s "Tuntematon ominaisuus %s:ssa"
#define STRING_FILE_NOT_OVERWRITTEN_s "Tiedosto `%s' on olemassa. Tiedostoa ei muutettu."
#define STRING_SAVE_GROUP_AS_s "Tallenna ryhmä nimellä `%s' alkuperäisten tiedostojen säilyttämiseksi"
#define STRING_NO_HOT_KEY "Ei mitään"
#define STRING_ALL_FILES "Kaikki tiedostot (*.*)"
#define STRING_PROGRAMS "Ohjelmat"
#define STRING_LIBRARIES_DLL "Kirjastot (*.dll)"
#define STRING_SYMBOL_FILES "Symbolitiedostot"
#define STRING_SYMBOLS_ICO "Kuvakkeet (*.ico)"
#include "Xx.rc"