postgresql/src/pl/tcl/po/cs.po
Peter Eisentraut 382b694175 Translation updates to fix build failures
Now that msgfmt is run with -c by default, older versions of gettext are
complaining about the PO headers Last-Translator and Language-Team
still having their default values.  Newer gettext versions fail to catch
this because of a bug (https://savannah.gnu.org/bugs/?40261), which is
why this hasn't been noticed before.

Copy updated versions of affected translation files from the
pgtranslations repository, were those files have been fixed.
2013-10-13 22:14:26 -04:00

58 lines
1.4 KiB
Plaintext

# Czech message translation file for pltcl
# Copyright (C) 2012 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
#
# Tomas Vondra <tv@fuzzy.cz>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.2\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2012-04-07 18:18+0200\n"
"PO-Revision-Date: 2013-10-13 22:06-0400\n"
"Last-Translator: Tomas Vondra\n"
"Language-Team: Czech <kde-i18n-doc@kde.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: pltcl.c:1150
#, c-format
msgid "%s"
msgstr "%s"
#: pltcl.c:1151
#, c-format
msgid ""
"%s\n"
"in PL/Tcl function \"%s\""
msgstr ""
"%s\n"
"v PL/Tcl funkci \"%s\""
#: pltcl.c:1255 pltcl.c:1262
#, c-format
msgid "out of memory"
msgstr "paměť vyčerpána"
#: pltcl.c:1309
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "funkce pro obsluhu triggerů mohou být volané pouze prostřednictvím triggerů"
#: pltcl.c:1318
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "PL/Tcl funkce nemohou vracet datový typ %s"
#: pltcl.c:1330
#, c-format
msgid "PL/Tcl functions cannot return composite types"
msgstr "PL/Tcl funkce nemohou vracet složené datové typy"
#: pltcl.c:1369
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "PL/Tcl funkce nemohou přijímat datový typ %s"