1
0
Fork 0
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:
Mats Lidell 2002-09-26 05:51:09 +00:00
parent 5c29d72af6
commit 8c6f309347
2 changed files with 21 additions and 0 deletions

View file

@ -824,3 +824,13 @@ id: LANG_FILTER_ALL
desc: show all files
eng: "All"
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:

View file

@ -804,3 +804,14 @@ desc: show all files
eng: "All"
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"