checkey / libs / appcompat / res / values / strings.xml @ 44e720f7
History | View | Annotate | Download (2.9 KB)
| 1 |
<?xml version="1.0" encoding="utf-8"?>
|
|---|---|
| 2 |
<!-- Copyright (C) 2012 The Android Open Source Project
|
| 3 |
|
| 4 |
Licensed under the Apache License, Version 2.0 (the "License");
|
| 5 |
you may not use this file except in compliance with the License.
|
| 6 |
You may obtain a copy of the License at
|
| 7 |
|
| 8 |
http://www.apache.org/licenses/LICENSE-2.0
|
| 9 |
|
| 10 |
Unless required by applicable law or agreed to in writing, software
|
| 11 |
distributed under the License is distributed on an "AS IS" BASIS,
|
| 12 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 13 |
See the License for the specific language governing permissions and
|
| 14 |
limitations under the License.
|
| 15 |
-->
|
| 16 |
|
| 17 |
<resources>
|
| 18 |
<!-- Label for the "Done" button on the far left of action mode toolbars. -->
|
| 19 |
<string name="abc_action_mode_done">Done</string> |
| 20 |
<!-- Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] -->
|
| 21 |
<string name="abc_action_bar_home_description">Navigate home</string> |
| 22 |
<!-- Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] -->
|
| 23 |
<string name="abc_action_bar_up_description">Navigate up</string> |
| 24 |
<!-- Content description for the action menu overflow button. [CHAR LIMIT=NONE] -->
|
| 25 |
<string name="abc_action_menu_overflow_description">More options</string> |
| 26 |
|
| 27 |
<!-- SearchView accessibility description for search button [CHAR LIMIT=NONE] -->
|
| 28 |
<string name="abc_searchview_description_search">Search</string> |
| 29 |
<!-- SearchView accessibility description for search text field [CHAR LIMIT=NONE] -->
|
| 30 |
<string name="abc_searchview_description_query">Search query</string> |
| 31 |
<!-- SearchView accessibility description for clear button [CHAR LIMIT=NONE] -->
|
| 32 |
<string name="abc_searchview_description_clear">Clear query</string> |
| 33 |
<!-- SearchView accessibility description for submit button [CHAR LIMIT=NONE] -->
|
| 34 |
<string name="abc_searchview_description_submit">Submit query</string> |
| 35 |
<!-- SearchView accessibility description for voice button [CHAR LIMIT=NONE] -->
|
| 36 |
<string name="abc_searchview_description_voice">Voice search</string> |
| 37 |
|
| 38 |
<!-- ActivityChooserView - accessibility support -->
|
| 39 |
<!-- Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] -->
|
| 40 |
<string name="abc_activitychooserview_choose_application">Choose an app</string> |
| 41 |
<!-- Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25] -->
|
| 42 |
<string name="abc_activity_chooser_view_see_all">See all</string> |
| 43 |
<!-- Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
|
| 44 |
<string name="abc_shareactionprovider_share_with_application">Share with %s</string> |
| 45 |
<!-- Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
|
| 46 |
<string name="abc_shareactionprovider_share_with">Share with</string> |
| 47 |
|
| 48 |
</resources>
|