1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

i18n admin strings

This commit is contained in:
McMatts 2022-03-03 19:42:37 -05:00
parent 53297f7627
commit 4ab48cc67d
11 changed files with 65 additions and 34 deletions

View file

@ -34,7 +34,6 @@
"rejected": "Rejected",
"reply": "Reply",
"reset": "Reset",
"restore": "Restore",
"request": "Request",
"save": "Save",
"saved": "Saved",
@ -66,6 +65,10 @@
"password_confirm": "Confirm Password",
"encryption": "Encryption",
"notice": "Notice",
"backup": "Backup",
"restore": "Restore",
"completed": "Completed",
"please_wait": "Please wait..",
"filter": "Filter",
"all": "All",
@ -107,10 +110,13 @@
"backup_system": "Backup System",
"backup_failed": "Backup failed -- please check server logs",
"backup_success": "Backup successful",
"backup_start": "Start Backup",
"backup_run": "Run Backup",
"restore_explain1": "Restore from a system backup should only be performed on an empty Documize Community database.",
"restore_explain2": "Restore operation will re-create users, groups, permissions, spaces, categories and content.",
"restore_explain3": "It can take several minutes to complete the restore process -- please be patient while the restore operation is in progress.",
"restore_select_file": "Choose backup file",
"restore_running": "Please wait, restore running...",
"restore_failed": "Restore failed -- please check server logs",
"restore_success": "Restore completed -- restart your browser and log in",
"restore_confirm": "Confirm Restore",
@ -163,7 +169,10 @@
"smtp_anon_auth": "Anonymous Authentication (Ignore Credentials)",
"smtp_base64": "Base64 Encode Credentials",
"smtp_ssl": "Use SSL",
"smtp_save_test": "Save & Test",
"smtp_sent_test_email": "Sending test email to you",
"space_admin_export": "Export All Content",
"space_admin_export_running": "Export running....",
"space_admin_make_owner": "Add myself as owner",
"space_admin_delete": "Delete space",
"space_admin_empty": "There are no shared spaces to manage",
@ -258,6 +267,7 @@
"auth_ldap_group_explain2": "Group Attributes used to retreive data when using Group Filter",
"auth_ldap_preview": "LDAP Preview",
"auth_ldap_preview_result": "Connection successful, found {1} users.",
"auth_ldap_preview_error": "Unable to connect",
"auth_cas_url": "CAS Server URL",
"auth_cas_url_explain": "e.g. http://localhost:8888/auth",
"auth_cas_back_url": "Documize CAS URL",
@ -284,5 +294,6 @@
"admin_labels_explain": "Group and navigate spaces with visual labels",
"admin_search_explain": "Rebuild the search index",
"close_account": "Please close my Documize account.",
"third_party": "Documize Community utilizes open source libraries and components from third parties"
}