diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-03-02 09:06:46 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-03-02 09:06:46 +0100 |
commit | 7d12fd06288d71bd0f939ab34cfe2c0d881576e8 (patch) | |
tree | 7e081be46eb4b5c57a9b97e3ec1011974541337f /app | |
parent | 646df062dfba986f822e5a4579f8f7333d3a8863 (diff) | |
parent | e5f3b04cceb95fb8d367fb91ea2586c54023c99f (diff) | |
download | wallabag-7d12fd06288d71bd0f939ab34cfe2c0d881576e8.tar.gz wallabag-7d12fd06288d71bd0f939ab34cfe2c0d881576e8.tar.zst wallabag-7d12fd06288d71bd0f939ab34cfe2c0d881576e8.zip |
Merge pull request #1745 from benages/v2
V2 spanish translation
Diffstat (limited to 'app')
-rw-r--r-- | app/Resources/CraueConfigBundle/translations/CraueConfigBundle.es.yml | 29 | ||||
-rw-r--r-- | app/Resources/FOSUserBundle/translations/FOSUserBundle.es.yml | 2 | ||||
-rw-r--r-- | app/config/config.yml | 1 |
3 files changed, 32 insertions, 0 deletions
diff --git a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.es.yml b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.es.yml new file mode 100644 index 00000000..9c9a4802 --- /dev/null +++ b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.es.yml | |||
@@ -0,0 +1,29 @@ | |||
1 | download_pictures: Descagar imagenes | ||
2 | carrot: Activar compartir con Carrot | ||
3 | diaspora_url: Diaspora URL, si el servicio esta activado | ||
4 | export_epub: Activar exportación a ePub | ||
5 | export_mobi: Activar exportación a .mobi | ||
6 | export_pdf: Activar exportación a PDF | ||
7 | export_csv: Activar exportación a CSV | ||
8 | export_json: Activar exportación a JSON | ||
9 | export_txt: Activar exportación a TXT | ||
10 | export_xml: Activar exportación a XML | ||
11 | pocket_consumer_key: Consumer key for Pocket to import contents (https://getpocket.com/developer/docs/authentication) | ||
12 | shaarli_url: Shaarli URL, si el servicio está activado | ||
13 | share_diaspora: Activar compartir con Diaspora | ||
14 | share_mail: Activar compartir con email | ||
15 | share_shaarli: Activar compartir con Shaarli | ||
16 | share_twitter: Activar compartir con Twitter | ||
17 | show_printlink: Mostrar un link para imprimir contenido | ||
18 | wallabag_support_url: URL de soporte de wallabag | ||
19 | wallabag_url: URL de *tu* instancia de wallabag | ||
20 | entry: "artículo" | ||
21 | export: "exportar" | ||
22 | import: "importar" | ||
23 | misc: "misc" | ||
24 | modify_settings: "modificar configuración" | ||
25 | piwik_host: Host de tu website de Piwik | ||
26 | piwik_site_id: ID de tu website de Piwik | ||
27 | piwik_enabled: Activar Piwik | ||
28 | demo_mode_enabled: "Activar modo demo (sólo usado para la demo de wallabag)" | ||
29 | demo_mode_username: "Nombre de usuario demo" | ||
diff --git a/app/Resources/FOSUserBundle/translations/FOSUserBundle.es.yml b/app/Resources/FOSUserBundle/translations/FOSUserBundle.es.yml new file mode 100644 index 00000000..968eb241 --- /dev/null +++ b/app/Resources/FOSUserBundle/translations/FOSUserBundle.es.yml | |||
@@ -0,0 +1,2 @@ | |||
1 | Login: "Logearse" | ||
2 | Enter your email address below and we'll send you password reset instructions.: "Introduzca su dirección de email y le enviaremos las instrucciones para resetear su contraseña." | ||
diff --git a/app/config/config.yml b/app/config/config.yml index 58ab83b0..25ecabe7 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -39,6 +39,7 @@ wallabag_core: | |||
39 | ro: 'Română' | 39 | ro: 'Română' |
40 | pl: 'Polish' | 40 | pl: 'Polish' |
41 | da: 'Dansk' | 41 | da: 'Dansk' |
42 | es: 'Español' | ||
42 | items_on_page: 12 | 43 | items_on_page: 12 |
43 | theme: material | 44 | theme: material |
44 | language: en | 45 | language: en |