diff --git a/src/backend/po/de.po b/src/backend/po/de.po index 2804df2679980b992caef94d08397f667fc04c4e..986897391f109051359e56f55c24be6a2d79cbc7 100644 --- a/src/backend/po/de.po +++ b/src/backend/po/de.po @@ -1,8 +1,6 @@ # German message translation file for PostgreSQL server # Peter Eisentraut , 2001 - 2010. # -# pgtranslation Id: postgres.po,v 1.47.2.22 2011/09/22 03:41:59 petere Exp $ -# # Use these quotes: %s # msgid "" @@ -10,7 +8,7 @@ msgstr "" "Project-Id-Version: PostgreSQL 8.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-09-16 09:27+0000\n" -"PO-Revision-Date: 2011-09-22 06:41+0300\n" +"PO-Revision-Date: 2012-05-03 22:21+0300\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "Language: de\n" @@ -2855,9 +2853,7 @@ msgstr "nicht unterst msgid "" "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT " "setting." -msgstr "" -"Tabelle %s verweist auf %s, aber sie haben nicht die gleiche ON-COMMIT-" -"Einstellung" +msgstr "Tabelle %s verweist auf %s, aber sie haben nicht die gleiche ON-COMMIT-Einstellung." #: catalog/heap.c:2341 msgid "cannot truncate a table referenced in a foreign key constraint" @@ -4239,7 +4235,7 @@ msgstr "" #: commands/functioncmds.c:1365 #, c-format msgid "source data type %s is a pseudo-type" -msgstr "Quelldatentyp %s ist ein Pseudotyp." +msgstr "Quelldatentyp %s ist ein Pseudotyp" #: commands/functioncmds.c:1371 #, c-format @@ -5619,8 +5615,7 @@ msgstr "Typausgabefunktion muss angegeben werden" msgid "" "type modifier output function is useless without a type modifier input " "function" -msgstr "" -"Typmodifikatorausgabefunktion ist nutzlos ohne Typmodifikatoreingabefunktion." +msgstr "Typmodifikatorausgabefunktion ist nutzlos ohne Typmodifikatoreingabefunktion" #: commands/typecmds.c:315 #, c-format @@ -6817,7 +6812,7 @@ msgstr "konnte Funktion _ldap_start_tls_sA in wldap32.dll nicht laden" #: libpq/auth.c:1576 msgid "LDAP over SSL is not supported on this platform." -msgstr "LDAP ber SSL wird auf dieser Plattform nicht untersttzt" +msgstr "LDAP ber SSL wird auf dieser Plattform nicht untersttzt." #: libpq/auth.c:1591 #, c-format @@ -7489,7 +7484,7 @@ msgstr " DBNAME Datenbankname (Standard: Benutzername)\n" #: main/main.c:308 #, c-format msgid " -d 0-5 override debugging level\n" -msgstr " -d 1-5 Debug-Level setzen\n" +msgstr " -d 0-5 Debug-Level setzen\n" #: main/main.c:309 #, c-format @@ -7611,7 +7606,7 @@ msgstr "konnte Segment %u der Relation %u/%u/%u nicht entfernen: %m" #: storage/smgr/md.c:415 #, c-format msgid "cannot extend relation %u/%u/%u beyond %u blocks" -msgstr "konnte Relation %u/%u/%u nicht auf ber %u Blcke erweitern: %m" +msgstr "kann Relation %u/%u/%u nicht auf ber %u Blcke erweitern" #: storage/smgr/md.c:442 storage/smgr/md.c:596 storage/smgr/md.c:666 #, c-format @@ -8037,7 +8032,7 @@ msgstr "VALUES darf keine Verweise auf OLD oder NEW enthalten" #: parser/analyze.c:572 parser/analyze.c:994 msgid "Use SELECT ... UNION ALL ... instead." -msgstr "Verwenden Sie stattdessen SELECT ... UNION ALL ..." +msgstr "Verwenden Sie stattdessen SELECT ... UNION ALL ... ." #: parser/analyze.c:666 parser/analyze.c:1004 msgid "cannot use aggregate function in VALUES" @@ -10839,7 +10834,7 @@ msgstr "kann Arrays mit verschiedenen Elementtypen nicht vergleichen" #: utils/adt/arrayutils.c:209 msgid "typmod array must be type cstring[]" -msgstr "Typmod-Array muss Typ cstring[] haben." +msgstr "Typmod-Array muss Typ cstring[] haben" #: utils/adt/arrayutils.c:214 msgid "typmod array must be one-dimensional" @@ -10992,7 +10987,7 @@ msgstr "ung #: utils/adt/encode.c:295 msgid "unexpected \"=\"" -msgstr "unerwartetes %s" +msgstr "unerwartetes =" #: utils/adt/encode.c:307 msgid "invalid symbol" @@ -11515,7 +11510,7 @@ msgstr "ung #: utils/adt/like_match.c:281 utils/adt/regexp.c:709 msgid "Escape string must be empty or one character." -msgstr "ESCAPE-Zeichenkette muss null oder ein Zeichen lang sein" +msgstr "ESCAPE-Zeichenkette muss null oder ein Zeichen lang sein." #: utils/adt/mac.c:65 #, c-format @@ -11903,9 +11898,7 @@ msgstr "" #: utils/adt/ri_triggers.c:403 utils/adt/ri_triggers.c:2798 msgid "MATCH FULL does not allow mixing of null and nonnull key values." -msgstr "" -"MATCH FULL erlaubt das Mischen von Schlsseln, die NULL und nicht NULL sind, " -"nicht" +msgstr "MATCH FULL erlaubt das Mischen von Schlsseln, die NULL und nicht NULL sind, nicht." #: utils/adt/ri_triggers.c:2995 #, c-format diff --git a/src/backend/po/es.po b/src/backend/po/es.po index cd9519effa2b47d4666d07bc3ce1060f8dc4a872..24ea255aae7e5d09013736c1e221919f54fd304f 100644 --- a/src/backend/po/es.po +++ b/src/backend/po/es.po @@ -3,9 +3,6 @@ # Alvaro Herrera 2003-2008 # Jaime Casanova 2005, 2006 # -# pgtranslation Id: postgres.po,v 1.11.2.7 2012/02/22 19:17:18 alvherre Exp $ -# $PostgreSQL$ -# # FIXME -- quizas sea necesario buscar un termino mejor que # "Entrada" para traducir "entry". # diff --git a/src/backend/po/fr.po b/src/backend/po/fr.po index b873d7373ec1326682cf22c031bf181cd56799c0..b31f681126c64f33a921042261013a80d9d09f87 100644 --- a/src/backend/po/fr.po +++ b/src/backend/po/fr.po @@ -1,8 +1,6 @@ # translation of postgres-fr.po to FR_fr # French message translation file for postgres # -# $PostgreSQL: pgsql/src/backend/po/fr.po,v 1.18.2.3 2008/10/30 21:30:19 petere Exp $ -# # Use these quotes: %s # Guillaume Lelarge , 2003-2008. # diff --git a/src/backend/po/tr.po b/src/backend/po/tr.po index 91432ba13d78bb8ff41c1aa19777589a5bb682d5..014675996221cb1e0880119aef3357dee908b8a0 100644 --- a/src/backend/po/tr.po +++ b/src/backend/po/tr.po @@ -2,7 +2,6 @@ # Nicolai Tufar , 2002-2006. # Devrim GUNDUZ , 2003, 2004, 2005, 2006. # -# msgid "" msgstr "" "Project-Id-Version: postgres-tr\n" diff --git a/src/backend/po/zh_CN.po b/src/backend/po/zh_CN.po index cbd8d0ed2e6f746bff0be4facd55d98afd9138c1..4a63f8aff097d4e591ddfb8e355cbaab504eca60 100644 --- a/src/backend/po/zh_CN.po +++ b/src/backend/po/zh_CN.po @@ -1,8 +1,6 @@ # simplified Chinese translation file for PostgreSQL server # Weiping He , 2001. # -# $PostgreSQL: pgsql/src/backend/po/zh_CN.po,v 1.10 2005/01/06 09:07:12 petere Exp $ -# msgid "" msgstr "" "Project-Id-Version: postgres (PostgreSQL 8.3)\n" diff --git a/src/bin/initdb/po/de.po b/src/bin/initdb/po/de.po index 95449ffc976003d492f605c334402094972611f2..b4112908a401b314edad306e12619dcdf45bd94a 100644 --- a/src/bin/initdb/po/de.po +++ b/src/bin/initdb/po/de.po @@ -3,14 +3,12 @@ # # Use these quotes: %s # -# pgtranslation Id: initdb.po,v 1.11.2.4 2010/09/24 21:29:48 petere Exp $ -# msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-04-09 21:33+0000\n" -"PO-Revision-Date: 2010-09-25 00:29+0300\n" +"PO-Revision-Date: 2012-05-03 22:16+0300\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: Peter Eisentraut \n" "MIME-Version: 1.0\n" @@ -354,7 +352,7 @@ msgstr "" #, c-format msgid "" " -X, --xlogdir=XLOGDIR location for the transaction log directory\n" -msgstr " -X, --xlogdir=XLOGVERZ Verzeichnis fr den Transaktionslog\n" +msgstr " -X, --xlogdir=XLOGVERZ Verzeichnis fr den Transaktionslog\n" #: initdb.c:2394 #, c-format diff --git a/src/bin/initdb/po/es.po b/src/bin/initdb/po/es.po index 23093dccfaaf516c7581f8a9bd2862bc4729fab6..7cf978db333322eb736a2912807ea0e26f47eddd 100644 --- a/src/bin/initdb/po/es.po +++ b/src/bin/initdb/po/es.po @@ -2,7 +2,6 @@ # This file is put in the public domain. # Álvaro Herrera , 2004-2006 # -# msgid "" msgstr "" "Project-Id-Version: initdb (PostgreSQL 8.2)\n" diff --git a/src/bin/initdb/po/fr.po b/src/bin/initdb/po/fr.po index 81f1e601cea4a701f19e539aa4eda6573a373df7..937221aa05b88951d8e58babe627312798ae1ceb 100644 --- a/src/bin/initdb/po/fr.po +++ b/src/bin/initdb/po/fr.po @@ -1,8 +1,6 @@ # translation of initdb-fr.po to FR_fr # French message translation file for initdb # -# $PostgreSQL: pgsql/src/bin/initdb/po/fr.po,v 1.14.2.4 2009/09/03 19:25:44 petere Exp $ -# # Use these quotes: %s # Guillaume Lelarge , 2004-2008. # diff --git a/src/bin/initdb/po/ru.po b/src/bin/initdb/po/ru.po index 493d8fc6b716dd77fc610612a512c125a81af7bd..b14097c4819a488c2c5ebfb0819c32ea58ba2878 100644 --- a/src/bin/initdb/po/ru.po +++ b/src/bin/initdb/po/ru.po @@ -4,8 +4,6 @@ # Copyright (c) 2004 Serguei A. Mokhov, mokhov@cs.concordia.ca # Distributed under the same licensing terms as PostgreSQL itself. # -# $PostgreSQL: pgsql/src/bin/initdb/po/ru.po,v 1.15.6.1 2009/09/03 19:25:44 petere Exp $ -# # translation of subject-specific terminology, see: # : # http://wiki.postgresql.org/wiki/NLS/ru/dict diff --git a/src/bin/initdb/po/zh_CN.po b/src/bin/initdb/po/zh_CN.po index aacbaa7d6e338cbcb0895e49cc7b9124e6fe7825..e1602c44e9c5003e97f41aec52675eb79ebcc8bf 100644 --- a/src/bin/initdb/po/zh_CN.po +++ b/src/bin/initdb/po/zh_CN.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: initdb (PostgreSQL 8.3)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-10-01 14:59+0000\n" -"PO-Revision-Date: 2003-09-15 13:48:19+0800\n" +"PO-Revision-Date: 2012-03-11 23:00+0200\n" "Last-Translator: Bao Wei \n" "Language-Team: Chinese (Simplified)\n" "MIME-Version: 1.0\n" @@ -605,7 +605,7 @@ msgstr "" #: initdb.c:2911 #, c-format msgid "%s: could not find suitable text search configuration for locale %s\n" -msgstr "%s: 无法为语言环境\"%s\" 找到合适的编码配置\n" +msgstr "%s: 无法为语言环境\"%s\" 找到合适的文本搜索配置\n" #: initdb.c:2922 #, c-format diff --git a/src/bin/pg_config/po/de.po b/src/bin/pg_config/po/de.po index 352ec2a12e9e89666a2a5d7bdd0102a69dc61c13..79b43ddb43482fa2cac10a7c587fa22e9f67f821 100644 --- a/src/bin/pg_config/po/de.po +++ b/src/bin/pg_config/po/de.po @@ -1,8 +1,6 @@ # German message translation file for pg_config # Peter Eisentraut , 2004 - 2007. # -# pgtranslation Id: pg_config.po,v 1.8 2008/10/30 10:22:45 petere Exp $ -# # Use these quotes: %s # msgid "" diff --git a/src/bin/pg_config/po/fr.po b/src/bin/pg_config/po/fr.po index 8a3c52367b6874f389160c45abca0165ca26a2fe..f613c4b989b302dc6a775a757a8fdc4b2c7a42c7 100644 --- a/src/bin/pg_config/po/fr.po +++ b/src/bin/pg_config/po/fr.po @@ -1,8 +1,6 @@ # translation of pg_config-fr.po to FR_fr # French message translation file for pg_config # -# $PostgreSQL: pgsql/src/bin/pg_config/po/fr.po,v 1.9.2.1 2008/06/05 23:36:45 tgl Exp $ -# # Use these quotes: %s # Guillaume Lelarge , 2004-2008. # diff --git a/src/bin/pg_config/po/ru.po b/src/bin/pg_config/po/ru.po index 571e5d1b49cba30484ba8de7f17d7d30a04ccf4b..f594f3f829cf1a1c00c361495e2a70ff604f33cc 100644 --- a/src/bin/pg_config/po/ru.po +++ b/src/bin/pg_config/po/ru.po @@ -4,8 +4,6 @@ # Copyright (c) 2004-2005 Serguei A. Mokhov, mokhov@cs.concordia.ca # Distributed under the same licensing terms as PostgreSQL itself. # -# $PostgreSQL: pgsql/src/bin/pg_config/po/ru.po,v 1.5.6.1 2009/09/03 19:25:44 petere Exp $ -# # translation of subject-specific terminology, see: # : # http://wiki.postgresql.org/wiki/NLS/ru/dict diff --git a/src/bin/pg_controldata/po/de.po b/src/bin/pg_controldata/po/de.po index 262e96f0c06c148a5466e7b9da0f661cff598805..0eb3d372012a5c936f018a2b1683cdffbacdc6e5 100644 --- a/src/bin/pg_controldata/po/de.po +++ b/src/bin/pg_controldata/po/de.po @@ -1,8 +1,6 @@ # German message translation file for pg_controldata # Peter Eisentraut , 2002 - 2007. # -# pgtranslation Id: pg_controldata.po,v 1.9 2008/01/25 13:21:05 petere Exp $ -# # Use these quotes: %s # msgid "" diff --git a/src/bin/pg_controldata/po/es.po b/src/bin/pg_controldata/po/es.po index dc106241765faa6491df2a8397febcc63dc89d6d..5b6bc28784aea41267e6f21c39cbc1d1638a50bc 100644 --- a/src/bin/pg_controldata/po/es.po +++ b/src/bin/pg_controldata/po/es.po @@ -2,9 +2,6 @@ # Karim Mribti , 2002. # Alvaro Herrera , 2003-2008 # -# pgtranslation Id: pg_controldata.po,v 1.5.2.3 2012/02/22 19:17:18 alvherre Exp $ -# $PostgreSQL$ -# msgid "" msgstr "" "Project-Id-Version: pg_controldata (PostgreSQL 8.3)\n" diff --git a/src/bin/pg_controldata/po/fr.po b/src/bin/pg_controldata/po/fr.po index 0bbb04159af25bb996b11c05baec1bdc9210980c..681f952b890148e347e6492a233803cd382d484d 100644 --- a/src/bin/pg_controldata/po/fr.po +++ b/src/bin/pg_controldata/po/fr.po @@ -1,8 +1,6 @@ # translation of pg_controldata-fr.po to FR_fr # French message translation file for pg_controldata # -# $PostgreSQL: pgsql/src/bin/pg_controldata/po/fr.po,v 1.15.2.1 2008/06/05 23:36:45 tgl Exp $ -# # Use these quotes: %s # Loc Hennequin , 2002. # Guillaume Lelarge , 2003-2008. diff --git a/src/bin/pg_ctl/po/de.po b/src/bin/pg_ctl/po/de.po index 55d3dacc97c1ca67dcd475442ba320215b90dc77..fdfaf7c49ec68d09c9e35d19560d662c4b851182 100644 --- a/src/bin/pg_ctl/po/de.po +++ b/src/bin/pg_ctl/po/de.po @@ -1,8 +1,6 @@ # German message translation file for pg_ctl # Peter Eisentraut , 2004 - 2007. # -# pgtranslation Id: pg_ctl.po,v 1.10 2008/10/30 10:22:45 petere Exp $ -# # Use these quotes: %s # msgid "" diff --git a/src/bin/pg_ctl/po/fr.po b/src/bin/pg_ctl/po/fr.po index da37425664336bce104861657c6b9391c8db5722..ed2cc021f711f664eaea1bf43ab93aa1cb6c7bbe 100644 --- a/src/bin/pg_ctl/po/fr.po +++ b/src/bin/pg_ctl/po/fr.po @@ -1,8 +1,6 @@ # translation of pg_ctl-fr.po to FR_fr # French message translation file for pg_ctl # -# $PostgreSQL: pgsql/src/bin/pg_ctl/po/fr.po,v 1.12.2.1 2008/06/05 23:36:45 tgl Exp $ -# # Use these quotes: %s # Guillaume Lelarge , 2003-2008. # diff --git a/src/bin/pg_ctl/po/ru.po b/src/bin/pg_ctl/po/ru.po index 7ee0ef5f2d5089f1ae94e0e388ed0533c767e458..70b7401efbbdc93380e2c0213848003f1fd8e880 100644 --- a/src/bin/pg_ctl/po/ru.po +++ b/src/bin/pg_ctl/po/ru.po @@ -4,8 +4,6 @@ # Copyright (c) 2004-2005 Serguei A. Mokhov, mokhov@cs.concordia.ca # Distributed under the same licensing terms as PostgreSQL itself. # -# $PostgreSQL: pgsql/src/bin/pg_ctl/po/ru.po,v 1.10.6.1 2009/09/03 19:25:44 petere Exp $ -# # translation of subject-specific terminology, see: # : # http://wiki.postgresql.org/wiki/NLS/ru/dict diff --git a/src/bin/pg_dump/po/de.po b/src/bin/pg_dump/po/de.po index 90f7f8f0283b44ae3a5d359236dc4b1ad2a2fc5f..cfe48c1f39ee33538707a3f36245612f4588ecc4 100644 --- a/src/bin/pg_dump/po/de.po +++ b/src/bin/pg_dump/po/de.po @@ -1,8 +1,6 @@ # German message translation file for pg_dump and friends # Peter Eisentraut , 2001 - 2009. # -# pgtranslation Id: pg_dump.po,v 1.10.2.4 2011/05/10 18:01:37 petere Exp $ -# # Use these quotes: %s # msgid "" @@ -10,7 +8,7 @@ msgstr "" "Project-Id-Version: PostgreSQL 8.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-01-15 19:17+0000\n" -"PO-Revision-Date: 2011-05-10 21:00+0300\n" +"PO-Revision-Date: 2012-05-03 22:17+0300\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -373,9 +371,7 @@ msgstr "gebe Inhalt der Tabelle %s aus\n" #: pg_dump.c:1125 #, c-format msgid "Dumping the contents of table \"%s\" failed: PQgetCopyData() failed.\n" -msgstr "" -"Ausgabe des Inhalts der Tabelle %s fehlgeschlagen: PQendcopy() " -"fehlgeschlagen.\n" +msgstr "Ausgabe des Inhalts der Tabelle %s fehlgeschlagen: PQgetCopyData() fehlgeschlagen.\n" #: pg_dump.c:1126 pg_dump.c:10295 #, c-format @@ -944,7 +940,7 @@ msgstr "konnte Large Object %u nicht erstellen\n" #: pg_backup_archiver.c:766 msgid "could not open large object\n" -msgstr "konnte Large Object nicht ffnen: %s\n" +msgstr "konnte Large Object nicht ffnen\n" #: pg_backup_archiver.c:824 #, c-format @@ -1838,8 +1834,7 @@ msgstr "%s: konnte die Ausgabedatei msgid "" "%s extracts a PostgreSQL database cluster into an SQL script file.\n" "\n" -msgstr "" -"%s gibt eines PostgreSQL-Datenbankcluster in eine SQL-Skriptdatei aus.\n" +msgstr "%s gibt einen PostgreSQL-Datenbankcluster in eine SQL-Skriptdatei aus.\n\n" #: pg_dumpall.c:481 #, c-format diff --git a/src/bin/pg_dump/po/fr.po b/src/bin/pg_dump/po/fr.po index ac47714a56f456505d0e343f17b31ff10d48dd4a..1c90acb6f6ecb8da40edcaa48e1aec286b420a1b 100644 --- a/src/bin/pg_dump/po/fr.po +++ b/src/bin/pg_dump/po/fr.po @@ -1,8 +1,6 @@ # translation of pg_dump-fr.po to FR_fr # French message translation file for pg_dump # -# $PostgreSQL: pgsql/src/bin/pg_dump/po/fr.po,v 1.16.2.2 2009/01/29 22:07:53 petere Exp $ -# # Use these quotes: %s # Guillaume Lelarge , 2004-2008. # diff --git a/src/bin/pg_dump/po/sv.po b/src/bin/pg_dump/po/sv.po index 4354a8b7519500bace4cfe259cdc623b7e8102ed..853f4ae9230e75baa96a934ea1aecc0d8d58c457 100644 --- a/src/bin/pg_dump/po/sv.po +++ b/src/bin/pg_dump/po/sv.po @@ -2,8 +2,6 @@ # Peter Eisentraut , 2001. # Dennis Bjrklund , 2002, 2003, 2004, 2005, 2006. # -# $PostgreSQL: pgsql/src/bin/pg_dump/po/sv.po,v 1.25 2008/01/30 11:05:40 petere Exp $ -# # Use these quotes: "%s" # msgid "" diff --git a/src/bin/pg_resetxlog/po/de.po b/src/bin/pg_resetxlog/po/de.po index aa7cd0ff5dcfa3f5fe48350dd76a5ef07e3b317f..67d4342efd70230f3ed32551a910531b03edba0d 100644 --- a/src/bin/pg_resetxlog/po/de.po +++ b/src/bin/pg_resetxlog/po/de.po @@ -1,8 +1,6 @@ # German message translation file for pg_resetxlog # Peter Eisentraut , 2002 - 2007. # -# pgtranslation Id: pg_resetxlog.po,v 1.7 2007/11/08 10:53:47 petere Exp $ -# # Use these quotes: %s # msgid "" diff --git a/src/bin/pg_resetxlog/po/fr.po b/src/bin/pg_resetxlog/po/fr.po index f82efc3374ec13383a1f7ed3ce9c3ac7c081ffe6..8475268eec48552052ee1bedcf4ee331b593c44e 100644 --- a/src/bin/pg_resetxlog/po/fr.po +++ b/src/bin/pg_resetxlog/po/fr.po @@ -1,8 +1,6 @@ # translation of pg_resetxlog-fr.po to FR_fr # French message translation file for pg_resetxlog # -# $PostgreSQL: pgsql/src/bin/pg_resetxlog/po/fr.po,v 1.11.2.1 2008/06/05 23:36:45 tgl Exp $ -# # Use these quotes: %s # Guillaume Lelarge , 2004-2008. # diff --git a/src/bin/pg_resetxlog/po/ru.po b/src/bin/pg_resetxlog/po/ru.po index 13f699a90e43ef90b5da3baeb64483b4c7c808e5..d4af32692960e0e2abb013ef285fec281f39b63a 100644 --- a/src/bin/pg_resetxlog/po/ru.po +++ b/src/bin/pg_resetxlog/po/ru.po @@ -4,8 +4,6 @@ # Copyright (c) 2002-2005 Serguei A. Mokhov, mokhov@cs.concordia.ca # Distributed under the same licensing terms as PostgreSQL itself. # -# $PostgreSQL: pgsql/src/bin/pg_resetxlog/po/ru.po,v 1.12.6.1 2009/09/03 19:25:45 petere Exp $ -# # translation of subject-specific terminology, see: # : # http://wiki.postgresql.org/wiki/NLS/ru/dict diff --git a/src/bin/psql/po/de.po b/src/bin/psql/po/de.po index 0395a07b6e3467c9abec956c8b9f0bd5a273aaca..ec38f6cebbf66d3e8bf690506f4486c317878cd6 100644 --- a/src/bin/psql/po/de.po +++ b/src/bin/psql/po/de.po @@ -1,8 +1,6 @@ # German message translation file for psql # Peter Eisentraut , 2001 - 2009. # -# pgtranslation Id: psql.po,v 1.21.2.6 2011/07/27 20:52:29 petere Exp $ -# # Use these quotes: %s # msgid "" @@ -10,7 +8,7 @@ msgstr "" "Project-Id-Version: PostgreSQL 8.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-07-26 21:26+0000\n" -"PO-Revision-Date: 2011-07-27 23:52+0300\n" +"PO-Revision-Date: 2012-05-03 22:20+0300\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "Language: de\n" @@ -1743,7 +1741,7 @@ msgstr "Vorlage" #: describe.c:2264 msgid "Init options" -msgstr "Initialisierungsoptionen:" +msgstr "Initialisierungsoptionen" #: describe.c:2286 msgid "List of text search dictionaries" diff --git a/src/bin/psql/po/es.po b/src/bin/psql/po/es.po index ad4980dc85dda8e231a78946b621eef6fb8c3ba0..d0c04f473b9061d0f0109ee613279736ce69a426 100644 --- a/src/bin/psql/po/es.po +++ b/src/bin/psql/po/es.po @@ -2,9 +2,6 @@ # (c) , 2003-2008 # (c) Diego A. Gil , 2005 # -# pgtranslation Id: psql.po,v 1.8.2.4 2012/02/22 19:17:19 alvherre Exp $ -# $PostgreSQL$ -# msgid "" msgstr "" "Project-Id-Version: psql (PostgreSQL 8.3)\n" diff --git a/src/bin/psql/po/fr.po b/src/bin/psql/po/fr.po index c34ada011be346c5cc4a40a416e3b4893be228ea..8162ab1af7b3ea5d5f81f6e0da85f55f895116d8 100644 --- a/src/bin/psql/po/fr.po +++ b/src/bin/psql/po/fr.po @@ -1,8 +1,6 @@ # translation of psql-fr.po to FR_fr # French message translation file for psql # -# $PostgreSQL: pgsql/src/bin/psql/po/fr.po,v 1.22 2008/01/30 11:05:40 petere Exp $ -# # Use these quotes: %s # Peter Eisentraut , 2001. # Guillaume Lelarge , 2003-2008. diff --git a/src/bin/psql/po/ko.po b/src/bin/psql/po/ko.po index c5caeba74a62576f904c5b15646cf9722ebf6843..dda505c3ec15215abffc4991d924035bb705a121 100644 --- a/src/bin/psql/po/ko.po +++ b/src/bin/psql/po/ko.po @@ -1,7 +1,6 @@ # Korean message translation file for psql # Ioseph Kim. , 2004. # -# msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.3dev\n" diff --git a/src/bin/psql/po/sv.po b/src/bin/psql/po/sv.po index a60be19362ef4a24b56757676942c7ef97e4cd99..2643f06ba9da82b2a0a9ac42c1cd2bf5941aae9c 100644 --- a/src/bin/psql/po/sv.po +++ b/src/bin/psql/po/sv.po @@ -2,8 +2,6 @@ # Peter Eisentraut , 2001. # Dennis Bjrklund , 2002, 2003, 2004, 2005, 2006. # -# $PostgreSQL: pgsql/src/bin/psql/po/sv.po,v 1.33 2005/01/06 11:36:51 dennis Exp $ -# # Use these quotes: "%s" # msgid "" diff --git a/src/bin/scripts/po/de.po b/src/bin/scripts/po/de.po index 21379473dfe94bc93dcc08bc9731cc041254a253..1c1120a2da6a920b77c08f2f58b39160f6612ac7 100644 --- a/src/bin/scripts/po/de.po +++ b/src/bin/scripts/po/de.po @@ -1,8 +1,6 @@ # German message translation file for "scripts". # Peter Eisentraut , 2003 - 2007. # -# pgtranslation Id: pgscripts.po,v 1.7 2007/12/12 20:33:13 petere Exp $ -# # Use these quotes: %s # msgid "" @@ -10,7 +8,7 @@ msgstr "" "Project-Id-Version: PostgreSQL 8.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-12-12 04:18-0400\n" -"PO-Revision-Date: 2007-12-12 21:19+0100\n" +"PO-Revision-Date: 2012-05-03 22:18+0300\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -220,7 +218,7 @@ msgstr "" #: createlang.c:207 droplang.c:324 #, c-format msgid " %s [OPTION]... LANGNAME [DBNAME]\n" -msgstr "%s [OPTION]... SPRACHE [DBNAME]\n" +msgstr " %s [OPTION]... SPRACHE [DBNAME]\n" #: createlang.c:209 #, c-format @@ -466,7 +464,7 @@ msgstr "" #: dropdb.c:141 #, c-format msgid " %s [OPTION]... DBNAME\n" -msgstr " %s [OPTION]... DBNAME\n" +msgstr " %s [OPTION]... DBNAME\n" #: dropdb.c:144 dropuser.c:143 #, c-format @@ -542,13 +540,12 @@ msgstr "" #: clusterdb.c:120 #, c-format msgid "%s: cannot cluster all databases and a specific one at the same time\n" -msgstr "" -"%s: kann nicht alle Datenbanken und eine bestimmte gleichzeitig clustern.\n" +msgstr "%s: kann nicht alle Datenbanken und eine bestimmte gleichzeitig clustern\n" #: clusterdb.c:126 #, c-format msgid "%s: cannot cluster a specific table in all databases\n" -msgstr "%s: kann nicht eine bestimmte Tabelle in allen Datenbanken clustern.\n" +msgstr "%s: kann nicht eine bestimmte Tabelle in allen Datenbanken clustern\n" #: clusterdb.c:176 #, c-format diff --git a/src/bin/scripts/po/fr.po b/src/bin/scripts/po/fr.po index 259602858b017e70ddb94b35b326aa0c3b5bdd1d..15f4978994cc00bf248fed1b3dfc517939bb91c7 100644 --- a/src/bin/scripts/po/fr.po +++ b/src/bin/scripts/po/fr.po @@ -1,8 +1,6 @@ # translation of pgscripts-fr.po to FR_fr # French message translation file for pgscripts # -# $PostgreSQL: pgsql/src/bin/scripts/po/fr.po,v 1.15.2.2 2008/10/30 21:30:20 petere Exp $ -# # Use these quotes: %s # Guillaume Lelarge , 2004-2008. # diff --git a/src/interfaces/libpq/po/de.po b/src/interfaces/libpq/po/de.po index 34c423d309ebe516b8c16543f919c2f1cf552ea7..f2350bfa19845ad1084a395e6c6ebf3fa32c9ba8 100644 --- a/src/interfaces/libpq/po/de.po +++ b/src/interfaces/libpq/po/de.po @@ -1,8 +1,6 @@ # German message translation file for libpq # Peter Eisentraut , 2001 - 2007. # -# pgtranslation Id: libpq.po,v 1.7.2.2 2011/07/27 20:52:29 petere Exp $ -# # Use these quotes: %s # msgid "" diff --git a/src/interfaces/libpq/po/fr.po b/src/interfaces/libpq/po/fr.po index cbe834930f91caa48a56d9046c943e6863b68cfd..c37e654534b412daa77a91dad3d025a1cae973ff 100644 --- a/src/interfaces/libpq/po/fr.po +++ b/src/interfaces/libpq/po/fr.po @@ -1,8 +1,6 @@ # translation of libpq-fr.po to FR_fr # French message translation file for libpq # -# $PostgreSQL: pgsql/src/interfaces/libpq/po/fr.po,v 1.17 2007/11/29 08:50:36 petere Exp $ -# # Use these quotes: %s # Peter Eisentraut , 2001. # Loc Hennequin , 2002. diff --git a/src/interfaces/libpq/po/ru.po b/src/interfaces/libpq/po/ru.po index 8d1338cac4e0ba4e3104f3070543d3b7d6a2c30d..c5b6b27b6dd6b4931680e060684612a16e360847 100644 --- a/src/interfaces/libpq/po/ru.po +++ b/src/interfaces/libpq/po/ru.po @@ -4,8 +4,6 @@ # Copyright (c) 2001-2004 Serguei A. Mokhov, mokhov@cs.concordia.ca # Distributed under the same licensing terms as PostgreSQL itself. # -# $PostgreSQL: pgsql/src/interfaces/libpq/po/ru.po,v 1.19 2007/10/27 00:13:43 petere Exp $ -# # ChangeLog: # - January, 2005: Corrections and improvements by Oleg Bartunov # - March 27 - November 1, 2004: Updates for 8.0; diff --git a/src/interfaces/libpq/po/sv.po b/src/interfaces/libpq/po/sv.po index 9ee3bc949b40588c5792808d7e9efb41eb0cb360..c2bb434a35c30deab43eedc4aa3631ac008da275 100644 --- a/src/interfaces/libpq/po/sv.po +++ b/src/interfaces/libpq/po/sv.po @@ -2,8 +2,6 @@ # Peter Eisentraut , 2001. # Dennis Bjrklund , 2002, 2003, 2004, 2005, 2006. # -# $PostgreSQL: pgsql/src/interfaces/libpq/po/sv.po,v 1.17 2008/01/30 11:05:41 petere Exp $ -# # Use these quotes: "%s" # msgid "" diff --git a/src/interfaces/libpq/po/zh_CN.po b/src/interfaces/libpq/po/zh_CN.po index c61df6978ed1fa956eab5be692ae7ba2dbb97fc6..799340f2e9696a4410b71de7a48a89f1a085e147 100644 --- a/src/interfaces/libpq/po/zh_CN.po +++ b/src/interfaces/libpq/po/zh_CN.po @@ -1,8 +1,6 @@ # simplified Chinese translation file for libpq # Bao Wei , 2002 # -# $PostgreSQL: pgsql/src/interfaces/libpq/po/zh_CN.po,v 1.8 2005/01/06 09:07:17 petere Exp $ -# msgid "" msgstr "" "Project-Id-Version: libpq (PostgreSQL 8.3)\n"