mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
17 lines
367 B
Plaintext
17 lines
367 B
Plaintext
/* FILE: applications/kbswitch/lang/cs-CZ.rc
|
|
* TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
|
|
* UPDATED: 2008-04-25
|
|
*/
|
|
|
|
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
|
|
|
IDR_POPUP MENU
|
|
BEGIN
|
|
POPUP "popup"
|
|
BEGIN
|
|
MENUITEM "&Předvolby...", ID_PREFERENCES
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Ukončit", ID_EXIT
|
|
END
|
|
END
|