diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2010-06-04 23:19:57 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2010-06-04 23:19:57 +0000 |
commit | e7f38daf171c61f140557fb9e9902f03c4ddd39f (patch) | |
tree | 37794f3d1cc45f36b8e89cc1877de159866d1ec5 | |
parent | 4c91d641c69e754e626eb2c5acc5dde4dc2f89d5 (diff) |
More untranslated strings in Dutch langfile. Note to self: next time update to head before running genlang.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26564 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/lang/nederlands.lang | 65 |
1 files changed, 48 insertions, 17 deletions
diff --git a/apps/lang/nederlands.lang b/apps/lang/nederlands.lang index a8fb903a7c..2a2dfb0ca0 100644 --- a/apps/lang/nederlands.lang +++ b/apps/lang/nederlands.lang @@ -13556,23 +13556,6 @@ </voice> </phrase> <phrase> - id: LANG_REMOTE_FMRADIO - desc: in the main menu - user: core - <source> - *:none - radio_remote: "Remote FM Radio" - </source> - <dest> - *:none - radio_remote: "FM Radio afstandsbediening" - </dest> - <voice> - *:none - radio_remote: "FM Radio afstandsbediening" - </voice> -</phrase> -<phrase> id: LANG_FM_STATION_HEADER desc: in radio screen user: core @@ -13674,3 +13657,51 @@ hotkey: "" </voice> </phrase> +<phrase> + id: LANG_REMOTE_RADIOSCREEN + desc: in the theme menu + user: core + <source> + *:none + radio_remote: "Remote Radio Screen" + </source> + <dest> + *:none + radio_remote: "Radio scherm op afstandsbediening" + </dest> + <voice> + *:none + radio_remote: "Radio scherm op afstandsbediening" + </voice> +</phrase> +<phrase> + id: LANG_ID3_COMPOSER + desc: in tag viewer + user: core + <source> + *: "Composer" + </source> + <dest> + *: "Componist" + </dest> + <voice> + *: "" + </voice> +</phrase> +<phrase> + id: LANG_RADIOSCREEN + desc: in the theme menu + user: core + <source> + *:none + radio: "Radio Screen" + </source> + <dest> + *:none + radio: "Radio scherm" + </dest> + <voice> + *:none + radio: "Radio scherm" + </voice> +</phrase> |