mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
translated 'copy as html' notice in editor status
This commit is contained in:
@@ -1814,7 +1814,7 @@ public abstract class Editor extends JFrame implements RunnerListener {
|
||||
|
||||
public void handleCopyAsHTML() {
|
||||
textarea.copyAsHTML();
|
||||
statusNotice("Code formatted as HTML has been copied to the clipboard.");
|
||||
statusNotice(Language.text("editor.status.copy_as_html"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -312,6 +312,7 @@ editor.status.printing = Printing...
|
||||
editor.status.printing.done = Done printing.
|
||||
editor.status.printing.error = Error while printing.
|
||||
editor.status.printing.canceled = Printing canceled.
|
||||
editor.status.copy_as_html = Code formatted as HTML has been copied to the clipboard.
|
||||
|
||||
# Footer buttons
|
||||
editor.footer.errors = Errors
|
||||
|
||||
@@ -303,6 +303,7 @@ editor.status.printing = Εκτύπωση...
|
||||
editor.status.printing.done = Ολοκλήρωση εκτύπωσης.
|
||||
editor.status.printing.error = Σφάλμα κατά την εκτύπωση.
|
||||
editor.status.printing.canceled = Ακύρωση εκτύπωσης.
|
||||
editor.status.copy_as_html = Ο κώδικας μορφοποιημένος ως HTML έχει αντιγραφεί στο πρόχειρο
|
||||
|
||||
|
||||
# ---------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user