mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
19 lines
542 B
Turing
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.")
|