@@ -88,11 +88,6 @@ msgid ""
8888"save, your changes will be lost."
8989msgstr ""
9090
91- #: Sketch.java:398
92- #, java-format
93- msgid "A file named \" {0}\" already exists in \" {1}\" "
94- msgstr ""
95-
9691#: Editor.java:2169
9792#, java-format
9893msgid "A folder named \" {0}\" already exists. Can't open sketch."
@@ -415,8 +410,10 @@ msgstr ""
415410msgid "Burning bootloader to I/O Board (this may take a minute)..."
416411msgstr ""
417412
418- #: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:77
419- msgid "CRC doesn't match. File is corrupted."
413+ #: ../../../../../arduino-core/src/cc/arduino/contributions/DownloadableContributionsDownloader.java:91
414+ msgid ""
415+ "CRC doesn't match, file is corrupted. It may be a temporary problem, please "
416+ "retry later."
420417msgstr ""
421418
422419#: ../../../processing/app/Base.java:379
@@ -438,10 +435,6 @@ msgstr ""
438435msgid "Cancel"
439436msgstr ""
440437
441- #: Sketch.java:455
442- msgid "Cannot Rename"
443- msgstr ""
444-
445438#: ../../../processing/app/Base.java:465
446439msgid "Cannot specify any sketch files"
447440msgstr ""
@@ -523,6 +516,11 @@ msgstr ""
523516msgid "Could not copy to a proper location."
524517msgstr ""
525518
519+ #: ../../../../../arduino-core/src/processing/app/Sketch.java:342
520+ #, java-format
521+ msgid "Could not create directory \" {0}\" "
522+ msgstr ""
523+
526524#: Editor.java:2179
527525msgid "Could not create the sketch folder."
528526msgstr ""
@@ -541,11 +539,6 @@ msgstr ""
541539msgid "Could not delete the existing ''{0}'' file."
542540msgstr ""
543541
544- #: Base.java:2533 Base.java:2556
545- #, java-format
546- msgid "Could not delete {0}"
547- msgstr ""
548-
549542#: ../../../processing/app/debug/TargetPlatform.java:74
550543#, java-format
551544msgid "Could not find boards.txt in {0}. Is it pre-1.5?"
@@ -602,23 +595,6 @@ msgstr ""
602595msgid "Could not remove old version of {0}"
603596msgstr ""
604597
605- #: Sketch.java:483 Sketch.java:528
606- #, java-format
607- msgid "Could not rename \" {0}\" to \" {1}\" "
608- msgstr ""
609-
610- #: Sketch.java:475
611- msgid "Could not rename the sketch. (0)"
612- msgstr ""
613-
614- #: Sketch.java:496
615- msgid "Could not rename the sketch. (1)"
616- msgstr ""
617-
618- #: Sketch.java:503
619- msgid "Could not rename the sketch. (2)"
620- msgstr ""
621-
622598#: Base.java:2492
623599#, java-format
624600msgid "Could not replace {0}"
@@ -907,11 +883,6 @@ msgstr ""
907883msgid "Error while compiling: missing '{0}' configuration parameter"
908884msgstr ""
909885
910- #: SketchCode.java:83
911- #, java-format
912- msgid "Error while loading code {0}"
913- msgstr ""
914-
915886#: Editor.java:2567
916887msgid "Error while printing."
917888msgstr ""
@@ -952,8 +923,14 @@ msgstr ""
952923msgid "Examples"
953924msgstr ""
954925
955- #: ../../../../../app/src/processing/app/Base.java:1267
956- msgid "Examples from Built-in Libraries"
926+ #: ../../../../../app/src/processing/app/Base.java:1226
927+ msgid "Examples for any board"
928+ msgstr ""
929+
930+ #: ../../../../../app/src/processing/app/Base.java:1246
931+ #: ../../../../../app/src/processing/app/Base.java:1257
932+ #, java-format
933+ msgid "Examples for {0}"
957934msgstr ""
958935
959936#: ../../../../../app/src/processing/app/Base.java:1244
@@ -964,12 +941,6 @@ msgstr ""
964941msgid "Examples from Other Libraries"
965942msgstr ""
966943
967- #: ../../../../../app/src/processing/app/Base.java:1287
968- #: ../../../../../app/src/processing/app/Base.java:1298
969- #, java-format
970- msgid "Examples from {0} Libraries"
971- msgstr ""
972-
973944#: ../../../../../app/src/processing/app/Editor.java:753
974945msgid "Export canceled, changes must first be saved."
975946msgstr ""
@@ -983,6 +954,15 @@ msgstr ""
983954msgid "Failed to open sketch: \" {0}\" "
984955msgstr ""
985956
957+ #: ../../../../../arduino-core/src/processing/app/SketchFile.java:183
958+ #, java-format
959+ msgid "Failed to rename \" {0}\" to \" {1}\" "
960+ msgstr ""
961+
962+ #: ../../../../../arduino-core/src/processing/app/Sketch.java:298
963+ msgid "Failed to rename sketch folder"
964+ msgstr ""
965+
986966#: Editor.java:491
987967msgid "File"
988968msgstr ""
@@ -1954,9 +1934,9 @@ msgid ""
19541934"need to re-save this sketch to another location."
19551935msgstr ""
19561936
1957- #: Sketch.java:457
1937+ #: ../../../../../arduino-core/src/processing/app/ Sketch.java:246
19581938#, java-format
1959- msgid "Sorry, a sketch (or folder) named \" {0}\" already exists."
1939+ msgid "Sorry, the folder \" {0}\" already exists."
19601940msgstr ""
19611941
19621942#: Preferences.java:115
@@ -2042,11 +2022,8 @@ msgid ""
20422022"(ASCII only and no spaces, and it cannot start with a number)"
20432023msgstr ""
20442024
2045- #: Sketch.java:374
2046- msgid ""
2047- "The main file can't use an extension.\n"
2048- "(It may be time for your to graduate to a\n"
2049- "\" real\" programming environment)"
2025+ #: ../../../../../app/src/processing/app/SketchController.java:170
2026+ msgid "The main file cannot use an extension"
20502027msgstr ""
20512028
20522029#: Sketch.java:356
@@ -2070,6 +2047,11 @@ msgid ""
20702047"{1}"
20712048msgstr ""
20722049
2050+ #: ../../../../../arduino-core/src/processing/app/Sketch.java:272
2051+ #, java-format
2052+ msgid "The sketch already contains a file named \" {0}\" "
2053+ msgstr ""
2054+
20732055#: Sketch.java:1755
20742056msgid ""
20752057"The sketch folder has disappeared.\n"
@@ -2453,26 +2435,10 @@ msgstr ""
24532435msgid "You can't fool me"
24542436msgstr ""
24552437
2456- #: Sketch.java:411
2457- msgid "You can't have a .cpp file with the same name as the sketch."
2458- msgstr ""
2459-
24602438#: ../../../../../app/src/processing/app/Base.java:2312
24612439msgid "You can't import a folder that contains your sketchbook"
24622440msgstr ""
24632441
2464- #: Sketch.java:421
2465- msgid ""
2466- "You can't rename the sketch to \" {0}\" \n"
2467- "because the sketch already has a .cpp file with that name."
2468- msgstr ""
2469-
2470- #: ../../../../../app/src/processing/app/Sketch.java:659
2471- msgid ""
2472- "You can't save the sketch as \" {0}\" \n"
2473- "because the sketch already has a file with that name."
2474- msgstr ""
2475-
24762442#: Sketch.java:883
24772443msgid ""
24782444"You cannot save the sketch into a folder\n"
@@ -2591,10 +2557,6 @@ msgstr ""
25912557msgid "connected!"
25922558msgstr ""
25932559
2594- #: Sketch.java:540
2595- msgid "createNewFile() returned false"
2596- msgstr ""
2597-
25982560#: ../../../../../app/src/processing/app/Editor.java:1352
25992561msgid "http://www.arduino.cc/"
26002562msgstr ""
@@ -2732,3 +2694,8 @@ msgstr ""
27322694#, java-format
27332695msgid "{0}: Unknown package"
27342696msgstr ""
2697+
2698+ #: ../../../../../arduino-core/src/processing/app/Platform.java:223
2699+ #, java-format
2700+ msgid "{0}Install{1} the package to use your {2}"
2701+ msgstr ""
0 commit comments