Move Gitlab and Github authentication to external plugins
This commit is contained in:
@@ -324,9 +324,6 @@ return array(
|
||||
'Maximum size: ' => 'Tamaño máximo',
|
||||
'Unable to upload the file.' => 'No pude cargar el fichero.',
|
||||
'Display another project' => 'Mostrar otro proyecto',
|
||||
'Login with my Github Account' => 'Ingresar con mi cuenta de Github',
|
||||
'Link my Github Account' => 'Vincular mi cuenta de Github',
|
||||
'Unlink my Github Account' => 'Desvincular mi cuenta de Github',
|
||||
'Created by %s' => 'Creado por %s',
|
||||
'Last modified on %B %e, %Y at %k:%M %p' => 'Última modificación %e de %B de %Y a las %k:%M %p',
|
||||
'Tasks Export' => 'Exportar tareas',
|
||||
@@ -392,7 +389,6 @@ return array(
|
||||
'Change password' => 'Cambiar contraseña',
|
||||
'Password modification' => 'Modificacion de contraseña',
|
||||
'External authentications' => 'Autenticación externa',
|
||||
'Github Account' => 'Cuenta de Github',
|
||||
'Never connected.' => 'Nunca se ha conectado.',
|
||||
'No account linked.' => 'Sin vínculo con cuenta.',
|
||||
'Account linked.' => 'Vinculada con Cuenta.',
|
||||
@@ -842,8 +838,6 @@ return array(
|
||||
'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Esta gráfica muestra el plazo medio de entrega y de ciclo para las %d últimas tareas transcurridas.',
|
||||
'Average time into each column' => 'Tiempo medio en cada columna',
|
||||
'Lead and cycle time' => 'Plazo de entrega y de ciclo',
|
||||
'Github Authentication' => 'Autenticación de Github',
|
||||
'Help on Github authentication' => 'Ayuda con la autenticación de Github',
|
||||
'Lead time: ' => 'Plazo de entrega: ',
|
||||
'Cycle time: ' => 'Tiempo de Ciclo: ',
|
||||
'Time spent into each column' => 'Tiempo empleado en cada columna',
|
||||
@@ -852,7 +846,6 @@ return array(
|
||||
'If the task is not closed the current time is used instead of the completion date.' => 'Si la tarea no se cierra, se usa la fecha actual en lugar de la de terminación.',
|
||||
'Set automatically the start date' => 'Poner la fecha de inicio de forma automática',
|
||||
'Edit Authentication' => 'Editar autenticación',
|
||||
'Github Id' => 'Id de Github',
|
||||
'Remote user' => 'Usuario remoto',
|
||||
'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Los usuarios remotos no almacenan sus contraseñas en la base de datos Kanboard, por ejemplo: cuentas de LDAP, Google y Github',
|
||||
'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Si marcas la caja de edición "Desactivar formulario de ingreso", se ignoran las credenciales entradas en el formulario de ingreso.',
|
||||
@@ -910,14 +903,7 @@ return array(
|
||||
'Link type' => 'Tipo de enlace',
|
||||
'Change task color when using a specific task link' => 'Cambiar colo de la tarea al usar un enlace específico a tarea',
|
||||
'Task link creation or modification' => 'Creación o modificación de enlace a tarea',
|
||||
'Login with my Gitlab Account' => 'Ingresar usando mi Cuenta en Gitlab',
|
||||
'Milestone' => 'Hito',
|
||||
'Gitlab Authentication' => 'Autenticación Gitlab',
|
||||
'Help on Gitlab authentication' => 'Ayuda con autenticación Gitlab',
|
||||
'Gitlab Id' => 'Id de Gitlab',
|
||||
'Gitlab Account' => 'Cuenta de Gitlab',
|
||||
'Link my Gitlab Account' => 'Enlazar con mi Cuenta en Gitlab',
|
||||
'Unlink my Gitlab Account' => 'Desenlazar con mi Cuenta en Gitlab',
|
||||
'Documentation: %s' => 'Documentación: %s',
|
||||
'Switch to the Gantt chart view' => 'Conmutar a vista de diagrama de Gantt',
|
||||
'Reset the search/filter box' => 'Limpiar la caja del filtro de búsqueda',
|
||||
|
||||
Reference in New Issue
Block a user