diff options
| author | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-19 11:18:00 -0400 |
|---|---|---|
| committer | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-19 11:18:00 -0400 |
| commit | b27eb901b4b5e002bad97ecd208631b289762753 (patch) | |
| tree | 4c335900a90b7130dc4771746d5e9b8abf56261f /lang-fr.js | |
| parent | 7681525cc2f3f900136d745dc95594b3a731dcd1 (diff) | |
| download | snap-byow-b27eb901b4b5e002bad97ecd208631b289762753.tar.gz snap-byow-b27eb901b4b5e002bad97ecd208631b289762753.zip | |
Fixed #59
The "Export tools..." and "Export project as plain text..." menu items no longer have a space before their trailing ellipses.
Diffstat (limited to 'lang-fr.js')
| -rw-r--r-- | lang-fr.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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', |
