diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:38:16 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:38:16 +0200 |
commit | 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 (patch) | |
tree | 8a50c30271b9b328cde0d907b1441f2dabdc341b /Neutron-trunk/resources/i18n/en/gallery.json | |
parent | 15e4724761c50b30803df1811a525c85058f70bf (diff) | |
download | electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.gz electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.bz2 electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.zip |
Update
Diffstat (limited to 'Neutron-trunk/resources/i18n/en/gallery.json')
-rw-r--r-- | Neutron-trunk/resources/i18n/en/gallery.json | 23 |
1 files changed, 23 insertions, 0 deletions
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 |