summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/i18n_messages.json
blob: 6dfb1c64580245f57447708dcd9e59a8493ec569 (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
{
    "error": null,
    "id": 0,
    "result": {
        "messages": {
            "ajax": {
                "401": "Your kerberos ticket no longer valid.Please run KInit and then click 'retry'If this is your first time running the IPA Web UI<a href='/ipa/errors/ssbrowser.html'> Follow these directions</a> to configure your browser."
            },
            "button": {
                "add": "Add",
                "enroll": "Enroll",
                "find": "Find",
                "remove": "Delete",
                "reset": "Reset",
                "update": "Update"
            },
            "details": {
                "account": "Account Details",
                "contact": "Contact Details",
                "employee": "      Employee Information",
                "identity": "Identity Details",
                "mailing": "Mailing Address",
                "misc": "Misc. Information",
                "to_top": "Back to Top"
            },
            "login": {
                "header": "Logged In As"
            },
            "search": {
                "delete_confirm": "Do you really want to delete the selected entries?",
                "quick_links": "Quick Links",
                "select_all": "Select All",
                "unselect_all": "Unselect All"
            }
        }
    }
}