diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-24 22:24:20 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-24 22:24:20 +0000 |
commit | dcf7b31ab6b2c93f027a023c4e57a4de7425c6e6 (patch) | |
tree | f899f3a58efe6f80e6a89a9a6926a22f17b9591f /apps/lang/nederlands.lang | |
parent | 493a595db054532f3a7fe88b1747479ab18b82ff (diff) |
Update Dutch translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20524 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/nederlands.lang')
-rw-r--r-- | apps/lang/nederlands.lang | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/apps/lang/nederlands.lang b/apps/lang/nederlands.lang index fa89b6358c..0d0508a0a4 100644 --- a/apps/lang/nederlands.lang +++ b/apps/lang/nederlands.lang @@ -12333,3 +12333,54 @@ *: "Als cijfers" </voice> </phrase> +<phrase> + id: LANG_TOUCHSCREEN_MODE + desc: in Settings -> General -> System menu + user: core + <source> + *: none + touchscreen: "Touchscreen Mode" + </source> + <dest> + *: none + touchscreen: "Touchscreen modus" + </dest> + <voice> + *: none + touchscreen: "Touchscreen modus" + </voice> +</phrase> +<phrase> + id: LANG_TOUCHSCREEN_GRID + desc: in Settings -> General -> System menu + user: core + <source> + *: none + touchscreen: "3x3 Grid" + </source> + <dest> + *: none + touchscreen: "3x3 raster" + </dest> + <voice> + *: none + touchscreen: "3 bij 3 raster" + </voice> +</phrase> +<phrase> + id: LANG_TOUCHSCREEN_POINT + desc: in Settings -> General -> System menu + user: core + <source> + *: none + touchscreen: "Absolute Point" + </source> + <dest> + *: none + touchscreen: "Absolute modus" + </dest> + <voice> + *: none + touchscreen: "Absolute modus" + </voice> +</phrase> |