06a2a2af4ee747629dd1dfc2f0296e9e21a67a88
[pub/Android/ownCloud.git] / actionbarsherlock / res / values / abs__strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 **
4 ** Copyright 2007, The Android Open Source Project
5 **
6 ** Licensed under the Apache License, Version 2.0 (the "License");
7 ** you may not use this file except in compliance with the License.
8 ** You may obtain a copy of the License at
9 **
10 ** http://www.apache.org/licenses/LICENSE-2.0
11 **
12 ** Unless required by applicable law or agreed to in writing, software
13 ** distributed under the License is distributed on an "AS IS" BASIS,
14 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 ** See the License for the specific language governing permissions and
16 ** limitations under the License.
17 */
18 -->
19 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20 <!-- Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] -->
21 <string name="abs__action_bar_home_description">Navigate home</string>
22 <!-- Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] -->
23 <string name="abs__action_bar_up_description">Navigate up</string>
24 <!-- Content description for the action menu overflow button. [CHAR LIMIT=NONE] -->
25 <string name="abs__action_menu_overflow_description">More options</string>
26
27 <!-- Label for the "Done" button on the far left of action mode toolbars. -->
28 <string name="abs__action_mode_done">Done</string>
29
30 <!-- Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25] -->
31 <string name="abs__activity_chooser_view_see_all">See all...</string>
32 <!-- Title default for a dialog showing possible activities in ActivityChooserView [CHAR LIMIT=25] -->
33 <string name="abs__activity_chooser_view_dialog_title_default">Select activity</string>
34 <!-- Title for a dialog showing possible activities for sharing in ShareActionProvider [CHAR LIMIT=25] -->
35 <string name="abs__share_action_provider_share_with">Share with...</string>
36 <!-- Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] -->
37 <string name="abs__activitychooserview_choose_application">Choose an application</string>
38 <!-- Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
39 <string name="abs__shareactionprovider_share_with">Share with</string>
40 <!-- Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
41 <string name="abs__shareactionprovider_share_with_application">Share with <xliff:g id="application_name" example="Bluetooth">%s</xliff:g></string>
42
43 <!-- SearchView accessibility description for search button [CHAR LIMIT=NONE] -->
44 <string name="abs__searchview_description_search">Search</string>
45 <!-- SearchView accessibility description for search text field [CHAR LIMIT=NONE] -->
46 <string name="abs__searchview_description_query">Search query</string>
47 <!-- SearchView accessibility description for clear button [CHAR LIMIT=NONE] -->
48 <string name="abs__searchview_description_clear">Clear query</string>
49 <!-- SearchView accessibility description for submit button [CHAR LIMIT=NONE] -->
50 <string name="abs__searchview_description_submit">Submit query</string>
51 <!-- SearchView accessibility description for voice button [CHAR LIMIT=NONE] -->
52 <string name="abs__searchview_description_voice">Voice search</string>
53 </resources>