Commit be18a49d authored by Bruce Momjian's avatar Bruce Momjian

> NOTE: in the command.c in three places there (I believe) is a typo:

>
> "parse error at [the] end of line"
>
> Attached patch also fixes it. I noticed this while editing the po file.
> If I'm wrong, please ignore the command.c.patch. I will revert my translation
> as well then.
>
> --
> Serguei A. Mokhov
parent 9e467671
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright 2000 by PostgreSQL Global Development Group * Copyright 2000 by PostgreSQL Global Development Group
* *
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.57 2001/09/02 23:52:19 petere Exp $ * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.58 2001/09/10 14:51:33 momjian Exp $
*/ */
#include "postgres_fe.h" #include "postgres_fe.h"
#include "command.h" #include "command.h"
...@@ -889,7 +889,7 @@ scan_option(char **string, enum option_type type, char *quote) ...@@ -889,7 +889,7 @@ scan_option(char **string, enum option_type type, char *quote)
if (options_string[jj] == 0) if (options_string[jj] == 0)
{ {
psql_error("parse error at end of line\n"); psql_error("parse error at the end of line\n");
*string = &options_string[jj]; *string = &options_string[jj];
return NULL; return NULL;
} }
...@@ -963,7 +963,7 @@ scan_option(char **string, enum option_type type, char *quote) ...@@ -963,7 +963,7 @@ scan_option(char **string, enum option_type type, char *quote)
if (options_string[jj] == 0) if (options_string[jj] == 0)
{ {
psql_error("parse error at end of line\n"); psql_error("parse error at the end of line\n");
*string = &options_string[jj]; *string = &options_string[jj];
return NULL; return NULL;
} }
...@@ -991,7 +991,7 @@ scan_option(char **string, enum option_type type, char *quote) ...@@ -991,7 +991,7 @@ scan_option(char **string, enum option_type type, char *quote)
len = strcspn(options_string + pos + 1, "`"); len = strcspn(options_string + pos + 1, "`");
if (options_string[pos + 1 + len] == 0) if (options_string[pos + 1 + len] == 0)
{ {
psql_error("parse error at end of line\n"); psql_error("parse error at the end of line\n");
*string = &options_string[pos + 1 + len]; *string = &options_string[pos + 1 + len];
return NULL; return NULL;
} }
......
# PSQL Translated Messages in Russian Language (KOI8-R) # PSQL Translated Messages in Russian Language (KOI8-R)
# Serguei A. Mokhov <stgunya@yahoo.com>, August-September 2001. # Serguei A. Mokhov <stgunya@yahoo.com>, August-September 2001.
# #
# $Header: /cvsroot/pgsql/src/bin/psql/Attic/ru.po,v 1.1 2001/09/06 11:10:47 petere Exp $ # $Header: /cvsroot/pgsql/src/bin/psql/Attic/ru.po,v 1.2 2001/09/10 14:51:33 momjian Exp $
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PostgreSQL 7.2\n" "Project-Id-Version: PostgreSQL 7.2\n"
"POT-Creation-Date: 2001-09-06 13:10+0200\n" "POT-Creation-Date: 2001-09-06 13:10+0200\n"
"PO-Revision-Date: 2001-09-03 14:39-0500\n" "PO-Revision-Date: 2001-09-08 03:45-0500\n"
"Last-Translator: Serguei A. Mokhov <StGunya@yahoo.com>\n" "Last-Translator: Serguei A. Mokhov <stgunya@yahoo.com>\n"
"Language-Team: Serguei A. Mokhov <StGunya@yahoo.com>\n" "Language-Team: Serguei A. Mokhov <stgunya@yahoo.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=koi8-r\n" "Content-Type: text/plain; charset=koi8-r\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
...@@ -45,7 +45,7 @@ msgstr " ...@@ -45,7 +45,7 @@ msgstr "
#: command.c:436 #: command.c:436
#, c-format #, c-format
msgid "%s: invalid encoding name\n" msgid "%s: invalid encoding name\n"
msgstr "%s: \n" msgstr "%s: \n"
#: command.c:445 #: command.c:445
#, c-format #, c-format
...@@ -94,7 +94,7 @@ msgid "\\%s: extra argument '%s' ignored\n" ...@@ -94,7 +94,7 @@ msgid "\\%s: extra argument '%s' ignored\n"
msgstr "\\%s: : '%s' - \n" msgstr "\\%s: : '%s' - \n"
#: command.c:892 command.c:966 command.c:994 #: command.c:892 command.c:966 command.c:994
msgid "parse error at end of line\n" msgid "parse error at the end of line\n"
msgstr " \n" msgstr " \n"
#: command.c:1275 command.c:1299 startup.c:183 startup.c:201 #: command.c:1275 command.c:1299 startup.c:183 startup.c:201
...@@ -221,11 +221,11 @@ msgstr " ...@@ -221,11 +221,11 @@ msgstr "
#: command.c:1808 #: command.c:1808
msgid "Default footer is on." msgid "Default footer is on."
msgstr " ޣ." msgstr " ."
#: command.c:1810 #: command.c:1810
msgid "Default footer is off." msgid "Default footer is off."
msgstr " ޣ." msgstr " ."
#: command.c:1816 #: command.c:1816
#, c-format #, c-format
...@@ -239,9 +239,7 @@ msgstr "\\!: ...@@ -239,9 +239,7 @@ msgstr "\\!:
#: common.c:50 #: common.c:50
#, c-format #, c-format
msgid "%s: xstrdup: cannot duplicate null pointer (internal error)\n" msgid "%s: xstrdup: cannot duplicate null pointer (internal error)\n"
msgstr "" msgstr "%s: xstrdup: ( )\n"
"%s: xstrdup: ( "
")\n"
#: common.c:299 common.c:385 #: common.c:299 common.c:385
msgid "You are currently not connected to a database.\n" msgid "You are currently not connected to a database.\n"
...@@ -261,7 +259,7 @@ msgstr " ...@@ -261,7 +259,7 @@ msgstr "
#: common.c:355 common.c:525 #: common.c:355 common.c:525
msgid "Succeeded.\n" msgid "Succeeded.\n"
msgstr ".\n" msgstr ".\n"
#: common.c:393 #: common.c:393
#, c-format #, c-format
...@@ -283,15 +281,13 @@ msgid "" ...@@ -283,15 +281,13 @@ msgid ""
"Enter data to be copied followed by a newline.\n" "Enter data to be copied followed by a newline.\n"
"End with a backslash and a period on a line by itself." "End with a backslash and a period on a line by itself."
msgstr "" msgstr ""
" " " (newline).\n"
"(newline).\n"
" ." " ."
#: common.c:531 #: common.c:531
#, c-format #, c-format
msgid "Asynchronous NOTIFY '%s' from backend with pid %d received.\n" msgid "Asynchronous NOTIFY '%s' from backend with pid %d received.\n"
msgstr "" msgstr " NOTIFY '%s' - (backend) pid %d.\n"
" NOTIFY '%s' - (backend) pid %d.\n"
#: copy.c:81 #: copy.c:81
msgid "\\copy: arguments required\n" msgid "\\copy: arguments required\n"
...@@ -335,7 +331,7 @@ msgstr " ...@@ -335,7 +331,7 @@ msgstr "
#: help.c:80 #: help.c:80
msgid "Usage:" msgid "Usage:"
msgstr ":" msgstr ":"
#: help.c:81 #: help.c:81
msgid " psql [options] [dbname [username]]\n" msgid " psql [options] [dbname [username]]\n"
...@@ -351,19 +347,16 @@ msgstr " -a ...@@ -351,19 +347,16 @@ msgstr " -a
#: help.c:84 #: help.c:84
msgid " -A Unaligned table output mode (-P format=unaligned)" msgid " -A Unaligned table output mode (-P format=unaligned)"
msgstr "" msgstr " -A (-P format=unaligned)"
" -A (-P format=unaligned)"
#: help.c:85 #: help.c:85
msgid " -c COMMAND Run only single command (SQL or internal) and exit" msgid " -c COMMAND Run only single command (SQL or internal) and exit"
msgstr "" msgstr " -c (SQL ) "
" -c (SQL ) "
#: help.c:91 #: help.c:91
#, c-format #, c-format
msgid " -d DBNAME Specify database name to connect to (default: %s)\n" msgid " -d DBNAME Specify database name to connect to (default: %s)\n"
msgstr "" msgstr " -d ( : %s)\n"
" -d ( : %s)\n"
#: help.c:93 #: help.c:93
msgid " -e Echo commands sent to server" msgid " -e Echo commands sent to server"
...@@ -371,8 +364,7 @@ msgstr " -e ...@@ -371,8 +364,7 @@ msgstr " -e
#: help.c:94 #: help.c:94
msgid " -E Display queries that internal commands generate" msgid " -E Display queries that internal commands generate"
msgstr "" msgstr " -E "
" -E "
#: help.c:95 #: help.c:95
msgid " -f FILENAME Execute commands from file, then exit" msgid " -f FILENAME Execute commands from file, then exit"
...@@ -383,8 +375,7 @@ msgstr " -f ...@@ -383,8 +375,7 @@ msgstr " -f
msgid "" msgid ""
" -F STRING Set field separator (default: \"%s\") (-P fieldsep=)\n" " -F STRING Set field separator (default: \"%s\") (-P fieldsep=)\n"
msgstr "" msgstr ""
" -F ( : \"%s\") (-P " " -F ( : \"%s\") (-P fieldsep=)\n"
"fieldsep=)\n"
#: help.c:101 #: help.c:101
#, c-format #, c-format
...@@ -405,8 +396,7 @@ msgstr " -l ...@@ -405,8 +396,7 @@ msgstr " -l
#: help.c:106 #: help.c:106
msgid " -n Disable enhanced command line editing (readline)" msgid " -n Disable enhanced command line editing (readline)"
msgstr "" msgstr " -n (readline)"
" -n (readline)"
#: help.c:107 #: help.c:107
msgid " -o FILENAME Send query results to file (or |pipe)" msgid " -o FILENAME Send query results to file (or |pipe)"
...@@ -421,21 +411,17 @@ msgstr " -p ...@@ -421,21 +411,17 @@ msgstr " -p
msgid "" msgid ""
" -P VAR[=ARG] Set printing option 'VAR' to 'ARG' (see \\pset command)" " -P VAR[=ARG] Set printing option 'VAR' to 'ARG' (see \\pset command)"
msgstr "" msgstr ""
" -P VAR[=ARG] 'ARG' 'VAR' (. " " -P VAR[=ARG] 'ARG' 'VAR' (. \\pset)"
"\\pset)"
#: help.c:115 #: help.c:115
msgid " -q Run quietly (no messages, only query output)" msgid " -q Run quietly (no messages, only query output)"
msgstr "" msgstr " -q \"\" ( , )"
" -q \"\" ( , "
")"
#: help.c:116 #: help.c:116
msgid "" msgid ""
" -R STRING Set record separator (default: newline) (-P recordsep=)" " -R STRING Set record separator (default: newline) (-P recordsep=)"
msgstr "" msgstr ""
" -R ( : " " -R ( : ) (-P recordsep=)"
") (-P recordsep=)"
#: help.c:117 #: help.c:117
msgid " -s Single step mode (confirm each query)" msgid " -s Single step mode (confirm each query)"
...@@ -443,8 +429,7 @@ msgstr " -s ...@@ -443,8 +429,7 @@ msgstr " -s
#: help.c:118 #: help.c:118
msgid " -S Single line mode (end of line terminates SQL command)" msgid " -S Single line mode (end of line terminates SQL command)"
msgstr "" msgstr " -S ( SQL)"
" -S ( SQL)"
#: help.c:119 #: help.c:119
msgid " -t Print rows only (-P tuples_only)" msgid " -t Print rows only (-P tuples_only)"
...@@ -461,14 +446,11 @@ msgstr "" ...@@ -461,14 +446,11 @@ msgstr ""
#: help.c:126 #: help.c:126
#, c-format #, c-format
msgid " -U NAME Specify database user name (default: %s)\n" msgid " -U NAME Specify database user name (default: %s)\n"
msgstr "" msgstr " -U ( : %s)\n"
" -U ( : %s)\n"
#: help.c:128 #: help.c:128
msgid " -v NAME=VALUE Set psql variable 'NAME' to 'VALUE'" msgid " -v NAME=VALUE Set psql variable 'NAME' to 'VALUE'"
msgstr "" msgstr " -v NAME=VALUE psql 'NAME' 'VALUE'"
" -v NAME=VALUE psql 'NAME' "
"'VALUE'"
#: help.c:129 #: help.c:129
msgid " -V Show version information and exit" msgid " -V Show version information and exit"
...@@ -476,16 +458,15 @@ msgstr " -V ...@@ -476,16 +458,15 @@ msgstr " -V
#: help.c:130 #: help.c:130
msgid " -W Prompt for password (should happen automatically)" msgid " -W Prompt for password (should happen automatically)"
msgstr "" msgstr " -W ( )"
" -W ( )"
#: help.c:131 #: help.c:131
msgid " -x Turn on expanded table output (-P expanded)" msgid " -x Turn on expanded table output (-P expanded)"
msgstr " -x (-P expanded)" msgstr " -x (-P expanded)"
#: help.c:132 #: help.c:132
msgid " -X Do not read startup file (~/.psqlrc)" msgid " -X Do not read startup file (~/.psqlrc)"
msgstr " -X (~/.psqlrc)" msgstr " -X (~/.psqlrc)"
#: help.c:135 #: help.c:135
msgid "" msgid ""
...@@ -497,8 +478,7 @@ msgid "" ...@@ -497,8 +478,7 @@ msgid ""
"Report bugs to <pgsql-bugs@postgresql.org>." "Report bugs to <pgsql-bugs@postgresql.org>."
msgstr "" msgstr ""
"\n" "\n"
" \"\\?\" ( ) " " \"\\?\" ( ) \"\\help\"\n"
"\"\\help\"\n"
"( SQL) psql, psql\n" "( SQL) psql, psql\n"
" PostgreSQL.\n" " PostgreSQL.\n"
"\n" "\n"
...@@ -506,9 +486,7 @@ msgstr "" ...@@ -506,9 +486,7 @@ msgstr ""
#: help.c:194 #: help.c:194
msgid " \\a toggle between unaligned and aligned output mode\n" msgid " \\a toggle between unaligned and aligned output mode\n"
msgstr "" msgstr " \\a \n"
" \\a "
"\n"
#: help.c:195 #: help.c:195
#, c-format #, c-format
...@@ -516,169 +494,179 @@ msgid "" ...@@ -516,169 +494,179 @@ msgid ""
" \\c[onnect] [DBNAME|- [USER]]\n" " \\c[onnect] [DBNAME|- [USER]]\n"
" connect to new database (currently \"%s\")\n" " connect to new database (currently \"%s\")\n"
msgstr "" msgstr ""
" \\c[onnect] [|- []]\n"
" (: \"%s\")\n"
#: help.c:198 #: help.c:198
msgid " \\C TITLE set table title\n" msgid " \\C TITLE set table title\n"
msgstr "" msgstr " \\C \n"
#: help.c:199 #: help.c:199
msgid " \\cd [DIRNAME] change the current working directory\n" msgid " \\cd [DIRNAME] change the current working directory\n"
msgstr "" msgstr " \\cd [] \n"
#: help.c:200 #: help.c:200
msgid " \\copy ... perform SQL COPY with data stream to the client host\n" msgid " \\copy ... perform SQL COPY with data stream to the client host\n"
msgstr "" msgstr " \\copy ... SQL COPY \n"
#: help.c:201 #: help.c:201
msgid " \\copyright show PostgreSQL usage and distribution terms\n" msgid " \\copyright show PostgreSQL usage and distribution terms\n"
msgstr "" msgstr " \\copyright PostgreSQL\n"
#: help.c:202 #: help.c:202
msgid " \\d TABLE describe table (or view, index, sequence)\n" msgid " \\d TABLE describe table (or view, index, sequence)\n"
msgstr "" msgstr " \\d (, , )\n"
#: help.c:203 #: help.c:203
msgid " \\d{t|i|s|v}... list tables/indexes/sequences/views\n" msgid " \\d{t|i|s|v}... list tables/indexes/sequences/views\n"
msgstr "" msgstr " \\d{t|i|s|v}... ///\n"
#: help.c:204 #: help.c:204
msgid "" msgid ""
" \\d{p|S|l} list access privileges, system tables, or large objects\n" " \\d{p|S|l} list access privileges, system tables, or large objects\n"
msgstr "" msgstr ""
" \\d{p|S|l} , , (LO)\n"
#: help.c:205 #: help.c:205
msgid " \\da list aggregate functions\n" msgid " \\da list aggregate functions\n"
msgstr "" msgstr " \\da \n"
#: help.c:206 #: help.c:206
msgid " \\dd NAME show comment for table, type, function, or operator\n" msgid " \\dd NAME show comment for table, type, function, or operator\n"
msgstr "" msgstr " \\dd , , , \n"
#: help.c:207 #: help.c:207
msgid " \\df list functions\n" msgid " \\df list functions\n"
msgstr "" msgstr " \\df \n"
#: help.c:208 #: help.c:208
msgid " \\do list operators\n" msgid " \\do list operators\n"
msgstr "" msgstr " \\do \n"
#: help.c:209 #: help.c:209
msgid " \\dT list data types\n" msgid " \\dT list data types\n"
msgstr "" msgstr " \\dT \n"
#: help.c:210 #: help.c:210
msgid "" msgid ""
" \\e FILENAME edit the current query buffer or file with external editor\n" " \\e FILENAME edit the current query buffer or file with external editor\n"
msgstr "" msgstr ""
" \\e \n"
#: help.c:211 #: help.c:211
msgid " \\echo TEXT write text to standard output\n" msgid " \\echo TEXT write text to standard output\n"
msgstr "" msgstr " \\echo \n"
#: help.c:212 #: help.c:212
msgid " \\encoding ENCODING set client encoding\n" msgid " \\encoding ENCODING set client encoding\n"
msgstr "" msgstr " \\encoding \n"
#: help.c:213 #: help.c:213
msgid " \\f STRING set field separator\n" msgid " \\f STRING set field separator\n"
msgstr "" msgstr " \\f \n"
#: help.c:214 #: help.c:214
msgid "" msgid ""
" \\g FILENAME send SQL command to server (and write results to file or |" " \\g FILENAME send SQL command to server (and write results to file or |"
"pipe)\n" "pipe)\n"
msgstr "" msgstr ""
" \\g SQL ( |"
")\n"
#: help.c:215 #: help.c:215
msgid " \\h NAME help on syntax of SQL commands, * for all commands\n" msgid " \\h NAME help on syntax of SQL commands, * for all commands\n"
msgstr "" msgstr " \\h SQL ; * \n"
#: help.c:216 #: help.c:216
#, c-format #, c-format
msgid " \\H toggle HTML output mode (currently %s)\n" msgid " \\H toggle HTML output mode (currently %s)\n"
msgstr "" msgstr " \\H HTML ( : %s)\n"
#: help.c:218 #: help.c:218
msgid " \\i FILENAME execute commands from file\n" msgid " \\i FILENAME execute commands from file\n"
msgstr "" msgstr " \\i \n"
#: help.c:219 #: help.c:219
msgid " \\l list all databases\n" msgid " \\l list all databases\n"
msgstr "" msgstr " \\l \n"
#: help.c:220 #: help.c:220
msgid "" msgid ""
" \\lo_export, \\lo_import, \\lo_list, \\lo_unlink\n" " \\lo_export, \\lo_import, \\lo_list, \\lo_unlink\n"
" large object operations\n" " large object operations\n"
msgstr "" msgstr ""
" \\lo_export, \\lo_import, \\lo_list, \\lo_unlink\n"
" \n"
#: help.c:222 #: help.c:222
msgid " \\o FILENAME send all query results to file or |pipe\n" msgid " \\o FILENAME send all query results to file or |pipe\n"
msgstr "" msgstr " \\o |\n"
#: help.c:223 #: help.c:223
msgid " \\p show the content of the current query buffer\n" msgid " \\p show the content of the current query buffer\n"
msgstr "" msgstr " \\p \n"
#: help.c:224 #: help.c:224
msgid "" msgid ""
" \\pset VAR set table output option (VAR := {format|border|expanded|\n" " \\pset VAR set table output option (VAR := {format|border|expanded|\n"
" fieldsep|null|recordsep|tuples_only|title|tableattr|pager})\n" " fieldsep|null|recordsep|tuples_only|title|tableattr|pager})\n"
msgstr "" msgstr ""
" \\pset VAR (VAR := {format|border|expanded|\n"
" fieldsep|null|recordsep|tuples_only|title|tableattr|pager})\n"
#: help.c:226 #: help.c:226
msgid " \\q quit psql\n" msgid " \\q quit psql\n"
msgstr "" msgstr " \\q psql\n"
#: help.c:227 #: help.c:227
msgid " \\qecho TEXT write text to query output stream (see \\o)\n" msgid " \\qecho TEXT write text to query output stream (see \\o)\n"
msgstr "" msgstr " \\qecho (. \\o)\n"
#: help.c:228 #: help.c:228
msgid " \\r reset (clear) the query buffer\n" msgid " \\r reset (clear) the query buffer\n"
msgstr "" msgstr " \\r \n"
#: help.c:229 #: help.c:229
msgid " \\s FILENAME print history or save it to file\n" msgid " \\s FILENAME print history or save it to file\n"
msgstr "" msgstr " \\s ţ \n"
#: help.c:230 #: help.c:230
msgid " \\set NAME VALUE set internal variable\n" msgid " \\set NAME VALUE set internal variable\n"
msgstr "" msgstr " \\set NAME VALUE ( )\n"
#: help.c:231 #: help.c:231
#, c-format #, c-format
msgid " \\t show only rows (currently %s)\n" msgid " \\t show only rows (currently %s)\n"
msgstr "" msgstr " \\t ( : %s)\n"
#: help.c:233 #: help.c:233
msgid " \\T TEXT set HTML table tag attributes\n" msgid " \\T TEXT set HTML table tag attributes\n"
msgstr "" msgstr " \\T HTML- <table>\n"
#: help.c:234 #: help.c:234
msgid " \\unset NAME unset (delete) internal variable\n" msgid " \\unset NAME unset (delete) internal variable\n"
msgstr "" msgstr " \\unset \n"
#: help.c:235 #: help.c:235
msgid " \\w FILENAME write current query buffer to file\n" msgid " \\w FILENAME write current query buffer to file\n"
msgstr "" msgstr " \\w \n"
#: help.c:236 #: help.c:236
#, c-format #, c-format
msgid " \\x toggle expanded output (currently %s)\n" msgid " \\x toggle expanded output (currently %s)\n"
msgstr "" msgstr " \\x (: %s)\n"
#: help.c:238 #: help.c:238
msgid " \\z list table access privileges\n" msgid " \\z list table access privileges\n"
msgstr "" msgstr " \\z \n"
#: help.c:239 #: help.c:239
msgid " \\! [COMMAND] execute command in shell or start interactive shell\n" msgid " \\! [COMMAND] execute command in shell or start interactive shell\n"
msgstr "" msgstr " \\! [] \n"
#: help.c:266 #: help.c:266
msgid "Available help:" msgid "Available help:"
msgstr "" msgstr " :"
#: help.c:297 #: help.c:297
#, c-format #, c-format
...@@ -689,6 +677,11 @@ msgid "" ...@@ -689,6 +677,11 @@ msgid ""
"%s\n" "%s\n"
"\n" "\n"
msgstr "" msgstr ""
": %s\n"
": %s\n"
":\n"
"%s\n"
"\n"
#: help.c:308 #: help.c:308
#, c-format #, c-format
...@@ -696,67 +689,69 @@ msgid "" ...@@ -696,67 +689,69 @@ msgid ""
"No help available for '%-.*s'.\n" "No help available for '%-.*s'.\n"
"Try \\h with no arguments to see available help.\n" "Try \\h with no arguments to see available help.\n"
msgstr "" msgstr ""
" '%-.*s'.\n"
" \\h .\n"
#: input.c:171 #: input.c:171
#, c-format #, c-format
msgid "could not save history to %s: %s\n" msgid "could not save history to %s: %s\n"
msgstr "" msgstr " %s: %s\n"
#: large_obj.c:66 #: large_obj.c:66
msgid "Warning: Your transaction in progress has been committed." msgid "Warning: Your transaction in progress has been committed."
msgstr "" msgstr ": ."
#: large_obj.c:68 #: large_obj.c:68
msgid "Warning: Your transaction in progress has been rolled back." msgid "Warning: Your transaction in progress has been rolled back."
msgstr "" msgstr ": ."
#: large_obj.c:95 #: large_obj.c:95
msgid "\\lo_export: not connected to a database\n" msgid "\\lo_export: not connected to a database\n"
msgstr "" msgstr "\\lo_export: \n"
#: large_obj.c:162 #: large_obj.c:162
msgid "\\lo_import: not connected to a database\n" msgid "\\lo_import: not connected to a database\n"
msgstr "" msgstr "\\lo_import: \n"
#: large_obj.c:276 #: large_obj.c:276
msgid "\\lo_unlink: not connected to a database\n" msgid "\\lo_unlink: not connected to a database\n"
msgstr "" msgstr "\\lo_unlink: \n"
#: describe.c:57 describe.c:110 describe.c:169 describe.c:221 describe.c:269 #: describe.c:57 describe.c:110 describe.c:169 describe.c:221 describe.c:269
#: describe.c:401 describe.c:530 describe.c:1034 large_obj.c:353 #: describe.c:401 describe.c:530 describe.c:1034 large_obj.c:353
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: large_obj.c:361 #: large_obj.c:361
msgid "Large objects" msgid "Large objects"
msgstr "" msgstr " "
#: mainloop.c:242 #: mainloop.c:242
#, c-format #, c-format
msgid "Use \"\\q\" to leave %s.\n" msgid "Use \"\\q\" to leave %s.\n"
msgstr "" msgstr " \"\\q\" %s.\n"
#: print.c:370 #: print.c:370
msgid "(No rows)\n" msgid "(No rows)\n"
msgstr "" msgstr "( )\n "
#: print.c:1075 #: print.c:1075
msgid "(1 row)" msgid "(1 row)"
msgstr "" msgstr "(1 )"
#: print.c:1077 #: print.c:1077
#, c-format #, c-format
msgid "(%d rows)" msgid "(%d )"
msgstr "" msgstr ""
#: startup.c:141 startup.c:615 #: startup.c:141 startup.c:615
#, c-format #, c-format
msgid "%s: out of memory\n" msgid "%s: out of memory\n"
msgstr "" msgstr "%s: \n"
#: startup.c:177 #: startup.c:177
msgid "User name: " msgid "User name: "
msgstr "" msgstr " : "
#: startup.c:286 #: startup.c:286
#, c-format #, c-format
......
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