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/it.i18n.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'i18n/it.i18n.json') diff --git a/i18n/it.i18n.json b/i18n/it.i18n.json index b67aa2ed..0a00c25d 100755 --- a/i18n/it.i18n.json +++ b/i18n/it.i18n.json @@ -121,7 +121,7 @@ "checklists": "Checklists", "click-to-star": "Clicca per stellare questa bacheca", "click-to-unstar": "Clicca per togliere la stella da questa bacheca", - "clipboard" : "Clipboard o drag & drop", + "clipboard": "Clipboard o drag & drop", "close": "Chiudi", "close-board": "Chiudi bacheca", "close-board-pop": "Sarai in grado di ripristinare la bacheca cliccando il tasto \"Archivi\" dall'intestazione della pagina principale.", @@ -227,6 +227,8 @@ "list-select-cards": "Selezione tutte le schede in questa lista", "listActionPopup-title": "Azioni disponibili", "listImportCardPopup-title": "Importa una scheda di Trello", + "listMorePopup-title": "Altro", + "link-list": "Link to this list", "lists": "Liste", "log-out": "Log Out", "log-in": "Log In", @@ -321,4 +323,4 @@ "welcome-list1": "Basi", "welcome-list2": "Avanzate", "what-to-do": "Cosa vuoi fare?" -} +} \ 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/it.i18n.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i18n/it.i18n.json') diff --git a/i18n/it.i18n.json b/i18n/it.i18n.json index 0a00c25d..a77ca35d 100755 --- a/i18n/it.i18n.json +++ b/i18n/it.i18n.json @@ -228,6 +228,8 @@ "listActionPopup-title": "Azioni disponibili", "listImportCardPopup-title": "Importa una scheda di Trello", "listMorePopup-title": "Altro", + "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.", "link-list": "Link to this list", "lists": "Liste", "log-out": "Log Out", -- 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/it.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n/it.i18n.json') diff --git a/i18n/it.i18n.json b/i18n/it.i18n.json index a77ca35d..a407cd9a 100755 --- a/i18n/it.i18n.json +++ b/i18n/it.i18n.json @@ -276,7 +276,7 @@ "remove-cover": "Rimuovi cover", "remove-from-board": "Rimuovi dalla bacheca", "remove-label": "Rimuovi l'etichetta", - "remove-list": "Remove the list", + "listDeletePopup-title": "Delete the list ?", "remove-member": "Rimuovi utente", "remove-member-from-card": "Rimuovi dalla scheda", "remove-member-pop": "Rimuovere __name__ (__username__) da __boardTitle__? L'utente sarĂ  rimosso da tutte le schede in questa bacheca. Riceveranno una notifica.", -- 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/it.i18n.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'i18n/it.i18n.json') diff --git a/i18n/it.i18n.json b/i18n/it.i18n.json index a407cd9a..8d8a1c34 100755 --- a/i18n/it.i18n.json +++ b/i18n/it.i18n.json @@ -227,10 +227,6 @@ "list-select-cards": "Selezione tutte le schede in questa lista", "listActionPopup-title": "Azioni disponibili", "listImportCardPopup-title": "Importa una scheda di Trello", - "listMorePopup-title": "Altro", - "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.", - "link-list": "Link to this list", "lists": "Liste", "log-out": "Log Out", "log-in": "Log In", @@ -276,7 +272,6 @@ "remove-cover": "Rimuovi cover", "remove-from-board": "Rimuovi dalla bacheca", "remove-label": "Rimuovi l'etichetta", - "listDeletePopup-title": "Delete the list ?", "remove-member": "Rimuovi utente", "remove-member-from-card": "Rimuovi dalla scheda", "remove-member-pop": "Rimuovere __name__ (__username__) da __boardTitle__? L'utente sarĂ  rimosso da tutte le schede in questa bacheca. Riceveranno una notifica.", -- cgit v1.2.3-1-g7c22