Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
05150e2d
Commit
05150e2d
authored
Jun 11, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add French psql translation. (My rendition of French anyway...)
Fix typo in message.
parent
94cb2201
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
869 additions
and
9 deletions
+869
-9
src/bin/psql/de.po
src/bin/psql/de.po
+9
-4
src/bin/psql/fr.po
src/bin/psql/fr.po
+855
-0
src/bin/psql/help.c
src/bin/psql/help.c
+3
-3
src/bin/psql/nls.mk
src/bin/psql/nls.mk
+2
-2
No files found.
src/bin/psql/de.po
View file @
05150e2d
# $Header: /cvsroot/pgsql/src/bin/psql/Attic/de.po,v 1.2 2001/06/08 23:53:48 petere Exp $
# German message translation file for psql
# Peter Eisentraut <peter_e@gmx.net>, 2001.
#
# $Header: /cvsroot/pgsql/src/bin/psql/Attic/de.po,v 1.3 2001/06/11 18:23:33 petere Exp $
#
# Use these quotes: %s
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.2\n"
"POT-Creation-Date: 2001-06-
09 01:33
+0200\n"
"POT-Creation-Date: 2001-06-
11 20:14
+0200\n"
"PO-Revision-Date: 2001-06-09 01:34+0200\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <de@li.org>\n"
...
...
@@ -348,7 +353,7 @@ msgstr ""
" -A Unausgerichteter Tabellenausgabemodus (-P format=unaligned)"
#: help.c:85
msgid " -c COMMAND Run only single command (SQL or interal) and exit"
msgid " -c COMMAND Run only single command (SQL or inter
n
al) and exit"
msgstr " -c ANWEISUNG Fhre einzelne Anweisung aus und beende"
#: help.c:91
...
...
@@ -524,7 +529,7 @@ msgid " \\d TABLE describe table (or view, index, sequence)\n"
msgstr " \\d TABELLE beschreibe Tabelle (oder Sicht, Index, Sequenz)\n"
#: help.c:203
msgid " \\d{t|i|s|v}... list tables/ind
ic
es/sequences/views\n"
msgid " \\d{t|i|s|v}... list tables/ind
ex
es/sequences/views\n"
msgstr " \\d{t|i|s|v}... liste Tabellen/Indizes/Sequenzen/Sichten auf\n"
#: help.c:204
...
...
src/bin/psql/fr.po
0 → 100644
View file @
05150e2d
This diff is collapsed.
Click to expand it.
src/bin/psql/help.c
View file @
05150e2d
...
...
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.4
0 2001/06/08 23:53:48
petere Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.4
1 2001/06/11 18:23:33
petere Exp $
*/
#include "postgres_fe.h"
#include "help.h"
...
...
@@ -82,7 +82,7 @@ usage(void)
puts
(
_
(
"Options:"
));
puts
(
_
(
" -a Echo all input from script"
));
puts
(
_
(
" -A Unaligned table output mode (-P format=unaligned)"
));
puts
(
_
(
" -c COMMAND Run only single command (SQL or interal) and exit"
));
puts
(
_
(
" -c COMMAND Run only single command (SQL or inter
n
al) and exit"
));
/* Display default database */
env
=
getenv
(
"PGDATABASE"
);
...
...
@@ -200,7 +200,7 @@ slashUsage(void)
fprintf
(
fout
,
_
(
"
\\
copy ... perform SQL COPY with data stream to the client host
\n
"
));
fprintf
(
fout
,
_
(
"
\\
copyright show PostgreSQL usage and distribution terms
\n
"
));
fprintf
(
fout
,
_
(
"
\\
d TABLE describe table (or view, index, sequence)
\n
"
));
fprintf
(
fout
,
_
(
"
\\
d{t|i|s|v}... list tables/ind
ic
es/sequences/views
\n
"
));
fprintf
(
fout
,
_
(
"
\\
d{t|i|s|v}... list tables/ind
ex
es/sequences/views
\n
"
));
fprintf
(
fout
,
_
(
"
\\
d{p|S|l} list access privileges, system tables, or large objects
\n
"
));
fprintf
(
fout
,
_
(
"
\\
da list aggregate functions
\n
"
));
fprintf
(
fout
,
_
(
"
\\
dd NAME show comment for table, type, function, or operator
\n
"
));
...
...
src/bin/psql/nls.mk
View file @
05150e2d
# $Header: /cvsroot/pgsql/src/bin/psql/nls.mk,v 1.
1 2001/06/02 18:25:18
petere Exp $
# $Header: /cvsroot/pgsql/src/bin/psql/nls.mk,v 1.
2 2001/06/11 18:23:33
petere Exp $
CATALOG_NAME
:=
psql
AVAIL_LANGUAGES
:=
de
AVAIL_LANGUAGES
:=
de
fr
GETTEXT_FILES
:=
command.c common.c copy.c help.c input.c large_obj.c
\
mainloop.c print.c startup.c
# describe.c needs work
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment