diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2004-11-23 23:13:26 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2004-11-23 23:13:26 +0000 |
| commit | 2663e0c2e98dce7fa4c95ea1ef780f72087dd83f (patch) | |
| tree | 998acbe7b272a15f37ccfa18b0c1a5733ee719e3 /src/bin/pg_config | |
| parent | 98f5efe774d56999a1ba753d5e1f71a3a22cb549 (diff) | |
| download | postgresql-2663e0c2e98dce7fa4c95ea1ef780f72087dd83f.tar.gz | |
New translations
Diffstat (limited to 'src/bin/pg_config')
| -rw-r--r-- | src/bin/pg_config/nls.mk | 4 | ||||
| -rw-r--r-- | src/bin/pg_config/po/ro.po | 118 |
2 files changed, 120 insertions, 2 deletions
diff --git a/src/bin/pg_config/nls.mk b/src/bin/pg_config/nls.mk index 50f20dfb0f..65c2852417 100644 --- a/src/bin/pg_config/nls.mk +++ b/src/bin/pg_config/nls.mk @@ -1,5 +1,5 @@ -# $PostgreSQL: pgsql/src/bin/pg_config/nls.mk,v 1.10 2004/11/16 22:43:52 petere Exp $ +# $PostgreSQL: pgsql/src/bin/pg_config/nls.mk,v 1.11 2004/11/23 23:13:07 petere Exp $ CATALOG_NAME := pg_config -AVAIL_LANGUAGES := cs de es fr pt_BR ru sl sv tr zh_TW +AVAIL_LANGUAGES := cs de es fr pt_BR ro ru sl sv tr zh_TW GETTEXT_FILES := pg_config.c GETTEXT_TRIGGERS:= _ diff --git a/src/bin/pg_config/po/ro.po b/src/bin/pg_config/po/ro.po new file mode 100644 index 0000000000..eff9d1c040 --- /dev/null +++ b/src/bin/pg_config/po/ro.po @@ -0,0 +1,118 @@ +# translation of pg_config-ro.po to Romanian +# translation of pg_config.po to Romanian +# Alin Vaida <alin.vaida@gmail.com>, 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: pg_config-ro-8.0\n" +"POT-Creation-Date: 2004-11-04 19:15+0000\n" +"PO-Revision-Date: 2004-11-24 00:35+0200\n" +"Last-Translator: Alin Vaida <alin.vaida@gmail.com>\n" +"Language-Team: Romanian <translators@postgresql.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10\n" + +#: pg_config.c:36 +#, c-format +msgid "" +"\n" +"%s provides information about the installed version of PostgreSQL.\n" +"\n" +msgstr "" +"\n" +"%s: furnizează informații despre versiunea de PostgreSQL instalată\n" +"\n" + +#: pg_config.c:37 +msgid "Usage:\n" +msgstr "Utilizare:\n" + +#: pg_config.c:38 +#, c-format +msgid "" +" %s OPTION...\n" +"\n" +msgstr "" +" %s OPȚIUNE...\n" +"\n" + +#: pg_config.c:39 +msgid "Options:\n" +msgstr "Opțiuni:\n" + +#: pg_config.c:40 +msgid " --bindir show location of user executables\n" +msgstr " --bindir afișează locația fișierelor executabile\n" + +#: pg_config.c:41 +msgid "" +" --includedir show location of C header files of the client\n" +" interfaces\n" +msgstr " --includedir afișează locația fișierelor header C ale interfețelor client\n" + +#: pg_config.c:43 +msgid " --includedir-server show location of C header files for the server\n" +msgstr " --includedir-server afișează locația fișierelor header C pentru server\n" + +#: pg_config.c:44 +msgid " --libdir show location of object code libraries\n" +msgstr " --libdir afișează locația bibliotecilor de cod obiect\n" + +#: pg_config.c:45 +msgid " --pkglibdir show location of dynamically loadable modules\n" +msgstr " --pkglibdir afișează locația modulelor încărcabile dinamic\n" + +#: pg_config.c:46 +msgid " --pgxs show location of extension makefile\n" +msgstr " --pgxs afișează locația fișierului makefile pentru extensii\n" + +#: pg_config.c:47 +msgid "" +" --configure show options given to \"configure\" script when\n" +" PostgreSQL was built\n" +msgstr "" +" --configure afișează opțiunile cu care a fost rulat scriptul \"configure\"\n" +" la compilarea PostgreSQL\n" + +#: pg_config.c:49 +msgid " --version show the PostgreSQL version, then exit\n" +msgstr " --version afișează versiunea PostgreSQL, apoi iese\n" + +#: pg_config.c:50 +msgid "" +" --help show this help, then exit\n" +"\n" +msgstr "" +" --help afișează acest ajutor, apoi iese\n" +"\n" + +#: pg_config.c:51 +msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n" +msgstr "Raportați erorile la <pgsql-bugs@postgresql.org>.\n" + +#: pg_config.c:57 +#, c-format +msgid "" +"\n" +"Try \"%s --help\" for more information\n" +msgstr "" +"\n" +"Încercați \"%s --help\" pentru mai multe informații.\n" + +#: pg_config.c:75 +#, c-format +msgid "%s: argument required\n" +msgstr "%s: argument necesar\n" + +#: pg_config.c:104 +#, c-format +msgid "%s: invalid argument: %s\n" +msgstr "%s: argument incorect: %s\n" + +#: pg_config.c:113 +#, c-format +msgid "%s: could not find own executable\n" +msgstr "%s: imposibil de găsit propriul executabil\n" + |
