From 5b0da6cb3adf6366afb3264cdab1f45a5b506029 Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 10:29:48 +0200 Subject: Change the way to remove a list (card like) --- i18n/fr.i18n.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'i18n/fr.i18n.json') diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index 9cc2f6b5..b811fc51 100644 --- a/i18n/fr.i18n.json +++ b/i18n/fr.i18n.json @@ -121,7 +121,7 @@ "checklists": "Checklists", "click-to-star": "Cliquez pour ajouter ce tableau aux favoris.", "click-to-unstar": "Cliquez pour retirer ce tableau des favoris.", - "clipboard" : "Presse-papier ou glisser-déposer", + "clipboard": "Presse-papier ou glisser-déposer", "close": "Fermer", "close-board": "Fermer le tableau", "close-board-pop": "Vous pouvez restaurer le tableau en cliquant sur le bouton « Archives » depuis le menu en entête.", @@ -227,6 +227,8 @@ "list-select-cards": "Sélectionner les cartes de cette liste", "listActionPopup-title": "Liste des actions", "listImportCardPopup-title": "Importer une carte Trello", + "listMorePopup-title": "Plus", + "link-list": "Lier à cette liste", "lists": "Listes", "log-out": "Déconnexion", "log-in": "Log In", @@ -321,4 +323,4 @@ "welcome-list1": "Basics", "welcome-list2": "Advanced", "what-to-do": "Que voulez-vous faire ?" -} +} \ No newline at end of file -- cgit v1.2.3-1-g7c22 From de5589a987c8e32a42027b6d230d01204bd3e5a5 Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 10:45:01 +0200 Subject: Fix missing popup title --- i18n/fr.i18n.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i18n/fr.i18n.json') diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index b811fc51..47c99fbf 100644 --- a/i18n/fr.i18n.json +++ b/i18n/fr.i18n.json @@ -229,6 +229,8 @@ "listImportCardPopup-title": "Importer une carte Trello", "listMorePopup-title": "Plus", "link-list": "Lier à cette liste", + "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": "Listes", "log-out": "Déconnexion", "log-in": "Log In", -- cgit v1.2.3-1-g7c22 From 15b428893f950cf84f90a4f33340e3621660cf43 Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 10:55:22 +0200 Subject: Change text : delete instead of remove --- i18n/fr.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n/fr.i18n.json') diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index 47c99fbf..60261d03 100644 --- a/i18n/fr.i18n.json +++ b/i18n/fr.i18n.json @@ -276,7 +276,7 @@ "remove-cover": "Enlever la couverture", "remove-from-board": "Retirer du tableau", "remove-label": "Retirer cette étiquette", - "remove-list": "Supprimer la liste", + "listDeletePopup-title": "Supprimer la liste", "remove-member": "Supprimer le membre", "remove-member-from-card": "Supprimer de la carte", "remove-member-pop": "Supprimer __name__ (__username__) de __boardTitle__ ? Ce membre sera supprimé de toutes les cartes du tableau et recevra une notification.", -- cgit v1.2.3-1-g7c22 From e33156dcc45b360b6ec9e82f90d17c4f0c8da7ce Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 14:39:12 +0200 Subject: Remove translation for transifex --- i18n/fr.i18n.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'i18n/fr.i18n.json') diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index 60261d03..22243159 100644 --- a/i18n/fr.i18n.json +++ b/i18n/fr.i18n.json @@ -227,10 +227,6 @@ "list-select-cards": "Sélectionner les cartes de cette liste", "listActionPopup-title": "Liste des actions", "listImportCardPopup-title": "Importer une carte Trello", - "listMorePopup-title": "Plus", - "link-list": "Lier à cette liste", - "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": "Listes", "log-out": "Déconnexion", "log-in": "Log In", @@ -276,7 +272,6 @@ "remove-cover": "Enlever la couverture", "remove-from-board": "Retirer du tableau", "remove-label": "Retirer cette étiquette", - "listDeletePopup-title": "Supprimer la liste", "remove-member": "Supprimer le membre", "remove-member-from-card": "Supprimer de la carte", "remove-member-pop": "Supprimer __name__ (__username__) de __boardTitle__ ? Ce membre sera supprimé de toutes les cartes du tableau et recevra une notification.", -- cgit v1.2.3-1-g7c22