From 9be44b3fa9985b8a93160434ce9f6dc922ec4387 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 17 Dec 2017 11:36:55 +0100 Subject: New extension GalleryLinks --- .../extensions/gallery_links/config/locales/it.yml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 vendor/extensions/gallery_links/config/locales/it.yml (limited to 'vendor/extensions/gallery_links/config/locales/it.yml') diff --git a/vendor/extensions/gallery_links/config/locales/it.yml b/vendor/extensions/gallery_links/config/locales/it.yml new file mode 100644 index 0000000..ea0f3d7 --- /dev/null +++ b/vendor/extensions/gallery_links/config/locales/it.yml @@ -0,0 +1,31 @@ +it: + refinery: + plugins: + gallery_links: + title: Gallery Links + gallery_links: + admin: + gallery_links: + actions: + create_new: Aggiungi Nuovo Gallery Link + reorder: Riordina Gallery Links + reorder_done: Termina il Riordino di Gallery Links + records: + title: Gallery Links + sorry_no_results: "Spiacenti! Nessun risultato trovato" + no_items_yet: Non ci sono ancora Gallery Links. Clicca "Aggiungi Nuovo Gallery Link" per aggiungere il tuo primo gallery link. + gallery_link: + view_live_html: Guarda live questo gallery link
(apre una nuova finestra) + edit: Modifica questo gallery link + delete: Rimuovi per sempre questo gallery link + gallery_links: + show: + other: Altri Gallery Links + activerecord: + attributes: + 'refinery/gallery_links/gallery_link': + title: Title + url: Url + photographer: Photographer + description: Description + image_id: Image \ No newline at end of file -- cgit v1.2.3 From c9c1d27ae1de01e4fcf07f2c72042b471784260a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 17 Dec 2017 14:36:47 +0100 Subject: GalleryLinks: Update index view. --- vendor/extensions/gallery_links/config/locales/it.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vendor/extensions/gallery_links/config/locales/it.yml') diff --git a/vendor/extensions/gallery_links/config/locales/it.yml b/vendor/extensions/gallery_links/config/locales/it.yml index ea0f3d7..a08c218 100644 --- a/vendor/extensions/gallery_links/config/locales/it.yml +++ b/vendor/extensions/gallery_links/config/locales/it.yml @@ -21,6 +21,9 @@ it: gallery_links: show: other: Altri Gallery Links + index: + photographer: Photographer + created: Created activerecord: attributes: 'refinery/gallery_links/gallery_link': -- cgit v1.2.3