diff options
author | guillaume <guillaume.cassou@orange.fr> | 2019-04-24 12:28:11 +0200 |
---|---|---|
committer | guillaume <guillaume.cassou@orange.fr> | 2019-04-24 12:28:11 +0200 |
commit | 8b3601248deb7f45d5bb5cb2d35d9a7ebaac1ab1 (patch) | |
tree | a9e75f5c24133f82e4bbbcc597744e16cd8a9620 /i18n | |
parent | 642002030919ad2db2121d9f5c3754faf9a6b965 (diff) | |
download | wekan-8b3601248deb7f45d5bb5cb2d35d9a7ebaac1ab1.tar.gz wekan-8b3601248deb7f45d5bb5cb2d35d9a7ebaac1ab1.tar.bz2 wekan-8b3601248deb7f45d5bb5cb2d35d9a7ebaac1ab1.zip |
Loading authentication page
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.i18n.json | 3 | ||||
-rw-r--r-- | i18n/fr.i18n.json | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index bb84dc66..3f35fca2 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -691,5 +691,6 @@ "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" + "delete-all": "Delete all", + "loading": "Loading, please wait." } diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index ec20794c..dcac54e2 100644 --- a/i18n/fr.i18n.json +++ b/i18n/fr.i18n.json @@ -688,5 +688,6 @@ "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" -}
\ No newline at end of file + "delete-all": "Tout restaurer", + "loading": "Chargement, merci de patienter." +} |