From e100daf343d1ee00641402aeca5b631c97b96977 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 20 Jun 2024 16:54:51 -0400 Subject: 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 --- apps/lang/english.lang | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'apps/lang/english.lang') 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 @@ *: "Chess box Menu" - + + id: VOICE_INVALID_VOICE_FILE + desc: played if the voice file fails to load + user: core + + *: "" + + + *: "" + + + *: "Invalid Voice File" + + + + id: VOICE_LANG_NAME + desc: Spoken name of the language + user: core + + *: "" + + + *: "" + + + *: "English" + + -- cgit v1.2.3