From 049ad927f219e05925116424bb866d82a3c40735 Mon Sep 17 00:00:00 2001 From: nishiki Date: Wed, 15 Jan 2014 20:21:45 +0100 Subject: [PATCH] update translation for MPW.rb --- i18n/en.yml | 4 +--- i18n/fr.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/i18n/en.yml b/i18n/en.yml index c2203c4..a3141bf 100644 --- a/i18n/en.yml +++ b/i18n/en.yml @@ -1,8 +1,6 @@ --- en: error: - add: - name_empty: "You must define a name!" config: write: "Can't write the config file!" check: "Checkconfig failed!" @@ -18,7 +16,7 @@ en: bad_format: "Can't import, the file is badly formated!" read: "Can't import, unable to read %{file}!" update: - id_no_exist: "Can't update the item, the item %{id} doesn't exist!" + name_empty: "You must define a name!" cli: option: usage: "Usage" diff --git a/i18n/fr.yml b/i18n/fr.yml index a1323be..5ccef5f 100644 --- a/i18n/fr.yml +++ b/i18n/fr.yml @@ -1,8 +1,6 @@ --- fr: error: - add: - name_empty: "Vous devez définir un nom!" config: write: "Impossible d'écrire le fichier de configuration!" check: "Le fichier de configuration est invalide!" @@ -18,7 +16,7 @@ fr: bad_format: "Impossible d'importer le fichier car son format est incorrect!" read: "Impossible d'importer le fichier %{file}, car il n'est pas lisible!" update: - id_no_exist: "Impossible de mettre à jour l'élément %{id}, car il n'existe pas!" + name_empty: "Vous devez définir un nom!" cli: option: usage: "Utilisation"