translated 'copy as html' notice in editor status

This commit is contained in:
mtsio
2015-01-11 23:45:09 +02:00
parent 6803e9802b
commit 8dc2aa4e14
3 changed files with 3 additions and 1 deletions

View File

@@ -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"));
}

View File

@@ -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

View File

@@ -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 έχει αντιγραφεί στο πρόχειρο
# ---------------------------------------