]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/strings.xml
Italian strings.xml translation provided by Francesco Buratti.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
index ac2efc447214f4fdd67a881e6e79abd0f80e6b4c..e18f8ab79b595e67c636f8e46db468c1e04e9ecc 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2015-2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2015-2017 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
@@ -26,7 +26,7 @@
     <!-- Activities. -->
     <string name="privacy_browser">Privacy Browser</string>
     <string name="privacy_browser_settings">Privacy Browser Settings</string>
-    <string name="android_asset_path">en</string>  <!-- For translations, this should be the localization abbreviation.  For example, German is `de`. -->
+    <string name="android_asset_path">en</string>  <!-- For translations, this should be the localization abbreviation.  For example, Spanish is `es`.  This should not be translated unless the Guide and About sections are localized. -->
 
     <!-- MainWebView. -->
     <string name="privacy_mode">Privacy Mode</string>
@@ -47,8 +47,8 @@
     <string name="close_navigation_drawer">Close Navigation Drawer</string>
 
     <!-- Save As. -->
-    <string name="save_as">Save as</string>
-    <string name="save_image_as">Save image as</string>
+    <string name="save_as">Save As</string>
+    <string name="save_image_as">Save Image As</string>
     <string name="file_name">File name</string>
     <string name="image_name">Image name</string>
     <string name="unknown_size">unknown size</string>
 
     <!-- Context Menus. -->
     <string name="load_url">Load URL</string>
+    <string name="copy_url">Copy URL</string>
+    <string name="email_address">Email Address</string>
+    <string name="copy_email_address">Copy Email Address</string>
     <string name="write_email">Write Email</string>
     <string name="view_image">View Image</string>
     <string name="download_image">Download Image</string>
     <string name="next">Next</string>
 
     <!-- Create Home Screen Shortcut Alert Dialog. -->
-    <string name="create_shortcut">Create shortcut</string>
+    <string name="create_shortcut">Create Shortcut</string>
     <string name="shortcut_name">Shortcut name</string>
     <string name="cancel">Cancel</string>
     <string name="create">Create</string>
 
     <!-- Bookmarks Contextual App Bar. -->
     <string name="one_selected">1 Selected</string>
-    <string name="selected">Selected</string>
+    <string name="selected">Selected</string>  <!--This should be the plural form of the word.-->
     <string name="move_up">Move Up</string>
     <string name="move_down">Move Down</string>
     <string name="edit">Edit</string>
             <item>Custom user agent</item>  <!-- This item must not be translated into other languages because it is referenced in code.  It is never displayed on the screen. -->
         </string-array>
         <string name="custom_user_agent">Custom user agent</string>
-        <string name="do_not_track">Do not track</string>
+        <string name="block_ads">Block ads</string>
+        <string name="block_ads_summary">Use the list of ad servers from pgl.yoyo.org to block ads.</string>
+        <string name="do_not_track">Do Not Track</string>
         <string name="do_not_track_summary">Send the Do Not Track header which politely suggests that web servers not track this browser.</string>
         <string name="proxy_through_orbot">Proxy through Orbot</string>
         <string name="proxy_through_orbot_summary">Proxy all web traffic through Orbot on localhost:8118.</string>
         </string-array>
         <string name="javascript_enabled_search_custom_url">JavaScript-enabled search custom URL</string>
         <string name="custom_url">Custom URL</string>
-    <string name="fullscreen">Full Screen</string>
+    <string name="full_screen">Full Screen</string>
+        <string name="enable_full_screen_browsing_mode">Enable full screen browsing mode</string>
+        <string name="enable_full_screen_browsing_mode_summary">Double-tap to toggle full screen browsing mode.</string>
         <string name="hide_system_bars">Hide system bars</string>
-        <string name="hide_system_bars_summary">Hide the status and navigation bars in full screen mode.</string>
+        <string name="hide_system_bars_summary">Hide the status and navigation bars in full screen browsing mode. This doesn\'t work well if the keyboard is displayed during full screen browsing mode.</string>
         <string name="translucent_navigation_bar">Translucent navigation bar</string>
-        <string name="translucent_navigation_bar_summary">Make the navigation bar translucent in full screen mode.</string>
+        <string name="translucent_navigation_bar_summary">Make the navigation bar translucent in full screen browsing mode.</string>
     <string name="general">General</string>
         <string name="homepage_preference">Homepage</string>
         <string name="default_font_size">Default font size</string>