From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../dom/chrome/accessibility/AccessFu.properties | 71 +++++++++++ .../chrome/accessibility/mac/accessible.properties | 42 +++++++ .../accessibility/unix/accessible.properties | 17 +++ .../chrome/accessibility/win/accessible.properties | 17 +++ l10n-af/dom/chrome/appstrings.properties | 31 +++++ l10n-af/dom/chrome/dom/dom.properties | 138 +++++++++++++++++++++ l10n-af/dom/chrome/global-strres.properties | 5 + l10n-af/dom/chrome/layout/HtmlForm.properties | 35 ++++++ l10n-af/dom/chrome/layout/MediaDocument.properties | 21 ++++ l10n-af/dom/chrome/layout/css.properties | 37 ++++++ l10n-af/dom/chrome/layout/layout_errors.properties | 29 +++++ l10n-af/dom/chrome/layout/printing.properties | 56 +++++++++ l10n-af/dom/chrome/layout/xmlparser.properties | 48 +++++++ l10n-af/dom/chrome/layout/xul.properties | 5 + l10n-af/dom/chrome/nsWebBrowserPersist.properties | 17 +++ l10n-af/dom/chrome/security/caps.properties | 8 ++ l10n-af/dom/chrome/svg/svg.properties | 5 + l10n-af/dom/chrome/xslt/xslt.properties | 39 ++++++ 18 files changed, 621 insertions(+) create mode 100644 l10n-af/dom/chrome/accessibility/AccessFu.properties create mode 100644 l10n-af/dom/chrome/accessibility/mac/accessible.properties create mode 100644 l10n-af/dom/chrome/accessibility/unix/accessible.properties create mode 100644 l10n-af/dom/chrome/accessibility/win/accessible.properties create mode 100644 l10n-af/dom/chrome/appstrings.properties create mode 100644 l10n-af/dom/chrome/dom/dom.properties create mode 100644 l10n-af/dom/chrome/global-strres.properties create mode 100644 l10n-af/dom/chrome/layout/HtmlForm.properties create mode 100644 l10n-af/dom/chrome/layout/MediaDocument.properties create mode 100644 l10n-af/dom/chrome/layout/css.properties create mode 100644 l10n-af/dom/chrome/layout/layout_errors.properties create mode 100644 l10n-af/dom/chrome/layout/printing.properties create mode 100644 l10n-af/dom/chrome/layout/xmlparser.properties create mode 100644 l10n-af/dom/chrome/layout/xul.properties create mode 100644 l10n-af/dom/chrome/nsWebBrowserPersist.properties create mode 100644 l10n-af/dom/chrome/security/caps.properties create mode 100644 l10n-af/dom/chrome/svg/svg.properties create mode 100644 l10n-af/dom/chrome/xslt/xslt.properties (limited to 'l10n-af/dom/chrome') diff --git a/l10n-af/dom/chrome/accessibility/AccessFu.properties b/l10n-af/dom/chrome/accessibility/AccessFu.properties new file mode 100644 index 0000000000..418d96622c --- /dev/null +++ b/l10n-af/dom/chrome/accessibility/AccessFu.properties @@ -0,0 +1,71 @@ +# 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/. + +# Roles +menubar = kieslysbalk +scrollbar = rolbalk +dialog = dialoog +separator = skeier +toolbar = nutsbalk +statusbar = statusbalk +table = tabel +column = kolom +row = ry +cell = sel +link = skakel +list = lys +listitem = lysitem +pushbutton = knoppie +checkbutton = merkblokkie +progressbar = vorderingsbalk +slider = skuiwer +diagram = diagram +animation = animasie +equation = vergelyking +buttonmenu = knoppiekieslys +whitespace = wit spasie +pagetablist = oortjielys +passwordtext = wagwoordteks +paragraph = paragraaf +caption = byskrif +heading = opskrif +section = afdeling +form = vorm +imagemap = beeldkaart +definitionlist = definisielys +term = term +definition = definisie + + +# More sophisticated roles which are not actual numeric roles +textarea = teksarea + + +# More sophisticated object descriptions +headingLevel = opskrif vlak %S + +# Landmark announcements +banner = banier +complementary = komplementêr +navigation = navigasie + +# Live regions +# 'hidden' will be spoken when something disappears in a live region. + +stateRequired = benodig + +# App modes + +# MathML menclose notations. +# See developer.mozilla.org/docs/Web/MathML/Element/menclose#attr-notation + +# LOCALIZATION NOTE (tblColumnInfoAbbr): Semi-colon list of plural forms. +# Number of columns within the table. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# LOCALIZATION NOTE (tblRowInfoAbbr): Semi-colon list of plural forms. +# Number of rows within the table or grid. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals + + + diff --git a/l10n-af/dom/chrome/accessibility/mac/accessible.properties b/l10n-af/dom/chrome/accessibility/mac/accessible.properties new file mode 100644 index 0000000000..2b621b81ac --- /dev/null +++ b/l10n-af/dom/chrome/accessibility/mac/accessible.properties @@ -0,0 +1,42 @@ +# 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/. + +jump = Spring +press = Druk +check = Merk +uncheck = Ontmerk +select = Kies +open = Open +close = Sluit +switch = Wissel +click = Kliek +collapse= Invou +expand = Uitvou +activate= Aktiveer +cycle = Wissel + +# Universal Access API support +# (Mac Only) +# The Role Description for AXWebArea (the web widget). Like in Safari. +htmlContent = HTML-inhoud +# The Role Description for the Tab button. +tab = oortjie +# The Role Description for definition list dl, dt and dd +term = term +definition = definisie +# The Role Description for an input type="search" text field +# The Role Description for WAI-ARIA Landmarks +search = soek +banner = banier +navigation = navigasie +complementary = komplementêr +content = inhoud +main = hoof +# The (spoken) role description for various WAI-ARIA roles +document = dokument +# The (spoken) role description for the WAI-ARIA figure role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure +# The (spoken) role description for the WAI-ARIA heading role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-heading +separator = skeier diff --git a/l10n-af/dom/chrome/accessibility/unix/accessible.properties b/l10n-af/dom/chrome/accessibility/unix/accessible.properties new file mode 100644 index 0000000000..0fb842696f --- /dev/null +++ b/l10n-af/dom/chrome/accessibility/unix/accessible.properties @@ -0,0 +1,17 @@ +# 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/. + +jump = Spring +press = Druk +check = Merk +uncheck = Ontmerk +select = Kies +open = Open +close = Sluit +switch = Wissel +click = Kliek +collapse= Invou +expand = Uitvou +activate= Aktiveer +cycle = Wissel diff --git a/l10n-af/dom/chrome/accessibility/win/accessible.properties b/l10n-af/dom/chrome/accessibility/win/accessible.properties new file mode 100644 index 0000000000..0fb842696f --- /dev/null +++ b/l10n-af/dom/chrome/accessibility/win/accessible.properties @@ -0,0 +1,17 @@ +# 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/. + +jump = Spring +press = Druk +check = Merk +uncheck = Ontmerk +select = Kies +open = Open +close = Sluit +switch = Wissel +click = Kliek +collapse= Invou +expand = Uitvou +activate= Aktiveer +cycle = Wissel diff --git a/l10n-af/dom/chrome/appstrings.properties b/l10n-af/dom/chrome/appstrings.properties new file mode 100644 index 0000000000..35bb4d59d0 --- /dev/null +++ b/l10n-af/dom/chrome/appstrings.properties @@ -0,0 +1,31 @@ +# 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/. + +fileNotFound=Die lêer %S kan nie gevind word nie. Kontroleer die ligging en probeer weer. +fileAccessDenied=Die lêer by %S is onleesbaar. +unknownProtocolFound=Een van die volgende (%S) is nie 'n geregistreerde protokol nie of word nie in dié konteks toegelaat nie. +connectionFailure=Die verbinding met %S is geweier toe u dit probeer kontak het. +netInterrupt=Die verbinding met %S is onverwags beëindig. Van die data is moontlik oorgedra. +netTimeout=Die operasie toe u %S probeer kontak het, het uitgetel. +redirectLoop=Herverwysingsperk vir hierdie URL is oorskry. Kon nie die aangevraagde bladsy laai nie. Dit kan veroorsaak word deur koekies wat geblokkeer word. +confirmRepostPrompt=Om hierdie bladsy te wys, moet die toepassing inligting stuur wat enige aksie sal herhaal (soos 'n soektog of bevestiging van bestelling) wat vroeër gedoen is. +resendButton.label=Herstuur +unknownSocketType=Hierdie dokument kan nie vertoon word tensy u die persoonlike sekuriteitsbestuurder (PSB) installeer nie. Laai PSB af, installeer dit en probeer weer, of kontak u stelseladministrateur. +netReset=Die dokument bevat geen data nie. +notCached=Dié dokument is nie meer beskikbaar nie. +netOffline=Hierdie dokument kan nie vanlyn vertoon word nie. Om aanlyn te gaan, ontmerk Werk vanlyn uit die Lêer-kieslys. +isprinting=Die dokument kan nie gewysig word terwyl dit gedruk word of in drukvoorskou is nie. +deniedPortAccess=Toegang tot die gegewe poortnommer is om sekuriteitsredes gedeaktiveer. +proxyResolveFailure=Die instaanbediener wat u opgestel het, kon nie gevind word nie. Kontroleer u instaanbedieneropstelling en probeer weer. +proxyConnectFailure=Die verbinding is geweier toe u die instaanbediener probeer kontak het wat u opgestel het. Kontroleer u instaanbedieneropstelling en probeer weer. +contentEncodingError=Die bladsy wat u probeer bekyk, kan nie gewys word nie omdat dit 'n ongeldige of nieondersteunde inpakformaat gebruik. +unsafeContentType=Die bladsy wat u probeer bekyk, kan nie gewys word nie omdat dit in 'n lêersoort verpak is wat dalk nie veilig is om te open nie. Kontak die webwerf se eienaar om hulle oor die probleem in te lig. +malwareBlocked=Die werf by %S is as 'n aanvalswerf aangegee en is op grond van u sekuriteitvoorkeur geblokkeer. +unwantedBlocked=Die werf by %S is aangegee dat dit ongewensde sagteware bied en is op grond van u sekuriteitvoorkeur geblokkeer. +deceptiveBlocked=Die webbladsy by %S is as 'n misleidende werf aangegee en is op grond van u sekuriteitvoorkeur geblokkeer. +cspBlocked=Hierdie bladsy het 'n inhoudbeveiligingsbeleid wat keer dat dit op hierdie manier gelaai kan word. +corruptedContentErrorv2=Die werf by %S het 'n skending van die netwerkprotokol ondervind wat nie herstel kan word nie. +sslv3Used=Die veiligheid van u data op %S kon nie gewaarborg word nie omdat dit SSLv3 gebruik, 'n gebreekte sekuriteitprotokol. +weakCryptoUsed=Die eienaar van %S het hul webwerf verkeerd opgestel. Om u inligting van diefstal te beskerm, is daar nie aan dié webwerf verbind nie. +inadequateSecurityError=Die werf het probeer om te onderhandel vir 'n onvoldoende vlak van sekuriteit. diff --git a/l10n-af/dom/chrome/dom/dom.properties b/l10n-af/dom/chrome/dom/dom.properties new file mode 100644 index 0000000000..c0c6b7bea6 --- /dev/null +++ b/l10n-af/dom/chrome/dom/dom.properties @@ -0,0 +1,138 @@ +# 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/. + +KillScriptTitle=Let wel: Reageertrae skrip +KillScriptMessage='n Skrip op hierdie bladsy is dalk besig, of dit het opgehou loop. U kan die skrip nou stop, of u kan voortgaan om te kyk of die skrip sal klaar maak. +KillScriptWithDebugMessage='n Skrip op hierdie bladsy is dalk besig, of het opgehou reageer. U kan die skrip nou stop, die skrip in die ontfouter open, of die skrip laat voortgaan. +KillScriptLocation=Skrip: %S + +StopScriptButton=Stop skrip +DebugScriptButton=Ontfout skrip +WaitForScriptButton=Gaan voort +DontAskAgain=&Moenie my weer vra nie +WindowCloseBlockedWarning=Skripte mag nie vensters sluit wat nie deur die skrip geopen is nie. +OnBeforeUnloadTitle=Is u seker? +OnBeforeUnloadStayButton=Bly op bladsy +OnBeforeUnloadLeaveButton=Verlaat bladsy +EmptyGetElementByIdParam=Leë string na getElementById() deurgegee. +DocumentWriteIgnored='n Roep na document.write() van 'n asinchroon gelaaide eksterne skrip is geïgnoreer. +# LOCALIZATION NOTE (EditorFileDropFailed): Do not translate contenteditable, %S is the error message explaining why the drop failed. +EditorFileDropFailed=Fout toe die lêer op 'n contenteditable-element laat val is: %S. +FormValidationTextTooLong=Verkort hierdie teks na %S karakters of minder (dit beslaan tans %S karakters). +FormValidationTextTooShort=Gebruik ten minste %S karakters (dit beslaan tans %S karakters). +FormValidationValueMissing=Vul hierdie veld asseblief in. +FormValidationCheckboxMissing=Merk hierdie blokkie as u wil voortgaan. +FormValidationRadioMissing=Kies een van hierdie opsies. +FormValidationFileMissing=Kies asseblief 'n lêer. +FormValidationSelectMissing=Kies asseblief 'n item uit die lys. +FormValidationInvalidEmail=Tik 'n e-posadres in. +FormValidationInvalidURL=Voer 'n URL in. +FormValidationPatternMismatch=Gebruik die aangevraagde formaat. +# LOCALIZATION NOTE (FormValidationPatternMismatchWithTitle): %S is the (possibly truncated) title attribute value. +FormValidationPatternMismatchWithTitle=Gebruik die aangevraagde formaat: %S. +# LOCALIZATION NOTE (FormValidationNumberRangeOverflow): %S is a number. +FormValidationNumberRangeOverflow=Kies 'n waarde kleiner of gelyk aan %S. +# LOCALIZATION NOTE (FormValidationDateTimeRangeOverflow): %S is a date or a time. +# LOCALIZATION NOTE (FormValidationNumberRangeUnderflow): %S is a number. +FormValidationNumberRangeUnderflow=Kies 'n waarde niks kleiner as %S. +# LOCALIZATION NOTE (FormValidationDateTimeRangeUnderflow): %S is a date or a time. +# LOCALIZATION NOTE (FormValidationStepMismatch): both %S can be a number, a date or a time. +FormValidationStepMismatch=Kies 'n geldige waarde. Die twee naaste geldige waardes is %S en %S. +# LOCALIZATION NOTE (FormValidationStepMismatchOneValue): %S can be a number, a date or a time. This is called instead of FormValidationStepMismatch when the second value is the same as the first. +FormValidationStepMismatchOneValue=Kies 'n geldige waarde. Die twee naaste geldige waarde is %S. +FormValidationBadInputNumber=Voer 'n getal in. +FullscreenDeniedDisabled=’n Versoek vir volskermgebruik is geweier omdat die volskerm-API gedeaktiveer is in gebruikervoorkeure. +FullscreenDeniedFocusedPlugin=’n Versoek vir volskermgebruik is geweier omdat ’n inprop met ’n venster fokus het. +FullscreenDeniedHidden=Die versoek vir volskermgebruik is geweier omdat die dokument nie meer sigbaar is nie. +FullscreenDeniedContainerNotAllowed='n Versoek vir volskermgebruik is geweier omdat ten minste een van die "iframes" in die dokument nie 'n "allowfullscreen"-attribuut het nie. +FullscreenDeniedNotInputDriven=’n Versoek vir volskermgebruik is geweier omdat Element.requestFullScreen() nie geroep is in ’n kort gebeurtenishanteerder wat deur die gebruiker geïnisieer is nie. +FullscreenDeniedNotHTMLSVGOrMathML=’n Versoek vir volskermgebruik is geweier omdat die element wat daarvoor gevra het nie , of ’n HTML-element is nie. +FullscreenDeniedNotInDocument=’n Versoek vir volskermgebruik is geweier omdat die element wat daarvoor gevra het nie meer in sy dokument is nie. +FullscreenDeniedMovedDocument=’n Versoek vir volskermgebruik is geweier omdat die element wat daarvoor gevra het van dokument verskuif het. +FullscreenDeniedLostWindow=’n Versoek vir volskermgebruik is geweier omdat daar nie meer ’n venster is nie. +FullscreenDeniedSubDocFullscreen=’n Versoek vir volskermgebruik is geweier omdat ’n subdokument van die dokument wat daarvoor gevra het, reeds die volle skerm gebruik. +FullscreenDeniedNotFocusedTab=’n Versoek vir volskermgebruik is geweier omdat die element wat daarvoor gevra het nie in die oortjie is wat tans fokus het nie. +RemovedFullscreenElement=Het volskerm verlaat omdat die volskerm-element verwyder is uit die dokument. +FocusedWindowedPluginWhileFullscreen=Het volskerm verlaat omdat ’n inprop met ’n venster fokus ontvang het. +PointerLockDeniedDisabled=’n Versoek vir ’n wyserslot is geweier omdat die wyserslot-API gedeaktiveer is in gebruikervoorkeure. +PointerLockDeniedInUse=’n Versoek vir ’n wyserslot is geweier omdat die wyser tans deur ’n ander dokument beheer word. +PointerLockDeniedNotInDocument=’n Versoek vir wyserslot is geweier omdat die element wat daarvoor gevra het nie in ’n dokument is nie. +PointerLockDeniedHidden=’n Versoek vir ’n wyserslot is geweier omdat die dokument nie sigbaar is nie. +PointerLockDeniedNotFocused=’n Versoek vir ’n wyserslot is geweier omdat die dokument nie gefokus is nie. +PointerLockDeniedMovedDocument=’n Versoek vir ’n wyserslot is geweier omdat die element wat daarvoor gevra het van dokument verskuif het. +# LOCALIZATION NOTE: %S is the name of the header in question +# LOCALIZATION NOTE: Do not translate AudioBufferSourceNode +# LOCALIZATION NOTE: Do not translate decodeAudioData. +# LOCALIZATION NOTE: Do not translate decodeAudioData. +# LOCALIZATION NOTE: Do not translate decodeAudioData. +# LOCALIZATION NOTE: Do not translate decodeAudioData. +# LOCALIZATION NOTE: Do not translate HTMLMediaElement and createMediaElementSource. +# LOCALIZATION NOTE: Do not translate MediaStream and createMediaStreamSource. +# LOCALIZATION NOTE: %1$S is the Http error code the server returned (e.g. 404, 500, etc), %2$S is the URL of the media resource which failed to load. +# LOCALIZATION NOTE: %S is the URL of the media resource which failed to load. +# LOCALIZATION NOTE: %1$S is the media resource's format/codec type (basically equivalent to the file type, e.g. MP4,AVI,WMV,MOV etc), %2$S is the URL of the media resource which failed to load. +# LOCALIZATION NOTE: %1$S is the "media" attribute value of the element. It is a media query. %2$S is the URL of the media resource which failed to load. +# LOCALIZATION NOTE: %1$S is the MIME type HTTP header being sent by the web server, %2$S is the URL of the media resource which failed to load. +# LOCALIZATION NOTE: %S is the URL of the media resource which failed to load because of error in decoding. +MediaWidevineNoWMF=Poging om Widevine te speel sonder Windows Media Foundation. Sien https://support.mozilla.org/kb/fix-video-audio-problems-firefox-windows +# LOCALIZATION NOTE: %S is a comma-separated list of codecs (e.g. 'video/mp4, video/webm') +MediaWMFNeeded=Om videoformate te speel soos %S is dit nodig om addisionele Microsoft-sagteware te installeer. Sien https://support.mozilla.org/kb/fix-video-audio-problems-firefox-windows +# LOCALIZATION NOTE: %S is a comma-separated list of codecs (e.g. 'video/mp4, video/webm') +MediaPlatformDecoderNotFound=Die video op dié bladsy kan nie gespeel word nie. Die stelsel het dalk nie die nodige videodekodeerders nie: %S +MediaUnsupportedLibavcodec=Die video op dié bladsy kan nie gespeel word nie. Die stelsel het 'n nie-ondersteunde weergawe van libavcodec. +# LOCALIZATION NOTE: %1$S is the URL of the media resource, %2$S is technical information (in English) +MediaDecodeError=Mediahulpbron %1$S kon nie gedekodeer word nie. Fout: %2$S +# LOCALIZATION NOTE: %1$S is the URL of the media resource, %2$S is technical information (in English) +MediaDecodeWarning=Mediahulpbron %1$S kon gedekodeer word, maar met die fout: %2$S +# LOCALIZATION NOTE: %S is a comma-separated list of codecs (e.g. 'video/mp4, video/webm') +MediaCannotPlayNoDecoders=Kan nie die media speel nie. Geen dekodeerders vir die aangevraagde formate nie: %S +# LOCALIZATION NOTE: %S is a comma-separated list of codecs (e.g. 'video/mp4, video/webm') +MediaNoDecoders=Geen dekodeerders vir sommige van die aangevraagde formate nie: %S +MediaCannotInitializePulseAudio=Kan nie PulseAudio gebruik nie +# LOCALIZATION NOTE: Do not translate "MediaRecorder". +# LOCALIZATION NOTE: %S is the ID of the MediaStreamTrack passed to MediaStream.addTrack(). Do not translate "MediaStreamTrack" and "AudioChannel". +# LOCALIZATION NOTE: Do not translate "MediaStream", "stop()" and "MediaStreamTrack" +# LOCALIZATION NOTE: %S is the URL of the web page which is not served on HTTPS and thus is not encrypted and considered insecure. +# LOCALIZATION NOTE: %S is the URL of the web page which is calling web APIs without passing data (either an audioCapabilities or a videoCapabilities) that will soon be required. See https://bugzilla.mozilla.org/show_bug.cgi?id=1368583#c21 for explanation of this string. +# LOCALIZATION NOTE: %S is the URL of the web page which is calling web APIs without passing data (a "codecs" string in the "contentType") that will soon be required. See https://bugzilla.mozilla.org/show_bug.cgi?id=1368583#c21 for explanation of this string. +# LOCALIZATION NOTE: Do not translate "DOMException", "code" and "name" +# LOCALIZATION NOTE: Do not translate "__exposedProps__" +# LOCALIZATION NOTE: Do not translate "Mutation Event" and "MutationObserver" +# LOCALIZATION NOTE: Do not translate "Components" +PluginHangUITitle=Waarskuwing: Reageertrae inprop +PluginHangUIMessage=%S is dalk besig, of dit het opgehou reageer. U kan die inprop nou stop, of u kan voortgaan om te kyk of die inprop sal klaar maak. +PluginHangUIWaitButton=Gaan voort +PluginHangUIStopButton=Stop inprop +# LOCALIZATION NOTE: Do not translate "NodeIterator" or "detach()". +# LOCALIZATION NOTE: Do not translate "LenientThis" and "this" +# LOCALIZATION NOTE: Do not translate "getPreventDefault" or "defaultPrevented". +# LOCALIZATION NOTE: Do not translate "getUserData", "setUserData", "WeakMap", or "element.dataset". +# LOCALIZATION NOTE: Do not translate "mozGetAsFile" or "toBlob" +# LOCALIZATION NOTE: Do not translate "captureEvents()" or "addEventListener()" +UseOfCaptureEventsWarning=Gebruik van captureEvents() word afgekeur. Om u kode op te gradeer, gebruik die DOM 2- addEventListener()-metode. Vir meer inligting, http://developer.mozilla.org/en/docs/DOM:element.addEventListener +# LOCALIZATION NOTE: Do not translate "releaseEvents()" or "removeEventListener()" +UseOfReleaseEventsWarning=Gebruik van releaseEvents() word afgekeur. Om u kode op te gradeer, gebruik die DOM 2- removeEventListener()-metode. Vir meer inligting, http://developer.mozilla.org/en/docs/DOM:element.removeEventListener + +# LOCALIZATION NOTE: Do not translate ".png" +GenericImageNamePNG=prent.png +GenericFileName=lêer +# LOCALIZATION NOTE: Do not translate "Large-Allocation", as it is a literal header name +# LOCALIZATION NOTE: Do not translate "Large-Allocation", as it is a literal header name. Do not translate GET. +# LOCALIZATION NOTE: Do not translate "Large-Allocation", as it is a literal header name. Do not translate `window.opener`. +# LOCALIZATION NOTE: Do not translate "Large-Allocation", as it is a literal header name +# LOCALIZATION NOTE: Do not translate "Large-Allocation", as it is a literal header name. +# LOCALIZATION NOTE: Do not translate URL.createObjectURL(MediaStream). +# LOCALIZATION NOTE: Do not translate MozAutoGainControl or autoGainControl. +# LOCALIZATION NOTE: Do not translate mozNoiseSuppression or noiseSuppression. +# LOCALIZATION NOTE: Do not translate xml:base. +# LOCALIZATION NOTE: %S is the tag name of the element that starts the loop +# LOCALIZATION NOTE: %S is the tag name of the element that starts the chain +# LOCALIZATION NOTE: Do not translate "