diff options
author | lado <herrlado@gmail.com> | 2011-11-02 02:23:05 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-11-02 02:23:05 +0100 |
commit | 92b3e17c89cb9d9f16f230c8210f3728553d4237 (patch) | |
tree | b1e054d49978ef60bf2d0f007706d699b9bdc305 /vdrmanager/res/values | |
parent | 1a1cc067959905ac71faced77cfc323a9c50e3f3 (diff) | |
download | vdr-manager-92b3e17c89cb9d9f16f230c8210f3728553d4237.tar.gz vdr-manager-92b3e17c89cb9d9f16f230c8210f3728553d4237.tar.bz2 |
show more info in the titlebar
Diffstat (limited to 'vdrmanager/res/values')
-rw-r--r-- | vdrmanager/res/values/epg.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vdrmanager/res/values/epg.xml b/vdrmanager/res/values/epg.xml index bddbad9..3a9e2ee 100644 --- a/vdrmanager/res/values/epg.xml +++ b/vdrmanager/res/values/epg.xml @@ -28,5 +28,7 @@ <string name="epg_by_time_args">EPG by time: \'%1$s\'</string> <string name="search_epg_hint">Search EPG</string> <string name="epg_search_settings_description">Search VDR EPG</string> + <string name="epg_window_title_count">%1$s, %2$s items</string> + <string name="channels_window_title_count">%1$s, %2$s/%3$s</string> </resources> |