diff options
| author | 2017-08-10 06:00:34 +0000 | |
|---|---|---|
| committer | 2017-08-10 06:00:34 +0000 | |
| commit | 256fe97329d6e27b72fa027623b8c6499fe12e10 (patch) | |
| tree | 906c8467ed91a65c616029677dccc7225b311916 | |
| parent | 88710dead09434df19f872e5114f19e09680323c (diff) | |
| parent | 41916ca83420198adb335b72e6c022341e4dde4b (diff) | |
Merge "Do not translate "Wi-Fi calling" for VF DE" into oc-dr1-dev
| -rw-r--r-- | core/res/res/values-mcc262-mnc02/strings.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/core/res/res/values-mcc262-mnc02/strings.xml b/core/res/res/values-mcc262-mnc02/strings.xml new file mode 100644 index 000000000000..2b8940195ee3 --- /dev/null +++ b/core/res/res/values-mcc262-mnc02/strings.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/** + * Copyright (c) 2017, Google Inc. + * + * 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. Template for showing mobile network operator name while WFC is active --> + <string-array name="wfcSpnFormats"> + <item>%s</item> + <item>%s Wi-Fi Calling</item> + </string-array> +</resources> |