diff options
Diffstat (limited to 'l10n-el/devtools/client/webconsole.properties')
-rw-r--r-- | l10n-el/devtools/client/webconsole.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/l10n-el/devtools/client/webconsole.properties b/l10n-el/devtools/client/webconsole.properties index 76fbafacaf..5bac3a4d22 100644 --- a/l10n-el/devtools/client/webconsole.properties +++ b/l10n-el/devtools/client/webconsole.properties @@ -470,9 +470,14 @@ webconsole.message.commands.startTracingToStdout=Ξεκίνησε η ιχνηλ webconsole.message.commands.startTracingToProfiler=Ξεκίνησε η ιχνηλάτηση στο εργαλείο προφίλ. Τα ίχνη θα εμφανιστούν στο εργαλείο προφίλ κατά τη διακοπή. # LOCALIZATION NOTE (webconsole.message.commands.stopTracing) -# Label displayed when :trace command was executed and the JavaScript tracer stopped. +# Label displayed when the JavaScript tracer stopped webconsole.message.commands.stopTracing=Σταμάτησε η ιχνηλάτηση +# LOCALIZATION NOTE (webconsole.message.commands.stopTracingWithReason) +# Label displayed when the JavaScript tracer stopped with a particular reason +# which isn't user explicit stop request. Can be reaching the max-depth option, or an infinite loop. +webconsole.message.commands.stopTracingWithReason=Διακοπή ιχνηλάτησης (αιτία: %S) + # LOCALIZATION NOTE (webconsole.error.commands.copyError): # the error that is displayed when the "copy" command can't stringify an object # "copy" should not be translated, because is a function name. |