From 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:38:16 +0200 Subject: Update --- Neutron-trunk/resources/i18n/en/gallery.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Neutron-trunk/resources/i18n/en/gallery.json (limited to 'Neutron-trunk/resources/i18n/en/gallery.json') diff --git a/Neutron-trunk/resources/i18n/en/gallery.json b/Neutron-trunk/resources/i18n/en/gallery.json new file mode 100644 index 0000000..4bd2a58 --- /dev/null +++ b/Neutron-trunk/resources/i18n/en/gallery.json @@ -0,0 +1,23 @@ +{ + "title": "Photo gallery", + "unclassed": "Uncategorized", + "disabled": [ + "The ", + "photo gallery", + " is not enabled on this site" + ], + "nothing": "No photo in this category", + "deleted": "Photo not found or incorrectly deleted, please contact the website admin", + "preview": { + "title": "Image preview", + "invalid": "Invalid image URL", + "notfound": "Image not found", + "none": "No image", + "close": "Close this image preview", + "download": "Download image", + "placeholder": [ + "Download the image as", + "— you will be redirected to an external website if the image is situated on an external server" + ] + } +} \ No newline at end of file -- cgit