Commit 56b8a6f5 authored by Peter Eisentraut's avatar Peter Eisentraut

Czech translation updates from Karel Zak

parent ef889e92
# $Header: /cvsroot/pgsql/src/bin/pg_controldata/nls.mk,v 1.4 2003/06/28 22:31:00 petere Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_controldata/nls.mk,v 1.5 2003/07/23 09:34:54 petere Exp $
CATALOG_NAME := pg_controldata
AVAIL_LANGUAGES := de es fr hu pt_BR ru sv zh_CN
AVAIL_LANGUAGES := cs de es fr hu pt_BR ru sv zh_CN
GETTEXT_FILES := pg_controldata.c
GETTEXT_TRIGGERS:= _
# Czech translation of pg_controldata messages.
# Karel Zak <zakkr@zf.jcu.cz>, 2003.
#
# $Id: cs.po,v 1.1 2003/07/23 09:34:56 petere Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.4\n"
"POT-Creation-Date: 2003-06-29 12:25+0200\n"
"PO-Revision-Date: 2003-07-12 23:20-0000\n"
"Last-Translator: Karel Zak <zakkr@zf.jcu.cz>\n"
"Language-Team: Karel Zak <zakkr@zf.jcu.cz>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_controldata.c:31
#, c-format
msgid ""
"Usage:\n"
" %s [OPTION]\n"
"\n"
"Options:\n"
" DATADIR show cluster control information for DATADIR\n"
" -?, --help display this help and exit\n"
" -V, --version display pg_controldata's version and exit\n"
"\n"
msgstr ""
"Pouit:\n"
" %s [PEPNA]\n"
"\n"
"Pepnae:\n"
" ADRES uke kontroln informace pro ADRES\n"
" -?, --help uke tuto npovdu a skon\n"
" -V, --version uke verzi tohoto programu a skon\n"
"\n"
#: pg_controldata.c:40
#, c-format
msgid "%s displays PostgreSQL database cluster control information.\n"
msgstr "%s uke kontroln informace o PostgreSQL databzi.\n"
#: pg_controldata.c:41
msgid ""
"If no data directory is specified, the environment variable PGDATA\n"
"is used.\n"
"\n"
msgstr ""
"Nen-li specifikovn datov adres je pouita promnn prosted\n"
"PGDATA.\n"
"\n"
#: pg_controldata.c:42
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "Chyby poslejte do <pgsql-bugs@postgresql.org>.\n"
#: pg_controldata.c:52
msgid "starting up"
msgstr "startovn"
#: pg_controldata.c:54
msgid "shut down"
msgstr "ukonen"
#: pg_controldata.c:56
msgid "shutting down"
msgstr "ukonovn"
#: pg_controldata.c:58
msgid "in recovery"
msgstr "obnovuje se"
#: pg_controldata.c:60
msgid "in production"
msgstr "v provozu"
#: pg_controldata.c:62
msgid "unrecognized status code"
msgstr "neoekvan stavov kd"
#: pg_controldata.c:107
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: nen specifikovn datov adres\n"
#: pg_controldata.c:108
#, c-format
msgid "Try '%s --help' for more information.\n"
msgstr "Zkuste '%s --help' pro vce informac.\n"
#: pg_controldata.c:116
#, c-format
msgid "%s: could not open file \"%s\" for reading (%s)\n"
msgstr "%s: nelze otevt soubor \"%s\" pro ten (%s)\n"
#: pg_controldata.c:123
#, c-format
msgid "%s: could not read file \"%s\" (%s)\n"
msgstr "%s: nelze st soubor \"%s\" (%s)\n"
#: pg_controldata.c:137
msgid ""
"WARNING: Calculated CRC checksum does not match value stored in file.\n"
"Either the file is corrupt, or it has a different layout than this program\n"
"is expecting. The results below are untrustworthy.\n"
"\n"
msgstr ""
"UPOZORNN: Spotan CRC kontroln souet nesouhlas s hodnotou uloenou v souboru.\n"
"Bu je soubor pokozen nebo m jinou pravu ne tento program\n"
"oekv. Ne uveden vsledky jsou nedvryhodn.\n"
"\n"
#: pg_controldata.c:150
#, c-format
msgid "pg_control version number: %u\n"
msgstr "slo verze pg_controlu: %u\n"
#: pg_controldata.c:151
#, c-format
msgid "Catalog version number: %u\n"
msgstr "slo verze katalogu: %u\n"
#: pg_controldata.c:152
#, c-format
msgid "Database cluster state: %s\n"
msgstr "Status seskupen databze: %s\n"
#: pg_controldata.c:153
#, c-format
msgid "pg_control last modified: %s\n"
msgstr "Posledn modifikace pg_controlu: %s\n"
#: pg_controldata.c:154
#, c-format
msgid "Current log file ID: %u\n"
msgstr "ID souasnho log souboru: %u\n"
#: pg_controldata.c:155
#, c-format
msgid "Next log file segment: %u\n"
msgstr "Nsledujc segment log souboru: %u\n"
#: pg_controldata.c:156
#, c-format
msgid "Latest checkpoint location: %X/%X\n"
msgstr "Posledn umstn kontrolnho bodu: %X/%X\n"
#: pg_controldata.c:158
#, c-format
msgid "Prior checkpoint location: %X/%X\n"
msgstr "Pedel umstn kontrolnho bodu: %X/%X\n"
#: pg_controldata.c:160
#, c-format
msgid "Latest checkpoint's REDO location: %X/%X\n"
msgstr "Poslednj umstn REDO kontrolnho bodu: %X/%X\n"
#: pg_controldata.c:162
#, c-format
msgid "Latest checkpoint's UNDO location: %X/%X\n"
msgstr "Posledn umstn UNDO kontrolnho bodu: %X/%X\n"
#: pg_controldata.c:164
#, c-format
msgid "Latest checkpoint's StartUpID: %u\n"
msgstr "Posledn umstn StartUpID kontrolnho bodu: %u\n"
#: pg_controldata.c:165
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "Posledn umstn NextXID kontrolnho bodu: %u\n"
#: pg_controldata.c:166
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "Posledn umstn NextOID kontrolnho bodu: %u\n"
#: pg_controldata.c:167
#, c-format
msgid "Time of latest checkpoint: %s\n"
msgstr "as poslednho kontrolnho bodu: %s\n"
#: pg_controldata.c:168
#, c-format
msgid "Database block size: %u\n"
msgstr "Velikost databzovho bloku: %u\n"
#: pg_controldata.c:169
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Blok v segmentu velk relace: %u\n"
#: pg_controldata.c:170
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Maximln dlka identifiktor: %u\n"
#: pg_controldata.c:171
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "Maximln poet argument funkc: %u\n"
#: pg_controldata.c:172
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Zpsob uloen typu date/time: %s\n"
#: pg_controldata.c:173
msgid "64-bit integers"
msgstr "64-bitov sla"
#: pg_controldata.c:173
msgid "Floating point"
msgstr "Plovouc rka"
#: pg_controldata.c:174
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "Maximln dlka jmna locale: %u\n"
#: pg_controldata.c:175
#, c-format
msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE (porovnvn etzc): %s\n"
#: pg_controldata.c:176
#, c-format
msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE (typy znak): %s\n"
This source diff could not be displayed because it is too large. You can view the blob instead.
# $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/nls.mk,v 1.5 2003/06/28 22:31:01 petere Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/nls.mk,v 1.6 2003/07/23 09:36:05 petere Exp $
CATALOG_NAME := pg_resetxlog
AVAIL_LANGUAGES := de hu pt_BR ru sv zh_CN
AVAIL_LANGUAGES := cs de hu pt_BR ru sv zh_CN
GETTEXT_FILES := pg_resetxlog.c
GETTEXT_TRIGGERS:= _
# Czech translation of pg_resetxlog messages
# Karel Zak <zakkr@zf.jcu.cz>, 2003.
#
# $Id: cs.po,v 1.1 2003/07/23 09:36:09 petere Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.4\n"
"POT-Creation-Date: 2003-06-29 12:25+0200\n"
"PO-Revision-Date: 2003-07-13 00:04-0000\n"
"Last-Translator: Karel Zak <zakkr@zf.jcu.cz>\n"
"Language-Team: Karel k <zakkr@zf.jcu.cz>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_resetxlog.c:141
#, c-format
msgid "%s: invalid argument for -x option\n"
msgstr "%s: neplatn parametr pro -x pepna\n"
#: pg_resetxlog.c:142
#: pg_resetxlog.c:157
#: pg_resetxlog.c:172
#: pg_resetxlog.c:179
#: pg_resetxlog.c:185
#: pg_resetxlog.c:193
#, c-format
msgid "Try '%s --help' for more information.\n"
msgstr "Zkuste '%s --help' pro vce informac.\n"
#: pg_resetxlog.c:147
#, c-format
msgid "%s: transaction ID (-x) must not be 0\n"
msgstr "%s: ID transakce (-x) nesm bt 0\n"
#: pg_resetxlog.c:156
#, c-format
msgid "%s: invalid argument for -o option\n"
msgstr "%s: neplatn parametr pro -o pepna\n"
#: pg_resetxlog.c:162
#, c-format
msgid "%s: OID (-o) must not be 0\n"
msgstr "%s: OID (-o) nesm bt 0\n"
#: pg_resetxlog.c:171
#: pg_resetxlog.c:178
#, c-format
msgid "%s: invalid argument for -l option\n"
msgstr "%s: neplatn parametr pro -l pepna\n"
#: pg_resetxlog.c:192
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: nen specifikovn datov adres\n"
#: pg_resetxlog.c:212
#: pg_resetxlog.c:308
#, c-format
msgid "%s: could not open %s for reading: %s\n"
msgstr "%s: nelze otevt %s pro ten: %s\n"
#: pg_resetxlog.c:218
#, c-format
msgid ""
"%s: lock file %s exists\n"
"Is a server running? If not, delete the lock file and try again.\n"
msgstr ""
"%s: soubor se zmkem %s existuje\n"
"Neb ji server? Jestlie ne smate soubor se zmkem a zkuste to znova.\n"
#: pg_resetxlog.c:257
msgid ""
"\n"
"If these values seem acceptable, use -f to force reset.\n"
msgstr ""
"\n"
"Jestlie tyto hodnoty vypadaj akceptovateln, pouijte -f pro vynucen reset.\n"
#: pg_resetxlog.c:269
msgid ""
"The database server was not shut down cleanly.\n"
"Resetting the transaction log may cause data to be lost.\n"
"If you want to proceed anyway, use -f to force reset.\n"
msgstr ""
"Databzov server nebyl ukonen standardn.\n"
"Resetovn transaknho logu me bt dvodem ke ztrt dat.\n"
"Jestlie to chcete i tak provst pouijte -f pro vynucen reset.\n"
#: pg_resetxlog.c:282
msgid "Transaction log reset\n"
msgstr "Transakn log resetovn\n"
#: pg_resetxlog.c:311
#, c-format
msgid ""
"If you are sure the data directory path is correct, do\n"
" touch %s\n"
"and try again.\n"
msgstr ""
"Mte-li jistotu, e jsou data v adresi korektn, provete\n"
" touch %s\n"
"a zkuste to znovu.\n"
#: pg_resetxlog.c:324
#, c-format
msgid "%s: could not read %s: %s\n"
msgstr "%s: nelze st %s: %s\n"
#: pg_resetxlog.c:347
#, c-format
msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
msgstr "%s: pg_control existuje, ale s neplatnm kontrolnm soutem CRC; postupujte opatrn\n"
#: pg_resetxlog.c:356
#, c-format
msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
msgstr "%s: pg_control existuje, ale je pokozen nebo neznme verze; ignoruji to\n"
#: pg_resetxlog.c:407
#, c-format
msgid "%s: invalid LC_COLLATE setting\n"
msgstr "%s: neplatn LC_COLLATE nastaven\n"
#: pg_resetxlog.c:414
#, c-format
msgid "%s: invalid LC_CTYPE setting\n"
msgstr "%s: neplatn LC_CTYPE nastaven\n"
#: pg_resetxlog.c:436
msgid ""
"Guessed pg_control values:\n"
"\n"
msgstr ""
"Odhadnut hodnoty pg_controlu:\n"
"\n"
#: pg_resetxlog.c:438
msgid ""
"pg_control values:\n"
"\n"
msgstr ""
"Hodnoty pg_controlu:\n"
"\n"
#: pg_resetxlog.c:440
#, c-format
msgid "pg_control version number: %u\n"
msgstr "slo verze pg_controlu: %u\n"
#: pg_resetxlog.c:441
#, c-format
msgid "Catalog version number: %u\n"
msgstr "slo verze katalogu: %u\n"
#: pg_resetxlog.c:442
#, c-format
msgid "Current log file ID: %u\n"
msgstr "Souasn ID log souboru: %u\n"
#: pg_resetxlog.c:443
#, c-format
msgid "Next log file segment: %u\n"
msgstr "Nsledujc segment log souboru: %u\n"
#: pg_resetxlog.c:444
#, c-format
msgid "Latest checkpoint's StartUpID: %u\n"
msgstr "Posledn umstn StartUpID kontrolnho bodu: %u\n"
#: pg_resetxlog.c:445
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "Posledn umstn NextXID kontrolnho bodu: %u\n"
#: pg_resetxlog.c:446
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "Posledn umstn NextOID kontrolnho bodu: %u\n"
#: pg_resetxlog.c:447
#, c-format
msgid "Database block size: %u\n"
msgstr "Velikost databzovho bloku: %u\n"
#: pg_resetxlog.c:448
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Blok v segmentu velk relace: %u\n"
#: pg_resetxlog.c:449
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Maximln dlka identifiktor: %u\n"
#: pg_resetxlog.c:450
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "Maximln poet argument funkc: %u\n"
#: pg_resetxlog.c:451
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Zpsob uloen typu date/time: %s\n"
#: pg_resetxlog.c:452
msgid "64-bit integers"
msgstr "64-bitov sla"
#: pg_resetxlog.c:452
msgid "Floating point"
msgstr "Plovouc rka"
#: pg_resetxlog.c:453
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "Maximln dlka jmna locale: %u\n"
#: pg_resetxlog.c:454
#, c-format
msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE (porovnvn etzc): %s\n"
#: pg_resetxlog.c:455
#, c-format
msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE (typy znak): %s\n"
#: pg_resetxlog.c:508
#, c-format
msgid "%s: internal error -- sizeof(ControlFileData) is too large ... fix xlog.c\n"
msgstr "%s: intern chyba -- sizeof(ControlFileData) je pli velk ... opravte xlog.c\n"
#: pg_resetxlog.c:521
#, c-format
msgid "%s: could not create pg_control file: %s\n"
msgstr "%s: nelze vytvoit pg_control soubor: %s\n"
#: pg_resetxlog.c:532
#, c-format
msgid "%s: could not write pg_control file: %s\n"
msgstr "%s: nelze zapsat pg_control soubor: %s\n"
#: pg_resetxlog.c:539
#: pg_resetxlog.c:680
#, c-format
msgid "%s: fsync error: %s\n"
msgstr "%s: fsync chyba: %s\n"
#: pg_resetxlog.c:560
#, c-format
msgid "%s: could not open directory %s: %s\n"
msgstr "%s: nelze otevt adres %s: %s\n"
#: pg_resetxlog.c:574
#, c-format
msgid "%s: could not delete file %s: %s\n"
msgstr "%s: nelze smazat soubor %s: %s\n"
#: pg_resetxlog.c:584
#, c-format
msgid "%s: could not read from directory %s: %s\n"
msgstr "%s: nelze st z adrese %s: %s\n"
#: pg_resetxlog.c:647
#, c-format
msgid "%s: could not open %s: %s\n"
msgstr "%s: nelze otevt %s: %s\n"
#: pg_resetxlog.c:658
#: pg_resetxlog.c:672
#, c-format
msgid "%s: could not write %s: %s\n"
msgstr "%s: nelze zapsat %s: %s\n"
#: pg_resetxlog.c:691
#, c-format
msgid ""
"%s resets the PostgreSQL transaction log.\n"
"\n"
msgstr ""
"%s resetuji PostgreSQL transakn log.\n"
"\n"
#: pg_resetxlog.c:692
#, c-format
msgid ""
"Usage:\n"
" %s [OPTION]... DATADIR\n"
"\n"
msgstr ""
"Pouit:\n"
" %s [PEPNA]... ADRES\n"
"\n"
#: pg_resetxlog.c:693
msgid "Options:\n"
msgstr "Pepnae:\n"
#: pg_resetxlog.c:694
msgid " -f force update to be done\n"
msgstr " -f provede vynucen update\n"
#: pg_resetxlog.c:695
msgid " -l FILEID,SEG force minimum WAL starting location for new transaction log\n"
msgstr " -l FILEID,SEG vynut minimln poten WAL pozici pro novou transakn log\n"
#: pg_resetxlog.c:696
msgid " -n no update, just show extracted control values (for testing)\n"
msgstr " -n bez zmny, jen uke zskan kontroln hodnoty (pro testovn)\n"
#: pg_resetxlog.c:697
msgid " -o OID set next OID\n"
msgstr " -o OID nastav nsledujc OID\n"
#: pg_resetxlog.c:698
msgid " -x XID set next transaction ID\n"
msgstr " -x XID nastav nsledujc ID transakce\n"
#: pg_resetxlog.c:699
msgid " --help show this help, then exit\n"
msgstr " --help uke tuto npovdu a skon\n"
#: pg_resetxlog.c:700
msgid " --version output version information, then exit\n"
msgstr " --version uke informace o verzi a skon\n"
#: pg_resetxlog.c:701
msgid ""
"\n"
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr ""
"\n"
"Chybov hlen poslejte do <pgsql-bugs@postgresql.org>.\n"
This diff is collapsed.
# $Header: /cvsroot/pgsql/src/bin/scripts/nls.mk,v 1.3 2003/07/23 08:49:30 petere Exp $
# $Header: /cvsroot/pgsql/src/bin/scripts/nls.mk,v 1.4 2003/07/23 09:36:09 petere Exp $
CATALOG_NAME := pgscripts
AVAIL_LANGUAGES := de
AVAIL_LANGUAGES := cs de
GETTEXT_FILES := createdb.c createlang.c createuser.c \
dropdb.c droplang.c dropuser.c \
clusterdb.c vacuumdb.c \
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment