From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- netwerk/locales/en-US/necko.properties | 49 ++++++++++++++++++++++++++++++++++ netwerk/locales/jar.mn | 9 +++++++ netwerk/locales/moz.build | 7 +++++ 3 files changed, 65 insertions(+) create mode 100644 netwerk/locales/en-US/necko.properties create mode 100644 netwerk/locales/jar.mn create mode 100644 netwerk/locales/moz.build (limited to 'netwerk/locales') diff --git a/netwerk/locales/en-US/necko.properties b/netwerk/locales/en-US/necko.properties new file mode 100644 index 000000000..60607241d --- /dev/null +++ b/netwerk/locales/en-US/necko.properties @@ -0,0 +1,49 @@ +# 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/. + +#ResolvingHost=Looking up +#ConnectedTo=Connected to +#ConnectingTo=Connecting to +#SendingRequestTo=Sending request to +#TransferringDataFrom=Transferring data from + +3=Looking up %1$S… +4=Connected to %1$S… +5=Sending request to %1$S… +6=Transferring data from %1$S… +7=Connecting to %1$S… +8=Read %1$S +9=Wrote %1$S +10=Waiting for %1$S… +11=Looked up %1$S… + +27=Beginning FTP transaction… +28=Finished FTP transaction + +UnsupportedFTPServer=The FTP server %1$S is currently unsupported. +RepostFormData=This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location? + +# Directory listing strings +DirTitle=Index of %1$S +DirGoUp=Up to higher level directory +ShowHidden=Show hidden objects +DirColName=Name +DirColSize=Size +DirColMTime=Last Modified +DirFileLabel=File: + +PhishingAuth=You are about to visit “%1$S”. This site may be attempting to trick you into thinking you are visiting a different site. Use extreme caution. +PhishingAuthAccept=I understand and will be very careful +SuperfluousAuth=You are about to log in to the site “%1$S” with the username “%2$S”, but the website does not require authentication. This may be an attempt to trick you.\n\nIs “%1$S” the site you want to visit? +AutomaticAuth=You are about to log in to the site “%1$S” with the username “%2$S”. + +TrackingUriBlocked=The resource at “%1$S” was blocked because tracking protection is enabled. + +# LOCALIZATION NOTE (APIDeprecationWarning): +# %1$S is the deprecated API; %2$S is the API function that should be used. +APIDeprecationWarning=Warning: ‘%1$S’ deprecated, please use ‘%2$S’ + +# LOCALIZATION NOTE (nsICookieManagerDeprecated): don't localize originAttributes. +# %1$S is the deprecated API; %2$S is the interface suffix that the given deprecated API belongs to. +nsICookieManagerAPIDeprecated=“%1$S” is changed. Update your code and pass the correct originAttributes. Read more on MDN: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager%2$S diff --git a/netwerk/locales/jar.mn b/netwerk/locales/jar.mn new file mode 100644 index 000000000..95bafbb8a --- /dev/null +++ b/netwerk/locales/jar.mn @@ -0,0 +1,9 @@ +#filter substitution +# 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/. + + +@AB_CD@.jar: +% locale necko @AB_CD@ %locale/@AB_CD@/necko/ + locale/@AB_CD@/necko/necko.properties (%necko.properties) diff --git a/netwerk/locales/moz.build b/netwerk/locales/moz.build new file mode 100644 index 000000000..eb4454d28 --- /dev/null +++ b/netwerk/locales/moz.build @@ -0,0 +1,7 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# 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/. + +JAR_MANIFESTS += ['jar.mn'] \ No newline at end of file -- cgit v1.2.3