diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-12-22 22:08:01 +0100 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-12-22 22:08:01 +0100 |
commit | c615d1d2731d26d2982027bd66a3ab20bc4f267c (patch) | |
tree | a1d02c2845d779c1976c849387615c1b6f9989d8 /i18n | |
parent | e124ad8ed9ceb899ecc21bcc5e1ad1158a36453c (diff) | |
download | wekan-c615d1d2731d26d2982027bd66a3ab20bc4f267c.tar.gz wekan-c615d1d2731d26d2982027bd66a3ab20bc4f267c.tar.bz2 wekan-c615d1d2731d26d2982027bd66a3ab20bc4f267c.zip |
Remove the import trello card feature
See the following discussion for rationale:
https://github.com/wekan/wekan/issues/113#issuecomment-163039089
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/fr.i18n.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json index 0eeb19df..0572c00d 100644 --- a/i18n/fr.i18n.json +++ b/i18n/fr.i18n.json @@ -158,8 +158,6 @@ "import": "Import", "import-board": "import from Trello", "import-board-trello-instruction": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text", - "import-card": "Import a Trello card", - "import-card-trello-instruction": "Go to a Trello card, select 'Share and more...' then 'Export JSON' and copy the resulting text", "import-json-placeholder": "Paste your valid JSON data here", "import-members-map": "Your imported board has some members. Please map the members you want to import to Wekan users", "import-show-user-mapping": "Review members mapping", @@ -182,7 +180,6 @@ "list-move-cards": "Déplacer les cartes de cette liste", "list-select-cards": "Sélectionner les cartes de cette liste", "listActionPopup-title": "Liste des actions", - "listImportCardPopup-title": "Import a Trello card", "lists": "Listes", "log-out": "Déconnexion", "loginPopup-title": "Connexion", @@ -257,4 +254,4 @@ "view-it": "Le voir", "warn-list-archived": "Attention : cette carte est dans une liste archivée", "what-to-do": "Que voulez-vous faire ?" -}
\ No newline at end of file +} |