diff options
| author | Jayachandran Chinnakkannu <jayachandranc@google.com> | 2017-08-10 06:00:29 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-08-10 06:00:29 +0000 |
| commit | 22e73205dfc889191979ed7953f2d61c9d61015e (patch) | |
| tree | f0a23d0de16eb89c67f636b36bbda90818198df9 | |
| parent | befdbf0cac8a65ad7dc505b5770ae237fd6cd5fe (diff) | |
| parent | 14b872cc08d3a7bc5055de4c84b70545a0af02a8 (diff) | |
| download | platform_packages_services_Telephony-oreo-dr1-dev.tar.gz platform_packages_services_Telephony-oreo-dr1-dev.tar.bz2 platform_packages_services_Telephony-oreo-dr1-dev.zip | |
Merge "Do not translate "Wi-Fi calling" for VF DE" into oc-dr1-devoreo-dr1-dev
| -rw-r--r-- | res/values-mcc262-mnc02/strings.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/res/values-mcc262-mnc02/strings.xml b/res/values-mcc262-mnc02/strings.xml new file mode 100644 index 000000000..862af231a --- /dev/null +++ b/res/values-mcc262-mnc02/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2017 The Android Open Source 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"> + + <!-- Do not translate. Title for setting to select Wi-Fi call manager account --> + <string name="wifi_calling">Wi-Fi calling</string> + <!-- Do not translate. Mobile network settings screen, title of Wi-Fi calling setting --> + <string name="wifi_calling_settings_title">Wi-Fi calling</string> + <!-- Do not translate. Status hint label for a call being made over a wifi network. [CHAR LIMIT=25] --> + <string name="status_hint_label_wifi_call">Wi-Fi call</string> +</resources> |
