mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 9706d37387722f17626b41da7b83ea02691f735c
This commit is contained in:
@ -3,171 +3,197 @@
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
#
|
||||
# Tomáš Vondra <tv@fuzzy.cz>, 2012, 2013.
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpglib-cs (PostgreSQL 9.3)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2012-09-18 16:40+0000\n"
|
||||
"PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n"
|
||||
"POT-Creation-Date: 2018-07-13 19:38+0000\n"
|
||||
"PO-Revision-Date: 2018-07-13 23:44+0200\n"
|
||||
"Last-Translator: Tomas Vondra <tv@fuzzy.cz>\n"
|
||||
"Language-Team: Czech <info@cspug.cx>\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.0.7\n"
|
||||
|
||||
#: connect.c:231
|
||||
#: connect.c:237
|
||||
msgid "empty message text"
|
||||
msgstr "prázdný text zprávy"
|
||||
|
||||
#: connect.c:384 connect.c:413 connect.c:618
|
||||
#: connect.c:401 connect.c:430 connect.c:638
|
||||
msgid "<DEFAULT>"
|
||||
msgstr "<VÝCHOZÍ>"
|
||||
|
||||
#: descriptor.c:807 misc.c:113
|
||||
#: descriptor.c:834 misc.c:120
|
||||
msgid "NULL"
|
||||
msgstr "NULL"
|
||||
|
||||
#: error.c:29
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:33
|
||||
#, c-format
|
||||
msgid "no data found on line %d"
|
||||
msgstr "na řádce %d nenalezena žádná data"
|
||||
|
||||
#: error.c:39
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:40
|
||||
#, c-format
|
||||
msgid "out of memory on line %d"
|
||||
msgstr "nedostatek paměti na řádce %d"
|
||||
|
||||
#: error.c:49
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:47
|
||||
#, c-format
|
||||
msgid "unsupported type \"%s\" on line %d"
|
||||
msgstr "nepodporovaný typ \"%s\" na řádce %d"
|
||||
|
||||
#: error.c:59
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:54
|
||||
#, c-format
|
||||
msgid "too many arguments on line %d"
|
||||
msgstr "příliš mnoho argumentů na řádce %d"
|
||||
|
||||
#: error.c:69
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:61
|
||||
#, c-format
|
||||
msgid "too few arguments on line %d"
|
||||
msgstr "příliš málo argumentů na řádce %d"
|
||||
|
||||
#: error.c:79
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:68
|
||||
#, c-format
|
||||
msgid "invalid input syntax for type int: \"%s\", on line %d"
|
||||
msgstr "chybná vstupní syntaxe pro typ int: \"%s\", na řádce %d"
|
||||
|
||||
#: error.c:89
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:75
|
||||
#, c-format
|
||||
msgid "invalid input syntax for type unsigned int: \"%s\", on line %d"
|
||||
msgstr "chybná vstupní syntaxe pro typ unsigned int: \"%s\", na řádce %d"
|
||||
|
||||
#: error.c:99
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:82
|
||||
#, c-format
|
||||
msgid "invalid input syntax for floating-point type: \"%s\", on line %d"
|
||||
msgstr "chybná vstupní syntaxe pro typ floating-point: \"%s\", na řádce %d"
|
||||
|
||||
#: error.c:110
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:90
|
||||
#, c-format
|
||||
msgid "invalid syntax for type boolean: \"%s\", on line %d"
|
||||
msgstr "chybná vstupní syntaxe pro typ boolean: \"%s\", na řádce %d"
|
||||
|
||||
#: error.c:118
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:95
|
||||
#, c-format
|
||||
msgid "could not convert boolean value: size mismatch, on line %d"
|
||||
msgstr "nelze zkonvertovat boolean hodnotu: nesprávná velikost, na řádce %d"
|
||||
|
||||
#: error.c:128
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:102
|
||||
#, c-format
|
||||
msgid "empty query on line %d"
|
||||
msgstr "prázdný dotaz na řádce %d"
|
||||
|
||||
#: error.c:138
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:109
|
||||
#, c-format
|
||||
msgid "null value without indicator on line %d"
|
||||
msgstr "null hodnota bez indikátoru na řádce %d"
|
||||
|
||||
#: error.c:148
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:116
|
||||
#, c-format
|
||||
msgid "variable does not have an array type on line %d"
|
||||
msgstr "proměnná nemá datový typ pole na řádce %d"
|
||||
|
||||
#: error.c:158
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:123
|
||||
#, c-format
|
||||
msgid "data read from server is not an array on line %d"
|
||||
msgstr "data načtená ze serveru nejsou pole na řádce %d"
|
||||
|
||||
#: error.c:168
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:130
|
||||
#, c-format
|
||||
msgid "inserting an array of variables is not supported on line %d"
|
||||
msgstr "vkládání pole proměnných není podporováno na řádce %d"
|
||||
|
||||
#: error.c:178
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:137
|
||||
#, c-format
|
||||
msgid "connection \"%s\" does not exist on line %d"
|
||||
msgstr "spojení \"%s\" neexistuje na řádce %d"
|
||||
|
||||
#: error.c:188
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:144
|
||||
#, c-format
|
||||
msgid "not connected to connection \"%s\" on line %d"
|
||||
msgstr "neotevřené spojení \"%s\" na řádce %d"
|
||||
|
||||
#: error.c:198
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:151
|
||||
#, c-format
|
||||
msgid "invalid statement name \"%s\" on line %d"
|
||||
msgstr "neplatný název příkazu \"%s\" na řádce %d"
|
||||
|
||||
#: error.c:208
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:158
|
||||
#, c-format
|
||||
msgid "descriptor \"%s\" not found on line %d"
|
||||
msgstr "deskriptor \"%s\" nenalezen na řádce %d"
|
||||
|
||||
#: error.c:218
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:165
|
||||
#, c-format
|
||||
msgid "descriptor index out of range on line %d"
|
||||
msgstr "index deskriptoru mimo rozsah na řádce %d"
|
||||
|
||||
#: error.c:228
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:172
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item \"%s\" on line %d"
|
||||
msgstr "nerozpoznaná položka deskriptoru \"%s\" na řádce %d"
|
||||
|
||||
#: error.c:238
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:179
|
||||
#, c-format
|
||||
msgid "variable does not have a numeric type on line %d"
|
||||
msgstr "proměnná nemá číselný datový typ na řádce %d"
|
||||
|
||||
#: error.c:248
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:186
|
||||
#, c-format
|
||||
msgid "variable does not have a character type on line %d"
|
||||
msgstr "proměnná nemá znakový datový typ na řádce %d"
|
||||
|
||||
#: error.c:258
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:193
|
||||
#, c-format
|
||||
msgid "error in transaction processing on line %d"
|
||||
msgstr "chyba v transakčním zpracování na řádce %d"
|
||||
|
||||
#: error.c:268
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:200
|
||||
#, c-format
|
||||
msgid "could not connect to database \"%s\" on line %d"
|
||||
msgstr "nelze se spojit s databází \"%s\" na řádce %d"
|
||||
|
||||
#: error.c:278
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:207
|
||||
#, c-format
|
||||
msgid "SQL error %d on line %d"
|
||||
msgstr "SQL chyba %d na řádce %d"
|
||||
|
||||
#: error.c:318
|
||||
#: error.c:254
|
||||
msgid "the connection to the server was lost"
|
||||
msgstr "spojení se serverem bylo ztraceno"
|
||||
|
||||
#: error.c:405
|
||||
#: error.c:347
|
||||
#, c-format
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "SQL chyba: %s\n"
|
||||
|
||||
#: execute.c:1921
|
||||
#: execute.c:1968
|
||||
msgid "<empty>"
|
||||
msgstr "<prázdný>"
|
||||
|
@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg-cs (PostgreSQL 9.3)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2012-09-18 16:40+0000\n"
|
||||
"PO-Revision-Date: 2012-09-19 01:01+0200\n"
|
||||
"POT-Creation-Date: 2018-07-13 19:38+0000\n"
|
||||
"PO-Revision-Date: 2018-07-13 23:43+0200\n"
|
||||
"Last-Translator: Tomas Vondra <tv@fuzzy.cz>\n"
|
||||
"Language-Team: Czech <info@cspug.cx>\n"
|
||||
"Language: cs\n"
|
||||
@ -16,7 +16,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Lokalize 1.4\n"
|
||||
"X-Generator: Poedit 2.0.7\n"
|
||||
|
||||
#: descriptor.c:64
|
||||
#, c-format
|
||||
@ -28,27 +28,27 @@ msgstr "proměnná \"%s\" musí mít číselný typ"
|
||||
msgid "descriptor \"%s\" does not exist"
|
||||
msgstr "descriptor \"%s\" neexistuje"
|
||||
|
||||
#: descriptor.c:161 descriptor.c:210
|
||||
#: descriptor.c:161 descriptor.c:213
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "descriptor header item \"%d\" neexistuje"
|
||||
|
||||
#: descriptor.c:182
|
||||
#: descriptor.c:183
|
||||
#, c-format
|
||||
msgid "nullable is always 1"
|
||||
msgstr "nullable je vždy 1"
|
||||
|
||||
#: descriptor.c:185
|
||||
#: descriptor.c:186
|
||||
#, c-format
|
||||
msgid "key_member is always 0"
|
||||
msgstr "key_member je vždy 0"
|
||||
|
||||
#: descriptor.c:277
|
||||
#: descriptor.c:280
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "descriptor item \"%s\" není implementován"
|
||||
|
||||
#: descriptor.c:287
|
||||
#: descriptor.c:290
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "descriptor item \"%s\" nelze nastavit"
|
||||
@ -91,10 +91,10 @@ msgstr ""
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -C MODE set compatibility mode; MODE can be one of\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\"\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\", \"ORACLE\"\n"
|
||||
msgstr ""
|
||||
" -C MÓD nastaví mód kompatibility; MÓD může být jedno z \n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\"\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\", \"ORACLE\"\n"
|
||||
|
||||
#: ecpg.c:46
|
||||
#, c-format
|
||||
@ -150,12 +150,11 @@ msgstr " -t zapne autocommit transakcí\n"
|
||||
|
||||
#: ecpg.c:57
|
||||
#, c-format
|
||||
msgid " --version output version information, then exit\n"
|
||||
msgstr " --version vypíše informaci o verzi, poté skončí\n"
|
||||
msgid " -V, --version output version information, then exit\n"
|
||||
msgstr " -V, --version vypíše informaci o verzi, poté skončí\n"
|
||||
|
||||
#: ecpg.c:58
|
||||
#, c-format
|
||||
#| msgid " --help show this help, then exit\n"
|
||||
msgid " -?, --help show this help, then exit\n"
|
||||
msgstr " -?, --help zobrazí tuto nápovědu; poté skončí\n"
|
||||
|
||||
@ -180,132 +179,142 @@ msgstr ""
|
||||
"\n"
|
||||
"Chyby hlaste na adresu <pgsql-bugs@postgresql.org>.\n"
|
||||
|
||||
#: ecpg.c:182 ecpg.c:333 ecpg.c:343
|
||||
#: ecpg.c:139
|
||||
#, c-format
|
||||
msgid "%s: could not locate my own executable path\n"
|
||||
msgstr "%s: nelze nalézt cestu k vlastnímu spustitelnému souboru\n"
|
||||
|
||||
#: ecpg.c:174 ecpg.c:331 ecpg.c:342
|
||||
#, c-format
|
||||
msgid "%s: could not open file \"%s\": %s\n"
|
||||
msgstr "%s: nelze otevřít soubor \"%s\": %s\n"
|
||||
|
||||
#: ecpg.c:221 ecpg.c:234 ecpg.c:250 ecpg.c:275
|
||||
#: ecpg.c:217 ecpg.c:230 ecpg.c:246 ecpg.c:272
|
||||
#, c-format
|
||||
msgid "Try \"%s --help\" for more information.\n"
|
||||
msgstr "Zkuste \"%s --help\" pro více informací.\n"
|
||||
|
||||
#: ecpg.c:245
|
||||
#: ecpg.c:241
|
||||
#, c-format
|
||||
msgid "%s: parser debug support (-d) not available\n"
|
||||
msgstr "%s: podpora pro ladicí informace parseru (-d) není dostupná\n"
|
||||
|
||||
#: ecpg.c:263
|
||||
#: ecpg.c:260
|
||||
#, c-format
|
||||
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
|
||||
msgstr "%s, PostgreSQL embedded C preprocessor, verze %d.%d.%d\n"
|
||||
msgid "%s, the PostgreSQL embedded C preprocessor, version %s\n"
|
||||
msgstr "%s, PostgreSQL embedded C preprocessor, verze %s\n"
|
||||
|
||||
#: ecpg.c:265
|
||||
#: ecpg.c:262
|
||||
#, c-format
|
||||
msgid "EXEC SQL INCLUDE ... search starts here:\n"
|
||||
msgstr "EXEC SQL INCLUDE ... hledání začíná zde:\n"
|
||||
|
||||
#: ecpg.c:268
|
||||
#: ecpg.c:265
|
||||
#, c-format
|
||||
msgid "end of search list\n"
|
||||
msgstr "konec vyhledávacího seznamu\n"
|
||||
|
||||
#: ecpg.c:274
|
||||
#: ecpg.c:271
|
||||
#, c-format
|
||||
msgid "%s: no input files specified\n"
|
||||
msgstr "%s: nebyl zadán žádný vstupní soubor\n"
|
||||
|
||||
#: ecpg.c:466
|
||||
#: ecpg.c:465
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has been declared but not opened"
|
||||
msgstr "kurzor \"%s\" byl deklarován ale nebyl otevřen"
|
||||
|
||||
#: ecpg.c:479 preproc.y:109
|
||||
#: ecpg.c:478 preproc.y:127
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "nelze odstranit výstupní soubor \"%s\"\n"
|
||||
|
||||
#: pgc.l:403
|
||||
#: pgc.l:435
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "neukončený /* komentář"
|
||||
|
||||
#: pgc.l:416
|
||||
#: pgc.l:448
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "neplatný bit string literál"
|
||||
|
||||
#: pgc.l:425
|
||||
#: pgc.l:457
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "neukončený literál - bitový řetězec"
|
||||
|
||||
#: pgc.l:441
|
||||
#: pgc.l:473
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "neukončený literál - hexadecimální řetězec"
|
||||
|
||||
#: pgc.l:519
|
||||
#: pgc.l:551
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "neukončený řetězec v uvozovkách"
|
||||
|
||||
#: pgc.l:574 pgc.l:587
|
||||
#: pgc.l:609 pgc.l:622
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "ohraničený (delimited) identifikátor s nulovou délkou"
|
||||
|
||||
#: pgc.l:595
|
||||
#: pgc.l:630
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "neukončený identifikátor v uvozovkách"
|
||||
|
||||
#: pgc.l:941
|
||||
#: pgc.l:880
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "vnořené /* ... */ komentáře"
|
||||
|
||||
#: pgc.l:973
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "chybějící identifikátor v příkazu EXEC SQL UNDEF"
|
||||
|
||||
#: pgc.l:987 pgc.l:1001
|
||||
#: pgc.l:1019 pgc.l:1033
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "chybějící odpovídající \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
|
||||
#: pgc.l:990 pgc.l:1003 pgc.l:1179
|
||||
#: pgc.l:1022 pgc.l:1035 pgc.l:1211
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "chybějící \"EXEC SQL ENDIF;\""
|
||||
|
||||
#: pgc.l:1019 pgc.l:1038
|
||||
#: pgc.l:1051 pgc.l:1070
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "více než jedna větev EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1060 pgc.l:1074
|
||||
#: pgc.l:1092 pgc.l:1106
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "neodpovídající EXEC SQL ENDIF"
|
||||
|
||||
#: pgc.l:1094
|
||||
#: pgc.l:1126
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "příliš mnoho zanořených EXEC SQL IFDEF podmínek"
|
||||
|
||||
#: pgc.l:1127
|
||||
#: pgc.l:1159
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "chybějící identifikátor v příkazu EXEC SQL IFDEF"
|
||||
|
||||
#: pgc.l:1136
|
||||
#: pgc.l:1168
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "chybějící identifikátor v příkazu EXEC SQL DEFINE"
|
||||
|
||||
#: pgc.l:1169
|
||||
#: pgc.l:1201
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "syntaktická chyba v příkazu EXEC SQL INCLUDE"
|
||||
|
||||
#: pgc.l:1218
|
||||
#: pgc.l:1250
|
||||
#, c-format
|
||||
msgid ""
|
||||
"internal error: unreachable state; please report this to <pgsql-"
|
||||
@ -314,13 +323,13 @@ msgstr ""
|
||||
"interní chyba: nedosažitelný stav; oznamte toto prosím na <pgsql-"
|
||||
"bugs@postgresql.org>"
|
||||
|
||||
#: pgc.l:1343
|
||||
#: pgc.l:1379
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr ""
|
||||
"Chyba: include path \"%s/%s\" na řádku %d je příliš dlouhá, přeskakuji\n"
|
||||
|
||||
#: pgc.l:1365
|
||||
#: pgc.l:1402
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "nelze otevřít soubor \"%s\" na řádku %d"
|
||||
@ -334,128 +343,119 @@ msgstr "syntaktická chyba"
|
||||
msgid "WARNING: "
|
||||
msgstr "VAROVÁNÍ: "
|
||||
|
||||
#: preproc.y:85
|
||||
#: preproc.y:84
|
||||
#, c-format
|
||||
msgid "ERROR: "
|
||||
msgstr "CHYBA: "
|
||||
|
||||
#: preproc.y:491
|
||||
#: preproc.y:508
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "kurzor \"%s\" neexistuje"
|
||||
|
||||
#: preproc.y:520
|
||||
#: preproc.y:537
|
||||
#, c-format
|
||||
msgid "initializer not allowed in type definition"
|
||||
msgstr "inicializátor (initializer) není v definici typu povolen"
|
||||
|
||||
#: preproc.y:522
|
||||
#: preproc.y:539
|
||||
#, c-format
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "název typu \"string\" je vyhrazen pro mód Informix"
|
||||
|
||||
#: preproc.y:529 preproc.y:13277
|
||||
#: preproc.y:546 preproc.y:15731
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "typ \"%s\" je již definován"
|
||||
|
||||
#: preproc.y:553 preproc.y:13930 preproc.y:14251 variable.c:610
|
||||
#: preproc.y:570 preproc.y:16389 preproc.y:16714 variable.c:620
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "vícerozměrná pole pro jednoduché datové typy nejsou podporována"
|
||||
|
||||
#: preproc.y:1526
|
||||
#: preproc.y:1693
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "AT volba není v příkazu CLOSE DATABASE povolena"
|
||||
|
||||
#: preproc.y:1723
|
||||
#: preproc.y:1902
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "AT volba není v příkazu CONNECT povolena"
|
||||
|
||||
#: preproc.y:1757
|
||||
#: preproc.y:1936
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "AT volba není v příkazu DISCONNECT povolena"
|
||||
|
||||
#: preproc.y:1812
|
||||
#: preproc.y:1991
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "AT volba není v příkazu SET CONNECTION povolena"
|
||||
|
||||
#: preproc.y:1834
|
||||
#: preproc.y:2013
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "AT volba není v příkazu TYPE povolena"
|
||||
|
||||
#: preproc.y:1843
|
||||
#: preproc.y:2022
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "AT volba není v příkazu VAR povolena"
|
||||
|
||||
#: preproc.y:1850
|
||||
#: preproc.y:2029
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "AT volba není v příkazu WHENEVER povolena"
|
||||
|
||||
#: preproc.y:2204 preproc.y:3489 preproc.y:4658 preproc.y:4667 preproc.y:4952
|
||||
#: preproc.y:7343 preproc.y:7348 preproc.y:7353 preproc.y:9695 preproc.y:10242
|
||||
#: preproc.y:2106 preproc.y:2278 preproc.y:2283 preproc.y:2399 preproc.y:4044
|
||||
#: preproc.y:5602 preproc.y:5611 preproc.y:5911 preproc.y:7510 preproc.y:9003
|
||||
#: preproc.y:9008 preproc.y:11799
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "nepodporovaná vlastnost bude předána serveru"
|
||||
|
||||
#: preproc.y:2446
|
||||
#: preproc.y:2657
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "příkaz SHOW ALL není implementován"
|
||||
|
||||
#: preproc.y:2889 preproc.y:2900
|
||||
#, c-format
|
||||
msgid "COPY TO STDIN is not possible"
|
||||
msgstr "příkaz COPY TO STDIN nelze použít"
|
||||
|
||||
#: preproc.y:2891
|
||||
#, c-format
|
||||
msgid "COPY FROM STDOUT is not possible"
|
||||
msgstr "příkaz COPY FROM STDOUT nelze použít"
|
||||
|
||||
#: preproc.y:2893
|
||||
#: preproc.y:3385
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "příkaz COPY FROM STDIN není implementován"
|
||||
|
||||
#: preproc.y:8157 preproc.y:12866
|
||||
#: preproc.y:9956 preproc.y:15320
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr "použití proměnné \"%s\" v dalších deklaracích není podporováno"
|
||||
|
||||
#: preproc.y:8159 preproc.y:12868
|
||||
#: preproc.y:9958 preproc.y:15322
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "kurzor \"%s\" je již definován"
|
||||
|
||||
#: preproc.y:8577
|
||||
#: preproc.y:10388
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "již neopdporovaná syntaxe LIMIT #,# předána serveru"
|
||||
|
||||
#: preproc.y:8812
|
||||
#: preproc.y:10713 preproc.y:10720
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "poddotaz ve FROM musí mít alias"
|
||||
|
||||
#: preproc.y:12596
|
||||
#: preproc.y:15050
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS nemůže specifikovat INTO"
|
||||
|
||||
#: preproc.y:12632
|
||||
#: preproc.y:15086
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "očekáváno \"@\", nalezeno \"%s\""
|
||||
|
||||
#: preproc.y:12644
|
||||
#: preproc.y:15098
|
||||
#, c-format
|
||||
msgid ""
|
||||
"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
|
||||
@ -464,83 +464,88 @@ msgstr ""
|
||||
"podporovány jsou pouze protokoly \"tcp\" a \"unix\" a typ databáze "
|
||||
"\"postgresql\""
|
||||
|
||||
#: preproc.y:12647
|
||||
#: preproc.y:15101
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "očekáváno \"://\", nalezeno \"%s\""
|
||||
|
||||
#: preproc.y:12652
|
||||
#: preproc.y:15106
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "Unixové sockety fungují pouze na \"localhost\" ale ne na \"%s\""
|
||||
|
||||
#: preproc.y:12678
|
||||
#: preproc.y:15132
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "očekáváno \"postgresql\", nalezeno \"%s\""
|
||||
|
||||
#: preproc.y:12681
|
||||
#: preproc.y:15135
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "chybný typ spojení: %s"
|
||||
|
||||
#: preproc.y:12690
|
||||
#: preproc.y:15144
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "očekáváno \"@\" nebo \"://\", nalezeno \"%s\""
|
||||
|
||||
#: preproc.y:12765 preproc.y:12783
|
||||
#: preproc.y:15219 preproc.y:15237
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "chybný datový typ"
|
||||
|
||||
#: preproc.y:12794 preproc.y:12811
|
||||
#: preproc.y:15248 preproc.y:15265
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "neúplný příkaz"
|
||||
|
||||
#: preproc.y:12797 preproc.y:12814
|
||||
#: preproc.y:15251 preproc.y:15268
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "nerozpoznaný token \"%s\""
|
||||
|
||||
#: preproc.y:13088
|
||||
#: preproc.y:15542
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr "pouze datové typy numeric a decimal mají argumenty přesnost/velikost"
|
||||
|
||||
#: preproc.y:13100
|
||||
#: preproc.y:15554
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "specifikace intervalu zde není povolena"
|
||||
|
||||
#: preproc.y:13252 preproc.y:13304
|
||||
#: preproc.y:15706 preproc.y:15758
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "příliš mnoho úrovní v definici vnořené struktury/union"
|
||||
|
||||
#: preproc.y:13438
|
||||
#: preproc.y:15897
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "ukazatele na varchar nejsou implementovány"
|
||||
|
||||
#: preproc.y:13625 preproc.y:13650
|
||||
#: preproc.y:16084 preproc.y:16109
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "použití nepodporovaného příkazu DESCRIBE"
|
||||
|
||||
#: preproc.y:13897
|
||||
#: preproc.y:16356
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "inicializátor není v příkazu EXEC SQL VAR podporován"
|
||||
|
||||
#: preproc.y:14209
|
||||
#: preproc.y:16672
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "pole identifikátorů nejsou na vstupu povolena"
|
||||
|
||||
#: preproc.y:16893
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "operátor není povolen v definici proměnné"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:14463
|
||||
#: preproc.y:16934
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s na nebo blízko \"%s\""
|
||||
@ -550,7 +555,7 @@ msgstr "%s na nebo blízko \"%s\""
|
||||
msgid "out of memory"
|
||||
msgstr "paměť vyčerpána"
|
||||
|
||||
#: type.c:212 type.c:590
|
||||
#: type.c:212 type.c:676
|
||||
#, c-format
|
||||
msgid "unrecognized variable type code %d"
|
||||
msgstr "nerozpoznaný kód typu proměnné %d"
|
||||
@ -587,67 +592,77 @@ msgstr "indicator variable pro pole/ukaztel musí být pole/ukazatel"
|
||||
msgid "nested arrays are not supported (except strings)"
|
||||
msgstr "vnořená pole nejsou podporována (kromě řetězců)"
|
||||
|
||||
#: type.c:322
|
||||
#: type.c:331
|
||||
#, c-format
|
||||
msgid "indicator for struct has to be a struct"
|
||||
msgstr "indikátor pro strukturu musí být struktura"
|
||||
|
||||
#: type.c:331 type.c:339 type.c:347
|
||||
#: type.c:351 type.c:372 type.c:392
|
||||
#, c-format
|
||||
msgid "indicator for simple data type has to be simple"
|
||||
msgstr "indikátor pro jednoduché datové typy musí být jednoduchý"
|
||||
|
||||
#: type.c:649
|
||||
#: type.c:616
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too few members"
|
||||
msgstr "indikátor pro strukturu \"%s\" má příliš málo položek"
|
||||
|
||||
#: type.c:624
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too many members"
|
||||
msgstr "indikátor pro strukturu \"%s\" má příliš mnoho položek"
|
||||
|
||||
#: type.c:735
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item code %d"
|
||||
msgstr "nerozpoznaný kód deskriptoru položky %d"
|
||||
|
||||
#: variable.c:89 variable.c:112
|
||||
#: variable.c:89 variable.c:116
|
||||
#, c-format
|
||||
msgid "incorrectly formed variable \"%s\""
|
||||
msgstr "nesprávně vytvořený název proměnné \"%s\""
|
||||
|
||||
#: variable.c:135
|
||||
#: variable.c:139
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not a pointer"
|
||||
msgstr "proměnná \"%s\" není ukazatel"
|
||||
|
||||
#: variable.c:138 variable.c:163
|
||||
#: variable.c:142 variable.c:167
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not a pointer to a structure or a union"
|
||||
msgstr "proměnná \"%s\" není ukazatel na strukturu nebo sjednocení"
|
||||
|
||||
#: variable.c:150
|
||||
#: variable.c:154
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is neither a structure nor a union"
|
||||
msgstr "proměnná \"%s\" není ani struktura ani sjednocení"
|
||||
|
||||
#: variable.c:160
|
||||
#: variable.c:164
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not an array"
|
||||
msgstr "proměnná \"%s\" není pole"
|
||||
|
||||
#: variable.c:229 variable.c:251
|
||||
#: variable.c:233 variable.c:255
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not declared"
|
||||
msgstr "proměnná \"%s\" není deklarována"
|
||||
|
||||
#: variable.c:484
|
||||
#: variable.c:494
|
||||
#, c-format
|
||||
msgid "indicator variable must have an integer type"
|
||||
msgstr "indicator variable musí mít celočíselný typ"
|
||||
|
||||
#: variable.c:496
|
||||
#: variable.c:506
|
||||
#, c-format
|
||||
msgid "unrecognized data type name \"%s\""
|
||||
msgstr "nerozpoznaný název datového typu \"%s\""
|
||||
|
||||
#: variable.c:507 variable.c:515 variable.c:532 variable.c:535
|
||||
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
|
||||
#, c-format
|
||||
msgid "multidimensional arrays are not supported"
|
||||
msgstr "vícerozměrná pole nejsou podporována"
|
||||
|
||||
#: variable.c:524
|
||||
#: variable.c:534
|
||||
#, c-format
|
||||
msgid ""
|
||||
"multilevel pointers (more than 2 levels) are not supported; found %d level"
|
||||
@ -663,13 +678,18 @@ msgstr[2] ""
|
||||
"víceúrovňové ukazatele (více než 2 úrovně) nejsou podporovány; nalezeny %d "
|
||||
"úrovně"
|
||||
|
||||
#: variable.c:529
|
||||
#: variable.c:539
|
||||
#, c-format
|
||||
msgid "pointer to pointer is not supported for this data type"
|
||||
msgstr "ukazatel na ukazatel není pro tento datový typ podporován"
|
||||
|
||||
#: variable.c:549
|
||||
#: variable.c:559
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
msgstr "vícerozměrná pole pro struktury nejsou podporována"
|
||||
|
||||
#~ msgid "COPY TO STDIN is not possible"
|
||||
#~ msgstr "příkaz COPY TO STDIN nelze použít"
|
||||
|
||||
#~ msgid "COPY FROM STDOUT is not possible"
|
||||
#~ msgstr "příkaz COPY FROM STDOUT nelze použít"
|
||||
|
@ -1,26 +1,27 @@
|
||||
# Spanish translation file for ecpg
|
||||
#
|
||||
# Copyright (C) 2009-2012 PostgreSQL Global Development Group
|
||||
# Copyright (C) 2009-2018 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
#
|
||||
# Emanuel Calvo Franco <postgres.arg@gmail.com>, 2009.
|
||||
# Alvaro Herrera <alvherre@alvh.no-ip.org>, 2009-2012
|
||||
# Franco Catena, <francocatena@gmail.com>, 2009
|
||||
# Carlos Chapi <carloswaldo@babelruins.org>, 2018
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL) 10\n"
|
||||
"Project-Id-Version: ecpg (PostgreSQL) 11\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-05-22 07:38+0000\n"
|
||||
"PO-Revision-Date: 2017-07-10 12:14-0400\n"
|
||||
"Last-Translator: Carlos Chapi <carlos.chapi@2ndquadrant.com>\n"
|
||||
"POT-Creation-Date: 2018-07-01 12:38+0000\n"
|
||||
"PO-Revision-Date: 2018-07-02 11:38-0500\n"
|
||||
"Last-Translator: Carlos Chapi <carloswaldo@babelruins.org>\n"
|
||||
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 2.0.2\n"
|
||||
"X-Generator: BlackCAT 1.0\n"
|
||||
|
||||
#: descriptor.c:64
|
||||
#, c-format
|
||||
@ -93,12 +94,15 @@ msgstr ""
|
||||
|
||||
#: ecpg.c:43
|
||||
#, c-format
|
||||
#| msgid ""
|
||||
#| " -C MODE set compatibility mode; MODE can be one of\n"
|
||||
#| " \"INFORMIX\", \"INFORMIX_SE\"\n"
|
||||
msgid ""
|
||||
" -C MODE set compatibility mode; MODE can be one of\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\"\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\", \"ORACLE\"\n"
|
||||
msgstr ""
|
||||
" -C MODO establece el modo de compatibilidad;\n"
|
||||
" MODO puede ser \"INFORMIX\", \"INFORMIX_SE\"\n"
|
||||
" MODO puede ser \"INFORMIX\", \"INFORMIX_SE\", \"ORACLE\"\n"
|
||||
|
||||
#: ecpg.c:46
|
||||
#, c-format
|
||||
@ -185,147 +189,147 @@ msgstr ""
|
||||
msgid "%s: could not locate my own executable path\n"
|
||||
msgstr "%s: no se pudo localizar la ruta de mi propio ejecutable\n"
|
||||
|
||||
#: ecpg.c:174 ecpg.c:327 ecpg.c:337
|
||||
#: ecpg.c:174 ecpg.c:331 ecpg.c:342
|
||||
#, c-format
|
||||
msgid "%s: could not open file \"%s\": %s\n"
|
||||
msgstr "%s: no se pudo abrir el archivo «%s»: %s\n"
|
||||
|
||||
#: ecpg.c:213 ecpg.c:226 ecpg.c:242 ecpg.c:268
|
||||
#: ecpg.c:217 ecpg.c:230 ecpg.c:246 ecpg.c:272
|
||||
#, c-format
|
||||
msgid "Try \"%s --help\" for more information.\n"
|
||||
msgstr "Utilice «%s --help» para obtener mayor información.\n"
|
||||
|
||||
#: ecpg.c:237
|
||||
#: ecpg.c:241
|
||||
#, c-format
|
||||
msgid "%s: parser debug support (-d) not available\n"
|
||||
msgstr "%s: la depuración del analizador (parser, -d) no está disponible)\n"
|
||||
|
||||
#: ecpg.c:256
|
||||
#: ecpg.c:260
|
||||
#, c-format
|
||||
msgid "%s, the PostgreSQL embedded C preprocessor, version %s\n"
|
||||
msgstr "%s, el preprocesador de C incrustado de PostgreSQL, versión %s\n"
|
||||
|
||||
#: ecpg.c:258
|
||||
#: ecpg.c:262
|
||||
#, c-format
|
||||
msgid "EXEC SQL INCLUDE ... search starts here:\n"
|
||||
msgstr "EXEC SQL INCLUDE ... la búsqueda comienza aquí:\n"
|
||||
|
||||
#: ecpg.c:261
|
||||
#: ecpg.c:265
|
||||
#, c-format
|
||||
msgid "end of search list\n"
|
||||
msgstr "fin de la lista de búsqueda\n"
|
||||
|
||||
#: ecpg.c:267
|
||||
#: ecpg.c:271
|
||||
#, c-format
|
||||
msgid "%s: no input files specified\n"
|
||||
msgstr "%s: no se especificaron archivos de entrada\n"
|
||||
|
||||
#: ecpg.c:460
|
||||
#: ecpg.c:465
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has been declared but not opened"
|
||||
msgstr "el cursor «%s» fue declarado pero no abierto"
|
||||
|
||||
#: ecpg.c:473 preproc.y:127
|
||||
#: ecpg.c:478 preproc.y:127
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "no se pudo eliminar el archivo de salida «%s»\n"
|
||||
|
||||
#: pgc.l:431
|
||||
#: pgc.l:435
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "comentario /* no cerrado"
|
||||
|
||||
#: pgc.l:444
|
||||
#: pgc.l:448
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "cadena de bits no válida"
|
||||
|
||||
#: pgc.l:453
|
||||
#: pgc.l:457
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "una cadena de bits está inconclusa"
|
||||
|
||||
#: pgc.l:469
|
||||
#: pgc.l:473
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "una cadena hexadecimal está inconclusa"
|
||||
|
||||
#: pgc.l:547
|
||||
#: pgc.l:551
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "una cadena en comillas está inconclusa"
|
||||
|
||||
#: pgc.l:605 pgc.l:618
|
||||
#: pgc.l:609 pgc.l:622
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "identificador delimitado de longitud cero"
|
||||
|
||||
#: pgc.l:626
|
||||
#: pgc.l:630
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "un identificador en comillas está inconcluso"
|
||||
|
||||
#: pgc.l:881
|
||||
#: pgc.l:880
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "comentarios /* ... */ anidados"
|
||||
|
||||
#: pgc.l:974
|
||||
#: pgc.l:973
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "falta un identificador en la orden EXEC SQL UNDEF"
|
||||
|
||||
#: pgc.l:1020 pgc.l:1034
|
||||
#: pgc.l:1019 pgc.l:1033
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "falta el «EXEC SQL IFDEF» / «EXEC SQL IFNDEF»"
|
||||
|
||||
#: pgc.l:1023 pgc.l:1036 pgc.l:1212
|
||||
#: pgc.l:1022 pgc.l:1035 pgc.l:1211
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "falta el «EXEC SQL ENDIF;»"
|
||||
|
||||
#: pgc.l:1052 pgc.l:1071
|
||||
#: pgc.l:1051 pgc.l:1070
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "hay más de un EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1093 pgc.l:1107
|
||||
#: pgc.l:1092 pgc.l:1106
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "EXEC SQL ENDIF sin coincidencia"
|
||||
|
||||
#: pgc.l:1127
|
||||
#: pgc.l:1126
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "demasiadas condiciones EXEC SQL IFDEF anidadas"
|
||||
|
||||
#: pgc.l:1160
|
||||
#: pgc.l:1159
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "identificador faltante en la orden EXEC SQL IFDEF"
|
||||
|
||||
#: pgc.l:1169
|
||||
#: pgc.l:1168
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "identificador faltante en la orden EXEC SQL DEFINE"
|
||||
|
||||
#: pgc.l:1202
|
||||
#: pgc.l:1201
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "error de sintaxis en orden EXEC SQL INCLUDE"
|
||||
|
||||
#: pgc.l:1251
|
||||
#: pgc.l:1250
|
||||
#, c-format
|
||||
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
|
||||
msgstr "Error Interno: estado no esperado; por favor reporte a <pgsql-bugs@postgresql.org>"
|
||||
|
||||
#: pgc.l:1375
|
||||
#: pgc.l:1379
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr "Error: ruta de inclusión «%s/%s» es demasiada larga en la línea %d, omitiendo\n"
|
||||
|
||||
#: pgc.l:1398
|
||||
#: pgc.l:1402
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "no se pudo abrir el archivo a incluir «%s» en la línea %d"
|
||||
@ -359,185 +363,183 @@ msgstr "inicializador no permitido en definición de tipo"
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "el nombre de tipo «string» está reservado en modo Informix"
|
||||
|
||||
#: preproc.y:546 preproc.y:15408
|
||||
#: preproc.y:546 preproc.y:15731
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "el tipo «%s» ya está definido"
|
||||
|
||||
#: preproc.y:570 preproc.y:16066 preproc.y:16386 variable.c:620
|
||||
#: preproc.y:570 preproc.y:16389 preproc.y:16714 variable.c:620
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "los arrays multidimensionales para tipos de datos simples no están soportados"
|
||||
|
||||
#: preproc.y:1681
|
||||
#: preproc.y:1693
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "la opción AT no está permitida en la sentencia CLOSE DATABASE"
|
||||
|
||||
#: preproc.y:1894
|
||||
#: preproc.y:1902
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "la opción AT no está permitida en la sentencia CONNECT"
|
||||
|
||||
#: preproc.y:1928
|
||||
#: preproc.y:1936
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "la opción AT no está permitida en la sentencia DISCONNECT"
|
||||
|
||||
#: preproc.y:1983
|
||||
#: preproc.y:1991
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "la opción AT no está permitida en la sentencia SET CONNECTION"
|
||||
|
||||
#: preproc.y:2005
|
||||
#: preproc.y:2013
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "la opción AT no está permitida en la sentencia TYPE"
|
||||
|
||||
#: preproc.y:2014
|
||||
#: preproc.y:2022
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "la opción AT no está permitida en la sentencia VAR"
|
||||
|
||||
#: preproc.y:2021
|
||||
#: preproc.y:2029
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "la opción AT no está permitida en la sentencia WHENEVER"
|
||||
|
||||
#: preproc.y:2090 preproc.y:2274 preproc.y:2279 preproc.y:2395 preproc.y:3969
|
||||
#: preproc.y:5511 preproc.y:5520 preproc.y:5820 preproc.y:7356 preproc.y:8797
|
||||
#: preproc.y:8802 preproc.y:11534 preproc.y:12155
|
||||
#: preproc.y:2106 preproc.y:2278 preproc.y:2283 preproc.y:2399 preproc.y:4044 preproc.y:5602 preproc.y:5611 preproc.y:5911 preproc.y:7510 preproc.y:9003 preproc.y:9008 preproc.y:11799
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "característica no soportada será pasada al servidor"
|
||||
|
||||
#: preproc.y:2653
|
||||
#: preproc.y:2657
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALL no está implementado"
|
||||
|
||||
#: preproc.y:3325
|
||||
#: preproc.y:3385
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDIN no está implementado"
|
||||
|
||||
#: preproc.y:9700 preproc.y:14997
|
||||
#: preproc.y:9956 preproc.y:15320
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr "el uso de la variable «%s» en diferentes sentencias declare no está soportado"
|
||||
|
||||
#: preproc.y:9702 preproc.y:14999
|
||||
#: preproc.y:9958 preproc.y:15322
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "el cursor «%s» ya está definido"
|
||||
|
||||
#: preproc.y:10132
|
||||
#: preproc.y:10388
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "la sintaxis LIMIT #,# que ya no está soportada ha sido pasada al servidor"
|
||||
|
||||
#: preproc.y:10448 preproc.y:10455
|
||||
#: preproc.y:10713 preproc.y:10720
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "las subconsultas en FROM deben tener un alias"
|
||||
|
||||
#: preproc.y:14727
|
||||
#: preproc.y:15050
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS no puede especificar INTO"
|
||||
|
||||
#: preproc.y:14763
|
||||
#: preproc.y:15086
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "se esperaba «@», se encontró «%s»"
|
||||
|
||||
#: preproc.y:14775
|
||||
#: preproc.y:15098
|
||||
#, c-format
|
||||
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
|
||||
msgstr "sólo los protocolos «tcp» y «unix» y tipo de bases de datos «postgresql» están soportados"
|
||||
|
||||
#: preproc.y:14778
|
||||
#: preproc.y:15101
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "se esperaba «://», se encontró «%s»"
|
||||
|
||||
#: preproc.y:14783
|
||||
#: preproc.y:15106
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "los sockets de dominio unix sólo trabajan en «localhost» pero no en «%s»"
|
||||
|
||||
#: preproc.y:14809
|
||||
#: preproc.y:15132
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "se esperaba «postgresql», se encontró «%s»"
|
||||
|
||||
#: preproc.y:14812
|
||||
#: preproc.y:15135
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "tipo de conexión no válido: %s"
|
||||
|
||||
#: preproc.y:14821
|
||||
#: preproc.y:15144
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "se esperaba «@» o «://», se encontró «%s»"
|
||||
|
||||
#: preproc.y:14896 preproc.y:14914
|
||||
#: preproc.y:15219 preproc.y:15237
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "tipo de dato no válido"
|
||||
|
||||
#: preproc.y:14925 preproc.y:14942
|
||||
#: preproc.y:15248 preproc.y:15265
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "sentencia incompleta"
|
||||
|
||||
#: preproc.y:14928 preproc.y:14945
|
||||
#: preproc.y:15251 preproc.y:15268
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "elemento «%s» no reconocido"
|
||||
|
||||
#: preproc.y:15219
|
||||
#: preproc.y:15542
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr "sólo los tipos de dato numeric y decimal tienen argumento de precisión/escala"
|
||||
|
||||
#: preproc.y:15231
|
||||
#: preproc.y:15554
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "la especificación de intervalo no está permitida aquí"
|
||||
|
||||
#: preproc.y:15383 preproc.y:15435
|
||||
#: preproc.y:15706 preproc.y:15758
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "demasiados niveles en la definición anidada de estructura/unión"
|
||||
|
||||
#: preproc.y:15574
|
||||
#: preproc.y:15897
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "los punteros a varchar no están implementados"
|
||||
|
||||
#: preproc.y:15761 preproc.y:15786
|
||||
#: preproc.y:16084 preproc.y:16109
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "utilizando sentencia DESCRIBE no soportada"
|
||||
|
||||
#: preproc.y:16033
|
||||
#: preproc.y:16356
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "inicializador no permitido en la orden EXEC SQL VAR"
|
||||
|
||||
#: preproc.y:16344
|
||||
#: preproc.y:16672
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "no se permiten los arrays de indicadores en la entrada"
|
||||
|
||||
#: preproc.y:16565
|
||||
#: preproc.y:16893
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "operador no permitido en definición de variable"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:16603
|
||||
#: preproc.y:16934
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s en o cerca de «%s»"
|
||||
@ -547,7 +549,7 @@ msgstr "%s en o cerca de «%s»"
|
||||
msgid "out of memory"
|
||||
msgstr "memoria agotada"
|
||||
|
||||
#: type.c:212 type.c:664
|
||||
#: type.c:212 type.c:676
|
||||
#, c-format
|
||||
msgid "unrecognized variable type code %d"
|
||||
msgstr "código de tipo de variable %d no reconocido"
|
||||
@ -592,7 +594,19 @@ msgstr "el indicador para struct debe ser struct"
|
||||
msgid "indicator for simple data type has to be simple"
|
||||
msgstr "el indicador para tipo dato simple debe ser simple"
|
||||
|
||||
#: type.c:723
|
||||
#: type.c:616
|
||||
#, c-format
|
||||
#| msgid "indicator for struct has to be a struct"
|
||||
msgid "indicator struct \"%s\" has too few members"
|
||||
msgstr "struct para indicador «%s» no tiene suficientes miembros"
|
||||
|
||||
#: type.c:624
|
||||
#, c-format
|
||||
#| msgid "indicator for struct has to be a struct"
|
||||
msgid "indicator struct \"%s\" has too many members"
|
||||
msgstr "struct para indicador «%s» tiene demasiados miembros"
|
||||
|
||||
#: type.c:735
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item code %d"
|
||||
msgstr "código de descriptor de elemento %d no reconocido"
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user