"%u index pages have been deleted, %u are currently reusable.\n"
"%s"
msgstr ""
" : %.0f.\n"
" : %u, : %u.\n"
"%s"
#: commands/vacuumlazy.c:431
#, c-format
...
...
@@ -3496,7 +3503,7 @@ msgstr ""
#: commands/vacuumlazy.c:486
#, c-format
msgid "\"%s\": removed %d row versions in %d pages"
msgstr ""
msgstr "\"%s\": : %d, : %d"
#: commands/variable.c:75
msgid "invalid list syntax for parameter \"datestyle\""
...
...
@@ -3518,40 +3525,40 @@ msgstr ""
#: commands/variable.c:557
#, c-format
msgid "unrecognized time zone name: \"%s\""
msgstr ""
msgstr " : \"%s\""
#: commands/variable.c:565
#, c-format
msgid "time zone \"%s\" appears to use leap seconds"
msgstr ""
msgstr " \"%s\" "
#: commands/variable.c:567
msgid "PostgreSQL does not support leap seconds."
msgstr ""
msgstr "PostgreSQL ."
#: commands/variable.c:636
msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query"
msgstr ""
msgstr " SET TRANSACTION ISOLATION LEVEL "
#: commands/variable.c:713
#: utils/mb/mbutils.c:188
#, c-format
msgid "conversion between %s and %s is not supported"
msgstr ""
msgstr " %s %s "
#: commands/view.c:89
msgid "view must have at least one column"
msgstr ""
msgstr ""
#: commands/view.c:169
#: commands/view.c:181
msgid "cannot change number of columns in view"
msgstr ""
msgstr ""
#: commands/view.c:186
#, c-format
msgid "cannot change name of view column \"%s\""
msgstr ""
msgstr " \"%s\" "
#: commands/view.c:193
#, c-format
...
...
@@ -3598,12 +3605,12 @@ msgstr "
#: executor/execQual.c:512
#, c-format
msgid "no value found for parameter \"%s\""
msgstr ""
msgstr " \"%s\""
#: executor/execQual.c:517
#, c-format
msgid "no value found for parameter %d"
msgstr ""
msgstr " %d"
#: executor/execQual.c:694
msgid "functions and operators can take at most one set argument"
...
...
@@ -3641,11 +3648,11 @@ msgstr ""
#: executor/execQual.c:1284
msgid "IS DISTINCT FROM does not support set arguments"
msgstr ""
msgstr "IS DISTINCT FROM -"
#: executor/execQual.c:1352
msgid "op ANY/ALL (array) does not support set arguments"
msgstr ""
msgstr " ANY/ALL () -"
#: executor/execQual.c:1742
msgid "cannot merge incompatible arrays"
...
...
@@ -3662,12 +3669,12 @@ msgstr ""
#: executor/execQual.c:1886
msgid "NULLIF does not support set arguments"
msgstr ""
msgstr "NULLIF -"
#: executor/execQual.c:2067
#, c-format
msgid "domain %s does not allow null values"
msgstr ""
msgstr " %s (null) "
#: executor/execQual.c:2097
#, c-format
...
...
@@ -3688,7 +3695,7 @@ msgstr "
#: executor/functions.c:254
#, c-format
msgid "could not determine actual type of argument declared %s"
msgstr ""
msgstr " %s"
#: executor/functions.c:673
#, c-format
...
...
@@ -8657,7 +8664,7 @@ msgstr ""
#: utils/misc/guc.c:762
msgid "Encrypt passwords."
msgstr ""
msgstr " ."
#: utils/misc/guc.c:763
msgid "When a password is specified in CREATE USER or ALTER USER without writing either ENCRYPTED or UNENCRYPTED, this parameter determines whether the password is to be encrypted."
...
...
@@ -8749,7 +8756,7 @@ msgstr ""
#: utils/misc/guc.c:920
msgid "Uses syslog for logging."
msgstr ""
msgstr " syslog ."
#: utils/misc/guc.c:921
msgid "If this parameter is 1, messages go both to syslog and the standard output. A value of 2 sends output only to syslog. (Some messages will still go to the standard output/error.) The default is 0, which means syslog is off."
...
...
@@ -8919,7 +8926,7 @@ msgstr ""
#: utils/misc/guc.c:1285
msgid "Sets the client's character set encoding."
msgstr ""
msgstr " ."
#: utils/misc/guc.c:1295
msgid "Sets the message levels that are sent to the client."
...
...
@@ -8943,7 +8950,7 @@ msgstr ""
#: utils/misc/guc.c:1319
msgid "Valid values are \"terse\", \"default\", and \"verbose\"."
msgstr ""
msgstr " : \"terse\", \"default\" \"verbose\"."
#: utils/misc/guc.c:1327
msgid "Causes all statements generating error at or above this level to be logged."
...
...
@@ -8955,7 +8962,7 @@ msgstr ""
#: utils/misc/guc.c:1337
msgid "Sets the display format for date and time values."
msgstr ""
msgstr " ."
#: utils/misc/guc.c:1338
msgid "Also controls interpretation of ambiguous date inputs."
...
...
@@ -8963,11 +8970,11 @@ msgstr ""
#: utils/misc/guc.c:1348
msgid "Sets the transaction isolation level of each new transaction."
msgstr ""
msgstr " ."
#: utils/misc/guc.c:1349
msgid "Each SQL transaction has an isolation level, which can be either \"read committed\" or \"serializable\"."