Skip to content

Commit 5446e22

Browse files
committed
Change straight quotes to smart quotes
1 parent f6ff01e commit 5446e22

File tree

1 file changed

+66
-66
lines changed

1 file changed

+66
-66
lines changed

build/shared/lib/languages/PDE.properties

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ menu.tools.color_selector = Color Selector...
121121
menu.tools.create_font = Create Font...
122122
menu.tools.archive_sketch = Archive Sketch
123123
menu.tools.fix_the_serial_lbrary = Fix the Serial Library
124-
menu.tools.install_processing_java = Install "processing-java"
124+
menu.tools.install_processing_java = Install processing-java
125125
menu.tools.add_tool = Add Tool...
126126

127127
# | File | Edit | Sketch | Debug | Tools | Help |
@@ -174,9 +174,9 @@ open = Open a Processing sketch...
174174
# Save (Frame)
175175
save = Save sketch folder as...
176176
save.title = Do you want to save changes to %s<br> before closing?
177-
save.hint = If you don't save, your changes will be lost.
177+
save.hint = If you dont save, your changes will be lost.
178178
save.btn.save = Save
179-
save.btn.dont_save = Don't Save
179+
save.btn.dont_save = Dont Save
180180

181181
# Close (Frame) also used to prompt on non-macOS machines
182182
close.unsaved_changes = Save changes to %s?
@@ -250,7 +250,7 @@ export.embed_java = Embed Java
250250
export.include_java = Include Java in the %s application
251251
export.code_signing = Code Signing
252252
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.
254254
export.messages.cannot_export = Cannot Export
255255
export.messages.cannot_export.description = You cannot export a sketch that has not been saved.
256256

@@ -275,7 +275,7 @@ file = Select an image or other data file to copy to your sketch
275275

276276
# Create Font (Frame)
277277
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.
279279
create_font.size = Size
280280
create_font.smooth = Smooth
281281
create_font.characters = Characters...
@@ -362,7 +362,7 @@ editor.sketch.rename.description = New name for sketch
362362
editor.status.autoformat.no_changes = No changes necessary for Auto Format.
363363
editor.status.autoformat.finished = Auto Format finished.
364364
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”.
366366
editor.status.drag_and_drop.files_added.0 = No files were added to the sketch.
367367
editor.status.drag_and_drop.files_added.1 = One file added to the sketch.
368368
editor.status.drag_and_drop.files_added.n = %d files added to the sketch.
@@ -376,50 +376,50 @@ editor.status.printing.canceled = Printing canceled.
376376
editor.status.copy_as_html = Code formatted as HTML has been copied to the clipboard.
377377
editor.status.debug.busy = Debugger busy...
378378
editor.status.debug.halt = Debugger halted.
379-
editor.status.archiver.create = Created archive "%s".
379+
editor.status.archiver.create = Created archive “%s”.
380380
editor.status.archiver.cancel = Archive sketch canceled.
381381

382382
# Errors
383383
editor.status.warning = Warning
384384
editor.status.error = Error
385385
editor.status.error.syntax = Syntax Error - %s
386-
editor.status.error_on = Error on "%s"
387-
editor.status.missing.default = Missing "%c"
388-
editor.status.missing.semicolon = Missing a semicolon ";"
389-
editor.status.missing.left_sq_bracket = Missing left square bracket "["
390-
editor.status.missing.right_sq_bracket = Missing right square bracket "]"
391-
editor.status.missing.left_paren = Missing left parenthesis "("
392-
editor.status.missing.right_paren = Missing right parenthesis ")"
393-
editor.status.missing.left_curly_bracket = Missing left curly bracket "{"
394-
editor.status.missing.right_curly_bracket = Missing right curly bracket "}"
395-
editor.status.missing.add = Consider adding "%s"
396-
editor.status.bad_curly_quote = Curly quotes like %s don't work. Use straight quotes. Ctrl-T to autocorrect.
397-
editor.status.reserved_words = "color" and "int" are reserved words & cannot be used as variable names
398-
editor.status.undefined_method = The function "%s(%s)" does not exist
399-
editor.status.undefined_constructor = The constructor "%s(%s)" does not exist
400-
editor.status.empty_param = The function "%s()" does not expect any parameters
401-
editor.status.wrong_param = The function "%s()" expects parameters like: "%s(%s)"
402-
editor.status.undef_global_var = The global variable "%s" does not exist
403-
editor.status.undef_class = The class "%s" does not exist
404-
editor.status.undef_var = The variable "%s" does not exist
405-
editor.status.undef_name = The name "%s" cannot be recognized
406-
editor.status.unterm_string_curly = String literal is not closed by a straight double quote. Curly quotes like %s won't help.
407-
editor.status.type_mismatch = Type mismatch, "%s" does not match with "%s"
408-
editor.status.unused_variable = The value of the local variable "%s" is not used
409-
editor.status.uninitialized_variable = The local variable "%s" may not have been initialized
410-
editor.status.no_effect_assignment = The assignment to variable "%s" has no effect
411-
editor.status.hiding_enclosing_type = The class "%s" cannot have the same name as your sketch or its enclosing class
412-
413-
editor.status.bad.assignment = Possible error on variable assignment near '%s'?
414-
editor.status.bad.generic = Possibly missing type in generic near '%s'?
415-
editor.status.bad.identifier = Bad identifier? Did you forget a variable or start an identifier with digits near '%s'?
416-
editor.status.bad.parameter = Error on parameter or method declaration near '%s'?
386+
editor.status.error_on = Error on “%s”
387+
editor.status.missing.default = Missing “%c”
388+
editor.status.missing.semicolon = Missing a semicolon “;”
389+
editor.status.missing.left_sq_bracket = Missing left square bracket “[”
390+
editor.status.missing.right_sq_bracket = Missing right square bracket “]”
391+
editor.status.missing.left_paren = Missing left parenthesis “(”
392+
editor.status.missing.right_paren = Missing right parenthesis “)”
393+
editor.status.missing.left_curly_bracket = Missing left curly bracket “{”
394+
editor.status.missing.right_curly_bracket = Missing right curly bracket “}”
395+
editor.status.missing.add = Consider adding “%s”
396+
editor.status.bad_curly_quote = Curly quotes like %s dont work. Use straight quotes. Ctrl-T to autocorrect.
397+
editor.status.reserved_words = color and int are reserved words & cannot be used as variable names
398+
editor.status.undefined_method = The function %s(%s) does not exist
399+
editor.status.undefined_constructor = The constructor %s(%s) does not exist
400+
editor.status.empty_param = The function %s() does not expect any parameters
401+
editor.status.wrong_param = The function %s() expects parameters like: %s(%s)
402+
editor.status.undef_global_var = The global variable “%s” does not exist
403+
editor.status.undef_class = The class “%s” does not exist
404+
editor.status.undef_var = The variable “%s” does not exist
405+
editor.status.undef_name = The name “%s” cannot be recognized
406+
editor.status.unterm_string_curly = String literal is not closed by a straight double quote. Curly quotes like %s wont help.
407+
editor.status.type_mismatch = Type mismatch, “%s” does not match with “%s”
408+
editor.status.unused_variable = The value of the local variable “%s” is not used
409+
editor.status.uninitialized_variable = The local variable “%s” may not have been initialized
410+
editor.status.no_effect_assignment = The assignment to variable “%s” has no effect
411+
editor.status.hiding_enclosing_type = The class “%s” cannot have the same name as your sketch or its enclosing class
412+
413+
editor.status.bad.assignment = Possible error on variable assignment near ‘%s’?
414+
editor.status.bad.generic = Possibly missing type in generic near ‘%s’?
415+
editor.status.bad.identifier = Bad identifier? Did you forget a variable or start an identifier with digits near ‘%s’?
416+
editor.status.bad.parameter = Error on parameter or method declaration near ‘%s’?
417417
editor.status.bad.import = Import not allowed here.
418418
editor.status.bad.mixed_mode = You may be mixing active and static modes.
419-
editor.status.extraneous = Incomplete statement or extra code near '%s'?
420-
editor.status.mismatched = Missing operator, semicolon, or '}' near '%s'?
421-
editor.status.missing.name = Missing name or ; near '%s'?
422-
editor.status.missing.type = Missing name or ; or type near '%s'?
419+
editor.status.extraneous = Incomplete statement or extra code near ‘%s’?
420+
editor.status.mismatched = Missing operator, semicolon, or ‘}’ near ‘%s’?
421+
editor.status.missing.name = Missing name or ; near ‘%s’?
422+
editor.status.missing.type = Missing name or ; or type near ‘%s’?
423423

424424

425425
# Footer buttons
@@ -431,56 +431,56 @@ editor.footer.console = Console
431431

432432
# New handler
433433
new.messages.is_read_only = Sketch is Read-Only
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.
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.
435435

436436
# Rename handler
437437
rename.messages.is_untitled = Sketch is Untitled
438438
rename.messages.is_untitled.description = How about saving the sketch first\nbefore trying to rename it?
439439
rename.messages.is_modified = Please save the sketch before renaming.
440440
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.
442442

443443
# Naming handler
444444
name.messages.problem_renaming = Problem with rename
445445
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\nreal programming environment, hotshot.)
448448
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”
450450
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.
452452
name.messages.error = Error
453453
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”
456456

457457
# Delete handler
458458
delete.messages.cannot_delete = Cannot Delete
459459
delete.messages.cannot_delete.description = You cannot delete a sketch that has not been saved.
460460
delete.messages.cannot_delete.file = Could not do it
461461
delete.messages.cannot_delete.file.description = Could not delete
462462
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.
464464

465465
# Save handler
466466
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.
468468
save_file.messages.sketch_exists = Cannot Save
469469
save_file.messages.sketch_exists.description = A sketch with the cleaned name\n“%s” already exists.
470470
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.
472472
save_file.messages.recursive_save = How very Borges of you
473473
save_file.messages.recursive_save.description = You cannot save the sketch into a folder\ninside itself. This would go on forever.
474474

475475
# Add handler
476476
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.
478478
add_file.messages.confirm_replace = Replace the existing version of %s?
479479
add_file.messages.error_adding = Error adding file
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'.
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 cant fool me
483+
add_file.messages.same_file.description = This file has already been copied to the\nlocation from which where youre trying to add it.\nI aint not doin nuthin.
484484

485485
# Temp folder creator
486486
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
497497

498498
# External changes detector
499499
change_detect.reload.title=Tab modified externally
500-
change_detect.reload.question="%s" was modified by another program.
500+
change_detect.reload.question=”%s” was modified by another program.
501501
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.
502502
change_detect.button.keep=Keep
503503
change_detect.button.load_new=Load changes
504504
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.
506506
change_detect.delete.comment=Would you like to re-save it or remove it from your sketch?
507507
change_detect.button.discard=Remove permanently
508508
change_detect.button.resave=Re-save
@@ -534,7 +534,7 @@ contrib.errors.list_download = Could not download the list of available contribu
534534
contrib.errors.list_download.timeout = Connection timed out while downloading the contribution list.
535535
contrib.errors.download_and_install = Error during download and install of %s.
536536
contrib.errors.description_unavailable = Description unavailable.
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.
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.
538538
contrib.errors.needs_repackage = %s needs to be repackaged according to the %s guidelines.
539539
contrib.errors.no_contribution_found = Could not find %s in the downloaded file.
540540
contrib.errors.overwriting_properties = Error overwriting .properties file.
@@ -554,7 +554,7 @@ contrib.progress.installing = Installing
554554
contrib.progress.starting = Starting
555555
contrib.progress.downloading = Downloading
556556
contrib.download_error = An error occured while downloading the contribution.
557-
contrib.unsupported_operating_system = Your operating system does not appear to be supported. You should visit the %s\'s library for more info.
557+
contrib.unsupported_operating_system = Your operating system does not appear to be supported. You should visit the %s\s library for more info.
558558
contrib.category.3d = 3D
559559
contrib.category.animation = Animation
560560
contrib.category.data = Data
@@ -589,10 +589,10 @@ contrib.import.errors.link = Error: The library %s has a strange looking downloa
589589
# Warnings
590590

591591
warn.delete = Delete
592-
warn.delete.sketch_folder = Are you sure you want to delete this sketch?\nThis will remove the entire "%s" folder.
593-
warn.delete.sketch_file = Are you sure you want to delete "%s"?
592+
warn.delete.sketch_folder = Are you sure you want to delete this sketch?\nThis will remove the entire “%s” folder.
593+
warn.delete.sketch_file = Are you sure you want to delete “%s”?
594594
warn.cannot_change_mode.title = Cannot change mode
595-
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.
596596

597597

598598
# ---------------------------------------
@@ -614,7 +614,7 @@ color_chooser.select = Select
614614

615615
movie_maker = Movie Maker
616616
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>
618618
movie_maker.image_folder_help_label = Drag a folder with image files into the field below:
619619
movie_maker.choose_button = Choose...
620620
movie_maker.select_image_folder = Select image folder...

0 commit comments

Comments
 (0)