summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2020-12-22 01:49:25 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2020-12-22 01:49:25 -0500
commit9a740a6bf0d64e8ee9914582ad503e3aa9c5bfc7 (patch)
tree0d02641e26cc209df4467c4bd0675659106de0cb
parente13783469bdfc48e46931020c0a5ada985d98d39 (diff)
downloadxebian-default-settings-9a740a6bf0d64e8ee9914582ad503e3aa9c5bfc7.tar.bz2
xebian-default-settings-9a740a6bf0d64e8ee9914582ad503e3aa9c5bfc7.tar.xz
xebian-default-settings-9a740a6bf0d64e8ee9914582ad503e3aa9c5bfc7.tar.zst
usr/share/polkit-1/actions/*: Drop, mousepad ships its own policykit rules.
-rw-r--r--Makefile2
-rw-r--r--usr/share/polkit-1/actions/com.ubuntu.pkexec.mousepad.policy.in22
-rw-r--r--usr/share/polkit-1/actions/po/Makefile22
-rw-r--r--usr/share/polkit-1/actions/po/POTFILES.in1
-rw-r--r--usr/share/polkit-1/actions/po/ca.po22
-rw-r--r--usr/share/polkit-1/actions/po/cs.po22
-rw-r--r--usr/share/polkit-1/actions/po/de.po23
-rw-r--r--usr/share/polkit-1/actions/po/es.po23
-rw-r--r--usr/share/polkit-1/actions/po/fi.po23
-rw-r--r--usr/share/polkit-1/actions/po/fr.po23
-rw-r--r--usr/share/polkit-1/actions/po/gl.po22
-rw-r--r--usr/share/polkit-1/actions/po/hu.po22
-rw-r--r--usr/share/polkit-1/actions/po/is.po22
-rw-r--r--usr/share/polkit-1/actions/po/it.po22
-rw-r--r--usr/share/polkit-1/actions/po/ja.po22
-rw-r--r--usr/share/polkit-1/actions/po/lt.po22
-rw-r--r--usr/share/polkit-1/actions/po/ml.po22
-rw-r--r--usr/share/polkit-1/actions/po/nl.po22
-rw-r--r--usr/share/polkit-1/actions/po/pl.po24
-rw-r--r--usr/share/polkit-1/actions/po/pt.po22
-rw-r--r--usr/share/polkit-1/actions/po/pt_BR.po22
-rw-r--r--usr/share/polkit-1/actions/po/ro.po22
-rw-r--r--usr/share/polkit-1/actions/po/ru.po23
-rw-r--r--usr/share/polkit-1/actions/po/xds-polkit-files.pot22
24 files changed, 1 insertions, 493 deletions
diff --git a/Makefile b/Makefile
index 1b74e66..e9660c5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-SUBDIRS := etc/xdg/xdg-xebian/Thunar/po usr/share/polkit-1/actions/po
+SUBDIRS := etc/xdg/xdg-xebian/Thunar/po
all:
@echo "Nothing to build, call 'make install' instead."
diff --git a/usr/share/polkit-1/actions/com.ubuntu.pkexec.mousepad.policy.in b/usr/share/polkit-1/actions/com.ubuntu.pkexec.mousepad.policy.in
deleted file mode 100644
index fd6d90e..0000000
--- a/usr/share/polkit-1/actions/com.ubuntu.pkexec.mousepad.policy.in
+++ /dev/null
@@ -1,22 +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>Xubuntu Developers</vendor>
- <vendor_url>http://www.xubuntu.org/</vendor_url>
-
- <action id="com.ubuntu.pkexec.mousepad">
- <_message>Authentication is required to run mousepad as root</_message>
- <icon_name>mousepad</icon_name>
- <defaults>
- <allow_any>no</allow_any>
- <allow_inactive>no</allow_inactive>
- <allow_active>auth_admin</allow_active>
- </defaults>
- <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/mousepad</annotate>
- <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
- </action>
-
-</policyconfig> \ No newline at end of file
diff --git a/usr/share/polkit-1/actions/po/Makefile b/usr/share/polkit-1/actions/po/Makefile
deleted file mode 100644
index ab8ab13..0000000
--- a/usr/share/polkit-1/actions/po/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/make -f
-
-POTFILES := $(shell cat POTFILES.in)
-
-all: generate-xds-polkit-files
-
-generate-pot: POTFILES.in
- intltool-update --pot --gettext-package=xds-polkit-files
-
-generate-xds-polkit-files:
- for i in $(POTFILES); do \
- f=$$(echo $$i | sed 's/\.in//'); \
- intltool-merge --xml-style . ../$$i ../$$f; \
- done
-
-update-po:
- for i in *.po; do \
- code=$$(echo $$i | sed 's/.po//'); \
- intltool-update --gettext-package=xds-polkit-files --dist $$code; \
- done
-
-# vim:ts=4
diff --git a/usr/share/polkit-1/actions/po/POTFILES.in b/usr/share/polkit-1/actions/po/POTFILES.in
deleted file mode 100644
index 58d7d4e..0000000
--- a/usr/share/polkit-1/actions/po/POTFILES.in
+++ /dev/null
@@ -1 +0,0 @@
-com.ubuntu.pkexec.mousepad.policy.in
diff --git a/usr/share/polkit-1/actions/po/ca.po b/usr/share/polkit-1/actions/po/ca.po
deleted file mode 100644
index 16a396a..0000000
--- a/usr/share/polkit-1/actions/po/ca.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Catalan translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2014-09-05 15:00+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: Catalan <ca@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
diff --git a/usr/share/polkit-1/actions/po/cs.po b/usr/share/polkit-1/actions/po/cs.po
deleted file mode 100644
index 331e9e2..0000000
--- a/usr/share/polkit-1/actions/po/cs.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Czech translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2014-09-05 09:14+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: Czech <cs@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
diff --git a/usr/share/polkit-1/actions/po/de.po b/usr/share/polkit-1/actions/po/de.po
deleted file mode 100644
index b594947..0000000
--- a/usr/share/polkit-1/actions/po/de.po
+++ /dev/null
@@ -1,23 +0,0 @@
-# German translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2014-08-23 14:08+0000\n"
-"Last-Translator: Tobias Bannert <Unknown>\n"
-"Language-Team: German <de@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
-"Legitimierung wird benötigt, um Mousepad als Systemverwalter zu starten."
diff --git a/usr/share/polkit-1/actions/po/es.po b/usr/share/polkit-1/actions/po/es.po
deleted file mode 100644
index 6409d65..0000000
--- a/usr/share/polkit-1/actions/po/es.po
+++ /dev/null
@@ -1,23 +0,0 @@
-# Spanish translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2015-05-03 02:22+0000\n"
-"Last-Translator: Adolfo Jayme <fitoschido@gmail.com>\n"
-"Language-Team: Spanish <es@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
-"Para ejecutar mousepad con permisos administrativos necesita autenticarse"
diff --git a/usr/share/polkit-1/actions/po/fi.po b/usr/share/polkit-1/actions/po/fi.po
deleted file mode 100644
index 6b0d6ef..0000000
--- a/usr/share/polkit-1/actions/po/fi.po
+++ /dev/null
@@ -1,23 +0,0 @@
-# Finnish translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2014-08-21 09:02+0000\n"
-"Last-Translator: Pasi Lallinaho <pasi@shimmerproject.org>\n"
-"Language-Team: Finnish <fi@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
-"Tunnistautuminen vaaditaan, jotta mousepad voidaan ajaa pääkäyttäjänä"
diff --git a/usr/share/polkit-1/actions/po/fr.po b/usr/share/polkit-1/actions/po/fr.po
deleted file mode 100644
index 745a82f..0000000
--- a/usr/share/polkit-1/actions/po/fr.po
+++ /dev/null
@@ -1,23 +0,0 @@
-# French translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2014-10-13 17:31+0000\n"
-"Last-Translator: Yannick Le Guen <Unknown>\n"
-"Language-Team: French <fr@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
-"Une authentification est requise pour exécuter mousepad en tant que root"
diff --git a/usr/share/polkit-1/actions/po/gl.po b/usr/share/polkit-1/actions/po/gl.po
deleted file mode 100644
index 1bd1ac9..0000000
--- a/usr/share/polkit-1/actions/po/gl.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Galician translation for xebian-default-settings
-# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2015-09-18 14:55+0000\n"
-"Last-Translator: Xosé <Unknown>\n"
-"Language-Team: Galician <gl@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr "Requírese autenticación para executar mousepad como superusuario"
diff --git a/usr/share/polkit-1/actions/po/hu.po b/usr/share/polkit-1/actions/po/hu.po
deleted file mode 100644
index 765e0f5..0000000
--- a/usr/share/polkit-1/actions/po/hu.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Hungarian translation for xebian-default-settings
-# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2015-02-05 09:49+0000\n"
-"Last-Translator: Richard Somlói <ricsipontaz@gmail.com>\n"
-"Language-Team: Hungarian <hu@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr "Hitelesítés szükséges a Mousepad root-ként való futtatásához"
diff --git a/usr/share/polkit-1/actions/po/is.po b/usr/share/polkit-1/actions/po/is.po
deleted file mode 100644
index 64fb6bc..0000000
--- a/usr/share/polkit-1/actions/po/is.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Icelandic translation for xebian-default-settings
-# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2015-04-23 21:14+0000\n"
-"Last-Translator: Björgvin Ragnarsson <nifgraup@gmail.com>\n"
-"Language-Team: Icelandic <is@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr "Auðkenningar er krafist til að keyra mousepad sem root"
diff --git a/usr/share/polkit-1/actions/po/it.po b/usr/share/polkit-1/actions/po/it.po
deleted file mode 100644
index 9bc6d35..0000000
--- a/usr/share/polkit-1/actions/po/it.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Italian translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2014-09-05 13:35+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: Italian <it@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
diff --git a/usr/share/polkit-1/actions/po/ja.po b/usr/share/polkit-1/actions/po/ja.po
deleted file mode 100644
index 5360420..0000000
--- a/usr/share/polkit-1/actions/po/ja.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Japanese translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2014-09-15 03:29+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: Japanese <ja@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
diff --git a/usr/share/polkit-1/actions/po/lt.po b/usr/share/polkit-1/actions/po/lt.po
deleted file mode 100644
index c53b37d..0000000
--- a/usr/share/polkit-1/actions/po/lt.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Lithuanian translation for xebian-default-settings
-# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2015-04-08 23:07+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: Lithuanian <lt@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
diff --git a/usr/share/polkit-1/actions/po/ml.po b/usr/share/polkit-1/actions/po/ml.po
deleted file mode 100644
index ddd3061..0000000
--- a/usr/share/polkit-1/actions/po/ml.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Malayalam translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2014-11-02 04:49+0000\n"
-"Last-Translator: ST Alfas <Unknown>\n"
-"Language-Team: Malayalam <ml@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr "മൗസ്പാഡ് റൂട്ടായി പ്രവര്‍ത്തിപ്പിക്കാന്‍ ആധികാരികത ആവശ്യമാണ്"
diff --git a/usr/share/polkit-1/actions/po/nl.po b/usr/share/polkit-1/actions/po/nl.po
deleted file mode 100644
index ef1e0cf..0000000
--- a/usr/share/polkit-1/actions/po/nl.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Dutch translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2014-09-05 09:21+0000\n"
-"Last-Translator: Pjotr12345 <Unknown>\n"
-"Language-Team: Dutch <nl@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr "Authenticatie is vereist om te werken met Mousepad als root"
diff --git a/usr/share/polkit-1/actions/po/pl.po b/usr/share/polkit-1/actions/po/pl.po
deleted file mode 100644
index 9a2ecee..0000000
--- a/usr/share/polkit-1/actions/po/pl.po
+++ /dev/null
@@ -1,24 +0,0 @@
-# Polish translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2015-12-17 20:32+0000\n"
-"Last-Translator: Piotr Strębski <strebski@o2.pl>\n"
-"Language-Team: Polish <pl@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
-"Wymagane jest uwierzytelnienie, aby uruchomić mousepad w trybie "
-"administratora"
diff --git a/usr/share/polkit-1/actions/po/pt.po b/usr/share/polkit-1/actions/po/pt.po
deleted file mode 100644
index 7f2a1a0..0000000
--- a/usr/share/polkit-1/actions/po/pt.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Portuguese translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2014-08-20 10:41+0000\n"
-"Last-Translator: David Pires <Unknown>\n"
-"Language-Team: Portuguese <pt@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr "É necessário autenticação para executar o mousepad como root"
diff --git a/usr/share/polkit-1/actions/po/pt_BR.po b/usr/share/polkit-1/actions/po/pt_BR.po
deleted file mode 100644
index 238ccb2..0000000
--- a/usr/share/polkit-1/actions/po/pt_BR.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Brazilian Portuguese translation for xebian-default-settings
-# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2015-09-18 22:13+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
diff --git a/usr/share/polkit-1/actions/po/ro.po b/usr/share/polkit-1/actions/po/ro.po
deleted file mode 100644
index f6bdade..0000000
--- a/usr/share/polkit-1/actions/po/ro.po
+++ /dev/null
@@ -1,22 +0,0 @@
-# Romanian translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2014-11-09 14:01+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: Romanian <ro@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
diff --git a/usr/share/polkit-1/actions/po/ru.po b/usr/share/polkit-1/actions/po/ru.po
deleted file mode 100644
index 901d0ef..0000000
--- a/usr/share/polkit-1/actions/po/ru.po
+++ /dev/null
@@ -1,23 +0,0 @@
-# Russian translation for xebian-default-settings
-# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
-# This file is distributed under the same license as the xebian-default-settings package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: xebian-default-settings\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: 2015-05-15 07:51+0000\n"
-"Last-Translator: Yanpas <yanpaso@gmail.com>\n"
-"Language-Team: Russian <ru@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-01-16 04:30+0000\n"
-"X-Generator: Launchpad (build 17886)\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""
-"Требуется идентификация, чтобы запустить mousepad от имени суперпользователя"
diff --git a/usr/share/polkit-1/actions/po/xds-polkit-files.pot b/usr/share/polkit-1/actions/po/xds-polkit-files.pot
deleted file mode 100644
index 9e31721..0000000
--- a/usr/share/polkit-1/actions/po/xds-polkit-files.pot
+++ /dev/null
@@ -1,22 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-02-09 22:36-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../com.ubuntu.pkexec.mousepad.policy.in.h:1
-msgid "Authentication is required to run mousepad as root"
-msgstr ""