From 03b020eb205a052b3a09f94e316c3b6b48607103 Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sat, 9 Sep 2017 19:32:42 +0200 Subject: Entry: handle originUrl in edit form, update translations Signed-off-by: Kevin Decherf --- src/Wallabag/CoreBundle/Resources/translations/messages.it.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.it.yml') diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml index c53266ca..c2dad0df 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml @@ -244,6 +244,7 @@ entry: page_title: 'Modifica voce' title_label: 'Titolo' url_label: 'Url' + # origin_url_label: 'Origin url' save_label: 'Salva' public: shared_by_wallabag: "Questo articolo è stato condiviso da %username% con wallabag" -- cgit v1.2.3 From 3b771f51a6f67751713361d7189bb94527237c8f Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Mon, 6 Nov 2017 21:02:48 +0100 Subject: Improve origin_url field description and translations Signed-off-by: Kevin Decherf --- src/Wallabag/CoreBundle/Resources/translations/messages.it.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.it.yml') diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml index c2dad0df..e3ab3764 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml @@ -244,7 +244,7 @@ entry: page_title: 'Modifica voce' title_label: 'Titolo' url_label: 'Url' - # origin_url_label: 'Origin url' + # origin_url_label: 'Origin url (from where you found that entry)' save_label: 'Salva' public: shared_by_wallabag: "Questo articolo è stato condiviso da %username% con wallabag" -- cgit v1.2.3 From ecf41ab3fa98884b947d46b71a1f8fc66fddd97d Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sun, 12 Nov 2017 21:09:59 +0100 Subject: Replace hardcoded 'Provided by' string with i18n string Signed-off-by: Kevin Decherf --- src/Wallabag/CoreBundle/Resources/translations/messages.it.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.it.yml') diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml index e3ab3764..56cf341b 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml @@ -233,6 +233,7 @@ entry: created_at: 'Data di creazione' published_at: 'Data di pubblicazione' published_by: 'Pubblicato da' + # provided_by: 'Provided by' new: page_title: 'Salva un nuovo contenuto' placeholder: 'http://website.com' -- cgit v1.2.3