Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/jellybean' into ics
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike C committed Nov 30, 2012
2 parents a9b24b5 + 74db77f commit d243317
Show file tree
Hide file tree
Showing 18 changed files with 1,594 additions and 28 deletions.
4 changes: 3 additions & 1 deletion res/raw/mime_types.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Mime type list
#
# Format:
# <extension> = <category> | <mime type> | <drawable>
# (extension) = (category) | (mime type) | (drawable)
#

# Binary
Expand Down Expand Up @@ -263,7 +263,9 @@ wav = AUDIO | audio/x-wav | fso_type_audio_drawable

# Video
3gp = VIDEO | video/3gpp | fso_type_video_drawable
3gpp = VIDEO | video/3gpp | fso_type_video_drawable
3g2 = VIDEO | video/3gpp2 | fso_type_video_drawable
3gpp2 = VIDEO | video/3gpp2 | fso_type_video_drawable
h261 = VIDEO | video/h261 | fso_type_video_drawable
h263 = VIDEO | video/h263 | fso_type_video_drawable
h264 = VIDEO | video/h264 | fso_type_video_drawable
Expand Down
681 changes: 681 additions & 0 deletions res/values-ja/strings.xml

Large diffs are not rendered by default.

21 changes: 15 additions & 6 deletions res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@
<string name="actions_menu_new_directory">Nova pasta</string>
<string name="actions_menu_new_file">Novo arquivo</string>
<string name="actions_menu_select_all">Selecionar tudo</string>
<string name="actions_menu_deselect_all">Deselecionar tudo</string>
<string name="actions_menu_deselect_all">Desselecionar tudo</string>
<string name="actions_menu_select">Selecionar</string>
<string name="actions_menu_deselect">Deselecionar</string>
<string name="actions_menu_deselect">Desselecionar</string>
<string name="actions_menu_paste_selection">Colar seleção</string>
<string name="actions_menu_move_selection">Movar seleção</string>
<string name="actions_menu_move_selection">Mover seleção</string>
<string name="actions_menu_delete_selection">Excluir seleção</string>
<string name="actions_menu_compress_selection">Comprimir seleção</string>
<string name="actions_menu_create_link">Criar atalho</string>
Expand Down Expand Up @@ -294,14 +294,23 @@
<string name="pref_sort_search_results_mode_relevance">Por relevância</string>
<string name="pref_search_privacity_category">Privacidade</string>
<string name="pref_save_search_terms">Salvar termos de busca</string>
<string name="pref_save_search_terms_on">Os termos de busca irão ser salvos e usados como sugestões em buscas futuras</string>
<string name="pref_save_search_terms_off">Termos de busca não irão ser salvos</string>
<string name="pref_save_search_terms_on">Os termos de busca serão salvos e usados como sugestões em buscas futuras</string>
<string name="pref_save_search_terms_off">Termos de busca não serão salvos</string>
<string name="pref_remove_saved_search_terms">Remover termos de busca salvos</string>
<string name="pref_remove_saved_search_terms_summary">Pressione para remover todos os termos de busca salvos</string>
<string name="pref_remove_saved_search_terms_msg">Todos os termos de busca foram removidos</string>
<string name="pref_debug_traces">Logar informações de depuração</string>
<string name="security_warning_extract">Aviso!\n\nAo extrair um arquivo com caminhos relativos ou absolutos pode danificar seu dispositivoao sobrescrever os arquivos de sistema.\n\nVocê deseja continuar?</string>
<string name="security_warning_extract">Aviso!\n\nO dispositivo pode ser danificado se, ao extrair arquivos com caminhos relativos ou absolutos, arquivos de sistema forem sobrescritos.\n\nVocê deseja continuar?</string>
<string name="changelog_title">Registro de mudanças</string>
<string name="welcome_title">Bem vindo</string>
<string name="welcome_msg">Bem vindo ao gerenciador de arquivos CyanogenMod.\n\nEste aplicativo permite você a explorar o sistema de arquivos e fazer operações que podem danificar seu dispositivo. Para previnir danos, o aplicativo irá iniciar em modo seguro e com poucos privilégios.\n\nVocê pode acessar o modo avançado, com todos os privilégios através das Configurações. É sua responsabilidade de garantir que uma operação não danifica seu sistema.\n\nThe CyanogenMod Team.\n</string>
<string name="themes_author">CyanogenMod</string>
<string name="pref_themes">Temas</string>
<string name="pref_themes_selection_category">Temas</string>
<string name="pref_themes_set_theme">Definir tema</string>
<string name="pref_themes_no_preview">Sem previsualização</string>
<string name="pref_themes_confirmation">O tema foi aplicado com sucesso</string>
<string name="pref_themes_not_found">Tema não foi encontrado</string>
<string name="theme_default_name">Tema claro</string>
<string name="theme_default_description">Um tema claro para o Gerenciador de Arquivos CyanogenMod</string>
</resources>
Loading

0 comments on commit d243317

Please sign in to comment.