# Just Czech translation ;o) # Copyright (C) 2005 # This file is distributed under the same license as the PACKAGE package. # Petr Dittrich , 2005 # msgid "" msgstr "" "Project-Id-Version: PostgreSQL JDBC Driver 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-12-02 00:48-0700\n" "PO-Revision-Date: 2005-08-21 20:00+0200\n" "Last-Translator: Petr Dittrich \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" #: org/postgresql/Driver.java.in:228 msgid "Error loading default settings from driverconfig.properties" msgstr "Chyba načítání standardního nastavení z driverconfig.properties" #: org/postgresql/Driver.java.in:276 org/postgresql/Driver.java.in:340 msgid "" "Something unusual has occured to cause the driver to fail. Please report " "this exception." msgstr "" "Něco neobvyklého přinutilo ovladač selhat. Prosím nahlaste tuto vyjímku." #: org/postgresql/Driver.java.in:348 #, fuzzy msgid "Connection attempt timed out." msgstr "Pokus o připojení selhal." #: org/postgresql/Driver.java.in:356 #, fuzzy msgid "Interrupted while attempting to connect." msgstr "Nastala chyba při nastavení SSL spojení." #: org/postgresql/Driver.java.in:728 #, java-format msgid "Method {0} is not yet implemented." msgstr "Metoda {0} není implementována." #: org/postgresql/core/ConnectionFactory.java:71 #, java-format msgid "A connection could not be made using the requested protocol {0}." msgstr "Spojení nelze vytvořit s použitím žádaného protokolu {0}." #: org/postgresql/core/PGStream.java:480 #, java-format msgid "Premature end of input stream, expected {0} bytes, but only read {1}." msgstr "" #: org/postgresql/core/PGStream.java:520 #, java-format msgid "Expected an EOF from server, got: {0}" msgstr "" #: org/postgresql/core/UTF8Encoding.java:30 #, java-format msgid "" "Illegal UTF-8 sequence: byte {0} of {1} byte sequence is not 10xxxxxx: {2}" msgstr "" #: org/postgresql/core/UTF8Encoding.java:63 #, java-format msgid "Illegal UTF-8 sequence: {0} bytes used to encode a {1} byte value: {2}" msgstr "" #: org/postgresql/core/UTF8Encoding.java:100 #: org/postgresql/core/UTF8Encoding.java:127 #, java-format msgid "Illegal UTF-8 sequence: initial byte is {0}: {1}" msgstr "" #: org/postgresql/core/UTF8Encoding.java:132 #, java-format msgid "Illegal UTF-8 sequence: final value is out of range: {0}" msgstr "" #: org/postgresql/core/UTF8Encoding.java:147 #, java-format msgid "Illegal UTF-8 sequence: final value is a surrogate value: {0}" msgstr "" #: org/postgresql/core/Utils.java:89 org/postgresql/core/Utils.java:106 msgid "Zero bytes may not occur in string parameters." msgstr "" #: org/postgresql/core/types/PGBigDecimal.java:63 #: org/postgresql/core/types/PGBoolean.java:62 #: org/postgresql/core/types/PGByte.java:63 #: org/postgresql/core/types/PGDouble.java:64 #: org/postgresql/core/types/PGFloat.java:64 #: org/postgresql/core/types/PGInteger.java:61 #: org/postgresql/core/types/PGLong.java:62 #: org/postgresql/core/types/PGNumber.java:62 #: org/postgresql/core/types/PGShort.java:58 #: org/postgresql/core/types/PGString.java:73 #, fuzzy, java-format msgid "Cannot convert an instance of {0} to type {1}" msgstr "Nemohu přetypovat instanci {0} na typ {1}" #: org/postgresql/core/v2/ConnectionFactoryImpl.java:55 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:66 msgid "The driver does not support SSL." msgstr "Ovladač nepodporuje SSL." #: org/postgresql/core/v2/ConnectionFactoryImpl.java:93 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:122 msgid "" "Connection refused. Check that the hostname and port are correct and that " "the postmaster is accepting TCP/IP connections." msgstr "" "Spojení odmítnuto. Zkontrolujte zda je jméno hosta a port správné a zda " "postmaster přijímá TCP/IP spojení." #: org/postgresql/core/v2/ConnectionFactoryImpl.java:108 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:136 msgid "The connection attempt failed." msgstr "Pokus o připojení selhal." #: org/postgresql/core/v2/ConnectionFactoryImpl.java:147 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:159 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:174 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:186 msgid "The server does not support SSL." msgstr "Server nepodporuje SSL." #: org/postgresql/core/v2/ConnectionFactoryImpl.java:172 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:199 msgid "An error occured while setting up the SSL connection." msgstr "Nastala chyba při nastavení SSL spojení." #: org/postgresql/core/v2/ConnectionFactoryImpl.java:221 #, java-format msgid "Connection rejected: {0}." msgstr "Spojení odmítnuto: {0}." #: org/postgresql/core/v2/ConnectionFactoryImpl.java:239 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:262 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:282 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:299 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:325 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:352 msgid "" "The server requested password-based authentication, but no password was " "provided." msgstr "Server vyžaduje ověření heslem, ale žádné nebylo posláno." #: org/postgresql/core/v2/ConnectionFactoryImpl.java:306 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:375 #, java-format msgid "" "The authentication type {0} is not supported. Check that you have configured " "the pg_hba.conf file to include the client''s IP address or subnet, and that " "it is using an authentication scheme supported by the driver." msgstr "" "Ověření typu {0} není podporováno. Zkontrolujte zda konfigurační soubor " "pg_hba.conf obsahuje klientskou IP adresu či podsíť a zda je použité " "ověřenovací schéma podporováno ovladačem." #: org/postgresql/core/v2/ConnectionFactoryImpl.java:312 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:350 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:381 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:424 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:470 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:480 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:488 msgid "Protocol error. Session setup failed." msgstr "Chyba protokolu. Nastavení relace selhalo." #: org/postgresql/core/v2/ConnectionFactoryImpl.java:340 #, java-format msgid "Backend start-up failed: {0}." msgstr "Selhal start backendu: {0}." #: org/postgresql/core/v2/ConnectionFactoryImpl.java:417 msgid "An unexpected result was returned by a query." msgstr "Obdržen neočekávaný výsledek dotazu." #: org/postgresql/core/v2/FastpathParameterList.java:57 #: org/postgresql/core/v2/FastpathParameterList.java:79 #: org/postgresql/core/v2/FastpathParameterList.java:86 #: org/postgresql/core/v2/SimpleParameterList.java:59 #: org/postgresql/core/v2/SimpleParameterList.java:78 #: org/postgresql/core/v2/SimpleParameterList.java:85 #: org/postgresql/core/v2/SimpleParameterList.java:92 #: org/postgresql/core/v3/CompositeParameterList.java:37 #: org/postgresql/core/v3/SimpleParameterList.java:45 #: org/postgresql/core/v3/SimpleParameterList.java:52 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2588 #: org/postgresql/jdbc2/AbstractJdbc2ResultSetMetaData.java:418 #, java-format msgid "The column index is out of range: {0}, number of columns: {1}." msgstr "Index sloupece je mimo rozsah: {0}, počet sloupců: {1}." #: org/postgresql/core/v2/FastpathParameterList.java:144 #: org/postgresql/core/v2/SimpleParameterList.java:157 #: org/postgresql/core/v3/SimpleParameterList.java:146 #, java-format msgid "No value specified for parameter {0}." msgstr "Nespecifikována hodnota parametru {0}." #: org/postgresql/core/v2/QueryExecutorImpl.java:72 #: org/postgresql/core/v2/QueryExecutorImpl.java:337 #: org/postgresql/core/v3/QueryExecutorImpl.java:390 #: org/postgresql/core/v3/QueryExecutorImpl.java:436 #, java-format msgid "Expected command status BEGIN, got {0}." msgstr "Očekáván příkaz BEGIN, obdržen {0}." #: org/postgresql/core/v2/QueryExecutorImpl.java:78 #: org/postgresql/core/v3/QueryExecutorImpl.java:442 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1742 #, java-format msgid "Unexpected command status: {0}." msgstr "Neočekávaný stav příkazu: {0}." #: org/postgresql/core/v2/QueryExecutorImpl.java:118 #: org/postgresql/core/v2/QueryExecutorImpl.java:129 #: org/postgresql/core/v2/QueryExecutorImpl.java:174 #: org/postgresql/core/v2/QueryExecutorImpl.java:369 #: org/postgresql/core/v3/QueryExecutorImpl.java:219 #: org/postgresql/core/v3/QueryExecutorImpl.java:358 #: org/postgresql/core/v3/QueryExecutorImpl.java:480 #: org/postgresql/core/v3/QueryExecutorImpl.java:492 #: org/postgresql/core/v3/QueryExecutorImpl.java:569 #: org/postgresql/core/v3/QueryExecutorImpl.java:1499 msgid "An I/O error occured while sending to the backend." msgstr "Vystupně/výstupní chyba při odesílání k backend." #: org/postgresql/core/v2/QueryExecutorImpl.java:170 #: org/postgresql/core/v2/QueryExecutorImpl.java:225 #: org/postgresql/core/v2/QueryExecutorImpl.java:236 #: org/postgresql/core/v3/QueryExecutorImpl.java:565 #: org/postgresql/core/v3/QueryExecutorImpl.java:623 #, java-format msgid "Unknown Response Type {0}." msgstr "Neznámý typ odpovědi {0}." #: org/postgresql/core/v2/QueryExecutorImpl.java:429 #: org/postgresql/core/v2/QueryExecutorImpl.java:471 #: org/postgresql/core/v3/QueryExecutorImpl.java:1309 msgid "Ran out of memory retrieving query results." msgstr "" #: org/postgresql/core/v2/QueryExecutorImpl.java:593 #: org/postgresql/core/v3/QueryExecutorImpl.java:1601 #, java-format msgid "Unable to interpret the update count in command completion tag: {0}." msgstr "" #: org/postgresql/core/v3/QueryExecutorImpl.java:213 msgid "Unable to bind parameter values for statement." msgstr "" #: org/postgresql/core/v3/QueryExecutorImpl.java:827 #, java-format msgid "" "Bind message length {0} too long. This can be caused by very large or " "incorrect length specifications on InputStream parameters." msgstr "" #: org/postgresql/core/v3/QueryExecutorImpl.java:1366 #, java-format msgid "" "The server''s client_encoding parameter was changed to {0}. The JDBC driver " "requires client_encoding to be UNICODE for correct operation." msgstr "" #: org/postgresql/core/v3/QueryExecutorImpl.java:1373 #, java-format msgid "" "The server''s DateStyle parameter was changed to {0}. The JDBC driver " "requires DateStyle to begin with ISO for correct operation." msgstr "" #: org/postgresql/core/v3/QueryExecutorImpl.java:1386 #, java-format msgid "" "The server''s standard_conforming_strings parameter was reported as {0}. The " "JDBC driver expected on or off." msgstr "" #: org/postgresql/core/v3/QueryExecutorImpl.java:1444 msgid "The driver currently does not support COPY operations." msgstr "Ovladač nyní nepodporuje příkaz COPY." #: org/postgresql/ds/jdbc23/AbstractJdbc23PooledConnection.java:114 msgid "This PooledConnection has already been closed." msgstr "Tento PooledConnection byl uzavřen." #: org/postgresql/ds/jdbc23/AbstractJdbc23PooledConnection.java:308 msgid "" "Connection has been closed automatically because a new connection was opened " "for the same PooledConnection or the PooledConnection has been closed." msgstr "" #: org/postgresql/ds/jdbc23/AbstractJdbc23PooledConnection.java:308 msgid "Connection has been closed." msgstr "Spojeni bylo uzavřeno." #: org/postgresql/ds/jdbc23/AbstractJdbc23PooledConnection.java:466 msgid "Statement has been closed." msgstr "Statement byl uzavřen." #: org/postgresql/ds/jdbc23/AbstractJdbc23PoolingDataSource.java:413 msgid "DataSource has been closed." msgstr "DataSource byl uzavřen." #: org/postgresql/fastpath/Fastpath.java:81 #: org/postgresql/fastpath/Fastpath.java:128 #, java-format msgid "Fastpath call {0} - No result was returned and we expected an integer." msgstr "" #: org/postgresql/fastpath/Fastpath.java:237 #, java-format msgid "The fastpath function {0} is unknown." msgstr "" #: org/postgresql/geometric/PGbox.java:84 #: org/postgresql/geometric/PGcircle.java:84 #: org/postgresql/geometric/PGcircle.java:93 #: org/postgresql/geometric/PGline.java:82 #: org/postgresql/geometric/PGlseg.java:79 #: org/postgresql/geometric/PGpoint.java:85 #, java-format msgid "Conversion to type {0} failed: {1}." msgstr "" #: org/postgresql/geometric/PGpath.java:83 #, java-format msgid "Cannot tell if path is open or closed: {0}." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Array.java:90 #, java-format msgid "The array index is out of range: {0}" msgstr "Index pole mimo rozsah: {0}" #: org/postgresql/jdbc2/AbstractJdbc2Array.java:139 msgid "Multi-dimensional arrays are currently not supported." msgstr "Více-rozměrné pole nejsou nyní podporovány." #: org/postgresql/jdbc2/AbstractJdbc2Array.java:168 #, java-format msgid "The array index is out of range: {0}, number of elements: {1}." msgstr "Index pole mimo rozsah: {0}, počet prvků: {1}." #: org/postgresql/jdbc2/AbstractJdbc2BlobClob.java:180 msgid "LOB positioning offsets start at 1." msgstr "Začátek pozicování LOB začína na 1." #: org/postgresql/jdbc2/AbstractJdbc2BlobClob.java:184 #, java-format msgid "PostgreSQL LOBs can only index to: {0}" msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:147 #, fuzzy, java-format msgid "Unsupported value for stringtype parameter: {0}" msgstr "Nepodporovaná hodnota typu: {0}" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:239 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:237 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:256 #: org/postgresql/jdbc2/TypeInfoCache.java:156 #: org/postgresql/jdbc2/TypeInfoCache.java:192 msgid "No results were returned by the query." msgstr "Neobdržen žádný výsledek dotazu." #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:253 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:284 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:306 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2498 msgid "A result was returned when none was expected." msgstr "Obdržen výsledek, ikdyž žádný nebyl očekáván." #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:401 msgid "Custom type maps are not supported." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:444 #, java-format msgid "Failed to create object for: {0}." msgstr "Selhalo vytvoření objektu: {0}." #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:495 #, java-format msgid "Unable to load the class {0} responsible for the datatype {1}" msgstr "Nemohu načíst třídu {0} odpovědnou za typ {1}" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:587 msgid "" "Cannot change transaction read-only property in the middle of a transaction." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:763 msgid "" "Cannot change transaction isolation level in the middle of a transaction." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:768 #, java-format msgid "Transaction isolation level {0} not supported." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:833 #, fuzzy msgid "Finalizing a Connection that was never closed:" msgstr "Spojeni bylo uzavřeno." #: org/postgresql/jdbc2/AbstractJdbc2Connection.java:935 msgid "Unable to translate data into the desired encoding." msgstr "Nemohu přeložit data do požadovaného kódování." #: org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java:64 #, fuzzy msgid "" "Unable to determine a value for MaxIndexKeys due to missing system catalog " "data." msgstr "Nemohu najít oid a oidvector typu v systémovém katalogu." #: org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java:87 msgid "Unable to find name datatype in the system catalogs." msgstr "Nemohu najít název typu v systémovém katalogu." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:191 msgid "" "Operation requires a scrollable ResultSet, but this ResultSet is " "FORWARD_ONLY." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:366 msgid "Unexpected error while decoding character data from a large object." msgstr "Neočekávaná chyba běham dekódování znaku z velkého objektu." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:628 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:654 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1806 msgid "Can''t use relative move methods while on the insert row." msgstr "Nemůžete používat relativní přesuny při vkládání řádku." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:674 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2648 #, java-format msgid "Invalid fetch direction constant: {0}." msgstr "Špatný směr čtení: {0}." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:688 msgid "Cannot call cancelRowUpdates() when on the insert row." msgstr "Nemůžete volat cancelRowUpdates() při vkládání řádku." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:708 msgid "Cannot call deleteRow() when on the insert row." msgstr "Nemůžete volat deleteRow() při vkládání řádku." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:714 msgid "" "Currently positioned before the start of the ResultSet. You cannot call " "deleteRow() here." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:719 msgid "" "Currently positioned after the end of the ResultSet. You cannot call " "deleteRow() here." msgstr "" "Právě jste za pozicí konce ResultSetu. Zde nemůžete volat deleteRow().s" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:724 msgid "There are no rows in this ResultSet." msgstr "Žádný řádek v ResultSet." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:772 msgid "Not on the insert row." msgstr "Ne na vkládaném řádku." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:776 msgid "You must specify at least one column value to insert a row." msgstr "Musíte vyplnit alespoň jeden sloupec pro vložení řádku." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:966 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1720 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2236 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2267 #, java-format msgid "The JVM claims not to support the encoding: {0}" msgstr "JVM tvrdí, že nepodporuje kodování: {0}" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:970 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1013 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1370 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1499 msgid "Provided InputStream failed." msgstr "Selhal poskytnutý InputStream." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1083 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2821 msgid "Provided Reader failed." msgstr "Selhal poskytnutý Reader." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1151 msgid "Can''t refresh the insert row." msgstr "Nemohu obnovit vkládaný řádek." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1223 msgid "Cannot call updateRow() when on the insert row." msgstr "Nemohu volat updateRow() na vlkádaném řádku." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1229 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2819 msgid "" "Cannot update the ResultSet because it is either before the start or after " "the end of the results." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1480 msgid "ResultSets with concurrency CONCUR_READ_ONLY cannot be updated." msgstr "ResultSets se souběžností CONCUR_READ_ONLY nemůže být aktualizováno" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1548 #, java-format msgid "No primary key found for table {0}." msgstr "Nenalezen primární klíč pro tabulku {0}." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1790 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2657 msgid "Fetch size must be a value greater to or equal to 0." msgstr "Nabraná velikost musí být nezáporná." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1884 msgid "" "Invalid character data was found. This is most likely caused by stored data " "containing characters that are invalid for the character set the database " "was created in. The most common example of this is storing 8bit data in a " "SQL_ASCII database." msgstr "" "Nalezena vada ve znakových datech. Toto může být způsobeno uloženými daty " "obsahujícími znaky, které jsou závadné pro znakovou sadu nastavenou při " "zakládání databáze. Nejznámejší příklad je ukládání 8bitových dat vSQL_ASCII " "databázi." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1923 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1930 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1963 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1971 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2650 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2658 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2688 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2695 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2715 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2726 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2744 #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2762 #: org/postgresql/jdbc2/TimestampUtils.java:246 #, java-format msgid "Bad value for type {0} : {1}" msgstr "Špatná hodnota pro typ {0} : {1}" #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2470 #, java-format msgid "The column name {0} was not found in this ResultSet." msgstr "Sloupec pojmenovaný {0} nebyl nalezen v ResultSet." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2570 msgid "" "ResultSet is not updateable. The query that generated this result set must " "select only one table, and must select all primary keys from that table. See " "the JDBC 2.1 API Specification, section 5.6 for more details." msgstr "" "ResultSet není aktualizavatelný. Dotaz musí vybírat pouze z jedné tabulky a " "musí obsahovat všechny primární klíče tabulky. Koukni do JDBC 2.1 API " "Specifikace, sekce 5.6 pro více podrobností." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2582 msgid "This ResultSet is closed." msgstr "Tento ResultSet je uzavřený." #: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2595 msgid "ResultSet not positioned properly, perhaps you need to call next." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:233 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:276 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:326 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2455 msgid "" "Can''t use query methods that take a query string on a PreparedStatement." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:240 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:259 msgid "Multiple ResultSets were returned by the query." msgstr "Vícenásobný ResultSet byl vrácen dotazem." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:359 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:363 msgid "A CallableStatement was executed with nothing returned." msgstr "CallableStatement byl spuštěn, leč nic nebylo vráceno." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:371 #, fuzzy msgid "A CallableStatement was excecuted with an invalid number of parameters" msgstr "CallableStatement byl spuštěn, leč nic nebylo vráceno." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:402 #, java-format msgid "" "A CallableStatement function was executed and the out parameter {0} was of " "type {1} however type {2} was registered." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:558 msgid "Maximum number of rows must be a value grater than or equal to 0." msgstr "Maximální počet řádek musí být nezáporné číslo." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:600 msgid "Query timeout must be a value greater than or equals to 0." msgstr "Časový limit dotazu musí být nezáporné číslo." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:664 msgid "The maximum field size must be a value greater than or equal to 0." msgstr "Maximální velikost pole musí být nezáporné číslo." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1091 msgid "Unknown Types value." msgstr "Neznámá hodnota typu." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1335 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1460 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2792 #, java-format msgid "Invalid stream length {0}." msgstr "Vadná délka proudu {0}." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1366 #, java-format msgid "The JVM claims not to support the {0} encoding." msgstr "JVM tvrdí, že nepodporuje kodování {0}." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1541 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2722 #, java-format msgid "Unknown type {0}." msgstr "Neznámý typ {0}." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1662 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1668 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1674 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1680 #, java-format msgid "Cannot cast an instance of {0} to type {1}" msgstr "Nemohu přetypovat instanci {0} na typ {1}" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1683 #, java-format msgid "Unsupported Types value: {0}" msgstr "Nepodporovaná hodnota typu: {0}" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1737 #, java-format msgid "" "Can''t infer the SQL type to use for an instance of {0}. Use setObject() " "with an explicit Types value to specify the type to use." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1785 msgid "" "This statement does not declare an OUT parameter. Use '{' ?= call ... '}' " "to declare one." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1835 msgid "wasNull cannot be call before fetching a result." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2324 #, java-format msgid "Malformed function or procedure escape syntax at offset {0}." msgstr "Poškozená funkce nebo opuštění procedury na pozici {0}." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2374 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2388 #, java-format msgid "" "Parameter of type {0} was registered, but call to get{1} (sqltype={2}) was " "made." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2407 msgid "" "A CallableStatement was declared, but no call to registerOutParameter(1, " ") was made." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2411 msgid "No function outputs were registered." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2414 msgid "" "Results cannot be retrieved from a CallableStatement before it is executed." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2444 msgid "This statement has been closed." msgstr "Příkaz byl uzavřen." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2505 msgid "Too many update results were returned." msgstr "Bylo vráceno příliš mnoho výsledků aktualizací." #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2534 #, java-format msgid "" "Batch entry {0} {1} was aborted. Call getNextException to see the cause." msgstr "" #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2762 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2851 #: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2891 msgid "Unexpected error writing large object to database." msgstr "Neočekávaná chyba při zapisování velkého objektu do databáze." #: org/postgresql/jdbc2/EscapedFunctions.java:145 #: org/postgresql/jdbc2/EscapedFunctions.java:157 #: org/postgresql/jdbc2/EscapedFunctions.java:169 #: org/postgresql/jdbc2/EscapedFunctions.java:218 #: org/postgresql/jdbc2/EscapedFunctions.java:255 #: org/postgresql/jdbc2/EscapedFunctions.java:279 #: org/postgresql/jdbc2/EscapedFunctions.java:304 #: org/postgresql/jdbc2/EscapedFunctions.java:328 #: org/postgresql/jdbc2/EscapedFunctions.java:340 #: org/postgresql/jdbc2/EscapedFunctions.java:364 #: org/postgresql/jdbc2/EscapedFunctions.java:392 #: org/postgresql/jdbc2/EscapedFunctions.java:401 #: org/postgresql/jdbc2/EscapedFunctions.java:411 #: org/postgresql/jdbc2/EscapedFunctions.java:420 #: org/postgresql/jdbc2/EscapedFunctions.java:429 #: org/postgresql/jdbc2/EscapedFunctions.java:438 #: org/postgresql/jdbc2/EscapedFunctions.java:447 #: org/postgresql/jdbc2/EscapedFunctions.java:456 #: org/postgresql/jdbc2/EscapedFunctions.java:465 #: org/postgresql/jdbc2/EscapedFunctions.java:474 #: org/postgresql/jdbc2/EscapedFunctions.java:483 #: org/postgresql/jdbc2/EscapedFunctions.java:492 #, java-format msgid "{0} function takes one and only one argument." msgstr "Funkce {0} bere jeden argument." #: org/postgresql/jdbc2/EscapedFunctions.java:181 #: org/postgresql/jdbc2/EscapedFunctions.java:205 #: org/postgresql/jdbc2/EscapedFunctions.java:267 #: org/postgresql/jdbc2/EscapedFunctions.java:316 #: org/postgresql/jdbc2/EscapedFunctions.java:593 #, java-format msgid "{0} function takes two and only two arguments." msgstr "Funkce {0} bere právě dva argumenty." #: org/postgresql/jdbc2/EscapedFunctions.java:195 msgid "rand function only takes zero or one argument(the seed)." msgstr "Funkce rand bere žádný nebo jen jeden argument(seed)." #: org/postgresql/jdbc2/EscapedFunctions.java:242 #, java-format msgid "{0} function takes four and only four argument." msgstr "Funkce {0} bere přesně čtyři argumenty." #: org/postgresql/jdbc2/EscapedFunctions.java:294 #: org/postgresql/jdbc2/EscapedFunctions.java:354 #, java-format msgid "{0} function takes two or three arguments." msgstr "Funkce {0} bere dva nebo tři argumenty." #: org/postgresql/jdbc2/EscapedFunctions.java:374 #: org/postgresql/jdbc2/EscapedFunctions.java:383 #: org/postgresql/jdbc2/EscapedFunctions.java:584 #: org/postgresql/jdbc2/EscapedFunctions.java:602 #, java-format msgid "{0} function doesn''t take any argument." msgstr "Funkce {0} nebere žádný argument." #: org/postgresql/jdbc2/EscapedFunctions.java:501 #: org/postgresql/jdbc2/EscapedFunctions.java:543 #, fuzzy, java-format msgid "{0} function takes three and only three arguments." msgstr "Funkce {0} bere právě dva argumenty." #: org/postgresql/jdbc2/EscapedFunctions.java:513 #: org/postgresql/jdbc2/EscapedFunctions.java:533 #: org/postgresql/jdbc2/EscapedFunctions.java:535 #: org/postgresql/jdbc2/EscapedFunctions.java:555 #: org/postgresql/jdbc2/EscapedFunctions.java:575 #: org/postgresql/jdbc2/EscapedFunctions.java:577 #, fuzzy, java-format msgid "Interval {0} not yet implemented" msgstr "Metoda {0} není implementována." #: org/postgresql/jdbc2/TimestampUtils.java:348 msgid "" "Infinite value found for timestamp/date. This cannot be represented as time." msgstr "Nekonečná hodnota pro timestamp/date. Toto nemůže reprezentovat čas." #: org/postgresql/jdbc2/TypeInfoCache.java:110 #, java-format msgid "The class {0} does not implement org.postgresql.util.PGobject." msgstr "Třída {0} nepodporuje org.postgresql.util.PGobject." #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:59 #, java-format msgid "Unknown ResultSet holdability setting: {0}." msgstr "" #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:95 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:126 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:160 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:181 msgid "Server versions prior to 8.0 do not support savepoints." msgstr "Verze serveru nižší než 8.0 nepodporují savepoints." #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:97 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:128 msgid "Cannot establish a savepoint in auto-commit mode." msgstr "Nemohu vytvořit savepoint v auto-commit modu." #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:352 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:400 #: org/postgresql/jdbc3/AbstractJdbc3Connection.java:448 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:139 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:165 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:190 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:234 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:277 #: org/postgresql/jdbc3/AbstractJdbc3Statement.java:321 msgid "Returning autogenerated keys is not supported." msgstr "Vrácení automaticky generovaných klíčů není podporováno." #: org/postgresql/jdbc3/AbstractJdbc3ParameterMetaData.java:83 #, java-format msgid "The parameter index is out of range: {0}, number of parameters: {1}." msgstr "Index parametru mimo rozsah: {0}, počet parametrů {1}." #: org/postgresql/jdbc3/PSQLSavepoint.java:39 #: org/postgresql/jdbc3/PSQLSavepoint.java:51 #: org/postgresql/jdbc3/PSQLSavepoint.java:67 msgid "Cannot reference a savepoint after it has been released." msgstr "Nemohu získat odkaz na savepoint, když byl uvolněn." #: org/postgresql/jdbc3/PSQLSavepoint.java:43 msgid "Cannot retrieve the id of a named savepoint." msgstr "Nemohu získat id nepojmenovaného savepointu." #: org/postgresql/jdbc3/PSQLSavepoint.java:55 msgid "Cannot retrieve the name of an unnamed savepoint." msgstr "Nemohu získat název nepojmenovaného savepointu." #: org/postgresql/largeobject/LargeObjectManager.java:140 msgid "Failed to initialize LargeObject API" msgstr "Selhala inicializace LargeObject API" #: org/postgresql/largeobject/LargeObjectManager.java:200 #: org/postgresql/largeobject/LargeObjectManager.java:241 msgid "Large Objects may not be used in auto-commit mode." msgstr "Velké objecky nemohou být použity v auto-commit modu." #: org/postgresql/ssl/MakeSSL.java:60 #, java-format msgid "The SSLSocketFactory class provided {0} could not be instantiated." msgstr "Třída SSLSocketFactory poskytla {0} což nemůže být instancionizováno." #: org/postgresql/util/PGInterval.java:166 #, fuzzy msgid "Conversion of interval failed" msgstr "Převod peněz selhal." #: org/postgresql/util/PGmoney.java:75 msgid "Conversion of money failed." msgstr "Převod peněz selhal." #: org/postgresql/util/PSQLException.java.in:55 #, java-format msgid "Exception: {0}" msgstr "Vyjímka: {0}" #: org/postgresql/util/PSQLException.java.in:56 msgid "Stack Trace:" msgstr "Výpis zásobníku:" #: org/postgresql/util/PSQLException.java.in:58 msgid "End of Stack Trace" msgstr "Konec výpisu zásobníku" #: org/postgresql/util/PSQLException.java.in:66 #, java-format msgid "Exception generating stacktrace for: {0} encountered: {1}" msgstr "Vyjímka tvořící výpis zásobníku pro: {0} encountered: {1}" #: org/postgresql/util/ServerErrorMessage.java:156 #, java-format msgid "Detail: {0}" msgstr "Detail: {0}" #: org/postgresql/util/ServerErrorMessage.java:161 #, java-format msgid "Hint: {0}" msgstr "Rada: {0}" #: org/postgresql/util/ServerErrorMessage.java:164 #, java-format msgid "Position: {0}" msgstr "Pozice: {0}" #: org/postgresql/util/ServerErrorMessage.java:167 #, java-format msgid "Where: {0}" msgstr "Kde: {0}" #: org/postgresql/util/ServerErrorMessage.java:173 #, java-format msgid "Internal Query: {0}" msgstr "" #: org/postgresql/util/ServerErrorMessage.java:176 #, fuzzy, java-format msgid "Internal Position: {0}" msgstr "Pozice: {0}" #: org/postgresql/util/ServerErrorMessage.java:182 #, java-format msgid "Location: File: {0}, Routine: {1}, Line: {2}" msgstr "Poloha: Soubor: {0}, Rutina: {1}, Řádek: {2}" #: org/postgresql/util/ServerErrorMessage.java:185 #, java-format msgid "Server SQLState: {0}" msgstr "Server SQLState: {0}" #: org/postgresql/xa/PGXAConnection.java:129 #: org/postgresql/xa/PGXAConnection.java:187 msgid "Invalid flags" msgstr "" #: org/postgresql/xa/PGXAConnection.java:132 #: org/postgresql/xa/PGXAConnection.java:190 #: org/postgresql/xa/PGXAConnection.java:367 msgid "xid must not be null" msgstr "" #: org/postgresql/xa/PGXAConnection.java:135 msgid "Connection is busy with another transaction" msgstr "" #: org/postgresql/xa/PGXAConnection.java:141 #: org/postgresql/xa/PGXAConnection.java:197 msgid "suspend/resume not implemented" msgstr "" #: org/postgresql/xa/PGXAConnection.java:147 #: org/postgresql/xa/PGXAConnection.java:150 #: org/postgresql/xa/PGXAConnection.java:152 msgid "Transaction interleaving not implemented" msgstr "" #: org/postgresql/xa/PGXAConnection.java:160 msgid "Error disabling autocommit" msgstr "" #: org/postgresql/xa/PGXAConnection.java:193 msgid "tried to call end without corresponding start call" msgstr "" #: org/postgresql/xa/PGXAConnection.java:224 msgid "" "Not implemented: Prepare must be issued using the same connection that " "started the transaction" msgstr "" #: org/postgresql/xa/PGXAConnection.java:228 msgid "Prepare called before end" msgstr "" #: org/postgresql/xa/PGXAConnection.java:234 #, fuzzy msgid "Server versions prior to 8.1 do not support two-phase commit." msgstr "Verze serveru nižší než 8.0 nepodporují savepoints." #: org/postgresql/xa/PGXAConnection.java:255 msgid "Error preparing transaction" msgstr "" #: org/postgresql/xa/PGXAConnection.java:270 msgid "Invalid flag" msgstr "" #: org/postgresql/xa/PGXAConnection.java:310 msgid "Error during recover" msgstr "" #: org/postgresql/xa/PGXAConnection.java:358 msgid "Error rolling back prepared transaction" msgstr "" #: org/postgresql/xa/PGXAConnection.java:393 msgid "" "Not implemented: one-phase commit must be issued using the same connection " "that was used to start it" msgstr "" #: org/postgresql/xa/PGXAConnection.java:397 msgid "commit called before end" msgstr "" #: org/postgresql/xa/PGXAConnection.java:408 msgid "Error during one-phase commit" msgstr "" #: org/postgresql/xa/PGXAConnection.java:427 msgid "" "Not implemented: 2nd phase commit must be issued using an idle connection" msgstr "" #: org/postgresql/xa/PGXAConnection.java:460 msgid "Heuristic commit/rollback not supported" msgstr "" #~ msgid "" #~ "PostgreSQL only supports a single OUT function return value at index 1." #~ msgstr "" #~ "PostgreSQL podporuje pouze funkce s jednou navratovou hodnotou na indexu " #~ "1."