diff options
author | jezz_x <jezz_x@svn> | 2010-07-26 08:17:38 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-07-26 08:17:38 +0000 |
commit | b71b973e7ea1ae6fbaf8163d359b6b6b79897d99 (patch) | |
tree | 235eea59294bb25a801559056f3774b933da7ca0 /addons/skin.confluence | |
parent | 558ea42f28ea06111d49eefa78c85aa994c52769 (diff) |
Changed: [Confluence] Shortened "First Aired" text to "Aired" (probably more accurate for some scrapers and shorter for some languages)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32180 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/DialogVideoInfo.xml | 6 | ||||
-rw-r--r-- | addons/skin.confluence/720p/ViewsVideoLibrary.xml | 24 |
2 files changed, 15 insertions, 15 deletions
diff --git a/addons/skin.confluence/720p/DialogVideoInfo.xml b/addons/skin.confluence/720p/DialogVideoInfo.xml index 6872ea1034..212e4e0426 100644 --- a/addons/skin.confluence/720p/DialogVideoInfo.xml +++ b/addons/skin.confluence/720p/DialogVideoInfo.xml @@ -426,7 +426,7 @@ <visible>!IsEmpty(ListItem.Episode)</visible>
</item>
<item>
- <label>$LOCALIZE[20416]:</label>
+ <label>$LOCALIZE[31322]:</label>
<label2>$INFO[ListItem.Premiered]</label2>
<onclick>-</onclick>
<visible>!IsEmpty(ListItem.Premiered)</visible>
@@ -570,7 +570,7 @@ <visible>!IsEmpty(ListItem.Episode)</visible>
</item>
<item>
- <label>$LOCALIZE[20416]:</label>
+ <label>$LOCALIZE[31322]:</label>
<label2>$INFO[ListItem.Premiered]</label2>
<onclick>-</onclick>
<visible>!IsEmpty(ListItem.Premiered)</visible>
@@ -727,7 +727,7 @@ <visible>!IsEmpty(ListItem.Episode)</visible>
</item>
<item>
- <label>$LOCALIZE[20416]:</label>
+ <label>$LOCALIZE[31322]:</label>
<label2>$INFO[ListItem.Premiered]</label2>
<onclick>-</onclick>
<visible>!IsEmpty(ListItem.Premiered)</visible>
diff --git a/addons/skin.confluence/720p/ViewsVideoLibrary.xml b/addons/skin.confluence/720p/ViewsVideoLibrary.xml index 41519f476e..6e915a023f 100644 --- a/addons/skin.confluence/720p/ViewsVideoLibrary.xml +++ b/addons/skin.confluence/720p/ViewsVideoLibrary.xml @@ -946,19 +946,19 @@ <scroll>true</scroll>
</control>
<control type="label">
- <description>First Aired txt</description>
+ <description>Aired txt</description>
<posx>150</posx>
<posy>170</posy>
<width>140</width>
<height>25</height>
- <label>$LOCALIZE[20416]:</label>
+ <label>$LOCALIZE[31322]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
- <description>First Aired Value</description>
+ <description>Aired Value</description>
<posx>160</posx>
<posy>170</posy>
<width>440</width>
@@ -1535,19 +1535,19 @@ <posy>200</posy>
<visible>!Skin.HasSetting(VideoLibraryFanartView504)</visible>
<control type="label">
- <description>First Aired txt</description>
+ <description>Aired txt</description>
<posx>150</posx>
<posy>170</posy>
<width>140</width>
<height>25</height>
- <label>$LOCALIZE[20416]:</label>
+ <label>$LOCALIZE[31322]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
- <description>First Aired Value</description>
+ <description>Aired Value</description>
<posx>160</posx>
<posy>170</posy>
<width>440</width>
@@ -1606,19 +1606,19 @@ <posy>30</posy>
<visible>Skin.HasSetting(VideoLibraryFanartView504) + !Skin.HasSetting(TVShowsUsePosters)</visible>
<control type="label">
- <description>First Aired txt</description>
+ <description>Aired txt</description>
<posx>150</posx>
<posy>170</posy>
<width>140</width>
<height>25</height>
- <label>$LOCALIZE[20416]:</label>
+ <label>$LOCALIZE[31322]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
- <description>First Aired Value</description>
+ <description>Aired Value</description>
<posx>160</posx>
<posy>170</posy>
<width>440</width>
@@ -2113,19 +2113,19 @@ <texture>separator.png</texture>
</control>
<control type="label">
- <description>First Aired txt</description>
+ <description>Aired txt</description>
<posx>150</posx>
<posy>210</posy>
<width>140</width>
<height>25</height>
- <label>$LOCALIZE[20416]:</label>
+ <label>$LOCALIZE[31322]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
- <description>First Aired Value</description>
+ <description>Aired Value</description>
<posx>160</posx>
<posy>210</posy>
<width>440</width>
|