]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/values-es/strings.xml
Additional Spanish translations.
[PrivacyBrowserAndroid.git] / app / src / main / res / values-es / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright 2016 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
7
8   Privacy Browser is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <!-- `tools:ignore="MissingTranslation"` allows release APKs to be built if translation strings are missing.  The missing strings will fall back to English. -->
22
23 <resources>
24     <!-- Activities. -->
25     <string name="privacy_browser">Navegador Privado</string>
26     <string name="privacy_browser_settings">Navegador Privado Configuración</string>
27     <!-- <string name="android_asset_path">es</string>  -->  <!-- For translations, this should be the localization abbreviation.  For example, Spanish is `es`. -->
28
29     <!-- MainWebView. -->
30     <string name="privacy_mode">Modo Privado</string>
31     <string name="javascript_enabled">JavaScript habilitado</string>
32     <string name="javascript_disabled">JavaScript deshabilitado</string>
33     <string name="first_party_cookies_enabled">Cookies de primeras partes habilitadas</string>
34     <string name="first_party_cookies_disabled">Cookies de primeras partes deshabilitadas</string>
35     <string name="third_party_cookies_enabled">Cookies de terceras partes habilitadas</string>
36     <string name="third_party_cookies_disabled">Cookies de terceras partes deshabilitadas</string>
37     <string name="dom_storage_enabled">Almacén de DOM habilitado</string>
38     <string name="dom_storage_disabled">Almacén de DOM deshabilitado</string>
39     <string name="form_data_enabled">Datos del formulario habilitado</string>
40     <string name="form_data_disabled">Datos del fromulario deshabilitado</string>
41     <string name="cookies_deleted">Cookies borradas</string>
42     <string name="dom_storage_deleted">Almacén de DOM borrado</string>
43     <string name="open_navigation_drawer">Abrir el Cajón de Navigación</string>
44     <string name="close_navigation_drawer">Cerrar el Cajón de Navigación</string>
45
46     <!-- Save As. -->
47     <string name="save_as">Guardar como</string>
48     <string name="save_image_as">Guardar imagen como</string>
49     <string name="file_name">Nombre del archivo</string>
50     <string name="image_name">Nombre de la imagen</string>
51     <string name="unknown_size">Tamaño desconocido</string>
52     <string name="download">Descargar</string>
53
54     <!-- Custom App Bar. -->
55     <string name="favorite_icon">Ícono Favorito</string>
56     <string name="url_or_search_terms">URL o Búsqueda</string>
57 </resources>