Commit 58b33f2e authored by Peter Eisentraut's avatar Peter Eisentraut

Translation updates

parent 33be9d35
# $PostgreSQL: pgsql/src/bin/pg_config/nls.mk,v 1.8 2004/11/02 09:28:28 petere Exp $ # $PostgreSQL: pgsql/src/bin/pg_config/nls.mk,v 1.9 2004/11/07 23:27:50 petere Exp $
CATALOG_NAME := pg_config CATALOG_NAME := pg_config
AVAIL_LANGUAGES := cs de fr pt_BR ru sv tr zh_TW AVAIL_LANGUAGES := cs de es fr pt_BR ru sv tr zh_TW
GETTEXT_FILES := pg_config.c GETTEXT_FILES := pg_config.c
GETTEXT_TRIGGERS:= _ GETTEXT_TRIGGERS:= _
# pg_config spanish translation
# This file is put in the public domain.
# Alvaro Herrera <alvherre@dcc.uchile.cl>, 2004
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: pg_config 8.0\n"
"Report-Msgid-Bugs-To: <pgsql-es-ayuda@postgresql.org>\n"
"POT-Creation-Date: 2004-11-02 23:28-0300\n"
"PO-Revision-Date: 2004-11-02 23:30 CLST\n"
"Last-Translator: Alvaro Herrera <alvherre@dcc.uchile.cl>\n"
"Language-Team: es <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_config.c:36
#, c-format
msgid ""
"\n"
"%s provides information about the installed version of PostgreSQL.\n"
"\n"
msgstr ""
"\n"
"%s provee informacin sobre la versin instalada de PostgreSQL.\n"
"\n"
#: pg_config.c:37
#, c-format
msgid "Usage:\n"
msgstr "Empleo:\n"
#: pg_config.c:38
#, c-format
msgid ""
" %s OPTION...\n"
"\n"
msgstr ""
" %s OPCIN...\n"
"\n"
#: pg_config.c:39
#, c-format
msgid "Options:\n"
msgstr "Opciones:\n"
#: pg_config.c:40
#, c-format
msgid " --bindir show location of user executables\n"
msgstr " --bindir muestra la ubicacin de ejecutables de usuario\n"
#: pg_config.c:41
#, c-format
msgid ""
" --includedir show location of C header files of the client\n"
" interfaces\n"
msgstr ""
" --includedir muestra la ubicacin de archivos de encabezados C\n"
" de las interfaces cliente\n"
#: pg_config.c:43
#, c-format
msgid ""
" --includedir-server show location of C header files for the server\n"
msgstr ""
" --includedir-server muestra la ubicacin de archivos de encabezados C\n"
" del servidor\n"
#: pg_config.c:44
#, c-format
msgid " --libdir show location of object code libraries\n"
msgstr " --libdir muestra la ubicacin de bibliotecas\n"
" de cdigo objeto\n"
#: pg_config.c:45
#, c-format
msgid " --pkglibdir show location of dynamically loadable modules\n"
msgstr
" --pkglibdir muestra la ubicacin de mdulos para carga dinmica\n"
#: pg_config.c:46
#, c-format
msgid " --pgxs show location of extension makefile\n"
msgstr " --pgxs muestra la ubicacin del archivo makefile\n"
" para extensiones\n"
#: pg_config.c:47
#, c-format
msgid ""
" --configure show options given to \"configure\" script when\n"
" PostgreSQL was built\n"
msgstr ""
" --configure muestra las opciones que se dieron a configure\n"
" cuando PostgreSQL fue construido\n"
#: pg_config.c:49
#, c-format
msgid " --version show the PostgreSQL version, then exit\n"
msgstr " --version muestra la versin de PostgreSQL y termina\n"
#: pg_config.c:50
#, c-format
msgid ""
" --help show this help, then exit\n"
"\n"
msgstr ""
" --help muestra esta ayuda y termina\n"
"\n"
#: pg_config.c:51
#, c-format
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: pg_config.c:57
#, c-format
msgid ""
"\n"
"Try \"%s --help\" for more information\n"
msgstr ""
"\n"
"Use %s --help para mayor informacin\n"
#: pg_config.c:75
#, c-format
msgid "%s: argument required\n"
msgstr "%s: se requiere un argumento\n"
#: pg_config.c:104
#, c-format
msgid "%s: invalid argument: %s\n"
msgstr "%s: el argumento no es vlido: %s\n"
#: pg_config.c:113
#, c-format
msgid "%s: could not find own executable\n"
msgstr "%s: no se pudo encontrar el propio ejecutable\n"
This diff is collapsed.
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