Skip to content

Commit

Permalink
Merge pull request johnhoran#44 from johnhoran/devel
Browse files Browse the repository at this point in the history
merge v10 into master
  • Loading branch information
johnhoran authored Feb 26, 2018
2 parents 838d89e + 9176470 commit d0c9774
Show file tree
Hide file tree
Showing 11 changed files with 2,393 additions and 2,030 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ reload_theme:
#not sure what happens if called from wayland though...
restart:
gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Eval 'Meta.restart(_("Restarting"));'

pot:
xgettext -k_ -kN_ -o po/messages.pot src/*.js
47 changes: 36 additions & 11 deletions po/messages.pot
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Copyright (C) 2015 Laine Developers
# This file is distributed under the same license as the Laine package.
# John Horan <[email protected]>, 2015.
# 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: Laine v0.2\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2015-03-20 13:15+0000\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-18 17:44+0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -16,22 +17,46 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/portMenu.js:116
#: src/extension.js:124
msgid "PulseAudio Settings"
msgstr ""

#: src/extension.js:142
msgid "Couldn't load"
msgstr ""

#: src/portMenu.js:247
msgid "Volume changed"
msgstr ""

#: src/prefs.js:34
#: src/prefs.js:35
msgid "Volume overdrive"
msgstr ""

#: src/prefs.js:41
#: src/prefs.js:39
msgid "Show active port label"
msgstr ""

#: src/streamMenu.js:536
#: src/prefs.js:43
msgid "Merge controls into aggregate menu"
msgstr ""

#: src/prefs.js:47
msgid "Add menu entry for configuration tool"
msgstr ""

#: src/prefs.js:51
msgid "Configuration tool to open"
msgstr ""

#: src/prefs.js:56
msgid "Insert icon next to aggregate menu"
msgstr ""

#: src/streamMenu.js:589
msgid "by"
msgstr ""

#: src/streamMenu.js:539
#: src/streamMenu.js:592
msgid "from"
msgstr ""
Loading

0 comments on commit d0c9774

Please sign in to comment.