diff options
author | lado <herrlado@gmail.com> | 2011-11-02 02:04:28 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-11-02 02:04:28 +0100 |
commit | 1a1cc067959905ac71faced77cfc323a9c50e3f3 (patch) | |
tree | 001fd84af38b0a86e68538b43a92dc0725fb516c /vdrmanager/res | |
parent | fbd424c37a5124b13d612623c2fa450c8e1b0bdc (diff) | |
download | vdr-manager-1a1cc067959905ac71faced77cfc323a9c50e3f3.tar.gz vdr-manager-1a1cc067959905ac71faced77cfc323a9c50e3f3.tar.bz2 |
display count of items and current item
Diffstat (limited to 'vdrmanager/res')
-rw-r--r-- | vdrmanager/res/values-de/epg.xml | 2 | ||||
-rw-r--r-- | vdrmanager/res/values/epg.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vdrmanager/res/values-de/epg.xml b/vdrmanager/res/values-de/epg.xml index e2795c1..f4c3f4d 100644 --- a/vdrmanager/res/values-de/epg.xml +++ b/vdrmanager/res/values-de/epg.xml @@ -20,7 +20,7 @@ <string name="epg_search_button">Suchen</string> <string name="epg_duration_template">%1$s min</string> <string name="epg_duration_template_live">%1$s/%2$s min</string> - <string name="epg_of_a_channel">EPG -> %1$s</string> + <string name="epg_of_a_channel">EPG -> %1$s, %2$s/%3$s</string> <string name="epg_by_channel">EPG nach Kanälen</string> <string name="epg_by_search">EPG Suche</string> <string name="epg_by_search_param">EPG Suche: \'%1$s\'</string> diff --git a/vdrmanager/res/values/epg.xml b/vdrmanager/res/values/epg.xml index f4ecd4f..bddbad9 100644 --- a/vdrmanager/res/values/epg.xml +++ b/vdrmanager/res/values/epg.xml @@ -20,7 +20,7 @@ <string name="epg_search_button">Search</string> <string name="epg_duration_template">%1$s min</string> <string name="epg_duration_template_live">%1$s/%2$s min</string> - <string name="epg_of_a_channel">EPG -> %1$s</string> + <string name="epg_of_a_channel">EPG -> %1$s, %2$s/%3$s</string> <string name="epg_by_channel">EPG by channel</string> <string name="epg_by_search">EPG Search</string> <string name="epg_by_search_param">EPG Search: \'%1$s\'</string> |