diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-si/browser/browser/preferences/containers.ftl | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/l10n-si/browser/browser/preferences/containers.ftl b/l10n-si/browser/browser/preferences/containers.ftl new file mode 100644 index 0000000000..48b2b3c1ca --- /dev/null +++ b/l10n-si/browser/browser/preferences/containers.ftl @@ -0,0 +1,91 @@ +# 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 = N + .style = { -containers-labels-style } + +containers-name-text = + .placeholder = අඩංගුවට නමක් යොදන්න + +containers-icon-label = නිරූපකය + .accesskey = I + .style = { -containers-labels-style } + +containers-color-label = වර්ණය + .accesskey = o + .style = { -containers-labels-style } + +containers-dialog = + .buttonlabelaccept = අහවරයි + .buttonaccesskeyaccept = D + +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 = ගස |