|
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