From 9130a2a4a710a93ecc36d57b1f2abb9332567080 Mon Sep 17 00:00:00 2001 From: Martin Scarratt Date: Sat, 22 Jul 2006 17:23:05 +0000 Subject: Added options to timesplit recording feature (now renamed filesplit). Choose to split file by either time or filesize. Also have the option to either start a new file or stop recording at split point. Bumped config version so save your settings before you update your build. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10285 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/english.lang | 117 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 112 insertions(+), 5 deletions(-) (limited to 'apps/lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index d05549a423..2b227831dc 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -2698,16 +2698,16 @@ id: LANG_RECORD_TIMESPLIT - desc: Prompt for record timer interval setting, in the record settings menu + desc: Record split menu user: - *: "Time Split" + *: "File Split Options" - *: "Time Split" + *: "File Split Options" - *: "Time Split" + *: "File Split Options" @@ -8669,4 +8669,111 @@ *: "Import modifications" - + + id: LANG_SPLIT_MEASURE + desc: in record timesplit options + + *: "Split Measure" + + + *: "Split Measure" + + + *: "Split Measure" + + + + id: LANG_SPLIT_TYPE + desc: in record timesplit options + + *: "What to do when Splitting" + + + *: "What to do when Splitting" + + + *: "What to do when Splitting" + + + + id: LANG_SPLIT_TIME + desc: in record timesplit options + + *: "Split Time" + + + *: "Split Time" + + + *: "Split Time" + + + + id: LANG_SPLIT_SIZE + desc: in record timesplit options + + *: "Split Filesize" + + + *: "Split Filesize" + + + *: "Split Filesize" + + + + id: LANG_REC_TIME + desc: in record timesplit options + user: + + *: "Time" + + + *: "Time" + + + *: "Time" + + + + id: LANG_REC_SIZE + desc: in record timesplit options + user: + + *: "Filesize" + + + *: "Filesize" + + + *: "Filesize" + + + + id: LANG_START_NEW_FILE + desc: in record timesplit options + user: + + *: "Start new file" + + + *: "Start new file" + + + *: "Start new file" + + + + id: LANG_STOP_RECORDING + desc: in record timesplit options + user: + + *: "Stop recording" + + + *: "Stop recording" + + + *: "Stop recording" + + -- cgit v1.2.3