blob: 9817b4b9110dc81c50571f636b9b14ea045926cd [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 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">
<!-- The title of the NFC tag application -->
<string name="app_name">Tags</string>
<!-- The title for the activity that shows a tag that was just scanned -->
<string name="title_scanned_tag">New tag collected</string>
<!-- The title for the activity that shows a tag that was stored from a past scan -->
<string name="title_existing_tag">Tag</string>
<!-- The title displayed for unknown tag types -->
<string name="tag_unknown">Unknown tag type</string>
<!-- The title displayed for an empty tag -->
<string name="tag_empty">Empty tag</string>
<!-- Button label indicating that the user wants to delete a tag -->
<string name="button_done">Done</string>
<!-- String displayed for an action to send a text message to a phone number -->
<string name="action_text">Text <xliff:g id="phone_number">%s</xliff:g></string>
<!-- String displayed for an action to call a phone number -->
<string name="action_call">Call <xliff:g id="phone_number">%s</xliff:g></string>
<!-- Message for prompting on an empty tag -->
<string name="empty_tag_prompt">This tag is empty.</string>
<!-- Action description indicating the user can import a scanned vCard -->
<string name="import_vcard">Import ^1</string>
<!-- String describing MIME content when it's shared with other application -->
<string name="mime_display_name">Data from NFC tag</string>
<!-- Description string for vCard messages -->
<string name="vcard_title">Contact info for ^1</string>
<!-- Description string for CALL_PHONE permission denied -->
<string name="call_phone_permission_denied">This application needs to access Telephone permission in order to make calls. You can manage Tag permission in Settings</string>
<!-- Description string for READ_EXTERNAL_STORAGE permission denied -->
<string name="external_storage_permission_denied">This application needs to access External Storage permission in order to access files. You can manage Tag permission in Settings</string>
</resources>