From b27eb901b4b5e002bad97ecd208631b289762753 Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Fri, 19 Apr 2013 11:18:00 -0400 Subject: Fixed #59 The "Export tools..." and "Export project as plain text..." menu items no longer have a space before their trailing ellipses. --- lang-fr.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang-fr.js') diff --git a/lang-fr.js b/lang-fr.js index d554965..b545185 100644 --- a/lang-fr.js +++ b/lang-fr.js @@ -587,7 +587,7 @@ SnapTranslator.dict.fr = { // menus // snap menu 'About...': - 'A propos de Snap! ...', + 'A propos de Snap!...', 'Snap! website': 'Snap! le site web', 'Download source': @@ -618,13 +618,13 @@ SnapTranslator.dict.fr = { 'importer un projet export\u00E9,\nune biblioth\u00E8que de ' + 'blocs\n' + 'un costume ou un son', - 'Export project as plain text ...': + 'Export project as plain text...': 'Exporter le projet comme texte...', 'Export project...': 'Exporter le projet...', 'show project data as XML\nin a new browser window': 'ouvrir le projet au format XML\ndans une nouvelle fen\u00EAtre de votre navigateur', - 'Export blocks ...': + 'Export blocks...': 'Exporter les blocs ', 'show global custom block definitions as XML\nin a new browser window': 'montrer les d\u00E9finitions de bloc global personnalis\u00E9 au format XML \ndans une nouvelle fen\u00EAtre de navigateur', -- cgit v1.3.1