summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-06-20 16:54:51 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-06-20 17:31:31 -0400
commite100daf343d1ee00641402aeca5b631c97b96977 (patch)
tree4684d3bd46279470eaab08ec6456351fbbec86e8 /apps/lang/english.lang
parent8cb8a30f9d8e87fbd1103abef6447358393cfcd1 (diff)
downloadrockbox-e100daf343d1ee00641402aeca5b631c97b96977.tar.gz
rockbox-e100daf343d1ee00641402aeca5b631c97b96977.zip
voice: Voiced strings for INVALID_VOICE and LANGUAGE_NAME
* Voice generation script will create standalone .talk clips * These talk clips will be included in the rockbox .zip file * All .voice files will be included in the rockbox .zip file * Added LANGUAGE_NAME for all languages in the nightly builds This way, any voice pack installed will give you a the langauge voiced in the browser, and if the voice file fails to load you will get a natively translated error message. Change-Id: I6b627a51746cd088d6e200666dd326ea2745f55f
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang29
1 files changed, 28 insertions, 1 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 2303af5c4c..32170ce430 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -16444,4 +16444,31 @@
16444 *: "Chess box Menu" 16444 *: "Chess box Menu"
16445 </voice> 16445 </voice>
16446</phrase> 16446</phrase>
16447 16447<phrase>
16448 id: VOICE_INVALID_VOICE_FILE
16449 desc: played if the voice file fails to load
16450 user: core
16451 <source>
16452 *: ""
16453 </source>
16454 <dest>
16455 *: ""
16456 </dest>
16457 <voice>
16458 *: "Invalid Voice File"
16459 </voice>
16460</phrase>
16461<phrase>
16462 id: VOICE_LANG_NAME
16463 desc: Spoken name of the language
16464 user: core
16465 <source>
16466 *: ""
16467 </source>
16468 <dest>
16469 *: ""
16470 </dest>
16471 <voice>
16472 *: "English"
16473 </voice>
16474</phrase>