ultimatepp/uppsrc/TSql/TSql.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

19 lines
542 B
Turing

#ifdef _MSC_VER
#pragma setlocale("C")
#endif
// util.cpp
T_("Table '%s', column '%s': NULL value requested.")
csCZ("Tabulka '%s', sloupec '%s': hledan\303\241 hodnota je NULL.")
T_("Row '%s' not found (table '%s', column '%s').")
csCZ("\305\230\303\241dek '%s' nebyl nalezen (tabulka '%s', sloupec '%s').")
T_("FETCH internal error (ForceInsertRowid)")
csCZ("Intern\303\255 chyba FETCH (ForceInsertRowid)")
// dict.cpp
T_("User is not connected to the database.")
csCZ("U\305\276ivatel nen\303\255 p\305\231ipojen k datab\303\241zi.")