]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/values-it/strings.xml
Add Russian strings translation. Partial EasyList Implementation.
[PrivacyBrowserAndroid.git] / app / src / main / res / values-it / strings.xml
index 7184b0a66238b618ace9b93885c40b91c5fefb23..59a5b907617f08c2e8d06b188fed1d00f18d9efb 100644 (file)
@@ -24,7 +24,8 @@
     <!-- Activities. -->
     <string name="privacy_browser">Privacy Browser</string>
     <string name="privacy_browser_settings">Impostazioni</string>
-    <string name="android_asset_path">it</string>  <!-- For translations, this should be the localization abbreviation. -->
+    <!-- For translations, `android_asset_path` should be the localization abbreviation.  For example, Spanish is `es`.  This should not be translated unless the Guide and About sections are localized. -->
+    <string name="android_asset_path">it</string>
 
     <!-- MainWebView. -->
     <string name="privacy_mode">Modalità privata</string>
     <string name="find_on_page">Cerca nella pagina</string>
     <string name="print">Stampa</string>
         <string name="privacy_browser_web_page">Pagina web di Privacy Browser</string>
-    <string name="view_source">Visualizza Sorgente</string>
+    <string name="view_source">Visualizza sorgente</string>
     <string name="add_to_home_screen">Aggiungi collegamento</string>
     <string name="refresh">Aggiorna</string>
 
 
     <!-- View Source. -->
     <string name="request_headers">Richiesta Intestazioni</string>
-    <string name="response_message">Messaggio di risposta</string>
+    <string name="response_message">Messaggio di Risposta</string>
     <string name="response_headers">Risposta Intestazioni</string>
-    <string name="response_body">Testo della risposta</string>
-    <string name="error_body">Testo errore</string>
+    <string name="response_body">Testo della Risposta</string>
+    <string name="error_body">Testo Errore</string>
     <string name="about_view_source">Informazioni sulla visualizzazione della sorgente</string>
     <string name="about_view_source_message">Dal momento che la WebView di Android non fornisce indicazioni sulla sorgente è stata effettuata una richiesta separata utilizzando i system tools in modo da ottenere le informazioni mostrate.
         Potrebbero esserci alcune differenze tra questi dati e quelli utilizzati da WebView. Questa limitazione sarà eliminata nella serie 4.x quando verrà rilasciata Privacy WebView.</string>