summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-03-17 13:16:10 -0700
committerCorey Hulen <corey@hulen.com>2016-03-17 13:16:10 -0700
commit53d7718e57d4225eb5c020324d32cbe5b5eca7ad (patch)
tree9e549812c250513d56dd631c65c49402ea549ff7 /webapp/i18n/en.json
parent8d571ee498c97128bd797f8ac1cb4c3c995fb875 (diff)
parent2e5cc29738340c7330d1b2606ceba40865872e4c (diff)
downloadchat-53d7718e57d4225eb5c020324d32cbe5b5eca7ad.tar.gz
chat-53d7718e57d4225eb5c020324d32cbe5b5eca7ad.tar.bz2
chat-53d7718e57d4225eb5c020324d32cbe5b5eca7ad.zip
Merge pull request #2442 from mattermost/PLT-2115
PLT-2115 adding compliance feature
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index dc43cc019..9a9477557 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -195,6 +195,40 @@
"admin.ldap.uernameAttrDesc": "The attribute in the LDAP server that will be used to populate the username field in Mattermost. This may be the same as the ID Attribute.",
"admin.ldap.usernameAttrEx": "Ex \"sAMAccountName\"",
"admin.ldap.usernameAttrTitle": "Username Attribute:",
+ "admin.compliance.saving": "Saving Config...",
+ "admin.compliance.directoryExample": "Ex \"./data/\"",
+ "admin.compliance.noLicense": "<h4 class=\"banner__heading\">Note:</h4><p>Compliance is an enterprise feature. Your current license does not support Compliance. Click <a href=\"http://mattermost.com\" target=\"_blank\">here</a> for information and pricing on enterprise licenses.</p>",
+ "admin.compliance.title": "Compliance Settings",
+ "admin.compliance.enableTitle": "Enable Compliance:",
+ "admin.compliance.true": "true",
+ "admin.compliance.false": "false",
+ "admin.compliance.enableDesc": "When true, Mattermost allows compliance reporting",
+ "admin.compliance.directoryTitle": "Compliance Directory Location:",
+ "admin.compliance.directoryDescription": "Directory to which compliance reports are written. If blank, will be set to ./data/.",
+ "admin.compliance.enableDailyTitle": "Enable Daily Report:",
+ "admin.compliance.enableDesc": "When true, Mattermost will generate a daily compliance report.",
+ "admin.compliance.save": "Save",
+ "admin.compliance_reports.from": "From:",
+ "admin.compliance_reports.to": "To:",
+ "admin.compliance_reports.emails": "Emails:",
+ "admin.compliance_reports.keywords": "Keywords:",
+ "admin.compliance_table.download": "Download",
+ "admin.compliance_table.timestamp": "Timestamp",
+ "admin.compliance_table.status": "Status",
+ "admin.compliance_table.records": "Records",
+ "admin.compliance_table.type": "Type",
+ "admin.compliance_table.desc": "Description",
+ "admin.compliance_table.userId": "Requested By",
+ "admin.compliance_table.params": "Params",
+ "admin.compliance_reports.title": "Compliance Reports",
+ "admin.compliance_reports.desc": "Job Name:",
+ "admin.compliance_reports.desc_placeholder": "Ex \"Audit 445 for HR\"",
+ "admin.compliance_reports.from_placeholder": "Ex \"2016-03-11\"",
+ "admin.compliance_reports.to_placeholder": "Ex \"2016-03-15\"",
+ "admin.compliance_reports.emails_placeholder": "Ex \"bill@example.com, bob@example.com\"",
+ "admin.compliance_reports.keywords_placeholder": "Ex \"shorting stock\"",
+ "admin.compliance_reports.run": "Run",
+ "admin.compliance_reports.reload": "Reload",
"admin.licence.keyMigration": "If you’re migrating servers you may need to remove your license key from this server in order to install it on a new server. To start, <a href=\"http://mattermost.com\" target=\"_blank\">disable all Enterprise Edition features on this server</a>. This will enable the ability to remove the license key and downgrade this server from Enterprise Edition to Team Edition.",
"admin.license.chooseFile": "Choose File",
"admin.license.edition": "Edition: ",
@@ -335,6 +369,7 @@
"admin.sidebar.gitlab": "GitLab Settings",
"admin.sidebar.ldap": "LDAP Settings",
"admin.sidebar.license": "Edition and License",
+ "admin.sidebar.compliance": "Compliance Settings",
"admin.sidebar.loading": "Loading",
"admin.sidebar.log": "Log Settings",
"admin.sidebar.logs": "Logs",