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.
*
* (c) Alt Three Services Limited
* (c) Alt Three Services Limited.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.

View File

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

View File

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