From 8e9c890c29b67a3a96967392b3a78bb6c113057d Mon Sep 17 00:00:00 2001 From: Paul Louis NECH Date: Thu, 24 Jul 2014 15:18:46 +0200 Subject: [PATCH] French translation continued --- src/js/intl/strings.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 src/js/intl/strings.js diff --git a/src/js/intl/strings.js b/src/js/intl/strings.js old mode 100644 new mode 100755 index baf658ad..3da13057 --- a/src/js/intl/strings.js +++ b/src/js/intl/strings.js @@ -444,7 +444,8 @@ exports.strings = { '__desc__': 'When the user enters a tag name thats not ok', 'en_US': 'That tag name "{tag}" is not allowed!', 'es_AR': 'El nombre "{tag}" no está permitido para los tags', - 'de_DE': 'Der Tag-Name "{tag}" ist nicht erlaubt!' + 'de_DE': 'Der Tag-Name "{tag}" ist nicht erlaubt!', + 'fr_FR': 'Le nom de tag "{tag}" n\'est pas autorisé!' }, /////////////////////////////////////////////////////////////////////////// 'option-not-supported': { @@ -500,7 +501,8 @@ exports.strings = { 'flip-tree-command': { '__desc__': 'when the tree is being flipped', 'en_US': 'Flipping tree...', - 'es_AR': 'Invirtiendo el árbol...' + 'es_AR': 'Invirtiendo el árbol...', + 'fr_FR': 'Inversion de l\'arbre...' }, /////////////////////////////////////////////////////////////////////////// 'refresh-tree-command': {