Skip to content

Commit a028ed4

Browse files
authored
Merge pull request #357 from matheusvictor/master
update strings pt-rBR
2 parents 4854378 + a2b12a1 commit a028ed4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

app/src/main/res/values-pt-rBR/strings.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
<resources>
33
<string name="app_name">Simple File Manager</string>
44
<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>
66
<string name="no_app_found">Não existe um aplicativo para abrir este tipo de arquivo</string>
77
<string name="go_to_home_folder">Ir para a pasta pessoal</string>
88
<string name="set_as_home_folder">Definir como pasta pessoal</string>
99
<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>
1515

1616
<!-- 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>
2323

2424
<!-- Compression -->
2525
<string name="compress">Compress</string>

0 commit comments

Comments
 (0)