diff options
author | Steve Kondik <steve@cyngn.com> | 2016-04-10 18:20:46 -0700 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-04-12 03:13:58 -0700 |
commit | 4370045fac8a70750bc6e90ddb2bd8ab51fce90a (patch) | |
tree | 583dfb4ee69de4bbd9cb71cc44215eaa15486811 /res/values-pt-rBR/cm_strings.xml | |
parent | 70e9aea5d4bc36ac400e5f7e09c51fe018bb168a (diff) | |
download | packages_apps_Settings-4370045fac8a70750bc6e90ddb2bd8ab51fce90a.zip packages_apps_Settings-4370045fac8a70750bc6e90ddb2bd8ab51fce90a.tar.gz packages_apps_Settings-4370045fac8a70750bc6e90ddb2bd8ab51fce90a.tar.bz2 |
livedisplay: Update Settings for new LiveDisplay API
* LiveDisplay is getting a proper API. This patch refactors
the settings to use it.
* Also kill off the deprecated "gamma calibration" tunable
which nobody should be using at this point.
Change-Id: I948b8845cd06c8c634a201cb5d5b93b5766cc51d
Diffstat (limited to 'res/values-pt-rBR/cm_strings.xml')
-rw-r--r-- | res/values-pt-rBR/cm_strings.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/res/values-pt-rBR/cm_strings.xml b/res/values-pt-rBR/cm_strings.xml index a0ffd30..4611b4b 100644 --- a/res/values-pt-rBR/cm_strings.xml +++ b/res/values-pt-rBR/cm_strings.xml @@ -536,14 +536,7 @@ <string name="color_red_title">Vermelho</string> <string name="color_green_title">Verde</string> <string name="color_blue_title">Azul</string> - <!-- Hardware tunables - Gamma calibration --> - <string name="gamma_tuning_title_head">Calibrar gama</string> - <string name="gamma_tuning_summary_head">Ajustar valores de gama</string> - <string name="gamma_tuning_control_set_header">Grupo <xliff:g xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" id="index">%d</xliff:g></string> <!-- used if no name provided by overlay --> - <string name="gamma_tuning_contrast">Contraste</string> - <string name="gamma_tuning_brightness">Brilho</string> - <string name="gamma_tuning_saturation">Saturação</string> <!-- Launch music player when headset is connected --> <string name="headset_connect_player_title">Abrir aplicativo de música</string> <string name="headset_connect_player_summary">Abrir o aplicativo de música padrão quando os fones de ouvido forem conectados</string> |