diff --git a/720p/DialogVideoInfo.xml b/720p/DialogVideoInfo.xml index f26307d..fbea46f 100644 --- a/720p/DialogVideoInfo.xml +++ b/720p/DialogVideoInfo.xml @@ -378,6 +378,11 @@ + + + $INFO[ListItem.OriginalTitle] + !String.IsEmpty(ListItem.OriginalTitle) + !String.IsEqual(ListItem.OriginalTitle,Listitem.Title) + $INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR] diff --git a/720p/Includes.xml b/720p/Includes.xml index 3b1c729..4c15f96 100644 --- a/720p/Includes.xml +++ b/720p/Includes.xml @@ -578,6 +578,18 @@ $LOCALIZE[31964] $LOCALIZE[16018] + + $LOCALIZE[31173] + $LOCALIZE[31174] + $LOCALIZE[31175] + $LOCALIZE[31172] + + + $INFO[ListItem.OriginalTitle] ($INFO[ListItem.Label]) + $INFO[ListItem.Label] ($INFO[ListItem.OriginalTitle]) + $INFO[ListItem.OriginalTitle] + $INFO[ListItem.Label] + diff --git a/720p/SkinSettings.xml b/720p/SkinSettings.xml index 77ec832..17c4512 100644 --- a/720p/SkinSettings.xml +++ b/720p/SkinSettings.xml @@ -281,6 +281,18 @@ Skin.SelectBool(31962, 31963|show_profilename, 31964|show_profileavatar, 16018|show_none) $VAR[ProfileIdentificationLabel2Var] + + 750 + 40 + font13 + + grey2 + white + MenuItemFO.png + MenuItemNF.png + Skin.SelectBool(31171, 31172|ortitle_nothing, 31175|ortitle_only, 31173|ortitle_1st, 31174|ortitle_2nd) + $VAR[ShowOriginalName] + 1060 diff --git a/720p/ViewsFileMode.xml b/720p/ViewsFileMode.xml index 9483078..234febc 100644 --- a/720p/ViewsFileMode.xml +++ b/720p/ViewsFileMode.xml @@ -34,7 +34,7 @@ selected left center - + 280 @@ -127,7 +127,7 @@ selected left center - + 280 @@ -535,7 +535,7 @@ selected left center - + 60 @@ -636,7 +636,7 @@ selected left center - + 60 diff --git a/720p/ViewsVideoLibrary.xml b/720p/ViewsVideoLibrary.xml index 5437436..8ed84d6 100644 --- a/720p/ViewsVideoLibrary.xml +++ b/720p/ViewsVideoLibrary.xml @@ -131,7 +131,7 @@ true center center - + 0 @@ -199,7 +199,7 @@ true center center - + 0 @@ -250,7 +250,7 @@ true center center - + 0 @@ -314,7 +314,7 @@ true center center - + conditional @@ -462,7 +462,7 @@ true center center - + 40 @@ -810,7 +810,7 @@ selected left center - + 10 @@ -889,7 +889,7 @@ selected left center - + 10 @@ -1242,7 +1242,7 @@ selected left center - + 10 @@ -1321,7 +1321,7 @@ selected left center - + 10 @@ -1696,7 +1696,7 @@ selected left center - + 320 @@ -1744,7 +1744,7 @@ selected left center - + 320 @@ -1803,7 +1803,7 @@ black left center - + Description Value for Video @@ -1868,7 +1868,7 @@ black left center - + Description Value for Video @@ -1918,7 +1918,7 @@ black left center - + Description Value for Video @@ -1968,7 +1968,7 @@ black left center - + Description Value for Video diff --git a/language/resource.language.en_gb/strings.po b/language/resource.language.en_gb/strings.po index 92f1d72..32e4f35 100644 --- a/language/resource.language.en_gb/strings.po +++ b/language/resource.language.en_gb/strings.po @@ -743,3 +743,36 @@ msgstr "" msgctxt "#31964" msgid "Profile avatar" msgstr "" + +#. What kind of title will be shown +#: /720p/DialogVideoInfo.xml +#: /720p/SkinSettings.xml +msgctxt "#31171" +msgid "What title to display" +msgstr "" + +#. Default Kodi behauviour - means Localised title usually (ListItem.Title) +#: /720p/DialogVideoInfo.xml +#: /720p/SkinSettings.xml +msgctxt "#31172" +msgid "No changes" +msgstr "" + +#: /720p/DialogVideoInfo.xml +#: /720p/SkinSettings.xml +msgctxt "#31173" +msgid "Original title (Localised title)" +msgstr "" + +#: /720p/DialogVideoInfo.xml +#: /720p/SkinSettings.xml +msgctxt "#31174" +msgid "Localised title (Original title)" +msgstr "" + +#. Original title - ListItem.OriginalTitle +#: /720p/DialogVideoInfo.xml +#: /720p/SkinSettings.xml +msgctxt "#31175" +msgid "Just Original title" +msgstr ""