diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-el/browser/browser/preferences/containers.ftl | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-el/browser/browser/preferences/containers.ftl')
-rw-r--r-- | l10n-el/browser/browser/preferences/containers.ftl | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/l10n-el/browser/browser/preferences/containers.ftl b/l10n-el/browser/browser/preferences/containers.ftl new file mode 100644 index 0000000000..209bb05fe4 --- /dev/null +++ b/l10n-el/browser/browser/preferences/containers.ftl @@ -0,0 +1,93 @@ +# 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/. + +containers-window-new2 = + .title = Προσθήκη νέας θεματικής ενότητας + .style = min-width: 45em +# Variables +# $name (String) - Name of the container +containers-window-update-settings2 = + .title = Ρυθμίσεις θεματικής ενότητας «{ $name }» + .style = min-width: 45em + +containers-window-close = + .key = w + +# This is a term to store style to be applied +# on the three labels in the containers add/edit dialog: +# - name +# - icon +# - color +# +# Using this term and referencing it in the `.style` attribute +# of the three messages ensures that all three labels +# will be aligned correctly. +-containers-labels-style = min-width: 4rem + +containers-name-label = Όνομα + .accesskey = Ο + .style = { -containers-labels-style } + +containers-name-text = + .placeholder = Εισαγάγετε το όνομα θεματικής ενότητας + +containers-icon-label = Εικονίδιο + .accesskey = Ε + .style = { -containers-labels-style } + +containers-color-label = Χρώμα + .accesskey = ρ + .style = { -containers-labels-style } + +containers-dialog = + .buttonlabelaccept = Τέλος + .buttonaccesskeyaccept = Τ + +containers-color-blue = + .label = Μπλε +containers-color-turquoise = + .label = Τιρκουάζ +containers-color-green = + .label = Πράσινο +containers-color-yellow = + .label = Κίτρινο +containers-color-orange = + .label = Πορτοκαλί +containers-color-red = + .label = Κόκκινο +containers-color-pink = + .label = Ροζ +containers-color-purple = + .label = Μοβ +containers-color-toolbar = + .label = Αντιστοίχιση με γραμμή εργαλείων + +containers-icon-fence = + .label = Περίφραξη +containers-icon-fingerprint = + .label = Αποτύπωμα +containers-icon-briefcase = + .label = Χαρτοφύλακας +# String represents a money sign but currently uses a dollar sign +# so don't change to local currency. See Bug 1291672. +containers-icon-dollar = + .label = Σήμα δολαρίου +containers-icon-cart = + .label = Καλάθι αγορών +containers-icon-circle = + .label = Κουκκίδα +containers-icon-vacation = + .label = Διακοπές +containers-icon-gift = + .label = Δώρο +containers-icon-food = + .label = Φαγητό +containers-icon-fruit = + .label = Φρούτα +containers-icon-pet = + .label = Κατοικίδιο +containers-icon-tree = + .label = Δέντρο +containers-icon-chill = + .label = Ξεκούραση |