ultimatepp/uppsrc/TSql/TSql.t
mdelfede d2b54f7989 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00

19 lines
494 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á hodnota je NULL.")
T_("Row '%s' not found (table '%s', column '%s').")
csCZ("Řádek '%s' nebyl nalezen (tabulka '%s', sloupec '%s').")
T_("FETCH internal error (ForceInsertRowid)")
csCZ("Interní chyba FETCH (ForceInsertRowid)")
// dict.cpp
T_("User is not connected to the database.")
csCZ("Uživatel není připojen k databázi.")