blob: ed0525a3c1ea2c6f87881d0f5f84a359b0270c91 [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 tab that displays all recently scanned NFC tags -->
<string name="tab_tags">Tags</string>
<!-- The title of the tab that displays all starred NFC tags -->
<string name="tab_starred">Starred</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_delete">Delete</string>
<!-- String describing that if the user doesn't want to save a tag they should touch the button labeled Cancel. The text for the cancel button comes from the system string android.R.string.cancel. -->
<string name="cancel_help_text">To skip adding this tag to your collection, press Cancel</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>
</resources>