mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
Compare commits
2 commits
017dd72ff3
...
7c2800beb4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c2800beb4 | ||
|
|
9d6dfe2245 |
2 changed files with 3 additions and 4 deletions
|
|
@ -6374,10 +6374,10 @@
|
||||||
*: "Bitrate"
|
*: "Bitrate"
|
||||||
</source>
|
</source>
|
||||||
<dest>
|
<dest>
|
||||||
*: "Počet bitov"
|
*: "Bitová rýchlosť"
|
||||||
</dest>
|
</dest>
|
||||||
<voice>
|
<voice>
|
||||||
*: "Počet bitov"
|
*: "Bitová rýchlosť"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
|
|
@ -11375,7 +11375,7 @@
|
||||||
*: "Jednoduché (Meier)"
|
*: "Jednoduché (Meier)"
|
||||||
</dest>
|
</dest>
|
||||||
<voice>
|
<voice>
|
||||||
*: "Jednoduché"
|
*: "Jednoduché zátvorka Meier koniec zátvorky"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
|
|
|
||||||
|
|
@ -554,7 +554,6 @@ RB_WRAP(pcm)
|
||||||
|
|
||||||
const char *pcm_option[] = {"apply_settings", "play_lock", "play_unlock",
|
const char *pcm_option[] = {"apply_settings", "play_lock", "play_unlock",
|
||||||
NULL};
|
NULL};
|
||||||
bool b_result;
|
|
||||||
|
|
||||||
lua_pushnil(L); /*push nil so options w/o return have something to return */
|
lua_pushnil(L); /*push nil so options w/o return have something to return */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue