aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2011-02-09 15:10:03 +0100
committerghost <andreas.monzner@multimedia-labs.de>2011-02-09 15:10:03 +0100
commit7211bd40026fb8b00be038a59abcbfa29569b3ed (patch)
tree341658bd44402bc6997da09e372ec4333301fe61 /data
parent6860090ddeaaa0faf18be716f3eed439808335ba (diff)
parent0c264458b72ac77a0129c8a702d3e8dad70f0e49 (diff)
downloadenigma2-7211bd40026fb8b00be038a59abcbfa29569b3ed.tar.gz
enigma2-7211bd40026fb8b00be038a59abcbfa29569b3ed.zip
Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst'
Diffstat (limited to 'data')
-rwxr-xr-xdata/setup.xml25
1 files changed, 4 insertions, 21 deletions
diff --git a/data/setup.xml b/data/setup.xml
index f5dea734..c5eb07f5 100755
--- a/data/setup.xml
+++ b/data/setup.xml
@@ -47,27 +47,10 @@
<item level="2" text="Fast Forward speeds">config.seek.speeds_forward</item>
<item level="2" text="Rewind speeds">config.seek.speeds_backward</item>
<item level="2" text="Slow Motion speeds">config.seek.speeds_slowmotion</item>
-<!-- TRANSLATORS: Note that "Enter" in the two strings below should *not*
- be interpreted as "Give speed as input". The intended meaning is
- instead "Initial speed when starting winding", i.e. the speed at
- which "winding mode" is entered when first pressing "rewind" or
- "fast forward". -->
- <item level="2" text="Enter Fast Forward at speed">config.seek.enter_forward</item>
- <item level="2" text="Enter Rewind at speed">config.seek.enter_backward</item>
-<!-- TRANSLATORS: The effect of "Non-smooth winding" is that rather
- than using ordinary "continuous" or "smooth" winding, a fast
- sequence of stills is shown when winding at high speeds. This
- makes it much easier too follow when almost each frame comes from
- a new scene. The effect is achieved by repeating each shown frame
- a couple of times. The settings control both at which speed this
- winding mode sets in, and how many times each frame should be
- repeated. This was previously called "Discontinuous playback"
- which was incomprehensible. "Non-smooth winding" may be a better
- term, but note that there is nothing irregular about it. Synonyms
- better suited for translation to other languages may be "stepwise
- winding/playback", or "winding/playback using stills". -->
- <item level="2" text="Use non-smooth winding at speeds above">config.seek.stepwise_minspeed</item>
- <item level="2" text="Frame repeat count during non-smooth winding">config.seek.stepwise_repeat</item>
+<!-- TRANSLATORS: The following is the speed you get on the first press on fast-forward.
+ It was previously called "enter fast forward at speed" which was easily misunderstood. -->
+ <item level="2" text="Initial Fast Forward speed">config.seek.enter_forward</item>
+ <item level="2" text="Initial Rewind speed">config.seek.enter_backward</item>
<item level="2" text="Behavior of 'pause' when paused">config.seek.on_pause</item>
<item level="2" text="Behavior of 0 key in PiP-mode">config.usage.pip_zero_button</item>
<item level="2" text="Alternative services tuner priority">config.usage.alternatives_priority</item>