goneil | 4291960 | 2018-01-23 17:37:26 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2018 The Android Open Source Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
goneil | 214959a | 2018-04-09 16:03:41 -0700 | [diff] [blame] | 18 | <!-- The name of this application [CHAR LIMIT=NONE] --> |
goneil | 4291960 | 2018-01-23 17:37:26 -0800 | [diff] [blame] | 19 | <string name="app_name">Sim App Dialog</string> |
| 20 | <!-- Install Carrier App Activity --> |
goneil | 214959a | 2018-04-09 16:03:41 -0700 | [diff] [blame] | 21 | <!-- Title of screen asking user to download the carrier app to match the inserted SIM card [CHAR LIMIT=30] --> |
goneil | 4291960 | 2018-01-23 17:37:26 -0800 | [diff] [blame] | 22 | <string name="install_carrier_app_title">Activate mobile service</string> |
goneil | 214959a | 2018-04-09 16:03:41 -0700 | [diff] [blame] | 23 | <!-- Description of screen asking user to download the carrier app to match the inserted SIM card if we know the name of the carrier [CHAR LIMIT=90] --> |
goneil | 4291960 | 2018-01-23 17:37:26 -0800 | [diff] [blame] | 24 | <string name="install_carrier_app_description">To get your new SIM working properly, you\'ll |
| 25 | need to install the <xliff:g name="carrier_name" example="Project Fi">%1$s</xliff:g> app |
| 26 | </string> |
goneil | 214959a | 2018-04-09 16:03:41 -0700 | [diff] [blame] | 27 | <!-- Description of screen asking user to download the carrier app to match the inserted SIM card if we don't know the name of the carrier [CHAR LIMIT=100] --> |
goneil | 4291960 | 2018-01-23 17:37:26 -0800 | [diff] [blame] | 28 | <string name="install_carrier_app_description_default">To get your new SIM working properly, |
| 29 | you\'ll need to install the carrier app |
| 30 | </string> |
goneil | 214959a | 2018-04-09 16:03:41 -0700 | [diff] [blame] | 31 | <!-- Name of the button used to defer downloading the carrier app [CHAR LIMIT=25]--> |
goneil | 4291960 | 2018-01-23 17:37:26 -0800 | [diff] [blame] | 32 | <string name="install_carrier_app_defer_action">Not now</string> |
goneil | 214959a | 2018-04-09 16:03:41 -0700 | [diff] [blame] | 33 | <!-- Name of the button for downloading the carrier app [CHAR LIMIT=25] --> |
goneil | 4291960 | 2018-01-23 17:37:26 -0800 | [diff] [blame] | 34 | <string name="install_carrier_app_download_action">Download app</string> |
Jeff Davidson | 36798b6 | 2018-11-05 15:15:39 -0800 | [diff] [blame] | 35 | <!-- Empty placeholder string for an illustration content description that is supplied via resource overlay. [DO NOT TRANSLATE] --> |
| 36 | <string name="install_carrier_app_image_content_description" translatable="false" /> |
| 37 | </resources> |