1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
]
}
}
|