Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: about page - Icons from translation
  • Loading branch information
perexg committed Jun 22, 2015
1 parent 6cfaf3b commit c969942
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
18 changes: 9 additions & 9 deletions intl/js/tvheadend.js.pot
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-06-22 16:24+0200\n"
"POT-Creation-Date: 2015-06-22 17:11+0200\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"
Expand Down Expand Up @@ -101,7 +101,7 @@ msgstr ""
msgid "Abort the selected recording"
msgstr ""

#: src/webui/static/app/tvheadend.js:457
#: src/webui/static/app/tvheadend.js:458
msgid "About"
msgstr ""

Expand Down Expand Up @@ -608,7 +608,7 @@ msgstr ""
msgid "Enable NTP driver"
msgstr ""

#: src/webui/static/app/tvheadend.js:615
#: src/webui/static/app/tvheadend.js:616
msgid "Enable debug output"
msgstr ""

Expand Down Expand Up @@ -891,7 +891,7 @@ msgstr ""
msgid "Loading... Please, wait..."
msgstr ""

#: src/webui/static/app/tvheadend.js:549
#: src/webui/static/app/tvheadend.js:550
msgid "Logged in as"
msgstr ""

Expand Down Expand Up @@ -1061,7 +1061,7 @@ msgstr ""
msgid "No days"
msgstr ""

#: src/webui/static/app/tvheadend.js:552
#: src/webui/static/app/tvheadend.js:553
msgid "No verified access"
msgstr ""

Expand Down Expand Up @@ -1536,7 +1536,7 @@ msgstr ""
msgid "Swap the two selected channel's numbers"
msgstr ""

#: src/webui/static/app/tvheadend.js:611
#: src/webui/static/app/tvheadend.js:612
msgid "System log"
msgstr ""

Expand Down Expand Up @@ -1677,7 +1677,7 @@ msgstr ""
msgid "Tune over-the-air EPG muxes to grab new events now"
msgstr ""

#: src/webui/static/app/tvheadend.js:590
#: src/webui/static/app/tvheadend.js:591
msgid "Tvheadend Web-Panel"
msgstr ""

Expand Down Expand Up @@ -1825,11 +1825,11 @@ msgstr ""
msgid "hrs"
msgstr ""

#: src/webui/static/app/tvheadend.js:553
#: src/webui/static/app/tvheadend.js:554
msgid "login"
msgstr ""

#: src/webui/static/app/tvheadend.js:550
#: src/webui/static/app/tvheadend.js:551
msgid "logout"
msgstr ""

Expand Down
14 changes: 9 additions & 5 deletions intl/tvheadend.pot
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-06-22 16:24+0200\n"
"POT-Creation-Date: 2015-06-22 17:11+0200\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"
Expand Down Expand Up @@ -237,7 +237,7 @@ msgstr ""
msgid "All days"
msgstr ""

#: src/webui/extjs.c:239
#: src/webui/extjs.c:240
msgid ""
"All proceeds are used to support server infrastructure and buy test "
"equipment."
Expand Down Expand Up @@ -343,7 +343,7 @@ msgstr ""
msgid "Broadcast"
msgstr ""

#: src/webui/extjs.c:222
#: src/webui/extjs.c:223
msgid "Build"
msgstr ""

Expand Down Expand Up @@ -1131,6 +1131,10 @@ msgstr ""
msgid "Icon has title"
msgstr ""

#: src/webui/extjs.c:219
msgid "Icons from"
msgstr ""

#: src/input/mpegts/mpegts_input.c:270
msgid "Idle Scan"
msgstr ""
Expand All @@ -1148,7 +1152,7 @@ msgid ""
"access-control from within the Tvheadend UI"
msgstr ""

#: src/webui/extjs.c:238
#: src/webui/extjs.c:239
msgid "If you'd like to support the project, please consider a donation."
msgstr ""

Expand Down Expand Up @@ -2509,7 +2513,7 @@ msgstr ""
msgid "Title (Regexp)"
msgstr ""

#: src/webui/extjs.c:225
#: src/webui/extjs.c:226
msgid "Toggle details"
msgstr ""

Expand Down
5 changes: 3 additions & 2 deletions src/webui/extjs.c
Expand Up @@ -212,10 +212,11 @@ page_about(http_connection_t *hc, const char *remain, void *opaque)

htsbuf_qprintf(hq, "<p>%s \n\
<a target=\"_blank\" href=\"http://www.extjs.com/\">ExtJS</a>. \
Icons from <a target=\"_blank\" href=\"http://www.famfamfam.com/lab/icons/silk/\">\
%s <a target=\"_blank\" href=\"http://www.famfamfam.com/lab/icons/silk/\">\
FamFamFam</a>\n\
</p>\n",
_("Based on software from"));
_("Based on software from"),
_("Icons from"));

htsbuf_qprintf(hq, "<p>%s: %s (%s) <a href=\"javascript:void(0)\"\
onclick=\"Ext.get('textarea_build_config').setVisibilityMode(Ext.Element.DISPLAY).toggle()\">%s</a></p>\n",
Expand Down

0 comments on commit c969942

Please sign in to comment.