diff options
author | papoteur-mga <yves.brungard_git@gadz.org> | 2013-12-22 21:35:04 +0100 |
---|---|---|
committer | papoteur-mga <yves.brungard_git@gadz.org> | 2013-12-22 21:35:04 +0100 |
commit | e3a4978e3ea5e99e97d58302b43656ba70681126 (patch) | |
tree | 36b012168861ba63e9af6b487e0c81256ac3abb3 /polkit | |
parent | 372f653dedfb29b2a13c7a057230718cf8c703b6 (diff) | |
download | isodumper-e3a4978e3ea5e99e97d58302b43656ba70681126.tar isodumper-e3a4978e3ea5e99e97d58302b43656ba70681126.tar.gz isodumper-e3a4978e3ea5e99e97d58302b43656ba70681126.tar.bz2 isodumper-e3a4978e3ea5e99e97d58302b43656ba70681126.tar.xz isodumper-e3a4978e3ea5e99e97d58302b43656ba70681126.zip |
New: File to obtain translations of polkit file
Diffstat (limited to 'polkit')
-rw-r--r-- | polkit/org.mageia.isodumper.policy.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/polkit/org.mageia.isodumper.policy.in b/polkit/org.mageia.isodumper.policy.in new file mode 100644 index 0000000..860749d --- /dev/null +++ b/polkit/org.mageia.isodumper.policy.in @@ -0,0 +1,30 @@ +<?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://mageia.org/</vendor_url> + + <action id="org.mageia.isodumper.pkexec.run"> + <_description>Run Isodumper</_description> + <description xml:lang="fr">Exécuter Isodumper</description> + <description xml:lang="ca">Isodumper</description> + <description xml:lang="ru">Isodumper</description> + <description xml:lang="sl">Isodumper</description> + <description xml:lang="tr">Isodumper</description> + <description xml:lang="uk">Isodumper</description> + <_message>Authentication is required to run Isodumper</_message> + <message xml:lang="fr">Une authentification est nécessaire pour exécuter IsoDumper</message> + <message xml:lang="ca">Per a accedir al Isodumper cal autenticació</message> + <icon_name>isodumper</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/libexec/isodumper</annotate> + <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> + </action> +</policyconfig>
\ No newline at end of file |