1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Updated language file.

Changed "Copy error" message to "Copy error messages".
This commit is contained in:
Cristian Maglie
2013-11-12 14:28:08 +01:00
parent 3ba9480972
commit 9b1c9d4f16
3 changed files with 38 additions and 13 deletions

View File

@ -452,7 +452,7 @@ public class EditorStatus extends JPanel /*implements ActionListener*/ {
add(progressBar); add(progressBar);
progressBar.setVisible(false); progressBar.setVisible(false);
copyErrorButton = new JButton(_("Copy error")); copyErrorButton = new JButton(_("Copy error messages"));
add(copyErrorButton); add(copyErrorButton);
copyErrorButton.setVisible(false); copyErrorButton.setVisible(false);
copyErrorButton.addActionListener(new ActionListener() { copyErrorButton.addActionListener(new ActionListener() {

View File

@ -353,9 +353,9 @@ msgstr "Copy"
msgid "Copy as HTML" msgid "Copy as HTML"
msgstr "Copy as HTML" msgstr "Copy as HTML"
#: ../../../processing/app/EditorStatus.java:456 #: ../../../processing/app/EditorStatus.java:455
msgid "Copy error" msgid "Copy error messages"
msgstr "Copy error" msgstr ""
#: Editor.java:1165 Editor.java:2715 #: Editor.java:1165 Editor.java:2715
msgid "Copy for Forum" msgid "Copy for Forum"
@ -529,6 +529,10 @@ msgstr "Device is not responding, check the right serial port is selected or RES
msgid "Discard all changes and reload sketch?" msgid "Discard all changes and reload sketch?"
msgstr "Discard all changes and reload sketch?" msgstr "Discard all changes and reload sketch?"
#: ../../../processing/app/Preferences.java:438
msgid "Display line numbers"
msgstr ""
#: Editor.java:2064 #: Editor.java:2064
msgid "Don't Save" msgid "Don't Save"
msgstr "Don't Save" msgstr "Don't Save"
@ -895,10 +899,6 @@ msgstr "Marathi"
msgid "Message" msgid "Message"
msgstr "Message" msgstr "Message"
#: Sketch.java:1712
msgid "Missing the */ from the end of a /* comment */"
msgstr "Missing the */ from the end of a /* comment */"
#: Preferences.java:449 #: Preferences.java:449
msgid "More preferences can be edited directly in the file" msgid "More preferences can be edited directly in the file"
msgstr "More preferences can be edited directly in the file" msgstr "More preferences can be edited directly in the file"
@ -1349,6 +1349,10 @@ msgstr "Sketchbook folder disappeared"
msgid "Sketchbook location:" msgid "Sketchbook location:"
msgstr "Sketchbook location:" msgstr "Sketchbook location:"
#: ../../../processing/app/Base.java:785
msgid "Sketches (*.ino, *.pde)"
msgstr ""
#: ../../../processing/app/Preferences.java:152 #: ../../../processing/app/Preferences.java:152
msgid "Slovenian" msgid "Slovenian"
msgstr "Slovenian" msgstr "Slovenian"
@ -1590,6 +1594,16 @@ msgstr "Use Selection For Find"
msgid "Use external editor" msgid "Use external editor"
msgstr "Use external editor" msgstr "Use external editor"
#: ../../../processing/app/debug/Compiler.java:94
#, java-format
msgid "Using library {0} in folder: {1} {2}"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:320
#, java-format
msgid "Using previously compiled file: {0}"
msgstr ""
#: EditorToolbar.java:41 EditorToolbar.java:46 #: EditorToolbar.java:41 EditorToolbar.java:46
msgid "Verify" msgid "Verify"
msgstr "Verify" msgstr "Verify"

View File

@ -239,8 +239,8 @@ Copy=Copy
#: Editor.java:1177 Editor.java:2723 #: Editor.java:1177 Editor.java:2723
Copy\ as\ HTML=Copy as HTML Copy\ as\ HTML=Copy as HTML
#: ../../../processing/app/EditorStatus.java:456 #: ../../../processing/app/EditorStatus.java:455
Copy\ error=Copy error !Copy\ error\ messages=
#: Editor.java:1165 Editor.java:2715 #: Editor.java:1165 Editor.java:2715
Copy\ for\ Forum=Copy for Forum Copy\ for\ Forum=Copy for Forum
@ -363,6 +363,9 @@ Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\
#: tools/FixEncoding.java:57 #: tools/FixEncoding.java:57
Discard\ all\ changes\ and\ reload\ sketch?=Discard all changes and reload sketch? Discard\ all\ changes\ and\ reload\ sketch?=Discard all changes and reload sketch?
#: ../../../processing/app/Preferences.java:438
!Display\ line\ numbers=
#: Editor.java:2064 #: Editor.java:2064
Don't\ Save=Don't Save Don't\ Save=Don't Save
@ -630,9 +633,6 @@ Marathi=Marathi
#: Base.java:2112 #: Base.java:2112
Message=Message Message=Message
#: Sketch.java:1712
Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=Missing the */ from the end of a /* comment */
#: Preferences.java:449 #: Preferences.java:449
More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=More preferences can be edited directly in the file More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=More preferences can be edited directly in the file
@ -960,6 +960,9 @@ Sketchbook\ folder\ disappeared=Sketchbook folder disappeared
#: Preferences.java:315 #: Preferences.java:315
Sketchbook\ location\:=Sketchbook location\: Sketchbook\ location\:=Sketchbook location\:
#: ../../../processing/app/Base.java:785
!Sketches\ (*.ino,\ *.pde)=
#: ../../../processing/app/Preferences.java:152 #: ../../../processing/app/Preferences.java:152
Slovenian=Slovenian Slovenian=Slovenian
@ -1113,6 +1116,14 @@ Use\ Selection\ For\ Find=Use Selection For Find
#: Preferences.java:409 #: Preferences.java:409
Use\ external\ editor=Use external editor Use\ external\ editor=Use external editor
#: ../../../processing/app/debug/Compiler.java:94
#, java-format
!Using\ library\ {0}\ in\ folder\:\ {1}\ {2}=
#: ../../../processing/app/debug/Compiler.java:320
#, java-format
!Using\ previously\ compiled\ file\:\ {0}=
#: EditorToolbar.java:41 EditorToolbar.java:46 #: EditorToolbar.java:41 EditorToolbar.java:46
Verify=Verify Verify=Verify