xref: /expo/android/app/src/main/res/values/strings.xml (revision 4a05dfd5)
1<resources>
2  <string name="app_name">Expo</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 project.</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="default_notification_channel_group">Default</string>
11  <string name="persistent_notification_channel_name">Experience notifications</string>
12  <string name="persistent_notification_channel_desc">Persistent notifications that provide debug info about open experiences</string>
13</resources>
14