fix some lang strings

This commit is contained in:
Shaun
2019-03-02 12:18:50 +11:00
parent 15033da391
commit 5fa98555b7
3 changed files with 38 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.embycon"
name="EmbyCon"
version="1.8.16"
version="1.9.1"
provider-name="Team B">
<requires>
<import addon="xbmc.python" version="2.25.0"/>

View File

@@ -11,35 +11,35 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "#30000"
msgid "Server Address: "
msgid "Host"
msgstr ""
msgctxt "#30001"
msgid "Server Port: "
msgid "Port"
msgstr ""
msgctxt "#30002"
msgid "Use HTTPS: "
msgid "Use HTTPS"
msgstr ""
msgctxt "#30003"
msgid "Verify HTTPS Certificate: "
msgid "Verify HTTPS certificate"
msgstr ""
msgctxt "#30005"
msgid "Username: "
msgid "Username"
msgstr ""
msgctxt "#30006"
msgid "Password: "
msgid "Password"
msgstr ""
msgctxt "#30007"
msgid "Samba Username: "
msgid "Samba username"
msgstr ""
msgctxt "#30008"
msgid "Samba Password: "
msgid "Samba password"
msgstr ""
msgctxt "#30010"
@@ -47,11 +47,11 @@ msgid "Enable performance profiling"
msgstr ""
msgctxt "#30011"
msgid "Detect Local Server"
msgid "[Detect local server]"
msgstr ""
msgctxt "#30012"
msgid "Change User"
msgid "[Change user]"
msgstr ""
msgctxt "#30014"
@@ -59,11 +59,11 @@ msgid "Emby"
msgstr ""
msgctxt "#30016"
msgid "Device Name"
msgid "Device display name"
msgstr ""
msgctxt "#30017"
msgid "Show Connected Clients"
msgid "Show connected clients"
msgstr ""
msgctxt "#30018"
@@ -147,7 +147,7 @@ msgid "Retrieving Data"
msgstr ""
msgctxt "#30114"
msgid "On Resume Jump Back Seconds"
msgid "Jump back seconds"
msgstr ""
msgctxt "#30116"
@@ -159,7 +159,7 @@ msgid "Add resume percent to names"
msgstr ""
msgctxt "#30120"
msgid "Show Load Progress"
msgid "Show load progress"
msgstr ""
msgctxt "#30121"
@@ -227,7 +227,7 @@ msgid "Unable to connect to server"
msgstr ""
msgctxt "#30206"
msgid "Playback Type"
msgid "Playback type"
msgstr ""
msgctxt "#30207"
@@ -239,23 +239,23 @@ msgid "Transcode Bitrate (Kbits)"
msgstr ""
msgctxt "#30209"
msgid "File Direct Path"
msgid "File direct path"
msgstr ""
msgctxt "#30210"
msgid "HTTP Direct Stream"
msgid "HTTP direct stream"
msgstr ""
msgctxt "#30211"
msgid "HTTP Transcode"
msgid "HTTP transcode"
msgstr ""
msgctxt "#30212"
msgid "Transcode Max Width"
msgid "Transcode max width"
msgstr ""
msgctxt "#30213"
msgid "Transcode Force 8 Bit"
msgid "Transcode force 8 bit"
msgstr ""
msgctxt "#30214"
@@ -263,7 +263,7 @@ msgid "Events"
msgstr ""
msgctxt "#30215"
msgid "On Playback Stop (100% = disabled)"
msgid "On playback stop (100% = disabled)"
msgstr ""
msgctxt "#30216"
@@ -611,7 +611,7 @@ msgid " - Albums"
msgstr ""
msgctxt "#30322"
msgid "Auto Resume"
msgid "Auto resume"
msgstr ""
msgctxt "#30324"
@@ -627,7 +627,7 @@ msgid "Go To Season"
msgstr ""
msgctxt "#30328"
msgid "Show Empty Folders (Shows, Seasons, Boxsets)"
msgid "Show empty folders (shows, seasons, collections)"
msgstr ""
msgctxt "#30329"
@@ -839,7 +839,7 @@ msgid "Persist user details"
msgstr ""
msgctxt "#30379"
msgid "External Subtitle Prompt"
msgid "External subtitle prompt"
msgstr ""
msgctxt "#30380"
@@ -873,3 +873,11 @@ msgstr ""
msgctxt "#30387"
msgid "Unused images removed : "
msgstr ""
msgctxt "#30388"
msgid "Server details"
msgstr ""
msgctxt "#30389"
msgid "User details"
msgstr ""

View File

@@ -1,19 +1,22 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<category label="30014">
<setting label="30388" type="lsep"/>
<setting label="30011" type="action" action="RunScript(plugin.video.embycon,0,?mode=DETECT_SERVER_USER)" option="close"/>
<setting id="ipaddress" type="text" label="30000" default="&lt;none&gt;" visible="true" enable="true" />
<setting id="port" type="text" label="30001" default="8096" visible="true" enable="true" />
<setting id="use_https" type="bool" label="30002" default="false" visible="true" enable="true" />
<setting id="verify_cert" type="bool" label="30003" default="false" visible="true" enable="true" />
<setting label="30389" type="lsep"/>
<setting type="sep" />
<setting label="30012" type="action" action="RunScript(plugin.video.embycon,0,?mode=CHANGE_USER)" option="close"/>
<setting id="username" type="text" label="30024" />
<setting id="password" type="text" option="hidden" label="30025" />
<setting id="save_user_to_settings" type="bool" label="30378" default="true" visible="true" enable="true" />
<setting id="allow_password_saving" type="bool" label="30367" default="true" visible="true" enable="true" />
<setting id="deviceName" type="text" label="30016" default="EmbyCon" visible="true" enable="true" />
</category>
<category label="30207">
@@ -98,6 +101,7 @@
</category>
<category label="30022">
<setting id="deviceName" type="text" label="30016" default="EmbyCon" visible="true" enable="true" />
<setting id="profile" type="bool" label="30010" default="false" visible="true" enable="true" />
<setting id="use_cache" type="bool" label="30345" default="true" visible="true" enable="true" />
<setting id="showLoadProgress" type="bool" label="30120" default="false" visible="true" enable="true" />