diff options
author | BaobabCoder <b.campardou@gmail.com> | 2017-06-02 10:45:01 +0200 |
---|---|---|
committer | BaobabCoder <b.campardou@gmail.com> | 2017-06-02 10:45:01 +0200 |
commit | de5589a987c8e32a42027b6d230d01204bd3e5a5 (patch) | |
tree | 655237bd13bc328814df94c1832545f08bca71d0 /i18n/es-ES.i18n.json | |
parent | 5b0da6cb3adf6366afb3264cdab1f45a5b506029 (diff) | |
download | wekan-de5589a987c8e32a42027b6d230d01204bd3e5a5.tar.gz wekan-de5589a987c8e32a42027b6d230d01204bd3e5a5.tar.bz2 wekan-de5589a987c8e32a42027b6d230d01204bd3e5a5.zip |
Fix missing popup title
Diffstat (limited to 'i18n/es-ES.i18n.json')
-rw-r--r-- | i18n/es-ES.i18n.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/i18n/es-ES.i18n.json b/i18n/es-ES.i18n.json index c5b3bac0..3fc67b76 100644 --- a/i18n/es-ES.i18n.json +++ b/i18n/es-ES.i18n.json @@ -225,6 +225,8 @@ "listImportCardPopup-title": "Importar tarjeta de Trello", "listMorePopup-title": "Más", "link-list": "Link to this list", + "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", + "list-delete-suggest-archive": "You can archive a list to remove it from the board and preserve the activity.", "lists": "Listas", "log-out": "Finalizar la sesión", "log-in": "Log In", @@ -270,7 +272,7 @@ "remove-cover": "Eliminar cubierta", "remove-from-board": "Eliminar del tablero", "remove-label": "Eliminar etiqueta", - "remove-list": "Remove the list", + "listDeletePopup-title": "Remove the list", "remove-member": "Eliminar Miembro", "remove-member-from-card": "Eliminar de la Tarjeta", "remove-member-pop": "Eliminar __name__ (__username__) de __boardTitle__? El miembro será eliminado de todas las tarjetas de este tablero. Ellos recibirán una notificación.", |