summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Edgardo Ramírez <soldiercrp@gmail.com> 2022-10-02 13:51:28 -0500
committerGravatar GitHub <noreply@github.com> 2022-10-02 20:51:28 +0200
commit6405b6d16935aff1ecbc4b9e0b5d0f9fcb81e95e (patch)
tree55a6788259c7172b441370702f34838d39eee695
parent79e3b99ae3b9df4bb02957838fc6b62491ab0bd2 (diff)
UPDATE: Spanish translations [i18n] #4656 (#4676)
-rwxr-xr-xapp/i18n/es/admin.php14
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(