mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 439efc0cb9779c62ae569c397267d7bc55c6ef4f
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# src/interfaces/ecpg/ecpglib/nls.mk
|
||||
CATALOG_NAME = ecpglib
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru tr zh_CN
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru sv tr zh_CN
|
||||
GETTEXT_FILES = connect.c descriptor.c error.c execute.c misc.c
|
||||
GETTEXT_TRIGGERS = ecpg_gettext
|
||||
GETTEXT_FLAGS = ecpg_gettext:1:pass-c-format
|
||||
|
@ -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 15:58+0000\n"
|
||||
"PO-Revision-Date: 2018-07-14 01:03+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:833 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:1969
|
||||
msgid "<empty>"
|
||||
msgstr "<prázdný>"
|
||||
|
198
src/interfaces/ecpg/ecpglib/po/sv.po
Normal file
198
src/interfaces/ecpg/ecpglib/po/sv.po
Normal file
@ -0,0 +1,198 @@
|
||||
# SWEDISH message translation file for ecpglib
|
||||
# Copyright (C) 2017 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# Dennis Björklund <db@zigo.dhs.org>, 2017, 2018.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpglib (PostgreSQL) 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-06-18 02:28+0000\n"
|
||||
"PO-Revision-Date: 2018-06-19 07:52+0200\n"
|
||||
"Last-Translator: Dennis Björklund <db@zigo.dhs.org>, 2017\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: connect.c:237
|
||||
msgid "empty message text"
|
||||
msgstr "tom meddelandetext"
|
||||
|
||||
#: connect.c:401 connect.c:430 connect.c:638
|
||||
msgid "<DEFAULT>"
|
||||
msgstr "<DEFAULT>"
|
||||
|
||||
#: descriptor.c:833 misc.c:120
|
||||
msgid "NULL"
|
||||
msgstr "NULL"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:33
|
||||
#, c-format
|
||||
msgid "no data found on line %d"
|
||||
msgstr "ingen data hittad på rad %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:40
|
||||
#, c-format
|
||||
msgid "out of memory on line %d"
|
||||
msgstr "slut på minne på rad %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:47
|
||||
#, c-format
|
||||
msgid "unsupported type \"%s\" on line %d"
|
||||
msgstr "ej stöd för typ \"%s\" på rad %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:54
|
||||
#, c-format
|
||||
msgid "too many arguments on line %d"
|
||||
msgstr "för många argument på rad %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:61
|
||||
#, c-format
|
||||
msgid "too few arguments on line %d"
|
||||
msgstr "för få argument på rad %d"
|
||||
|
||||
#. 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 "ogiltig inputsyntax för typ int: \"%s\", på rad %d"
|
||||
|
||||
#. 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 "ogiltig inputsyntax för typ unsigned int: \"%s\", på rad %d"
|
||||
|
||||
#. 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 "ogiltig inputsyntaxc för flyttalstyp: \"%s\", på rad %d"
|
||||
|
||||
#. 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 "ogiltig syntax för typ boolean: \"%s\", på rad %d"
|
||||
|
||||
#. 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 "kunde inte konvertera booleanskt värde: storlekarna matchar inte, på rad %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:102
|
||||
#, c-format
|
||||
msgid "empty query on line %d"
|
||||
msgstr "tom fråga på rad %d"
|
||||
|
||||
#. 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-värde utan indikator på rad %d"
|
||||
|
||||
#. 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 "variabel har inte array-typ på rad %d"
|
||||
|
||||
#. 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 inläst från servern är inte en array på rad %d"
|
||||
|
||||
#. 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 "sätta in en array med variabler stöds inte på rad %d"
|
||||
|
||||
#. 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 "anslutning \"%s\" funns inte på rad %d"
|
||||
|
||||
#. 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 "ej ansluten till anslutning \"%s\" på rad %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:151
|
||||
#, c-format
|
||||
msgid "invalid statement name \"%s\" on line %d"
|
||||
msgstr "ogiltigt satsnamn \"%s\" på rad %d"
|
||||
|
||||
#. 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\" hittades inte på rad %d"
|
||||
|
||||
#. 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 "deskriptor-index utanför sitt intervall på rad %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:172
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item \"%s\" on line %d"
|
||||
msgstr "okänd deskriptor-post \"%s\" på rad %d"
|
||||
|
||||
#. 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 "variabel har ej numerisk typ på rad %d"
|
||||
|
||||
#. 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 "variabel har ej character-typ på rad %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:193
|
||||
#, c-format
|
||||
msgid "error in transaction processing on line %d"
|
||||
msgstr "fel i transaktionsprocessande på rad %d"
|
||||
|
||||
#. 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 "kunde inte ansluta till databas \"%s\" på rad %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:207
|
||||
#, c-format
|
||||
msgid "SQL error %d on line %d"
|
||||
msgstr "SQL-fel %d på rad %d"
|
||||
|
||||
#: error.c:254
|
||||
msgid "the connection to the server was lost"
|
||||
msgstr "anslutningen till servern tappades"
|
||||
|
||||
#: error.c:347
|
||||
#, c-format
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "SQL-fel: %s\n"
|
||||
|
||||
#: execute.c:1969
|
||||
msgid "<empty>"
|
||||
msgstr "<tom>"
|
@ -1,6 +1,6 @@
|
||||
# src/interfaces/ecpg/preproc/nls.mk
|
||||
CATALOG_NAME = ecpg
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru tr zh_CN zh_TW
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru sv tr zh_CN zh_TW
|
||||
GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c
|
||||
GETTEXT_TRIGGERS = mmerror:3 mmfatal:2
|
||||
GETTEXT_FLAGS = mmerror:3:c-format mmfatal:2:c-format
|
||||
|
@ -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 15:58+0000\n"
|
||||
"PO-Revision-Date: 2018-07-14 01:03+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"
|
||||
@ -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:175 ecpg.c:327 ecpg.c:338
|
||||
#, 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:214 ecpg.c:227 ecpg.c:243 ecpg.c:268
|
||||
#, c-format
|
||||
msgid "Try \"%s --help\" for more information.\n"
|
||||
msgstr "Zkuste \"%s --help\" pro více informací.\n"
|
||||
|
||||
#: ecpg.c:245
|
||||
#: ecpg.c:238
|
||||
#, 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:256
|
||||
#, 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"
|
||||
|
||||
#: ecpg.c:265
|
||||
#: ecpg.c:258
|
||||
#, 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:261
|
||||
#, c-format
|
||||
msgid "end of search list\n"
|
||||
msgstr "konec vyhledávacího seznamu\n"
|
||||
|
||||
#: ecpg.c:274
|
||||
#: ecpg.c:267
|
||||
#, c-format
|
||||
msgid "%s: no input files specified\n"
|
||||
msgstr "%s: nebyl zadán žádný vstupní soubor\n"
|
||||
|
||||
#: ecpg.c:466
|
||||
#: ecpg.c:461
|
||||
#, 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:474 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:432
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "neukončený /* komentář"
|
||||
|
||||
#: pgc.l:416
|
||||
#: pgc.l:445
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "neplatný bit string literál"
|
||||
|
||||
#: pgc.l:425
|
||||
#: pgc.l:454
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "neukončený literál - bitový řetězec"
|
||||
|
||||
#: pgc.l:441
|
||||
#: pgc.l:470
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "neukončený literál - hexadecimální řetězec"
|
||||
|
||||
#: pgc.l:519
|
||||
#: pgc.l:548
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "neukončený řetězec v uvozovkách"
|
||||
|
||||
#: pgc.l:574 pgc.l:587
|
||||
#: pgc.l:606 pgc.l:619
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "ohraničený (delimited) identifikátor s nulovou délkou"
|
||||
|
||||
#: pgc.l:595
|
||||
#: pgc.l:627
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "neukončený identifikátor v uvozovkách"
|
||||
|
||||
#: pgc.l:941
|
||||
#: pgc.l:882
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "vnořené /* ... */ komentáře"
|
||||
|
||||
#: pgc.l:975
|
||||
#, 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:1021 pgc.l:1035
|
||||
#, 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:1024 pgc.l:1037 pgc.l:1213
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "chybějící \"EXEC SQL ENDIF;\""
|
||||
|
||||
#: pgc.l:1019 pgc.l:1038
|
||||
#: pgc.l:1053 pgc.l:1072
|
||||
#, 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:1094 pgc.l:1108
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "neodpovídající EXEC SQL ENDIF"
|
||||
|
||||
#: pgc.l:1094
|
||||
#: pgc.l:1128
|
||||
#, 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:1161
|
||||
#, 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:1170
|
||||
#, 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:1203
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "syntaktická chyba v příkazu EXEC SQL INCLUDE"
|
||||
|
||||
#: pgc.l:1218
|
||||
#: pgc.l:1252
|
||||
#, 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:1377
|
||||
#, 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:1400
|
||||
#, 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:14644
|
||||
#, 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:15302 preproc.y:15622 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:1635
|
||||
#, 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:1850
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "AT volba není v příkazu CONNECT povolena"
|
||||
|
||||
#: preproc.y:1757
|
||||
#: preproc.y:1884
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "AT volba není v příkazu DISCONNECT povolena"
|
||||
|
||||
#: preproc.y:1812
|
||||
#: preproc.y:1939
|
||||
#, 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:1961
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "AT volba není v příkazu TYPE povolena"
|
||||
|
||||
#: preproc.y:1843
|
||||
#: preproc.y:1970
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "AT volba není v příkazu VAR povolena"
|
||||
|
||||
#: preproc.y:1850
|
||||
#: preproc.y:1977
|
||||
#, 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:2233 preproc.y:2238 preproc.y:2354 preproc.y:3764 preproc.y:5182
|
||||
#: preproc.y:5191 preproc.y:5475 preproc.y:6911 preproc.y:8149 preproc.y:8154
|
||||
#: preproc.y:10794 preproc.y:11411
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "nepodporovaná vlastnost bude předána serveru"
|
||||
|
||||
#: preproc.y:2446
|
||||
#: preproc.y:2612
|
||||
#, 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:3152
|
||||
#, 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:9044 preproc.y:14233
|
||||
#, 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:9046 preproc.y:14235
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "kurzor \"%s\" je již definován"
|
||||
|
||||
#: preproc.y:8577
|
||||
#: preproc.y:9476
|
||||
#, 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:9793 preproc.y:9800
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "poddotaz ve FROM musí mít alias"
|
||||
|
||||
#: preproc.y:12596
|
||||
#: preproc.y:13963
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS nemůže specifikovat INTO"
|
||||
|
||||
#: preproc.y:12632
|
||||
#: preproc.y:13999
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "očekáváno \"@\", nalezeno \"%s\""
|
||||
|
||||
#: preproc.y:12644
|
||||
#: preproc.y:14011
|
||||
#, 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:14014
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "očekáváno \"://\", nalezeno \"%s\""
|
||||
|
||||
#: preproc.y:12652
|
||||
#: preproc.y:14019
|
||||
#, 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:14045
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "očekáváno \"postgresql\", nalezeno \"%s\""
|
||||
|
||||
#: preproc.y:12681
|
||||
#: preproc.y:14048
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "chybný typ spojení: %s"
|
||||
|
||||
#: preproc.y:12690
|
||||
#: preproc.y:14057
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "očekáváno \"@\" nebo \"://\", nalezeno \"%s\""
|
||||
|
||||
#: preproc.y:12765 preproc.y:12783
|
||||
#: preproc.y:14132 preproc.y:14150
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "chybný datový typ"
|
||||
|
||||
#: preproc.y:12794 preproc.y:12811
|
||||
#: preproc.y:14161 preproc.y:14178
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "neúplný příkaz"
|
||||
|
||||
#: preproc.y:12797 preproc.y:12814
|
||||
#: preproc.y:14164 preproc.y:14181
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "nerozpoznaný token \"%s\""
|
||||
|
||||
#: preproc.y:13088
|
||||
#: preproc.y:14455
|
||||
#, 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:14467
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "specifikace intervalu zde není povolena"
|
||||
|
||||
#: preproc.y:13252 preproc.y:13304
|
||||
#: preproc.y:14619 preproc.y:14671
|
||||
#, 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:14810
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "ukazatele na varchar nejsou implementovány"
|
||||
|
||||
#: preproc.y:13625 preproc.y:13650
|
||||
#: preproc.y:14997 preproc.y:15022
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "použití nepodporovaného příkazu DESCRIBE"
|
||||
|
||||
#: preproc.y:13897
|
||||
#: preproc.y:15269
|
||||
#, 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:15580
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "pole identifikátorů nejsou na vstupu povolena"
|
||||
|
||||
#: preproc.y:15801
|
||||
#, 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:15842
|
||||
#, 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:674
|
||||
#, 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:615
|
||||
#, 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:622
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too many members"
|
||||
msgstr "indikátor pro strukturu \"%s\" má příliš mnoho položek"
|
||||
|
||||
#: type.c:733
|
||||
#, 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"
|
||||
|
664
src/interfaces/ecpg/preproc/po/sv.po
Normal file
664
src/interfaces/ecpg/preproc/po/sv.po
Normal file
@ -0,0 +1,664 @@
|
||||
# SWEDISHE message translation file for ecpg
|
||||
# Copyright (C) 2017 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# Dennis Björklund <db@zigo.dhs.org>, 2017, 2018.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL) 9.6\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-06-18 02:28+0000\n"
|
||||
"PO-Revision-Date: 2018-06-18 21:42+0200\n"
|
||||
"Last-Translator: Dennis Björklund <db@zigo.dhs.org>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
"Language: sv\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"
|
||||
|
||||
#: descriptor.c:64
|
||||
#, c-format
|
||||
msgid "variable \"%s\" must have a numeric type"
|
||||
msgstr "variabel \"%s\" måste ha en numerisk typ"
|
||||
|
||||
#: descriptor.c:124 descriptor.c:146
|
||||
#, c-format
|
||||
msgid "descriptor \"%s\" does not exist"
|
||||
msgstr "deskriptor \"%s\" finns inte"
|
||||
|
||||
#: descriptor.c:161 descriptor.c:213
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "deskriptor-header-post \"%d\" finns inte"
|
||||
|
||||
#: descriptor.c:183
|
||||
#, c-format
|
||||
msgid "nullable is always 1"
|
||||
msgstr "nullable är alltid 1"
|
||||
|
||||
#: descriptor.c:186
|
||||
#, c-format
|
||||
msgid "key_member is always 0"
|
||||
msgstr "key_member är alltid 0"
|
||||
|
||||
#: descriptor.c:280
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "deskriptor-post \"%s\" är inte implementerad"
|
||||
|
||||
#: descriptor.c:290
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "deskriptor-post \"%s\" kan inte sättas"
|
||||
|
||||
#: ecpg.c:35
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s is the PostgreSQL embedded SQL preprocessor for C programs.\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"%s är PostgreSQLs inbäddade SQL-preprocessor för C-program.\n"
|
||||
"\n"
|
||||
|
||||
#: ecpg.c:37
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Usage:\n"
|
||||
" %s [OPTION]... FILE...\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"Användning:\n"
|
||||
" %s [FLAGGA]... FIL...\n"
|
||||
"\n"
|
||||
|
||||
#: ecpg.c:40
|
||||
#, c-format
|
||||
msgid "Options:\n"
|
||||
msgstr "Flaggor:\n"
|
||||
|
||||
#: ecpg.c:41
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -c automatically generate C code from embedded SQL code;\n"
|
||||
" this affects EXEC SQL TYPE\n"
|
||||
msgstr ""
|
||||
" -c generera automatiskt C-kod från inbäddad SQL-kod;\n"
|
||||
" detta påverkar EXEC SQL TYPE\n"
|
||||
|
||||
#: ecpg.c:43
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -C MODE set compatibility mode; MODE can be one of\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\"\n"
|
||||
msgstr ""
|
||||
" -C LÄGE sätt kompabilitetsläge; LÄGE kan vara en av\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\"\n"
|
||||
|
||||
#: ecpg.c:46
|
||||
#, c-format
|
||||
msgid " -d generate parser debug output\n"
|
||||
msgstr " -d generera parser-debug-utmatning\n"
|
||||
|
||||
#: ecpg.c:48
|
||||
#, c-format
|
||||
msgid " -D SYMBOL define SYMBOL\n"
|
||||
msgstr " -D SYMBOL definiera SYMBOL\n"
|
||||
|
||||
#: ecpg.c:49
|
||||
#, c-format
|
||||
msgid " -h parse a header file, this option includes option \"-c\"\n"
|
||||
msgstr " -h parsa en header-fil, denna flagga inkluderar flaggan \"-c\"\n"
|
||||
|
||||
#: ecpg.c:50
|
||||
#, c-format
|
||||
msgid " -i parse system include files as well\n"
|
||||
msgstr " -i parsa system-include-filer dessutom\n"
|
||||
|
||||
#: ecpg.c:51
|
||||
#, c-format
|
||||
msgid " -I DIRECTORY search DIRECTORY for include files\n"
|
||||
msgstr " -I KATALOG sök i KATALOG efter include-filer\n"
|
||||
|
||||
#: ecpg.c:52
|
||||
#, c-format
|
||||
msgid " -o OUTFILE write result to OUTFILE\n"
|
||||
msgstr " -o UTFIL skriv resultat till UTFIL\n"
|
||||
|
||||
#: ecpg.c:53
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -r OPTION specify run-time behavior; OPTION can be:\n"
|
||||
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
|
||||
msgstr ""
|
||||
" -r FLAGGA ange runtime-beteende; FLAGGA kan vara en av:\n"
|
||||
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
|
||||
|
||||
#: ecpg.c:55
|
||||
#, c-format
|
||||
msgid " --regression run in regression testing mode\n"
|
||||
msgstr " --regression kör i regressions-test-läge\n"
|
||||
|
||||
#: ecpg.c:56
|
||||
#, c-format
|
||||
msgid " -t turn on autocommit of transactions\n"
|
||||
msgstr " -t slå på auto-commit av transaktioner\n"
|
||||
|
||||
#: ecpg.c:57
|
||||
#, c-format
|
||||
msgid " -V, --version output version information, then exit\n"
|
||||
msgstr " -V, --version visa versionsinformation, avsluta sedan\n"
|
||||
|
||||
#: ecpg.c:58
|
||||
#, c-format
|
||||
msgid " -?, --help show this help, then exit\n"
|
||||
msgstr " -?, --help visa denna hjälp, avsluta sedan\n"
|
||||
|
||||
#: ecpg.c:59
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"If no output file is specified, the name is formed by adding .c to the\n"
|
||||
"input file name, after stripping off .pgc if present.\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Om ingen utdatafil anges så skapas namnet genom att lägga till .c till\n"
|
||||
"indatafilnamnet, detta efter att .pgc strippats bort om det var med.\n"
|
||||
|
||||
#: ecpg.c:61
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Rapportera fel till <pgsql-bugs@postgresql.org>.\n"
|
||||
|
||||
#: ecpg.c:139
|
||||
#, c-format
|
||||
msgid "%s: could not locate my own executable path\n"
|
||||
msgstr "%s: kunde inte hitta min egna körbara fils sökväg\n"
|
||||
|
||||
#: ecpg.c:175 ecpg.c:327 ecpg.c:338
|
||||
#, c-format
|
||||
msgid "%s: could not open file \"%s\": %s\n"
|
||||
msgstr "%s: kunde inte öppna fil \"%s\": %s\n"
|
||||
|
||||
#: ecpg.c:214 ecpg.c:227 ecpg.c:243 ecpg.c:268
|
||||
#, c-format
|
||||
msgid "Try \"%s --help\" for more information.\n"
|
||||
msgstr "Försök med \"%s --help\" för mer information.\n"
|
||||
|
||||
#: ecpg.c:238
|
||||
#, c-format
|
||||
msgid "%s: parser debug support (-d) not available\n"
|
||||
msgstr "%s: parser-debug-stöd (-d) är inte tillgängligt\n"
|
||||
|
||||
#: ecpg.c:256
|
||||
#, c-format
|
||||
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
|
||||
msgstr "%s, PostgreSQLs inbäddade C-preprocessor, version %d.%d.%d\n"
|
||||
|
||||
#: ecpg.c:258
|
||||
#, c-format
|
||||
msgid "EXEC SQL INCLUDE ... search starts here:\n"
|
||||
msgstr "EXEC SQL INCLUDE ... sökning startar här:\n"
|
||||
|
||||
#: ecpg.c:261
|
||||
#, c-format
|
||||
msgid "end of search list\n"
|
||||
msgstr "slut på söklista\n"
|
||||
|
||||
#: ecpg.c:267
|
||||
#, c-format
|
||||
msgid "%s: no input files specified\n"
|
||||
msgstr "%s: inga indatafiler angivna\n"
|
||||
|
||||
#: ecpg.c:461
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has been declared but not opened"
|
||||
msgstr "markören \"%s\" har deklarerats men inte öppnats"
|
||||
|
||||
#: ecpg.c:474 preproc.y:127
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "kunde inte ta bort utdatafil \"%s\"\n"
|
||||
|
||||
#: pgc.l:432
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "ej avslutad /*-kommentar"
|
||||
|
||||
#: pgc.l:445
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "ogiltig bit-sträng-literal"
|
||||
|
||||
#: pgc.l:454
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "ej avslutad bitsträngslitteral"
|
||||
|
||||
#: pgc.l:470
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "ej avslutad hexadecimal stränglitteral"
|
||||
|
||||
#: pgc.l:548
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "icketerminerad citerad sträng"
|
||||
|
||||
#: pgc.l:606 pgc.l:619
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "noll-längds avdelad identifierare"
|
||||
|
||||
#: pgc.l:627
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "ej avslutad citerad identifierare"
|
||||
|
||||
#: pgc.l:882
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "nästlade /* ... */-kommentarer"
|
||||
|
||||
#: pgc.l:975
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "saknar identifierare i EXEC SQL UNDEF-kommando"
|
||||
|
||||
#: pgc.l:1021 pgc.l:1035
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "saknar matchande \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
|
||||
#: pgc.l:1024 pgc.l:1037 pgc.l:1213
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "saknar \"EXEC SQL ENDIF;\""
|
||||
|
||||
#: pgc.l:1053 pgc.l:1072
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "mer än en EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1094 pgc.l:1108
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "ej matchad EXEC SQL ENDIF"
|
||||
|
||||
#: pgc.l:1128
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "för många nästlade EXEC SQL IFDEF-villkor"
|
||||
|
||||
#: pgc.l:1161
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "saknar identifierare i EXEC SQL IFDEF-kommando"
|
||||
|
||||
#: pgc.l:1170
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "saknar identifierare i EXEC SQL DEFINE-kommando"
|
||||
|
||||
#: pgc.l:1203
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "syntaxfel i EXEC SQL INCLUDE-kommando"
|
||||
|
||||
#: pgc.l:1252
|
||||
#, c-format
|
||||
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
|
||||
msgstr "internt fel: state som ej skall kunna nås; vänligen rapportera detta till <pgsql-bugs@postgresql.org>"
|
||||
|
||||
#: pgc.l:1377
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr "Fel: include-sökväg \"%s/%s\" är för lång på rad %d, hoppar över\n"
|
||||
|
||||
#: pgc.l:1400
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "kunde inte öppna inkludefil \"%s\" på rad %d"
|
||||
|
||||
#: preproc.y:31
|
||||
msgid "syntax error"
|
||||
msgstr "syntaxfel"
|
||||
|
||||
#: preproc.y:81
|
||||
#, c-format
|
||||
msgid "WARNING: "
|
||||
msgstr "VARNING: "
|
||||
|
||||
#: preproc.y:84
|
||||
#, c-format
|
||||
msgid "ERROR: "
|
||||
msgstr "FEL: "
|
||||
|
||||
#: preproc.y:508
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "markör \"%s\" existerar inte"
|
||||
|
||||
#: preproc.y:537
|
||||
#, c-format
|
||||
msgid "initializer not allowed in type definition"
|
||||
msgstr "initialiserare tillåts inte i typdefinition"
|
||||
|
||||
#: preproc.y:539
|
||||
#, c-format
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "typnamn \"string\" är reserverat i Informix-läge"
|
||||
|
||||
#: preproc.y:546 preproc.y:14644
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "typen \"%s\" är redan definierad"
|
||||
|
||||
#: preproc.y:570 preproc.y:15302 preproc.y:15622 variable.c:620
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "multidimensionella array:er för enkla datatyper stöds inte"
|
||||
|
||||
#: preproc.y:1635
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "AT-flaggan tillåts inte i CLOSE DATABASE-sats"
|
||||
|
||||
#: preproc.y:1850
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "AT-flaggan tillåts inte i CONNECT-sats"
|
||||
|
||||
#: preproc.y:1884
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "AT-flaggan tillåts inte i DISCONNECT-sats"
|
||||
|
||||
#: preproc.y:1939
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "AT-flaggan tillåts inte i SET CONNECTION-sats"
|
||||
|
||||
#: preproc.y:1961
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "AT-flaggan tillåts inte i TYPE-sats"
|
||||
|
||||
#: preproc.y:1970
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "AT-flaggan tillåts inte i VAR-sats"
|
||||
|
||||
#: preproc.y:1977
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "AT-flaggan tillåts inte i WHENEVER-sats"
|
||||
|
||||
#: preproc.y:2233 preproc.y:2238 preproc.y:2354 preproc.y:3764 preproc.y:5182
|
||||
#: preproc.y:5191 preproc.y:5475 preproc.y:6911 preproc.y:8149 preproc.y:8154
|
||||
#: preproc.y:10794 preproc.y:11411
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "ej stödd funktion skickass till servern"
|
||||
|
||||
#: preproc.y:2612
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALL är inte implementerad"
|
||||
|
||||
#: preproc.y:3152
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDIN är inte implementerad"
|
||||
|
||||
#: preproc.y:9044 preproc.y:14233
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr "använda variabel \"%s\" i olika deklarationssatser stöds inte"
|
||||
|
||||
#: preproc.y:9046 preproc.y:14235
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "markören \"%s\" är redan definierad"
|
||||
|
||||
#: preproc.y:9476
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "ej längre stödd syntax LIMIT #,# har skickats till servern"
|
||||
|
||||
#: preproc.y:9793 preproc.y:9800
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "subfråga i FROM måste ha ett alias"
|
||||
|
||||
#: preproc.y:13963
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS kan inte ange INTO"
|
||||
|
||||
#: preproc.y:13999
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "förväntade \"@\", hittade \"%s\""
|
||||
|
||||
#: preproc.y:14011
|
||||
#, c-format
|
||||
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
|
||||
msgstr "bara protokoll \"tcp\" och \"unix\" samt databastyp \"postgresql\" stöds"
|
||||
|
||||
#: preproc.y:14014
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "förväntade \"://\", hittade \"%s\""
|
||||
|
||||
#: preproc.y:14019
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "Unix-domän-socket fungerart bara på \"localhost\" men inte på \"%s\""
|
||||
|
||||
#: preproc.y:14045
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "förväntade \"postgresql\", hittade \"%s\""
|
||||
|
||||
#: preproc.y:14048
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "ogiltig anslutningstyp: %s"
|
||||
|
||||
#: preproc.y:14057
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "förväntade \"@\" eller \"://\", hittade \"%s\""
|
||||
|
||||
#: preproc.y:14132 preproc.y:14150
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "ogiltig datatyp"
|
||||
|
||||
#: preproc.y:14161 preproc.y:14178
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "ofullständig sats"
|
||||
|
||||
#: preproc.y:14164 preproc.y:14181
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "okänd symbol \"%s\""
|
||||
|
||||
#: preproc.y:14455
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr "bara datatyperna numeric och decimal har precision/skala-argument"
|
||||
|
||||
#: preproc.y:14467
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "intervallspecifikation tillåts inte här"
|
||||
|
||||
#: preproc.y:14619 preproc.y:14671
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "för många nästlade nivåer i struktur/union-definition"
|
||||
|
||||
#: preproc.y:14810
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "pekare till varchar är inte implementerat"
|
||||
|
||||
#: preproc.y:14997 preproc.y:15022
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "använder ej stödd DESCRIBE-sats"
|
||||
|
||||
#: preproc.y:15269
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "initialiserare tillåts inte i EXEC SQL VAR-kommando"
|
||||
|
||||
#: preproc.y:15580
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "array:er av indikatorer tillåts inte vid indata"
|
||||
|
||||
#: preproc.y:15801
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "operator tillåts inte i variabeldefinition"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:15842
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s vid eller nära \"%s\""
|
||||
|
||||
#: type.c:18 type.c:30
|
||||
#, c-format
|
||||
msgid "out of memory"
|
||||
msgstr "slut på minne"
|
||||
|
||||
#: type.c:212 type.c:674
|
||||
#, c-format
|
||||
msgid "unrecognized variable type code %d"
|
||||
msgstr "okänd variabeltypkod %d"
|
||||
|
||||
#: type.c:261
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr "variabel \"%s\" döljs av en lokal variabel av annan typ"
|
||||
|
||||
#: type.c:263
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is hidden by a local variable"
|
||||
msgstr "variabel \"%s\" döljs av en lokal variabel"
|
||||
|
||||
#: type.c:275
|
||||
#, c-format
|
||||
msgid "indicator variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr "indikatorvariabel \"%s\" döljs av en lokal variabel av annan typ"
|
||||
|
||||
#: type.c:277
|
||||
#, c-format
|
||||
msgid "indicator variable \"%s\" is hidden by a local variable"
|
||||
msgstr "indikatorvariabel \"%s\" döljs av en lokal variabel"
|
||||
|
||||
#: type.c:285
|
||||
#, c-format
|
||||
msgid "indicator for array/pointer has to be array/pointer"
|
||||
msgstr "indikator för array/pekare måste vara en array/pekare"
|
||||
|
||||
#: type.c:289
|
||||
#, c-format
|
||||
msgid "nested arrays are not supported (except strings)"
|
||||
msgstr "nästlade array:er stöds inte (förutom strängar)"
|
||||
|
||||
#: type.c:331
|
||||
#, c-format
|
||||
msgid "indicator for struct has to be a struct"
|
||||
msgstr "indikator för en struktur måste vara en struktur"
|
||||
|
||||
#: type.c:351 type.c:372 type.c:392
|
||||
#, c-format
|
||||
msgid "indicator for simple data type has to be simple"
|
||||
msgstr "indikator för enkla datatyper måste vara enkel"
|
||||
|
||||
#: type.c:615
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too few members"
|
||||
msgstr "indikatorstruktur \"%s\" har för få medlemmar"
|
||||
|
||||
#: type.c:622
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too many members"
|
||||
msgstr "indikatorstruktur \"%s\" har för många medlemmar"
|
||||
|
||||
#: type.c:733
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item code %d"
|
||||
msgstr "okänd deskriptor-post-kod %d"
|
||||
|
||||
#: variable.c:89 variable.c:116
|
||||
#, c-format
|
||||
msgid "incorrectly formed variable \"%s\""
|
||||
msgstr "inkorrekt formatterad variabel \"%s\""
|
||||
|
||||
#: variable.c:139
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not a pointer"
|
||||
msgstr "variabel \"%s\" är inte en pekare"
|
||||
|
||||
#: variable.c:142 variable.c:167
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not a pointer to a structure or a union"
|
||||
msgstr "variabel \"%s\" är inte en pekare till en struktur eller union"
|
||||
|
||||
#: variable.c:154
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is neither a structure nor a union"
|
||||
msgstr "variabel \"%s\" är varken en struktur eller en union"
|
||||
|
||||
#: variable.c:164
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not an array"
|
||||
msgstr "variabel \"%s\" är inte en array"
|
||||
|
||||
#: variable.c:233 variable.c:255
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not declared"
|
||||
msgstr "variabel \"%s\" är inte deklarerad"
|
||||
|
||||
#: variable.c:494
|
||||
#, c-format
|
||||
msgid "indicator variable must have an integer type"
|
||||
msgstr "indikatorvariabel måste ha en heltalstyp"
|
||||
|
||||
#: variable.c:506
|
||||
#, c-format
|
||||
msgid "unrecognized data type name \"%s\""
|
||||
msgstr "okänt datatypsnamn \"%s\""
|
||||
|
||||
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
|
||||
#, c-format
|
||||
msgid "multidimensional arrays are not supported"
|
||||
msgstr "multidimensionella array:er stöds inte"
|
||||
|
||||
#: variable.c:534
|
||||
#, c-format
|
||||
msgid "multilevel pointers (more than 2 levels) are not supported; found %d level"
|
||||
msgid_plural "multilevel pointers (more than 2 levels) are not supported; found %d levels"
|
||||
msgstr[0] "multinivåpekare (mer än 2 nivåer) stöds inte; hittade %d nivå"
|
||||
msgstr[1] "multinivåpekare (mer än 2 nivåer) stöds inte; hittade %d nivåer"
|
||||
|
||||
#: variable.c:539
|
||||
#, c-format
|
||||
msgid "pointer to pointer is not supported for this data type"
|
||||
msgstr "pekare till pekare stöds inte för denna datatyp"
|
||||
|
||||
#: variable.c:559
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
msgstr "multidimensionella array:er av strukturer stöds inte"
|
Reference in New Issue
Block a user