debian/0000755000000000000000000000000011677445046007204 5ustar debian/rules0000755000000000000000000000070511576473707010271 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh --with-kde $@ debian/watch0000644000000000000000000000013711576473707010241 0ustar # The project is hosted by now in kde-look.org and gitorius. None of thoose work with uscan. debian/compat0000644000000000000000000000000211576473707010405 0ustar 7 debian/control0000644000000000000000000000205511676634402010604 0ustar Source: wicd-kde Section: kde Priority: optional Maintainer: Iker Salmón San Millán (shaola) Build-Depends: debhelper (>= 7.0.50~), cmake (>=2.8.2), kdelibs5-dev (>=4:4.4.5), pkg-kde-tools Standards-Version: 3.9.2 Homepage: https://projects.kde.org/projects/extragear/network/wicd-kde Package: wicd-kde Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, wicd-daemon Provides: wicd-client Description: Wired and wireless network manager - plasmoid Wicd is a general-purpose network configuration server which aims to provide a simple but flexible interface for connecting to networks. Its features include: wide variety of settings. * ability to connect to (and maintain profiles for) both wired and wireless networks; * support for many encryption schemes, including WEP, WPA, WPA2 and custom schemes; * wireless-tools compatibility. . This package provides the KDE plasmoid designed to integrate in the KDE desktop environment. It also supports a tray icon showing network activity and signal strength. debian/copyright0000644000000000000000000000276511677445120011142 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 Upstream-Name: wicd-kde Ustream-Contact: Anthony Vital Source: http://gitorious.org/wicd-client-kde/wicd-client-kde/archive-tarball/v0.2.1 Files: * Copyright: Copyright (C) 2010 Anthony Vital License: GPL-3 Files: wicddbusinterface.cpp Copyright: (C) 2008 Dario Freddi License: GPL-3 Files: debian/* Copyright: (C) 2010 Iker Salmón San Millán (shaola) License: GPL-3 Files: debian/patches/fix-qmax-call.patch Copyright: (C) 2011 peter green peter.green@postgrad.manchester.ac.uk License: GPL-3 License: GPL-3 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/changelog0000644000000000000000000000370411677445046011062 0ustar wicd-kde (0.3.0-2) unstable; urgency=low * Added fix-qmax-call.patch to fix arm build (Closes: #653727) -- Iker Salmón San Millán (shaola) Fri, 30 Dec 2011 22:38:18 +0000 wicd-kde (0.3.0-1) unstable; urgency=low * New upstream release * Fixes some changes with Wicd 1.7.1 but it keeps the compatibility with 1.7.0 * Now wicd-kde is a plasmoid * New mantainers email * Changed project homepage -- Iker Salmón San Millán (shaola) Wed, 28 Dec 2011 10:47:14 +0000 wicd-kde (0.2.3-1) unstable; urgency=low * New upstream release, minor release (closes: #642904) * previous patches deleted because already inlcuded in upstream -- Iker Salmón San Millán (shaola) Mon, 26 Sep 2011 08:19:03 +0000 wicd-kde (0.2.1-5) unstable; urgency=low * changed Architecture from any to linux-any (closes: #612501) -- Iker Salmón San Millán (shaola) Thu, 10 Feb 2011 13:16:23 +0000 wicd-kde (0.2.1-4) unstable; urgency=low * debian/patches/: - refresh change-icons-location.patch (Closes: #606761) * changed project homepage * added pkg-kde-tools in build-depends and --with-kde tag to dh -- Iker Salmón San Millán (shaola) Sat, 11 Dec 2010 23:23:06 +0000 wicd-kde (0.2.1-3) unstable; urgency=low * debian/patches/: - fix-ftbfs-no-add-needed.patch added (Closes: #606451) - fix-excess-linkeage.patch added, avoided unnecesary dependency over libkutils.so.4 -- Iker Salmón San Millán (shaola) Thu, 09 Dec 2010 12:36:08 +0000 wicd-kde (0.2.1-2) unstable; urgency=low * change icons location to avoid knm-runtimes conflict -- Iker Salmón San Millán (shaola) Thu, 11 Nov 2010 23:15:35 +0000 wicd-kde (0.2.1-1) unstable; urgency=low * Initial release (Closes: #602049) -- Iker Salmón San Millán (shaola) Thu, 03 Nov 2010 23:15:47 +0100 debian/source/0000755000000000000000000000000011576473707010507 5ustar debian/source/format0000644000000000000000000000001411576473707011715 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011677445046010633 5ustar debian/patches/series0000644000000000000000000000002411677445046012044 0ustar fix-qmax-call.patch debian/patches/fix-ftbfs-no-add-needed.patch0000644000000000000000000000104011576473707016124 0ustar Description: Fix FTBFS with --no-add-needed. Forwarded: Patch sent to upstream Author: Felix Geyer --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ kde4_add_ui_files(client_SRCS profilemanager.ui) kde4_add_executable( wicd-kde ${client_SRCS} ) -target_link_libraries( wicd-kde ${KDE4_KDEUI_LIBS} ) +target_link_libraries( wicd-kde ${KDE4_KDEUI_LIBS} ${QT_QTNETWORK_LIBRARY} ) install( TARGETS wicd-kde ${INSTALL_TARGETS_DEFAULT_ARGS} ) kde4_add_executable(wicdclient_scripts_helper scriptshelper.cpp) debian/patches/fix-spelling-errors.patch0000644000000000000000000001676111576473707015605 0ustar Description: Fix spelling errors Forwarded: Patch sent by email to the application's author and it's been accepted Author: Iker Salmón San Millán --- a/infosdialog.cpp +++ b/infosdialog.cpp @@ -89,7 +89,7 @@ void InfosDialog::init() { - setCaption(i18n("Network informations")); + setCaption(i18n("Network information")); setModal(true); setButtons(KDialog::Close); --- a/networkitemdelegate.cpp +++ b/networkitemdelegate.cpp @@ -174,7 +174,7 @@ if (m_useTooltips) { buttonconnect->setToolTip( isConnected ? i18n("Disconnect") : i18n("Connect")); propertiesbutton->setToolTip(i18n("Properties")); - informationsbutton->setToolTip(i18n("Informations")); + informationsbutton->setToolTip(i18n("Information")); profilemanagerbutton->setToolTip(i18n("Manage profiles")); } else { buttonconnect->setToolTip(""); --- a/networkpropertiesdialog.cpp +++ b/networkpropertiesdialog.cpp @@ -231,7 +231,7 @@ foreach (LabelEntry* item, reqList) { item->setText(item->text().simplified()); if (!Tools::isValidIP(item->text())) { - KMessageBox::sorry(this, QString(i18n("Invalid adress in %1", item->label()))); + KMessageBox::sorry(this, QString(i18n("Invalid address in %1", item->label()))); return; } } @@ -239,7 +239,7 @@ foreach (LabelEntry* item, optList) { item->setText(item->text().simplified()); if ( (!item->text().isEmpty()) && (!Tools::isValidIP(item->text())) ) { - KMessageBox::sorry(this, QString(i18n("Invalid adress in %1", item->label()))); + KMessageBox::sorry(this, QString(i18n("Invalid address in %1", item->label()))); return; } } --- a/translations/cs.po +++ b/translations/cs.po @@ -85,7 +85,7 @@ msgstr "Odpojeno" #: infosdialog.cpp:92 -msgid "Network informations" +msgid "Network information" msgstr "Informace o síti" #: kcm/wicdkcm.cpp:44 @@ -328,7 +328,7 @@ msgstr "Vlastnosti" #: networkitemdelegate.cpp:177 -msgid "Informations" +msgid "Information" msgstr "Informace" #: networkitemdelegate.cpp:178 profilemanager.cpp:31 @@ -408,7 +408,7 @@ msgstr "Celosvětové DNS nebylo povoleno v obecných nastaveních." #: networkpropertiesdialog.cpp:234 networkpropertiesdialog.cpp:242 -msgid "Invalid adress in %1" +msgid "Invalid address in %1" msgstr "Neplatná adresa v %1" #: networkpropertiesdialog.cpp:255 --- a/translations/es.po +++ b/translations/es.po @@ -84,7 +84,7 @@ msgstr "Desconectado" #: infosdialog.cpp:92 -msgid "Network informations" +msgid "Network information" msgstr "Información de red" #: kcm/wicdkcm.cpp:44 @@ -138,7 +138,7 @@ #: main.cpp:40 mainwindow.cpp:42 msgid "Wicd client for KDE" -msgstr "Cliente Wicd parar KDE" +msgstr "Cliente Wicd para KDE" #: main.cpp:42 msgid "(c) 2010 Anthony Vital" @@ -325,7 +325,7 @@ msgstr "Propiedades" #: networkitemdelegate.cpp:177 -msgid "Informations" +msgid "Information" msgstr "Información" #: networkitemdelegate.cpp:178 profilemanager.cpp:31 @@ -406,7 +406,7 @@ msgstr "El servidor DNS no ha sido activado en la opciones generales." #: networkpropertiesdialog.cpp:234 networkpropertiesdialog.cpp:242 -msgid "Invalid adress in %1" +msgid "Invalid address in %1" msgstr "Dirección inválida en %1" #: networkpropertiesdialog.cpp:255 --- a/translations/fr.po +++ b/translations/fr.po @@ -83,7 +83,7 @@ msgstr "Déconnecté" #: infosdialog.cpp:92 -msgid "Network informations" +msgid "Network information" msgstr "Informations du réseau" #: kcm/wicdkcm.cpp:44 @@ -325,7 +325,7 @@ msgstr "Propriétés" #: networkitemdelegate.cpp:177 -msgid "Informations" +msgid "Information" msgstr "Informations" #: networkitemdelegate.cpp:178 profilemanager.cpp:31 @@ -406,7 +406,7 @@ "Le serveur DNS global n'a pas été activé dans les préférences générales." #: networkpropertiesdialog.cpp:234 networkpropertiesdialog.cpp:242 -msgid "Invalid adress in %1" +msgid "Invalid address in %1" msgstr "Adresse invalide dans %1" #: networkpropertiesdialog.cpp:255 --- a/translations/hu.po +++ b/translations/hu.po @@ -87,7 +87,7 @@ msgstr "Leválasztva" #: infosdialog.cpp:92 -msgid "Network informations" +msgid "Network information" msgstr "Hálózati információk" #: kcm/wicdkcm.cpp:44 @@ -330,7 +330,7 @@ #: networkitemdelegate.cpp:177 #, fuzzy -msgid "Informations" +msgid "Information" msgstr "Hálózati információk" #: networkitemdelegate.cpp:178 profilemanager.cpp:31 @@ -415,7 +415,7 @@ msgstr "Globális DNS nem került engedélyezésre az általános beállításokban." #: networkpropertiesdialog.cpp:234 networkpropertiesdialog.cpp:242 -msgid "Invalid adress in %1" +msgid "Invalid address in %1" msgstr "Érvénytelen cím a %1-nél." #: networkpropertiesdialog.cpp:255 --- a/translations/it.po +++ b/translations/it.po @@ -86,7 +86,7 @@ msgstr "Disconnesso" #: infosdialog.cpp:92 -msgid "Network informations" +msgid "Network information" msgstr "Dettagli rete" #: kcm/wicdkcm.cpp:44 @@ -328,7 +328,7 @@ msgstr "Proprietà" #: networkitemdelegate.cpp:177 -msgid "Informations" +msgid "Information" msgstr "Informazioni" #: networkitemdelegate.cpp:178 profilemanager.cpp:31 @@ -408,7 +408,7 @@ msgstr "Il DNS globale non è stato abilitato nelle preferenze generali." #: networkpropertiesdialog.cpp:234 networkpropertiesdialog.cpp:242 -msgid "Invalid adress in %1" +msgid "Invalid address in %1" msgstr "Indirizzo non valido nella voce %1" #: networkpropertiesdialog.cpp:255 --- a/translations/pt_BR.po +++ b/translations/pt_BR.po @@ -85,7 +85,7 @@ msgstr "Desconectado" #: infosdialog.cpp:92 -msgid "Network informations" +msgid "Network information" msgstr "Informações da rede" #: kcm/wicdkcm.cpp:44 @@ -326,7 +326,7 @@ msgstr "Propriedades" #: networkitemdelegate.cpp:177 -msgid "Informations" +msgid "Information" msgstr "Informações" #: networkitemdelegate.cpp:178 profilemanager.cpp:31 @@ -406,7 +406,7 @@ msgstr "DNS global não foi habilitado nas preferências gerais." #: networkpropertiesdialog.cpp:234 networkpropertiesdialog.cpp:242 -msgid "Invalid adress in %1" +msgid "Invalid address in %1" msgstr "Endereço inválido em %1" #: networkpropertiesdialog.cpp:255 --- a/translations/wicd-client-kde.pot +++ b/translations/wicd-client-kde.pot @@ -84,7 +84,7 @@ msgstr "" #: infosdialog.cpp:92 -msgid "Network informations" +msgid "Network information" msgstr "" #: kcm/wicdkcm.cpp:44 @@ -325,7 +325,7 @@ msgstr "" #: networkitemdelegate.cpp:177 -msgid "Informations" +msgid "Information" msgstr "" #: networkitemdelegate.cpp:178 profilemanager.cpp:31 @@ -405,7 +405,7 @@ msgstr "" #: networkpropertiesdialog.cpp:234 networkpropertiesdialog.cpp:242 -msgid "Invalid adress in %1" +msgid "Invalid address in %1" msgstr "" #: networkpropertiesdialog.cpp:255 --- a/translations/zh_CN.po +++ b/translations/zh_CN.po @@ -84,7 +84,7 @@ msgstr "已断开" #: infosdialog.cpp:92 -msgid "Network informations" +msgid "Network information" msgstr "网络信息" #: kcm/wicdkcm.cpp:44 @@ -325,7 +325,7 @@ msgstr "属性" #: networkitemdelegate.cpp:177 -msgid "Informations" +msgid "Information" msgstr "网络信息" #: networkitemdelegate.cpp:178 profilemanager.cpp:31 @@ -405,7 +405,7 @@ msgstr "基本设置中未启用全局DNS" #: networkpropertiesdialog.cpp:234 networkpropertiesdialog.cpp:242 -msgid "Invalid adress in %1" +msgid "Invalid address in %1" msgstr "非法地址: %1" #: networkpropertiesdialog.cpp:255 debian/patches/rename-binary.patch0000644000000000000000000007776711576473707014440 0ustar Description: Rename binary name from wicd-client-kde to wicd-kde Forwarded: Not-needed Author: Iker Salmón San Millán diff -ruN wicd-client-kde.old//CMakeLists.txt wicd-client-kde//CMakeLists.txt --- wicd-client-kde.old//CMakeLists.txt 2010-11-03 20:01:08.000000000 +0100 +++ wicd-client-kde//CMakeLists.txt 2010-11-05 16:26:25.000000000 +0100 @@ -1,4 +1,4 @@ -project(wicd-client-kde) +project(wicd-kde) find_package( KDE4 REQUIRED ) include_directories( ${KDE4_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR} ) @@ -30,9 +30,9 @@ kde4_add_ui_files(client_SRCS profilemanager.ui) -kde4_add_executable( wicd-client-kde ${client_SRCS} ) -target_link_libraries( wicd-client-kde ${KDE4_KDEUI_LIBS} ) -install( TARGETS wicd-client-kde ${INSTALL_TARGETS_DEFAULT_ARGS} ) +kde4_add_executable( wicd-kde ${client_SRCS} ) +target_link_libraries( wicd-kde ${KDE4_KDEUI_LIBS} ) +install( TARGETS wicd-kde ${INSTALL_TARGETS_DEFAULT_ARGS} ) kde4_add_executable(wicdclient_scripts_helper scriptshelper.cpp) target_link_libraries(wicdclient_scripts_helper ${KDE4_KDECORE_LIBS}) @@ -41,6 +41,6 @@ kde4_install_auth_actions(org.kde.wicdclient.scripts wicdclient.scripts.actions) kde4_install_auth_helper_files(wicdclient_scripts_helper org.kde.wicdclient.scripts root) -install( FILES wicd-client-kde.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) -install( FILES wicd-client-kde.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} ) -install( FILES wicd-client-kde.notifyrc DESTINATION ${DATA_INSTALL_DIR}/wicd-client-kde ) +install( FILES wicd-kde.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +install( FILES wicd-kde.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} ) +install( FILES wicd-kde.notifyrc DESTINATION ${DATA_INSTALL_DIR}/wicd-kde ) diff -ruN wicd-client-kde.old//kcm/wicdkcm.cpp wicd-client-kde//kcm/wicdkcm.cpp --- wicd-client-kde.old//kcm/wicdkcm.cpp 2010-10-06 15:25:19.000000000 +0200 +++ wicd-client-kde//kcm/wicdkcm.cpp 2010-11-05 16:24:49.000000000 +0100 @@ -37,9 +37,9 @@ WicdKCM::WicdKCM(QWidget* parent, const QVariantList& ) : KCModule(WicdKCMModuleFactory::componentData(), parent) - , m_clientConfig(KSharedConfig::openConfig("wicd-client-kderc", KConfig::NoGlobals)) + , m_clientConfig(KSharedConfig::openConfig("wicd-kderc", KConfig::NoGlobals)) { - KGlobal::locale()->insertCatalog("wicd-client-kde"); + KGlobal::locale()->insertCatalog("wicd-kde"); KAboutData *about = new KAboutData(I18N_NOOP("kcmwicd"), 0, ki18n("Wicd Configuration"), 0, KLocalizedString(), KAboutData::License_GPL, @@ -252,7 +252,7 @@ config.writeEntry("Autoscan", m_ui->autoscanBox->isChecked()); m_clientConfig->sync(); - QDBusInterface client("org.kde.wicd-client-kde", "/Client"); + QDBusInterface client("org.kde.wicd-kde", "/Client"); if (client.isValid()) { client.call("reloadConfig"); } diff -ruN wicd-client-kde.old//main.cpp wicd-client-kde//main.cpp --- wicd-client-kde.old//main.cpp 2010-10-31 16:06:25.000000000 +0100 +++ wicd-client-kde//main.cpp 2010-11-05 00:46:00.000000000 +0100 @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) { - KAboutData aboutData( "wicd-client-kde", 0, ki18n("Wicd Client KDE"), + KAboutData aboutData( "wicd-kde", 0, ki18n("Wicd Client KDE"), QByteArray("0.2.1"), ki18n("Wicd client for KDE"), KAboutData::License_GPL_V3, diff -ruN wicd-client-kde.old//mainwindow.cpp wicd-client-kde//mainwindow.cpp --- wicd-client-kde.old//mainwindow.cpp 2010-10-27 14:18:00.000000000 +0200 +++ wicd-client-kde//mainwindow.cpp 2010-11-05 16:24:49.000000000 +0100 @@ -135,7 +135,7 @@ void MainWindow::reloadConfig() { - KSharedConfigPtr m_clientConfig = KSharedConfig::openConfig("wicd-client-kderc", KConfig::NoGlobals); + KSharedConfigPtr m_clientConfig = KSharedConfig::openConfig("wicd-kderc", KConfig::NoGlobals); KConfigGroup configGroup(m_clientConfig, "Client"); m_networkPanel->showTooltips(configGroup.readEntry("Show tooltips", false)); m_networkPanel->showSignalStrength(configGroup.readEntry("Show signal strength", false)); diff -ruN wicd-client-kde.old//mainwindow.h wicd-client-kde//mainwindow.h --- wicd-client-kde.old//mainwindow.h 2010-10-26 20:29:32.000000000 +0200 +++ wicd-client-kde//mainwindow.h 2010-11-05 16:24:49.000000000 +0100 @@ -30,7 +30,7 @@ class MainWindow : public KMainWindow { Q_OBJECT - Q_CLASSINFO("D-Bus Interface", "org.kde.wicd-client-kde") + Q_CLASSINFO("D-Bus Interface", "org.kde.wicd-kde") public: MainWindow(); diff -ruN wicd-client-kde.old//translations/CMakeLists.txt wicd-client-kde//translations/CMakeLists.txt --- wicd-client-kde.old//translations/CMakeLists.txt 2010-09-13 12:58:50.000000000 +0200 +++ wicd-client-kde//translations/CMakeLists.txt 2010-11-05 16:24:49.000000000 +0100 @@ -7,7 +7,7 @@ ------") ELSE(NOT GETTEXT_MSGFMT_EXECUTABLE) - SET(catalogname wicd-client-kde) + SET(catalogname wicd-kde) ADD_CUSTOM_TARGET(translations ALL) diff -ruN wicd-client-kde.old//translations/extract-and-merge-messages.sh wicd-client-kde//translations/extract-and-merge-messages.sh --- wicd-client-kde.old//translations/extract-and-merge-messages.sh 2010-09-13 12:58:50.000000000 +0200 +++ wicd-client-kde//translations/extract-and-merge-messages.sh 2010-11-05 16:30:42.000000000 +0100 @@ -1,6 +1,6 @@ #!/bin/sh BASEDIR="../" # root of translatable sources -PROJECT="wicd-client-kde" # project name +PROJECT="wicd-kde" # project name WDIR=`pwd` # working dir diff -ruN wicd-client-kde.old//translations/wicd-client-kde.pot wicd-client-kde//translations/wicd-client-kde.pot --- wicd-client-kde.old//translations/wicd-client-kde.pot 2010-11-02 15:15:22.000000000 +0100 +++ wicd-client-kde//translations/wicd-client-kde.pot 1970-01-01 01:00:00.000000000 +0100 @@ -1,576 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-10-19 19:13+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: dbushandler.cpp:144 mainwindow.cpp:194 -msgid "Wired network" -msgstr "" - -#: infosdialog.cpp:40 infosdialog.cpp:83 -msgid "Signal strength :" -msgstr "" - -#: infosdialog.cpp:46 -msgid "Unsecured" -msgstr "" - -#: infosdialog.cpp:47 -msgid "Encryption type :" -msgstr "" - -#: infosdialog.cpp:50 -msgid "Access point address :" -msgstr "" - -#: infosdialog.cpp:53 -msgid "Mode :" -msgstr "" - -#: infosdialog.cpp:56 mainwindow.cpp:272 -msgid "Channel :" -msgstr "" - -#: infosdialog.cpp:67 infosdialog.cpp:86 -msgid "State :" -msgstr "" - -#: infosdialog.cpp:67 -msgid "Connecting" -msgstr "" - -#: infosdialog.cpp:70 infosdialog.cpp:74 -msgid "Connection type :" -msgstr "" - -#: infosdialog.cpp:70 -msgctxt "Connection type :" -msgid "Wired" -msgstr "" - -#: infosdialog.cpp:71 infosdialog.cpp:77 networkpropertiesdialog.cpp:40 -msgid "IP :" -msgstr "" - -#: infosdialog.cpp:74 -msgctxt "Connection type :" -msgid "Wireless" -msgstr "" - -#: infosdialog.cpp:75 -msgid "ESSID :" -msgstr "" - -#: infosdialog.cpp:76 -msgid "Speed :" -msgstr "" - -#: infosdialog.cpp:86 mainwindow.cpp:162 mainwindow.cpp:198 -msgid "Disconnected" -msgstr "" - -#: infosdialog.cpp:92 -msgid "Network information" -msgstr "" - -#: kcm/wicdkcm.cpp:44 -msgid "kcmwicd" -msgstr "" - -#: kcm/wicdkcm.cpp:44 -msgid "Wicd Configuration" -msgstr "" - -#: kcm/wicdkcm.cpp:46 -msgid "(c) 2009 Dario Freddi" -msgstr "" - -#: kcm/wicdkcm.cpp:48 main.cpp:44 -msgid "Dario Freddi" -msgstr "" - -#: kcm/wicdkcm.cpp:48 -msgid "Original author" -msgstr "" - -#: kcm/wicdkcm.cpp:49 main.cpp:43 -msgid "Anthony Vital" -msgstr "" - -#: kcm/wicdkcm.cpp:49 -msgid "Developer" -msgstr "" - -#: kcm/wicdkcm.cpp:77 kcm/wicdkcm.cpp:105 kcm/wicdkcm.cpp:116 -#: kcm/wicdkcm.cpp:127 -msgid "Automatic (recommended)" -msgstr "" - -#: kcm/wicdkcm.cpp:138 -msgid "Use default wired network profile" -msgstr "" - -#: kcm/wicdkcm.cpp:139 -msgid "Prompt for wired network profile" -msgstr "" - -#: kcm/wicdkcm.cpp:140 -msgid "Use last wired network profile" -msgstr "" - -#: main.cpp:38 -msgid "Wicd Client KDE" -msgstr "" - -#: main.cpp:40 mainwindow.cpp:42 -msgid "Wicd client for KDE" -msgstr "" - -#: main.cpp:42 -msgid "(c) 2010 Anthony Vital" -msgstr "" - -#: main.cpp:43 -msgid "Author" -msgstr "" - -#: main.cpp:44 -msgid "Contributor and original KCM author" -msgstr "" - -#: main.cpp:45 -msgid "Brieuc Roblin" -msgstr "" - -#: main.cpp:45 main.cpp:46 -msgid "Contributor" -msgstr "" - -#: main.cpp:46 -msgid "Yoann Laissus" -msgstr "" - -#: main.cpp:47 -msgid "Gianluca Boiano" -msgstr "" - -#: main.cpp:47 main.cpp:48 main.cpp:49 main.cpp:50 main.cpp:51 main.cpp:52 -msgid "Translator" -msgstr "" - -#: main.cpp:48 -msgid "Jekyll Wu" -msgstr "" - -#: main.cpp:49 -msgid "Carlos López" -msgstr "" - -#: main.cpp:50 -msgid "Attila Szabo" -msgstr "" - -#: main.cpp:51 -msgid "Márcio Moraes" -msgstr "" - -#: main.cpp:52 -msgid "Pavel Fric" -msgstr "" - -#: mainwindow.cpp:49 -msgid "Network" -msgstr "" - -#: mainwindow.cpp:54 mainwindow.cpp:262 -msgid "Create an ad-hoc network" -msgstr "" - -#: mainwindow.cpp:55 mainwindow.cpp:308 -msgid "Find a hidden network" -msgstr "" - -#: mainwindow.cpp:62 -msgid "Preferences" -msgstr "" - -#: mainwindow.cpp:64 -msgid "Reload" -msgstr "" - -#: mainwindow.cpp:65 networkitemdelegate.cpp:175 -msgid "Disconnect" -msgstr "" - -#: mainwindow.cpp:76 -msgid "Abort" -msgstr "" - -#: mainwindow.cpp:96 -msgid "Putting interface down..." -msgstr "" - -#: mainwindow.cpp:97 -msgid "Resetting IP address..." -msgstr "" - -#: mainwindow.cpp:98 -msgid "Putting interface up..." -msgstr "" - -#: mainwindow.cpp:99 -msgid "Generating PSK..." -msgstr "" - -#: mainwindow.cpp:100 -msgid "Connection Failed: Bad password." -msgstr "" - -#: mainwindow.cpp:101 -msgid "Generating WPA configuration" -msgstr "" - -#: mainwindow.cpp:102 -msgid "Validating authentication..." -msgstr "" - -#: mainwindow.cpp:103 -msgid "Obtaining IP address..." -msgstr "" - -#: mainwindow.cpp:104 -msgid "Done connecting..." -msgstr "" - -#: mainwindow.cpp:105 -msgid "Connection Failed: Unable to Get IP Address" -msgstr "" - -#: mainwindow.cpp:106 -msgid "Connection Failed: No DHCP offers received." -msgstr "" - -#: mainwindow.cpp:107 -msgid "Verifying access point association..." -msgstr "" - -#: mainwindow.cpp:108 -msgid "Connection failed: Could not contact the wireless access point." -msgstr "" - -#: mainwindow.cpp:109 -msgid "Setting static IP addresses..." -msgstr "" - -#: mainwindow.cpp:110 -msgid "Aborted" -msgstr "" - -#: mainwindow.cpp:111 -msgid "Failed" -msgstr "" - -#: mainwindow.cpp:156 -msgid "Connected to wired network" -msgstr "" - -#: mainwindow.cpp:159 -msgid "Connected to wireless network" -msgstr "" - -#: mainwindow.cpp:173 -msgid "Connected to wired network (IP : %1)" -msgstr "" - -#: mainwindow.cpp:184 -msgid "Connected to %1 - %2%3 (IP : %4)" -msgstr "" - -#: mainwindow.cpp:274 -msgid "Activate Internet Connection Sharing" -msgstr "" - -#: mainwindow.cpp:276 -msgid "Use Encryption (WEP only)" -msgstr "" - -#: mainwindow.cpp:277 -msgid "Key :" -msgstr "" - -#: mainwindow.cpp:309 -msgid "Hidden Network ESSID" -msgstr "" - -#: networkitemdelegate.cpp:175 -msgid "Connect" -msgstr "" - -#: networkitemdelegate.cpp:176 -msgid "Properties" -msgstr "" - -#: networkitemdelegate.cpp:177 -msgid "Information" -msgstr "" - -#: networkitemdelegate.cpp:178 profilemanager.cpp:31 -msgid "Manage profiles" -msgstr "" - -#: networkpropertiesdialog.cpp:34 -msgid "OK" -msgstr "" - -#: networkpropertiesdialog.cpp:39 -msgid "Use Static IPs" -msgstr "" - -#: networkpropertiesdialog.cpp:41 -msgid "Netmask :" -msgstr "" - -#: networkpropertiesdialog.cpp:42 -msgid "Gateway :" -msgstr "" - -#: networkpropertiesdialog.cpp:43 -msgid "Use Static DNS" -msgstr "" - -#: networkpropertiesdialog.cpp:44 qtcreator-build/kcm/ui_kcmwidget.h:451 -msgid "Use global DNS servers" -msgstr "" - -#: networkpropertiesdialog.cpp:45 qtcreator-build/kcm/ui_kcmwidget.h:452 -msgid "DNS domain :" -msgstr "" - -#: networkpropertiesdialog.cpp:46 qtcreator-build/kcm/ui_kcmwidget.h:453 -msgid "Search domain :" -msgstr "" - -#: networkpropertiesdialog.cpp:47 qtcreator-build/kcm/ui_kcmwidget.h:454 -msgid "DNS server 1 :" -msgstr "" - -#: networkpropertiesdialog.cpp:48 qtcreator-build/kcm/ui_kcmwidget.h:455 -msgid "DNS server 2 :" -msgstr "" - -#: networkpropertiesdialog.cpp:49 qtcreator-build/kcm/ui_kcmwidget.h:456 -msgid "DNS server 3 :" -msgstr "" - -#: networkpropertiesdialog.cpp:50 -msgid "DHCP Hostname :" -msgstr "" - -#: networkpropertiesdialog.cpp:55 -msgid "Automatically connect to this network" -msgstr "" - -#: networkpropertiesdialog.cpp:56 -msgid "Use these settings for all networks sharing this essid" -msgstr "" - -#: networkpropertiesdialog.cpp:57 -msgid "Use Encryption" -msgstr "" - -#: networkpropertiesdialog.cpp:61 -msgid "Scripts" -msgstr "" - -#: networkpropertiesdialog.cpp:158 -msgid "Invalid IP address entered." -msgstr "" - -#: networkpropertiesdialog.cpp:195 -msgid "Global DNS has not been enabled in general preferences." -msgstr "" - -#: networkpropertiesdialog.cpp:234 networkpropertiesdialog.cpp:242 -msgid "Invalid address in %1" -msgstr "" - -#: networkpropertiesdialog.cpp:255 -msgid "%1 is required." -msgstr "" - -#: networkpropertiesdialog.cpp:260 -msgid "This network needs an encryption." -msgstr "" - -#: profilemanager.cpp:73 -msgid "Add a profile" -msgstr "" - -#: profilemanager.cpp:74 -msgid "New profile name:" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:445 -msgid "Network interfaces" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:446 -msgid "Wireless interface :" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:447 -msgid "Wired interface :" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:448 -msgid "Always show wired interface" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:449 -msgid "Always switch to a wired connection when available" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:450 -msgid "Global DNS servers" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:457 -#: qtcreator-build/kcm/ui_kcmwidget.h:465 -msgid "Other" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:458 -msgid "Wired automatic connection :" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:459 -msgid "Automatically reconnect on network connection loss" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:460 -msgid "General settings" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:461 -msgid "Client settings" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:462 -msgid "Show tooltips" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:463 -msgid "Show signal strength" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:464 -msgid "Automatically scan on open" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:466 -msgid "DHCP client :" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:467 -msgid "Wired link detection :" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:468 -msgid "Route table flushing :" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:469 -msgid "External programs" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:470 -msgid "Miscellaneous" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:471 -msgid "WPA Supplicant driver :" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:472 -msgid "Backend :" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:473 -msgid "Debugging" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:474 -msgid "Enable debug mode" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:475 -msgid "Wireless interface" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:476 -msgid "Use dBm to measure signal strength" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:477 -msgid "Ping static gateways after connecting to verify association" -msgstr "" - -#: qtcreator-build/kcm/ui_kcmwidget.h:478 -msgid "Advanced settings" -msgstr "" - -#: qtcreator-build/ui_profilemanager.h:98 -msgid "Use as default profile (overwrites any previous default)" -msgstr "" - -#: scriptsdialog.cpp:38 -msgid "Configure scripts" -msgstr "" - -#: scriptsdialog.cpp:66 scriptsdialog.cpp:103 -msgid "KAuth returned an error code: %1" -msgstr "" - -#: scriptsdialog.cpp:71 -msgid "Pre-connection script" -msgstr "" - -#: scriptsdialog.cpp:72 -msgid "Post-connection script" -msgstr "" - -#: scriptsdialog.cpp:73 -msgid "Pre-disconnection script" -msgstr "" - -#: scriptsdialog.cpp:74 -msgid "Post-disconnection script" -msgstr "" - -#: translations/rc.cpp:1 rc.cpp:1 -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "" - -#: translations/rc.cpp:2 rc.cpp:2 -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "" - -#: trayicon.cpp:61 -msgid "Connection infos" -msgstr "" diff -ruN wicd-client-kde.old//translations/wicd-kde.pot wicd-client-kde//translations/wicd-kde.pot --- wicd-client-kde.old//translations/wicd-kde.pot 1970-01-01 01:00:00.000000000 +0100 +++ wicd-client-kde//translations/wicd-kde.pot 2010-11-02 15:15:22.000000000 +0100 @@ -0,0 +1,576 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-10-19 19:13+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: dbushandler.cpp:144 mainwindow.cpp:194 +msgid "Wired network" +msgstr "" + +#: infosdialog.cpp:40 infosdialog.cpp:83 +msgid "Signal strength :" +msgstr "" + +#: infosdialog.cpp:46 +msgid "Unsecured" +msgstr "" + +#: infosdialog.cpp:47 +msgid "Encryption type :" +msgstr "" + +#: infosdialog.cpp:50 +msgid "Access point address :" +msgstr "" + +#: infosdialog.cpp:53 +msgid "Mode :" +msgstr "" + +#: infosdialog.cpp:56 mainwindow.cpp:272 +msgid "Channel :" +msgstr "" + +#: infosdialog.cpp:67 infosdialog.cpp:86 +msgid "State :" +msgstr "" + +#: infosdialog.cpp:67 +msgid "Connecting" +msgstr "" + +#: infosdialog.cpp:70 infosdialog.cpp:74 +msgid "Connection type :" +msgstr "" + +#: infosdialog.cpp:70 +msgctxt "Connection type :" +msgid "Wired" +msgstr "" + +#: infosdialog.cpp:71 infosdialog.cpp:77 networkpropertiesdialog.cpp:40 +msgid "IP :" +msgstr "" + +#: infosdialog.cpp:74 +msgctxt "Connection type :" +msgid "Wireless" +msgstr "" + +#: infosdialog.cpp:75 +msgid "ESSID :" +msgstr "" + +#: infosdialog.cpp:76 +msgid "Speed :" +msgstr "" + +#: infosdialog.cpp:86 mainwindow.cpp:162 mainwindow.cpp:198 +msgid "Disconnected" +msgstr "" + +#: infosdialog.cpp:92 +msgid "Network information" +msgstr "" + +#: kcm/wicdkcm.cpp:44 +msgid "kcmwicd" +msgstr "" + +#: kcm/wicdkcm.cpp:44 +msgid "Wicd Configuration" +msgstr "" + +#: kcm/wicdkcm.cpp:46 +msgid "(c) 2009 Dario Freddi" +msgstr "" + +#: kcm/wicdkcm.cpp:48 main.cpp:44 +msgid "Dario Freddi" +msgstr "" + +#: kcm/wicdkcm.cpp:48 +msgid "Original author" +msgstr "" + +#: kcm/wicdkcm.cpp:49 main.cpp:43 +msgid "Anthony Vital" +msgstr "" + +#: kcm/wicdkcm.cpp:49 +msgid "Developer" +msgstr "" + +#: kcm/wicdkcm.cpp:77 kcm/wicdkcm.cpp:105 kcm/wicdkcm.cpp:116 +#: kcm/wicdkcm.cpp:127 +msgid "Automatic (recommended)" +msgstr "" + +#: kcm/wicdkcm.cpp:138 +msgid "Use default wired network profile" +msgstr "" + +#: kcm/wicdkcm.cpp:139 +msgid "Prompt for wired network profile" +msgstr "" + +#: kcm/wicdkcm.cpp:140 +msgid "Use last wired network profile" +msgstr "" + +#: main.cpp:38 +msgid "Wicd Client KDE" +msgstr "" + +#: main.cpp:40 mainwindow.cpp:42 +msgid "Wicd client for KDE" +msgstr "" + +#: main.cpp:42 +msgid "(c) 2010 Anthony Vital" +msgstr "" + +#: main.cpp:43 +msgid "Author" +msgstr "" + +#: main.cpp:44 +msgid "Contributor and original KCM author" +msgstr "" + +#: main.cpp:45 +msgid "Brieuc Roblin" +msgstr "" + +#: main.cpp:45 main.cpp:46 +msgid "Contributor" +msgstr "" + +#: main.cpp:46 +msgid "Yoann Laissus" +msgstr "" + +#: main.cpp:47 +msgid "Gianluca Boiano" +msgstr "" + +#: main.cpp:47 main.cpp:48 main.cpp:49 main.cpp:50 main.cpp:51 main.cpp:52 +msgid "Translator" +msgstr "" + +#: main.cpp:48 +msgid "Jekyll Wu" +msgstr "" + +#: main.cpp:49 +msgid "Carlos López" +msgstr "" + +#: main.cpp:50 +msgid "Attila Szabo" +msgstr "" + +#: main.cpp:51 +msgid "Márcio Moraes" +msgstr "" + +#: main.cpp:52 +msgid "Pavel Fric" +msgstr "" + +#: mainwindow.cpp:49 +msgid "Network" +msgstr "" + +#: mainwindow.cpp:54 mainwindow.cpp:262 +msgid "Create an ad-hoc network" +msgstr "" + +#: mainwindow.cpp:55 mainwindow.cpp:308 +msgid "Find a hidden network" +msgstr "" + +#: mainwindow.cpp:62 +msgid "Preferences" +msgstr "" + +#: mainwindow.cpp:64 +msgid "Reload" +msgstr "" + +#: mainwindow.cpp:65 networkitemdelegate.cpp:175 +msgid "Disconnect" +msgstr "" + +#: mainwindow.cpp:76 +msgid "Abort" +msgstr "" + +#: mainwindow.cpp:96 +msgid "Putting interface down..." +msgstr "" + +#: mainwindow.cpp:97 +msgid "Resetting IP address..." +msgstr "" + +#: mainwindow.cpp:98 +msgid "Putting interface up..." +msgstr "" + +#: mainwindow.cpp:99 +msgid "Generating PSK..." +msgstr "" + +#: mainwindow.cpp:100 +msgid "Connection Failed: Bad password." +msgstr "" + +#: mainwindow.cpp:101 +msgid "Generating WPA configuration" +msgstr "" + +#: mainwindow.cpp:102 +msgid "Validating authentication..." +msgstr "" + +#: mainwindow.cpp:103 +msgid "Obtaining IP address..." +msgstr "" + +#: mainwindow.cpp:104 +msgid "Done connecting..." +msgstr "" + +#: mainwindow.cpp:105 +msgid "Connection Failed: Unable to Get IP Address" +msgstr "" + +#: mainwindow.cpp:106 +msgid "Connection Failed: No DHCP offers received." +msgstr "" + +#: mainwindow.cpp:107 +msgid "Verifying access point association..." +msgstr "" + +#: mainwindow.cpp:108 +msgid "Connection failed: Could not contact the wireless access point." +msgstr "" + +#: mainwindow.cpp:109 +msgid "Setting static IP addresses..." +msgstr "" + +#: mainwindow.cpp:110 +msgid "Aborted" +msgstr "" + +#: mainwindow.cpp:111 +msgid "Failed" +msgstr "" + +#: mainwindow.cpp:156 +msgid "Connected to wired network" +msgstr "" + +#: mainwindow.cpp:159 +msgid "Connected to wireless network" +msgstr "" + +#: mainwindow.cpp:173 +msgid "Connected to wired network (IP : %1)" +msgstr "" + +#: mainwindow.cpp:184 +msgid "Connected to %1 - %2%3 (IP : %4)" +msgstr "" + +#: mainwindow.cpp:274 +msgid "Activate Internet Connection Sharing" +msgstr "" + +#: mainwindow.cpp:276 +msgid "Use Encryption (WEP only)" +msgstr "" + +#: mainwindow.cpp:277 +msgid "Key :" +msgstr "" + +#: mainwindow.cpp:309 +msgid "Hidden Network ESSID" +msgstr "" + +#: networkitemdelegate.cpp:175 +msgid "Connect" +msgstr "" + +#: networkitemdelegate.cpp:176 +msgid "Properties" +msgstr "" + +#: networkitemdelegate.cpp:177 +msgid "Information" +msgstr "" + +#: networkitemdelegate.cpp:178 profilemanager.cpp:31 +msgid "Manage profiles" +msgstr "" + +#: networkpropertiesdialog.cpp:34 +msgid "OK" +msgstr "" + +#: networkpropertiesdialog.cpp:39 +msgid "Use Static IPs" +msgstr "" + +#: networkpropertiesdialog.cpp:41 +msgid "Netmask :" +msgstr "" + +#: networkpropertiesdialog.cpp:42 +msgid "Gateway :" +msgstr "" + +#: networkpropertiesdialog.cpp:43 +msgid "Use Static DNS" +msgstr "" + +#: networkpropertiesdialog.cpp:44 qtcreator-build/kcm/ui_kcmwidget.h:451 +msgid "Use global DNS servers" +msgstr "" + +#: networkpropertiesdialog.cpp:45 qtcreator-build/kcm/ui_kcmwidget.h:452 +msgid "DNS domain :" +msgstr "" + +#: networkpropertiesdialog.cpp:46 qtcreator-build/kcm/ui_kcmwidget.h:453 +msgid "Search domain :" +msgstr "" + +#: networkpropertiesdialog.cpp:47 qtcreator-build/kcm/ui_kcmwidget.h:454 +msgid "DNS server 1 :" +msgstr "" + +#: networkpropertiesdialog.cpp:48 qtcreator-build/kcm/ui_kcmwidget.h:455 +msgid "DNS server 2 :" +msgstr "" + +#: networkpropertiesdialog.cpp:49 qtcreator-build/kcm/ui_kcmwidget.h:456 +msgid "DNS server 3 :" +msgstr "" + +#: networkpropertiesdialog.cpp:50 +msgid "DHCP Hostname :" +msgstr "" + +#: networkpropertiesdialog.cpp:55 +msgid "Automatically connect to this network" +msgstr "" + +#: networkpropertiesdialog.cpp:56 +msgid "Use these settings for all networks sharing this essid" +msgstr "" + +#: networkpropertiesdialog.cpp:57 +msgid "Use Encryption" +msgstr "" + +#: networkpropertiesdialog.cpp:61 +msgid "Scripts" +msgstr "" + +#: networkpropertiesdialog.cpp:158 +msgid "Invalid IP address entered." +msgstr "" + +#: networkpropertiesdialog.cpp:195 +msgid "Global DNS has not been enabled in general preferences." +msgstr "" + +#: networkpropertiesdialog.cpp:234 networkpropertiesdialog.cpp:242 +msgid "Invalid address in %1" +msgstr "" + +#: networkpropertiesdialog.cpp:255 +msgid "%1 is required." +msgstr "" + +#: networkpropertiesdialog.cpp:260 +msgid "This network needs an encryption." +msgstr "" + +#: profilemanager.cpp:73 +msgid "Add a profile" +msgstr "" + +#: profilemanager.cpp:74 +msgid "New profile name:" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:445 +msgid "Network interfaces" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:446 +msgid "Wireless interface :" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:447 +msgid "Wired interface :" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:448 +msgid "Always show wired interface" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:449 +msgid "Always switch to a wired connection when available" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:450 +msgid "Global DNS servers" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:457 +#: qtcreator-build/kcm/ui_kcmwidget.h:465 +msgid "Other" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:458 +msgid "Wired automatic connection :" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:459 +msgid "Automatically reconnect on network connection loss" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:460 +msgid "General settings" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:461 +msgid "Client settings" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:462 +msgid "Show tooltips" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:463 +msgid "Show signal strength" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:464 +msgid "Automatically scan on open" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:466 +msgid "DHCP client :" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:467 +msgid "Wired link detection :" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:468 +msgid "Route table flushing :" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:469 +msgid "External programs" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:470 +msgid "Miscellaneous" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:471 +msgid "WPA Supplicant driver :" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:472 +msgid "Backend :" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:473 +msgid "Debugging" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:474 +msgid "Enable debug mode" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:475 +msgid "Wireless interface" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:476 +msgid "Use dBm to measure signal strength" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:477 +msgid "Ping static gateways after connecting to verify association" +msgstr "" + +#: qtcreator-build/kcm/ui_kcmwidget.h:478 +msgid "Advanced settings" +msgstr "" + +#: qtcreator-build/ui_profilemanager.h:98 +msgid "Use as default profile (overwrites any previous default)" +msgstr "" + +#: scriptsdialog.cpp:38 +msgid "Configure scripts" +msgstr "" + +#: scriptsdialog.cpp:66 scriptsdialog.cpp:103 +msgid "KAuth returned an error code: %1" +msgstr "" + +#: scriptsdialog.cpp:71 +msgid "Pre-connection script" +msgstr "" + +#: scriptsdialog.cpp:72 +msgid "Post-connection script" +msgstr "" + +#: scriptsdialog.cpp:73 +msgid "Pre-disconnection script" +msgstr "" + +#: scriptsdialog.cpp:74 +msgid "Post-disconnection script" +msgstr "" + +#: translations/rc.cpp:1 rc.cpp:1 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: translations/rc.cpp:2 rc.cpp:2 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: trayicon.cpp:61 +msgid "Connection infos" +msgstr "" diff -ruN wicd-client-kde.old//wicd-client-kde.desktop wicd-client-kde//wicd-client-kde.desktop --- wicd-client-kde.old//wicd-client-kde.desktop 2010-11-03 20:01:27.000000000 +0100 +++ wicd-client-kde//wicd-client-kde.desktop 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ -[Desktop Entry] -Exec=wicd-client-kde -OnlyShowIn=KDE; -Type=Application -Terminal=false -Icon=network-wireless -GenericName=Wicd client -GenericName[cs]=Klient Wicd -GenericName[es]=Cliente Wicd -GenericName[fr]=Client Wicd -GenericName[it]=Client Wicd -GenericName[pt_BR]=Cliente Wicd -GenericName[zh_CN]=Wicd KDE 前端 -Name=Wicd Client KDE -X-KDE-StartupNotify=false -X-KDE-autostart-after=panel -X-DBUS-StartupType=Unique -Categories=Qt;KDE;Network; diff -ruN wicd-client-kde.old//wicd-client-kde.notifyrc wicd-client-kde//wicd-client-kde.notifyrc --- wicd-client-kde.old//wicd-client-kde.notifyrc 2010-10-25 00:29:23.000000000 +0200 +++ wicd-client-kde//wicd-client-kde.notifyrc 1970-01-01 01:00:00.000000000 +0100 @@ -1,40 +0,0 @@ -[Global] -IconName=network-wireless -Comment=Wicd client for KDE -Comment[cs]=Klient Wicd pro KDE -Comment[es]=Cliente Wicd para KDE -Comment[fr]=Client Wicd pour KDE -Comment[it]=Client Wicd per KDE -Comment[pt_BR]=Cliente Wicd para KDE -Comment[zh_CN]= Wicd KDE 前端 -Name=Wicd Client KDE - -[Event/connected] -Name=Connected to the network -Name[cs]=Připojen k síti -Name[es]=Conectado a la red -Name[fr]=Connecté au réseau -Name[it]=Connesso alla rete -Name[pt_BR]=Conectado a rede -Name[zh_CN]=网络已连接 -Action=None - -[Event/disconnected] -Name=Disconnected from the network -Name[cs]=Odpojen od sítě -Name[es]=Desconectado de la red -Name[fr]=Déconnecté du réseau -Name[it]=Disconnesso dalla rete -Name[pt_BR]=Desconectado da rede -Name[zh_CN]=网络已断开 -Action=None - -[Event/error] -Name=Error -Name[cs]=Chyba -Name[es]=Error -Name[fr]=Erreur -Name[it]=Errore -Name[zh_CN]=出现错误 -Name[pt_BR]=Erro -Action=Popup diff -ruN wicd-client-kde.old//wicd-kde.desktop wicd-client-kde//wicd-kde.desktop --- wicd-client-kde.old//wicd-kde.desktop 1970-01-01 01:00:00.000000000 +0100 +++ wicd-client-kde//wicd-kde.desktop 2010-11-05 00:44:44.000000000 +0100 @@ -0,0 +1,18 @@ +[Desktop Entry] +Exec=wicd-kde +OnlyShowIn=KDE; +Type=Application +Terminal=false +Icon=network-wireless +GenericName=Wicd client +GenericName[cs]=Klient Wicd +GenericName[es]=Cliente Wicd +GenericName[fr]=Client Wicd +GenericName[it]=Client Wicd +GenericName[pt_BR]=Cliente Wicd +GenericName[zh_CN]=Wicd KDE 前端 +Name=Wicd Client KDE +X-KDE-StartupNotify=false +X-KDE-autostart-after=panel +X-DBUS-StartupType=Unique +Categories=Qt;KDE;Network; diff -ruN wicd-client-kde.old//wicd-kde.notifyrc wicd-client-kde//wicd-kde.notifyrc --- wicd-client-kde.old//wicd-kde.notifyrc 1970-01-01 01:00:00.000000000 +0100 +++ wicd-client-kde//wicd-kde.notifyrc 2010-10-25 00:29:23.000000000 +0200 @@ -0,0 +1,40 @@ +[Global] +IconName=network-wireless +Comment=Wicd client for KDE +Comment[cs]=Klient Wicd pro KDE +Comment[es]=Cliente Wicd para KDE +Comment[fr]=Client Wicd pour KDE +Comment[it]=Client Wicd per KDE +Comment[pt_BR]=Cliente Wicd para KDE +Comment[zh_CN]= Wicd KDE 前端 +Name=Wicd Client KDE + +[Event/connected] +Name=Connected to the network +Name[cs]=Připojen k síti +Name[es]=Conectado a la red +Name[fr]=Connecté au réseau +Name[it]=Connesso alla rete +Name[pt_BR]=Conectado a rede +Name[zh_CN]=网络已连接 +Action=None + +[Event/disconnected] +Name=Disconnected from the network +Name[cs]=Odpojen od sítě +Name[es]=Desconectado de la red +Name[fr]=Déconnecté du réseau +Name[it]=Disconnesso dalla rete +Name[pt_BR]=Desconectado da rede +Name[zh_CN]=网络已断开 +Action=None + +[Event/error] +Name=Error +Name[cs]=Chyba +Name[es]=Error +Name[fr]=Erreur +Name[it]=Errore +Name[zh_CN]=出现错误 +Name[pt_BR]=Erro +Action=Popup debian/patches/fix-qmax-call.patch0000644000000000000000000000202711677445046014320 0ustar Description: fix qreal vs double in qMax qMax is a template that must be called with two parameters of the same type. On most architectures qreal and double are the same type but on arm architectures qreal is equivilent to float. So attempting to call qMax with one argument of type double and one of type qreal fails on arm architectures. This patch removes a typecast so qMax is called with two arguments of Type double. Author: Peter Green Bug-debian: http://bugs.debian.org/653727 --- wicd-kde-0.3.0.orig/applet/networkplotter.cpp +++ wicd-kde-0.3.0/applet/networkplotter.cpp @@ -89,7 +89,7 @@ void NetworkPlotter::dataUpdated(const Q //are we getting received or transmitted data? int index = (split[3] == "receiver") ? 0 : 1; //fill m_data accordingly - m_data[index] = qMax(qreal(0.0), data["value"].toDouble()); + m_data[index] = qMax(0.0, data["value"].toDouble()); //update plotter only when the 2 values are filled if (!m_data.contains(-1)) { addSample(m_data); debian/patches/change-icons-location.patch0000644000000000000000000000052611576473707016026 0ustar Description: change icons location Forwarded: Patch sent by email to the application's author and it's been accepted Author: Iker Salmón San Millán --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -1,2 +1,2 @@ -kde4_install_icons(${ICON_INSTALL_DIR}) +kde4_install_icons(${DATA_INSTALL_DIR}/wicd-kde/icons) debian/patches/fix-excess-linkeage.patch0000644000000000000000000000124211576473707015511 0ustar Description: fixed excess linkeage avoiding the dependency over libkutils.so.4 Forwarded: patch sent to upstream Author: Iker Salmón San Millán --- a/kcm/CMakeLists.txt +++ b/kcm/CMakeLists.txt @@ -3,7 +3,7 @@ kde4_add_ui_files(kcm_wicd_UI_SRCS kcmwidget.ui) kde4_add_plugin(kcm_wicd wicdkcm.cpp wicddbusinterface.cpp ${kcm_wicd_UI_SRCS}) -target_link_libraries(kcm_wicd ${KDE4_KDECORE_LIBS} ${KDE4_KUTILS_LIBS} ${KDE4_SOLID_LIBS} ) +target_link_libraries(kcm_wicd ${KDE4_KDEUI_LIBS} ${KDE4_SOLID_LIBS} ) install(TARGETS kcm_wicd DESTINATION ${PLUGIN_INSTALL_DIR} ) install( FILES kcm_wicd.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) debian/docs0000644000000000000000000000002411576473707010056 0ustar CMakeLists.txt TODO