mirror of
https://github.com/vicr123/theshell.git
synced 2025-01-22 20:01:49 -05:00
New Time and Date pane
This commit is contained in:
parent
2d6258681c
commit
c3c8d0d59f
420 changed files with 17679 additions and 6547 deletions
|
@ -204,7 +204,7 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>TextLabel</string>
|
||||
<string notr="true">TextLabel</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -19,19 +19,22 @@
|
|||
* *************************************/
|
||||
|
||||
#include "polkitinterface.h"
|
||||
#include <QApplication>
|
||||
#include <tapplication.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
tApplication a(argc, argv);
|
||||
a.setQuitOnLastWindowClosed(false);
|
||||
//MainWindow w;
|
||||
//w.show();
|
||||
#ifdef BLUEPRINT
|
||||
a.setShareDir("/usr/share/theshell/polkitagentb");
|
||||
#else
|
||||
a.setShareDir("/usr/share/theshell/polkitagent");
|
||||
#endif
|
||||
a.installTranslators();
|
||||
|
||||
PolkitInterface* interface = new PolkitInterface();
|
||||
PolkitQt1::UnixSessionSubject subject(QApplication::applicationPid());
|
||||
interface->registerListener(subject, "/org/thesuite/polkitAuthAgent");
|
||||
|
||||
return a.exec();
|
||||
|
||||
}
|
||||
|
|
|
@ -16,10 +16,12 @@ unix {
|
|||
|
||||
blueprint {
|
||||
TARGET = ts-polkitagentb
|
||||
SHARE_APP_NAME=theshell/ts-polkitagentb
|
||||
|
||||
DEFINES += "BLUEPRINT"
|
||||
} else {
|
||||
TARGET = ts-polkitagent
|
||||
SHARE_APP_NAME = theshell/ts-polkitagent
|
||||
}
|
||||
|
||||
TEMPLATE = app
|
||||
|
@ -36,6 +38,8 @@ HEADERS += \
|
|||
FORMS += \
|
||||
authenticate.ui
|
||||
|
||||
include(/usr/share/the-libs/pri/buildmaster.pri)
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
|
||||
|
|
|
@ -34,9 +34,9 @@ PolkitInterface::PolkitInterface(QObject *parent) : PolkitQt1::Agent::Listener(p
|
|||
|
||||
//Create a new authentication window
|
||||
authWin = new Authenticate();
|
||||
connect(authWin, SIGNAL(okClicked()), this, SLOT(windowAccepted()));
|
||||
connect(authWin, SIGNAL(rejected()), this, SLOT(windowRejected()));
|
||||
connect(authWin, SIGNAL(newUser(PolkitQt1::Identity)), this, SLOT(setUser(PolkitQt1::Identity)));
|
||||
connect(authWin, &Authenticate::okClicked, this, &PolkitInterface::windowAccepted);
|
||||
connect(authWin, &Authenticate::rejected, this, &PolkitInterface::windowRejected);
|
||||
connect(authWin, &Authenticate::newUser, this, &PolkitInterface::setUser);
|
||||
}
|
||||
|
||||
void PolkitInterface::windowAccepted() { //User clicked OK
|
||||
|
|
1
polkitagent/translations/aa_DJ.qm
Normal file
1
polkitagent/translations/aa_DJ.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/aa_DJ.ts
Normal file
53
polkitagent/translations/aa_DJ.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/aa_ER.qm
Normal file
1
polkitagent/translations/aa_ER.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/aa_ER.ts
Normal file
53
polkitagent/translations/aa_ER.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/aa_ET.qm
Normal file
BIN
polkitagent/translations/aa_ET.qm
Normal file
Binary file not shown.
53
polkitagent/translations/aa_ET.ts
Normal file
53
polkitagent/translations/aa_ET.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="et_EE" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ab_GE.qm
Normal file
1
polkitagent/translations/ab_GE.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ab_GE.ts
Normal file
53
polkitagent/translations/ab_GE.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/af_ZA.qm
Normal file
1
polkitagent/translations/af_ZA.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/af_ZA.ts
Normal file
53
polkitagent/translations/af_ZA.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/am_ET.qm
Normal file
BIN
polkitagent/translations/am_ET.qm
Normal file
Binary file not shown.
53
polkitagent/translations/am_ET.ts
Normal file
53
polkitagent/translations/am_ET.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="et_EE" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_AE.qm
Normal file
1
polkitagent/translations/ar_AE.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_AE.ts
Normal file
53
polkitagent/translations/ar_AE.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_BH.qm
Normal file
1
polkitagent/translations/ar_BH.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_BH.ts
Normal file
53
polkitagent/translations/ar_BH.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_DJ.qm
Normal file
1
polkitagent/translations/ar_DJ.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_DJ.ts
Normal file
53
polkitagent/translations/ar_DJ.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_DZ.qm
Normal file
1
polkitagent/translations/ar_DZ.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_DZ.ts
Normal file
53
polkitagent/translations/ar_DZ.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="dz_BT" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_EG.qm
Normal file
1
polkitagent/translations/ar_EG.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_EG.ts
Normal file
53
polkitagent/translations/ar_EG.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_ER.qm
Normal file
1
polkitagent/translations/ar_ER.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_ER.ts
Normal file
53
polkitagent/translations/ar_ER.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_IQ.qm
Normal file
1
polkitagent/translations/ar_IQ.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_IQ.ts
Normal file
53
polkitagent/translations/ar_IQ.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_JO.qm
Normal file
1
polkitagent/translations/ar_JO.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_JO.ts
Normal file
53
polkitagent/translations/ar_JO.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/ar_KM.qm
Normal file
BIN
polkitagent/translations/ar_KM.qm
Normal file
Binary file not shown.
53
polkitagent/translations/ar_KM.ts
Normal file
53
polkitagent/translations/ar_KM.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="km_KH" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/ar_KW.qm
Normal file
BIN
polkitagent/translations/ar_KW.qm
Normal file
Binary file not shown.
53
polkitagent/translations/ar_KW.ts
Normal file
53
polkitagent/translations/ar_KW.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="kw_GB" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/ar_LB.qm
Normal file
BIN
polkitagent/translations/ar_LB.qm
Normal file
Binary file not shown.
53
polkitagent/translations/ar_LB.ts
Normal file
53
polkitagent/translations/ar_LB.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="lb_LU" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_LY.qm
Normal file
1
polkitagent/translations/ar_LY.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_LY.ts
Normal file
53
polkitagent/translations/ar_LY.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_MA.qm
Normal file
1
polkitagent/translations/ar_MA.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_MA.ts
Normal file
53
polkitagent/translations/ar_MA.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/ar_MR.qm
Normal file
BIN
polkitagent/translations/ar_MR.qm
Normal file
Binary file not shown.
53
polkitagent/translations/ar_MR.ts
Normal file
53
polkitagent/translations/ar_MR.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="mr_IN" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_OM.qm
Normal file
1
polkitagent/translations/ar_OM.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_OM.ts
Normal file
53
polkitagent/translations/ar_OM.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="om_ET" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/ar_PS.qm
Normal file
BIN
polkitagent/translations/ar_PS.qm
Normal file
Binary file not shown.
53
polkitagent/translations/ar_PS.ts
Normal file
53
polkitagent/translations/ar_PS.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ps_AF" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_QA.qm
Normal file
1
polkitagent/translations/ar_QA.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_QA.ts
Normal file
53
polkitagent/translations/ar_QA.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/ar_SA.qm
Normal file
BIN
polkitagent/translations/ar_SA.qm
Normal file
Binary file not shown.
53
polkitagent/translations/ar_SA.ts
Normal file
53
polkitagent/translations/ar_SA.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="sa_IN" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/ar_SD.qm
Normal file
BIN
polkitagent/translations/ar_SD.qm
Normal file
Binary file not shown.
53
polkitagent/translations/ar_SD.ts
Normal file
53
polkitagent/translations/ar_SD.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="sd_PK" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/ar_SO.qm
Normal file
BIN
polkitagent/translations/ar_SO.qm
Normal file
Binary file not shown.
53
polkitagent/translations/ar_SO.ts
Normal file
53
polkitagent/translations/ar_SO.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="so_SO" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_SY.qm
Normal file
1
polkitagent/translations/ar_SY.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_SY.ts
Normal file
53
polkitagent/translations/ar_SY.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_TD.qm
Normal file
1
polkitagent/translations/ar_TD.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_TD.ts
Normal file
53
polkitagent/translations/ar_TD.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/ar_TN.qm
Normal file
BIN
polkitagent/translations/ar_TN.qm
Normal file
Binary file not shown.
53
polkitagent/translations/ar_TN.ts
Normal file
53
polkitagent/translations/ar_TN.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="tn_ZA" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_TZ.qm
Normal file
1
polkitagent/translations/ar_TZ.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_TZ.ts
Normal file
53
polkitagent/translations/ar_TZ.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ar_YE.qm
Normal file
1
polkitagent/translations/ar_YE.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ar_YE.ts
Normal file
53
polkitagent/translations/ar_YE.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/as_IN.qm
Normal file
1
polkitagent/translations/as_IN.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/as_IN.ts
Normal file
53
polkitagent/translations/as_IN.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="id_ID" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/au_AU.qm
Normal file
1
polkitagent/translations/au_AU.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/au_AU.ts
Normal file
53
polkitagent/translations/au_AU.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/az_AZ.qm
Normal file
BIN
polkitagent/translations/az_AZ.qm
Normal file
Binary file not shown.
53
polkitagent/translations/az_AZ.ts
Normal file
53
polkitagent/translations/az_AZ.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="az_AZ" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/be_BY.qm
Normal file
1
polkitagent/translations/be_BY.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/be_BY.ts
Normal file
53
polkitagent/translations/be_BY.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/bg_BG.qm
Normal file
BIN
polkitagent/translations/bg_BG.qm
Normal file
Binary file not shown.
53
polkitagent/translations/bg_BG.ts
Normal file
53
polkitagent/translations/bg_BG.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="bg_BG" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/bi_VU.qm
Normal file
1
polkitagent/translations/bi_VU.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/bi_VU.ts
Normal file
53
polkitagent/translations/bi_VU.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/bn_BD.qm
Normal file
1
polkitagent/translations/bn_BD.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/bn_BD.ts
Normal file
53
polkitagent/translations/bn_BD.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/bs_BA.qm
Normal file
BIN
polkitagent/translations/bs_BA.qm
Normal file
Binary file not shown.
53
polkitagent/translations/bs_BA.ts
Normal file
53
polkitagent/translations/bs_BA.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ba_RU" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/ca_AD.qm
Normal file
1
polkitagent/translations/ca_AD.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/ca_AD.ts
Normal file
53
polkitagent/translations/ca_AD.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/cr_CA.qm
Normal file
BIN
polkitagent/translations/cr_CA.qm
Normal file
Binary file not shown.
53
polkitagent/translations/cr_CA.ts
Normal file
53
polkitagent/translations/cr_CA.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ca_ES" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/cs_CZ.qm
Normal file
1
polkitagent/translations/cs_CZ.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/cs_CZ.ts
Normal file
53
polkitagent/translations/cs_CZ.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/cy_GB.qm
Normal file
1
polkitagent/translations/cy_GB.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/cy_GB.ts
Normal file
53
polkitagent/translations/cy_GB.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/da_DK.qm
Normal file
1
polkitagent/translations/da_DK.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/da_DK.ts
Normal file
53
polkitagent/translations/da_DK.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/de_AT.qm
Normal file
1
polkitagent/translations/de_AT.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/de_AT.ts
Normal file
53
polkitagent/translations/de_AT.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/de_CH.qm
Normal file
1
polkitagent/translations/de_CH.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/de_CH.ts
Normal file
53
polkitagent/translations/de_CH.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
BIN
polkitagent/translations/de_DE.qm
Normal file
BIN
polkitagent/translations/de_DE.qm
Normal file
Binary file not shown.
53
polkitagent/translations/de_DE.ts
Normal file
53
polkitagent/translations/de_DE.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="de_DE" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
1
polkitagent/translations/dv_MV.qm
Normal file
1
polkitagent/translations/dv_MV.qm
Normal file
|
@ -0,0 +1 @@
|
|||
<クdハ<>箆!ソ`。スン
|
53
polkitagent/translations/dv_MV.ts
Normal file
53
polkitagent/translations/dv_MV.ts
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" sourcelanguage="en_US">
|
||||
<context>
|
||||
<name>Authenticate</name>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="14"/>
|
||||
<source>Authentication Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="39"/>
|
||||
<source>PolicyKit Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="197"/>
|
||||
<source>For added security, confirm your password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="347"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="434"/>
|
||||
<source>Select User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.ui" line="459"/>
|
||||
<source>Who do you want to authenticate as?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="56"/>
|
||||
<source>Incorrect Password</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="57"/>
|
||||
<source>The password you entered was incorrect. Please enter your password again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../authenticate.cpp" line="130"/>
|
||||
<location filename="../authenticate.cpp" line="140"/>
|
||||
<source>Authenticating as %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue