Some Minor Grammatical & Styling Changes

This commit is contained in:
Theo Bearman
2015-10-29 11:10:45 +00:00
parent 148268d294
commit 4ed8d9b7d5
4 changed files with 32 additions and 32 deletions

File diff suppressed because one or more lines are too long

View File

@@ -3,7 +3,7 @@
/* /*
* This file is part of Cachet. * This file is part of Cachet.
* *
* (c) Alt Three Services Limited * (c) Alt Three Services Limited.
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.

View File

@@ -3,7 +3,7 @@
/* /*
* This file is part of Cachet. * This file is part of Cachet.
* *
* (c) Alt Three Services Limited * (c) Alt Three Services Limited.
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@@ -21,12 +21,12 @@ return [
'incident-create-template' => 'Create Template', 'incident-create-template' => 'Create Template',
'incident-templates' => 'Incident Templates', 'incident-templates' => 'Incident Templates',
'add' => [ 'add' => [
'title' => 'Add an incident', 'title' => 'Add an Incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
'failure' => 'Something went wrong with the incident.', 'failure' => 'Something went wrong with the incident.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit an incident', 'title' => 'Edit an Incident',
'success' => 'Incident updated.', 'success' => 'Incident updated.',
'failure' => 'Something went wrong with the incident.', 'failure' => 'Something went wrong with the incident.',
], ],
@@ -35,12 +35,12 @@ return [
'templates' => [ 'templates' => [
'title' => 'Incident Templates', 'title' => 'Incident Templates',
'add' => [ 'add' => [
'title' => 'Create an incident template', 'title' => 'Create an Incident Template',
'success' => 'Template created.', 'success' => 'Template created.',
'failure' => 'Something went wrong with the incident template.', 'failure' => 'Something went wrong with the incident template.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit template', 'title' => 'Edit Template',
'success' => 'Template has been updated!', 'success' => 'Template has been updated!',
'failure' => 'Something went wrong updating the incident template', 'failure' => 'Something went wrong updating the incident template',
], ],
@@ -73,13 +73,13 @@ return [
'component_statuses' => 'Component Statuses', 'component_statuses' => 'Component Statuses',
'listed_group' => 'Grouped under :name', 'listed_group' => 'Grouped under :name',
'add' => [ 'add' => [
'title' => 'Add a component', 'title' => 'Add a Component',
'message' => 'You should add a component.', 'message' => 'You should add a component.',
'success' => 'Component created.', 'success' => 'Component created.',
'failure' => 'Something went wrong with the component.', 'failure' => 'Something went wrong with the component.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit a component', 'title' => 'Edit a Component',
'success' => 'Component updated.', 'success' => 'Component updated.',
'failure' => 'Something went wrong with the component.', 'failure' => 'Something went wrong with the component.',
], ],
@@ -89,12 +89,12 @@ return [
'groups' => 'Component group|Component groups', 'groups' => 'Component group|Component groups',
'no_components' => 'You should add a component group.', 'no_components' => 'You should add a component group.',
'add' => [ 'add' => [
'title' => 'Add a component group', 'title' => 'Add a Component Group',
'success' => 'Component group added.', 'success' => 'Component group added.',
'failure' => 'Something went wrong with the component group.', 'failure' => 'Something went wrong with the component group.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit a component group', 'title' => 'Edit a Component Group',
'success' => 'Component group updated.', 'success' => 'Component group updated.',
'failure' => 'Something went wrong with the component group.', 'failure' => 'Something went wrong with the component group.',
], ],
@@ -105,12 +105,12 @@ return [
'metrics' => [ 'metrics' => [
'metrics' => 'Metrics', 'metrics' => 'Metrics',
'add' => [ 'add' => [
'title' => 'Create a metric', 'title' => 'Create a Metric',
'success' => 'Metric created.', 'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric.', 'failure' => 'Something went wrong with the metric.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit a metric', 'title' => 'Edit a Metric',
'success' => 'Metric updated.', 'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric.', 'failure' => 'Something went wrong with the metric.',
], ],
@@ -122,12 +122,12 @@ return [
'verified' => 'Verified', 'verified' => 'Verified',
'not_verified' => 'Not Verified', 'not_verified' => 'Not Verified',
'add' => [ 'add' => [
'title' => 'Add a new subscriber', 'title' => 'Add a New Subscriber',
'success' => 'Subscriber added.', 'success' => 'Subscriber added.',
'failure' => 'Something went wrong with the component.', 'failure' => 'Something went wrong with the component.',
], ],
'edit' => [ 'edit' => [
'title' => 'Update subscriber', 'title' => 'Update Subscriber',
'success' => 'Subscriber updated.', 'success' => 'Subscriber updated.',
'failure' => 'Something went wrong when updating.', 'failure' => 'Something went wrong when updating.',
], ],
@@ -140,12 +140,12 @@ return [
'profile' => 'Profile', 'profile' => 'Profile',
'description' => 'Team Members will be able to add, modify & edit components and incidents.', 'description' => 'Team Members will be able to add, modify & edit components and incidents.',
'add' => [ 'add' => [
'title' => 'Add a new team member', 'title' => 'Add a New Team Member',
'success' => 'Team member added.', 'success' => 'Team member added.',
'failure' => 'Something went wrong with the component.', 'failure' => 'Something went wrong with the component.',
], ],
'edit' => [ 'edit' => [
'title' => 'Update profile', 'title' => 'Update Profile',
'success' => 'Profile updated.', 'success' => 'Profile updated.',
'failure' => 'Something went wrong when updating.', 'failure' => 'Something went wrong when updating.',
], ],

View File

@@ -42,12 +42,12 @@ return [
'component' => 'Component', 'component' => 'Component',
'message' => 'Message', 'message' => 'Message',
'message-help' => 'You may also use Markdown.', 'message-help' => 'You may also use Markdown.',
'scheduled_at' => 'When to schedule the maintenance for?', 'scheduled_at' => 'When to Schedule the Maintenance For?',
'incident_time' => 'When did this incident occur?', 'incident_time' => 'When Did This Incident Occur?',
'notify_subscribers' => 'Notify subscribers', 'notify_subscribers' => 'Notify Subscribers?',
'visibility' => 'Incident Visibility', 'visibility' => 'Incident Visibility',
'public' => 'Viewable by public', 'public' => 'Viewable By Public',
'logged_in_only' => 'Only visible to logged in users', 'logged_in_only' => 'Only Visible to Logged in Users',
'templates' => [ 'templates' => [
'name' => 'Name', 'name' => 'Name',
'template' => 'Template', 'template' => 'Template',
@@ -76,8 +76,8 @@ return [
'description' => 'Description', 'description' => 'Description',
'description-help' => 'You may also use Markdown.', 'description-help' => 'You may also use Markdown.',
'display-chart' => 'Display chart on status page?', 'display-chart' => 'Display chart on status page?',
'default-value' => 'Default value', 'default-value' => 'Default Value',
'calc_type' => 'Calculation of metrics', 'calc_type' => 'Calculation of Metrics',
'type_sum' => 'Sum', 'type_sum' => 'Sum',
'type_avg' => 'Average', 'type_avg' => 'Average',
'places' => 'Decimal Places', 'places' => 'Decimal Places',
@@ -94,17 +94,17 @@ return [
'site-name' => 'Site Name', 'site-name' => 'Site Name',
'site-url' => 'Site URL', 'site-url' => 'Site URL',
'display-graphs' => 'Display graphs on status page?', 'display-graphs' => 'Display graphs on status page?',
'about-this-page' => 'About this page', 'about-this-page' => 'About This Page',
'days-of-incidents' => 'How many days of incidents to show?', 'days-of-incidents' => 'How Many Days of Incidents to Show?',
'banner' => 'Banner Image', 'banner' => 'Banner Image',
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .", 'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
'subscribers' => 'Allow people to signup to email notifications?', 'subscribers' => 'Allow people to signup to email notifications?',
], ],
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics Code',
'analytics_gosquared' => 'GoSquared Analytics code', 'analytics_gosquared' => 'GoSquared Analytics Code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)', 'analytics_piwik_url' => 'URL of your Piwik Instance (without http(s)://)',
'analytics_piwik_siteid' => 'Piwik\'s site id', 'analytics_piwik_siteid' => 'Piwik\'s Site ID',
], ],
'localization' => [ 'localization' => [
'site-timezone' => 'Site Timezone', 'site-timezone' => 'Site Timezone',
@@ -113,7 +113,7 @@ return [
'incident-date-format' => 'Incident Timestamp Format', 'incident-date-format' => 'Incident Timestamp Format',
], ],
'security' => [ 'security' => [
'allowed-domains' => 'Allowed domains', 'allowed-domains' => 'Allowed Domains',
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.', 'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
], ],
'stylesheet' => [ 'stylesheet' => [