forked from len0rd/rockbox
Lang support for bool representation added.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2422 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5c29d72af6
commit
8c6f309347
2 changed files with 21 additions and 0 deletions
|
|
@ -824,3 +824,13 @@ id: LANG_FILTER_ALL
|
||||||
desc: show all files
|
desc: show all files
|
||||||
eng: "All"
|
eng: "All"
|
||||||
new:
|
new:
|
||||||
|
|
||||||
|
id: LANG_SET_BOOL_YES
|
||||||
|
desc: bool true representation
|
||||||
|
eng: "Yes"
|
||||||
|
new:
|
||||||
|
|
||||||
|
id: LANG_SET_BOOL_NO
|
||||||
|
desc: bool false representation
|
||||||
|
eng: "No"
|
||||||
|
new:
|
||||||
|
|
|
||||||
|
|
@ -804,3 +804,14 @@ desc: show all files
|
||||||
eng: "All"
|
eng: "All"
|
||||||
new: "Alla"
|
new: "Alla"
|
||||||
|
|
||||||
|
id: LANG_SET_BOOL_YES
|
||||||
|
desc: bool true representation
|
||||||
|
eng: "Yes"
|
||||||
|
new: "Ja"
|
||||||
|
|
||||||
|
id: LANG_SET_BOOL_NO
|
||||||
|
desc: bool false representation
|
||||||
|
eng: "No"
|
||||||
|
new: "Nej"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue