diff options
-rw-r--r-- | core/res/res/values-es-rUS/cm_strings.xml | 3 | ||||
-rw-r--r-- | packages/SystemUI/res/values-ja/cm_strings.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/core/res/res/values-es-rUS/cm_strings.xml b/core/res/res/values-es-rUS/cm_strings.xml index f9f93b1..45762b1 100644 --- a/core/res/res/values-es-rUS/cm_strings.xml +++ b/core/res/res/values-es-rUS/cm_strings.xml @@ -18,6 +18,7 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- label for item that screenshots in phone options dialog --> + <string name="global_action_screenshot">Captura de pantalla</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permlab_receiveProtectedSms">recibir SMS protegidos</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> @@ -116,7 +117,7 @@ <string name="app_ops_modify_call_log">actualizar el registro de llamadas</string> <string name="app_ops_modify_clipboard">modificar el portapapeles</string> <string name="app_ops_modify_contacts">actualizar tus contactos</string> - <string name="app_ops_modify_settings">actualizar configuración del sistema</string> + <string name="app_ops_modify_settings">actualizar ajustes del sistema</string> <string name="app_ops_mute_unmute_microphone">silenciar / activar el micrófono</string> <string name="app_ops_play_audio">reproducir el audio</string> <string name="app_ops_post_notification">publicar una notificación</string> diff --git a/packages/SystemUI/res/values-ja/cm_strings.xml b/packages/SystemUI/res/values-ja/cm_strings.xml index a8e2279..8f28f93 100644 --- a/packages/SystemUI/res/values-ja/cm_strings.xml +++ b/packages/SystemUI/res/values-ja/cm_strings.xml @@ -63,7 +63,7 @@ <string name="accessibility_quick_settings_profiles_changed_off">プロファイルがOFFになりました。</string> <!-- Announcement made when the profiles tile changes (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_quick_settings_profiles_changed">プロファイルが<xliff:g id="profile" example="Default">%s</xliff:g>に変更されました。</string> - <string name="quick_settings_compass_init">初期化中\u2026</string> + <string name="quick_settings_compass_init">初期化中...</string> <!-- Lights settings, LED notification --> <string name="led_notification_title">ライトの設定</string> <string name="led_notification_text">LEDライトが設定によって有効になっています</string> |