1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 <!-- App (app_) --> 4 <string name="app_name" translatable="false">E.164</string> 5 <string name="app_name_long" translatable="false">E.164 Formatter</string> 6 7 <!-- Main activity (main_activity_) --> 8 <string name="main_activity_country_dropdown_label_text">Select the country to use</string> 9 <string name="main_activity_country_dropdown_hint">Country</string> 10 <string name="main_activity_country_dropdown_error">Choose dropdown item</string> 11 <string name="main_activity_country_dropdown_reset_text">Reset to SIM country</string> 12 <string name="main_activity_ignore_whitespace_text">Treat as E.164 if only difference is whitespace</string> 13 14 <string name="main_activity_error_text_grant_in_app">To use this functionality, the app needs access to Contacts.</string> 15 <string name="main_activity_error_cta_grant_in_app">Allow access</string> 16 <string name="main_activity_error_text_grant_in_settings">The app does not have permission to access Contacts. In Settings, tap Permissions and enable Contacts.</string> 17 <string name="main_activity_error_cta_grant_in_settings">Go to Settings</string> 18 19 <string name="main_activity_start_text_default">Start</string> 20 <string name="main_activity_start_text_processing">Process started…</string> 21 22 <string name="main_activity_no_contacts_exist_text">No contacts exist</string> 23 24 <!-- Result activity: Formattable (formattable_) --> 25 <string name="formattable_formattable_text">Formattable</string> 26 27 <string name="formattable_arrow_text" translatable="false"> —> </string> 28 29 <string name="formattable_update_selected_text_default">Update selected</string> 30 <string name="formattable_update_selected_text_processing">Updating selected…</string> 31 32 <string name="formattable_no_numbers_selected_text">No numbers selected</string> 33 <string name="formattable_contacts_write_success_text">Successfully updated selected</string> 34 <string name="formattable_error_text">An error occurred. Please try again</string> 35 36 <!-- Result activity: Not formattable (not_formattable_) --> 37 <string name="not_formattable_not_formattable_text">Not formattable</string> 38 39 <string name="not_formattable_colon_text" translatable="false">: </string> 40 41 <string name="not_formattable_parsing_error_text">Parsing error</string> 42 <string name="not_formattable_short_number_text">Short number</string> 43 <string name="not_formattable_already_e164_text">Already E.164</string> 44 <string name="not_formattable_invalid_number_text">Invalid number</string> 45 <string name="not_formattable_unknown_error_text">Unknown error</string> 46 47 <string name="not_formattable_no_numbers_match_filters_text">No numbers match the selected filters</string> 48</resources> 49