aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/i18n/en/admin-gallery.json
blob: dee3f0910d1b700eb2f524c8b84c7c2196678007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
    "general": {
        "title": "Overview",
        "label": "Label"
    },
    "none": "None",
    "lists": {
        "categories": "category",
        "picture": " photo"
    },
    "categories": {
        "add": "Create a new category",
        "title": "Categories",
        "edit": "To edit a category, delete it and re-create it.",
        "delete": "Delete"
    },
    "pictures": {
        "title": "Photos",
        "none": "There is no photo in the photo gallery.",
        "add": "Publish a new photo",
        "download": "Download",
        "delete": "Delete"
    },
    "delete": {
        "title": [
            "You are about to delete and unpublish this picture from the site.",
            "This cannot be undone and the picture cannot be recovered..."
        ],
        "removing": "Deleting picture...",
        "category": "You are about to delete this category, this cannot be undone. All images in this category will be uncategorized.",
        "catrm": "Deleting category..."
    },
    "label": "Enter a new label for this picture",
    "labelling": "Labeling picture...",
    "addcat": {
        "placeholder": "Category name",
        "same": "If a category with the same name already exists, nothing will happen",
        "confirm": "Create category"
    },
    "publish": {
        "category": "Category:",
        "default": "Uncategorized",
        "file": "Photo file:",
        "max": "Maximum size:",
        "publish": "Publish photo"
    }
}