1<resources>
2  <string name="app_name">Exponent</string>
3  <string name="dev_activity_name">Exponent Dev</string>
4  <string name="info_activity_name">Info</string>
5  <string name="info_app_name_placeholder">App Name</string>
6  <string name="info_sdk_version">SDK Version: %s</string>
7  <string name="info_id">ID: %s</string>
8  <string name="info_published_time">Published Time: %s</string>
9  <string name="info_is_verified">Is Verified: %s</string>
10  <string name="info_clear_data">Clear Data</string>
11  <string name="info_show_manifest">Show Manifest</string>
12  <string name="info_hide_manifest">Hide Manifest</string>
13  <string name="preference_file_key">host.exp.exponent.SharedPreferences</string>
14  <string name="error_header">Something went wrong.</string>
15  <string name="error_default_client">Sorry about that. You can go back to Expo home or try to reload the Experience.</string>
16  <string name="error_default_shell">Sorry about that. Press the reload button to try again.</string>
17  <string name="error_unable_to_load_experience">Unable to load Experience.</string>
18  <string name="error_uncaught">Uncaught Error: %s</string>
19  <string name="view_error_log">View error log</string>
20  <string name="cardNumber">Card Number</string>
21  <string name="save">Save</string>
22  <string name="cvc">CVC</string>
23  <string name="android_pay_unavaliable">Android Pay unavailable on your device.</string>
24  <string name="user_cancel_dialog">User cancel dialog. No card added!</string>
25  <string name="experience_needs_permissions">%1$s needs permissions for %2$s. You\'ve already granted permission to another Expo experience. Allow %1$s to use it also?</string>
26  <string name="allow_experience_permissions">Allow</string>
27  <string name="deny_experience_permissions">Deny</string>
28  <string name="perm_audio_recording">audio recording</string>
29  <string name="perm_calendar_read">reading calendars</string>
30  <string name="perm_calendar_write">modifying calendars</string>
31  <string name="perm_camera">accessing camera</string>
32  <string name="perm_camera_roll_read">reading camera roll</string>
33  <string name="perm_camera_roll_write">modifying camera roll</string>
34  <string name="perm_contacts">reading contacts</string>
35  <string name="perm_fine_location">fine location</string>
36  <string name="perm_coarse_location">coarse location</string>
37  <string name="perm_system_brightness">system brightness</string>
38  <string name="default_notification_channel_group">Default</string>
39  <string name="persistent_notification_channel_group">Expo</string>
40  <string name="persistent_notification_channel_name">Experience notifications</string>
41  <string name="persistent_notification_channel_desc">Persistent notifications that provide debug info about open experiences</string>
42
43  <string-array name="currency_array">
44      <item>Currency (optional)</item>
45      <item>Unspecified</item>
46      <item>USD</item>
47  </string-array>
48</resources>