| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | /* | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |   lang-de.js | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |   German translation for SNAP! | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |   written by Jens Mönig | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |   Copyright (C) 2012 by Jens Mönig | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |   This file is part of Snap!. | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |   Snap! is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |   it under the terms of the GNU Affero General Public License as | 
					
						
							|  |  |  |   published by the Free Software Foundation, either version 3 of | 
					
						
							|  |  |  |   the License, or (at your option) any later version. | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |   This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |   but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |   GNU Affero General Public License for more details. | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |   You should have received a copy of the GNU Affero General Public License | 
					
						
							|  |  |  |   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Note to Translators: | 
					
						
							|  |  |  |     -------------------- | 
					
						
							|  |  |  |     At this stage of development, Snap! can be translated to any LTR language | 
					
						
							|  |  |  |     maintaining the current order of inputs (formal parameters in blocks). | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Translating Snap! is easy: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     1. Download | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Download the sources and extract them into a local folder on your | 
					
						
							|  |  |  |     computer: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <http://snap.berkeley.edu/snapsource/snap.zip>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Use the German translation file (named 'lang-de.js') as template for your | 
					
						
							|  |  |  |     own translations. Start with editing the original file, because that way | 
					
						
							|  |  |  |     you will be able to immediately check the results in your browsers while | 
					
						
							|  |  |  |     you're working on your translation (keep the local copy of snap.html open | 
					
						
							|  |  |  |     in your web browser, and refresh it as you progress with your | 
					
						
							|  |  |  |     translation). | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     2. Edit | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Edit the translation file with a regular text editor, or with your | 
					
						
							|  |  |  |     favorite JavaScript editor. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     In the first non-commented line (the one right below this | 
					
						
							|  |  |  |     note) replace "de" with the two-letter ISO 639-1 code for your language, | 
					
						
							|  |  |  |     e.g. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         fr - French => SnapTranslator.dict.fr = { | 
					
						
							|  |  |  |         it - Italian => SnapTranslator.dict.it = { | 
					
						
							|  |  |  |         pl - Polish => SnapTranslator.dict.pl = { | 
					
						
							|  |  |  |         pt - Portuguese => SnapTranslator.dict.pt = { | 
					
						
							|  |  |  |         es - Spanish => SnapTranslator.dict.es = { | 
					
						
							|  |  |  |         el - Greek => => SnapTranslator.dict.el = { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     etc. (see <http://en.wikipedia.org/wiki/ISO_639-1>)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     3. Translate | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Then work through the dictionary, replacing the German strings against | 
					
						
							|  |  |  |     your translations. The dictionary is a straight-forward JavaScript ad-hoc | 
					
						
							|  |  |  |     object, for review purposes it should be formatted as follows: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         { | 
					
						
							|  |  |  |             'English string': | 
					
						
							|  |  |  |                 'Translation string', | 
					
						
							|  |  |  |             'last key': | 
					
						
							|  |  |  |         }       'last value' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     and you only edit the indented value strings. Note that each key-value | 
					
						
							|  |  |  |     pair needs to be delimited by a comma, but that there shouldn't be a comma | 
					
						
							|  |  |  |     after the last pair (again, just overwrite the template file and you'll be | 
					
						
							|  |  |  |     fine). | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     If something doesn't work, or if you're unsure about the formalities you | 
					
						
							|  |  |  |     should check your file with | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <http://JSLint.com>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     This will inform you about any missed commas etc. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     4. Accented characters | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Depending on which text editor and which file encoding you use you can | 
					
						
							|  |  |  |     directly enter special characters (e.g. Umlaut, accented characters) on | 
					
						
							|  |  |  |     your keyboard. However, I've noticed that some browsers may not display | 
					
						
							|  |  |  |     special characters correctly, even if other browsers do. So it's best to | 
					
						
							|  |  |  |     check your results in several browsers. If you want to be on the safe | 
					
						
							|  |  |  |     side, it's even better to escape these characters using Unicode. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         see: <http://0xcc.net/jsescape/>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     5. Block specs: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     At this time your translation of block specs will only work | 
					
						
							|  |  |  |     correctly, if the order of formal parameters and their types | 
					
						
							|  |  |  |     are unchanged. Placeholders for inputs (formal parameters) are | 
					
						
							|  |  |  |     indicated by a preceding % prefix and followed by a type | 
					
						
							|  |  |  |     abbreviation. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     For example: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         'say %s for %n secs' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     can currently not be changed into | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         'say %n secs long %s' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     and still work as intended. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Similarly | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         'point towards %dst' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     cannot be changed into | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         'point towards %cst' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     without breaking its functionality. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     6. Submit | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     When you're done, rename the edited file by replacing the "de" part of the | 
					
						
							|  |  |  |     filename with the two-letter ISO 639-1 code for your language, e.g. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         fr - French => lang-fr.js | 
					
						
							|  |  |  |         it - Italian => lang-it.js | 
					
						
							|  |  |  |         pl - Polish => lang-pl.js | 
					
						
							|  |  |  |         pt - Portuguese => lang-pt.js | 
					
						
							|  |  |  |         es - Spanish => lang-es.js | 
					
						
							|  |  |  |         el - Greek => => lang-el.js | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     and send it to me for inclusion in the official Snap! distribution. | 
					
						
							|  |  |  |     Once your translation has been included, Your name will the shown in the | 
					
						
							|  |  |  |     "Translators" tab in the "About Snap!" dialog box, and you will be able to | 
					
						
							|  |  |  |     directly launch a translated version of Snap! in your browser by appending | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         lang:xx | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     to the URL, xx representing your translations two-letter code. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     7. Known issues | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     In some browsers accents or ornaments located in typographic ascenders | 
					
						
							|  |  |  |     above the cap height are currently (partially) cut-off. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     Enjoy! | 
					
						
							|  |  |  |     -Jens | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*global SnapTranslator*/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SnapTranslator.dict.fr = { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* | 
					
						
							|  |  |  |     Special characters: (see <http://0xcc.net/jsescape/>)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     À      \u00C0 | 
					
						
							|  |  |  |     à      \u00E0 | 
					
						
							|  |  |  |     É      \u00C9 | 
					
						
							|  |  |  |     è      \u00E8 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     é      \u00E9 | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     ê      \u00EA | 
					
						
							|  |  |  |     ç      \u00E7 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     ï      \u00EF | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     ô      \u00F4 | 
					
						
							|  |  |  |     ù      \u00F9 | 
					
						
							|  |  |  |     °      \u00B0 | 
					
						
							|  |  |  |     '      \u0027 | 
					
						
							|  |  |  |     «      \u00AB | 
					
						
							|  |  |  |     »      \u00BB | 
					
						
							|  |  |  |     ↔      \u2194 | 
					
						
							|  |  |  |     ↕      \u2195 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // translations meta information
 | 
					
						
							|  |  |  |     'language_name': | 
					
						
							|  |  |  |         'Fran\u00E7ais', // the name as it should appear in the language menu
 | 
					
						
							|  |  |  |     'language_translator': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Jean-Jacques Valliet, Mark Rafter, Martin Quinson, Damien Caselli', // your name for the Translators tab
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'translator_e-mail': | 
					
						
							|  |  |  |         'i.scool@mac.com', // optional
 | 
					
						
							|  |  |  |     'last_changed': | 
					
						
							| 
									
										
										
										
											2020-10-28 10:25:46 +00:00
										 |  |  |         '2020-10-28', // this, too, will appear in the Translators tab
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // GUI
 | 
					
						
							|  |  |  |     // control bar:
 | 
					
						
							|  |  |  |     'untitled': | 
					
						
							|  |  |  |         'Sans Titre', | 
					
						
							|  |  |  |     'development mode': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'mode d\u00E9veloppeur', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // categories:
 | 
					
						
							|  |  |  |     'Motion': | 
					
						
							|  |  |  |         'Mouvement', | 
					
						
							|  |  |  |     'Looks': | 
					
						
							|  |  |  |         'Apparence', | 
					
						
							|  |  |  |     'Sound': | 
					
						
							|  |  |  |         'Sons', | 
					
						
							|  |  |  |     'Pen': | 
					
						
							|  |  |  |         'Stylo', | 
					
						
							|  |  |  |     'Control': | 
					
						
							|  |  |  |         'Contr\u00F4les', | 
					
						
							|  |  |  |     'Sensing': | 
					
						
							|  |  |  |         'Capteurs', | 
					
						
							|  |  |  |     'Operators': | 
					
						
							|  |  |  |         'Op\u00E9rateurs', | 
					
						
							|  |  |  |     'Variables': | 
					
						
							|  |  |  |         'Variables', | 
					
						
							|  |  |  |     'Lists': | 
					
						
							|  |  |  |         'Listes', | 
					
						
							|  |  |  |     'Other': | 
					
						
							|  |  |  |         'Autres', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // editor:
 | 
					
						
							|  |  |  |     'draggable': | 
					
						
							|  |  |  |         'd\u00E9pla\u00E7able avec la souris', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // tabs:
 | 
					
						
							|  |  |  |     'Scripts': | 
					
						
							|  |  |  |         'Scripts', | 
					
						
							|  |  |  |     'Costumes': | 
					
						
							|  |  |  |         'Costumes', | 
					
						
							|  |  |  |     'Sounds': | 
					
						
							|  |  |  |         'Sons', | 
					
						
							| 
									
										
										
										
											2013-04-09 01:49:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |    // names:
 | 
					
						
							|  |  |  |     'Sprite': | 
					
						
							|  |  |  |         'Lutin', | 
					
						
							|  |  |  |     'Stage': | 
					
						
							|  |  |  |         'Sc\u00E8ne', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // rotation styles:
 | 
					
						
							|  |  |  |     'don\'t rotate': | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |         'le lutin ne pivote jamais', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'can rotate': | 
					
						
							|  |  |  |         'le lutin pivote \nautour de son centre de rotation', | 
					
						
							|  |  |  |     'only face left/right': | 
					
						
							|  |  |  |         'le lutin reste en position horizontale \nsoit vers la gauche soit vers la droite ', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // new sprite button:
 | 
					
						
							| 
									
										
										
										
											2013-04-13 06:50:00 +00:00
										 |  |  |     'add a new sprite': | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |         'ajouter un nouveau lutin', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'add a new Turtle sprite': | 
					
						
							|  |  |  |         'ajouter un nouveau lutin Tortue', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // tab help
 | 
					
						
							|  |  |  |     'costumes tab help': | 
					
						
							|  |  |  |         'Importer une image depuis votre ordinateur ou une page web \npar un presser-glisser-d\u00E9poser dans l\u0027aire des costumes', | 
					
						
							|  |  |  |     'import a sound from your computer\nby dragging it into here': | 
					
						
							|  |  |  |         'Importer un son depuis votre ordinateur \npar un presser-glisser-d\u00E9poser dans l\u0027aire des sons', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // primitive blocks:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /* | 
					
						
							|  |  |  |         Attention Translators: | 
					
						
							|  |  |  |         ---------------------- | 
					
						
							|  |  |  |         At this time your translation of block specs will only work | 
					
						
							|  |  |  |         correctly, if the order of formal parameters and their types | 
					
						
							|  |  |  |         are unchanged. Placeholders for inputs (formal parameters) are | 
					
						
							|  |  |  |         indicated by a preceding % prefix and followed by a type | 
					
						
							|  |  |  |         abbreviation. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         For example: | 
					
						
							| 
									
										
										
										
											2013-04-09 01:49:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |             'say %s for %n secs' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         can currently not be changed into | 
					
						
							| 
									
										
										
										
											2013-04-09 01:49:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |             'say %n secs long %s' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         and still work as intended. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         Similarly | 
					
						
							| 
									
										
										
										
											2013-04-09 01:49:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |             'point towards %dst' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         cannot be changed into | 
					
						
							| 
									
										
										
										
											2013-04-09 01:49:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |             'point towards %cst' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         without breaking its functionality. | 
					
						
							|  |  |  |     */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      // motion:
 | 
					
						
							|  |  |  |     'Stage selected:\nno motion primitives': | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |         'Sc\u00E8ne s\u00E9lectionn\u00E9e :\naucune brique de d\u00E9pla\u00E7ement', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     'move %n steps': | 
					
						
							|  |  |  |         'avancer de %n pas', | 
					
						
							|  |  |  |     'turn %clockwise %n degrees': | 
					
						
							| 
									
										
										
										
											2013-09-16 09:45:43 +00:00
										 |  |  |         'tourner de %n degr\u00E9s %clockwise', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'turn %counterclockwise %n degrees': | 
					
						
							| 
									
										
										
										
											2013-09-16 09:45:43 +00:00
										 |  |  |         'tourner de %n degr\u00E9s %counterclockwise', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'point in direction %dir': | 
					
						
							|  |  |  |         'se diriger en faisant un angle de %dir', | 
					
						
							|  |  |  |     'point towards %dst': | 
					
						
							|  |  |  |         'se diriger vers %dst', | 
					
						
							|  |  |  |     'go to x: %n y: %n': | 
					
						
							|  |  |  |         'aller \u00E0 x: %n y: %n', | 
					
						
							|  |  |  |     'go to %dst': | 
					
						
							|  |  |  |         'aller \u00E0 %dst', | 
					
						
							|  |  |  |     'glide %n secs to x: %n y: %n': | 
					
						
							|  |  |  |         'glisser en %n sec. \u00E0 x: %n y: %n', | 
					
						
							|  |  |  |     'change x by %n': | 
					
						
							|  |  |  |         'ajouter %n \u00E0 x', | 
					
						
							|  |  |  |     'set x to %n': | 
					
						
							|  |  |  |         'donner la valeur %n \u00E0 x', | 
					
						
							|  |  |  |     'change y by %n': | 
					
						
							|  |  |  |         'ajouter %n \u00E0 y', | 
					
						
							|  |  |  |     'set y to %n': | 
					
						
							|  |  |  |         'donner la valeur %n \u00E0 y', | 
					
						
							|  |  |  |     'if on edge, bounce': | 
					
						
							|  |  |  |         'rebondir si le bord est atteint', | 
					
						
							|  |  |  |     'x position': | 
					
						
							|  |  |  |         'position x', | 
					
						
							|  |  |  |     'y position': | 
					
						
							|  |  |  |         'position y', | 
					
						
							|  |  |  |     'direction': | 
					
						
							|  |  |  |         'direction', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // looks:
 | 
					
						
							|  |  |  |     'switch to costume %cst': | 
					
						
							|  |  |  |         'basculer sur le costume %cst', | 
					
						
							|  |  |  |     'next costume': | 
					
						
							|  |  |  |         'costume suivant', | 
					
						
							|  |  |  |     'costume #': | 
					
						
							|  |  |  |         'costume n\u00B0', | 
					
						
							|  |  |  |     'say %s for %n secs': | 
					
						
							|  |  |  |         'dire %s pendant %n sec.', | 
					
						
							|  |  |  |     'say %s': | 
					
						
							|  |  |  |         'dire %s', | 
					
						
							|  |  |  |     'think %s for %n secs': | 
					
						
							|  |  |  |         'penser %s pendant %n sec.', | 
					
						
							|  |  |  |     'think %s': | 
					
						
							|  |  |  |         'penser %s', | 
					
						
							|  |  |  |     'Hello!': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Salut !', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Hmm...': | 
					
						
							|  |  |  |         'Mmmh...', | 
					
						
							|  |  |  |     'change %eff effect by %n': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'ajouter \u00E0 l\u0027effet %eff %n', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'set %eff effect to %n': | 
					
						
							|  |  |  |         'mettre l\u0027effet %eff \u00E0 %n', | 
					
						
							|  |  |  |     'clear graphic effects': | 
					
						
							|  |  |  |         'annuler les effets graphiques', | 
					
						
							|  |  |  |     'change size by %n': | 
					
						
							|  |  |  |         'ajouter %n \u00E0 la taille', | 
					
						
							|  |  |  |     'set size to %n %': | 
					
						
							|  |  |  |         'choisir %n % de la taille initiale', | 
					
						
							|  |  |  |     'size': | 
					
						
							|  |  |  |         'taille', | 
					
						
							|  |  |  |     'show': | 
					
						
							|  |  |  |         'montrer', | 
					
						
							|  |  |  |     'hide': | 
					
						
							|  |  |  |         'cacher', | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |     'go to %layer layer': | 
					
						
							| 
									
										
										
										
											2019-03-26 08:43:14 +00:00
										 |  |  |         'aller à l\u0027 %layer plan', | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |     'front': | 
					
						
							| 
									
										
										
										
											2019-03-26 08:43:14 +00:00
										 |  |  |         'avant', | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |     'back': | 
					
						
							| 
									
										
										
										
											2019-03-26 08:43:14 +00:00
										 |  |  |         'arrière', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'go back %n layers': | 
					
						
							|  |  |  |         'd\u00E9placer de %n plan arri\u00E8re', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     'development mode \ndebugging primitives:': | 
					
						
							|  |  |  |         'mode d\u00E9veloppement \ndebugging primitives:', | 
					
						
							|  |  |  |     'console log %mult%s': | 
					
						
							|  |  |  |         'console log %mult%s', | 
					
						
							|  |  |  |     'alert %mult%s': | 
					
						
							|  |  |  |         'Pop-up: %mult%s', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // sound:
 | 
					
						
							|  |  |  |     'play sound %snd': | 
					
						
							|  |  |  |         'jouer le son %snd', | 
					
						
							|  |  |  |     'play sound %snd until done': | 
					
						
							|  |  |  |         'jouer le son %snd jusqu\u0027au bout', | 
					
						
							|  |  |  |     'stop all sounds': | 
					
						
							|  |  |  |         'arr\u00EAter tous les sons', | 
					
						
							|  |  |  |     'rest for %n beats': | 
					
						
							|  |  |  |         'faire une pause pour %n temps', | 
					
						
							| 
									
										
										
										
											2018-06-29 00:50:09 +00:00
										 |  |  |     'play note %note for %n beats': | 
					
						
							|  |  |  |         'jouer la note %note pour %n temps', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'change tempo by %n': | 
					
						
							|  |  |  |         'ajouter %n au tempo', | 
					
						
							|  |  |  |     'set tempo to %n bpm': | 
					
						
							|  |  |  |         'choisir le tempo \u00E0 %n bpm', | 
					
						
							|  |  |  |     'tempo': | 
					
						
							|  |  |  |         'tempo', | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |     'set instrument to %inst': | 
					
						
							|  |  |  |         'mettre l\u0027instrument à %inst', | 
					
						
							|  |  |  |      | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     // pen:
 | 
					
						
							|  |  |  |     'clear': | 
					
						
							|  |  |  |         'effacer tout', | 
					
						
							|  |  |  |     'pen down': | 
					
						
							| 
									
										
										
										
											2015-06-25 14:00:17 +00:00
										 |  |  |         'stylo en position d\u0027\u00E9criture', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'pen up': | 
					
						
							|  |  |  |         'relever le stylo', | 
					
						
							|  |  |  |     'set pen color to %clr': | 
					
						
							|  |  |  |         'mettre la couleur %clr pour le stylo', | 
					
						
							|  |  |  |     'change pen color by %n': | 
					
						
							|  |  |  |         'ajouter %n \u00E0 la couleur du stylo', | 
					
						
							| 
									
										
										
										
											2021-11-11 07:36:47 +00:00
										 |  |  |     'set pen %clrdim to %n': | 
					
						
							|  |  |  |         'mettre la %clrdim du stylo à %n', | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |     'hue': | 
					
						
							|  |  |  |         'teinte', | 
					
						
							|  |  |  |     'transparency': | 
					
						
							|  |  |  |         'transparence', | 
					
						
							| 
									
										
										
										
											2021-11-11 07:36:47 +00:00
										 |  |  |     'change pen %clrdim by %n': | 
					
						
							|  |  |  |         'ajouter à la %clrdim du stylo %n', | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'change pen shade by %n': | 
					
						
							|  |  |  |         'ajouter %n \u00E0 l\u0027intensit\u00E9 du stylo ', | 
					
						
							|  |  |  |     'set pen shade to %n': | 
					
						
							|  |  |  |         'choisir l\u0027intensit\u00E9 %n pour le stylo', | 
					
						
							|  |  |  |     'change pen size by %n': | 
					
						
							|  |  |  |         'ajouter %n \u00E0 la taille du stylo ', | 
					
						
							|  |  |  |     'set pen size to %n': | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |         'mettre la taille du stylo à %n', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'stamp': | 
					
						
							|  |  |  |         'estampiller', | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     'fill': | 
					
						
							|  |  |  |         'remplir', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |       // control:
 | 
					
						
							|  |  |  |     'when %greenflag clicked': | 
					
						
							|  |  |  |         'Quand %greenflag est press\u00E9', | 
					
						
							| 
									
										
										
										
											2021-10-04 06:48:39 +00:00
										 |  |  |     'when %keyHat key pressed %keyName': | 
					
						
							|  |  |  |         'Quand %keyHat est press\u00E9 %keyName', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'when I am clicked': | 
					
						
							|  |  |  |         'Quand je suis press\u00E9 ', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |   'when I am %interaction': | 
					
						
							|  |  |  |     'Quand je suis %interaction', | 
					
						
							| 
									
										
										
										
											2021-10-04 06:48:39 +00:00
										 |  |  |     'when I receive %msgHat %message': | 
					
						
							|  |  |  |         'Quand je re\u00E7ois %msgHat %message', | 
					
						
							| 
									
										
										
										
											2021-10-28 12:03:22 +00:00
										 |  |  |     'broadcast %msg %receive': | 
					
						
							|  |  |  |         'envoyer %msg %receive', | 
					
						
							|  |  |  |     'broadcast %msg %receive and wait': | 
					
						
							|  |  |  |         'envoyer %msg %receive et attendre', | 
					
						
							|  |  |  |     'to': | 
					
						
							|  |  |  |         '\u00E0', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Message name': | 
					
						
							|  |  |  |         'Nom du message', | 
					
						
							|  |  |  |     'wait %n secs': | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |         'attendre %n sec.', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'wait until %b': | 
					
						
							|  |  |  |         'attendre jusqu\u0027\u00E0 %b', | 
					
						
							| 
									
										
										
										
											2019-01-15 13:26:39 +00:00
										 |  |  |     'forever %loop': | 
					
						
							|  |  |  |         'r\u00E9p\u00E9ter ind\u00E9finiment %loop', | 
					
						
							|  |  |  |     'repeat %n %loop': | 
					
						
							|  |  |  |         'r\u00E9p\u00E9ter %n fois %loop', | 
					
						
							|  |  |  |     'repeat until %b %loop': | 
					
						
							|  |  |  |         'r\u00E9p\u00E9ter jusqu\u0027\u00E0 %b %loop', | 
					
						
							| 
									
										
										
										
											2019-04-26 07:08:10 +00:00
										 |  |  |     'for %upvar = %n to %n %cla': | 
					
						
							|  |  |  |         'pour %upvar allant de %n à %n %cla', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'if %b %c': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'si %b %c', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'if %b %c else %c': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'si %b %c sinon %c', | 
					
						
							| 
									
										
										
										
											2019-04-26 07:08:10 +00:00
										 |  |  |     'if %b then %s else %s': | 
					
						
							|  |  |  |         'si %b alors %s sinon %s', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'report %s': | 
					
						
							|  |  |  |         'rapporte %s', | 
					
						
							|  |  |  |     'stop block': | 
					
						
							|  |  |  |         'arr\u00EAter le bloc', | 
					
						
							|  |  |  |     'stop script': | 
					
						
							|  |  |  |         'arr\u00EAter le script', | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |     'stop %stopOthersChoices': | 
					
						
							|  |  |  |         'arr\u00EAter %stopOthersChoices', | 
					
						
							|  |  |  |     'stop %stopChoices': | 
					
						
							|  |  |  |         'arr\u00EAter %stopChoices', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'stop all %stop': | 
					
						
							|  |  |  |         'arr\u00EAter tout %stop', | 
					
						
							|  |  |  |     'run %cmdRing %inputs': | 
					
						
							|  |  |  |         'ex\u00E9cute %cmdRing  %inputs', | 
					
						
							|  |  |  |     'launch %cmdRing %inputs': | 
					
						
							|  |  |  |         'lance %cmdRing %inputs', | 
					
						
							|  |  |  |     'call %repRing %inputs': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'appelle %repRing %inputs', | 
					
						
							| 
									
										
										
										
											2018-06-29 00:50:09 +00:00
										 |  |  |     'tell %spr to %cmdRing %inputs': | 
					
						
							|  |  |  |         'dis à %spr de %cmdRing %inputs', | 
					
						
							|  |  |  |     'ask %spr for %repRing %inputs': | 
					
						
							| 
									
										
										
										
											2018-06-30 09:04:27 +00:00
										 |  |  |         'demande à %spr sa %repRing %inputs', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'run %cmdRing w/continuation': | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |         'ex\u00E9cute %cmdRing avec continuation', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'call %cmdRing w/continuation': | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |         'appelle %cmdRing avec continuation', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'warp %c': | 
					
						
							| 
									
										
										
										
											2019-04-26 07:10:24 +00:00
										 |  |  |         'warp %c', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'when I start as a clone': | 
					
						
							|  |  |  |         'Quand je commence comme clone', | 
					
						
							|  |  |  |     'create a clone of %cln': | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |         'créer un clone de %cln', | 
					
						
							| 
									
										
										
										
											2018-06-29 00:50:09 +00:00
										 |  |  |     'a new clone of %cln': | 
					
						
							|  |  |  |         'un nouveau clone de %cln', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'myself': | 
					
						
							|  |  |  |         'moi-m\u00EAme', | 
					
						
							|  |  |  |     'delete this clone': | 
					
						
							|  |  |  |         'supprime ce clone', | 
					
						
							| 
									
										
										
										
											2015-06-25 14:00:17 +00:00
										 |  |  |     'pause all %pause': | 
					
						
							|  |  |  |         'mettre en pause %pause', | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |     'all but this script': | 
					
						
							|  |  |  |         'tout sauf ce script', | 
					
						
							|  |  |  |     'other scripts in sprite': | 
					
						
							|  |  |  |         'les autres scripts de ce lutin', | 
					
						
							|  |  |  |     'this script': | 
					
						
							|  |  |  |         'ce script', | 
					
						
							|  |  |  |     'this block': | 
					
						
							|  |  |  |         'ce bloc', | 
					
						
							|  |  |  |     'any message': | 
					
						
							|  |  |  |         'message quelconque', | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |      // sensing:
 | 
					
						
							|  |  |  |     'touching %col ?': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         '%col touch\u00E9 ?', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'touching %clr ?': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'couleur %clr touch\u00E9e ?', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'color %clr is touching %clr ?': | 
					
						
							|  |  |  |         'couleur %clr touche %clr ?', | 
					
						
							|  |  |  |     'ask %s and wait': | 
					
						
							|  |  |  |         'demander %s et attendre', | 
					
						
							|  |  |  |     'what\'s your name?': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Quel est ton nom ?', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'answer': | 
					
						
							|  |  |  |         'r\u00E9ponse', | 
					
						
							|  |  |  |     'mouse x': | 
					
						
							|  |  |  |         'souris x', | 
					
						
							|  |  |  |     'mouse y': | 
					
						
							|  |  |  |         'souris y', | 
					
						
							|  |  |  |     'mouse down?': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'souris press\u00E9e ?', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'key %key pressed?': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'touche %key press\u00E9e ?', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'distance to %dst': | 
					
						
							|  |  |  |         'distance de %dst', | 
					
						
							|  |  |  |     'reset timer': | 
					
						
							|  |  |  |         'r\u00E9initialiser le chronom\u00E8tre', | 
					
						
							|  |  |  |     'timer': | 
					
						
							|  |  |  |         'chronom\u00E8tre', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     '%att of %spr': | 
					
						
							|  |  |  |         '%att de %spr', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'my %get': | 
					
						
							|  |  |  |         'attribut %get', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'http:// %s': | 
					
						
							|  |  |  |         'http:// %s', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'turbo mode?': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'turbo mode activ\u00E9 ?', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'set turbo mode to %b': | 
					
						
							|  |  |  |         'turbo mode prend la valeur %b', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'filtered for %clr': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'filtr\u00E9 pour %clr', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'stack size': | 
					
						
							|  |  |  |         'taille de la pile', | 
					
						
							|  |  |  |     'frames': | 
					
						
							|  |  |  |         'cadres', | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |     '%rel to %dst': | 
					
						
							|  |  |  |         '%rel à %dst', | 
					
						
							|  |  |  |     'distance': | 
					
						
							|  |  |  |         'distance', | 
					
						
							|  |  |  |     '%asp at %loc' : | 
					
						
							|  |  |  |         '%asp sous %loc', | 
					
						
							|  |  |  |     'sprites' : | 
					
						
							|  |  |  |         'lutins', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // attributes
 | 
					
						
							|  |  |  |     'neighbors': | 
					
						
							|  |  |  |         'voisins', | 
					
						
							|  |  |  |     'self': | 
					
						
							|  |  |  |         'moi-m\u00EAme', | 
					
						
							|  |  |  |     'other sprites': | 
					
						
							|  |  |  |         'autres lutins', | 
					
						
							|  |  |  |     'parts': | 
					
						
							|  |  |  |         'parts', | 
					
						
							|  |  |  |     'anchor': | 
					
						
							|  |  |  |         'ancre', | 
					
						
							|  |  |  |     'parent': | 
					
						
							|  |  |  |         'parent', | 
					
						
							|  |  |  |     'children': | 
					
						
							|  |  |  |         'enfants', | 
					
						
							|  |  |  |     'clones': | 
					
						
							|  |  |  |         'clones', | 
					
						
							|  |  |  |     'other clones': | 
					
						
							|  |  |  |         'autres clones', | 
					
						
							|  |  |  |     'dangling?': | 
					
						
							|  |  |  |         'pendiller?', | 
					
						
							|  |  |  |     'draggable?': | 
					
						
							|  |  |  |         'd\u00E9pla\u00E7able avec la souris?', | 
					
						
							|  |  |  |     'rotation style': | 
					
						
							|  |  |  |         'sens de rotation', | 
					
						
							|  |  |  |     'rotation x': | 
					
						
							|  |  |  |         'rotation x', | 
					
						
							|  |  |  |     'rotation y': | 
					
						
							|  |  |  |         'rotation y', | 
					
						
							|  |  |  |     'center x': | 
					
						
							|  |  |  |         'centre x', | 
					
						
							|  |  |  |     'center y': | 
					
						
							|  |  |  |         'centre y', | 
					
						
							|  |  |  |     'name': | 
					
						
							|  |  |  |         'nom', | 
					
						
							|  |  |  |     'stage': | 
					
						
							|  |  |  |         'scène', | 
					
						
							|  |  |  |     'costumes': | 
					
						
							|  |  |  |         'costumes', | 
					
						
							|  |  |  |     'sounds': | 
					
						
							|  |  |  |         'sons', | 
					
						
							|  |  |  |     'scripts': | 
					
						
							|  |  |  |         'scripts', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // operators:
 | 
					
						
							|  |  |  |     '%n mod %n': | 
					
						
							|  |  |  |         '%n mod %n', | 
					
						
							|  |  |  |     'round %n': | 
					
						
							|  |  |  |         'arrondi de %n', | 
					
						
							|  |  |  |     '%fun of %n': | 
					
						
							|  |  |  |         '%fun appliqu\u00E9 \u00E0 %n', | 
					
						
							|  |  |  |     'pick random %n to %n': | 
					
						
							|  |  |  |         'nombre al\u00E9atoire entre %n et %n', | 
					
						
							|  |  |  |     '%b and %b': | 
					
						
							|  |  |  |         '%b et %b', | 
					
						
							|  |  |  |     '%b or %b': | 
					
						
							|  |  |  |         '%b ou %b', | 
					
						
							|  |  |  |     'not %b': | 
					
						
							|  |  |  |         'non %b', | 
					
						
							|  |  |  |     'true': | 
					
						
							|  |  |  |         'vrai', | 
					
						
							|  |  |  |     'false': | 
					
						
							|  |  |  |         'faux', | 
					
						
							|  |  |  |     'join %words': | 
					
						
							|  |  |  |         'regroupe %words', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'split %s by %delim': | 
					
						
							|  |  |  |         'd\u00E9coupe %s entre les %delim', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'hello': | 
					
						
							|  |  |  |         'Bonjour', | 
					
						
							|  |  |  |     'world': | 
					
						
							|  |  |  |         'Monde', | 
					
						
							| 
									
										
										
										
											2018-06-12 09:16:04 +00:00
										 |  |  |     'letter %idx of %s': | 
					
						
							|  |  |  |         'lettre %idx de %s', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'length of %s': | 
					
						
							|  |  |  |         'longueur de %s', | 
					
						
							|  |  |  |     'unicode of %s': | 
					
						
							|  |  |  |         'valeur unicode de %s', | 
					
						
							|  |  |  |     'unicode %n as letter': | 
					
						
							|  |  |  |         'unicode %n comme lettre', | 
					
						
							|  |  |  |     'is %s a %typ ?': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         '%s est un(e) %typ ?', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'is %s identical to %s ?': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         '%s est identique \u00E0 %s ?', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     'type of %s': | 
					
						
							|  |  |  |         'type de %s', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      // variables:
 | 
					
						
							|  |  |  |     'Make a variable': | 
					
						
							|  |  |  |         'Nouvelle variable', | 
					
						
							|  |  |  |     'Variable name': | 
					
						
							|  |  |  |         'Nom de la variable', | 
					
						
							|  |  |  |     'Delete a variable': | 
					
						
							|  |  |  |         'Supprimer une variable', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     'set %var to %s': | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |         'mettre %var à %s', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'change %var by %n': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'ajouter \u00E0 %var %n', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'show variable %var': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'afficher la variable %var', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'hide variable %var': | 
					
						
							|  |  |  |         'cacher la variable %var', | 
					
						
							|  |  |  |     'script variables %scriptVars': | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |         'variables du script %scriptVars', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // lists:
 | 
					
						
							|  |  |  |     'list %exp': | 
					
						
							|  |  |  |         'liste %exp', | 
					
						
							| 
									
										
										
										
											2019-04-27 09:13:07 +00:00
										 |  |  |     'numbers from %n to %n': | 
					
						
							|  |  |  |         'nombres de %n à %n', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     '%s in front of %l': | 
					
						
							|  |  |  |         '%s au d\u00E9but de %l', | 
					
						
							|  |  |  |     'item %idx of %l': | 
					
						
							|  |  |  |         '\u00E9l\u00E9ment %idx de %l', | 
					
						
							|  |  |  |     'all but first of %l': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'tous sauf le premier de %l', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'length of %l': | 
					
						
							|  |  |  |         'longueur de %l', | 
					
						
							|  |  |  |     '%l contains %s': | 
					
						
							|  |  |  |         '%l contient %s', | 
					
						
							|  |  |  |     'thing': | 
					
						
							|  |  |  |         'qqchose', | 
					
						
							| 
									
										
										
										
											2019-04-27 09:13:07 +00:00
										 |  |  |     'is %l empty?': | 
					
						
							|  |  |  |         '%l vide?', | 
					
						
							| 
									
										
										
										
											2019-04-26 07:08:10 +00:00
										 |  |  |     'map %repRing over %l': | 
					
						
							|  |  |  |         'appliquer %repRing à %l', | 
					
						
							| 
									
										
										
										
											2019-06-24 07:03:22 +00:00
										 |  |  |     'keep items %predRing from %l': | 
					
						
							| 
									
										
										
										
											2019-04-26 07:08:10 +00:00
										 |  |  |         'garder les items tels que %predRing de %l', | 
					
						
							| 
									
										
										
										
											2019-06-25 15:10:09 +00:00
										 |  |  |     'combine %l using %repRing': | 
					
						
							|  |  |  |         'combine les items de %l avec %repRing', | 
					
						
							| 
									
										
										
										
											2019-05-02 12:49:22 +00:00
										 |  |  |     '%blitz map %repRing over %l': | 
					
						
							|  |  |  |         '%blitz appliquer %repRing à %l', | 
					
						
							| 
									
										
										
										
											2019-06-24 07:03:22 +00:00
										 |  |  |     '%blitz keep items %predRing from %l': | 
					
						
							| 
									
										
										
										
											2019-05-02 12:49:22 +00:00
										 |  |  |         '%blitz garder les items tels que %predRing de %l', | 
					
						
							| 
									
										
										
										
											2019-06-25 15:10:09 +00:00
										 |  |  |     '%blitz combine %l using %repRing': | 
					
						
							|  |  |  |         '%blitz combine les items de %l avec %repRing', | 
					
						
							| 
									
										
										
										
											2019-04-27 09:13:07 +00:00
										 |  |  |     'for each %upvar in %l %cla': | 
					
						
							|  |  |  |         'pour chaque %upvar de %l %cla', | 
					
						
							|  |  |  |     'item': | 
					
						
							|  |  |  |         'item', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'add %s to %l': | 
					
						
							|  |  |  |         'ajouter %s \u00E0 %l', | 
					
						
							|  |  |  |     'delete %ida of %l': | 
					
						
							|  |  |  |         'supprimer l\u0027\u00E9l\u00E9ment %ida de %l', | 
					
						
							|  |  |  |     'insert %s at %idx of %l': | 
					
						
							|  |  |  |         'ins\u00E9rer %s en position %idx de %l', | 
					
						
							|  |  |  |     'replace item %idx of %l with %s': | 
					
						
							|  |  |  |         'remplacer l\u0027\u00E9l\u00E9ment %idx de %l par %s', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // other
 | 
					
						
							|  |  |  |     'Make a block': | 
					
						
							|  |  |  |         'Nouveau bloc', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    // menus
 | 
					
						
							|  |  |  |     // snap menu
 | 
					
						
							|  |  |  |     'About...': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         '\u00C0 propos de Snap!...', | 
					
						
							|  |  |  |     'Reference manual': | 
					
						
							|  |  |  |         'Manuel de r\u00E9f\u00E9rence', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Snap! website': | 
					
						
							|  |  |  |         'Snap! le site web', | 
					
						
							|  |  |  |     'Download source': | 
					
						
							|  |  |  |         'T\u00E9l\u00E9charger le code source', | 
					
						
							|  |  |  |     'Switch back to user mode': | 
					
						
							|  |  |  |         'Revenir en mode utilisateur', | 
					
						
							|  |  |  |     'disable deep-Morphic\ncontext menus\nand show user-friendly ones': | 
					
						
							|  |  |  |         'd\u00E9sactiver la fonction morphic', | 
					
						
							|  |  |  |     'Switch to dev mode': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Passer en mode d\u00E9veloppeur', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'enable Morphic\ncontext menus\nand inspectors,\nnot user-friendly!': | 
					
						
							|  |  |  |         'activer la fonction morphic', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // project menu
 | 
					
						
							| 
									
										
										
										
											2013-04-13 06:32:09 +00:00
										 |  |  |     'Project notes...': | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |         'Notes du projet...', | 
					
						
							|  |  |  |     'New': | 
					
						
							|  |  |  |         'Nouveau', | 
					
						
							|  |  |  |     'Open...': | 
					
						
							|  |  |  |         'Ouvrir...', | 
					
						
							|  |  |  |     'Save': | 
					
						
							|  |  |  |         'Sauvegarder', | 
					
						
							|  |  |  |     'Save As...': | 
					
						
							|  |  |  |         'Sauvegarder sous...', | 
					
						
							|  |  |  |     'Import...': | 
					
						
							|  |  |  |         'Importer...', | 
					
						
							|  |  |  |     'file menu import hint': | 
					
						
							|  |  |  |         'importer un projet export\u00E9,\nune biblioth\u00E8que de ' | 
					
						
							|  |  |  |             + 'blocs\n' | 
					
						
							|  |  |  |             + 'un costume ou un son', | 
					
						
							| 
									
										
										
										
											2013-04-19 15:18:00 +00:00
										 |  |  |     'Export project as plain text...': | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |         'Exporter le projet comme texte...', | 
					
						
							|  |  |  |     'Export project...': | 
					
						
							|  |  |  |         'Exporter le projet...', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'save project data as XML\nto your downloads folder': | 
					
						
							|  |  |  |         'sauvegarder le projet au\nformat XML dans votre\ndossier T\u00E9l\u00E9chargements', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'show project data as XML\nin a new browser window': | 
					
						
							|  |  |  |         'ouvrir le projet au format XML\ndans une nouvelle fen\u00EAtre de votre navigateur', | 
					
						
							| 
									
										
										
										
											2013-04-19 15:18:00 +00:00
										 |  |  |     'Export blocks...': | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |         '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', | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     'Unused blocks...': | 
					
						
							|  |  |  |         'Blocs inutilis\u00E9s...', | 
					
						
							|  |  |  |     'find unused global custom blocks\nand remove their definitions': | 
					
						
							|  |  |  |         'trouver et supprimer les blocs personnalis\u00E9s inutilis\u00E9s', | 
					
						
							|  |  |  |     'Remove unused blocks': | 
					
						
							|  |  |  |         'Supprimer les blocs inutilis\u00E9s', | 
					
						
							|  |  |  |     'there are currently no unused\nglobal custom blocks in this project': | 
					
						
							|  |  |  |         'Aucun bloc inutilis\u00E9 dans ce projet', | 
					
						
							|  |  |  |     'unused block(s) removed': | 
					
						
							|  |  |  |         'bloc(s) inutilis\u00E9(s) supprim\u00E9(s)', | 
					
						
							|  |  |  |     'Export summary...': | 
					
						
							|  |  |  |         'Exporter un r\u00E9sum\u00E9...', | 
					
						
							|  |  |  |     'open a new browser browser window\n with a summary of this project': | 
					
						
							|  |  |  |         'voir un résumé de ce projet dans\nune nouvelle fenêtre du navigateur', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'load the official library of\npowerful blocks': | 
					
						
							|  |  |  |         'Importer la biblioth\u00E8que officielle\nd\'outils avanc\u00E9s', | 
					
						
							|  |  |  |     'Libraries...': | 
					
						
							|  |  |  |         'Biblioth\u00E8ques...', | 
					
						
							|  |  |  |     'Import library': | 
					
						
							|  |  |  |         'Importer une biblioth\u00E8que', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // settings menu
 | 
					
						
							|  |  |  |     'Language...': | 
					
						
							|  |  |  |         'Langue...', | 
					
						
							|  |  |  |     'Blurred shadows': | 
					
						
							|  |  |  |         'Ombres floues', | 
					
						
							|  |  |  |     'uncheck to use solid drop\nshadows and highlights': | 
					
						
							|  |  |  |         'D\u00E9cocher pour utiliser des rehauts et des ombres \n port\u00E9es floues', | 
					
						
							|  |  |  |     'check to use blurred drop\nshadows and highlights': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'cocher pour utiliser des rehauts et des ombres \n port\u00E9es pleines', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Zebra coloring': | 
					
						
							|  |  |  |         'Colorations altern\u00E9es', | 
					
						
							|  |  |  |     'check to enable alternating\ncolors for nested blocks': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'cocher pour activer des couleurs altern\u00E9es \n pour les blocs embo\u00EEt\u00E9s', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'uncheck to disable alternating\ncolors for nested block': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'd\u00E9cocher pour d\u00E9sactiver des couleurs altern\u00E9es \n pour les blocs embo\u00EEt\u00E9s', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Prefer empty slot drops': | 
					
						
							|  |  |  |         'Pr\u00E9f\u00E9rer des entr\u00E9es vides', | 
					
						
							|  |  |  |     'settings menu prefer empty slots hint': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'cocher pour pr\u00E9f\u00E9rer des entr\u00E9es vides \n' | 
					
						
							|  |  |  |         + 'lors du glisser-d\u00E9poser d\u0027un reporter', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'uncheck to allow dropped\nreporters to kick out others': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'd\u00E9cocher pour ne pas pr\u00E9f\u00E9rer des entr\u00E9es vides \n' | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     + 'lors du glisser-d\u00E9poser d\u0027un reporter', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Long form input dialog': | 
					
						
							|  |  |  |         'Bo\u00EEte d\u0027entr\u00E9e en mode d\u00E9taill\u00E9', | 
					
						
							|  |  |  |     'check to always show slot\ntypes in the input dialog': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'cocher pour toujours ouvrir la bo\u00EEte de dialogue \nd\u0027entr\u00E9e en mode d\u00E9taill\u00E9 : avec tous les types de blocs', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'uncheck to use the input\ndialog in short form': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'd\u00E9cocher pour utiliser la bo\u00EEte de dialogue \nd\u0027entr\u00E9e en mode simple ', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Virtual keyboard': | 
					
						
							|  |  |  |         'Clavier virtuel', | 
					
						
							|  |  |  |     'uncheck to disable\nvirtual keyboard support\nfor mobile devices': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'd\u00E9cocher pour d\u00E9sactiver le clavier virtuel pour \nles tablettes et smartphones : mobile devices  ', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'check to enable\nvirtual keyboard support\nfor mobile devices': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'cocher pour activer le clavier virtuel pour \nles tablettes et smartphones : mobile devices  ', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Input sliders': | 
					
						
							|  |  |  |         'Entr\u00E9e curseurs', | 
					
						
							|  |  |  |     'uncheck to disable\ninput sliders for\nentry fields': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'd\u00E9cocher pour d\u00E9sactiver le curseur coulissant \ndans le champ de saisie', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'check to enable\ninput sliders for\nentry fields': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'cocher pour activer un curseur coulissant \ndans le champ de saisie ', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Clicking sound': | 
					
						
							|  |  |  |         'Cliquetis', | 
					
						
							|  |  |  |     'uncheck to turn\nblock clicking\nsound off': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'd\u00E9cocher pour d\u00E9sactiver le cliquetis \n' | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     +'lors de l\u0027embo\u00EEtement des blocs' , | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'check to turn\nblock clicking\nsound on': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'cocher pour activer le cliquetis \n' | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     +'lors de l\u0027embo\u00EEtement des blocs', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'Turbo mode': | 
					
						
							|  |  |  |         'Mode turbo', | 
					
						
							|  |  |  |     'check to prioritize\nscript execution': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'cocher pour favoriser l\'ex\u00E9cution du script', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'uncheck to run scripts\nat normal speed': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'd\u00E9cocher pour ex\u00E9cuter le script en vitesse normale', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'Flat design': | 
					
						
							|  |  |  |         'Style al\u00E9g\u00E9', | 
					
						
							|  |  |  |     'check for alternative\nGUI design': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'cocher pour un style d\'interface alternatif', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'uncheck for default\nGUI design': | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |      'd\u00E9cocher pour le style classique d\'interface', | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     'Keyboard Editing': | 
					
						
							|  |  |  |         '\u00C9dition au clavier', | 
					
						
							|  |  |  |     'uncheck to disable\nkeyboard editing support': | 
					
						
							|  |  |  |         'd\u00E9cocher pour d\u00E9sactiver l\'\u00E9dition au clavier', | 
					
						
							|  |  |  |     'check to enable\nkeyboard editing support': | 
					
						
							|  |  |  |         'cocher pour activer l\'\u00E9dition au clavier', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Thread safe scripts': | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |         'Scripts réentrants', | 
					
						
							|  |  |  |     'check to disallow\nscript reentrance': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'cocher pour interdire\n la r\u00E9entrance des scripts\n' | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |       + 'et les ex\u00E9cuter s\u00E9par\u00E9ment', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'uncheck to allow\nscript reentrance': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'd\u00E9cocher pour permettre\n la r\u00E9entrance des scripts\n' | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |       + 'o\u00F9 certains s\'ex\u00E9cutent en paral\u00E8lle', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'Prefer smooth animations': | 
					
						
							|  |  |  |         'Vitesse d\'animation fixe', | 
					
						
							|  |  |  |     'uncheck for greater speed\nat variable frame rates': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'd\u00E9cocher pour une vitesse\nd\'animation maximale (mais variable)', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'check for smooth, predictable\nanimations across computers': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'cocher pour une vitesse d\'animation\nfixe et identique sur tous les ordinateurs', | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     // inputs
 | 
					
						
							|  |  |  |     'with inputs': | 
					
						
							|  |  |  |         'avec entr\u00E9es', | 
					
						
							|  |  |  |     'input names:': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'renseigner un nom :', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Input Names:': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Renseigner un nom :', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // context menus:
 | 
					
						
							|  |  |  |     'help': | 
					
						
							|  |  |  |         'Aide', | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     // palette:
 | 
					
						
							|  |  |  |     'hide primitives': | 
					
						
							|  |  |  |         'Masquer les blocs de base', | 
					
						
							|  |  |  |     'show primitives': | 
					
						
							|  |  |  |         'Afficher les blocs de base', | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     // blocks:
 | 
					
						
							|  |  |  |     'help...': | 
					
						
							|  |  |  |         'Aide...', | 
					
						
							|  |  |  |     'duplicate': | 
					
						
							|  |  |  |         'dupliquer', | 
					
						
							|  |  |  |     'make a copy\nand pick it up': | 
					
						
							|  |  |  |         'faire une copie\n et le d\u00E9placer', | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     'only duplicate this block': | 
					
						
							|  |  |  |         'ne dupliquer que ce bloc', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'delete': | 
					
						
							|  |  |  |         'supprimer', | 
					
						
							|  |  |  |     'script pic...': | 
					
						
							|  |  |  |         'image du script...', | 
					
						
							|  |  |  |     'open a new window\nwith a picture of this script': | 
					
						
							|  |  |  |         'ouvrir une nouvelle fen\u00EAtre avec une \nimage .png de ce script', | 
					
						
							|  |  |  |     'ringify': | 
					
						
							|  |  |  |         'entourer', | 
					
						
							|  |  |  |     'unringify': | 
					
						
							|  |  |  |         'd\u00E9tourer', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // custom blocks:
 | 
					
						
							|  |  |  |     'delete block definition...': | 
					
						
							|  |  |  |         'supprimer les d\u00E9finitions de bloc', | 
					
						
							|  |  |  |     'edit...': | 
					
						
							|  |  |  |         '\u00E9diter...', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // sprites:
 | 
					
						
							|  |  |  |     'edit': | 
					
						
							|  |  |  |         '\u00E9diter', | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     'move': | 
					
						
							|  |  |  |         'd\u00E9placer', | 
					
						
							|  |  |  |     'detach from': | 
					
						
							|  |  |  |         'D\u00E9tacher de', | 
					
						
							|  |  |  |     'detach all parts': | 
					
						
							|  |  |  |         'D\u00E9tacher toutes les parties', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'export...': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Exporter...', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'paint a new sprite': | 
					
						
							|  |  |  |         'dessiner un nouveau lutin', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // scripting area
 | 
					
						
							|  |  |  |     'clean up': | 
					
						
							| 
									
										
										
										
											2020-10-28 10:25:46 +00:00
										 |  |  |         'arranger', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'arrange scripts\nvertically': | 
					
						
							|  |  |  |         'arrange scripts\nvertically', | 
					
						
							|  |  |  |     'add comment': | 
					
						
							|  |  |  |         'ajouter un commentaire', | 
					
						
							| 
									
										
										
										
											2020-10-28 10:25:46 +00:00
										 |  |  |     'undrop': | 
					
						
							|  |  |  |         'retour arrière', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'make a block...': | 
					
						
							|  |  |  |         'cr\u00E9er un nouveau bloc...', | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     // costumes
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'rename': | 
					
						
							|  |  |  |         'renommer', | 
					
						
							|  |  |  |     'export': | 
					
						
							|  |  |  |         'exporter', | 
					
						
							|  |  |  |     'rename costume': | 
					
						
							|  |  |  |         'renommer un costume', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     'Paint a new costume': | 
					
						
							|  |  |  |         'Dessiner un nouveau costume', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // sounds
 | 
					
						
							|  |  |  |     'Play sound': | 
					
						
							|  |  |  |         'jouer un son', | 
					
						
							|  |  |  |     'Stop sound': | 
					
						
							|  |  |  |         'arr\u00EAter un son', | 
					
						
							|  |  |  |     'Stop': | 
					
						
							|  |  |  |         'arr\u00EAter', | 
					
						
							|  |  |  |     'Play': | 
					
						
							|  |  |  |         'jouer', | 
					
						
							|  |  |  |     'rename sound': | 
					
						
							|  |  |  |         'renommer un son', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // dialogs
 | 
					
						
							|  |  |  |     // buttons
 | 
					
						
							|  |  |  |     'OK': | 
					
						
							|  |  |  |         'OK', | 
					
						
							|  |  |  |     'Ok': | 
					
						
							|  |  |  |         'Ok', | 
					
						
							|  |  |  |     'Cancel': | 
					
						
							|  |  |  |         'Annuler', | 
					
						
							|  |  |  |     'Yes': | 
					
						
							|  |  |  |         'Oui', | 
					
						
							|  |  |  |     'No': | 
					
						
							|  |  |  |         'Non', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'Open': | 
					
						
							|  |  |  |         'Ouvrir', | 
					
						
							|  |  |  |     'Browser': | 
					
						
							|  |  |  |         'Navigateur', | 
					
						
							|  |  |  |     'Examples': | 
					
						
							|  |  |  |         'Exemples', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // help
 | 
					
						
							|  |  |  |     'Help': | 
					
						
							|  |  |  |         'Aide', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // Project Manager
 | 
					
						
							|  |  |  |     'Untitled': | 
					
						
							|  |  |  |         'Sans titre', | 
					
						
							|  |  |  |     'Open Project': | 
					
						
							|  |  |  |         'Ouvrir un projet', | 
					
						
							|  |  |  |     '(empty)': | 
					
						
							|  |  |  |         '(vide)', | 
					
						
							|  |  |  |     'Saved!': | 
					
						
							|  |  |  |         'Enregistr\u00EA !', | 
					
						
							|  |  |  |     'Delete Project': | 
					
						
							|  |  |  |         'Supprimer un projet', | 
					
						
							|  |  |  |     'Are you sure you want to delete': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Souhaitez-vous vraiment supprimer ?', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'rename...': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Renommer...', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |      // costume editor
 | 
					
						
							|  |  |  |     'Costume Editor': | 
					
						
							|  |  |  |         '\u00EAditeur de costumes', | 
					
						
							|  |  |  |     'click or drag crosshairs to move the rotation center': | 
					
						
							|  |  |  |         'cliquez ou faites d\u00EAfiler la ligne de mire  pour d\u00EAfinir le centre de rotation du costume', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // project notes
 | 
					
						
							|  |  |  |     'Project Notes': | 
					
						
							|  |  |  |         'Notes du projet', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // new project
 | 
					
						
							|  |  |  |     'New Project': | 
					
						
							|  |  |  |         'Nouveau projet', | 
					
						
							|  |  |  |     'Replace the current project with a new one?': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Remplacer le projet actuel par un nouveau ?', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // open project
 | 
					
						
							|  |  |  |     'Open Projekt': | 
					
						
							|  |  |  |         'Ouvrir un projet', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // save project
 | 
					
						
							|  |  |  |     'Save Project As...': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Sauvegarder le projet sous...', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // export blocks
 | 
					
						
							|  |  |  |     'Export blocks': | 
					
						
							|  |  |  |         'exporter des blocs', | 
					
						
							|  |  |  |     'this project doesn\'t have any\ncustom global blocks yet': | 
					
						
							|  |  |  |         'ce projet ne contient pas \nde bloc global personnalis\u00E9', | 
					
						
							|  |  |  |     'select': | 
					
						
							|  |  |  |         's\u00E9lectionner', | 
					
						
							|  |  |  |     'all': | 
					
						
							| 
									
										
										
										
											2021-10-28 12:03:22 +00:00
										 |  |  |         'tous', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'none': | 
					
						
							|  |  |  |         'aucun', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // variable dialog
 | 
					
						
							|  |  |  |     'for all sprites': | 
					
						
							|  |  |  |         'pour tous les lutins', | 
					
						
							|  |  |  |     'for this sprite only': | 
					
						
							|  |  |  |         'pour ce lutin uniquement', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // block dialog
 | 
					
						
							|  |  |  |     'Change block': | 
					
						
							|  |  |  |         'Changer le bloc', | 
					
						
							|  |  |  |     'Command': | 
					
						
							|  |  |  |         'Commande', | 
					
						
							|  |  |  |     'Reporter': | 
					
						
							|  |  |  |         'Reporter', | 
					
						
							|  |  |  |     'Predicate': | 
					
						
							|  |  |  |         'Pr\u00E9dicat', | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     // block editor
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Block Editor': | 
					
						
							|  |  |  |         '\u00C9diteur de bloc', | 
					
						
							|  |  |  |     'Apply': | 
					
						
							|  |  |  |         'Appliquer', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // block deletion dialog
 | 
					
						
							|  |  |  |     'Delete Custom Block': | 
					
						
							|  |  |  |         'Effacer le bloc personnalis\u00E9', | 
					
						
							|  |  |  |     'block deletion dialog text': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         '\u00CAtes-vous s\u00FBr de vouloir supprimer ce bloc personnalis\u00E9 \net ' + | 
					
						
							|  |  |  |             'toutes ses instances ?', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // input dialog
 | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     'Create input name': | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |         'Cr\u00E9er le nom de l\u0027entr\u00E9e', | 
					
						
							|  |  |  |     'Edit input name': | 
					
						
							|  |  |  |         '\u00C9diter le nom de l\u0027entr\u00E9e', | 
					
						
							|  |  |  |     'Edit label fragment': | 
					
						
							|  |  |  |         '\u00C9diter le fragment du label', | 
					
						
							|  |  |  |     'Title text': | 
					
						
							|  |  |  |         'Texte du titre', | 
					
						
							|  |  |  |     'Input name': | 
					
						
							|  |  |  |         'Nom de l\u0027entr\u00E9e', | 
					
						
							|  |  |  |     'Delete': | 
					
						
							|  |  |  |         'Supprimer', | 
					
						
							|  |  |  |     'Object': | 
					
						
							|  |  |  |         'Objet', | 
					
						
							|  |  |  |     'Number': | 
					
						
							|  |  |  |         'Nombre', | 
					
						
							|  |  |  |     'Text': | 
					
						
							|  |  |  |         'Texte', | 
					
						
							|  |  |  |     'List': | 
					
						
							|  |  |  |         'Liste', | 
					
						
							|  |  |  |     'Any type': | 
					
						
							|  |  |  |         'Tout type', | 
					
						
							|  |  |  |     'Boolean (T/F)': | 
					
						
							|  |  |  |         'Bool\u00E9en (V/F)', | 
					
						
							|  |  |  |     'Command\n(inline)': | 
					
						
							|  |  |  |         'Commande\n(en ligne)', | 
					
						
							|  |  |  |     'Command\n(C-shape)': | 
					
						
							|  |  |  |         'Commande\n(en forme de C)', | 
					
						
							|  |  |  |     'Any\n(unevaluated)': | 
					
						
							|  |  |  |         'Tout type\n(non \u00E9valu\u00E9e)', | 
					
						
							|  |  |  |     'Boolean\n(unevaluated)': | 
					
						
							|  |  |  |         'Bool\u00E9en\n(non \u00E9valu\u00E9e)', | 
					
						
							|  |  |  |     'Single input.': | 
					
						
							|  |  |  |         'Entr\u00E9e unique.', | 
					
						
							|  |  |  |     'Default Value:': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Valeur par d\u00E9faut :', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Multiple inputs (value is list of inputs)': | 
					
						
							|  |  |  |         'Entr\u00E9es multiples (la valeur est une liste des entr\u00E9es)', | 
					
						
							|  |  |  |     'Upvar - make internal variable visible to caller': | 
					
						
							|  |  |  |         'Upvar - Rendre la variable interne visible pour l\u0027appelant', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     // delimiters
 | 
					
						
							|  |  |  |     'whitespace': | 
					
						
							|  |  |  |         'espaces blancs', | 
					
						
							|  |  |  |     'line': | 
					
						
							|  |  |  |         'lignes', | 
					
						
							|  |  |  |     'tab': | 
					
						
							|  |  |  |         'tabulations', | 
					
						
							|  |  |  |     'cr': | 
					
						
							|  |  |  |         'retours de ligne', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |   'letter': | 
					
						
							|  |  |  |     'lettres', | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // About Snap
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'About Snap': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         '\u00C0 propos de Snap', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Back...': | 
					
						
							|  |  |  |         'Retour...', | 
					
						
							|  |  |  |     'License...': | 
					
						
							|  |  |  |         'Licence...', | 
					
						
							|  |  |  |     'Modules...': | 
					
						
							|  |  |  |         'Modules...', | 
					
						
							|  |  |  |     'Credits...': | 
					
						
							|  |  |  |         'Contributeurs...', | 
					
						
							|  |  |  |     'Translators...': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Traducteurs...', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'License': | 
					
						
							|  |  |  |         'License', | 
					
						
							|  |  |  |     'current module versions:': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Versions du module courant :', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'Contributors': | 
					
						
							|  |  |  |         'Contributeurs', | 
					
						
							|  |  |  |     'Translations': | 
					
						
							|  |  |  |         'Traductions', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // variable watchers
 | 
					
						
							|  |  |  |     'normal': | 
					
						
							|  |  |  |         'normal', | 
					
						
							|  |  |  |     'large': | 
					
						
							|  |  |  |         'grand', | 
					
						
							|  |  |  |     'slider': | 
					
						
							|  |  |  |         'curseur', | 
					
						
							|  |  |  |     'slider min...': | 
					
						
							|  |  |  |         'min...', | 
					
						
							|  |  |  |     'slider max...': | 
					
						
							|  |  |  |         'max...', | 
					
						
							|  |  |  |     'Slider minimum value': | 
					
						
							|  |  |  |         'Valeur minimale du curseur', | 
					
						
							|  |  |  |     'Slider maximum value': | 
					
						
							|  |  |  |         'Valeur maximale du curseur', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // list watchers
 | 
					
						
							|  |  |  |     'length: ': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'Longueur : ', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // coments
 | 
					
						
							|  |  |  |     'add comment here...': | 
					
						
							|  |  |  |         'ajoute un commentaire ici', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // drow downs
 | 
					
						
							|  |  |  |     // directions
 | 
					
						
							|  |  |  |     '(90) right': | 
					
						
							|  |  |  |         '(90) \u00E0 droite', | 
					
						
							|  |  |  |     '(-90) left': | 
					
						
							|  |  |  |         '(-90) \u00E0 gauche', | 
					
						
							|  |  |  |     '(0) up': | 
					
						
							|  |  |  |         '(0) vers le haut', | 
					
						
							| 
									
										
										
										
											2013-11-27 16:00:56 +00:00
										 |  |  |     '(180) down': | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |         '(180) vers le bas', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // collision detection
 | 
					
						
							|  |  |  |     'mouse-pointer': | 
					
						
							|  |  |  |         'pointeur souris', | 
					
						
							|  |  |  |     'edge': | 
					
						
							|  |  |  |         'bord', | 
					
						
							|  |  |  |     'pen trails': | 
					
						
							|  |  |  |         'traces de stylo', | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |     'random position': | 
					
						
							|  |  |  |         'position aléatoire', | 
					
						
							|  |  |  |     'center': | 
					
						
							|  |  |  |         'centre', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // costumes
 | 
					
						
							|  |  |  |     'Turtle': | 
					
						
							|  |  |  |         'Pointeur', | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     'Empty': | 
					
						
							|  |  |  |         'Vide', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // graphical effects
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'color': | 
					
						
							|  |  |  |         'couleur', | 
					
						
							|  |  |  |     'fisheye': | 
					
						
							|  |  |  |         'fisheye', | 
					
						
							|  |  |  |     'whirl': | 
					
						
							|  |  |  |         'tourbillon', | 
					
						
							|  |  |  |     'pixelate': | 
					
						
							|  |  |  |         'pixelisation', | 
					
						
							|  |  |  |     'mosaic': | 
					
						
							|  |  |  |         'mosa\u00EFque', | 
					
						
							|  |  |  |     'saturation': | 
					
						
							|  |  |  |         'saturation', | 
					
						
							|  |  |  |     'brightness': | 
					
						
							|  |  |  |         'luminosit\u00E9', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'ghost': | 
					
						
							|  |  |  |         'transparence', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'negative': | 
					
						
							|  |  |  |         'n\u00E9gatif', | 
					
						
							|  |  |  |     'comic': | 
					
						
							|  |  |  |         'moir\u00E9', | 
					
						
							|  |  |  |     'confetti': | 
					
						
							|  |  |  |         'confetti', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // keys
 | 
					
						
							| 
									
										
										
										
											2019-03-26 08:00:12 +00:00
										 |  |  |     'any key': | 
					
						
							|  |  |  |         'touche quelconque', | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  |     'space': | 
					
						
							|  |  |  |         'espace', | 
					
						
							|  |  |  |     'up arrow': | 
					
						
							|  |  |  |         'fl\u00E8che vers le haut', | 
					
						
							|  |  |  |     'down arrow': | 
					
						
							|  |  |  |         'fl\u00E8che vers le bas', | 
					
						
							|  |  |  |     'right arrow': | 
					
						
							|  |  |  |         'fl\u00E8che vers la droite', | 
					
						
							|  |  |  |     'left arrow': | 
					
						
							|  |  |  |         'fl\u00E8che vers la gauche', | 
					
						
							|  |  |  |     'a': | 
					
						
							|  |  |  |         'a', | 
					
						
							|  |  |  |     'b': | 
					
						
							|  |  |  |         'b', | 
					
						
							|  |  |  |     'c': | 
					
						
							|  |  |  |         'c', | 
					
						
							|  |  |  |     'd': | 
					
						
							|  |  |  |         'd', | 
					
						
							|  |  |  |     'e': | 
					
						
							|  |  |  |         'e', | 
					
						
							|  |  |  |     'f': | 
					
						
							|  |  |  |         'f', | 
					
						
							|  |  |  |     'g': | 
					
						
							|  |  |  |         'g', | 
					
						
							|  |  |  |     'h': | 
					
						
							|  |  |  |         'h', | 
					
						
							|  |  |  |     'i': | 
					
						
							|  |  |  |         'i', | 
					
						
							|  |  |  |     'j': | 
					
						
							|  |  |  |         'j', | 
					
						
							|  |  |  |     'k': | 
					
						
							|  |  |  |         'k', | 
					
						
							|  |  |  |     'l': | 
					
						
							|  |  |  |         'l', | 
					
						
							|  |  |  |     'm': | 
					
						
							|  |  |  |         'm', | 
					
						
							|  |  |  |     'n': | 
					
						
							|  |  |  |         'n', | 
					
						
							|  |  |  |     'o': | 
					
						
							|  |  |  |         'o', | 
					
						
							|  |  |  |     'p': | 
					
						
							|  |  |  |         'p', | 
					
						
							|  |  |  |     'q': | 
					
						
							|  |  |  |         'q', | 
					
						
							|  |  |  |     'r': | 
					
						
							|  |  |  |         'r', | 
					
						
							|  |  |  |     's': | 
					
						
							|  |  |  |         's', | 
					
						
							|  |  |  |     't': | 
					
						
							|  |  |  |         't', | 
					
						
							|  |  |  |     'u': | 
					
						
							|  |  |  |         'u', | 
					
						
							|  |  |  |     'v': | 
					
						
							|  |  |  |         'v', | 
					
						
							|  |  |  |     'w': | 
					
						
							|  |  |  |         'w', | 
					
						
							|  |  |  |     'x': | 
					
						
							|  |  |  |         'x', | 
					
						
							|  |  |  |     'y': | 
					
						
							|  |  |  |         'y', | 
					
						
							|  |  |  |     'z': | 
					
						
							|  |  |  |         'z', | 
					
						
							|  |  |  |     '0': | 
					
						
							|  |  |  |         '0', | 
					
						
							|  |  |  |     '1': | 
					
						
							|  |  |  |         '1', | 
					
						
							|  |  |  |     '2': | 
					
						
							|  |  |  |         '2', | 
					
						
							|  |  |  |     '3': | 
					
						
							|  |  |  |         '3', | 
					
						
							|  |  |  |     '4': | 
					
						
							|  |  |  |         '4', | 
					
						
							|  |  |  |     '5': | 
					
						
							|  |  |  |         '5', | 
					
						
							|  |  |  |     '6': | 
					
						
							|  |  |  |         '6', | 
					
						
							|  |  |  |     '7': | 
					
						
							|  |  |  |         '7', | 
					
						
							|  |  |  |     '8': | 
					
						
							|  |  |  |         '8', | 
					
						
							|  |  |  |     '9': | 
					
						
							|  |  |  |         '9', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      // messages
 | 
					
						
							|  |  |  |     'new...': | 
					
						
							|  |  |  |         'nouveau...', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // math functions
 | 
					
						
							|  |  |  |     'abs': | 
					
						
							|  |  |  |         'v. absolue', | 
					
						
							|  |  |  |     'sqrt': | 
					
						
							|  |  |  |         'sqrt', | 
					
						
							|  |  |  |     'sin': | 
					
						
							|  |  |  |         'sin', | 
					
						
							|  |  |  |     'cos': | 
					
						
							|  |  |  |         'cos', | 
					
						
							|  |  |  |     'tan': | 
					
						
							|  |  |  |         'tan', | 
					
						
							|  |  |  |     'asin': | 
					
						
							|  |  |  |         'asin', | 
					
						
							|  |  |  |     'acos': | 
					
						
							|  |  |  |         'acos', | 
					
						
							|  |  |  |     'atan': | 
					
						
							|  |  |  |         'atan', | 
					
						
							|  |  |  |     'ln': | 
					
						
							|  |  |  |         'ln', | 
					
						
							|  |  |  |     'e^': | 
					
						
							|  |  |  |         'e^', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // data types
 | 
					
						
							|  |  |  |     'number': | 
					
						
							|  |  |  |         'nombre', | 
					
						
							|  |  |  |     'text': | 
					
						
							|  |  |  |         'texte', | 
					
						
							|  |  |  |     'Boolean': | 
					
						
							|  |  |  |         'bool\u00E9en', | 
					
						
							|  |  |  |     'list': | 
					
						
							|  |  |  |         'liste', | 
					
						
							|  |  |  |     'command': | 
					
						
							|  |  |  |         'bloc de commande', | 
					
						
							|  |  |  |     'reporter': | 
					
						
							|  |  |  |         'bloc reporter', | 
					
						
							|  |  |  |     'predicate': | 
					
						
							|  |  |  |         'pr\u00E9dicat', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     // list indices
 | 
					
						
							|  |  |  |     'last': | 
					
						
							|  |  |  |         'dernier', | 
					
						
							|  |  |  |     'any': | 
					
						
							| 
									
										
										
										
											2015-06-25 14:00:17 +00:00
										 |  |  |         'n\u0027importe quel', | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     // miscellaneous
 | 
					
						
							|  |  |  |     'find blocks...': | 
					
						
							|  |  |  |         'chercher des blocs...', | 
					
						
							|  |  |  |     'hide primitives': | 
					
						
							|  |  |  |         'cacher les primitives', | 
					
						
							|  |  |  |     'show primitives': | 
					
						
							|  |  |  |         'montrer les primitives', | 
					
						
							|  |  |  |     'Login...': | 
					
						
							|  |  |  |         'Connexion...', | 
					
						
							|  |  |  |     'Signup...': | 
					
						
							|  |  |  |         'S\u0027enregistrer...', | 
					
						
							|  |  |  |     'Reset Password...': | 
					
						
							|  |  |  |         'Remise \u00E0 z\u00E9ro du mot de passe...', | 
					
						
							|  |  |  |     'show all': | 
					
						
							|  |  |  |         'tout montrer', | 
					
						
							|  |  |  |     'pic...': | 
					
						
							|  |  |  |         'image...', | 
					
						
							|  |  |  |     'open a new window\nwith a picture of the stage': | 
					
						
							|  |  |  |         'ouvre une nouvelle fen\u00EAtre\navec une image de la sc\u00E8ne', | 
					
						
							|  |  |  |     'scripts pic...': | 
					
						
							|  |  |  |         'image des scripts...', | 
					
						
							|  |  |  |     'open a new window\nwith a picture of all scripts': | 
					
						
							|  |  |  |         'ouvre une nouvelle fen\u00EAtre\navec une image de tous les scripts', | 
					
						
							|  |  |  |     'Stage size...': | 
					
						
							|  |  |  |         'Taille de la sc\u00E8ne...', | 
					
						
							|  |  |  |     'Zoom blocks...': | 
					
						
							|  |  |  |         'Agrandir les blocs...', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     'Plain prototype labels': | 
					
						
							|  |  |  |         '\u00C9tiquettes simples de d\u00E9finition', | 
					
						
							|  |  |  |     'uncheck to always show (+) symbols\nin block prototype labels': | 
					
						
							|  |  |  |         'd\u00E9cocher pour montrer en permanance le symbole (+)\ndans les \u00e9tiquettes de d\u00E9finition de bloc', | 
					
						
							|  |  |  |     'check to hide (+) symbols\nin block prototype labels': | 
					
						
							|  |  |  |         'cocher pour cacher le symbole (+)\ndans les \u00e9tiquettes de d\u00E9finition de bloc', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     'check for flat ends of lines': | 
					
						
							|  |  |  |         'cocher pour dessiner des fins de ligne plates', | 
					
						
							|  |  |  |     'uncheck for round ends of lines': | 
					
						
							|  |  |  |         'd\u00E9cocher pour dessiner des fins de lignes arrondies', | 
					
						
							|  |  |  |     'Flat line ends': | 
					
						
							|  |  |  |         'Fins de ligne plates', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     'Codification support': | 
					
						
							|  |  |  |         'Support de la \u00AB codification \u00BB', | 
					
						
							|  |  |  |     'uncheck to disable\nblock to text mapping features': | 
					
						
							|  |  |  |         'd\u00E9cocher pour d\u00E9activer\nla fonction de transformation :\nbloc vers texte', | 
					
						
							|  |  |  |     'check for block\nto text mapping features': | 
					
						
							|  |  |  |         'cocher pour activer\nla fonction de transformation :\nbloc vers texte', | 
					
						
							| 
									
										
										
										
											2015-06-25 14:00:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     'Inheritance support': | 
					
						
							|  |  |  |         'Support de l\'h\u00E9ritage', | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'current %dates': | 
					
						
							|  |  |  |         'date courante %dates', | 
					
						
							|  |  |  |     'year': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'ann\u00E9e', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'month': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'mois', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'date': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'jour', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'hour': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'heure', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'minute': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'minute', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'second': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'seconde', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'time in milliseconds': | 
					
						
							|  |  |  |         'heure en millisecondes', | 
					
						
							|  |  |  |     'day of week': | 
					
						
							|  |  |  |         'jour de la semaine', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     'brightness': | 
					
						
							|  |  |  |         'luminosit\u00E9', | 
					
						
							|  |  |  |     'transparence': | 
					
						
							|  |  |  |         'transparence', | 
					
						
							|  |  |  |     'negative': | 
					
						
							|  |  |  |         'n\u00E9gatif', | 
					
						
							|  |  |  |     'comic': | 
					
						
							|  |  |  |         'bande dessin\u00E9e', | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     'clicked': | 
					
						
							|  |  |  |         'cliqu\u00E9', | 
					
						
							|  |  |  |     'pressed': | 
					
						
							|  |  |  |         'press\u00E9', | 
					
						
							|  |  |  |     'dropped': | 
					
						
							|  |  |  |         'd\u00E9pos\u00E9', | 
					
						
							|  |  |  |     'mouse-entered': | 
					
						
							|  |  |  |         'survol\u00E9', | 
					
						
							|  |  |  |     'mouse-departed': | 
					
						
							|  |  |  |         'quitt\u00E9', | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |     'when %b': | 
					
						
							|  |  |  |         'Quand %b', | 
					
						
							| 
									
										
										
										
											2015-06-25 14:00:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'JavaScript function ( %mult%s ) { %code }': | 
					
						
							|  |  |  |         'fonction JavaScript ( %mult%s ) { %code }', | 
					
						
							| 
									
										
										
										
											2015-06-25 14:00:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     // Copy / Paste
 | 
					
						
							|  |  |  |     'Press CTRL+C one more time to effectively copy to clipboard.': | 
					
						
							|  |  |  |         'Taper une nouvelle fois sur CTRL+C pour copier effectivement vers le presse-papier.', | 
					
						
							|  |  |  |     'Press CTRL+V one more time to effectively paste from clipboard.': | 
					
						
							|  |  |  |         'Taper une nouvelle fois sur CTRL+V pour coller effectivement depuis le presse-papier.', | 
					
						
							|  |  |  |     'Press CTRL+X one more time to effectively cut to clipboard.': | 
					
						
							|  |  |  |         'Taper une nouvelle fois sur CTRL+X pour couper effectivement vers le presse-papier.', | 
					
						
							| 
									
										
										
										
											2015-06-25 14:00:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     // Paint.js
 | 
					
						
							|  |  |  |     'undo': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'd\u00E9faire', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'Paintbrush tool\n(free draw)': | 
					
						
							|  |  |  |         'Pinceau\n(dessin \u00E0 main lev\u00E9e)', | 
					
						
							|  |  |  |     'Stroked Rectangle\n(shift: square)': | 
					
						
							|  |  |  |         'Rectangle\n(Maj : carr\u00E9)', | 
					
						
							|  |  |  |     'Stroked Ellipse\n(shift: circle)': | 
					
						
							|  |  |  |         'Ellipse\n(Maj : cercle)', | 
					
						
							|  |  |  |     'Eraser tool': | 
					
						
							|  |  |  |         'Gomme', | 
					
						
							|  |  |  |     'Set the rotation center': | 
					
						
							|  |  |  |         'Fixer le centre de rotation', | 
					
						
							|  |  |  |     'Line tool\n(shift: vertical/horizontal)': | 
					
						
							|  |  |  |         'Ligne\n(Maj: verticale/horizontale)', | 
					
						
							|  |  |  |     'Filled Rectangle\n(shift: square)': | 
					
						
							|  |  |  |         'Rectangle plein\n(Maj: carr\u00E9)', | 
					
						
							|  |  |  |     'Filled Ellipse\n(shift: circle)': | 
					
						
							|  |  |  |         'Ellipse pleine\n(Maj: cercle)', | 
					
						
							|  |  |  |     'Fill a region': | 
					
						
							|  |  |  |         'Remplir une r\u00E9gion', | 
					
						
							|  |  |  |     'Pipette tool\n(pick a color anywhere)': | 
					
						
							|  |  |  |         'Pipette\n(s\u00E9lectionnez une couleur n\u0027importe o\u00F9)', | 
					
						
							|  |  |  |     'grow': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'agrandir', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'shrink': | 
					
						
							| 
									
										
										
										
											2016-01-27 15:19:25 +00:00
										 |  |  |         'r\u00E9duire', | 
					
						
							| 
									
										
										
										
											2016-10-04 15:14:09 +00:00
										 |  |  |     'flip \u2194': | 
					
						
							|  |  |  |         'miroir \u2194', | 
					
						
							|  |  |  |     'flip \u2195': | 
					
						
							|  |  |  |         'miroir \u2195', | 
					
						
							|  |  |  |     'Brush size': | 
					
						
							|  |  |  |         'Taille de pinceau', | 
					
						
							|  |  |  |     'Constrain proportions of shapes?\n(you can also hold shift)': | 
					
						
							|  |  |  |         'Contraindre les proportions de la forme ?\n(vous pouvez aussi maintenir appuy\u00E9 Maj)' | 
					
						
							| 
									
										
										
										
											2015-06-25 14:00:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-16 08:02:16 +00:00
										 |  |  | }; |