dom/locales/en-US/chrome/security/csp.properties

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/locales/en-US/chrome/security/csp.properties	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,122 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +# CSP Warnings:
     1.9 +# LOCALIZATION NOTE (CSPViolation):
    1.10 +# %1$S is the reason why the resource has not been loaded.
    1.11 +CSPViolation = The page's settings blocked the loading of a resource: %1$S
    1.12 +# LOCALIZATION NOTE (CSPViolationWithURI):
    1.13 +# %1$S is the directive that has been violated.
    1.14 +# %2$S is the URI of the resource which violated the directive.
    1.15 +CSPViolationWithURI = The page's settings blocked the loading of a resource at %2$S ("%1$S").
    1.16 +# LOCALIZATION NOTE (triedToSendReport):
    1.17 +# %1$S is the URI we attempted to send a report to.
    1.18 +triedToSendReport = Tried to send report to invalid URI: "%1$S"
    1.19 +# LOCALIZATION NOTE (errorWas):
    1.20 +# %1$S is the error resulting from attempting to send the report
    1.21 +errorWas = error was: "%1$S"
    1.22 +# LOCALIZATION NOTE (couldNotParseReportURI):
    1.23 +# %1$S is the report URI that could not be parsed
    1.24 +couldNotParseReportURI = couldn't parse report URI: %1$S
    1.25 +# LOCALIZATION NOTE (couldNotProcessUnknownDirective):
    1.26 +# %1$S is the unknown directive
    1.27 +couldNotProcessUnknownDirective = Couldn't process unknown directive '%1$S'
    1.28 +# LOCALIZATION NOTE (ignoringUnknownOption):
    1.29 +# %1$S is the option that could not be understood
    1.30 +ignoringUnknownOption = Ignoring unknown option %1$S
    1.31 +# LOCALIZATION NOTE (reportURInotHttpsOrHttp2):
    1.32 +# %1$S is the ETLD of the report URI that is not HTTP or HTTPS
    1.33 +reportURInotHttpsOrHttp2 = The report URI (%1$S) should be an HTTP or HTTPS URI.
    1.34 +# LOCALIZATION NOTE (reportURInotInReportOnlyHeader):
    1.35 +# %1$S is the ETLD of the page with the policy
    1.36 +reportURInotInReportOnlyHeader = This site (%1$S) has a Report-Only policy without a report URI. CSP will not block and cannot report violations of this policy.
    1.37 +# LOCALIZATION NOTE (pageCannotSendReportsTo):
    1.38 +# %1$S is the URI of the page with the policy
    1.39 +# %2$S is the report URI that could not be used
    1.40 +pageCannotSendReportsTo = page on %1$S cannot send reports to %2$S
    1.41 +allowOrDefaultSrcRequired = 'allow' or 'default-src' directive required but not present.  Reverting to "default-src 'none'"
    1.42 +# LOCALIZATION NOTE (failedToParseUnrecognizedSource):
    1.43 +# %1$S is the CSP Source that could not be parsed
    1.44 +failedToParseUnrecognizedSource = Failed to parse unrecognized source %1$S
    1.45 +# LOCALIZATION NOTE (reportPostRedirect):
    1.46 +# %1$S is the specified report URI before redirect
    1.47 +reportPostRedirect = Post of violation report to %1$S failed, as a redirect occurred
    1.48 +# LOCALIZATION NOTE (allowDirectiveIsDeprecated):
    1.49 +# Don't translate "allow" and "default-src" as they are keywords and part of
    1.50 +# the CSP protocol syntax.
    1.51 +allowDirectiveIsDeprecated = allow directive is deprecated, use the equivalent default-src directive instead
    1.52 +# LOCALIZATION NOTE (inlineScriptBlocked):
    1.53 +# inline script refers to JavaScript code that is embedded into the HTML document.
    1.54 +inlineScriptBlocked = An attempt to execute inline scripts has been blocked
    1.55 +# LOCALIZATION NOTE (inlineStyleBlocked):
    1.56 +# inline style refers to CSS code that is embedded into the HTML document.
    1.57 +inlineStyleBlocked = An attempt to apply inline style sheets has been blocked
    1.58 +# LOCALIZATION NOTE (scriptFromStringBlocked):
    1.59 +# eval is a name and should not be localized.
    1.60 +scriptFromStringBlocked = An attempt to call JavaScript from a string (by calling a function like eval) has been blocked
    1.61 +# LOCALIZATION NOTE (hostNameMightBeKeyword):
    1.62 +# %1$S is the hostname in question and %2$S is the keyword
    1.63 +hostNameMightBeKeyword = Interpreting %1$S as a hostname, not a keyword. If you intended this to be a keyword, use '%2$S' (wrapped in single quotes).
    1.64 +
    1.65 +# CSP Errors:
    1.66 +policyURINotAlone = policy-uri directive can only appear alone
    1.67 +noParentRequest = The policy-uri cannot be fetched without a parent request and a CSP.
    1.68 +# LOCALIZATION NOTE (policyURIParseError):
    1.69 +# %1$S is the URI that could not be parsed
    1.70 +policyURIParseError = could not parse URI in policy URI: %1$S
    1.71 +# LOCALIZATION NOTE (nonMatchingHost):
    1.72 +# %1$S is the URI host that does not match
    1.73 +nonMatchingHost = can't fetch policy uri from non-matching hostname: %1$S
    1.74 +# LOCALIZATION NOTE (nonMatchingPort):
    1.75 +# %1$S is the URI port that does not match
    1.76 +nonMatchingPort = can't fetch policy uri from non-matching port: %1$S
    1.77 +# LOCALIZATION NOTE (nonMatchingScheme):
    1.78 +# %1$S is the URI scheme that does not match
    1.79 +nonMatchingScheme = can't fetch policy uri from non-matching scheme: %1$S
    1.80 +# LOCALIZATION NOTE (errorFetchingPolicy):
    1.81 +# %1$S is the error that caused fetching to fail
    1.82 +errorFetchingPolicy = Error fetching policy-uri: %1$S
    1.83 +cspSourceNotURI = Provided argument is not an nsIURI
    1.84 +argumentIsNotString = Provided argument is not a string
    1.85 +selfDataNotProvided = Can't use 'self' if self data is not provided
    1.86 +# LOCALIZATION NOTE (uriWithoutScheme):
    1.87 +# %1$S is the URI without a scheme
    1.88 +uriWithoutScheme = can't parse a URI without a scheme: %1$S
    1.89 +selfKeywordNoSelfData = self keyword used, but no self data specified
    1.90 +# LOCALIZATION NOTE (couldntParseInvalidSource):
    1.91 +# %1$S is the source that could not be parsed
    1.92 +couldntParseInvalidSource = Couldn't parse invalid source %1$S
    1.93 +# LOCALIZATION NOTE (hostSourceWithoutData):
    1.94 +# %1$S is the source
    1.95 +hostSourceWithoutData = Can't create host-only source %1$S without 'self' data
    1.96 +# LOCALIZATION NOTE (sourceWithoutData):
    1.97 +# %1$S is the source
    1.98 +sourceWithoutData = Can't create source %1$S without 'self' data
    1.99 +# LOCALIZATION NOTE (couldntParseInvalidHost):
   1.100 +# %1$S is the host that's invalid
   1.101 +couldntParseInvalidHost = Couldn't parse invalid host %1$S
   1.102 +# LOCALIZATION NOTE (couldntParseScheme):
   1.103 +# %1$S is the string source
   1.104 +couldntParseScheme = Couldn't parse scheme in %1$S
   1.105 +# LOCALIZATION NOTE (couldntParsePort):
   1.106 +# %1$S is the string source
   1.107 +couldntParsePort = Couldn't parse port in %1$S
   1.108 +# LOCALIZATION NOTE (notIntersectPort):
   1.109 +# %1$S is one source we tried to intersect
   1.110 +# %2$S is the other
   1.111 +notIntersectPort = Could not intersect %1$S with %2$S due to port problems.
   1.112 +# LOCALIZATION NOTE (notIntersectScheme):
   1.113 +# %1$S is one source we tried to intersect
   1.114 +# %2$S is the other
   1.115 +notIntersectScheme = Could not intersect %1$S with %2$S due to scheme problems.
   1.116 +# LOCALIZATION NOTE (intersectingSourceWithUndefinedHost):
   1.117 +# %1$S is the source
   1.118 +intersectingSourceWithUndefinedHost = intersecting source with undefined host: %1$S
   1.119 +# LOCALIZATION NOTE (intersectingSourcesWithUndefinedHosts):
   1.120 +# %1$S is the first source
   1.121 +# %2$S is the second source
   1.122 +intersectingSourcesWithUndefinedHosts = intersecting two sources with undefined hosts: %1$S and %2$S
   1.123 +# LOCALIZATION NOTE (duplicateDirective):
   1.124 +# %1$S is the name of the duplicate directive
   1.125 +duplicateDirective = Duplicate %1$S directives detected.  All but the first instance will be ignored.

mercurial