summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2019-08-08 16:49:16 -0400
committerSolomon Peachy <pizza@shaftnet.org>2019-08-13 17:07:07 +0200
commit22c63269749aa6471235f9547e53bc9d6f8ce41b (patch)
tree124f52e0a3341a88b44ac7bc6c4ca6731f49f1a7 /apps/lang
parentc46147c6b2a70068e71f4baa34e4ca0892ca4f92 (diff)
downloadrockbox-22c63269749aa6471235f9547e53bc9d6f8ce41b.tar.gz
rockbox-22c63269749aa6471235f9547e53bc9d6f8ce41b.zip
Improvements for vbrfix plugin:
* Properly account for ID3v1 tags * Play time computation fixes * Add speech feedback Patch by Igor Poretsky Change-Id: Ia6df8fb171882a88527cfa9d3b76b705f09becdd
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang28
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 23b5fa62a1..5b04b13bfa 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -16390,3 +16390,31 @@ id: VOICE_BAT_BENCH_KEYS
16390 lcd_bitmap: "Error writing config" 16390 lcd_bitmap: "Error writing config"
16391 </voice> 16391 </voice>
16392</phrase> 16392</phrase>
16393<phrase>
16394 id: LANG_NOT_A_VBR_FILE
16395 desc: in vbrfix plugin
16396 user: core
16397 <source>
16398 *: "Not a VBR file"
16399 </source>
16400 <dest>
16401 *: "Not a VBR file"
16402 </dest>
16403 <voice>
16404 *: "Not a VBR file"
16405 </voice>
16406</phrase>
16407<phrase>
16408 id: LANG_FILE_ERROR
16409 desc: in vbrfix plugin
16410 user: core
16411 <source>
16412 *: "File error: %d"
16413 </source>
16414 <dest>
16415 *: "File error: %d"
16416 </dest>
16417 <voice>
16418 *: "File error"
16419 </voice>
16420</phrase>