diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2015-11-30 23:16:45 +0200 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2015-12-14 21:33:38 +0200 |
commit | a938a8479067699fd948a9792860a307756aa67f (patch) | |
tree | ebcc4684dc1600570e29dd6db551bb5ac9dd4535 /packages/SystemUI/res/values | |
parent | bd273f0108ff02062ef4601570393d3322c0890c (diff) | |
download | frameworks_base-a938a8479067699fd948a9792860a307756aa67f.zip frameworks_base-a938a8479067699fd948a9792860a307756aa67f.tar.gz frameworks_base-a938a8479067699fd948a9792860a307756aa67f.tar.bz2 |
Cleanup qcom strings
Change-Id: I6cda24965c168ecc92e777114e3bfc23e4e3e2dd
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r-- | packages/SystemUI/res/values/cm_strings.xml | 33 | ||||
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 3 |
2 files changed, 16 insertions, 20 deletions
diff --git a/packages/SystemUI/res/values/cm_strings.xml b/packages/SystemUI/res/values/cm_strings.xml index 1ebee74..014ff47 100644 --- a/packages/SystemUI/res/values/cm_strings.xml +++ b/packages/SystemUI/res/values/cm_strings.xml @@ -1,26 +1,25 @@ <?xml version="1.0" encoding="utf-8"?> <!-- -/** - * Copyright (c) 2009, The Android Open Source Project - * Copyright (c) 2015, 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. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * 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. - */ + Copyright (C) 2012-2015 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. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + 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"> <!-- Content description of the data connection type HSPA+ for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_data_connection_hspap">HSPA+</string> + <!-- Content description of the data connection type 4G+ for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> + <string name="accessibility_data_connection_4g_plus">4G+</string> <!-- Weather string format in expanded statusbar header --> <string name="status_bar_expanded_header_weather_format"><xliff:g id="temp">%1$s</xliff:g> - <xliff:g id="condition">%2$s</xliff:g></string> @@ -103,7 +102,7 @@ <!-- Screen pinning dialog description (for devices without navbar) --> <string name="screen_pinning_description_no_navbar">This keeps it in view until you unpin. Touch and hold the Back button to unpin.</string> - <string name="quick_settings_custom_tile_detail_title">Custom Tile</string> + <string name="quick_settings_custom_tile_detail_title">Custom tile</string> <string name="quick_settings_remove">Remove tile</string> <string name="quick_settings_network_adb_enabled_label">Enabled</string> <string name="quick_settings_network_adb_disabled_label">Disabled</string> diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 5d5522e..dc9c9fd 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -341,9 +341,6 @@ <!-- Content description of the data connection type 4G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_data_connection_4g">4G</string> - <!-- Content description of the data connection type 4G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> - <string name="accessibility_data_connection_4g_plus">4G+</string> - <!-- Content description of the data connection type LTE for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_data_connection_lte">LTE</string> |