Skip to content

Commit 9b1c9d4

Browse files
committed
Updated language file.
Changed "Copy error" message to "Copy error messages".
1 parent 3ba9480 commit 9b1c9d4

File tree

3 files changed

+38
-13
lines changed

3 files changed

+38
-13
lines changed

app/src/processing/app/EditorStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ public void keyTyped(KeyEvent event) {
452452
add(progressBar);
453453
progressBar.setVisible(false);
454454

455-
copyErrorButton = new JButton(_("Copy error"));
455+
copyErrorButton = new JButton(_("Copy error messages"));
456456
add(copyErrorButton);
457457
copyErrorButton.setVisible(false);
458458
copyErrorButton.addActionListener(new ActionListener() {

app/src/processing/app/i18n/Resources_en.po

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@ msgstr "Copy"
353353
msgid "Copy as HTML"
354354
msgstr "Copy as HTML"
355355

356-
#: ../../../processing/app/EditorStatus.java:456
357-
msgid "Copy error"
358-
msgstr "Copy error"
356+
#: ../../../processing/app/EditorStatus.java:455
357+
msgid "Copy error messages"
358+
msgstr ""
359359

360360
#: Editor.java:1165 Editor.java:2715
361361
msgid "Copy for Forum"
@@ -529,6 +529,10 @@ msgstr "Device is not responding, check the right serial port is selected or RES
529529
msgid "Discard all changes and reload sketch?"
530530
msgstr "Discard all changes and reload sketch?"
531531

532+
#: ../../../processing/app/Preferences.java:438
533+
msgid "Display line numbers"
534+
msgstr ""
535+
532536
#: Editor.java:2064
533537
msgid "Don't Save"
534538
msgstr "Don't Save"
@@ -895,10 +899,6 @@ msgstr "Marathi"
895899
msgid "Message"
896900
msgstr "Message"
897901

898-
#: Sketch.java:1712
899-
msgid "Missing the */ from the end of a /* comment */"
900-
msgstr "Missing the */ from the end of a /* comment */"
901-
902902
#: Preferences.java:449
903903
msgid "More preferences can be edited directly in the file"
904904
msgstr "More preferences can be edited directly in the file"
@@ -1349,6 +1349,10 @@ msgstr "Sketchbook folder disappeared"
13491349
msgid "Sketchbook location:"
13501350
msgstr "Sketchbook location:"
13511351

1352+
#: ../../../processing/app/Base.java:785
1353+
msgid "Sketches (*.ino, *.pde)"
1354+
msgstr ""
1355+
13521356
#: ../../../processing/app/Preferences.java:152
13531357
msgid "Slovenian"
13541358
msgstr "Slovenian"
@@ -1590,6 +1594,16 @@ msgstr "Use Selection For Find"
15901594
msgid "Use external editor"
15911595
msgstr "Use external editor"
15921596

1597+
#: ../../../processing/app/debug/Compiler.java:94
1598+
#, java-format
1599+
msgid "Using library {0} in folder: {1} {2}"
1600+
msgstr ""
1601+
1602+
#: ../../../processing/app/debug/Compiler.java:320
1603+
#, java-format
1604+
msgid "Using previously compiled file: {0}"
1605+
msgstr ""
1606+
15931607
#: EditorToolbar.java:41 EditorToolbar.java:46
15941608
msgid "Verify"
15951609
msgstr "Verify"

app/src/processing/app/i18n/Resources_en.properties

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ Copy=Copy
239239
#: Editor.java:1177 Editor.java:2723
240240
Copy\ as\ HTML=Copy as HTML
241241

242-
#: ../../../processing/app/EditorStatus.java:456
243-
Copy\ error=Copy error
242+
#: ../../../processing/app/EditorStatus.java:455
243+
!Copy\ error\ messages=
244244

245245
#: Editor.java:1165 Editor.java:2715
246246
Copy\ for\ Forum=Copy for Forum
@@ -363,6 +363,9 @@ Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\
363363
#: tools/FixEncoding.java:57
364364
Discard\ all\ changes\ and\ reload\ sketch?=Discard all changes and reload sketch?
365365

366+
#: ../../../processing/app/Preferences.java:438
367+
!Display\ line\ numbers=
368+
366369
#: Editor.java:2064
367370
Don't\ Save=Don't Save
368371

@@ -630,9 +633,6 @@ Marathi=Marathi
630633
#: Base.java:2112
631634
Message=Message
632635

633-
#: Sketch.java:1712
634-
Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=Missing the */ from the end of a /* comment */
635-
636636
#: Preferences.java:449
637637
More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=More preferences can be edited directly in the file
638638

@@ -960,6 +960,9 @@ Sketchbook\ folder\ disappeared=Sketchbook folder disappeared
960960
#: Preferences.java:315
961961
Sketchbook\ location\:=Sketchbook location\:
962962

963+
#: ../../../processing/app/Base.java:785
964+
!Sketches\ (*.ino,\ *.pde)=
965+
963966
#: ../../../processing/app/Preferences.java:152
964967
Slovenian=Slovenian
965968

@@ -1113,6 +1116,14 @@ Use\ Selection\ For\ Find=Use Selection For Find
11131116
#: Preferences.java:409
11141117
Use\ external\ editor=Use external editor
11151118

1119+
#: ../../../processing/app/debug/Compiler.java:94
1120+
#, java-format
1121+
!Using\ library\ {0}\ in\ folder\:\ {1}\ {2}=
1122+
1123+
#: ../../../processing/app/debug/Compiler.java:320
1124+
#, java-format
1125+
!Using\ previously\ compiled\ file\:\ {0}=
1126+
11161127
#: EditorToolbar.java:41 EditorToolbar.java:46
11171128
Verify=Verify
11181129

0 commit comments

Comments
 (0)