You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export.include_java = Include Java in the %s application
251
251
export.code_signing = Code Signing
252
252
export.messages.is_read_only = Sketch is Read-Only
253
-
export.messages.is_read_only.description = Some files are marked "read-only", so you will\nneed to re-save the sketch in another location,\nand try again.
253
+
export.messages.is_read_only.description = Some files are marked “read-only,” so you will\nneed to re-save the sketch in another location,\nand try again.
254
254
export.messages.cannot_export = Cannot Export
255
255
export.messages.cannot_export.description = You cannot export a sketch that has not been saved.
256
256
@@ -275,7 +275,7 @@ file = Select an image or other data file to copy to your sketch
275
275
276
276
# Create Font (Frame)
277
277
create_font = Create Font
278
-
create_font.label = Use this tool to create bitmap fonts for your program.\nSelect a font and size, and click 'OK' to generate the font.\nIt will be added to the data folder of the current sketch.
278
+
create_font.label = Use this tool to create bitmap fonts for your program.\nSelect a font and size, and click ‘OK’ to generate the font.\nIt will be added to the data folder of the current sketch.
279
279
create_font.size = Size
280
280
create_font.smooth = Smooth
281
281
create_font.characters = Characters...
@@ -362,7 +362,7 @@ editor.sketch.rename.description = New name for sketch
362
362
editor.status.autoformat.no_changes = No changes necessary for Auto Format.
363
363
editor.status.autoformat.finished = Auto Format finished.
364
364
editor.status.find_reference.select_word_first = First select a word to find in the reference.
365
-
editor.status.find_reference.not_available = No reference available for "%s".
365
+
editor.status.find_reference.not_available = No reference available for “%s”.
366
366
editor.status.drag_and_drop.files_added.0 = No files were added to the sketch.
367
367
editor.status.drag_and_drop.files_added.1 = One file added to the sketch.
368
368
editor.status.drag_and_drop.files_added.n = %d files added to the sketch.
new.messages.is_read_only.description = Some files are marked "read-only", so you will\nneed to re-save the sketch in another location,\nand try again.
434
+
new.messages.is_read_only.description = Some files are marked “read-only”, so you will\nneed to re-save the sketch in another location,\nand try again.
435
435
436
436
# Rename handler
437
437
rename.messages.is_untitled = Sketch is Untitled
438
438
rename.messages.is_untitled.description = How about saving the sketch first\nbefore trying to rename it?
439
439
rename.messages.is_modified = Please save the sketch before renaming.
440
440
rename.messages.is_read_only = Sketch is Read-Only
441
-
rename.messages.is_read_only.description = Some files are marked "read-only", so you will\nneed to re-save the sketch in another location,\nand try again.
441
+
rename.messages.is_read_only.description = Some files are marked “read-only”, so you will\nneed to re-save the sketch in another location,\nand try again.
442
442
443
443
# Naming handler
444
444
name.messages.problem_renaming = Problem with rename
445
445
name.messages.starts_with_dot.description = The name cannot start with a period.
446
-
name.messages.invalid_extension.description = ".%s" is not a valid extension.
447
-
name.messages.main_java_extension.description = The first tab cannot be a .%s file.\n(It may be time for you to graduate to a\n"real" programming environment, hotshot.)
446
+
name.messages.invalid_extension.description = “.%s” is not a valid extension.
447
+
name.messages.main_java_extension.description = The first tab cannot be a .%s file.\n(It may be time for you to graduate to a\n”real” programming environment, hotshot.)
448
448
name.messages.new_sketch_exists = Nope
449
-
name.messages.new_sketch_exists.description = A file named "%s" already exists at\n"%s"
449
+
name.messages.new_sketch_exists.description = A file named “%s” already exists at\n”%s”
450
450
name.messages.new_folder_exists = Cannot Rename
451
-
name.messages.new_folder_exists.description = Sorry, a sketch (or folder) named "%s" already exists.
451
+
name.messages.new_folder_exists.description = Sorry, a sketch (or folder) named “%s” already exists.
452
452
name.messages.error = Error
453
453
name.messages.no_rename_folder.description = Could not rename the sketch folder.
454
-
name.messages.no_rename_file.description = Could not rename "%s" to "%s"
455
-
name.messages.no_create_file.description = Could not create the file "%s"\nin "%s"
454
+
name.messages.no_rename_file.description = Could not rename “%s” to “%s”
455
+
name.messages.no_create_file.description = Could not create the file “%s”\nin “%s”
456
456
457
457
# Delete handler
458
458
delete.messages.cannot_delete = Cannot Delete
459
459
delete.messages.cannot_delete.description = You cannot delete a sketch that has not been saved.
460
460
delete.messages.cannot_delete.file = Could not do it
461
461
delete.messages.cannot_delete.file.description = Could not delete
462
462
delete.messages.is_read_only = Sketch is Read-Only
463
-
delete.messages.is_read_only.description = Some files are marked "read-only", so you will\nneed to re-save the sketch in another location,\nand try again.
463
+
delete.messages.is_read_only.description = Some files are marked “read-only”, so you will\nneed to re-save the sketch in another location,\nand try again.
464
464
465
465
# Save handler
466
466
save_file.messages.is_read_only = Sketch is read-only
467
-
save_file.messages.is_read_only.description = Some files are marked "read-only", so you will\nneed to re-save this sketch to another location.
467
+
save_file.messages.is_read_only.description = Some files are marked “read-only”, so you will\nneed to re-save this sketch to another location.
468
468
save_file.messages.sketch_exists = Cannot Save
469
469
save_file.messages.sketch_exists.description = A sketch with the cleaned name\n“%s” already exists.
470
470
save_file.messages.tab_exists = Nope
471
-
save_file.messages.tab_exists.description = You cannot save the sketch as "%s"\nbecause the sketch already has a tab with that name.
471
+
save_file.messages.tab_exists.description = You cannot save the sketch as “%s”\nbecause the sketch already has a tab with that name.
472
472
save_file.messages.recursive_save = How very Borges of you
473
473
save_file.messages.recursive_save.description = You cannot save the sketch into a folder\ninside itself. This would go on forever.
474
474
475
475
# Add handler
476
476
add_file.messages.is_read_only = Sketch is Read-Only
477
-
add_file.messages.is_read_only.description = Some files are marked "read-only", so you will\nneed to re-save the sketch in another location,\nand try again.
477
+
add_file.messages.is_read_only.description = Some files are marked “read-only”, so you will\nneed to re-save the sketch in another location,\nand try again.
478
478
add_file.messages.confirm_replace = Replace the existing version of %s?
add_file.messages.cannot_delete.description = Could not delete the existing '%s' file.
481
-
add_file.messages.cannot_add.description = Could not add '%s' to the sketch.
482
-
add_file.messages.same_file = You can't fool me
483
-
add_file.messages.same_file.description = This file has already been copied to the\nlocation from which where you're trying to add it.\nI ain't not doin nuthin'.
480
+
add_file.messages.cannot_delete.description = Could not delete the existing ‘%s’ file.
481
+
add_file.messages.cannot_add.description = Could not add ‘%s’ to the sketch.
482
+
add_file.messages.same_file = You can’t fool me
483
+
add_file.messages.same_file.description = This file has already been copied to the\nlocation from which where you’re trying to add it.\nI ain’t not doin nuthin’.
484
484
485
485
# Temp folder creator
486
486
temp_dir.messages.bad_build_folder = Build folder bad
@@ -497,12 +497,12 @@ check_name.messages.is_name_modified = The sketch name had to be modified. Sketc
change_detect.reload.question="%s" was modified by another program.
500
+
change_detect.reload.question=”%s” was modified by another program.
501
501
change_detect.reload.comment=Would you like to keep this version or load the new changes?\nEither way, the version you discard will be saved to your sketch folder.
502
502
change_detect.button.keep=Keep
503
503
change_detect.button.load_new=Load changes
504
504
change_detect.delete.title=Tab deleted externally
505
-
change_detect.delete.question="%s" has disappeared from the sketch folder.
505
+
change_detect.delete.question=”%s” has disappeared from the sketch folder.
506
506
change_detect.delete.comment=Would you like to re-save it or remove it from your sketch?
507
507
change_detect.button.discard=Remove permanently
508
508
change_detect.button.resave=Re-save
@@ -534,7 +534,7 @@ contrib.errors.list_download = Could not download the list of available contribu
534
534
contrib.errors.list_download.timeout = Connection timed out while downloading the contribution list.
535
535
contrib.errors.download_and_install = Error during download and install of %s.
contrib.errors.malformed_url = The link fetched from Processing.org is not valid.\nYou can still install this library manually by visiting\nthe library\'s website.
537
+
contrib.errors.malformed_url = The link fetched from Processing.org is not valid.\nYou can still install this library manually by visiting\nthe library\’s website.
538
538
contrib.errors.needs_repackage = %s needs to be repackaged according to the %s guidelines.
539
539
contrib.errors.no_contribution_found = Could not find %s in the downloaded file.
warn.cannot_change_mode.body = Cannot change mode,\nbecause "%s" mode is not compatible with current mode.
595
+
warn.cannot_change_mode.body = Cannot change mode,\nbecause “%s” mode is not compatible with current mode.
596
596
597
597
598
598
# ---------------------------------------
@@ -614,7 +614,7 @@ color_chooser.select = Select
614
614
615
615
movie_maker = Movie Maker
616
616
movie_maker.two.title = Movie Maker II: The Revenge
617
-
movie_maker.two.blurb = <html><b>Create an MPEG movie or Animated GIF from a sequence of images</b><br><br>To avoid artifacts caused by re-compressing images as video,<br> use TIFF, TGA, or PNG images as the source.<br><br>TIFF and TGA will save more quickly in a sketch, but require more disk:<br><tt>saveFrame("frames/####.tif");</tt><br><tt>saveFrame("frames/####.tga");</tt><br><br>PNG images are smaller, but your sketch will run more slowly:<br><tt>saveFrame("frames/####.png");</tt><br><br><font color="#808080">Lossless 4:2:0 is still imperfect because of how MPEG-4 works.<br/>4:4:4 should be ideal, but less compatible with other software.<br/><br/>Formerly QuickTime Movie Maker by Werner Randelshofer,<br/>this was mostly rewritten to use FFmpeg for Processing 4.</font>
617
+
movie_maker.two.blurb = <html><b>Create an MPEG movie or Animated GIF from a sequence of images</b><br><br>To avoid artifacts caused by re-compressing images as video,<br> use TIFF, TGA, or PNG images as the source.<br><br>TIFF and TGA will save more quickly in a sketch, but require more disk:<br><tt>saveFrame(“frames/####.tif”);</tt><br><tt>saveFrame(“frames/####.tga”);</tt><br><br>PNG images are smaller, but your sketch will run more slowly:<br><tt>saveFrame(“frames/####.png”);</tt><br><br><font color=”#808080”>Lossless 4:2:0 is still imperfect because of how MPEG-4 works.<br/>4:4:4 should be ideal, but less compatible with other software.<br/><br/>Formerly QuickTime Movie Maker by Werner Randelshofer,<br/>this was mostly rewritten to use FFmpeg for Processing 4.</font>
618
618
movie_maker.image_folder_help_label = Drag a folder with image files into the field below:
0 commit comments