-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework localization IDs to have blank entry for TV input
- Loading branch information
Showing
3 changed files
with
43 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,89 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: Bravia TV Wakeup | ||
# Addon id: service.tv.wakeup | ||
# Kodi Smart TV Service language file | ||
# Addon Name: Kodi Smart TV Service | ||
# Addon id: service.smarttvservice | ||
# Addon Provider: casenjo | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Bravia TV Wakeup\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Kodi Translation Team\n" | ||
"Language-Team: English (US) (http://www.transifex.com/projects/p/xbmc-addons/language/en_US/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: en_US\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
msgctxt "#31000" | ||
msgctxt "#30000" | ||
msgid "TV Settings" | ||
msgstr "TV Settings" | ||
|
||
msgctxt "#31010" | ||
msgctxt "#30001" | ||
msgid "TV IP Address" | ||
msgstr "TV IP Address" | ||
|
||
msgctxt "#31020" | ||
msgctxt "#30002" | ||
msgid "TV Mac Address" | ||
msgstr "TV Mac Address" | ||
|
||
msgctxt "#31030" | ||
msgctxt "#30003" | ||
msgid "TV Input" | ||
msgstr "TV Input" | ||
|
||
msgctxt "#31031" | ||
msgctxt "#30004" | ||
msgid "HDMI 1" | ||
msgstr "HDMI 1" | ||
|
||
msgctxt "#31032" | ||
msgctxt "#30005" | ||
msgid "HDMI 2" | ||
msgstr "HDMI 2" | ||
|
||
msgctxt "#31033" | ||
msgctxt "#30006" | ||
msgid "HDMI 3" | ||
msgstr "HDMI 3" | ||
|
||
msgctxt "#31034" | ||
msgctxt "#30007" | ||
msgid "HDMI 4" | ||
msgstr "HDMI 4" | ||
|
||
msgctxt "#31040" | ||
msgctxt "#30008" | ||
msgid "" | ||
msgstr "" | ||
|
||
msgctxt "#30009" | ||
msgid "Time to wait until TV will sleep" | ||
msgstr "Time to wait until TV will sleep" | ||
|
||
msgctxt "#31050" | ||
msgctxt "#30010" | ||
msgid "TV PIN" | ||
msgstr "TV PIN" | ||
|
||
msgctxt "#32000" | ||
msgctxt "#30011" | ||
msgid "Plugin not connected to the TV. Do you want to connect to it?" | ||
msgstr "Plugin not connected to the TV. Do you want to connect to it?" | ||
|
||
msgctxt "#32001" | ||
msgctxt "#30012" | ||
msgid "If yes, be aware that the dialog on the TV might be large and will not let you see the interface to input the PIN." | ||
msgstr "If yes, be aware that the dialog on the TV might be large and will not let you see the interface to input the PIN." | ||
|
||
msgctxt "#32002" | ||
msgctxt "#30013" | ||
msgid "You can use your keyboard to type the code and then press Enter :)" | ||
msgstr "You can use your keyboard to type the code and then press Enter :)" | ||
|
||
msgctxt "#32003" | ||
msgctxt "#30014" | ||
msgid "Enter PIN from TV" | ||
msgstr "Enter PIN from TV" | ||
|
||
msgctxt "#32004" | ||
msgctxt "#30015" | ||
msgid "PIN incorrect, unable to connect" | ||
msgstr "PIN incorrect, unable to connect" | ||
|
||
msgctxt "#32005" | ||
msgctxt "#30016" | ||
msgid "TV IP address not configured" | ||
msgstr "TV IP address not configured" | ||
|
||
msgctxt "#32006" | ||
msgctxt "#30017" | ||
msgid "TV MAC address not configured" | ||
msgstr "TV MAC address not configured" | ||
|
||
msgctxt "#32007" | ||
msgctxt "#30018" | ||
msgid "TV Input must be selected" | ||
msgstr "TV Input must be selected" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<settings> | ||
<category label="31000"> | ||
<setting label="31010" type="ipaddress" id="tvIpAddress" default="" /> | ||
<setting label="31020" type="text" id="tvMacAddress" default="" /> | ||
<setting label="31030" type="select" id="tvInput" lvalues="31031|31032|31033|31034" /> | ||
<setting label="31040" type="number" id="timeUntilSleep" default="5" /> | ||
<setting label="31050" type="text" id="tvPin" default="0000" /> | ||
<category label="30000"> | ||
<setting label="30001" type="ipaddress" id="tvIpAddress" default="" /> | ||
<setting label="30002" type="text" id="tvMacAddress" default="" /> | ||
<setting label="30003" type="select" id="tvInput" lvalues="30008|30004|30005|30006|30007" /> | ||
<setting label="30009" type="number" id="timeUntilSleep" default="5" /> | ||
<setting label="30010" type="text" id="tvPin" default="0000" /> | ||
</category> | ||
</settings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters