xref: /expo/android/app/src/main/res/values/strings.xml (revision a2ffa225)
1<resources>
2  <string name="versioned_app_name">Expo Go</string>
3  <string name="unversioned_app_name">Expo Go (unversioned)</string>
4  <string name="preference_file_key">host.exp.exponent.SharedPreferences</string>
5  <string name="error_header">Something went wrong.</string>
6  <string name="error_default_client">Sorry about that. You can go back to Expo home or try to reload the project.</string>
7  <string name="error_default_shell">Sorry about that. Press the reload button to try again.</string>
8  <string name="error_unable_to_load_experience">Unable to load project.</string>
9  <string name="error_uncaught">Uncaught Error: %s</string>
10  <string name="view_error_log">View error log</string>
11  <string name="default_notification_channel_group">Default</string>
12  <string name="persistent_notification_channel_name">Project notifications</string>
13  <string name="persistent_notification_channel_desc">Persistent notifications that provide debug info about open projects</string>
14</resources>
15