]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-pt-rBR/strings.xml
Replace all instances of `startActivityForResult()` with `registerForActivityResult...
[PrivacyBrowserAndroid.git] / app / src / main / res / values-pt-rBR / strings.xml
index 9dda965fa42903c44942e9ea761f9bfd61b6470a..3ab6a0527ab9d0be80ee7807c17acca05297cb27 100644 (file)
         <string name="saved_ip_addresses">Endereços IP salvos</string>
         <string name="current_ip_addresses">Endereços IP atuais</string>
 
-    <!-- Import/Export. -->
+    <!-- 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> -->
     <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:</string>
-    <string name="import_failed">A importação falhou:</string>
+    <string name="export_failed">A exportação falhou:  %1$s</string>
+    <string name="import_failed">A importação falhou:  %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> -->