Commit b28b0531 authored by Peter Eisentraut's avatar Peter Eisentraut

Translation updates

parent 35179e8e
This diff is collapsed.
# $Header: /cvsroot/pgsql/src/bin/pg_controldata/nls.mk,v 1.1 2002/08/21 22:24:34 petere Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_controldata/nls.mk,v 1.2 2002/09/02 22:22:12 petere Exp $
CATALOG_NAME := pg_controldata
AVAIL_LANGUAGES := de
AVAIL_LANGUAGES := de es ru sv
GETTEXT_FILES := pg_controldata.c
GETTEXT_TRIGGERS:= _
# Spanish message translation file for pg_controldata
# Karim Mribti <karim@mribti.com>, 2002.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.3\n"
"POT-Creation-Date: 2002-08-30 04:16-0400\n"
"PO-Revision-Date: 2002-08-30 18:23+0200\n"
"Last-Translator: Karim Mribti <karim@mribti.com\n"
"Language-Team: <karim@mribti.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
#: pg_controldata.c:29
#, c-format
msgid "%s displays PostgreSQL database cluster control information.\n"
msgstr "%s muestra informacin sobre el control del cluster de PostgreSQL.\n"
#: pg_controldata.c:30
#, c-format
msgid ""
"Usage:\n"
" %s [DATADIR]\n"
"\n"
msgstr ""
"Uso:\n"
" %s [DIR. DATOS]\n"
"\n"
#: pg_controldata.c:31
msgid ""
"If not data directory is specified, the environment variable PGDATA\n"
"is used.\n"
"\n"
msgstr ""
"Si no se especifica un directorio de datos, se utilizar\n"
"la variable de entorno PGDATA.\n"
"\n"
#: pg_controldata.c:32
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "Informe de los bugs a <pgsql-bugs@postgresql.org>.\n"
#: pg_controldata.c:52
msgid "unrecognized status code"
msgstr "codigo de estado no reconocido"
#: pg_controldata.c:100
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: no se ha especificado un directorio de datos\n"
#: pg_controldata.c:108
#, c-format
msgid "%s: could not open file \"%s\" for reading (%s)\n"
msgstr "%s: no se ha podido abrir el archivo \"%s\" para la lectura (%s)\n"
#: pg_controldata.c:115
#, c-format
msgid "%s: could not read file \"%s\" (%s)\n"
msgstr "%s: no se ha podido leer el archivo \"%s\" (%s)\n"
#: pg_controldata.c:129
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 ""
#: pg_controldata.c:142
#, c-format
msgid "pg_control version number: %u\n"
msgstr "numero de version de pg_control: %u\n"
#: pg_controldata.c:143
#, c-format
msgid "Catalog version number: %u\n"
msgstr "numero de version de Catalog: %u\n"
#: pg_controldata.c:144
#, c-format
msgid "Database cluster state: %s\n"
msgstr ""
#: pg_controldata.c:145
#, c-format
msgid "pg_control last modified: %s\n"
msgstr "ultima modificacin de pg_control: %s\n"
#: pg_controldata.c:146
#, c-format
msgid "Current log file ID: %u\n"
msgstr "ID de archivo de log actual: %u\n"
#: pg_controldata.c:147
#, c-format
msgid "Next log file segment: %u\n"
msgstr "El siguiente segmento archivo log: %u\n"
#: pg_controldata.c:148
#, c-format
msgid "Latest checkpoint location: %X/%X\n"
msgstr ""
#: pg_controldata.c:150
#, c-format
msgid "Prior checkpoint location: %X/%X\n"
msgstr ""
#: pg_controldata.c:152
#, c-format
msgid "Latest checkpoint's REDO location: %X/%X\n"
msgstr ""
#: pg_controldata.c:154
#, c-format
msgid "Latest checkpoint's UNDO location: %X/%X\n"
msgstr ""
#: pg_controldata.c:156
#, c-format
msgid "Latest checkpoint's StartUpID: %u\n"
msgstr ""
#: pg_controldata.c:157
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr ""
#: pg_controldata.c:158
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr ""
#: pg_controldata.c:159
#, c-format
msgid "Time of latest checkpoint: %s\n"
msgstr ""
#: pg_controldata.c:160
#, c-format
msgid "Database block size: %u\n"
msgstr "Tamao de bloque de la base de datos: %u\n"
#: pg_controldata.c:161
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Bloques/segmento en relacion grande: %u\n"
#: pg_controldata.c:162
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Longitud maxima de los identificadores: %u\n"
#: pg_controldata.c:163
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "Numero maximo de argumentos de funcin: %u\n"
#: pg_controldata.c:164
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Tipo de almacenamiento de Date/Time: %s\n"
#: pg_controldata.c:165
msgid "64-bit integers"
msgstr "enteros de 64-bit"
#: pg_controldata.c:165
msgid "Floating point"
msgstr "Punto flotante"
#: pg_controldata.c:166
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "Longitud maxima de nombre locales: %u\n"
#: pg_controldata.c:167
#, c-format
msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE: %s\n"
#: pg_controldata.c:168
#, c-format
msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE: %s\n"
# ru.po
# PG_CONTROLDATA Translated Messages into the Russian Language (KOI8-R)
#
# Changelog:
# Serguei A. Mokhov <mokhov@cs.concordia.ca>, August 31, 2002, Initial Translation
#
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.3.x\n"
"POT-Creation-Date: 2002-08-31 04:17-0400\n"
"PO-Revision-Date: 2002-08-31 15:17-0500\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
"Language-Team: pgsql-rus <pgsql-rus@yahoogroups.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=koi8-r\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_controldata.c:29
#, c-format
msgid "%s displays PostgreSQL database cluster control information.\n"
msgstr "%s PostgreSQL.\n"
#: pg_controldata.c:30
#, c-format
msgid ""
"Usage:\n"
" %s [DATADIR]\n"
"\n"
msgstr ""
":\n"
" %s []\n"
"\n"
#: pg_controldata.c:31
msgid ""
"If not data directory is specified, the environment variable PGDATA\n"
"is used.\n"
"\n"
msgstr ""
" , \n"
" PGDATA.\n"
"\n"
#: pg_controldata.c:32
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr " : <pgsql-bugs@postgresql.org>.\n"
#: pg_controldata.c:52
msgid "unrecognized status code"
msgstr " "
#: pg_controldata.c:100
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: \n"
#: pg_controldata.c:108
#, c-format
msgid "%s: could not open file \"%s\" for reading (%s)\n"
msgstr "%s: \"%s\" (%s)\n"
#: pg_controldata.c:115
#, c-format
msgid "%s: could not read file \"%s\" (%s)\n"
msgstr "%s: \"%s\" (%s)\n"
#: pg_controldata.c:129
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 ""
": CRC .\n"
" ģ .\n"
" .\n"
"\n"
#: pg_controldata.c:142
#, c-format
msgid "pg_control version number: %u\n"
msgstr " pg_control: %u\n"
#: pg_controldata.c:143
#, c-format
msgid "Catalog version number: %u\n"
msgstr " : %u\n"
#: pg_controldata.c:144
#, c-format
msgid "Database cluster state: %s\n"
msgstr " : %s\n"
#: pg_controldata.c:145
#, c-format
msgid "pg_control last modified: %s\n"
msgstr " pg_control: %s\n"
#: pg_controldata.c:146
#, c-format
msgid "Current log file ID: %u\n"
msgstr " ID : %u\n"
#: pg_controldata.c:147
#, c-format
msgid "Next log file segment: %u\n"
msgstr " : %u\n"
#: pg_controldata.c:148
#, c-format
msgid "Latest checkpoint location: %X/%X\n"
msgstr " checkpoint: %X/%X\n"
#: pg_controldata.c:150
#, c-format
msgid "Prior checkpoint location: %X/%X\n"
msgstr " checkpoint: %X/%X\n"
#: pg_controldata.c:152
#, c-format
msgid "Latest checkpoint's REDO location: %X/%X\n"
msgstr "REDO checkpoint: %X/%X\n"
#: pg_controldata.c:154
#, c-format
msgid "Latest checkpoint's UNDO location: %X/%X\n"
msgstr "UNDO checkpoint: %X/%X\n"
#: pg_controldata.c:156
#, c-format
msgid "Latest checkpoint's StartUpID: %u\n"
msgstr "StartUpID checkpoint: %u\n"
#: pg_controldata.c:157
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "NextXID checkpoint: %u\n"
#: pg_controldata.c:158
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "NextOID checkpoint: %u\n"
#: pg_controldata.c:159
#, c-format
msgid "Time of latest checkpoint: %s\n"
msgstr " checkpoint: %s\n"
#: pg_controldata.c:160
#, c-format
msgid "Database block size: %u\n"
msgstr " : %u\n"
#: pg_controldata.c:161
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr " : %u\n"
#: pg_controldata.c:162
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr " : %u\n"
#: pg_controldata.c:163
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr " : %u\n"
#: pg_controldata.c:164
#, c-format
msgid "Date/time type storage: %s\n"
msgstr " /: %s\n"
#: pg_controldata.c:165
msgid "64-bit integers"
msgstr "64- "
#: pg_controldata.c:165
msgid "Floating point"
msgstr " "
#: pg_controldata.c:166
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr " : %u\n"
#: pg_controldata.c:167
#, c-format
msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE: %s\n"
#: pg_controldata.c:168
#, c-format
msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE: %s\n"
##
## EOF
##
# Swedish message translation file for pg_controldata
# This file is put in the public domain.
# Dennis Bjrklund <db@zigo.dhs.org>, 2002.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.2.2\n"
"POT-Creation-Date: 2002-08-29 10:18+0200\n"
"PO-Revision-Date: 2002-08-29 11:01+0200\n"
"Last-Translator: Dennis Bjrklund <db@zigo.dhs.org>\n"
"Language-Team: Swedish <sv@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_controldata.c:29
#, c-format
msgid "%s displays PostgreSQL database cluster control information.\n"
msgstr "%s visar PostgreSQL-databas klusterkontrollinformation.\n"
#: pg_controldata.c:30
#, c-format
msgid ""
"Usage:\n"
" %s [DATADIR]\n"
"\n"
msgstr ""
"Anvndning:\n"
" %s [DATADIR]\n"
"\n"
#: pg_controldata.c:31
msgid ""
"If not data directory is specified, the environment variable PGDATA\n"
"is used.\n"
"\n"
msgstr ""
"Om ingen datakatalog har angivits s anvnds omgivningsvariabeln PGDATA\n"
"fr detta.\n"
"\n"
#: pg_controldata.c:32
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "Reportera buggar till <pgsql-bugs@postgresql.org>.\n"
#: pg_controldata.c:52
msgid "unrecognized status code"
msgstr "Ej igenknd statuskod"
#: pg_controldata.c:100
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: ingen datakatalog angiven\n"
#: pg_controldata.c:108
#, c-format
msgid "%s: could not open file \"%s\" for reading (%s)\n"
msgstr "%s: kunde inte ppna filen \"%s\" fr lsning (%s)\n"
#: pg_controldata.c:115
#, c-format
msgid "%s: could not read file \"%s\" (%s)\n"
msgstr "%s: kunde inte lsa filen \"%s\" (%s)\n"
#: pg_controldata.c:129
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 ""
"VARNING: Berknad CRC-kontrollsumma matchar inte vrdet som sparats i filen.\n"
"Antingen r filen trasig, eller s har den en annan uppbyggnad n vad detta\n"
"program frvntade sig. Resultatet nedan r inte helt tillfrlitligt.\n"
"\n"
#: pg_controldata.c:142
#, c-format
msgid "pg_control version number: %u\n"
msgstr "pg_control versionsnummer: %u\n"
#: pg_controldata.c:143
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Katalogversionsnummer: %u\n"
#: pg_controldata.c:144
#, c-format
msgid "Database cluster state: %s\n"
msgstr "Databasens klustertillstnd: %s\n"
#: pg_controldata.c:145
#, c-format
msgid "pg_control last modified: %s\n"
msgstr "pg_control ndrades senast: %s\n"
#: pg_controldata.c:146
#, c-format
msgid "Current log file ID: %u\n"
msgstr "Aktuellt loggfil-ID: %u\n"
#: pg_controldata.c:147
#, c-format
msgid "Next log file segment: %u\n"
msgstr "Nsta loggfilsegment: %u\n"
#: pg_controldata.c:148
#, c-format
msgid "Latest checkpoint location: %X/%X\n"
msgstr "Senaste kontrollpunktsposition: %X/%X\n"
#: pg_controldata.c:150
#, c-format
msgid "Prior checkpoint location: %X/%X\n"
msgstr "Tidigare kontrollpunktsposition: %X/%X\n"
#: pg_controldata.c:152
#, c-format
msgid "Latest checkpoint's REDO location: %X/%X\n"
msgstr "Senaste kontrollpunktens REDO-pos: %X/%X\n"
#: pg_controldata.c:154
#, c-format
msgid "Latest checkpoint's UNDO location: %X/%X\n"
msgstr "Senaste kontrollpunktens UNDO-pos: %X/%X\n"
#: pg_controldata.c:156
#, c-format
msgid "Latest checkpoint's StartUpID: %u\n"
msgstr "Senaste kontrollpunktens StartUpID: %u\n"
#: pg_controldata.c:157
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "Senaste kontrollpunktens NextXID: %u\n"
#: pg_controldata.c:158
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "Senaste kontrollpunktens NextOID: %u\n"
#: pg_controldata.c:159
#, c-format
msgid "Time of latest checkpoint: %s\n"
msgstr "Tidpunkt fr senaste kontrollpunkt: %s\n"
#: pg_controldata.c:160
#, c-format
msgid "Database block size: %u\n"
msgstr "Databasens blockstorlek: %u\n"
#: pg_controldata.c:161
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Block per segment i en stor relation: %u\n"
#: pg_controldata.c:162
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Maximal lngd fr identifierare: %u\n"
#: pg_controldata.c:163
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "Maximalt antal funktionsargument: %u\n"
#: pg_controldata.c:164
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Datum/tid-representation: %s\n"
#: pg_controldata.c:165
msgid "64-bit integers"
msgstr "64-bits heltal"
#: pg_controldata.c:165
msgid "Floating point"
msgstr "Flyttal"
#: pg_controldata.c:166
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "Maximal lngd fr lokalnamn: %u\n"
#: pg_controldata.c:167
#, c-format
msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE: %s\n"
#: pg_controldata.c:168
#, c-format
msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE: %s\n"
This diff is collapsed.
# $Header: /cvsroot/pgsql/src/interfaces/libpq/nls.mk,v 1.6 2001/12/21 22:30:49 petere Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq/nls.mk,v 1.7 2002/09/02 22:22:12 petere Exp $
CATALOG_NAME := libpq
AVAIL_LANGUAGES := cs de fr ru sv zh_CN zh_TW
AVAIL_LANGUAGES := cs de es fr pt_BR ru sv zh_CN zh_TW
GETTEXT_FILES := fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c
GETTEXT_TRIGGERS:= libpq_gettext
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