]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-pt-rBR/strings.xml
Add import and export of bookmarks to HTML file. https://redmine.stoutner.com/issues/91
[PrivacyBrowserAndroid.git] / app / src / main / res / values-pt-rBR / strings.xml
index 6c802033c8a7e2a1ef4430916ebe673da33ae75e..5247217ae8e8acaf4be344414703c537f39e8d77 100644 (file)
     <string name="username">Nome do usuário</string>
     <string name="password">Senha</string>
 
-    <!-- MainWebViewActivity Navigation Menu. -->
+    <!-- Main Navigation Menu. -->
     <string name="navigation_drawer">Caixa de Navegação</string>
     <string name="clear_and_exit">Limpar e fechar</string>
     <string name="home">Início</string>
             <string name="user_agent_firefox_on_windows">Firefox para Windows</string>
             <string name="user_agent_chrome_on_windows">Chrome para Windows</string>
             <string name="user_agent_edge_on_windows">Edge para Windows</string>
-            <string name="user_agent_internet_explorer_on_windows">Internet Explorer para Windows</string>
             <string name="user_agent_safari_on_macos">Safari para macOS</string>
             <string name="user_agent_custom">Personalizado</string>
         <string name="swipe_to_refresh_options_menu">Deslize para atualizar</string>
     <string name="error_saving_file">Erro ao salvar %1$s:\u0020 %2$s</string>
     <string name="unknown_error">Erro desconhecido</string>
 
-    <!-- View Headers. Android removes double spaces, but extra spaces can be manually specified with the Unicode `\u0020` formatting.-->
+    <!-- View Headers. 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="colon">: \u0020</string>
     <string name="request_headers">Solicitar cabeçalhos</string>
     <string name="response_message">Mensagem de Resposta</string>