Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a938a847 authored by Michael Bestas's avatar Michael Bestas
Browse files

Cleanup qcom strings

Change-Id: I6cda24965c168ecc92e777114e3bfc23e4e3e2dd
parent bd273f01
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2012-2014 The CyanogenMod Project
     Copyright (C) 2012-2015 The CyanogenMod Project
     Copyright (c) 2013, The Linux Foundation. All rights reserved.

     Licensed under the Apache License, Version 2.0 (the "License");
@@ -146,6 +146,10 @@
    <string name="privacy_guard_dialog_title">Privacy Guard</string>
    <string name="privacy_guard_dialog_summary"><xliff:g id="app">%1$s</xliff:g> would like to <xliff:g id="op">%2$s</xliff:g>.</string>

    <!-- Text of the checkbox for the permission confirmation dialog to remember the user's choice. [CHAR LIMIT=40] -->
    <string name="permission_remember_choice">Remember</string>
    <string name="permission">Permission</string>

    <!-- App ops requests -->
    <string name="app_ops_access_camera">access the camera</string>
    <string name="app_ops_access_location">access your location</string>
@@ -230,4 +234,11 @@
    <string name="live_display_outdoor">Outdoor (bright sun)</string>
    <string name="live_display_outdoor_summary">Use outdoor settings only</string>
    <string name="live_display_hint">LiveDisplay can help reduce eyestrain and help you sleep at night. Click here to try it out!</string>

    <!-- Template for showing cellular network operator name while LTE calling is enabled -->
    <string name="high_definition_tag" translatable="false">%s</string>

    <string name="tethered_notification_no_device_message">No connected device</string>
    <string name="tethered_notification_one_device_message"><xliff:g id="count">%1$s</xliff:g> connected device</string>
    <string name="tethered_notification_multi_device_message"><xliff:g id="count">%1$s</xliff:g> connected devices</string>
</resources>
+17 −0
Original line number Diff line number Diff line
@@ -96,6 +96,17 @@
    <java-symbol type="string" name="privacy_guard_dialog_title" />
    <java-symbol type="string" name="privacy_guard_dialog_summary" />

    <!-- app opps always-ask -->
    <java-symbol type="id" name="permission_text" />
    <java-symbol type="id" name="permission_remember_layout" />
    <java-symbol type="id" name="permission_remember_choice_checkbox" />
    <java-symbol type="id" name="permission_remember_choice_text" />
    <java-symbol type="string" name="allow" />
    <java-symbol type="string" name="deny" />
    <java-symbol type="string" name="permission" />
    <java-symbol type="layout" name="permission_confirmation_dialog" />
    <java-symbol type="array" name="app_ops_labels" />

    <!-- Blur effects -->
    <java-symbol type="bool" name="config_ui_blur_enabled" />

@@ -120,4 +131,10 @@
    <java-symbol type="array" name="live_display_summaries" />
    <java-symbol type="array" name="live_display_values" />
    <java-symbol type="integer" name="config_dayColorTemperature" />

    <java-symbol type="string" name="high_definition_tag" />

    <java-symbol type="string" name="tethered_notification_no_device_message" />
    <java-symbol type="string" name="tethered_notification_one_device_message" />
    <java-symbol type="string" name="tethered_notification_multi_device_message" />
</resources>
+0 −23
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
**
** Copyright 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">
    <!-- Text of the checkbox for the permission confirmation dialog to remember the user's choice. [CHAR LIMIT=40] -->
    <string name="permission_remember_choice">Remember</string>
    <string name="permission">Permission</string>
</resources>
+0 −42
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
** Not a Contribution.
**
** Copyright 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>
  <!-- We don't want to publish private symbols in android.R as part of the
       SDK.  Instead, put them here. -->
  <private-symbols package="com.android.internal" />

  <!-- Private symbols that we need to reference from framework code.  See
       frameworks/base/core/res/MakeJavaSymbols.sed for how to easily generate
       this.
  -->

  <!-- app opps always-ask -->
  <java-symbol type="id" name="permission_text" />
  <java-symbol type="id" name="permission_remember_layout" />
  <java-symbol type="id" name="permission_remember_choice_checkbox" />
  <java-symbol type="id" name="permission_remember_choice_text" />
  <java-symbol type="string" name="allow" />
  <java-symbol type="string" name="deny" />
  <java-symbol type="string" name="permission" />
  <java-symbol type="layout" name="permission_confirmation_dialog" />
  <java-symbol type="array" name="app_ops_labels" />

</resources>
+0 −5
Original line number Diff line number Diff line
@@ -265,8 +265,6 @@
    <string name="wfc_mode_cellular_preferred_summary">Cellular preferred</string>
    <!-- WFC, summary for Wi-Fi Only -->
    <string name="wfc_mode_wifi_only_summary">Wi-Fi only</string>
    <!-- Template for showing cellular network operator name while LTE calling is enabled -->
    <string name="high_definition_tag">%s</string>

    <!--
        {0} is one of "bearerServiceCode*"
@@ -3149,9 +3147,6 @@
    <!-- Shown when the device is tethered -->
    <string name="tethered_notification_title">Tethering or hotspot active</string>
    <string name="tethered_notification_message">Touch to set up.</string>
    <string name="tethered_notification_no_device_message">No connected device</string>
    <string name="tethered_notification_one_device_message"><xliff:g id="count">%1$s</xliff:g> connected device</string>
    <string name="tethered_notification_multi_device_message"><xliff:g id="count">%1$s</xliff:g> connected devices</string>

    <!--  Strings for possible PreferenceActivity Back/Next buttons -->
    <string name="back_button_label">Back</string>
Loading