diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-08-26 22:02:09 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-08-26 22:02:09 +0000 |
| commit | facc7862ce672756c1edb07ff7bad5df6e83c9eb (patch) | |
| tree | d908e25205ffebca24db8cb1591fdea1118ea0be | |
| parent | 6109d39469240418b593e4286e46d0bc8163fbbf (diff) | |
| download | rockbox-facc7862ce672756c1edb07ff7bad5df6e83c9eb.zip rockbox-facc7862ce672756c1edb07ff7bad5df6e83c9eb.tar.gz rockbox-facc7862ce672756c1edb07ff7bad5df6e83c9eb.tar.bz2 rockbox-facc7862ce672756c1edb07ff7bad5df6e83c9eb.tar.xz | |
clipcounter only for targets with recording: update manual and dutch lang file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14468 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/nederlands.lang | 18 | ||||
| -rw-r--r-- | manual/configure_rockbox/display_options.tex | 8 |
2 files changed, 17 insertions, 9 deletions
diff --git a/apps/lang/nederlands.lang b/apps/lang/nederlands.lang index 3c4986a..a53cb90 100644 --- a/apps/lang/nederlands.lang +++ b/apps/lang/nederlands.lang @@ -11055,13 +11055,16 @@ desc: in settings, for recording peak meter user: <source> - *: "Clip Counter" + *: none + recording: "Clip Counter" </source> <dest> - *: "Clip Teller" + *: none + recording: "Clip Teller" </dest> <voice> - *: "Clip Teller" + *: none + recording: "Clip Teller" </voice> </phrase> <phrase> @@ -11069,12 +11072,15 @@ desc: in recording GUI, for recording peak meter. MAX 5 characters! user: <source> - *: "CLIP:" + *: none + recording: "CLIP:" </source> <dest> - *: "CLIP:" + *: none + recording: "CLIP:" </dest> <voice> - *: "" + *: none + recording: "" </voice> </phrase> diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex index 7c8f439..580f99d 100644 --- a/manual/configure_rockbox/display_options.tex +++ b/manual/configure_rockbox/display_options.tex @@ -243,9 +243,11 @@ \item[Clip Hold Time:] The number of seconds that the clipping indicator will be visible after clipping is detected. - \item[Clip Counter:] - Show the number of times the clip indicator went active during recording - in front of the peakmeters. + \opt{HAVE_RECORDING}{ + \item[Clip Counter:] + Show the number of times the clip indicator went active during + recording in front of the peakmeters. + } \item[Scale:] Select whether the peak meter displays linear or logarithmic values. The human ear perceives loudness on a logarithmic scale. If the Scale |