summaryrefslogtreecommitdiffstats
path: root/etc/xdg/xdg-xebian/Thunar
diff options
context:
space:
mode:
Diffstat (limited to 'etc/xdg/xdg-xebian/Thunar')
-rw-r--r--etc/xdg/xdg-xebian/Thunar/accels.scm2
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/Makefile22
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/POTFILES.in1
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/ar.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/ast.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/bg.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/bs.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/ca.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/cs.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/da.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/de.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/el.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/en_AU.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/en_GB.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/eo.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/es.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/eu.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/fi.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/fr.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/gl.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/he.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/hu.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/is.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/it.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/ja.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/lt.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/ml.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/nl.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/oc.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/pl.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/pt.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/pt_BR.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/ro.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/ru.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/sk.po36
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/sr.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/sv.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/thunar-uca.pot30
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/tr.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/uk.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/zh_CN.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/zh_HK.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/po/zh_TW.po34
-rw-r--r--etc/xdg/xdg-xebian/Thunar/uca.xml.in51
44 files changed, 1434 insertions, 0 deletions
diff --git a/etc/xdg/xdg-xebian/Thunar/accels.scm b/etc/xdg/xdg-xebian/Thunar/accels.scm
new file mode 100644
index 0000000..74c764c
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/accels.scm
@@ -0,0 +1,2 @@
+(gtk_accel_path "<Actions>/ThunarActions/uca-action-1-1" "F4")
+(gtk_accel_path "<Actions>/ThunarActions/uca-action-2-2" "<Primary><Shift>f")
diff --git a/etc/xdg/xdg-xebian/Thunar/po/Makefile b/etc/xdg/xdg-xebian/Thunar/po/Makefile
new file mode 100644
index 0000000..98f928b
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/Makefile
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+POTFILES := uca.xml.in
+
+all: generate-uca
+
+generate-pot: POTFILES.in
+ intltool-update --pot --gettext-package=thunar-uca
+
+generate-uca:
+ for i in $(POTFILES); do \
+ f=$$(echo $$i | sed 's/\.in//'); \
+ intltool-merge -x . ../$$i ../$$f; \
+ done
+
+update-po:
+ for i in *.po; do \
+ code=$$(echo $$i | sed 's/.po//'); \
+ intltool-update --gettext-package=thunar-uca --dist $$code; \
+ done
+
+# vim:ts=4
diff --git a/etc/xdg/xdg-xebian/Thunar/po/POTFILES.in b/etc/xdg/xdg-xebian/Thunar/po/POTFILES.in
new file mode 100644
index 0000000..0f7c4e7
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/POTFILES.in
@@ -0,0 +1 @@
+uca.xml.in
diff --git a/etc/xdg/xdg-xebian/Thunar/po/ar.po b/etc/xdg/xdg-xebian/Thunar/po/ar.po
new file mode 100644
index 0000000..5647e67
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/ar.po
@@ -0,0 +1,34 @@
+# Arabic translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-31 11:09+0000\n"
+"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
+"Language-Team: Arabic <ar@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "مثال لإجراء مخصص"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "ابحث في هذا المجلد"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "افتح الطرفيّة هنا"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "ابحث عن الملفات داخل هذا المجلد"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/ast.po b/etc/xdg/xdg-xebian/Thunar/po/ast.po
new file mode 100644
index 0000000..0fb8720
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/ast.po
@@ -0,0 +1,34 @@
+# Asturian translation for xebian-default-settings
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2010-08-26 00:31+0000\n"
+"Last-Translator: ivarela <ivarela@ubuntu.com>\n"
+"Language-Team: Asturian <ast@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exemplu d'una aición personalizada"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Guetar nesta carpeta"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Abrir terminal equí"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Guetar ficheros dientro d'esta carpeta"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/bg.po b/etc/xdg/xdg-xebian/Thunar/po/bg.po
new file mode 100644
index 0000000..e1f6949
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/bg.po
@@ -0,0 +1,34 @@
+# Bulgarian translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-18 04:18+0000\n"
+"Last-Translator: Krasimir Chonov <mk2616@abv.bg>\n"
+"Language-Team: Bulgarian <bg@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Пример за потребителско действие"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Търсене в тази папка"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Отваряне на терминал тук"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Търсене за файлове в тази папка"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/bs.po b/etc/xdg/xdg-xebian/Thunar/po/bs.po
new file mode 100644
index 0000000..03a26a1
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/bs.po
@@ -0,0 +1,34 @@
+# Bosnian translation for xebian-default-settings
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2011-04-09 08:41+0000\n"
+"Last-Translator: Samir Ribić <Unknown>\n"
+"Language-Team: Bosnian <bs@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Primjer trenutne akcije"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Nađi u ovom direktoriju"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "otvori terminal ovdje"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Traži datoteke u ovom direktoriju"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/ca.po b/etc/xdg/xdg-xebian/Thunar/po/ca.po
new file mode 100644
index 0000000..fe8b69f
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/ca.po
@@ -0,0 +1,34 @@
+# Catalan translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-17 04:19+0000\n"
+"Last-Translator: Xubuntu Team <Unknown>\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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exemple d'acció personalitzada"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Cerca en aquesta carpeta"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Obre un terminal aquí"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Cerca fitxers en aquesta carpeta"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/cs.po b/etc/xdg/xdg-xebian/Thunar/po/cs.po
new file mode 100644
index 0000000..befaa4f
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/cs.po
@@ -0,0 +1,34 @@
+# Czech translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-02-20 09:40+0000\n"
+"Last-Translator: Tomas Brabenec <info@brabenec.net>\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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Příklad vlastní akce"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Hledat v této složce"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Otevřít terminál zde"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Hledat soubory v této složce"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/da.po b/etc/xdg/xdg-xebian/Thunar/po/da.po
new file mode 100644
index 0000000..c0b5b34
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/da.po
@@ -0,0 +1,34 @@
+# Danish translation for xebian-default-settings
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2010-05-13 11:36+0000\n"
+"Last-Translator: AJenbo <anders@jenbo.dk>\n"
+"Language-Team: Danish <da@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Eksempel for en specialfunktion"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Find i denne mappe"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Åbn terminal her"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Søg efter filer i denne mappe"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/de.po b/etc/xdg/xdg-xebian/Thunar/po/de.po
new file mode 100644
index 0000000..882490a
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/de.po
@@ -0,0 +1,34 @@
+# German translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2014-06-04 21:02+0000\n"
+"Last-Translator: Daan W. <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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Beispiel für eine benutzerdefinierte Aktion"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "In diesem Ordner suchen"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Terminal hier öffnen"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Nach Dateien in diesem Ordner suchen"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/el.po b/etc/xdg/xdg-xebian/Thunar/po/el.po
new file mode 100644
index 0000000..32349b9
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/el.po
@@ -0,0 +1,34 @@
+# Greek translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+# Fotis Tsamis <ftsamis@gmail.com>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2010-05-13 11:36+0000\n"
+"Last-Translator: Lionel Le Folgoc <lionel@lefolgoc.net>\n"
+"Language-Team: Greek <team@gnome.gr>\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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Παράδειγμα προσαρμοσμένης ενέργειας"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Αναζήτηση σε αυτόν τον φάκελο"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Άνοιγμα τερματικού εδώ"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Αναζήτηση αρχείων μέσα σε αυτόν τον φάκελο"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/en_AU.po b/etc/xdg/xdg-xebian/Thunar/po/en_AU.po
new file mode 100644
index 0000000..60f39d3
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/en_AU.po
@@ -0,0 +1,34 @@
+# English (Australia) translation for xebian-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-06-23 05:53+0000\n"
+"Last-Translator: Jackson Doak <noskcaj@ubuntu.com>\n"
+"Language-Team: English (Australia) <en_AU@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Example for a custom action"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Find in this folder"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Open Terminal Here"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Search for files within this folder"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/en_GB.po b/etc/xdg/xdg-xebian/Thunar/po/en_GB.po
new file mode 100644
index 0000000..8edb58c
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/en_GB.po
@@ -0,0 +1,34 @@
+# English (United Kingdom) translation for xebian-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-07-27 06:53+0000\n"
+"Last-Translator: Jackson Doak <noskcaj@ubuntu.com>\n"
+"Language-Team: English (United Kingdom) <en_GB@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Example for a custom action"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Find in this folder"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Open Terminal Here"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Search for files within this folder"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/eo.po b/etc/xdg/xdg-xebian/Thunar/po/eo.po
new file mode 100644
index 0000000..74de211
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/eo.po
@@ -0,0 +1,34 @@
+# Esperanto 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: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2015-05-03 02:50+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Esperanto <eo@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr ""
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr ""
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Malfermi terminalon ĉi tie"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr ""
diff --git a/etc/xdg/xdg-xebian/Thunar/po/es.po b/etc/xdg/xdg-xebian/Thunar/po/es.po
new file mode 100644
index 0000000..d5114ed
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/es.po
@@ -0,0 +1,34 @@
+# Spanish translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-10-01 07:37+0000\n"
+"Last-Translator: Paco Molinero <paco@byasl.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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Ejemplo de una acción personalizada"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Buscar en esta carpeta"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Abrir terminal aquí"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Buscar archivos dentro de esta carpeta"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/eu.po b/etc/xdg/xdg-xebian/Thunar/po/eu.po
new file mode 100644
index 0000000..cc441c3
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/eu.po
@@ -0,0 +1,34 @@
+# Basque translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2012-01-07 16:45+0000\n"
+"Last-Translator: Asier Iturralde Sarasola <Unknown>\n"
+"Language-Team: Basque <eu@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Ekintza pertsonalizatu baten adibidea"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Bilatu karpeta honetan"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Ireki terminala hemen"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Bilatu fitxategiak karpeta honetan"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/fi.po b/etc/xdg/xdg-xebian/Thunar/po/fi.po
new file mode 100644
index 0000000..9cfb1bd
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/fi.po
@@ -0,0 +1,34 @@
+# Finnish translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-05-16 20:54+0000\n"
+"Last-Translator: Timo Jyrinki <timo.jyrinki@canonical.com>\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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Esimerkki omasta toiminnosta"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Etsi tästä kansiosta"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Avaa pääte tässä kansiossa"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Etsi tiedostoja tästä kansiosta"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/fr.po b/etc/xdg/xdg-xebian/Thunar/po/fr.po
new file mode 100644
index 0000000..e4e40e6
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/fr.po
@@ -0,0 +1,34 @@
+# French translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-17 04:18+0000\n"
+"Last-Translator: Pierre Slamich <pierre.slamich@gmail.com>\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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exemple d'une action personnalisée"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Rechercher dans ce dossier"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Ouvrir un terminal ici"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Rechercher des fichiers dans ce dossier"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/gl.po b/etc/xdg/xdg-xebian/Thunar/po/gl.po
new file mode 100644
index 0000000..f8fbf8b
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/gl.po
@@ -0,0 +1,34 @@
+# Galician translation for xebian-default-settings
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2015-09-18 14:54+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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exemplo dunha acción personalizada"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Buscar neste cartafol"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Abrir un terminal aquí"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Buscar ficheiros dentro deste cartafol"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/he.po b/etc/xdg/xdg-xebian/Thunar/po/he.po
new file mode 100644
index 0000000..782d4d0
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/he.po
@@ -0,0 +1,34 @@
+# Hebrew translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-31 11:09+0000\n"
+"Last-Translator: Yaron <sh.yaron@gmail.com>\n"
+"Language-Team: Hebrew <he@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "דוגמה של פעולה מותאמת אישית"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "חיפוש בתיקייה זו"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "פתיחת מסוף מכאן"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "חיפוש קבצים בתיקייה זו"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/hu.po b/etc/xdg/xdg-xebian/Thunar/po/hu.po
new file mode 100644
index 0000000..d0b003d
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/hu.po
@@ -0,0 +1,34 @@
+# Hungarian translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-17 04:18+0000\n"
+"Last-Translator: Gabor Kelemen <kelemeng@openscope.org>\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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Példa egyéni műveletre"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Keresés ebben a mappában"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Terminál megnyitása itt"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Fájlok keresése ebben a mappában"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/is.po b/etc/xdg/xdg-xebian/Thunar/po/is.po
new file mode 100644
index 0000000..a1f3d00
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/is.po
@@ -0,0 +1,34 @@
+# 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: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2015-04-23 21:02+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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Dæmi um sérsniðna aðgerð"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Finna í þessari möppu"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Opna skjáhermi hér"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Leita að skrám í þessari möppu"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/it.po b/etc/xdg/xdg-xebian/Thunar/po/it.po
new file mode 100644
index 0000000..ebb9491
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/it.po
@@ -0,0 +1,34 @@
+# Italian translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-05-16 20:54+0000\n"
+"Last-Translator: Sergio Zanchetta <primes2h@ubuntu.com>\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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Esempio di azione personalizzata"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Trova in questa cartella"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Apri un terminale qui"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Cerca file all'interno di questa cartella"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/ja.po b/etc/xdg/xdg-xebian/Thunar/po/ja.po
new file mode 100644
index 0000000..199f8de
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/ja.po
@@ -0,0 +1,34 @@
+# Japanese translation for xebian-default-settings
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2014-09-15 04:00+0000\n"
+"Last-Translator: Kiyotaka Nemoto <Unknown>\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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "カスタムアクションの例"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "このフォルダ内を検索"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr ""
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "このフォルダ内のファイルを検索"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/lt.po b/etc/xdg/xdg-xebian/Thunar/po/lt.po
new file mode 100644
index 0000000..a6ee2e9
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/lt.po
@@ -0,0 +1,34 @@
+# 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: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2015-04-08 23:05+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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr ""
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr ""
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr ""
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr ""
diff --git a/etc/xdg/xdg-xebian/Thunar/po/ml.po b/etc/xdg/xdg-xebian/Thunar/po/ml.po
new file mode 100644
index 0000000..bcc1662
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/ml.po
@@ -0,0 +1,34 @@
+# 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: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2014-11-02 04:48+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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "കസ്റ്റം ആക്ഷന് ഒരുദാഹരണം"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "ഈ ഫോള്‍ഡറില്‍ കണ്ടെത്തൂ"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "ടെര്‍മിനല്‍ ഇവിടെ തുറക്കൂ"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "ഫയലുകള്‍ക്കായി ഈ ഫോള്‍ഡറില്‍ തിരയൂ"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/nl.po b/etc/xdg/xdg-xebian/Thunar/po/nl.po
new file mode 100644
index 0000000..80fcf9d
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/nl.po
@@ -0,0 +1,34 @@
+# Dutch translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-04-06 10:14+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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Voorbeeld van een aangepaste actie"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Zoek in deze map"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Open hier een terminalvenster"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Zoek naar bestanden in deze map"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/oc.po b/etc/xdg/xdg-xebian/Thunar/po/oc.po
new file mode 100644
index 0000000..8d7c68b
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/oc.po
@@ -0,0 +1,34 @@
+# Occitan (post 1500) translation for xebian-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-11-09 08:03+0000\n"
+"Last-Translator: Cédric VALMARY (Tot en òc) <cvalmary@yahoo.fr>\n"
+"Language-Team: Occitan (post 1500) <oc@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exemple d'una accion personalizada"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Recercar dins aqueste dorsièr"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Dobrir un terminal aicí"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Recercar de fichièrs dins aqueste dorsièr"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/pl.po b/etc/xdg/xdg-xebian/Thunar/po/pl.po
new file mode 100644
index 0000000..4c7f3fd
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/pl.po
@@ -0,0 +1,34 @@
+# Polish translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2011-10-19 09:24+0000\n"
+"Last-Translator: Piotr Sokół <Unknown>\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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Otwiera terminal we wskazanym katalogu roboczym"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Wyszukaj"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Otwórz w terminalu"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Wyszukuje pliki we wskazanym katalogu"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/pt.po b/etc/xdg/xdg-xebian/Thunar/po/pt.po
new file mode 100644
index 0000000..87ece62
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/pt.po
@@ -0,0 +1,34 @@
+# Portuguese translation for xebian-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-12-23 11:07+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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exemplo de uma ação personalizada"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Localizar nesta pasta"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Abra o Emulador de Terminal aqui"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Procurar ficheiros dentro desta pasta"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/pt_BR.po b/etc/xdg/xdg-xebian/Thunar/po/pt_BR.po
new file mode 100644
index 0000000..a8075c4
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/pt_BR.po
@@ -0,0 +1,34 @@
+# 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: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2015-09-18 22:07+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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr ""
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr ""
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr ""
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr ""
diff --git a/etc/xdg/xdg-xebian/Thunar/po/ro.po b/etc/xdg/xdg-xebian/Thunar/po/ro.po
new file mode 100644
index 0000000..6a19a15
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/ro.po
@@ -0,0 +1,34 @@
+# Romanian translation for xebian-default-settings
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2012-10-06 19:47+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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr ""
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr ""
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr ""
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr ""
diff --git a/etc/xdg/xdg-xebian/Thunar/po/ru.po b/etc/xdg/xdg-xebian/Thunar/po/ru.po
new file mode 100644
index 0000000..24d96a4
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/ru.po
@@ -0,0 +1,34 @@
+# Russian translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2015-05-15 07:48+0000\n"
+"Last-Translator: Dmitry Kireev <Unknown>\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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Пример для пользовательского действия"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Найти в этом каталоге"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Открыть терминал"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Поискать в файлах внутри этого каталога"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/sk.po b/etc/xdg/xdg-xebian/Thunar/po/sk.po
new file mode 100644
index 0000000..a5f8302
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/sk.po
@@ -0,0 +1,36 @@
+# Slovak translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# Tomáš Vadina <kyberdev@gmail.com>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2011-07-23 15:13+0000\n"
+"Last-Translator: Tomáš Vadina <Unknown>\n"
+"Language-Team: Slovak <sk@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"
+"X-Poedit-Country: SLOVAKIA\n"
+"X-Poedit-Language: Slovak\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Príklad vlastnej akcie"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Nájsť v tomto priečinku"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Otvoriť túto pozíciu v termináli"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Vyhľadať súbory v tomto priečinku"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/sr.po b/etc/xdg/xdg-xebian/Thunar/po/sr.po
new file mode 100644
index 0000000..1cdfccb
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/sr.po
@@ -0,0 +1,34 @@
+# Serbian translation for xebian-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-06-15 08:11+0000\n"
+"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
+"Language-Team: Serbian <sr@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Пример за произвољну радњу"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Проађи у овој фасцикли"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Отвори терминал овде"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Потражите датотеке у овој фасцикли"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/sv.po b/etc/xdg/xdg-xebian/Thunar/po/sv.po
new file mode 100644
index 0000000..e477771
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/sv.po
@@ -0,0 +1,34 @@
+# Swedish translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-17 04:19+0000\n"
+"Last-Translator: Daniel Nylander <yeager@ubuntu.com>\n"
+"Language-Team: Swedish <sv@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exempel på en anpassad åtgärd"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Sök i denna mapp"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Öppna terminal här"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Sök efter filer i denna mapp"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/thunar-uca.pot b/etc/xdg/xdg-xebian/Thunar/po/thunar-uca.pot
new file mode 100644
index 0000000..3aec63b
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/thunar-uca.pot
@@ -0,0 +1,30 @@
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2009-05-16 08:20+0000\n"
+"X-Generator: Launchpad (build Unknown)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr ""
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr ""
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr ""
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr ""
diff --git a/etc/xdg/xdg-xebian/Thunar/po/tr.po b/etc/xdg/xdg-xebian/Thunar/po/tr.po
new file mode 100644
index 0000000..0bc81c9
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/tr.po
@@ -0,0 +1,34 @@
+# Turkish translation for xebian-default-settings
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2012-10-28 20:39+0000\n"
+"Last-Translator: Utku BERBEROĞLU <Unknown>\n"
+"Language-Team: Turkish <tr@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Örnek bir eylem için örnek"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Bu dizinde bul"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Uçbirimi Burada Aç"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Dosyalar için bu dizini ara"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/uk.po b/etc/xdg/xdg-xebian/Thunar/po/uk.po
new file mode 100644
index 0000000..fd810b1
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/uk.po
@@ -0,0 +1,34 @@
+# Ukrainian translation for xebian-default-settings
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2012-03-29 10:20+0000\n"
+"Last-Translator: Andriy Nezhivy <adiynziy@gmail.com>\n"
+"Language-Team: Ukrainian <uk@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Приклад особливої дії"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Шукати в цій папці"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Відкрити термінал тут"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Шукати файли в цій папці"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/zh_CN.po b/etc/xdg/xdg-xebian/Thunar/po/zh_CN.po
new file mode 100644
index 0000000..a9e1e8c
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/zh_CN.po
@@ -0,0 +1,34 @@
+# Simplified Chinese translation for xebian-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-17 04:19+0000\n"
+"Last-Translator: Careone <zzbusagain@yahoo.com.cn>\n"
+"Language-Team: Simplified Chinese <zh_CN@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "自定义操作的示例"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "在当前文件夹里查找"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "在这里打开终端"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "搜索当前文件夹下的文件"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/zh_HK.po b/etc/xdg/xdg-xebian/Thunar/po/zh_HK.po
new file mode 100644
index 0000000..828bd91
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/zh_HK.po
@@ -0,0 +1,34 @@
+# Chinese (Hong Kong) translation for xebian-default-settings
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2011-09-20 09:54+0000\n"
+"Last-Translator: Roy Chan <roy.chan@linux.org.hk>\n"
+"Language-Team: Chinese (Hong Kong) <zh_HK@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "自訂動作範例"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "在這個資料夾內尋找"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "在此開啟終端機"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "在此資料夾內搜尋檔案"
diff --git a/etc/xdg/xdg-xebian/Thunar/po/zh_TW.po b/etc/xdg/xdg-xebian/Thunar/po/zh_TW.po
new file mode 100644
index 0000000..a111c34
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/po/zh_TW.po
@@ -0,0 +1,34 @@
+# Chinese (Traditional) translation for xebian-default-settings
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the xebian-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xebian-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2010-12-18 04:59+0000\n"
+"Last-Translator: Lionel Le Folgoc <lionel@lefolgoc.net>\n"
+"Language-Team: Chinese (Traditional) <zh_TW@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"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "自訂動作範例"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "在這個資料夾內尋找"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "在此開啟終端機"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "在此資料夾內搜尋檔案"
diff --git a/etc/xdg/xdg-xebian/Thunar/uca.xml.in b/etc/xdg/xdg-xebian/Thunar/uca.xml.in
new file mode 100644
index 0000000..41712d7
--- /dev/null
+++ b/etc/xdg/xdg-xebian/Thunar/uca.xml.in
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE actions [
+ <!ELEMENT actions (action)+>
+
+ <!ELEMENT action (icon|patterns|name|unique-id|command|description|directories|audio-files|image-files|other-files|text-files|video-files)*>
+
+ <!ELEMENT icon (#PCDATA)>
+ <!ELEMENT command (#PCDATA)>
+ <!ELEMENT patterns (#PCDATA)>
+
+ <!ELEMENT name (#PCDATA)>
+ <!ATTLIST name xml:lang CDATA #IMPLIED>
+
+ <!ELEMENT unique-id (#PCDATA)>
+
+ <!ELEMENT description (#PCDATA)>
+ <!ATTLIST description xml:lang CDATA #IMPLIED>
+
+ <!ELEMENT startup-notify EMPTY>
+
+ <!ELEMENT directories EMPTY>
+ <!ELEMENT audio-files EMPTY>
+ <!ELEMENT image-files EMPTY>
+ <!ELEMENT other-files EMPTY>
+ <!ELEMENT text-files EMPTY>
+ <!ELEMENT video-files EMPTY>
+]>
+<actions>
+
+ <action>
+ <icon>Terminal</icon>
+ <patterns>*</patterns>
+ <_name>Open Terminal Here</_name>
+ <unique-id>1-1</unique-id>
+ <command>exo-open --working-directory %f --launch TerminalEmulator</command>
+ <_description>Example for a custom action</_description>
+ <startup-notify/>
+ <directories/>
+ </action>
+
+ <action>
+ <icon>filefind</icon>
+ <_name>Find in this folder</_name>
+ <unique-id>2-2</unique-id>
+ <command>catfish --path=%f</command>
+ <_description>Search for files within this folder</_description>
+ <patterns>*</patterns>
+ <directories/>
+ </action>
+
+</actions>