diff options
Diffstat (limited to 'l10n-bs/browser/browser/preferences/containers.ftl')
-rw-r--r-- | l10n-bs/browser/browser/preferences/containers.ftl | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/l10n-bs/browser/browser/preferences/containers.ftl b/l10n-bs/browser/browser/preferences/containers.ftl new file mode 100644 index 0000000000..38c5fdaeb3 --- /dev/null +++ b/l10n-bs/browser/browser/preferences/containers.ftl @@ -0,0 +1,84 @@ +# 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 = Dodaj novi Container + .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 = Naziv + .accesskey = N + .style = { -containers-labels-style } + +containers-name-text = + .placeholder = Unesite naziv containera + +containers-icon-label = Ikona + .accesskey = I + .style = { -containers-labels-style } + +containers-color-label = Boja + .accesskey = o + .style = { -containers-labels-style } + +containers-dialog = + .buttonlabelaccept = Gotovo + .buttonaccesskeyaccept = G + +containers-color-blue = + .label = Plava +containers-color-turquoise = + .label = Tirkizna +containers-color-green = + .label = Zelena +containers-color-yellow = + .label = Žuta +containers-color-orange = + .label = Narandžasta +containers-color-red = + .label = Crvena +containers-color-pink = + .label = Roza +containers-color-purple = + .label = Ljubičasta + +containers-icon-fingerprint = + .label = Otisak prsta +containers-icon-briefcase = + .label = Aktovka +# 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 = Znak za dolar +containers-icon-cart = + .label = Kolica za kupovinu +containers-icon-circle = + .label = Tačka +containers-icon-vacation = + .label = Odmor +containers-icon-gift = + .label = Poklon +containers-icon-food = + .label = Hrana +containers-icon-fruit = + .label = Voće +containers-icon-pet = + .label = Ljubimac +containers-icon-tree = + .label = Stablo +containers-icon-chill = + .label = Opušteno |