mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 21:48:10 +00:00
09dde2cff9
To harmonize, to save some bytes, and last but not least for security reasons. This can be understood as an addendum to (#2619).
18 lines
448 B
Text
18 lines
448 B
Text
/*
|
|
* FILE: base/applications/kbswitch/lang/ro-RO.rc
|
|
* ReactOS Project (https://reactos.org)
|
|
* TRANSLATOR: Fulea Ștefan (PM on ReactOS Forum at fulea.stefan)
|
|
* CHANGE LOG: 2011-08-21 initial translation
|
|
*/
|
|
|
|
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
|
|
|
IDR_POPUP MENU
|
|
BEGIN
|
|
POPUP "popup"
|
|
BEGIN
|
|
MENUITEM "&Preferințe…", ID_PREFERENCES
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "I&eșire", ID_EXIT
|
|
END
|
|
END
|