From c3e3f6a2cc8f76d568103e00b0afe5ffdbc8d7a4 Mon Sep 17 00:00:00 2001 From: pierre-luc <pierre-luc@aqra.ca> Date: Mon, 13 Jul 2009 19:02:57 -0400 Subject: [PATCH] [#1825] Changed "Bad authentification" to "Authentication Failed". --- sflphone-client-gnome/src/accountlist.c | 2 +- sflphone-client-kde/po/de/sflphone-client-kde.po | 2 +- sflphone-client-kde/po/es/sflphone-client-kde.po | 2 +- sflphone-client-kde/po/fr/sflphone-client-kde.po | 2 +- sflphone-client-kde/po/ru/sflphone-client-kde.po | 2 +- sflphone-client-kde/po/sflphone-client-kde.pot | 2 +- sflphone-client-kde/po/zh_CN/sflphone-client-kde.po | 2 +- sflphone-client-kde/po/zh_HK/sflphone-client-kde.po | 2 +- sflphone-client-kde/src/Account.cpp | 2 +- sflphone-common/po/de.po | 2 +- sflphone-common/po/es.po | 2 +- sflphone-common/po/fr.po | 2 +- sflphone-common/po/ru.po | 2 +- sflphone-common/po/sflphone.pot | 2 +- sflphone-common/po/zh_CN.po | 2 +- sflphone-common/po/zh_HK.po | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/sflphone-client-gnome/src/accountlist.c b/sflphone-client-gnome/src/accountlist.c index cd635575ff..8a4187df74 100644 --- a/sflphone-client-gnome/src/accountlist.c +++ b/sflphone-client-gnome/src/accountlist.c @@ -184,7 +184,7 @@ const gchar * account_state_name(account_state_t s) state = _("Error"); break; case ACCOUNT_STATE_ERROR_AUTH: - state = _("Bad authentification"); + state = _("Authentication Failed"); break; case ACCOUNT_STATE_ERROR_NETWORK: state = _("Network unreachable"); diff --git a/sflphone-client-kde/po/de/sflphone-client-kde.po b/sflphone-client-kde/po/de/sflphone-client-kde.po index 1fcbbb32a2..3d6e2576f7 100644 --- a/sflphone-client-kde/po/de/sflphone-client-kde.po +++ b/sflphone-client-kde/po/de/sflphone-client-kde.po @@ -38,7 +38,7 @@ msgstr "" #: ../src/Account.cpp:42 msgctxt "account state" -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "" #: ../src/Account.cpp:44 diff --git a/sflphone-client-kde/po/es/sflphone-client-kde.po b/sflphone-client-kde/po/es/sflphone-client-kde.po index 89dc63a1b0..79dcfb0c57 100644 --- a/sflphone-client-kde/po/es/sflphone-client-kde.po +++ b/sflphone-client-kde/po/es/sflphone-client-kde.po @@ -38,7 +38,7 @@ msgstr "" #: ../src/Account.cpp:42 msgctxt "account state" -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "" #: ../src/Account.cpp:44 diff --git a/sflphone-client-kde/po/fr/sflphone-client-kde.po b/sflphone-client-kde/po/fr/sflphone-client-kde.po index f7d57fcd09..aad2a8233f 100644 --- a/sflphone-client-kde/po/fr/sflphone-client-kde.po +++ b/sflphone-client-kde/po/fr/sflphone-client-kde.po @@ -37,7 +37,7 @@ msgstr "Erreur" #: ../src/Account.cpp:42 msgctxt "account state" -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "Mauvaise authentification" #: ../src/Account.cpp:44 diff --git a/sflphone-client-kde/po/ru/sflphone-client-kde.po b/sflphone-client-kde/po/ru/sflphone-client-kde.po index 89dc63a1b0..79dcfb0c57 100644 --- a/sflphone-client-kde/po/ru/sflphone-client-kde.po +++ b/sflphone-client-kde/po/ru/sflphone-client-kde.po @@ -38,7 +38,7 @@ msgstr "" #: ../src/Account.cpp:42 msgctxt "account state" -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "" #: ../src/Account.cpp:44 diff --git a/sflphone-client-kde/po/sflphone-client-kde.pot b/sflphone-client-kde/po/sflphone-client-kde.pot index 89dc63a1b0..79dcfb0c57 100644 --- a/sflphone-client-kde/po/sflphone-client-kde.pot +++ b/sflphone-client-kde/po/sflphone-client-kde.pot @@ -38,7 +38,7 @@ msgstr "" #: ../src/Account.cpp:42 msgctxt "account state" -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "" #: ../src/Account.cpp:44 diff --git a/sflphone-client-kde/po/zh_CN/sflphone-client-kde.po b/sflphone-client-kde/po/zh_CN/sflphone-client-kde.po index 89dc63a1b0..79dcfb0c57 100644 --- a/sflphone-client-kde/po/zh_CN/sflphone-client-kde.po +++ b/sflphone-client-kde/po/zh_CN/sflphone-client-kde.po @@ -38,7 +38,7 @@ msgstr "" #: ../src/Account.cpp:42 msgctxt "account state" -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "" #: ../src/Account.cpp:44 diff --git a/sflphone-client-kde/po/zh_HK/sflphone-client-kde.po b/sflphone-client-kde/po/zh_HK/sflphone-client-kde.po index 89dc63a1b0..79dcfb0c57 100644 --- a/sflphone-client-kde/po/zh_HK/sflphone-client-kde.po +++ b/sflphone-client-kde/po/zh_HK/sflphone-client-kde.po @@ -38,7 +38,7 @@ msgstr "" #: ../src/Account.cpp:42 msgctxt "account state" -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "" #: ../src/Account.cpp:44 diff --git a/sflphone-client-kde/src/Account.cpp b/sflphone-client-kde/src/Account.cpp index e4cbead64c..f5fcf0362b 100644 --- a/sflphone-client-kde/src/Account.cpp +++ b/sflphone-client-kde/src/Account.cpp @@ -39,7 +39,7 @@ const QString account_state_name(QString & s) if(s == QString(ACCOUNT_STATE_ERROR)) return i18nc("account state", "Error"); if(s == QString(ACCOUNT_STATE_ERROR_AUTH)) - return i18nc("account state", "Bad authentification"); + return i18nc("account state", "Authentication Failed"); if(s == QString(ACCOUNT_STATE_ERROR_NETWORK)) return i18nc("account state", "Network unreachable"); if(s == QString(ACCOUNT_STATE_ERROR_HOST)) diff --git a/sflphone-common/po/de.po b/sflphone-common/po/de.po index 0cc3e2d801..3246997221 100644 --- a/sflphone-common/po/de.po +++ b/sflphone-common/po/de.po @@ -36,7 +36,7 @@ msgid "Error" msgstr "Fehler" #: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "Falsche Authentifizierung" #: ../../sflphone-client-gnome/src/accountlist.c:190 diff --git a/sflphone-common/po/es.po b/sflphone-common/po/es.po index d23b86974a..b583872d17 100644 --- a/sflphone-common/po/es.po +++ b/sflphone-common/po/es.po @@ -37,7 +37,7 @@ msgid "Error" msgstr "Error" #: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "Autenticación erronea" #: ../../sflphone-client-gnome/src/accountlist.c:190 diff --git a/sflphone-common/po/fr.po b/sflphone-common/po/fr.po index 00f01e79b6..446e0d6034 100644 --- a/sflphone-common/po/fr.po +++ b/sflphone-common/po/fr.po @@ -37,7 +37,7 @@ msgid "Error" msgstr "Erreur" #: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "Erreur d'authentification" #: ../../sflphone-client-gnome/src/accountlist.c:190 diff --git a/sflphone-common/po/ru.po b/sflphone-common/po/ru.po index 9cc3d5c897..be3ef6c7cc 100644 --- a/sflphone-common/po/ru.po +++ b/sflphone-common/po/ru.po @@ -35,7 +35,7 @@ msgid "Error" msgstr "Ошибка" #: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "Неправильная идентификация" #: ../../sflphone-client-gnome/src/accountlist.c:190 diff --git a/sflphone-common/po/sflphone.pot b/sflphone-common/po/sflphone.pot index 4d624badbe..2ac855f1a8 100644 --- a/sflphone-common/po/sflphone.pot +++ b/sflphone-common/po/sflphone.pot @@ -35,7 +35,7 @@ msgid "Error" msgstr "" #: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "" #: ../../sflphone-client-gnome/src/accountlist.c:190 diff --git a/sflphone-common/po/zh_CN.po b/sflphone-common/po/zh_CN.po index 0347cfcfed..76b222059b 100644 --- a/sflphone-common/po/zh_CN.po +++ b/sflphone-common/po/zh_CN.po @@ -36,7 +36,7 @@ msgid "Error" msgstr "注册失败" #: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "认证错误" #: ../../sflphone-client-gnome/src/accountlist.c:190 diff --git a/sflphone-common/po/zh_HK.po b/sflphone-common/po/zh_HK.po index 2df95b89a9..5094cdc8a5 100644 --- a/sflphone-common/po/zh_HK.po +++ b/sflphone-common/po/zh_HK.po @@ -36,7 +36,7 @@ msgid "Error" msgstr "註冊失敗" #: ../../sflphone-client-gnome/src/accountlist.c:187 -msgid "Bad authentification" +msgid "Authentication Failed" msgstr "認證錯誤" #: ../../sflphone-client-gnome/src/accountlist.c:190 -- GitLab