mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
26 lines
247 B
Turing
26 lines
247 B
Turing
|
|
// AK.key
|
|
|
|
T_("Second function")
|
|
csCZ("Druhá funkce")
|
|
|
|
T_("Exit")
|
|
csCZ("Konec")
|
|
|
|
|
|
// Setup.key
|
|
|
|
T_("English")
|
|
csCZ("Anglicky")
|
|
|
|
T_("Czech")
|
|
csCZ("Česky")
|
|
|
|
T_("Setup keys")
|
|
csCZ("Nastavit klávesy")
|
|
|
|
|
|
// main.cpp
|
|
|
|
T_("Setup")
|
|
csCZ("Nastavení")
|