mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Fix wrong order of strings in .lang files
A "feature target" string must come before the device targets, otherwise the real target string may be overwritten by the feature string (happened with CreativeZEN button description in the time screen). Change-Id: I75b7441d4dc97b215cc26b42d3af3943fce32e20
This commit is contained in:
parent
79e4e075e6
commit
ae001cb60c
43 changed files with 174 additions and 171 deletions
|
|
@ -3600,22 +3600,22 @@
|
|||
user: core
|
||||
<source>
|
||||
*: none
|
||||
rtc: "ON = Set"
|
||||
aigoerosq,erosqnative,gogearsa9200,samsungyh*: "PLAY = Set"
|
||||
gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Set"
|
||||
iriverh100,iriverh120,iriverh300: "NAVI = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
mrobe500: "HEART = Set"
|
||||
rtc: "ON = Set"
|
||||
vibe500: "OK = Set"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
rtc: "ON = Постави"
|
||||
aigoerosq,erosqnative,gogearsa9200,samsungyh*: "PLAY = Постави"
|
||||
gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Постави"
|
||||
iriverh100,iriverh120,iriverh300: "NAVI = Постави"
|
||||
mpiohd300: "ENTER = Постави"
|
||||
mrobe500: "HEART = Постави"
|
||||
rtc: "ON = Постави"
|
||||
vibe500: "OK = Постави"
|
||||
</dest>
|
||||
<voice>
|
||||
|
|
@ -3628,6 +3628,7 @@
|
|||
user: core
|
||||
<source>
|
||||
*: none
|
||||
rtc: "OFF = Revert"
|
||||
aigoerosq,erosqnative,gigabeats,sansafuzeplus: "BACK = Revert"
|
||||
gigabeatfx,mrobe500: "POWER = Revert"
|
||||
gogearsa9200: "LEFT = Revert"
|
||||
|
|
@ -3636,12 +3637,12 @@
|
|||
iriverh10,iriverh10_5gb,sansae200*,sansafuze*: "PREV = Revert"
|
||||
iriverh100,iriverh120,iriverh300: "STOP = Revert"
|
||||
mrobe100: "DISPLAY = Revert"
|
||||
rtc: "OFF = Revert"
|
||||
samsungyh*: "REW = Revert"
|
||||
vibe500: "CANCEL = Revert"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
rtc: "OFF = Врати на старо"
|
||||
aigoerosq,erosqnative,gigabeats,sansafuzeplus: "BACK = Врати на старо"
|
||||
gigabeatfx,mrobe500: "POWER = Врати на старо"
|
||||
gogearsa9200: "LEFT = Врати на старо"
|
||||
|
|
@ -3650,7 +3651,6 @@
|
|||
iriverh10,iriverh10_5gb,sansae200*,sansafuze*: "PREV = Врати на старо"
|
||||
iriverh100,iriverh120,iriverh300: "STOP = Врати на старо"
|
||||
mrobe100: "DISPLAY = Врати на старо"
|
||||
rtc: "OFF = Врати на старо"
|
||||
samsungyh*: "REW = Врати на старо"
|
||||
vibe500: "CANCEL = Врати на старо"
|
||||
</dest>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue