3
0
Fork 0

AdvancedDisplay: Remove unused strings

Also correct copyright message

Change-Id: I57418238306e551f171bc248c9a0626da052a5af
This commit is contained in:
Michael Bestas 2014-02-16 11:47:45 +02:00
parent ba42b633ff
commit 2269d1303c
3 changed files with 6 additions and 67 deletions

View File

@ -37,25 +37,4 @@
<item>Normaal</item> <item>Normaal</item>
<item>Omgedraaid</item> <item>Omgedraaid</item>
</string-array> </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> </resources>

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with 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. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string-array name="mdnie_scenario_entries"> <string-array name="mdnie_scenario_entries">
<item>CyanogenMod (Default)</item> <item>CyanogenMod (Default)</item>
@ -61,46 +62,4 @@
<item>0</item> <item>0</item>
<item>1</item> <item>1</item>
</string-array> </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> </resources>

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with 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. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">Advanced Display</string> <string name="app_name">Advanced Display</string>