forked from len0rd/rockbox
Make enable-autoresume option more consistent with other settings.
Rename "Enable automatic resume" to "Automatic resume", and make it a simple Yes/No option. Offer the user to initialize the database in case it is not yet ready when enabling autoresume. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29249 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5f037ac015
commit
f0ce188681
12 changed files with 116 additions and 82 deletions
|
|
@ -12597,29 +12597,29 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_AUTORESUME_ENABLE_YES
|
||||
desc: resume settings menu
|
||||
desc: deprecated
|
||||
user: core
|
||||
<source>
|
||||
*: "Yes (requires initialized database)"
|
||||
*: ""
|
||||
</source>
|
||||
<dest>
|
||||
*: "Да (необходима инициализированная база данных)"
|
||||
*: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Да (необходима инициализированная база данных)"
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_AUTORESUME_ENABLE
|
||||
desc: resume settings menu
|
||||
desc: deprecated
|
||||
user: core
|
||||
<source>
|
||||
*: "Enable automatic resume"
|
||||
*: ""
|
||||
</source>
|
||||
<dest>
|
||||
*: "Автоматически продолжать воспроизведение"
|
||||
*: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Автоматически продолжать воспроизведение"
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue