diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2017-11-20 17:39:14 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2017-11-20 18:47:48 +0100 |
commit | 8a21985474c2daae9f84ac52463fe7d297aae3ae (patch) | |
tree | 278b3c516222f3a1f6286f7c62a0852bb61fcb65 /app/Resources/CraueConfigBundle/translations/CraueConfigBundle.es.yml | |
parent | e585dde46c4ed9e0223925968f1634e81c15c67f (diff) | |
download | wallabag-8a21985474c2daae9f84ac52463fe7d297aae3ae.tar.gz wallabag-8a21985474c2daae9f84ac52463fe7d297aae3ae.tar.zst wallabag-8a21985474c2daae9f84ac52463fe7d297aae3ae.zip |
Added internal setting to enable/disable headers storage
Diffstat (limited to 'app/Resources/CraueConfigBundle/translations/CraueConfigBundle.es.yml')
-rw-r--r-- | app/Resources/CraueConfigBundle/translations/CraueConfigBundle.es.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.es.yml b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.es.yml index 46ed4040..db5858d6 100644 --- a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.es.yml +++ b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.es.yml | |||
@@ -12,6 +12,8 @@ export_xml: Activar exportación a XML | |||
12 | import_with_rabbitmq: Activar RabbitMQ para importar datos de forma asíncrona | 12 | import_with_rabbitmq: Activar RabbitMQ para importar datos de forma asíncrona |
13 | import_with_redis: Activar Redis para importar datos de forma asíncrona | 13 | import_with_redis: Activar Redis para importar datos de forma asíncrona |
14 | shaarli_url: URL de Shaarli, si el servicio está activado | 14 | shaarli_url: URL de Shaarli, si el servicio está activado |
15 | scuttle_url: URL de Scuttle, si el servicio está activado | ||
16 | unmark_url: URL de Unmark, si el servicio está activado | ||
15 | share_diaspora: Activar compartir con Diaspora | 17 | share_diaspora: Activar compartir con Diaspora |
16 | share_mail: Activar compartir con Email | 18 | share_mail: Activar compartir con Email |
17 | share_shaarli: Activar compartir con Shaarli | 19 | share_shaarli: Activar compartir con Shaarli |
@@ -34,3 +36,4 @@ share_public: Permitir URL pública para los artículos | |||
34 | download_images_enabled: Descargar imágenes localmente | 36 | download_images_enabled: Descargar imágenes localmente |
35 | restricted_access: Activar autenticación para websites con paywall | 37 | restricted_access: Activar autenticación para websites con paywall |
36 | # api_user_registration: Enable user to be registered using the API | 38 | # api_user_registration: Enable user to be registered using the API |
39 | # store_article_headers: Enable if wallabag stores HTTP headers for each article | ||