Merge pull request #621 from croneter/temp

Fix strings containing formatting information
This commit is contained in:
croneter 2019-01-26 11:52:39 +01:00 committed by GitHub
commit 1d991fd606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 17 deletions

View file

@ -434,11 +434,6 @@ msgctxt "#30502"
msgid "Sync Plex artwork from the PMS (recommended)"
msgstr ""
# PKC Settings - Connection
msgctxt "#30505"
msgid "[COLOR yellow]Reset login attempts[/COLOR]"
msgstr ""
# PKC Settings, category name
msgctxt "#30506"
msgid "Sync Options"
@ -495,7 +490,7 @@ msgstr ""
# PKC Settings - Connection
msgctxt "#30517"
msgid "[COLOR yellow]Enter network credentials[/COLOR]"
msgid "Enter network credentials"
msgstr ""
# PKC Settings - Playback
@ -767,7 +762,7 @@ msgstr ""
# PKC Settings - Artwork
msgctxt "#39020"
msgid "[COLOR yellow]Cache all images to Kodi texture cache now[/COLOR]"
msgid "Cache all images to Kodi texture cache now"
msgstr ""
# Appended to a listed PMS if it is in the same LAN network as PKC
@ -897,7 +892,7 @@ msgstr ""
# PKC Settings - Connection
msgctxt "#39050"
msgid "[COLOR yellow]Choose Plex Server from a list[/COLOR]"
msgid "Choose Plex Server from a list"
msgstr ""
# PKC Settings - Sync
@ -987,7 +982,7 @@ msgstr ""
# PKC Settings - Connection
msgctxt "#39068"
msgid "[COLOR yellow]Manually enter Plex Media Server address[/COLOR]"
msgid "Manually enter Plex Media Server address"
msgstr ""
# PKC Settings - Connection
@ -1087,7 +1082,7 @@ msgstr ""
# PKC Settings - Plex
msgctxt "#39209"
msgid "[COLOR yellow]Toggle plex.tv login (sign in or sign out)[/COLOR]"
msgid "Toggle plex.tv login (sign in or sign out)"
msgstr ""
msgctxt "#39210"
@ -1129,7 +1124,7 @@ msgid "plex.tv toggle successful"
msgstr ""
msgctxt "#39222"
msgid "[COLOR yellow]Look for missing fanart on FanartTV now[/COLOR]"
msgid "Look for missing fanart on FanartTV now"
msgstr ""
msgctxt "#39223"

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<category label="30014"><!-- Connection -->
<setting label="39050" type="action" action="RunPlugin(plugin://plugin.video.plexkodiconnect?mode=chooseServer)" option="close" /><!-- Choose Plex Server from a list -->
<setting label="39068" type="action" action="RunPlugin(plugin://plugin.video.plexkodiconnect?mode=enterPMS)" option="close" /><!-- Manually enter Plex Media Server IP -->
<setting label="[COLOR yellow]$ADDON[plugin.video.plexkodiconnect 39050][/COLOR]" type="action" action="RunPlugin(plugin://plugin.video.plexkodiconnect?mode=chooseServer)" option="close" /><!-- Choose Plex Server from a list -->
<setting label="[COLOR yellow]$ADDON[plugin.video.plexkodiconnect 39068][/COLOR]" type="action" action="RunPlugin(plugin://plugin.video.plexkodiconnect?mode=enterPMS)" option="close" /><!-- Manually enter Plex Media Server IP -->
<setting id="plex_servername" label="39067" type="text" default="" enable="false" /><!-- Your current PMS server: -->
<setting id="ipaddress" label="39069" type="text" default="" enable="false" /><!-- Current address: -->
<setting id="port" label="39070" type="text" default="" enable="false" /><!-- Current port: -->
@ -15,7 +15,7 @@
<setting type="sep" text=""/>
<setting id="enforceUserLogin" label="30536" type="bool" default="false" />
<setting label="30517" type="action" action="RunPlugin(plugin://plugin.video.plexkodiconnect?mode=passwords)" option="close" /><!-- Network credentials -->
<setting label="[COLOR yellow]$ADDON[plugin.video.plexkodiconnect 30517][/COLOR]" type="action" action="RunPlugin(plugin://plugin.video.plexkodiconnect?mode=passwords)" option="close" /><!-- Network credentials -->
<setting id="accessToken" type="text" visible="false" default="" />
</category>
@ -24,7 +24,7 @@
<setting id="plex_status" label="39071" type="text" default="Not logged in to plex.tv" enable="false" /><!-- Current plex.tv status: -->
<setting id="plexLogin" label="39228" type="text" default="" enable="false" />
<setting id="myplexlogin" label="39025" type="bool" default="true" /> <!-- Log into plex.tv on startup -->
<setting label="39209" type="action" action="RunPlugin(plugin://plugin.video.plexkodiconnect?mode=togglePlexTV)" option="close" />
<setting label="[COLOR yellow]$ADDON[plugin.video.plexkodiconnect 39209][/COLOR]" type="action" action="RunPlugin(plugin://plugin.video.plexkodiconnect?mode=togglePlexTV)" option="close" /><!-- Toggle plex.tv login (sign in or sign out) -->
<setting id="plexToken" label="plexToken" type="text" default="" visible="false" />
<setting type="sep" text=""/>
<setting type="lsep" label="39008" />
@ -136,10 +136,10 @@
<setting id="enableTextureCache" label="30512" type="bool" default="true" visible="eq(-1,true)"/> <!-- Cache all artwork for a smooth Kodi experience -->
<setting id="FanartTV" label="30539" type="bool" default="false" visible="eq(-2,true)"/><!-- Download additional art from FanArtTV -->
<setting id="PreferKodiCollectionArt" label="30543" type="bool" default="true" visible="eq(-1,true) + eq(-3,true)" subsetting="true" /><!-- Prefer Kodi artwork for collections -->
<setting label="39222" type="action" action="RunPlugin(plugin://plugin.video.plexkodiconnect/?mode=fanart)" option="close" visible="eq(-2,true) + eq(-4,true)" subsetting="true" /> <!-- Look for missing fanart on FanartTV now -->
<setting label="[COLOR yellow]$ADDON[plugin.video.plexkodiconnect 39222][/COLOR]" type="action" action="RunPlugin(plugin://plugin.video.plexkodiconnect/?mode=fanart)" option="close" visible="eq(-2,true) + eq(-4,true)" subsetting="true" /> <!-- Look for missing fanart on FanartTV now -->
<setting id="imageSyncNotifications" label="30008" type="bool" default="true" visible="eq(-5,true)"/><!-- Enable notifications for image caching -->
<setting id="imageSyncDuringPlayback" label="30009" type="bool" default="true" visible="eq(-6,true)"/><!-- Enable image caching during Kodi playback (restart Kodi!) -->
<setting label="39020" type="action" action="RunPlugin(plugin://plugin.video.plexkodiconnect/?mode=texturecache)" option="close" visible="eq(-7,true)"/> <!-- Cache all images to Kodi texture cache now -->
<setting label="[COLOR yellow]$ADDON[plugin.video.plexkodiconnect 39020][/COLOR]" type="action" action="RunPlugin(plugin://plugin.video.plexkodiconnect/?mode=texturecache)" option="close" visible="eq(-7,true)"/> <!-- Cache all images to Kodi texture cache now -->
<setting type="lsep" label="$LOCALIZE[126]" visible="eq(-8,true)"/><!-- Status -->
<setting id="plex_status_fanarttv_lookup" label="30019" type="text" default="" enable="false" visible="eq(-9,true)"/><!-- FanartTV lookup completed -->
<setting id="plex_status_image_caching" label="30028" type="text" default="" enable="false" visible="eq(-10,true)"/><!-- Image caching completed -->