[libpostgresql-jdbc-java] 35/93: Fixed spelling of occured

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:18:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to annotated tag REL9_3_1102
in repository libpostgresql-jdbc-java.

commit b72c4ae48cd84b53afbb1d57306e8ede4bda6ff5
Author: Dave Cramer <dave.cramer at credativ.ca>
Date:   Thu Oct 10 17:54:14 2013 -0400

    Fixed spelling of occured
---
 org/postgresql/Driver.java.in                     | 4 ++--
 org/postgresql/core/v2/ConnectionFactoryImpl.java | 2 +-
 org/postgresql/core/v3/ConnectionFactoryImpl.java | 2 +-
 org/postgresql/translation/bg.po                  | 4 ++--
 org/postgresql/translation/cs.po                  | 4 ++--
 org/postgresql/translation/de.po                  | 4 ++--
 org/postgresql/translation/es.po                  | 4 ++--
 org/postgresql/translation/fr.po                  | 4 ++--
 org/postgresql/translation/it.po                  | 4 ++--
 org/postgresql/translation/ja.po                  | 4 ++--
 org/postgresql/translation/nl.po                  | 4 ++--
 org/postgresql/translation/pl.po                  | 4 ++--
 org/postgresql/translation/pt_BR.po               | 4 ++--
 org/postgresql/translation/ru.po                  | 4 ++--
 org/postgresql/translation/sr.po                  | 4 ++--
 org/postgresql/translation/tr.po                  | 4 ++--
 org/postgresql/translation/zh_CN.po               | 4 ++--
 org/postgresql/translation/zh_TW.po               | 4 ++--
 18 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/org/postgresql/Driver.java.in b/org/postgresql/Driver.java.in
index 7a16026..72210f3 100644
--- a/org/postgresql/Driver.java.in
+++ b/org/postgresql/Driver.java.in
@@ -297,7 +297,7 @@ public class Driver implements java.sql.Driver
         catch (Exception ex2)
         {
             logger.debug("Unexpected connection error:", ex2);
-            throw new PSQLException(GT.tr("Something unusual has occurred to cause the driver to fail. Please report this exception."),
+            throw new PSQLException(GT.tr("Something unusual has occured to cause the driver to fail. Please report this exception."),
                                     PSQLState.UNEXPECTED_ERROR, ex2);
         }
     }
@@ -361,7 +361,7 @@ public class Driver implements java.sql.Driver
                             resultException.fillInStackTrace();
                             throw (SQLException)resultException;
                         } else {
-                            throw new PSQLException(GT.tr("Something unusual has occurred to cause the driver to fail. Please report this exception."),
+                            throw new PSQLException(GT.tr("Something unusual has occured to cause the driver to fail. Please report this exception."),
                                                     PSQLState.UNEXPECTED_ERROR, resultException);
                         }
                     }
diff --git a/org/postgresql/core/v2/ConnectionFactoryImpl.java b/org/postgresql/core/v2/ConnectionFactoryImpl.java
index 07cf232..a0cfc96 100644
--- a/org/postgresql/core/v2/ConnectionFactoryImpl.java
+++ b/org/postgresql/core/v2/ConnectionFactoryImpl.java
@@ -220,7 +220,7 @@ public class ConnectionFactoryImpl extends ConnectionFactory {
             return pgStream;
 
         default:
-            throw new PSQLException(GT.tr("An error occurred while setting up the SSL connection."), PSQLState.PROTOCOL_VIOLATION);
+            throw new PSQLException(GT.tr("An error occured while setting up the SSL connection."), PSQLState.PROTOCOL_VIOLATION);
         }
     }
 
diff --git a/org/postgresql/core/v3/ConnectionFactoryImpl.java b/org/postgresql/core/v3/ConnectionFactoryImpl.java
index 10a2e3d..95eaa43 100644
--- a/org/postgresql/core/v3/ConnectionFactoryImpl.java
+++ b/org/postgresql/core/v3/ConnectionFactoryImpl.java
@@ -317,7 +317,7 @@ public class ConnectionFactoryImpl extends ConnectionFactory {
             return pgStream;
 
         default:
-            throw new PSQLException(GT.tr("An error occurred while setting up the SSL connection."), PSQLState.PROTOCOL_VIOLATION);
+            throw new PSQLException(GT.tr("An error occured while setting up the SSL connection."), PSQLState.PROTOCOL_VIOLATION);
         }
     }
 
diff --git a/org/postgresql/translation/bg.po b/org/postgresql/translation/bg.po
index 0f7ab9b..72a9ee5 100755
--- a/org/postgresql/translation/bg.po
+++ b/org/postgresql/translation/bg.po
@@ -36,7 +36,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr ""
 "Възникна неочаквана грешка с драйвъра. Моля докадвайте това изключение. "
@@ -201,7 +201,7 @@ msgstr "Сървърът не поддържа SSL."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "Възникна грешка при осъществяване на SSL връзката."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272
diff --git a/org/postgresql/translation/cs.po b/org/postgresql/translation/cs.po
index 8e21943..15fa1c4 100644
--- a/org/postgresql/translation/cs.po
+++ b/org/postgresql/translation/cs.po
@@ -30,7 +30,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr ""
 "N�co neobvykl�ho p�inutilo ovlada� selhat. Pros�m nahlaste tuto vyj�mku."
@@ -188,7 +188,7 @@ msgstr "Server nepodporuje SSL."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "Nastala chyba p�i nastaven� SSL spojen�."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272
diff --git a/org/postgresql/translation/de.po b/org/postgresql/translation/de.po
index 292d9af..5e42cca 100644
--- a/org/postgresql/translation/de.po
+++ b/org/postgresql/translation/de.po
@@ -38,7 +38,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr ""
 "Etwas Ungew�hnliches ist passiert, das den Treiber fehlschlagen lie�. Bitte "
@@ -204,7 +204,7 @@ msgstr "Der Server unterst�tzt SSL nicht."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "Beim Aufbau der SSL-Verbindung trat ein Fehler auf."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272
diff --git a/org/postgresql/translation/es.po b/org/postgresql/translation/es.po
index 14c0093..4d78fc0 100644
--- a/org/postgresql/translation/es.po
+++ b/org/postgresql/translation/es.po
@@ -29,7 +29,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr ""
 "Algo inusual ha ocurrido que provocó un fallo en el controlador. Por favor "
@@ -189,7 +189,7 @@ msgstr "Este servidor no soporta SSL."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "Ha ocorrido un error mientras se establecía la conexión SSL."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272
diff --git a/org/postgresql/translation/fr.po b/org/postgresql/translation/fr.po
index 3cb3faa..48c62ae 100644
--- a/org/postgresql/translation/fr.po
+++ b/org/postgresql/translation/fr.po
@@ -34,7 +34,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr ""
 "Quelque chose d''inhabituel a provoqu� l''�chec du pilote. Veuillez faire un "
@@ -202,7 +202,7 @@ msgstr "Le serveur ne supporte pas SSL."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr ""
 "Une erreur s''est produite pendant l''�tablissement de la connexion SSL."
 
diff --git a/org/postgresql/translation/it.po b/org/postgresql/translation/it.po
index 67f7a7a..d6f94d2 100644
--- a/org/postgresql/translation/it.po
+++ b/org/postgresql/translation/it.po
@@ -34,7 +34,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr ""
 "Qualcosa di insolito si � verificato causando il fallimento del driver. Per "
@@ -205,7 +205,7 @@ msgstr "Il server non supporta SSL."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "Si � verificato un errore impostando la connessione SSL."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272
diff --git a/org/postgresql/translation/ja.po b/org/postgresql/translation/ja.po
index 733b636..18e9039 100644
--- a/org/postgresql/translation/ja.po
+++ b/org/postgresql/translation/ja.po
@@ -36,7 +36,7 @@ msgstr ""
 
 #: org/postgresql/Driver.java.in:288 org/postgresql/Driver.java.in:352
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr ""
 "ドライバの失敗を引き起こす異常が起こりました。この例外を報告して下さい。"
@@ -196,7 +196,7 @@ msgstr "サーバはSSLをサポートしていません。"
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:320
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "SSL接続のセットアップ中に、エラーが起こりました。"
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272
diff --git a/org/postgresql/translation/nl.po b/org/postgresql/translation/nl.po
index 2c0263a..8f8811c 100644
--- a/org/postgresql/translation/nl.po
+++ b/org/postgresql/translation/nl.po
@@ -29,7 +29,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr ""
 "Iets ongewoons is opgetreden, wat deze driver doet falen. Rapporteer deze "
@@ -190,7 +190,7 @@ msgstr ""
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
 #, fuzzy
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "Een fout trad op tijdens het ophalen van het authenticatie verzoek."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272
diff --git a/org/postgresql/translation/pl.po b/org/postgresql/translation/pl.po
index 39d3e72..d3b0873 100644
--- a/org/postgresql/translation/pl.po
+++ b/org/postgresql/translation/pl.po
@@ -36,7 +36,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr "Coś niezwykłego spowodowało pad sterownika. Proszę, zgłoś ten wyjątek."
 
@@ -194,7 +194,7 @@ msgstr "Serwer nie obsługuje SSL."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "Wystąpił błąd podczas ustanawiania połączenia SSL."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272
diff --git a/org/postgresql/translation/pt_BR.po b/org/postgresql/translation/pt_BR.po
index 2a9274b..426593a 100644
--- a/org/postgresql/translation/pt_BR.po
+++ b/org/postgresql/translation/pt_BR.po
@@ -35,7 +35,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr ""
 "Alguma coisa não usual ocorreu para causar a falha do driver. Por favor "
@@ -198,7 +198,7 @@ msgstr "O servidor não suporta SSL."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "Um erro ocorreu ao estabelecer uma conexão SSL."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272
diff --git a/org/postgresql/translation/ru.po b/org/postgresql/translation/ru.po
index 2f003fe..4bb20af 100644
--- a/org/postgresql/translation/ru.po
+++ b/org/postgresql/translation/ru.po
@@ -39,7 +39,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr ""
 "Случилось что-то необычное, что заставило драйвер произвести ошибку. "
@@ -212,7 +212,7 @@ msgstr "Сервер не поддерживает SSL."
 # key: postgresql.con.sslfail
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "Ошибка при установке SSL-подсоединения."
 
 # key: postgresql.con.misc
diff --git a/org/postgresql/translation/sr.po b/org/postgresql/translation/sr.po
index 9fdb393..7e36ea8 100644
--- a/org/postgresql/translation/sr.po
+++ b/org/postgresql/translation/sr.po
@@ -35,7 +35,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr ""
 "Nešto neobično se dogodilo i drajver je zakazao. Molim prijavite ovaj "
@@ -196,7 +196,7 @@ msgstr "Server ne podržava SSL."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "Greška se dogodila prilikom podešavanja SSL konekcije."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272
diff --git a/org/postgresql/translation/tr.po b/org/postgresql/translation/tr.po
index f267cfb..0baa8b2 100644
--- a/org/postgresql/translation/tr.po
+++ b/org/postgresql/translation/tr.po
@@ -36,7 +36,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr ""
 "Sıradışı bir durum sürücünün hata vermesine sebep oldu. Lütfen bu durumu "
@@ -198,7 +198,7 @@ msgstr "Sunucu SSL desteklemiyor."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "SSL bağlantısı ayarlanırken bir hata oluştu."
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272
diff --git a/org/postgresql/translation/zh_CN.po b/org/postgresql/translation/zh_CN.po
index 833101a..c8b4979 100644
--- a/org/postgresql/translation/zh_CN.po
+++ b/org/postgresql/translation/zh_CN.po
@@ -32,7 +32,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr "不明的原因导致驱动程序造成失败,请回报这个例外。"
 
@@ -186,7 +186,7 @@ msgstr "服务器不支援 SSL 连线。"
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "进行 SSL 连线时发生错误。"
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272
diff --git a/org/postgresql/translation/zh_TW.po b/org/postgresql/translation/zh_TW.po
index fed0ab8..0e2319c 100644
--- a/org/postgresql/translation/zh_TW.po
+++ b/org/postgresql/translation/zh_TW.po
@@ -32,7 +32,7 @@ msgstr ""
 #: bin/org/postgresql/Driver.java.in:287 bin/org/postgresql/Driver.java.in:351
 #: org/postgresql/Driver.java.in:287 org/postgresql/Driver.java.in:351
 msgid ""
-"Something unusual has occurred to cause the driver to fail. Please report "
+"Something unusual has occured to cause the driver to fail. Please report "
 "this exception."
 msgstr "不明的原因導致驅動程式造成失敗,請回報這個例外。"
 
@@ -186,7 +186,7 @@ msgstr "伺服器不支援 SSL 連線。"
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:223
 #: org/postgresql/core/v3/ConnectionFactoryImpl.java:281
-msgid "An error occurred while setting up the SSL connection."
+msgid "An error occured while setting up the SSL connection."
 msgstr "進行 SSL 連線時發生錯誤。"
 
 #: org/postgresql/core/v2/ConnectionFactoryImpl.java:272

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git



More information about the pkg-java-commits mailing list