BETA

Transvision

Displaying 20 results for the string scope in tl:

Entity tl en-US
Entity # all locales devtools • client • debugger.properties
scopes.helpTooltip.label
tl
Alamin ang tungkol sa mga map scope
en-US
Learn more about map scopes
Entity # all locales dom • chrome • dom • dom.properties
ManifestScopeNotSameOrigin
tl
Kaparehong origin dapat ng scope URL ang document.
en-US
The scope URL must be same origin as document.
Entity # all locales dom • chrome • dom • dom.properties
ManifestStartURLOutsideScope
tl
Ang start URL ay nasa labas ng scope, kaya't hindi wasto ang scope.
en-US
The start URL is outside the scope, so the scope is invalid.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoError
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Para sa tulong sa encryption, pakitingnan ang https://developer.mozilla.org/docs/Web/API/Push_API/Using_the_Push_API#Encryption
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. For help with encryption, please see https://developer.mozilla.org/docs/Web/API/Push_API/Using_the_Push_API#Encryption
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoKeyHeader
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Ang ‘Crypto-Key‘ header ay dapat magsama ng ‘dh‘ parameter na naglalakip ng public key ng app server. Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Crypto-Key‘ header must include a ‘dh‘ parameter containing the app server’s public key. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncodingHeader
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Dapat ang ‘Content-Encoding‘ header ay ‘aesgcm‘. Pinapayagan ang ‘aesgcm128‘, pero deprecated na ito at malapit nang tanggalin. Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Content-Encoding‘ header must be ‘aesgcm‘. ‘aesgcm128‘ is allowed, but deprecated and will soon be removed. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionHeader
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Ang ‘Encryption’ header ay dapat magsama ng bukod-tanging ‘salt‘ parameter para sa bawat message. Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption’ header must include a unique ‘salt‘ parameter for each message. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionKeyHeader
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Ang ‘Encryption-Key’ header ay dapat magsama ng ‘dh‘ parameter. Ang header na ito ay deprecated na at malapit nang tanggalin. Sa halip ay pakigamit ang ‘Crypto-Key‘ na may ‘Content-Encoding: aesgcm‘. Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption-Key’ header must include a ‘dh‘ parameter. This header is deprecated and will soon be removed. Please use ‘Crypto-Key‘ with ‘Content-Encoding: aesgcm‘ instead. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadPaddingError
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. May record sa encrypted message na hindi padded nang maayos. Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. A record in the encrypted message was not padded correctly. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadRecordSize
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Dapat ang ‘rs‘ parameter ng ‘Encryption‘ header ay nasa pagitan ng %2$S at 2^36-31, o tinanggal nang buo. Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘rs‘ parameter of the ‘Encryption‘ header must be between %2$S and 2^36-31, or omitted entirely. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSalt
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Dapat ang ‘salt‘ parameter sa ‘Encryption‘ header ay base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), at dapat ay 16 bytes man lamang bago i-encode. Tingan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘salt‘ parameter in the ‘Encryption‘ header must be base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), and be at least 16 bytes before encoding. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSenderKey
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Dapat ang ‘dh‘ parameter sa ‘Crypto-Key‘ header ay ang Diffie-Hellman public key ng app server, base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), at nasa “uncompressed” o “raw” form (65 bytes bago i-encode). Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘dh‘ parameter in the ‘Crypto-Key‘ header must be the app server’s Diffie-Hellman public key, base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C) and in “uncompressed” or “raw” form (65 bytes before encoding). See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerGraceTimeoutTermination
tl
Itinitigil ang ServiceWorker para sa scope na ‘%1$S’ na may mga pending waitUntil/respondWith promise dahil sa grace timeout.
en-US
Terminating ServiceWorker for scope ‘%1$S’ with pending waitUntil/respondWith promises because of grace timeout.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerPostMessageStorageError
tl
Ang ServiceWorker para sa scope na ‘%S’ ay nabigong ipatupad ang ‘postMessage‘ dahil hinarang ang storage access sa context na ito dahil sa mga user setting o sa private browsing mode.
en-US
The ServiceWorker for scope ‘%S’ failed to execute ‘postMessage‘ because storage access is restricted in this context due to user settings or private browsing mode.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerRegisterMimeTypeError2
tl
Bigong mag-register/update ng ServiceWorker para sa scope ‘%1$S’: Maling Content-Type na ‘%2$S’ ang natanggap para sa script na ‘%3$S’. Kinakailangan na ito'y isang JavaScript MIME type.
en-US
Failed to register/update a ServiceWorker for scope ‘%1$S’: Bad Content-Type of ‘%2$S’ received for script ‘%3$S’. Must be a JavaScript MIME type.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerRegisterNetworkError
tl
Bigong mag-register/update ng ServiceWorker para sa scope na ‘%1$S’: Bigo ang pag-load na may status %2$S para sa script na ‘%3$S’.
en-US
Failed to register/update a ServiceWorker for scope ‘%1$S’: Load failed with status %2$S for script ‘%3$S’.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerRegisterStorageError
tl
Bigong mag-register/update ng ServiceWorker para sa scope ‘%S’: Hinaharang ang storage access sa context na ito dahil sa mga user setting o sa private browsing mode.
en-US
Failed to register/update a ServiceWorker for scope ‘%S’: Storage access is restricted in this context due to user settings or private browsing mode.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerScopePathMismatch
tl
Bigong mag-register ng ServiceWorker: Ang path ng naibigay na scope na ‘%1$S’ ay hindi pasok sa max scope na pinapayagan ‘%2$S’. Baguhin ang scope, ilipat ang Service Worker script, o gamitin ang Service-Worker-Allowed HTTP header para mapayagan ang scope.
en-US
Failed to register a ServiceWorker: The path of the provided scope ‘%1$S’ is not under the max scope allowed ‘%2$S’. Adjust the scope, move the Service Worker script, or use the Service-Worker-Allowed HTTP header to allow the scope.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoElementToCloseButEndTagSeen
tl
Walang “%1$S” element sa scope pero may nakitang “%1$S” end tag.
en-US
No “%1$S” element in scope but a “%1$S” end tag seen.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoSelectInTableScope
tl
Walang “select” sa table scope.
en-US
No “select” in table scope.

Displaying 24 results for the string scope in en-US:

Entity tl en-US
Entity # all locales devtools • client • aboutdebugging.ftl
about-debugging-worker-scope.label
tl
Saklaw
en-US
Scope
Entity # all locales dom • chrome • dom • dom.properties
ManifestScopeNotSameOrigin
tl
Kaparehong origin dapat ng scope URL ang document.
en-US
The scope URL must be same origin as document.
Entity # all locales dom • chrome • dom • dom.properties
ManifestScopeURLInvalid
tl
Ang saklaw ng URL ay hindi wasto.
en-US
The scope URL is invalid.
Entity # all locales dom • chrome • dom • dom.properties
ManifestStartURLOutsideScope
tl
Ang start URL ay nasa labas ng scope, kaya't hindi wasto ang scope.
en-US
The start URL is outside the scope, so the scope is invalid.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoError
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Para sa tulong sa encryption, pakitingnan ang https://developer.mozilla.org/docs/Web/API/Push_API/Using_the_Push_API#Encryption
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. For help with encryption, please see https://developer.mozilla.org/docs/Web/API/Push_API/Using_the_Push_API#Encryption
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadCryptoKeyHeader
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Ang ‘Crypto-Key‘ header ay dapat magsama ng ‘dh‘ parameter na naglalakip ng public key ng app server. Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Crypto-Key‘ header must include a ‘dh‘ parameter containing the app server’s public key. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncodingHeader
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Dapat ang ‘Content-Encoding‘ header ay ‘aesgcm‘. Pinapayagan ang ‘aesgcm128‘, pero deprecated na ito at malapit nang tanggalin. Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Content-Encoding‘ header must be ‘aesgcm‘. ‘aesgcm128‘ is allowed, but deprecated and will soon be removed. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionHeader
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Ang ‘Encryption’ header ay dapat magsama ng bukod-tanging ‘salt‘ parameter para sa bawat message. Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption’ header must include a unique ‘salt‘ parameter for each message. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncryptionKeyHeader
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Ang ‘Encryption-Key’ header ay dapat magsama ng ‘dh‘ parameter. Ang header na ito ay deprecated na at malapit nang tanggalin. Sa halip ay pakigamit ang ‘Crypto-Key‘ na may ‘Content-Encoding: aesgcm‘. Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Encryption-Key’ header must include a ‘dh‘ parameter. This header is deprecated and will soon be removed. Please use ‘Crypto-Key‘ with ‘Content-Encoding: aesgcm‘ instead. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadPaddingError
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. May record sa encrypted message na hindi padded nang maayos. Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. A record in the encrypted message was not padded correctly. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadRecordSize
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Dapat ang ‘rs‘ parameter ng ‘Encryption‘ header ay nasa pagitan ng %2$S at 2^36-31, o tinanggal nang buo. Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘rs‘ parameter of the ‘Encryption‘ header must be between %2$S and 2^36-31, or omitted entirely. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSalt
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Dapat ang ‘salt‘ parameter sa ‘Encryption‘ header ay base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), at dapat ay 16 bytes man lamang bago i-encode. Tingan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘salt‘ parameter in the ‘Encryption‘ header must be base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), and be at least 16 bytes before encoding. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-3.1 for more information.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadSenderKey
tl
Ang ServiceWorker para sa scope ‘%1$S’ ay bigong makapag-decrypt ng push message. Dapat ang ‘dh‘ parameter sa ‘Crypto-Key‘ header ay ang Diffie-Hellman public key ng app server, base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C), at nasa “uncompressed” o “raw” form (65 bytes bago i-encode). Tingnan ang https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 para sa karagdagang impormasyon.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘dh‘ parameter in the ‘Crypto-Key‘ header must be the app server’s Diffie-Hellman public key, base64url-encoded (https://tools.ietf.org/html/rfc7515#appendix-C) and in “uncompressed” or “raw” form (65 bytes before encoding). See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-4 for more information.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerGraceTimeoutTermination
tl
Itinitigil ang ServiceWorker para sa scope na ‘%1$S’ na may mga pending waitUntil/respondWith promise dahil sa grace timeout.
en-US
Terminating ServiceWorker for scope ‘%1$S’ with pending waitUntil/respondWith promises because of grace timeout.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerPostMessageStorageError
tl
Ang ServiceWorker para sa scope na ‘%S’ ay nabigong ipatupad ang ‘postMessage‘ dahil hinarang ang storage access sa context na ito dahil sa mga user setting o sa private browsing mode.
en-US
The ServiceWorker for scope ‘%S’ failed to execute ‘postMessage‘ because storage access is restricted in this context due to user settings or private browsing mode.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerRegisterMimeTypeError2
tl
Bigong mag-register/update ng ServiceWorker para sa scope ‘%1$S’: Maling Content-Type na ‘%2$S’ ang natanggap para sa script na ‘%3$S’. Kinakailangan na ito'y isang JavaScript MIME type.
en-US
Failed to register/update a ServiceWorker for scope ‘%1$S’: Bad Content-Type of ‘%2$S’ received for script ‘%3$S’. Must be a JavaScript MIME type.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerRegisterNetworkError
tl
Bigong mag-register/update ng ServiceWorker para sa scope na ‘%1$S’: Bigo ang pag-load na may status %2$S para sa script na ‘%3$S’.
en-US
Failed to register/update a ServiceWorker for scope ‘%1$S’: Load failed with status %2$S for script ‘%3$S’.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerRegisterStorageError
tl
Bigong mag-register/update ng ServiceWorker para sa scope ‘%S’: Hinaharang ang storage access sa context na ito dahil sa mga user setting o sa private browsing mode.
en-US
Failed to register/update a ServiceWorker for scope ‘%S’: Storage access is restricted in this context due to user settings or private browsing mode.
Entity # all locales dom • chrome • dom • dom.properties
ServiceWorkerScopePathMismatch
tl
Bigong mag-register ng ServiceWorker: Ang path ng naibigay na scope na ‘%1$S’ ay hindi pasok sa max scope na pinapayagan ‘%2$S’. Baguhin ang scope, ilipat ang Service Worker script, o gamitin ang Service-Worker-Allowed HTTP header para mapayagan ang scope.
en-US
Failed to register a ServiceWorker: The path of the provided scope ‘%1$S’ is not under the max scope allowed ‘%2$S’. Adjust the scope, move the Service Worker script, or use the Service-Worker-Allowed HTTP header to allow the scope.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoElementToCloseButEndTagSeen
tl
Walang “%1$S” element sa scope pero may nakitang “%1$S” end tag.
en-US
No “%1$S” element in scope but a “%1$S” end tag seen.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoSelectInTableScope
tl
Walang “select” sa table scope.
en-US
No “select” in table scope.
Entity # all locales mail • chrome • messenger • addressbook • pref-directory-add.dtd
scope.label
tl
Warning: Source string is missing
en-US
Scope:
Entity # all locales suite • chrome • mailnews • pref • pref-directory-add.dtd
scope.label
tl
Warning: Source string is missing
en-US
Scope:
Entity # all locales toolkit • toolkit • about • aboutServiceWorkers.ftl
scope
tl
<strong>Saklaw:</strong> { $name }
en-US
<strong>Scope:</strong> { $name }
Please enable JavaScript. Some features won't be available without it.