BETA

Transvision

Displaying 27 results for the string cookie in es-CL:

Entity es-CL en-US
Entity # all locales browser • browser • newtab • asrouter.ftl
cfr-whatsnew-clear-cookies-image-alt
es-CL
Ilustración de cookie bloqueada
en-US
Cookie blocked illustration
Entity # all locales browser • browser • protections.ftl
bar-tooltip-cookie.aria-label
es-CL
{ $count -> [one] { $count } cookie de rastreo de sitios cruzados ({ $percentage }%) *[other] { $count } cookies de rastreo de sitios cruzados ({ $percentage }%) }
en-US
{ $count -> [one] { $count } cross-site tracking cookie ({ $percentage }%) *[other] { $count } cross-site tracking cookies ({ $percentage }%) }
Entity # all locales netwerk • necko.properties
CookieLaxForced
es-CL
La cookie “%1$S” tiene la política “sameSite” ajustada a “lax” porque le falta un atributo “sameSite”, y “sameSite=lax” es el valor predeterminado para este atributo.
en-US
Cookie “%1$S” has “sameSite” policy set to “lax” because it is missing a “sameSite” attribute, and “sameSite=lax” is the default value for this attribute.
Entity # all locales netwerk • necko.properties
CookieLaxForced2
es-CL
La cookie “%1$S” tiene la política “SameSite” ajustada a “Lax” porque le falta un atributo “SameSite”, y “SameSite=Lax” es el valor predeterminado para este atributo.
en-US
Cookie “%1$S” has “SameSite” policy set to “Lax” because it is missing a “SameSite” attribute, and “SameSite=Lax” is the default value for this attribute.
Entity # all locales netwerk • necko.properties
CookieLaxForcedForBeta
es-CL
La cookie “%1$S” no tiene un valor adecuado para el atributo “sameSite”. Pronto, las cookies sin el atributo “sameSite” o con un valor inválido serán tratadas como “lax”. Esto se traduce en que la cookie ya no será enviada a contextos de terceros. SI tu aplicación depende en la disponibilidad de esta cookie en esos contextos, por favor añade el atributo “sameSite=none“ a ella. Para conocer más acerca del atributo “sameSite“, lee %2$S
en-US
Cookie “%1$S” does not have a proper “sameSite” attribute value. Soon, cookies without the “sameSite” attribute or with an invalid value will be treated as “lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “sameSite=none“ attribute to it. To know more about the “sameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieLaxForcedForBeta2
es-CL
La cookie “%1$S” no tiene un valor adecuado para el atributo “SameSite”. Pronto, las cookies sin el atributo “SameSite” o con un valor inválido serán tratadas como “Lax”. Esto se traduce en que la cookie ya no será enviada a contextos de terceros. SI tu aplicación depende en la disponibilidad de esta cookie en esos contextos, por favor añade el atributo “SameSite=None“ a ella. Para conocer más acerca del atributo “SameSite“, lee %2$S
en-US
Cookie “%1$S” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieOversize
es-CL
Cookie “%1$S” inválida debido a que su tamaño es muy grande. El tamaño máximo es %2$S B.
en-US
Cookie “%1$S” is invalid because its size is too big. Max size is %2$S B.
Entity # all locales netwerk • necko.properties
CookiePathOversize
es-CL
Cookie “%1$S” inválida debido a que el tamaño de se ubicación es muy grande. El tamaño máximo es %2$S B.
en-US
Cookie “%1$S” is invalid because its path size is too big. Max size is %2$S B.
Entity # all locales netwerk • necko.properties
CookieRejectedByPermissionManager
es-CL
La cookie "%1$S" ha sido rechazada por los permisos establecidos por el usuario.
en-US
Cookie “%1$S” has been rejected by user set permissions.
Entity # all locales netwerk • necko.properties
CookieRejectedExpired
es-CL
La cookie "%1$S" ha sido rechazada porque ya expiró.
en-US
Cookie “%1$S” has been rejected because it is already expired.
Entity # all locales netwerk • necko.properties
CookieRejectedForNonSameSiteness
es-CL
La cookie "%1$S" fue rechazada porque se encuentra en un contexto de sitios cruzados y su "SameSite" es "Lax" o "Strict".
en-US
Cookie “%1$S” has been rejected because it is in a cross-site context and its “SameSite” is “Lax” or “Strict”.
Entity # all locales netwerk • necko.properties
CookieRejectedHttpOnlyButFromScript
es-CL
La cookie "%1$S" ha sido rechazada porque ya hay una cookie HTTP-Only pero el script intentó almacenar una nueva.
en-US
Cookie “%1$S” has been rejected because there is already an HTTP-Only cookie but script tried to store a new one.
Entity # all locales netwerk • necko.properties
CookieRejectedInvalidCharName
es-CL
La cookie "%1$S" ha sido rechazada por caracteres inválidos en el nombre.
en-US
Cookie “%1$S” has been rejected for invalid characters in the name.
Entity # all locales netwerk • necko.properties
CookieRejectedInvalidCharValue
es-CL
La cookie "%1$S" ha sido rechazada por caracteres inválidos en el valor.
en-US
Cookie “%1$S” has been rejected for invalid characters in the value.
Entity # all locales netwerk • necko.properties
CookieRejectedInvalidDomain
es-CL
La cookie "%1$S" ha sido rechazada por un dominio inválido.
en-US
Cookie “%1$S” has been rejected for invalid domain.
Entity # all locales netwerk • necko.properties
CookieRejectedInvalidPrefix
es-CL
La cookie "%1$S" ha sido rechazada por un prefijo inválido.
en-US
Cookie “%1$S” has been rejected for invalid prefix.
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecure
es-CL
Cookie “%1$S” rechazada porque tiene el atributo “sameSite=none” pero le falta el atributo “secure”.
en-US
Cookie “%1$S” rejected because it has the “sameSite=none” attribute but is missing the “secure” attribute.
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecure2
es-CL
Cookie “%1$S” rechazada porque tiene el atributo “SameSite=None” pero le falta el atributo “secure”.
en-US
Cookie “%1$S” rejected because it has the “SameSite=None” attribute but is missing the “secure” attribute.
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecureForBeta
es-CL
La cookie “%1$S” pronto será rechazada por que tiene el atributo “sameSite” ajustado a “none” o un valor inválido, sin el atributo “secure”. Para saber más acerca del atributo “sameSite“, lee %2$S
en-US
Cookie “%1$S” will be soon rejected because it has the “sameSite” attribute set to “none” or an invalid value, without the “secure” attribute. To know more about the “sameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecureForBeta2
es-CL
La cookie “%1$S” pronto será rechazada por que tiene el atributo “SameSite” ajustado a “None” o un valor inválido, sin el atributo “secure”. Para saber más acerca del atributo “SameSite“, lee %2$S
en-US
Cookie “%1$S” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieRejectedNonsecureOverSecure
es-CL
La cookie "%1$S" ha sido rechazada porque ya hay una cookie "segura" existente.
en-US
Cookie “%1$S” has been rejected because there is an existing “secure” cookie.
Entity # all locales netwerk • necko.properties
CookieRejectedSecureButNonHttps
es-CL
La cookie "%1$S" ha sido rechazada porque una cookie que no es HTTPS no se puede establecer como "segura".
en-US
Cookie “%1$S” has been rejected because a non-HTTPS cookie can’t be set as “secure”.
Entity # all locales netwerk • necko.properties
CookieRejectedThirdParty
es-CL
La cookie "%1$S" ha sido rechazada por ser de terceros.
en-US
Cookie “%1$S” has been rejected as third-party.
Entity # all locales netwerk • necko.properties
CookieSameSiteValueInvalid
es-CL
Valor "sameSite“" inválido para la cookie “%1$S”. Los valores soportados son: “lax“, “strict“, “none“.
en-US
Invalid “sameSite“ value for cookie “%1$S”. The supported values are: “lax“, “strict“, “none“.
Entity # all locales netwerk • necko.properties
CookieSameSiteValueInvalid2
es-CL
Valor "SameSite“" inválido para la cookie “%1$S”. Los valores soportados son: “Lax“, “Strict“, “None“.
en-US
Invalid “SameSite“ value for cookie “%1$S”. The supported values are: “Lax“, “Strict“, “None“.
Entity # all locales netwerk • necko.properties
CookieSchemefulReject
es-CL
La cookie "%1$S" ha sido tratada como de sitio cruzado frente a "%2$S" porque el esquema no coincide.
en-US
Cookie “%1$S” has been treated as cross-site against “%2$S” because the scheme does not match.
Entity # all locales netwerk • necko.properties
CookieSchemefulRejectForBeta
es-CL
La cookie "%1$S" será pronto tratada como una cookie de sitio cruzado frente a "%2$S" porque el esquema no coincide.
en-US
Cookie “%1$S” will be soon treated as cross-site cookie against “%2$S” because the scheme does not match.

Displaying 58 results for the string cookie in en-US:

Entity es-CL en-US
Entity # all locales browser • browser • newtab • asrouter.ftl
cfr-whatsnew-clear-cookies-image-alt
es-CL
Ilustración de cookie bloqueada
en-US
Cookie blocked illustration
Entity # all locales browser • browser • newtab • asrouter.ftl
cfr-whatsnew-cross-site-tracking-body
es-CL
Ahora puedes optar por una mejor protección contra el rastreo de cookies. { -brand-short-name } puede aislar tus actividades y datos para el sitio en el que se encuentra actualmente, por lo que la información almacenada en el navegador no se comparte entre sitios web.
en-US
You can now opt in to better protection from cookie tracking. { -brand-short-name} can isolate your activities and data to the site you’re currently on so information stored in the browser isn’t shared between websites.
Entity # all locales browser • browser • newtab • asrouter.ftl
cfr-whatsnew-cross-site-tracking-header
es-CL
Protección integral contra el rastreo de cookies de sitios cruzados
en-US
Comprehensive protection from cross-site cookie tracking
Entity # all locales browser • browser • policies • policies-descriptions.ftl
policy-LegacySameSiteCookieBehaviorEnabled
es-CL
Habilita el ajuste predeterminado de comportamiento heredado SameSite para cookies.
en-US
Enable default legacy SameSite cookie behavior setting.
Entity # all locales browser • browser • preferences • preferences.ftl
content-blocking-fpi-incompatibility-warning
es-CL
Estás usando First Party Isolation (FPI), lo que anula algunas de las configuraciones de cookies de { -brand-short-name }.
en-US
You are using First Party Isolation (FPI), which overrides some of { -brand-short-name }’s cookie settings.
Entity # all locales browser • browser • protections.ftl
bar-tooltip-cookie.aria-label
es-CL
{ $count -> [one] { $count } cookie de rastreo de sitios cruzados ({ $percentage }%) *[other] { $count } cookies de rastreo de sitios cruzados ({ $percentage }%) }
en-US
{ $count -> [one] { $count } cross-site tracking cookie ({ $percentage }%) *[other] { $count } cross-site tracking cookies ({ $percentage }%) }
Entity # all locales browser • chrome • browser • browser.properties
contentBlocking.cookiesView.removeButton.tooltip
es-CL
Limpiar excepción de cookies para %S
en-US
Clear cookie exception for %S
Entity # all locales mail • chrome • messenger • preferences • preferences.properties
noCookieSelected
es-CL
Warning: Source string is missing
en-US
<no cookie selected>
Entity # all locales mail • messenger • policies • policies-descriptions.ftl
policy-LegacySameSiteCookieBehaviorEnabled
es-CL
Warning: Source string is missing
en-US
Enable default legacy SameSite cookie behavior setting.
Entity # all locales mail • messenger • preferences • cookies.ftl
remove-cookie-button.label
es-CL
Warning: Source string is missing
en-US
Remove Cookie
Entity # all locales mail • messenger • preferences • cookies.ftl
treecol-name-header.label
es-CL
Warning: Source string is missing
en-US
Cookie Name
Entity # all locales netwerk • necko.properties
CookieBlockedAll
es-CL
La solicitud de acceso a cookies o almacenamiento en “%1$S” fue bloqueada debido a que estamos bloqueando todas las solicitudes de acceso al almacenamiento.
en-US
Request to access cookie or storage on “%1$S” was blocked because we are blocking all storage access requests.
Entity # all locales netwerk • necko.properties
CookieBlockedByPermission
es-CL
La solicitud de acceso a cookies o almacenamiento en “%1$S” fue bloqueada debido a los permisos de cookies personalizados.
en-US
Request to access cookies or storage on “%1$S” was blocked because of custom cookie permission.
Entity # all locales netwerk • necko.properties
CookieBlockedForeign
es-CL
La solicitud de acceso a cookies o almacenamiento en “%1$S” fue bloqueada debido a que estamos bloqueando todas las solicitudes de acceso al almacenamiento y el bloqueo de contenido está activado.
en-US
Request to access cookie or storage on “%1$S” was blocked because we are blocking all third-party storage access requests and content blocking is enabled.
Entity # all locales netwerk • necko.properties
CookieBlockedTracker
es-CL
La solicitud de acceso a cookies o almacenamiento en “%1$S” fue bloqueada debido a que provino de un rastreador y el bloqueo de contenido está activado.
en-US
Request to access cookie or storage on “%1$S” was blocked because it came from a tracker and content blocking is enabled.
Entity # all locales netwerk • necko.properties
CookieLaxForced
es-CL
La cookie “%1$S” tiene la política “sameSite” ajustada a “lax” porque le falta un atributo “sameSite”, y “sameSite=lax” es el valor predeterminado para este atributo.
en-US
Cookie “%1$S” has “sameSite” policy set to “lax” because it is missing a “sameSite” attribute, and “sameSite=lax” is the default value for this attribute.
Entity # all locales netwerk • necko.properties
CookieLaxForced2
es-CL
La cookie “%1$S” tiene la política “SameSite” ajustada a “Lax” porque le falta un atributo “SameSite”, y “SameSite=Lax” es el valor predeterminado para este atributo.
en-US
Cookie “%1$S” has “SameSite” policy set to “Lax” because it is missing a “SameSite” attribute, and “SameSite=Lax” is the default value for this attribute.
Entity # all locales netwerk • necko.properties
CookieLaxForcedForBeta
es-CL
La cookie “%1$S” no tiene un valor adecuado para el atributo “sameSite”. Pronto, las cookies sin el atributo “sameSite” o con un valor inválido serán tratadas como “lax”. Esto se traduce en que la cookie ya no será enviada a contextos de terceros. SI tu aplicación depende en la disponibilidad de esta cookie en esos contextos, por favor añade el atributo “sameSite=none“ a ella. Para conocer más acerca del atributo “sameSite“, lee %2$S
en-US
Cookie “%1$S” does not have a proper “sameSite” attribute value. Soon, cookies without the “sameSite” attribute or with an invalid value will be treated as “lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “sameSite=none“ attribute to it. To know more about the “sameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieLaxForcedForBeta2
es-CL
La cookie “%1$S” no tiene un valor adecuado para el atributo “SameSite”. Pronto, las cookies sin el atributo “SameSite” o con un valor inválido serán tratadas como “Lax”. Esto se traduce en que la cookie ya no será enviada a contextos de terceros. SI tu aplicación depende en la disponibilidad de esta cookie en esos contextos, por favor añade el atributo “SameSite=None“ a ella. Para conocer más acerca del atributo “SameSite“, lee %2$S
en-US
Cookie “%1$S” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieOversize
es-CL
Cookie “%1$S” inválida debido a que su tamaño es muy grande. El tamaño máximo es %2$S B.
en-US
Cookie “%1$S” is invalid because its size is too big. Max size is %2$S B.
Entity # all locales netwerk • necko.properties
CookiePartitionedForeign2
es-CL
Se proporcionó acceso a cookies o almacenamiento particionado a “%1$S” porque se carga en el contexto de terceros y la partición de estado dinámico está habilitada.
en-US
Partitioned cookie or storage access was provided to “%1$S” because it is loaded in the third-party context and dynamic state partitioning is enabled.
Entity # all locales netwerk • necko.properties
CookiePathOversize
es-CL
Cookie “%1$S” inválida debido a que el tamaño de se ubicación es muy grande. El tamaño máximo es %2$S B.
en-US
Cookie “%1$S” is invalid because its path size is too big. Max size is %2$S B.
Entity # all locales netwerk • necko.properties
CookieRejectedByPermissionManager
es-CL
La cookie "%1$S" ha sido rechazada por los permisos establecidos por el usuario.
en-US
Cookie “%1$S” has been rejected by user set permissions.
Entity # all locales netwerk • necko.properties
CookieRejectedExpired
es-CL
La cookie "%1$S" ha sido rechazada porque ya expiró.
en-US
Cookie “%1$S” has been rejected because it is already expired.
Entity # all locales netwerk • necko.properties
CookieRejectedForNonSameSiteness
es-CL
La cookie "%1$S" fue rechazada porque se encuentra en un contexto de sitios cruzados y su "SameSite" es "Lax" o "Strict".
en-US
Cookie “%1$S” has been rejected because it is in a cross-site context and its “SameSite” is “Lax” or “Strict”.
Entity # all locales netwerk • necko.properties
CookieRejectedHttpOnlyButFromScript
es-CL
La cookie "%1$S" ha sido rechazada porque ya hay una cookie HTTP-Only pero el script intentó almacenar una nueva.
en-US
Cookie “%1$S” has been rejected because there is already an HTTP-Only cookie but script tried to store a new one.
Entity # all locales netwerk • necko.properties
CookieRejectedInvalidCharName
es-CL
La cookie "%1$S" ha sido rechazada por caracteres inválidos en el nombre.
en-US
Cookie “%1$S” has been rejected for invalid characters in the name.
Entity # all locales netwerk • necko.properties
CookieRejectedInvalidCharValue
es-CL
La cookie "%1$S" ha sido rechazada por caracteres inválidos en el valor.
en-US
Cookie “%1$S” has been rejected for invalid characters in the value.
Entity # all locales netwerk • necko.properties
CookieRejectedInvalidDomain
es-CL
La cookie "%1$S" ha sido rechazada por un dominio inválido.
en-US
Cookie “%1$S” has been rejected for invalid domain.
Entity # all locales netwerk • necko.properties
CookieRejectedInvalidPrefix
es-CL
La cookie "%1$S" ha sido rechazada por un prefijo inválido.
en-US
Cookie “%1$S” has been rejected for invalid prefix.
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecure
es-CL
Cookie “%1$S” rechazada porque tiene el atributo “sameSite=none” pero le falta el atributo “secure”.
en-US
Cookie “%1$S” rejected because it has the “sameSite=none” attribute but is missing the “secure” attribute.
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecure2
es-CL
Cookie “%1$S” rechazada porque tiene el atributo “SameSite=None” pero le falta el atributo “secure”.
en-US
Cookie “%1$S” rejected because it has the “SameSite=None” attribute but is missing the “secure” attribute.
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecureForBeta
es-CL
La cookie “%1$S” pronto será rechazada por que tiene el atributo “sameSite” ajustado a “none” o un valor inválido, sin el atributo “secure”. Para saber más acerca del atributo “sameSite“, lee %2$S
en-US
Cookie “%1$S” will be soon rejected because it has the “sameSite” attribute set to “none” or an invalid value, without the “secure” attribute. To know more about the “sameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecureForBeta2
es-CL
La cookie “%1$S” pronto será rechazada por que tiene el atributo “SameSite” ajustado a “None” o un valor inválido, sin el atributo “secure”. Para saber más acerca del atributo “SameSite“, lee %2$S
en-US
Cookie “%1$S” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieRejectedNonsecureOverSecure
es-CL
La cookie "%1$S" ha sido rechazada porque ya hay una cookie "segura" existente.
en-US
Cookie “%1$S” has been rejected because there is an existing “secure” cookie.
Entity # all locales netwerk • necko.properties
CookieRejectedSecureButNonHttps
es-CL
La cookie "%1$S" ha sido rechazada porque una cookie que no es HTTPS no se puede establecer como "segura".
en-US
Cookie “%1$S” has been rejected because a non-HTTPS cookie can’t be set as “secure”.
Entity # all locales netwerk • necko.properties
CookieRejectedThirdParty
es-CL
La cookie "%1$S" ha sido rechazada por ser de terceros.
en-US
Cookie “%1$S” has been rejected as third-party.
Entity # all locales netwerk • necko.properties
CookieSameSiteValueInvalid
es-CL
Valor "sameSite“" inválido para la cookie “%1$S”. Los valores soportados son: “lax“, “strict“, “none“.
en-US
Invalid “sameSite“ value for cookie “%1$S”. The supported values are: “lax“, “strict“, “none“.
Entity # all locales netwerk • necko.properties
CookieSameSiteValueInvalid2
es-CL
Valor "SameSite“" inválido para la cookie “%1$S”. Los valores soportados son: “Lax“, “Strict“, “None“.
en-US
Invalid “SameSite“ value for cookie “%1$S”. The supported values are: “Lax“, “Strict“, “None“.
Entity # all locales netwerk • necko.properties
CookieSchemefulReject
es-CL
La cookie "%1$S" ha sido tratada como de sitio cruzado frente a "%2$S" porque el esquema no coincide.
en-US
Cookie “%1$S” has been treated as cross-site against “%2$S” because the scheme does not match.
Entity # all locales netwerk • necko.properties
CookieSchemefulRejectForBeta
es-CL
La cookie "%1$S" será pronto tratada como una cookie de sitio cruzado frente a "%2$S" porque el esquema no coincide.
en-US
Cookie “%1$S” will be soon treated as cross-site cookie against “%2$S” because the scheme does not match.
Entity # all locales suite • chrome • browser • navigatorOverlay.dtd
cookieCookieManager.label
es-CL
Warning: Source string is missing
en-US
Cookie Manager
Entity # all locales suite • chrome • browser • navigatorOverlay.dtd
cookieCookiesDefaultCmd.label
es-CL
Warning: Source string is missing
en-US
Use Default Cookie Permissions
Entity # all locales suite • chrome • browser • navigatorOverlay.dtd
cookieMessageTitle.label
es-CL
Warning: Source string is missing
en-US
Cookie Permissions Changed
Entity # all locales suite • chrome • common • dataman • dataman.dtd
cookies.infobox.label
es-CL
Warning: Source string is missing
en-US
Information about the selected Cookie
Entity # all locales suite • chrome • common • dataman • dataman.dtd
cookies.tree.name.label
es-CL
Warning: Source string is missing
en-US
Cookie Name
Entity # all locales suite • chrome • common • permissions • cookieViewer.dtd
button.removecookie.label
es-CL
Warning: Source string is missing
en-US
Remove Cookie
Entity # all locales suite • chrome • common • permissions • cookieViewer.dtd
tab.bannedservers.label
es-CL
Warning: Source string is missing
en-US
Cookie Websites
Entity # all locales suite • chrome • common • permissions • cookieViewer.dtd
treehead.cookiename.label
es-CL
Warning: Source string is missing
en-US
Cookie Name
Entity # all locales suite • chrome • common • permissions • cookieViewer.dtd
treehead.infoselected.label
es-CL
Warning: Source string is missing
en-US
Information about the selected Cookie
Entity # all locales suite • chrome • common • permissions • cookieViewer.dtd
windowtitle.label
es-CL
Warning: Source string is missing
en-US
Cookie Manager
Entity # all locales suite • chrome • common • permissions • cookieViewer.properties
deleteAllCookiesSites
es-CL
Warning: Source string is missing
en-US
Are you sure you want to delete all of the cookie websites?
Entity # all locales suite • chrome • common • permissions • cookieViewer.properties
deleteSelectedCookiesSites
es-CL
Warning: Source string is missing
en-US
Are you sure you want to delete the selected cookie websites?
Entity # all locales suite • chrome • common • permissions • cookieViewer.properties
domain
es-CL
Warning: Source string is missing
en-US
Domain for which this cookie applies:
Entity # all locales suite • chrome • common • permissions • cookieViewer.properties
host
es-CL
Warning: Source string is missing
en-US
Server which set the cookie:
Entity # all locales suite • chrome • common • pref • pref-cookies.dtd
cookiePolicy.label
es-CL
Warning: Source string is missing
en-US
Cookie Acceptance Policy
Entity # all locales suite • chrome • common • pref • pref-cookies.dtd
cookieRetentionPolicy.label
es-CL
Warning: Source string is missing
en-US
Cookie Retention Policy
Entity # all locales suite • chrome • common • pref • pref-cookies.dtd
viewCookies.label
es-CL
Warning: Source string is missing
en-US
Cookie Manager
Please enable JavaScript. Some features won't be available without it.