forked from extern/Unexpected-Keyboard
540384bb0a
An option is added to enable an extra number row at the top of the keyboard. Digits are removed from the keyboard while the number row is visible.
72 lines
4.8 KiB
XML
72 lines
4.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name" product="debug">Teclado Unexpected</string>
|
|
<string name="app_name" product="default">Teclado Unexpected</string>
|
|
<string name="settings_activity_label">Configurar Teclado Unexpected</string>
|
|
<!-- <string name="pref_portrait">In portrait mode</string> -->
|
|
<!-- <string name="pref_landscape">In landscape mode</string> -->
|
|
<string name="pref_category_layout">Layout</string>
|
|
<!-- <string name="pref_label_brightness">Adjust label brightness</string> -->
|
|
<!-- <string name="pref_keyboard_opacity">Adjust keyboard background opacity</string> -->
|
|
<!-- <string name="pref_key_opacity">Adjust key opacity</string> -->
|
|
<!-- <string name="pref_key_activated_opacity">Adjust pressed key opacity</string> -->
|
|
<string name="pref_layout_title">Mudar layout do teclado</string>
|
|
<string name="pref_layout_e_system">Mesmo do sistema</string>
|
|
<!-- <string name="pref_layout_e_custom">Custom layout</string> -->
|
|
<string name="pref_accents_title">Acentos</string>
|
|
<string name="pref_accents_e_all_installed">Mostrar acentos para todos os idiomas instalados</string>
|
|
<string name="pref_accents_e_selected">Mostrar acentos só para o idioma selecionado</string>
|
|
<string name="pref_accents_e_none">Ocultar acentos</string>
|
|
<!-- <string name="pref_show_numpad_title">Show NumPad</string> -->
|
|
<!-- <string name="pref_show_numpad_never">Never</string> -->
|
|
<!-- <string name="pref_show_numpad_landscape">Only in landscape mode</string> -->
|
|
<!-- <string name="pref_show_numpad_always">Always</string> -->
|
|
<!-- <string name="pref_number_row_title">Show number row</string> -->
|
|
<!-- <string name="pref_number_row_summary">Add a number row at the top of the keyboard when the numpad is hidden</string> -->
|
|
<!-- <string name="pref_numpad_layout">NumPad layout</string> -->
|
|
<!-- <string name="pref_numpad_layout_e_high_first">High digits first</string> -->
|
|
<!-- <string name="pref_numpad_layout_e_low_first">Low digits first</string> -->
|
|
<string name="pref_autocapitalisation_title">Maiusculização automática</string>
|
|
<string name="pref_autocapitalisation_summary">Aciona o shift no início de cada frase</string>
|
|
<!-- <string name="pref_extra_keys_title">Add keys to the keyboard</string> -->
|
|
<!-- <string name="pref_second_layout_title">Secondary layout</string> -->
|
|
<string name="pref_second_layout_none">Nenhum</string>
|
|
<string name="pref_category_typing">Digitação</string>
|
|
<string name="pref_swipe_dist_title">Distância a deslizar</string>
|
|
<string name="pref_swipe_dist_summary">Distância até acionar os cantos das teclas (%s)</string>
|
|
<string name="pref_long_timeout_title">Tempo até repetir tecla</string>
|
|
<string name="pref_long_interval_title">Intervalo de repetição de tecla</string>
|
|
<string name="pref_vibrate_title">Vibração</string>
|
|
<string name="pref_vibrate_summary">Ativar/desativar vibração ao digitar</string>
|
|
<string name="pref_lock_double_tap_title">Tecle duas vezes no shift para caixa alta</string>
|
|
<string name="pref_lock_double_tap_summary">Ao invés de apertar e segurar por um tempo</string>
|
|
<string name="pref_category_style">Estilo</string>
|
|
<string name="pref_margin_bottom_title">Margem inferior</string>
|
|
<string name="pref_keyboard_height_title">Altura do teclado</string>
|
|
<string name="pref_horizontal_margin_title">Margem horizontal</string>
|
|
<string name="pref_character_size_title">Tamanho dos indicadores</string>
|
|
<string name="pref_character_size_summary">Tamanho dos caracteres visíveis no teclado (%.2fx)</string>
|
|
<string name="pref_theme">Tema</string>
|
|
<string name="pref_theme_e_system">Mesmo do sistema</string>
|
|
<string name="pref_theme_e_dark">Escuro</string>
|
|
<string name="pref_theme_e_light">Claro</string>
|
|
<string name="pref_theme_e_black">Preto</string>
|
|
<!-- <string name="pref_theme_e_white">White</string> -->
|
|
<string name="pref_swipe_dist_e_very_short">Muito curto</string>
|
|
<string name="pref_swipe_dist_e_short">Curto</string>
|
|
<string name="pref_swipe_dist_e_default">Normal</string>
|
|
<string name="pref_swipe_dist_e_far">Longo</string>
|
|
<string name="pref_swipe_dist_e_very_far">Muito longo</string>
|
|
<string name="pref_key_horizontal_space">Distância horizontal entre teclas</string>
|
|
<string name="pref_key_vertical_space">Distância vertical entre teclas</string>
|
|
<!-- <string name="pref_category_advanced">Advanced</string> -->
|
|
<!-- <string name="pref_custom_layout_title">Custom layout</string> -->
|
|
<!-- <string name="pref_custom_layout_summary">See the source code. This option is not meant to be used.</string> -->
|
|
<string name="key_action_next">Próximo</string>
|
|
<string name="key_action_done">Pronto</string>
|
|
<string name="key_action_go">Ir</string>
|
|
<string name="key_action_prev">Anterior</string>
|
|
<string name="key_action_search">Buscar</string>
|
|
<string name="key_action_send">Enviar</string>
|
|
</resources>
|