diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2013-08-10 04:26:27 +0000 |
|---|---|---|
| committer | Tarmac <> | 2013-08-10 04:26:27 +0000 |
| commit | f28653eb1a4a310987fffc44334b93da3f547d41 (patch) | |
| tree | 82a72bfbb7eeca76766d73ae20f1152c5b8392c3 /po | |
| parent | 0391025f72e9e5fed972b40e63087635d50c9234 (diff) | |
| parent | a0616908a817d6fad47c29ae703fc8a2ea379af6 (diff) | |
| download | ayatana-indicator-bluetooth-f28653eb1a4a310987fffc44334b93da3f547d41.tar.gz ayatana-indicator-bluetooth-f28653eb1a4a310987fffc44334b93da3f547d41.tar.bz2 ayatana-indicator-bluetooth-f28653eb1a4a310987fffc44334b93da3f547d41.zip | |
Add phone profile. Export menus & actions using gio. Drops the gtk, dbusmenu, and libindicator build dependencies. Drops runtime dependency on gnome-blueooth in the phone profile.
Approved by Ted Gould, PS Jenkins bot, Mathieu Trudel-Lapierre.
Diffstat (limited to 'po')
| -rw-r--r-- | po/POTFILES.in | 15 | ||||
| -rw-r--r-- | po/indicator-bluetooth.pot | 72 |
2 files changed, 13 insertions, 74 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 634553a..c09e954 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -2,5 +2,16 @@ # 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.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 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 <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\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 "" |
