"search_example1":"Show results that contain at least one of the two words",
"search_example2":"Show results that contain both words",
"search_example3":"Show results that contain the word \"apple\", but rank rows higher if they also contain \"macintosh\"",
"search_example4":"Show results that contain the word \"apple\" but not \"macintosh\"",
"search_example5":"Show results that contain the words \"apple\" and \"turnover\", or \"apple\" and \"strudel\" (in any order), but rank \"apple turnover\" higher than \"apple strudel\"",
"search_example6":"Show results that contain words such as \"apple\", \"apples\", \"applesauce\", or \"applet\"",
"search_example7":"Show results that contain the exact phrase \"some words\" (for example, rows that contain \"some words of wisdom\" but not \"some noise words\")",
"search_example8":"Show results that contain either word",
"search_example9":"Show results that have \"google\", either \"apple\" or \"microsoft\" but not \"ibm\"",
"search_example10":"Show results that contain words that start with \"apple\", such as \"applesauce\" or \"applet\"",
"backup_explain1":"Documize Community is a multi-tenanted application enabling both 'tech.mycompany.com' and 'sales.mycompany.com' to run using the same executable/database. As a Documize Community Global Administrator, you will be performing a complete system-wide backup across all tenants. The Documize Community Tenant Administrator can login to perform a tenant-level backup (e.g. marketing.mycompany.com).",
"backup_explain2":"Documize Community is a multi-tenanted application enabling both 'tech.mycompany.com' and 'sales.mycompany.com' to run using the same executable/database. A Documize Community Global Administrator, you will be performing a complete system-wide backup across all tenants. As a Documize Community Tenant Administrator you can perform a tenant-level backup (e.g. marketing.mycompany.com).",
"backup_explain3":"It can take several minutes to complete the backup process -- please be patient while the backup operation is in progress.",
"permission_active_explain":"Can login and use Documize Community",
"auth_role_space":"Can Create Spaces",
"auth_disable_logout":"Disable Logout",
"auth_dual_login":"Dual Login",
"auth_dual_login_explain":"Enable login via LDAP and regular email/password (useful for testing LDAP)",
"auth_email_password":"Built-in email/password",
"auth_connect_keycloak":"Connect to authentication server",
"auth_connect_ldap":"Connect to LDAP/Active Directory",
"auth_connect_cas":"Connect to Central Authentication Server",
"auth_keycloak_running":"Keycloak user sync running...",
"auth_keycloak_sync":"Sync with Keycloak",
"auth_ldap_running":"LDAP user sync running...",
"auth_ldap_sync":"Sync with LDAP",
"auth_keycloak_url":"Keycloak Server URL",
"auth_keycloak_realm":"Keycloak Realm",
"auth_keycloak_pk":"Keycloak Realm Public Key",
"auth_keycloak_pk_explain":"Copy the RSA Public Key from Realm Settings > Keys",
"auth_keycloak_oidc":"Keycloak OIDC Client ID",
"auth_keycloak_group":"Keycloak Group ID (Optional)",
"auth_keycloak_group_explain":"If you want to sync users in a particular Group (e.g. 'Documize Community Users'), provide the Group ID (e.g. 511d8b61-1ec8-45f6-bc8d-5de64d54c9d2)",
"auth_keycloak_username":"Keycloak Username",
"auth_keycloak_username_explain":"Used to connect with Keycloak and sync users with Documize Community (create user under Master Realm and assign 'view-users' role against Realm specified above)",
"auth_keycloak_password":"Keycloak Password",
"auth_keycloak_password_explain":"Used to connect with Keycloak and sync users with Documize Community",
"auth_ldap_server":"LDAP Server",
"auth_ldap_server_explain":"IP or host address, e.g. ldap.example.org, 127.0.0.1",
"auth_ldap_port":"LDAP Server Port",
"auth_ldap_port_explain":"Port number, e.g. 389",
"auth_ldap_base":"Base DN",
"auth_ldap_base_explain":"Starting point for search filters, e.g. ou=users,dc=example,dc=com",
"auth_ldap_bind":"Bind DN",
"auth_ldap_bind_explain":"Login credentials for LDAP server",
"auth_ldap_password":"Bind Password",
"auth_ldap_filter_user":"User Filter",
"auth_ldap_filter_user_explain1":"Search filter for finding users, e.g. (|(objectClass=person)(objectClass=user)(objectClass=inetOrgPerson))",
"auth_ldap_filter_user_explain2":"Specify User Filter and/or Group Filter",
"auth_ldap_filter_group":"Group Filter",
"auth_ldap_filter_group_explain":"Search filter for finding users via groups, e.g. (&(objectClass=group)(|(cn=ship_crew)(cn=admin_staff)))",
"auth_ldap_rdn":"User Attribute RDN",
"auth_ldap_rdn_explain1":"Username/login attribute, e.g. uid in LDAP, sAMAccountName in Active Directory",
"auth_ldap_rdn_explain2":"User Attributes used to retreive data when using User Filter",
"auth_ldap_firstname":"User Attribute Firstname",
"auth_ldap_firstname_explain":"Firstname attribute, e.g. givenName",
"auth_ldap_lastname":"User Attribute Lastname",
"auth_ldap_lastname_explain":"Lastname attribute, e.g. sn",
"auth_ldap_email":"User Attribute Email",
"auth_ldap_email_explain":"Email attribute, e.g. mail",
"auth_ldap_group":"Group Attribute Member",
"auth_ldap_group_explain1":"Attribute that identifies individual group member, e.g. member or uniqueMember",
"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.",