This repository was archived by the owner on Jul 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 515
Expand file tree
/
Copy pathserver.properties
More file actions
executable file
·477 lines (440 loc) · 28 KB
/
Copy pathserver.properties
File metadata and controls
executable file
·477 lines (440 loc) · 28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
##########################################
##########################################
##### Strings visible through the UI #####
##########################################
##########################################
##############
## Homepage ##
##############
thimbleHeading=Thimble by Mozilla - An online code editor for learners & educators.
thimbleTagLine=Write the Web <br/> On the Web
thimbleDescription1=Thimble is an online code editor that makes it easy to create and publish your own web pages while learning <a title="Learn about HTML" href="https://developer.mozilla.org/docs/Learn/HTML">HTML</a>, <a title="Learn about CSS" href="https://developer.mozilla.org/docs/Learn/CSS">CSS</a> & <a title="Learn about JavaScript" href="https://developer.mozilla.org/docs/Learn/JavaScript">JavaScript</a>.
newProjectBtn=Start a project from scratch
contactEmail=Email Us
contactTwitter=Talk to us on Twitter
readTheDocs=Read the Docs
contribute=Contribute on GitHub
termsOfUse=Terms of Use
privacyPolicy=Privacy Policy
thimbleFooter=Thimble is part of the Mozilla Learning Network. <br/>Learn to teach like mozilla at <a href="http://learning.mozilla.org">learning.mozilla.org</a>.
pageTitleGetInvolved=Thimble by Mozilla - Get Involved
pageTitleFeatures=Thimble by Mozilla - Features
# Userbar
signInPromptHomepage=<a href="#" title="Sign in to Thimble" id="login-link" data-loginUrl="{{ loginURL }}" class="navbar-login">Sign in</a> or <a href="#" title="Create an account" id="signup-link" class="navbar-login">Create an account</a>
# Reload Preview Page
errorCantLoadPreviewTitle=Oh no, something's wrong!
errorCantLoadPreview=We could not load the preview, please reload to try again...
reloadButtonLabel=Reload
############
## Editor ##
############
# Loading the editor
loadingProject=Loading Project
loadingProjectSupportSuggestion=If the project doesn't load, <a title="Thimble help page" href="https://github.com/mozilla/thimble.mozilla.org/wiki/Project-not-Loading-Help">get help here</a>.
reloadThimbleMessage=Please reload your browser to try loading Thimble again. <button class="refresh-browser">Reload Now</button>
errorCouldNotStart=Thimble could not start.
errorLoadingProject=There was an error loading your Project.<br>Please refresh your browser.
errorLoadingProjectSuggestion=NOTE: if you are using Private Browsing mode, please reload in normal mode.
errorUnsupportedBrowser=Sorry, Thimble won't work in your Browser
errorUnsupportedBrowserSuggestion1=Thimble works in all of the following browsers: <a title="Download Mozilla Firefox" href="https://www.mozilla.org/firefox/new/">Firefox</a>, <a title="Download Google Chrome" href="https://www.google.com/chrome/browser/desktop/index.html">Chrome</a>, Internet Explorer 11, Microsoft Edge, Safari (8+), and <a title="Download Opera" href="http://www.opera.com/download">Opera</a>.
errorUnsupportedBrowserIgnore=Let me try anyway!
errorLoadingProjectBramble=For error details open your browser's Developer Tools console.
refreshForUpdates=<strong>Thimble has Updates</strong> - Please refresh your browser to get the latest changes. <button class="refresh-browser">Refresh</button>
projectNotLoadingMessage=Your project seems to be taking a long time to load.<br/> If it doesn't load, please reload the page to try again.
tryAgainButtonLabel=Try Again
emailForHelp=If that doesn't help, <a href="mailto:thimble@mozillafoundation.org">let us know</a>.
# Userbar
userbarGetStarted=Get Started
userbarCoolFeatures=Cool Features
userbarGetInvolved=Get Involved
help=Help
helpTroubleshooting=Troubleshooting
helpFAQ=FAQ
helpFeatures=Features
deleteProjectLink=Delete Project
downloadProjectLink=Download files (.zip)
signInPromptEditor=<a title="Sign in to Thimble" id="login-link" class="navbar-login">Sign in</a> or <a title="Create an account" id="signup-link" class="navbar-login">Create an account</a> to Save and {{ publishBtnOpenTag }}Publish{{ publishBtnCloseTag }}
backToHomepage=Go back to the Thimble homepage
# Navigation bar
navFiles=FILES
navHTMLFile=Add HTML file
navCSSFile=Add CSS file
navJavascriptFile=Add JavaScript file
navTutorialFile=Add a Tutorial
# Tooltip shown for adding a new folder in the files menu
navAddFolderTitle=Add a new Folder
# Text to display in the files menu for adding a new folder
navAddFolder=Add Folder
navUploadFile=Upload a file…
navEditor=EDITOR
navUndo=Undo
navTextSize=Text size
navColorTheme=Color theme
navWrapText=Wrap long lines
navAllowJS=Allow JavaScript
navAllowWS=Show White Space
navAutoComplete=Autocomplete code
navAutoEncloseTags=Auto close tags
navSVGedit=Edit SVG images as code
navPreview=PREVIEW
navViewTutorial=TUTORIAL
navToggleAutoUpdateTitle=Toggle Preview Auto-refresh
navToggleAutoUpdateLabel=Auto
# Code Snippet Data
snippetHTMLComment=Comment
snippetHTMLCommentTitle=Add a Comment
# Example text inside a comment which in HTML will be <!-- Your comment here --> and in CSS/JS will be /* Add your comment here */
snippetCommentData=Add your comment here
snippetHTMLTable=Table
snippetHTMLTableTitle=Add a Table
snippetHTMLTableHeading=Heading
snippetHTMLTableValue=Value
snippetHTMLDefinitionList=Definition List
snippetHTMLDefinitionListTitle=Add a Definition List
snippetHTMLOrderedList=Ordered List
snippetHTMLOrderedListTitle=Add an Ordered List
snippetHTMLItem1=Item 1
snippetHTMLItem2=Item 2
snippetHTMLItem3=Item 3
snippetHTMLUnorderedList=Unordered List
snippetHTMLUnorderedListTitle=Add an Unordered List
snippetHTMLForm=Form
snippetHTMLFormTitle=Add a Form
# Label in a form next to an input text box
snippetHTMLFormFirstNameLabel=First name
# Label in a form next to an input text box
snippetHTMLFormLastNameLabel=Last name
# Submit button text in a form
snippetHTMLFormSubmit=Submit
snippetHTMLScript=Include a JavaScript file
snippetHTMLScriptTitle=Add a Script
snippetHTMLExternalStylesheet=Include a CSS file
snippetHTMLExternalStylesheetTitle=Add an External Stylesheet
snippetHTMLExternalStyleSheetComment=Add the <link> tag to your HTML file. These usually go in the <head> tag
snippetHTMLVideo=Video Player
snippetHTMLVideoTitle=Add a Video player to your page
# Text that shows up between the <video> and </video> tags as a fallback
snippetHTMLVideoData=Your browser does not support the video tag.
snippetHTMLAudio=Audio Player
snippetHTMLAudioTitle=Add an Audio player to your page
# Text that shows up between the <audio> and </audio> tags as a fallback
snippetHTMLAudioData=Your browser does not support the audio tag.
snippetHTMLMetaMobile=Mobile Meta
snippetHTMLMetaMobileTitle=Add Mobile Metadata
snippetCSSComment=Comment
snippetCSSCommentTitle=Add a Comment to your CSS file
snippetCSSTagNameSelector=Element Type Selector
snippetCSSTagNameSelectorTitle=Style a tag by name
snippetCSSClassSelector=Class Selector
snippetCSSClassSelectorTitle=Style elements with a class
snippetCSSIDSelector=ID Selector
snippetCSSIDSelectorTitle=Style an element by its ID
snippetCSSKeyframe=Keyframe Animation
snippetCSSKeyframeTitle=Add a Keyframe Animation
# Description of animation code inside a CSS comment /* The animation code */
snippetCSSKeyframeAnimationComment=The animation code
# Description of animation code inside a CSS comment /* The element to apply the animation to */
snippetCSSKeyframeAnimationTargetComment=The element to apply the animation to
snippetCSSAnchorStyle=Link Styles
snippetCSSAnchorStyleTitle=Style an Anchor Tag
# Description of unvisited anchor CSS selector inside a CSS comment /* unvisited link */
snippetCSSAnchorStyleUnvisitedLinkComment=Basic Style
# Description of visited anchor CSS selector inside a CSS comment /* visited link */
snippetCSSAnchorStyleVisitedLinkComment=Visited
# Description of mouseover anchor CSS selector inside a CSS comment /* mouseover link */
snippetCSSAnchorStyleHoverLinkComment=Hovered
# Description of selected anchor CSS selector inside a CSS comment /* selected link */
snippetCSSAnchorStyleActiveLinkComment=Active
snippetCSSMediaQuery=Media Queries
snippetCSSMediaQueryTitle=Add a Media Query
# Description of data to add for a CSS media query inside a CSS comment /* Rules when screen is up to 320px wide */
snippetCSSMediaQueryNarrow=Rules when screen is up to 320px wide
# Description of data to add for a CSS media query inside a CSS comment /* Rules when screen is between 321px and 768px wide */
snippetCSSMediaQueryMedium=Rules when screen is between 321px and 768px wide
# Description of data to add for a CSS media query inside a CSS comment /* Rules when screen is wider than 768px */
snippetCSSMediaQueryWide=Rules when screen is wider than 768px
snippetCSSFont=Fonts
snippetCSSFontTitle=Declare a Font
snippetCSSPseudo=Add a Pseudo Element
snippetCSSPseudoTitle=Add content to your page with CSS using a pseudo element
# Description of an example :after CSS pseudo selector that will show up in CSS comment /* Adds an arrow before every element with class='arrow' */
snippetCSSPseudoComment=Adds an arrow before every element with class='arrow'
snippetJSFunction=A Basic Function
snippetJSFunctionTitle=Add a simple function that accepts one argument
snippetJSComment=Comment
snippetJSCommentTitle=Add a Comment to your JavaScript file
# This will go inside a console.log(). Please leave the quotes in the translated string and do not translate `name` as it is a javascript variable. For eg. the string will be displayed as `console.log("Hello, " + name);`
snippetJSLogHello="Hello, " + name
# This will go inside a console.log().
snippetJSLogHelloStranger=Hello, stranger!
# A common person's name that will be used in a snippet. For e.g. `functionCall("David")`
snippetJSPersonName1=David
# A common person's name that will be used in a snippet. For e.g. `functionCall("Bob")`
snippetJSPersonName2=Bob
# A common person's name that will be used in a snippet. For e.g. `functionCall("Kate")`
snippetJSPersonName3=Kate
snippetJSForLoop=For Loop
snippetJSForLoopTitle=Add a For Loop
# Description of what needs to happen inside a JS loop as a JS comment // Do something in this loop
snippetJSLoopData=Do something in this loop
snippetJSWhileLoop=While Loop
snippetJSWhileLoopTitle=Add a While Loop
snippetJSSwitchCase=Switch Statement
snippetJSSwitchCaseTitle=Add a Switch/Case conditional
# Description of what needs to happen inside a JS conditional block (if/switch) as a JS comment // Do something for this case
snippetJSConditionalComment=Do something for this case
# Description of what needs to happen inside the fallback JS conditional block (else/default) as a JS comment // Do something if no condition was met
snippetJSConditionalDefaultComment=Do something if no condition was met
snippetJSIfElse=If...Else Statement
snippetJSIfElseTitle=Add an If...Else conditional
snippetJSArray=Array
snippetJSArrayTitle=Create an Array
snippetJSObject=Object
snippetJSObjectTitle=Create an Object Literal
snippetJSClickHandler=Add a Click Event
snippetJSClickHandlerTitle=Do something when an element is clicked
# Description of an example of using document.querySelector() which will show up in a JS comment // Select an element with id="button"
snippetJSClickHandlerComment=Select an element with id="button"
# Will show up as `console.log("Click!")`
snippetJSClickHandlerLog=Click!
snippetJSChangeStyle=Change CSS Property
snippetJSChangeStyleTitle=Change a CSS property of an element
# Description of an example of changing an HTML element's style in JS which will show up in a JS comment // Select the element with id='alert'
snippetJSChangeStyleComment=Select the element with id='alert'
# Publishing
publishShareLink=Here's a link you can share…
publishChangesPrompt=You've made changes since you last published this project.
publishProjectDescription=Project Description
publishCancelBtn=Cancel
noIndexFound_2=Published projects need an <strong>"index.html"</strong> page, please add it and try again. <a href="{{ learnMoreURL }}">Learn more</a>
##################
## Project List ##
##################
prjListNewProjectBtn=Create a new Project
prjListDeleteProjectBtn=Delete
prjListCancelDeleteProjectBtn=Cancel
publishedLink=Published Version
deleteProjects=Delete Projects
###################
## Features page ##
###################
featuresHeader=Awesome features make learning<br/> <em>and</em> teaching coding easy & fun
featuresCallout=Thimble is a full-featured code editor that runs right in the browser. It's designed to help new coders create their own sites and web-based projects using HTML, CSS & JavaScript. Everything you need is at your fingertips, allowing you (or your classroom) to get up and running as quickly as possible.
featuresCalloutDesc=It's a code editor, web server, web browser & developer tools all in one—and it's <em>free!</em>
livePreviewFeatureTitle=Instantly see your changes
livePreviewFeatureDesc=Create and experiment and faster with the <strong>Live Preview</strong>. It shows the changes to your code instantly.
remixFeatureTitle=Remix any Thimble project
remixFeatureDesc=Like a Thimble project that you see? Remix it to create your very own version. You can also send your project to friends or students—what they can come up with?
snippetsFeatureTitle=Handy Code Snippets
snippetsFeatureDesc=Work faster by making use a handy list of HTML, CSS & JavaScript code snippets that you can include in your code.
consoleFeatureTitle=Built-in JavaScript Console
consoleFeatureDesc=Working on some JavaScript? Thimble's built-in console makes it easier than ever to test and debug your code.
fileTreeFeatureTitle=Add and manage files
fileTreeFeatureDesc=Thimble works like a real web project, you can create, rename, delete and even upload your own files.
fileTreeFeatureDescHighlight1=Download a <strong>.zip</strong> of your project and view it from your hard drive
fileTreeFeatureDescHighlight2=Drag & drop files from your computer into Thimble
fileTreeFeatureDescHighlight3=Download any file in your project via the right-click menu
themeFeatureTitle=Turn the lights on and off
themeFeatureDesc=Thimble comes with a dark and light theme, so pick what's best for you. You can also change other options like the size of the text.
tutorialFeatureTitle=Follow & create embedded tutorials
tutorialFeatureDesc=Projects can have tutorials that help you (or your students) learn as they make changes to the projects.
autocompleteFeatureTitle=Get code hints as you type
autocompleteFeatureDesc=Don't get stuck trying to remember a lot of rules and syntax. Thimble will give you hints in HTML, CSS and even JavaScript files.
inlineCSSFeatureTitle=Edit CSS right in your HTML pages
inlineCSSFeatureDesc=Write CSS styles for your elements without switching away from the HTML page that you are editing. Put the text cursor on any element tag and hit <span class="key">Cmd/Ctrl</span> + <span class="key">E</span> to start writing CSS styles.
publishingFeatureTitle=Publish projects to the web fast
publishingFeatureDesc=You can publish your projects to the web with only a single click. Later on, when you make changes, you can easily update your project.
colorpickerFeatureTitle=Pick colors right in the editor
colorpickerFeatureDesc=Put the text cursor on any color value in a CSS file and press <span class="key">Cmd/Ctrl</span> + <span class="key">E</span> to open the color picker.
previewModesFeatureTitle=Test your project on a mobile device
previewModesFeatureDesc=Switching to the <strong>mobile preview mode</strong> lets you see your work on a narrow device. Then, turn on the full-screen preview to get the big picture.
inspectorFeatureTitle=Find HTML elements fast
inspectorFeatureDesc=Turn on the <strong>DOM Inspector</strong> and hover over different elements in the preview. Thimble will highlight the related code in the HTML editor.
imageFiltersFeatureTitle=Image Filters
imageFiltersFeatureDesc=Add some fun to your project by adding filters to your images. Cats never looked so good before!
takeASelfieFeatureTitle=Take a Selfie
takeASelfieFeatureDesc=Add your mugshot to any page your're working on using Thimble's selfie tool—it uses your computer's webcam. Just start typing <span class="key"><img src=</span> tag to your HTML page and you'll see a prompt.
#######################
## Get Involved page ##
#######################
getInvolvedHeader=Curious about Open Source? <br/>Help us build & improve Thimble!
fileAnIssueBtn=File an issue
goodFirstBugBtn=Find a “Good First Bug” to work on
whyContributeTitle=Why Contribute?
contributeReason1=Your work impacts users all over the world
contributeReason2=Gain valuable experience and mentorship
contributeReason3=Support Mozilla's mission of an open internet for all
contributeReason4=It feels good!
getInvolvedDescription1=Thimble is an <a href="https://en.wikipedia.org/wiki/Open-source_software">Open Source</a> project created by the <a href="{{ mozillaFoundationURL }}">Mozilla Foundation</a> in partnership with <a href="{{ cdotURL }}">CDOT at Seneca College</a>. Since the beginning, contributors from all over the world have played an important role in making it a success.
getInvolvedDescription2=It's truly an international project, it has been <strong>localized in 33 languages</strong> (with over 100 in progress) and used by <strong>learners in over 200 countries</strong>.
noContributionTooSmallTitle=No contribution is too small
noContributionTooSmallDesc=Contributions of all skills and backgrounds are welcome. You don't need to be an expert programmer, in fact, over half of our contributors identify themselves as students. You can start small, file an issue to…
noContributionTooSmallReason1=Report bug, problem or typo
noContributionTooSmallReason2=Request a change, new feature or starter project
noContributionTooSmallReason3=Leave feedback
goFileAnIssueBtn=Go on, File an Issue!
feelingAdventurous=If you're feeling adventurous, then check out our GitHub repositories below.
onGithub=On GitHub
goodFirstBugsBadge=Good First Bugs
contributingGuidelines=Contributing Guidelines
getInTouch=Get in Touch
getInTouchChat=Thimble Chat Channel
getInTouchEmail=Email us
featuredContributors=Featured Contributors
featuredContributorsDesc=Over <strong>350 contributors</strong> from more than <strong>30 countries</strong> have been involved in the Thimble project. Here are some of the many generous folks that have contributed their time & energy to make Thimble better!
twigz20Contrib1=Added a code snippets menu to make coding easier
twigz20Contrib2=Fixed JavaScript auto toggle bugs
twigz20Quote=“When first starting on Thimble I had little to no experience/knowledge of JavaScript. It took me a while to get my bearings. As I started working on this project I had many hurdles to cross. But with the help of the core team I was able to slowly cross those hurdles. I still have lots to learn, but I'm happy with the progress so far!”
sanariaz154Contrib1=Added extra padding to the Editor to improve legibility
sanariaz154Quote=“We all need people who will give us feedback. That's how we improve. Working with Thimble was the most encouraging experience for me in opensource world and it gave me a chance to work with most friendly and supporting team.”
raygervaisContrib1=Added a JavaScript console to help learners to debug their code and find errors
raygervaisContrib2=Improved the usability of Thimble menus
raygervaisQuote=“Contributing to Thimble enabled me to learn about modern JavaScript web applications, an experience which has already helped further my career to new heights and possibilities. Open Source has changed the world, and with it, I believe we can do anything.”
hkiratContrib1=Created a custom UI to edit parameters for A-frame tags
hkiratContrib2=Made code completion an optional setting
hkiratContrib3=Researched tech approaches to collaborative editing
hkiratQuote=“Working on Thimble has been a great experience. The code is very well written and the mentors are really supportive. It is one of the best projects to work in if you want to start working on open source and contributing has taught me a lot about open source best practices.”
cgsinghContrib1=Added descriptions to projects page
cgsinghContrib2=Made auto closing tags an optional setting
cgsinghContrib3=Fixed a longstanding usability bug with the Publish button
cgsinghQuote=“Jumping into Thimble the first time around was daunting. But then I started to contribute, and it became satisfying. I learned a lot about what I usually sidelined — web development. In Open Source development, I never felt alone. Bring all these talented minds together, and something as great as Thimble can happen.”
peiying16Contrib1fix=Added support for file icons in the file list
peiying16Contrib2=Fixed bug related to JavaScript settings
peiying16Contrib3=Support for editing SVG files right in the editor
peiying16Quote=“I love Thimble, and I love fixing bug with Thimble team.”
th30Contrib1=Updated menu transition effects
th30Contrib2=Made sure files are properly highlighted in the editor
th30Quote=“Working with Thimble proved to be challenging and explosive way to get into open source. It really made me collaborate and work with some amazing individuals, which always made you feel like your mistakes are merely opportunities to further improve your releases. Persistence is key, and always turn feedback into a lesson opportunity!”
omytryniukContrib1=Improved the built-in image viewer UI
omytryniukContrib2=Added several UI improvements and fixed front-end styling and functionality bugs
omytryniukContrib3=Updated node dependencies in the Thimble project
omytryniukQuote=“For me, working on Thimble is not just about gaining valuable programming experience but more importantly a feeling of accomplishment and contributing to a product that is used by people all around the world. Realizing that millions of people benefit from the code I write is what drove me to apply to work on Thimble. The other important factor is the friendly and supportive community within the project which is another reason that makes my open source development experience with Thimble fascinating.”
timmoyContrib1=Fixed a bug related to the auto-refresh setting on the preview panel — it now remembers the setting when the browser is refreshed
timmoyContrib2=Added a feature that lets you add filters to images in a project
timmoyQuote=“Prior to Thimble, I worked with relatively small programs that I coded myself or in a small group. Working on code that spans hundreds (probably thousands!) of files being worked on by over 300 people definitely opened up my mind in what “working with others” could mean. I found that there is definitely a learning curve to get used to the environment, but there's always friendly faces that will help you get started as well as with troubles you may have along the way. Just after a few months, I'm able to contribute to the community more than I imagined before. Imagine the possibilities that we can all achieve together as open source continues to grow!”
############
## Shared ##
############
yourProjectsLink=Your Projects
loginWelcome=Hi, {{username}}
newProjectLink=New Project
signOutLink=Sign out
untitledProject=Untitled Project
#################################################
#################################################
##### Strings not obviously seen via the UI #####
#################################################
#################################################
##############
## Homepage ##
##############
newProjectBtnTitle=Start a new Thimble project from scratch.
contactTwitterTitle=Say Hi on Twitter
contributeTitle=Contribute
# Remix projects gallery
lessonPlan=Lesson Plan
gallerySearchPlaceholder=Search for a topic
viewProject=View
byAuthor=By
noResultsTitle=Oh no! No matching projects found.
noResultsText=You can <a class="start-over" href="#">clear your search</a> to see featured projects and popular tags.
projectLoadingInProgress=Loading projects…
projectLoadingError=Unable to load project gallery! <a href="mailto:thimble@mozillafoundation.org">Let us know!</a>
clearSearchTerm=Clear the search term
submitProject=Do you have a good starter project? We'd love to include it. <a href="mailto:thimble@mozillafoundation.org?subject=Thimble Gallery Project">Let us know!</a>
############
## Editor ##
############
# Loading the editor
errorUnsupportedBrowserIgnoreTitle=Continue using Thimble
# Userbar
renameProjectInputBoxTitle=Rename your Project
helpIconTitle=Visit the Help site
# Navigation bar
navAddFileIconTitle=New file
navHTMLTitle=New HTML file
navCSSTitle=New CSS file
navJavascriptTitle=New JavaScript file
navTutorialTitle=New Tutorial
navUploadTitle=Upload a file from your computer
navCollapseFileTrayIconTitle=Collapse the file tray
navExpandFileTrayIconTitle=Expand the file tray
snippetMenuTitle=Insert a Code Snippet
navUndoTitle=Undo your last edit
navRedoIconTitle=Redo your last edit
navEditorOptionsIconTitle=Change editor options
navDecreaseTextSizeIconTitle=Decrease the editor font size
navIncreaseTextSizeIconTitle=Increase the editor font size
navDarkThemeIconTitle=Switch to the dark theme
navLightThemeIconTitle=Switch to the light theme
navWrapTextTitle=Toggle wrapping long lines of code
navAllowJSTitle=Toggle running JavaScript code in the preview
navAllowWSTitle=Toggle running WhiteSpace Indicator
navAutoCompleteTitle=Toggle Autocomplete
navAutoEncloseTagsTitle=Toggle automatically closing HTML tags
navXMLSVGTitle=View SVG files as code instead of as image
navPreviewTitle=View the Preview
navViewTutorialTitle=View the Project Tutorial
navDOMElementInspectorIconTitle=Toggle Element Inspector
navRefreshPreviewIconTitle=Refresh the Preview
navDesktopPreviewIconTitle=Preview in desktop mode
navMobilePreviewIconTitle=Preview in mobile mode
navEnableFullscreenPreviewIconTitle=Enable fullscreen preview
navDisableFullscreenPreviewIconTitle=Disable fullscreen preview
navInsertSnippetIconTitle=Add a code snippet
navTextSizeTitle=Change the editor font size
navColorThemeTitle=Change the editor color theme
# Snippet Menu
snippetButtonLabel=Insert
# Publishing
publishShareLinkTitle=Your published project
publishProjectDescriptionPlaceholder=What is your project about?
publishBtnTitle=Publish and share your Project
##################
## Project List ##
##################
prjListNewProjectBtnTitle=Start a new project from scratch
prjListDeleteProjectBtnTitle=Delete this Project
prjListCancelDeleteProjectBtnTitle=Cancel deletion of this project
############
## Shared ##
############
# Errors
errorDetailsHeader=Error Details
errorSomethingWentWrong=Oops, something went wrong!
errorNotSureWhatWrong=We're not sure what went wrong, but why don't you try again.
errorKeepSeeingPage=If you keep seeing this page, please let us know...
errorPageNotFound=Oh no, page not found!
errorPageNotFoundDetails=If you think this page should be here, <br/> let us know.
errorSomethingWentWrongDetails=Please try what you did again. If you keep seeing this error, let us know.
errorHttpServiceUnavailable=Service Unavailable ({{ httpStatusCode }})
errorHttpAuthenticationFailed=Authentication Failed ({{ httpStatusCode }})
errorHttpClientError=Thimble Application Error ({{ httpStatusCode }})
errorHttpNotFound=Not Found ({{ httpStatusCode }})
errorLoadingThimble=Failed to load Thimble!
errorAuthenticating=Failed to log in!
errorMigratingProject=Failed to recover the project you were working on!
errorCreatingProject=Failed to create the project!
errorGettingProjectList=Failed to get the list of your projects!
errorUpdatingProject=Failed to update the project's details!
errorRenamingProject=Failed to rename the project!
errorRenamingProjectFolder=Failed to rename folder for project!
errorDeletingProject=Failed to delete the project!
errorPublishingProject=Failed to publish the project!
errorUnpublishingProject=Failed to unpublish the project!
errorRemixingProject=Failed to remix the requested project!
errorGettingProjectFiles=Failed to get the project's files!
errorCreatingFile=Failed to create new file!
errorUpdatingFile=Failed to update the file!
errorDeletingFile=Failed to delete the file!
pleaseSignOut=Please Sign Out
pleaseSignOutMessage=Something went wrong on our end, but if you Sign Out and then Sign In again, things should return to normal.
signOutButtonLabel=Sign Out Now
letUsKnowMessage=If you keep seeing this page, let us know...
#######################
## Project Remix Bar ##
#######################
thimbleByMozilla=Thimble By Mozilla
remixWithThimble=Remix this project with Thimble
remix=Remix
createdBy=By {{ author }}