summaryrefslogtreecommitdiff
path: root/app/Locale/es_ES/translations.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-11-15 19:29:31 -0500
committerFrederic Guillot <fred@kanboard.net>2015-11-15 19:29:31 -0500
commitadb35896d8c5bcc6673188921868e472ba35278e (patch)
tree1261fad74366d8d9e002e2f7cdbe39cd40109155 /app/Locale/es_ES/translations.php
parent968ae474541302c92f8ec62e9520299c8c95a57a (diff)
Projects with duplicate name are now allowed
Diffstat (limited to 'app/Locale/es_ES/translations.php')
-rw-r--r--app/Locale/es_ES/translations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php
index 7b999882..e491df6c 100644
--- a/app/Locale/es_ES/translations.php
+++ b/app/Locale/es_ES/translations.php
@@ -124,7 +124,6 @@ return array(
'The id is required' => 'El identificador es obligatorio',
'The project id is required' => 'El identificador del proyecto es obligatorio',
'The project name is required' => 'El nombre del proyecto es obligatorio',
- 'This project must be unique' => 'El nombre del proyecto debe ser único',
'The title is required' => 'El título es obligatorio',
'Settings saved successfully.' => 'Parámetros guardados correctamente.',
'Unable to save your settings.' => 'No se pueden guardar sus parámetros.',
@@ -1065,4 +1064,5 @@ return array(
'Usernames must be lowercase and unique' => 'Los nombres de usuario deben ser únicos y contener sólo minúsculas',
'Passwords will be encrypted if present' => 'Las contraseñas serán cifradas si es que existen',
// '%s attached a new file to the task %s' => '',
+ // 'Assign automatically a category based on a link' => '',
);