reactos/reactos/dll/win32/userenv/lang/ro-RO.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

31 lines
990 B
Plaintext

/*
* FILE: dll/win32/userenv/lang/ro-RO.rc
* ReactOS Project (http://www.reactos.org)
* TRANSLATOR: Ștefan Fulea (stefan dot fulea at mail dot md)
*/
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_PROFILEPATH "%SystemDrive%\\Documente și preferințe"
IDS_APPDATA "Date de aplicație"
IDS_DESKTOP "Birou"
IDS_FAVORITES "Favorite"
IDS_MYDOCUMENTS "Documentele mele"
IDS_NETHOOD "Rețele"
IDS_PRINTHOOD "Imprimante"
IDS_RECENT "Recente"
IDS_SENDTO "Trimitere"
IDS_TEMPLATES "Șabloane"
IDS_STARTMENU "Meniul Pornire"
IDS_PROGRAMS "Meniul Pornire\\Programe"
IDS_STARTUP "Meniul Pornire\\Programe\\Autolansate"
IDS_LOCALSETTINGS "Preferințe locale"
IDS_LOCALAPPDATA "Preferințe locale\\Date de aplicație"
IDS_TEMP "Preferințe locale\\Temp"
IDS_CACHE "Preferințe locale\\Fișiere de Internet temporare"
IDS_HISTORY "Preferințe locale\\Istoric"
IDS_COOKIES "Cookies"
END