mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 15:37:23 +00:00
release 1.4.1
This commit is contained in:
parent
b7fa17df4e
commit
824a11457b
102
CHANGELOG
102
CHANGELOG
@ -1,3 +1,53 @@
|
|||||||
|
Ver.1.4.1
|
||||||
|
---------
|
||||||
|
* all
|
||||||
|
+ some Easter eggs
|
||||||
|
+ add _DEFAULT_SOURCE to avoid gcc warnings
|
||||||
|
* refactoring
|
||||||
|
* fix cppcheck warnings
|
||||||
|
* update 3rdparty components
|
||||||
|
* fix language defilition
|
||||||
|
* replace General section to Common in settings (see http://doc.qt.io/qt-5/qsettings.html#Format-enum)
|
||||||
|
* gui
|
||||||
|
+ allow to change helper control group from UI (#36)
|
||||||
|
+ allow to open profile in an external editor (#38)
|
||||||
|
+ add IP validators (#34)
|
||||||
|
+ add toolbar configuration
|
||||||
|
+ add notification on hidding to tray
|
||||||
|
+ add returnPressed() signal to lineEdits
|
||||||
|
+ implement needToBeConfigured() signal
|
||||||
|
- remove margins
|
||||||
|
- fix bug with segfault on updating UI with KF5
|
||||||
|
* rewrite ErrorWindow class
|
||||||
|
* split MainWindow class
|
||||||
|
* update WiFi menu to new library functions
|
||||||
|
* improve UI (#25, #28)
|
||||||
|
* more correct component checking (#29, #37)
|
||||||
|
* more correct callbacks with exceptions
|
||||||
|
* dataengine
|
||||||
|
+ add desktop reconfiguration (#30)
|
||||||
|
* improve performance
|
||||||
|
* helper
|
||||||
|
+ add /interface interface
|
||||||
|
+ add /ctrl/{CurrentWiFi,VerboseWiFi} calls
|
||||||
|
+ add /netctl/VerboseProfiles call
|
||||||
|
+ add /netctl/{netctlActiveProfile,netctlProfileList,netctlVerboseProfileList) calls
|
||||||
|
* library
|
||||||
|
+ add NetctlInterface class
|
||||||
|
+ add WpaSup::CurrentWiFi method
|
||||||
|
+ append structures some additional information
|
||||||
|
+ mark Netctl::getProfileDescription() as deprecated
|
||||||
|
+ now WpaSup can connect to already created session (by default)
|
||||||
|
* improve performance
|
||||||
|
* plasmoid
|
||||||
|
+ add desktop reconfiguration (#30)
|
||||||
|
- remove legacy functions from KDE4 plasmoid
|
||||||
|
* improve performance of KF5 plasmoid (#26)
|
||||||
|
* test
|
||||||
|
* fix netctl tests
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Ver.1.4.0
|
Ver.1.4.0
|
||||||
---------
|
---------
|
||||||
* all
|
* all
|
||||||
@ -6,9 +56,9 @@ Ver.1.4.0
|
|||||||
+ create package for KF5
|
+ create package for KF5
|
||||||
* change NETCTLGUI_DEBUG=yes to DEBUG=yes
|
* change NETCTLGUI_DEBUG=yes to DEBUG=yes
|
||||||
* update url
|
* update url
|
||||||
* gui:
|
* gui
|
||||||
+ add workarounds to #22 and #23
|
+ add workarounds to #22 and #23
|
||||||
* plasmoid:
|
* plasmoid
|
||||||
+ create package and plugin for KF5
|
+ create package and plugin for KF5
|
||||||
* change NETCTLGUI_DEBUG=yes to DEBUG=yes
|
* change NETCTLGUI_DEBUG=yes to DEBUG=yes
|
||||||
* update url
|
* update url
|
||||||
@ -33,10 +83,10 @@ Ver.1.3.2
|
|||||||
|
|
||||||
Ver.1.3.1
|
Ver.1.3.1
|
||||||
---------
|
---------
|
||||||
* gui:
|
* gui
|
||||||
* more correct calls of boolean DBus methods
|
* more correct calls of boolean DBus methods
|
||||||
* edit helper icon
|
* edit helper icon
|
||||||
* helper:
|
* helper
|
||||||
* more correct calls of boolean DBus methods
|
* more correct calls of boolean DBus methods
|
||||||
* more correct systemd service
|
* more correct systemd service
|
||||||
* add ability to create session bus
|
* add ability to create session bus
|
||||||
@ -45,18 +95,18 @@ Ver.1.3.1
|
|||||||
|
|
||||||
Ver.1.3.0
|
Ver.1.3.0
|
||||||
---------
|
---------
|
||||||
* all:
|
* all
|
||||||
+ add processes error messages
|
+ add processes error messages
|
||||||
+ add support of several active profiles
|
+ add support of several active profiles
|
||||||
* some bug fixes and refactoring
|
* some bug fixes and refactoring
|
||||||
* rewrite debug messages
|
* rewrite debug messages
|
||||||
* dataengine:
|
* dataengine
|
||||||
+ add new sources: intIp6, extIp6, netctlAutoStatus
|
+ add new sources: intIp6, extIp6, netctlAutoStatus
|
||||||
* rewrite to use [tasks](https://github.com/mhogomchungu/tasks) (see #7)
|
* rewrite to use [tasks](https://github.com/mhogomchungu/tasks) (see #7)
|
||||||
* change default command to define external IP
|
* change default command to define external IP
|
||||||
* change interface list definition
|
* change interface list definition
|
||||||
* change internal IP definition
|
* change internal IP definition
|
||||||
* gui:
|
* gui
|
||||||
+ add 3rd party license information
|
+ add 3rd party license information
|
||||||
+ add system tray icon as an alternative to the plasmoid
|
+ add system tray icon as an alternative to the plasmoid
|
||||||
+ add DBus session interface org.netctlgui.netctlgui
|
+ add DBus session interface org.netctlgui.netctlgui
|
||||||
@ -73,11 +123,11 @@ Ver.1.3.0
|
|||||||
* rewrite tables to use toolTip
|
* rewrite tables to use toolTip
|
||||||
* edit about window
|
* edit about window
|
||||||
* change menuBar
|
* change menuBar
|
||||||
* helper:
|
* helper
|
||||||
+ create daemon DBus system interface org.netctlgui.helper to the library:
|
+ create daemon DBus system interface org.netctlgui.helper to the library:
|
||||||
self control slots, netctl control slots and netctl information slots
|
self control slots, netctl control slots and netctl information slots
|
||||||
+ add tests
|
+ add tests
|
||||||
* library:
|
* library
|
||||||
+ add custom structures netctlWifiInfo and netctlProfileInfo
|
+ add custom structures netctlWifiInfo and netctlProfileInfo
|
||||||
+ add methods getActiveProfile(), autoGetActiveProfile()
|
+ add methods getActiveProfile(), autoGetActiveProfile()
|
||||||
+ add slot switchToProfile()
|
+ add slot switchToProfile()
|
||||||
@ -92,7 +142,7 @@ Ver.1.3.0
|
|||||||
* rewrite to use [tasks](https://github.com/mhogomchungu/tasks) (see #7)
|
* rewrite to use [tasks](https://github.com/mhogomchungu/tasks) (see #7)
|
||||||
* rename getInterfaceList() to getWirelessInterfaceList()
|
* rename getInterfaceList() to getWirelessInterfaceList()
|
||||||
* change temporary directory from $HOME/.cache to system one
|
* change temporary directory from $HOME/.cache to system one
|
||||||
* plasmoid:
|
* plasmoid
|
||||||
+ add 3rd party license information
|
+ add 3rd party license information
|
||||||
+ allow plasmoid to use system tray
|
+ allow plasmoid to use system tray
|
||||||
+ add ability to use helper
|
+ add ability to use helper
|
||||||
@ -105,14 +155,14 @@ Ver.1.3.0
|
|||||||
|
|
||||||
Ver.1.2.0
|
Ver.1.2.0
|
||||||
---------
|
---------
|
||||||
* all:
|
* all
|
||||||
+ add icons
|
+ add icons
|
||||||
+ add support of netctl-auto
|
+ add support of netctl-auto
|
||||||
* changes in the project architecture
|
* changes in the project architecture
|
||||||
* refactoring
|
* refactoring
|
||||||
* dataengine:
|
* dataengine
|
||||||
+ add debug information (NETCTLGUI_DEBUG=yes)
|
+ add debug information (NETCTLGUI_DEBUG=yes)
|
||||||
* gui:
|
* gui
|
||||||
+ add support of macvlan
|
+ add support of macvlan
|
||||||
+ add ability to remove profile
|
+ add ability to remove profile
|
||||||
+ add support of hidden wifi network
|
+ add support of hidden wifi network
|
||||||
@ -130,13 +180,13 @@ Ver.1.2.0
|
|||||||
* refactoring of configuration interface
|
* refactoring of configuration interface
|
||||||
* change setting of the interface to profile tab
|
* change setting of the interface to profile tab
|
||||||
* rewrite ErrorWindow class
|
* rewrite ErrorWindow class
|
||||||
* library:
|
* library
|
||||||
+ detach backend from frontend
|
+ detach backend from frontend
|
||||||
+ add error checking
|
+ add error checking
|
||||||
+ add doxygen documentation
|
+ add doxygen documentation
|
||||||
* more debug information
|
* more debug information
|
||||||
* rewrite getSettingsFromProfile() function
|
* rewrite getSettingsFromProfile() function
|
||||||
* plasmoid:
|
* plasmoid
|
||||||
+ add dataengine configuration
|
+ add dataengine configuration
|
||||||
+ add about window
|
+ add about window
|
||||||
+ add debug information (NETCTLGUI_DEBUG=yes)
|
+ add debug information (NETCTLGUI_DEBUG=yes)
|
||||||
@ -148,26 +198,26 @@ Ver.1.2.0
|
|||||||
|
|
||||||
Ver.1.1.0 (netctl-1.7 update)
|
Ver.1.1.0 (netctl-1.7 update)
|
||||||
-----------------------------
|
-----------------------------
|
||||||
* dataengine:
|
* dataengine
|
||||||
* change definition if profile is enabled
|
* change definition if profile is enabled
|
||||||
* gui:
|
* gui
|
||||||
+ add frequency
|
+ add frequency
|
||||||
* change definition if profile is enabled
|
* change definition if profile is enabled
|
||||||
* plasmoid:
|
* plasmoid
|
||||||
+ add menu title
|
+ add menu title
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
Ver.1.0.6
|
Ver.1.0.6
|
||||||
---------
|
---------
|
||||||
* gui:
|
* gui
|
||||||
* fix error checking
|
* fix error checking
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
Ver.1.0.5
|
Ver.1.0.5
|
||||||
---------
|
---------
|
||||||
* plasmoid:
|
* plasmoid
|
||||||
+ add "Start WiFi menu" function
|
+ add "Start WiFi menu" function
|
||||||
* refactoring
|
* refactoring
|
||||||
* edit icon
|
* edit icon
|
||||||
@ -176,9 +226,9 @@ Ver.1.0.5
|
|||||||
|
|
||||||
Ver.1.0.4
|
Ver.1.0.4
|
||||||
---------
|
---------
|
||||||
* gui:
|
* gui
|
||||||
+ add Qt5 gui (by default)
|
+ add Qt5 gui (by default)
|
||||||
* plasmoid:
|
* plasmoid
|
||||||
+ add notifications
|
+ add notifications
|
||||||
* fix run command with sudo from plasmoid
|
* fix run command with sudo from plasmoid
|
||||||
|
|
||||||
@ -186,23 +236,23 @@ Ver.1.0.4
|
|||||||
|
|
||||||
Ver.1.0.3
|
Ver.1.0.3
|
||||||
---------
|
---------
|
||||||
* all:
|
* all
|
||||||
* refactoring
|
* refactoring
|
||||||
* plasmoid:
|
* plasmoid
|
||||||
+ edit russian translation
|
+ edit russian translation
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
Ver.1.0.2
|
Ver.1.0.2
|
||||||
---------
|
---------
|
||||||
* plasmoid:
|
* plasmoid
|
||||||
- fix layout margins
|
- fix layout margins
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
Ver.1.0.1
|
Ver.1.0.1
|
||||||
---------
|
---------
|
||||||
* all:
|
* all
|
||||||
- remove scripts
|
- remove scripts
|
||||||
|
|
||||||
***
|
***
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
pkgbase=netctl-gui
|
pkgbase=netctl-gui
|
||||||
pkgname=('libnetctlgui' 'netctlgui-helper' 'netctl-gui'
|
pkgname=('libnetctlgui' 'netctlgui-helper' 'netctl-gui'
|
||||||
'plasma5-applet-netctl-gui')
|
'plasma5-applet-netctl-gui')
|
||||||
pkgver=1.4.0
|
pkgver=1.4.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Qt4/Qt5 GUI for netctl. Also provides a widget for KDE"
|
pkgdesc="Qt4/Qt5 GUI for netctl. Also provides a widget for KDE"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -11,7 +11,7 @@ url="http://arcanis.name/projects/netctl-gui"
|
|||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
makedepends=('cmake' 'extra-cmake-modules' 'plasma-framework' 'qt5-tools')
|
makedepends=('cmake' 'extra-cmake-modules' 'plasma-framework' 'qt5-tools')
|
||||||
source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${pkgbase}-${pkgver}-src.tar.xz")
|
source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${pkgbase}-${pkgver}-src.tar.xz")
|
||||||
md5sums=('172fff4b59c15c991b016db35971eca1')
|
md5sums=('f93be4d72fa63007f39d3b5516ccd3e4')
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
pkgbase=netctl-gui-qt4
|
pkgbase=netctl-gui-qt4
|
||||||
pkgname=('libnetctlgui-qt4' 'netctlgui-helper-qt4' 'netctl-gui-qt4'
|
pkgname=('libnetctlgui-qt4' 'netctlgui-helper-qt4' 'netctl-gui-qt4'
|
||||||
'kdeplasma-applets-netctl-gui')
|
'kdeplasma-applets-netctl-gui')
|
||||||
pkgver=1.4.0
|
pkgver=1.4.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Qt4 GUI for netctl. Also provides a widget for KDE4"
|
pkgdesc="Qt4 GUI for netctl. Also provides a widget for KDE4"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -11,7 +11,7 @@ url="http://arcanis.name/projects/netctl-gui"
|
|||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
makedepends=('automoc4' 'cmake' 'kdelibs')
|
makedepends=('automoc4' 'cmake' 'kdelibs')
|
||||||
source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${pkgbase}-${pkgver}-src.tar.xz")
|
source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${pkgbase}-${pkgver}-src.tar.xz")
|
||||||
md5sums=('172fff4b59c15c991b016db35971eca1')
|
md5sums=('f93be4d72fa63007f39d3b5516ccd3e4')
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -8,7 +8,7 @@ ProjectRootRelative=./
|
|||||||
|
|
||||||
[CMake][CMake Build Directory 0]
|
[CMake][CMake Build Directory 0]
|
||||||
Build Directory Path=file:///home/arcanis/Documents/github/netctl-gui/build
|
Build Directory Path=file:///home/arcanis/Documents/github/netctl-gui/build
|
||||||
Build Type=Release
|
Build Type=Debug
|
||||||
CMake Binary=file:///usr/bin/cmake
|
CMake Binary=file:///usr/bin/cmake
|
||||||
Environment Profile=
|
Environment Profile=
|
||||||
Extra Arguments=
|
Extra Arguments=
|
||||||
|
@ -92,7 +92,7 @@ QString Netctl::getCmdOutput(const QString cmd)
|
|||||||
if (process.exitCode != 0)
|
if (process.exitCode != 0)
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "Error" << process.error;
|
if (debug) qDebug() << PDEBUG << ":" << "Error" << process.error;
|
||||||
|
|
||||||
return QTextCodec::codecForMib(106)->toUnicode(process.output).trimmed();
|
return QTextCodec::codecForMib(106)->toUnicode(process.output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -140,7 +140,7 @@ QString Netctl::getExtIp(const QString cmd)
|
|||||||
// test network connection
|
// test network connection
|
||||||
if (!isNetworkActive()) return QString("N\\A");
|
if (!isNetworkActive()) return QString("N\\A");
|
||||||
|
|
||||||
return getCmdOutput(cmd);
|
return getCmdOutput(cmd).trimmed();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -203,6 +203,7 @@ QStringList Netctl::getProfileList(const QString cmdNetctl, const QString cmdNet
|
|||||||
output = getCmdOutput(QString("%1 list").arg(cmdNetctl));
|
output = getCmdOutput(QString("%1 list").arg(cmdNetctl));
|
||||||
netctlAutoStatus = false;
|
netctlAutoStatus = false;
|
||||||
}
|
}
|
||||||
|
qDebug() << output;
|
||||||
|
|
||||||
// parse
|
// parse
|
||||||
QStringList currentProfiles;
|
QStringList currentProfiles;
|
||||||
|
@ -124,6 +124,8 @@ void Netctl::init()
|
|||||||
layout->addWidget(iconLabel);
|
layout->addWidget(iconLabel);
|
||||||
textLabel = new QLabel(graphicsWidget);
|
textLabel = new QLabel(graphicsWidget);
|
||||||
layout->addWidget(textLabel);
|
layout->addWidget(textLabel);
|
||||||
|
graphicsWidget->adjustSize();
|
||||||
|
resize(0, 0);
|
||||||
// read variables
|
// read variables
|
||||||
configChanged();
|
configChanged();
|
||||||
}
|
}
|
||||||
@ -209,20 +211,6 @@ void Netctl::updateIcon()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Netctl::updateInterface(bool setShown)
|
|
||||||
{
|
|
||||||
if (debug) qDebug() << PDEBUG;
|
|
||||||
if (debug) qDebug() << PDEBUG << ":" << "State" << setShown;
|
|
||||||
|
|
||||||
if (setShown)
|
|
||||||
layout->addWidget(textLabel);
|
|
||||||
else
|
|
||||||
layout->removeWidget(textLabel);
|
|
||||||
graphicsWidget->adjustSize();
|
|
||||||
resize(0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// context menu
|
// context menu
|
||||||
void Netctl::enableProfileSlot()
|
void Netctl::enableProfileSlot()
|
||||||
{
|
{
|
||||||
@ -439,11 +427,12 @@ void Netctl::createActions()
|
|||||||
menuActions.clear();
|
menuActions.clear();
|
||||||
|
|
||||||
contextMenu[QString("title")] = new QAction(QString("netctl-gui"), this);
|
contextMenu[QString("title")] = new QAction(QString("netctl-gui"), this);
|
||||||
|
connect(contextMenu[QString("title")], SIGNAL(triggered(bool)), this, SLOT(showGui()));
|
||||||
menuActions.append(contextMenu[QString("title")]);
|
menuActions.append(contextMenu[QString("title")]);
|
||||||
|
|
||||||
contextMenu[QString("start")] = new QAction(i18n("Start profile"), this);
|
contextMenu[QString("start")] = new QAction(i18n("Start profile"), this);
|
||||||
contextMenu[QString("start")]->setIcon(QIcon::fromTheme("dialog-apply"));
|
contextMenu[QString("start")]->setIcon(QIcon::fromTheme("dialog-apply"));
|
||||||
startProfileMenu = new QMenu(NULL);
|
startProfileMenu = new QMenu(nullptr);
|
||||||
contextMenu[QString("start")]->setMenu(startProfileMenu);
|
contextMenu[QString("start")]->setMenu(startProfileMenu);
|
||||||
connect(startProfileMenu, SIGNAL(triggered(QAction *)), this,
|
connect(startProfileMenu, SIGNAL(triggered(QAction *)), this,
|
||||||
SLOT(startProfileSlot(QAction *)));
|
SLOT(startProfileSlot(QAction *)));
|
||||||
@ -461,7 +450,7 @@ void Netctl::createActions()
|
|||||||
|
|
||||||
contextMenu[QString("switch")] = new QAction(i18n("Switch to profile"), this);
|
contextMenu[QString("switch")] = new QAction(i18n("Switch to profile"), this);
|
||||||
contextMenu[QString("switch")]->setIcon(QIcon::fromTheme("dialog-apply"));
|
contextMenu[QString("switch")]->setIcon(QIcon::fromTheme("dialog-apply"));
|
||||||
switchToProfileMenu = new QMenu(NULL);
|
switchToProfileMenu = new QMenu(nullptr);
|
||||||
contextMenu[QString("switch")]->setMenu(switchToProfileMenu);
|
contextMenu[QString("switch")]->setMenu(switchToProfileMenu);
|
||||||
connect(switchToProfileMenu, SIGNAL(triggered(QAction *)), this,
|
connect(switchToProfileMenu, SIGNAL(triggered(QAction *)), this,
|
||||||
SLOT(switchToProfileSlot(QAction *)));
|
SLOT(switchToProfileSlot(QAction *)));
|
||||||
@ -476,11 +465,6 @@ void Netctl::createActions()
|
|||||||
connect(contextMenu[QString("enable")], SIGNAL(triggered(bool)), this, SLOT(enableProfileSlot()));
|
connect(contextMenu[QString("enable")], SIGNAL(triggered(bool)), this, SLOT(enableProfileSlot()));
|
||||||
menuActions.append(contextMenu[QString("enable")]);
|
menuActions.append(contextMenu[QString("enable")]);
|
||||||
|
|
||||||
contextMenu[QString("gui")] = new QAction(i18n("Show netctl-gui"), this);
|
|
||||||
contextMenu[QString("gui")]->setIcon(QIcon(":icon"));
|
|
||||||
connect(contextMenu[QString("gui")], SIGNAL(triggered(bool)), this, SLOT(showGui()));
|
|
||||||
menuActions.append(contextMenu[QString("gui")]);
|
|
||||||
|
|
||||||
contextMenu[QString("wifi")] = new QAction(i18n("Show WiFi menu"), this);
|
contextMenu[QString("wifi")] = new QAction(i18n("Show WiFi menu"), this);
|
||||||
contextMenu[QString("wifi")]->setIcon(QIcon(":wifi"));
|
contextMenu[QString("wifi")]->setIcon(QIcon(":wifi"));
|
||||||
connect(contextMenu[QString("wifi")], SIGNAL(triggered(bool)), this, SLOT(showWifi()));
|
connect(contextMenu[QString("wifi")], SIGNAL(triggered(bool)), this, SLOT(showWifi()));
|
||||||
@ -541,7 +525,6 @@ void Netctl::connectToEngine()
|
|||||||
netctlEngine->connectSource(QString("intip6"), this, autoUpdateInterval);
|
netctlEngine->connectSource(QString("intip6"), this, autoUpdateInterval);
|
||||||
netctlEngine->connectSource(QString("profiles"), this, autoUpdateInterval);
|
netctlEngine->connectSource(QString("profiles"), this, autoUpdateInterval);
|
||||||
netctlEngine->connectSource(QString("status"), this, autoUpdateInterval);
|
netctlEngine->connectSource(QString("status"), this, autoUpdateInterval);
|
||||||
updateInterface(bigInterface);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -577,7 +560,6 @@ void Netctl::dataUpdated(const QString &sourceName, const Plasma::DataEngine::Da
|
|||||||
} else if (sourceName == QString("info")) {
|
} else if (sourceName == QString("info")) {
|
||||||
info[QString("info")] = value;
|
info[QString("info")] = value;
|
||||||
// update text
|
// update text
|
||||||
if (bigInterface)
|
|
||||||
textLabel->setText(formatLine[0] + parsePattern(textPattern) + formatLine[1]);
|
textLabel->setText(formatLine[0] + parsePattern(textPattern) + formatLine[1]);
|
||||||
} else if (sourceName == QString("interfaces")) {
|
} else if (sourceName == QString("interfaces")) {
|
||||||
info[QString("interfaces")] = value;
|
info[QString("interfaces")] = value;
|
||||||
@ -610,8 +592,6 @@ void Netctl::disconnectFromEngine()
|
|||||||
netctlEngine->disconnectSource(QString("profiles"), this);
|
netctlEngine->disconnectSource(QString("profiles"), this);
|
||||||
netctlEngine->disconnectSource(QString("statusBool"), this);
|
netctlEngine->disconnectSource(QString("statusBool"), this);
|
||||||
netctlEngine->disconnectSource(QString("statusString"), this);
|
netctlEngine->disconnectSource(QString("statusString"), this);
|
||||||
|
|
||||||
updateInterface(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -708,13 +688,8 @@ void Netctl::createConfigurationInterface(KConfigDialog *parent)
|
|||||||
uiWidConfig.checkBox_wifi->setCheckState(Qt::Unchecked);
|
uiWidConfig.checkBox_wifi->setCheckState(Qt::Unchecked);
|
||||||
uiWidConfig.lineEdit_wifi->setText(paths[QString("wifi")]);
|
uiWidConfig.lineEdit_wifi->setText(paths[QString("wifi")]);
|
||||||
setWifi();
|
setWifi();
|
||||||
if (bigInterface)
|
|
||||||
uiWidConfig.checkBox_showBigInterface->setCheckState(Qt::Checked);
|
|
||||||
else
|
|
||||||
uiWidConfig.checkBox_showBigInterface->setCheckState(Qt::Unchecked);
|
|
||||||
QString pattern = textPattern;
|
QString pattern = textPattern;
|
||||||
uiWidConfig.textEdit->setPlainText(pattern.replace(QString("<br>"), QString("\n")));
|
uiWidConfig.textEdit->setPlainText(pattern.replace(QString("<br>"), QString("\n")));
|
||||||
setBigInterface();
|
|
||||||
|
|
||||||
KConfigGroup cg = config();
|
KConfigGroup cg = config();
|
||||||
QString textAlign = cg.readEntry("textAlign", "center");
|
QString textAlign = cg.readEntry("textAlign", "center");
|
||||||
@ -784,8 +759,6 @@ void Netctl::createConfigurationInterface(KConfigDialog *parent)
|
|||||||
parent->addPage(aboutWidget, i18n("About"), QString("help-about"));
|
parent->addPage(aboutWidget, i18n("About"), QString("help-about"));
|
||||||
|
|
||||||
connect(uiWidConfig.checkBox_helper, SIGNAL(stateChanged(int)), this, SLOT(setHelper()));
|
connect(uiWidConfig.checkBox_helper, SIGNAL(stateChanged(int)), this, SLOT(setHelper()));
|
||||||
connect(uiWidConfig.checkBox_showBigInterface, SIGNAL(stateChanged(int)), this,
|
|
||||||
SLOT(setBigInterface()));
|
|
||||||
connect(uiWidConfig.checkBox_sudo, SIGNAL(stateChanged(int)), this, SLOT(setSudo()));
|
connect(uiWidConfig.checkBox_sudo, SIGNAL(stateChanged(int)), this, SLOT(setSudo()));
|
||||||
connect(uiWidConfig.checkBox_wifi, SIGNAL(stateChanged(int)), this, SLOT(setWifi()));
|
connect(uiWidConfig.checkBox_wifi, SIGNAL(stateChanged(int)), this, SLOT(setWifi()));
|
||||||
connect(uiDEConfig.checkBox_extIp4, SIGNAL(stateChanged(int)), this, SLOT(setDataEngineExternalIp4()));
|
connect(uiDEConfig.checkBox_extIp4, SIGNAL(stateChanged(int)), this, SLOT(setDataEngineExternalIp4()));
|
||||||
@ -826,7 +799,6 @@ void Netctl::configAccepted()
|
|||||||
cg.writeEntry("sudoPath", uiWidConfig.lineEdit_sudo->text());
|
cg.writeEntry("sudoPath", uiWidConfig.lineEdit_sudo->text());
|
||||||
cg.writeEntry("useWifi", (uiWidConfig.checkBox_wifi->checkState() != 0));
|
cg.writeEntry("useWifi", (uiWidConfig.checkBox_wifi->checkState() != 0));
|
||||||
cg.writeEntry("wifiPath", uiWidConfig.lineEdit_wifi->text());
|
cg.writeEntry("wifiPath", uiWidConfig.lineEdit_wifi->text());
|
||||||
cg.writeEntry("showBigInterface", (uiWidConfig.checkBox_showBigInterface->checkState() != 0));
|
|
||||||
QString pattern = uiWidConfig.textEdit->toPlainText();
|
QString pattern = uiWidConfig.textEdit->toPlainText();
|
||||||
pattern.replace(QString("\n"), QString("<br>"));
|
pattern.replace(QString("\n"), QString("<br>"));
|
||||||
cg.writeEntry("textPattern", pattern);
|
cg.writeEntry("textPattern", pattern);
|
||||||
@ -872,7 +844,6 @@ void Netctl::configChanged()
|
|||||||
paths[QString("wifi")] = cg.readEntry("wifiPath", "/usr/bin/netctl-gui -t 3");
|
paths[QString("wifi")] = cg.readEntry("wifiPath", "/usr/bin/netctl-gui -t 3");
|
||||||
useSudo = cg.readEntry("useSudo", true);
|
useSudo = cg.readEntry("useSudo", true);
|
||||||
useWifi = cg.readEntry("useWifi", false);
|
useWifi = cg.readEntry("useWifi", false);
|
||||||
bigInterface = cg.readEntry("showBigInterface", true);
|
|
||||||
useHelper = cg.readEntry("useHelper", true);
|
useHelper = cg.readEntry("useHelper", true);
|
||||||
textPattern = cg.readEntry("textPattern", "$info<br>IPv4: $intip4<br>IPv6: $intip6");
|
textPattern = cg.readEntry("textPattern", "$info<br>IPv4: $intip4<br>IPv6: $intip6");
|
||||||
|
|
||||||
@ -904,14 +875,6 @@ void Netctl::configChanged()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Netctl::setBigInterface()
|
|
||||||
{
|
|
||||||
if (debug) qDebug() << PDEBUG;
|
|
||||||
|
|
||||||
uiWidConfig.textEdit->setDisabled(uiWidConfig.checkBox_showBigInterface->checkState() == 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void Netctl::setDataEngineExternalIp4()
|
void Netctl::setDataEngineExternalIp4()
|
||||||
{
|
{
|
||||||
if (debug) qDebug() << PDEBUG;
|
if (debug) qDebug() << PDEBUG;
|
||||||
|
@ -68,7 +68,6 @@ public slots:
|
|||||||
// configuration interface
|
// configuration interface
|
||||||
void configAccepted();
|
void configAccepted();
|
||||||
void configChanged();
|
void configChanged();
|
||||||
void setBigInterface();
|
|
||||||
void setDataEngineExternalIp4();
|
void setDataEngineExternalIp4();
|
||||||
void setDataEngineExternalIp6();
|
void setDataEngineExternalIp6();
|
||||||
void setHelper();
|
void setHelper();
|
||||||
@ -78,7 +77,6 @@ public slots:
|
|||||||
private slots:
|
private slots:
|
||||||
// ui
|
// ui
|
||||||
void updateIcon();
|
void updateIcon();
|
||||||
void updateInterface(bool setHidden);
|
|
||||||
// configuration interface
|
// configuration interface
|
||||||
void selectAbstractSomething();
|
void selectAbstractSomething();
|
||||||
// context menu
|
// context menu
|
||||||
@ -124,7 +122,6 @@ private:
|
|||||||
Ui::About uiAboutConfig;
|
Ui::About uiAboutConfig;
|
||||||
// configuration
|
// configuration
|
||||||
int autoUpdateInterval = 1000;
|
int autoUpdateInterval = 1000;
|
||||||
bool bigInterface = true;
|
|
||||||
bool debug = false;
|
bool debug = false;
|
||||||
QString textPattern = QString();
|
QString textPattern = QString();
|
||||||
QStringList formatLine;
|
QStringList formatLine;
|
||||||
|
@ -329,36 +329,6 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<layout class="QHBoxLayout" name="layout_showBigInterface">
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_showBigInterface">
|
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
||||||
<horstretch>1</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="checkBox_showBigInterface">
|
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
||||||
<horstretch>2</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Show more detailed interface</string>
|
|
||||||
</property>
|
|
||||||
<property name="checked">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPlainTextEdit" name="textEdit">
|
<widget class="QPlainTextEdit" name="textEdit">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
|
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/netctl-gui/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/netctl-gui/issues\n"
|
||||||
"POT-Creation-Date: 2015-03-17 12:48+0300\n"
|
"POT-Creation-Date: 2015-03-19 23:07+0300\n"
|
||||||
"PO-Revision-Date: 2015-03-17 12:49+0300\n"
|
"PO-Revision-Date: 2015-03-17 12:49+0300\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
|
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
|
||||||
@ -18,103 +18,99 @@ msgstr ""
|
|||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"X-Generator: Lokalize 1.5\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:234 plasmoid-kf5/plugin/netctladds.cpp:194
|
#: plasmoid-kde4/netctl.cpp:222 plasmoid-kf5/plugin/netctladds.cpp:194
|
||||||
msgid "Set profile %1 disabled"
|
msgid "Set profile %1 disabled"
|
||||||
msgstr "Set profile %1 disabled"
|
msgstr "Set profile %1 disabled"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:237 plasmoid-kf5/plugin/netctladds.cpp:197
|
#: plasmoid-kde4/netctl.cpp:225 plasmoid-kf5/plugin/netctladds.cpp:197
|
||||||
msgid "Set profile %1 enabled"
|
msgid "Set profile %1 enabled"
|
||||||
msgstr "Set profile %1 enabled"
|
msgstr "Set profile %1 enabled"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:257 plasmoid-kf5/plugin/netctladds.cpp:215
|
#: plasmoid-kde4/netctl.cpp:245 plasmoid-kf5/plugin/netctladds.cpp:215
|
||||||
msgid "Restart profile %1"
|
msgid "Restart profile %1"
|
||||||
msgstr "Restart profile %1"
|
msgstr "Restart profile %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:277 plasmoid-kf5/plugin/netctladds.cpp:238
|
#: plasmoid-kde4/netctl.cpp:265 plasmoid-kf5/plugin/netctladds.cpp:238
|
||||||
msgid "Start profile %1"
|
msgid "Start profile %1"
|
||||||
msgstr "Start profile %1"
|
msgstr "Start profile %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:302 plasmoid-kf5/plugin/netctladds.cpp:262
|
#: plasmoid-kde4/netctl.cpp:290 plasmoid-kf5/plugin/netctladds.cpp:262
|
||||||
msgid "Stop profile %1"
|
msgid "Stop profile %1"
|
||||||
msgstr "Stop profile %1"
|
msgstr "Stop profile %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:321 plasmoid-kde4/netctl.cpp:457
|
#: plasmoid-kde4/netctl.cpp:309 plasmoid-kde4/netctl.cpp:446
|
||||||
#: plasmoid-kf5/package/contents/ui/main.qml:106
|
#: plasmoid-kf5/package/contents/ui/main.qml:106
|
||||||
#: plasmoid-kf5/plugin/netctladds.cpp:279
|
#: plasmoid-kf5/plugin/netctladds.cpp:279
|
||||||
msgid "Stop all profiles"
|
msgid "Stop all profiles"
|
||||||
msgstr "Stop all profiles"
|
msgstr "Stop all profiles"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:340 plasmoid-kf5/plugin/netctladds.cpp:300
|
#: plasmoid-kde4/netctl.cpp:328 plasmoid-kf5/plugin/netctladds.cpp:300
|
||||||
msgid "Switch to profile %1"
|
msgid "Switch to profile %1"
|
||||||
msgstr "Switch to profile %1"
|
msgstr "Switch to profile %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:412 plasmoid-kf5/package/contents/ui/main.qml:183
|
#: plasmoid-kde4/netctl.cpp:400 plasmoid-kf5/package/contents/ui/main.qml:183
|
||||||
msgid "Start another profile"
|
msgid "Start another profile"
|
||||||
msgstr "Start another profile"
|
msgstr "Start another profile"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:413 plasmoid-kf5/package/contents/ui/main.qml:184
|
#: plasmoid-kde4/netctl.cpp:401 plasmoid-kf5/package/contents/ui/main.qml:184
|
||||||
msgid "Stop %1"
|
msgid "Stop %1"
|
||||||
msgstr "Stop %1"
|
msgstr "Stop %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:414 plasmoid-kf5/package/contents/ui/main.qml:185
|
#: plasmoid-kde4/netctl.cpp:402 plasmoid-kf5/package/contents/ui/main.qml:185
|
||||||
msgid "Restart %1"
|
msgid "Restart %1"
|
||||||
msgstr "Restart %1"
|
msgstr "Restart %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:416 plasmoid-kf5/package/contents/ui/main.qml:187
|
#: plasmoid-kde4/netctl.cpp:404 plasmoid-kf5/package/contents/ui/main.qml:187
|
||||||
msgid "Disable %1"
|
msgid "Disable %1"
|
||||||
msgstr "Disable %1"
|
msgstr "Disable %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:418 plasmoid-kf5/package/contents/ui/main.qml:189
|
#: plasmoid-kde4/netctl.cpp:406 plasmoid-kf5/package/contents/ui/main.qml:189
|
||||||
msgid "Enable %1"
|
msgid "Enable %1"
|
||||||
msgstr "Enable %1"
|
msgstr "Enable %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:421 plasmoid-kde4/netctl.cpp:444
|
#: plasmoid-kde4/netctl.cpp:409 plasmoid-kde4/netctl.cpp:433
|
||||||
#: plasmoid-kf5/package/contents/ui/main.qml:104
|
#: plasmoid-kf5/package/contents/ui/main.qml:104
|
||||||
#: plasmoid-kf5/package/contents/ui/main.qml:191
|
#: plasmoid-kf5/package/contents/ui/main.qml:191
|
||||||
msgid "Start profile"
|
msgid "Start profile"
|
||||||
msgstr "Start profile"
|
msgstr "Start profile"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:452 plasmoid-kf5/package/contents/ui/main.qml:105
|
#: plasmoid-kde4/netctl.cpp:441 plasmoid-kf5/package/contents/ui/main.qml:105
|
||||||
msgid "Stop profile"
|
msgid "Stop profile"
|
||||||
msgstr "Stop profile"
|
msgstr "Stop profile"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:462 plasmoid-kf5/package/contents/ui/main.qml:107
|
#: plasmoid-kde4/netctl.cpp:451 plasmoid-kf5/package/contents/ui/main.qml:107
|
||||||
msgid "Switch to profile"
|
msgid "Switch to profile"
|
||||||
msgstr "Switch to profile"
|
msgstr "Switch to profile"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:470 plasmoid-kf5/package/contents/ui/main.qml:108
|
#: plasmoid-kde4/netctl.cpp:459 plasmoid-kf5/package/contents/ui/main.qml:108
|
||||||
msgid "Restart profile"
|
msgid "Restart profile"
|
||||||
msgstr "Restart profile"
|
msgstr "Restart profile"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:475 plasmoid-kf5/package/contents/ui/main.qml:109
|
#: plasmoid-kde4/netctl.cpp:464 plasmoid-kf5/package/contents/ui/main.qml:109
|
||||||
msgid "Enable profile"
|
msgid "Enable profile"
|
||||||
msgstr "Enable profile"
|
msgstr "Enable profile"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:479
|
#: plasmoid-kde4/netctl.cpp:468 plasmoid-kf5/package/contents/ui/main.qml:110
|
||||||
msgid "Show netctl-gui"
|
|
||||||
msgstr "Show netctl-gui"
|
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:484 plasmoid-kf5/package/contents/ui/main.qml:110
|
|
||||||
msgid "Show WiFi menu"
|
msgid "Show WiFi menu"
|
||||||
msgstr "Show WiFi menu"
|
msgstr "Show WiFi menu"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:511
|
#: plasmoid-kde4/netctl.cpp:495
|
||||||
msgid "Start GUI"
|
msgid "Start GUI"
|
||||||
msgstr "Start GUI"
|
msgstr "Start GUI"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:522
|
#: plasmoid-kde4/netctl.cpp:506
|
||||||
msgid "Start WiFi menu"
|
msgid "Start WiFi menu"
|
||||||
msgstr "Start WiFi menu"
|
msgstr "Start WiFi menu"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:563
|
#: plasmoid-kde4/netctl.cpp:546
|
||||||
msgid "Network is up"
|
msgid "Network is up"
|
||||||
msgstr "Network is up"
|
msgstr "Network is up"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:567
|
#: plasmoid-kde4/netctl.cpp:550
|
||||||
msgid "Network is down"
|
msgid "Network is down"
|
||||||
msgstr "Network is down"
|
msgstr "Network is down"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:754
|
#: plasmoid-kde4/netctl.cpp:729
|
||||||
msgid ""
|
msgid ""
|
||||||
"Version %1\n"
|
"Version %1\n"
|
||||||
"(build date %2)"
|
"(build date %2)"
|
||||||
@ -122,41 +118,41 @@ msgstr ""
|
|||||||
"Version %1\n"
|
"Version %1\n"
|
||||||
"(build date %2)"
|
"(build date %2)"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:755 plasmoid-kf5/plugin/netctladds.cpp:88
|
#: plasmoid-kde4/netctl.cpp:730 plasmoid-kf5/plugin/netctladds.cpp:88
|
||||||
msgid "KDE widget which interacts with netctl."
|
msgid "KDE widget which interacts with netctl."
|
||||||
msgstr "KDE widget which interacts with netctl."
|
msgstr "KDE widget which interacts with netctl."
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:756 plasmoid-kf5/plugin/netctladds.cpp:90
|
#: plasmoid-kde4/netctl.cpp:731 plasmoid-kf5/plugin/netctladds.cpp:90
|
||||||
msgid "Links:"
|
msgid "Links:"
|
||||||
msgstr "Links:"
|
msgstr "Links:"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:769 plasmoid-kf5/plugin/netctladds.cpp:99
|
#: plasmoid-kde4/netctl.cpp:744 plasmoid-kf5/plugin/netctladds.cpp:99
|
||||||
msgid "This software is licensed under %1"
|
msgid "This software is licensed under %1"
|
||||||
msgstr "This software is licensed under %1"
|
msgstr "This software is licensed under %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:778 plasmoid-kf5/plugin/netctladds.cpp:102
|
#: plasmoid-kde4/netctl.cpp:753 plasmoid-kf5/plugin/netctladds.cpp:102
|
||||||
msgid "Translators: %1"
|
msgid "Translators: %1"
|
||||||
msgstr "Translators: %1"
|
msgstr "Translators: %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:779 plasmoid-kf5/plugin/netctladds.cpp:110
|
#: plasmoid-kde4/netctl.cpp:754 plasmoid-kf5/plugin/netctladds.cpp:110
|
||||||
msgid "This software uses: %1"
|
msgid "This software uses: %1"
|
||||||
msgstr "This software uses: %1"
|
msgstr "This software uses: %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:781
|
#: plasmoid-kde4/netctl.cpp:756
|
||||||
msgid "Netctl plasmoid"
|
msgid "Netctl plasmoid"
|
||||||
msgstr "Netctl plasmoid"
|
msgstr "Netctl plasmoid"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:782
|
#: plasmoid-kde4/netctl.cpp:757
|
||||||
#: plasmoid-kf5/package/contents/config/config.qml:31
|
#: plasmoid-kf5/package/contents/config/config.qml:31
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Appearance"
|
msgstr "Appearance"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:783
|
#: plasmoid-kde4/netctl.cpp:758
|
||||||
#: plasmoid-kf5/package/contents/config/config.qml:37
|
#: plasmoid-kf5/package/contents/config/config.qml:37
|
||||||
msgid "DataEngine"
|
msgid "DataEngine"
|
||||||
msgstr "DataEngine"
|
msgstr "DataEngine"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:784
|
#: plasmoid-kde4/netctl.cpp:759
|
||||||
#: plasmoid-kf5/package/contents/config/config.qml:43
|
#: plasmoid-kf5/package/contents/config/config.qml:43
|
||||||
#: plasmoid-kf5/package/contents/ui/about.qml:41
|
#: plasmoid-kf5/package/contents/ui/about.qml:41
|
||||||
msgid "About"
|
msgid "About"
|
||||||
@ -524,15 +520,9 @@ msgstr "Set font family"
|
|||||||
msgid "Set text align"
|
msgid "Set text align"
|
||||||
msgstr "Set text align"
|
msgstr "Set text align"
|
||||||
|
|
||||||
#. i18n: file: plasmoid-kde4/widget.ui:353
|
#. i18n: file: plasmoid-kde4/widget.ui:343
|
||||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_showBigInterface)
|
|
||||||
#: resources/translations-plasmoid/rc.cpp:114 rc.cpp:114
|
|
||||||
msgid "Show more detailed interface"
|
|
||||||
msgstr "Show more detailed interface"
|
|
||||||
|
|
||||||
#. i18n: file: plasmoid-kde4/widget.ui:373
|
|
||||||
#. i18n: ectx: property (toolTip), widget (QPlainTextEdit, textEdit)
|
#. i18n: ectx: property (toolTip), widget (QPlainTextEdit, textEdit)
|
||||||
#: resources/translations-plasmoid/rc.cpp:117 rc.cpp:117
|
#: resources/translations-plasmoid/rc.cpp:114 rc.cpp:114
|
||||||
msgid ""
|
msgid ""
|
||||||
"$info - active profile information\n"
|
"$info - active profile information\n"
|
||||||
"$current - current profile name\n"
|
"$current - current profile name\n"
|
||||||
@ -554,16 +544,22 @@ msgstr ""
|
|||||||
"$profiles - list of the netctl profiles\n"
|
"$profiles - list of the netctl profiles\n"
|
||||||
"$status - current profile status (static/enabled)"
|
"$status - current profile status (static/enabled)"
|
||||||
|
|
||||||
#: resources/translations-plasmoid/rc.cpp:126 rc.cpp:126
|
#: resources/translations-plasmoid/rc.cpp:123 rc.cpp:123
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr "Evgeniy Alekseev"
|
msgstr "Evgeniy Alekseev"
|
||||||
|
|
||||||
#: resources/translations-plasmoid/rc.cpp:127 rc.cpp:127
|
#: resources/translations-plasmoid/rc.cpp:124 rc.cpp:124
|
||||||
msgctxt "EMAIL OF TRANSLATORS"
|
msgctxt "EMAIL OF TRANSLATORS"
|
||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "esalexeev@gmail.com"
|
msgstr "esalexeev@gmail.com"
|
||||||
|
|
||||||
|
#~ msgid "Show netctl-gui"
|
||||||
|
#~ msgstr "Show netctl-gui"
|
||||||
|
|
||||||
|
#~ msgid "Show more detailed interface"
|
||||||
|
#~ msgstr "Show more detailed interface"
|
||||||
|
|
||||||
#~ msgid "inactive"
|
#~ msgid "inactive"
|
||||||
#~ msgstr "inactive"
|
#~ msgstr "inactive"
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/netctl-gui/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/netctl-gui/issues\n"
|
||||||
"POT-Creation-Date: 2015-03-17 12:48+0300\n"
|
"POT-Creation-Date: 2015-03-19 23:07+0300\n"
|
||||||
"PO-Revision-Date: 2014-10-13 16:37+0900\n"
|
"PO-Revision-Date: 2014-10-13 16:37+0900\n"
|
||||||
"Last-Translator: NOGISAKA Sadata <ngsksdt@gmail.com>\n"
|
"Last-Translator: NOGISAKA Sadata <ngsksdt@gmail.com>\n"
|
||||||
"Language-Team: Japanese <kde-i18n-doc@kde.org>\n"
|
"Language-Team: Japanese <kde-i18n-doc@kde.org>\n"
|
||||||
@ -17,103 +17,99 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: Lokalize 1.5\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:234 plasmoid-kf5/plugin/netctladds.cpp:194
|
#: plasmoid-kde4/netctl.cpp:222 plasmoid-kf5/plugin/netctladds.cpp:194
|
||||||
msgid "Set profile %1 disabled"
|
msgid "Set profile %1 disabled"
|
||||||
msgstr "プロファイル %1 を無効にする"
|
msgstr "プロファイル %1 を無効にする"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:237 plasmoid-kf5/plugin/netctladds.cpp:197
|
#: plasmoid-kde4/netctl.cpp:225 plasmoid-kf5/plugin/netctladds.cpp:197
|
||||||
msgid "Set profile %1 enabled"
|
msgid "Set profile %1 enabled"
|
||||||
msgstr "プロファイル %1 を有効にする"
|
msgstr "プロファイル %1 を有効にする"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:257 plasmoid-kf5/plugin/netctladds.cpp:215
|
#: plasmoid-kde4/netctl.cpp:245 plasmoid-kf5/plugin/netctladds.cpp:215
|
||||||
msgid "Restart profile %1"
|
msgid "Restart profile %1"
|
||||||
msgstr "プロファイル %1 の利用を再開"
|
msgstr "プロファイル %1 の利用を再開"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:277 plasmoid-kf5/plugin/netctladds.cpp:238
|
#: plasmoid-kde4/netctl.cpp:265 plasmoid-kf5/plugin/netctladds.cpp:238
|
||||||
msgid "Start profile %1"
|
msgid "Start profile %1"
|
||||||
msgstr "プロファイル %1 の利用を開始"
|
msgstr "プロファイル %1 の利用を開始"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:302 plasmoid-kf5/plugin/netctladds.cpp:262
|
#: plasmoid-kde4/netctl.cpp:290 plasmoid-kf5/plugin/netctladds.cpp:262
|
||||||
msgid "Stop profile %1"
|
msgid "Stop profile %1"
|
||||||
msgstr "プロファイル %1 の利用を停止する"
|
msgstr "プロファイル %1 の利用を停止する"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:321 plasmoid-kde4/netctl.cpp:457
|
#: plasmoid-kde4/netctl.cpp:309 plasmoid-kde4/netctl.cpp:446
|
||||||
#: plasmoid-kf5/package/contents/ui/main.qml:106
|
#: plasmoid-kf5/package/contents/ui/main.qml:106
|
||||||
#: plasmoid-kf5/plugin/netctladds.cpp:279
|
#: plasmoid-kf5/plugin/netctladds.cpp:279
|
||||||
msgid "Stop all profiles"
|
msgid "Stop all profiles"
|
||||||
msgstr "全てのプロファイルの利用を停止する"
|
msgstr "全てのプロファイルの利用を停止する"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:340 plasmoid-kf5/plugin/netctladds.cpp:300
|
#: plasmoid-kde4/netctl.cpp:328 plasmoid-kf5/plugin/netctladds.cpp:300
|
||||||
msgid "Switch to profile %1"
|
msgid "Switch to profile %1"
|
||||||
msgstr "プロファイルを %1 へ切り替える"
|
msgstr "プロファイルを %1 へ切り替える"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:412 plasmoid-kf5/package/contents/ui/main.qml:183
|
#: plasmoid-kde4/netctl.cpp:400 plasmoid-kf5/package/contents/ui/main.qml:183
|
||||||
msgid "Start another profile"
|
msgid "Start another profile"
|
||||||
msgstr "他のプロファイルの利用を開始"
|
msgstr "他のプロファイルの利用を開始"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:413 plasmoid-kf5/package/contents/ui/main.qml:184
|
#: plasmoid-kde4/netctl.cpp:401 plasmoid-kf5/package/contents/ui/main.qml:184
|
||||||
msgid "Stop %1"
|
msgid "Stop %1"
|
||||||
msgstr "%1 を停止"
|
msgstr "%1 を停止"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:414 plasmoid-kf5/package/contents/ui/main.qml:185
|
#: plasmoid-kde4/netctl.cpp:402 plasmoid-kf5/package/contents/ui/main.qml:185
|
||||||
msgid "Restart %1"
|
msgid "Restart %1"
|
||||||
msgstr "%1 を再開"
|
msgstr "%1 を再開"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:416 plasmoid-kf5/package/contents/ui/main.qml:187
|
#: plasmoid-kde4/netctl.cpp:404 plasmoid-kf5/package/contents/ui/main.qml:187
|
||||||
msgid "Disable %1"
|
msgid "Disable %1"
|
||||||
msgstr "%1 を無効にする"
|
msgstr "%1 を無効にする"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:418 plasmoid-kf5/package/contents/ui/main.qml:189
|
#: plasmoid-kde4/netctl.cpp:406 plasmoid-kf5/package/contents/ui/main.qml:189
|
||||||
msgid "Enable %1"
|
msgid "Enable %1"
|
||||||
msgstr "%1 を有効にする"
|
msgstr "%1 を有効にする"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:421 plasmoid-kde4/netctl.cpp:444
|
#: plasmoid-kde4/netctl.cpp:409 plasmoid-kde4/netctl.cpp:433
|
||||||
#: plasmoid-kf5/package/contents/ui/main.qml:104
|
#: plasmoid-kf5/package/contents/ui/main.qml:104
|
||||||
#: plasmoid-kf5/package/contents/ui/main.qml:191
|
#: plasmoid-kf5/package/contents/ui/main.qml:191
|
||||||
msgid "Start profile"
|
msgid "Start profile"
|
||||||
msgstr "プロファイルの利用を開始"
|
msgstr "プロファイルの利用を開始"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:452 plasmoid-kf5/package/contents/ui/main.qml:105
|
#: plasmoid-kde4/netctl.cpp:441 plasmoid-kf5/package/contents/ui/main.qml:105
|
||||||
msgid "Stop profile"
|
msgid "Stop profile"
|
||||||
msgstr "プロファイルの利用を停止する"
|
msgstr "プロファイルの利用を停止する"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:462 plasmoid-kf5/package/contents/ui/main.qml:107
|
#: plasmoid-kde4/netctl.cpp:451 plasmoid-kf5/package/contents/ui/main.qml:107
|
||||||
msgid "Switch to profile"
|
msgid "Switch to profile"
|
||||||
msgstr "プロファイルを切り替える"
|
msgstr "プロファイルを切り替える"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:470 plasmoid-kf5/package/contents/ui/main.qml:108
|
#: plasmoid-kde4/netctl.cpp:459 plasmoid-kf5/package/contents/ui/main.qml:108
|
||||||
msgid "Restart profile"
|
msgid "Restart profile"
|
||||||
msgstr "プロファイルの利用を再開"
|
msgstr "プロファイルの利用を再開"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:475 plasmoid-kf5/package/contents/ui/main.qml:109
|
#: plasmoid-kde4/netctl.cpp:464 plasmoid-kf5/package/contents/ui/main.qml:109
|
||||||
msgid "Enable profile"
|
msgid "Enable profile"
|
||||||
msgstr "プロファイルを有効にする"
|
msgstr "プロファイルを有効にする"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:479
|
#: plasmoid-kde4/netctl.cpp:468 plasmoid-kf5/package/contents/ui/main.qml:110
|
||||||
msgid "Show netctl-gui"
|
|
||||||
msgstr "netctl-gui を表示"
|
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:484 plasmoid-kf5/package/contents/ui/main.qml:110
|
|
||||||
msgid "Show WiFi menu"
|
msgid "Show WiFi menu"
|
||||||
msgstr "WiFi メニューを表示"
|
msgstr "WiFi メニューを表示"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:511
|
#: plasmoid-kde4/netctl.cpp:495
|
||||||
msgid "Start GUI"
|
msgid "Start GUI"
|
||||||
msgstr "GUI を開始"
|
msgstr "GUI を開始"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:522
|
#: plasmoid-kde4/netctl.cpp:506
|
||||||
msgid "Start WiFi menu"
|
msgid "Start WiFi menu"
|
||||||
msgstr "WiFi メニューを開始"
|
msgstr "WiFi メニューを開始"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:563
|
#: plasmoid-kde4/netctl.cpp:546
|
||||||
msgid "Network is up"
|
msgid "Network is up"
|
||||||
msgstr "ネットワークは有効です"
|
msgstr "ネットワークは有効です"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:567
|
#: plasmoid-kde4/netctl.cpp:550
|
||||||
msgid "Network is down"
|
msgid "Network is down"
|
||||||
msgstr "ネットワークは無効です"
|
msgstr "ネットワークは無効です"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:754
|
#: plasmoid-kde4/netctl.cpp:729
|
||||||
msgid ""
|
msgid ""
|
||||||
"Version %1\n"
|
"Version %1\n"
|
||||||
"(build date %2)"
|
"(build date %2)"
|
||||||
@ -121,41 +117,41 @@ msgstr ""
|
|||||||
"バージョン:%1\n"
|
"バージョン:%1\n"
|
||||||
"(ビルド日時:%2)"
|
"(ビルド日時:%2)"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:755 plasmoid-kf5/plugin/netctladds.cpp:88
|
#: plasmoid-kde4/netctl.cpp:730 plasmoid-kf5/plugin/netctladds.cpp:88
|
||||||
msgid "KDE widget which interacts with netctl."
|
msgid "KDE widget which interacts with netctl."
|
||||||
msgstr "netctl と連携する KDE ウィジェット"
|
msgstr "netctl と連携する KDE ウィジェット"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:756 plasmoid-kf5/plugin/netctladds.cpp:90
|
#: plasmoid-kde4/netctl.cpp:731 plasmoid-kf5/plugin/netctladds.cpp:90
|
||||||
msgid "Links:"
|
msgid "Links:"
|
||||||
msgstr "リンク:"
|
msgstr "リンク:"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:769 plasmoid-kf5/plugin/netctladds.cpp:99
|
#: plasmoid-kde4/netctl.cpp:744 plasmoid-kf5/plugin/netctladds.cpp:99
|
||||||
msgid "This software is licensed under %1"
|
msgid "This software is licensed under %1"
|
||||||
msgstr "このソフトウェアは %1 の下で許諾されます"
|
msgstr "このソフトウェアは %1 の下で許諾されます"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:778 plasmoid-kf5/plugin/netctladds.cpp:102
|
#: plasmoid-kde4/netctl.cpp:753 plasmoid-kf5/plugin/netctladds.cpp:102
|
||||||
msgid "Translators: %1"
|
msgid "Translators: %1"
|
||||||
msgstr "翻訳者:%1"
|
msgstr "翻訳者:%1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:779 plasmoid-kf5/plugin/netctladds.cpp:110
|
#: plasmoid-kde4/netctl.cpp:754 plasmoid-kf5/plugin/netctladds.cpp:110
|
||||||
msgid "This software uses: %1"
|
msgid "This software uses: %1"
|
||||||
msgstr "このソフトウェアは次を利用しています:%1"
|
msgstr "このソフトウェアは次を利用しています:%1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:781
|
#: plasmoid-kde4/netctl.cpp:756
|
||||||
msgid "Netctl plasmoid"
|
msgid "Netctl plasmoid"
|
||||||
msgstr "Netctl plasmoid"
|
msgstr "Netctl plasmoid"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:782
|
#: plasmoid-kde4/netctl.cpp:757
|
||||||
#: plasmoid-kf5/package/contents/config/config.qml:31
|
#: plasmoid-kf5/package/contents/config/config.qml:31
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "外観"
|
msgstr "外観"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:783
|
#: plasmoid-kde4/netctl.cpp:758
|
||||||
#: plasmoid-kf5/package/contents/config/config.qml:37
|
#: plasmoid-kf5/package/contents/config/config.qml:37
|
||||||
msgid "DataEngine"
|
msgid "DataEngine"
|
||||||
msgstr "DataEngine"
|
msgstr "DataEngine"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:784
|
#: plasmoid-kde4/netctl.cpp:759
|
||||||
#: plasmoid-kf5/package/contents/config/config.qml:43
|
#: plasmoid-kf5/package/contents/config/config.qml:43
|
||||||
#: plasmoid-kf5/package/contents/ui/about.qml:41
|
#: plasmoid-kf5/package/contents/ui/about.qml:41
|
||||||
msgid "About"
|
msgid "About"
|
||||||
@ -527,15 +523,9 @@ msgstr "フォントを設定する"
|
|||||||
msgid "Set text align"
|
msgid "Set text align"
|
||||||
msgstr "テキストの位置を設定する"
|
msgstr "テキストの位置を設定する"
|
||||||
|
|
||||||
#. i18n: file: plasmoid-kde4/widget.ui:353
|
#. i18n: file: plasmoid-kde4/widget.ui:343
|
||||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_showBigInterface)
|
|
||||||
#: resources/translations-plasmoid/rc.cpp:114 rc.cpp:114
|
|
||||||
msgid "Show more detailed interface"
|
|
||||||
msgstr "インターフェースについての詳細を表示"
|
|
||||||
|
|
||||||
#. i18n: file: plasmoid-kde4/widget.ui:373
|
|
||||||
#. i18n: ectx: property (toolTip), widget (QPlainTextEdit, textEdit)
|
#. i18n: ectx: property (toolTip), widget (QPlainTextEdit, textEdit)
|
||||||
#: resources/translations-plasmoid/rc.cpp:117 rc.cpp:117
|
#: resources/translations-plasmoid/rc.cpp:114 rc.cpp:114
|
||||||
msgid ""
|
msgid ""
|
||||||
"$info - active profile information\n"
|
"$info - active profile information\n"
|
||||||
"$current - current profile name\n"
|
"$current - current profile name\n"
|
||||||
@ -557,16 +547,22 @@ msgstr ""
|
|||||||
"$profiles - プロファイルの一覧\n"
|
"$profiles - プロファイルの一覧\n"
|
||||||
"$status - 現在のプロファイルの状態(静的/有効)"
|
"$status - 現在のプロファイルの状態(静的/有効)"
|
||||||
|
|
||||||
#: resources/translations-plasmoid/rc.cpp:126 rc.cpp:126
|
#: resources/translations-plasmoid/rc.cpp:123 rc.cpp:123
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr "NOGISAKA Sadata"
|
msgstr "NOGISAKA Sadata"
|
||||||
|
|
||||||
#: resources/translations-plasmoid/rc.cpp:127 rc.cpp:127
|
#: resources/translations-plasmoid/rc.cpp:124 rc.cpp:124
|
||||||
msgctxt "EMAIL OF TRANSLATORS"
|
msgctxt "EMAIL OF TRANSLATORS"
|
||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "ngsksdt@gmail.com "
|
msgstr "ngsksdt@gmail.com "
|
||||||
|
|
||||||
|
#~ msgid "Show netctl-gui"
|
||||||
|
#~ msgstr "netctl-gui を表示"
|
||||||
|
|
||||||
|
#~ msgid "Show more detailed interface"
|
||||||
|
#~ msgstr "インターフェースについての詳細を表示"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~ msgid "inactive"
|
#~ msgid "inactive"
|
||||||
#~ msgstr "非アクティブ時のアイコン"
|
#~ msgstr "非アクティブ時のアイコン"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/netctl-gui/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/netctl-gui/issues\n"
|
||||||
"POT-Creation-Date: 2015-03-17 12:48+0300\n"
|
"POT-Creation-Date: 2015-03-19 23:07+0300\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -17,143 +17,139 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:234 plasmoid-kf5/plugin/netctladds.cpp:194
|
#: plasmoid-kde4/netctl.cpp:222 plasmoid-kf5/plugin/netctladds.cpp:194
|
||||||
msgid "Set profile %1 disabled"
|
msgid "Set profile %1 disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:237 plasmoid-kf5/plugin/netctladds.cpp:197
|
#: plasmoid-kde4/netctl.cpp:225 plasmoid-kf5/plugin/netctladds.cpp:197
|
||||||
msgid "Set profile %1 enabled"
|
msgid "Set profile %1 enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:257 plasmoid-kf5/plugin/netctladds.cpp:215
|
#: plasmoid-kde4/netctl.cpp:245 plasmoid-kf5/plugin/netctladds.cpp:215
|
||||||
msgid "Restart profile %1"
|
msgid "Restart profile %1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:277 plasmoid-kf5/plugin/netctladds.cpp:238
|
#: plasmoid-kde4/netctl.cpp:265 plasmoid-kf5/plugin/netctladds.cpp:238
|
||||||
msgid "Start profile %1"
|
msgid "Start profile %1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:302 plasmoid-kf5/plugin/netctladds.cpp:262
|
#: plasmoid-kde4/netctl.cpp:290 plasmoid-kf5/plugin/netctladds.cpp:262
|
||||||
msgid "Stop profile %1"
|
msgid "Stop profile %1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:321 plasmoid-kde4/netctl.cpp:457
|
#: plasmoid-kde4/netctl.cpp:309 plasmoid-kde4/netctl.cpp:446
|
||||||
#: plasmoid-kf5/package/contents/ui/main.qml:106
|
#: plasmoid-kf5/package/contents/ui/main.qml:106
|
||||||
#: plasmoid-kf5/plugin/netctladds.cpp:279
|
#: plasmoid-kf5/plugin/netctladds.cpp:279
|
||||||
msgid "Stop all profiles"
|
msgid "Stop all profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:340 plasmoid-kf5/plugin/netctladds.cpp:300
|
#: plasmoid-kde4/netctl.cpp:328 plasmoid-kf5/plugin/netctladds.cpp:300
|
||||||
msgid "Switch to profile %1"
|
msgid "Switch to profile %1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:412 plasmoid-kf5/package/contents/ui/main.qml:183
|
#: plasmoid-kde4/netctl.cpp:400 plasmoid-kf5/package/contents/ui/main.qml:183
|
||||||
msgid "Start another profile"
|
msgid "Start another profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:413 plasmoid-kf5/package/contents/ui/main.qml:184
|
#: plasmoid-kde4/netctl.cpp:401 plasmoid-kf5/package/contents/ui/main.qml:184
|
||||||
msgid "Stop %1"
|
msgid "Stop %1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:414 plasmoid-kf5/package/contents/ui/main.qml:185
|
#: plasmoid-kde4/netctl.cpp:402 plasmoid-kf5/package/contents/ui/main.qml:185
|
||||||
msgid "Restart %1"
|
msgid "Restart %1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:416 plasmoid-kf5/package/contents/ui/main.qml:187
|
#: plasmoid-kde4/netctl.cpp:404 plasmoid-kf5/package/contents/ui/main.qml:187
|
||||||
msgid "Disable %1"
|
msgid "Disable %1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:418 plasmoid-kf5/package/contents/ui/main.qml:189
|
#: plasmoid-kde4/netctl.cpp:406 plasmoid-kf5/package/contents/ui/main.qml:189
|
||||||
msgid "Enable %1"
|
msgid "Enable %1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:421 plasmoid-kde4/netctl.cpp:444
|
#: plasmoid-kde4/netctl.cpp:409 plasmoid-kde4/netctl.cpp:433
|
||||||
#: plasmoid-kf5/package/contents/ui/main.qml:104
|
#: plasmoid-kf5/package/contents/ui/main.qml:104
|
||||||
#: plasmoid-kf5/package/contents/ui/main.qml:191
|
#: plasmoid-kf5/package/contents/ui/main.qml:191
|
||||||
msgid "Start profile"
|
msgid "Start profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:452 plasmoid-kf5/package/contents/ui/main.qml:105
|
#: plasmoid-kde4/netctl.cpp:441 plasmoid-kf5/package/contents/ui/main.qml:105
|
||||||
msgid "Stop profile"
|
msgid "Stop profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:462 plasmoid-kf5/package/contents/ui/main.qml:107
|
#: plasmoid-kde4/netctl.cpp:451 plasmoid-kf5/package/contents/ui/main.qml:107
|
||||||
msgid "Switch to profile"
|
msgid "Switch to profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:470 plasmoid-kf5/package/contents/ui/main.qml:108
|
#: plasmoid-kde4/netctl.cpp:459 plasmoid-kf5/package/contents/ui/main.qml:108
|
||||||
msgid "Restart profile"
|
msgid "Restart profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:475 plasmoid-kf5/package/contents/ui/main.qml:109
|
#: plasmoid-kde4/netctl.cpp:464 plasmoid-kf5/package/contents/ui/main.qml:109
|
||||||
msgid "Enable profile"
|
msgid "Enable profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:479
|
#: plasmoid-kde4/netctl.cpp:468 plasmoid-kf5/package/contents/ui/main.qml:110
|
||||||
msgid "Show netctl-gui"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:484 plasmoid-kf5/package/contents/ui/main.qml:110
|
|
||||||
msgid "Show WiFi menu"
|
msgid "Show WiFi menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:511
|
#: plasmoid-kde4/netctl.cpp:495
|
||||||
msgid "Start GUI"
|
msgid "Start GUI"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:522
|
#: plasmoid-kde4/netctl.cpp:506
|
||||||
msgid "Start WiFi menu"
|
msgid "Start WiFi menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:563
|
#: plasmoid-kde4/netctl.cpp:546
|
||||||
msgid "Network is up"
|
msgid "Network is up"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:567
|
#: plasmoid-kde4/netctl.cpp:550
|
||||||
msgid "Network is down"
|
msgid "Network is down"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:754
|
#: plasmoid-kde4/netctl.cpp:729
|
||||||
msgid ""
|
msgid ""
|
||||||
"Version %1\n"
|
"Version %1\n"
|
||||||
"(build date %2)"
|
"(build date %2)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:755 plasmoid-kf5/plugin/netctladds.cpp:88
|
#: plasmoid-kde4/netctl.cpp:730 plasmoid-kf5/plugin/netctladds.cpp:88
|
||||||
msgid "KDE widget which interacts with netctl."
|
msgid "KDE widget which interacts with netctl."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:756 plasmoid-kf5/plugin/netctladds.cpp:90
|
#: plasmoid-kde4/netctl.cpp:731 plasmoid-kf5/plugin/netctladds.cpp:90
|
||||||
msgid "Links:"
|
msgid "Links:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:769 plasmoid-kf5/plugin/netctladds.cpp:99
|
#: plasmoid-kde4/netctl.cpp:744 plasmoid-kf5/plugin/netctladds.cpp:99
|
||||||
msgid "This software is licensed under %1"
|
msgid "This software is licensed under %1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:778 plasmoid-kf5/plugin/netctladds.cpp:102
|
#: plasmoid-kde4/netctl.cpp:753 plasmoid-kf5/plugin/netctladds.cpp:102
|
||||||
msgid "Translators: %1"
|
msgid "Translators: %1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:779 plasmoid-kf5/plugin/netctladds.cpp:110
|
#: plasmoid-kde4/netctl.cpp:754 plasmoid-kf5/plugin/netctladds.cpp:110
|
||||||
msgid "This software uses: %1"
|
msgid "This software uses: %1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:781
|
#: plasmoid-kde4/netctl.cpp:756
|
||||||
msgid "Netctl plasmoid"
|
msgid "Netctl plasmoid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:782
|
#: plasmoid-kde4/netctl.cpp:757
|
||||||
#: plasmoid-kf5/package/contents/config/config.qml:31
|
#: plasmoid-kf5/package/contents/config/config.qml:31
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:783
|
#: plasmoid-kde4/netctl.cpp:758
|
||||||
#: plasmoid-kf5/package/contents/config/config.qml:37
|
#: plasmoid-kf5/package/contents/config/config.qml:37
|
||||||
msgid "DataEngine"
|
msgid "DataEngine"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:784
|
#: plasmoid-kde4/netctl.cpp:759
|
||||||
#: plasmoid-kf5/package/contents/config/config.qml:43
|
#: plasmoid-kf5/package/contents/config/config.qml:43
|
||||||
#: plasmoid-kf5/package/contents/ui/about.qml:41
|
#: plasmoid-kf5/package/contents/ui/about.qml:41
|
||||||
msgid "About"
|
msgid "About"
|
||||||
@ -521,15 +517,9 @@ msgstr ""
|
|||||||
msgid "Set text align"
|
msgid "Set text align"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. i18n: file: plasmoid-kde4/widget.ui:353
|
#. i18n: file: plasmoid-kde4/widget.ui:343
|
||||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_showBigInterface)
|
|
||||||
#: resources/translations-plasmoid/rc.cpp:114 rc.cpp:114
|
|
||||||
msgid "Show more detailed interface"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. i18n: file: plasmoid-kde4/widget.ui:373
|
|
||||||
#. i18n: ectx: property (toolTip), widget (QPlainTextEdit, textEdit)
|
#. i18n: ectx: property (toolTip), widget (QPlainTextEdit, textEdit)
|
||||||
#: resources/translations-plasmoid/rc.cpp:117 rc.cpp:117
|
#: resources/translations-plasmoid/rc.cpp:114 rc.cpp:114
|
||||||
msgid ""
|
msgid ""
|
||||||
"$info - active profile information\n"
|
"$info - active profile information\n"
|
||||||
"$current - current profile name\n"
|
"$current - current profile name\n"
|
||||||
@ -542,12 +532,12 @@ msgid ""
|
|||||||
"$status - current profile status (static/enabled)"
|
"$status - current profile status (static/enabled)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: resources/translations-plasmoid/rc.cpp:126 rc.cpp:126
|
#: resources/translations-plasmoid/rc.cpp:123 rc.cpp:123
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: resources/translations-plasmoid/rc.cpp:127 rc.cpp:127
|
#: resources/translations-plasmoid/rc.cpp:124 rc.cpp:124
|
||||||
msgctxt "EMAIL OF TRANSLATORS"
|
msgctxt "EMAIL OF TRANSLATORS"
|
||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/netctl-gui/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/arcan1s/netctl-gui/issues\n"
|
||||||
"POT-Creation-Date: 2015-03-17 12:48+0300\n"
|
"POT-Creation-Date: 2015-03-19 23:07+0300\n"
|
||||||
"PO-Revision-Date: 2015-03-17 12:49+0300\n"
|
"PO-Revision-Date: 2015-03-17 12:49+0300\n"
|
||||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||||
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
|
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
|
||||||
@ -18,103 +18,99 @@ msgstr ""
|
|||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"X-Generator: Lokalize 1.5\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:234 plasmoid-kf5/plugin/netctladds.cpp:194
|
#: plasmoid-kde4/netctl.cpp:222 plasmoid-kf5/plugin/netctladds.cpp:194
|
||||||
msgid "Set profile %1 disabled"
|
msgid "Set profile %1 disabled"
|
||||||
msgstr "Выключение автозагрузки профиля %1"
|
msgstr "Выключение автозагрузки профиля %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:237 plasmoid-kf5/plugin/netctladds.cpp:197
|
#: plasmoid-kde4/netctl.cpp:225 plasmoid-kf5/plugin/netctladds.cpp:197
|
||||||
msgid "Set profile %1 enabled"
|
msgid "Set profile %1 enabled"
|
||||||
msgstr "Включение автозагрузки профиля %1"
|
msgstr "Включение автозагрузки профиля %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:257 plasmoid-kf5/plugin/netctladds.cpp:215
|
#: plasmoid-kde4/netctl.cpp:245 plasmoid-kf5/plugin/netctladds.cpp:215
|
||||||
msgid "Restart profile %1"
|
msgid "Restart profile %1"
|
||||||
msgstr "Перезапуск профиля %1"
|
msgstr "Перезапуск профиля %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:277 plasmoid-kf5/plugin/netctladds.cpp:238
|
#: plasmoid-kde4/netctl.cpp:265 plasmoid-kf5/plugin/netctladds.cpp:238
|
||||||
msgid "Start profile %1"
|
msgid "Start profile %1"
|
||||||
msgstr "Запуск профиля %1"
|
msgstr "Запуск профиля %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:302 plasmoid-kf5/plugin/netctladds.cpp:262
|
#: plasmoid-kde4/netctl.cpp:290 plasmoid-kf5/plugin/netctladds.cpp:262
|
||||||
msgid "Stop profile %1"
|
msgid "Stop profile %1"
|
||||||
msgstr "Остановка профиля %1"
|
msgstr "Остановка профиля %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:321 plasmoid-kde4/netctl.cpp:457
|
#: plasmoid-kde4/netctl.cpp:309 plasmoid-kde4/netctl.cpp:446
|
||||||
#: plasmoid-kf5/package/contents/ui/main.qml:106
|
#: plasmoid-kf5/package/contents/ui/main.qml:106
|
||||||
#: plasmoid-kf5/plugin/netctladds.cpp:279
|
#: plasmoid-kf5/plugin/netctladds.cpp:279
|
||||||
msgid "Stop all profiles"
|
msgid "Stop all profiles"
|
||||||
msgstr "Остановить все профили"
|
msgstr "Остановить все профили"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:340 plasmoid-kf5/plugin/netctladds.cpp:300
|
#: plasmoid-kde4/netctl.cpp:328 plasmoid-kf5/plugin/netctladds.cpp:300
|
||||||
msgid "Switch to profile %1"
|
msgid "Switch to profile %1"
|
||||||
msgstr "Переключение на профиль %1"
|
msgstr "Переключение на профиль %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:412 plasmoid-kf5/package/contents/ui/main.qml:183
|
#: plasmoid-kde4/netctl.cpp:400 plasmoid-kf5/package/contents/ui/main.qml:183
|
||||||
msgid "Start another profile"
|
msgid "Start another profile"
|
||||||
msgstr "Запустить другой профиль"
|
msgstr "Запустить другой профиль"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:413 plasmoid-kf5/package/contents/ui/main.qml:184
|
#: plasmoid-kde4/netctl.cpp:401 plasmoid-kf5/package/contents/ui/main.qml:184
|
||||||
msgid "Stop %1"
|
msgid "Stop %1"
|
||||||
msgstr "Остановить %1"
|
msgstr "Остановить %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:414 plasmoid-kf5/package/contents/ui/main.qml:185
|
#: plasmoid-kde4/netctl.cpp:402 plasmoid-kf5/package/contents/ui/main.qml:185
|
||||||
msgid "Restart %1"
|
msgid "Restart %1"
|
||||||
msgstr "Перезапустить %1"
|
msgstr "Перезапустить %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:416 plasmoid-kf5/package/contents/ui/main.qml:187
|
#: plasmoid-kde4/netctl.cpp:404 plasmoid-kf5/package/contents/ui/main.qml:187
|
||||||
msgid "Disable %1"
|
msgid "Disable %1"
|
||||||
msgstr "Отключить %1"
|
msgstr "Отключить %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:418 plasmoid-kf5/package/contents/ui/main.qml:189
|
#: plasmoid-kde4/netctl.cpp:406 plasmoid-kf5/package/contents/ui/main.qml:189
|
||||||
msgid "Enable %1"
|
msgid "Enable %1"
|
||||||
msgstr "Включить %1"
|
msgstr "Включить %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:421 plasmoid-kde4/netctl.cpp:444
|
#: plasmoid-kde4/netctl.cpp:409 plasmoid-kde4/netctl.cpp:433
|
||||||
#: plasmoid-kf5/package/contents/ui/main.qml:104
|
#: plasmoid-kf5/package/contents/ui/main.qml:104
|
||||||
#: plasmoid-kf5/package/contents/ui/main.qml:191
|
#: plasmoid-kf5/package/contents/ui/main.qml:191
|
||||||
msgid "Start profile"
|
msgid "Start profile"
|
||||||
msgstr "Запустить профиль"
|
msgstr "Запустить профиль"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:452 plasmoid-kf5/package/contents/ui/main.qml:105
|
#: plasmoid-kde4/netctl.cpp:441 plasmoid-kf5/package/contents/ui/main.qml:105
|
||||||
msgid "Stop profile"
|
msgid "Stop profile"
|
||||||
msgstr "Остановить профиль"
|
msgstr "Остановить профиль"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:462 plasmoid-kf5/package/contents/ui/main.qml:107
|
#: plasmoid-kde4/netctl.cpp:451 plasmoid-kf5/package/contents/ui/main.qml:107
|
||||||
msgid "Switch to profile"
|
msgid "Switch to profile"
|
||||||
msgstr "Переключить профиль"
|
msgstr "Переключить профиль"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:470 plasmoid-kf5/package/contents/ui/main.qml:108
|
#: plasmoid-kde4/netctl.cpp:459 plasmoid-kf5/package/contents/ui/main.qml:108
|
||||||
msgid "Restart profile"
|
msgid "Restart profile"
|
||||||
msgstr "Перезапустить профиль"
|
msgstr "Перезапустить профиль"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:475 plasmoid-kf5/package/contents/ui/main.qml:109
|
#: plasmoid-kde4/netctl.cpp:464 plasmoid-kf5/package/contents/ui/main.qml:109
|
||||||
msgid "Enable profile"
|
msgid "Enable profile"
|
||||||
msgstr "Включить профиль"
|
msgstr "Включить профиль"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:479
|
#: plasmoid-kde4/netctl.cpp:468 plasmoid-kf5/package/contents/ui/main.qml:110
|
||||||
msgid "Show netctl-gui"
|
|
||||||
msgstr "Показать netctl-gui"
|
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:484 plasmoid-kf5/package/contents/ui/main.qml:110
|
|
||||||
msgid "Show WiFi menu"
|
msgid "Show WiFi menu"
|
||||||
msgstr "Запустить WiFi-menu"
|
msgstr "Запустить WiFi-menu"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:511
|
#: plasmoid-kde4/netctl.cpp:495
|
||||||
msgid "Start GUI"
|
msgid "Start GUI"
|
||||||
msgstr "Запуск GUI"
|
msgstr "Запуск GUI"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:522
|
#: plasmoid-kde4/netctl.cpp:506
|
||||||
msgid "Start WiFi menu"
|
msgid "Start WiFi menu"
|
||||||
msgstr "Запуск WiFi-menu"
|
msgstr "Запуск WiFi-menu"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:563
|
#: plasmoid-kde4/netctl.cpp:546
|
||||||
msgid "Network is up"
|
msgid "Network is up"
|
||||||
msgstr "Сеть работает"
|
msgstr "Сеть работает"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:567
|
#: plasmoid-kde4/netctl.cpp:550
|
||||||
msgid "Network is down"
|
msgid "Network is down"
|
||||||
msgstr "Сеть не работает"
|
msgstr "Сеть не работает"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:754
|
#: plasmoid-kde4/netctl.cpp:729
|
||||||
msgid ""
|
msgid ""
|
||||||
"Version %1\n"
|
"Version %1\n"
|
||||||
"(build date %2)"
|
"(build date %2)"
|
||||||
@ -122,41 +118,41 @@ msgstr ""
|
|||||||
"Версия %1\n"
|
"Версия %1\n"
|
||||||
"(дата сборки %2)"
|
"(дата сборки %2)"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:755 plasmoid-kf5/plugin/netctladds.cpp:88
|
#: plasmoid-kde4/netctl.cpp:730 plasmoid-kf5/plugin/netctladds.cpp:88
|
||||||
msgid "KDE widget which interacts with netctl."
|
msgid "KDE widget which interacts with netctl."
|
||||||
msgstr "Виджет KDE, который взаимодействует с netctl."
|
msgstr "Виджет KDE, который взаимодействует с netctl."
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:756 plasmoid-kf5/plugin/netctladds.cpp:90
|
#: plasmoid-kde4/netctl.cpp:731 plasmoid-kf5/plugin/netctladds.cpp:90
|
||||||
msgid "Links:"
|
msgid "Links:"
|
||||||
msgstr "Ссылки:"
|
msgstr "Ссылки:"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:769 plasmoid-kf5/plugin/netctladds.cpp:99
|
#: plasmoid-kde4/netctl.cpp:744 plasmoid-kf5/plugin/netctladds.cpp:99
|
||||||
msgid "This software is licensed under %1"
|
msgid "This software is licensed under %1"
|
||||||
msgstr "Данное приложение лицензировано под %1"
|
msgstr "Данное приложение лицензировано под %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:778 plasmoid-kf5/plugin/netctladds.cpp:102
|
#: plasmoid-kde4/netctl.cpp:753 plasmoid-kf5/plugin/netctladds.cpp:102
|
||||||
msgid "Translators: %1"
|
msgid "Translators: %1"
|
||||||
msgstr "Переводчики: %1"
|
msgstr "Переводчики: %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:779 plasmoid-kf5/plugin/netctladds.cpp:110
|
#: plasmoid-kde4/netctl.cpp:754 plasmoid-kf5/plugin/netctladds.cpp:110
|
||||||
msgid "This software uses: %1"
|
msgid "This software uses: %1"
|
||||||
msgstr "Данное приложение использует: %1"
|
msgstr "Данное приложение использует: %1"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:781
|
#: plasmoid-kde4/netctl.cpp:756
|
||||||
msgid "Netctl plasmoid"
|
msgid "Netctl plasmoid"
|
||||||
msgstr "Netctl plasmoid"
|
msgstr "Netctl plasmoid"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:782
|
#: plasmoid-kde4/netctl.cpp:757
|
||||||
#: plasmoid-kf5/package/contents/config/config.qml:31
|
#: plasmoid-kf5/package/contents/config/config.qml:31
|
||||||
msgid "Appearance"
|
msgid "Appearance"
|
||||||
msgstr "Внешний вид"
|
msgstr "Внешний вид"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:783
|
#: plasmoid-kde4/netctl.cpp:758
|
||||||
#: plasmoid-kf5/package/contents/config/config.qml:37
|
#: plasmoid-kf5/package/contents/config/config.qml:37
|
||||||
msgid "DataEngine"
|
msgid "DataEngine"
|
||||||
msgstr "DataEngine"
|
msgstr "DataEngine"
|
||||||
|
|
||||||
#: plasmoid-kde4/netctl.cpp:784
|
#: plasmoid-kde4/netctl.cpp:759
|
||||||
#: plasmoid-kf5/package/contents/config/config.qml:43
|
#: plasmoid-kf5/package/contents/config/config.qml:43
|
||||||
#: plasmoid-kf5/package/contents/ui/about.qml:41
|
#: plasmoid-kf5/package/contents/ui/about.qml:41
|
||||||
msgid "About"
|
msgid "About"
|
||||||
@ -524,15 +520,9 @@ msgstr "Укажите шрифт"
|
|||||||
msgid "Set text align"
|
msgid "Set text align"
|
||||||
msgstr "Установите выравнивание текста"
|
msgstr "Установите выравнивание текста"
|
||||||
|
|
||||||
#. i18n: file: plasmoid-kde4/widget.ui:353
|
#. i18n: file: plasmoid-kde4/widget.ui:343
|
||||||
#. i18n: ectx: property (text), widget (QCheckBox, checkBox_showBigInterface)
|
|
||||||
#: resources/translations-plasmoid/rc.cpp:114 rc.cpp:114
|
|
||||||
msgid "Show more detailed interface"
|
|
||||||
msgstr "Показать более детальный интерфейс"
|
|
||||||
|
|
||||||
#. i18n: file: plasmoid-kde4/widget.ui:373
|
|
||||||
#. i18n: ectx: property (toolTip), widget (QPlainTextEdit, textEdit)
|
#. i18n: ectx: property (toolTip), widget (QPlainTextEdit, textEdit)
|
||||||
#: resources/translations-plasmoid/rc.cpp:117 rc.cpp:117
|
#: resources/translations-plasmoid/rc.cpp:114 rc.cpp:114
|
||||||
msgid ""
|
msgid ""
|
||||||
"$info - active profile information\n"
|
"$info - active profile information\n"
|
||||||
"$current - current profile name\n"
|
"$current - current profile name\n"
|
||||||
@ -554,16 +544,22 @@ msgstr ""
|
|||||||
"$profiles - список профилей netctl\n"
|
"$profiles - список профилей netctl\n"
|
||||||
"$status - статус текущего профиля (static/enabled)"
|
"$status - статус текущего профиля (static/enabled)"
|
||||||
|
|
||||||
#: resources/translations-plasmoid/rc.cpp:126 rc.cpp:126
|
#: resources/translations-plasmoid/rc.cpp:123 rc.cpp:123
|
||||||
msgctxt "NAME OF TRANSLATORS"
|
msgctxt "NAME OF TRANSLATORS"
|
||||||
msgid "Your names"
|
msgid "Your names"
|
||||||
msgstr "Evgeniy Alekseev"
|
msgstr "Evgeniy Alekseev"
|
||||||
|
|
||||||
#: resources/translations-plasmoid/rc.cpp:127 rc.cpp:127
|
#: resources/translations-plasmoid/rc.cpp:124 rc.cpp:124
|
||||||
msgctxt "EMAIL OF TRANSLATORS"
|
msgctxt "EMAIL OF TRANSLATORS"
|
||||||
msgid "Your emails"
|
msgid "Your emails"
|
||||||
msgstr "esalexeev@gmail.com"
|
msgstr "esalexeev@gmail.com"
|
||||||
|
|
||||||
|
#~ msgid "Show netctl-gui"
|
||||||
|
#~ msgstr "Показать netctl-gui"
|
||||||
|
|
||||||
|
#~ msgid "Show more detailed interface"
|
||||||
|
#~ msgstr "Показать более детальный интерфейс"
|
||||||
|
|
||||||
#~ msgid "inactive"
|
#~ msgid "inactive"
|
||||||
#~ msgstr "неактивен"
|
#~ msgstr "неактивен"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user