ultimatepp/uppsrc/TCtrlLib/Calc/TCtrlLibCalc.t
rylek 221c76e907 .CtrlCore/: minor fixes in EncodeRTF; fixed escape sequences in .t string constants
git-svn-id: svn://ultimatepp.org/upp/trunk@3197 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-11 18:58:56 +00:00

58 lines
682 B
Turing

#ifdef _MSC_VER
#pragma setlocale("C")
#endif
// CalcGuiType.cpp
T_("point")
csCZ("bod")
T_("rectangle")
csCZ("obd\303\251ln\303\255k")
T_("color")
csCZ("barva")
// DlgCalc.cpp
T_("Calculator")
csCZ("Kalkul\303\241tor")
// DlgCalc.lay
T_("&Expression:")
csCZ("&V\303\275raz:")
T_("&Value:")
csCZ("&Hodnota:")
T_("&Store")
csCZ("&Ulo\305\276it")
T_("OK")
csCZ("OK")
T_("Cancel")
csCZ("Storno")
T_("&Variable name:")
csCZ("&Do prom\304\233nn\303\251:")
// CalcHelp.cpp
T_("[*3 Function")
csCZ("[*3 Funkce")
T_("[*3 Group")
csCZ("[*3 Skupina")
T_("Miscellaneous")
csCZ("Ostatn\303\255")
T_(", function")
csCZ(", funkce")
T_(", operator")
csCZ(", oper\303\241tor")