mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Make hotkey strings (question and confirmation) better localizable (FS#11171)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25457 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e1a1df69fc
commit
8802482e3e
2 changed files with 26 additions and 10 deletions
|
|
@ -13395,20 +13395,37 @@
|
|||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SET_HOTKEY
|
||||
id: LANG_SET_HOTKEY_QUESTION
|
||||
desc: hotkey splash
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
hotkey: "Set Hotkey: %s"
|
||||
hotkey: "Set Hotkey: %s?"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
hotkey: "Set Hotkey: %s"
|
||||
hotkey: "Set Hotkey: %s?"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
hotkey: "Set Hotkey: %s"
|
||||
hotkey: "Set Hotkey?"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_HOTKEY_ASSIGNED
|
||||
desc: Confirmation after the hotkey has been assigned
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
hotkey: "Assigned hotkey: %s"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
hotkey: "Assigned hotkey: %s"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
hotkey: "Assigned hotkey"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue