diff options
author | Eddy Witkamp <eddywitkamp@gmail.com> | 2014-02-05 02:12:30 +0100 |
---|---|---|
committer | Eddy Witkamp <eddywitkamp@gmail.com> | 2014-02-12 23:18:50 +0100 |
commit | ba42b633ffee857d51a2a90856d921df26dd0775 (patch) | |
tree | 2ddc1d22c73804796aeacc933707a1bf3989319b /AdvancedDisplay/res | |
parent | 3f83cf337b713259578a5d6ce374f14a27daa900 (diff) | |
download | device_samsung_galaxys2-common-ba42b633ffee857d51a2a90856d921df26dd0775.zip device_samsung_galaxys2-common-ba42b633ffee857d51a2a90856d921df26dd0775.tar.gz device_samsung_galaxys2-common-ba42b633ffee857d51a2a90856d921df26dd0775.tar.bz2 |
AdvancedDisplay: NL translation
Change-Id: Iaf4050c087bc653f4710c0cea7b6e799873759b0
Diffstat (limited to 'AdvancedDisplay/res')
-rw-r--r-- | AdvancedDisplay/res/values-nl/arrays.xml | 23 | ||||
-rw-r--r-- | AdvancedDisplay/res/values-nl/strings.xml | 5 | ||||
-rw-r--r-- | AdvancedDisplay/res/values/strings.xml | 3 |
3 files changed, 25 insertions, 6 deletions
diff --git a/AdvancedDisplay/res/values-nl/arrays.xml b/AdvancedDisplay/res/values-nl/arrays.xml index d0baeed..c536049 100644 --- a/AdvancedDisplay/res/values-nl/arrays.xml +++ b/AdvancedDisplay/res/values-nl/arrays.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The CyanogenMod Project +<!-- Copyright (C) 2013-2014 The CyanogenMod Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -37,4 +37,25 @@ <item>Normaal</item> <item>Omgedraaid</item> </string-array> + + <string-array name="touchkey_timeout_entries"> + <item>Nooit</item> + <item>1 sec.</item> + <item>2 sec.</item> + <item>3 sec. (standaard)</item> + <item>4 sec.</item> + <item>5 sec.</item> + <item>6 sec.</item> + </string-array> + + <string-array name="led_fade_entries"> + <item>Knipperen</item> + <item>Vervagen</item> + </string-array> + + <string-array name="hspa_entries"> + <item>Alleen UMTS</item> + <item>Alleen HSDPA</item> + <item>HSDPA/HSUPA</item> + </string-array> </resources> diff --git a/AdvancedDisplay/res/values-nl/strings.xml b/AdvancedDisplay/res/values-nl/strings.xml index eafc3a5..e9ffa15 100644 --- a/AdvancedDisplay/res/values-nl/strings.xml +++ b/AdvancedDisplay/res/values-nl/strings.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2013 The CyanogenMod Project +<!-- Copyright (C) 2013-2014 The CyanogenMod Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -14,11 +14,10 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="app_name">Geavanceerde instellingen</string> <string name="defaults_button">Standaardwaarden</string> - <string name="category_screen_title">Scherm</string> <string name="screen_colors_title">Kleuren</string> - <string name="mdnie_scenario_title_head">Scenario</string> <string name="mdnie_scenario_summary_head">mDNIe-scenario instellen</string> <string name="mdnie_mode_title_head">Modus</string> diff --git a/AdvancedDisplay/res/values/strings.xml b/AdvancedDisplay/res/values/strings.xml index d7438f4..cf0b57e 100644 --- a/AdvancedDisplay/res/values/strings.xml +++ b/AdvancedDisplay/res/values/strings.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012-2013 The CyanogenMod Project +<!-- Copyright (C) 2012-2014 The CyanogenMod Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -29,5 +29,4 @@ <string name="mdnie_mode_summary_head">Set the mDNIe Mode</string> <string name="mdnie_negative_title_head">Negative Mode</string> <string name="mdnie_negative_summary_head">Enable/Disable inverted colors</string> - </resources> |