diff options
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/dimens.xml | 3 | ||||
-rw-r--r-- | res/values/strings.xml | 20 |
2 files changed, 13 insertions, 10 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml index e6bbdf9..4076845 100755 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -211,8 +211,7 @@ <!-- Height of a user icon view --> <dimen name="user_icon_view_height">56dp</dimen> - <!-- User spinner offset--> - <dimen name="user_spinner_offset">-64dp</dimen> + <!-- User spinner --> <dimen name="user_spinner_height">72dp</dimen> <dimen name="user_spinner_padding">8dp</dimen> <dimen name="user_spinner_item_height">56dp</dimen> diff --git a/res/values/strings.xml b/res/values/strings.xml index 0027fdb..ace2c9c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1907,8 +1907,6 @@ <string name="vibrate_in_silent_title">Vibrate when silent</string> <!-- Sound settings screen, setting option name --> <string name="notification_sound_title">Default notification sound</string> - <!-- Display settings screen, notification popups are enabled [CHAR LIMIT=30] --> - <string name="heads_up_enabled_title">Pop up if high priority</string> <!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume --> <string name="incoming_call_volume_title">Ringtone</string> <!-- Sound settings screen, the title of the volume bar to adjust the notification volume --> @@ -5498,6 +5496,10 @@ <string name="sim_cellular_data_unavailable_summary">Touch to select a data SIM</string> <!-- Checkbox to always use for calls. [CHAR LIMIT=40] --> <string name="sim_calls_always_use">Always use this for calls</string> + <!-- Message for selecting sim for data in settings. [CHAR LIMIT=40] --> + <string name="select_sim_for_data">Select a SIM for data</string> + <!-- Message for selecting sim for call in settings. [CHAR LIMIT=40] --> + <string name="select_sim_for_calls">Call with</string> <!-- Title for selecting a SIM card. [CHAR LIMIT=40] --> <string name="sim_select_card">Select a SIM card</string> <!-- Label for a numbered SIM card. [CHAR LIMIT=40] --> @@ -5544,7 +5546,7 @@ <!-- This is a divider in the SIM cards preferences that is the header of various settings where the user chooses which SIM to use for phone calls, data, and SMS messages [CHAR LIMIT=50] --> <string name="sim_pref_divider">Preferred SIM for</string> <!-- When a user chooses this "Ask first" preference for the SIM to use for phone calls, they'll be prompted to choose a SIM every time they initiate a call [CHAR LIMIT=50] --> - <string name="sim_calls_ask_first_prefs_title">Ask first</string> + <string name="sim_calls_ask_first_prefs_title">Ask everytime</string> <!-- When a SIM preference hasn't been selected yet, this string is displayed as the pref summary until the user chooses a SIM subscription from the preference list [CHAR LIMIT=50] --> <string name="sim_selection_required_pref">Selection required</string> @@ -5639,9 +5641,6 @@ <!-- Sound & notification > Sound section: Title for the zen mode option. [CHAR LIMIT=60] --> <string name="zen_mode_option_title">When calls and notifications arrive</string> - <!-- Sound & notification > Sound section: Title for the zen mode option for devices without voice. [CHAR LIMIT=60] --> - <string name="zen_mode_option_title_novoice">When notifications arrive</string> - <!-- Sound & notification > Sound section: Zen mode option: Off [CHAR LIMIT=60] --> <string name="zen_mode_option_off">Always interrupt</string> @@ -5840,8 +5839,8 @@ <!-- [CHAR LIMIT=40] Zen mode settings: Entry conditions option: value when blank --> <string name="zen_mode_entry_conditions_summary_none">Never</string> - <!-- [CHAR LIMIT=20] Zen mode settings: Phone calls option --> - <string name="zen_mode_phone_calls">Calls</string> + <!-- [CHAR LIMIT=20] Zen mode settings: Calls option --> + <string name="zen_mode_calls">Calls</string> <!-- [CHAR LIMIT=20] Zen mode settings: Messages option --> <string name="zen_mode_messages">Messages</string> @@ -5988,4 +5987,9 @@ <!-- Message for encryption dialog telling the user that Talkback and other accessibility services will be disabled. --> <string name="encrypt_talkback_dialog_message_password">When you enter your password to start this device, accessibility services like <xliff:g id="service" example="TalkBack">%1$s</xliff:g> won\'t yet be available.</string> + <!-- Title and summary for SIM Status --> + <string name="imei_information_title">IMEI information</string> + <string name="imei_information_summary">IMEI relative information</string> + <string name="slot_number">(Slot<xliff:g id="slot_num">%1$d</xliff:g>)</string> + </resources> |