reactos/dll/win32/userenv/lang/ro-RO.rc
Katayama Hirofumi MZ 257a701e9b
[BOOTDATA][USERENV] Improve and fix user profile info (#2265)
The international user profile info was inconsistent; thus TEMP and TMP environment variables were wrong. CORE-16635
2020-01-22 08:19:39 +09:00

31 lines
1 KiB
Plaintext

/*
* FILE: dll/win32/userenv/lang/ro-RO.rc
* ReactOS Project (http://www.reactos.org)
* TRANSLATOR: Ștefan Fulea (stefan dot fulea at mail dot com)
*/
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" /* See also TEMP_DIR in boot/bootdata/hivedef.inf */
IDS_CACHE "Preferințe locale\\Fișiere de Internet temporare"
IDS_HISTORY "Preferințe locale\\Istoric"
IDS_COOKIES "Cookies"
END