Bläddra i källkod

UPDATE: Spanish translations [i18n] #4656 (#4676)

Edgardo Ramírez 3 år sedan
förälder
incheckning
6405b6d169
1 ändrade filer med 7 tillägg och 7 borttagningar
  1. 7 7
      app/i18n/es/admin.php

+ 7 - 7
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(