<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">
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
<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