summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/i18n_messages.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/i18n_messages.json')
-rw-r--r--install/ui/test/data/i18n_messages.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/install/ui/test/data/i18n_messages.json b/install/ui/test/data/i18n_messages.json
new file mode 100644
index 000000000..6dfb1c645
--- /dev/null
+++ b/install/ui/test/data/i18n_messages.json
@@ -0,0 +1,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"
+ }
+ }
+ }
+} \ No newline at end of file