1<resources> 2 <string name="app_name">Exponent</string> 3 <string name="preference_file_key">host.exp.exponent.SharedPreferences</string> 4 <string name="error_header">Something went wrong.</string> 5 <string name="error_default_client">Sorry about that. You can go back to Expo home or try to reload the Experience.</string> 6 <string name="error_default_shell">Sorry about that. Press the reload button to try again.</string> 7 <string name="error_unable_to_load_experience">Unable to load Experience.</string> 8 <string name="error_uncaught">Uncaught Error: %s</string> 9 <string name="view_error_log">View error log</string> 10 <string name="cardNumber">Card Number</string> 11 <string name="save">Save</string> 12 <string name="cvc">CVC</string> 13 <string name="android_pay_unavaliable">Android Pay unavailable on your device.</string> 14 <string name="user_cancel_dialog">User cancel dialog. No card added!</string> 15 <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 also use it?</string> 16 <string name="allow_experience_permissions">Allow</string> 17 <string name="deny_experience_permissions">Deny</string> 18 <string name="perm_audio_recording">audio recording</string> 19 <string name="perm_calendar_read">reading calendars</string> 20 <string name="perm_calendar_write">modifying calendars</string> 21 <string name="perm_camera">accessing camera</string> 22 <string name="perm_camera_roll_read">reading camera roll</string> 23 <string name="perm_camera_roll_write">modifying camera roll</string> 24 <string name="perm_access_media_location">accessing media location</string> 25 <string name="perm_contacts_read">reading contacts</string> 26 <string name="perm_contacts_write">modifying contacts</string> 27 <string name="perm_fine_location">fine location</string> 28 <string name="perm_coarse_location">coarse location</string> 29 <string name="perm_background_location">background location</string> 30 <string name="perm_read_phone_state">reading phone state</string> 31 <string name="perm_read_media_images">reading images from external storage</string> 32 <string name="perm_read_media_videos">reading videos from external storage</string> 33 <string name="perm_read_media_audio">reading audio files from external storage</string> 34 <string name="perm_notifications">posting notifications</string> 35 <string name="perm_system_brightness">system brightness</string> 36 <string name="default_notification_channel_group">Default</string> 37 <string name="persistent_notification_channel_group">Expo</string> 38 <string name="persistent_notification_channel_name">Experience notifications</string> 39 <string name="persistent_notification_channel_desc">Persistent notifications that provide debug info about open experiences</string> 40 <string name="devmenu_hide_element_inspector">Hide Element Inspector</string> 41 <string name="devmenu_show_element_inspector">Show Element Inspector</string> 42 <string name="devmenu_element_inspector_unavailable">Element Inspector Unavailable</string> 43 <string name="devmenu_stop_remote_debugging">Stop Remote Debugging</string> 44 <string name="devmenu_start_remote_debugging">Debug Remote JS</string> 45 <string name="devmenu_open_js_debugger">Open JS Debugger</string> 46 <string name="devmenu_remote_debugger_unavailable">Remote Debugger Unavailable</string> 47 <string name="devmenu_disable_fast_refresh">Disable Fast Refresh</string> 48 <string name="devmenu_enable_fast_refresh">Enable Fast Refresh</string> 49 <string name="devmenu_fast_refresh_unavailable">Fast Refresh Unavailable</string> 50 <string name="devmenu_fast_refresh_unavailable_details">Use the Reload button above to reload when in production mode. Switch back to development mode to use Fast Refresh.</string> 51 <string name="devmenu_hide_performance_monitor">Hide Performance Monitor</string> 52 <string name="devmenu_show_performance_monitor">Show Performance Monitor</string> 53 <string name="devmenu_performance_monitor_unavailable">Performance Monitor Unavailable</string> 54 <string name="ExpoLocalization_supportsRTL" translatable="false">unset</string> 55 56 <string-array name="currency_array"> 57 <item>Currency (optional)</item> 58 <item>Unspecified</item> 59 <item>USD</item> 60 </string-array> 61</resources> 62