Skip to content

Commit df909ce

Browse files
authored
fix english language extrascheck
#458 (comment)
1 parent d2818e5 commit df909ce

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
<?php
2-
// ---------------------------------------------------------------
3-
// :: OutdatedExtrasCheck
4-
// ----------------------------------------------------------------
5-
//
6-
//
7-
//
8-
// ----------------------------------------------------------------
9-
// :: Copyright & Licencing
10-
// ----------------------------------------------------------------
11-
//
12-
// GNU General Public License (GPL - http://www.gnu.org/copyleft/gpl.html)
13-
//
14-
15-
$_oec_lang['title'] = 'Extras compatibility check';
16-
$_oec_lang['isoutdated'] = 'is <b>outdated</b> and no more compatible with';
17-
$_oec_lang['please_update'] = 'Please update';
18-
$_oec_lang["to_latest"] = 'to the latest version';
19-
$_oec_lang['min _required'] = 'min required';
20-
$_oec_lang['from'] = 'from';
21-
$_oec_lang['extras_module'] = 'Extras Module';
22-
$_oec_lang['or_move_to'] = 'or move to';
23-
1+
<?php
2+
// ---------------------------------------------------------------
3+
// :: OutdatedExtrasCheck
4+
// ----------------------------------------------------------------
5+
//
6+
//
7+
//
8+
// ----------------------------------------------------------------
9+
// :: Copyright & Licencing
10+
// ----------------------------------------------------------------
11+
//
12+
// GNU General Public License (GPL - http://www.gnu.org/copyleft/gpl.html)
13+
//
14+
15+
$_oec_lang['title'] = 'Extras compatibility check';
16+
$_oec_lang['isoutdated'] = 'is <b>outdated</b> and no longer compatible with';
17+
$_oec_lang['please_update'] = 'Please update';
18+
$_oec_lang["to_latest"] = 'to the latest version';
19+
$_oec_lang['min _required'] = 'min required';
20+
$_oec_lang['from'] = 'from';
21+
$_oec_lang['extras_module'] = 'Extras Module';
22+
$_oec_lang['or_move_to'] = 'or move to';
23+

0 commit comments

Comments
 (0)