diff options
| author | 2022-10-02 13:51:28 -0500 | |
|---|---|---|
| committer | 2022-10-02 20:51:28 +0200 | |
| commit | 6405b6d16935aff1ecbc4b9e0b5d0f9fcb81e95e (patch) | |
| tree | 55a6788259c7172b441370702f34838d39eee695 | |
| parent | 79e3b99ae3b9df4bb02957838fc6b62491ab0bd2 (diff) | |
UPDATE: Spanish translations [i18n] #4656 (#4676)
| -rwxr-xr-x | app/i18n/es/admin.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/es/admin.php b/app/i18n/es/admin.php index 3e2441658..868cac45d 100755 --- a/app/i18n/es/admin.php +++ b/app/i18n/es/admin.php @@ -170,18 +170,18 @@ return array( 'registration' => array( 'number' => 'Número máximo de cuentas', 'select' => array( - 'label' => 'Registration form', // TODO + 'label' => 'Formulario de registro', 'option' => array( - 'noform' => 'Disabled: No registration form', // TODO - 'nolimit' => 'Enabled: No limit of accounts', // TODO - 'setaccountsnumber' => 'Set max. number of accounts', // TODO + 'noform' => 'Deshabilitado: Sin formulario de registro', + 'nolimit' => 'Habilitado: Sin límite de cuentas', + 'setaccountsnumber' => 'Establece el número máximo de cuentas', ), ), 'status' => array( - 'disabled' => 'Form disabled', // TODO - 'enabled' => 'Form enabled', // TODO + 'disabled' => 'Formulario deshabilitado', + 'enabled' => 'Formulario habilitado', ), - 'title' => 'User registration form', // TODO + 'title' => 'Formulario de registro del usuario', ), ), 'update' => array( |
