diff --git a/admin/languages.php b/admin/languages.php index 759d941..94c10f1 100755 --- a/admin/languages.php +++ b/admin/languages.php @@ -256,16 +256,16 @@ require_once __DIR__ . '/../templates/header.php'; ?>
| Bandera | -C贸digo | -Nombre | -Estado | -Acciones | += t('Bandera') ?> | += t('C贸digo') ?> | += t('Nombre') ?> | += t('Estado') ?> | += t('Acciones') ?> | = htmlspecialchars($lang['language_name']) ?> | - Activo + = t('Activo') ?> - Inactivo + = t('Inactivo') ?> | @@ -320,7 +320,7 @@ require_once __DIR__ . '/../templates/header.php'; | @@ -333,17 +333,17 @@ require_once __DIR__ . '/../templates/header.php';
|---|