diff --git a/arduino-core/src/processing/app/i18n/Resources_en.po b/arduino-core/src/processing/app/i18n/Resources_en.po index 12e68a761..f7eb924f6 100644 --- a/arduino-core/src/processing/app/i18n/Resources_en.po +++ b/arduino-core/src/processing/app/i18n/Resources_en.po @@ -209,6 +209,11 @@ msgstr "Archive sketch as:" msgid "Archive sketch canceled." msgstr "Archive sketch canceled." +#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67 +#, java-format +msgid "Archiving built core (caching) in: {0}" +msgstr "" + #: tools/Archiver.java:75 msgid "" "Archiving the sketch has been canceled because\n" @@ -658,6 +663,10 @@ msgstr "Data Processing" msgid "Data Storage" msgstr "Data Storage" +#: ../../../../../app/src/processing/app/Editor.java:1386 +msgid "Decrease Font Size" +msgstr "" + #: Editor.java:1224 Editor.java:2765 msgid "Decrease Indent" msgstr "Decrease Indent" @@ -1165,6 +1174,10 @@ msgstr "Include Library" msgid "Incorrect IDE installation folder" msgstr "Incorrect IDE installation folder" +#: ../../../../../app/src/processing/app/Editor.java:1378 +msgid "Increase Font Size" +msgstr "" + #: Editor.java:1216 Editor.java:2757 msgid "Increase Indent" msgstr "Increase Indent" @@ -2085,12 +2098,11 @@ msgid "" "but anything besides the code will be lost." msgstr "The sketch folder has disappeared.\n Will attempt to re-save in the same location,\nbut anything besides the code will be lost." -#: ../../../processing/app/Sketch.java:2028 +#: ../../../../../app/src/processing/app/SketchController.java:828 msgid "" "The sketch name had to be modified. Sketch names can only consist\n" -"of ASCII characters and numbers (but cannot start with a number).\n" -"They should also be less than 64 characters long." -msgstr "The sketch name had to be modified. Sketch names can only consist\nof ASCII characters and numbers (but cannot start with a number).\nThey should also be less than 64 characters long." +"of ASCII characters and numbers and be less than 64 characters long." +msgstr "" #: Base.java:259 msgid "" diff --git a/arduino-core/src/processing/app/i18n/Resources_en.properties b/arduino-core/src/processing/app/i18n/Resources_en.properties index 59c5a0247..2ace9ce1e 100644 --- a/arduino-core/src/processing/app/i18n/Resources_en.properties +++ b/arduino-core/src/processing/app/i18n/Resources_en.properties @@ -141,6 +141,10 @@ Archive\ sketch\ as\:=Archive sketch as\: #: tools/Archiver.java:139 Archive\ sketch\ canceled.=Archive sketch canceled. +#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67 +#, java-format +!Archiving\ built\ core\ (caching)\ in\:\ {0}= + #: tools/Archiver.java:75 Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=Archiving the sketch has been canceled because\nthe sketch couldn't save properly. @@ -465,6 +469,9 @@ Data\ Processing=Data Processing #: ../../../../../arduino-core/src/processing/app/I18n.java:35 Data\ Storage=Data Storage +#: ../../../../../app/src/processing/app/Editor.java:1386 +!Decrease\ Font\ Size= + #: Editor.java:1224 Editor.java:2765 Decrease\ Indent=Decrease Indent @@ -838,6 +845,9 @@ Include\ Library=Include Library #: ../../../processing/app/BaseNoGui.java:771 Incorrect\ IDE\ installation\ folder=Incorrect IDE installation folder +#: ../../../../../app/src/processing/app/Editor.java:1378 +!Increase\ Font\ Size= + #: Editor.java:1216 Editor.java:2757 Increase\ Indent=Increase Indent @@ -1510,8 +1520,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=The sketch already contain #: Sketch.java:1755 The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=The sketch folder has disappeared.\n Will attempt to re-save in the same location,\nbut anything besides the code will be lost. -#: ../../../processing/app/Sketch.java:2028 -The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ (but\ cannot\ start\ with\ a\ number).\nThey\ should\ also\ be\ less\ than\ 64\ characters\ long.=The sketch name had to be modified. Sketch names can only consist\nof ASCII characters and numbers (but cannot start with a number).\nThey should also be less than 64 characters long. +#: ../../../../../app/src/processing/app/SketchController.java:828 +!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.= #: Base.java:259 The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=The sketchbook folder no longer exists.\nArduino will switch to the default sketchbook\nlocation, and create a new sketchbook folder if\nnecessary. Arduino will then stop talking about\nhimself in the third person.