diff options
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/english.lang | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 15ee6d2936..2a2a34c021 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang | |||
@@ -13089,3 +13089,45 @@ | |||
13089 | *: "Skip to Outro" | 13089 | *: "Skip to Outro" |
13090 | </voice> | 13090 | </voice> |
13091 | </phrase> | 13091 | </phrase> |
13092 | <phrase> | ||
13093 | id: LANG_STATUSBAR_CUSTOM | ||
13094 | desc: if this translation is compatible with LANG_CHANNEL_CUSTOM, then please use the same translation. it can be combined later then | ||
13095 | user: core | ||
13096 | <source> | ||
13097 | *: "Custom" | ||
13098 | </source> | ||
13099 | <dest> | ||
13100 | *: "Custom" | ||
13101 | </dest> | ||
13102 | <voice> | ||
13103 | *: "Custom" | ||
13104 | </voice> | ||
13105 | </phrase> | ||
13106 | <phrase> | ||
13107 | id: VOICE_EXT_SBS | ||
13108 | desc: spoken only, for file extension | ||
13109 | user: core | ||
13110 | <source> | ||
13111 | *: "" | ||
13112 | </source> | ||
13113 | <dest> | ||
13114 | *: "" | ||
13115 | </dest> | ||
13116 | <voice> | ||
13117 | *: "statusbar skin" | ||
13118 | </voice> | ||
13119 | </phrase> | ||
13120 | <phrase> | ||
13121 | id: VOICE_EXT_RSBS | ||
13122 | desc: spoken only, for file extension | ||
13123 | user: core | ||
13124 | <source> | ||
13125 | *: "" | ||
13126 | </source> | ||
13127 | <dest> | ||
13128 | *: "" | ||
13129 | </dest> | ||
13130 | <voice> | ||
13131 | *: "remote statusbar skin" | ||
13132 | </voice> | ||
13133 | </phrase> | ||