From: Jeremy Benoist Date: Fri, 12 Feb 2016 11:00:49 +0000 (+0100) Subject: Add missing translations X-Git-Tag: 2.0.0-beta.1~37^2~5 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=55da765e11608e852bf197a01c164e442e635f2e;p=github%2Fwallabag%2Fwallabag.git Add missing translations --- diff --git a/src/Wallabag/CoreBundle/Controller/ConfigController.php b/src/Wallabag/CoreBundle/Controller/ConfigController.php index 5ccf5a56..e7fb5ad0 100644 --- a/src/Wallabag/CoreBundle/Controller/ConfigController.php +++ b/src/Wallabag/CoreBundle/Controller/ConfigController.php @@ -144,7 +144,7 @@ class ConfigController extends Controller $this->get('session')->getFlashBag()->add( 'notice', - sprintf('User "%s" added', $newUser->getUsername()) + $this->get('translator')->trans('User "%username%" added', array('%username%' => $newUser->getUsername())) ); return $this->redirect($this->generateUrl('config').'#set6'); diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml index a98b7b7a..b66ef538 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml @@ -111,7 +111,7 @@ to: 'à' website.com: 'website.com' Domain name: 'Nom de domaine' Creation date: 'Date de création' -dd/mm/yyyy: 'dd/mm/aaaa' +dd/mm/yyyy: 'jj/mm/aaaa' Clear: 'Effacer' Filter: 'Filtrer' website.com: "siteweb.com" @@ -162,6 +162,9 @@ Entry unstarred: "Article retiré des favoris" Entry archived: "Article marqué comme lu" Entry unarchived: "Article marqué comme non lu" Entry deleted: "Article supprimé" +Tagging rule deleted: "Règle supprimée" +Tagging rules updated: "Règles mis à jour" +User "%username%" added: 'Utilisateur "%username%" ajouté' # Entry Mark as read: 'Marquer comme lu'