Skip to content

Commit 575f1b0

Browse files
committed
Update English translations.
1 parent 4883b6d commit 575f1b0

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/translations/en/bugsnag.php

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

33
return [
4-
'Bugsnag' => 'Bugsnag',
5-
'Enabled' => 'Enabled',
6-
'Enable exception logging.' => 'Enable exception logging.',
7-
'Server API key' => 'Server API key',
8-
'You can find the API key immediately after creating a new project from your Bugsnag dashboard, or later on your project’s settings page.' => 'You can find the API key immediately after creating a new project from your Bugsnag dashboard, or later on your project’s settings page.',
9-
'Browser API key' => 'Browser API key',
10-
'Release stage' => 'Release stage',
11-
'Blacklist' => 'Blacklist',
12-
'Disable certain types of exceptions. Class have to be fully namespaced. (i.e. \\yii\\web\\NotFoundHttpException)' => 'Disable certain types of exceptions. Class have to be fully namespaced. (i.e. \\yii\\web\\NotFoundHttpException)',
13-
'Enable exception logging' => 'Enable exception logging',
14-
];
4+
'Bugsnag' => 'Bugsnag',
5+
];

0 commit comments

Comments
 (0)