]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Additional Spanish translations.
authorSoren Stoutner <soren@stoutner.com>
Sat, 26 Nov 2016 19:26:18 +0000 (12:26 -0700)
committerSoren Stoutner <soren@stoutner.com>
Sat, 26 Nov 2016 19:26:18 +0000 (12:26 -0700)
.idea/misc.xml
app/build.gradle
app/src/main/res/values-es/strings.xml

index 95f0f031062694350692a50d7adca27d559d5d41..1caa1363c93b174a058995cdabc9773e123ab3bc 100644 (file)
@@ -37,7 +37,7 @@
     <ConfirmationsSetting value="0" id="Add" />
     <ConfirmationsSetting value="0" id="Remove" />
   </component>
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
     <output url="file://$PROJECT_DIR$/build/classes" />
   </component>
   <component name="ProjectType">
index b6334127d9d0f6b8ad73e7efba7c0d0011d890df..90f243c52d5ce360a5d2868c0e897155659c3265 100644 (file)
@@ -64,6 +64,6 @@ dependencies {
     freeCompile 'com.google.firebase:firebase-ads:9.8.0'
 }
 
-// Google's documentation says the following line is required for `firebase-ads` but things work correctly without it.  I have no interest in including Google Mobile Services if I don't have to.
-// https://firebase.google.com/docs/admob/android/quick-start
+// Google's documentation says the following line is required for `firebase-ads` but things work correctly without it.  I have no interest in applying this Google Mobile Services plugin in the standard flavor if I don't have to.
+// I suspect that in the free flavor `firebase-ads` applies it even when not specified.  https://firebase.google.com/docs/admob/android/quick-start
 // apply plugin: 'com.google.gms.google-services'
\ No newline at end of file
index 09cc8c34e66b17e473d5d2b2ccb025c0f03b1804..c976f08766b93f0b223438e44eabdae66e548eb7 100644 (file)
     <string name="dom_storage_deleted">Almacén de DOM borrado</string>
     <string name="open_navigation_drawer">Abrir el Cajón de Navigación</string>
     <string name="close_navigation_drawer">Cerrar el Cajón de Navigación</string>
+
+    <!-- Save As. -->
+    <string name="save_as">Guardar como</string>
+    <string name="save_image_as">Guardar imagen como</string>
+    <string name="file_name">Nombre del archivo</string>
+    <string name="image_name">Nombre de la imagen</string>
+    <string name="unknown_size">Tamaño desconocido</string>
+    <string name="download">Descargar</string>
+
+    <!-- Custom App Bar. -->
+    <string name="favorite_icon">Ícono Favorito</string>
+    <string name="url_or_search_terms">URL o Búsqueda</string>
 </resources>
\ No newline at end of file