From b6b73be508cbffa2e87ed15b88a622c7c105cdfe Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 19 Feb 2014 22:18:44 -0600 Subject: Dropping the registration as a DBus service --- data/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index 4f0b7175..a6549e93 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -32,15 +32,6 @@ indicator_keyboard_icon_generator_LDFLAGS = $(AM_LDFLAGS) \ $(LIBXKLAVIER_LIBS) \ $(COVERAGE_LDFLAGS) -dist_service_DATA = indicator-keyboard.service -servicedir = $(DBUS_SERVICE_DIR) - -indicator-keyboard.service: - $(AM_V_GEN) (echo '[D-BUS Service]'; \ - echo 'Name=com.canonical.indicator.keyboard'; \ - echo 'Exec=${libexecdir}/indicator-keyboard-service --use-gtk') > $@.tmp && \ - mv $@.tmp $@ - dist_indicator_DATA = com.canonical.indicator.keyboard indicatordir = $(INDICATOR_DIR) -- cgit v1.2.3 From c9d231dfed8063f705b68cf46d7176ecdfb7ca72 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 19 Feb 2014 22:23:57 -0600 Subject: Adding an Upstart job configuration --- data/Makefile.am | 26 +++++++++++++++++++++++++- data/indicator-keyboard.conf.in | 9 +++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 data/indicator-keyboard.conf.in diff --git a/data/Makefile.am b/data/Makefile.am index a6549e93..9c42ccf0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,7 @@ +########################### +# Icon Generator +########################### + noinst_PROGRAMS = indicator-keyboard-icon-generator AM_CFLAGS = -w -DGNOME_DESKTOP_USE_UNSTABLE_API @@ -32,6 +36,20 @@ indicator_keyboard_icon_generator_LDFLAGS = $(AM_LDFLAGS) \ $(LIBXKLAVIER_LIBS) \ $(COVERAGE_LDFLAGS) +########################### +# Upstart Config +########################### + +upstart_jobsdir = $(datadir)/upstart/sessions/ +upstart_jobs_DATA = indicator-keyboard.conf + +%.conf: %.conf.in + $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + +########################### +# Indicator Config +########################### + dist_indicator_DATA = com.canonical.indicator.keyboard indicatordir = $(INDICATOR_DIR) @@ -51,6 +69,10 @@ com.canonical.indicator.keyboard: echo 'ObjectPath=/com/canonical/indicator/keyboard/desktop') > $@.tmp && \ mv $@.tmp $@ +########################### +# GSettings Schemas +########################### + gsettings_SCHEMAS = com.canonical.indicator.keyboard.gschema.xml @GSETTINGS_RULES@ @@ -62,4 +84,6 @@ gschemas.compiled: $(gsettings_SCHEMAS) EXTRA_DIST = $(dist_service_DATA) \ $(dist_indicator_DATA) \ - $(gsettings_SCHEMAS) + $(gsettings_SCHEMAS) \ + indicator-keyboard.conf.in + diff --git a/data/indicator-keyboard.conf.in b/data/indicator-keyboard.conf.in new file mode 100644 index 00000000..0becdf09 --- /dev/null +++ b/data/indicator-keyboard.conf.in @@ -0,0 +1,9 @@ +description "Indicator Keyboard Backend" + +start on indicator-services-start +stop on desktop-end or indicator-services-end + +respawn +respawn limit 2 10 + +exec @libexecdir@/indicator-keyboard-service --use-gtk -- cgit v1.2.3 From 20ef67d77138f70a0cd637189acf4c606da2773c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 19 Feb 2014 22:34:41 -0600 Subject: Add in the upstart xdg override --- configure.ac | 1 + data/Makefile.am | 16 +++++++++++++++- data/indicator-keyboard.desktop.in | 8 ++++++++ data/upstart/indicator-keyboard.desktop.in | 9 +++++++++ 4 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 data/indicator-keyboard.desktop.in create mode 100644 data/upstart/indicator-keyboard.desktop.in diff --git a/configure.ac b/configure.ac index dc2f0bae..5c09f8fc 100644 --- a/configure.ac +++ b/configure.ac @@ -89,6 +89,7 @@ AC_SUBST(COVERAGE_LDFLAGS) AC_CONFIG_FILES([Makefile data/Makefile + data/upstart/Makefile lib/Makefile po/Makefile.in tests/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index 9c42ccf0..91c94dfb 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,6 @@ + +SUBDIRS = upstart + ########################### # Icon Generator ########################### @@ -46,6 +49,16 @@ upstart_jobs_DATA = indicator-keyboard.conf %.conf: %.conf.in $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ +########################### +# XDG Autostart File +########################### + +xdg_autostartdir = /etc/xdg/autostart +xdg_autostart_DATA = indicator-keyboard.desktop + +%.desktop: %.desktop.in + $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + ########################### # Indicator Config ########################### @@ -85,5 +98,6 @@ gschemas.compiled: $(gsettings_SCHEMAS) EXTRA_DIST = $(dist_service_DATA) \ $(dist_indicator_DATA) \ $(gsettings_SCHEMAS) \ - indicator-keyboard.conf.in + indicator-keyboard.conf.in \ + indicator-keyboard.desktop.in diff --git a/data/indicator-keyboard.desktop.in b/data/indicator-keyboard.desktop.in new file mode 100644 index 00000000..9c611160 --- /dev/null +++ b/data/indicator-keyboard.desktop.in @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=Indicator Keyboard +Exec=@libexecdir@/indicator-keyboard-service +OnlyShowIn=Unity; +NoDisplay=true +StartupNotify=false +Terminal=false diff --git a/data/upstart/indicator-keyboard.desktop.in b/data/upstart/indicator-keyboard.desktop.in new file mode 100644 index 00000000..229199f1 --- /dev/null +++ b/data/upstart/indicator-keyboard.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Indicator Keyboard +Exec=@libexecdir@/indicator-keyboard-service +OnlyShowIn=Unity; +NoDisplay=true +StartupNotify=false +Terminal=false +Hidden=true -- cgit v1.2.3 From 8741f59aa09687eb3f49399afe513e7664e08774 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 19 Feb 2014 22:35:00 -0600 Subject: Grab the makefile config too --- data/upstart/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/upstart/Makefile.am diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am new file mode 100644 index 00000000..3cf55624 --- /dev/null +++ b/data/upstart/Makefile.am @@ -0,0 +1,12 @@ +########################### +# Upstart XDG Override +########################### + +xdg_autostartdir = $(datadir)/upstart/xdg/autostart +xdg_autostart_DATA = indicator-keyboard.desktop + +%.desktop: %.desktop.in + $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + +EXTRA_DIST = indicator-keyboard.desktop.in + -- cgit v1.2.3 From 76ab6be0d02f82a95528e0d95ca2c80f85ecd39b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 19 Feb 2014 22:39:39 -0600 Subject: Switch to pkglibexecdir --- data/Makefile.am | 4 ++-- data/indicator-keyboard.conf.in | 2 +- data/indicator-keyboard.desktop.in | 2 +- data/upstart/Makefile.am | 2 +- lib/Makefile.am | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index 91c94dfb..ae1d9b0f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -47,7 +47,7 @@ upstart_jobsdir = $(datadir)/upstart/sessions/ upstart_jobs_DATA = indicator-keyboard.conf %.conf: %.conf.in - $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ ########################### # XDG Autostart File @@ -57,7 +57,7 @@ xdg_autostartdir = /etc/xdg/autostart xdg_autostart_DATA = indicator-keyboard.desktop %.desktop: %.desktop.in - $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ ########################### # Indicator Config diff --git a/data/indicator-keyboard.conf.in b/data/indicator-keyboard.conf.in index 0becdf09..737a4830 100644 --- a/data/indicator-keyboard.conf.in +++ b/data/indicator-keyboard.conf.in @@ -6,4 +6,4 @@ stop on desktop-end or indicator-services-end respawn respawn limit 2 10 -exec @libexecdir@/indicator-keyboard-service --use-gtk +exec @pkglibexecdir@/indicator-keyboard-service --use-gtk diff --git a/data/indicator-keyboard.desktop.in b/data/indicator-keyboard.desktop.in index 9c611160..fc55aa20 100644 --- a/data/indicator-keyboard.desktop.in +++ b/data/indicator-keyboard.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Name=Indicator Keyboard -Exec=@libexecdir@/indicator-keyboard-service +Exec=@pkglibexecdir@/indicator-keyboard-service OnlyShowIn=Unity; NoDisplay=true StartupNotify=false diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am index 3cf55624..c0b6a2eb 100644 --- a/data/upstart/Makefile.am +++ b/data/upstart/Makefile.am @@ -6,7 +6,7 @@ xdg_autostartdir = $(datadir)/upstart/xdg/autostart xdg_autostart_DATA = indicator-keyboard.desktop %.desktop: %.desktop.in - $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ EXTRA_DIST = indicator-keyboard.desktop.in diff --git a/lib/Makefile.am b/lib/Makefile.am index 0e7cd266..1d23aac8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -libexec_PROGRAMS = indicator-keyboard-service +pkglibexec_PROGRAMS = indicator-keyboard-service AM_CFLAGS = -w -DGNOME_DESKTOP_USE_UNSTABLE_API AM_LDFLAGS = -lm -- cgit v1.2.3 From dfcdd9755392406d74a98228d14cf8427a04c618 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 19 Feb 2014 22:40:34 -0600 Subject: Forgot one --- data/upstart/indicator-keyboard.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/upstart/indicator-keyboard.desktop.in b/data/upstart/indicator-keyboard.desktop.in index 229199f1..ec7e565c 100644 --- a/data/upstart/indicator-keyboard.desktop.in +++ b/data/upstart/indicator-keyboard.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Name=Indicator Keyboard -Exec=@libexecdir@/indicator-keyboard-service +Exec=@pkglibexecdir@/indicator-keyboard-service OnlyShowIn=Unity; NoDisplay=true StartupNotify=false -- cgit v1.2.3 From e17991a23d176b7ab26e786d01819df24f529cff Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 26 Feb 2014 10:35:15 -0600 Subject: Update for gnome-fallback --- data/indicator-keyboard.desktop.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/indicator-keyboard.desktop.in b/data/indicator-keyboard.desktop.in index fc55aa20..3fca71fb 100644 --- a/data/indicator-keyboard.desktop.in +++ b/data/indicator-keyboard.desktop.in @@ -2,7 +2,8 @@ Type=Application Name=Indicator Keyboard Exec=@pkglibexecdir@/indicator-keyboard-service -OnlyShowIn=Unity; +OnlyShowIn=Unity;GNOME; NoDisplay=true StartupNotify=false Terminal=false +AutostartCondition=GNOME3 unless-session gnome -- cgit v1.2.3 From fced12d5870e5143c99b0ed084c1ec00395fed6c Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Tue, 17 Jun 2014 06:49:27 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 496e7305..ef4aae36 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index e860701b..1426064e 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 9d699529..61218c87 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 4d68bb98..7ef53ca6 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 087445e9..5e74b3ef 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index deccedc4..1adbf837 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 6ac4f505..fa4623ce 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index e1441f6f..c41ff624 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index a3408fbc..1e8c7d4d 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 9eb68cac..3d8002dd 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 78364444..b3def17f 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 2e4ea496..6ae83fae 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index fdbc6fa0..99d56a97 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index b5618a5f..d00d2308 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index cc4d138a..5804adeb 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 0839d775..76b87733 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 6c8f2de0..3ce15ca4 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 3e10697a..18af9461 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index bf429d5c..c50d2dc6 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index c2e9eb52..ea0d8f33 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 6c0cda12..6ebfa522 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 704f26e8..294b5480 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 3fba9a26..fc73e577 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index a43eec85..1463d20a 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 7eb6211b..79ef2737 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index f5814fc6..3ba8acb9 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 9a261c37..d485898b 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 5ec8f5f5..54358c28 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 71cf4a8d..d1cdd660 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 000457ea..fb7a3661 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 7c5523c1..638bdcce 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index ba2432c0..302ba020 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index f07686f8..e180f3e1 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 164fb02a..0991acee 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 20ac3cb2..6303f6cd 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index b0cd2c3f..1c60bda1 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index f467b4fc..8bd52c2a 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index e2b9d9cd..3ee48881 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 606fbf3e..6312f42d 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 764ce522..1f0c715a 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 8f854627..8e0ab709 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 8aa3ce5f..aa0947dc 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index de27cb24..f05de1bb 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index f5dd272a..b29bd9c6 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index b61f7f3f..64730a2c 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 8e1993b2..aae433a0 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index b4724e74..5b44f85b 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 86196212..3c784576 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 91eac1ec..9db90f62 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 55e87dc1..730b75d9 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 5178f9cf..b5f5eba9 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index f0d7ccc2..1f127a8b 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 4dc2fef5..d7da00ad 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 94b9de86..b38c0e8d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 1b2f1e22..1084750b 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index b55d0df5..ffc6f081 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index ffac625f..c0624296 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index aa571564..08b5e3db 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index a4affcd3..1ddcca0c 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index a3522666..a1cda2f1 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 24475135..80df188c 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index f17a8185..fa556432 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 4bdef3ce..dac2803d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index b44c8bcb..03cc7611 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index ba0d2d59..2b5bf924 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index 9d10aa81..b25a69ef 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 1096c389..a4985953 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 941b5924..b0154a8b 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 613ad8af..38ce72e6 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index e5e18a56..c67f0361 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 0d9287c2..f60dbfbc 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index bc93f58c..d5c5e44f 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index fe65daa8..3d49c519 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index ad92ef95..27f94ebd 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 330e4625..59cd9807 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-14 07:00+0000\n" +"POT-Creation-Date: 2014-06-16 06:31+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-16 06:27+0000\n" +"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 1ad69804c22c2f74f32b289b365bb06a91e60b20 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Wed, 18 Jun 2014 07:00:32 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index ef4aae36..d720bcac 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 1426064e..4cece5fb 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 61218c87..50f14243 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 7ef53ca6..e96c6980 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 5e74b3ef..2a8eab71 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 1adbf837..63e7020e 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index fa4623ce..7ffb1bdc 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index c41ff624..5d154b26 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 1e8c7d4d..d05c71d3 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 3d8002dd..09b73cf9 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index b3def17f..a85a8291 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 6ae83fae..9732e42d 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 99d56a97..711e08f9 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index d00d2308..0b962c35 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 5804adeb..bc17c3b4 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 76b87733..bca70e2c 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 3ce15ca4..60a70fbb 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 18af9461..85a4cd48 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index c50d2dc6..bb902657 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index ea0d8f33..c7e663d7 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 6ebfa522..de23a228 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 294b5480..3916af60 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index fc73e577..8583422e 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 1463d20a..89b3cf6e 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 79ef2737..69d13253 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 3ba8acb9..efe2ed38 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index d485898b..a7a6b14e 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 54358c28..699a8df9 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index d1cdd660..b5a6961a 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index fb7a3661..23fb0806 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 638bdcce..72bf60c9 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 302ba020..fafa9438 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index e180f3e1..45960e40 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 0991acee..09bd0212 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 6303f6cd..93f8c04c 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 1c60bda1..e910e897 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 8bd52c2a..dc897402 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 3ee48881..999579c7 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 6312f42d..85973f77 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 1f0c715a..9ad5fad4 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 8e0ab709..c7579369 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index aa0947dc..21a3f87a 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index f05de1bb..9ab09d6b 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index b29bd9c6..10050e5c 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 64730a2c..64fa057e 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index aae433a0..ff54ac51 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 5b44f85b..9d8c292c 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 3c784576..1bc1faa3 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 9db90f62..21175168 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 730b75d9..f90b4239 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index b5f5eba9..3cc7bb1b 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 1f127a8b..b9e7b18e 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index d7da00ad..f87d6234 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index b38c0e8d..6a1fbc40 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 1084750b..397a19c5 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index ffc6f081..2b4f5eab 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index c0624296..31d11c1c 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 08b5e3db..56e467f1 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 1ddcca0c..1cc325f7 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index a1cda2f1..07cae8f9 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 80df188c..c3f20af6 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index fa556432..05ac1d17 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index dac2803d..25b14aab 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 03cc7611..6bdefbb7 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 2b5bf924..14df9616 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index b25a69ef..89753613 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index a4985953..d687164b 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index b0154a8b..2aae5731 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 38ce72e6..4e7bbebf 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index c67f0361..be8b5cb1 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index f60dbfbc..6a70dd5d 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index d5c5e44f..8fb4f19d 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 3d49c519..3876ac8d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 27f94ebd..c018c400 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 59cd9807..c50596dd 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-16 06:31+0000\n" +"POT-Creation-Date: 2014-06-17 06:55+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-17 06:49+0000\n" +"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" "X-Generator: Launchpad (build 17045)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From be3e3e3899e060bd48318ae3c425fb6ae06d8024 Mon Sep 17 00:00:00 2001 From: William Hua Date: Wed, 18 Jun 2014 09:23:59 -0400 Subject: Use get_state () instead of state. Fixes FTBFS. --- lib/main.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.vala b/lib/main.vala index 8d39d757..1cb3896c 100644 --- a/lib/main.vala +++ b/lib/main.vala @@ -799,7 +799,7 @@ public class Indicator.Keyboard.Service : Object { if (non_ibus_length > 1) { var active_action = get_active_action (); - var active = active_action.state.get_uint32 (); + var active = active_action.get_state ().get_uint32 (); var offset = -((!) parameter).get_int32 () % non_ibus_length; /* Make offset positive modulo non_ibus_length. */ -- cgit v1.2.3 From a6e969205818afbbda1fd29ee92db0df57a2c195 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Thu, 19 Jun 2014 06:37:25 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 6 +++--- po/ar.po | 6 +++--- po/ast.po | 6 +++--- po/az.po | 6 +++--- po/be.po | 6 +++--- po/bg.po | 6 +++--- po/br.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/ca@valencia.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 6 +++--- po/en_AU.po | 6 +++--- po/en_CA.po | 6 +++--- po/en_GB.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/eu.po | 6 +++--- po/fa.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/fr_CA.po | 6 +++--- po/ga.po | 6 +++--- po/gd.po | 6 +++--- po/gl.po | 6 +++--- po/he.po | 6 +++--- po/hi.po | 6 +++--- po/hu.po | 6 +++--- po/id.po | 6 +++--- po/is.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/kn.po | 6 +++--- po/ko.po | 6 +++--- po/lt.po | 6 +++--- po/lv.po | 6 +++--- po/mg.po | 6 +++--- po/mhr.po | 6 +++--- po/mi.po | 6 +++--- po/ml.po | 6 +++--- po/mr.po | 6 +++--- po/ms.po | 6 +++--- po/nb.po | 6 +++--- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/oc.po | 6 +++--- po/pa.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sa.po | 6 +++--- po/si.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sq.po | 6 +++--- po/sr.po | 6 +++--- po/sv.po | 6 +++--- po/szl.po | 6 +++--- po/ta.po | 6 +++--- po/tg.po | 6 +++--- po/th.po | 6 +++--- po/tr.po | 6 +++--- po/ug.po | 6 +++--- po/uk.po | 6 +++--- po/uz.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_HK.po | 6 +++--- po/zh_TW.po | 6 +++--- 75 files changed, 225 insertions(+), 225 deletions(-) diff --git a/po/am.po b/po/am.po index d720bcac..9e66881d 100644 --- a/po/am.po +++ b/po/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ar.po b/po/ar.po index 4cece5fb..57c84dd4 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ast.po b/po/ast.po index 50f14243..8f1d933e 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/az.po b/po/az.po index e96c6980..1481bcf4 100644 --- a/po/az.po +++ b/po/az.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/be.po b/po/be.po index 2a8eab71..8334bb16 100644 --- a/po/be.po +++ b/po/be.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bg.po b/po/bg.po index 63e7020e..dc4bd84b 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/br.po b/po/br.po index 7ffb1bdc..3523d9d7 100644 --- a/po/br.po +++ b/po/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bs.po b/po/bs.po index 5d154b26..2a94d89a 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca.po b/po/ca.po index d05c71d3..74e5f196 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 09b73cf9..83c01030 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cs.po b/po/cs.po index a85a8291..677506cc 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cy.po b/po/cy.po index 9732e42d..ddcd6856 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/da.po b/po/da.po index 711e08f9..d1baf5c8 100644 --- a/po/da.po +++ b/po/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/de.po b/po/de.po index 0b962c35..196d3ae3 100644 --- a/po/de.po +++ b/po/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/el.po b/po/el.po index bc17c3b4..03884e33 100644 --- a/po/el.po +++ b/po/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_AU.po b/po/en_AU.po index bca70e2c..94e4db21 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_CA.po b/po/en_CA.po index 60a70fbb..e2db7d0b 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_GB.po b/po/en_GB.po index 85a4cd48..63ee3261 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/es.po b/po/es.po index bb902657..a0915c21 100644 --- a/po/es.po +++ b/po/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/et.po b/po/et.po index c7e663d7..3d790f5f 100644 --- a/po/et.po +++ b/po/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/eu.po b/po/eu.po index de23a228..2e94e3bf 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fa.po b/po/fa.po index 3916af60..adfde667 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fi.po b/po/fi.po index 8583422e..ff69d504 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr.po b/po/fr.po index 89b3cf6e..6fb77011 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr_CA.po b/po/fr_CA.po index 69d13253..c4aa599c 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ga.po b/po/ga.po index efe2ed38..1430c61b 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gd.po b/po/gd.po index a7a6b14e..7bc51cef 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gl.po b/po/gl.po index 699a8df9..0c2c56e1 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/he.po b/po/he.po index b5a6961a..73042d66 100644 --- a/po/he.po +++ b/po/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hi.po b/po/hi.po index 23fb0806..16dc2472 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hu.po b/po/hu.po index 72bf60c9..56dbe304 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/id.po b/po/id.po index fafa9438..35df233a 100644 --- a/po/id.po +++ b/po/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/is.po b/po/is.po index 45960e40..6bef1cff 100644 --- a/po/is.po +++ b/po/is.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/it.po b/po/it.po index 09bd0212..2e83b720 100644 --- a/po/it.po +++ b/po/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ja.po b/po/ja.po index 93f8c04c..0c24ff85 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/km.po b/po/km.po index e910e897..28e800fd 100644 --- a/po/km.po +++ b/po/km.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/kn.po b/po/kn.po index dc897402..3187e421 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ko.po b/po/ko.po index 999579c7..9b706ffc 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lt.po b/po/lt.po index 85973f77..d5309044 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lv.po b/po/lv.po index 9ad5fad4..2590f1f9 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mg.po b/po/mg.po index c7579369..ba3bd591 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mhr.po b/po/mhr.po index 21a3f87a..797fd059 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mi.po b/po/mi.po index 9ab09d6b..f3656195 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ml.po b/po/ml.po index 10050e5c..87ad6056 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mr.po b/po/mr.po index 64fa057e..8af72fe8 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ms.po b/po/ms.po index ff54ac51..dca5c425 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nb.po b/po/nb.po index 9d8c292c..1aef5348 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ne.po b/po/ne.po index 1bc1faa3..7530ebf6 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nl.po b/po/nl.po index 21175168..5359c904 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/oc.po b/po/oc.po index f90b4239..51edbcc6 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pa.po b/po/pa.po index 3cc7bb1b..c241bb66 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pl.po b/po/pl.po index b9e7b18e..914a9242 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt.po b/po/pt.po index f87d6234..cfdb7a9b 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index 6a1fbc40..f2f38e4b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ro.po b/po/ro.po index 397a19c5..68c94a53 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ru.po b/po/ru.po index 2b4f5eab..3916fd65 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sa.po b/po/sa.po index 31d11c1c..370c90f7 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/si.po b/po/si.po index 56e467f1..bae7760a 100644 --- a/po/si.po +++ b/po/si.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sk.po b/po/sk.po index 1cc325f7..dec6e667 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sl.po b/po/sl.po index 07cae8f9..c9ac1b49 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sq.po b/po/sq.po index c3f20af6..69d60e1c 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sr.po b/po/sr.po index 05ac1d17..8baa06c2 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sv.po b/po/sv.po index 25b14aab..351a972d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/szl.po b/po/szl.po index 6bdefbb7..4a3a57b1 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ta.po b/po/ta.po index 14df9616..c1cab083 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tg.po b/po/tg.po index 89753613..27db7f8b 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/th.po b/po/th.po index d687164b..5e25f664 100644 --- a/po/th.po +++ b/po/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tr.po b/po/tr.po index 2aae5731..a1dabfc3 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ug.po b/po/ug.po index 4e7bbebf..b0d06d5b 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uk.po b/po/uk.po index be8b5cb1..c4e22984 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uz.po b/po/uz.po index 6a70dd5d..2b5ac55e 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/vi.po b/po/vi.po index 8fb4f19d..1c076841 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 3876ac8d..d4433be6 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index c018c400..55ab0031 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index c50596dd..f61c7771 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-17 06:55+0000\n" +"POT-Creation-Date: 2014-06-18 07:05+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-18 07:00+0000\n" -"X-Generator: Launchpad (build 17045)\n" +"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" +"X-Generator: Launchpad (build 17048)\n" #: ../lib/main.vala:706 #, c-format -- cgit v1.2.3 From 910a4108c6cc47b2f139a490d22fd1a8dfaef3c3 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Fri, 20 Jun 2014 06:06:30 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 6 +++--- po/ar.po | 6 +++--- po/ast.po | 6 +++--- po/az.po | 6 +++--- po/be.po | 6 +++--- po/bg.po | 6 +++--- po/br.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/ca@valencia.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 6 +++--- po/en_AU.po | 6 +++--- po/en_CA.po | 6 +++--- po/en_GB.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/eu.po | 6 +++--- po/fa.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/fr_CA.po | 6 +++--- po/ga.po | 6 +++--- po/gd.po | 6 +++--- po/gl.po | 6 +++--- po/he.po | 6 +++--- po/hi.po | 6 +++--- po/hu.po | 6 +++--- po/id.po | 6 +++--- po/is.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/kn.po | 6 +++--- po/ko.po | 6 +++--- po/lt.po | 6 +++--- po/lv.po | 6 +++--- po/mg.po | 6 +++--- po/mhr.po | 6 +++--- po/mi.po | 6 +++--- po/ml.po | 6 +++--- po/mr.po | 6 +++--- po/ms.po | 6 +++--- po/nb.po | 6 +++--- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/oc.po | 6 +++--- po/pa.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sa.po | 6 +++--- po/si.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sq.po | 6 +++--- po/sr.po | 6 +++--- po/sv.po | 6 +++--- po/szl.po | 6 +++--- po/ta.po | 6 +++--- po/tg.po | 6 +++--- po/th.po | 6 +++--- po/tr.po | 6 +++--- po/ug.po | 6 +++--- po/uk.po | 6 +++--- po/uz.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_HK.po | 6 +++--- po/zh_TW.po | 6 +++--- 75 files changed, 225 insertions(+), 225 deletions(-) diff --git a/po/am.po b/po/am.po index 9e66881d..4c3c332d 100644 --- a/po/am.po +++ b/po/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ar.po b/po/ar.po index 57c84dd4..e874ada3 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ast.po b/po/ast.po index 8f1d933e..039ef7ae 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/az.po b/po/az.po index 1481bcf4..d09254a2 100644 --- a/po/az.po +++ b/po/az.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/be.po b/po/be.po index 8334bb16..b2d62c9f 100644 --- a/po/be.po +++ b/po/be.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bg.po b/po/bg.po index dc4bd84b..7a8e78be 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/br.po b/po/br.po index 3523d9d7..89e7d362 100644 --- a/po/br.po +++ b/po/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bs.po b/po/bs.po index 2a94d89a..c8cf8553 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca.po b/po/ca.po index 74e5f196..9fdd9706 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 83c01030..7e211314 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cs.po b/po/cs.po index 677506cc..fed230b2 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cy.po b/po/cy.po index ddcd6856..67fab4cf 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/da.po b/po/da.po index d1baf5c8..027e7a87 100644 --- a/po/da.po +++ b/po/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/de.po b/po/de.po index 196d3ae3..108ddeed 100644 --- a/po/de.po +++ b/po/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/el.po b/po/el.po index 03884e33..3475a83c 100644 --- a/po/el.po +++ b/po/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_AU.po b/po/en_AU.po index 94e4db21..9c08ced2 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_CA.po b/po/en_CA.po index e2db7d0b..b6c3374f 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_GB.po b/po/en_GB.po index 63ee3261..a6ae0471 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/es.po b/po/es.po index a0915c21..964e538d 100644 --- a/po/es.po +++ b/po/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/et.po b/po/et.po index 3d790f5f..f164bafd 100644 --- a/po/et.po +++ b/po/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/eu.po b/po/eu.po index 2e94e3bf..773df40c 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fa.po b/po/fa.po index adfde667..bef725d0 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fi.po b/po/fi.po index ff69d504..17df223b 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr.po b/po/fr.po index 6fb77011..71d1d9ac 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr_CA.po b/po/fr_CA.po index c4aa599c..97355f32 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ga.po b/po/ga.po index 1430c61b..22b98ea4 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gd.po b/po/gd.po index 7bc51cef..5efe3c1e 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gl.po b/po/gl.po index 0c2c56e1..eb298273 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/he.po b/po/he.po index 73042d66..4939a797 100644 --- a/po/he.po +++ b/po/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hi.po b/po/hi.po index 16dc2472..33dd30bb 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hu.po b/po/hu.po index 56dbe304..41d99394 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/id.po b/po/id.po index 35df233a..7df78b1b 100644 --- a/po/id.po +++ b/po/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/is.po b/po/is.po index 6bef1cff..19456135 100644 --- a/po/is.po +++ b/po/is.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/it.po b/po/it.po index 2e83b720..5471c493 100644 --- a/po/it.po +++ b/po/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ja.po b/po/ja.po index 0c24ff85..927edfc9 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/km.po b/po/km.po index 28e800fd..2c96b8ac 100644 --- a/po/km.po +++ b/po/km.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/kn.po b/po/kn.po index 3187e421..0e3aeab1 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ko.po b/po/ko.po index 9b706ffc..8771be50 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lt.po b/po/lt.po index d5309044..3ab5b857 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lv.po b/po/lv.po index 2590f1f9..94f61422 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mg.po b/po/mg.po index ba3bd591..aeeeb7cf 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mhr.po b/po/mhr.po index 797fd059..6662e1b8 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mi.po b/po/mi.po index f3656195..f61a7aec 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ml.po b/po/ml.po index 87ad6056..a9939912 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mr.po b/po/mr.po index 8af72fe8..393a1c8a 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ms.po b/po/ms.po index dca5c425..9cb16014 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nb.po b/po/nb.po index 1aef5348..403df6ca 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ne.po b/po/ne.po index 7530ebf6..6d611a73 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nl.po b/po/nl.po index 5359c904..a9a81542 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/oc.po b/po/oc.po index 51edbcc6..b095c7bc 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pa.po b/po/pa.po index c241bb66..dfa68794 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pl.po b/po/pl.po index 914a9242..67e31506 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt.po b/po/pt.po index cfdb7a9b..25855e1b 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index f2f38e4b..50c675e3 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ro.po b/po/ro.po index 68c94a53..f0c729ed 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ru.po b/po/ru.po index 3916fd65..1cffed8b 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sa.po b/po/sa.po index 370c90f7..834a6919 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/si.po b/po/si.po index bae7760a..69ddbec4 100644 --- a/po/si.po +++ b/po/si.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sk.po b/po/sk.po index dec6e667..e4850074 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sl.po b/po/sl.po index c9ac1b49..7717d7ff 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sq.po b/po/sq.po index 69d60e1c..124abf94 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sr.po b/po/sr.po index 8baa06c2..62aacd95 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sv.po b/po/sv.po index 351a972d..c35c5ac1 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/szl.po b/po/szl.po index 4a3a57b1..a4f305be 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ta.po b/po/ta.po index c1cab083..fc8e9d0a 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tg.po b/po/tg.po index 27db7f8b..c732048b 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/th.po b/po/th.po index 5e25f664..e6dba8cd 100644 --- a/po/th.po +++ b/po/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tr.po b/po/tr.po index a1dabfc3..8be87d39 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ug.po b/po/ug.po index b0d06d5b..ca0fc2b8 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uk.po b/po/uk.po index c4e22984..16ee673e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uz.po b/po/uz.po index 2b5ac55e..c4bdc2ec 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/vi.po b/po/vi.po index 1c076841..f1209a3d 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index d4433be6..bb8b819a 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index 55ab0031..7feedb26 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index f61c7771..30f76dd2 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-18 07:05+0000\n" +"POT-Creation-Date: 2014-06-19 06:41+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-19 06:37+0000\n" -"X-Generator: Launchpad (build 17048)\n" +"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 #, c-format -- cgit v1.2.3 From 87766becde110bd9619bdf6b3d21eb80b5faf906 Mon Sep 17 00:00:00 2001 From: CI bot Date: Fri, 20 Jun 2014 09:58:51 +0000 Subject: Releasing 0.0.0+14.10.20140620.1-0ubuntu1 --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3b95b72c..bb533c17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +indicator-keyboard (0.0.0+14.10.20140620.1-0ubuntu1) utopic; urgency=low + + [ Ted Gould ] + * Synchronize process management across indicators + + [ William Hua ] + * Use get_state () on GLib.Action instead of the state member. Fixes + FTBFS. + + -- Ubuntu daily release Fri, 20 Jun 2014 09:58:51 +0000 + indicator-keyboard (0.0.0+14.04.20140410.1-0ubuntu1) trusty; urgency=low [ William Hua ] -- cgit v1.2.3 From 959ca95fa351e509926174da2499668161226eb0 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Sat, 21 Jun 2014 06:29:32 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 4c3c332d..930f53e1 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index e874ada3..97de31e4 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 039ef7ae..0eabad80 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index d09254a2..b49af4e3 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index b2d62c9f..0de20af9 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 7a8e78be..72da840d 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 89e7d362..cde944c0 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index c8cf8553..5418c53c 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 9fdd9706..01547141 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 7e211314..d873f124 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index fed230b2..ee59bf0a 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 67fab4cf..3696dd3e 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 027e7a87..37af3100 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 108ddeed..3ca842fa 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 3475a83c..171d7525 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 9c08ced2..29cc000b 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index b6c3374f..d5e8ed30 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index a6ae0471..44954094 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 964e538d..75db455e 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index f164bafd..76297257 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 773df40c..25e6ac89 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index bef725d0..b79c9e89 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 17df223b..be5b51cb 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 71d1d9ac..7c657ada 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 97355f32..df90f078 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 22b98ea4..be61643a 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 5efe3c1e..0d8e5d21 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index eb298273..05dd9808 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 4939a797..3e4a5c66 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 33dd30bb..744c263c 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 41d99394..92c924da 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 7df78b1b..4158612f 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 19456135..73cbbcf4 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 5471c493..68e0ed97 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 927edfc9..f1be7ca5 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 2c96b8ac..7edcedd8 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 0e3aeab1..bdcfa084 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 8771be50..456c8d40 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 3ab5b857..e556b716 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 94f61422..bde49d9d 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index aeeeb7cf..902e1c6e 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 6662e1b8..a9ec885a 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index f61a7aec..229545d1 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index a9939912..90aa3d91 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 393a1c8a..46dc7d94 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 9cb16014..577c7937 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 403df6ca..511cb6ec 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 6d611a73..75dd2f0c 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index a9a81542..49c99442 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index b095c7bc..42c4ce1b 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index dfa68794..7409117c 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 67e31506..a683efe3 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 25855e1b..0374599b 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 50c675e3..a1271d74 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index f0c729ed..ad1b8ee7 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 1cffed8b..0dd30045 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 834a6919..7b5ec8a6 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 69ddbec4..6032f0f4 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index e4850074..a07cc302 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 7717d7ff..5dbbaaab 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 124abf94..3faf337d 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 62aacd95..c77f184a 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index c35c5ac1..1014e889 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index a4f305be..bd593522 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index fc8e9d0a..d29c83ad 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index c732048b..d2e105ae 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index e6dba8cd..8ba6a6c2 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 8be87d39..0c00cb37 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index ca0fc2b8..764823af 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 16ee673e..0bdda7f7 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index c4bdc2ec..709b1c18 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index f1209a3d..f8071254 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index bb8b819a..e744f796 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 7feedb26..ec4376db 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 30f76dd2..53bda2ed 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-19 06:41+0000\n" +"POT-Creation-Date: 2014-06-20 11:23+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-20 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From adc97ce9eec51b8ae520cadf7d131280e8b3951b Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Sun, 22 Jun 2014 05:58:29 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 930f53e1..f992e15b 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 97de31e4..85b8dc6b 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 0eabad80..6c84164b 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index b49af4e3..98652159 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 0de20af9..fa3629dd 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 72da840d..04731202 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index cde944c0..5b9e677d 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 5418c53c..67679c62 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 01547141..084260b8 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index d873f124..379fb489 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index ee59bf0a..2eeab1d6 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 3696dd3e..4bb6a9e6 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 37af3100..e98435c7 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 3ca842fa..98934414 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 171d7525..0025010d 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 29cc000b..6a71b1ca 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index d5e8ed30..78d971a1 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 44954094..6724e2b4 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 75db455e..3cb948a6 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 76297257..7f1d82b1 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 25e6ac89..85c85d01 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index b79c9e89..4ce9bdfc 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index be5b51cb..7a9f3100 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 7c657ada..7421893d 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index df90f078..b6e0bcd0 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index be61643a..c8893089 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 0d8e5d21..1fa74c09 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 05dd9808..9c9675d6 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 3e4a5c66..e55916f1 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 744c263c..b2fd758b 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 92c924da..88b6d92d 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 4158612f..a6401f58 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 73cbbcf4..f61c9fd5 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 68e0ed97..ac074d42 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index f1be7ca5..28fa52c6 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 7edcedd8..dcc3d6f2 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index bdcfa084..90b1f1dd 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 456c8d40..bd0544d0 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index e556b716..01831a3b 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index bde49d9d..abc976f1 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 902e1c6e..f71110b6 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index a9ec885a..5fe0fa12 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 229545d1..9365b1a1 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 90aa3d91..a557b254 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 46dc7d94..b65c8c48 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 577c7937..94e231cb 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 511cb6ec..05f95897 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 75dd2f0c..b525771c 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 49c99442..9448f659 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 42c4ce1b..b9b98d11 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 7409117c..e908cb61 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index a683efe3..bb792ce0 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 0374599b..631715c5 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index a1271d74..83a1e183 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index ad1b8ee7..df76ddc0 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 0dd30045..e21a5a9c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 7b5ec8a6..64025c96 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 6032f0f4..0a1ec614 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index a07cc302..670cf982 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 5dbbaaab..bf8f0860 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 3faf337d..80fcd1b2 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index c77f184a..0fc42b01 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 1014e889..e33c4cc1 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index bd593522..74ec29fb 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index d29c83ad..20998d96 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index d2e105ae..89f34362 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 8ba6a6c2..dbb27462 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 0c00cb37..b5e445ec 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 764823af..22addd80 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 0bdda7f7..9e169416 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 709b1c18..68dc3e17 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index f8071254..20e46c7b 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index e744f796..01cab019 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index ec4376db..46770f10 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 53bda2ed..90383513 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-20 11:23+0000\n" +"POT-Creation-Date: 2014-06-21 06:32+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-21 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" "X-Generator: Launchpad (build 17058)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From e76ba54e17010bf7063d9776bafc57be57e9024f Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Mon, 23 Jun 2014 06:07:47 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 6 +++--- po/ar.po | 6 +++--- po/ast.po | 6 +++--- po/az.po | 6 +++--- po/be.po | 6 +++--- po/bg.po | 6 +++--- po/br.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/ca@valencia.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 6 +++--- po/en_AU.po | 6 +++--- po/en_CA.po | 6 +++--- po/en_GB.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/eu.po | 6 +++--- po/fa.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/fr_CA.po | 6 +++--- po/ga.po | 6 +++--- po/gd.po | 6 +++--- po/gl.po | 6 +++--- po/he.po | 6 +++--- po/hi.po | 6 +++--- po/hu.po | 6 +++--- po/id.po | 6 +++--- po/is.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/kn.po | 6 +++--- po/ko.po | 6 +++--- po/lt.po | 6 +++--- po/lv.po | 6 +++--- po/mg.po | 6 +++--- po/mhr.po | 6 +++--- po/mi.po | 6 +++--- po/ml.po | 6 +++--- po/mr.po | 6 +++--- po/ms.po | 6 +++--- po/nb.po | 6 +++--- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/oc.po | 6 +++--- po/pa.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sa.po | 6 +++--- po/si.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sq.po | 6 +++--- po/sr.po | 6 +++--- po/sv.po | 6 +++--- po/szl.po | 6 +++--- po/ta.po | 6 +++--- po/tg.po | 6 +++--- po/th.po | 6 +++--- po/tr.po | 6 +++--- po/ug.po | 6 +++--- po/uk.po | 6 +++--- po/uz.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_HK.po | 6 +++--- po/zh_TW.po | 6 +++--- 75 files changed, 225 insertions(+), 225 deletions(-) diff --git a/po/am.po b/po/am.po index f992e15b..83ddfaaf 100644 --- a/po/am.po +++ b/po/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ar.po b/po/ar.po index 85b8dc6b..6b4953fd 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ast.po b/po/ast.po index 6c84164b..b16183b0 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/az.po b/po/az.po index 98652159..a3f54f69 100644 --- a/po/az.po +++ b/po/az.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/be.po b/po/be.po index fa3629dd..895e9f49 100644 --- a/po/be.po +++ b/po/be.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bg.po b/po/bg.po index 04731202..bb5f030e 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/br.po b/po/br.po index 5b9e677d..a369a2c7 100644 --- a/po/br.po +++ b/po/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bs.po b/po/bs.po index 67679c62..9493b69b 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca.po b/po/ca.po index 084260b8..bf3751ac 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 379fb489..d8e61ee9 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cs.po b/po/cs.po index 2eeab1d6..95e7145c 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cy.po b/po/cy.po index 4bb6a9e6..d5cce4cf 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/da.po b/po/da.po index e98435c7..31cb3e8c 100644 --- a/po/da.po +++ b/po/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/de.po b/po/de.po index 98934414..ec4d70e1 100644 --- a/po/de.po +++ b/po/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/el.po b/po/el.po index 0025010d..9480ca45 100644 --- a/po/el.po +++ b/po/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_AU.po b/po/en_AU.po index 6a71b1ca..e7a9e453 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_CA.po b/po/en_CA.po index 78d971a1..259ee8af 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_GB.po b/po/en_GB.po index 6724e2b4..9592db9b 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/es.po b/po/es.po index 3cb948a6..81aafb73 100644 --- a/po/es.po +++ b/po/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/et.po b/po/et.po index 7f1d82b1..9239a6de 100644 --- a/po/et.po +++ b/po/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/eu.po b/po/eu.po index 85c85d01..aef99979 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fa.po b/po/fa.po index 4ce9bdfc..773f2ddb 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fi.po b/po/fi.po index 7a9f3100..d0d4b500 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr.po b/po/fr.po index 7421893d..aae5125f 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr_CA.po b/po/fr_CA.po index b6e0bcd0..6fe80b7b 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ga.po b/po/ga.po index c8893089..22252aa8 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gd.po b/po/gd.po index 1fa74c09..b7efdd83 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gl.po b/po/gl.po index 9c9675d6..03295215 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/he.po b/po/he.po index e55916f1..b038f767 100644 --- a/po/he.po +++ b/po/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hi.po b/po/hi.po index b2fd758b..761aa2d1 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hu.po b/po/hu.po index 88b6d92d..192e693d 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/id.po b/po/id.po index a6401f58..7e61a9e5 100644 --- a/po/id.po +++ b/po/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/is.po b/po/is.po index f61c9fd5..47e1311e 100644 --- a/po/is.po +++ b/po/is.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/it.po b/po/it.po index ac074d42..b0d968db 100644 --- a/po/it.po +++ b/po/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ja.po b/po/ja.po index 28fa52c6..2e93b0e4 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/km.po b/po/km.po index dcc3d6f2..cd17a3ff 100644 --- a/po/km.po +++ b/po/km.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/kn.po b/po/kn.po index 90b1f1dd..844be722 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ko.po b/po/ko.po index bd0544d0..22a34f58 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lt.po b/po/lt.po index 01831a3b..d5c899db 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lv.po b/po/lv.po index abc976f1..f76b2cab 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mg.po b/po/mg.po index f71110b6..52f40531 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mhr.po b/po/mhr.po index 5fe0fa12..f78935f2 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mi.po b/po/mi.po index 9365b1a1..b653f7b8 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ml.po b/po/ml.po index a557b254..402aa72a 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mr.po b/po/mr.po index b65c8c48..b38613d8 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ms.po b/po/ms.po index 94e231cb..ba6927a5 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nb.po b/po/nb.po index 05f95897..8ac28b1a 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ne.po b/po/ne.po index b525771c..d150a510 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nl.po b/po/nl.po index 9448f659..7f3f1d20 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/oc.po b/po/oc.po index b9b98d11..0aedea7e 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pa.po b/po/pa.po index e908cb61..2575b7ff 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pl.po b/po/pl.po index bb792ce0..f0782a79 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt.po b/po/pt.po index 631715c5..9c01924e 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index 83a1e183..2e51e5b4 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ro.po b/po/ro.po index df76ddc0..73a14058 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ru.po b/po/ru.po index e21a5a9c..7b82a51e 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sa.po b/po/sa.po index 64025c96..9b93e0b9 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/si.po b/po/si.po index 0a1ec614..5c40e026 100644 --- a/po/si.po +++ b/po/si.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sk.po b/po/sk.po index 670cf982..98664dbe 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sl.po b/po/sl.po index bf8f0860..d25b86d0 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sq.po b/po/sq.po index 80fcd1b2..afc7e61d 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sr.po b/po/sr.po index 0fc42b01..00b79c7c 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sv.po b/po/sv.po index e33c4cc1..05dc59f2 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/szl.po b/po/szl.po index 74ec29fb..21372921 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ta.po b/po/ta.po index 20998d96..675bba7e 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tg.po b/po/tg.po index 89f34362..f65b7144 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/th.po b/po/th.po index dbb27462..433241c4 100644 --- a/po/th.po +++ b/po/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tr.po b/po/tr.po index b5e445ec..8b62fff9 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ug.po b/po/ug.po index 22addd80..68dd0440 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uk.po b/po/uk.po index 9e169416..824aa70b 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uz.po b/po/uz.po index 68dc3e17..7171a921 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/vi.po b/po/vi.po index 20e46c7b..84829e64 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 01cab019..9e985346 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index 46770f10..bb8f8da6 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index 90383513..6bf1e8bc 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-21 06:32+0000\n" +"POT-Creation-Date: 2014-06-22 06:01+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-22 05:58+0000\n" -"X-Generator: Launchpad (build 17058)\n" +"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 #, c-format -- cgit v1.2.3 From b9f03913e5a242497d0e6fcb697b1c254a9d35bd Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Tue, 24 Jun 2014 06:31:48 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 83ddfaaf..ca2aa89e 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 6b4953fd..b1f29b33 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index b16183b0..b3752e4e 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index a3f54f69..8bab6a69 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 895e9f49..70706019 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index bb5f030e..81ed700f 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index a369a2c7..fcb06bd0 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 9493b69b..7d7db397 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index bf3751ac..cb602c61 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index d8e61ee9..ea8ee990 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 95e7145c..bd80d93f 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index d5cce4cf..40220b32 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 31cb3e8c..ce973545 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index ec4d70e1..82757763 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 9480ca45..530423a8 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index e7a9e453..552c25b7 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 259ee8af..4b911a0c 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 9592db9b..9284f72d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 81aafb73..349c05e2 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 9239a6de..6be6fdd4 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index aef99979..fb7097b5 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 773f2ddb..13d02479 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index d0d4b500..3825e57c 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index aae5125f..b50b87a0 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 6fe80b7b..6ec930c7 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 22252aa8..7d20b8cd 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index b7efdd83..60e967f3 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 03295215..fa9bfae5 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index b038f767..46bdcc7f 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 761aa2d1..0f379b2c 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 192e693d..d797978f 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 7e61a9e5..f6aa0bc5 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 47e1311e..c69448a4 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index b0d968db..8d47df86 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 2e93b0e4..5dff66fc 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index cd17a3ff..c9d9429c 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 844be722..1c56c149 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 22a34f58..9cbc5f80 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index d5c899db..3bfcfece 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index f76b2cab..9520b66c 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 52f40531..b1384bc7 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index f78935f2..d16f0233 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index b653f7b8..7d0ea236 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 402aa72a..21efd2bf 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index b38613d8..bc6de5c6 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index ba6927a5..83d6c845 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 8ac28b1a..4f0c1a0e 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index d150a510..beb11cdc 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 7f3f1d20..ca0c9ea7 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 0aedea7e..257a534d 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 2575b7ff..de585840 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index f0782a79..890e9495 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 9c01924e..87331bfa 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 2e51e5b4..26833dc8 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 73a14058..005e94a7 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 7b82a51e..0a4cefe7 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 9b93e0b9..e087b95b 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 5c40e026..2e61968d 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 98664dbe..f1a39994 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index d25b86d0..b7deea03 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index afc7e61d..fd9d3505 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 00b79c7c..b0a64051 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 05dc59f2..022223ae 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 21372921..bea2fdf5 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 675bba7e..07248445 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index f65b7144..dbac49d0 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 433241c4..902a0608 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 8b62fff9..9372d808 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 68dd0440..f8092fae 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 824aa70b..6b94ef42 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 7171a921..237dbe6d 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 84829e64..2a5dfdd9 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 9e985346..b6f2c6f6 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index bb8f8da6..d6a64b01 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 6bf1e8bc..52ae605e 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-22 06:01+0000\n" +"POT-Creation-Date: 2014-06-23 06:10+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-23 06:07+0000\n" +"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 4541865e5167cd0b43cc291d953ccb77cbb395c2 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Wed, 25 Jun 2014 06:12:48 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index ca2aa89e..4d2d60a4 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index b1f29b33..c5ad68ce 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index b3752e4e..c8caaf09 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 8bab6a69..1f1b8112 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 70706019..1385ea93 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 81ed700f..75e256c5 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index fcb06bd0..18aa909c 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 7d7db397..c63ad7f6 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index cb602c61..6c4e7f07 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index ea8ee990..682b1551 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index bd80d93f..6e99e19b 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 40220b32..acdbd5a8 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index ce973545..fbcca0ca 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 82757763..f3a2d52d 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 530423a8..9a112d40 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 552c25b7..699dae9d 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 4b911a0c..0605ee58 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 9284f72d..7b6ec839 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 349c05e2..2ca2cb50 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 6be6fdd4..f7e83f0d 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index fb7097b5..5553478e 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 13d02479..0557be8d 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 3825e57c..36c7e882 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index b50b87a0..a2ab54eb 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 6ec930c7..406bfe14 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 7d20b8cd..a85fc40f 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 60e967f3..3068e229 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index fa9bfae5..7f8da7a9 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 46bdcc7f..83b43a6b 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 0f379b2c..edfb3b3c 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index d797978f..e6299cdf 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index f6aa0bc5..d0124698 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index c69448a4..b3012a67 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 8d47df86..a772e910 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 5dff66fc..3f8269a9 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index c9d9429c..759f0acc 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 1c56c149..07472301 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 9cbc5f80..5d1da11a 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 3bfcfece..26e2dff3 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 9520b66c..69c9feeb 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index b1384bc7..756af641 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index d16f0233..c57de622 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 7d0ea236..06c7229a 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 21efd2bf..56a2fdf4 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index bc6de5c6..16266e7c 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 83d6c845..575e6fbb 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 4f0c1a0e..4369036d 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index beb11cdc..44af1f3d 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index ca0c9ea7..6ef75b19 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 257a534d..81868fec 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index de585840..676af8d2 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 890e9495..2b6f2769 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 87331bfa..cf0fbd6a 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 26833dc8..77713989 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 005e94a7..10350a4a 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 0a4cefe7..0e29e359 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index e087b95b..91ae207d 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 2e61968d..5d4c6b10 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index f1a39994..565e26ae 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index b7deea03..aafb06e8 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index fd9d3505..90ce7a0b 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index b0a64051..882252eb 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 022223ae..a7ad1b11 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index bea2fdf5..084cc996 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 07248445..b80485c0 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index dbac49d0..2a8a300b 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 902a0608..579dafc4 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 9372d808..b66b6a89 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index f8092fae..4796a034 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 6b94ef42..1fc1ccf5 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 237dbe6d..b9742ed9 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 2a5dfdd9..77dfdc1c 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index b6f2c6f6..66608b38 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index d6a64b01..1c02b394 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 52ae605e..aff0df01 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-23 06:10+0000\n" +"POT-Creation-Date: 2014-06-24 06:36+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-24 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 4654a7a4ac5fed4c2ac30aca17fccba532150536 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Thu, 26 Jun 2014 07:10:23 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 4d2d60a4..21ca778d 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index c5ad68ce..04eca6ea 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index c8caaf09..5dd89f3d 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 1f1b8112..a975721e 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 1385ea93..aa7f1adc 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 75e256c5..f01bf404 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 18aa909c..8908b671 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index c63ad7f6..dbce75cf 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 6c4e7f07..d958478f 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 682b1551..8ede73e7 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 6e99e19b..b0325a0c 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index acdbd5a8..b8eb671a 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index fbcca0ca..11e3e3bc 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index f3a2d52d..972c97c7 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 9a112d40..82edf310 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 699dae9d..7150d622 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 0605ee58..69dca79c 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 7b6ec839..84ef2936 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 2ca2cb50..768cb54d 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index f7e83f0d..3f9abc4d 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 5553478e..f0bac410 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 0557be8d..393d76eb 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 36c7e882..99917aea 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index a2ab54eb..63463c18 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 406bfe14..e6a2e54d 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index a85fc40f..58a6c88f 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 3068e229..864dd273 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 7f8da7a9..efd97906 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 83b43a6b..fad6df9e 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index edfb3b3c..0a89e362 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index e6299cdf..79dd5978 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index d0124698..55775cfb 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index b3012a67..6e00d503 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index a772e910..c78a7755 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 3f8269a9..b03d29b7 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 759f0acc..34ae5553 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 07472301..7923dea9 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 5d1da11a..14a6ea80 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 26e2dff3..da540e53 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 69c9feeb..6615b8db 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 756af641..65aa4292 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index c57de622..7065c745 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 06c7229a..eee0792f 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 56a2fdf4..5655e969 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 16266e7c..a56f006c 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 575e6fbb..045488a7 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 4369036d..cf538f60 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 44af1f3d..d238c302 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 6ef75b19..9cf418d1 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 81868fec..c5d8d281 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 676af8d2..7b554d0e 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 2b6f2769..e8ffbaed 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index cf0fbd6a..20662bfb 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 77713989..67ecfee0 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 10350a4a..354b5773 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 0e29e359..59ea8d15 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 91ae207d..a6a4b1db 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 5d4c6b10..37464f3b 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 565e26ae..bf796e44 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index aafb06e8..0fe89097 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 90ce7a0b..13ef9e70 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 882252eb..edb2a9db 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index a7ad1b11..fb316754 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 084cc996..989a0ce4 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index b80485c0..34d6e168 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index 2a8a300b..8a70fd56 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 579dafc4..1e2208a3 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index b66b6a89..cd50dc72 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 4796a034..e1d7c732 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 1fc1ccf5..c15e8df0 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index b9742ed9..72b6dbab 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 77dfdc1c..e34ad7a7 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 66608b38..86253e97 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 1c02b394..de2b4c63 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index aff0df01..87d94713 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-24 06:36+0000\n" +"POT-Creation-Date: 2014-06-25 06:15+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-25 06:12+0000\n" +"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" "X-Generator: Launchpad (build 17065)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 2ce800c70a64a89b715ed375bedcf5397856a9da Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Fri, 27 Jun 2014 07:11:49 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 6 +++--- po/ar.po | 6 +++--- po/ast.po | 6 +++--- po/az.po | 6 +++--- po/be.po | 6 +++--- po/bg.po | 6 +++--- po/br.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/ca@valencia.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 6 +++--- po/en_AU.po | 6 +++--- po/en_CA.po | 6 +++--- po/en_GB.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/eu.po | 6 +++--- po/fa.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/fr_CA.po | 6 +++--- po/ga.po | 6 +++--- po/gd.po | 6 +++--- po/gl.po | 6 +++--- po/he.po | 6 +++--- po/hi.po | 6 +++--- po/hu.po | 6 +++--- po/id.po | 6 +++--- po/is.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/kn.po | 6 +++--- po/ko.po | 6 +++--- po/lt.po | 6 +++--- po/lv.po | 6 +++--- po/mg.po | 6 +++--- po/mhr.po | 6 +++--- po/mi.po | 6 +++--- po/ml.po | 6 +++--- po/mr.po | 6 +++--- po/ms.po | 6 +++--- po/nb.po | 6 +++--- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/oc.po | 6 +++--- po/pa.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sa.po | 6 +++--- po/si.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sq.po | 6 +++--- po/sr.po | 6 +++--- po/sv.po | 6 +++--- po/szl.po | 6 +++--- po/ta.po | 6 +++--- po/tg.po | 6 +++--- po/th.po | 6 +++--- po/tr.po | 6 +++--- po/ug.po | 6 +++--- po/uk.po | 6 +++--- po/uz.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_HK.po | 6 +++--- po/zh_TW.po | 6 +++--- 75 files changed, 225 insertions(+), 225 deletions(-) diff --git a/po/am.po b/po/am.po index 21ca778d..1d3b75a5 100644 --- a/po/am.po +++ b/po/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ar.po b/po/ar.po index 04eca6ea..1d485b7a 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ast.po b/po/ast.po index 5dd89f3d..b9856a76 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/az.po b/po/az.po index a975721e..5b1cd088 100644 --- a/po/az.po +++ b/po/az.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/be.po b/po/be.po index aa7f1adc..e408f1ff 100644 --- a/po/be.po +++ b/po/be.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bg.po b/po/bg.po index f01bf404..166641b8 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/br.po b/po/br.po index 8908b671..b5f3fb72 100644 --- a/po/br.po +++ b/po/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bs.po b/po/bs.po index dbce75cf..e18e8087 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca.po b/po/ca.po index d958478f..2535b0ce 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 8ede73e7..d7a02e6f 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cs.po b/po/cs.po index b0325a0c..646f1f14 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cy.po b/po/cy.po index b8eb671a..39d80bb4 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/da.po b/po/da.po index 11e3e3bc..39467a14 100644 --- a/po/da.po +++ b/po/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/de.po b/po/de.po index 972c97c7..fdf66c69 100644 --- a/po/de.po +++ b/po/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/el.po b/po/el.po index 82edf310..cfd4b481 100644 --- a/po/el.po +++ b/po/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_AU.po b/po/en_AU.po index 7150d622..65f7ef63 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_CA.po b/po/en_CA.po index 69dca79c..94d11c85 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_GB.po b/po/en_GB.po index 84ef2936..f73d6a74 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/es.po b/po/es.po index 768cb54d..d5ee7042 100644 --- a/po/es.po +++ b/po/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/et.po b/po/et.po index 3f9abc4d..23c674ff 100644 --- a/po/et.po +++ b/po/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/eu.po b/po/eu.po index f0bac410..355c69bd 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fa.po b/po/fa.po index 393d76eb..1760c322 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fi.po b/po/fi.po index 99917aea..67b4e99f 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr.po b/po/fr.po index 63463c18..b125529f 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr_CA.po b/po/fr_CA.po index e6a2e54d..f4b37472 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ga.po b/po/ga.po index 58a6c88f..6cb1d4b5 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gd.po b/po/gd.po index 864dd273..5325ee57 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gl.po b/po/gl.po index efd97906..d982bd17 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/he.po b/po/he.po index fad6df9e..7049584f 100644 --- a/po/he.po +++ b/po/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hi.po b/po/hi.po index 0a89e362..dfb18123 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hu.po b/po/hu.po index 79dd5978..2c7e0155 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/id.po b/po/id.po index 55775cfb..ea17d725 100644 --- a/po/id.po +++ b/po/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/is.po b/po/is.po index 6e00d503..47de9798 100644 --- a/po/is.po +++ b/po/is.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/it.po b/po/it.po index c78a7755..1948236f 100644 --- a/po/it.po +++ b/po/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ja.po b/po/ja.po index b03d29b7..34c244ba 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/km.po b/po/km.po index 34ae5553..57a72cea 100644 --- a/po/km.po +++ b/po/km.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/kn.po b/po/kn.po index 7923dea9..00bac7ee 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ko.po b/po/ko.po index 14a6ea80..5277f229 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lt.po b/po/lt.po index da540e53..6852d577 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lv.po b/po/lv.po index 6615b8db..364268f4 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mg.po b/po/mg.po index 65aa4292..ef4449bb 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mhr.po b/po/mhr.po index 7065c745..17316bd9 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mi.po b/po/mi.po index eee0792f..7162fc28 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ml.po b/po/ml.po index 5655e969..42736f10 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mr.po b/po/mr.po index a56f006c..407038c0 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ms.po b/po/ms.po index 045488a7..d8ad0742 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nb.po b/po/nb.po index cf538f60..1bf86eb9 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ne.po b/po/ne.po index d238c302..00a2e573 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nl.po b/po/nl.po index 9cf418d1..8646a3d9 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/oc.po b/po/oc.po index c5d8d281..79efc013 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pa.po b/po/pa.po index 7b554d0e..3a62f4ee 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pl.po b/po/pl.po index e8ffbaed..938aed66 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt.po b/po/pt.po index 20662bfb..92037916 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index 67ecfee0..15774fbf 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ro.po b/po/ro.po index 354b5773..86ee2026 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ru.po b/po/ru.po index 59ea8d15..bdaaf8ff 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sa.po b/po/sa.po index a6a4b1db..e57b0c45 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/si.po b/po/si.po index 37464f3b..833bd8d5 100644 --- a/po/si.po +++ b/po/si.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sk.po b/po/sk.po index bf796e44..305e53b3 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sl.po b/po/sl.po index 0fe89097..a5aaab71 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sq.po b/po/sq.po index 13ef9e70..d0bcd8f0 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sr.po b/po/sr.po index edb2a9db..70ce8d51 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sv.po b/po/sv.po index fb316754..7e563f2e 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/szl.po b/po/szl.po index 989a0ce4..c95fc50a 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ta.po b/po/ta.po index 34d6e168..54b29089 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tg.po b/po/tg.po index 8a70fd56..5793d054 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/th.po b/po/th.po index 1e2208a3..3506e905 100644 --- a/po/th.po +++ b/po/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tr.po b/po/tr.po index cd50dc72..5589f48d 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ug.po b/po/ug.po index e1d7c732..3eee8dd4 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uk.po b/po/uk.po index c15e8df0..22b0a714 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uz.po b/po/uz.po index 72b6dbab..5f7378ee 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/vi.po b/po/vi.po index e34ad7a7..b7f535c1 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 86253e97..8c788f4d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index de2b4c63..624276da 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index 87d94713..f23e2c0c 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-25 06:15+0000\n" +"POT-Creation-Date: 2014-06-26 07:14+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-26 07:10+0000\n" -"X-Generator: Launchpad (build 17065)\n" +"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 #, c-format -- cgit v1.2.3 From a5a761830fcc032fe43734ddee4d5be6eba45d16 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Sat, 28 Jun 2014 06:05:41 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 1d3b75a5..8396fcda 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 1d485b7a..8928d799 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index b9856a76..54b81eb9 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 5b1cd088..f8ed0eb5 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index e408f1ff..6c222557 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 166641b8..5b72a85b 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index b5f3fb72..6ca5eb96 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index e18e8087..b04725dc 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 2535b0ce..d35f2bd2 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index d7a02e6f..59b0dddd 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 646f1f14..ca8b44d5 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 39d80bb4..99d8b65f 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 39467a14..883881ba 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index fdf66c69..d3231c0b 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index cfd4b481..3bb91299 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 65f7ef63..755b298e 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 94d11c85..ba6e0598 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index f73d6a74..13270736 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index d5ee7042..6d463d4e 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 23c674ff..9a15a224 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 355c69bd..9b49b205 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 1760c322..efab2917 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 67b4e99f..6a9c9f7e 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index b125529f..2524c638 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index f4b37472..201cff6d 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 6cb1d4b5..cec4066a 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 5325ee57..578c2d37 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index d982bd17..d526dfd1 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 7049584f..3f8ef847 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index dfb18123..474bba19 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 2c7e0155..60d1f349 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index ea17d725..f1b9477e 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 47de9798..2de6d7d0 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 1948236f..b31f74b4 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 34c244ba..d8571556 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 57a72cea..58b9cf1c 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 00bac7ee..ee6f4063 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 5277f229..b91a2e5c 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 6852d577..6e7960a1 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 364268f4..0de1783c 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index ef4449bb..514fdab2 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 17316bd9..cb0318bc 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 7162fc28..586078c1 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 42736f10..ffeec1dd 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 407038c0..9f8eb2d9 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index d8ad0742..35164809 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 1bf86eb9..1b7b19ff 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 00a2e573..73236e50 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 8646a3d9..c1db811c 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 79efc013..48bd1da8 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 3a62f4ee..68db78b7 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 938aed66..4b761706 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 92037916..8b11728c 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 15774fbf..de19345d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 86ee2026..5090e993 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index bdaaf8ff..8743027f 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index e57b0c45..27ecf2fc 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 833bd8d5..788f50a2 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 305e53b3..d0736808 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index a5aaab71..7c21a820 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index d0bcd8f0..cd44ff1d 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 70ce8d51..e16ca336 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 7e563f2e..be9ff44d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index c95fc50a..8644c30f 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 54b29089..e54ddde4 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index 5793d054..8234b0e6 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 3506e905..d50ad0fd 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 5589f48d..7036d634 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 3eee8dd4..d0c4225b 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 22b0a714..61ab78f1 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 5f7378ee..06402cb1 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index b7f535c1..d0b96432 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 8c788f4d..ef0e72ec 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 624276da..032738fb 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index f23e2c0c..b4c4789f 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-26 07:14+0000\n" +"POT-Creation-Date: 2014-06-27 07:23+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-27 07:11+0000\n" +"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From c286c39e6a3ea07aae37e9e0f6d21a489e0e9dad Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Sun, 29 Jun 2014 06:00:11 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 8396fcda..aeeeedae 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 8928d799..9de108fc 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 54b81eb9..db6f4395 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index f8ed0eb5..26b5c9e3 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 6c222557..d23e3810 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 5b72a85b..5942b733 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 6ca5eb96..fa6a706f 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index b04725dc..dad4d25a 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index d35f2bd2..9b9c33b7 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 59b0dddd..a47db738 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index ca8b44d5..b8269284 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 99d8b65f..8da4b68e 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 883881ba..8b7efe3d 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index d3231c0b..69af9fa1 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 3bb91299..dfa68c71 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 755b298e..f7bc48bc 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index ba6e0598..87a89278 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 13270736..9fc77030 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 6d463d4e..eb6c19f2 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 9a15a224..fd53f759 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 9b49b205..67239a41 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index efab2917..d93e09b0 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 6a9c9f7e..9de887b6 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 2524c638..c835dc4b 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 201cff6d..be3985be 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index cec4066a..674baeda 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 578c2d37..44b6f0d9 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index d526dfd1..7044168d 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 3f8ef847..b920da91 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 474bba19..77585c50 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 60d1f349..28591c70 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index f1b9477e..2478edca 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 2de6d7d0..22505029 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index b31f74b4..45a4cfa6 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index d8571556..59344081 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 58b9cf1c..37f22536 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index ee6f4063..291652bc 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index b91a2e5c..3123183a 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 6e7960a1..3fd32995 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 0de1783c..aa90e743 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 514fdab2..9fdf268c 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index cb0318bc..ad7d59b3 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 586078c1..c5899b27 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index ffeec1dd..77b94f83 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 9f8eb2d9..5e07bb2e 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 35164809..cc9c139b 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 1b7b19ff..999615c0 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 73236e50..5175cb64 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index c1db811c..192dbc13 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 48bd1da8..bb041510 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 68db78b7..bd1fdf41 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 4b761706..ff9e6be0 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 8b11728c..3fa5fad2 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index de19345d..fbc0548d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 5090e993..39d0b148 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 8743027f..a3d2ad08 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 27ecf2fc..4fa9dcb8 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 788f50a2..cd97a6f0 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index d0736808..f120f858 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 7c21a820..16215197 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index cd44ff1d..7bbb3e12 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index e16ca336..54292c0a 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index be9ff44d..3f2abb58 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 8644c30f..dac28cf3 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index e54ddde4..d80a83ef 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index 8234b0e6..f0d59634 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index d50ad0fd..591b1b6a 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 7036d634..a106f8ac 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index d0c4225b..f361f0ee 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 61ab78f1..9bc01bee 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 06402cb1..80427aba 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index d0b96432..392d8454 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index ef0e72ec..d36b8812 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 032738fb..b61c2190 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index b4c4789f..9714926a 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-27 07:23+0000\n" +"POT-Creation-Date: 2014-06-28 06:07+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-28 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 2d5e1129e87d8cdf680392648f64da409c537786 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Mon, 30 Jun 2014 06:09:41 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index aeeeedae..87a138f6 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 9de108fc..02ac0f1e 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index db6f4395..8fcef01e 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 26b5c9e3..4e28737e 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index d23e3810..f611b4bd 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 5942b733..100864a2 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index fa6a706f..2144d577 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index dad4d25a..6a957406 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 9b9c33b7..8b5b410a 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index a47db738..76af55d3 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index b8269284..269853a8 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 8da4b68e..4cb2881d 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 8b7efe3d..14a3c8f4 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 69af9fa1..0fd98532 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index dfa68c71..aa476985 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index f7bc48bc..19a7f727 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 87a89278..ad2c16ad 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 9fc77030..e3a58d6a 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index eb6c19f2..7683ad39 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index fd53f759..a117fbd0 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 67239a41..68559e1d 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index d93e09b0..35da6616 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 9de887b6..45bff960 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index c835dc4b..dd91e517 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index be3985be..43c43e7e 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 674baeda..4b4564bc 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 44b6f0d9..c4c3ff54 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 7044168d..b99eb6f5 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index b920da91..fb801598 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 77585c50..4af5ab34 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 28591c70..f95a4d21 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 2478edca..680bc533 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 22505029..d6f39e4d 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 45a4cfa6..4ac15274 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 59344081..279a5e9a 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 37f22536..fc12104d 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 291652bc..777320e3 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 3123183a..58565571 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 3fd32995..b249be59 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index aa90e743..a912777e 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 9fdf268c..3d26dd03 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index ad7d59b3..addbb41d 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index c5899b27..adb340d8 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 77b94f83..66a72830 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 5e07bb2e..43ce33aa 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index cc9c139b..ff168740 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 999615c0..d27ad7c4 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 5175cb64..4e6f7e50 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 192dbc13..41265170 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index bb041510..4abef101 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index bd1fdf41..c2ec4440 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index ff9e6be0..70c2beb4 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 3fa5fad2..1bca69b7 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index fbc0548d..dfe004b3 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 39d0b148..21bd0f76 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index a3d2ad08..7b6b6574 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 4fa9dcb8..229e9bfa 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index cd97a6f0..b7854b9c 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index f120f858..b3e9c4ee 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 16215197..ac24e4dd 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 7bbb3e12..6fa5c470 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 05:59+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 54292c0a..e81c5d23 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 3f2abb58..f38925e3 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index dac28cf3..f8729312 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index d80a83ef..ff45f11e 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index f0d59634..5f7d173e 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 591b1b6a..5c4f85f2 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index a106f8ac..654d103b 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index f361f0ee..0694dd2e 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 9bc01bee..ada11c54 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 80427aba..a9a4d3da 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 392d8454..445a8d8c 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index d36b8812..455b90c3 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index b61c2190..76cb89eb 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 9714926a..f03fe217 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-28 06:07+0000\n" +"POT-Creation-Date: 2014-06-29 06:02+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-29 06:00+0000\n" +"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" "X-Generator: Launchpad (build 17077)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From ee32845af22c38d3ef18f24665b84ae6fac1f94c Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Tue, 1 Jul 2014 06:15:12 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 6 +++--- po/ar.po | 6 +++--- po/ast.po | 6 +++--- po/az.po | 6 +++--- po/be.po | 6 +++--- po/bg.po | 6 +++--- po/br.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/ca@valencia.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 6 +++--- po/en_AU.po | 6 +++--- po/en_CA.po | 6 +++--- po/en_GB.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/eu.po | 6 +++--- po/fa.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/fr_CA.po | 6 +++--- po/ga.po | 6 +++--- po/gd.po | 6 +++--- po/gl.po | 6 +++--- po/he.po | 6 +++--- po/hi.po | 6 +++--- po/hu.po | 6 +++--- po/id.po | 6 +++--- po/is.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/kn.po | 6 +++--- po/ko.po | 6 +++--- po/lt.po | 6 +++--- po/lv.po | 6 +++--- po/mg.po | 6 +++--- po/mhr.po | 6 +++--- po/mi.po | 6 +++--- po/ml.po | 6 +++--- po/mr.po | 6 +++--- po/ms.po | 6 +++--- po/nb.po | 6 +++--- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/oc.po | 6 +++--- po/pa.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sa.po | 6 +++--- po/si.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sq.po | 6 +++--- po/sr.po | 6 +++--- po/sv.po | 6 +++--- po/szl.po | 6 +++--- po/ta.po | 6 +++--- po/tg.po | 6 +++--- po/th.po | 6 +++--- po/tr.po | 6 +++--- po/ug.po | 6 +++--- po/uk.po | 6 +++--- po/uz.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_HK.po | 6 +++--- po/zh_TW.po | 6 +++--- 75 files changed, 225 insertions(+), 225 deletions(-) diff --git a/po/am.po b/po/am.po index 87a138f6..f9f71b88 100644 --- a/po/am.po +++ b/po/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ar.po b/po/ar.po index 02ac0f1e..ddbe4e90 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ast.po b/po/ast.po index 8fcef01e..aedf0a3a 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/az.po b/po/az.po index 4e28737e..6dc8e8d6 100644 --- a/po/az.po +++ b/po/az.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/be.po b/po/be.po index f611b4bd..1b39e139 100644 --- a/po/be.po +++ b/po/be.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bg.po b/po/bg.po index 100864a2..c968bd35 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/br.po b/po/br.po index 2144d577..97b90b0a 100644 --- a/po/br.po +++ b/po/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bs.po b/po/bs.po index 6a957406..641d8945 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca.po b/po/ca.po index 8b5b410a..300f650c 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 76af55d3..1a2de6e8 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cs.po b/po/cs.po index 269853a8..6beaa40e 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cy.po b/po/cy.po index 4cb2881d..48a5f15e 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/da.po b/po/da.po index 14a3c8f4..a8caaca4 100644 --- a/po/da.po +++ b/po/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/de.po b/po/de.po index 0fd98532..db813676 100644 --- a/po/de.po +++ b/po/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/el.po b/po/el.po index aa476985..4ef89be9 100644 --- a/po/el.po +++ b/po/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_AU.po b/po/en_AU.po index 19a7f727..2280f798 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_CA.po b/po/en_CA.po index ad2c16ad..d459e141 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_GB.po b/po/en_GB.po index e3a58d6a..306f6b4c 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/es.po b/po/es.po index 7683ad39..234f224c 100644 --- a/po/es.po +++ b/po/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/et.po b/po/et.po index a117fbd0..82378dd1 100644 --- a/po/et.po +++ b/po/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/eu.po b/po/eu.po index 68559e1d..1b09e052 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fa.po b/po/fa.po index 35da6616..b8707b7a 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fi.po b/po/fi.po index 45bff960..bdff7809 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr.po b/po/fr.po index dd91e517..a25d5e57 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr_CA.po b/po/fr_CA.po index 43c43e7e..2a6a602a 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ga.po b/po/ga.po index 4b4564bc..da869011 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gd.po b/po/gd.po index c4c3ff54..b09f74a0 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gl.po b/po/gl.po index b99eb6f5..b9797ec4 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/he.po b/po/he.po index fb801598..5b5eabdc 100644 --- a/po/he.po +++ b/po/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hi.po b/po/hi.po index 4af5ab34..4560b18e 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hu.po b/po/hu.po index f95a4d21..fee04aff 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/id.po b/po/id.po index 680bc533..6e60405c 100644 --- a/po/id.po +++ b/po/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/is.po b/po/is.po index d6f39e4d..b5efd0ee 100644 --- a/po/is.po +++ b/po/is.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/it.po b/po/it.po index 4ac15274..8c1f935a 100644 --- a/po/it.po +++ b/po/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ja.po b/po/ja.po index 279a5e9a..a1726db6 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/km.po b/po/km.po index fc12104d..7b907835 100644 --- a/po/km.po +++ b/po/km.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/kn.po b/po/kn.po index 777320e3..43fb83c4 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ko.po b/po/ko.po index 58565571..b70dcb61 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lt.po b/po/lt.po index b249be59..eb0ed650 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lv.po b/po/lv.po index a912777e..fd0140cb 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mg.po b/po/mg.po index 3d26dd03..a20c52b5 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mhr.po b/po/mhr.po index addbb41d..b65cff8e 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mi.po b/po/mi.po index adb340d8..6373af92 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ml.po b/po/ml.po index 66a72830..65a02cf0 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mr.po b/po/mr.po index 43ce33aa..e8436be9 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ms.po b/po/ms.po index ff168740..17577ac8 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nb.po b/po/nb.po index d27ad7c4..4ef9af5f 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ne.po b/po/ne.po index 4e6f7e50..1626b5f9 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nl.po b/po/nl.po index 41265170..8f95409f 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/oc.po b/po/oc.po index 4abef101..2753444d 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pa.po b/po/pa.po index c2ec4440..f141f59b 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pl.po b/po/pl.po index 70c2beb4..d25beb8c 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt.po b/po/pt.po index 1bca69b7..9deaf5bf 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index dfe004b3..432a1842 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ro.po b/po/ro.po index 21bd0f76..39582c5f 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ru.po b/po/ru.po index 7b6b6574..f1e99593 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sa.po b/po/sa.po index 229e9bfa..e7dc36cb 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/si.po b/po/si.po index b7854b9c..ac47d548 100644 --- a/po/si.po +++ b/po/si.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sk.po b/po/sk.po index b3e9c4ee..690e350c 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sl.po b/po/sl.po index ac24e4dd..2cf1cfad 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sq.po b/po/sq.po index 6fa5c470..6015448e 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sr.po b/po/sr.po index e81c5d23..b1eeafc4 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sv.po b/po/sv.po index f38925e3..3431fbe5 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/szl.po b/po/szl.po index f8729312..1e9e8159 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ta.po b/po/ta.po index ff45f11e..8085308a 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tg.po b/po/tg.po index 5f7d173e..fd0f7ebf 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/th.po b/po/th.po index 5c4f85f2..d6dd2aeb 100644 --- a/po/th.po +++ b/po/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tr.po b/po/tr.po index 654d103b..d766e8ff 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ug.po b/po/ug.po index 0694dd2e..ed7f0c00 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uk.po b/po/uk.po index ada11c54..1b02c36e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uz.po b/po/uz.po index a9a4d3da..346553e2 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/vi.po b/po/vi.po index 445a8d8c..cbb035cf 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 455b90c3..c4bc4bc3 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index 76cb89eb..e1698e84 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index f03fe217..29349cb5 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-29 06:02+0000\n" +"POT-Creation-Date: 2014-06-30 06:11+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-06-30 06:09+0000\n" -"X-Generator: Launchpad (build 17077)\n" +"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 #, c-format -- cgit v1.2.3 From a9ed7cec0decfe8f7b31879bf2e6275e55206ae1 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Wed, 2 Jul 2014 06:54:23 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index f9f71b88..7c561df2 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index ddbe4e90..f20bff4b 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index aedf0a3a..f8236cf4 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 6dc8e8d6..0bfa13b3 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 1b39e139..7172218c 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index c968bd35..a68f2899 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 97b90b0a..1990545a 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 641d8945..83f87972 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 300f650c..befeea10 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 1a2de6e8..0c614264 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 6beaa40e..9f99847d 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 48a5f15e..aca94924 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index a8caaca4..b954db9f 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index db813676..ffa27a6f 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 4ef89be9..0041a6ea 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 2280f798..0918cb9c 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index d459e141..f7c87df1 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 306f6b4c..6b2dc125 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 234f224c..90024693 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 82378dd1..ec077af7 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 1b09e052..26db74b6 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index b8707b7a..4157e48c 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index bdff7809..20232244 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index a25d5e57..0e338750 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 2a6a602a..18d4b334 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index da869011..9946479a 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index b09f74a0..0f9f712a 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index b9797ec4..300baf4f 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 5b5eabdc..671de614 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 4560b18e..8668d418 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index fee04aff..b5358b37 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 6e60405c..feecef7a 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index b5efd0ee..9471e3f8 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 8c1f935a..bc097f4c 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index a1726db6..7fae1ab3 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 7b907835..68ab50d8 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 43fb83c4..356685ee 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index b70dcb61..ad16d624 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index eb0ed650..f27a2fa4 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index fd0140cb..488661f6 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index a20c52b5..21c07876 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index b65cff8e..a06ad492 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 6373af92..c6a57f1a 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 65a02cf0..6d99d0af 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index e8436be9..313ec353 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 17577ac8..7c6031f0 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 4ef9af5f..72c71d85 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 1626b5f9..f9d8625e 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 8f95409f..94b77536 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 2753444d..a4c72688 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index f141f59b..1504005c 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index d25beb8c..33bfffca 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 9deaf5bf..e38044a0 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 432a1842..da888b70 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 39582c5f..ed6045b8 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index f1e99593..c864bb43 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index e7dc36cb..ed0215da 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index ac47d548..b0ce7d20 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 690e350c..ca55482d 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 2cf1cfad..b00ff968 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 6015448e..cde42993 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index b1eeafc4..0159b451 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 3431fbe5..98be60b7 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 1e9e8159..2738c99f 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 8085308a..c793c858 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index fd0f7ebf..ef800efa 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index d6dd2aeb..92757b29 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index d766e8ff..e0288505 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index ed7f0c00..702af309 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 1b02c36e..58cce361 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 346553e2..40367e71 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index cbb035cf..4fe6bc86 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index c4bc4bc3..ce11acf4 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index e1698e84..dcdd3157 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 29349cb5..23dcfdab 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-06-30 06:11+0000\n" +"POT-Creation-Date: 2014-07-01 06:20+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-01 06:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From f70ad9917cf5454a323be670e41f66a32f56d8f5 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Thu, 3 Jul 2014 06:08:50 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 7c561df2..15fd31ad 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index f20bff4b..1d894a78 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index f8236cf4..1ae09e58 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 0bfa13b3..ca21f140 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 7172218c..07744d59 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index a68f2899..4de463e1 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 1990545a..4166e9b6 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 83f87972..256f6179 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index befeea10..24d01da9 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 0c614264..d97914de 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 9f99847d..1b27d8d8 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index aca94924..2b6602a7 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index b954db9f..8cfd5929 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index ffa27a6f..4a4f1f1d 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 0041a6ea..b68f8cde 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 0918cb9c..de4b2826 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index f7c87df1..487dea81 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 6b2dc125..dcd09b5d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 90024693..42d5bf4a 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index ec077af7..64786e99 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 26db74b6..59d909b8 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 4157e48c..6e3867da 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 20232244..956267e6 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 0e338750..822645c0 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 18d4b334..71e97920 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 9946479a..3b0119f4 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 0f9f712a..759ad6c0 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 300baf4f..3104248a 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 671de614..51033b3a 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 8668d418..716cf4b3 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index b5358b37..f4a2cf56 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index feecef7a..d3b22588 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 9471e3f8..88808ff8 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index bc097f4c..aa1a3b62 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 7fae1ab3..ee292dcb 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 68ab50d8..762fe05b 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 356685ee..0ee2144f 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index ad16d624..599fed11 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index f27a2fa4..9504792b 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 488661f6..422e0095 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 21c07876..a03227ee 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index a06ad492..71d1c710 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index c6a57f1a..de02ab93 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 6d99d0af..38f5e19e 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 313ec353..6c9cab52 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 7c6031f0..033644c3 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 72c71d85..97ab8ca5 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index f9d8625e..a7160a4f 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 94b77536..b792536f 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index a4c72688..a08124b1 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 1504005c..de303ae2 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 33bfffca..7d657d65 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index e38044a0..2fb1419e 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index da888b70..fa91d2f2 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index ed6045b8..f2db90d3 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index c864bb43..9a2e1e5b 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index ed0215da..1073b155 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index b0ce7d20..f2fbf30c 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index ca55482d..f53cb69b 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index b00ff968..736d22a3 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index cde42993..9ba9e15d 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 0159b451..9a0b7340 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 98be60b7..5156bcdf 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 2738c99f..3911c17e 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index c793c858..6861aa96 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index ef800efa..0a4e4f7a 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 92757b29..67fbc26f 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index e0288505..d4c5925d 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 702af309..b2293819 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 58cce361..d8c52dea 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 40367e71..a25fcb93 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 4fe6bc86..6709c1fe 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index ce11acf4..ce7ddef1 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index dcdd3157..21118446 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 23dcfdab..a00b5b0c 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-01 06:20+0000\n" +"POT-Creation-Date: 2014-07-02 06:59+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-02 06:54+0000\n" +"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" "X-Generator: Launchpad (build 17082)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From cb045736eb281ee048deeaa6906bf20dc7f9346b Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Fri, 4 Jul 2014 06:30:17 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 6 +++--- po/ar.po | 6 +++--- po/ast.po | 6 +++--- po/az.po | 6 +++--- po/be.po | 6 +++--- po/bg.po | 6 +++--- po/br.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/ca@valencia.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 6 +++--- po/en_AU.po | 6 +++--- po/en_CA.po | 6 +++--- po/en_GB.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/eu.po | 6 +++--- po/fa.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/fr_CA.po | 6 +++--- po/ga.po | 6 +++--- po/gd.po | 6 +++--- po/gl.po | 6 +++--- po/he.po | 6 +++--- po/hi.po | 6 +++--- po/hu.po | 6 +++--- po/id.po | 6 +++--- po/is.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/kn.po | 6 +++--- po/ko.po | 6 +++--- po/lt.po | 6 +++--- po/lv.po | 6 +++--- po/mg.po | 6 +++--- po/mhr.po | 6 +++--- po/mi.po | 6 +++--- po/ml.po | 6 +++--- po/mr.po | 6 +++--- po/ms.po | 6 +++--- po/nb.po | 6 +++--- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/oc.po | 6 +++--- po/pa.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sa.po | 6 +++--- po/si.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sq.po | 6 +++--- po/sr.po | 6 +++--- po/sv.po | 6 +++--- po/szl.po | 6 +++--- po/ta.po | 6 +++--- po/tg.po | 6 +++--- po/th.po | 6 +++--- po/tr.po | 6 +++--- po/ug.po | 6 +++--- po/uk.po | 6 +++--- po/uz.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_HK.po | 6 +++--- po/zh_TW.po | 6 +++--- 75 files changed, 225 insertions(+), 225 deletions(-) diff --git a/po/am.po b/po/am.po index 15fd31ad..eec4253a 100644 --- a/po/am.po +++ b/po/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ar.po b/po/ar.po index 1d894a78..31cd4e49 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ast.po b/po/ast.po index 1ae09e58..6df9a874 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/az.po b/po/az.po index ca21f140..da7a5eb4 100644 --- a/po/az.po +++ b/po/az.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/be.po b/po/be.po index 07744d59..79ba5b68 100644 --- a/po/be.po +++ b/po/be.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bg.po b/po/bg.po index 4de463e1..df48284e 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/br.po b/po/br.po index 4166e9b6..c21359df 100644 --- a/po/br.po +++ b/po/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bs.po b/po/bs.po index 256f6179..192792c1 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca.po b/po/ca.po index 24d01da9..e5c90a26 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca@valencia.po b/po/ca@valencia.po index d97914de..d1669ccd 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cs.po b/po/cs.po index 1b27d8d8..941d9d47 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cy.po b/po/cy.po index 2b6602a7..4be46091 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/da.po b/po/da.po index 8cfd5929..6df725ea 100644 --- a/po/da.po +++ b/po/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/de.po b/po/de.po index 4a4f1f1d..691a27ca 100644 --- a/po/de.po +++ b/po/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/el.po b/po/el.po index b68f8cde..21d234bf 100644 --- a/po/el.po +++ b/po/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_AU.po b/po/en_AU.po index de4b2826..f33a1c21 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_CA.po b/po/en_CA.po index 487dea81..847eb6fd 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_GB.po b/po/en_GB.po index dcd09b5d..3f392159 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/es.po b/po/es.po index 42d5bf4a..23ba4595 100644 --- a/po/es.po +++ b/po/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/et.po b/po/et.po index 64786e99..ecb4ffa2 100644 --- a/po/et.po +++ b/po/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/eu.po b/po/eu.po index 59d909b8..15be61b7 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fa.po b/po/fa.po index 6e3867da..4bc8db23 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fi.po b/po/fi.po index 956267e6..7c751877 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr.po b/po/fr.po index 822645c0..dc7869f9 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr_CA.po b/po/fr_CA.po index 71e97920..357df6be 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ga.po b/po/ga.po index 3b0119f4..bd07399e 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gd.po b/po/gd.po index 759ad6c0..02454552 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gl.po b/po/gl.po index 3104248a..80cecb07 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/he.po b/po/he.po index 51033b3a..17b54fda 100644 --- a/po/he.po +++ b/po/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hi.po b/po/hi.po index 716cf4b3..34303b65 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hu.po b/po/hu.po index f4a2cf56..93d77cf1 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/id.po b/po/id.po index d3b22588..d880b510 100644 --- a/po/id.po +++ b/po/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/is.po b/po/is.po index 88808ff8..016affd1 100644 --- a/po/is.po +++ b/po/is.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/it.po b/po/it.po index aa1a3b62..c2569dc7 100644 --- a/po/it.po +++ b/po/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ja.po b/po/ja.po index ee292dcb..81028ddb 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/km.po b/po/km.po index 762fe05b..a8928f46 100644 --- a/po/km.po +++ b/po/km.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/kn.po b/po/kn.po index 0ee2144f..154a8a6c 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ko.po b/po/ko.po index 599fed11..129be942 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lt.po b/po/lt.po index 9504792b..106bdbc0 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lv.po b/po/lv.po index 422e0095..b1ea2a6f 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mg.po b/po/mg.po index a03227ee..c102ebcf 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mhr.po b/po/mhr.po index 71d1c710..cdd8e1aa 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mi.po b/po/mi.po index de02ab93..f3d7a0ed 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ml.po b/po/ml.po index 38f5e19e..0d9ccd38 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mr.po b/po/mr.po index 6c9cab52..9d74129a 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ms.po b/po/ms.po index 033644c3..1fc997ac 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nb.po b/po/nb.po index 97ab8ca5..fafdbf83 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ne.po b/po/ne.po index a7160a4f..241464ea 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nl.po b/po/nl.po index b792536f..13d7ffc9 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/oc.po b/po/oc.po index a08124b1..8e48651c 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pa.po b/po/pa.po index de303ae2..8fba86ac 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pl.po b/po/pl.po index 7d657d65..041375ff 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt.po b/po/pt.po index 2fb1419e..587ea984 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index fa91d2f2..35faf279 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ro.po b/po/ro.po index f2db90d3..a48f3347 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ru.po b/po/ru.po index 9a2e1e5b..6d6bfe67 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sa.po b/po/sa.po index 1073b155..ec01ad02 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/si.po b/po/si.po index f2fbf30c..16502147 100644 --- a/po/si.po +++ b/po/si.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sk.po b/po/sk.po index f53cb69b..821745f9 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sl.po b/po/sl.po index 736d22a3..95cb1121 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sq.po b/po/sq.po index 9ba9e15d..704d412a 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sr.po b/po/sr.po index 9a0b7340..78a0da76 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sv.po b/po/sv.po index 5156bcdf..98acd266 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/szl.po b/po/szl.po index 3911c17e..ac19c169 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ta.po b/po/ta.po index 6861aa96..96999517 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tg.po b/po/tg.po index 0a4e4f7a..e7d99c0b 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/th.po b/po/th.po index 67fbc26f..ebe72799 100644 --- a/po/th.po +++ b/po/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tr.po b/po/tr.po index d4c5925d..c0d8a95a 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ug.po b/po/ug.po index b2293819..00a50ffa 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uk.po b/po/uk.po index d8c52dea..71cb7f02 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uz.po b/po/uz.po index a25fcb93..8030a2d4 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/vi.po b/po/vi.po index 6709c1fe..a507f544 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index ce7ddef1..fadbef26 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index 21118446..c37aee1c 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index a00b5b0c..b441d257 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-02 06:59+0000\n" +"POT-Creation-Date: 2014-07-03 06:26+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-03 06:08+0000\n" -"X-Generator: Launchpad (build 17082)\n" +"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 #, c-format -- cgit v1.2.3 From 13bc7af5288c70414bb3dfd893f786e869bf4ef8 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Sat, 5 Jul 2014 05:57:09 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index eec4253a..b297adf4 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 31cd4e49..4f5a5ce7 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 6df9a874..1040bf31 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index da7a5eb4..c9dd62e9 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 79ba5b68..cd017f0c 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index df48284e..f2702526 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index c21359df..65734246 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 192792c1..4b23dcbd 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index e5c90a26..2554401f 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index d1669ccd..aab279b9 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 941d9d47..74812416 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 4be46091..a2689c55 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 6df725ea..3351f30e 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 691a27ca..bdd20550 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 21d234bf..f56ce65b 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index f33a1c21..4d975056 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 847eb6fd..f2c966bb 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 3f392159..c44ad5e4 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 23ba4595..12020876 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index ecb4ffa2..03c18284 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 15be61b7..06d396c8 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 4bc8db23..73a3d132 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 7c751877..400684a2 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index dc7869f9..098562eb 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 357df6be..29cb8e18 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index bd07399e..ca0578b6 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 02454552..550161f5 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 80cecb07..472bc702 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 17b54fda..882c6684 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 34303b65..e5930b73 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 93d77cf1..ab97f1f2 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index d880b510..90d32d38 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 016affd1..8cb79f79 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index c2569dc7..adc234d9 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 81028ddb..65046d1f 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index a8928f46..5cd371a2 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 154a8a6c..89e735f6 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 129be942..474d58cf 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 106bdbc0..4f780af4 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index b1ea2a6f..35ac1724 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index c102ebcf..a4f3cebf 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index cdd8e1aa..2555cfe4 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index f3d7a0ed..10910999 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 0d9ccd38..eb657db9 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 9d74129a..38968cd9 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 1fc997ac..221f47b3 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index fafdbf83..68506fcc 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 241464ea..d229d71b 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 13d7ffc9..24414151 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 8e48651c..ac9a4dce 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 8fba86ac..5ec80806 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 041375ff..5b70ccbe 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 587ea984..96bfa607 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 35faf279..bb6ed714 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index a48f3347..77f598bf 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 6d6bfe67..a2692be1 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index ec01ad02..5aa09e94 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 16502147..25696232 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 821745f9..046d250d 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 95cb1121..5cb9c57e 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 704d412a..4840804b 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 78a0da76..00443095 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 98acd266..e5477b54 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index ac19c169..be603770 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 96999517..eac5ec47 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index e7d99c0b..1a24b404 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index ebe72799..b2e02681 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index c0d8a95a..435d5766 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 00a50ffa..3f2eafed 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 71cb7f02..f534af40 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 8030a2d4..6dee1269 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index a507f544..a6c44548 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index fadbef26..fbb22fce 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index c37aee1c..14abf66c 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index b441d257..2d68d58f 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-03 06:26+0000\n" +"POT-Creation-Date: 2014-07-04 06:34+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-04 06:30+0000\n" +"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 648ab078724458fa607e5b0127338e9cede95eb1 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Sun, 6 Jul 2014 06:02:20 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index b297adf4..4774a3aa 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:01+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 4f5a5ce7..ba097a12 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:01+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 1040bf31..3e448a6e 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:01+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index c9dd62e9..5f365ca5 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:01+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index cd017f0c..759aa80e 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index f2702526..fd9a765c 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 65734246..30ae33de 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 4b23dcbd..178ef9e5 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 2554401f..f476a8e8 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index aab279b9..7a588cba 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 74812416..cccd5ecc 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index a2689c55..8c5ee9ae 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 3351f30e..9e7eae39 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index bdd20550..4c9c2f3e 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index f56ce65b..ef8cc360 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 4d975056..24fbfedf 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index f2c966bb..2450471a 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index c44ad5e4..ba67a0c1 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 12020876..1db709ec 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 03c18284..697ab247 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 06d396c8..b267937e 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:01+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 73a3d132..94d519f1 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 400684a2..ff15e20b 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 098562eb..ec66a6f7 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 29cb8e18..11d64412 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index ca0578b6..425659c8 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 550161f5..14ef30bb 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 472bc702..44f266a5 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 882c6684..08571acf 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index e5930b73..e87e16c3 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index ab97f1f2..0d4c434e 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 90d32d38..a67f11ef 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 8cb79f79..c9555e77 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index adc234d9..a42827d2 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 65046d1f..e72950eb 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 5cd371a2..6bd0825f 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 89e735f6..d4c52cdd 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 474d58cf..26eab30a 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 4f780af4..6e76e093 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 35ac1724..f0845e80 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index a4f3cebf..0329d064 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 2555cfe4..904400ab 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 10910999..0cff813a 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index eb657db9..22a137aa 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 38968cd9..0e5dd9bf 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 221f47b3..32cd74cf 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 68506fcc..86215bd0 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index d229d71b..ea56fe20 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 24414151..82a20d94 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index ac9a4dce..9838a0d9 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 5ec80806..9b8e9508 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 5b70ccbe..e156fecb 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 96bfa607..e3e07155 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index bb6ed714..1b53cdf7 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 77f598bf..f27db0d7 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index a2692be1..6cc3a5ef 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 5aa09e94..f3b91b6b 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 25696232..fd682306 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 046d250d..b86a0ccd 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 5cb9c57e..94c17fe7 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 4840804b..65e3a675 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:01+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 00443095..e32feae5 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index e5477b54..a87522de 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index be603770..c6117926 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index eac5ec47..7d951a81 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index 1a24b404..e67ca869 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index b2e02681..6e9b231a 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 435d5766..2faf9d75 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 3f2eafed..168e3871 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:56+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index f534af40..d1d92eae 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 6dee1269..73090d2a 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index a6c44548..3ec9f365 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index fbb22fce..06211ce7 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 14abf66c..d4662347 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 2d68d58f..3c98284f 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-04 06:34+0000\n" +"POT-Creation-Date: 2014-07-05 06:04+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-05 05:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From e1af7d1024cac8847386ffcda0dbe55d65b030e9 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Mon, 7 Jul 2014 06:06:23 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 4774a3aa..362e3b85 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:01+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index ba097a12..3035e423 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:01+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 3e448a6e..9bbf0691 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:01+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 5f365ca5..fac0799e 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:01+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 759aa80e..7c3281c2 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index fd9a765c..47e014ce 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 30ae33de..1ccc1a8d 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 178ef9e5..99972d49 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index f476a8e8..e407cdc5 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 7a588cba..31f7b529 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index cccd5ecc..445545cb 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 8c5ee9ae..3e05e41e 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 9e7eae39..3e5d7b3f 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 4c9c2f3e..e632a75b 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index ef8cc360..e8368f6d 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 24fbfedf..508d3ca9 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 2450471a..52233dcb 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index ba67a0c1..469418e6 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 1db709ec..41031de3 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 697ab247..c9cbae2d 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index b267937e..5fc5383d 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:01+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 94d519f1..329a23be 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index ff15e20b..a32cf21d 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index ec66a6f7..960f41a0 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 11d64412..2503c867 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 425659c8..6860ab31 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 14ef30bb..6a99427c 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 44f266a5..d5aaee99 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 08571acf..fd27e896 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index e87e16c3..96d98d57 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 0d4c434e..a8318a92 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index a67f11ef..d192f598 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index c9555e77..9f4e2e6c 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index a42827d2..a09a1f20 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index e72950eb..bcfc545b 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 6bd0825f..d77e0e9a 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index d4c52cdd..fe92d1a6 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 26eab30a..9cf69b8d 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 6e76e093..6e5b114e 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index f0845e80..cde07a4b 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 0329d064..7015c6da 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 904400ab..3b34e265 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 0cff813a..f33e3ebc 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 22a137aa..becf364c 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 0e5dd9bf..3c6e18e4 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 32cd74cf..40dba7c0 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 86215bd0..c51289e2 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index ea56fe20..ac8fd7af 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 82a20d94..56004598 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 9838a0d9..77714f51 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 9b8e9508..9b3ff19c 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index e156fecb..200e2658 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index e3e07155..327dee01 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 1b53cdf7..b222c308 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index f27db0d7..9c3ae9e1 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 6cc3a5ef..b36c1203 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index f3b91b6b..9b9bbf1b 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index fd682306..c0cad218 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index b86a0ccd..9a5e83a7 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 94c17fe7..ddbdb833 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 65e3a675..12fbe1ba 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:01+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index e32feae5..254c3ce3 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index a87522de..9f8c2701 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index c6117926..6cd6863a 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 7d951a81..1647024b 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index e67ca869..ded0eb74 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 6e9b231a..0dcca81c 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 2faf9d75..ca1b718c 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 168e3871..55c31dc3 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index d1d92eae..65e81108 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 73090d2a..12e325b2 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 3ec9f365..83910a2f 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 06211ce7..a13bf946 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index d4662347..f07dde19 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 3c98284f..c57e38d3 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-05 06:04+0000\n" +"POT-Creation-Date: 2014-07-06 06:03+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-06 06:02+0000\n" +"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 83dc2ebf59de1f30b721cd68d48bb956803ad62d Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Tue, 8 Jul 2014 06:56:48 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 362e3b85..253634ce 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 3035e423..6f76795f 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 9bbf0691..9432fad9 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index fac0799e..5bfc7490 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 7c3281c2..02623942 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 47e014ce..019e9ab7 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 1ccc1a8d..6c109870 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 99972d49..697ceb36 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index e407cdc5..ff7b0716 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 31f7b529..4e5a1518 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 445545cb..b2d94ac6 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 3e05e41e..5d9f7c14 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 3e5d7b3f..e0b0141e 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index e632a75b..3c9992ba 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index e8368f6d..6623cc36 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 508d3ca9..74c6797a 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 52233dcb..f5656d6f 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 469418e6..d53b95fe 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 41031de3..d06a17e9 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index c9cbae2d..1817d596 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 5fc5383d..6a0f982f 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 329a23be..d334676f 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index a32cf21d..e0242cdc 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 960f41a0..b93b9720 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 2503c867..499ed57c 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 6860ab31..7846f9f6 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 6a99427c..fa8dbc7f 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index d5aaee99..7e123bee 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index fd27e896..f970d5ee 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 96d98d57..c89fa5b5 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index a8318a92..402b1c49 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index d192f598..a28c1c5b 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 9f4e2e6c..bb4f108c 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index a09a1f20..65076eda 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index bcfc545b..e59ae6c8 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index d77e0e9a..54c86b25 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index fe92d1a6..ab5e677a 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 9cf69b8d..04bcac9b 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 6e5b114e..7772912d 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index cde07a4b..27256d79 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 7015c6da..8dd54a1b 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 3b34e265..96bb7480 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index f33e3ebc..a8cf255d 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index becf364c..9b25acd3 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 3c6e18e4..1f273ffb 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 40dba7c0..13af5bfd 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index c51289e2..e788442f 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index ac8fd7af..81569f5d 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 56004598..60e4e4cc 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 77714f51..9178e3d7 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 9b3ff19c..c2e996f1 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 200e2658..60d66a24 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 327dee01..d3899329 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index b222c308..dc35b919 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 9c3ae9e1..bcfdab8f 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index b36c1203..9470fc1c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 9b9bbf1b..a6074288 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index c0cad218..3f01927b 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 9a5e83a7..435aa102 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index ddbdb833..b5f81cfd 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 12fbe1ba..fdb36b1c 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:05+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:55+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 254c3ce3..3101a67b 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 9f8c2701..7ade66d6 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 6cd6863a..416ca540 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 1647024b..026cf222 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index ded0eb74..3135a11b 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 0dcca81c..4d971bdc 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index ca1b718c..13c6985f 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 55c31dc3..dadb74d6 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 65e81108..78afb500 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 12e325b2..f4708939 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 83910a2f..3fd8c265 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index a13bf946..33c07464 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index f07dde19..ae61bbc3 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index c57e38d3..8909be4d 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-06 06:03+0000\n" +"POT-Creation-Date: 2014-07-07 06:10+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-07 06:06+0000\n" +"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" "X-Generator: Launchpad (build 17086)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From a5b2ce693da94ae3511735e8f9be2028b03578e9 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Wed, 9 Jul 2014 06:32:22 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 6 +++--- po/ar.po | 6 +++--- po/ast.po | 6 +++--- po/az.po | 6 +++--- po/be.po | 6 +++--- po/bg.po | 6 +++--- po/br.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/ca@valencia.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 6 +++--- po/en_AU.po | 6 +++--- po/en_CA.po | 6 +++--- po/en_GB.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/eu.po | 6 +++--- po/fa.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/fr_CA.po | 6 +++--- po/ga.po | 6 +++--- po/gd.po | 6 +++--- po/gl.po | 6 +++--- po/he.po | 6 +++--- po/hi.po | 6 +++--- po/hu.po | 6 +++--- po/id.po | 6 +++--- po/is.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/kn.po | 6 +++--- po/ko.po | 6 +++--- po/lt.po | 6 +++--- po/lv.po | 6 +++--- po/mg.po | 6 +++--- po/mhr.po | 6 +++--- po/mi.po | 6 +++--- po/ml.po | 6 +++--- po/mr.po | 6 +++--- po/ms.po | 6 +++--- po/nb.po | 6 +++--- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/oc.po | 6 +++--- po/pa.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sa.po | 6 +++--- po/si.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sq.po | 6 +++--- po/sr.po | 6 +++--- po/sv.po | 6 +++--- po/szl.po | 6 +++--- po/ta.po | 6 +++--- po/tg.po | 6 +++--- po/th.po | 6 +++--- po/tr.po | 6 +++--- po/ug.po | 6 +++--- po/uk.po | 6 +++--- po/uz.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_HK.po | 6 +++--- po/zh_TW.po | 6 +++--- 75 files changed, 225 insertions(+), 225 deletions(-) diff --git a/po/am.po b/po/am.po index 253634ce..f032ef1c 100644 --- a/po/am.po +++ b/po/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ar.po b/po/ar.po index 6f76795f..d30b0523 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ast.po b/po/ast.po index 9432fad9..2de2a142 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/az.po b/po/az.po index 5bfc7490..1b5d77c2 100644 --- a/po/az.po +++ b/po/az.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/be.po b/po/be.po index 02623942..9e421f2e 100644 --- a/po/be.po +++ b/po/be.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bg.po b/po/bg.po index 019e9ab7..e7c3b66c 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/br.po b/po/br.po index 6c109870..23399bf3 100644 --- a/po/br.po +++ b/po/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bs.po b/po/bs.po index 697ceb36..1b421ef5 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca.po b/po/ca.po index ff7b0716..9616803d 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 4e5a1518..af58c37b 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cs.po b/po/cs.po index b2d94ac6..4bd75397 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cy.po b/po/cy.po index 5d9f7c14..399ad67a 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/da.po b/po/da.po index e0b0141e..9cbd2b69 100644 --- a/po/da.po +++ b/po/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/de.po b/po/de.po index 3c9992ba..d9f9c00b 100644 --- a/po/de.po +++ b/po/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/el.po b/po/el.po index 6623cc36..bafddebb 100644 --- a/po/el.po +++ b/po/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_AU.po b/po/en_AU.po index 74c6797a..dbbc6732 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_CA.po b/po/en_CA.po index f5656d6f..c958728f 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_GB.po b/po/en_GB.po index d53b95fe..3e12be02 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/es.po b/po/es.po index d06a17e9..1ea9967f 100644 --- a/po/es.po +++ b/po/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/et.po b/po/et.po index 1817d596..e4359b31 100644 --- a/po/et.po +++ b/po/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/eu.po b/po/eu.po index 6a0f982f..421dcf48 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fa.po b/po/fa.po index d334676f..dff06914 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fi.po b/po/fi.po index e0242cdc..5ca5e49e 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr.po b/po/fr.po index b93b9720..0dad6cd9 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr_CA.po b/po/fr_CA.po index 499ed57c..c257c77c 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ga.po b/po/ga.po index 7846f9f6..c7448aef 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gd.po b/po/gd.po index fa8dbc7f..be39769c 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gl.po b/po/gl.po index 7e123bee..ced3ff4f 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/he.po b/po/he.po index f970d5ee..57131132 100644 --- a/po/he.po +++ b/po/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hi.po b/po/hi.po index c89fa5b5..c0e4c202 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hu.po b/po/hu.po index 402b1c49..1275e956 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/id.po b/po/id.po index a28c1c5b..cc20b502 100644 --- a/po/id.po +++ b/po/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/is.po b/po/is.po index bb4f108c..0196faed 100644 --- a/po/is.po +++ b/po/is.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/it.po b/po/it.po index 65076eda..f7c747e6 100644 --- a/po/it.po +++ b/po/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ja.po b/po/ja.po index e59ae6c8..c2e6b328 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/km.po b/po/km.po index 54c86b25..b6dec921 100644 --- a/po/km.po +++ b/po/km.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/kn.po b/po/kn.po index ab5e677a..a799070a 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ko.po b/po/ko.po index 04bcac9b..157007ed 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lt.po b/po/lt.po index 7772912d..9f17ae99 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lv.po b/po/lv.po index 27256d79..516bce6a 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mg.po b/po/mg.po index 8dd54a1b..7f9e02e5 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mhr.po b/po/mhr.po index 96bb7480..94c52d01 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mi.po b/po/mi.po index a8cf255d..e4904cd7 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ml.po b/po/ml.po index 9b25acd3..4d735912 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mr.po b/po/mr.po index 1f273ffb..703e57de 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ms.po b/po/ms.po index 13af5bfd..e5f3a748 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nb.po b/po/nb.po index e788442f..781fe3af 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ne.po b/po/ne.po index 81569f5d..944570b0 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nl.po b/po/nl.po index 60e4e4cc..557b5ee1 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/oc.po b/po/oc.po index 9178e3d7..e2b1b159 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pa.po b/po/pa.po index c2e996f1..32032d13 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pl.po b/po/pl.po index 60d66a24..4b45798e 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt.po b/po/pt.po index d3899329..ecf0f5ff 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index dc35b919..7bb084b8 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ro.po b/po/ro.po index bcfdab8f..939bf9b4 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ru.po b/po/ru.po index 9470fc1c..06a211f1 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sa.po b/po/sa.po index a6074288..c7253b91 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/si.po b/po/si.po index 3f01927b..67b404f8 100644 --- a/po/si.po +++ b/po/si.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sk.po b/po/sk.po index 435aa102..49cb8052 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sl.po b/po/sl.po index b5f81cfd..a3480212 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sq.po b/po/sq.po index fdb36b1c..f9a4f9ac 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:55+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sr.po b/po/sr.po index 3101a67b..522d651b 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sv.po b/po/sv.po index 7ade66d6..4234eca3 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/szl.po b/po/szl.po index 416ca540..e1be5516 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ta.po b/po/ta.po index 026cf222..5deea88d 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tg.po b/po/tg.po index 3135a11b..27a4d89f 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/th.po b/po/th.po index 4d971bdc..fbdaba94 100644 --- a/po/th.po +++ b/po/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tr.po b/po/tr.po index 13c6985f..d95bfaea 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ug.po b/po/ug.po index dadb74d6..7aa9f23d 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uk.po b/po/uk.po index 78afb500..4c59570e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uz.po b/po/uz.po index f4708939..e435fb44 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/vi.po b/po/vi.po index 3fd8c265..c3ac4459 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 33c07464..7435c61c 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index ae61bbc3..efc584d6 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index 8909be4d..d916a3e1 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-07 06:10+0000\n" +"POT-Creation-Date: 2014-07-08 06:59+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-08 06:56+0000\n" -"X-Generator: Launchpad (build 17086)\n" +"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 #, c-format -- cgit v1.2.3 From 86a3f1e07f462c233317413ca9e4797154aa924d Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Thu, 10 Jul 2014 07:28:23 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index f032ef1c..8683320d 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index d30b0523..9f99e790 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 2de2a142..020dc8c9 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 1b5d77c2..b77e2831 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 9e421f2e..cdb6ce31 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index e7c3b66c..1e5cbf10 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 23399bf3..5cc2a348 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 1b421ef5..b6cc8043 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 9616803d..c142767e 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index af58c37b..9c80203d 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 4bd75397..e44f5166 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 399ad67a..0ce15c81 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 9cbd2b69..23ade3b2 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index d9f9c00b..7a683b12 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index bafddebb..9391e79c 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index dbbc6732..4157b326 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index c958728f..17f15baa 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 3e12be02..86f94cef 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 1ea9967f..064ad814 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index e4359b31..cfc82bd0 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 421dcf48..e360ddb8 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index dff06914..438b3314 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 5ca5e49e..5085e2a3 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 0dad6cd9..8da3d952 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index c257c77c..21c0f703 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index c7448aef..91b7d339 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index be39769c..dbc637c7 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index ced3ff4f..06d7838c 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 57131132..ac58ac64 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index c0e4c202..d5f089f1 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 1275e956..7e830e37 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index cc20b502..89696d61 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 0196faed..f6e73741 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index f7c747e6..5f448262 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index c2e6b328..3190ea95 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index b6dec921..dc65222f 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index a799070a..31e1920c 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 157007ed..adf89ed2 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 9f17ae99..cf16bfaf 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 516bce6a..11a920c7 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 7f9e02e5..9655012a 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 94c52d01..19720f15 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index e4904cd7..3c43792e 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 4d735912..85288395 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 703e57de..3cac8d4d 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index e5f3a748..b3c3ff24 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 781fe3af..d149b88b 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 944570b0..19b97dc8 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 557b5ee1..e057375e 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index e2b1b159..72f0af50 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 32032d13..ddf21008 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 4b45798e..1d835d56 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index ecf0f5ff..56f81c8d 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 7bb084b8..92d631bb 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 939bf9b4..1c5228d5 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 06a211f1..2f807e7e 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index c7253b91..6616d0db 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 67b404f8..a9b47b33 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 49cb8052..ddb0cc7d 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index a3480212..b9de17bf 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index f9a4f9ac..91d40e9f 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 522d651b..07b516d8 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 4234eca3..11efb9d9 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index e1be5516..2ce98bbc 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 5deea88d..230bbdb6 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index 27a4d89f..2b909e39 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index fbdaba94..df220ec7 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index d95bfaea..4f13ad0b 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 7aa9f23d..e6e0794b 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 4c59570e..38529985 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index e435fb44..8ddce108 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index c3ac4459..8e6be3a1 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 7435c61c..ad35547d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index efc584d6..bcea8bef 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index d916a3e1..6a6fa9d5 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-08 06:59+0000\n" +"POT-Creation-Date: 2014-07-09 06:34+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-09 06:32+0000\n" +"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" "X-Generator: Launchpad (build 17100)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 81597e49413d3d93b5c29647d306f15e970e6741 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Fri, 11 Jul 2014 06:13:55 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 6 +++--- po/ar.po | 6 +++--- po/ast.po | 6 +++--- po/az.po | 6 +++--- po/be.po | 6 +++--- po/bg.po | 6 +++--- po/br.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/ca@valencia.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 6 +++--- po/en_AU.po | 6 +++--- po/en_CA.po | 6 +++--- po/en_GB.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/eu.po | 6 +++--- po/fa.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/fr_CA.po | 6 +++--- po/ga.po | 6 +++--- po/gd.po | 6 +++--- po/gl.po | 6 +++--- po/he.po | 6 +++--- po/hi.po | 6 +++--- po/hu.po | 6 +++--- po/id.po | 6 +++--- po/is.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/kn.po | 6 +++--- po/ko.po | 6 +++--- po/lt.po | 6 +++--- po/lv.po | 6 +++--- po/mg.po | 6 +++--- po/mhr.po | 6 +++--- po/mi.po | 6 +++--- po/ml.po | 6 +++--- po/mr.po | 6 +++--- po/ms.po | 6 +++--- po/nb.po | 6 +++--- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/oc.po | 6 +++--- po/pa.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sa.po | 6 +++--- po/si.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sq.po | 6 +++--- po/sr.po | 6 +++--- po/sv.po | 6 +++--- po/szl.po | 6 +++--- po/ta.po | 6 +++--- po/tg.po | 6 +++--- po/th.po | 6 +++--- po/tr.po | 6 +++--- po/ug.po | 6 +++--- po/uk.po | 6 +++--- po/uz.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_HK.po | 6 +++--- po/zh_TW.po | 6 +++--- 75 files changed, 225 insertions(+), 225 deletions(-) diff --git a/po/am.po b/po/am.po index 8683320d..25069eff 100644 --- a/po/am.po +++ b/po/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ar.po b/po/ar.po index 9f99e790..64d27df5 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ast.po b/po/ast.po index 020dc8c9..066c08eb 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/az.po b/po/az.po index b77e2831..d58684dc 100644 --- a/po/az.po +++ b/po/az.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/be.po b/po/be.po index cdb6ce31..51ae31e5 100644 --- a/po/be.po +++ b/po/be.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bg.po b/po/bg.po index 1e5cbf10..a96fa3e7 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/br.po b/po/br.po index 5cc2a348..6cbc7d79 100644 --- a/po/br.po +++ b/po/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bs.po b/po/bs.po index b6cc8043..8624e86a 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca.po b/po/ca.po index c142767e..b92ab422 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 9c80203d..4c7b44db 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cs.po b/po/cs.po index e44f5166..de2a36c1 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cy.po b/po/cy.po index 0ce15c81..989d777b 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/da.po b/po/da.po index 23ade3b2..fe8528a6 100644 --- a/po/da.po +++ b/po/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/de.po b/po/de.po index 7a683b12..e2c791df 100644 --- a/po/de.po +++ b/po/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/el.po b/po/el.po index 9391e79c..adb439a6 100644 --- a/po/el.po +++ b/po/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_AU.po b/po/en_AU.po index 4157b326..2ce9a43a 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_CA.po b/po/en_CA.po index 17f15baa..14065324 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_GB.po b/po/en_GB.po index 86f94cef..0555d614 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/es.po b/po/es.po index 064ad814..f20eb97b 100644 --- a/po/es.po +++ b/po/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/et.po b/po/et.po index cfc82bd0..3f4e7c67 100644 --- a/po/et.po +++ b/po/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/eu.po b/po/eu.po index e360ddb8..126f4604 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fa.po b/po/fa.po index 438b3314..f3b3dd28 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fi.po b/po/fi.po index 5085e2a3..a54847f5 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr.po b/po/fr.po index 8da3d952..696e9503 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr_CA.po b/po/fr_CA.po index 21c0f703..6fcd3b8f 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ga.po b/po/ga.po index 91b7d339..46d3f5d6 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gd.po b/po/gd.po index dbc637c7..e77e47ca 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gl.po b/po/gl.po index 06d7838c..f6dff7ab 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/he.po b/po/he.po index ac58ac64..d50c6577 100644 --- a/po/he.po +++ b/po/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hi.po b/po/hi.po index d5f089f1..9ff1fe5c 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hu.po b/po/hu.po index 7e830e37..c1c83c43 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/id.po b/po/id.po index 89696d61..a7b2ab5c 100644 --- a/po/id.po +++ b/po/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/is.po b/po/is.po index f6e73741..e9382e5b 100644 --- a/po/is.po +++ b/po/is.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/it.po b/po/it.po index 5f448262..9d65ca8a 100644 --- a/po/it.po +++ b/po/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ja.po b/po/ja.po index 3190ea95..6f9e367f 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/km.po b/po/km.po index dc65222f..96c02cd1 100644 --- a/po/km.po +++ b/po/km.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/kn.po b/po/kn.po index 31e1920c..10e2beb1 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ko.po b/po/ko.po index adf89ed2..31613b37 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lt.po b/po/lt.po index cf16bfaf..0152d996 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lv.po b/po/lv.po index 11a920c7..01ca0e13 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mg.po b/po/mg.po index 9655012a..74cfff54 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mhr.po b/po/mhr.po index 19720f15..6f4c27e6 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mi.po b/po/mi.po index 3c43792e..94a0b28a 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ml.po b/po/ml.po index 85288395..55384815 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mr.po b/po/mr.po index 3cac8d4d..1583c487 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ms.po b/po/ms.po index b3c3ff24..53100226 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nb.po b/po/nb.po index d149b88b..14077330 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ne.po b/po/ne.po index 19b97dc8..d11367ea 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nl.po b/po/nl.po index e057375e..4d763a0c 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/oc.po b/po/oc.po index 72f0af50..490db7f5 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pa.po b/po/pa.po index ddf21008..1a278b7a 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pl.po b/po/pl.po index 1d835d56..bedb4d25 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt.po b/po/pt.po index 56f81c8d..1aad2b84 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index 92d631bb..fa58d66d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ro.po b/po/ro.po index 1c5228d5..f24fb1b9 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ru.po b/po/ru.po index 2f807e7e..5bb8339c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sa.po b/po/sa.po index 6616d0db..5cdf8575 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/si.po b/po/si.po index a9b47b33..20aaf6be 100644 --- a/po/si.po +++ b/po/si.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sk.po b/po/sk.po index ddb0cc7d..5994130b 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sl.po b/po/sl.po index b9de17bf..e3cdb94b 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sq.po b/po/sq.po index 91d40e9f..b73f1e15 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sr.po b/po/sr.po index 07b516d8..c1d8c306 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sv.po b/po/sv.po index 11efb9d9..3bcdfefb 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/szl.po b/po/szl.po index 2ce98bbc..cb28bb19 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ta.po b/po/ta.po index 230bbdb6..eed585f8 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tg.po b/po/tg.po index 2b909e39..ffb899b8 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/th.po b/po/th.po index df220ec7..ff97fec7 100644 --- a/po/th.po +++ b/po/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tr.po b/po/tr.po index 4f13ad0b..3a76377f 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ug.po b/po/ug.po index e6e0794b..2fac6359 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uk.po b/po/uk.po index 38529985..a89b3956 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uz.po b/po/uz.po index 8ddce108..68c53960 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/vi.po b/po/vi.po index 8e6be3a1..7cef7386 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index ad35547d..14574c64 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index bcea8bef..c05f515e 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index 6a6fa9d5..cfad1c97 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-09 06:34+0000\n" +"POT-Creation-Date: 2014-07-10 07:37+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-10 07:28+0000\n" -"X-Generator: Launchpad (build 17100)\n" +"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 #, c-format -- cgit v1.2.3 From 319e473487df2b617e12f00b0ec3c54b5e5c06e4 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Sat, 12 Jul 2014 06:57:25 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 25069eff..4ee707e4 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 64d27df5..5e7f7fb5 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 066c08eb..c5b143f9 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index d58684dc..25dc9a3b 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 51ae31e5..82cf8ada 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index a96fa3e7..ccb60399 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 6cbc7d79..f516d6f2 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 8624e86a..a0887718 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index b92ab422..e88750a5 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 4c7b44db..5d6b9c65 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index de2a36c1..5e2bc54d 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 989d777b..3bf69a79 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index fe8528a6..47bf52f7 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index e2c791df..7fba882d 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index adb439a6..e320ab5f 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 2ce9a43a..ebb5f6fe 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 14065324..5bdfa450 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 0555d614..61e65f6b 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index f20eb97b..d60c5314 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 3f4e7c67..4e91f6d4 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 126f4604..1e7041ce 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index f3b3dd28..f0080490 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index a54847f5..60b210de 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 696e9503..e2b29c27 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 6fcd3b8f..ca6a8bd3 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 46d3f5d6..fe2ec183 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index e77e47ca..5ee403da 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index f6dff7ab..518beed3 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index d50c6577..b4c06e9e 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 9ff1fe5c..e3db7793 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index c1c83c43..2469e23e 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index a7b2ab5c..c75d6be0 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index e9382e5b..e89713a3 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 9d65ca8a..13a1a874 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 6f9e367f..b5b2f320 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 96c02cd1..3f5776ea 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 10e2beb1..0bec3d3b 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 31613b37..c8ae6e84 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 0152d996..13593b09 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 01ca0e13..09135fbb 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 74cfff54..d5e25e92 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 6f4c27e6..aab9754c 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 94a0b28a..20c68e6b 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 55384815..58db02ec 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 1583c487..5c812f34 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 53100226..f05397ed 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 14077330..337f867d 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index d11367ea..b516985a 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 4d763a0c..b24d9ea4 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 490db7f5..365676b9 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 1a278b7a..040361dd 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index bedb4d25..9459a008 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 1aad2b84..620589ca 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index fa58d66d..36e79788 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index f24fb1b9..173d242c 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 5bb8339c..f2e10dce 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 5cdf8575..ee1ee993 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 20aaf6be..4849e1e8 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 5994130b..be765993 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index e3cdb94b..92df77c2 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index b73f1e15..e029ff91 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index c1d8c306..3502a136 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 3bcdfefb..8e15692e 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index cb28bb19..e4613d33 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index eed585f8..381a2728 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index ffb899b8..b3a6ee37 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index ff97fec7..a2793b95 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 3a76377f..b264f3a2 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 2fac6359..d95dccca 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index a89b3956..63c981a7 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 68c53960..dea7eeb5 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 7cef7386..b05560e3 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 14574c64..fb41109f 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index c05f515e..aacb5a06 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index cfad1c97..be570f49 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-10 07:37+0000\n" +"POT-Creation-Date: 2014-07-11 06:16+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-11 06:13+0000\n" +"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 8b3f3350191d30628265ab115dcdf5a5ddf4ddfe Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Sun, 13 Jul 2014 06:31:42 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 4ee707e4..37d7e641 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 5e7f7fb5..dad17cea 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index c5b143f9..d45d474a 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 25dc9a3b..7a2def95 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 82cf8ada..a969c340 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index ccb60399..2047df5d 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index f516d6f2..11a0df3a 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index a0887718..36e474b9 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index e88750a5..f46e8e97 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 5d6b9c65..f7cc5ec5 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 5e2bc54d..811b7118 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 3bf69a79..3db1177c 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 47bf52f7..90edd183 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 7fba882d..d5dcdf5c 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index e320ab5f..73a4b48d 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index ebb5f6fe..56e1dacc 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 5bdfa450..7e5b23e1 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 61e65f6b..21e976e3 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index d60c5314..99ce2a8a 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 4e91f6d4..b60554e8 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 1e7041ce..ebd22b72 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index f0080490..14927cd7 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 60b210de..cdd04668 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index e2b29c27..3ac3e6f7 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index ca6a8bd3..954a3e60 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index fe2ec183..85c97912 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 5ee403da..e1f53a78 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 518beed3..94e2733d 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index b4c06e9e..265fa894 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index e3db7793..344236b1 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 2469e23e..8b6450db 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index c75d6be0..e779fb0f 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index e89713a3..27b6cbcf 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 13a1a874..a8d5f56f 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index b5b2f320..0541a4cf 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 3f5776ea..9de98c09 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 0bec3d3b..3490b6f6 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index c8ae6e84..c7816de5 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 13593b09..f9b8d0e3 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 09135fbb..9dd14a3c 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index d5e25e92..d9f74dbf 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index aab9754c..d99d388a 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 20c68e6b..f2915749 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 58db02ec..50cf4dd7 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 5c812f34..66c1845f 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index f05397ed..b413c7fe 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 337f867d..6a586db3 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index b516985a..fd86dd51 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index b24d9ea4..977ff76e 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 365676b9..078eaf46 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 040361dd..d6edb136 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 9459a008..6a916f52 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 620589ca..45d109e3 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 36e79788..0ef1a25c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 173d242c..308a7a29 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index f2e10dce..e5e4ba3a 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index ee1ee993..62e5f0c6 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 4849e1e8..e27ea05e 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index be765993..7b5f6c63 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 92df77c2..b186a5b9 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index e029ff91..913c4ef8 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 3502a136..6f1e1a08 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 8e15692e..2e36d452 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index e4613d33..e2284be7 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 381a2728..f191101b 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index b3a6ee37..e237e0c4 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index a2793b95..f3c49ce3 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index b264f3a2..e54edb6c 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index d95dccca..29aa0aeb 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 63c981a7..e2d7edf3 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index dea7eeb5..9b41d870 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index b05560e3..790f5130 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index fb41109f..c9acb0cb 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index aacb5a06..eefe0e5c 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index be570f49..e72c6500 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-11 06:16+0000\n" +"POT-Creation-Date: 2014-07-12 06:59+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-12 06:57+0000\n" +"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 07412e63b8e634cc76b01198cf44861bc4861e22 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Mon, 14 Jul 2014 07:08:37 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 37d7e641..dd1c1e97 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index dad17cea..c943984c 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index d45d474a..e92f752b 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 7a2def95..ea783457 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index a969c340..873445d2 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 2047df5d..b00bb726 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 11a0df3a..95074ff8 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 36e474b9..2833d834 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index f46e8e97..694f41b6 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index f7cc5ec5..1e6a0cca 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 811b7118..ea4b639d 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 3db1177c..83232eba 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 90edd183..1719e746 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index d5dcdf5c..6b607bde 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 73a4b48d..38547265 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 56e1dacc..46b4260f 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 7e5b23e1..87d997f2 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 21e976e3..77d63b20 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 99ce2a8a..64fa7b2c 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index b60554e8..9a02adb2 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index ebd22b72..7cc6342b 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 14927cd7..ac1e38dc 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index cdd04668..94e781fc 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 3ac3e6f7..14012354 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 954a3e60..465e20cb 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 85c97912..cfa4eba4 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index e1f53a78..248d009b 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 94e2733d..bad82b9a 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 265fa894..3a108602 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 344236b1..af8aa259 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 8b6450db..f5d5dc45 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index e779fb0f..2325535e 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 27b6cbcf..ccfd7e59 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index a8d5f56f..0b526d56 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 0541a4cf..a278d7ee 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 9de98c09..31cfd04a 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 3490b6f6..067c152a 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index c7816de5..c19474ca 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index f9b8d0e3..7f8dfff9 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 9dd14a3c..abfb08b7 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index d9f74dbf..7b25b9d1 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index d99d388a..f5ac38e8 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index f2915749..d9e88184 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 50cf4dd7..2c2869fe 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 66c1845f..b34b72c8 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index b413c7fe..2288d014 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 6a586db3..346465cc 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index fd86dd51..f2b85860 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 977ff76e..c96dc621 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 078eaf46..ac6d20e7 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index d6edb136..3394d156 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 6a916f52..e2590f2d 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 45d109e3..ab05ae70 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 0ef1a25c..32237f1f 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 308a7a29..b4677ab0 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index e5e4ba3a..8479c31b 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 62e5f0c6..fd79d852 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index e27ea05e..a8e2e9d0 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 7b5f6c63..80aea0dc 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index b186a5b9..52364daf 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 913c4ef8..7da2f17c 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 6f1e1a08..2792e016 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 2e36d452..a11a2738 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index e2284be7..bbb49244 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index f191101b..fb528dcd 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index e237e0c4..752681d0 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index f3c49ce3..04bb1e63 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index e54edb6c..e8f063ae 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 29aa0aeb..6a2740f9 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index e2d7edf3..8ea74b91 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 9b41d870..4f3ec14a 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 790f5130..64ae3f11 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index c9acb0cb..ce00b4c1 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index eefe0e5c..33c34758 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index e72c6500..11249bfc 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-12 06:59+0000\n" +"POT-Creation-Date: 2014-07-13 06:34+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-13 06:31+0000\n" +"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 8ee52b7a7a5f97e28e6844f431602673b3d39ac3 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Tue, 15 Jul 2014 05:58:30 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index dd1c1e97..bc9090db 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index c943984c..8fd6e9f3 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index e92f752b..5e047268 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index ea783457..6bba232f 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 873445d2..58eb3857 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index b00bb726..5c985339 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 95074ff8..f327b597 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 2833d834..fa296164 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 694f41b6..8289bc00 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 1e6a0cca..5a0d60ee 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index ea4b639d..54f2241b 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 83232eba..53e3af1c 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 1719e746..a3be439e 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 6b607bde..d8eb9921 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 38547265..477e8712 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 46b4260f..3b98963d 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 87d997f2..32926fac 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 77d63b20..287e9115 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 64fa7b2c..0fee7b1a 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 9a02adb2..9253222d 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 7cc6342b..a5dfd316 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index ac1e38dc..6b86316c 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 94e781fc..96b10de8 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 14012354..8fc11e46 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 465e20cb..feaa5fa4 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index cfa4eba4..48540337 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 248d009b..d43b6223 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index bad82b9a..9aa8e5ce 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 3a108602..e18a5990 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index af8aa259..c784f728 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index f5d5dc45..c39e904d 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 2325535e..dfeea5b4 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index ccfd7e59..b64696d2 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 0b526d56..995c2fb3 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index a278d7ee..279df739 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 31cfd04a..71753530 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 067c152a..1ca14bd5 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index c19474ca..8f58ba28 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 7f8dfff9..afed9d25 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index abfb08b7..87572fbe 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 7b25b9d1..e213b277 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index f5ac38e8..e9ee9925 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index d9e88184..957f58ef 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 2c2869fe..ff4dce23 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index b34b72c8..29c1ba34 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 2288d014..895f7b76 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 346465cc..cfa10eea 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index f2b85860..5e9b33b1 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index c96dc621..7cc61ac7 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index ac6d20e7..e7e21669 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 3394d156..bca86d7d 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index e2590f2d..b1bc7fd7 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index ab05ae70..2dd2536e 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 32237f1f..c057928e 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index b4677ab0..a3bc2855 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 8479c31b..429ca676 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index fd79d852..82f13357 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index a8e2e9d0..722630be 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 80aea0dc..5df6c283 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 52364daf..f0b89879 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 7da2f17c..1e92f30f 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 2792e016..4bfa5180 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index a11a2738..fb291dd0 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index bbb49244..b7dee055 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index fb528dcd..a1da9ab2 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index 752681d0..afa849ee 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 04bb1e63..6e4c5245 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index e8f063ae..8adcb4d0 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 6a2740f9..9b9eeb0a 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 8ea74b91..bee7e5d2 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 4f3ec14a..f4291e2d 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 64ae3f11..edf3953a 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index ce00b4c1..167c80dd 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 33c34758..7967e918 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 11249bfc..cfc183d6 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-13 06:34+0000\n" +"POT-Creation-Date: 2014-07-14 07:10+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-14 07:08+0000\n" +"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" "X-Generator: Launchpad (build 17111)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 5c9513160f4c9088ad7f4875bee174cda4b421e3 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Wed, 16 Jul 2014 07:25:59 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 6 +++--- po/ar.po | 6 +++--- po/ast.po | 6 +++--- po/az.po | 10 +++++----- po/be.po | 6 +++--- po/bg.po | 6 +++--- po/br.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/ca@valencia.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 6 +++--- po/en_AU.po | 6 +++--- po/en_CA.po | 6 +++--- po/en_GB.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/eu.po | 6 +++--- po/fa.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/fr_CA.po | 6 +++--- po/ga.po | 6 +++--- po/gd.po | 6 +++--- po/gl.po | 6 +++--- po/he.po | 6 +++--- po/hi.po | 6 +++--- po/hu.po | 6 +++--- po/id.po | 6 +++--- po/is.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/kn.po | 6 +++--- po/ko.po | 6 +++--- po/lt.po | 6 +++--- po/lv.po | 6 +++--- po/mg.po | 6 +++--- po/mhr.po | 6 +++--- po/mi.po | 6 +++--- po/ml.po | 6 +++--- po/mr.po | 6 +++--- po/ms.po | 6 +++--- po/nb.po | 6 +++--- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/oc.po | 6 +++--- po/pa.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sa.po | 6 +++--- po/si.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sq.po | 6 +++--- po/sr.po | 6 +++--- po/sv.po | 6 +++--- po/szl.po | 6 +++--- po/ta.po | 6 +++--- po/tg.po | 6 +++--- po/th.po | 6 +++--- po/tr.po | 6 +++--- po/ug.po | 6 +++--- po/uk.po | 6 +++--- po/uz.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_HK.po | 6 +++--- po/zh_TW.po | 6 +++--- 75 files changed, 227 insertions(+), 227 deletions(-) diff --git a/po/am.po b/po/am.po index bc9090db..f1f170cb 100644 --- a/po/am.po +++ b/po/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ar.po b/po/ar.po index 8fd6e9f3..d67d0471 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ast.po b/po/ast.po index 5e047268..8e1f827a 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/az.po b/po/az.po index 6bba232f..bbddef6f 100644 --- a/po/az.po +++ b/po/az.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format @@ -28,8 +28,8 @@ msgstr "Simvol Xəritəsi" #: ../lib/indicator-menu.vala:49 msgid "Keyboard Layout Chart" -msgstr "Klaviatura Düzümü Qrafiki" +msgstr "Klaviatura Düzülüş Qrafiki" #: ../lib/indicator-menu.vala:50 msgid "Text Entry Settings..." -msgstr "Mətn Daxiletmə Seçənəkləri..." +msgstr "Mətn Daxiletmə Tənzimləmələri..." diff --git a/po/be.po b/po/be.po index 58eb3857..40b2a232 100644 --- a/po/be.po +++ b/po/be.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bg.po b/po/bg.po index 5c985339..7f22bc92 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/br.po b/po/br.po index f327b597..55356377 100644 --- a/po/br.po +++ b/po/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bs.po b/po/bs.po index fa296164..9443eb9e 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca.po b/po/ca.po index 8289bc00..0879d136 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 5a0d60ee..8e96b8ca 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cs.po b/po/cs.po index 54f2241b..92939b4b 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cy.po b/po/cy.po index 53e3af1c..776e2bfb 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/da.po b/po/da.po index a3be439e..1a87c238 100644 --- a/po/da.po +++ b/po/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/de.po b/po/de.po index d8eb9921..11e9e178 100644 --- a/po/de.po +++ b/po/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/el.po b/po/el.po index 477e8712..aa028c2c 100644 --- a/po/el.po +++ b/po/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_AU.po b/po/en_AU.po index 3b98963d..aa653701 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_CA.po b/po/en_CA.po index 32926fac..2e3bb1c9 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_GB.po b/po/en_GB.po index 287e9115..8253d027 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/es.po b/po/es.po index 0fee7b1a..8600ca5e 100644 --- a/po/es.po +++ b/po/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/et.po b/po/et.po index 9253222d..a68eac06 100644 --- a/po/et.po +++ b/po/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/eu.po b/po/eu.po index a5dfd316..3bb05d3c 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fa.po b/po/fa.po index 6b86316c..72085dd7 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fi.po b/po/fi.po index 96b10de8..fcccb982 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr.po b/po/fr.po index 8fc11e46..0c9db6fc 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr_CA.po b/po/fr_CA.po index feaa5fa4..db0c3ae3 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ga.po b/po/ga.po index 48540337..b6447277 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gd.po b/po/gd.po index d43b6223..545084ee 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gl.po b/po/gl.po index 9aa8e5ce..10d31611 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/he.po b/po/he.po index e18a5990..6c0bf069 100644 --- a/po/he.po +++ b/po/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hi.po b/po/hi.po index c784f728..6f6d5cf0 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hu.po b/po/hu.po index c39e904d..ba46f6a0 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/id.po b/po/id.po index dfeea5b4..c9e66bdf 100644 --- a/po/id.po +++ b/po/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/is.po b/po/is.po index b64696d2..8bf18fb8 100644 --- a/po/is.po +++ b/po/is.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/it.po b/po/it.po index 995c2fb3..58d5ce34 100644 --- a/po/it.po +++ b/po/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ja.po b/po/ja.po index 279df739..edd110f7 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/km.po b/po/km.po index 71753530..77c25866 100644 --- a/po/km.po +++ b/po/km.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/kn.po b/po/kn.po index 1ca14bd5..e969ea4c 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ko.po b/po/ko.po index 8f58ba28..97184587 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lt.po b/po/lt.po index afed9d25..f9c3b45b 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lv.po b/po/lv.po index 87572fbe..093f7750 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mg.po b/po/mg.po index e213b277..021aa110 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mhr.po b/po/mhr.po index e9ee9925..5fb43d39 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mi.po b/po/mi.po index 957f58ef..cf422997 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ml.po b/po/ml.po index ff4dce23..46ca2aab 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mr.po b/po/mr.po index 29c1ba34..bf178243 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ms.po b/po/ms.po index 895f7b76..e0700cb0 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nb.po b/po/nb.po index cfa10eea..a7bd59b9 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ne.po b/po/ne.po index 5e9b33b1..92b2e4ca 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nl.po b/po/nl.po index 7cc61ac7..1c2b1715 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/oc.po b/po/oc.po index e7e21669..0e5e6951 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pa.po b/po/pa.po index bca86d7d..37c94827 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pl.po b/po/pl.po index b1bc7fd7..63bf80f3 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt.po b/po/pt.po index 2dd2536e..c8a39308 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index c057928e..236556a9 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ro.po b/po/ro.po index a3bc2855..062e5477 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ru.po b/po/ru.po index 429ca676..8ac36ef7 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sa.po b/po/sa.po index 82f13357..9a9a897b 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/si.po b/po/si.po index 722630be..b336e273 100644 --- a/po/si.po +++ b/po/si.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sk.po b/po/sk.po index 5df6c283..cfcba3a2 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sl.po b/po/sl.po index f0b89879..8974edc8 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sq.po b/po/sq.po index 1e92f30f..b84bcbda 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sr.po b/po/sr.po index 4bfa5180..9b79aeee 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sv.po b/po/sv.po index fb291dd0..a2b92511 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/szl.po b/po/szl.po index b7dee055..f27609e1 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ta.po b/po/ta.po index a1da9ab2..ffe0ad38 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tg.po b/po/tg.po index afa849ee..a3f5f35d 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/th.po b/po/th.po index 6e4c5245..82837838 100644 --- a/po/th.po +++ b/po/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tr.po b/po/tr.po index 8adcb4d0..44503ba1 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ug.po b/po/ug.po index 9b9eeb0a..873a1c53 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uk.po b/po/uk.po index bee7e5d2..ec6683cd 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uz.po b/po/uz.po index f4291e2d..38e3bf48 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/vi.po b/po/vi.po index edf3953a..01622dbe 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 167c80dd..04ccc266 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index 7967e918..361959ee 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index cfc183d6..619ef6bf 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-14 07:10+0000\n" +"POT-Creation-Date: 2014-07-15 06:01+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-15 05:58+0000\n" -"X-Generator: Launchpad (build 17111)\n" +"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" +"X-Generator: Launchpad (build 17112)\n" #: ../lib/main.vala:706 #, c-format -- cgit v1.2.3 From f15bff6b712ec68a41ad01dec320fa2249306d1d Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Thu, 17 Jul 2014 06:35:05 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 6 +++--- po/ar.po | 6 +++--- po/ast.po | 6 +++--- po/az.po | 6 +++--- po/be.po | 6 +++--- po/bg.po | 6 +++--- po/br.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/ca@valencia.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 6 +++--- po/en_AU.po | 6 +++--- po/en_CA.po | 6 +++--- po/en_GB.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/eu.po | 6 +++--- po/fa.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/fr_CA.po | 6 +++--- po/ga.po | 6 +++--- po/gd.po | 6 +++--- po/gl.po | 6 +++--- po/he.po | 6 +++--- po/hi.po | 6 +++--- po/hu.po | 6 +++--- po/id.po | 6 +++--- po/is.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/kn.po | 6 +++--- po/ko.po | 6 +++--- po/lt.po | 6 +++--- po/lv.po | 6 +++--- po/mg.po | 6 +++--- po/mhr.po | 6 +++--- po/mi.po | 6 +++--- po/ml.po | 6 +++--- po/mr.po | 6 +++--- po/ms.po | 6 +++--- po/nb.po | 6 +++--- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/oc.po | 6 +++--- po/pa.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sa.po | 6 +++--- po/si.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sq.po | 6 +++--- po/sr.po | 6 +++--- po/sv.po | 6 +++--- po/szl.po | 6 +++--- po/ta.po | 6 +++--- po/tg.po | 6 +++--- po/th.po | 6 +++--- po/tr.po | 6 +++--- po/ug.po | 6 +++--- po/uk.po | 6 +++--- po/uz.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_HK.po | 6 +++--- po/zh_TW.po | 6 +++--- 75 files changed, 225 insertions(+), 225 deletions(-) diff --git a/po/am.po b/po/am.po index f1f170cb..47a17220 100644 --- a/po/am.po +++ b/po/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ar.po b/po/ar.po index d67d0471..6c1d836a 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ast.po b/po/ast.po index 8e1f827a..efafd4e4 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/az.po b/po/az.po index bbddef6f..5710fcee 100644 --- a/po/az.po +++ b/po/az.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/be.po b/po/be.po index 40b2a232..265ec367 100644 --- a/po/be.po +++ b/po/be.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bg.po b/po/bg.po index 7f22bc92..7e066b7e 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/br.po b/po/br.po index 55356377..146cdd8e 100644 --- a/po/br.po +++ b/po/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bs.po b/po/bs.po index 9443eb9e..cff60188 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca.po b/po/ca.po index 0879d136..db8a007c 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 8e96b8ca..ac45cdc6 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cs.po b/po/cs.po index 92939b4b..c978daf9 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cy.po b/po/cy.po index 776e2bfb..585a436a 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/da.po b/po/da.po index 1a87c238..4f6c285d 100644 --- a/po/da.po +++ b/po/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/de.po b/po/de.po index 11e9e178..15bd47a5 100644 --- a/po/de.po +++ b/po/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/el.po b/po/el.po index aa028c2c..ee4567fb 100644 --- a/po/el.po +++ b/po/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_AU.po b/po/en_AU.po index aa653701..af92a33e 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_CA.po b/po/en_CA.po index 2e3bb1c9..90eaf5bb 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_GB.po b/po/en_GB.po index 8253d027..c32f5e7a 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/es.po b/po/es.po index 8600ca5e..a4fc3b3f 100644 --- a/po/es.po +++ b/po/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/et.po b/po/et.po index a68eac06..56bf75c7 100644 --- a/po/et.po +++ b/po/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/eu.po b/po/eu.po index 3bb05d3c..30187d13 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fa.po b/po/fa.po index 72085dd7..517b9829 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fi.po b/po/fi.po index fcccb982..17ce7538 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr.po b/po/fr.po index 0c9db6fc..bdf12408 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr_CA.po b/po/fr_CA.po index db0c3ae3..96aa31d6 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ga.po b/po/ga.po index b6447277..be06b569 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gd.po b/po/gd.po index 545084ee..78916367 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gl.po b/po/gl.po index 10d31611..d366b9b9 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/he.po b/po/he.po index 6c0bf069..3ee48a5b 100644 --- a/po/he.po +++ b/po/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hi.po b/po/hi.po index 6f6d5cf0..7c66b5af 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hu.po b/po/hu.po index ba46f6a0..5b11cd2d 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/id.po b/po/id.po index c9e66bdf..0c2edb48 100644 --- a/po/id.po +++ b/po/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/is.po b/po/is.po index 8bf18fb8..0fbaf9a6 100644 --- a/po/is.po +++ b/po/is.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/it.po b/po/it.po index 58d5ce34..c06e24c7 100644 --- a/po/it.po +++ b/po/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ja.po b/po/ja.po index edd110f7..8b51d726 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/km.po b/po/km.po index 77c25866..a914e028 100644 --- a/po/km.po +++ b/po/km.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/kn.po b/po/kn.po index e969ea4c..5728272d 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ko.po b/po/ko.po index 97184587..ed3e7050 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lt.po b/po/lt.po index f9c3b45b..c4096990 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lv.po b/po/lv.po index 093f7750..6a84436a 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mg.po b/po/mg.po index 021aa110..901c1d1e 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mhr.po b/po/mhr.po index 5fb43d39..caf03649 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mi.po b/po/mi.po index cf422997..3ea4ea12 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ml.po b/po/ml.po index 46ca2aab..25cbe33a 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mr.po b/po/mr.po index bf178243..1412bcd3 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ms.po b/po/ms.po index e0700cb0..708640a5 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nb.po b/po/nb.po index a7bd59b9..1bcec8ed 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ne.po b/po/ne.po index 92b2e4ca..3899b239 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nl.po b/po/nl.po index 1c2b1715..35808bd6 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/oc.po b/po/oc.po index 0e5e6951..755ac60c 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pa.po b/po/pa.po index 37c94827..35b4067b 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pl.po b/po/pl.po index 63bf80f3..223da04c 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt.po b/po/pt.po index c8a39308..0c390c0c 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index 236556a9..9a9e0667 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ro.po b/po/ro.po index 062e5477..b6ad2cbc 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ru.po b/po/ru.po index 8ac36ef7..39941a9d 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sa.po b/po/sa.po index 9a9a897b..9c93238c 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/si.po b/po/si.po index b336e273..94834964 100644 --- a/po/si.po +++ b/po/si.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sk.po b/po/sk.po index cfcba3a2..3e4c9126 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sl.po b/po/sl.po index 8974edc8..ace3902b 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sq.po b/po/sq.po index b84bcbda..57228fc4 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sr.po b/po/sr.po index 9b79aeee..c740cf97 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sv.po b/po/sv.po index a2b92511..1fd8deac 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/szl.po b/po/szl.po index f27609e1..8d6cca7d 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ta.po b/po/ta.po index ffe0ad38..90669f26 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tg.po b/po/tg.po index a3f5f35d..9ee9ef6d 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/th.po b/po/th.po index 82837838..974a3c2b 100644 --- a/po/th.po +++ b/po/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tr.po b/po/tr.po index 44503ba1..24b88cc3 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ug.po b/po/ug.po index 873a1c53..3d284e5d 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uk.po b/po/uk.po index ec6683cd..b31809b6 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uz.po b/po/uz.po index 38e3bf48..40547c74 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/vi.po b/po/vi.po index 01622dbe..fc05d883 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 04ccc266..b4c98bb1 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index 361959ee..3707b9ab 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index 619ef6bf..4221ad10 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-15 06:01+0000\n" +"POT-Creation-Date: 2014-07-16 07:29+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-16 07:25+0000\n" -"X-Generator: Launchpad (build 17112)\n" +"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format -- cgit v1.2.3 From 3b98fa16511aaac8885917d910b563e8ff24bbca Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Fri, 18 Jul 2014 05:26:12 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 47a17220..ac521ea9 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 6c1d836a..39bf5d8c 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index efafd4e4..a76c2bf7 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 5710fcee..1fa17c0c 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 265ec367..1edf1b57 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 7e066b7e..8ad5b614 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 146cdd8e..598673f1 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index cff60188..2ba75d59 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index db8a007c..4e029fee 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index ac45cdc6..59e2d379 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index c978daf9..12d14b24 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 585a436a..d7b9d303 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 4f6c285d..50656bdb 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 15bd47a5..2a7e3005 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index ee4567fb..05812f07 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index af92a33e..d319ae79 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 90eaf5bb..7d080f63 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index c32f5e7a..0cb43362 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index a4fc3b3f..2c874bf3 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 56bf75c7..48365614 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 30187d13..b0ccd2de 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 517b9829..3c253a28 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 17ce7538..ccc26ca8 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index bdf12408..d229521f 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 96aa31d6..0f077701 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index be06b569..433bf7de 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 78916367..ed3f0a13 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index d366b9b9..26da8390 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 3ee48a5b..91604093 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 7c66b5af..44bdb278 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 5b11cd2d..bd4b0689 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 0c2edb48..4c1b12b6 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 0fbaf9a6..7e1a2f54 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index c06e24c7..cf422b45 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 8b51d726..21e630f4 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index a914e028..110379ab 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 5728272d..8a16d34a 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index ed3e7050..cf0ae38c 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index c4096990..2378df67 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 6a84436a..c5aa3c21 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 901c1d1e..cb64744a 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index caf03649..02d5d056 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 3ea4ea12..cf8dd786 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 25cbe33a..0eaa6795 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 1412bcd3..325414cd 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 708640a5..abc71b9b 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 1bcec8ed..e76efbfe 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 3899b239..5bd9d000 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 35808bd6..49c881ca 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 755ac60c..604aec4d 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 35b4067b..96c87e7d 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 223da04c..c3c40e1b 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 0c390c0c..901dee4f 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 9a9e0667..e1ae790b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index b6ad2cbc..7b9e44d1 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 39941a9d..8fb7f207 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 9c93238c..eb45f2da 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 94834964..a0999de6 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 3e4c9126..502a15e6 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index ace3902b..c460f75a 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 57228fc4..27cd4a5f 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index c740cf97..c9fa08f2 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 1fd8deac..c89c521b 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 8d6cca7d..75371294 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 90669f26..a7348c07 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index 9ee9ef6d..a14fcd03 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 974a3c2b..9bbc2d5b 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 24b88cc3..41daef4d 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 3d284e5d..f83c9972 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index b31809b6..ab91585a 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 40547c74..009f5d35 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index fc05d883..cfdcd2ad 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index b4c98bb1..44d68535 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 3707b9ab..5123a491 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:34+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 4221ad10..78c2addc 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-16 07:29+0000\n" +"POT-Creation-Date: 2014-07-17 06:37+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-17 06:35+0000\n" +"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 61a3a75602df1b1d677de8fb9158b1f7f993097e Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Sat, 19 Jul 2014 06:17:40 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index ac521ea9..0efba9a8 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 39bf5d8c..6a633cd1 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index a76c2bf7..aca02d5c 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 1fa17c0c..ebca0835 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 1edf1b57..05c99be1 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 8ad5b614..7c2b329a 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 598673f1..40ecd4be 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 2ba75d59..6fc325b5 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 4e029fee..525cc894 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 59e2d379..fc653baf 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 12d14b24..04bd96f8 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index d7b9d303..03ef5963 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 50656bdb..176b5f03 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 2a7e3005..1528162b 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 05812f07..1621fcc7 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index d319ae79..97d1180a 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 7d080f63..ed193097 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 0cb43362..f2898c1b 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 2c874bf3..57718af3 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 48365614..633d1e34 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index b0ccd2de..bfb8973d 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 3c253a28..d16408e7 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index ccc26ca8..a70f839c 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index d229521f..317b27d2 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 0f077701..af52bbee 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 433bf7de..fd4fcb51 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index ed3f0a13..d833c05a 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 26da8390..39d6beed 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 91604093..b3bdb734 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 44bdb278..a2b5659f 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index bd4b0689..44aff186 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 4c1b12b6..19bcec31 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 7e1a2f54..db5fdaca 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index cf422b45..6dfe712e 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 21e630f4..94437e6d 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 110379ab..8eef675f 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 8a16d34a..740611f5 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index cf0ae38c..f7bdab3c 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 2378df67..131172e5 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index c5aa3c21..093257e7 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index cb64744a..f56724f9 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 02d5d056..2a75a2cd 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index cf8dd786..88d0f3d7 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 0eaa6795..c23c4dab 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 325414cd..259a8a7a 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index abc71b9b..11060bdc 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index e76efbfe..85ae3356 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 5bd9d000..98790c49 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 49c881ca..5243d5e4 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 604aec4d..101aaf3d 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 96c87e7d..3873a712 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index c3c40e1b..f3517d9f 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 901dee4f..a61b0c20 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index e1ae790b..3715f424 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 7b9e44d1..1304898b 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 8fb7f207..84cb7123 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index eb45f2da..3fee060b 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index a0999de6..cbae93c7 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 502a15e6..e8c7c5ff 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index c460f75a..1d275377 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 27cd4a5f..9977fd0c 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:25+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index c9fa08f2..eac1cb7a 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index c89c521b..270bec4d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 75371294..089d3f79 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index a7348c07..e28386da 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index a14fcd03..145cb2f0 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 9bbc2d5b..84effd8e 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 41daef4d..0c747e86 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index f83c9972..345166b7 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index ab91585a..fc177321 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 009f5d35..e66cbd26 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index cfdcd2ad..0fd20a90 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 44d68535..cdc8933c 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 5123a491..e836e5df 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 78c2addc..fe856a16 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-17 06:37+0000\n" +"POT-Creation-Date: 2014-07-18 05:33+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-18 05:26+0000\n" +"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 5801391af6c084c8c65a0413ace04ed58afde719 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Sun, 20 Jul 2014 06:16:27 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 0efba9a8..bc245989 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 6a633cd1..3285edf4 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index aca02d5c..4c1faf46 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index ebca0835..36a411a7 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 05c99be1..b04ffb15 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 7c2b329a..76ecf2af 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 40ecd4be..dbb415a7 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 6fc325b5..dacf4151 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 525cc894..32206c4f 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index fc653baf..def01117 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 04bd96f8..0ea3641b 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 03ef5963..582fd7c4 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 176b5f03..b40823c0 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 1528162b..e182c8bf 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 1621fcc7..0ef4a27e 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 97d1180a..3ce60e97 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index ed193097..624505bf 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index f2898c1b..0e4b589d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 57718af3..37b55abf 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 633d1e34..99cdcdc8 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index bfb8973d..3977b312 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index d16408e7..27178ee2 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index a70f839c..3b1d4750 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 317b27d2..7e5a70bd 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index af52bbee..d2e3aef9 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index fd4fcb51..309f4b97 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index d833c05a..b148410f 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 39d6beed..c995d516 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index b3bdb734..3850330c 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index a2b5659f..0832ff1a 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 44aff186..e930e931 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 19bcec31..79e842ba 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index db5fdaca..a5cd1ba1 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 6dfe712e..f79c5f3c 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 94437e6d..e5dc55bd 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 8eef675f..977575ae 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 740611f5..9cf01d5f 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index f7bdab3c..5ca12ad5 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 131172e5..2464bf0a 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 093257e7..faf01eb7 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index f56724f9..f65fd170 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 2a75a2cd..8e389a36 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 88d0f3d7..43826528 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index c23c4dab..ee07d945 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 259a8a7a..1d9aae1e 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 11060bdc..e84661f6 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 85ae3356..76dd4a45 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 98790c49..e6e62369 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 5243d5e4..b11a20e3 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 101aaf3d..21606ed1 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 3873a712..77c8c7f7 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index f3517d9f..51f67333 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index a61b0c20..254265c9 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 3715f424..ce6e0cf5 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 1304898b..bab0073c 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 84cb7123..46860fc1 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 3fee060b..5a1494a1 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index cbae93c7..ea8ed3ec 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index e8c7c5ff..3237e12e 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 1d275377..960e6ef8 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 9977fd0c..2d81f006 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index eac1cb7a..9d8a5144 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 270bec4d..610a5293 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 089d3f79..0c473f4b 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index e28386da..50435276 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index 145cb2f0..ffb05d94 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 84effd8e..1a0b8aa5 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 0c747e86..eac49e99 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 345166b7..625c2031 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index fc177321..8c6dd103 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index e66cbd26..9e641916 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 0fd20a90..0c9d5406 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index cdc8933c..7c8866cc 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index e836e5df..a7f51f5e 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index fe856a16..5ecf42c2 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-18 05:33+0000\n" +"POT-Creation-Date: 2014-07-19 06:19+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-19 06:17+0000\n" +"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From e00b825c376e34ceb43e05c65fb677f7a4dd1058 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Mon, 21 Jul 2014 06:55:27 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index bc245989..89268358 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 3285edf4..e22608f9 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 4c1faf46..48f86501 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 36a411a7..dc1b321d 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index b04ffb15..a3b0d748 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 76ecf2af..176fde78 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index dbb415a7..78f63762 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index dacf4151..723fcdb4 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 32206c4f..92bea8f4 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index def01117..7834e5a7 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 0ea3641b..bdb599be 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 582fd7c4..808421d7 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index b40823c0..e206e5fa 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index e182c8bf..69d7edc2 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 0ef4a27e..d671b425 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 3ce60e97..eda53e51 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 624505bf..2e405d6b 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 0e4b589d..f92cc8db 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 37b55abf..26f1868f 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 99cdcdc8..08526a8e 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 3977b312..0b788ab6 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 27178ee2..904ca09a 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 3b1d4750..76096d29 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 7e5a70bd..b97ab82c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index d2e3aef9..6bb54c01 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 309f4b97..d607c919 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index b148410f..bd9af03f 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index c995d516..3fb0a366 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 3850330c..a78f282b 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 0832ff1a..48295fb7 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index e930e931..5d0ea92a 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 79e842ba..538752dd 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index a5cd1ba1..dffbdaf1 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index f79c5f3c..343314a9 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index e5dc55bd..bb19ab90 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 977575ae..bfbc684e 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 9cf01d5f..251263d7 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 5ca12ad5..b04173a4 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 2464bf0a..cdeb88a6 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index faf01eb7..7fdce2be 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index f65fd170..93de27ba 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 8e389a36..317d25ce 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 43826528..8955ddfb 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index ee07d945..9b1d388b 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 1d9aae1e..3bf62d97 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index e84661f6..13ed9043 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 76dd4a45..6ae937af 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index e6e62369..6c423e01 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index b11a20e3..b1ada201 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 21606ed1..67e70835 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 77c8c7f7..e6f67e3f 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 51f67333..4f40ecce 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 254265c9..33e55ffe 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index ce6e0cf5..9704115a 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index bab0073c..b1eb4fbf 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 46860fc1..5e6858cc 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 5a1494a1..1d98fc14 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index ea8ed3ec..64c7a9d7 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 3237e12e..3946613e 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 960e6ef8..1d8c96ee 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 2d81f006..580d7b8e 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 9d8a5144..52188429 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 610a5293..4af30b6e 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 0c473f4b..d3bdc4a8 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 50435276..86d8363d 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index ffb05d94..e82d2743 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 1a0b8aa5..e86f83f6 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index eac49e99..608a458e 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 625c2031..6c616e85 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 8c6dd103..13aa3e69 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 9e641916..5c549dc0 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 0c9d5406..4dc9c7cd 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 7c8866cc..47cccf5d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index a7f51f5e..233a0223 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 5ecf42c2..46a2ad16 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-19 06:19+0000\n" +"POT-Creation-Date: 2014-07-20 06:19+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-20 06:16+0000\n" +"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 2c2c328cea06ef3b04cb94c08cbefb57c258c3d4 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Tue, 22 Jul 2014 07:15:48 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 89268358..d98b7cb4 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index e22608f9..fd5a55b0 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 48f86501..44fff8f5 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index dc1b321d..b5cd8088 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index a3b0d748..c497ac9a 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 176fde78..888f8971 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 78f63762..a4fbab3d 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 723fcdb4..1f559978 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 92bea8f4..0828238f 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 7834e5a7..9ba5d753 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index bdb599be..341c1ac7 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 808421d7..4edcd9f6 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index e206e5fa..a3cf55d0 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 69d7edc2..c4a5b51d 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index d671b425..0a91c6b9 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index eda53e51..f484504c 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 2e405d6b..75f46784 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index f92cc8db..91e02bd7 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 26f1868f..c32a9848 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 08526a8e..5f8ac10c 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 0b788ab6..c1b1d76d 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 904ca09a..8b06a029 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 76096d29..9de57ded 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index b97ab82c..d218e6ca 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 6bb54c01..7b383cb6 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index d607c919..04bcd7ea 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index bd9af03f..06f18325 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 3fb0a366..2eb8813e 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index a78f282b..5f19d2e6 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 48295fb7..72e27e13 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 5d0ea92a..f106d420 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 538752dd..e6724dbe 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index dffbdaf1..7627f9ab 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 343314a9..7d5dffac 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index bb19ab90..6de71361 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index bfbc684e..6e0a490f 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 251263d7..1ab6e013 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index b04173a4..0c4565e2 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index cdeb88a6..ba2ccf10 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 7fdce2be..92662b9d 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 93de27ba..b151ac48 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 317d25ce..96acf375 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 8955ddfb..f29eea80 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 9b1d388b..dfec3eaa 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 3bf62d97..39cf993d 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 13ed9043..dc2bfcda 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 6ae937af..2c3d90b2 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 6c423e01..f5a418c3 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index b1ada201..ad115ffc 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 67e70835..3ca5b542 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index e6f67e3f..4d66e5f9 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 4f40ecce..4b6f6ea2 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 33e55ffe..400f3aa7 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 9704115a..9842e30a 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index b1eb4fbf..9ebf1792 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 5e6858cc..2fea5255 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 1d98fc14..dc29a05c 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 64c7a9d7..b22a3b80 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 3946613e..77b0d589 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 1d8c96ee..b320b68b 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 580d7b8e..2b4e28a6 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 52188429..a34bcc00 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 4af30b6e..b4751498 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index d3bdc4a8..54524aa4 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 86d8363d..6f8a604f 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index e82d2743..79b55ee1 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index e86f83f6..ea898358 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 608a458e..ec4f3ed8 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 6c616e85..c2b91605 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 13aa3e69..e8fe5fa1 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 5c549dc0..5f77842f 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 4dc9c7cd..a8341772 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 47cccf5d..30b5998b 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 233a0223..af01e618 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 46a2ad16..73ab7b87 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-20 06:19+0000\n" +"POT-Creation-Date: 2014-07-21 06:58+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-21 06:55+0000\n" +"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 2576c51e3485a98979624e32acbb2334a1f0a21f Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Wed, 23 Jul 2014 06:59:07 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 6 +++--- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 151 insertions(+), 151 deletions(-) diff --git a/po/am.po b/po/am.po index d98b7cb4..db28db40 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index fd5a55b0..1e813f94 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 44fff8f5..d3226a18 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index b5cd8088..cd3b9f29 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index c497ac9a..579962bc 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 888f8971..f209dc0b 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index a4fbab3d..8b68c9c2 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 1f559978..cfb5a18b 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 0828238f..892a514c 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 9ba5d753..bb9177c4 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 341c1ac7..2d2f79de 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 4edcd9f6..631883a2 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index a3cf55d0..c8cfce4c 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index c4a5b51d..360c3acd 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 0a91c6b9..a52dbe8c 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index f484504c..47f1acf6 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 75f46784..c863198d 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 91e02bd7..2450c4f4 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index c32a9848..e0819cd6 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 5f8ac10c..15f1fa55 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index c1b1d76d..3f65bbbb 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 8b06a029..4aded37b 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 9de57ded..61cef68e 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index d218e6ca..bb9e4a0a 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 7b383cb6..7b5c8664 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 04bcd7ea..af54feca 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 06f18325..0ab1049b 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 2eb8813e..6009ed75 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 5f19d2e6..a1168f3a 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 72e27e13..b95e5f17 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index f106d420..35fcd7e0 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index e6724dbe..af80b7d4 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 7627f9ab..24d33a72 100644 --- a/po/is.po +++ b/po/is.po @@ -7,20 +7,20 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 #, c-format msgid "%s input source" -msgstr "" +msgstr "%s inntak" #: ../lib/indicator-menu.vala:48 msgid "Character Map" diff --git a/po/it.po b/po/it.po index 7d5dffac..91c9529a 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 6de71361..a7682e1f 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 6e0a490f..175126d2 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 1ab6e013..a6067f9f 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 0c4565e2..ff3044f9 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index ba2ccf10..7c38a21e 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 92662b9d..b01c2ad5 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index b151ac48..ed882441 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 96acf375..9921d591 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index f29eea80..cfd423dd 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index dfec3eaa..55dddaa7 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 39cf993d..08fa3fe1 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index dc2bfcda..5cec7559 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 2c3d90b2..cedb76e5 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index f5a418c3..03159b00 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index ad115ffc..2522112f 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 3ca5b542..4bbc958e 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 4d66e5f9..0f06b5d6 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 4b6f6ea2..1492985c 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 400f3aa7..4f544d81 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 9842e30a..de4a1fa1 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 9ebf1792..eeb13b7a 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 2fea5255..95c24cbe 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index dc29a05c..64a887ff 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index b22a3b80..d5fdbcd0 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 77b0d589..af606728 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index b320b68b..60b24760 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 2b4e28a6..d901f2bd 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index a34bcc00..af5c3607 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index b4751498..060deeec 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 54524aa4..755d5fa8 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 6f8a604f..29312662 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index 79b55ee1..1424ee8b 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index ea898358..7a09120f 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index ec4f3ed8..f4dae30e 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index c2b91605..b68859ef 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index e8fe5fa1..a7a19ba8 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 5f77842f..455cedbf 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index a8341772..3532ca82 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 30b5998b..b8f01fb3 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index af01e618..9f2d0175 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 73ab7b87..cf435c98 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-21 06:58+0000\n" +"POT-Creation-Date: 2014-07-22 07:18+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-22 07:15+0000\n" +"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From a9e9018e1a6df47b0e11d521484924ba2c33cbae Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Thu, 24 Jul 2014 06:29:58 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index db28db40..b55c86aa 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 1e813f94..77842d55 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index d3226a18..e9fd0ea7 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index cd3b9f29..43d1fdcc 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 579962bc..b5870acb 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index f209dc0b..5ec3bf23 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 8b68c9c2..6fea0a73 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index cfb5a18b..1f0a57af 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 892a514c..fdb819a7 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index bb9177c4..db7c34b6 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 2d2f79de..0b8afa20 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 631883a2..2821424a 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index c8cfce4c..24c58175 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 360c3acd..b066f13b 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index a52dbe8c..18ef13ba 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 47f1acf6..c095f936 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index c863198d..26515996 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 2450c4f4..676797d8 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index e0819cd6..9d9cddba 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 15f1fa55..bad2e67f 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 3f65bbbb..ee8612d3 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 4aded37b..4c31e35d 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 61cef68e..647f26a0 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index bb9e4a0a..c4cddaa1 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 7b5c8664..240fbaf9 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index af54feca..7b1ee6da 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 0ab1049b..42dd3c65 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 6009ed75..7b6309c8 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index a1168f3a..02f41715 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index b95e5f17..f68c96f7 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 35fcd7e0..c05547ad 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index af80b7d4..7a4df8c9 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 24d33a72..6ee947f8 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 91c9529a..360d9719 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index a7682e1f..d99401a2 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 175126d2..89a74cde 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index a6067f9f..1acc9b4d 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index ff3044f9..30f9b349 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 7c38a21e..ad0b0e04 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index b01c2ad5..e243f01f 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index ed882441..e5a90ce3 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 9921d591..8161209f 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index cfd423dd..629304cd 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 55dddaa7..09995d24 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 08fa3fe1..924f30e9 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 5cec7559..441f4bd3 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index cedb76e5..ffc81ae8 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 03159b00..72f13e26 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 2522112f..03554ba6 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 4bbc958e..d3012bc4 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 0f06b5d6..2a76d927 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 1492985c..b305e9f9 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 4f544d81..e0968143 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index de4a1fa1..3adb80c0 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index eeb13b7a..1eae3437 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 95c24cbe..4258689d 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 64a887ff..05f2113c 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index d5fdbcd0..bd7e26d1 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index af606728..208c46a2 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 60b24760..38ec9edb 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index d901f2bd..90fb09ea 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:58+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index af5c3607..e4e12bd1 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 060deeec..1f019e98 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 755d5fa8..f54fd598 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 29312662..5ef2e232 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index 1424ee8b..caf81ced 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 7a09120f..d05ea7cd 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index f4dae30e..1c9ee3f4 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index b68859ef..77e61fd2 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index a7a19ba8..f421df56 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 455cedbf..c78c53a3 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 3532ca82..10c98800 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index b8f01fb3..c5597643 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 9f2d0175..d0161a68 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index cf435c98..9fab824e 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-22 07:18+0000\n" +"POT-Creation-Date: 2014-07-23 07:02+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-23 06:59+0000\n" +"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 3e2ad0d889e6dce0dc22f3e012bead4476beb617 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Fri, 25 Jul 2014 07:52:31 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index b55c86aa..82966a0a 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 77842d55..95876d60 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index e9fd0ea7..ef15264d 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 43d1fdcc..5cdc8592 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index b5870acb..965dd21b 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 5ec3bf23..e12fe9e2 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index 6fea0a73..f50585a2 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 1f0a57af..26787e5a 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index fdb819a7..ac15812d 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index db7c34b6..e932e66c 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 0b8afa20..f2f3f37c 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 2821424a..576d865f 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index 24c58175..0640ad09 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index b066f13b..3c5aee16 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 18ef13ba..0f19a214 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index c095f936..e6225e2b 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 26515996..7d7fdf80 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 676797d8..85591496 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 9d9cddba..a2fe96fa 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index bad2e67f..c81bdbfa 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index ee8612d3..488fd3d9 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 4c31e35d..db6c3593 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 647f26a0..01daae96 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index c4cddaa1..f022496b 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index 240fbaf9..073a473d 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 7b1ee6da..de3d1b85 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index 42dd3c65..32ccdee2 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index 7b6309c8..2f046bf7 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 02f41715..1d0f52d2 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index f68c96f7..27fff89c 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index c05547ad..b5fce062 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 7a4df8c9..c1b155b3 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index 6ee947f8..9498fc5b 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 360d9719..5a94a44d 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index d99401a2..a30126d4 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index 89a74cde..6724974f 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 1acc9b4d..c1f87086 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index 30f9b349..43061500 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index ad0b0e04..28dd01d9 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index e243f01f..baa6e4f4 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index e5a90ce3..942f2121 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 8161209f..369a79fe 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 629304cd..f3088cc7 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 09995d24..441801f6 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 924f30e9..d3033680 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 441f4bd3..4ba20947 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index ffc81ae8..9be35c70 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 72f13e26..ca3b0829 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 03554ba6..a9d26285 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index d3012bc4..a8eabede 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 2a76d927..738066d6 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index b305e9f9..ef26034d 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index e0968143..c878dcdf 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 3adb80c0..8f06952d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 1eae3437..3f1841af 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 4258689d..8cc99dd8 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 05f2113c..43f8d45d 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index bd7e26d1..af927016 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 208c46a2..66e205dd 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 38ec9edb..81070608 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 90fb09ea..dd9b3823 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index e4e12bd1..bb6b5c73 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 1f019e98..3e110469 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index f54fd598..868671ce 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 5ef2e232..3c99e273 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index caf81ced..0d610e8d 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index d05ea7cd..97ac3ac3 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 1c9ee3f4..ec149f17 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 77e61fd2..bfbacb91 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index f421df56..fbfb8657 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index c78c53a3..21f2e9ac 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 10c98800..98806db5 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index c5597643..09774c08 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index d0161a68..9c636ae8 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 9fab824e..d41ec9f7 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-23 07:02+0000\n" +"POT-Creation-Date: 2014-07-24 06:35+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-24 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" "X-Generator: Launchpad (build 17114)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 5603bfcd8e5b7629698f387625dca997a7b19b35 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Sat, 26 Jul 2014 07:14:31 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 6 +++--- po/ar.po | 6 +++--- po/ast.po | 6 +++--- po/az.po | 6 +++--- po/be.po | 6 +++--- po/bg.po | 6 +++--- po/br.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 6 +++--- po/ca@valencia.po | 6 +++--- po/cs.po | 6 +++--- po/cy.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 6 +++--- po/en_AU.po | 6 +++--- po/en_CA.po | 6 +++--- po/en_GB.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/eu.po | 6 +++--- po/fa.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/fr_CA.po | 6 +++--- po/ga.po | 6 +++--- po/gd.po | 6 +++--- po/gl.po | 6 +++--- po/he.po | 6 +++--- po/hi.po | 6 +++--- po/hu.po | 6 +++--- po/id.po | 6 +++--- po/is.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/km.po | 6 +++--- po/kn.po | 6 +++--- po/ko.po | 6 +++--- po/lt.po | 6 +++--- po/lv.po | 6 +++--- po/mg.po | 6 +++--- po/mhr.po | 6 +++--- po/mi.po | 6 +++--- po/ml.po | 6 +++--- po/mr.po | 6 +++--- po/ms.po | 6 +++--- po/nb.po | 6 +++--- po/ne.po | 6 +++--- po/nl.po | 6 +++--- po/oc.po | 6 +++--- po/pa.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sa.po | 6 +++--- po/si.po | 6 +++--- po/sk.po | 6 +++--- po/sl.po | 6 +++--- po/sq.po | 6 +++--- po/sr.po | 6 +++--- po/sv.po | 6 +++--- po/szl.po | 6 +++--- po/ta.po | 6 +++--- po/tg.po | 6 +++--- po/th.po | 6 +++--- po/tr.po | 6 +++--- po/ug.po | 6 +++--- po/uk.po | 6 +++--- po/uz.po | 6 +++--- po/vi.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_HK.po | 6 +++--- po/zh_TW.po | 6 +++--- 75 files changed, 225 insertions(+), 225 deletions(-) diff --git a/po/am.po b/po/am.po index 82966a0a..4470a50a 100644 --- a/po/am.po +++ b/po/am.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ar.po b/po/ar.po index 95876d60..b8fe76a8 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ast.po b/po/ast.po index ef15264d..6360a8a7 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/az.po b/po/az.po index 5cdc8592..1508487c 100644 --- a/po/az.po +++ b/po/az.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/be.po b/po/be.po index 965dd21b..182c29f9 100644 --- a/po/be.po +++ b/po/be.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bg.po b/po/bg.po index e12fe9e2..304fb864 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/br.po b/po/br.po index f50585a2..a6a3024e 100644 --- a/po/br.po +++ b/po/br.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/bs.po b/po/bs.po index 26787e5a..323e1c05 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca.po b/po/ca.po index ac15812d..0f590baa 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ca@valencia.po b/po/ca@valencia.po index e932e66c..cd2830bf 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cs.po b/po/cs.po index f2f3f37c..f2c75556 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/cy.po b/po/cy.po index 576d865f..6474c3f2 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/da.po b/po/da.po index 0640ad09..f21a1018 100644 --- a/po/da.po +++ b/po/da.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/de.po b/po/de.po index 3c5aee16..7ed32ebd 100644 --- a/po/de.po +++ b/po/de.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/el.po b/po/el.po index 0f19a214..2f0d4600 100644 --- a/po/el.po +++ b/po/el.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_AU.po b/po/en_AU.po index e6225e2b..56c1db07 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_CA.po b/po/en_CA.po index 7d7fdf80..765be083 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/en_GB.po b/po/en_GB.po index 85591496..7134fdd4 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/es.po b/po/es.po index a2fe96fa..fa3bb5f6 100644 --- a/po/es.po +++ b/po/es.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/et.po b/po/et.po index c81bdbfa..6b8e04e9 100644 --- a/po/et.po +++ b/po/et.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/eu.po b/po/eu.po index 488fd3d9..10791572 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fa.po b/po/fa.po index db6c3593..47751a43 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fi.po b/po/fi.po index 01daae96..8ddf3e22 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr.po b/po/fr.po index f022496b..930c0eec 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/fr_CA.po b/po/fr_CA.po index 073a473d..c440b844 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ga.po b/po/ga.po index de3d1b85..c3a0265e 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gd.po b/po/gd.po index 32ccdee2..cdc5249b 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/gl.po b/po/gl.po index 2f046bf7..ca50a92c 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/he.po b/po/he.po index 1d0f52d2..bf42866d 100644 --- a/po/he.po +++ b/po/he.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hi.po b/po/hi.po index 27fff89c..07fa1ec6 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/hu.po b/po/hu.po index b5fce062..f98f11c3 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/id.po b/po/id.po index c1b155b3..e752292c 100644 --- a/po/id.po +++ b/po/id.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/is.po b/po/is.po index 9498fc5b..b54b65c4 100644 --- a/po/is.po +++ b/po/is.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/it.po b/po/it.po index 5a94a44d..e829c7e1 100644 --- a/po/it.po +++ b/po/it.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ja.po b/po/ja.po index a30126d4..61638da2 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/km.po b/po/km.po index 6724974f..e19bcf11 100644 --- a/po/km.po +++ b/po/km.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/kn.po b/po/kn.po index c1f87086..705d3826 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ko.po b/po/ko.po index 43061500..c0fc2155 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lt.po b/po/lt.po index 28dd01d9..7718b491 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/lv.po b/po/lv.po index baa6e4f4..2e3cec9a 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mg.po b/po/mg.po index 942f2121..c8e43e9b 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mhr.po b/po/mhr.po index 369a79fe..1d9b99ba 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mi.po b/po/mi.po index f3088cc7..c49a5c2d 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ml.po b/po/ml.po index 441801f6..1da13080 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/mr.po b/po/mr.po index d3033680..7575791f 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ms.po b/po/ms.po index 4ba20947..0ecc353a 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nb.po b/po/nb.po index 9be35c70..ba6acd6e 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ne.po b/po/ne.po index ca3b0829..d6ff6cc9 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/nl.po b/po/nl.po index a9d26285..1e570525 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/oc.po b/po/oc.po index a8eabede..57e21a04 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pa.po b/po/pa.po index 738066d6..7c761beb 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pl.po b/po/pl.po index ef26034d..788d57e8 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt.po b/po/pt.po index c878dcdf..37bea2a2 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index 8f06952d..3e0b3965 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ro.po b/po/ro.po index 3f1841af..dcb3afef 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ru.po b/po/ru.po index 8cc99dd8..02df03fe 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sa.po b/po/sa.po index 43f8d45d..6d74dfe4 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/si.po b/po/si.po index af927016..3a570dd8 100644 --- a/po/si.po +++ b/po/si.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sk.po b/po/sk.po index 66e205dd..ed2362f3 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sl.po b/po/sl.po index 81070608..d694b693 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sq.po b/po/sq.po index dd9b3823..a530b265 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:51+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sr.po b/po/sr.po index bb6b5c73..4abe1b6b 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/sv.po b/po/sv.po index 3e110469..1a920942 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/szl.po b/po/szl.po index 868671ce..f6fcb2d5 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ta.po b/po/ta.po index 3c99e273..d1af47c7 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tg.po b/po/tg.po index 0d610e8d..25ea7799 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/th.po b/po/th.po index 97ac3ac3..439cc8b6 100644 --- a/po/th.po +++ b/po/th.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/tr.po b/po/tr.po index ec149f17..6e6ea5bf 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/ug.po b/po/ug.po index bfbacb91..203adb8c 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uk.po b/po/uk.po index fbfb8657..4a4818d4 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/uz.po b/po/uz.po index 21f2e9ac..78e5c179 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/vi.po b/po/vi.po index 98806db5..8e34ad80 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_CN.po b/po/zh_CN.po index 09774c08..0bf2816b 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index 9c636ae8..271b1b37 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format diff --git a/po/zh_TW.po b/po/zh_TW.po index d41ec9f7..45f9c7d9 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-24 06:35+0000\n" +"POT-Creation-Date: 2014-07-25 07:54+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-25 07:52+0000\n" -"X-Generator: Launchpad (build 17114)\n" +"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 #, c-format -- cgit v1.2.3 From d8b3a7070548444022d288149634c7424054e8a8 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Sun, 27 Jul 2014 06:29:59 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 4470a50a..15abebfc 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index b8fe76a8..13728799 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index 6360a8a7..e0c61016 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index 1508487c..bc58ab34 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 182c29f9..5a8a6cbd 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 304fb864..95eea8af 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index a6a3024e..fe2d690b 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 323e1c05..87aec28c 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 0f590baa..5a2e3714 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index cd2830bf..d3eca1b9 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index f2c75556..864eea79 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 6474c3f2..7847b9b0 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index f21a1018..b16ddd23 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 7ed32ebd..59d7921c 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 2f0d4600..4e5ac376 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 56c1db07..8bab1ab9 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 765be083..764846fe 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index 7134fdd4..aa7f0e3e 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index fa3bb5f6..705d2a63 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index 6b8e04e9..b4be1505 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 10791572..4c141266 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 47751a43..1a1affed 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 8ddf3e22..171d8b16 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index 930c0eec..d8101d1f 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index c440b844..bc6ca1c6 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index c3a0265e..452bbc57 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index cdc5249b..d08b83c6 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index ca50a92c..c06500fb 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index bf42866d..3cbbe237 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 07fa1ec6..54577cb6 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index f98f11c3..1656fbf7 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index e752292c..3ae2435e 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index b54b65c4..cbf0294a 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index e829c7e1..307efa34 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 61638da2..7727cd60 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index e19bcf11..f9fa1162 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 705d3826..16e6763e 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index c0fc2155..c5574ee4 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 7718b491..47c1456a 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 2e3cec9a..0042962b 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index c8e43e9b..89ea0b89 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index 1d9b99ba..f70f93b8 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index c49a5c2d..30a50b83 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index 1da13080..f3b201de 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index 7575791f..d0c30221 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 0ecc353a..36c5be04 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index ba6acd6e..7dfbfcdf 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index d6ff6cc9..609b172e 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 1e570525..7425c06c 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 57e21a04..2a4e6cb0 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 7c761beb..64f8d629 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index 788d57e8..ee8b3b2c 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 37bea2a2..0c6bc92a 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index 3e0b3965..a0bbb31c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index dcb3afef..60147de6 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index 02df03fe..e90105f8 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index 6d74dfe4..ded5a5f1 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index 3a570dd8..abf26bfa 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index ed2362f3..42af5576 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index d694b693..1ad39b1f 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index a530b265..9abcf1b1 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 4abe1b6b..4e2d9947 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index 1a920942..f3427664 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index f6fcb2d5..59f179be 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index d1af47c7..66fd52fc 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index 25ea7799..a9a5bf16 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 439cc8b6..07942a6c 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 6e6ea5bf..575b29b0 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 203adb8c..716e7922 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 4a4818d4..5b640eb6 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index 78e5c179..ca49f5d0 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index 8e34ad80..b082babf 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 0bf2816b..732d8043 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 271b1b37..2edfa7a9 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 45f9c7d9..57ea0ca7 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-25 07:54+0000\n" +"POT-Creation-Date: 2014-07-26 07:15+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-26 07:14+0000\n" +"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 -- cgit v1.2.3 From 5821cf88381ec50b42fbef94e8b8ba671af2b8c4 Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of indicator-applet-developers Date: Mon, 28 Jul 2014 06:42:48 +0000 Subject: Launchpad automatic translations update. --- po/am.po | 4 ++-- po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/az.po | 4 ++-- po/be.po | 4 ++-- po/bg.po | 4 ++-- po/br.po | 4 ++-- po/bs.po | 4 ++-- po/ca.po | 4 ++-- po/ca@valencia.po | 4 ++-- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_AU.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/fr_CA.po | 4 ++-- po/ga.po | 4 ++-- po/gd.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 4 ++-- po/hu.po | 4 ++-- po/id.po | 4 ++-- po/is.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/km.po | 4 ++-- po/kn.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mg.po | 4 ++-- po/mhr.po | 4 ++-- po/mi.po | 4 ++-- po/ml.po | 4 ++-- po/mr.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/sa.po | 4 ++-- po/si.po | 4 ++-- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sv.po | 4 ++-- po/szl.po | 4 ++-- po/ta.po | 4 ++-- po/tg.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 4 ++-- po/ug.po | 4 ++-- po/uk.po | 4 ++-- po/uz.po | 4 ++-- po/vi.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_HK.po | 4 ++-- po/zh_TW.po | 4 ++-- 75 files changed, 150 insertions(+), 150 deletions(-) diff --git a/po/am.po b/po/am.po index 15abebfc..93ddf328 100644 --- a/po/am.po +++ b/po/am.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-01-18 22:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ar.po b/po/ar.po index 13728799..e9eb17a1 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-10 03:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ast.po b/po/ast.po index e0c61016..5ef756fd 100644 --- a/po/ast.po +++ b/po/ast.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-03 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Asturian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/az.po b/po/az.po index bc58ab34..776d5bbf 100644 --- a/po/az.po +++ b/po/az.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-12 21:01+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Azerbaijani \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/be.po b/po/be.po index 5a8a6cbd..453cdc03 100644 --- a/po/be.po +++ b/po/be.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-14 10:04+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Belarusian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/bg.po b/po/bg.po index 95eea8af..f85a6ef3 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-11-13 14:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/br.po b/po/br.po index fe2d690b..f54e2e39 100644 --- a/po/br.po +++ b/po/br.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-11-07 15:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Breton \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/bs.po b/po/bs.po index 87aec28c..abb26340 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-28 15:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ca.po b/po/ca.po index 5a2e3714..14889b2b 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-19 10:24+0000\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ca@valencia.po b/po/ca@valencia.po index d3eca1b9..e8bfc74f 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-04-12 06:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (Valencian) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/cs.po b/po/cs.po index 864eea79..67e39278 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-08 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/cy.po b/po/cy.po index 7847b9b0..be0ea4fd 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-08 00:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Welsh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/da.po b/po/da.po index b16ddd23..ae7cc6c3 100644 --- a/po/da.po +++ b/po/da.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-28 10:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/de.po b/po/de.po index 59d7921c..6158653b 100644 --- a/po/de.po +++ b/po/de.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-28 11:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/el.po b/po/el.po index 4e5ac376..800cca44 100644 --- a/po/el.po +++ b/po/el.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-28 11:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/en_AU.po b/po/en_AU.po index 8bab1ab9..b0f0b889 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-07 23:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/en_CA.po b/po/en_CA.po index 764846fe..14aa773a 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-12 10:07+0000\n" "Last-Translator: William Hua \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/en_GB.po b/po/en_GB.po index aa7f0e3e..605900c9 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-29 15:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/es.po b/po/es.po index 705d2a63..0db84751 100644 --- a/po/es.po +++ b/po/es.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-02-26 21:59+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/et.po b/po/et.po index b4be1505..1a7a3f63 100644 --- a/po/et.po +++ b/po/et.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-28 15:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/eu.po b/po/eu.po index 4c141266..061bfbae 100644 --- a/po/eu.po +++ b/po/eu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-01 20:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/fa.po b/po/fa.po index 1a1affed..2917c148 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-11-01 05:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/fi.po b/po/fi.po index 171d8b16..5d891548 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-03 09:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/fr.po b/po/fr.po index d8101d1f..62f8d5e8 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-08-29 08:33+0000\n" "Last-Translator: Matthieu Baerts \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/fr_CA.po b/po/fr_CA.po index bc6ca1c6..73739547 100644 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-01-29 20:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: French (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ga.po b/po/ga.po index 452bbc57..11fa59d5 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-02-27 15:27+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/gd.po b/po/gd.po index d08b83c6..6fec6f43 100644 --- a/po/gd.po +++ b/po/gd.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-30 10:02+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Gaelic; Scottish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/gl.po b/po/gl.po index c06500fb..9b8fc8ce 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-29 17:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/he.po b/po/he.po index 3cbbe237..497a1e69 100644 --- a/po/he.po +++ b/po/he.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-01 12:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/hi.po b/po/hi.po index 54577cb6..a0a5593c 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-28 21:49+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/hu.po b/po/hu.po index 1656fbf7..fec07bc9 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-04 18:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/id.po b/po/id.po index 3ae2435e..b326945f 100644 --- a/po/id.po +++ b/po/id.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-11-12 16:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/is.po b/po/is.po index cbf0294a..0748192e 100644 --- a/po/is.po +++ b/po/is.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-05-17 18:23+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Icelandic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/it.po b/po/it.po index 307efa34..a126de0c 100644 --- a/po/it.po +++ b/po/it.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-12 11:02+0000\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ja.po b/po/ja.po index 7727cd60..097e4f81 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-29 07:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/km.po b/po/km.po index f9fa1162..df52803d 100644 --- a/po/km.po +++ b/po/km.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-17 01:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Khmer \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/kn.po b/po/kn.po index 16e6763e..106568c3 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-16 11:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ko.po b/po/ko.po index c5574ee4..3e49af44 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-01 10:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/lt.po b/po/lt.po index 47c1456a..fcfac90c 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-08-30 14:47+0000\n" "Last-Translator: Aurimas Fišeras \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/lv.po b/po/lv.po index 0042962b..e03dc26e 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-03 15:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/mg.po b/po/mg.po index 89ea0b89..55e74ac9 100644 --- a/po/mg.po +++ b/po/mg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-04-12 05:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malagasy \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/mhr.po b/po/mhr.po index f70f93b8..c241f35b 100644 --- a/po/mhr.po +++ b/po/mhr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-12-10 07:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/mi.po b/po/mi.po index 30a50b83..85f18406 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-05-19 20:25+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Maori \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ml.po b/po/ml.po index f3b201de..a0888ad9 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-12-29 06:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/mr.po b/po/mr.po index d0c30221..61a15380 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-01-07 01:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Marathi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ms.po b/po/ms.po index 36c5be04..160247aa 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-28 17:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/nb.po b/po/nb.po index 7dfbfcdf..827f3f52 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-07 09:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ne.po b/po/ne.po index 609b172e..d47141ef 100644 --- a/po/ne.po +++ b/po/ne.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-01-08 09:58+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Nepali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/nl.po b/po/nl.po index 7425c06c..7984dd93 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-30 07:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/oc.po b/po/oc.po index 2a4e6cb0..11c8f987 100644 --- a/po/oc.po +++ b/po/oc.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-02 06:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/pa.po b/po/pa.po index 64f8d629..49564b5e 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-02-02 00:07+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/pl.po b/po/pl.po index ee8b3b2c..a55e7e2e 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-13 13:52+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/pt.po b/po/pt.po index 0c6bc92a..46112ad6 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-10 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/pt_BR.po b/po/pt_BR.po index a0bbb31c..c7dea46a 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-08-28 01:25+0000\n" "Last-Translator: Adolfo Jayme \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ro.po b/po/ro.po index 60147de6..bd0b1450 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-30 07:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ru.po b/po/ru.po index e90105f8..207e4733 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-12 22:02+0000\n" "Last-Translator: Igor Zubarev \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/sa.po b/po/sa.po index ded5a5f1..2b6a918c 100644 --- a/po/sa.po +++ b/po/sa.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-06-06 09:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sanskrit \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/si.po b/po/si.po index abf26bfa..ea95bcbd 100644 --- a/po/si.po +++ b/po/si.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-31 17:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Sinhalese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/sk.po b/po/sk.po index 42af5576..da54c88f 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-02 13:04+0000\n" "Last-Translator: Pavol Klačanský \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/sl.po b/po/sl.po index 1ad39b1f..2a1a0a84 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-27 18:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/sq.po b/po/sq.po index 9abcf1b1..1dab99a9 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-28 13:40+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/sr.po b/po/sr.po index 4e2d9947..4e80d5da 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-06-21 11:10+0000\n" "Last-Translator: Иван Благојевић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/sv.po b/po/sv.po index f3427664..84cf80f2 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-30 08:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/szl.po b/po/szl.po index 59f179be..f0b7a96d 100644 --- a/po/szl.po +++ b/po/szl.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-03-05 16:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ta.po b/po/ta.po index 66fd52fc..d93025e7 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-25 01:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/tg.po b/po/tg.po index a9a5bf16..dbe3ac77 100644 --- a/po/tg.po +++ b/po/tg.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-28 14:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tajik \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/th.po b/po/th.po index 07942a6c..3ce52bb3 100644 --- a/po/th.po +++ b/po/th.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-02-23 02:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/tr.po b/po/tr.po index 575b29b0..1a167661 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-28 21:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/ug.po b/po/ug.po index 716e7922..6f6ce25b 100644 --- a/po/ug.po +++ b/po/ug.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-30 06:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/uk.po b/po/uk.po index 5b640eb6..6120a47a 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-09-27 17:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/uz.po b/po/uz.po index ca49f5d0..2c37c76b 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-04-20 13:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Uzbek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/vi.po b/po/vi.po index b082babf..52356cf2 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-16 11:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/zh_CN.po b/po/zh_CN.po index 732d8043..cccebf8c 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-03 12:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/zh_HK.po b/po/zh_HK.po index 2edfa7a9..7bdaedc8 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2014-01-26 14:12+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 diff --git a/po/zh_TW.po b/po/zh_TW.po index 57ea0ca7..c6fb0ec6 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2014-07-26 07:15+0000\n" +"POT-Creation-Date: 2014-07-27 06:31+0000\n" "PO-Revision-Date: 2013-10-14 14:50+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-07-27 06:29+0000\n" +"X-Launchpad-Export-Date: 2014-07-28 06:42+0000\n" "X-Generator: Launchpad (build 17131)\n" #: ../lib/main.vala:706 -- cgit v1.2.3