diff options
author | anssih <anssih@svn> | 2010-07-10 22:39:24 +0000 |
---|---|---|
committer | anssih <anssih@svn> | 2010-07-10 22:39:24 +0000 |
commit | 87833bb3467d01a901c4fe0bfa4834ecfb9bda43 (patch) | |
tree | 04a7a3be521227a022800e13a4bc5e7ed581de0b /addons | |
parent | 7c83487d1b63901d4b833e9c8d916f1b7c4aaf39 (diff) |
added: strings for episode count postfixes
Add strings "episode" and "episodes" for use in "1 episode" and
"3 episodes", respectively, and use them as appropriate instead of
"Episodes".
While this doesn't make much of a difference in English, this makes a
huge difference on some other languages, such as Finnish, where there
are more differences between these use cases than just the
capitalization.
For the record, technically "Episodes: 3" use case should also be
separated, but there it doesn't matter as much (at least in Finnish), so
that is not done for now.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31710 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/ViewsVideoLibrary.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/ViewsVideoLibrary.xml b/addons/skin.confluence/720p/ViewsVideoLibrary.xml index 3e45873815..c861cb8508 100644 --- a/addons/skin.confluence/720p/ViewsVideoLibrary.xml +++ b/addons/skin.confluence/720p/ViewsVideoLibrary.xml @@ -1057,7 +1057,7 @@ <posy>320</posy>
<width>250</width>
<height>25</height>
- <label>$INFO[ListItem.Episode,, $LOCALIZE[20360]]</label>
+ <label>$INFO[ListItem.Episode,, $LOCALIZE[20453]]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
@@ -1148,7 +1148,7 @@ <posy>320</posy>
<width>250</width>
<height>25</height>
- <label>$INFO[ListItem.Episode,, $LOCALIZE[20360]]</label>
+ <label>$INFO[ListItem.Episode,, $LOCALIZE[20453]]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
@@ -2083,7 +2083,7 @@ <posy>560</posy>
<width>600</width>
<height>15</height>
- <label>$INFO[ListItem.Episode] - $LOCALIZE[20360]</label>
+ <label>$INFO[ListItem.Episode] $LOCALIZE[20453]</label>
<align>center</align>
<aligny>center</aligny>
<font>font16caps</font>
|