diff options
Diffstat (limited to 'l10n-si/suite/chrome/common/viewZoomOverlay.properties')
-rw-r--r-- | l10n-si/suite/chrome/common/viewZoomOverlay.properties | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/l10n-si/suite/chrome/common/viewZoomOverlay.properties b/l10n-si/suite/chrome/common/viewZoomOverlay.properties new file mode 100644 index 0000000000..efbd833e85 --- /dev/null +++ b/l10n-si/suite/chrome/common/viewZoomOverlay.properties @@ -0,0 +1,30 @@ +# 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/. + +# font size submenu +# +# don't translate %zoom% + +fullZoom=Zoom (%zoom% %) +textZoom=Text Zoom (%zoom% %) +label=%zoom% % +labelOriginal=%zoom% % (Original Size) +labelOther=Other (%zoom% %) … + +# {values} must be greater than 0, include 100 and be in natural order +# {accessKeys} correspond to {values}, where "z" matches the z in +# "Original size" in {labelOriginal} + +values=50,75,90,100,120,150,200 +accessKeys=5,7,9,z,1,0,2 + +# {valueOther} must be greater than the largest in values + +valueOther=300 + +# {stepFactor} is the factor with which the zoom changes when you're +# below the lowest or above the highest value in {values} + +stepFactor=1.5 + |