Skip to content

Commit d2818e5

Browse files
authored
spanish language for OutdatedExtrasCheck
1 parent 3892af0 commit d2818e5

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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'] = '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+

0 commit comments

Comments
 (0)