Skip to content

Commit 2de5fb9

Browse files
authored
updated extrascheck languages
1 parent 2358532 commit 2de5fb9

3 files changed

Lines changed: 58 additions & 46 deletions

File tree

assets/plugins/extrascheck/lang/english.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@
1515
$_oec_lang['title'] = 'Extras compatibility check';
1616
$_oec_lang['isoutdated'] = 'is <b>outdated</b> and no longer compatible with';
1717
$_oec_lang['please_update'] = 'Please update';
18+
$_oec_lang['please_delete'] = 'Please delete';
1819
$_oec_lang["to_latest"] = 'to the latest version';
1920
$_oec_lang['min _required'] = 'min required';
2021
$_oec_lang['from'] = 'from';
2122
$_oec_lang['extras_module'] = 'Extras Module';
2223
$_oec_lang['or_move_to'] = 'or move to';
24+
$_oec_lang['not_used'] = 'is no longer used by';
25+
$_oec_lang['from_folder'] = 'from folder';
26+
$_oec_lang['if_dont_use'] = 'If you don\'t use for other purpose';
2327

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
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'] = 'Controllo Compatibilità Extras';
16-
$_oec_lang['isoutdated'] = 'è <b>obsoleto</b> e non compatibile con';
17-
$_oec_lang['please_update'] = 'Aggiorna';
18-
$_oec_lang["to_latest"] = 'all\'ultima versione';
19-
$_oec_lang['min _required'] = 'minima richiesta ';
20-
$_oec_lang['from'] = 'dal';
21-
$_oec_lang['extras_module'] = 'Modulo Extras';
22-
$_oec_lang['or_move_to'] = 'o passa a';
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'] = 'Controllo Compatibilità Extras';
16+
$_oec_lang['isoutdated'] = 'è <b>obsoleto</b> e non compatibile con';
17+
$_oec_lang['please_update'] = 'Aggiorna';
18+
$_oec_lang['please_delete'] = 'Per favore cancellalo';
19+
$_oec_lang["to_latest"] = 'all\'ultima versione';
20+
$_oec_lang['min _required'] = 'minima richiesta ';
21+
$_oec_lang['from'] = 'dal';
22+
$_oec_lang['extras_module'] = 'Modulo Extras';
23+
$_oec_lang['or_move_to'] = 'o passa a';
24+
$_oec_lang['not_used'] = 'non è più utilizzato da';
25+
$_oec_lang['from_folder'] = 'dalla cartella';
26+
$_oec_lang['if_dont_use'] = 'Se non lo usi per altri scopi';
27+
Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
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'] = 'Comprobación de compatibilidad de extras';
16-
$_oec_lang['isoutdated'] = 'está <b> obsoleto</b> y ya no es compatible con';
17-
$_oec_lang['please_update'] = 'Por favor actualice';
18-
$_oec_lang["to_latest"] = 'a la última versión';
19-
$_oec_lang['min _required'] = 'mínimo requerido';
20-
$_oec_lang['from'] = 'de';
21-
$_oec_lang['extras_module'] = 'Módulo de Extras';
22-
$_oec_lang['or_move_to'] = 'o muévase a';
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'] = 'Comprobación de compatibilidad de extras';
16+
$_oec_lang['isoutdated'] = 'está <b> obsoleto</b> y ya no es compatible con';
17+
$_oec_lang['please_update'] = 'Por favor actualice';
18+
$_oec_lang['please_delete'] = 'Por favor elimínelo';
19+
$_oec_lang["to_latest"] = 'a la última versión';
20+
$_oec_lang['min _required'] = 'mínimo requerido';
21+
$_oec_lang['from'] = 'de';
22+
$_oec_lang['extras_module'] = 'Módulo de Extras';
23+
$_oec_lang['or_move_to'] = 'o muévase a';
24+
$_oec_lang['not_used'] = 'ya no es utilizado por';
25+
$_oec_lang['from_folder'] = 'de la carpeta';
26+
$_oec_lang['if_dont_use'] = 'Si no lo usa para otro propósito';
27+

0 commit comments

Comments
 (0)