From b5230f2cfe437ef6878dc6849d4da3e34c0b874b Mon Sep 17 00:00:00 2001 From: nishiki Date: Thu, 19 Mar 2015 23:03:15 +0100 Subject: [PATCH] fix translation --- i18n/cli/en.yml | 1 + i18n/cli/fr.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/i18n/cli/en.yml b/i18n/cli/en.yml index b8c1bd7..dfa5835 100644 --- a/i18n/cli/en.yml +++ b/i18n/cli/en.yml @@ -30,6 +30,7 @@ en: not_authorized: "You haven't the access to remote file!" upload: "Can't upload the file on the server!" unknown: "An unknown error is occured!" + unknown_type: "The sync type is unknown" warning: select: 'Your choice is not a valid element!' diff --git a/i18n/cli/fr.yml b/i18n/cli/fr.yml index ea9b9f0..b354e85 100644 --- a/i18n/cli/fr.yml +++ b/i18n/cli/fr.yml @@ -30,6 +30,7 @@ fr: not_authorized: "Vous n'avez pas les autorisations d'accès au fichier distant!" upload: "Impossible d'envoyer le fichier sur le serveur!" unknown: "Une erreur inconnue est survenue!" + unknown_type: "Le type de synchronisation est inconnu" warning: select: "Votre choix n'est pas un élément valide!"