mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Voice enable properties plugin
Patch by Igor Poretsky Updated by Solomon Peachy Change-Id: Ia2adf4a65723b08d6c438f836e3e811cba3dced0
This commit is contained in:
parent
2a737d3e6f
commit
701bf06b26
2 changed files with 307 additions and 35 deletions
|
@ -15723,3 +15723,199 @@ id: VOICE_BAT_BENCH_KEYS
|
|||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_PATH
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "[Path]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Path]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Path"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_FILENAME
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "[Filename]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Filename]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Filename"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_SIZE
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "[Size]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Size]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Size"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_DATE
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "[Date]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Date]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Date"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_TIME
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "[Time]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Time]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Time"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_ARTIST
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "[Artist]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Artist]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Artist"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_TITLE
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "[Title]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Title]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Title"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_ALBUM
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "[Album]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Album]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Album"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_DURATION
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "[Duration]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Duration]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Duration"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_SUBDIRS
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "[Subdirs]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Subdirs]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Subdirs"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_FILES
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "[Files]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Files]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Files"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_DIRECTORY_PROPERTIES
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "Directory properties"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Directory properties"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_FILE_PROPERTIES
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "File properties"
|
||||
</source>
|
||||
<dest>
|
||||
*: "File properties"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PROPERTIES_FAIL
|
||||
desc: in properties plugin
|
||||
user: core
|
||||
<source>
|
||||
*: "Failed to gather information"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Failed to gather information"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Failed to gather information"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue