mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Change "Prevent Skipping" to "Prevent track skipping" which is a more accurate name.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20556 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
614f9daae4
commit
f627ca8d23
4 changed files with 7 additions and 6 deletions
|
|
@ -12459,12 +12459,12 @@
|
||||||
desc: in Settings -> Playback Settings
|
desc: in Settings -> Playback Settings
|
||||||
user: core
|
user: core
|
||||||
<source>
|
<source>
|
||||||
*: "Prevent Skipping"
|
*: "Prevent Track Skipping"
|
||||||
</source>
|
</source>
|
||||||
<dest>
|
<dest>
|
||||||
*: "Prevent Skipping"
|
*: "Prevent Track Skipping"
|
||||||
</dest>
|
</dest>
|
||||||
<voice>
|
<voice>
|
||||||
*: "Prevent Skipping"
|
*: "Prevent Track Skipping"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
|
|
|
||||||
|
|
@ -1467,7 +1467,7 @@ const struct settings_list settings[] = {
|
||||||
"touchscreen mode", "point,grid", NULL, 2,
|
"touchscreen mode", "point,grid", NULL, 2,
|
||||||
ID2P(LANG_TOUCHSCREEN_POINT), ID2P(LANG_TOUCHSCREEN_GRID)),
|
ID2P(LANG_TOUCHSCREEN_POINT), ID2P(LANG_TOUCHSCREEN_GRID)),
|
||||||
#endif
|
#endif
|
||||||
OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent skip", NULL),
|
OFFON_SETTING(0, prevent_skip, LANG_PREVENT_SKIPPING, false, "prevent track skip", NULL),
|
||||||
};
|
};
|
||||||
|
|
||||||
const int nb_settings = sizeof(settings)/sizeof(*settings);
|
const int nb_settings = sizeof(settings)/sizeof(*settings);
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,8 @@
|
||||||
}
|
}
|
||||||
skip length & track, 1s, 2s, 3s, 5s, 7s, 10s, 15s, 20s, 1min,
|
skip length & track, 1s, 2s, 3s, 5s, 7s, 10s, 15s, 20s, 1min,
|
||||||
90s, 2min, 3min, 5min, 10min, 15min & N/A\\
|
90s, 2min, 3min, 5min, 10min, 15min & N/A\\
|
||||||
prevent skip & on, off & N/A\\
|
prevent track skip
|
||||||
|
& on, off & N/A\\
|
||||||
start in screen & previous, root, files, db, wps, menu,
|
start in screen & previous, root, files, db, wps, menu,
|
||||||
\opt{recording}{recording, }
|
\opt{recording}{recording, }
|
||||||
\opt{radio}{radio, }
|
\opt{radio}{radio, }
|
||||||
|
|
|
||||||
|
|
@ -264,7 +264,7 @@ you to configure settings related to audio playback.
|
||||||
the \ActionWpsSkipPrev{} and \ActionWpsSkipNext{} buttons so that they skip
|
the \ActionWpsSkipPrev{} and \ActionWpsSkipNext{} buttons so that they skip
|
||||||
by a given time instead of skipping to a new track.
|
by a given time instead of skipping to a new track.
|
||||||
|
|
||||||
\section{Prevent Skipping}\index{Prevent Skipping}
|
\section{Prevent Track Skipping}\index{Prevent Track Skipping}
|
||||||
If this option is enabled, the ability to manually skip tracks is disabled
|
If this option is enabled, the ability to manually skip tracks is disabled
|
||||||
in order to avoid accidental track skips. It does not prevent changing tracks
|
in order to avoid accidental track skips. It does not prevent changing tracks
|
||||||
if a track ends, which can be achieved by combining this option with
|
if a track ends, which can be achieved by combining this option with
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue