reactos/reactos/dll/win32/userenv/lang/fi-FI.rc
Hermès Bélusca-Maïto c24dcb3ff2 [USERENV]
- Split the huge "InitializeProfiles" function into itself and a helper "CreateStandardProfile", the latter is called to set up the "Default User" and "All Users" profile directories & registry settings.
- Use StringSafe functions where needed.
- Some of the shell registry values (the multimedia ones in particular) and the Fonts folder path, are not set by userenv.dll but are set by shell32.dll when it is registered during 2nd stage setup.

[SHELL32]: The above-mentioned shell reg vals are already there, but few have different translations than the ones that were in userenv. Translators, please review & fix if needed!

[SYSSETUP]: It is syssetup.dll which sets up the 'Program Files' & 'Common Files' directories & registry values at 2nd stage setup, as done on Windows' setup. Move the code that did this from our userenv to syssetup.

svn path=/trunk/; revision=73518
2017-01-10 15:28:49 +00:00

25 lines
849 B
Plaintext

LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_PROFILEPATH "%SystemDrive%\\Documents and Settings"
IDS_APPDATA "Application Data"
IDS_DESKTOP "Työpöytä"
IDS_FAVORITES "Suosikit"
IDS_MYDOCUMENTS "Omat Tiedostot"
IDS_NETHOOD "Lähiverkko"
IDS_PRINTHOOD "Tulostimet"
IDS_RECENT "Viimeisin"
IDS_SENDTO "Lähetä"
IDS_TEMPLATES "Pohjat"
IDS_STARTMENU "Käynnistä Valikko"
IDS_PROGRAMS "Käynnistä Valikko\\Kaikki Ohjelmat"
IDS_STARTUP "Käynnistä Valikko\\Kaikki Ohjelmat\\Käynnistys"
IDS_LOCALSETTINGS "Paikalliset Asetukset"
IDS_LOCALAPPDATA "Paikalliset Asetukset\\Application Data"
IDS_TEMP "Paikalliset Asetukset\\Temp"
IDS_CACHE "Paikalliset Asetukset\\Temporary Internet Files"
IDS_HISTORY "Paikalliset Asetukset\\Historia"
IDS_COOKIES "Keksit"
END