mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
fixes an issue with LANG_PLAYINDICES_PLAYLIST id.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5756 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5737019e85
commit
8d2fe0dcc1
4 changed files with 19 additions and 6 deletions
|
|
@ -72,9 +72,9 @@ voice: ""
|
|||
new: "Mezclando..."
|
||||
|
||||
id: LANG_PLAYINDICES_PLAYLIST
|
||||
desc: in playlist.indices() when playlist is full
|
||||
desc: in playlist.indices() when playlist is full *WARNING* this and next ID are only used in this function.
|
||||
eng: "Playlist"
|
||||
voice: "Playlist"
|
||||
voice: ""
|
||||
new: "El bufer de la"
|
||||
|
||||
id: LANG_PLAYINDICES_BUFFER
|
||||
|
|
@ -2956,3 +2956,9 @@ desc: ID3 virtual folder name
|
|||
eng: "<All songs>"
|
||||
voice: ""
|
||||
new: "<Todas las Canciones>"
|
||||
|
||||
id: LANG_PLAYLIST
|
||||
desc: Used when you need to say playlist, also voiced
|
||||
eng: "Playlist"
|
||||
voice: "Lista de reproducción"
|
||||
new: "Lista de reproducción"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue