diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2017-11-21 13:26:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 13:26:24 +0100 |
commit | 95b7d92ea5f92078c2e1fed0b346a9722de762c4 (patch) | |
tree | 3e9ed92170e9e63b592ef47abfd4c05f6374b76a /app/Resources/CraueConfigBundle/translations/CraueConfigBundle.it.yml | |
parent | fb258aeef0a28ce9aaebac8f337b9970bd99e70d (diff) | |
parent | 709e21a3f4ef3616112a02be06045a1e3ab63a01 (diff) | |
download | wallabag-95b7d92ea5f92078c2e1fed0b346a9722de762c4.tar.gz wallabag-95b7d92ea5f92078c2e1fed0b346a9722de762c4.tar.zst wallabag-95b7d92ea5f92078c2e1fed0b346a9722de762c4.zip |
Merge pull request #3425 from wallabag/add-setting-for-headers
Added internal setting to enable/disable headers storage
Diffstat (limited to 'app/Resources/CraueConfigBundle/translations/CraueConfigBundle.it.yml')
-rw-r--r-- | app/Resources/CraueConfigBundle/translations/CraueConfigBundle.it.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.it.yml b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.it.yml index dd4def4b..ade6f7da 100644 --- a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.it.yml +++ b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.it.yml | |||
@@ -12,6 +12,8 @@ export_xml: Abilita esportazione XML | |||
12 | # import_with_rabbitmq: Enable RabbitMQ to import data asynchronously | 12 | # import_with_rabbitmq: Enable RabbitMQ to import data asynchronously |
13 | # import_with_redis: Enable Redis to import data asynchronously | 13 | # import_with_redis: Enable Redis to import data asynchronously |
14 | shaarli_url: Shaarli URL, se il servizio è abilitato | 14 | shaarli_url: Shaarli URL, se il servizio è abilitato |
15 | scuttle_url: Scuttle URL, se il servizio è abilitato | ||
16 | unmark_url: Unmark URL, se il servizio è abilitato | ||
15 | share_diaspora: Abilita la condivisione con Diaspora | 17 | share_diaspora: Abilita la condivisione con Diaspora |
16 | share_mail: Abilita la condivisione per email | 18 | share_mail: Abilita la condivisione per email |
17 | share_shaarli: Abilita la condivisione con Shaarli | 19 | share_shaarli: Abilita la condivisione con Shaarli |
@@ -34,3 +36,4 @@ demo_mode_username: "Utente Demo" | |||
34 | # download_images_enabled: Download images locally | 36 | # download_images_enabled: Download images locally |
35 | # restricted_access: Enable authentication for websites with paywall | 37 | # restricted_access: Enable authentication for websites with paywall |
36 | api_user_registration: Abilita la registrazione dell'utente attraverso l'API | 38 | api_user_registration: Abilita la registrazione dell'utente attraverso l'API |
39 | # store_article_headers: Enable if wallabag stores HTTP headers for each article | ||