summaryrefslogtreecommitdiff
path: root/system-helper/org.freedesktop.Flatpak.policy.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-07-15 10:37:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-07-15 11:58:46 -0400
commit3c52321a40427827b404185aa73586a4d21d39f8 (patch)
tree7b27718868123437e50c6f647012ce6c67f5c372 /system-helper/org.freedesktop.Flatpak.policy.in
parenteb4835a31bdf8f0c543f50590f8281a8b4134338 (diff)
downloadflatpak-3c52321a40427827b404185aa73586a4d21d39f8.tar.gz
Use upstream gettext
Drop the intltool dependency that was recently added, and use upstream gettext and its its features for the same purpose. Note that polkit currently does not install .its files (I've sent a patch). Until that is in place, this change has the effect of installing the untranslated policy file.
Diffstat (limited to 'system-helper/org.freedesktop.Flatpak.policy.in')
-rw-r--r--system-helper/org.freedesktop.Flatpak.policy.in36
1 files changed, 18 insertions, 18 deletions
diff --git a/system-helper/org.freedesktop.Flatpak.policy.in b/system-helper/org.freedesktop.Flatpak.policy.in
index 57b28dd2..bd7ab71b 100644
--- a/system-helper/org.freedesktop.Flatpak.policy.in
+++ b/system-helper/org.freedesktop.Flatpak.policy.in
@@ -20,8 +20,8 @@
- Paranoid users (or parents!) can change this to 'auth_admin' or
'auth_admin_keep'.
-->
- <_description>Install signed application</_description>
- <_message>Authentication is required to install software</_message>
+ <description>Install signed application</description>
+ <message>Authentication is required to install software</message>
<icon_name>package-x-generic</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
@@ -37,8 +37,8 @@
- Paranoid users (or parents!) can change this to 'auth_admin' or
'auth_admin_keep'.
-->
- <_description>Install signed runtime</_description>
- <_message>Authentication is required to install software</_message>
+ <description>Install signed runtime</description>
+ <message>Authentication is required to install software</message>
<icon_name>package-x-generic</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
@@ -55,8 +55,8 @@
- Changing this to anything other than 'yes' will break unattended
updates.
-->
- <_description>Update signed application</_description>
- <_message>Authentication is required to update software</_message>
+ <description>Update signed application</description>
+ <message>Authentication is required to update software</message>
<icon_name>package-x-generic</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
@@ -73,8 +73,8 @@
- Changing this to anything other than 'yes' will break unattended
updates.
-->
- <_description>Update signed runtime</_description>
- <_message>Authentication is required to update software</_message>
+ <description>Update signed runtime</description>
+ <message>Authentication is required to update software</message>
<icon_name>package-x-generic</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
@@ -84,8 +84,8 @@
</action>
<action id="org.freedesktop.Flatpak.install-bundle">
- <_description>Install bundle</_description>
- <_message>Authentication is install software</_message>
+ <description>Install bundle</description>
+ <message>Authentication is install software</message>
<icon_name>package-x-generic</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
@@ -95,8 +95,8 @@
</action>
<action id="org.freedesktop.Flatpak.runtime-uninstall">
- <_description>Uninstall runtime</_description>
- <_message>Authentication is required to uninstall software</_message>
+ <description>Uninstall runtime</description>
+ <message>Authentication is required to uninstall software</message>
<icon_name>package-x-generic</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
@@ -106,8 +106,8 @@
</action>
<action id="org.freedesktop.Flatpak.app-uninstall">
- <_description>Uninstall app</_description>
- <_message>Authentication is required to uninstall software</_message>
+ <description>Uninstall app</description>
+ <message>Authentication is required to uninstall software</message>
<icon_name>package-x-generic</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
@@ -117,8 +117,8 @@
</action>
<action id="org.freedesktop.Flatpak.configure-remote">
- <_description>Configure Remote</_description>
- <_message>Authentication is required to configure software repositories</_message>
+ <description>Configure Remote</description>
+ <message>Authentication is required to configure software repositories</message>
<icon_name>package-x-generic</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>
@@ -135,8 +135,8 @@
- Changing this to anything other than 'yes' will break unattended
updates.
-->
- <_description>Update appstream</_description>
- <_message>Authentication is required to update software</_message>
+ <description>Update appstream</description>
+ <message>Authentication is required to update software</message>
<icon_name>package-x-generic</icon_name>
<defaults>
<allow_any>auth_admin</allow_any>