Skip to content

Commit b6a4c81

Browse files
author
Federico Fissore
committed
Processing references removed in favour of Arduino
1 parent 82b6e6e commit b6a4c81

File tree

118 files changed

+458
-458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+458
-458
lines changed

app/src/processing/app/Editor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2132,7 +2132,7 @@ protected boolean handleOpenInternal(File file) {
21322132
file = altInoFile;
21332133
} else if (!fileName.endsWith(".ino") && !fileName.endsWith(".pde")) {
21342134
Base.showWarning(_("Bad file selected"),
2135-
_("Processing can only open its own sketches\n" +
2135+
_("Arduino can only open its own sketches\n" +
21362136
"and other files ending in .ino or .pde"), null);
21372137
return false;
21382138

app/src/processing/app/SketchCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public void load() throws IOException {
269269
System.err.println(
270270
I18n.format(
271271
_("\"{0}\" contains unrecognized characters." +
272-
"If this code was created with an older version of Processing," +
272+
"If this code was created with an older version of Arduino," +
273273
"you may need to use Tools -> Fix Encoding & Reload to update" +
274274
"the sketch to use UTF-8 encoding. If not, you may need to" +
275275
"delete the bad characters to get rid of this warning."),

app/src/processing/app/Theme.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static protected void init() {
5050
load(Base.getLibStream("theme/theme.txt"));
5151
} catch (Exception te) {
5252
Base.showError(null, _("Could not read color theme settings.\n" +
53-
"You'll need to reinstall Processing."), te);
53+
"You'll need to reinstall Arduino."), te);
5454
}
5555

5656
// check for platform-specific properties in the defaults

app/src/processing/app/i18n/Resources_an.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ msgstr ""
435435
#: Theme.java:52
436436
msgid ""
437437
"Could not read color theme settings.\n"
438-
"You'll need to reinstall Processing."
438+
"You'll need to reinstall Arduino."
439439
msgstr ""
440440

441441
#: Preferences.java:219
@@ -1141,7 +1141,7 @@ msgstr ""
11411141

11421142
#: Editor.java:2137
11431143
msgid ""
1144-
"Processing can only open its own sketches\n"
1144+
"Arduino can only open its own sketches\n"
11451145
"and other files ending in .ino or .pde"
11461146
msgstr ""
11471147

@@ -1712,7 +1712,7 @@ msgstr ""
17121712
#, java-format
17131713
msgid ""
17141714
"\"{0}\" contains unrecognized characters.If this code was created with an "
1715-
"older version of Processing,you may need to use Tools -> Fix Encoding & "
1715+
"older version of Arduino,you may need to use Tools -> Fix Encoding & "
17161716
"Reload to updatethe sketch to use UTF-8 encoding. If not, you may need "
17171717
"todelete the bad characters to get rid of this warning."
17181718
msgstr ""

app/src/processing/app/i18n/Resources_an.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
!Could\ not\ re-save\ sketch=
298298

299299
#: Theme.java:52
300-
!Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Processing.=
300+
!Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=
301301

302302
#: Preferences.java:219
303303
!Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=
@@ -812,7 +812,7 @@
812812
!Problem\ with\ rename=
813813

814814
#: Editor.java:2137
815-
!Processing\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=
815+
!Arduino\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=
816816

817817
#: ../../../processing/app/I18n.java:86
818818
!Processor=
@@ -1196,7 +1196,7 @@
11961196

11971197
#: SketchCode.java:258
11981198
#, java-format
1199-
!"{0}"\ contains\ unrecognized\ characters.If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Processing,you\ may\ need\ to\ use\ Tools\ ->\ Fix\ Encoding\ &\ Reload\ to\ updatethe\ sketch\ to\ use\ UTF-8\ encoding.\ If\ not,\ you\ may\ need\ todelete\ the\ bad\ characters\ to\ get\ rid\ of\ this\ warning.=
1199+
!"{0}"\ contains\ unrecognized\ characters.If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Arduino,you\ may\ need\ to\ use\ Tools\ ->\ Fix\ Encoding\ &\ Reload\ to\ updatethe\ sketch\ to\ use\ UTF-8\ encoding.\ If\ not,\ you\ may\ need\ todelete\ the\ bad\ characters\ to\ get\ rid\ of\ this\ warning.=
12001200

12011201
#: debug/Compiler.java:409
12021202
!\nAs\ of\ Arduino\ 0019,\ the\ Ethernet\ library\ depends\ on\ the\ SPI\ library.\nYou\ appear\ to\ be\ using\ it\ or\ another\ library\ that\ depends\ on\ the\ SPI\ library.\n\n=

app/src/processing/app/i18n/Resources_ar.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ msgstr "لا يمكن اعادة نسخ الشيفرة البرمجية"
438438
#: Theme.java:52
439439
msgid ""
440440
"Could not read color theme settings.\n"
441-
"You'll need to reinstall Processing."
441+
"You'll need to reinstall Arduino."
442442
msgstr "لا يمكن قراءة اعتدادات ثيمات الالوان.\nيجب عليك اعادة تنصيب العملية"
443443

444444
#: Preferences.java:219
@@ -1144,7 +1144,7 @@ msgstr "مشكلة في اعادة التسمية"
11441144

11451145
#: Editor.java:2137
11461146
msgid ""
1147-
"Processing can only open its own sketches\n"
1147+
"Arduino can only open its own sketches\n"
11481148
"and other files ending in .ino or .pde"
11491149
msgstr "المعالجة يمكن فقط ان تفتح الشيفرة البرمجيةات الخاصة بها\nوالملفات التي تعدل في .pde او .ino"
11501150

@@ -1715,7 +1715,7 @@ msgstr "\".{0}\" امتداد غير صالح"
17151715
#, java-format
17161716
msgid ""
17171717
"\"{0}\" contains unrecognized characters.If this code was created with an "
1718-
"older version of Processing,you may need to use Tools -> Fix Encoding & "
1718+
"older version of Arduino,you may need to use Tools -> Fix Encoding & "
17191719
"Reload to updatethe sketch to use UTF-8 encoding. If not, you may need "
17201720
"todelete the bad characters to get rid of this warning."
17211721
msgstr "\"{0}\" يحتوي على احرف غير معرفة . اذا انشئ الكود مع اصدار اقدم من المعالجة , يلزمك ان تستخدم ادوات -> اصلاح الترميز واعد التحميل لتحديث الشيفرة البرمجية ليستخدم ترميز UTF-8 . غير ذلك يمكنك ان تحذف الاحرف الغير معرفة للتخلص من هذا التحذير."

app/src/processing/app/i18n/Resources_ar.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Could\ not\ properly\ re-save\ the\ sketch.\ You\ may\ be\ in\ trouble\ at\ this
300300
Could\ not\ re-save\ sketch=\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0639\u0627\u062f\u0629 \u0646\u0633\u062e \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629
301301

302302
#: Theme.java:52
303-
Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Processing.=\u0644\u0627 \u064a\u0645\u0643\u0646 \u0642\u0631\u0627\u0621\u0629 \u0627\u0639\u062a\u062f\u0627\u062f\u0627\u062a \u062b\u064a\u0645\u0627\u062a \u0627\u0644\u0627\u0644\u0648\u0627\u0646.\n\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0627\u0639\u0627\u062f\u0629 \u062a\u0646\u0635\u064a\u0628 \u0627\u0644\u0639\u0645\u0644\u064a\u0629
303+
Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=\u0644\u0627 \u064a\u0645\u0643\u0646 \u0642\u0631\u0627\u0621\u0629 \u0627\u0639\u062a\u062f\u0627\u062f\u0627\u062a \u062b\u064a\u0645\u0627\u062a \u0627\u0644\u0627\u0644\u0648\u0627\u0646.\n\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0627\u0639\u0627\u062f\u0629 \u062a\u0646\u0635\u064a\u0628 \u0627\u0644\u0639\u0645\u0644\u064a\u0629
304304

305305
#: Preferences.java:219
306306
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=\u0644\u0627 \u064a\u0645\u0643\u0646 \u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629 \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0627\u0639\u0627\u062f\u0629 \u062a\u0646\u0635\u064a\u0628 \u0627\u0644\u0627\u0631\u062f\u0648\u064a\u0646\u0648
@@ -815,7 +815,7 @@ Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troublesh
815815
Problem\ with\ rename=\u0645\u0634\u0643\u0644\u0629 \u0641\u064a \u0627\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0633\u0645\u064a\u0629
816816

817817
#: Editor.java:2137
818-
Processing\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=\u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629 \u064a\u0645\u0643\u0646 \u0641\u0642\u0637 \u0627\u0646 \u062a\u0641\u062a\u062d \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0647\u0627\n\u0648\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0639\u062f\u0644 \u0641\u064a .pde \u0627\u0648 .ino
818+
Arduino\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=\u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629 \u064a\u0645\u0643\u0646 \u0641\u0642\u0637 \u0627\u0646 \u062a\u0641\u062a\u062d \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0647\u0627\n\u0648\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0639\u062f\u0644 \u0641\u064a .pde \u0627\u0648 .ino
819819

820820
#: ../../../processing/app/I18n.java:86
821821
!Processor=
@@ -1199,7 +1199,7 @@ Zip\ doesn't\ contain\ a\ library=\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0
11991199

12001200
#: SketchCode.java:258
12011201
#, java-format
1202-
"{0}"\ contains\ unrecognized\ characters.If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Processing,you\ may\ need\ to\ use\ Tools\ ->\ Fix\ Encoding\ &\ Reload\ to\ updatethe\ sketch\ to\ use\ UTF-8\ encoding.\ If\ not,\ you\ may\ need\ todelete\ the\ bad\ characters\ to\ get\ rid\ of\ this\ warning.="{0}" \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0627\u062d\u0631\u0641 \u063a\u064a\u0631 \u0645\u0639\u0631\u0641\u0629 . \u0627\u0630\u0627 \u0627\u0646\u0634\u0626 \u0627\u0644\u0643\u0648\u062f \u0645\u0639 \u0627\u0635\u062f\u0627\u0631 \u0627\u0642\u062f\u0645 \u0645\u0646 \u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629 , \u064a\u0644\u0632\u0645\u0643 \u0627\u0646 \u062a\u0633\u062a\u062e\u062f\u0645 \u0627\u062f\u0648\u0627\u062a -> \u0627\u0635\u0644\u0627\u062d \u0627\u0644\u062a\u0631\u0645\u064a\u0632 \u0648\u0627\u0639\u062f \u0627\u0644\u062a\u062d\u0645\u064a\u0644 \u0644\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0644\u064a\u0633\u062a\u062e\u062f\u0645 \u062a\u0631\u0645\u064a\u0632 UTF-8 . \u063a\u064a\u0631 \u0630\u0644\u0643 \u064a\u0645\u0643\u0646\u0643 \u0627\u0646 \u062a\u062d\u0630\u0641 \u0627\u0644\u0627\u062d\u0631\u0641 \u0627\u0644\u063a\u064a\u0631 \u0645\u0639\u0631\u0641\u0629 \u0644\u0644\u062a\u062e\u0644\u0635 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u062a\u062d\u0630\u064a\u0631.
1202+
"{0}"\ contains\ unrecognized\ characters.If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Arduino,you\ may\ need\ to\ use\ Tools\ ->\ Fix\ Encoding\ &\ Reload\ to\ updatethe\ sketch\ to\ use\ UTF-8\ encoding.\ If\ not,\ you\ may\ need\ todelete\ the\ bad\ characters\ to\ get\ rid\ of\ this\ warning.="{0}" \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0627\u062d\u0631\u0641 \u063a\u064a\u0631 \u0645\u0639\u0631\u0641\u0629 . \u0627\u0630\u0627 \u0627\u0646\u0634\u0626 \u0627\u0644\u0643\u0648\u062f \u0645\u0639 \u0627\u0635\u062f\u0627\u0631 \u0627\u0642\u062f\u0645 \u0645\u0646 \u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629 , \u064a\u0644\u0632\u0645\u0643 \u0627\u0646 \u062a\u0633\u062a\u062e\u062f\u0645 \u0627\u062f\u0648\u0627\u062a -> \u0627\u0635\u0644\u0627\u062d \u0627\u0644\u062a\u0631\u0645\u064a\u0632 \u0648\u0627\u0639\u062f \u0627\u0644\u062a\u062d\u0645\u064a\u0644 \u0644\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0644\u064a\u0633\u062a\u062e\u062f\u0645 \u062a\u0631\u0645\u064a\u0632 UTF-8 . \u063a\u064a\u0631 \u0630\u0644\u0643 \u064a\u0645\u0643\u0646\u0643 \u0627\u0646 \u062a\u062d\u0630\u0641 \u0627\u0644\u0627\u062d\u0631\u0641 \u0627\u0644\u063a\u064a\u0631 \u0645\u0639\u0631\u0641\u0629 \u0644\u0644\u062a\u062e\u0644\u0635 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u062a\u062d\u0630\u064a\u0631.
12031203

12041204
#: debug/Compiler.java:409
12051205
\nAs\ of\ Arduino\ 0019,\ the\ Ethernet\ library\ depends\ on\ the\ SPI\ library.\nYou\ appear\ to\ be\ using\ it\ or\ another\ library\ that\ depends\ on\ the\ SPI\ library.\n\n=\n\u0643\u0645\u0627 \u0641\u064a \u0627\u0644\u0627\u0631\u062f\u0648\u064a\u0646\u0648 0019, \u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0640 Ethernet \u0645\u0639\u062a\u0645\u062f\u0629 \u0639\u0644\u0649 \u0645\u0643\u062a\u0628\u0629 SPI.\n\u064a\u0628\u062f\u0648 \u0627\u0646\u0647 \u0639\u0644\u064a\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u0643\u062a\u0628\u0629 \u0627\u062e\u0631\u0649 \u0645\u0639\u062a\u0645\u062f\u0629 \u0639\u0644\u0649 \u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0640 SPI.\n\n

app/src/processing/app/i18n/Resources_ast.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ msgstr ""
435435
#: Theme.java:52
436436
msgid ""
437437
"Could not read color theme settings.\n"
438-
"You'll need to reinstall Processing."
438+
"You'll need to reinstall Arduino."
439439
msgstr ""
440440

441441
#: Preferences.java:219
@@ -1141,7 +1141,7 @@ msgstr ""
11411141

11421142
#: Editor.java:2137
11431143
msgid ""
1144-
"Processing can only open its own sketches\n"
1144+
"Arduino can only open its own sketches\n"
11451145
"and other files ending in .ino or .pde"
11461146
msgstr ""
11471147

@@ -1712,7 +1712,7 @@ msgstr ""
17121712
#, java-format
17131713
msgid ""
17141714
"\"{0}\" contains unrecognized characters.If this code was created with an "
1715-
"older version of Processing,you may need to use Tools -> Fix Encoding & "
1715+
"older version of Arduino,you may need to use Tools -> Fix Encoding & "
17161716
"Reload to updatethe sketch to use UTF-8 encoding. If not, you may need "
17171717
"todelete the bad characters to get rid of this warning."
17181718
msgstr ""

app/src/processing/app/i18n/Resources_ast.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Arduino\ requires\ a\ full\ JDK\ (not\ just\ a\ JRE)\nto\ run.\ Please\ install\
297297
!Could\ not\ re-save\ sketch=
298298

299299
#: Theme.java:52
300-
!Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Processing.=
300+
!Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=
301301

302302
#: Preferences.java:219
303303
!Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=
@@ -812,7 +812,7 @@ Problem\ Setting\ the\ Platform=Problema al configurar la plataforma
812812
!Problem\ with\ rename=
813813

814814
#: Editor.java:2137
815-
!Processing\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=
815+
!Arduino\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=
816816

817817
#: ../../../processing/app/I18n.java:86
818818
!Processor=
@@ -1196,7 +1196,7 @@ You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day
11961196

11971197
#: SketchCode.java:258
11981198
#, java-format
1199-
!"{0}"\ contains\ unrecognized\ characters.If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Processing,you\ may\ need\ to\ use\ Tools\ ->\ Fix\ Encoding\ &\ Reload\ to\ updatethe\ sketch\ to\ use\ UTF-8\ encoding.\ If\ not,\ you\ may\ need\ todelete\ the\ bad\ characters\ to\ get\ rid\ of\ this\ warning.=
1199+
!"{0}"\ contains\ unrecognized\ characters.If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Arduino,you\ may\ need\ to\ use\ Tools\ ->\ Fix\ Encoding\ &\ Reload\ to\ updatethe\ sketch\ to\ use\ UTF-8\ encoding.\ If\ not,\ you\ may\ need\ todelete\ the\ bad\ characters\ to\ get\ rid\ of\ this\ warning.=
12001200

12011201
#: debug/Compiler.java:409
12021202
!\nAs\ of\ Arduino\ 0019,\ the\ Ethernet\ library\ depends\ on\ the\ SPI\ library.\nYou\ appear\ to\ be\ using\ it\ or\ another\ library\ that\ depends\ on\ the\ SPI\ library.\n\n=

app/src/processing/app/i18n/Resources_be.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ msgstr "Немагчыма перазахаваць скетч"
435435
#: Theme.java:52
436436
msgid ""
437437
"Could not read color theme settings.\n"
438-
"You'll need to reinstall Processing."
439-
msgstr "Немагчыма прчытаць налажкі колернай тэмы.\nПатрэбна пераінсталяваць Processing."
438+
"You'll need to reinstall Arduino."
439+
msgstr "Немагчыма прчытаць налажкі колернай тэмы.\nПатрэбна пераінсталяваць Arduino."
440440

441441
#: Preferences.java:219
442442
msgid ""
@@ -1141,7 +1141,7 @@ msgstr "Немагчыма перайменаваць"
11411141

11421142
#: Editor.java:2137
11431143
msgid ""
1144-
"Processing can only open its own sketches\n"
1144+
"Arduino can only open its own sketches\n"
11451145
"and other files ending in .ino or .pde"
11461146
msgstr ""
11471147

@@ -1712,10 +1712,10 @@ msgstr "пашырэнне .{0} не падыходзіць"
17121712
#, java-format
17131713
msgid ""
17141714
"\"{0}\" contains unrecognized characters.If this code was created with an "
1715-
"older version of Processing,you may need to use Tools -> Fix Encoding & "
1715+
"older version of Arduino,you may need to use Tools -> Fix Encoding & "
17161716
"Reload to updatethe sketch to use UTF-8 encoding. If not, you may need "
17171717
"todelete the bad characters to get rid of this warning."
1718-
msgstr "\"{0}\" утрымлівае незразумелыя сімвалы. Калі гэты код быў створаны ў старой версіі Processing, вам варта ўжыць Tools -> Fix Encoding & Reload для абнаўлення скетча на кадыроўку UTF-8. Калі гэта не вырашыць праблему, спатрэбіцца выдаліць кепскія сімвалы ўручную, каб пазбавіцца ад гэтага паведамлення."
1718+
msgstr "\"{0}\" утрымлівае незразумелыя сімвалы. Калі гэты код быў створаны ў старой версіі Arduino, вам варта ўжыць Tools -> Fix Encoding & Reload для абнаўлення скетча на кадыроўку UTF-8. Калі гэта не вырашыць праблему, спатрэбіцца выдаліць кепскія сімвалы ўручную, каб пазбавіцца ад гэтага паведамлення."
17191719

17201720
#: debug/Compiler.java:409
17211721
msgid ""

0 commit comments

Comments
 (0)