diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-el/devtools/client/perftools.ftl | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/l10n-el/devtools/client/perftools.ftl b/l10n-el/devtools/client/perftools.ftl new file mode 100644 index 0000000000..d5e74cb191 --- /dev/null +++ b/l10n-el/devtools/client/perftools.ftl @@ -0,0 +1,59 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +### These strings are used in DevTools’ performance-new panel, about:profiling, and +### the remote profiling panel. There are additional profiler strings in the appmenu.ftl +### file that are used for the profiler popup. + +perftools-intro-title = Ρυθμίσεις profiler + +## All of the headings for the various sections. + +perftools-heading-settings = Πλήρεις ρυθμίσεις +perftools-heading-buffer = Ρυθμίσεις buffer +perftools-heading-features = Λειτουργίες +perftools-heading-features-default = Λειτουργίες (Προτείνεται ενεργοποίηση από προεπιλογή) +perftools-heading-features-disabled = Ανενεργές λειτουργίες +perftools-heading-threads = Threads +perftools-heading-local-build = Τοπική έκδοση δομής + +## + + +## The controls for the interval at which the profiler samples the code. + +perftools-range-interval-label = Διάστημα δειγματοληψίας: +perftools-range-interval-milliseconds = { NUMBER($interval, maxFractionalUnits: 2) } ms + +## + +# The size of the memory buffer used to store things in the profiler. +perftools-range-entries-label = Μέγεθος buffer: +perftools-devtools-interval-label = Διάστημα: +perftools-devtools-settings-label = Ρυθμίσεις + +## Various statuses that affect the current state of profiling, not typically displayed. + + +## These are shown briefly when the user is waiting for the profiler to respond. + +perftools-request-to-stop-profiler = Διακοπή εγγραφής + +## + +perftools-button-start-recording = Έναρξη εγγραφής +perftools-button-cancel-recording = Ακύρωση εγγραφής +perftools-button-restart = Επανεκκίνηση +perftools-button-add-directory = Προσθήκη καταλόγου +perftools-button-remove-directory = Αφαίρεση επιλεγμένων +perftools-button-edit-settings = Επεξεργασία ρυθμίσεων… + +## These messages are descriptions of the threads that can be enabled for the profiler. + +perftools-thread-dns-resolver = + .title = Η ανάλυση DNS συμβαίνει σε αυτό το thread + +## + |