diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-08-18 23:10:49 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-08-18 23:10:49 +0000 |
| commit | 24b85ff1e3481abaa2271b26a64131c52fd36322 (patch) | |
| tree | f4be96286cfdf443ebc329ce27ae137d4b86a2c8 | |
| parent | ebcf06d237121475a897b828a4b6a29a9cd649d2 (diff) | |
| download | rockbox-24b85ff1e3481abaa2271b26a64131c52fd36322.zip rockbox-24b85ff1e3481abaa2271b26a64131c52fd36322.tar.gz rockbox-24b85ff1e3481abaa2271b26a64131c52fd36322.tar.bz2 rockbox-24b85ff1e3481abaa2271b26a64131c52fd36322.tar.xz | |
update Dutch lang file and add small clarification to the manual regarding the PM release setting units
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14391 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/nederlands.lang | 25 | ||||
| -rw-r--r-- | manual/configure_rockbox/display_options.tex | 1 |
2 files changed, 19 insertions, 7 deletions
diff --git a/apps/lang/nederlands.lang b/apps/lang/nederlands.lang index c2f4f6a..4fcc766 100644 --- a/apps/lang/nederlands.lang +++ b/apps/lang/nederlands.lang @@ -3516,19 +3516,16 @@ </phrase> <phrase> id: LANG_PM_UNITS_PER_READ - desc: in the peak meter menu + desc: DEPRECATED user: <source> - *: "Units Per Read" - masd: none + *: "" </source> <dest> - *: "Eenheden per keer" - masd: none + *: "" </dest> <voice> - *: "Eenheden per keer" - masd: none + *: "" </voice> </phrase> <phrase> @@ -10971,3 +10968,17 @@ *: "Enkel bij tonen alle bestanden" </voice> </phrase> +<phrase> + id: VOICE_PM_UNITS_PER_TICK + desc: spoken only, peak meter release unit + user: + <source> + *: "" + </source> + <dest> + *: "" + </dest> + <voice> + *: "eenheden per tick" + </voice> +</phrase> diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex index 19cf35b..c96833d 100644 --- a/manual/configure_rockbox/display_options.tex +++ b/manual/configure_rockbox/display_options.tex @@ -232,6 +232,7 @@ \item[Peak Release:] This determines how fast the bar shrinks when the music becomes softer. Lower values make the peak meter look smoother. + Expressed in scale units per 10ms. \item[Peak Hold Time:] Specifies the time after which the peak indicator will reset. For example, if you set this value to 5s, the peak indicator displays |