]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values/strings.xml
Create the About:Links tab.
[PrivacyBrowserAndroid.git] / app / src / main / res / values / strings.xml
index 6cd912e105941fc1c9ecc8094b5d9793f405b75d..eb2a4585cd10e23022d44b2437b4cdfac4da5652 100644 (file)
     <!-- About Activity. -->
     <string name="about_privacy_browser">About Privacy Browser</string>
     <string name="version">Version</string>
-        <string name="version_code">Version Code</string>
+        <string name="version_code">version code</string>
         <string name="hardware">Hardware</string>
             <!-- Blank spaces at the end of strings are stripped out, so you have to replace them with the Unicode literal \u00A0. -->
             <string name="brand">Brand:\u00A0</string>
             <string name="webkit">WebKit:\u00A0</string>
             <string name="chrome">Chrome:\u00A0</string>
     <string name="permissions">Permissions</string>
+    <string name="privacy_policy">Privacy Policy</string>
     <string name="changelog">Changelog</string>
     <string name="license">License</string>
     <string name="contributors">Contributors</string>
-    <string name="dismiss">Dismiss</string>
+    <string name="links">Links</string>
 
     <!-- Ad Control. -->
     <string name="ad_id">Null</string>  <!-- There are no ads in the standard flavor, but this string must exist because it is referenced in the code. -->