diff options
author | Abhisek Devkota <ciwrl@lineageos.org> | 2017-02-02 22:18:04 -0800 |
---|---|---|
committer | Abhisek Devkota <ciwrl@lineageos.org> | 2017-02-03 22:27:37 +0000 |
commit | b144167b77155517639372713070556fbc510d81 (patch) | |
tree | 098aa9272a2d59fbe85e050cb1ae1d4fd3b43af2 | |
parent | 9e7d77cfc01ef20e006b3604469182abfe08e741 (diff) | |
download | frameworks_base-b144167b77155517639372713070556fbc510d81.zip frameworks_base-b144167b77155517639372713070556fbc510d81.tar.gz frameworks_base-b144167b77155517639372713070556fbc510d81.tar.bz2 |
Automatic translation import
Change-Id: Ifa3700c8e74716373712ebb84270eecbc3d94f45
-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> |