diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2014-02-16 11:47:45 +0200 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2014-02-16 12:21:11 +0200 |
commit | 2269d1303c0f02e70d45e8dc08484c41e0646586 (patch) | |
tree | ac19f2548740e614a3f0dea650a1e62b9bab942a /AdvancedDisplay/res | |
parent | ba42b633ffee857d51a2a90856d921df26dd0775 (diff) | |
download | device_samsung_galaxys2-common-2269d1303c0f02e70d45e8dc08484c41e0646586.zip device_samsung_galaxys2-common-2269d1303c0f02e70d45e8dc08484c41e0646586.tar.gz device_samsung_galaxys2-common-2269d1303c0f02e70d45e8dc08484c41e0646586.tar.bz2 |
AdvancedDisplay: Remove unused strings
Also correct copyright message
Change-Id: I57418238306e551f171bc248c9a0626da052a5af
Diffstat (limited to 'AdvancedDisplay/res')
-rw-r--r-- | AdvancedDisplay/res/values-nl/arrays.xml | 21 | ||||
-rw-r--r-- | AdvancedDisplay/res/values/arrays.xml | 47 | ||||
-rw-r--r-- | AdvancedDisplay/res/values/strings.xml | 5 |
3 files changed, 6 insertions, 67 deletions
diff --git a/AdvancedDisplay/res/values-nl/arrays.xml b/AdvancedDisplay/res/values-nl/arrays.xml index c536049..82c3c41 100644 --- a/AdvancedDisplay/res/values-nl/arrays.xml +++ b/AdvancedDisplay/res/values-nl/arrays.xml @@ -37,25 +37,4 @@ <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/arrays.xml b/AdvancedDisplay/res/values/arrays.xml index cff1afa..4cc9402 100644 --- a/AdvancedDisplay/res/values/arrays.xml +++ b/AdvancedDisplay/res/values/arrays.xml @@ -1,5 +1,6 @@ <?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. @@ -12,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> +--> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="mdnie_scenario_entries"> <item>CyanogenMod (Default)</item> @@ -61,46 +62,4 @@ <item>0</item> <item>1</item> </string-array> - - <string-array name="touchkey_timeout_entries"> - <item>Never</item> - <item>1 second</item> - <item>2 seconds</item> - <item>3 seconds (Default)</item> - <item>4 seconds</item> - <item>5 seconds</item> - <item>6 seconds</item> - </string-array> - - <string-array name="touchkey_timeout_entries_values" translatable="false"> - <item>0</item> - <item>1</item> - <item>2</item> - <item>3</item> - <item>4</item> - <item>5</item> - <item>6</item> - </string-array> - - <string-array name="led_fade_entries"> - <item>Blinking</item> - <item>Fading</item> - </string-array> - - <string-array name="led_fade_entries_values" translatable="false"> - <item>0</item> - <item>1</item> - </string-array> - - <string-array name="hspa_entries"> - <item>UMTS Only</item> - <item>HSDPA Only</item> - <item>HSDPA + HSUPA</item> - </string-array> - - <string-array name="hspa_entries_values" translatable="false"> - <item>21</item> - <item>22</item> - <item>23</item> - </string-array> </resources> diff --git a/AdvancedDisplay/res/values/strings.xml b/AdvancedDisplay/res/values/strings.xml index cf0b57e..eefe3a8 100644 --- a/AdvancedDisplay/res/values/strings.xml +++ b/AdvancedDisplay/res/values/strings.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012-2014 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. @@ -12,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> +--> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="app_name">Advanced Display</string> |