From 5140c099b3985877d37b2cdcfc4d7711c40c6aeb Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 31 Jul 2013 22:57:11 -0500 Subject: remove --enable-localinstall --- po/indicator-bluetooth.pot | 72 ---------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 po/indicator-bluetooth.pot (limited to 'po') diff --git a/po/indicator-bluetooth.pot b/po/indicator-bluetooth.pot deleted file mode 100644 index 9559462..0000000 --- a/po/indicator-bluetooth.pot +++ /dev/null @@ -1,72 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-08 11:56+1300\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../data/com.canonical.indicator.bluetooth.gschema.xml.in.h:1 -msgid "Whether or not to show the bluetooth indicator in the menu bar." -msgstr "" - -#: ../src/indicator-bluetooth.vala:17 -#: ../src/indicator-bluetooth-service.vala:231 -msgid "Bluetooth: On" -msgstr "" - -#: ../src/indicator-bluetooth-service.vala:54 -#: ../src/indicator-bluetooth-service.vala:438 -msgid "Bluetooth" -msgstr "" - -#: ../src/indicator-bluetooth-service.vala:68 -msgid "Visible" -msgstr "" - -#: ../src/indicator-bluetooth-service.vala:117 -msgid "Set Up New Device…" -msgstr "" - -#: ../src/indicator-bluetooth-service.vala:122 -msgid "Bluetooth Settings…" -msgstr "" - -#: ../src/indicator-bluetooth-service.vala:231 -msgid "Bluetooth: Off" -msgstr "" - -#: ../src/indicator-bluetooth-service.vala:290 -msgid "Connection" -msgstr "" - -#: ../src/indicator-bluetooth-service.vala:313 -msgid "Send files…" -msgstr "" - -#: ../src/indicator-bluetooth-service.vala:321 -msgid "Browse files…" -msgstr "" - -#: ../src/indicator-bluetooth-service.vala:330 -msgid "Keyboard Settings…" -msgstr "" - -#: ../src/indicator-bluetooth-service.vala:338 -msgid "Mouse and Touchpad Settings…" -msgstr "" - -#: ../src/indicator-bluetooth-service.vala:347 -msgid "Sound Settings…" -msgstr "" -- cgit v1.2.3 From 7c0143bbcdf5c3bb05d2e23ab3ddf55b30a62766 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 6 Aug 2013 13:01:58 -0500 Subject: sync POTFILES.in with the new files in src/ --- po/POTFILES.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index 634553a..c41a51e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -2,5 +2,13 @@ # Please keep this file in alphabetical order. [encoding: UTF-8] data/com.canonical.indicator.bluetooth.gschema.xml.in -src/indicator-bluetooth.vala -src/indicator-bluetooth-service.vala +src/bluetooth.vala +src/bluez.vala +src/desktop.vala +src/device.vala +src/killswitch.vala +src/main.vala +src/org-bluez.vala +src/phone.vala +src/profile.vala +src/service.vala -- cgit v1.2.3 From a5c2cb14eed8e18dc56cda9034a80c72e7adbdfe Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 6 Aug 2013 14:17:09 -0500 Subject: add src/bluez.c, src/desktop.c, src/phone.c to POTFILES.in --- po/POTFILES.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index c41a51e..c09e954 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -3,12 +3,15 @@ [encoding: UTF-8] data/com.canonical.indicator.bluetooth.gschema.xml.in src/bluetooth.vala +src/bluez.c src/bluez.vala +src/desktop.c src/desktop.vala src/device.vala src/killswitch.vala src/main.vala src/org-bluez.vala +src/phone.c src/phone.vala src/profile.vala src/service.vala -- cgit v1.2.3