Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Copyright (C) 2009 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 17 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 18 | <string name="device_info_default">"Desconhecido"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 19 | <string name="turn_on_radio">"Ativar o rádio"</string> |
| 20 | <string name="turn_off_radio">"Desativar o rádio"</string> |
| 21 | <string name="turn_on_qxdm">"Ativar registro do SD QXDM"</string> |
| 22 | <string name="turn_off_qxdm">"Desativar registro do SD QXDM"</string> |
| 23 | <string name="radioInfo_menu_viewADN">"Visualizar o catálogo de endereços do SIM"</string> |
| 24 | <string name="radioInfo_menu_viewFDN">"Visualizar números de chamada fixa"</string> |
| 25 | <string name="radioInfo_menu_viewSDN">"Visualizar números de chamada de serviço"</string> |
| 26 | <string name="radioInfo_menu_getPDP">"Obter a lista PDP"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 27 | <string name="radioInfo_menu_enableData">"Ativar conexão de dados"</string> |
| 28 | <string name="radioInfo_menu_disableData">"Desativar conexão de dados"</string> |
| 29 | <string name="radioInfo_menu_enableDataOnBoot">"Ativar dados na inicialização"</string> |
| 30 | <string name="radioInfo_menu_disableDataOnBoot">"Desativar dados na inicialização"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 31 | <string name="radioInfo_service_in">"Em serviço"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 32 | <string name="radioInfo_service_out">"Fora de serviço"</string> |
| 33 | <string name="radioInfo_service_emergency">"Apenas chamadas de emergência"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 34 | <string name="radioInfo_service_off">"Rádio desativado"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 35 | <string name="radioInfo_roaming_in">"Roaming"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 36 | <string name="radioInfo_roaming_not">"Não está em roaming"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 37 | <string name="radioInfo_phone_idle">"Ocioso"</string> |
| 38 | <string name="radioInfo_phone_ringing">"Tocando"</string> |
| 39 | <string name="radioInfo_phone_offhook">"Chamada em andamento"</string> |
| 40 | <string name="radioInfo_data_disconnected">"Desconectado"</string> |
| 41 | <string name="radioInfo_data_connecting">"Conectando"</string> |
| 42 | <string name="radioInfo_data_connected">"Conectado"</string> |
| 43 | <string name="radioInfo_data_suspended">"Suspenso"</string> |
| 44 | <string name="radioInfo_unknown">"desconhecido"</string> |
| 45 | <string name="radioInfo_display_packets">"pkts"</string> |
| 46 | <string name="radioInfo_display_bytes">"bytes"</string> |
| 47 | <string name="radioInfo_display_dbm">"dBm"</string> |
| 48 | <string name="radioInfo_display_asu">"asu"</string> |
| 49 | <string name="radioInfo_lac">"LAC"</string> |
| 50 | <string name="radioInfo_cid">"CID"</string> |
| 51 | <string name="sdcard_unmount">"Desmontar cartão SD"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 52 | <string name="sdcard_format">"Formatar cartão SD"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 53 | <string name="small_font">"Pequeno"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 54 | <string name="medium_font">"Médio"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 55 | <string name="large_font">"Grande"</string> |
| 56 | <string name="font_size_save">"OK"</string> |
| 57 | <string name="sdcard_setting">"Cartão SD"</string> |
| 58 | <string name="battery_info_status_label">"Status da bateria:"</string> |
| 59 | <string name="battery_info_scale_label">"Escala da bateria:"</string> |
| 60 | <string name="battery_info_level_label">"Nível da bateria:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 61 | <string name="battery_info_health_label">"Integridade da bateria:"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 62 | <string name="battery_info_technology_label">"Tecnologia da bateria:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 63 | <string name="battery_info_voltage_label">"Voltagem da bateria:"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 64 | <string name="battery_info_voltage_units">"mV"</string> |
| 65 | <string name="battery_info_temperature_label">"Temperatura da bateria:"</string> |
| 66 | <string name="battery_info_temperature_units">"° C"</string> |
| 67 | <string name="battery_info_uptime">"Tempo desde a inicialização:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 68 | <string name="battery_info_awake_battery">"Tempo de ativação da bateria:"</string> |
| 69 | <string name="battery_info_awake_plugged">"Tempo de ativação durante o carregamento:"</string> |
| 70 | <string name="battery_info_screen_on">"Tempo de ativação da tela:"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 71 | <string name="battery_info_status_unknown">"Desconhecido"</string> |
| 72 | <string name="battery_info_status_charging">"Carregando"</string> |
| 73 | <string name="battery_info_status_charging_ac">"(CA)"</string> |
| 74 | <string name="battery_info_status_charging_usb">"(USB)"</string> |
| 75 | <string name="battery_info_status_discharging">"Descarregando"</string> |
| 76 | <string name="battery_info_status_not_charging">"Não está carregando"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 77 | <string name="battery_info_status_full">"Cheio"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 78 | <string name="battery_info_health_unknown">"Desconhecido"</string> |
| 79 | <string name="battery_info_health_good">"Bom"</string> |
| 80 | <string name="battery_info_health_overheat">"Superaquecimento"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 81 | <string name="battery_info_health_dead">"Descarregada"</string> |
| 82 | <string name="battery_info_health_over_voltage">"Sobretensão"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 83 | <string name="battery_info_health_unspecified_failure">"Erro desconhecido"</string> |
| 84 | <string name="bluetooth">"Bluetooth"</string> |
| 85 | <string name="bluetooth_visibility">"Detectável"</string> |
| 86 | <string name="bluetooth_is_discoverable">"Detectável por <xliff:g id="DISCOVERABLE_TIME_PERIOD">%1$s</xliff:g> segundos…"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 87 | <string name="bluetooth_not_discoverable">"Tornar dispositivo detectável"</string> |
| 88 | <string name="bluetooth_devices">"Dispositivos Bluetooth"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 89 | <string name="bluetooth_device_name">"Nome do dispositivo"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 90 | <string name="bluetooth_name_not_set">"Não há nenhum nome definido. Usando o nome da conta."</string> |
| 91 | <string name="bluetooth_scan_for_devices">"Verificar a existência de dispositivos"</string> |
| 92 | <string name="bluetooth_disconnect_blank">"O <xliff:g id="DEVICE_NAME">%1$s</xliff:g> será desconectado."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 93 | <string name="bluetooth_connected">"Conectado"</string> |
| 94 | <string name="bluetooth_disconnected">"Desconectado"</string> |
| 95 | <string name="bluetooth_disconnecting">"Desconectando…"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 96 | <string name="bluetooth_connecting">"Conectando..."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 97 | <!-- no translation found for bluetooth_unknown (644716244548801421) --> |
| 98 | <skip /> |
| 99 | <string name="bluetooth_not_connected">"Parear com este dispositivo"</string> |
| 100 | <string name="bluetooth_pairing">"Pareando…"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 101 | <string name="bluetooth_paired">"Pareado, mas não conectado"</string> |
| 102 | <string name="bluetooth_device">"viva-voz/fone de ouvido"</string> |
| 103 | <string name="progress_scanning">"Verificando"</string> |
| 104 | <string name="bluetooth_notif_ticker">"Solicitação de pareamento Bluetooth"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 105 | <string name="bluetooth_notif_title">"Solicitação de pareamento"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 106 | <string name="bluetooth_notif_message">"Selecione para parear "</string> |
| 107 | <string name="date_and_time">"Configurações de data e hora"</string> |
| 108 | <string name="date_time_12_hour_sample">"1:00 pm"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 109 | <string name="date_time_24_hour_sample">"13:00"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 110 | <string name="date_time_changeTime_text">"Alterar horário"</string> |
| 111 | <string name="date_time_changeDate_text">"Data"</string> |
| 112 | <string name="choose_timezone">"Selecionar fuso horário"</string> |
| 113 | <!-- no translation found for normal_date_format (1982904221918374153) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 114 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 115 | <string name="display_preview_label">"Visualizar:"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 116 | <string name="display_font_size_label">"Tamanho da fonte:"</string> |
| 117 | <!-- no translation found for intent_sender_data_label (6332324780477289261) --> |
| 118 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 119 | <string name="intent_sender_sendbroadcast_text">"Enviar<xliff:g id="BROADCAST">broadcast</xliff:g>"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 120 | <string name="intent_sender_action_label">"<xliff:g id="ACTION">Action</xliff:g>:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 121 | <string name="intent_sender_startactivity_text">"Iniciar <xliff:g id="ACTIVITY">activity</xliff:g>"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 122 | <string name="intent_sender_resource_label">"<xliff:g id="RESOURCE">Resource</xliff:g>:"</string> |
| 123 | <string name="intent_sender_account_label">"Conta:"</string> |
| 124 | <string name="proxy_clear_text">"Limpar"</string> |
| 125 | <string name="proxy_port_label">"Porta"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 126 | <string name="proxy_defaultView_text">"Restaurar padrões"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 127 | <string name="proxy_action_text">"Salvar"</string> |
| 128 | <string name="proxy_hostname_label">"Nome do host"</string> |
| 129 | <string name="proxy_error">"Atenção"</string> |
| 130 | <string name="proxy_error_dismiss">"OK"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 131 | <string name="proxy_error_invalid_host">"O nome de host digitado não é válido."</string> |
| 132 | <string name="proxy_error_empty_port">"Você deve completar o campo de porta."</string> |
| 133 | <string name="proxy_error_empty_host_set_port">"O campo da porta deverá estar vazio se o campo do host estiver vazio."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 134 | <string name="proxy_error_invalid_port">"A porta digitada não é válida."</string> |
| 135 | <string name="radio_info_signal_location_label">"Local:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 136 | <string name="radio_info_neighboring_location_label">"CID vizinho:"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 137 | <string name="radio_info_data_attempts_label">"Tentativas de dados:"</string> |
| 138 | <string name="radio_info_gprs_service_label">"Serviço GPRS:"</string> |
| 139 | <string name="radio_info_roaming_label">"Roaming:"</string> |
| 140 | <string name="radio_info_imei_label">"IMEI:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 141 | <string name="radio_info_call_redirect_label">"Redirecionamento da chamada:"</string> |
| 142 | <string name="radio_info_ppp_resets_label">"Número de redefinições PPP desde a inicialização:"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 143 | <string name="radio_info_gsm_disconnects_label">"Desconexões GSM:"</string> |
| 144 | <string name="radio_info_current_network_label">"Rede atual:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 145 | <string name="radio_info_data_successes_label">"Êxito dos dados:"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 146 | <string name="radio_info_ppp_received_label">"PPP recebido:"</string> |
| 147 | <string name="radio_info_gsm_service_label">"Serviço GSM:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 148 | <string name="radio_info_signal_strength_label">"Potência do sinal:"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 149 | <string name="radio_info_call_status_label">"Status da chamada:"</string> |
| 150 | <string name="radio_info_ppp_sent_label">"PPP enviado:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 151 | <string name="radio_info_radio_resets_label">"Redefinições de rádio:"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 152 | <string name="radio_info_message_waiting_label">"Mensagem em espera:"</string> |
| 153 | <string name="radio_info_phone_number_label">"Número de telefone:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 154 | <string name="radio_info_band_mode_label">"Selecionar frequência de rádio"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 155 | <string name="radio_info_network_type_label">"Tipo de rede:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 156 | <string name="radio_info_set_perferred_label">"Definir tipo de rede preferido:"</string> |
| 157 | <string name="radio_info_ping_ipaddr">"Aplicar ping em IpAddr:"</string> |
| 158 | <string name="radio_info_ping_hostname">"Aplicar ping no nome do host (www.google.com):"</string> |
| 159 | <string name="radio_info_http_client_test">"Teste do Cliente HTTP:"</string> |
| 160 | <string name="radio_info_toggle_ciph_label">"Ativar/desativar criptografia"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 161 | <string name="ping_test_label">"Executar teste de ping"</string> |
| 162 | <string name="radio_info_smsc_label">"SMSC:"</string> |
| 163 | <string name="radio_info_smsc_update_label">"Atualizar"</string> |
| 164 | <string name="radio_info_smsc_refresh_label">"Atualizar"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 165 | <string name="radio_info_toggle_dns_check_label">"Ativar/desativar verificação de DNS"</string> |
| 166 | <string name="band_mode_title">"Definir frequência GSM/UMTS"</string> |
| 167 | <string name="band_mode_loading">"Carregando a lista de frequências…"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 168 | <string name="band_mode_set">"Definir"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 169 | <string name="band_mode_failed">"Falha"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 170 | <string name="band_mode_succeeded">"Êxito"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 171 | <string name="sdcard_changes_instructions">"As alterações são aplicadas quando o cabo USB é reconectado."</string> |
| 172 | <string name="sdcard_settings_screen_mass_storage_text">"Ativar o armazenamento USB em massa"</string> |
| 173 | <string name="sdcard_settings_total_bytes_label">"Total de bytes:"</string> |
| 174 | <string name="sdcard_settings_not_present_status">"Nenhum cartão SD"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 175 | <string name="sdcard_settings_available_bytes_label">"Bytes disponíveis:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 176 | <string name="sdcard_settings_mass_storage_status">"O cartão SD está sendo usado como um dispositivo de armazenamento em massa."</string> |
| 177 | <string name="sdcard_settings_unmounted_status">"O cartão SD já pode ser removido com segurança."</string> |
| 178 | <string name="sdcard_settings_bad_removal_status">"O cartão SD foi removido enquanto ainda estava em uso!"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 179 | <string name="sdcard_settings_used_bytes_label">"Bytes usados:"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 180 | <string name="sdcard_settings_scanning_status">"Verificando a existência de mídia no cartão SD…"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 181 | <string name="sdcard_settings_read_only_status">"Cartão SD montado como somente leitura"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 182 | <string name="next_label">"Próximo"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 183 | <string name="language_picker_title">"Localidade"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 184 | <string name="select_your_language">"Selecionar o seu idioma"</string> |
| 185 | <string name="activity_picker_label">"Selecionar atividade"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 186 | <string name="device_info_label">"Informações do dispositivo"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 187 | <string name="battery_info_label">"Informações da bateria"</string> |
| 188 | <string name="battery_history_label">"Histórico da bateria"</string> |
| 189 | <string name="display_label">"Tela"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 190 | <string name="phone_info_label">"Informações do telefone"</string> |
| 191 | <string name="sd_card_settings_label">"Cartão SD"</string> |
| 192 | <string name="proxy_settings_label">"Configurações de proxy"</string> |
| 193 | <string name="cancel">"Cancelar"</string> |
| 194 | <string name="settings_label">"Configurações"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 195 | <!-- no translation found for settings_shortcut (3672145147925639262) --> |
| 196 | <skip /> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 197 | <string name="airplane_mode">"Modo avião"</string> |
| 198 | <string name="airplane_mode_summary">"Desativar todas as conexões sem fio"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 199 | <string name="airplane_mode_turning_on">"Desativando as conexões sem fio…"</string> |
| 200 | <string name="airplane_mode_turning_off">"Ativando conexões sem fio…"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 201 | <string name="radio_controls_title">"Controles sem fio"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 202 | <!-- no translation found for radio_controls_summary (2998818677094465517) --> |
| 203 | <skip /> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 204 | <!-- no translation found for roaming (3596055926335478572) --> |
| 205 | <skip /> |
| 206 | <!-- no translation found for roaming_enable (3737380951525303961) --> |
| 207 | <skip /> |
| 208 | <!-- no translation found for roaming_disable (1295279574370898378) --> |
| 209 | <skip /> |
| 210 | <!-- no translation found for roaming_reenable_message (9141007271031717369) --> |
| 211 | <skip /> |
| 212 | <!-- no translation found for roaming_turn_it_on_button (4387601818162120589) --> |
| 213 | <skip /> |
| 214 | <!-- no translation found for roaming_warning (1269870211689178511) --> |
| 215 | <skip /> |
| 216 | <!-- no translation found for roaming_reenable_title (7626425894611573131) --> |
| 217 | <skip /> |
| 218 | <!-- no translation found for networks (6333316876545927039) --> |
| 219 | <skip /> |
| 220 | <!-- no translation found for sum_carrier_select (6648929373316748020) --> |
| 221 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 222 | <string name="date_and_time_settings_title">"Data e hora"</string> |
| 223 | <string name="date_and_time_settings_summary">"Definir data, hora, fuso horário e formatos"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 224 | <string name="date_time_auto">"Automático"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 225 | <string name="date_time_auto_summaryOn">"Usar valores fornecidos pela rede"</string> |
| 226 | <string name="date_time_auto_summaryOff">"Usar valores fornecidos pela rede"</string> |
| 227 | <string name="date_time_24hour">"Usar formato de 24 horas"</string> |
| 228 | <string name="date_time_set_time">"Definir data e hora"</string> |
| 229 | <string name="date_time_set_timezone">"Selecionar fuso horário"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 230 | <string name="date_time_set_date">"Definir data"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 231 | <string name="date_time_date_format">"Selecionar formato de data"</string> |
| 232 | <string name="zone_list_menu_sort_alphabetically">"Classificar em ordem alfabética"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 233 | <string name="zone_list_menu_sort_by_timezone">"Classificar por fuso horário"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 234 | <string name="security_settings_title">"Segurança e local"</string> |
| 235 | <!-- no translation found for security_settings_summary (967393342537986570) --> |
| 236 | <skip /> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 237 | <string name="security_passwords_title">"Senhas"</string> |
| 238 | <string name="bluetooth_quick_toggle_title">"Bluetooth"</string> |
| 239 | <string name="bluetooth_quick_toggle_summary">"Ativar Bluetooth"</string> |
| 240 | <string name="bluetooth_settings">"Configurações de Bluetooth"</string> |
| 241 | <string name="bluetooth_settings_title">"Configurações de Bluetooth"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 242 | <string name="bluetooth_settings_summary">"Gerenciar conexões, definir o nome e detecção do dispositivo"</string> |
| 243 | <string name="bluetooth_pin_entry">"Solicitação de pareamento Bluetooth"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 244 | <string name="bluetooth_device_info">"Informações do dispositivo Bluetooth"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 245 | <string name="bluetooth_enter_pin_msg">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>"\n\n"Digite o PIN para parear"\n"(tente 0000 ou 1234)."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 246 | <string name="bluetooth_error_title">"Atenção"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 247 | <string name="bluetooth_pairing_error_message">"Houve um problema no pareamento com <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string> |
| 248 | <string name="bluetooth_pairing_pin_error_message">"Houve um problema ao parear com o <xliff:g id="DEVICE_NAME">%1$s</xliff:g>, porque o PIN digitado está incorreto."</string> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 249 | <!-- no translation found for bluetooth_pairing_device_down_error_message (6688215193824686741) --> |
| 250 | <skip /> |
| 251 | <!-- no translation found for bluetooth_pairing_rejected_error_message (1648157108520832454) --> |
| 252 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 253 | <string name="bluetooth_connecting_error_message">"Houve um problema na conexão com <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string> |
| 254 | <string name="bluetooth_preference_scan_title">"Verificar a existência de dispositivos"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 255 | <string name="bluetooth_device_context_connect">"Conectar"</string> |
| 256 | <string name="bluetooth_device_context_disconnect">"Desconectar"</string> |
| 257 | <string name="bluetooth_device_context_pair_connect">"Parear e conectar"</string> |
| 258 | <string name="bluetooth_device_context_unpair">"Cancelar pareamento"</string> |
| 259 | <string name="bluetooth_device_context_disconnect_unpair">"Desconectar e cancelar pareamento"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 260 | <string name="bluetooth_device_context_connect_advanced">"Opções…"</string> |
| 261 | <string name="bluetooth_connect_specific_profiles_title">"Conectar-se a..."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 262 | <string name="bluetooth_profile_a2dp">"Mídia"</string> |
| 263 | <string name="bluetooth_profile_headset">"Telefone"</string> |
| 264 | <string name="bluetooth_summary_connected_to_a2dp">"Conectado ao áudio da mídia"</string> |
| 265 | <string name="bluetooth_summary_connected_to_headset">"Conectado ao áudio do telefone"</string> |
| 266 | <string name="bluetooth_summary_connected_to_a2dp_headset">"Conectado ao áudio do telefone e da mídia"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 267 | <string name="bluetooth_device_advanced_title">"Opções de <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 268 | <string name="bluetooth_device_advanced_online_mode_title">"Conectar"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 269 | <string name="bluetooth_device_advanced_online_mode_summary">"Conecta ao dispositivo Bluetooth"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 270 | <string name="bluetooth_device_advanced_profile_header_title">"Perfis"</string> |
| 271 | <string name="bluetooth_a2dp_profile_summary_connected">"Conectado ao áudio da mídia"</string> |
| 272 | <string name="bluetooth_headset_profile_summary_connected">"Conectado ao áudio do telefone"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 273 | <string name="bluetooth_a2dp_profile_summary_use_for">"Usar para áudio de mídia"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 274 | <string name="bluetooth_headset_profile_summary_use_for">"Usar para áudio do telefone"</string> |
| 275 | <string name="wifi">"Wi-Fi"</string> |
| 276 | <string name="wifi_quick_toggle_title">"Wi-Fi"</string> |
| 277 | <string name="wifi_quick_toggle_summary">"Ativar Wi-Fi"</string> |
| 278 | <string name="wifi_settings">"Configurações de Wi-Fi"</string> |
| 279 | <string name="wifi_settings_category">"Configurações de Wi-Fi"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 280 | <string name="wifi_settings_summary">"Configurar e gerenciar pontos de acesso sem fio"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 281 | <string name="forget_network">"Esquecer"</string> |
| 282 | <string name="wifi_status">"Status"</string> |
| 283 | <string name="wifi_link_speed">"Velocidade"</string> |
| 284 | <string name="wifi_signal_3">"Excelente"</string> |
| 285 | <string name="wifi_signal_2">"Bom"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 286 | <string name="wifi_signal_1">"Bom"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 287 | <string name="wifi_signal_0">"Ruim"</string> |
| 288 | <string name="security">"Segurança"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 289 | <string name="wifi_security_open">"Aberta"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 290 | <string name="wifi_security_wep">"WEP"</string> |
| 291 | <string name="wifi_security_wpa">"WPA"</string> |
| 292 | <string name="wifi_security_wpa2">"WPA2"</string> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 293 | <!-- no translation found for wifi_security_wpa_eap (7485687331651751101) --> |
| 294 | <skip /> |
| 295 | <!-- no translation found for wifi_security_ieee8021x (8538687609878109005) --> |
| 296 | <skip /> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 297 | <string name="wifi_security_unknown">"Desconhecido"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 298 | <!-- no translation found for wifi_security_verbose_open (8117878112088901945) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 299 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 300 | <!-- no translation found for wifi_security_verbose_wep (9220757688700421508) --> |
| 301 | <skip /> |
| 302 | <!-- no translation found for wifi_security_verbose_wpa (598697674252714455) --> |
| 303 | <skip /> |
| 304 | <!-- no translation found for wifi_security_verbose_wpa2 (4116236883347875722) --> |
| 305 | <skip /> |
| 306 | <!-- no translation found for wifi_security_verbose_wpa_eap (1984821646949066624) --> |
| 307 | <skip /> |
| 308 | <!-- no translation found for wifi_security_verbose_ieee8021x (5552995793910186310) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 309 | <skip /> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 310 | <string name="ip_address">"Endereço IP"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 311 | <string name="signal">"Potência do sinal"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 312 | <string name="wifi_starting">"Ativando…"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 313 | <string name="wifi_stopping">"Desativando…"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 314 | <string name="wifi_error">"Erro"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 315 | <string name="error_starting">"Não é possível iniciar o Wi-Fi"</string> |
| 316 | <string name="error_stopping">"Não é possível parar o Wi-Fi"</string> |
| 317 | <string name="error_scanning">"Não é possível verificar a existência de redes"</string> |
| 318 | <string name="error_connecting">"Não é possível se conectar à rede."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 319 | <string name="error_saving">"Não é possível salvar a rede"</string> |
| 320 | <string name="connect">"Conectar"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 321 | <string name="connect_to_blank">"Conectar-se a <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</string> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 322 | <!-- no translation found for please_select_eap (4488240331626456338) --> |
| 323 | <skip /> |
| 324 | <!-- no translation found for please_select_phase2 (5231074529772044898) --> |
| 325 | <skip /> |
| 326 | <!-- no translation found for please_type_identity (7061261155499513089) --> |
| 327 | <skip /> |
| 328 | <!-- no translation found for please_type_anonymous_identity (835061562079965048) --> |
| 329 | <skip /> |
| 330 | <!-- no translation found for please_select_client_certificate (2137906961594663234) --> |
| 331 | <skip /> |
| 332 | <!-- no translation found for please_select_ca_certificate (5010815181914420677) --> |
| 333 | <skip /> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 334 | <!-- no translation found for please_type_private_key_passwd (4077744679722504443) --> |
| 335 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 336 | <string name="please_type_passphrase">"Senha sem fio"</string> |
| 337 | <string name="please_type_hex_key">"Chave hexadecimal WEP (0 a 9, A a F)"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 338 | <string name="wifi_show_password">"Mostrar senha."</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 339 | <string name="scan_wifi">"Verificar"</string> |
| 340 | <string name="summary_not_in_range">"Não está dentro do alcance"</string> |
| 341 | <!-- no translation found for summary_remembered (6079941090549401742) --> |
| 342 | <skip /> |
| 343 | <string name="summary_connection_failed">"Falha na conexão. Selecione para tentar novamente"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 344 | <string name="wifi_access_points">"Redes Wi-Fi"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 345 | <string name="wifi_type_ssid">"SSID da rede"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 346 | <string name="wifi_security">"Segurança"</string> |
| 347 | <string name="wifi_save_config">"Salvar"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 348 | <string name="wifi_password_unchanged">"(não alterado)"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 349 | <string name="wifi_add_other_network">"Adicionar rede Wi-Fi"</string> |
| 350 | <string name="wifi_notify_open_networks">"Notificação de rede"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 351 | <string name="wifi_notify_open_networks_summary">"Receber notificação quando uma rede aberta estiver disponível"</string> |
| 352 | <string name="wifi_password_incorrect_error">"A senha da rede digitada não está correta. Tente novamente."</string> |
| 353 | <string name="wifi_generic_connection_error">"Há um problema na conexão com a rede. Tente novamente."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 354 | <string name="wifi_menu_advanced">"Avançado"</string> |
| 355 | <string name="wifi_ip_settings_titlebar">"Configurações de IP"</string> |
| 356 | <string name="wifi_ip_settings_menu_save">"Salvar"</string> |
| 357 | <string name="wifi_ip_settings_menu_cancel">"Cancelar"</string> |
| 358 | <string name="wifi_ip_settings_invalid_ip">"Digite um endereço IP válido."</string> |
| 359 | <string name="wifi_use_static_ip">"Usar IP estático"</string> |
| 360 | <string name="wifi_ip_address">"Endereço IP"</string> |
| 361 | <string name="wifi_dns1">"DNS 1"</string> |
| 362 | <string name="wifi_dns2">"DNS 2"</string> |
| 363 | <string name="wifi_gateway">"Gateway"</string> |
| 364 | <string name="wifi_netmask">"Máscara de rede"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 365 | <string name="wifi_context_menu_connect">"Conectar-se à rede"</string> |
| 366 | <string name="wifi_context_menu_forget">"Esquecer a rede"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 367 | <string name="wifi_context_menu_change_password">"Alterar senha"</string> |
| 368 | <string name="wifi_advanced_titlebar">"Avançado"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 369 | <string name="wifi_setting_num_channels_title">"Domínio regulatório"</string> |
| 370 | <string name="wifi_setting_num_channels_summary">"Definir o número de canais a serem usados"</string> |
| 371 | <string name="wifi_setting_num_channels_error">"Houve um problema ao configurar o domínio regulatório."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 372 | <string name="wifi_setting_num_channels_channel_phrase">"<xliff:g id="NUM_CHANNELS">%1$d</xliff:g> canais"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 373 | <string name="wifi_setting_sleep_policy_title">"Política de inatividade de Wi-Fi"</string> |
| 374 | <string name="wifi_setting_sleep_policy_summary">"Especificar quando alternar de Wi-Fi para dados móveis"</string> |
| 375 | <string name="wifi_setting_sleep_policy_error">"Houve um problema ao configurar a política de inatividade"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 376 | <string name="wifi_advanced_mac_address_title">"Endereço MAC"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 377 | <string name="fragment_status_scanning">"Verificando…"</string> |
| 378 | <string name="fragment_status_connecting">"Conectando-se a <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</string> |
| 379 | <string name="fragment_status_authenticating">"Autenticando com a <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 380 | <string name="fragment_status_obtaining_ip">"Obtendo endereço IP da <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 381 | <string name="fragment_status_connected">"Conectado a <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</string> |
| 382 | <string name="fragment_status_disconnecting">"Desconectando da <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 383 | <string name="fragment_status_disconnected">"Desconectado"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 384 | <string name="fragment_status_failed">"Falha"</string> |
| 385 | <string name="status_scanning">"Verificando…"</string> |
| 386 | <string name="status_connecting">"Conectando..."</string> |
| 387 | <string name="status_authenticating">"Autenticando..."</string> |
| 388 | <string name="status_obtaining_ip">"Obtendo o endereço…"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 389 | <string name="status_connected">"Conectado"</string> |
| 390 | <string name="status_disconnecting">"Desconectando…"</string> |
| 391 | <string name="status_disconnected">"Desconectado"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 392 | <string name="status_failed">"Falha"</string> |
| 393 | <string name="sound_and_display_settings">"Som e tela"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 394 | <string name="sound_settings">"Configurações de som"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 395 | <string name="sound_and_display_settings_summary">"Definir toques, notificações, brilho da tela"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 396 | <string name="silent_mode_title">"Modo silencioso"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 397 | <string name="silent_mode_summary">"Todos os sons, exceto de mídia e alarmes, são silenciados."</string> |
| 398 | <string name="silent_mode_incl_alarm_summary">"Todos os sons, exceto de mídia, estão silenciados"</string> |
| 399 | <string name="ringtone_title">"Toque do telefone"</string> |
| 400 | <string name="ringtone_summary">"Definir o seu toque padrão para chamada recebida"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 401 | <string name="ring_volume_title">"Volume da campainha"</string> |
| 402 | <string name="ring_volume_summary">"Definir volume para chamadas recebidas e notificações"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 403 | <string name="vibrate_title">"Vibrar telefone"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 404 | <string name="vibrate_summary">"Vibrar o telefone para chamadas recebidas"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 405 | <string name="notification_sound_title">"Toque de notificação"</string> |
| 406 | <string name="notification_sound_summary">"Definir o seu toque de notificação padrão"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 407 | <string name="incoming_call_volume_title">"Volume da chamada recebida"</string> |
| 408 | <string name="notification_volume_title">"Volume da notificação"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 409 | <string name="checkbox_notification_same_as_incoming_call">"Usar volume de chamada recebida para notificações"</string> |
| 410 | <string name="notification_sound_dialog_title">"Selecionar toque de notificação"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 411 | <string name="media_volume_title">"Volume da mídia"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 412 | <string name="media_volume_summary">"Definir o volume para música e vídeos"</string> |
| 413 | <string name="dtmf_tone_enable_title">"Sons de toque audíveis"</string> |
| 414 | <string name="dtmf_tone_enable_summary_on">"Reproduzir sons ao usar o teclado"</string> |
| 415 | <string name="dtmf_tone_enable_summary_off">"Reproduzir sons ao usar o teclado"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 416 | <string name="sound_effects_enable_title">"Seleção audível"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 417 | <string name="sound_effects_enable_summary_on">"Reproduzir som ao fazer uma seleção de tela"</string> |
| 418 | <string name="sound_effects_enable_summary_off">"Reproduzir som ao fazer uma seleção de tela"</string> |
| 419 | <string name="play_media_notification_sounds_enable_title">"Notificações do cartão SD"</string> |
| 420 | <!-- no translation found for play_media_notification_sounds_enable_summary_on (7675466959375667370) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 421 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 422 | <!-- no translation found for play_media_notification_sounds_enable_summary_off (8672617597028744693) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 423 | <skip /> |
| 424 | <string name="sync_settings">"Sincronização de dados"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 425 | <string name="sync_settings_summary">"Selecionar os aplicativos que serão sincronizados"</string> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 426 | <!-- no translation found for search_settings (1910951467596035063) --> |
| 427 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 428 | <!-- no translation found for search_settings_summary (9205656546570654169) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 429 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 430 | <string name="display_settings">"Configurações da tela"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 431 | <string name="animations_title">"Animação"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 432 | <string name="animations_summary_on">"Mostrar animação ao abrir e fechar janelas"</string> |
| 433 | <string name="animations_summary_off">"Mostrar animação ao abrir e fechar janelas"</string> |
| 434 | <string name="accelerometer_title">"Orientação"</string> |
| 435 | <string name="accelerometer_summary_on">"Alternar orientação automaticamente ao girar o telefone"</string> |
| 436 | <string name="accelerometer_summary_off">"Alternar orientação automaticamente ao girar o telefone"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 437 | <string name="brightness">"Brilho"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 438 | <string name="brightness_summary">"Ajustar o brilho da tela"</string> |
| 439 | <string name="screen_timeout">"Tempo limite da tela"</string> |
| 440 | <string name="screen_timeout_summary">"Ajuste depois de quanto tempo a tela será desligada automaticamente"</string> |
| 441 | <!-- no translation found for compatibility_mode_title (2809863666656220144) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 442 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 443 | <!-- no translation found for compatibility_mode_summary_on (5152752781240489958) --> |
| 444 | <skip /> |
| 445 | <!-- no translation found for compatibility_mode_summary_off (2826410352749339514) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 446 | <skip /> |
| 447 | <string name="sim_lock_settings">"Configurações de bloqueio do cartão SIM"</string> |
| 448 | <string name="sim_lock_settings_category">"Configurar bloqueio do cartão SIM"</string> |
| 449 | <string name="sim_lock_settings_title">"Bloqueio do cartão SIM"</string> |
| 450 | <string name="sim_pin_toggle">"Bloquear cartão SIM"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 451 | <string name="sim_lock_on">"Exigir PIN para usar o telefone"</string> |
| 452 | <string name="sim_lock_off">"Exigir PIN para usar o telefone"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 453 | <string name="sim_pin_change">"Alterar PIN do SIM"</string> |
| 454 | <string name="sim_enter_pin">"PIN do SIM"</string> |
| 455 | <string name="sim_enable_sim_lock">"Bloquear cartão SIM"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 456 | <string name="sim_disable_sim_lock">"Desbloquear o cartão SIM"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 457 | <string name="sim_enter_old">"PIN do SIM antigo"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 458 | <string name="sim_enter_new">"Novo PIN do SIM"</string> |
| 459 | <string name="sim_reenter_new">"Digitar novamente o novo PIN"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 460 | <string name="sim_change_pin">"PIN do SIM"</string> |
| 461 | <string name="sim_bad_pin">"PIN incorreto."</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 462 | <string name="sim_pins_dont_match">"Os PINs não correspondem!"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 463 | <string name="sim_change_failed">"Não é possível alterar o PIN."\n"PIN possivelmente incorreto."</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 464 | <string name="sim_change_succeeded">"PIN do SIM alterado"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 465 | <string name="sim_lock_failed">"Não é possível alterar o estado de bloqueio do cartão SIM."\n"PIN possivelmente incorreto."</string> |
| 466 | <string name="sim_enter_ok">"OK"</string> |
| 467 | <string name="sim_enter_cancel">"Cancelar"</string> |
| 468 | <string name="device_info_settings">"Status do telefone"</string> |
| 469 | <string name="system_update_settings_list_item_title">"Atualizações do sistema"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 470 | <string name="system_update_settings_list_item_summary">"Verificar a existência de atualizações do sistema"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 471 | <string name="firmware_version">"Versão do firmware"</string> |
| 472 | <string name="model_number">"Número do modelo"</string> |
| 473 | <string name="baseband_version">"Versão da banda de base"</string> |
| 474 | <string name="kernel_version">"Versão do kernel"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 475 | <string name="build_number">"Número da versão"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 476 | <string name="device_info_not_available">"Não disponível"</string> |
| 477 | <string name="device_status_activity_title">"Status"</string> |
| 478 | <string name="device_status">"Status"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 479 | <!-- no translation found for device_status_summary (2599162787451519618) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 480 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 481 | <string name="storage_settings_title">"Cartão SD e armazenamento do telefone"</string> |
| 482 | <string name="storage_settings_summary">"Desmontar o cartão SD, visualizar armazenamento disponível"</string> |
| 483 | <!-- no translation found for status_number (5123197324870153205) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 484 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 485 | <!-- no translation found for status_min_number (3519504522179420597) --> |
| 486 | <skip /> |
| 487 | <!-- no translation found for status_prl_version (8499039751817386529) --> |
| 488 | <skip /> |
| 489 | <!-- no translation found for status_meid_number (1751442889111731088) --> |
| 490 | <skip /> |
| 491 | <string name="status_network_type">"Tipo de rede móvel"</string> |
| 492 | <string name="status_data_state">"Estado da rede móvel"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 493 | <string name="status_service_state">"Estado do serviço"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 494 | <string name="status_signal_strength">"Potência do sinal"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 495 | <string name="status_roaming">"Roaming"</string> |
| 496 | <string name="status_operator">"Rede"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 497 | <string name="status_wifi_mac_address">"Endereço MAC da rede Wi-Fi"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 498 | <string name="status_bt_address">"Endereço Bluetooth"</string> |
| 499 | <string name="status_unavailable">"Não disponível"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 500 | <string name="status_up_time">"Tempo de atividade"</string> |
| 501 | <string name="status_awake_time">"Tempo de ativação"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 502 | <string name="internal_memory">"Armazenamento interno do telefone"</string> |
| 503 | <string name="sd_memory">"Cartão SD"</string> |
| 504 | <string name="memory_available">"Espaço disponível"</string> |
| 505 | <string name="memory_size">"Espaço total"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 506 | <string name="sd_eject">"Desmontar cartão SD"</string> |
| 507 | <string name="sd_eject_summary">"Desmontar o cartão SD para remoção segura"</string> |
| 508 | <string name="sd_format">"Formatar cartão SD"</string> |
| 509 | <string name="sd_format_summary">"Formatar (apagar) o cartão SD"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 510 | <string name="sd_unavailable">"Não disponível"</string> |
| 511 | <string name="read_only">" (Somente leitura)"</string> |
| 512 | <string name="battery_status_title">"Status da bateria"</string> |
| 513 | <string name="battery_level_title">"Nível da bateria"</string> |
| 514 | <string name="apn_settings">"APNs"</string> |
| 515 | <string name="apn_edit">"Editar ponto de acesso"</string> |
| 516 | <string name="apn_not_set">"<Não definido>"</string> |
| 517 | <string name="apn_name">"Nome"</string> |
| 518 | <string name="apn_apn">"APN"</string> |
| 519 | <string name="apn_http_proxy">"Proxy"</string> |
| 520 | <string name="apn_http_port">"Porta"</string> |
| 521 | <string name="apn_user">"Nome de usuário"</string> |
| 522 | <string name="apn_password">"Senha"</string> |
| 523 | <string name="apn_server">"Servidor"</string> |
| 524 | <string name="apn_mmsc">"MMSC"</string> |
| 525 | <string name="apn_mms_proxy">"Proxy MMS"</string> |
| 526 | <string name="apn_mms_port">"Porta MMS"</string> |
| 527 | <string name="apn_mcc">"MCC"</string> |
| 528 | <string name="apn_mnc">"MNC"</string> |
| 529 | <string name="apn_type">"Tipo APN"</string> |
| 530 | <string name="menu_delete">"Excluir APN"</string> |
| 531 | <string name="menu_new">"Novo APN"</string> |
| 532 | <string name="menu_save">"Salvar"</string> |
| 533 | <string name="menu_cancel">"Descartar"</string> |
| 534 | <string name="error_title">"Atenção"</string> |
| 535 | <string name="error_name_empty">"O campo Nome não pode ficar vazio."</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 536 | <string name="error_apn_empty">"O APN não pode estar vazio."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 537 | <string name="error_mcc_not3">"O campo MCC deve ter 3 dígitos."</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 538 | <string name="error_mnc_not23">"O campo MNC deve ter 2 ou 3 dígitos."</string> |
| 539 | <string name="restore_default_apn">"Restaurando as configurações APN padrão"</string> |
| 540 | <string name="menu_restore">"Redefinir para o padrão"</string> |
| 541 | <string name="restore_default_apn_completed">"Redefinição das configurações padrão do APN concluída"</string> |
| 542 | <string name="master_clear_title">"Redefinir configuração original"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 543 | <string name="master_clear_summary">"Apaga todos os dados no telefone"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 544 | <!-- no translation found for master_clear_desc (7823268823499739178) --> |
| 545 | <skip /> |
| 546 | <string name="master_clear_button_text">"Redefinir telefone"</string> |
| 547 | <!-- no translation found for master_clear_final_desc (6917971132484622696) --> |
| 548 | <skip /> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 549 | <string name="master_clear_final_button_text">"Apagar tudo"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 550 | <string name="master_clear_gesture_prompt">"Desenhe o seu padrão de desbloqueio"</string> |
| 551 | <string name="master_clear_gesture_explanation">"Você precisa desenhar o seu padrão de desbloqueio para confirmar uma redefinição de telefone."</string> |
| 552 | <string name="master_clear_failed">"Nenhuma redefinição foi realizada porque o serviço de Limpeza do sistema não está disponível."</string> |
| 553 | <string name="media_format_title">"Formatar cartão SD."</string> |
| 554 | <string name="media_format_summary">"Apaga todos os dados no cartão SD"</string> |
| 555 | <string name="media_format_desc">"Esta ação apagará o cartão SD no telefone. Você perderá TODOS os dados do cartão!"</string> |
| 556 | <string name="media_format_button_text">"Formatar cartão SD"</string> |
| 557 | <string name="media_format_final_desc">"Formatar cartão SD, apagando toda a sua mídia? A ação não pode ser revertida!"</string> |
| 558 | <string name="media_format_final_button_text">"Apagar tudo"</string> |
| 559 | <string name="media_format_gesture_prompt">"Desenhe o seu padrão de desbloqueio"</string> |
| 560 | <string name="media_format_gesture_explanation">"Você deve desenhar o seu padrão de desbloqueio para confirmar a formatação de um cartão SD."</string> |
| 561 | <string name="call_settings_title">"Configurações de chamada"</string> |
| 562 | <string name="call_settings_summary">"Configurar o correio de voz, o encaminhamento de chamada, a chamada em espera, o ID do chamador"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 563 | <string name="network_settings_title">"Redes móveis"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 564 | <string name="network_settings_summary">"Definir opções para roaming, redes, APNs"</string> |
| 565 | <!-- no translation found for location_title (1029961368397484576) --> |
| 566 | <skip /> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 567 | <string name="location_network_based">"Usar redes sem fio"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 568 | <string name="location_networks_disabled">"Veja o local nos aplicativos (como o Google Maps) usando redes sem fio"</string> |
| 569 | <string name="location_neighborhood_level">"Local determinado pela rede Wi-Fi e/ou pelas redes móveis"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 570 | <string name="location_gps">"Ativar satélites GPS"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 571 | <string name="location_street_level">"Durante a localização, a precisão chega no nível de rua (desmarque a seleção para conservar a bateria)"</string> |
| 572 | <string name="location_gps_disabled">"Localizar no nível da rua (exige mais bateria e visão do céu)"</string> |
| 573 | <!-- no translation found for use_location_title (7585990952633568732) --> |
| 574 | <skip /> |
| 575 | <!-- no translation found for use_location_summary (4411467143899877395) --> |
| 576 | <skip /> |
| 577 | <!-- no translation found for use_location_warning_message (5696732842038416151) --> |
| 578 | <skip /> |
| 579 | <string name="agree">"Concordo"</string> |
| 580 | <string name="disagree">"Não concordo"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 581 | <string name="about_settings">"Sobre o telefone"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 582 | <string name="about_settings_summary">"Ver informações legais, status do telefone, versão do software"</string> |
| 583 | <string name="legal_information">"Informações legais"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 584 | <string name="contributors_title">"Colaboradores"</string> |
| 585 | <string name="copyright_title">"Direitos autorais"</string> |
| 586 | <string name="license_title">"Licença"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 587 | <string name="terms_title">"Termos e Condições"</string> |
| 588 | <!-- no translation found for system_tutorial_list_item_title (9082844446660969729) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 589 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 590 | <string name="system_tutorial_list_item_summary">"Aprenda a usar o seu telefone"</string> |
| 591 | <string name="settings_license_activity_title">"Licenças de código aberto"</string> |
| 592 | <string name="settings_license_activity_unavailable">"Há um problema ao carregar as licenças."</string> |
| 593 | <string name="settings_license_activity_loading">"Carregando..."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 594 | <string name="lock_settings_title">"Padrão de desbloqueio da tela"</string> |
| 595 | <string name="lockpattern_change_lock_pattern_label">"Alterar padrão de desbloqueio"</string> |
| 596 | <string name="lockpattern_need_to_unlock">"Confirmar padrão salvo"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 597 | <string name="lockpattern_need_to_unlock_wrong">"Tente novamente:"</string> |
| 598 | <string name="lockpattern_recording_intro_header">"Desenhe um padrão de desbloqueio"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 599 | <string name="lockpattern_recording_intro_footer">"Pressione Menu para obter ajuda."</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 600 | <string name="lockpattern_recording_inprogress">"Solte o dedo quando terminar."</string> |
| 601 | <string name="lockpattern_recording_incorrect_too_short">"Conectar no mínimo <xliff:g id="NUMBER">%d</xliff:g> pontos. Tente novamente:"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 602 | <string name="lockpattern_pattern_entered_header">"Padrão registrado."</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 603 | <string name="lockpattern_need_to_confirm">"Desenhe o padrão novamente para confirmar:"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 604 | <string name="lockpattern_pattern_confirmed_header">"Seu novo padrão de desbloqueio:"</string> |
| 605 | <string name="lockpattern_confirm_button_text">"Confirmar"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 606 | <string name="lockpattern_restart_button_text">"Desenhar novamente"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 607 | <string name="lockpattern_retry_button_text">"Tentar novamente"</string> |
| 608 | <string name="lockpattern_continue_button_text">"Continuar"</string> |
| 609 | <string name="lockpattern_settings_title">"Padrão de desbloqueio"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 610 | <string name="lockpattern_settings_enable_title">"Exigir padrão"</string> |
| 611 | <string name="lockpattern_settings_enable_summary">"É necessário desenhar o padrão para desbloquear a tela"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 612 | <string name="lockpattern_settings_enable_visible_pattern_title">"Usar padrão visível"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 613 | <string name="lockpattern_settings_enable_tactile_feedback_title">"Usar feedback táctil"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 614 | <string name="lockpattern_settings_choose_lock_pattern">"Definir padrão de desbloqueio"</string> |
| 615 | <string name="lockpattern_settings_change_lock_pattern">"Alterar padrão de desbloqueio"</string> |
| 616 | <string name="lockpattern_settings_help_how_to_record">"Como desenhar um padrão de desbloqueio"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 617 | <string name="lockpattern_too_many_failed_confirmation_attempts_header">"Muitas tentativas incorretas!"</string> |
| 618 | <string name="lockpattern_too_many_failed_confirmation_attempts_footer">"Tente novamente em <xliff:g id="NUMBER">%d</xliff:g> segundos."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 619 | <string name="skip_button_label">"Cancelar"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 620 | <string name="next_button_label">"Próximo"</string> |
| 621 | <string name="lock_title">"Protegendo o seu telefone"</string> |
| 622 | <string name="lock_intro_message"><font size="17">"Proteja o seu telefone contra o uso não autorizado criando um padrão de desbloqueio de tela pessoal. "\n<font height="17">\n</font><b>"1"</b>" Na próxima tela, observe enquanto um exemplo de padrão é desenhado. "\n<font height="17">\n</font><b>"2"</b>" Quando estiver pronto, desenhe o seu próprio padrão de desbloqueio pessoal. Experimente padrões diferentes, mas conecte no mínimo quatro pontos. "\n<font height="17">\n</font><b>"3"</b>" Desenhe novamente o seu padrão para confirmar. "\n<font height="17">\n</font><b>"Pronto para começar? Selecione “Próximo”"</b>". "\n<font height="3">\n</font>"Para deixar o seu telefone sem proteção, selecione “Cancelar”."</font></string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 623 | <string name="lock_example_title">"Exemplo de padrão"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 624 | <string name="lock_example_message">"Conecte no mínimo quatro pontos."\n" "\n"Selecione “Próximo” quando estiver pronto para desenhar o seu próprio padrão."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 625 | <string name="manageapplications_settings_title">"Gerenciar aplicativos"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 626 | <string name="manageapplications_settings_summary">"Gerenciar e remover aplicativos instalados"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 627 | <string name="applications_settings">"Aplicativos"</string> |
| 628 | <string name="applications_settings_summary">"Gerenciar aplicativos, configurar atalhos de inicialização rápida"</string> |
| 629 | <string name="applications_settings_header">"Configurações do aplicativo"</string> |
| 630 | <string name="install_applications">"Fontes desconhecidas"</string> |
| 631 | <string name="install_unknown_applications">"Permite a instalação de aplicativos que não são do Market"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 632 | <string name="install_all_warning">"Os dados do seu telefone e os dados pessoais estão mais vulneráveis a ataques de aplicativos de fontes desconhecidas. Você concorda que é o único responsável por qualquer dano causado ao seu telefone ou pela perda de dados que possa resultar do uso desses aplicativos."</string> |
| 633 | <string name="application_info_label">"Informações do aplicativo"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 634 | <string name="storage_label">"Armazenamento"</string> |
| 635 | <string name="auto_launch_label">"Iniciar por padrão"</string> |
| 636 | <string name="permissions_label">"Permissões"</string> |
| 637 | <string name="cache_header_label">"Cache"</string> |
| 638 | <string name="clear_cache_btn_text">"Limpar cache"</string> |
| 639 | <string name="cache_size_label">"Cache"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 640 | <string name="controls_label">"Controles"</string> |
| 641 | <string name="force_stop">"Forçar parada"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 642 | <string name="total_size_label">"Total"</string> |
| 643 | <string name="application_size_label">"Aplicativo"</string> |
| 644 | <string name="data_size_label">"Dados"</string> |
| 645 | <string name="uninstall_text">"Desinstalar"</string> |
| 646 | <string name="clear_user_data_text">"Limpar dados"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 647 | <!-- no translation found for app_factory_reset (6635744722502563022) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 648 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 649 | <string name="auto_launch_enable_text">"Você selecionou a inicialização padrão deste aplicativo para algumas ações."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 650 | <string name="auto_launch_disable_text">"Nenhum padrão definido."</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 651 | <string name="clear_activities">"Limpar padrão"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 652 | <string name="unknown">"Desconhecido"</string> |
| 653 | <string name="sort_order_alpha">"Classificar"</string> |
| 654 | <string name="sort_order_size">"Classificar por tamanho"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 655 | <string name="manage_space_text">"Gerenciar espaço"</string> |
| 656 | <string name="filter">"Filtro"</string> |
| 657 | <string name="filter_dlg_title">"Selecionar as opções de filtro"</string> |
| 658 | <string name="filter_apps_all">"Todos"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 659 | <string name="filter_apps_third_party">"Terceiros"</string> |
| 660 | <string name="filter_apps_running">"Em execução"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 661 | <string name="loading">"Carregando..."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 662 | <string name="recompute_size">"Recalculando o tamanho…"</string> |
| 663 | <string name="clear_data_dlg_title">"Excluir"</string> |
| 664 | <string name="clear_data_dlg_text">"Todas as informações salvas neste aplicativo serão excluídas permanentemente."</string> |
| 665 | <string name="dlg_ok">"OK"</string> |
| 666 | <string name="dlg_cancel">"Cancelar"</string> |
| 667 | <string name="app_not_found_dlg_title">"Aplicativo não encontrado"</string> |
| 668 | <string name="app_not_found_dlg_text">"O aplicativo não foi encontrado na lista de aplicativos instalados."</string> |
| 669 | <string name="clear_data_failed">"Não é possível limpar os dados do aplicativo."</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 670 | <!-- no translation found for app_factory_reset_dlg_title (6116199391150388147) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 671 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 672 | <!-- no translation found for app_factory_reset_dlg_text (438395129140568893) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 673 | <skip /> |
| 674 | <!-- no translation found for clear_failed_dlg_title (2387060805294783175) --> |
| 675 | <skip /> |
| 676 | <!-- no translation found for clear_failed_dlg_text (7943411157007320290) --> |
| 677 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 678 | <string name="security_settings_desc">"Este aplicativo pode acessar os seguintes itens no seu telefone:"</string> |
| 679 | <string name="computing_size">"Calculando…"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 680 | <string name="invalid_size_value">"Não é possível calcular o tamanho do pacote"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 681 | <string name="empty_list_msg">"Você não tem aplicativos de terceiros instalados."</string> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 682 | <!-- no translation found for version_text (9189073826278676425) --> |
| 683 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 684 | <string name="language_settings">"Localidade e texto"</string> |
| 685 | <string name="language_settings_summary">"Definir as opções de localidade (idioma e região), de entrada texto e de correção automática"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 686 | <string name="language_category">"Configuração de localidade"</string> |
| 687 | <string name="text_category">"Configurações de texto"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 688 | <string name="phone_language">"Selecionar a localidade"</string> |
| 689 | <string name="phone_language_summary">"Selecionar o idioma e a região"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 690 | <string name="auto_replace">"Substituição automática"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 691 | <string name="auto_replace_summary">"Corrigir palavras digitadas incorretamente"</string> |
| 692 | <string name="auto_caps">"Iniciar com letra maiúscula automaticamente"</string> |
| 693 | <string name="auto_caps_summary">"Escrever a primeira letra nas sentenças com letra maiúscula"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 694 | <string name="auto_punctuate">"Pontuação automática"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 695 | <string name="hardkeyboard_category">"Configurações de teclado físico"</string> |
| 696 | <string name="auto_punctuate_summary">"Pressione a tecla de Espaço duas vezes para inserir \".\""</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 697 | <string name="show_password">"Senhas visíveis"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 698 | <string name="show_password_summary">"Mostrar senha ao digitar"</string> |
| 699 | <string name="ime_security_warning">"Este método de entrada pode coletar todo o texto que você digitar, incluindo dados pessoais como senhas e números de cartão de crédito. Ele é proveniente do aplicativo <xliff:g id="IME_APPLICATION_NAME">%1$s</xliff:g>. Ativar este método de entrada?"</string> |
| 700 | <string name="user_dict_settings_titlebar">"Dicionário do usuário"</string> |
| 701 | <string name="user_dict_settings_title">"Dicionário do usuário"</string> |
| 702 | <string name="user_dict_settings_summary">"Adicionar e remover palavras do dicionário do usuário"</string> |
| 703 | <string name="user_dict_settings_add_menu_title">"Adicionar"</string> |
| 704 | <string name="user_dict_settings_add_dialog_title">"Adicionar ao dicionário"</string> |
| 705 | <string name="user_dict_settings_edit_dialog_title">"Editar palavra"</string> |
| 706 | <string name="user_dict_settings_context_menu_edit_title">"Editar"</string> |
| 707 | <string name="user_dict_settings_context_menu_delete_title">"Excluir"</string> |
| 708 | <string name="user_dict_settings_empty_text">"Você não possui palavras no dicionário do usuário. Você pode adicionar uma palavra por meio do menu."</string> |
| 709 | <string name="testing">"Testando"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 710 | <string name="testing_phone_info">"Informações do telefone"</string> |
| 711 | <string name="testing_battery_info">"Informações da bateria"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 712 | <string name="testing_battery_history">"Histórico da bateria"</string> |
| 713 | <string name="quick_launch_title">"Início rápido"</string> |
| 714 | <string name="quick_launch_summary">"Define atalhos do teclado para iniciar aplicativos"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 715 | <string name="quick_launch_assign_application">"Atribuir aplicativo"</string> |
| 716 | <string name="quick_launch_no_shortcut">"Sem atalho"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 717 | <string name="quick_launch_shortcut">"Pesquisar + <xliff:g id="SHORTCUT_LETTER">%1$s</xliff:g>"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 718 | <string name="quick_launch_clear_dialog_title">"Limpar"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 719 | <string name="quick_launch_clear_dialog_message">"O seu atalho para <xliff:g id="SHORTCUT_LETTER">%1$s</xliff:g> (<xliff:g id="APPLICATION_NAME">%2$s</xliff:g>) será apagado."</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 720 | <string name="quick_launch_clear_ok_button">"OK"</string> |
| 721 | <string name="quick_launch_clear_cancel_button">"Cancelar"</string> |
| 722 | <string name="quick_launch_display_mode_applications">"Aplicativos"</string> |
| 723 | <string name="quick_launch_display_mode_shortcuts">"Atalhos"</string> |
| 724 | <string name="input_methods_settings_title">"Entrada de texto"</string> |
| 725 | <string name="input_methods_settings_summary">"Gerenciar opções de entrada de texto"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 726 | <string name="input_methods_settings_label_format">"Configurações de <xliff:g id="IME_NAME">%1$s</xliff:g>"</string> |
| 727 | <string name="onscreen_keyboard_settings_summary">"Configurações do teclado virtual"</string> |
| 728 | <string name="builtin_keyboard_settings_title">"Teclado do dispositivo"</string> |
| 729 | <string name="builtin_keyboard_settings_summary">"Configurações de teclado integrado"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 730 | <string name="development_settings_title">"Desenvolvimento"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 731 | <string name="development_settings_summary">"Define as opções para o desenvolvimento do aplicativo"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 732 | <string name="enable_adb">"Depuração USB"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 733 | <string name="enable_adb_summary">"Modo de depuração quando o USB estiver conectado"</string> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 734 | <string name="keep_screen_on">"Permanecer ativo"</string> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 735 | <string name="keep_screen_on_summary">"A tela nunca entrará no modo de inatividade enquanto estiver carregando."</string> |
| 736 | <string name="allow_mock_location">"Permitir locais fictícios"</string> |
| 737 | <string name="allow_mock_location_summary">"Permitir locais fictícios"</string> |
| 738 | <!-- no translation found for adb_warning_title (1756027479229533250) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 739 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 740 | <!-- no translation found for adb_warning_message (5352555112049663033) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 741 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 742 | <string name="gadget_picker_title">"Escolher o gadget"</string> |
| 743 | <string name="widget_picker_title">"Escolher widget"</string> |
| 744 | <string name="battery_history_details_for">"Detalhes do UID %d"</string> |
| 745 | <string name="battery_history_uid">"UID <xliff:g id="USER_ID">%1$d</xliff:g>"</string> |
| 746 | <string name="battery_history_network_usage">"Detalhes do uso da rede do <xliff:g id="APP_NAME">%1$s</xliff:g>:"</string> |
| 747 | <string name="battery_history_bytes_received">"Bytes recebidos: <xliff:g id="BYTES">%1$d</xliff:g>"</string> |
| 748 | <string name="battery_history_bytes_sent">"Bytes enviados: <xliff:g id="BYTES">%1$d</xliff:g>"</string> |
| 749 | <string name="battery_history_bytes_total">"Total de bytes: <xliff:g id="BYTES">%1$d</xliff:g>"</string> |
| 750 | <string name="battery_history_cpu_usage">"Detalhes do uso de CPU para <xliff:g id="APP_NAME">%1$s</xliff:g>:"</string> |
| 751 | <string name="battery_history_user_time">"Tempo do usuário:"</string> |
| 752 | <string name="battery_history_system_time">"Tempo do sistema:"</string> |
| 753 | <string name="battery_history_total_time">"Tempo total:"</string> |
| 754 | <string name="battery_history_starts">"Inicia: <xliff:g id="STARTS">%1$d</xliff:g>"</string> |
| 755 | <!-- no translation found for battery_history_days (7110262897769622564) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 756 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 757 | <!-- no translation found for battery_history_hours (7525170329826274999) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 758 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 759 | <!-- no translation found for battery_history_minutes (1467775596084148610) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 760 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 761 | <!-- no translation found for battery_history_seconds (4283492130945761685) --> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 762 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 763 | <string name="battery_history_packages_sharing_this_uid">"Pacotes que compartilham este UID:"</string> |
| 764 | <string name="battery_history_no_data">"Não há dados de uso da bateria disponíveis"</string> |
| 765 | <string name="battery_history_sensor">"Sensor:"</string> |
| 766 | <string name="battery_history_wakelock">"Bloqueio de ativação parcial:"</string> |
| 767 | <string name="battery_history_used_by_packages">"Sensor usado por pacotes:"</string> |
| 768 | <string name="battery_history_sensor_usage">"Usado <xliff:g id="COUNT">%1$d</xliff:g> vezes por <xliff:g id="PACKAGE">%2$s</xliff:g>"</string> |
| 769 | <string name="battery_history_sensor_usage_multi">"Usado <xliff:g id="COUNT">%1$d</xliff:g> vezes por um de:"</string> |
| 770 | <string name="battery_history_awake_label">"Em execução"</string> |
| 771 | <string name="battery_history_screen_on_label">"Tela ativada"</string> |
| 772 | <string name="battery_history_phone_on_label">"Telefone ativado"</string> |
| 773 | <string name="battery_history_awake">"Tempo gasto quando ativo:"</string> |
| 774 | <string name="battery_history_screen_on">"Tempo gasto com a tela ativada:"</string> |
| 775 | <string name="battery_history_phone_on">"Tempo gasto com o telefone ativado:"</string> |
| 776 | <string name="battery_history_screen_on_battery">"Na bateria:"</string> |
| 777 | <string name="battery_history_screen_on_plugged">"Conectado:"</string> |
| 778 | <string name="usage_stats_label">"Estatísticas de uso"</string> |
| 779 | <string name="testing_usage_stats">"Estatísticas de uso"</string> |
| 780 | <string name="display_order_text">"Classificar por:"</string> |
| 781 | <string name="app_name_label">"Aplicativo"</string> |
| 782 | <string name="launch_count_label">"Contagem"</string> |
| 783 | <string name="usage_time_label">"Tempo de uso"</string> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 784 | <!-- no translation found for accessibility_settings_title (4239640930601071058) --> |
| 785 | <skip /> |
| 786 | <!-- no translation found for accessibility_settings_summary (8185181964847149507) --> |
| 787 | <skip /> |
| 788 | <!-- no translation found for toggle_accessibility_title (650839277066574497) --> |
| 789 | <skip /> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 790 | <!-- no translation found for accessibility_services_category (8127851026323672607) --> |
| 791 | <skip /> |
| 792 | <!-- no translation found for no_accessibility_services_summary (694578333333808159) --> |
| 793 | <skip /> |
| 794 | <!-- no translation found for accessibility_service_security_warning (8386156287296967181) --> |
| 795 | <skip /> |
| 796 | <!-- no translation found for accessibility_service_disable_warning (8930591383312775132) --> |
| 797 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 798 | <!-- no translation found for power_usage_summary_title (5180282911164282324) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 799 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 800 | <!-- no translation found for power_usage_summary (7237084831082848168) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 801 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 802 | <!-- no translation found for battery_since_unplugged (338073389740738437) --> |
| 803 | <skip /> |
| 804 | <!-- no translation found for battery_since_reset (7464546661121187045) --> |
| 805 | <skip /> |
| 806 | <!-- no translation found for battery_stats_duration (7464501326709469282) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 807 | <skip /> |
| 808 | <!-- no translation found for awake (387122265874485088) --> |
| 809 | <skip /> |
| 810 | <!-- no translation found for wifi_on_time (4630925382578609056) --> |
| 811 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 812 | <!-- no translation found for bluetooth_on_time (4478515071957280711) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 813 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 814 | <!-- no translation found for usage_name_percent (1899151069711662289) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 815 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 816 | <!-- no translation found for details_title (7564809986329021063) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 817 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 818 | <!-- no translation found for details_subtitle (32593908269911734) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 819 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 820 | <!-- no translation found for controls_subtitle (390468421138288702) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 821 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 822 | <!-- no translation found for packages_subtitle (4736416171658062768) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 823 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 824 | <!-- no translation found for power_screen (2353149143338929583) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 825 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 826 | <!-- no translation found for power_wifi (2382791137776486974) --> |
| 827 | <skip /> |
| 828 | <!-- no translation found for power_bluetooth (4373329044379008289) --> |
| 829 | <skip /> |
| 830 | <!-- no translation found for power_cell (6596471490976003056) --> |
| 831 | <skip /> |
| 832 | <!-- no translation found for power_phone (5392641106474567277) --> |
| 833 | <skip /> |
| 834 | <!-- no translation found for power_idle (9055659695602194990) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 835 | <skip /> |
| 836 | <!-- no translation found for usage_type_cpu (715162150698338714) --> |
| 837 | <skip /> |
| 838 | <!-- no translation found for usage_type_cpu_foreground (6500579611933211831) --> |
| 839 | <skip /> |
| 840 | <!-- no translation found for usage_type_gps (7989688715128160790) --> |
| 841 | <skip /> |
| 842 | <!-- no translation found for usage_type_phone (9108247984998041853) --> |
| 843 | <skip /> |
| 844 | <!-- no translation found for usage_type_data_send (2857401966985425427) --> |
| 845 | <skip /> |
| 846 | <!-- no translation found for usage_type_data_recv (7251090882025234185) --> |
| 847 | <skip /> |
| 848 | <!-- no translation found for usage_type_audio (6957269406840886290) --> |
| 849 | <skip /> |
| 850 | <!-- no translation found for usage_type_video (4295357792078579944) --> |
| 851 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 852 | <!-- no translation found for usage_type_on_time (7052979399415080971) --> |
| 853 | <skip /> |
| 854 | <!-- no translation found for battery_action_stop (649958863744041872) --> |
| 855 | <skip /> |
| 856 | <!-- no translation found for battery_action_app_details (3275013531871113681) --> |
| 857 | <skip /> |
| 858 | <!-- no translation found for battery_action_app_settings (350562653472577250) --> |
| 859 | <skip /> |
| 860 | <!-- no translation found for battery_action_display (5302763261448580102) --> |
| 861 | <skip /> |
| 862 | <!-- no translation found for battery_action_wifi (5452076674659927993) --> |
| 863 | <skip /> |
| 864 | <!-- no translation found for battery_action_bluetooth (8374789049507723142) --> |
| 865 | <skip /> |
| 866 | <!-- no translation found for battery_desc_voice (8980322055722959211) --> |
| 867 | <skip /> |
| 868 | <!-- no translation found for battery_desc_standby (3009080001948091424) --> |
| 869 | <skip /> |
| 870 | <!-- no translation found for battery_desc_radio (5479196477223185367) --> |
| 871 | <skip /> |
| 872 | <!-- no translation found for battery_sugg_radio (8211336978326295047) --> |
| 873 | <skip /> |
| 874 | <!-- no translation found for battery_desc_display (5432795282958076557) --> |
| 875 | <skip /> |
| 876 | <!-- no translation found for battery_sugg_display (3370202402045141760) --> |
| 877 | <skip /> |
| 878 | <!-- no translation found for battery_desc_wifi (1702486494565080431) --> |
| 879 | <skip /> |
| 880 | <!-- no translation found for battery_sugg_wifi (3003604969548979254) --> |
| 881 | <skip /> |
| 882 | <!-- no translation found for battery_desc_bluetooth (7535520658674621902) --> |
| 883 | <skip /> |
| 884 | <!-- no translation found for battery_sugg_bluetooth_basic (144393178427277439) --> |
| 885 | <skip /> |
| 886 | <!-- no translation found for battery_sugg_bluetooth_headset (8214816222115517479) --> |
| 887 | <skip /> |
| 888 | <!-- no translation found for battery_desc_apps (8123202939321333639) --> |
| 889 | <skip /> |
| 890 | <!-- no translation found for battery_sugg_apps_info (6065882899391322442) --> |
| 891 | <skip /> |
| 892 | <!-- no translation found for battery_sugg_apps_gps (1834412555123982714) --> |
| 893 | <skip /> |
| 894 | <!-- no translation found for battery_sugg_apps_settings (8021302847272481168) --> |
| 895 | <skip /> |
| 896 | <!-- no translation found for menu_stats_unplugged (8296577130840261624) --> |
| 897 | <skip /> |
| 898 | <!-- no translation found for menu_stats_last_unplugged (5922246077592434526) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 899 | <skip /> |
| 900 | <!-- no translation found for menu_stats_total (8973377864854807854) --> |
| 901 | <skip /> |
| 902 | <!-- no translation found for menu_stats_refresh (1676215433344981075) --> |
| 903 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 904 | <!-- no translation found for process_kernel_label (3916858646836739323) --> |
| 905 | <skip /> |
| 906 | <!-- no translation found for process_mediaserver_label (6500382062945689285) --> |
| 907 | <skip /> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 908 | <!-- no translation found for tts_settings (6454363854545277027) --> |
| 909 | <skip /> |
| 910 | <!-- no translation found for tts_settings_summary (2627715231944602766) --> |
| 911 | <skip /> |
| 912 | <!-- no translation found for tts_settings_title (5064947197040356736) --> |
| 913 | <skip /> |
| 914 | <!-- no translation found for use_default_tts_settings_title (1577063839539732930) --> |
| 915 | <skip /> |
| 916 | <!-- no translation found for use_default_tts_settings_summary (4253502106159206276) --> |
| 917 | <skip /> |
| 918 | <!-- no translation found for tts_default_settings_section (5787915620218907443) --> |
| 919 | <skip /> |
| 920 | <!-- no translation found for tts_default_rate_title (6030550998379310088) --> |
| 921 | <skip /> |
| 922 | <!-- no translation found for tts_default_rate_summary (4061815292287182801) --> |
| 923 | <skip /> |
| 924 | <!-- no translation found for tts_default_pitch_title (6135942113172488671) --> |
| 925 | <skip /> |
| 926 | <!-- no translation found for tts_default_pitch_summary (1328298665182885277) --> |
| 927 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 928 | <!-- no translation found for tts_default_lang_title (8018087612299820556) --> |
| 929 | <skip /> |
| 930 | <!-- no translation found for tts_default_lang_summary (5219362163902707785) --> |
| 931 | <skip /> |
| 932 | <!-- no translation found for tts_play_example_title (7094780383253097230) --> |
| 933 | <skip /> |
| 934 | <!-- no translation found for tts_play_example_summary (8029071615047894486) --> |
| 935 | <skip /> |
| 936 | <!-- no translation found for tts_install_data_title (4264378440508149986) --> |
| 937 | <skip /> |
| 938 | <!-- no translation found for tts_install_data_summary (5742135732511822589) --> |
| 939 | <skip /> |
| 940 | <!-- no translation found for tts_data_installed_summary (9162111552859972809) --> |
| 941 | <skip /> |
| 942 | <!-- no translation found for tts_demo (405357591189935876) --> |
| 943 | <skip /> |
| 944 | <!-- no translation found for tts_settings_changed_demo (4926518555912328645) --> |
Eric Fischer | c5b8180 | 2009-06-10 15:12:18 -0700 | [diff] [blame] | 945 | <skip /> |
| 946 | <!-- no translation found for gadget_title (7455548605888590466) --> |
| 947 | <skip /> |
Eric Fischer | 9046c92 | 2009-07-13 15:49:57 -0700 | [diff] [blame^] | 948 | <!-- no translation found for vpn_settings_activity_title (7276864950701612579) --> |
| 949 | <skip /> |
| 950 | <!-- no translation found for vpn_connect_to (9040615733700098831) --> |
| 951 | <skip /> |
| 952 | <!-- no translation found for vpn_username_colon (7854930370861306247) --> |
| 953 | <skip /> |
| 954 | <!-- no translation found for vpn_password_colon (5716278710848606626) --> |
| 955 | <skip /> |
| 956 | <!-- no translation found for vpn_a_username (6664733641993968692) --> |
| 957 | <skip /> |
| 958 | <!-- no translation found for vpn_a_password (1537213632501483753) --> |
| 959 | <skip /> |
| 960 | <!-- no translation found for vpn_save_username (1408415289165970790) --> |
| 961 | <skip /> |
| 962 | <!-- no translation found for vpn_connect_button (1699007212602470655) --> |
| 963 | <skip /> |
| 964 | <!-- no translation found for vpn_yes_button (8034531001149843119) --> |
| 965 | <skip /> |
| 966 | <!-- no translation found for vpn_no_button (7620339571187119107) --> |
| 967 | <skip /> |
| 968 | <!-- no translation found for vpn_back_button (192036339792734970) --> |
| 969 | <skip /> |
| 970 | <!-- no translation found for vpn_mistake_button (1759404628590603933) --> |
| 971 | <skip /> |
| 972 | <!-- no translation found for vpn_menu_done (93528279226907926) --> |
| 973 | <skip /> |
| 974 | <!-- no translation found for vpn_menu_cancel (7234451214611202868) --> |
| 975 | <skip /> |
| 976 | <!-- no translation found for vpn_menu_revert (4407762442281467659) --> |
| 977 | <skip /> |
| 978 | <!-- no translation found for vpn_menu_connect (1089399414463784218) --> |
| 979 | <skip /> |
| 980 | <!-- no translation found for vpn_menu_disconnect (8254492450022562235) --> |
| 981 | <skip /> |
| 982 | <!-- no translation found for vpn_menu_edit (4526245173583195618) --> |
| 983 | <skip /> |
| 984 | <!-- no translation found for vpn_menu_delete (3326527392609513129) --> |
| 985 | <skip /> |
| 986 | <!-- no translation found for vpn_error_miss_entering (1467455143582547499) --> |
| 987 | <skip /> |
| 988 | <!-- no translation found for vpn_error_miss_selecting (953436717902387192) --> |
| 989 | <skip /> |
| 990 | <!-- no translation found for vpn_error_duplicate_name (2786397299628471911) --> |
| 991 | <skip /> |
| 992 | <!-- no translation found for vpn_confirm_profile_deletion (8679536635364177239) --> |
| 993 | <skip /> |
| 994 | <!-- no translation found for vpn_confirm_add_profile_cancellation (3377869170901609182) --> |
| 995 | <skip /> |
| 996 | <!-- no translation found for vpn_confirm_edit_profile_cancellation (7496760181072204494) --> |
| 997 | <skip /> |
| 998 | <!-- no translation found for vpn_confirm_reconnect (5748535476278674296) --> |
| 999 | <skip /> |
| 1000 | <!-- no translation found for vpn_unknown_server_dialog_msg (3080742299823671319) --> |
| 1001 | <skip /> |
| 1002 | <!-- no translation found for vpn_auth_error_dialog_msg (5476820106624807614) --> |
| 1003 | <skip /> |
| 1004 | <!-- no translation found for vpn_type_title (6392933604218676224) --> |
| 1005 | <skip /> |
| 1006 | <!-- no translation found for vpn_add_new_vpn (5438260689052714550) --> |
| 1007 | <skip /> |
| 1008 | <!-- no translation found for vpn_edit_title_add (2550661826320709266) --> |
| 1009 | <skip /> |
| 1010 | <!-- no translation found for vpn_edit_title_edit (1769999313158207723) --> |
| 1011 | <skip /> |
| 1012 | <!-- no translation found for vpns (3148141862835492816) --> |
| 1013 | <skip /> |
| 1014 | <!-- no translation found for vpn_connecting (8039521381692090116) --> |
| 1015 | <skip /> |
| 1016 | <!-- no translation found for vpn_disconnecting (7748050200708257066) --> |
| 1017 | <skip /> |
| 1018 | <!-- no translation found for vpn_connected (7641723116362845781) --> |
| 1019 | <skip /> |
| 1020 | <!-- no translation found for vpn_connect_hint (7442898962925875181) --> |
| 1021 | <skip /> |
| 1022 | <!-- no translation found for vpn_name (1550918148476193076) --> |
| 1023 | <skip /> |
| 1024 | <!-- no translation found for vpn_a_name (8445736942405283509) --> |
| 1025 | <skip /> |
| 1026 | <!-- no translation found for vpn_profile_added (2157095890825215726) --> |
| 1027 | <skip /> |
| 1028 | <!-- no translation found for vpn_profile_replaced (384234123486734768) --> |
| 1029 | <skip /> |
| 1030 | <!-- no translation found for vpn_user_certificate_title (6812545893924071742) --> |
| 1031 | <skip /> |
| 1032 | <!-- no translation found for vpn_user_certificate (949322691686938888) --> |
| 1033 | <skip /> |
| 1034 | <!-- no translation found for vpn_a_user_certificate (8943983437956898649) --> |
| 1035 | <skip /> |
| 1036 | <!-- no translation found for vpn_ca_certificate_title (7846466160795589985) --> |
| 1037 | <skip /> |
| 1038 | <!-- no translation found for vpn_ca_certificate (465085144064264742) --> |
| 1039 | <skip /> |
| 1040 | <!-- no translation found for vpn_a_ca_certificate (3374242520974884295) --> |
| 1041 | <skip /> |
| 1042 | <!-- no translation found for vpn_l2tp_secret_string_title (5039677186748940987) --> |
| 1043 | <skip /> |
| 1044 | <!-- no translation found for vpn_l2tp_secret (529359749677142076) --> |
| 1045 | <skip /> |
| 1046 | <!-- no translation found for vpn_a_l2tp_secret (6612042930810981845) --> |
| 1047 | <skip /> |
| 1048 | <!-- no translation found for vpn_ipsec_presharedkey_title (2184060087690539175) --> |
| 1049 | <skip /> |
| 1050 | <!-- no translation found for vpn_ipsec_presharedkey (5434316521616673741) --> |
| 1051 | <skip /> |
| 1052 | <!-- no translation found for vpn_a_ipsec_presharedkey (1255301923217898418) --> |
| 1053 | <skip /> |
| 1054 | <!-- no translation found for vpn_vpn_server_title (8897005887420358913) --> |
| 1055 | <skip /> |
| 1056 | <!-- no translation found for vpn_vpn_server (1141754908824209260) --> |
| 1057 | <skip /> |
| 1058 | <!-- no translation found for vpn_a_vpn_server (5960906152125045853) --> |
| 1059 | <skip /> |
| 1060 | <!-- no translation found for vpn_vpn_server_dialog_title (7850850940160521918) --> |
| 1061 | <skip /> |
| 1062 | <!-- no translation found for vpn_dns_search_list_title (1022776976104584251) --> |
| 1063 | <skip /> |
| 1064 | <!-- no translation found for vpn_dns_search_list (4230034234026605360) --> |
| 1065 | <skip /> |
| 1066 | <!-- no translation found for vpn_field_is_set (1880980734721258127) --> |
| 1067 | <skip /> |
| 1068 | <!-- no translation found for vpn_field_not_set (6827205815004809490) --> |
| 1069 | <skip /> |
| 1070 | <!-- no translation found for vpn_field_not_set_optional (8665901697706781015) --> |
| 1071 | <skip /> |
| 1072 | <!-- no translation found for vpn_enable_field (3348948489989523325) --> |
| 1073 | <skip /> |
| 1074 | <!-- no translation found for vpn_disable_field (2286966253789266389) --> |
| 1075 | <skip /> |
| 1076 | <!-- no translation found for vpn_is_enabled (5128973727115662815) --> |
| 1077 | <skip /> |
| 1078 | <!-- no translation found for vpn_is_disabled (8028085699769751756) --> |
| 1079 | <skip /> |
| 1080 | <!-- no translation found for vpn_settings_title (7327468307909556719) --> |
| 1081 | <skip /> |
| 1082 | <!-- no translation found for vpn_settings_summary (8849924181594963972) --> |
| 1083 | <skip /> |
| 1084 | <!-- no translation found for cstor_settings_category (2284299080682591107) --> |
| 1085 | <skip /> |
| 1086 | <!-- no translation found for cstor_access_title (1739505390736236717) --> |
| 1087 | <skip /> |
| 1088 | <!-- no translation found for cstor_access_summary (4512681868217546677) --> |
| 1089 | <skip /> |
| 1090 | <!-- no translation found for cstor_access_dialog_title (3024256293191879190) --> |
| 1091 | <skip /> |
| 1092 | <!-- no translation found for cstor_access_dialog_hint_from_action (679746865623760961) --> |
| 1093 | <skip /> |
| 1094 | <!-- no translation found for cstor_set_passwd_title (6156763762703061470) --> |
| 1095 | <skip /> |
| 1096 | <!-- no translation found for cstor_set_passwd_summary (5248560429856597398) --> |
| 1097 | <skip /> |
| 1098 | <!-- no translation found for cstor_set_passwd_dialog_title (4071157542842979977) --> |
| 1099 | <skip /> |
| 1100 | <!-- no translation found for cstor_reset_title (6001600882136794382) --> |
| 1101 | <skip /> |
| 1102 | <!-- no translation found for cstor_reset_summary (7509525030771504833) --> |
| 1103 | <skip /> |
| 1104 | <!-- no translation found for cstor_reset_hint (5331632794451859788) --> |
| 1105 | <skip /> |
| 1106 | <!-- no translation found for cstor_name_credential_dialog_title (1723509156126180662) --> |
| 1107 | <skip /> |
| 1108 | <!-- no translation found for cstor_credential_name (2958936431813760259) --> |
| 1109 | <skip /> |
| 1110 | <!-- no translation found for cstor_credential_info (6097346149400207440) --> |
| 1111 | <skip /> |
| 1112 | <!-- no translation found for cstor_name_credential_hint (6889198058976515785) --> |
| 1113 | <skip /> |
| 1114 | <!-- no translation found for cstor_old_password (979282118063084561) --> |
| 1115 | <skip /> |
| 1116 | <!-- no translation found for cstor_new_password (6218562692435670047) --> |
| 1117 | <skip /> |
| 1118 | <!-- no translation found for cstor_confirm_password (8996028123356342466) --> |
| 1119 | <skip /> |
| 1120 | <!-- no translation found for cstor_first_time_hint (1831593416099224962) --> |
| 1121 | <skip /> |
| 1122 | <!-- no translation found for cstor_first_time_hint_from_action (4690937025845780557) --> |
| 1123 | <skip /> |
| 1124 | <!-- no translation found for cstor_password_error (2917326097260402464) --> |
| 1125 | <skip /> |
| 1126 | <!-- no translation found for cstor_password_error_reset_warning (3336370539045905953) --> |
| 1127 | <skip /> |
| 1128 | <!-- no translation found for cstor_password_error_reset_warning_plural (6209069679269017200) --> |
| 1129 | <skip /> |
| 1130 | <!-- no translation found for cstor_passwords_error (956773958408751155) --> |
| 1131 | <skip /> |
| 1132 | <!-- no translation found for cstor_passwords_empty_error (6062539742626760734) --> |
| 1133 | <skip /> |
| 1134 | <!-- no translation found for cstor_password_empty_error (7249632576906961482) --> |
| 1135 | <skip /> |
| 1136 | <!-- no translation found for cstor_password_verification_error (8553930704493511389) --> |
| 1137 | <skip /> |
| 1138 | <!-- no translation found for cstor_name_empty_error (7499971191993770322) --> |
| 1139 | <skip /> |
| 1140 | <!-- no translation found for cstor_name_char_error (8048089317968192516) --> |
| 1141 | <skip /> |
| 1142 | <!-- no translation found for cstor_is_enabled (4054049098081482785) --> |
| 1143 | <skip /> |
| 1144 | <!-- no translation found for cstor_is_added (794788474010251572) --> |
| 1145 | <skip /> |
| 1146 | <!-- no translation found for cstor_add_error (7799232544686721435) --> |
| 1147 | <skip /> |
| 1148 | <!-- no translation found for emergency_tone_title (1055954530111587114) --> |
| 1149 | <skip /> |
| 1150 | <!-- no translation found for emergency_tone_summary (722259232924572153) --> |
| 1151 | <skip /> |
Eric Fischer | 9e852f0 | 2009-06-10 12:26:09 -0700 | [diff] [blame] | 1152 | </resources> |