summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-02-08 12:21:22 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-02-08 12:21:22 -0300
commit317627666dc122f799a78848f57ca53614fa89b8 (patch)
treeb599f96493de068a344e841872cdd891d3b735d6 /web
parente0c43dbd728967a4bb2ca6b4e55b4b0947b2b9f8 (diff)
downloadchat-317627666dc122f799a78848f57ca53614fa89b8.tar.gz
chat-317627666dc122f799a78848f57ca53614fa89b8.tar.bz2
chat-317627666dc122f799a78848f57ca53614fa89b8.zip
Fix english messages with white spaces
Diffstat (limited to 'web')
-rw-r--r--web/static/i18n/en.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 2e71a3cde..443f1060c 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -83,17 +83,17 @@
"admin.email.pushServerEx": "E.g.: \"http://push-test.mattermost.com\"",
"admin.email.testing": "Testing...",
"admin.email.saving": "Saving Config...",
- "admin.email.emailSuccess": "No errors were reported while sending an email.Please check your inbox to make sure.",
+ "admin.email.emailSuccess": "No errors were reported while sending an email. Please check your inbox to make sure.",
"admin.email.emailFail": "Connection unsuccessful: {error}",
"admin.email.emailSettings": "Email Settings",
"admin.email.allowSignupTitle": "Allow Sign Up With Email: ",
"admin.email.true": "true",
"admin.email.false": "false",
- "admin.email.allowSignupDescription": "When true, Mattermost allows team creation and account signup using email and password.This value should be false only when you want to limit signup to a single-sign-on service like OAuth or LDAP.",
+ "admin.email.allowSignupDescription": "When true, Mattermost allows team creation and account signup using email and password. This value should be false only when you want to limit signup to a single-sign-on service like OAuth or LDAP.",
"admin.email.allowEmailSignInTitle": "Allow Sign In With Email: ",
"admin.email.allowEmailSignInDescription": "When true, Mattermost allows users to sign in using their email and password.",
"admin.email.allowUsernameSignInTitle": "Allow Sign In With Username: ",
- "admin.email.allowUsernameSignInDescription": "When true, Mattermost allows users to sign in using their username and password.This setting is typically only used when email verification is disabled.",
+ "admin.email.allowUsernameSignInDescription": "When true, Mattermost allows users to sign in using their username and password. This setting is typically only used when email verification is disabled.",
"admin.email.notificationsTitle": "Send Email Notifications: ",
"admin.email.notificationsDescription": "Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.<br />Setting this to true removes the Preview Mode banner (requires logging out and logging back in after setting is changed).",
"admin.email.requireVerificationTitle": "Require Email Verification: ",
@@ -142,11 +142,11 @@
"admin.gitlab.clientSecretTitle": "Secret:",
"admin.gitab.clientSecretDescription": "Obtain this value via the instructions above for logging into GitLab.",
"admin.gitlab.authTitle": "Auth Endpoint:",
- "admin.gitlab.authDescription": "Enter https://<your-gitlab-url>/oauth/authorize (example https://example.com:3000/oauth/authorize).Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
+ "admin.gitlab.authDescription": "Enter https://<your-gitlab-url>/oauth/authorize (example https://example.com:3000/oauth/authorize). Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
"admin.gitlab.tokenTitle": "Token Endpoint:",
- "admin.gitlab.tokenDescription": "Enter https://<your-gitlab-url>/oauth/token.Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
+ "admin.gitlab.tokenDescription": "Enter https://<your-gitlab-url>/oauth/token. Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
"admin.gitlab.userTitle": "User API Endpoint:",
- "admin.gitlab.userDescription": "Enter https://<your-gitlab-url>/api/v3/user.Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
+ "admin.gitlab.userDescription": "Enter https://<your-gitlab-url>/api/v3/user. Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",
"admin.gitlab.save": "Save",
"admin.image.storeDisabled": "Disable File Storage",
"admin.image.storeLocal": "Local File System",
@@ -273,11 +273,11 @@
"admin.log.consoleTitle": "Log To The Console: ",
"admin.log.true": "true",
"admin.log.false": "false",
- "admin.log.consoleDescription": "Typically set to false in production. Developers may set this field to true to output log messages to console based on the console level option.If true, server writes messages to the standard output stream (stdout).",
+ "admin.log.consoleDescription": "Typically set to false in production. Developers may set this field to true to output log messages to console based on the console level option. If true, server writes messages to the standard output stream (stdout).",
"admin.log.levelTitle": "Console Log Level:",
"admin.log.levelDescription": "This setting determines the level of detail at which log events are written to the console. ERROR: Outputs only error messages. INFO: Outputs error messages and information around startup and initialization. DEBUG: Prints high detail for developers working on debugging issues.",
"admin.log.fileTitle": "Log To File: ",
- "admin.log.fileDescription": "Typically set to true in production.When true, log files are written to the log file specified in file location field below.",
+ "admin.log.fileDescription": "Typically set to true in production. When true, log files are written to the log file specified in file location field below.",
"admin.log.fileLevelTitle": "File Log Level:",
"admin.log.fileLevelDescription": "This setting determines the level of detail at which log events are written to the log file. ERROR: Outputs only error messages. INFO: Outputs error messages and information around startup and initialization. DEBUG: Prints high detail for developers working on debugging issues.",
"admin.log.locationTitle": "File Location:",
@@ -338,7 +338,7 @@
"admin.service.saving": "Saving Config...",
"admin.service.title": "Service Settings",
"admin.service.listenAddress": "Listen Address:",
- "admin.service.listenDescription": "The address to which to bind and listen. Entering \":8065\" will bind to all interfaces or you can choose one like \"127.0.0.1:8065\".Changing this will require a server restart before taking effect.",
+ "admin.service.listenDescription": "The address to which to bind and listen. Entering \":8065\" will bind to all interfaces or you can choose one like \"127.0.0.1:8065\". Changing this will require a server restart before taking effect.",
"admin.service.attemptTitle": "Maximum Login Attempts:",
"admin.service.attemptDescription": "Login attempts allowed before user is locked out and required to reset password via email.",
"admin.service.segmentTitle": "Segment Developer Key:",
@@ -883,8 +883,8 @@
"signup_team.noTeams": "There are no teams include in the Team Directory and team creation has been disabled.",
"signup_team.choose": "Choose a Team",
"signup_team.createTeam": "Or Create a Team",
- "signup_team.disabled": "Team creation has been disabled.Please contact an administrator for access.",
- "signup_team.none": "No team creation method has been enabled.Please contact an administrator for access.",
+ "signup_team.disabled": "Team creation has been disabled. Please contact an administrator for access.",
+ "signup_team.none": "No team creation method has been enabled. Please contact an administrator for access.",
"signup_user_completed.required": "This field is required",
"signup_user_completed.validEmail": "Please enter a valid email address",
"signup_user_completed.reserved": "This username is reserved, please choose a new one.",
@@ -914,7 +914,7 @@
"team_export_tab.unable": " Unable to export: {error}",
"team_export_tab.export": "Export",
"team_export_tab.exportTeam": "Export your team",
- "general_tab.dirDisabled": "Team Directory has been disabled.Please ask a System Admin to enable the Team Directory in the System Console team settings.",
+ "general_tab.dirDisabled": "Team Directory has been disabled. Please ask a System Admin to enable the Team Directory in the System Console team settings.",
"general_tab.required": "This field is required",
"general_tab.chooseName": "Please choose a new name for your team",
"general_tab.includeDirTitle": "Include this team in the Team Directory",
@@ -1083,7 +1083,7 @@
"user.settings.cmds.regen": "Regen Token",
"user.settings.cmds.none": "None",
"user.settings.cmds.existing": "Existing commands",
- "user.settings.cmds.add_desc": "Create commands to send message events to an external integration. Please see <a href=\"http://mattermost.org/commands\">http://mattermost.org/commands</a>to learn more.",
+ "user.settings.cmds.add_desc": "Create commands to send message events to an external integration. Please see <a href=\"http://mattermost.org/commands\">http://mattermost.org/commands</a> to learn more.",
"user.settings.cmds.add_new": "Add a new command",
"user.settings.cmds.cmd_display_name": "Command display name.",
"user.settings.cmds.username_desc": "The username to use when overriding the post.",
@@ -1110,7 +1110,7 @@
"user.settings.hooks_out.regen": "Regen Token",
"user.settings.hooks_out.none": "None",
"user.settings.hooks_out.existing": "Existing outgoing webhooks",
- "user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see <a href=\"http://mattermost.org/webhooks\">http://mattermost.org/webhooks</a>to learn more.",
+ "user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see <a href=\"http://mattermost.org/webhooks\">http://mattermost.org/webhooks</a> to learn more.",
"user.settings.hooks_out.addTitle": "Add a new outgoing webhook",
"user.settings.hooks_out.only": "Only public channels can be used",
"user.settings.hooks_out.comma": "Comma separated words to trigger on",
@@ -1128,7 +1128,7 @@
"user.settings.advance.embed_preview": "Show preview snippet of links below message",
"user.settings.advance.loc_preview": "Show user language in display settings",
"user.settings.advance.sendDesc": "If enabled 'Enter' inserts a new line and 'Ctrl + Enter' submits the message.",
- "user.settings.advance.preReleaseDesc": "Check any pre-released features you'd like to preview.You may also need to refresh the page before the setting will take effect.",
+ "user.settings.advance.preReleaseDesc": "Check any pre-released features you'd like to preview. You may also need to refresh the page before the setting will take effect.",
"user.settings.advance.title": "Advanced Settings",
"user.settings.developer.applicationsPreview": "Applications (Preview)",
"user.settings.developer.thirdParty": "Open to register a new third-party application",