summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorPaul Sauro <olsroparadise@proton.me>2024-08-28 17:44:16 +0200
committerWilliam Wilgus <wilgus.william@gmail.com>2024-08-28 20:24:44 -0400
commitf69d9c8a9508871c93396a4261bcc41a8a3cddc7 (patch)
tree8c8968007ea27e847e39edfd1f4459bc255bc3fe /apps/lang
parentf6b9e923dc6b2601e9e6190fd887d5b5277b2b59 (diff)
downloadrockbox-f69d9c8a9508871c93396a4261bcc41a8a3cddc7.tar.gz
rockbox-f69d9c8a9508871c93396a4261bcc41a8a3cddc7.zip
Settings: Add a new option to prevent text scrollings in the home screen
This option is especially useful for theme creators that want to create themes with lockscreens. When text is scrolling, it is breaking the lockscreen so setting this option to true prevent this. Text will continue to scroll normally in all other contexts. Change-Id: I194f6837217881d50f567a775b81d0b422caf35c
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang14
-rw-r--r--apps/lang/francais.lang14
2 files changed, 28 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index c41c819a7b..b0c7aed8f7 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -16498,6 +16498,20 @@
16498 </voice> 16498 </voice>
16499</phrase> 16499</phrase>
16500<phrase> 16500<phrase>
16501 id: LANG_DISABLE_MAINMENU_SCROLLING
16502 desc: Disable main menu scrolling
16503 user: core
16504 <source>
16505 *: "Disable main menu scrolling"
16506 </source>
16507 <dest>
16508 *: "Disable main menu scrolling"
16509 </dest>
16510 <voice>
16511 *: "Disable main menu scrolling"
16512 </voice>
16513</phrase>
16514<phrase>
16501 id: LANG_REMAINING 16515 id: LANG_REMAINING
16502 desc: Playing Time 16516 desc: Playing Time
16503 user: core 16517 user: core
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang
index 55b7ae9f63..ce907372b0 100644
--- a/apps/lang/francais.lang
+++ b/apps/lang/francais.lang
@@ -15080,3 +15080,17 @@
15080 *: "Français" 15080 *: "Français"
15081 </voice> 15081 </voice>
15082</phrase> 15082</phrase>
15083<phrase>
15084 id: LANG_DISABLE_MAINMENU_SCROLLING
15085 desc: Disable main menu scrolling
15086 user: core
15087 <source>
15088 *: "Disable main menu scrolling"
15089 </source>
15090 <dest>
15091 *: "Désactiver défilement dans le menu principal"
15092 </dest>
15093 <voice>
15094 *: "Désactiver défilement dans le menu principal"
15095 </voice>
15096</phrase>