diff options
author | Angelo Naselli <anaselli@linux.it> | 2016-01-05 23:46:57 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2016-01-05 23:46:57 +0100 |
commit | c27054377ac5d0269a7f62ce709529044ffdb469 (patch) | |
tree | 708ec25f4c91289f180c593e0d2873fe72e153e1 /extras | |
parent | 3f64d64debaad69ca12173120db9633735516531 (diff) | |
download | manatools-c27054377ac5d0269a7f62ce709529044ffdb469.tar manatools-c27054377ac5d0269a7f62ce709529044ffdb469.tar.gz manatools-c27054377ac5d0269a7f62ce709529044ffdb469.tar.bz2 manatools-c27054377ac5d0269a7f62ce709529044ffdb469.tar.xz manatools-c27054377ac5d0269a7f62ce709529044ffdb469.zip |
Changed configuration files accord to new pot generation
Diffstat (limited to 'extras')
21 files changed, 144 insertions, 263 deletions
diff --git a/extras/conf/manawall/manawall.its b/extras/conf/manawall/manawall.its new file mode 100644 index 00000000..37314ce1 --- /dev/null +++ b/extras/conf/manawall/manawall.its @@ -0,0 +1,7 @@ +<its:rules + xmlns:its="http://www.w3.org/2005/11/its" + version="1.0"> + <its:translateRule translate="no" selector="/servers"/> + <its:translateRule translate="yes" + selector="/servers/description"/> +</its:rules> diff --git a/extras/conf/mpan/categories.conf.d/manaservice.conf b/extras/conf/mpan/categories.conf.d/manaservice.conf.in index 49c84721..49c84721 100644 --- a/extras/conf/mpan/categories.conf.d/manaservice.conf +++ b/extras/conf/mpan/categories.conf.d/manaservice.conf.in diff --git a/extras/conf/mpan/categories.conf.d/manauser.conf b/extras/conf/mpan/categories.conf.d/manauser.conf.in index f05d0f4b..f05d0f4b 100644 --- a/extras/conf/mpan/categories.conf.d/manauser.conf +++ b/extras/conf/mpan/categories.conf.d/manauser.conf.in diff --git a/extras/conf/mpan/categories.conf b/extras/conf/mpan/categories.conf.in index 6115a451..40e15cab 100644 --- a/extras/conf/mpan/categories.conf +++ b/extras/conf/mpan/categories.conf.in @@ -2,7 +2,6 @@ <categories> <category> <title xml:lang="en">Software Management</title> - <title xml:lang="it">Gestione Software</title> <icon>images/mpan/applications_section.png</icon> <module> <title xml:lang="en">Install and Remove Software</title> @@ -11,7 +10,6 @@ </module> <module> <title xml:lang="en">Update your System</title> - <title xml:lang="it">Aggiorna il sistema</title> <launcher>/usr/bin/dragoraUpdate</launcher> <icon>images/rpmdragora/title-update.png</icon> </module> diff --git a/extras/conf/mpan/categories.its b/extras/conf/mpan/categories.its new file mode 100644 index 00000000..abc6993e --- /dev/null +++ b/extras/conf/mpan/categories.its @@ -0,0 +1,7 @@ +<its:rules + xmlns:its="http://www.w3.org/2005/11/its" + version="1.0"> + <its:translateRule translate="no" selector="/categories"/> + <its:translateRule translate="yes" + selector="/categories/category/title | /categories/category/module/title"/> +</its:rules> diff --git a/extras/conf/mpan/settings.conf b/extras/conf/mpan/settings.conf.in index 6e23487e..6bd57f12 100644 --- a/extras/conf/mpan/settings.conf +++ b/extras/conf/mpan/settings.conf.in @@ -1,10 +1,8 @@ <?xml version='1.0'?> <settings> <title xml:lang="en">Mageia Panel</title> - <title xml:lang="it">Pannello di controllo Mageia</title> <!--logo>PATHNAME</logo> <icon>PATHNAME</icon--> <category_title xml:lang="en">Categories</category_title> - <category_title xml:lang="it">Categorie</category_title> <priv_method>pkit</priv_method> </settings> diff --git a/extras/conf/mpan/settings.its b/extras/conf/mpan/settings.its new file mode 100644 index 00000000..3ac4369d --- /dev/null +++ b/extras/conf/mpan/settings.its @@ -0,0 +1,7 @@ +<its:rules + xmlns:its="http://www.w3.org/2005/11/its" + version="1.0"> + <its:translateRule translate="no" selector="/settings"/> + <its:translateRule translate="yes" + selector="/settings/title | /settings/category_title"/> +</its:rules> diff --git a/extras/polkit/org.mageia.dragoraupdate.policy b/extras/polkit/org.mageia.dragoraupdate.policy.in index cd93e3f4..966cf7c6 100644 --- a/extras/polkit/org.mageia.dragoraupdate.policy +++ b/extras/polkit/org.mageia.dragoraupdate.policy.in @@ -8,8 +8,8 @@ <vendor_url>http://www.mageia.org/</vendor_url> <action id="org.mageia.dragoraupdate.pkexec.run"> - <_description>Run Mageia update software tool</_description> - <_message>Authentication is required to run rpmdragora Mageia updater</_message> + <description>Run Mageia update software tool</description> + <message>Authentication is required to run rpmdragora Mageia updater</message> <icon_name>mageiaupdate</icon_name> <defaults> <allow_any>no</allow_any> diff --git a/extras/polkit/org.mageia.manaclock.policy b/extras/polkit/org.mageia.manaclock.policy.in index 8be3f12b..046a4e32 100644 --- a/extras/polkit/org.mageia.manaclock.policy +++ b/extras/polkit/org.mageia.manaclock.policy.in @@ -8,8 +8,8 @@ <vendor_url>http://www.mageia.org/</vendor_url> <action id="org.mageia.manaclock.pkexec.run"> - <_description>Run Mageia Date and Time Configuration</_description> - <_message>Authentication is required to run Mageia Date and Time Configuration</_message> + <description>Run Mageia Date and Time Configuration</description> + <message>Authentication is required to run Mageia Date and Time Configuration</message> <icon_name>drakconf</icon_name> <defaults> <allow_any>no</allow_any> diff --git a/extras/polkit/org.mageia.manadm.policy b/extras/polkit/org.mageia.manadm.policy deleted file mode 100644 index af2831de..00000000 --- a/extras/polkit/org.mageia.manadm.policy +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://www.mageia.org/</vendor_url> - - <action id="org.mageia.manadm.pkexec.run"> - <description>Run Mageia Login Manager Configuration</description> - <description xml:lang="ca">Executa la configuració de gestió de l'inici de sessió</description> - <description xml:lang="el">Εκτέλεση της Διαμόρφωσης του Διαχειριστή Σύνδεσης Mageia</description> - <description xml:lang="es">Configurar al administrador de acceso</description> - <description xml:lang="et">Mageia sisselogimishalduri seadistamise käivitamine</description> - <description xml:lang="fr">Configurer le gestionnaire de connexion Mageia</description> - <description xml:lang="id">Jalankan Konfigurasi Pengelola Login Mageia</description> - <description xml:lang="nl">Start Mageia's Login-beheerderconfiguratie</description> - <description xml:lang="pl">Menadżer Logowania</description> - <description xml:lang="pt_BR">Execultar Configuração do Gerenciador de Login Mageia</description> - <description xml:lang="ro">Lansează configurarea gestionarului de autentificare pentru Mageia</description> - <description xml:lang="ru">Запуск настройки управления входом</description> - <description xml:lang="sl">Zagon nastavitev upravitelja prijav Mageje</description> - <description xml:lang="tr">Mageia Giriş Yöneticisi Yapılandırma Çalıştır</description> - <description xml:lang="uk">Запуск засобу керування входом до Mageia</description> - <description xml:lang="zh_TW">執行 Mageia 登入管理員設定</description> - <message>Authentication is required to run Mageia Login Manager Configuration</message> - <message xml:lang="el">Απαιτείται πιστοποίηση για την εκτέλεση της Διαμόρφωσης του Διαχειριστή Σύνδεσης Mageia</message> - <message xml:lang="es">Se requiere autenticación para configurar al administrador de acceso</message> - <message xml:lang="et">Mageia sisselogimishalduri seadistamine nõuab autentimist</message> - <message xml:lang="fr">Une authentification est nécessaire pour configurer le gestionnaire de connexion Mageia</message> - <message xml:lang="id">Otentikasi diperlukan untuk menjalankan Konfigurasi Pengelola Login Mageia</message> - <message xml:lang="nl">Authenticatie is nodig om Mageia's Login-beheerderconfiguratie te starten</message> - <message xml:lang="pl">Menadżer Logowania - wymagane uwierzytelnianie</message> - <message xml:lang="pt_BR">A autenticação é necessária para executar a Configuração do Gerenciador de Login Mageia</message> - <message xml:lang="ro">Autentificare necesară pentru lansarea aplicației Mageia de configurat gestionarul de autentificare</message> - <message xml:lang="ru">Необходима аутентификация для запуска настройки управления входом</message> - <message xml:lang="sl">Za zagon nastavitev upravitelja prijav Mageje je potrebno overjanje</message> - <message xml:lang="tr">Mageia Giriş Yöneticisi Yapılandırması çalıştırmak için kimlik doğrulaması gerekli</message> - <message xml:lang="uk">Щоб запустити засіб керування входом до Mageia, слід пройти розпізнавання</message> - <message xml:lang="zh_TW">執行 Mageia 登入管理員設定需要認證</message> - <icon_name>drakconf</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manadm</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/extras/polkit/org.mageia.manadm.policy.in b/extras/polkit/org.mageia.manadm.policy.in new file mode 100644 index 00000000..109869f3 --- /dev/null +++ b/extras/polkit/org.mageia.manadm.policy.in @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE policyconfig PUBLIC +"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" +"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> +<policyconfig> + + <vendor>Mageia</vendor> + <vendor_url>http://www.mageia.org/</vendor_url> + + <action id="org.mageia.manadm.pkexec.run"> + <description>Run Mageia Login Manager Configuration</description> + <message>Authentication is required to run Mageia Login Manager Configuration</message> + <icon_name>drakconf</icon_name> + <defaults> + <allow_any>no</allow_any> + <allow_inactive>no</allow_inactive> + <allow_active>auth_admin_keep</allow_active> + </defaults> + <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manadm</annotate> + <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> + </action> +</policyconfig> diff --git a/extras/polkit/org.mageia.manalog.policy b/extras/polkit/org.mageia.manalog.policy deleted file mode 100644 index ba2c29c9..00000000 --- a/extras/polkit/org.mageia.manalog.policy +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://www.mageia.org/</vendor_url> - - <action id="org.mageia.manalog.pkexec.run"> - <description>Run Mageia Log Viewer</description> - <description xml:lang="ca">Executa el visor de registres de Mageia</description> - <description xml:lang="el">Εκτέλεση του Προβολέα Καταγραφών Mageia</description> - <description xml:lang="es">Ejecutar el visor de registros</description> - <description xml:lang="et">Mageia loginäitaja käivitamine</description> - <description xml:lang="fr">Visionner les journaux de Mageia</description> - <description xml:lang="id">Jalankan Penampil Log Mageia</description> - <description xml:lang="nl">Start Mageia's Logviewer</description> - <description xml:lang="pl">Przeglądanie Logów</description> - <description xml:lang="pt_BR">Execultar Leitor de Log Mageia</description> - <description xml:lang="ro">Lansează vizualizatorul de fișiere jurnal pentru Mageia</description> - <description xml:lang="ru">Запуск просмотра журналов</description> - <description xml:lang="sl">Zagon pregledovalnika dnevnikov Mageje</description> - <description xml:lang="tr">Mageia Günlük Kaydı Görüntüleyici Çalıştır</description> - <description xml:lang="uk">Запуск засобу перегляду журналу Mageia</description> - <description xml:lang="zh_TW">執行 Mageia 記錄檔檢視器</description> - <message>Authentication is required to run Mageia Log Viewer</message> - <message xml:lang="el">Απαιτείται πιστοποίηση για την εκτέλεση του Προβολέα Καταγραφών Mageia</message> - <message xml:lang="es">Se necesita autenticación para ejecutar el visor de registros</message> - <message xml:lang="et">Mageia loginäitaja käivitamine nõuab autentimist</message> - <message xml:lang="fr">Une authentification est nécessaire pour visionner les journaux de Mageia</message> - <message xml:lang="id">Otentikasi diperlukan untuk menjalankan Penampil Log Mageia</message> - <message xml:lang="nl">Authenticatie is nodig om Mageia's Logviewer te starten</message> - <message xml:lang="pl">Przeglądanie Logów - wymagane uwierzytelnianie</message> - <message xml:lang="pt_BR">A autenticação é necessária para executar o leitor de Log Mageia</message> - <message xml:lang="ro">Autentificare necesară pentru lansarea aplicației Mageia de vizualizat fișiere jurnal</message> - <message xml:lang="ru">Необходима аутентификация для запуска просмотра журналов</message> - <message xml:lang="sl">Za zagon pregledovalnika dnevnikov Mageje je potrebno overjanje</message> - <message xml:lang="tr">Mageia Günlük Kaydı Görüntüleyici' yi çalıştırmak için kimlik doğrulama gerekli</message> - <message xml:lang="uk">Щоб запустити засіб перегляду журналу Mageia, слід пройти розпізнавання</message> - <message xml:lang="zh_TW">執行 Mageia 記錄檔檢視器需要認證</message> - <icon_name>drakconf</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manalog</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/extras/polkit/org.mageia.manalog.policy.in b/extras/polkit/org.mageia.manalog.policy.in new file mode 100644 index 00000000..91bc0b12 --- /dev/null +++ b/extras/polkit/org.mageia.manalog.policy.in @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE policyconfig PUBLIC +"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" +"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> +<policyconfig> + + <vendor>Mageia</vendor> + <vendor_url>http://www.mageia.org/</vendor_url> + + <action id="org.mageia.manalog.pkexec.run"> + <description>Run Mageia Log Viewer</description> + <message>Authentication is required to run Mageia Log Viewer</message> + <icon_name>drakconf</icon_name> + <defaults> + <allow_any>no</allow_any> + <allow_inactive>no</allow_inactive> + <allow_active>auth_admin_keep</allow_active> + </defaults> + <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manalog</annotate> + <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> + </action> +</policyconfig> diff --git a/extras/polkit/org.mageia.manaservice.policy b/extras/polkit/org.mageia.manaservice.policy deleted file mode 100644 index 19476e59..00000000 --- a/extras/polkit/org.mageia.manaservice.policy +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://www.mageia.org/</vendor_url> - - <action id="org.mageia.manaservice.pkexec.run"> - <description>Run Mageia Service Configuration</description> - <description xml:lang="ca">Executa la configuració dels serveis de Mageia</description> - <description xml:lang="el">Εκτέλεση της Διαμόρφωσης Υπηρεσιών Mageia</description> - <description xml:lang="es">Configuración de servicios</description> - <description xml:lang="et">Mageia teenuste seadistamise käivitamine</description> - <description xml:lang="fr">Configurer les services du système Mageia</description> - <description xml:lang="id">Jalankan Konfigurasi Layanan Mageia</description> - <description xml:lang="nl">Start Mageia's Dienstenconfiguratie</description> - <description xml:lang="pl">Konfiguracja Usług</description> - <description xml:lang="pt_BR">Execultar Configuração de Serviço Mageia</description> - <description xml:lang="ro">Lansează configurarea seviciilor Mageia</description> - <description xml:lang="ru">Запуск настройки сервисов</description> - <description xml:lang="sl">Zagon nastavitev storitev Mageje</description> - <description xml:lang="tr">Mageia Hizmet Yapılandırması Çalıştır</description> - <description xml:lang="uk">Запуск засобу налаштовування служб Mageia</description> - <description xml:lang="zh_TW">執行 Mageia 服務設定</description> - <message>Authentication is required to run Mageia Service Configuration</message> - <message xml:lang="el">Απαιτείται πιστοποίηση για την εκτέλεση της Διαμόρφωσης Υπηρεσιών Mageia</message> - <message xml:lang="es">Se requiere autenticación para configurar los servicios</message> - <message xml:lang="et">Mageia teenuste seadistamine nõuab autentimist</message> - <message xml:lang="fr">Une authentification est nécessaire pour configurer les services du système Mageia</message> - <message xml:lang="id">Otentikasi diperlukan untuk menjalankan Konfigurasi Layanan Mageia</message> - <message xml:lang="nl">Authenticatie is nodig om Mageia's Dienstenconfiguratie te starten</message> - <message xml:lang="pl">Konfiguracja Usług - wymagane uwierzytelnianie</message> - <message xml:lang="pt_BR">A autenticação é necessária para executar o Configuração de Serviço Mageia</message> - <message xml:lang="ro">Autentificare necesară pentru lansarea configurării serviciilor Mageia</message> - <message xml:lang="ru">Необходима аутентификация для запуска настройки сервисов</message> - <message xml:lang="sl">Za zagon nastavitev storitev Mageje je potrebno overjanje</message> - <message xml:lang="tr">Mageia Hizmet Yapılandırması çalıştırmak için kimlik doğrulaması gerekli</message> - <message xml:lang="uk">Щоб запустити засіб налаштовування служб Mageia, слід пройти розпізнавання</message> - <message xml:lang="zh_TW">執行 Mageia 服務設定需要認證</message> - <icon_name>drakconf</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manaservice</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/extras/polkit/org.mageia.manaservice.policy.in b/extras/polkit/org.mageia.manaservice.policy.in new file mode 100644 index 00000000..4a900201 --- /dev/null +++ b/extras/polkit/org.mageia.manaservice.policy.in @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE policyconfig PUBLIC +"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" +"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> +<policyconfig> + + <vendor>Mageia</vendor> + <vendor_url>http://www.mageia.org/</vendor_url> + + <action id="org.mageia.manaservice.pkexec.run"> + <description>Run Mageia Service Configuration</description> + <message>Authentication is required to run Mageia Service Configuration</message> + <icon_name>drakconf</icon_name> + <defaults> + <allow_any>no</allow_any> + <allow_inactive>no</allow_inactive> + <allow_active>auth_admin_keep</allow_active> + </defaults> + <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manaservice</annotate> + <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> + </action> +</policyconfig> diff --git a/extras/polkit/org.mageia.manauser.policy b/extras/polkit/org.mageia.manauser.policy deleted file mode 100644 index 4d93d061..00000000 --- a/extras/polkit/org.mageia.manauser.policy +++ /dev/null @@ -1,50 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://www.mageia.org/</vendor_url> - - <action id="org.mageia.manauser.pkexec.run"> - <description>Run Mageia User Manager</description> - <description xml:lang="el">Εκτέλεση του Διαχειριστή Χρηστών Mageia</description> - <description xml:lang="es">Ejecutar Administrador de Usuarios de Mageia</description> - <description xml:lang="et">Mageia kasutajate halduri käivitamine</description> - <description xml:lang="fr">Lancer le gestionnaire des utilisateurs de Mageia</description> - <description xml:lang="id">Jalankan Pengelola Pengguna Mageia</description> - <description xml:lang="it">Configura gli utenti Mageia</description> - <description xml:lang="nl">Start Mageia's Gebruikersbeheer</description> - <description xml:lang="pl">Uruchom Menadżer Użytkowników Mageia</description> - <description xml:lang="ro">Lansează gestionarul de utilizatori Mageia</description> - <description xml:lang="ru">Запуск утилиты управления пользователями</description> - <description xml:lang="sl">Zagon Mageia orodja za upravljanje z uporabniki</description> - <description xml:lang="tr">Mageia Kullanıcı Yöneticisi' ni Çalıştır</description> - <description xml:lang="uk">Запуск засобу керування записами користувачів Mageia</description> - <description xml:lang="zh_TW">執行 Mageia 使用者管理工具</description> - <message>Authentication is required to run Mageia User Manager</message> - <message xml:lang="el">Απαιτείται πιστοποίηση για την εκτέλεση του Διαχειριστή Χρηστών Mageia</message> - <message xml:lang="es">Se necesita autenticación para ejecutar el Administrador de Usuarios de Mageia</message> - <message xml:lang="et">Mageia kasutajate halduri käivitamine nõuab autentimist</message> - <message xml:lang="fr">Une authentification est nécessaire pour lancer le gestionnaire des utilisateurs de Mageia</message> - <message xml:lang="id">Otentikasi diperlukan untuk menjalankan Pengelola Pengguna Mageia</message> - <message xml:lang="it">È richiesta l'autenticazione per configurare gli utenti Mageia</message> - <message xml:lang="nl">Authenticatie is nodig om Mageia's Gebruikersbeheer te starten</message> - <message xml:lang="pl">Menadżer Użytkowników Mageia - wymagane uwierzytelnianie</message> - <message xml:lang="ro">Autentificare necesară pentru lansarea gestionarului de utilizatori Mageia</message> - <message xml:lang="ru">Требуется аутентификация для запуска утилиты управления пользователями</message> - <message xml:lang="sl">Za zagon Mageia orodja za upravljanje z uporabniki je zahtevano overjanje</message> - <message xml:lang="tr">Mageia Kullanıcı Yöneticisi' ni çalıştırmak için kimlik doğrulama gerekli</message> - <message xml:lang="uk">Щоб запустити засіб керування обліковими записами користувачів Mageia, слід пройти розпізнавання</message> - <message xml:lang="zh_TW">執行 Mageia 使用者管理工具需要認證</message> - <icon_name>drakconf</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manauser</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/extras/polkit/org.mageia.manauser.policy.in b/extras/polkit/org.mageia.manauser.policy.in new file mode 100644 index 00000000..b701e023 --- /dev/null +++ b/extras/polkit/org.mageia.manauser.policy.in @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE policyconfig PUBLIC +"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" +"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> +<policyconfig> + + <vendor>Mageia</vendor> + <vendor_url>http://www.mageia.org/</vendor_url> + + <action id="org.mageia.manauser.pkexec.run"> + <description>Run Mageia User Manager</description> + <message>Authentication is required to run Mageia User Manager</message> + <icon_name>drakconf</icon_name> + <defaults> + <allow_any>no</allow_any> + <allow_inactive>no</allow_inactive> + <allow_active>auth_admin_keep</allow_active> + </defaults> + <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manauser</annotate> + <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> + </action> +</policyconfig> diff --git a/extras/polkit/org.mageia.manawall.policy b/extras/polkit/org.mageia.manawall.policy deleted file mode 100644 index 286d0043..00000000 --- a/extras/polkit/org.mageia.manawall.policy +++ /dev/null @@ -1,50 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://www.mageia.org/</vendor_url> - - <action id="org.mageia.manawall.pkexec.run"> - <description>Run Mageia Firewall Configuration</description> - <description xml:lang="ca">Executa la configuració de tallafoc de Mageia</description> - <description xml:lang="el">Εκτέλεση της Διαμόρφωσης του Τείχους Προστασίας</description> - <description xml:lang="et">Mageia tulemüüri seadistamise käivitamine</description> - <description xml:lang="fr">Lancer l'outil de configuration du Pare-feu de Mageia</description> - <description xml:lang="id">Jalankan Konfigurasi Firewall Mageia</description> - <description xml:lang="it">Esegui la configurazione Mageia del Firewall</description> - <description xml:lang="nl">Start Mageia's Firewallconfiguratie</description> - <description xml:lang="pt_BR">Executar Configuração Firewall Mageia</description> - <description xml:lang="ro">Lansează configurarea parafocului pentru Mageia</description> - <description xml:lang="ru">Запуск настройки файервола</description> - <description xml:lang="sl">Zagon nastavitev požarnega zidu Mageje</description> - <description xml:lang="tr">Mageia Güvenlik Duvarı Yapılandırması Çalıştır</description> - <description xml:lang="uk">Запуск засобу налаштовування захисного шлюзу Mageia</description> - <description xml:lang="zh_TW">執行 Mageia 防火牆組態設定</description> - <message>Authentication is required to run Mageia Firewall Configuration</message> - <message xml:lang="ca">Cal autenticar-se per a executar la configuració de tallafoc de Mageia</message> - <message xml:lang="el">Απαιτείται πιστοποίηση για την εκτέλεση της Διαμόρφωσης του Τείχους Προστασίας Mageia</message> - <message xml:lang="et">Mageia tulemüüri seadistamine nõuab autentimist</message> - <message xml:lang="fr">Une authentification est nécessaire pour lancer l'outil de configuration du Pare-feu de Mageia</message> - <message xml:lang="id">Otentikasi diperlukan untuk menjalankan Konfigurasi Firewall Mageia</message> - <message xml:lang="it">È necessaria l'autenticazione per eseguire la configurazione Mageia del Firewall</message> - <message xml:lang="nl">Authenticatie is nodig om Mageia's Firewallconfiguratie te starten</message> - <message xml:lang="pt_BR">A autenticação é necessária para executar a configuração do Firewall Mageia</message> - <message xml:lang="ro">Autentificare necesară pentru lansarea aplicației Mageia de configurat parafocul</message> - <message xml:lang="ru">Требуется аутентификация для запуска настройки файервола</message> - <message xml:lang="sl">Za zagon nastavitev požarnega zidu Mageje je potrebno overjanje</message> - <message xml:lang="tr">Mageia Güvenlik Duvarı Yapılandırması için kimlik doğrulama gerekli</message> - <message xml:lang="uk">Щоб запустити засіб налаштовування захисного шлюзу Mageia, слід пройти розпізнавання</message> - <message xml:lang="zh_TW">執行 Mageia 防火牆組態設定需要認證</message> - <icon_name>drakconf</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manawall</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/extras/polkit/org.mageia.manawall.policy.in b/extras/polkit/org.mageia.manawall.policy.in new file mode 100644 index 00000000..e749d97c --- /dev/null +++ b/extras/polkit/org.mageia.manawall.policy.in @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE policyconfig PUBLIC +"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" +"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> +<policyconfig> + + <vendor>Mageia</vendor> + <vendor_url>http://www.mageia.org/</vendor_url> + + <action id="org.mageia.manawall.pkexec.run"> + <description>Run Mageia Firewall Configuration</description> + <message>Authentication is required to run Mageia Firewall Configuration</message> + <icon_name>drakconf</icon_name> + <defaults> + <allow_any>no</allow_any> + <allow_inactive>no</allow_inactive> + <allow_active>auth_admin_keep</allow_active> + </defaults> + <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manawall</annotate> + <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> + </action> +</policyconfig> diff --git a/extras/polkit/org.mageia.rpmdragora.policy b/extras/polkit/org.mageia.rpmdragora.policy.in index 509d555a..958627ff 100644 --- a/extras/polkit/org.mageia.rpmdragora.policy +++ b/extras/polkit/org.mageia.rpmdragora.policy.in @@ -8,8 +8,8 @@ <vendor_url>http://www.mageia.org/</vendor_url> <action id="org.mageia.rpmdragora.pkexec.run"> - <_description>Run Mageia install and remove software</_description> - <_message>Authentication is required to run Mageia rpm manager</_message> + <description>Run Mageia install and remove software</description> + <message>Authentication is required to run Mageia rpm manager</message> <icon_name>rpmdrake</icon_name> <defaults> <allow_any>no</allow_any> diff --git a/extras/polkit/policy.its b/extras/polkit/policy.its new file mode 100644 index 00000000..7a5700fc --- /dev/null +++ b/extras/polkit/policy.its @@ -0,0 +1,7 @@ +<its:rules + xmlns:its="http://www.w3.org/2005/11/its" + version="1.0"> + <its:translateRule translate="no" selector="/policyconfig"/> + <its:translateRule translate="yes" + selector="/policyconfig/action/description | /policyconfig/action/message"/> +</its:rules> |