Skip to content

Commit 8199761

Browse files
committed
Updated source translations
Fix #6815
1 parent ba04ed2 commit 8199761

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

arduino-core/src/processing/app/i18n/Resources_en.po

+16-4
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@ msgstr "Archive sketch as:"
209209
msgid "Archive sketch canceled."
210210
msgstr "Archive sketch canceled."
211211

212+
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
213+
#, java-format
214+
msgid "Archiving built core (caching) in: {0}"
215+
msgstr ""
216+
212217
#: tools/Archiver.java:75
213218
msgid ""
214219
"Archiving the sketch has been canceled because\n"
@@ -658,6 +663,10 @@ msgstr "Data Processing"
658663
msgid "Data Storage"
659664
msgstr "Data Storage"
660665

666+
#: ../../../../../app/src/processing/app/Editor.java:1386
667+
msgid "Decrease Font Size"
668+
msgstr ""
669+
661670
#: Editor.java:1224 Editor.java:2765
662671
msgid "Decrease Indent"
663672
msgstr "Decrease Indent"
@@ -1165,6 +1174,10 @@ msgstr "Include Library"
11651174
msgid "Incorrect IDE installation folder"
11661175
msgstr "Incorrect IDE installation folder"
11671176

1177+
#: ../../../../../app/src/processing/app/Editor.java:1378
1178+
msgid "Increase Font Size"
1179+
msgstr ""
1180+
11681181
#: Editor.java:1216 Editor.java:2757
11691182
msgid "Increase Indent"
11701183
msgstr "Increase Indent"
@@ -2085,12 +2098,11 @@ msgid ""
20852098
"but anything besides the code will be lost."
20862099
msgstr "The sketch folder has disappeared.\n Will attempt to re-save in the same location,\nbut anything besides the code will be lost."
20872100

2088-
#: ../../../processing/app/Sketch.java:2028
2101+
#: ../../../../../app/src/processing/app/SketchController.java:828
20892102
msgid ""
20902103
"The sketch name had to be modified. Sketch names can only consist\n"
2091-
"of ASCII characters and numbers (but cannot start with a number).\n"
2092-
"They should also be less than 64 characters long."
2093-
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."
2104+
"of ASCII characters and numbers and be less than 64 characters long."
2105+
msgstr ""
20942106

20952107
#: Base.java:259
20962108
msgid ""

arduino-core/src/processing/app/i18n/Resources_en.properties

+12-2
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ Archive\ sketch\ as\:=Archive sketch as\:
141141
#: tools/Archiver.java:139
142142
Archive\ sketch\ canceled.=Archive sketch canceled.
143143

144+
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
145+
#, java-format
146+
!Archiving\ built\ core\ (caching)\ in\:\ {0}=
147+
144148
#: tools/Archiver.java:75
145149
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.
146150

@@ -465,6 +469,9 @@ Data\ Processing=Data Processing
465469
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
466470
Data\ Storage=Data Storage
467471

472+
#: ../../../../../app/src/processing/app/Editor.java:1386
473+
!Decrease\ Font\ Size=
474+
468475
#: Editor.java:1224 Editor.java:2765
469476
Decrease\ Indent=Decrease Indent
470477

@@ -838,6 +845,9 @@ Include\ Library=Include Library
838845
#: ../../../processing/app/BaseNoGui.java:771
839846
Incorrect\ IDE\ installation\ folder=Incorrect IDE installation folder
840847

848+
#: ../../../../../app/src/processing/app/Editor.java:1378
849+
!Increase\ Font\ Size=
850+
841851
#: Editor.java:1216 Editor.java:2757
842852
Increase\ Indent=Increase Indent
843853

@@ -1510,8 +1520,8 @@ The\ sketch\ already\ contains\ a\ file\ named\ "{0}"=The sketch already contain
15101520
#: Sketch.java:1755
15111521
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.
15121522

1513-
#: ../../../processing/app/Sketch.java:2028
1514-
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.
1523+
#: ../../../../../app/src/processing/app/SketchController.java:828
1524+
!The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ and\ be\ less\ than\ 64\ characters\ long.=
15151525

15161526
#: Base.java:259
15171527
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.

0 commit comments

Comments
 (0)