diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-xh/browser/browser/pageInfo.ftl | 197 |
1 files changed, 197 insertions, 0 deletions
diff --git a/l10n-xh/browser/browser/pageInfo.ftl b/l10n-xh/browser/browser/pageInfo.ftl new file mode 100644 index 0000000000..c0e8897e09 --- /dev/null +++ b/l10n-xh/browser/browser/pageInfo.ftl @@ -0,0 +1,197 @@ +# 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/. -- + +page-info-window = + .style = width: 600px; min-height: 550px; + +copy = + .key = C +menu-copy = + .label = Kopa + .accesskey = K + +select-all = + .key = A +menu-select-all = + .label = Khetha Konke + .accesskey = K + +general-tab = + .label = Jikelele + .accesskey = G +general-title = + .value = Umxholo +general-url = + .value = Idilesi: +general-type = + .value = Chwetheza: +general-mode = + .value = Imo Yokunikela: +general-size = + .value = Ubukhulu: +general-referrer = + .value = I-URL Ebhekisayo: +general-modified = + .value = Uhlengahlengisiwe: +general-encoding = + .value = Umbhalo Onekhowudi: +general-meta-name = + .label = Igama +general-meta-content = + .label = Isiqulatho + +media-tab = + .label = Izilondolozi + .accesskey = M +media-location = + .value = Indawo: +media-text = + .value = Umbhalo onxulumeneyo: +media-alt-header = + .label = Isiqendu Esisesinye +media-address = + .label = Idilesi +media-type = + .label = Chwetheza +media-size = + .label = Ubukhulu +media-count = + .label = Bala +media-dimension = + .value = Imilinganiselo: +media-long-desc = + .value = Inkcazelo Ende: +media-save-as = + .label = Gcina Kanje… + .accesskey = A +media-save-image-as = + .label = Gcina Kanje… + .accesskey = e + +perm-tab = + .label = Iimvume + .accesskey = I +permissions-for = + .value = Imvume ye-: + +security-tab = + .label = Ukhuseleko + .accesskey = S +security-view = + .label = Isatifikethi Sokujonwa + .accesskey = V +security-view-unknown = Akwaziwa + .value = Akwaziwa +security-view-identity = + .value = Isazisi sewebhusayithi +security-view-identity-owner = + .value = Umnini: +security-view-identity-domain = + .value = Iwebhusayithi: +security-view-identity-verifier = + .value = Iqinisekiswe ngu: +security-view-privacy = + .value = Ubungasese nembali + +security-view-privacy-history-value = Ndikhe ndayityelela le webhusayithi phambi kwanamhlanje? + +security-view-privacy-passwords-value = Ndiyigcinile ipasiwedi yam yale webhusayithi? + +security-view-privacy-viewpasswords = + .label = Jonga Amagama Okugqithisa Agciniweyo + .accesskey = w +security-view-technical = + .value = Iinkcukacha zobuchwepheshe + +help-button = + .label = Uncedo + +## These strings are used to tell the user if the website is storing cookies +## and data on the users computer in the security tab of pageInfo +## Variables: +## $value (number) - Amount of data being stored +## $unit (string) - The unit of data being stored (Usually KB) + +## + +image-size-unknown = Akwaziwa +page-info-not-specified = + .value = Akuxelwanga +not-set-alternative-text = Akuxelwanga +not-set-date = Akuxelwanga +media-img = Umfuziselo +media-bg-img = Okungasemva eskrinini +media-border-img = Umda +media-list-img = Imbumbulu +media-cursor = Ikheza +media-object = Into +media-embed = Zinzisa +media-link = Umqondiso wokuqulathiweyo +media-input = Igalelo +media-video = Ividiyo +media-audio = Enesandi +saved-passwords-yes = Ewe +saved-passwords-no = Hayi + +no-page-title = + .value = Iphepha Elingenamxholo: +general-quirks-mode = + .value = Imo yobuqhinga +general-strict-mode = + .value = Imo yokuthobela imigangatho +page-info-security-no-owner = + .value = Le webhusayithi ayiniki nkcazelo yobunini. +media-select-folder = Khetha ifolda uze ugcine imifuziselo +media-unknown-not-cached = + .value = Ayaziwa (ayikho kuvimba) +permissions-use-default = + .label = Sebenzisa isisesko +security-no-visits = Hayi + +# This string is used to display the type of +# an image +# Variables: +# $type (string) - The type of an image +media-image-type = + .value = { $type } Umfuziselo + +# This string is used to display the size of a scaled image +# in both scaled and unscaled pixels +# Variables: +# $dimx (number) - The horizontal size of an image +# $dimy (number) - The vertical size of an image +# $scaledx (number) - The scaled horizontal size of an image +# $scaledy (number) - The scaled vertical size of an image +media-dimensions-scaled = + .value = { $dimx }px × { $dimy }px (iskeyilwe yaya ku- { $scaledx }px × { $scaledy }px) + +# This string is used to display the size of an image in pixels +# Variables: +# $dimx (number) - The horizontal size of an image +# $dimy (number) - The vertical size of an image +media-dimensions = + .value = { $dimx }px × { $dimy }px + +# This string is used to display the size of a media +# file in kilobytes +# Variables: +# $size (number) - The size of the media file in kilobytes +media-file-size = { $size } KB + +# This string is used to display the website name next to the +# "Block Images" checkbox in the media tab +# Variables: +# $website (string) - The website name +media-block-image = + .label = Nqanda Imifuziselo ukusuka kwi-{ $website } + .accesskey = B + +# This string is used to display the URL of the website on top of the +# pageInfo dialog box +# Variables: +# $website (string) - The url of the website pageInfo is getting info for +page-info-page = + .title = Inkcazelo yephepha - { $website } +page-info-frame = + .title = Inkcazelo yefreyim - { $website } |