diff options
author | lado <herrlado@gmail.com> | 2012-03-23 09:18:44 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-03-23 09:18:44 +0100 |
commit | 421a5adede3d223019d27bd20460a7e9eca296fb (patch) | |
tree | 73ef203ab9b790b2cda67ded479c13008ff2d074 /vdrmanager/res/values/strings.xml | |
parent | 39825c9ecd86f779ef068065c3d13d77a80ac834 (diff) | |
download | vdr-manager-421a5adede3d223019d27bd20460a7e9eca296fb.tar.gz vdr-manager-421a5adede3d223019d27bd20460a7e9eca296fb.tar.bz2 |
http://projects.vdr-developer.org/issues/913
http://projects.vdr-developer.org/issues/873
http://projects.vdr-developer.org/issues/866
Diffstat (limited to 'vdrmanager/res/values/strings.xml')
-rw-r--r-- | vdrmanager/res/values/strings.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vdrmanager/res/values/strings.xml b/vdrmanager/res/values/strings.xml index f85fe60..8b537bb 100644 --- a/vdrmanager/res/values/strings.xml +++ b/vdrmanager/res/values/strings.xml @@ -309,4 +309,29 @@ <string name="recent_channels_no_history">No history…</string> <string name="gui_max_recent_channels_title">Max. recent channels</string> <string name="gui_max_recent_channels_summary">How many channels should be kept in the recent channels?</string> + <string name="timer_detail_day_title">Day</string> + + <!-- Repeat options that appear under an alarm on main Alarm Clock + screen to identify repetition schedule: special case for when + the alarm is set to repeat every day --> + <string name="every_day">Every day</string> + + <!-- Repeat options that appear under an alarm on main Alarm Clock + screen to identify repetition schedule: special case for when + the alarm is set to never repeat --> + <string name="never">Never</string> + + <!-- Repeat options that appear under an alarm on main Alarm Clock + screen to identify repetition schedule: concatenate days with + this character, i.e. "Mon, Tue, Wed" --> + <string name="day_concat">", "</string> + <string name="timer_detail_repeat_title">Repeat</string> + <string name="timer_detail_use_vps">Use VPS:</string> + <string name="timer_detail_priority">Priority:</string> + <string name="timer_detail_lifetime">Lifetime:</string> + <string name="timer_detail_lifetime_hint">e.g. 99</string> + <string name="timer_detail_priority_hint">e.g. 50</string> + + + <string name="timer_detail_title_vps">%1$s (VPS)</string> </resources>
\ No newline at end of file |