]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-pt-rBR/strings.xml
Convert five AsyncTasks to Kotlin. https://redmine.stoutner.com/issues/931
[PrivacyBrowserAndroid.git] / app / src / main / res / values-pt-rBR / strings.xml
index 3ab6a0527ab9d0be80ee7807c17acca05297cb27..687c0305adebd1078699b24c747a139ee8549788 100644 (file)
     <string name="unknown_size">tamanho desconhecido</string>
     <string name="invalid_url">URL inválida</string>
     <string name="saving_file">Salvando file:</string>
-    <string name="processing_image">Processando imagem… :</string>
+    <string name="processing_image">Processando imagem: \u0020 %1$s</string>
     <string name="error_saving_file">Erro ao salvar %1$s: \u0020 %2$s</string>
     <string name="unknown_error">Erro desconhecido</string>
 
         <string name="saved_ip_addresses">Endereços IP salvos</string>
         <string name="current_ip_addresses">Endereços IP atuais</string>
 
-    <!-- Import/Export.  The `%1$s` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
+    <!-- Import/Export.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
+      The `%1$s` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->
     <string name="encryption">Encriptação</string>
     <string-array name="encryption_type">
         <item>Nenhum</item>
     <string name="import_button">Importar</string>  <!-- `import` is a reserved word and cannot be used as the name. -->
     <string name="decrypt">Descriptografar</string>
     <string name="export_successful">Exportação bem sucedida.</string>
-    <string name="export_failed">A exportação falhou:  %1$s</string>
-    <string name="import_failed">A importação falhou:  %1$s</string>
+    <string name="export_failed">A exportação falhou: \u0020 %1$s</string>
+    <string name="import_failed">A importação falhou: \u0020 %1$s</string>
 
     <!-- Logcat.  Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.
         The `%1$s` code inserts variables into the displayed text and should be preserved in translation.  <https://developer.android.com/reference/kotlin/java/util/Formatter> -->