summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPootle LXDE <pootle@pootle.lxde.org>2016-02-20 20:11:44 +0000
committerPootle LXDE <pootle@pootle.lxde.org>2016-02-20 20:11:44 +0000
commit2fd78b7a600c6f713cf8b4bde33581fbf31fe569 (patch)
tree0d492a45e2bc438eea550fd0ea2b39bff92c2176
parent92733e0e95dcbff2c21e01eb38d6225db8c09878 (diff)
Automatic translation update from Pootle
-rw-r--r--po/Makefile.in.in217
-rw-r--r--po/POTFILES.in5
-rw-r--r--po/ar.po4
-rw-r--r--po/be.po13
-rw-r--r--po/bg.po10
-rw-r--r--po/bn_IN.po9
-rw-r--r--po/ca.po10
-rw-r--r--po/cs.po9
-rw-r--r--po/da.po9
-rw-r--r--po/de.po9
-rw-r--r--po/el.po4
-rw-r--r--po/en_GB.po11
-rw-r--r--po/es.po4
-rw-r--r--po/et.po10
-rw-r--r--po/eu.po4
-rw-r--r--po/fa.po11
-rw-r--r--po/fi.po9
-rw-r--r--po/fo.po9
-rw-r--r--po/fr.po10
-rw-r--r--po/gl.po9
-rw-r--r--po/he.po9
-rw-r--r--po/hr.po4
-rw-r--r--po/hu.po9
-rw-r--r--po/id.po9
-rw-r--r--po/is.po10
-rw-r--r--po/it.po9
-rw-r--r--po/ja.po8
-rw-r--r--po/kk.po10
-rw-r--r--po/ko.po9
-rw-r--r--po/lg.po7
-rw-r--r--po/lt.po9
-rw-r--r--po/lxappearance-obconf.pot11
-rw-r--r--po/nb.po9
-rw-r--r--po/nl.po6
-rw-r--r--po/pa.po10
-rw-r--r--po/pl.po10
-rw-r--r--po/pt.po9
-rw-r--r--po/pt_BR.po11
-rw-r--r--po/ro.po9
-rw-r--r--po/ru.po11
-rw-r--r--po/sl.po7
-rw-r--r--po/sr.po4
-rw-r--r--po/sr@latin.po10
-rw-r--r--po/sv.po9
-rw-r--r--po/te.po9
-rw-r--r--po/tr.po10
-rw-r--r--po/tt_RU.po9
-rw-r--r--po/ug.po9
-rw-r--r--po/uk.po9
-rw-r--r--po/ur.po10
-rw-r--r--po/ur_PK.po10
-rw-r--r--po/vi.po13
-rw-r--r--po/zh_CN.po9
-rw-r--r--po/zh_TW.po6
54 files changed, 199 insertions, 480 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
deleted file mode 100644
index cc8a222..0000000
--- a/po/Makefile.in.in
+++ /dev/null
@@ -1,217 +0,0 @@
-# Makefile for program source directory in GNU NLS utilities package.
-# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
-# Copyright (C) 2004-2008 Rodney Dawes <dobey.pwns@gmail.com>
-#
-# This file may be copied and used freely without restrictions. It may
-# be used in projects which are not available under a GNU Public License,
-# but which still want to provide support for the GNU gettext functionality.
-#
-# - Modified by Owen Taylor <otaylor@redhat.com> to use GETTEXT_PACKAGE
-# instead of PACKAGE and to look for po2tbl in ./ not in intl/
-#
-# - Modified by jacob berkman <jacob@ximian.com> to install
-# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
-#
-# - Modified by Rodney Dawes <dobey.pwns@gmail.com> for use with intltool
-#
-# We have the following line for use by intltoolize:
-# INTLTOOL_MAKEFILE
-
-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
-PACKAGE = @PACKAGE@
-VERSION = @VERSION@
-
-SHELL = @SHELL@
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-top_builddir = @top_builddir@
-VPATH = @srcdir@
-
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-datadir = @datadir@
-datarootdir = @datarootdir@
-libdir = @libdir@
-DATADIRNAME = @DATADIRNAME@
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
-subdir = po
-install_sh = @install_sh@
-# Automake >= 1.8 provides @mkdir_p@.
-# Until it can be supposed, use the safe fallback:
-mkdir_p = $(install_sh) -d
-
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-
-GMSGFMT = @GMSGFMT@
-MSGFMT = @MSGFMT@
-XGETTEXT = @XGETTEXT@
-INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
-INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
-MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
-GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
-
-ALL_LINGUAS = @ALL_LINGUAS@
-
-PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
-
-USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
-
-USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
-
-POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
-
-DISTFILES = Makefile.in.in POTFILES.in $(POFILES)
-EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS
-
-POTFILES = \
-# This comment gets stripped out
-
-CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
-
-.SUFFIXES:
-.SUFFIXES: .po .pox .gmo .mo .msg .cat
-
-.po.pox:
- $(MAKE) $(GETTEXT_PACKAGE).pot
- $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
-
-.po.mo:
- $(MSGFMT) -o $@ $<
-
-.po.gmo:
- file=`echo $* | sed 's,.*/,,'`.gmo \
- && rm -f $$file && $(GMSGFMT) -o $$file $<
-
-.po.cat:
- sed -f ../intl/po2msg.sed < $< > $*.msg \
- && rm -f $@ && gencat $@ $*.msg
-
-
-all: all-@USE_NLS@
-
-all-yes: $(CATALOGS)
-all-no:
-
-$(GETTEXT_PACKAGE).pot: $(POTFILES)
- $(GENPOT)
-
-install: install-data
-install-data: install-data-@USE_NLS@
-install-data-no: all
-install-data-yes: all
- linguas="$(USE_LINGUAS)"; \
- for lang in $$linguas; do \
- dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
- $(mkdir_p) $$dir; \
- if test -r $$lang.gmo; then \
- $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
- echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \
- else \
- $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
- echo "installing $(srcdir)/$$lang.gmo as" \
- "$$dir/$(GETTEXT_PACKAGE).mo"; \
- fi; \
- if test -r $$lang.gmo.m; then \
- $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \
- echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \
- else \
- if test -r $(srcdir)/$$lang.gmo.m ; then \
- $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \
- $$dir/$(GETTEXT_PACKAGE).mo.m; \
- echo "installing $(srcdir)/$$lang.gmo.m as" \
- "$$dir/$(GETTEXT_PACKAGE).mo.m"; \
- else \
- true; \
- fi; \
- fi; \
- done
-
-# Empty stubs to satisfy archaic automake needs
-dvi info ctags tags CTAGS TAGS ID:
-
-# Define this as empty until I found a useful application.
-install-exec installcheck:
-
-uninstall:
- linguas="$(USE_LINGUAS)"; \
- for lang in $$linguas; do \
- rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
- rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
- done
-
-check: all $(GETTEXT_PACKAGE).pot
- rm -f missing notexist
- srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
- if [ -r missing -o -r notexist ]; then \
- exit 1; \
- fi
-
-mostlyclean:
- rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
- rm -f .intltool-merge-cache
-
-clean: mostlyclean
-
-distclean: clean
- rm -f Makefile Makefile.in POTFILES stamp-it
- rm -f *.mo *.msg *.cat *.cat.m *.gmo
-
-maintainer-clean: distclean
- @echo "This command is intended for maintainers to use;"
- @echo "it deletes files that may require special tools to rebuild."
- rm -f Makefile.in.in
-
-distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
-dist distdir: $(DISTFILES)
- dists="$(DISTFILES)"; \
- extra_dists="$(EXTRA_DISTFILES)"; \
- for file in $$extra_dists; do \
- test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \
- done; \
- for file in $$dists; do \
- test -f $$file || file="$(srcdir)/$$file"; \
- ln $$file $(distdir) 2> /dev/null \
- || cp -p $$file $(distdir); \
- done
-
-update-po: Makefile
- $(MAKE) $(GETTEXT_PACKAGE).pot
- tmpdir=`pwd`; \
- linguas="$(USE_LINGUAS)"; \
- for lang in $$linguas; do \
- echo "$$lang:"; \
- result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
- if $$result; then \
- if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
- rm -f $$tmpdir/$$lang.new.po; \
- else \
- if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
- :; \
- else \
- echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
- rm -f $$tmpdir/$$lang.new.po; \
- exit 1; \
- fi; \
- fi; \
- else \
- echo "msgmerge for $$lang.gmo failed!"; \
- rm -f $$tmpdir/$$lang.new.po; \
- fi; \
- done
-
-Makefile POTFILES: stamp-it
- @if test ! -f $@; then \
- rm -f stamp-it; \
- $(MAKE) stamp-it; \
- fi
-
-stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in
- cd $(top_builddir) \
- && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
- $(SHELL) ./config.status
-
-# Tell versions [3.59,3.63) of GNU make not to export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/po/POTFILES.in b/po/POTFILES.in
deleted file mode 100644
index c9e26af..0000000
--- a/po/POTFILES.in
+++ /dev/null
@@ -1,5 +0,0 @@
-src/main.c
-src/theme.c
-src/archive.c
-src/obconf.glade
-
diff --git a/po/ar.po b/po/ar.po
index a38ecb1..0a7c66b 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -15,10 +15,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7.0-alpha1\n"
+"X-Generator: Pootle 2.7\n"
"X-POOTLE-MTIME: 1428680867.000000\n"
-"X-Pootle-Path: /ar/lxappearance-obconf/po/ar.po\n"
-"X-Pootle-Revision: 586\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/be.po b/po/be.po
index 8877335..9409b32 100644
--- a/po/be.po
+++ b/po/be.po
@@ -8,18 +8,17 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-10 00:10+0200\n"
-"Last-Translator: Мікалай <crom-a@tut.by>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /be/lxappearance-obconf/po/be.po\n"
-"X-Pootle-Revision: 0\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
+"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774917.101743\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/bg.po b/po/bg.po
index 417fe10..b96346d 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -8,18 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2013-11-09 13:41+0000\n"
-"Last-Translator: Радослав <reckku@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.0\n"
-"X-POOTLE-MTIME: 1384004492.0\n"
-"X-Pootle-Path: /bg/lxappearance-obconf/po/bg.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774917.167439\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 5bc9372..877f807 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -8,17 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-10 07:30+0200\n"
-"Last-Translator: Sankarshan <sankarshan.mukhopadhyay@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /bn_IN/lxappearance-obconf/po/bn_IN.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774917.360994\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/ca.po b/po/ca.po
index 9e33f32..74c9d2b 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.10.0\n"
-"X-Pootle-Path: /ca/lxappearance-obconf/po/ca.po\n"
-"X-Pootle-Revision: 0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774917.431812\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/cs.po b/po/cs.po
index 9f81a0f..cb8f125 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,17 +8,16 @@ msgstr ""
"Project-Id-Version: obconf 2.0.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-08-14 13:24+0200\n"
-"Last-Translator: ALIUM <info@aloisnespor.info>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Czech <cs@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /cs/lxappearance-obconf/po/cs.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774917.644369\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/da.po b/po/da.po
index eac8cc0..e8dc2b6 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,17 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2011-12-27 10:15+0200\n"
-"Last-Translator: mjjzf <mjjzf@syntaktisk.dk>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /da/lxappearance-obconf/po/da.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774917.715011\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/de.po b/po/de.po
index 4fa0cec..11d31d0 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,17 +7,16 @@ msgstr ""
"Project-Id-Version: lxappearance-obconf 0.1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-17 22:06+0200\n"
-"Last-Translator: Christoph <christoph.wickert@googlemail.com>\n"
+"PO-Revision-Date: 2015-03-23 12:08+0000\n"
+"Last-Translator: Jerome Leclanche <jerome@leclan.ch>\n"
"Language-Team: German <translation@mailinglist.lxde.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /de/lxappearance-obconf/po/de.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1427112489.000000\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/el.po b/po/el.po
index a78259a..97aeefd 100644
--- a/po/el.po
+++ b/po/el.po
@@ -12,11 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7.0-alpha1\n"
+"X-Generator: Pootle 2.7\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-POOTLE-MTIME: 1414163049.000000\n"
-"X-Pootle-Path: /el/lxappearance-obconf/po/el.po\n"
-"X-Pootle-Revision: 0\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/en_GB.po b/po/en_GB.po
index 7cd0daa..eb3fb1e 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -4,20 +4,17 @@ msgstr ""
"Project-Id-Version: LXAppearance ObConf Plugin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-09 20:46+0200\n"
-"Last-Translator: Steve <yorvik.ubunto@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: <yorvyik.ubunto@gmail.com>\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Poedit-Country: UNITED KINGDOM\n"
-"X-Poedit-Language: English\n"
+"X-Generator: Pootle 2.7\n"
"X-Poedit-SourceCharset: utf-8\n"
-"X-Pootle-Path: /en_GB/lxappearance-obconf/po/en_GB.po\n"
-"X-Pootle-Revision: 0\n"
+"X-POOTLE-MTIME: 1439774918.172250\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/es.po b/po/es.po
index 507b448..33393c6 100644
--- a/po/es.po
+++ b/po/es.po
@@ -16,10 +16,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.6.0-rc1\n"
+"X-Generator: Pootle 2.7\n"
"X-POOTLE-MTIME: 1410921069.000000\n"
-"X-Pootle-Path: /es/lxappearance-obconf/po/es.po\n"
-"X-Pootle-Revision: 0\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/et.po b/po/et.po
index 53ac2dc..716fb26 100644
--- a/po/et.po
+++ b/po/et.po
@@ -7,18 +7,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2013-12-20 09:39+0000\n"
-"Last-Translator: mahfiaz <mahfiaz@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.0\n"
-"X-POOTLE-MTIME: 1387532364.0\n"
-"X-Pootle-Path: /et/lxappearance-obconf/po/et.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774918.470940\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/eu.po b/po/eu.po
index 76d3aee..b1db8b3 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -16,10 +16,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7.0-alpha1\n"
+"X-Generator: Pootle 2.7\n"
"X-POOTLE-MTIME: 1430510307.000000\n"
-"X-Pootle-Path: /eu/lxappearance-obconf/po/eu.po\n"
-"X-Pootle-Revision: 868\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/fa.po b/po/fa.po
index 5196737..0965b90 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -8,17 +8,16 @@ msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2010-08-16 16:51+0330\n"
-"Last-Translator: Mostafa <info@mostafadaneshvar.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Persian <trans-fa@lists.fedoraproject.org>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Persian\n"
-"X-Poedit-Country: Iran\n"
-"X-Pootle-Path: /fa/lxappearance-obconf/po/fa.po\n"
-"X-Pootle-Revision: 0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774918.721147\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/fi.po b/po/fi.po
index ede14dc..f8a83f7 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,17 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-14 09:42+0200\n"
-"Last-Translator: Juhani <juhaninumminen0@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /fi/lxappearance-obconf/po/fi.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774918.786730\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/fo.po b/po/fo.po
index ca3fdb6..80f8c98 100644
--- a/po/fo.po
+++ b/po/fo.po
@@ -7,17 +7,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2010-10-22 09:11+0200\n"
-"Last-Translator: Gunleif Joensen <gunleif@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Føroyabólkurin\n"
"Language: fo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.6.1\n"
-"X-Pootle-Path: /fo/lxappearance-obconf/po/fo.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774918.965678\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/fr.po b/po/fr.po
index 8596b89..160857c 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,18 +7,16 @@ msgstr ""
"Project-Id-Version: obconf 2.0.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2013-08-12 19:50+0000\n"
-"Last-Translator: Julien <Julius22@laposte.net>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: French\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Pootle 2.5.0\n"
-"X-POOTLE-MTIME: 1376337042.0\n"
-"X-Pootle-Path: /fr/lxappearance-obconf/po/fr.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774919.039763\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/gl.po b/po/gl.po
index b918356..443bcee 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -7,17 +7,16 @@ msgstr ""
"Project-Id-Version: lxde.lxappearance-obconf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-09 18:24+0200\n"
-"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /gl/lxappearance-obconf/po/gl.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774919.234134\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/he.po b/po/he.po
index db21a8e..451107c 100644
--- a/po/he.po
+++ b/po/he.po
@@ -7,17 +7,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-13 22:28+0200\n"
-"Last-Translator: Yaron <sh.yaron@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Gezer (Hebrew)\n"
"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /he/lxappearance-obconf/po/he.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774919.297829\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/hr.po b/po/hr.po
index 5343a17..b2a4f7b 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -17,10 +17,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Pootle 2.7.0-alpha1\n"
+"X-Generator: Pootle 2.7\n"
"X-POOTLE-MTIME: 1413088592.000000\n"
-"X-Pootle-Path: /hr/lxappearance-obconf/po/hr.po\n"
-"X-Pootle-Revision: 0\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/hu.po b/po/hu.po
index 53a672f..4f77ff0 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,17 +8,16 @@ msgstr ""
"Project-Id-Version: lxappearance-obconf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-08-23 14:54+0200\n"
-"Last-Translator: Bendegúz <gyonkibendeguz@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Hungarian <hu@li.org>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /hu/lxappearance-obconf/po/hu.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774919.547429\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/id.po b/po/id.po
index 67e7576..45cccbb 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,17 +7,16 @@ msgstr ""
"Project-Id-Version: lxappearance-obconf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-09 20:55+0200\n"
-"Last-Translator: andika <andika@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Indonesian <id@li.org>\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /id/lxappearance-obconf/po/id.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774919.724080\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/is.po b/po/is.po
index d2dc8ca..9564392 100644
--- a/po/is.po
+++ b/po/is.po
@@ -7,16 +7,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: is\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.10.0\n"
-"X-Pootle-Path: /is/lxappearance-obconf/po/is.po\n"
-"X-Pootle-Revision: 0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774919.788942\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/it.po b/po/it.po
index f91ecce..01bd3d9 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,17 +8,16 @@ msgstr ""
"Project-Id-Version: obconf 2.0.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-08-14 18:54+0200\n"
-"Last-Translator: Daniele Forsi <daniele@forsi.it>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-"X-Pootle-Path: /it/lxappearance-obconf/po/it.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774919.979940\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/ja.po b/po/ja.po
index 81c1362..57b67e2 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,16 +9,16 @@ msgstr ""
"Project-Id-Version: lxappearance-obconf 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2010-10-10 13:07+0900\n"
-"Last-Translator: Hironao Komatsu <hironao@users.sourceforge.net>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Pootle-Path: /ja/lxappearance-obconf/po/ja.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774920.053431\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/kk.po b/po/kk.po
index 336f6e9..cd0e36e 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -8,18 +8,16 @@ msgstr ""
"Project-Id-Version: master\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-05-01 14:47+0600\n"
-"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Kazakh <kk_KZ@googlegroups.com>\n"
"Language: kk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Poedit-Language: Kazakh\n"
-"X-Poedit-Country: KAZAKHSTAN\n"
-"X-Pootle-Path: /kk/lxappearance-obconf/po/kk.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774920.243072\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/ko.po b/po/ko.po
index 365c45f..ab0109a 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,15 +8,16 @@ msgstr ""
"Project-Id-Version: lxappearance-obconf.master\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Seong-ho Cho <darkcircle.0426@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: \n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Pootle-Path: /ko/lxappearance-obconf/po/ko.po\n"
-"X-Pootle-Revision: 0\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774920.305741\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/lg.po b/po/lg.po
index c66a581..b4e5d0d 100644
--- a/po/lg.po
+++ b/po/lg.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-07-07 21:15+0200\n"
+"PO-Revision-Date: 2013-07-18 21:12+0000\n"
"Last-Translator: kizito <kbirabwa@yahoo.co.uk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: lg\n"
@@ -15,9 +15,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /lg/lxappearance-obconf/po/lg.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1374181961.000000\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/lt.po b/po/lt.po
index 40c5fcb..8c67971 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-05-16 09:04+0200\n"
-"Last-Translator: Algimantas <gymka@mail.ru>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
@@ -17,9 +17,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"(n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /lt/lxappearance-obconf/po/lt.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774920.570206\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/lxappearance-obconf.pot b/po/lxappearance-obconf.pot
index cf2295e..7b03ad6 100644
--- a/po/lxappearance-obconf.pot
+++ b/po/lxappearance-obconf.pot
@@ -3,19 +3,20 @@
# 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: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
+"Language: templates\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774922.409192\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/nb.po b/po/nb.po
index 8024084..6206a9b 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -8,17 +8,16 @@ msgstr ""
"Project-Id-Version: obconf 2.0.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2011-03-28 11:52+0200\n"
-"Last-Translator: Sam <wilsonsamm@hotmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Norwegian\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /nb/lxappearance-obconf/po/nb.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774920.762833\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/nl.po b/po/nl.po
index cba7391..5ca2d25 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -9,17 +9,15 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
"PO-Revision-Date: 2014-08-26 15:47+0000\n"
-"Last-Translator: Pjotr <pjotrvertaalt@gmail.com>\n"
+"Last-Translator: Pjotr <pjotrvertaalt@gmail.com>\n"
"Language-Team: Dutch\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.6.0-rc1\n"
+"X-Generator: Pootle 2.7\n"
"X-POOTLE-MTIME: 1409068024.000000\n"
-"X-Pootle-Path: /nl/lxappearance-obconf/po/nl.po\n"
-"X-Pootle-Revision: 0\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/pa.po b/po/pa.po
index f5f4277..abd356f 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: pa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.10.0\n"
-"X-Pootle-Path: /pa/lxappearance-obconf/po/pa.po\n"
-"X-Pootle-Revision: 0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774921.022698\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/pl.po b/po/pl.po
index 597ebb7..eddb8d5 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: lxappearance-obconf 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2013-09-04 13:03+0000\n"
-"Last-Translator: Piotr <strebski@o2.pl>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Polish <>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
@@ -17,10 +17,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Pootle 2.5.0\n"
-"X-POOTLE-MTIME: 1378299831.0\n"
-"X-Pootle-Path: /pl/lxappearance-obconf/po/pl.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774921.092167\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/pt.po b/po/pt.po
index 2d2d90e..80270e6 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -8,17 +8,16 @@ msgstr ""
"Project-Id-Version: lxappearence-obconf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-08-28 12:40+0200\n"
-"Last-Translator: Sérgio <smarquespt@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: \n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /pt/lxappearance-obconf/po/pt.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774921.308012\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 7f6ec55..029b128 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -9,17 +9,16 @@ msgstr ""
"Project-Id-Version: lxappearance-obconf plugin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-21 21:34+0200\n"
-"Last-Translator: Sérgio <ikisham@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Brazilian Porguese <ldp-br@bazar.conectiva.com.br>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /pt_BR/lxappearance-obconf/po/pt_BR.po\n"
-"X-Pootle-Revision: 0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774921.376555\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/ro.po b/po/ro.po
index e468bbc..453bad6 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-18 15:39+0200\n"
-"Last-Translator: Mișu <dumol@l10n.ro>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
@@ -17,9 +17,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2);;\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /ro/lxappearance-obconf/po/ro.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774921.555923\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/ru.po b/po/ru.po
index 3300581..c5399fa 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: lxappearance-obconf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-09 18:33+0200\n"
-"Last-Translator: Alexander <kazancas@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Edumandriva <info@edumandriva.ru>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
@@ -17,11 +17,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Poedit-Language: Russian\n"
-"X-Poedit-Country: RUSSIAN FEDERATION\n"
-"X-Pootle-Path: /ru/lxappearance-obconf/po/ru.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774921.621029\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/sl.po b/po/sl.po
index b20e6c7..b643736 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: lxappearance-obconf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2013-08-09 11:11+0100\n"
+"PO-Revision-Date: 2013-08-09 09:11+0000\n"
"Last-Translator: Klemen Košir <klemen913@gmail.com>\n"
"Language-Team: Slovenian <lugos-slo@lugos.si>\n"
"Language: sl\n"
@@ -16,9 +16,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || "
"n%100==4 ? 3 : 0);\n"
-"X-Generator: Translate Toolkit 1.12.0\n"
-"X-Pootle-Path: /sl/lxappearance-obconf/po/sl.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1376039519.000000\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/sr.po b/po/sr.po
index b01cac2..9dce9f9 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -17,10 +17,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Pootle 2.7.0-alpha1\n"
+"X-Generator: Pootle 2.7\n"
"X-POOTLE-MTIME: 1430481016.000000\n"
-"X-Pootle-Path: /sr/lxappearance-obconf/po/sr.po\n"
-"X-Pootle-Revision: 749\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/sr@latin.po b/po/sr@latin.po
index c1a7fa5..6eee1b7 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -8,17 +8,17 @@ msgstr ""
"Project-Id-Version: lxappearance-obconf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2013-09-06 01:48+0100\n"
-"Last-Translator: Jay A.Fleming <tito.nehru.naser@gmail.com>\n"
+"PO-Revision-Date: 2013-09-05 23:50+0000\n"
+"Last-Translator: Jay A. Fleming <tito.nehru.naser@gmail.com>\n"
"Language-Team: \n"
-"Language: \n"
+"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Pootle-Path: /sr@latin/lxappearance-obconf/po/sr@latin.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1378425014.000000\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/sv.po b/po/sv.po
index 4b140b0..fc10d4b 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -8,17 +8,16 @@ msgstr ""
"Project-Id-Version: obconf 2.0.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-09 17:49+0200\n"
-"Last-Translator: Martin Bagge <brother@bsnet.se>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Swedish\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /sv/lxappearance-obconf/po/sv.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774922.155728\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/te.po b/po/te.po
index bad7953..08a7c9c 100644
--- a/po/te.po
+++ b/po/te.po
@@ -8,17 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-11 03:57+0200\n"
-"Last-Translator: PraveenIlla <mail2ipn@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: te\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /te/lxappearance-obconf/po/te.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774922.335210\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/tr.po b/po/tr.po
index bcd0d4d..abff346 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: obconf 2.0.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2013-11-05 09:14+0000\n"
+"PO-Revision-Date: 2015-07-27 23:11+0000\n"
"Last-Translator: nyucel <necdetyucel@gmail.com>\n"
"Language-Team: Turkish\n"
"Language: tr\n"
@@ -14,10 +14,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.5.0\n"
-"X-POOTLE-MTIME: 1383642840.0\n"
-"X-Pootle-Path: /tr/lxappearance-obconf/po/tr.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1438038663.000000\n"
#: ../src/main.c:177
msgid ""
@@ -120,7 +118,7 @@ msgstr "_Yeni tema kur..."
#: ../src/obconf.glade.h:3
msgid "Create a theme _archive (.obt)..."
-msgstr "Bir tema arşivi (.obt) oluştur..."
+msgstr "Bir tema _arşivi (.obt) oluştur..."
#: ../src/obconf.glade.h:4
msgid "Theme"
diff --git a/po/tt_RU.po b/po/tt_RU.po
index c6e208a..73eeab5 100644
--- a/po/tt_RU.po
+++ b/po/tt_RU.po
@@ -7,17 +7,16 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2011-08-18 01:49+0400\n"
-"Last-Translator: Ainur Shakirov <ainur.shakirov.tt@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Tatar <>\n"
"Language: tt_RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.2\n"
-"X-Pootle-Path: /tt_RU/lxappearance-obconf/po/tt_RU.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774922.679623\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/ug.po b/po/ug.po
index fe2e3ba..3f406b8 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -8,17 +8,16 @@ msgstr ""
"Project-Id-Version: lxappearance-obconf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-18 01:37+0200\n"
-"Last-Translator: Gheyret <gheyret@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n"
"Language: ug\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /ug/lxappearance-obconf/po/ug.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774922.868297\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/uk.po b/po/uk.po
index 959b791..8c389a3 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,8 +7,8 @@ msgstr ""
"Project-Id-Version: obconf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-09 21:32+0200\n"
-"Last-Translator: Y P <yupadmin@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Ukrainian\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
@@ -16,9 +16,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /uk/lxappearance-obconf/po/uk.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774922.932889\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/ur.po b/po/ur.po
index 1209750..35f6be0 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ur\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.10.0\n"
-"X-Pootle-Path: /ur/lxappearance-obconf/po/ur.po\n"
-"X-Pootle-Revision: 0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774923.108830\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/ur_PK.po b/po/ur_PK.po
index b2dc6de..fc2224a 100644
--- a/po/ur_PK.po
+++ b/po/ur_PK.po
@@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ur_PK\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.10.0\n"
-"X-Pootle-Path: /ur_PK/lxappearance-obconf/po/ur_PK.po\n"
-"X-Pootle-Revision: 0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774923.172172\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/vi.po b/po/vi.po
index 7a81a89..0fbdc82 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -4,18 +4,17 @@ msgstr ""
"Project-Id-Version: LXAppearance ObConf Plugin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Tran Duy Hung <nguyentieuhau@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Vi <nguyentieuhau@gmail.com>\n"
-"Language: \n"
+"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Country: Viet Nam\n"
-"X-Poedit-Language: Vietnamese\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Pootle 2.7\n"
"X-Poedit-SourceCharset: utf-8\n"
-"X-Pootle-Path: /vi/lxappearance-obconf/po/vi.po\n"
-"X-Pootle-Revision: 0\n"
+"X-POOTLE-MTIME: 1439774923.384567\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 96f738c..def16cd 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,17 +7,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
-"PO-Revision-Date: 2012-04-11 03:55+0200\n"
-"Last-Translator: Wylmer <wantinghard@gmail.com>\n"
+"PO-Revision-Date: 2015-08-17 01:28+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.0.5\n"
-"X-Pootle-Path: /zh_CN/lxappearance-obconf/po/zh_CN.po\n"
-"X-Pootle-Revision: 0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1439774923.450327\n"
#: ../src/main.c:177
msgid ""
diff --git a/po/zh_TW.po b/po/zh_TW.po
index bf63099..f538a55 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -9,17 +9,15 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-13 23:54+0100\n"
"PO-Revision-Date: 2015-03-21 00:15+0000\n"
-"Last-Translator: <wwycheuk@gmail.com>\n"
+"Last-Translator: wwycheuk <wwycheuk@gmail.com>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.6.0-rc2\n"
+"X-Generator: Pootle 2.7\n"
"X-POOTLE-MTIME: 1426896918.000000\n"
-"X-Pootle-Path: /zh_TW/lxappearance-obconf/po/zh_TW.po\n"
-"X-Pootle-Revision: 0\n"
#: ../src/main.c:177
msgid ""