xref: /expo/android/app/src/main/res/values/strings.xml (revision a2ffa225)
12a38a11eSExponent GitHub Bot<resources>
2*a2ffa225SBartłomiej Klocek  <string name="versioned_app_name">Expo Go</string>
3*a2ffa225SBartłomiej Klocek  <string name="unversioned_app_name">Expo Go (unversioned)</string>
42a38a11eSExponent GitHub Bot  <string name="preference_file_key">host.exp.exponent.SharedPreferences</string>
58945e295SEric Samelson  <string name="error_header">Something went wrong.</string>
6f70230acSBrent Vatne  <string name="error_default_client">Sorry about that. You can go back to Expo home or try to reload the project.</string>
78945e295SEric Samelson  <string name="error_default_shell">Sorry about that. Press the reload button to try again.</string>
8a9cd215fSJames Ide  <string name="error_unable_to_load_experience">Unable to load project.</string>
98945e295SEric Samelson  <string name="error_uncaught">Uncaught Error: %s</string>
108945e295SEric Samelson  <string name="view_error_log">View error log</string>
11c9d1eb92SEric Samelson  <string name="default_notification_channel_group">Default</string>
12a9cd215fSJames Ide  <string name="persistent_notification_channel_name">Project notifications</string>
13a9cd215fSJames Ide  <string name="persistent_notification_channel_desc">Persistent notifications that provide debug info about open projects</string>
142a38a11eSExponent GitHub Bot</resources>
15