summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-23 19:30:23 +0300
committerLauri Ojansivu <x@xet7.org>2019-04-23 19:30:23 +0300
commit11e8a9d5c421609e9ec6bc30ae1c9fe48d6460a1 (patch)
treea054ec502113381363254b8d386de05bfd1626e4 /i18n
parent6933424fca56fc84b0060ff97b97303d36ab5fb0 (diff)
parent8137f2692fe3e1d9f1c0a9b635ef15cdf36728f7 (diff)
downloadwekan-11e8a9d5c421609e9ec6bc30ae1c9fe48d6460a1.tar.gz
wekan-11e8a9d5c421609e9ec6bc30ae1c9fe48d6460a1.tar.bz2
wekan-11e8a9d5c421609e9ec6bc30ae1c9fe48d6460a1.zip
Merge branch 'Akuket-feature/removeArchived' into edge
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.i18n.json6
-rw-r--r--i18n/fr.i18n.json8
2 files changed, 11 insertions, 3 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index 22e15934..bb84dc66 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -687,5 +687,9 @@
"display-authentication-method": "Display Authentication Method",
"default-authentication-method": "Default Authentication Method",
"duplicate-board": "Duplicate Board",
- "people-number": "The number of people is: "
+ "people-number": "The number of people is: ",
+ "swimlaneDeletePopup-title": "Delete Swimlane ?",
+ "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
+ "restore-all": "Restore all",
+ "delete-all": "Delete all"
}
diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json
index 922ebc27..224be75c 100644
--- a/i18n/fr.i18n.json
+++ b/i18n/fr.i18n.json
@@ -684,5 +684,9 @@
"display-authentication-method": "Afficher la méthode d'authentification",
"default-authentication-method": "Méthode d'authentification par défaut",
"duplicate-board": "Dupliquer le tableau",
- "people-number": "Le nombre d'utilisateurs est de :"
-} \ No newline at end of file
+ "people-number": "Le nombre d'utilisateurs est de :",
+ "swimlaneDeletePopup-title": "Supprimer le couloir ?",
+ "swimlane-delete-pop": "Toutes les actions vont être supprimées du suivi d'activités et vous ne pourrez plus utiliser ce couloir. Cette action est irréversible.",
+ "restore-all": "Tout supprimer",
+ "delete-all": "Tout restaurer"
+}