summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-11-26 13:17:18 +0000
committerNils Wallménius <nils@rockbox.org>2008-11-26 13:17:18 +0000
commite73383ea324e5f86105cc74983a88452bb261033 (patch)
treeffe932694549bfb4ab7bfff2b34587f626b35e1b
parent6d498d2831fc5733c7b29c55de27432fc7e47a73 (diff)
downloadrockbox-e73383ea324e5f86105cc74983a88452bb261033.tar.gz
rockbox-e73383ea324e5f86105cc74983a88452bb261033.zip
FS#9580 by Thomas Martitz, split the two types of backlight fading into two seperate features and add correct description of the new one based on changing brightness
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19227 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/features.txt6
-rw-r--r--apps/lang/bulgarian.lang12
-rw-r--r--apps/lang/catala.lang12
-rw-r--r--apps/lang/chinese-simp.lang12
-rw-r--r--apps/lang/chinese-trad.lang12
-rw-r--r--apps/lang/czech.lang12
-rw-r--r--apps/lang/dansk.lang12
-rw-r--r--apps/lang/deutsch.lang12
-rw-r--r--apps/lang/english.lang12
-rw-r--r--apps/lang/espanol.lang12
-rw-r--r--apps/lang/finnish.lang12
-rw-r--r--apps/lang/francais.lang12
-rw-r--r--apps/lang/greek.lang12
-rw-r--r--apps/lang/hebrew.lang12
-rw-r--r--apps/lang/italiano.lang12
-rw-r--r--apps/lang/japanese.lang12
-rw-r--r--apps/lang/magyar.lang12
-rw-r--r--apps/lang/nederlands.lang12
-rw-r--r--apps/lang/norsk-nynorsk.lang12
-rw-r--r--apps/lang/norsk.lang12
-rw-r--r--apps/lang/polski.lang12
-rw-r--r--apps/lang/portugues-brasileiro.lang12
-rw-r--r--apps/lang/romaneste.lang12
-rw-r--r--apps/lang/russian.lang12
-rw-r--r--apps/lang/srpski.lang12
-rw-r--r--apps/lang/svenska.lang12
-rw-r--r--apps/lang/tagalog.lang12
-rw-r--r--apps/lang/thai.lang12
-rw-r--r--apps/lang/walon.lang12
-rw-r--r--manual/configure_rockbox/display_options.tex12
30 files changed, 183 insertions, 171 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 0a01eb92c7..4f394d5eef 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -20,8 +20,10 @@ albumart
20backlight_brightness 20backlight_brightness
21#endif 21#endif
22 22
23#if defined(HAVE_BACKLIGHT_PWM_FADING) || defined(USE_BACKLIGHT_SW_FADING) 23#if defined(HAVE_BACKLIGHT_PWM_FADING)
24backlight_fade 24backlight_fade_pwm
25#elif defined(USE_BACKLIGHT_SW_FADING)
26backlight_fade_sw
25#endif 27#endif
26 28
27#if BATTERY_TYPES_COUNT > 1 29#if BATTERY_TYPES_COUNT > 1
diff --git a/apps/lang/bulgarian.lang b/apps/lang/bulgarian.lang
index f598563faf..d7794cff01 100644
--- a/apps/lang/bulgarian.lang
+++ b/apps/lang/bulgarian.lang
@@ -4116,15 +4116,15 @@
4116 user: 4116 user:
4117 <source> 4117 <source>
4118 *: none 4118 *: none
4119 backlight_fade: "Backlight Fade In" 4119 backlight_fade*: "Backlight Fade In"
4120 </source> 4120 </source>
4121 <dest> 4121 <dest>
4122 *: none 4122 *: none
4123 backlight_fade: "Постепенна подсведка при вкл" 4123 backlight_fade*: "Постепенна подсведка при вкл"
4124 </dest> 4124 </dest>
4125 <voice> 4125 <voice>
4126 *: "" 4126 *: ""
4127 backlight_fade: "" 4127 backlight_fade*: ""
4128 </voice> 4128 </voice>
4129</phrase> 4129</phrase>
4130<phrase> 4130<phrase>
@@ -5284,15 +5284,15 @@
5284 user: 5284 user:
5285 <source> 5285 <source>
5286 *: none 5286 *: none
5287 backlight_fade: "Backlight Fade Out" 5287 backlight_fade*: "Backlight Fade Out"
5288 </source> 5288 </source>
5289 <dest> 5289 <dest>
5290 *: none 5290 *: none
5291 backlight_fade: "Постепенно угасване на подсветката" 5291 backlight_fade*: "Постепенно угасване на подсветката"
5292 </dest> 5292 </dest>
5293 <voice> 5293 <voice>
5294 *: "" 5294 *: ""
5295 backlight_fade: "" 5295 backlight_fade*: ""
5296 </voice> 5296 </voice>
5297</phrase> 5297</phrase>
5298<phrase> 5298<phrase>
diff --git a/apps/lang/catala.lang b/apps/lang/catala.lang
index f4ccec9408..958cea7d1f 100644
--- a/apps/lang/catala.lang
+++ b/apps/lang/catala.lang
@@ -2677,15 +2677,15 @@
2677 user: 2677 user:
2678 <source> 2678 <source>
2679 *: none 2679 *: none
2680 backlight_fade: "Backlight Fade In" 2680 backlight_fade*: "Backlight Fade In"
2681 </source> 2681 </source>
2682 <dest> 2682 <dest>
2683 *: none 2683 *: none
2684 backlight_fade: "Il·luminació progressiva" 2684 backlight_fade*: "Il·luminació progressiva"
2685 </dest> 2685 </dest>
2686 <voice> 2686 <voice>
2687 *: none 2687 *: none
2688 backlight_fade: "Il·luminació progressiva" 2688 backlight_fade*: "Il·luminació progressiva"
2689 </voice> 2689 </voice>
2690</phrase> 2690</phrase>
2691<phrase> 2691<phrase>
@@ -2694,15 +2694,15 @@
2694 user: 2694 user:
2695 <source> 2695 <source>
2696 *: none 2696 *: none
2697 backlight_fade: "Backlight Fade Out" 2697 backlight_fade*: "Backlight Fade Out"
2698 </source> 2698 </source>
2699 <dest> 2699 <dest>
2700 *: none 2700 *: none
2701 backlight_fade: "Apagat progresiu de il·lum." 2701 backlight_fade*: "Apagat progresiu de il·lum."
2702 </dest> 2702 </dest>
2703 <voice> 2703 <voice>
2704 *: none 2704 *: none
2705 backlight_fade: "Apagat progresiu de il·lum." 2705 backlight_fade*: "Apagat progresiu de il·lum."
2706 </voice> 2706 </voice>
2707</phrase> 2707</phrase>
2708<phrase> 2708<phrase>
diff --git a/apps/lang/chinese-simp.lang b/apps/lang/chinese-simp.lang
index dcaedd8ac0..5a2ec72560 100644
--- a/apps/lang/chinese-simp.lang
+++ b/apps/lang/chinese-simp.lang
@@ -2962,15 +2962,15 @@
2962 user: 2962 user:
2963 <source> 2963 <source>
2964 *: none 2964 *: none
2965 backlight_fade: "Backlight Fade In" 2965 backlight_fade*: "Backlight Fade In"
2966 </source> 2966 </source>
2967 <dest> 2967 <dest>
2968 *: none 2968 *: none
2969 backlight_fade: "背光淡入" 2969 backlight_fade*: "背光淡入"
2970 </dest> 2970 </dest>
2971 <voice> 2971 <voice>
2972 *: none 2972 *: none
2973 backlight_fade: "背光淡入" 2973 backlight_fade*: "背光淡入"
2974 </voice> 2974 </voice>
2975</phrase> 2975</phrase>
2976<phrase> 2976<phrase>
@@ -2979,15 +2979,15 @@
2979 user: 2979 user:
2980 <source> 2980 <source>
2981 *: none 2981 *: none
2982 backlight_fade: "Backlight Fade Out" 2982 backlight_fade*: "Backlight Fade Out"
2983 </source> 2983 </source>
2984 <dest> 2984 <dest>
2985 *: none 2985 *: none
2986 backlight_fade: "背光淡出" 2986 backlight_fade*: "背光淡出"
2987 </dest> 2987 </dest>
2988 <voice> 2988 <voice>
2989 *: none 2989 *: none
2990 backlight_fade: "背光淡出" 2990 backlight_fade*: "背光淡出"
2991 </voice> 2991 </voice>
2992</phrase> 2992</phrase>
2993<phrase> 2993<phrase>
diff --git a/apps/lang/chinese-trad.lang b/apps/lang/chinese-trad.lang
index 3c5b3d9ecc..37528c79fa 100644
--- a/apps/lang/chinese-trad.lang
+++ b/apps/lang/chinese-trad.lang
@@ -2961,15 +2961,15 @@
2961 user: 2961 user:
2962 <source> 2962 <source>
2963 *: none 2963 *: none
2964 backlight_fade: "Backlight Fade In" 2964 backlight_fade*: "Backlight Fade In"
2965 </source> 2965 </source>
2966 <dest> 2966 <dest>
2967 *: none 2967 *: none
2968 backlight_fade: "背光淡入" 2968 backlight_fade*: "背光淡入"
2969 </dest> 2969 </dest>
2970 <voice> 2970 <voice>
2971 *: none 2971 *: none
2972 backlight_fade: "Backlight Fade In" 2972 backlight_fade*: "Backlight Fade In"
2973 </voice> 2973 </voice>
2974</phrase> 2974</phrase>
2975<phrase> 2975<phrase>
@@ -2978,15 +2978,15 @@
2978 user: 2978 user:
2979 <source> 2979 <source>
2980 *: none 2980 *: none
2981 backlight_fade: "Backlight Fade Out" 2981 backlight_fade*: "Backlight Fade Out"
2982 </source> 2982 </source>
2983 <dest> 2983 <dest>
2984 *: none 2984 *: none
2985 backlight_fade: "背光淡出" 2985 backlight_fade*: "背光淡出"
2986 </dest> 2986 </dest>
2987 <voice> 2987 <voice>
2988 *: none 2988 *: none
2989 backlight_fade: "Backlight Fade Out" 2989 backlight_fade*: "Backlight Fade Out"
2990 </voice> 2990 </voice>
2991</phrase> 2991</phrase>
2992<phrase> 2992<phrase>
diff --git a/apps/lang/czech.lang b/apps/lang/czech.lang
index db023d44e0..e4aa32e3ff 100644
--- a/apps/lang/czech.lang
+++ b/apps/lang/czech.lang
@@ -2683,15 +2683,15 @@
2683 user: 2683 user:
2684 <source> 2684 <source>
2685 *: none 2685 *: none
2686 backlight_fade: "Backlight Fade In" 2686 backlight_fade*: "Backlight Fade In"
2687 </source> 2687 </source>
2688 <dest> 2688 <dest>
2689 *: none 2689 *: none
2690 backlight_fade: "Plynule zapínat podsvícení" 2690 backlight_fade*: "Plynule zapínat podsvícení"
2691 </dest> 2691 </dest>
2692 <voice> 2692 <voice>
2693 *: none 2693 *: none
2694 backlight_fade: "Plynule zapínat podsvícení" 2694 backlight_fade*: "Plynule zapínat podsvícení"
2695 </voice> 2695 </voice>
2696</phrase> 2696</phrase>
2697<phrase> 2697<phrase>
@@ -2700,15 +2700,15 @@
2700 user: 2700 user:
2701 <source> 2701 <source>
2702 *: none 2702 *: none
2703 backlight_fade: "Backlight Fade Out" 2703 backlight_fade*: "Backlight Fade Out"
2704 </source> 2704 </source>
2705 <dest> 2705 <dest>
2706 *: none 2706 *: none
2707 backlight_fade: "Plynule vypínat podsvícení" 2707 backlight_fade*: "Plynule vypínat podsvícení"
2708 </dest> 2708 </dest>
2709 <voice> 2709 <voice>
2710 *: none 2710 *: none
2711 backlight_fade: "Plynule vypínat podsvícení" 2711 backlight_fade*: "Plynule vypínat podsvícení"
2712 </voice> 2712 </voice>
2713</phrase> 2713</phrase>
2714<phrase> 2714<phrase>
diff --git a/apps/lang/dansk.lang b/apps/lang/dansk.lang
index c96c6b4046..28e53190fa 100644
--- a/apps/lang/dansk.lang
+++ b/apps/lang/dansk.lang
@@ -2517,15 +2517,15 @@
2517 user: 2517 user:
2518 <source> 2518 <source>
2519 *: none 2519 *: none
2520 backlight_fade: "Backlight Fade In" 2520 backlight_fade*: "Backlight Fade In"
2521 </source> 2521 </source>
2522 <dest> 2522 <dest>
2523 *: none 2523 *: none
2524 backlight_fade: "Tænd lys langsomt" 2524 backlight_fade*: "Tænd lys langsomt"
2525 </dest> 2525 </dest>
2526 <voice> 2526 <voice>
2527 *: none 2527 *: none
2528 backlight_fade: "Tænd lys langsomt" 2528 backlight_fade*: "Tænd lys langsomt"
2529 </voice> 2529 </voice>
2530</phrase> 2530</phrase>
2531<phrase> 2531<phrase>
@@ -2534,15 +2534,15 @@
2534 user: 2534 user:
2535 <source> 2535 <source>
2536 *: none 2536 *: none
2537 backlight_fade: "Backlight Fade Out" 2537 backlight_fade*: "Backlight Fade Out"
2538 </source> 2538 </source>
2539 <dest> 2539 <dest>
2540 *: none 2540 *: none
2541 backlight_fade: "Dæmp lys" 2541 backlight_fade*: "Dæmp lys"
2542 </dest> 2542 </dest>
2543 <voice> 2543 <voice>
2544 *: none 2544 *: none
2545 backlight_fade: "Dæmp lys" 2545 backlight_fade*: "Dæmp lys"
2546 </voice> 2546 </voice>
2547</phrase> 2547</phrase>
2548<phrase> 2548<phrase>
diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang
index fb3ef520ec..652bad9d70 100644
--- a/apps/lang/deutsch.lang
+++ b/apps/lang/deutsch.lang
@@ -2697,15 +2697,15 @@
2697 user: 2697 user:
2698 <source> 2698 <source>
2699 *: none 2699 *: none
2700 backlight_fade: "Backlight Fade In" 2700 backlight_fade*: "Backlight Fade In"
2701 </source> 2701 </source>
2702 <dest> 2702 <dest>
2703 *: none 2703 *: none
2704 backlight_fade: "Beleuchtung einblenden" 2704 backlight_fade*: "Beleuchtung einblenden"
2705 </dest> 2705 </dest>
2706 <voice> 2706 <voice>
2707 *: none 2707 *: none
2708 backlight_fade: "Beleuchtung einblenden" 2708 backlight_fade*: "Beleuchtung einblenden"
2709 </voice> 2709 </voice>
2710</phrase> 2710</phrase>
2711<phrase> 2711<phrase>
@@ -2714,15 +2714,15 @@
2714 user: 2714 user:
2715 <source> 2715 <source>
2716 *: none 2716 *: none
2717 backlight_fade: "Backlight Fade Out" 2717 backlight_fade*: "Backlight Fade Out"
2718 </source> 2718 </source>
2719 <dest> 2719 <dest>
2720 *: none 2720 *: none
2721 backlight_fade: "Beleuchtung ausblenden" 2721 backlight_fade*: "Beleuchtung ausblenden"
2722 </dest> 2722 </dest>
2723 <voice> 2723 <voice>
2724 *: none 2724 *: none
2725 backlight_fade: "Beleuchtung ausblenden" 2725 backlight_fade*: "Beleuchtung ausblenden"
2726 </voice> 2726 </voice>
2727</phrase> 2727</phrase>
2728<phrase> 2728<phrase>
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index a7b5ef72ed..01ce91795c 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -2771,15 +2771,15 @@
2771 user: 2771 user:
2772 <source> 2772 <source>
2773 *: none 2773 *: none
2774 backlight_fade: "Backlight Fade In" 2774 backlight_fade*: "Backlight Fade In"
2775 </source> 2775 </source>
2776 <dest> 2776 <dest>
2777 *: none 2777 *: none
2778 backlight_fade: "Backlight Fade In" 2778 backlight_fade*: "Backlight Fade In"
2779 </dest> 2779 </dest>
2780 <voice> 2780 <voice>
2781 *: none 2781 *: none
2782 backlight_fade: "Backlight Fade In" 2782 backlight_fade*: "Backlight Fade In"
2783 </voice> 2783 </voice>
2784</phrase> 2784</phrase>
2785<phrase> 2785<phrase>
@@ -2788,15 +2788,15 @@
2788 user: 2788 user:
2789 <source> 2789 <source>
2790 *: none 2790 *: none
2791 backlight_fade: "Backlight Fade Out" 2791 backlight_fade*: "Backlight Fade Out"
2792 </source> 2792 </source>
2793 <dest> 2793 <dest>
2794 *: none 2794 *: none
2795 backlight_fade: "Backlight Fade Out" 2795 backlight_fade*: "Backlight Fade Out"
2796 </dest> 2796 </dest>
2797 <voice> 2797 <voice>
2798 *: none 2798 *: none
2799 backlight_fade: "Backlight Fade Out" 2799 backlight_fade*: "Backlight Fade Out"
2800 </voice> 2800 </voice>
2801</phrase> 2801</phrase>
2802<phrase> 2802<phrase>
diff --git a/apps/lang/espanol.lang b/apps/lang/espanol.lang
index 8afa06239a..edca8813ca 100644
--- a/apps/lang/espanol.lang
+++ b/apps/lang/espanol.lang
@@ -6691,15 +6691,15 @@
6691 user: 6691 user:
6692 <source> 6692 <source>
6693 *: none 6693 *: none
6694 backlight_fade: "Backlight Fade In" 6694 backlight_fade*: "Backlight Fade In"
6695 </source> 6695 </source>
6696 <dest> 6696 <dest>
6697 *: none 6697 *: none
6698 backlight_fade: "Fundido de entrada de iluminación" 6698 backlight_fade*: "Fundido de entrada de iluminación"
6699 </dest> 6699 </dest>
6700 <voice> 6700 <voice>
6701 *: none 6701 *: none
6702 backlight_fade: "Fundido de entrada de iluminación" 6702 backlight_fade*: "Fundido de entrada de iluminación"
6703 </voice> 6703 </voice>
6704</phrase> 6704</phrase>
6705<phrase> 6705<phrase>
@@ -7075,15 +7075,15 @@
7075 user: 7075 user:
7076 <source> 7076 <source>
7077 *: none 7077 *: none
7078 backlight_fade: "Backlight Fade Out" 7078 backlight_fade*: "Backlight Fade Out"
7079 </source> 7079 </source>
7080 <dest> 7080 <dest>
7081 *: none 7081 *: none
7082 backlight_fade: "Fundido de salida de iluminación" 7082 backlight_fade*: "Fundido de salida de iluminación"
7083 </dest> 7083 </dest>
7084 <voice> 7084 <voice>
7085 *: none 7085 *: none
7086 backlight_fade: "Fundido de salida de iluminación" 7086 backlight_fade*: "Fundido de salida de iluminación"
7087 </voice> 7087 </voice>
7088</phrase> 7088</phrase>
7089<phrase> 7089<phrase>
diff --git a/apps/lang/finnish.lang b/apps/lang/finnish.lang
index 2754970634..d17de6c49c 100644
--- a/apps/lang/finnish.lang
+++ b/apps/lang/finnish.lang
@@ -2962,15 +2962,15 @@
2962 user: 2962 user:
2963 <source> 2963 <source>
2964 *: none 2964 *: none
2965 backlight_fade: "Backlight Fade In" 2965 backlight_fade*: "Backlight Fade In"
2966 </source> 2966 </source>
2967 <dest> 2967 <dest>
2968 *: none 2968 *: none
2969 backlight_fade: "Taustavalon sisäänhäivytys" 2969 backlight_fade*: "Taustavalon sisäänhäivytys"
2970 </dest> 2970 </dest>
2971 <voice> 2971 <voice>
2972 *: none 2972 *: none
2973 backlight_fade: "Taustavalon sisäänhäivytys" 2973 backlight_fade*: "Taustavalon sisäänhäivytys"
2974 </voice> 2974 </voice>
2975</phrase> 2975</phrase>
2976<phrase> 2976<phrase>
@@ -2979,15 +2979,15 @@
2979 user: 2979 user:
2980 <source> 2980 <source>
2981 *: none 2981 *: none
2982 backlight_fade: "Backlight Fade Out" 2982 backlight_fade*: "Backlight Fade Out"
2983 </source> 2983 </source>
2984 <dest> 2984 <dest>
2985 *: none 2985 *: none
2986 backlight_fade: "Taustavalon poishäivytys" 2986 backlight_fade*: "Taustavalon poishäivytys"
2987 </dest> 2987 </dest>
2988 <voice> 2988 <voice>
2989 *: none 2989 *: none
2990 backlight_fade: "Taustavalon poishäivytys" 2990 backlight_fade*: "Taustavalon poishäivytys"
2991 </voice> 2991 </voice>
2992</phrase> 2992</phrase>
2993<phrase> 2993<phrase>
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang
index 56d95ce9a4..6aa3e21a1e 100644
--- a/apps/lang/francais.lang
+++ b/apps/lang/francais.lang
@@ -2727,15 +2727,15 @@
2727 user: 2727 user:
2728 <source> 2728 <source>
2729 *: none 2729 *: none
2730 backlight_fade: "Backlight Fade In" 2730 backlight_fade*: "Backlight Fade In"
2731 </source> 2731 </source>
2732 <dest> 2732 <dest>
2733 *: none 2733 *: none
2734 backlight_fade: "Allumage progressif du rétro-éclairage" 2734 backlight_fade*: "Allumage progressif du rétro-éclairage"
2735 </dest> 2735 </dest>
2736 <voice> 2736 <voice>
2737 *: none 2737 *: none
2738 backlight_fade: "Allumage progressif du rétro-éclairage" 2738 backlight_fade*: "Allumage progressif du rétro-éclairage"
2739 </voice> 2739 </voice>
2740</phrase> 2740</phrase>
2741<phrase> 2741<phrase>
@@ -2744,15 +2744,15 @@
2744 user: 2744 user:
2745 <source> 2745 <source>
2746 *: none 2746 *: none
2747 backlight_fade: "Backlight Fade Out" 2747 backlight_fade*: "Backlight Fade Out"
2748 </source> 2748 </source>
2749 <dest> 2749 <dest>
2750 *: none 2750 *: none
2751 backlight_fade: "Extinction progressive du rétro-éclairage" 2751 backlight_fade*: "Extinction progressive du rétro-éclairage"
2752 </dest> 2752 </dest>
2753 <voice> 2753 <voice>
2754 *: none 2754 *: none
2755 backlight_fade: "Extinction progressive du rétro-éclairage" 2755 backlight_fade*: "Extinction progressive du rétro-éclairage"
2756 </voice> 2756 </voice>
2757</phrase> 2757</phrase>
2758<phrase> 2758<phrase>
diff --git a/apps/lang/greek.lang b/apps/lang/greek.lang
index 032f648f17..971d86a16e 100644
--- a/apps/lang/greek.lang
+++ b/apps/lang/greek.lang
@@ -2685,15 +2685,15 @@
2685 user: 2685 user:
2686 <source> 2686 <source>
2687 *: none 2687 *: none
2688 backlight_fade: "Backlight Fade In" 2688 backlight_fade*: "Backlight Fade In"
2689 </source> 2689 </source>
2690 <dest> 2690 <dest>
2691 *: none 2691 *: none
2692 backlight_fade: "Σταδιακή ενεργοποίηση φωτισμού" 2692 backlight_fade*: "Σταδιακή ενεργοποίηση φωτισμού"
2693 </dest> 2693 </dest>
2694 <voice> 2694 <voice>
2695 *: none 2695 *: none
2696 backlight_fade: "Σταδιακή ενεργοποίηση φωτισμού" 2696 backlight_fade*: "Σταδιακή ενεργοποίηση φωτισμού"
2697 </voice> 2697 </voice>
2698</phrase> 2698</phrase>
2699<phrase> 2699<phrase>
@@ -2702,15 +2702,15 @@
2702 user: 2702 user:
2703 <source> 2703 <source>
2704 *: none 2704 *: none
2705 backlight_fade: "Backlight Fade Out" 2705 backlight_fade*: "Backlight Fade Out"
2706 </source> 2706 </source>
2707 <dest> 2707 <dest>
2708 *: none 2708 *: none
2709 backlight_fade: "Σταδιακή απενεργοποίηση φωτισμού" 2709 backlight_fade*: "Σταδιακή απενεργοποίηση φωτισμού"
2710 </dest> 2710 </dest>
2711 <voice> 2711 <voice>
2712 *: none 2712 *: none
2713 backlight_fade: "Σταδιακή απενεργοποίηση φωτισμού" 2713 backlight_fade*: "Σταδιακή απενεργοποίηση φωτισμού"
2714 </voice> 2714 </voice>
2715</phrase> 2715</phrase>
2716<phrase> 2716<phrase>
diff --git a/apps/lang/hebrew.lang b/apps/lang/hebrew.lang
index b8e67ad51d..4783cd99a0 100644
--- a/apps/lang/hebrew.lang
+++ b/apps/lang/hebrew.lang
@@ -2679,15 +2679,15 @@
2679 user: 2679 user:
2680 <source> 2680 <source>
2681 *: none 2681 *: none
2682 backlight_fade: "Backlight Fade In" 2682 backlight_fade*: "Backlight Fade In"
2683 </source> 2683 </source>
2684 <dest> 2684 <dest>
2685 *: none 2685 *: none
2686 backlight_fade: "הגברה הדרגתית של תאורת המסך" 2686 backlight_fade*: "הגברה הדרגתית של תאורת המסך"
2687 </dest> 2687 </dest>
2688 <voice> 2688 <voice>
2689 *: none 2689 *: none
2690 backlight_fade: "Backlight Fade In" 2690 backlight_fade*: "Backlight Fade In"
2691 </voice> 2691 </voice>
2692</phrase> 2692</phrase>
2693<phrase> 2693<phrase>
@@ -2696,15 +2696,15 @@
2696 user: 2696 user:
2697 <source> 2697 <source>
2698 *: none 2698 *: none
2699 backlight_fade: "Backlight Fade Out" 2699 backlight_fade*: "Backlight Fade Out"
2700 </source> 2700 </source>
2701 <dest> 2701 <dest>
2702 *: none 2702 *: none
2703 backlight_fade: "עמעום תאורת המסך" 2703 backlight_fade*: "עמעום תאורת המסך"
2704 </dest> 2704 </dest>
2705 <voice> 2705 <voice>
2706 *: none 2706 *: none
2707 backlight_fade: "Backlight Fade Out" 2707 backlight_fade*: "Backlight Fade Out"
2708 </voice> 2708 </voice>
2709</phrase> 2709</phrase>
2710<phrase> 2710<phrase>
diff --git a/apps/lang/italiano.lang b/apps/lang/italiano.lang
index 72b8a0c27a..e12839d52d 100644
--- a/apps/lang/italiano.lang
+++ b/apps/lang/italiano.lang
@@ -2700,15 +2700,15 @@
2700 user: 2700 user:
2701 <source> 2701 <source>
2702 *: none 2702 *: none
2703 backlight_fade: "Backlight Fade In" 2703 backlight_fade*: "Backlight Fade In"
2704 </source> 2704 </source>
2705 <dest> 2705 <dest>
2706 *: none 2706 *: none
2707 backlight_fade: "Accensione retroilluminazione" 2707 backlight_fade*: "Accensione retroilluminazione"
2708 </dest> 2708 </dest>
2709 <voice> 2709 <voice>
2710 *: none 2710 *: none
2711 backlight_fade: "Accensione retroilluminazione" 2711 backlight_fade*: "Accensione retroilluminazione"
2712 </voice> 2712 </voice>
2713</phrase> 2713</phrase>
2714<phrase> 2714<phrase>
@@ -2717,15 +2717,15 @@
2717 user: 2717 user:
2718 <source> 2718 <source>
2719 *: none 2719 *: none
2720 backlight_fade: "Backlight Fade Out" 2720 backlight_fade*: "Backlight Fade Out"
2721 </source> 2721 </source>
2722 <dest> 2722 <dest>
2723 *: none 2723 *: none
2724 backlight_fade: "Spegnimento retroilluminazione" 2724 backlight_fade*: "Spegnimento retroilluminazione"
2725 </dest> 2725 </dest>
2726 <voice> 2726 <voice>
2727 *: none 2727 *: none
2728 backlight_fade: "Spegnimento retroilluminazione" 2728 backlight_fade*: "Spegnimento retroilluminazione"
2729 </voice> 2729 </voice>
2730</phrase> 2730</phrase>
2731<phrase> 2731<phrase>
diff --git a/apps/lang/japanese.lang b/apps/lang/japanese.lang
index f190c9bf95..0e0b243465 100644
--- a/apps/lang/japanese.lang
+++ b/apps/lang/japanese.lang
@@ -2681,15 +2681,15 @@
2681 user: 2681 user:
2682 <source> 2682 <source>
2683 *: none 2683 *: none
2684 backlight_fade: "Backlight Fade In" 2684 backlight_fade*: "Backlight Fade In"
2685 </source> 2685 </source>
2686 <dest> 2686 <dest>
2687 *: none 2687 *: none
2688 backlight_fade: "バックライト点灯時間" 2688 backlight_fade*: "バックライト点灯時間"
2689 </dest> 2689 </dest>
2690 <voice> 2690 <voice>
2691 *: none 2691 *: none
2692 backlight_fade: "バックライト点灯時間" 2692 backlight_fade*: "バックライト点灯時間"
2693 </voice> 2693 </voice>
2694</phrase> 2694</phrase>
2695<phrase> 2695<phrase>
@@ -2698,15 +2698,15 @@
2698 user: 2698 user:
2699 <source> 2699 <source>
2700 *: none 2700 *: none
2701 backlight_fade: "Backlight Fade Out" 2701 backlight_fade*: "Backlight Fade Out"
2702 </source> 2702 </source>
2703 <dest> 2703 <dest>
2704 *: none 2704 *: none
2705 backlight_fade: "バックライト消灯時間" 2705 backlight_fade*: "バックライト消灯時間"
2706 </dest> 2706 </dest>
2707 <voice> 2707 <voice>
2708 *: none 2708 *: none
2709 backlight_fade: "バックライト消灯時間" 2709 backlight_fade*: "バックライト消灯時間"
2710 </voice> 2710 </voice>
2711</phrase> 2711</phrase>
2712<phrase> 2712<phrase>
diff --git a/apps/lang/magyar.lang b/apps/lang/magyar.lang
index f652efff67..8b156044f3 100644
--- a/apps/lang/magyar.lang
+++ b/apps/lang/magyar.lang
@@ -2674,15 +2674,15 @@
2674 user: 2674 user:
2675 <source> 2675 <source>
2676 *: none 2676 *: none
2677 backlight_fade: "Backlight Fade In" 2677 backlight_fade*: "Backlight Fade In"
2678 </source> 2678 </source>
2679 <dest> 2679 <dest>
2680 *: none 2680 *: none
2681 backlight_fade:"Világítás beúsztatása" 2681 backlight_fade*:"Világítás beúsztatása"
2682 </dest> 2682 </dest>
2683 <voice> 2683 <voice>
2684 *: none 2684 *: none
2685 backlight_fade:"Backlight fade in" 2685 backlight_fade*:"Backlight fade in"
2686 </voice> 2686 </voice>
2687</phrase> 2687</phrase>
2688<phrase> 2688<phrase>
@@ -2691,15 +2691,15 @@
2691 user: 2691 user:
2692 <source> 2692 <source>
2693 *: none 2693 *: none
2694 backlight_fade: "Backlight Fade Out" 2694 backlight_fade*: "Backlight Fade Out"
2695 </source> 2695 </source>
2696 <dest> 2696 <dest>
2697 *: none 2697 *: none
2698 backlight_fade:"Világítás kiúsztatása" 2698 backlight_fade*:"Világítás kiúsztatása"
2699 </dest> 2699 </dest>
2700 <voice> 2700 <voice>
2701 *: none 2701 *: none
2702 backlight_fade:"Backlight fade out" 2702 backlight_fade*:"Backlight fade out"
2703 </voice> 2703 </voice>
2704</phrase> 2704</phrase>
2705<phrase> 2705<phrase>
diff --git a/apps/lang/nederlands.lang b/apps/lang/nederlands.lang
index faab19376a..972fff975e 100644
--- a/apps/lang/nederlands.lang
+++ b/apps/lang/nederlands.lang
@@ -2962,15 +2962,15 @@
2962 user: 2962 user:
2963 <source> 2963 <source>
2964 *: none 2964 *: none
2965 backlight_fade: "Backlight Fade In" 2965 backlight_fade*: "Backlight Fade In"
2966 </source> 2966 </source>
2967 <dest> 2967 <dest>
2968 *: none 2968 *: none
2969 backlight_fade: "Verlichting invloeien" 2969 backlight_fade*: "Verlichting invloeien"
2970 </dest> 2970 </dest>
2971 <voice> 2971 <voice>
2972 *: none 2972 *: none
2973 backlight_fade: "Verlichting invloeien" 2973 backlight_fade*: "Verlichting invloeien"
2974 </voice> 2974 </voice>
2975</phrase> 2975</phrase>
2976<phrase> 2976<phrase>
@@ -2979,15 +2979,15 @@
2979 user: 2979 user:
2980 <source> 2980 <source>
2981 *: none 2981 *: none
2982 backlight_fade: "Backlight Fade Out" 2982 backlight_fade*: "Backlight Fade Out"
2983 </source> 2983 </source>
2984 <dest> 2984 <dest>
2985 *: none 2985 *: none
2986 backlight_fade: "Verlichting uitvloeien" 2986 backlight_fade*: "Verlichting uitvloeien"
2987 </dest> 2987 </dest>
2988 <voice> 2988 <voice>
2989 *: none 2989 *: none
2990 backlight_fade: "Verlichting uitvloeien" 2990 backlight_fade*: "Verlichting uitvloeien"
2991 </voice> 2991 </voice>
2992</phrase> 2992</phrase>
2993<phrase> 2993<phrase>
diff --git a/apps/lang/norsk-nynorsk.lang b/apps/lang/norsk-nynorsk.lang
index bb0add89fd..4f672b8132 100644
--- a/apps/lang/norsk-nynorsk.lang
+++ b/apps/lang/norsk-nynorsk.lang
@@ -2911,15 +2911,15 @@
2911 user: 2911 user:
2912 <source> 2912 <source>
2913 *: none 2913 *: none
2914 backlight_fade: "Backlight Fade In" 2914 backlight_fade*: "Backlight Fade In"
2915 </source> 2915 </source>
2916 <dest> 2916 <dest>
2917 *: none 2917 *: none
2918 backlight_fade: "Lysinntoning" 2918 backlight_fade*: "Lysinntoning"
2919 </dest> 2919 </dest>
2920 <voice> 2920 <voice>
2921 *: none 2921 *: none
2922 backlight_fade: "Lysinntoning" 2922 backlight_fade*: "Lysinntoning"
2923 </voice> 2923 </voice>
2924</phrase> 2924</phrase>
2925<phrase> 2925<phrase>
@@ -2928,15 +2928,15 @@
2928 user: 2928 user:
2929 <source> 2929 <source>
2930 *: none 2930 *: none
2931 backlight_fade: "Backlight Fade Out" 2931 backlight_fade*: "Backlight Fade Out"
2932 </source> 2932 </source>
2933 <dest> 2933 <dest>
2934 *: none 2934 *: none
2935 backlight_fade: "Lysuttoning" 2935 backlight_fade*: "Lysuttoning"
2936 </dest> 2936 </dest>
2937 <voice> 2937 <voice>
2938 *: none 2938 *: none
2939 backlight_fade: "Lysuttoning" 2939 backlight_fade*: "Lysuttoning"
2940 </voice> 2940 </voice>
2941</phrase> 2941</phrase>
2942<phrase> 2942<phrase>
diff --git a/apps/lang/norsk.lang b/apps/lang/norsk.lang
index ee366360fe..fbc4869725 100644
--- a/apps/lang/norsk.lang
+++ b/apps/lang/norsk.lang
@@ -2521,15 +2521,15 @@
2521 user: 2521 user:
2522 <source> 2522 <source>
2523 *: none 2523 *: none
2524 backlight_fade: "Backlight Fade In" 2524 backlight_fade*: "Backlight Fade In"
2525 </source> 2525 </source>
2526 <dest> 2526 <dest>
2527 *: none 2527 *: none
2528 backlight_fade: "Ton inn skjermlys" 2528 backlight_fade*: "Ton inn skjermlys"
2529 </dest> 2529 </dest>
2530 <voice> 2530 <voice>
2531 *: none 2531 *: none
2532 backlight_fade: "Ton inn skjermlys" 2532 backlight_fade*: "Ton inn skjermlys"
2533 </voice> 2533 </voice>
2534</phrase> 2534</phrase>
2535<phrase> 2535<phrase>
@@ -2538,15 +2538,15 @@
2538 user: 2538 user:
2539 <source> 2539 <source>
2540 *: none 2540 *: none
2541 backlight_fade: "Backlight Fade Out" 2541 backlight_fade*: "Backlight Fade Out"
2542 </source> 2542 </source>
2543 <dest> 2543 <dest>
2544 *: none 2544 *: none
2545 backlight_fade: "Ton ut skjermlys" 2545 backlight_fade*: "Ton ut skjermlys"
2546 </dest> 2546 </dest>
2547 <voice> 2547 <voice>
2548 *: none 2548 *: none
2549 backlight_fade: "Ton ut skjermlys" 2549 backlight_fade*: "Ton ut skjermlys"
2550 </voice> 2550 </voice>
2551</phrase> 2551</phrase>
2552<phrase> 2552<phrase>
diff --git a/apps/lang/polski.lang b/apps/lang/polski.lang
index ee426df897..256ceeb085 100644
--- a/apps/lang/polski.lang
+++ b/apps/lang/polski.lang
@@ -2688,15 +2688,15 @@
2688 user: 2688 user:
2689 <source> 2689 <source>
2690 *: none 2690 *: none
2691 backlight_fade: "Backlight Fade In" 2691 backlight_fade*: "Backlight Fade In"
2692 </source> 2692 </source>
2693 <dest> 2693 <dest>
2694 *: none 2694 *: none
2695 backlight_fade: "Płynne wejście podświetlenia" 2695 backlight_fade*: "Płynne wejście podświetlenia"
2696 </dest> 2696 </dest>
2697 <voice> 2697 <voice>
2698 *: none 2698 *: none
2699 backlight_fade: "Płynne wejście podświetlenia" 2699 backlight_fade*: "Płynne wejście podświetlenia"
2700 </voice> 2700 </voice>
2701</phrase> 2701</phrase>
2702<phrase> 2702<phrase>
@@ -2705,15 +2705,15 @@
2705 user: 2705 user:
2706 <source> 2706 <source>
2707 *: none 2707 *: none
2708 backlight_fade: "Backlight Fade Out" 2708 backlight_fade*: "Backlight Fade Out"
2709 </source> 2709 </source>
2710 <dest> 2710 <dest>
2711 *: none 2711 *: none
2712 backlight_fade: "Płynne wyjście podświetlenia" 2712 backlight_fade*: "Płynne wyjście podświetlenia"
2713 </dest> 2713 </dest>
2714 <voice> 2714 <voice>
2715 *: none 2715 *: none
2716 backlight_fade: "Płynne wyjście podświetlenia" 2716 backlight_fade*: "Płynne wyjście podświetlenia"
2717 </voice> 2717 </voice>
2718</phrase> 2718</phrase>
2719<phrase> 2719<phrase>
diff --git a/apps/lang/portugues-brasileiro.lang b/apps/lang/portugues-brasileiro.lang
index 82cec23368..4a516dfa4f 100644
--- a/apps/lang/portugues-brasileiro.lang
+++ b/apps/lang/portugues-brasileiro.lang
@@ -2698,15 +2698,15 @@
2698 user: 2698 user:
2699 <source> 2699 <source>
2700 *: none 2700 *: none
2701 backlight_fade: "Backlight Fade In" 2701 backlight_fade*: "Backlight Fade In"
2702 </source> 2702 </source>
2703 <dest> 2703 <dest>
2704 *: none 2704 *: none
2705 backlight_fade: "Aumentar Progressivamente Intensidade da Luz de Fundo" 2705 backlight_fade*: "Aumentar Progressivamente Intensidade da Luz de Fundo"
2706 </dest> 2706 </dest>
2707 <voice> 2707 <voice>
2708 *: none 2708 *: none
2709 backlight_fade: "Aumentar Progressivamente Intensidade da Luz de Fundo" 2709 backlight_fade*: "Aumentar Progressivamente Intensidade da Luz de Fundo"
2710 </voice> 2710 </voice>
2711</phrase> 2711</phrase>
2712<phrase> 2712<phrase>
@@ -2715,15 +2715,15 @@
2715 user: 2715 user:
2716 <source> 2716 <source>
2717 *: none 2717 *: none
2718 backlight_fade: "Backlight Fade Out" 2718 backlight_fade*: "Backlight Fade Out"
2719 </source> 2719 </source>
2720 <dest> 2720 <dest>
2721 *: none 2721 *: none
2722 backlight_fade: "Diminuir Progressivamente Intensidade da Luz de Fundo" 2722 backlight_fade*: "Diminuir Progressivamente Intensidade da Luz de Fundo"
2723 </dest> 2723 </dest>
2724 <voice> 2724 <voice>
2725 *: none 2725 *: none
2726 backlight_fade: "Diminuir Progressivamente Intensidade da Luz de Fundo" 2726 backlight_fade*: "Diminuir Progressivamente Intensidade da Luz de Fundo"
2727 </voice> 2727 </voice>
2728</phrase> 2728</phrase>
2729<phrase> 2729<phrase>
diff --git a/apps/lang/romaneste.lang b/apps/lang/romaneste.lang
index 322dc115cb..bc1dd11bc8 100644
--- a/apps/lang/romaneste.lang
+++ b/apps/lang/romaneste.lang
@@ -4358,15 +4358,15 @@
4358 user: 4358 user:
4359 <source> 4359 <source>
4360 *: none 4360 *: none
4361 backlight_fade: "Backlight Fade In" 4361 backlight_fade*: "Backlight Fade In"
4362 </source> 4362 </source>
4363 <dest> 4363 <dest>
4364 *: none 4364 *: none
4365 backlight_fade: "Filare iluminare aprindere" 4365 backlight_fade*: "Filare iluminare aprindere"
4366 </dest> 4366 </dest>
4367 <voice> 4367 <voice>
4368 *: none 4368 *: none
4369 backlight_fade: "Backlight Fade In" 4369 backlight_fade*: "Backlight Fade In"
4370 </voice> 4370 </voice>
4371</phrase> 4371</phrase>
4372<phrase> 4372<phrase>
@@ -5543,15 +5543,15 @@
5543 user: 5543 user:
5544 <source> 5544 <source>
5545 *: none 5545 *: none
5546 backlight_fade: "Backlight Fade Out" 5546 backlight_fade*: "Backlight Fade Out"
5547 </source> 5547 </source>
5548 <dest> 5548 <dest>
5549 *: none 5549 *: none
5550 backlight_fade: "Filare iluminare stingere" 5550 backlight_fade*: "Filare iluminare stingere"
5551 </dest> 5551 </dest>
5552 <voice> 5552 <voice>
5553 *: none 5553 *: none
5554 backlight_fade: "Backlight Fade Out" 5554 backlight_fade*: "Backlight Fade Out"
5555 </voice> 5555 </voice>
5556</phrase> 5556</phrase>
5557<phrase> 5557<phrase>
diff --git a/apps/lang/russian.lang b/apps/lang/russian.lang
index e489503d17..b0d059fd21 100644
--- a/apps/lang/russian.lang
+++ b/apps/lang/russian.lang
@@ -2786,15 +2786,15 @@
2786 user: 2786 user:
2787 <source> 2787 <source>
2788 *: none 2788 *: none
2789 backlight_fade: "Backlight Fade In" 2789 backlight_fade*: "Backlight Fade In"
2790 </source> 2790 </source>
2791 <dest> 2791 <dest>
2792 *: none 2792 *: none
2793 backlight_fade: "Нарастание подсветки" 2793 backlight_fade*: "Нарастание подсветки"
2794 </dest> 2794 </dest>
2795 <voice> 2795 <voice>
2796 *: none 2796 *: none
2797 backlight_fade: "Нарастание подсветки" 2797 backlight_fade*: "Нарастание подсветки"
2798 </voice> 2798 </voice>
2799</phrase> 2799</phrase>
2800<phrase> 2800<phrase>
@@ -2803,15 +2803,15 @@
2803 user: 2803 user:
2804 <source> 2804 <source>
2805 *: none 2805 *: none
2806 backlight_fade: "Backlight Fade Out" 2806 backlight_fade*: "Backlight Fade Out"
2807 </source> 2807 </source>
2808 <dest> 2808 <dest>
2809 *: none 2809 *: none
2810 backlight_fade: "Затухание подсветки" 2810 backlight_fade*: "Затухание подсветки"
2811 </dest> 2811 </dest>
2812 <voice> 2812 <voice>
2813 *: none 2813 *: none
2814 backlight_fade: "Затухание подсветки" 2814 backlight_fade*: "Затухание подсветки"
2815 </voice> 2815 </voice>
2816</phrase> 2816</phrase>
2817<phrase> 2817<phrase>
diff --git a/apps/lang/srpski.lang b/apps/lang/srpski.lang
index ca75137b9a..0164b5622c 100644
--- a/apps/lang/srpski.lang
+++ b/apps/lang/srpski.lang
@@ -2688,15 +2688,15 @@
2688 user: 2688 user:
2689 <source> 2689 <source>
2690 *: none 2690 *: none
2691 backlight_fade: "Backlight Fade In" 2691 backlight_fade*: "Backlight Fade In"
2692 </source> 2692 </source>
2693 <dest> 2693 <dest>
2694 *: none 2694 *: none
2695 backlight_fade: "Fade In позадинског осветљења" 2695 backlight_fade*: "Fade In позадинског осветљења"
2696 </dest> 2696 </dest>
2697 <voice> 2697 <voice>
2698 *: none 2698 *: none
2699 backlight_fade: "Fade In позадинског осветљења" 2699 backlight_fade*: "Fade In позадинског осветљења"
2700 </voice> 2700 </voice>
2701</phrase> 2701</phrase>
2702<phrase> 2702<phrase>
@@ -2705,15 +2705,15 @@
2705 user: 2705 user:
2706 <source> 2706 <source>
2707 *: none 2707 *: none
2708 backlight_fade: "Backlight Fade Out" 2708 backlight_fade*: "Backlight Fade Out"
2709 </source> 2709 </source>
2710 <dest> 2710 <dest>
2711 *: none 2711 *: none
2712 backlight_fade: "Fade Out позадинског осветљења" 2712 backlight_fade*: "Fade Out позадинског осветљења"
2713 </dest> 2713 </dest>
2714 <voice> 2714 <voice>
2715 *: none 2715 *: none
2716 backlight_fade: "Fade Out позадинског осветљења" 2716 backlight_fade*: "Fade Out позадинског осветљења"
2717 </voice> 2717 </voice>
2718</phrase> 2718</phrase>
2719<phrase> 2719<phrase>
diff --git a/apps/lang/svenska.lang b/apps/lang/svenska.lang
index 03312ecf3e..6659c6fdc3 100644
--- a/apps/lang/svenska.lang
+++ b/apps/lang/svenska.lang
@@ -2699,15 +2699,15 @@
2699 user: 2699 user:
2700 <source> 2700 <source>
2701 *: none 2701 *: none
2702 backlight_fade: "Backlight Fade In" 2702 backlight_fade*: "Backlight Fade In"
2703 </source> 2703 </source>
2704 <dest> 2704 <dest>
2705 *: none 2705 *: none
2706 backlight_fade: "Tona in belysning" 2706 backlight_fade*: "Tona in belysning"
2707 </dest> 2707 </dest>
2708 <voice> 2708 <voice>
2709 *: none 2709 *: none
2710 backlight_fade: "Tona in belysning" 2710 backlight_fade*: "Tona in belysning"
2711 </voice> 2711 </voice>
2712</phrase> 2712</phrase>
2713<phrase> 2713<phrase>
@@ -2716,15 +2716,15 @@
2716 user: 2716 user:
2717 <source> 2717 <source>
2718 *: none 2718 *: none
2719 backlight_fade: "Backlight Fade Out" 2719 backlight_fade*: "Backlight Fade Out"
2720 </source> 2720 </source>
2721 <dest> 2721 <dest>
2722 *: none 2722 *: none
2723 backlight_fade: "Tona ut belysning" 2723 backlight_fade*: "Tona ut belysning"
2724 </dest> 2724 </dest>
2725 <voice> 2725 <voice>
2726 *: none 2726 *: none
2727 backlight_fade: "Tona ut belysning" 2727 backlight_fade*: "Tona ut belysning"
2728 </voice> 2728 </voice>
2729</phrase> 2729</phrase>
2730<phrase> 2730<phrase>
diff --git a/apps/lang/tagalog.lang b/apps/lang/tagalog.lang
index 103afdf1f5..3757db8a31 100644
--- a/apps/lang/tagalog.lang
+++ b/apps/lang/tagalog.lang
@@ -2688,15 +2688,15 @@
2688 user: 2688 user:
2689 <source> 2689 <source>
2690 *: none 2690 *: none
2691 backlight_fade: "Backlight Fade In" 2691 backlight_fade*: "Backlight Fade In"
2692 </source> 2692 </source>
2693 <dest> 2693 <dest>
2694 *: none 2694 *: none
2695 backlight_fade: "Magilaw sa likod pagpapalit" 2695 backlight_fade*: "Magilaw sa likod pagpapalit"
2696 </dest> 2696 </dest>
2697 <voice> 2697 <voice>
2698 *: none 2698 *: none
2699 backlight_fade: "Backlight Fade In" 2699 backlight_fade*: "Backlight Fade In"
2700 </voice> 2700 </voice>
2701</phrase> 2701</phrase>
2702<phrase> 2702<phrase>
@@ -2705,15 +2705,15 @@
2705 user: 2705 user:
2706 <source> 2706 <source>
2707 *: none 2707 *: none
2708 backlight_fade: "Backlight Fade Out" 2708 backlight_fade*: "Backlight Fade Out"
2709 </source> 2709 </source>
2710 <dest> 2710 <dest>
2711 *: none 2711 *: none
2712 backlight_fade: "Magilaw sa likod pagpapalit" 2712 backlight_fade*: "Magilaw sa likod pagpapalit"
2713 </dest> 2713 </dest>
2714 <voice> 2714 <voice>
2715 *: none 2715 *: none
2716 backlight_fade: "Backlight Fade Out" 2716 backlight_fade*: "Backlight Fade Out"
2717 </voice> 2717 </voice>
2718</phrase> 2718</phrase>
2719<phrase> 2719<phrase>
diff --git a/apps/lang/thai.lang b/apps/lang/thai.lang
index a8d1a6f407..2a3d631b60 100644
--- a/apps/lang/thai.lang
+++ b/apps/lang/thai.lang
@@ -2682,15 +2682,15 @@
2682 user: 2682 user:
2683 <source> 2683 <source>
2684 *: none 2684 *: none
2685 backlight_fade: "Backlight Fade In" 2685 backlight_fade*: "Backlight Fade In"
2686 </source> 2686 </source>
2687 <dest> 2687 <dest>
2688 *: none 2688 *: none
2689 backlight_fade: "ไฟพื้นหลังค่อยๆ สว่าง" 2689 backlight_fade*: "ไฟพื้นหลังค่อยๆ สว่าง"
2690 </dest> 2690 </dest>
2691 <voice> 2691 <voice>
2692 *: none 2692 *: none
2693 backlight_fade: "Backlight Fade In" 2693 backlight_fade*: "Backlight Fade In"
2694 </voice> 2694 </voice>
2695</phrase> 2695</phrase>
2696<phrase> 2696<phrase>
@@ -2699,15 +2699,15 @@
2699 user: 2699 user:
2700 <source> 2700 <source>
2701 *: none 2701 *: none
2702 backlight_fade: "Backlight Fade Out" 2702 backlight_fade*: "Backlight Fade Out"
2703 </source> 2703 </source>
2704 <dest> 2704 <dest>
2705 *: none 2705 *: none
2706 backlight_fade: "ไฟพื้นหลังค่อยๆ ดับ" 2706 backlight_fade*: "ไฟพื้นหลังค่อยๆ ดับ"
2707 </dest> 2707 </dest>
2708 <voice> 2708 <voice>
2709 *: none 2709 *: none
2710 backlight_fade: "Backlight Fade Out" 2710 backlight_fade*: "Backlight Fade Out"
2711 </voice> 2711 </voice>
2712</phrase> 2712</phrase>
2713<phrase> 2713<phrase>
diff --git a/apps/lang/walon.lang b/apps/lang/walon.lang
index c657f4791f..cd3922ae88 100644
--- a/apps/lang/walon.lang
+++ b/apps/lang/walon.lang
@@ -2703,15 +2703,15 @@
2703 user: 2703 user:
2704 <source> 2704 <source>
2705 *: none 2705 *: none
2706 backlight_fade: "Backlight Fade In" 2706 backlight_fade*: "Backlight Fade In"
2707 </source> 2707 </source>
2708 <dest> 2708 <dest>
2709 *: none 2709 *: none
2710 backlight_fade: "Erî-clårté å cmince do fondou" 2710 backlight_fade*: "Erî-clårté å cmince do fondou"
2711 </dest> 2711 </dest>
2712 <voice> 2712 <voice>
2713 *: none 2713 *: none
2714 backlight_fade: "erî-clårté å cmince do fondou" 2714 backlight_fade*: "erî-clårté å cmince do fondou"
2715 </voice> 2715 </voice>
2716</phrase> 2716</phrase>
2717<phrase> 2717<phrase>
@@ -2720,15 +2720,15 @@
2720 user: 2720 user:
2721 <source> 2721 <source>
2722 *: none 2722 *: none
2723 backlight_fade: "Backlight Fade Out" 2723 backlight_fade*: "Backlight Fade Out"
2724 </source> 2724 </source>
2725 <dest> 2725 <dest>
2726 *: none 2726 *: none
2727 backlight_fade: "Erî-clårté sol fondou do coron" 2727 backlight_fade*: "Erî-clårté sol fondou do coron"
2728 </dest> 2728 </dest>
2729 <voice> 2729 <voice>
2730 *: none 2730 *: none
2731 backlight_fade: "erî-clårté sol fondou do coron" 2731 backlight_fade*: "erî-clårté sol fondou do coron"
2732 </voice> 2732 </voice>
2733</phrase> 2733</phrase>
2734<phrase> 2734<phrase>
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index 65e2ddfafa..b00dbb4522 100644
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -28,7 +28,7 @@
28 beginning so that the display can be read to see song information. The 28 beginning so that the display can be read to see song information. The
29 amount of time is determined by the value of the backlight timeout 29 amount of time is determined by the value of the backlight timeout
30 setting, but is no less than 5 seconds. 30 setting, but is no less than 5 seconds.
31 \opt{backlight_fade}{ 31 \opt{backlight_fade_pwm}{
32 \item[Backlight Fade In:] 32 \item[Backlight Fade In:]
33 The amount of time that the backlight will take to fade from off to on 33 The amount of time that the backlight will take to fade from off to on
34 after a button is pressed. If set to \setting{Off} the backlight will 34 after a button is pressed. If set to \setting{Off} the backlight will
@@ -41,6 +41,16 @@
41 fade out. Other valid values: \setting{500ms}, \setting{1s}, 41 fade out. Other valid values: \setting{500ms}, \setting{1s},
42 \setting{2s}, \setting{3s}, \setting{4s}, \setting{5s} or \setting{10s}. 42 \setting{2s}, \setting{3s}, \setting{4s}, \setting{5s} or \setting{10s}.
43 } 43 }
44 \opt{backlight_fade_sw}{
45 \item[Backlight Fade In:]
46 This options turns on smooth backlight fading when the backlight is
47 activated. The fading time is dependent on the brightness level you
48 have chosen. If it is turned off, the backlight will turn on immediately.
49 \item[Backlight Fade Out:]
50 This options turns on smooth backlight fading when the backlight is
51 deactivated. The fading time is dependent on the brightness level you
52 have chosen. If it is turned off, the backlight will turn off immediately.
53 }
44 \item[First Keypress Enables Backlight Only:] 54 \item[First Keypress Enables Backlight Only:]
45 With this option enabled the first keypress while the backlight is turned 55 With this option enabled the first keypress while the backlight is turned
46 off will only turn the backlight on without having any other effect. When 56 off will only turn the backlight on without having any other effect. When