summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rauh <johnbthetenth@gmail.com>2017-04-30 18:23:42 +0200
committerFrank Gevaerts <frank@gevaerts.be>2017-09-20 21:17:39 +0200
commitc1097cc847167d8d5ce66ab422829c491c8d8d12 (patch)
tree42889c8a227a3082953c70b9e9903b7fca77eda1
parentcee7f5c7935994bca52d0ae34f8f65a53c24e518 (diff)
downloadrockbox-c1097cc847167d8d5ce66ab422829c491c8d8d12.tar.gz
rockbox-c1097cc847167d8d5ce66ab422829c491c8d8d12.zip
Rename "Selective Backlight" to "Backlight Exemptions" and add German translation
Change-Id: I1ddb78bd267372617370cc36910fce9980b907cd Calling the menu entry "Backlight Exemptions" as this better describes the functionality. Adding the German translation.
-rw-r--r--apps/lang/deutsch.lang169
-rw-r--r--apps/lang/english.lang6
-rwxr-xr-xmanual/configure_rockbox/display_options.tex2
3 files changed, 173 insertions, 4 deletions
diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang
index 1f5464899e..a16b50402c 100644
--- a/apps/lang/deutsch.lang
+++ b/apps/lang/deutsch.lang
@@ -34,6 +34,7 @@
34# - Johannes Linke 34# - Johannes Linke
35# - Kai Posadowsky 35# - Kai Posadowsky
36# - Udo Schläpfer 36# - Udo Schläpfer
37# - Johannes Rauh
37<phrase> 38<phrase>
38 id: LANG_SET_BOOL_YES 39 id: LANG_SET_BOOL_YES
39 desc: bool true representation 40 desc: bool true representation
@@ -13415,3 +13416,171 @@
13415 swcodec: "f(x1)" 13416 swcodec: "f(x1)"
13416 </voice> 13417 </voice>
13417</phrase> 13418</phrase>
13419<phrase>
13420 id: LANG_ACTION_ENABLED
13421 desc: Selective Actions
13422 user: core
13423 <source>
13424 *: "Enabled"
13425 </source>
13426 <dest>
13427 *: "Aktiviert?"
13428 </dest>
13429 <voice>
13430 *: "Aktiviert"
13431 </voice>
13432</phrase>
13433<phrase>
13434 id: LANG_ACTION_PLAY
13435 desc: Selective Actions
13436 user: core
13437 <source>
13438 *: "Play"
13439 </source>
13440 <dest>
13441 *: "Play"
13442 </dest>
13443 <voice>
13444 *: "Play"
13445 </voice>
13446</phrase>
13447<phrase>
13448 id: LANG_ACTION_SEEK
13449 desc: Selective Actions
13450 user: core
13451 <source>
13452 *: "Seek"
13453 </source>
13454 <dest>
13455 *: "Seek"
13456 </dest>
13457 <voice>
13458 *: "Seek"
13459 </voice>
13460</phrase>
13461<phrase>
13462 id: LANG_ACTION_SKIP
13463 desc: Selective Actions
13464 user: core
13465 <source>
13466 *: "Skip"
13467 </source>
13468 <dest>
13469 *: "Skip"
13470 </dest>
13471 <voice>
13472 *: "Skip"
13473 </voice>
13474</phrase>
13475<phrase>
13476 id: LANG_BACKLIGHT_SELECTIVE
13477 desc: Backlight behaviour setting
13478 user: core
13479 <source>
13480 *: "Backlight Exemptions"
13481 </source>
13482 <dest>
13483 *: "Ausnahmen für Beleuchtung"
13484 </dest>
13485 <voice>
13486 *: "Ausnahmen für Beleuchtung"
13487 </voice>
13488</phrase>
13489<phrase>
13490 id: LANG_ACTION_DISABLE_EXT_POWER
13491 desc: Backlight behaviour setting
13492 user: core
13493 <source>
13494 *: "Disable on External Power"
13495 </source>
13496 <dest>
13497 *: "Deaktivieren bei ext. Stromversorgung"
13498 </dest>
13499 <voice>
13500 *: "Deaktivieren bei externer Stromversorgung"
13501 </voice>
13502</phrase>
13503<phrase>
13504 id: LANG_ACTION_DISABLE_UNMAPPED
13505 desc: Backlight behaviour setting
13506 user: core
13507 <source>
13508 *: "Disable Unmapped Keys"
13509 </source>
13510 <dest>
13511 *: "Tasten ohne Funktion ignorieren"
13512 </dest>
13513 <voice>
13514 *: "Tasten ohne Funktion ignorieren"
13515 </voice>
13516</phrase>
13517<phrase>
13518 id: LANG_SOFTLOCK_SELECTIVE
13519 desc: Softlock behaviour setting
13520 user: core
13521 <source>
13522 *: "Advanced Key Lock"
13523 </source>
13524 <dest>
13525 *: "Erweiterte Tastensperre"
13526 </dest>
13527 <voice>
13528 *: "Erweiterte Tastensperre"
13529 </voice>
13530</phrase>
13531<phrase>
13532 id: LANG_ACTION_AUTOLOCK_ON
13533 desc: Softlock behaviour setting
13534 user: core
13535 <source>
13536 *: "Autolock On"
13537 </source>
13538 <dest>
13539 *: "Automatische Tastensperre ein"
13540 </dest>
13541 <voice>
13542 *: "Automatische Tastensperre ein"
13543 </voice>
13544</phrase>
13545<phrase>
13546 id: LANG_ACTION_AUTOLOCK_OFF
13547 desc: Softlock behaviour setting
13548 user: core
13549 <source>
13550 *: "Autolock Off"
13551 </source>
13552 <dest>
13553 *: "Automatische Tastensperre aus"
13554 </dest>
13555 <voice>
13556 *: "Automatische Tastensperre aus"
13557 </voice>
13558</phrase>
13559<phrase>
13560 id: LANG_ACTION_DISABLE_NOTIFY
13561 desc: Softlock behaviour setting
13562 user: core
13563 <source>
13564 *: "Disable Notify"
13565 </source>
13566 <dest>
13567 *: "Hinweis deaktivieren"
13568 </dest>
13569 <voice>
13570 *: "Hinweis deaktivieren"
13571 </voice>
13572</phrase>
13573<phrase>
13574 id: LANG_ACTION_DISABLE_TOUCH
13575 desc: Softlock behaviour setting
13576 user: core
13577 <source>
13578 *: "Disable Touch"
13579 </source>
13580 <dest>
13581 *: "Touchscreen deaktivieren"
13582 </dest>
13583 <voice>
13584 *: "Touchscreen deaktivieren"
13585 </voice>
13586</phrase>
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 676516ec3d..d4e0697667 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -13540,13 +13540,13 @@
13540 desc: Backlight behaviour setting 13540 desc: Backlight behaviour setting
13541 user: core 13541 user: core
13542 <source> 13542 <source>
13543 *: "Selective Backlight" 13543 *: "Backlight Exemptions"
13544 </source> 13544 </source>
13545 <dest> 13545 <dest>
13546 *: "Selective Backlight" 13546 *: "Backlight Exemptions"
13547 </dest> 13547 </dest>
13548 <voice> 13548 <voice>
13549 *: "Selective Backlight" 13549 *: "Backlight Exemptions"
13550 </voice> 13550 </voice>
13551</phrase> 13551</phrase>
13552<phrase> 13552<phrase>
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index 163b1e884c..e482417f0b 100755
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -57,7 +57,7 @@
57 off will only turn the backlight on without having any other effect. When 57 off will only turn the backlight on without having any other effect. When
58 disabled the first keypress will \emph{also} perform its appropriate action. 58 disabled the first keypress will \emph{also} perform its appropriate action.
59 59
60 \item[\label{ref:selectivebacklight}Selective Backlight] 60 \item[\label{ref:selectivebacklight}Backlight Exemptions]
61 This option allows some selected actions in While Playing Screen and 61 This option allows some selected actions in While Playing Screen and
62 FM screen to \emph{not} turn on the backlight in order to save power. 62 FM screen to \emph{not} turn on the backlight in order to save power.
63 \begin{description} 63 \begin{description}