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