blob: 941f0590019671776e6ec69633dcf8c4e90df468 [file] [log] [blame]
Jan-Felix Schmakeit1cdebcd2015-05-23 04:34:44 +10001<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <string name="contacts_string">Total number of contacts: %1$,d\nFirst contact:<b>%2$s</b></string>
4 <string name="contacts_none">No contacts stored on device.</string>
5 <string name="contacts_empty">Contacts not loaded.</string>
6 <string name="add_contact">Add a contact</string>
7 <string name="show_contact">Show first contact</string>
8 <string name="contacts_intro">This fragment demonstrates access to the contact database on the device.\n
9 Clicking \"Add a contact\" adds a new contact named "__DUMMY ENTRY" directly into the database.\n
10 Clicking \"Show first contact\" accesses the contact database to display the name of the first contact.</string>
11 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string>
12 <string name="back">Back</string>
13 <string name="show_camera">Show camera preview</string>
14 <string name="show_contacts">Show and add contacts</string>
15 <string name="main_introduction">Click the buttons below to show a camera preview or access the contacts database.\nNote that the contacts option is only available on Android M to illustrate the use of optional, M-only permissions that are not requested on lower SDK platforms.</string>
16 <string name="permision_available_camera">Camera Permission has been granted. Preview can now be opened.</string>
17 <string name="permision_available_contacts">Contacts Permissions have been granted. Contacts screen can now be opened.</string>
18 <string name="permissions_not_granted">Permissions were not granted.</string>
19</resources>