diff options
author | Mats Lidell <matsl@rockbox.org> | 2002-09-26 05:51:09 +0000 |
---|---|---|
committer | Mats Lidell <matsl@rockbox.org> | 2002-09-26 05:51:09 +0000 |
commit | 8c6f309347bd0ed350e5041c6c5f9a87974a4094 (patch) | |
tree | f5c510d0a4992e163488a8bc0ea587c291e168a1 | |
parent | 5c29d72af652adf4c100ea52254b5ccd004eb0a7 (diff) |
Lang support for bool representation added.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2422 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/lang/english.lang | 10 | ||||
-rw-r--r-- | apps/lang/svenska.lang | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index bc9328e154..83ccf037da 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -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: diff --git a/apps/lang/svenska.lang b/apps/lang/svenska.lang index d4b6132b36..01954a271a 100644 --- a/apps/lang/svenska.lang +++ b/apps/lang/svenska.lang @@ -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" + + |