Skip to content

Commit d0c9774

Browse files
authored
Merge pull request #44 from johnhoran/devel
merge v10 into master
2 parents 838d89e + 9176470 commit d0c9774

11 files changed

Lines changed: 2393 additions & 2030 deletions

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ reload_theme:
4343
#not sure what happens if called from wayland though...
4444
restart:
4545
gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Eval 'Meta.restart(_("Restarting"));'
46+
47+
pot:
48+
xgettext -k_ -kN_ -o po/messages.pot src/*.js

po/messages.pot

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# Copyright (C) 2015 Laine Developers
2-
# This file is distributed under the same license as the Laine package.
3-
# John Horan <knasher@gmail.com>, 2015.
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
45
#
56
#, fuzzy
67
msgid ""
78
msgstr ""
8-
"Project-Id-Version: Laine v0.2\n"
9-
"Report-Msgid-Bugs-To: knasher@gmail.com\n"
10-
"POT-Creation-Date: 2015-03-20 13:15+0000\n"
9+
"Project-Id-Version: PACKAGE VERSION\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2018-02-18 17:44+0700\n"
1112
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1213
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1314
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,22 +17,46 @@ msgstr ""
1617
"Content-Type: text/plain; charset=CHARSET\n"
1718
"Content-Transfer-Encoding: 8bit\n"
1819

19-
#: src/portMenu.js:116
20+
#: src/extension.js:124
21+
msgid "PulseAudio Settings"
22+
msgstr ""
23+
24+
#: src/extension.js:142
25+
msgid "Couldn't load"
26+
msgstr ""
27+
28+
#: src/portMenu.js:247
2029
msgid "Volume changed"
2130
msgstr ""
2231

23-
#: src/prefs.js:34
32+
#: src/prefs.js:35
2433
msgid "Volume overdrive"
2534
msgstr ""
2635

27-
#: src/prefs.js:41
36+
#: src/prefs.js:39
2837
msgid "Show active port label"
2938
msgstr ""
3039

31-
#: src/streamMenu.js:536
40+
#: src/prefs.js:43
41+
msgid "Merge controls into aggregate menu"
42+
msgstr ""
43+
44+
#: src/prefs.js:47
45+
msgid "Add menu entry for configuration tool"
46+
msgstr ""
47+
48+
#: src/prefs.js:51
49+
msgid "Configuration tool to open"
50+
msgstr ""
51+
52+
#: src/prefs.js:56
53+
msgid "Insert icon next to aggregate menu"
54+
msgstr ""
55+
56+
#: src/streamMenu.js:589
3257
msgid "by"
3358
msgstr ""
3459

35-
#: src/streamMenu.js:539
60+
#: src/streamMenu.js:592
3661
msgid "from"
3762
msgstr ""

0 commit comments

Comments
 (0)