diff -Nru indicator-keyboard-0.0.0+17.04.20170228/debian/changelog indicator-keyboard-0.0.0+17.04.20170301/debian/changelog --- indicator-keyboard-0.0.0+17.04.20170228/debian/changelog 2017-03-01 18:50:53.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/debian/changelog 2017-03-01 18:50:53.000000000 +0000 @@ -1,8 +1,8 @@ -indicator-keyboard (0.0.0+17.04.20170228-0ubuntu1) zesty; urgency=medium +indicator-keyboard (0.0.0+17.04.20170301-0ubuntu1) zesty; urgency=medium * Add an OSK switch to the keyboard indicator (LP: #1521518) - -- Lukáš Tinkl Tue, 28 Feb 2017 17:04:11 +0000 + -- Lukáš Tinkl Wed, 01 Mar 2017 13:42:36 +0000 indicator-keyboard (0.0.0+17.04.20170207-0ubuntu1) zesty; urgency=medium diff -Nru indicator-keyboard-0.0.0+17.04.20170228/lib/indicator-menu.vala indicator-keyboard-0.0.0+17.04.20170301/lib/indicator-menu.vala --- indicator-keyboard-0.0.0+17.04.20170228/lib/indicator-menu.vala 2017-02-28 17:03:44.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/lib/indicator-menu.vala 2017-03-01 13:41:55.000000000 +0000 @@ -31,6 +31,7 @@ private Menu indicator_menu; private Menu sources_section; + private Menu osk_section; private IBusMenu properties_section; public IndicatorMenu (ActionMap? action_map = null, Options options = Options.NONE) { @@ -38,6 +39,7 @@ indicator_menu = new Menu (); sources_section = new Menu (); + osk_section = new Menu (); if ((options & ~Options.DCONF) != Options.NONE) { var submenu = new Menu (); @@ -51,12 +53,9 @@ } if (Options.OSK_SWITCH in options) { - var osk_section = new Menu (); - var osk_item = new MenuItem(_("On-screen keyboard"), "indicator.always-show-osk"); - osk_item.set_attribute("x-canonical-type", "s", "com.canonical.indicator.switch"); - osk_section.append_item(osk_item); - submenu.append_section(null, osk_section); + rebuild_osk_section(true); } + submenu.append_section(null, osk_section); if (Options.SETTINGS in options) { var settings_section = new Menu (); @@ -114,6 +113,16 @@ } } + public void rebuild_osk_section(bool enable) { + osk_section.remove_all(); + + if (enable) { + var osk_item = new MenuItem(_("On-screen keyboard"), "indicator.always-show-osk"); + osk_item.set_attribute("x-canonical-type", "s", "com.canonical.indicator.switch"); + osk_section.append_item(osk_item); + } + } + public void set_properties (IBus.PropList properties) { if (Options.IBUS in options) { properties_section.set_properties (properties); diff -Nru indicator-keyboard-0.0.0+17.04.20170228/lib/main.vala indicator-keyboard-0.0.0+17.04.20170301/lib/main.vala --- indicator-keyboard-0.0.0+17.04.20170228/lib/main.vala 2017-02-28 17:03:44.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/lib/main.vala 2017-03-01 13:41:55.000000000 +0000 @@ -144,6 +144,9 @@ var sss = SettingsSchemaSource.get_default(); if (sss.lookup("com.canonical.Unity8", true) != null) { unity8_settings = new Settings("com.canonical.Unity8"); + ((!) unity8_settings).changed["osk-switch-visible"].connect((key) => { + get_desktop_menu().rebuild_osk_section(((!) unity8_settings).get_boolean(key)); + }); } migrate_keyboard_layouts (); @@ -1046,24 +1049,11 @@ action.activate.connect (handle_activate_settings); group.add_action (action); - if (is_unity8_active()) { - SimpleAction osk_action = new SimpleAction.stateful("always-show-osk", null, new Variant.boolean(((!) unity8_settings).get_boolean("always-show-osk"))); - osk_action.set_enabled(((!) unity8_settings).get_boolean("osk-switch-visible")); - - // propagate changes from "osk_action" -> gsettings - osk_action.change_state.connect(() => { - osk_action.set_state (new Variant.boolean (!osk_action.get_state().get_boolean())); - ((!) unity8_settings).set_boolean("always-show-osk", osk_action.get_state().get_boolean()); - }); - - // propagate changes from gsettings -> "osk_action" - ((!) unity8_settings).changed["osk-switch-visible"].connect((key) => { - osk_action.set_enabled(((!) unity8_settings).get_boolean(key)); - }); - ((!) unity8_settings).changed["always-show-osk"].connect((key) => { - osk_action.set_state(((!) unity8_settings).get_boolean(key)); - }); - group.add_action(osk_action); + if (is_unity8_active() && unity8_settings != null) { + Action? osk_action = ((!) unity8_settings).create_action("always-show-osk"); + if (osk_action != null) { + group.add_action((!) osk_action); + } } return group; @@ -1091,7 +1081,7 @@ } } - if (is_unity8_active()) { + if (is_unity8_active() && ((!)unity8_settings).get_boolean("osk-switch-visible")) { options |= IndicatorMenu.Options.OSK_SWITCH; } diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/aa.po indicator-keyboard-0.0.0+17.04.20170301/po/aa.po --- indicator-keyboard-0.0.0+17.04.20170228/po/aa.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/aa.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-04-05 19:00+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Afar \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/af.po indicator-keyboard-0.0.0+17.04.20170301/po/af.po --- indicator-keyboard-0.0.0+17.04.20170228/po/af.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/af.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-08-28 13:32+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Afrikaans \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/am.po indicator-keyboard-0.0.0+17.04.20170301/po/am.po --- indicator-keyboard-0.0.0+17.04.20170228/po/am.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/am.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ar.po indicator-keyboard-0.0.0+17.04.20170301/po/ar.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ar.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ar.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/as.po indicator-keyboard-0.0.0+17.04.20170301/po/as.po --- indicator-keyboard-0.0.0+17.04.20170228/po/as.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/as.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-02-21 06:37+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Assamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ast.po indicator-keyboard-0.0.0+17.04.20170301/po/ast.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ast.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ast.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/az.po indicator-keyboard-0.0.0+17.04.20170301/po/az.po --- indicator-keyboard-0.0.0+17.04.20170228/po/az.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/az.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/be.po indicator-keyboard-0.0.0+17.04.20170301/po/be.po --- indicator-keyboard-0.0.0+17.04.20170228/po/be.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/be.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/bg.po indicator-keyboard-0.0.0+17.04.20170301/po/bg.po --- indicator-keyboard-0.0.0+17.04.20170228/po/bg.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/bg.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/bn.po indicator-keyboard-0.0.0+17.04.20170301/po/bn.po --- indicator-keyboard-0.0.0+17.04.20170228/po/bn.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/bn.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2014-08-16 11:17+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bengali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/br.po indicator-keyboard-0.0.0+17.04.20170301/po/br.po --- indicator-keyboard-0.0.0+17.04.20170228/po/br.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/br.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/bs.po indicator-keyboard-0.0.0+17.04.20170301/po/bs.po --- indicator-keyboard-0.0.0+17.04.20170228/po/bs.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/bs.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ca.po indicator-keyboard-0.0.0+17.04.20170301/po/ca.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ca.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ca.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ca@valencia.po indicator-keyboard-0.0.0+17.04.20170301/po/ca@valencia.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ca@valencia.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ca@valencia.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ce.po indicator-keyboard-0.0.0+17.04.20170301/po/ce.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ce.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ce.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2014-08-08 12:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chechen \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ckb.po indicator-keyboard-0.0.0+17.04.20170301/po/ckb.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ckb.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ckb.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-06-22 06:34+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kurdish (Sorani) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/co.po indicator-keyboard-0.0.0+17.04.20170301/po/co.po --- indicator-keyboard-0.0.0+17.04.20170228/po/co.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/co.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2016-05-26 15:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Corsican \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/cs.po indicator-keyboard-0.0.0+17.04.20170301/po/cs.po --- indicator-keyboard-0.0.0+17.04.20170228/po/cs.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/cs.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/cy.po indicator-keyboard-0.0.0+17.04.20170301/po/cy.po --- indicator-keyboard-0.0.0+17.04.20170228/po/cy.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/cy.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/da.po indicator-keyboard-0.0.0+17.04.20170301/po/da.po --- indicator-keyboard-0.0.0+17.04.20170228/po/da.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/da.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/de.po indicator-keyboard-0.0.0+17.04.20170301/po/de.po --- indicator-keyboard-0.0.0+17.04.20170228/po/de.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/de.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/el.po indicator-keyboard-0.0.0+17.04.20170301/po/el.po --- indicator-keyboard-0.0.0+17.04.20170228/po/el.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/el.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/en_AU.po indicator-keyboard-0.0.0+17.04.20170301/po/en_AU.po --- indicator-keyboard-0.0.0+17.04.20170228/po/en_AU.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/en_AU.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/en_CA.po indicator-keyboard-0.0.0+17.04.20170301/po/en_CA.po --- indicator-keyboard-0.0.0+17.04.20170228/po/en_CA.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/en_CA.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/en_GB.po indicator-keyboard-0.0.0+17.04.20170301/po/en_GB.po --- indicator-keyboard-0.0.0+17.04.20170228/po/en_GB.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/en_GB.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/eo.po indicator-keyboard-0.0.0+17.04.20170301/po/eo.po --- indicator-keyboard-0.0.0+17.04.20170228/po/eo.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/eo.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-04-01 00:15+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Esperanto \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/es.po indicator-keyboard-0.0.0+17.04.20170301/po/es.po --- indicator-keyboard-0.0.0+17.04.20170228/po/es.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/es.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2016-08-10 19:22+0000\n" "Last-Translator: Víctor R. Ruiz \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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/et.po indicator-keyboard-0.0.0+17.04.20170301/po/et.po --- indicator-keyboard-0.0.0+17.04.20170228/po/et.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/et.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/eu.po indicator-keyboard-0.0.0+17.04.20170301/po/eu.po --- indicator-keyboard-0.0.0+17.04.20170228/po/eu.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/eu.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/fa.po indicator-keyboard-0.0.0+17.04.20170301/po/fa.po --- indicator-keyboard-0.0.0+17.04.20170228/po/fa.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/fa.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/fi.po indicator-keyboard-0.0.0+17.04.20170301/po/fi.po --- indicator-keyboard-0.0.0+17.04.20170228/po/fi.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/fi.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2016-12-08 07:42+0000\n" "Last-Translator: Jiri Grönroos \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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/fo.po indicator-keyboard-0.0.0+17.04.20170301/po/fo.po --- indicator-keyboard-0.0.0+17.04.20170228/po/fo.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/fo.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-11-05 22:46+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Faroese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/fr_CA.po indicator-keyboard-0.0.0+17.04.20170301/po/fr_CA.po --- indicator-keyboard-0.0.0+17.04.20170228/po/fr_CA.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/fr_CA.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/fr.po indicator-keyboard-0.0.0+17.04.20170301/po/fr.po --- indicator-keyboard-0.0.0+17.04.20170228/po/fr.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/fr.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2016-09-04 18:07+0000\n" "Last-Translator: Bertrand Chevrier \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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ga.po indicator-keyboard-0.0.0+17.04.20170301/po/ga.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ga.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ga.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/gd.po indicator-keyboard-0.0.0+17.04.20170301/po/gd.po --- indicator-keyboard-0.0.0+17.04.20170228/po/gd.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/gd.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/gl.po indicator-keyboard-0.0.0+17.04.20170301/po/gl.po --- indicator-keyboard-0.0.0+17.04.20170228/po/gl.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/gl.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/gv.po indicator-keyboard-0.0.0+17.04.20170301/po/gv.po --- indicator-keyboard-0.0.0+17.04.20170228/po/gv.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/gv.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-04-02 15:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Manx \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/he.po indicator-keyboard-0.0.0+17.04.20170301/po/he.po --- indicator-keyboard-0.0.0+17.04.20170228/po/he.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/he.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/hi.po indicator-keyboard-0.0.0+17.04.20170301/po/hi.po --- indicator-keyboard-0.0.0+17.04.20170228/po/hi.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/hi.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/hr.po indicator-keyboard-0.0.0+17.04.20170301/po/hr.po --- indicator-keyboard-0.0.0+17.04.20170228/po/hr.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/hr.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2014-12-06 05:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/hu.po indicator-keyboard-0.0.0+17.04.20170301/po/hu.po --- indicator-keyboard-0.0.0+17.04.20170228/po/hu.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/hu.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2016-08-12 12:56+0000\n" "Last-Translator: Richard Somlói \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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/hy.po indicator-keyboard-0.0.0+17.04.20170301/po/hy.po --- indicator-keyboard-0.0.0+17.04.20170228/po/hy.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/hy.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2014-10-27 12:26+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Armenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ia.po indicator-keyboard-0.0.0+17.04.20170301/po/ia.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ia.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ia.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2016-09-03 05:24+0000\n" "Last-Translator: karm \n" "Language-Team: Interlingua \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/id.po indicator-keyboard-0.0.0+17.04.20170301/po/id.po --- indicator-keyboard-0.0.0+17.04.20170228/po/id.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/id.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/is.po indicator-keyboard-0.0.0+17.04.20170301/po/is.po --- indicator-keyboard-0.0.0+17.04.20170228/po/is.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/is.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2016-08-29 22:36+0000\n" "Last-Translator: Stefán Örvar Sigmundsson \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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/it.po indicator-keyboard-0.0.0+17.04.20170301/po/it.po --- indicator-keyboard-0.0.0+17.04.20170228/po/it.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/it.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ja.po indicator-keyboard-0.0.0+17.04.20170301/po/ja.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ja.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ja.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ka.po indicator-keyboard-0.0.0+17.04.20170301/po/ka.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ka.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ka.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-11-27 09:11+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Georgian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/kk.po indicator-keyboard-0.0.0+17.04.20170301/po/kk.po --- indicator-keyboard-0.0.0+17.04.20170228/po/kk.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/kk.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2016-05-21 14:55+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kazakh \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/km.po indicator-keyboard-0.0.0+17.04.20170301/po/km.po --- indicator-keyboard-0.0.0+17.04.20170228/po/km.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/km.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/kn.po indicator-keyboard-0.0.0+17.04.20170301/po/kn.po --- indicator-keyboard-0.0.0+17.04.20170228/po/kn.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/kn.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ko.po indicator-keyboard-0.0.0+17.04.20170301/po/ko.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ko.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ko.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ku.po indicator-keyboard-0.0.0+17.04.20170301/po/ku.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ku.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ku.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2017-01-29 12:06+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kurdish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/lb.po indicator-keyboard-0.0.0+17.04.20170301/po/lb.po --- indicator-keyboard-0.0.0+17.04.20170228/po/lb.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/lb.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-05-31 16:13+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Luxembourgish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ln.po indicator-keyboard-0.0.0+17.04.20170301/po/ln.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ln.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ln.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2016-09-29 14:47+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lingala \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/lo.po indicator-keyboard-0.0.0+17.04.20170301/po/lo.po --- indicator-keyboard-0.0.0+17.04.20170228/po/lo.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/lo.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-07-24 13:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lao \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/lt.po indicator-keyboard-0.0.0+17.04.20170301/po/lt.po --- indicator-keyboard-0.0.0+17.04.20170228/po/lt.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/lt.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/lv.po indicator-keyboard-0.0.0+17.04.20170301/po/lv.po --- indicator-keyboard-0.0.0+17.04.20170228/po/lv.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/lv.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/mg.po indicator-keyboard-0.0.0+17.04.20170301/po/mg.po --- indicator-keyboard-0.0.0+17.04.20170228/po/mg.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/mg.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/mhr.po indicator-keyboard-0.0.0+17.04.20170301/po/mhr.po --- indicator-keyboard-0.0.0+17.04.20170228/po/mhr.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/mhr.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/mi.po indicator-keyboard-0.0.0+17.04.20170301/po/mi.po --- indicator-keyboard-0.0.0+17.04.20170228/po/mi.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/mi.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ml.po indicator-keyboard-0.0.0+17.04.20170301/po/ml.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ml.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ml.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/mr.po indicator-keyboard-0.0.0+17.04.20170301/po/mr.po --- indicator-keyboard-0.0.0+17.04.20170228/po/mr.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/mr.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ms.po indicator-keyboard-0.0.0+17.04.20170301/po/ms.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ms.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ms.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/my.po indicator-keyboard-0.0.0+17.04.20170301/po/my.po --- indicator-keyboard-0.0.0+17.04.20170228/po/my.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/my.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-07-25 07:06+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Burmese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/nb.po indicator-keyboard-0.0.0+17.04.20170301/po/nb.po --- indicator-keyboard-0.0.0+17.04.20170228/po/nb.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/nb.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ne.po indicator-keyboard-0.0.0+17.04.20170301/po/ne.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ne.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ne.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/nl.po indicator-keyboard-0.0.0+17.04.20170301/po/nl.po --- indicator-keyboard-0.0.0+17.04.20170228/po/nl.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/nl.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ny.po indicator-keyboard-0.0.0+17.04.20170301/po/ny.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ny.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ny.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-03-09 10:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chewa; Chichewa; Nyanja \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/oc.po indicator-keyboard-0.0.0+17.04.20170301/po/oc.po --- indicator-keyboard-0.0.0+17.04.20170228/po/oc.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/oc.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/pa.po indicator-keyboard-0.0.0+17.04.20170301/po/pa.po --- indicator-keyboard-0.0.0+17.04.20170228/po/pa.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/pa.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/pl.po indicator-keyboard-0.0.0+17.04.20170301/po/pl.po --- indicator-keyboard-0.0.0+17.04.20170228/po/pl.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/pl.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2016-10-22 16:07+0000\n" "Last-Translator: Krzysztof Tataradziński \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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/pt_BR.po indicator-keyboard-0.0.0+17.04.20170301/po/pt_BR.po --- indicator-keyboard-0.0.0+17.04.20170228/po/pt_BR.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/pt_BR.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/pt.po indicator-keyboard-0.0.0+17.04.20170301/po/pt.po --- indicator-keyboard-0.0.0+17.04.20170228/po/pt.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/pt.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2016-09-01 16:47+0000\n" "Last-Translator: Ivo Xavier \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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ro.po indicator-keyboard-0.0.0+17.04.20170301/po/ro.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ro.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ro.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ru.po indicator-keyboard-0.0.0+17.04.20170301/po/ru.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ru.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ru.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/sa.po indicator-keyboard-0.0.0+17.04.20170301/po/sa.po --- indicator-keyboard-0.0.0+17.04.20170228/po/sa.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/sa.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/si.po indicator-keyboard-0.0.0+17.04.20170301/po/si.po --- indicator-keyboard-0.0.0+17.04.20170228/po/si.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/si.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/sk.po indicator-keyboard-0.0.0+17.04.20170301/po/sk.po --- indicator-keyboard-0.0.0+17.04.20170228/po/sk.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/sk.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/sl.po indicator-keyboard-0.0.0+17.04.20170301/po/sl.po --- indicator-keyboard-0.0.0+17.04.20170228/po/sl.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/sl.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/sq.po indicator-keyboard-0.0.0+17.04.20170301/po/sq.po --- indicator-keyboard-0.0.0+17.04.20170228/po/sq.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/sq.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:15+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:58+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/sr.po indicator-keyboard-0.0.0+17.04.20170301/po/sr.po --- indicator-keyboard-0.0.0+17.04.20170228/po/sr.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/sr.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/sv.po indicator-keyboard-0.0.0+17.04.20170301/po/sv.po --- indicator-keyboard-0.0.0+17.04.20170228/po/sv.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/sv.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/szl.po indicator-keyboard-0.0.0+17.04.20170301/po/szl.po --- indicator-keyboard-0.0.0+17.04.20170228/po/szl.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/szl.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ta.po indicator-keyboard-0.0.0+17.04.20170301/po/ta.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ta.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ta.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/te.po indicator-keyboard-0.0.0+17.04.20170301/po/te.po --- indicator-keyboard-0.0.0+17.04.20170228/po/te.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/te.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-04-10 07:29+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Telugu \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/tg.po indicator-keyboard-0.0.0+17.04.20170301/po/tg.po --- indicator-keyboard-0.0.0+17.04.20170228/po/tg.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/tg.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/th.po indicator-keyboard-0.0.0+17.04.20170301/po/th.po --- indicator-keyboard-0.0.0+17.04.20170228/po/th.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/th.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/tr.po indicator-keyboard-0.0.0+17.04.20170301/po/tr.po --- indicator-keyboard-0.0.0+17.04.20170228/po/tr.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/tr.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/ug.po indicator-keyboard-0.0.0+17.04.20170301/po/ug.po --- indicator-keyboard-0.0.0+17.04.20170228/po/ug.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/ug.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/uk.po indicator-keyboard-0.0.0+17.04.20170301/po/uk.po --- indicator-keyboard-0.0.0+17.04.20170228/po/uk.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/uk.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/uz.po indicator-keyboard-0.0.0+17.04.20170301/po/uz.po --- indicator-keyboard-0.0.0+17.04.20170228/po/uz.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/uz.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/vi.po indicator-keyboard-0.0.0+17.04.20170301/po/vi.po --- indicator-keyboard-0.0.0+17.04.20170228/po/vi.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/vi.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/wo.po indicator-keyboard-0.0.0+17.04.20170301/po/wo.po --- indicator-keyboard-0.0.0+17.04.20170228/po/wo.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/wo.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2015-10-22 09:05+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Wolof \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/zh_CN.po indicator-keyboard-0.0.0+17.04.20170301/po/zh_CN.po --- indicator-keyboard-0.0.0+17.04.20170228/po/zh_CN.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/zh_CN.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/zh_HK.po indicator-keyboard-0.0.0+17.04.20170301/po/zh_HK.po --- indicator-keyboard-0.0.0+17.04.20170228/po/zh_HK.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/zh_HK.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05: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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837 diff -Nru indicator-keyboard-0.0.0+17.04.20170228/po/zh_TW.po indicator-keyboard-0.0.0+17.04.20170301/po/zh_TW.po --- indicator-keyboard-0.0.0+17.04.20170228/po/zh_TW.po 2017-02-28 17:03:27.000000000 +0000 +++ indicator-keyboard-0.0.0+17.04.20170301/po/zh_TW.po 2017-03-01 13:41:34.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: indicator-keyboard\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-27 05:49+0000\n" +"POT-Creation-Date: 2017-02-28 05:18+0000\n" "PO-Revision-Date: 2016-09-16 11:15+0000\n" "Last-Translator: Shaoyu Tseng \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: 2017-02-28 05:16+0000\n" +"X-Launchpad-Export-Date: 2017-03-01 05:59+0000\n" "X-Generator: Launchpad (build 18329)\n" #: ../lib/main.vala:837