summaryrefslogtreecommitdiffstats
path: root/l10n-el/devtools
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:33 +0000
commit086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch)
treea4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /l10n-el/devtools
parentAdding debian version 124.0.1-1. (diff)
downloadfirefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz
firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-el/devtools')
-rw-r--r--l10n-el/devtools/client/toolbox-options.ftl9
-rw-r--r--l10n-el/devtools/client/toolbox.properties6
-rw-r--r--l10n-el/devtools/client/tooltips.ftl9
3 files changed, 22 insertions, 2 deletions
diff --git a/l10n-el/devtools/client/toolbox-options.ftl b/l10n-el/devtools/client/toolbox-options.ftl
index 49d1b113c3..f7173d8037 100644
--- a/l10n-el/devtools/client/toolbox-options.ftl
+++ b/l10n-el/devtools/client/toolbox-options.ftl
@@ -59,6 +59,15 @@ options-default-color-unit-rgb = RGB(A)
options-default-color-unit-hwb = HWB
options-default-color-unit-name = Ονόματα χρωμάτων
+## Web Console section
+
+# The heading
+options-webconsole-label = Κονσόλα ιστού
+# The label for the checkbox that toggle whether the Split console is enabled
+options-webconsole-split-console-label = Εμφάνιση διαχωρισμένης κονσόλας
+options-webconsole-split-console-tooltip =
+ .title = Άνοιγμα διαχωρισμένης κονσόλας με το πλήκτρο Esc
+
## Style Editor section
# The heading
diff --git a/l10n-el/devtools/client/toolbox.properties b/l10n-el/devtools/client/toolbox.properties
index 1caa0e9e5a..7c4efcbf24 100644
--- a/l10n-el/devtools/client/toolbox.properties
+++ b/l10n-el/devtools/client/toolbox.properties
@@ -160,9 +160,13 @@ toolbox.meatballMenu.button.tooltip=Προσαρμογή εργαλείων αν
toolbox.closebutton.tooltip=Κλείσιμο εργαλείων ανάπτυξης
# LOCALIZATION NOTE (toolbox.errorCountButton.tooltip): This is the tooltip for
-# the error count button displayed in the developer tools toolbox.
+# the error count button displayed in the developer tools toolbox if the "Enable Split Console" setting is checked.
toolbox.errorCountButton.tooltip=Εμφάνιση διαιρούμενης κονσόλας
+# LOCALIZATION NOTE (toolbox.errorCountButtonConsoleTab.tooltip): This is the tooltip for
+# the error count button displayed in the developer tools toolbox if the "Enable Split Console" setting is unchecked.
+toolbox.errorCountButtonConsoleTab.tooltip=Εμφάνιση κονσόλας
+
# LOCALIZATION NOTE (toolbox.errorCountButton.description): This is the description that
# will be used for the error count button in the devTools settings panel.
toolbox.errorCountButton.description=Εμφάνιση αριθμού σφαλμάτων σελίδας
diff --git a/l10n-el/devtools/client/tooltips.ftl b/l10n-el/devtools/client/tooltips.ftl
index 7db1473cd6..80e602d23d 100644
--- a/l10n-el/devtools/client/tooltips.ftl
+++ b/l10n-el/devtools/client/tooltips.ftl
@@ -38,6 +38,11 @@ inactive-css-not-table-cell = Το <strong>{ $property }</strong> δεν έχε
inactive-scroll-padding-when-not-scroll-container = Το <strong>{ $property }</strong> δεν έχει επίδραση σε αυτό το στοιχείο, αφού δεν κάνει κύλιση.
inactive-css-border-image = Το <strong>{ $property }</strong> δεν έχει καμία επίδραση σε αυτό το στοιχείο, επειδή δεν μπορεί να εφαρμοστεί σε εσωτερικά στοιχεία πίνακα όπου το <strong>border-collapse</strong> έχει οριστεί σε <strong>collapse</strong>, στο στοιχείο γονικού πίνακα.
inactive-css-ruby-element = Το <strong>{ $property }</strong> δεν έχει καμία επίδραση σε αυτό το στοιχείο, επειδή είναι στοιχείο ruby. Το μέγεθός του καθορίζεται από το μέγεθος γραμματοσειράς του κειμένου ruby.
+
+## In the Rule View when a CSS property cannot be successfully applied we display
+## an icon. When this icon is hovered this message is displayed to explain how
+## the problem can be solved.
+
inactive-css-highlight-pseudo-elements-not-supported = Το <strong>{ $property }</strong> δεν υποστηρίζεται στα ψευδοστοιχεία επισήμανσης.
inactive-css-cue-pseudo-element-not-supported = Το <strong>{ $property }</strong> δεν υποστηρίζεται σε ψευδοστοιχεία ::cue.
# Variables:
@@ -51,9 +56,11 @@ inactive-css-text-wrap-balance-fragmented = Το <strong>{ $property }</strong>
## In the Rule View when a CSS property cannot be successfully applied we display
## an icon. When this icon is hovered this message is displayed to explain how
-## the problem can be solved.
+## the problem can be solved. CSS properties and values in <strong> tags should
+## not be translated.
inactive-css-not-grid-or-flex-container-fix = Δοκιμάστε να προσθέσετε το <strong>display:grid</strong> ή το <strong>display:flex</strong>. { learn-more }
+inactive-css-not-grid-or-flex-or-block-container-fix = Δοκιμάστε να προσθέσετε το <strong>display:grid</strong>, το <strong>display:flex</strong> ή το <strong>display:block</strong>. { learn-more }
inactive-css-not-grid-or-flex-container-or-multicol-container-fix = Δοκιμάστε να προσθέσετε το <strong>display:grid</strong>, το <strong>display:flex</strong> ή το <strong>columns:2</strong>. { learn-more }
inactive-css-not-multicol-container-fix = Δοκιμάστε να προσθέσετε είτε το <strong>column-count</strong> είτε το <strong>column-width</strong>. { learn-more }
inactive-css-not-grid-or-flex-item-fix-3 = Δοκιμάστε να προσθέσετε το <strong>display:grid</strong>, το <strong>display:flex</strong>, το <strong>display:inline-grid</strong> ή το <strong>display:inline-flex</strong> στο γονικό στοιχείο. { learn-more }