Skip to content

Commit 2663e0c

Browse files
committed
New translations
1 parent 98f5efe commit 2663e0c

File tree

6 files changed

+938
-6
lines changed

6 files changed

+938
-6
lines changed

src/bin/pg_config/nls.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# $PostgreSQL: pgsql/src/bin/pg_config/nls.mk,v 1.10 2004/11/16 22:43:52 petere Exp $
1+
# $PostgreSQL: pgsql/src/bin/pg_config/nls.mk,v 1.11 2004/11/23 23:13:07 petere Exp $
22
CATALOG_NAME := pg_config
3-
AVAIL_LANGUAGES := cs de es fr pt_BR ru sl sv tr zh_TW
3+
AVAIL_LANGUAGES := cs de es fr pt_BR ro ru sl sv tr zh_TW
44
GETTEXT_FILES := pg_config.c
55
GETTEXT_TRIGGERS:= _

src/bin/pg_config/po/ro.po

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
# translation of pg_config-ro.po to Romanian
2+
# translation of pg_config.po to Romanian
3+
# Alin Vaida <alin.vaida@gmail.com>, 2004.
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: pg_config-ro-8.0\n"
8+
"POT-Creation-Date: 2004-11-04 19:15+0000\n"
9+
"PO-Revision-Date: 2004-11-24 00:35+0200\n"
10+
"Last-Translator: Alin Vaida <alin.vaida@gmail.com>\n"
11+
"Language-Team: Romanian <translators@postgresql.org>\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=ISO-8859-2\n"
14+
"Content-Transfer-Encoding: 8bit\n"
15+
"X-Generator: KBabel 1.10\n"
16+
17+
#: pg_config.c:36
18+
#, c-format
19+
msgid ""
20+
"\n"
21+
"%s provides information about the installed version of PostgreSQL.\n"
22+
"\n"
23+
msgstr ""
24+
"\n"
25+
"%s: furnizeazã informaþii despre versiunea de PostgreSQL instalatã\n"
26+
"\n"
27+
28+
#: pg_config.c:37
29+
msgid "Usage:\n"
30+
msgstr "Utilizare:\n"
31+
32+
#: pg_config.c:38
33+
#, c-format
34+
msgid ""
35+
" %s OPTION...\n"
36+
"\n"
37+
msgstr ""
38+
" %s OPÞIUNE...\n"
39+
"\n"
40+
41+
#: pg_config.c:39
42+
msgid "Options:\n"
43+
msgstr "Opþiuni:\n"
44+
45+
#: pg_config.c:40
46+
msgid " --bindir show location of user executables\n"
47+
msgstr " --bindir afiºeazã locaþia fiºierelor executabile\n"
48+
49+
#: pg_config.c:41
50+
msgid ""
51+
" --includedir show location of C header files of the client\n"
52+
" interfaces\n"
53+
msgstr " --includedir afiºeazã locaþia fiºierelor header C ale interfeþelor client\n"
54+
55+
#: pg_config.c:43
56+
msgid " --includedir-server show location of C header files for the server\n"
57+
msgstr " --includedir-server afiºeazã locaþia fiºierelor header C pentru server\n"
58+
59+
#: pg_config.c:44
60+
msgid " --libdir show location of object code libraries\n"
61+
msgstr " --libdir afiºeazã locaþia bibliotecilor de cod obiect\n"
62+
63+
#: pg_config.c:45
64+
msgid " --pkglibdir show location of dynamically loadable modules\n"
65+
msgstr " --pkglibdir afiºeazã locaþia modulelor încãrcabile dinamic\n"
66+
67+
#: pg_config.c:46
68+
msgid " --pgxs show location of extension makefile\n"
69+
msgstr " --pgxs afiºeazã locaþia fiºierului makefile pentru extensii\n"
70+
71+
#: pg_config.c:47
72+
msgid ""
73+
" --configure show options given to \"configure\" script when\n"
74+
" PostgreSQL was built\n"
75+
msgstr ""
76+
" --configure afiºeazã opþiunile cu care a fost rulat scriptul \"configure\"\n"
77+
" la compilarea PostgreSQL\n"
78+
79+
#: pg_config.c:49
80+
msgid " --version show the PostgreSQL version, then exit\n"
81+
msgstr " --version afiºeazã versiunea PostgreSQL, apoi iese\n"
82+
83+
#: pg_config.c:50
84+
msgid ""
85+
" --help show this help, then exit\n"
86+
"\n"
87+
msgstr ""
88+
" --help afiºeazã acest ajutor, apoi iese\n"
89+
"\n"
90+
91+
#: pg_config.c:51
92+
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
93+
msgstr "Raportaþi erorile la <pgsql-bugs@postgresql.org>.\n"
94+
95+
#: pg_config.c:57
96+
#, c-format
97+
msgid ""
98+
"\n"
99+
"Try \"%s --help\" for more information\n"
100+
msgstr ""
101+
"\n"
102+
"Încercaþi \"%s --help\" pentru mai multe informaþii.\n"
103+
104+
#: pg_config.c:75
105+
#, c-format
106+
msgid "%s: argument required\n"
107+
msgstr "%s: argument necesar\n"
108+
109+
#: pg_config.c:104
110+
#, c-format
111+
msgid "%s: invalid argument: %s\n"
112+
msgstr "%s: argument incorect: %s\n"
113+
114+
#: pg_config.c:113
115+
#, c-format
116+
msgid "%s: could not find own executable\n"
117+
msgstr "%s: imposibil de gãsit propriul executabil\n"
118+

src/bin/pg_ctl/nls.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# $PostgreSQL: pgsql/src/bin/pg_ctl/nls.mk,v 1.12 2004/11/16 22:44:05 petere Exp $
1+
# $PostgreSQL: pgsql/src/bin/pg_ctl/nls.mk,v 1.13 2004/11/23 23:13:18 petere Exp $
22
CATALOG_NAME := pg_ctl
3-
AVAIL_LANGUAGES := cs de es fr pt_BR ru sk sl sv tr zh_CN zh_TW
3+
AVAIL_LANGUAGES := cs de es fr pt_BR ro ru sk sl sv tr zh_CN zh_TW
44
GETTEXT_FILES := pg_ctl.c
55
GETTEXT_TRIGGERS:= _ simple_prompt

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy