summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorMartin Scarratt <mmmm@rockbox.org>2006-09-18 10:06:03 +0000
committerMartin Scarratt <mmmm@rockbox.org>2006-09-18 10:06:03 +0000
commit7ef47ed87614d6100b491b2c0eb9f75d1fdc1f01 (patch)
tree6367eca3de5fcb0bbe165026b5658ef391b62fb7 /apps/lang/english.lang
parent28546a6530f97a9f58937731ad477246a6baaa32 (diff)
downloadrockbox-7ef47ed87614d6100b491b2c0eb9f75d1fdc1f01.tar.gz
rockbox-7ef47ed87614d6100b491b2c0eb9f75d1fdc1f01.zip
Recording countdown timer: set timer in recording settings screen (max 1 week countdown), start/pause timer in recording screen by pressing the pause button. If you have a separate record button then this will override the timer and start to record. Icon at bottom right of screen indicates timer is ticking. If you are in the recording screen when the countdown is over, recording will start automatically, if not then the icon will flash to indicate you should return to the recording screen to begin recording.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10990 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang80
1 files changed, 80 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 320d4d0f2b..8dee255c8a 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -9806,3 +9806,83 @@
9806 *: "" 9806 *: ""
9807 </voice> 9807 </voice>
9808</phrase> 9808</phrase>
9809<phrase>
9810 id: LANG_TIMER_CONFIRM
9811 desc: Confirm string for recording countdown timer settings
9812 user:
9813 <source>
9814 *: "Press PLAY to confirm"
9815 </source>
9816 <dest>
9817 *: "Press PLAY to confirm"
9818 h100,h120,h300: "Press NAVI to confirm"
9819 </dest>
9820 <voice>
9821 *: ""
9822 </voice>
9823</phrase>
9824<phrase>
9825 id: LANG_TIMER_SET
9826 desc: Recording timer menu
9827 <source>
9828 *: "Set countdown timer"
9829 </source>
9830 <dest>
9831 *: "Set countdown timer"
9832 </dest>
9833 <voice>
9834 *: "Set countdown timer"
9835 </voice>
9836</phrase>
9837<phrase>
9838 id: LANG_TIMER_DAYS
9839 desc: recording timer settings string
9840 <source>
9841 *: "Days"
9842 </source>
9843 <dest>
9844 *: "Days"
9845 </dest>
9846 <voice>
9847 *: "Days"
9848 </voice>
9849</phrase>
9850<phrase>
9851 id: LANG_TIMER_HRS
9852 desc: recording timer settings string
9853 <source>
9854 *: "Hrs"
9855 </source>
9856 <dest>
9857 *: "Hrs"
9858 </dest>
9859 <voice>
9860 *: "Hrs"
9861 </voice>
9862</phrase>
9863<phrase>
9864 id: LANG_TIMER_MINS
9865 desc: recording timer settings string
9866 <source>
9867 *: "Mins"
9868 </source>
9869 <dest>
9870 *: "Mins"
9871 </dest>
9872 <voice>
9873 *: "Mins"
9874 </voice>
9875</phrase>
9876<phrase>
9877 id: LANG_REC_TIMER
9878 desc: recording screen timer string
9879 <source>
9880 *: "Timer"
9881 </source>
9882 <dest>
9883 *: "Timer"
9884 </dest>
9885 <voice>
9886 *: "Timer"
9887 </voice>
9888</phrase>