xref: /expo/android/app/src/main/res/values/strings.xml (revision bb0a96c2)
1<resources>
2  <string name="app_name">Expo</string>
3  <string name="dev_activity_name">Exponent Dev</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 Experience.</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 Experience.</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">Experience notifications</string>
13  <string name="persistent_notification_channel_desc">Persistent notifications that provide debug info about open experiences</string>
14</resources>
15