|
2 | 2 | <resources> |
3 | 3 | <string name="app_name">Simple File Manager</string> |
4 | 4 | <string name="app_launcher_name">Gerenciador de arquivos</string> |
5 | | - <string name="press_back_again">Aperte o botão voltar novamente para sair</string> |
| 5 | + <string name="press_back_again">Aperte novamente o botão "Voltar" para sair</string> |
6 | 6 | <string name="no_app_found">Não existe um aplicativo para abrir este tipo de arquivo</string> |
7 | 7 | <string name="go_to_home_folder">Ir para a pasta pessoal</string> |
8 | 8 | <string name="set_as_home_folder">Definir como pasta pessoal</string> |
9 | 9 | <string name="home_folder_updated">Pasta pessoal atualizada</string> |
10 | | - <string name="copy_path">Copy path to clipboard</string> |
11 | | - <string name="path_copied">Path copied</string> |
12 | | - <string name="select_audio_file">Please select an audio file</string> |
13 | | - <string name="search_folder">Search folder</string> |
14 | | - <string name="rooted_device_only">This operation works only on rooted devices</string> |
| 10 | + <string name="copy_path">Copiar caminho para área de transferência</string> |
| 11 | + <string name="path_copied">Caminho copiado</string> |
| 12 | + <string name="select_audio_file">Por favor, selecione um arquivo de áudio</string> |
| 13 | + <string name="search_folder">Procurar pasta</string> |
| 14 | + <string name="rooted_device_only">Esta operação funciona apenas em dispositivos com o modo root ativado</string> |
15 | 15 |
|
16 | 16 | <!-- Open as --> |
17 | | - <string name="open_as">Open as</string> |
18 | | - <string name="text_file">Text file</string> |
19 | | - <string name="image_file">Image file</string> |
20 | | - <string name="audio_file">Audio file</string> |
21 | | - <string name="video_file">Video file</string> |
22 | | - <string name="other_file">Other file</string> |
| 17 | + <string name="open_as">Abrir como</string> |
| 18 | + <string name="text_file">Arquivo de Texto</string> |
| 19 | + <string name="image_file">Arquivo de Imagem</string> |
| 20 | + <string name="audio_file">Arquivo de Áudio</string> |
| 21 | + <string name="video_file">Arquivo de Vídeo</string> |
| 22 | + <string name="other_file">Outro arquivo</string> |
23 | 23 |
|
24 | 24 | <!-- Compression --> |
25 | 25 | <string name="compress">Compress</string> |
|
0 commit comments