[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:57:33 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=463e178

The following commit has been merged in the master branch:
commit 463e1787f9cfe05c171f550b3c775283f0e3ed84
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Mon Jul 27 13:42:57 2009 +0000

    Populate the parameter dictionary with the current parameters supported by gabble on jabber accounts.
    
    svn path=/trunk/playground/network/telepathy-accounts-kcm/; revision=1003003
---
 src/dictionary.cpp | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/src/dictionary.cpp b/src/dictionary.cpp
index f404b16..dd8b14b 100644
--- a/src/dictionary.cpp
+++ b/src/dictionary.cpp
@@ -33,6 +33,27 @@ Dictionary::Dictionary()
     s_self = this;
 
     // TODO: Populate the dictionary
+    m_strings.insert("password", i18n("Password"));
+    m_strings.insert("account", i18n("Account"));
+    m_strings.insert("priority", i18n("Priority"));
+    m_strings.insert("port", i18n("Port"));
+    m_strings.insert("alias", i18n("Alias"));
+    m_strings.insert("register", i18n("Register new Account"));
+    m_strings.insert("server", i18n("Server Address"));
+    m_strings.insert("fallback-stun-server", i18n("Fallback STUN server address"));
+    m_strings.insert("resource", i18n("Resource"));
+    m_strings.insert("https-proxy-port", i18n("HTTPS Proxy Port"));
+    m_strings.insert("require-encryption", i18n("Require Encryption"));
+    m_strings.insert("old-ssl", i18n("Old-style SSL support"));
+    m_strings.insert("fallback-stun-port", i18n("Fallback STUN port"));
+    m_strings.insert("fallback-conference-server", i18n("Fallback Conference Server Address"));
+    m_strings.insert("low-bandwidth", i18n("Low Bandwidth Mode"));
+    m_strings.insert("stun-server", i18n("STUN Server Address"));
+    m_strings.insert("stun-port", i18n("STUN Port"));
+    m_strings.insert("fallback-socks5-proxies", i18n("Fallback SOCKS5 Proxy Addresses"));
+    m_strings.insert("https-proxy-server", i18n("HTTPS Proxy Server Address"));
+    m_strings.insert("ignore-ssl-errors", i18n("Ignore SSL Errors"));
+    m_strings.insert("keepalive-interval", i18n("Keepalive Interval"));
 }
 
 Dictionary::~Dictionary()

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list