From 4492b5f8e774bf3b4f21e4e468fc052cbcbb468a Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 16 Dec 2019 19:48:42 -0800 Subject: initial commit --- .../en-US/chrome/browser-region/region.properties | 38 ++ locales/en-US/chrome/browser/aboutCertError.dtd | 40 ++ locales/en-US/chrome/browser/aboutDialog.dtd | 91 +++ locales/en-US/chrome/browser/aboutHome.dtd | 26 + .../en-US/chrome/browser/aboutPrivateBrowsing.dtd | 21 + .../en-US/chrome/browser/aboutSessionRestore.dtd | 23 + locales/en-US/chrome/browser/aboutSyncTabs.dtd | 21 + locales/en-US/chrome/browser/baseMenuOverlay.dtd | 45 ++ locales/en-US/chrome/browser/browser.dtd | 608 +++++++++++++++++++++ locales/en-US/chrome/browser/browser.properties | 420 ++++++++++++++ locales/en-US/chrome/browser/charsetMenu.dtd | 18 + .../en-US/chrome/browser/charsetMenu.properties | 103 ++++ locales/en-US/chrome/browser/charsetOverlay.dtd | 23 + .../en-US/chrome/browser/downloads/downloads.dtd | 96 ++++ .../chrome/browser/downloads/downloads.properties | 78 +++ locales/en-US/chrome/browser/engineManager.dtd | 29 + .../en-US/chrome/browser/engineManager.properties | 9 + locales/en-US/chrome/browser/feeds/subscribe.dtd | 10 + .../chrome/browser/feeds/subscribe.properties | 53 ++ locales/en-US/chrome/browser/newTab.dtd | 11 + locales/en-US/chrome/browser/newTab.properties | 7 + locales/en-US/chrome/browser/openLocation.dtd | 14 + .../en-US/chrome/browser/openLocation.properties | 5 + locales/en-US/chrome/browser/pageInfo.dtd | 92 ++++ locales/en-US/chrome/browser/pageInfo.properties | 56 ++ locales/en-US/chrome/browser/palemoon.dtd | 15 + .../browser/permissions/aboutPermissions.dtd | 50 ++ .../permissions/aboutPermissions.properties | 14 + .../browser/places/bookmarkProperties.properties | 19 + .../chrome/browser/places/editBookmarkOverlay.dtd | 28 + .../en-US/chrome/browser/places/moveBookmarks.dtd | 9 + locales/en-US/chrome/browser/places/places.dtd | 140 +++++ .../en-US/chrome/browser/places/places.properties | 95 ++++ .../en-US/chrome/browser/preferences/advanced.dtd | 151 +++++ .../browser/preferences/applicationManager.dtd | 8 + .../preferences/applicationManager.properties | 14 + .../chrome/browser/preferences/applications.dtd | 14 + .../en-US/chrome/browser/preferences/colors.dtd | 30 + .../chrome/browser/preferences/connection.dtd | 49 ++ .../en-US/chrome/browser/preferences/content.dtd | 41 ++ .../en-US/chrome/browser/preferences/cookies.dtd | 27 + locales/en-US/chrome/browser/preferences/fonts.dtd | 107 ++++ .../en-US/chrome/browser/preferences/languages.dtd | 19 + locales/en-US/chrome/browser/preferences/main.dtd | 44 ++ .../chrome/browser/preferences/permissions.dtd | 28 + .../chrome/browser/preferences/preferences.dtd | 23 + .../browser/preferences/preferences.properties | 153 ++++++ .../en-US/chrome/browser/preferences/privacy.dtd | 83 +++ .../en-US/chrome/browser/preferences/security.dtd | 49 ++ .../chrome/browser/preferences/selectBookmark.dtd | 9 + locales/en-US/chrome/browser/preferences/sync.dtd | 47 ++ locales/en-US/chrome/browser/preferences/tabs.dtd | 36 ++ locales/en-US/chrome/browser/quitDialog.properties | 13 + locales/en-US/chrome/browser/safeMode.dtd | 27 + locales/en-US/chrome/browser/sanitize.dtd | 64 +++ locales/en-US/chrome/browser/search.properties | 18 + locales/en-US/chrome/browser/searchbar.dtd | 6 + .../en-US/chrome/browser/setDesktopBackground.dtd | 15 + .../en-US/chrome/browser/shellservice.properties | 13 + .../en-US/chrome/browser/statusbar/meta.properties | 9 + .../chrome/browser/statusbar/overlay.properties | 17 + .../chrome/browser/statusbar/prefs.properties | 4 + .../chrome/browser/statusbar/statusbar-overlay.dtd | 10 + .../chrome/browser/statusbar/statusbar-prefs.dtd | 99 ++++ locales/en-US/chrome/browser/syncBrand.dtd | 6 + .../chrome/browser/syncGenericChange.properties | 37 ++ locales/en-US/chrome/browser/syncKey.dtd | 18 + locales/en-US/chrome/browser/syncProgress.dtd | 15 + locales/en-US/chrome/browser/syncQuota.dtd | 8 + locales/en-US/chrome/browser/syncQuota.properties | 42 ++ locales/en-US/chrome/browser/syncSetup.dtd | 116 ++++ locales/en-US/chrome/browser/syncSetup.properties | 51 ++ locales/en-US/chrome/browser/tabbrowser.dtd | 6 + locales/en-US/chrome/browser/tabbrowser.properties | 30 + locales/en-US/chrome/browser/taskbar.properties | 12 + .../en-US/chrome/overrides/appstrings.properties | 37 ++ locales/en-US/chrome/overrides/netError.dtd | 254 +++++++++ locales/en-US/chrome/overrides/settingsChange.dtd | 7 + 78 files changed, 4173 insertions(+) create mode 100644 locales/en-US/chrome/browser-region/region.properties create mode 100644 locales/en-US/chrome/browser/aboutCertError.dtd create mode 100644 locales/en-US/chrome/browser/aboutDialog.dtd create mode 100644 locales/en-US/chrome/browser/aboutHome.dtd create mode 100644 locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd create mode 100644 locales/en-US/chrome/browser/aboutSessionRestore.dtd create mode 100644 locales/en-US/chrome/browser/aboutSyncTabs.dtd create mode 100644 locales/en-US/chrome/browser/baseMenuOverlay.dtd create mode 100644 locales/en-US/chrome/browser/browser.dtd create mode 100644 locales/en-US/chrome/browser/browser.properties create mode 100644 locales/en-US/chrome/browser/charsetMenu.dtd create mode 100644 locales/en-US/chrome/browser/charsetMenu.properties create mode 100644 locales/en-US/chrome/browser/charsetOverlay.dtd create mode 100644 locales/en-US/chrome/browser/downloads/downloads.dtd create mode 100644 locales/en-US/chrome/browser/downloads/downloads.properties create mode 100644 locales/en-US/chrome/browser/engineManager.dtd create mode 100644 locales/en-US/chrome/browser/engineManager.properties create mode 100644 locales/en-US/chrome/browser/feeds/subscribe.dtd create mode 100644 locales/en-US/chrome/browser/feeds/subscribe.properties create mode 100644 locales/en-US/chrome/browser/newTab.dtd create mode 100644 locales/en-US/chrome/browser/newTab.properties create mode 100644 locales/en-US/chrome/browser/openLocation.dtd create mode 100644 locales/en-US/chrome/browser/openLocation.properties create mode 100644 locales/en-US/chrome/browser/pageInfo.dtd create mode 100644 locales/en-US/chrome/browser/pageInfo.properties create mode 100644 locales/en-US/chrome/browser/palemoon.dtd create mode 100644 locales/en-US/chrome/browser/permissions/aboutPermissions.dtd create mode 100644 locales/en-US/chrome/browser/permissions/aboutPermissions.properties create mode 100644 locales/en-US/chrome/browser/places/bookmarkProperties.properties create mode 100644 locales/en-US/chrome/browser/places/editBookmarkOverlay.dtd create mode 100644 locales/en-US/chrome/browser/places/moveBookmarks.dtd create mode 100644 locales/en-US/chrome/browser/places/places.dtd create mode 100644 locales/en-US/chrome/browser/places/places.properties create mode 100644 locales/en-US/chrome/browser/preferences/advanced.dtd create mode 100644 locales/en-US/chrome/browser/preferences/applicationManager.dtd create mode 100644 locales/en-US/chrome/browser/preferences/applicationManager.properties create mode 100644 locales/en-US/chrome/browser/preferences/applications.dtd create mode 100644 locales/en-US/chrome/browser/preferences/colors.dtd create mode 100644 locales/en-US/chrome/browser/preferences/connection.dtd create mode 100644 locales/en-US/chrome/browser/preferences/content.dtd create mode 100644 locales/en-US/chrome/browser/preferences/cookies.dtd create mode 100644 locales/en-US/chrome/browser/preferences/fonts.dtd create mode 100644 locales/en-US/chrome/browser/preferences/languages.dtd create mode 100644 locales/en-US/chrome/browser/preferences/main.dtd create mode 100644 locales/en-US/chrome/browser/preferences/permissions.dtd create mode 100644 locales/en-US/chrome/browser/preferences/preferences.dtd create mode 100644 locales/en-US/chrome/browser/preferences/preferences.properties create mode 100644 locales/en-US/chrome/browser/preferences/privacy.dtd create mode 100644 locales/en-US/chrome/browser/preferences/security.dtd create mode 100644 locales/en-US/chrome/browser/preferences/selectBookmark.dtd create mode 100644 locales/en-US/chrome/browser/preferences/sync.dtd create mode 100644 locales/en-US/chrome/browser/preferences/tabs.dtd create mode 100644 locales/en-US/chrome/browser/quitDialog.properties create mode 100644 locales/en-US/chrome/browser/safeMode.dtd create mode 100644 locales/en-US/chrome/browser/sanitize.dtd create mode 100644 locales/en-US/chrome/browser/search.properties create mode 100644 locales/en-US/chrome/browser/searchbar.dtd create mode 100644 locales/en-US/chrome/browser/setDesktopBackground.dtd create mode 100644 locales/en-US/chrome/browser/shellservice.properties create mode 100644 locales/en-US/chrome/browser/statusbar/meta.properties create mode 100644 locales/en-US/chrome/browser/statusbar/overlay.properties create mode 100644 locales/en-US/chrome/browser/statusbar/prefs.properties create mode 100644 locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd create mode 100644 locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd create mode 100644 locales/en-US/chrome/browser/syncBrand.dtd create mode 100644 locales/en-US/chrome/browser/syncGenericChange.properties create mode 100644 locales/en-US/chrome/browser/syncKey.dtd create mode 100644 locales/en-US/chrome/browser/syncProgress.dtd create mode 100644 locales/en-US/chrome/browser/syncQuota.dtd create mode 100644 locales/en-US/chrome/browser/syncQuota.properties create mode 100644 locales/en-US/chrome/browser/syncSetup.dtd create mode 100644 locales/en-US/chrome/browser/syncSetup.properties create mode 100644 locales/en-US/chrome/browser/tabbrowser.dtd create mode 100644 locales/en-US/chrome/browser/tabbrowser.properties create mode 100644 locales/en-US/chrome/browser/taskbar.properties create mode 100644 locales/en-US/chrome/overrides/appstrings.properties create mode 100644 locales/en-US/chrome/overrides/netError.dtd create mode 100644 locales/en-US/chrome/overrides/settingsChange.dtd (limited to 'locales/en-US/chrome') diff --git a/locales/en-US/chrome/browser-region/region.properties b/locales/en-US/chrome/browser-region/region.properties new file mode 100644 index 0000000..8782ae4 --- /dev/null +++ b/locales/en-US/chrome/browser-region/region.properties @@ -0,0 +1,38 @@ +# 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/. + +# Default search engine +browser.search.defaultenginename=DuckDuckGo + +# Search engine order (order displayed in the search bar dropdown)s +browser.search.order.1=DuckDuckGo +browser.search.order.2=Yahoo +browser.search.order.3=Bing +browser.search.order.4=Ecosia + +# This is the default set of web based feed handlers shown in the reader +# selection UI +browser.contentHandlers.types.0.title=My Yahoo! +browser.contentHandlers.types.0.uri=https://add.my.yahoo.com/rss?url=%s + +# increment this number when anything gets changed in the list below. This will +# cause Firefox to re-read these prefs and inject any new handlers into the +# profile database. Note that "new" is defined as "has a different URL"; this +# means that it's not possible to update the name of existing handler, so +# don't make any spelling errors here. +gecko.handlerService.defaultHandlersVersion=5 + +# The default set of protocol handlers for mailto: +gecko.handlerService.schemes.mailto.0.name=Yahoo! Mail +gecko.handlerService.schemes.mailto.0.uriTemplate=https://compose.mail.yahoo.com/?To=%s +gecko.handlerService.schemes.mailto.1.name=Gmail +gecko.handlerService.schemes.mailto.1.uriTemplate=https://mail.google.com/mail/?extsrc=mailto&url=%s + +# The default set of protocol handlers for irc: +gecko.handlerService.schemes.irc.0.name=Mibbit +gecko.handlerService.schemes.irc.0.uriTemplate=https://www.mibbit.com/?url=%s + +# The default set of protocol handlers for ircs: +gecko.handlerService.schemes.ircs.0.name=Mibbit +gecko.handlerService.schemes.ircs.0.uriTemplate=https://www.mibbit.com/?url=%s diff --git a/locales/en-US/chrome/browser/aboutCertError.dtd b/locales/en-US/chrome/browser/aboutCertError.dtd new file mode 100644 index 0000000..21c722c --- /dev/null +++ b/locales/en-US/chrome/browser/aboutCertError.dtd @@ -0,0 +1,40 @@ + + + + %brandDTD; + + + + + + + +#1, but we can't confirm that your connection is secure."> + + + + + + + +Even if you trust the site, this error could mean that someone is +tampering with your connection."> + + + + diff --git a/locales/en-US/chrome/browser/aboutDialog.dtd b/locales/en-US/chrome/browser/aboutDialog.dtd new file mode 100644 index 0000000..26bf3cd --- /dev/null +++ b/locales/en-US/chrome/browser/aboutDialog.dtd @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/aboutHome.dtd b/locales/en-US/chrome/browser/aboutHome.dtd new file mode 100644 index 0000000..d3bd85f --- /dev/null +++ b/locales/en-US/chrome/browser/aboutHome.dtd @@ -0,0 +1,26 @@ + + + +%brandDTD; +#ifdef MOZ_SERVICES_SYNC + +%syncBrandDTD; +#endif + + + + + + + + + + + + + +#ifdef MOZ_SERVICES_SYNC + +#endif \ No newline at end of file diff --git a/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd b/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd new file mode 100644 index 0000000..ef885d0 --- /dev/null +++ b/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/aboutSessionRestore.dtd b/locales/en-US/chrome/browser/aboutSessionRestore.dtd new file mode 100644 index 0000000..f81fffc --- /dev/null +++ b/locales/en-US/chrome/browser/aboutSessionRestore.dtd @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/aboutSyncTabs.dtd b/locales/en-US/chrome/browser/aboutSyncTabs.dtd new file mode 100644 index 0000000..5865c12 --- /dev/null +++ b/locales/en-US/chrome/browser/aboutSyncTabs.dtd @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/baseMenuOverlay.dtd b/locales/en-US/chrome/browser/baseMenuOverlay.dtd new file mode 100644 index 0000000..dd88a33 --- /dev/null +++ b/locales/en-US/chrome/browser/baseMenuOverlay.dtd @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/browser.dtd b/locales/en-US/chrome/browser/browser.dtd new file mode 100644 index 0000000..c810b07 --- /dev/null +++ b/locales/en-US/chrome/browser/browser.dtd @@ -0,0 +1,608 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +#ifdef MOZ_SERVICES_SYNC + + + + + + + + + + +#endif + + + + + + + + + +#ifdef MOZ_WEBRTC + + +#endif + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/browser.properties b/locales/en-US/chrome/browser/browser.properties new file mode 100644 index 0000000..4c45e25 --- /dev/null +++ b/locales/en-US/chrome/browser/browser.properties @@ -0,0 +1,420 @@ +# 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/. + +nv_timeout=Timed Out +openFile=Open File + +droponhometitle=Set Home Page +droponhomemsg=Do you want this document to be your new home page? +droponhomemsgMultiple=Do you want these documents to be your new home pages? + +# context menu strings + +# LOCALIZATION NOTE (contextMenuSearch): %1$S is the search engine, +# %2$S is the selection string. +contextMenuSearch=Search %1$S for "%2$S" +contextMenuSearch.accesskey=S + +# bookmark dialog strings + +bookmarkAllTabsDefault=[Folder Name] + +xpinstallPromptWarning=%S prevented this site (%S) from asking you to install software on your computer. +xpinstallPromptAllowButton=Allow + +xpinstallPromptWarningOrigin=This add-on could not be downloaded because its origin could not be verified. +# Accessibility Note: +# Be sure you do not choose an accesskey that is used elsewhere in the active context (e.g. main menu bar, submenu of the warning popup button) +# See http://www.mozilla.org/access/keyboard/accesskey for details +xpinstallPromptAllowButton.accesskey=A +xpinstallDisabledMessageLocked=Software installation has been disabled by your system administrator. +xpinstallDisabledMessage=Software installation is currently disabled. Click Enable and try again. +xpinstallDisabledButton=Enable +xpinstallDisabledButton.accesskey=n + +# LOCALIZATION NOTE (addonDownloading, addonDownloadCancelled, addonDownloadRestart): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Also see https://bugzilla.mozilla.org/show_bug.cgi?id=570012 for mockups +addonDownloading=Add-on downloading;Add-ons downloading +addonDownloadCancelled=Add-on download cancelled.;Add-on downloads cancelled. +addonDownloadRestart=Restart Download;Restart Downloads +addonDownloadRestart.accessKey=R +addonDownloadCancelTooltip=Cancel + +# LOCALIZATION NOTE (addonsInstalled, addonsInstalledNeedsRestart): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 first add-on's name, #2 number of add-ons, #3 application name +addonsInstalled=#1 has been installed successfully.;#2 add-ons have been installed successfully. +addonsInstalledNeedsRestart=#1 will be installed after you restart #3.;#2 add-ons will be installed after you restart #3. +addonInstallRestartButton=Restart Now +addonInstallRestartButton.accesskey=R + +# LOCALIZATION NOTE (addonError-1, addonError-2, addonError-3, addonError-4): +# #1 is the add-on name, #2 is the host name, #3 is the application name +# #4 is the application version +addonError-1=The add-on could not be downloaded because of a connection failure on #2. +addonError-2=The add-on from #2 could not be installed because it does not match the add-on #3 expected. +addonError-3=The add-on downloaded from #2 could not be installed because it appears to be corrupt. +addonError-4=#1 could not be installed because #3 cannot modify the needed file. +addonError-8=The add-on downloaded from #2 could not be installed because #3 does not support Jetpack (SDK) extensions. +addonError-9=The add-on downloaded from #2 could not be installed because #3 does not support WebExtensions. + +# LOCALIZATION NOTE (addonLocalError-1, addonLocalError-2, addonLocalError-3, addonLocalError-4, addonErrorIncompatible, addonErrorBlocklisted): +# #1 is the add-on name, #3 is the application name, #4 is the application version +addonLocalError-1=This add-on could not be installed because of a filesystem error. +addonLocalError-2=This add-on could not be installed because it does not match the add-on #3 expected. +addonLocalError-3=This add-on could not be installed because it appears to be corrupt. +addonLocalError-4=#1 could not be installed because #3 cannot modify the needed file. +addonLocalError-8=This add-on could not be installed because #3 does not support Jetpack (SDK) extensions. +addonLocalError-9=This add-on could not be installed because #3 does not support WebExtensions. +addonErrorIncompatible=#1 could not be installed because it is not compatible with #3 #4. +addonErrorBlocklisted=#1 could not be installed because it has a high risk of causing stability or security problems. + + +# LOCALIZATION NOTE (lwthemeInstallRequest.message): %S will be replaced with +# the host name of the site. +lwthemeInstallRequest.message=This site (%S) attempted to install a theme. +lwthemeInstallRequest.allowButton=Allow +lwthemeInstallRequest.allowButton.accesskey=a + +lwthemePostInstallNotification.message=A new theme has been installed. +lwthemePostInstallNotification.undoButton=Undo +lwthemePostInstallNotification.undoButton.accesskey=U +lwthemePostInstallNotification.manageButton=Manage Themes… +lwthemePostInstallNotification.manageButton.accesskey=M + +# LOCALIZATION NOTE (lwthemeNeedsRestart.message): +# %S will be replaced with the new theme name. +lwthemeNeedsRestart.message=%S will be installed after you restart. +lwthemeNeedsRestart.button=Restart Now +lwthemeNeedsRestart.accesskey=R + +# LOCALIZATION NOTE (popupWarning.message): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName and #2 is the number of pop-ups blocked. +popupWarning.message=#1 prevented this site from opening a pop-up window.;#1 prevented this site from opening #2 pop-up windows. +popupWarningButton=Preferences +popupWarningButton.accesskey=P +popupAllow=Allow pop-ups for %S +popupBlock=Block pop-ups for %S +popupWarningDontShowFromMessage=Don't show this message when pop-ups are blocked +popupWarningDontShowFromLocationbar=Don't show info bar when pop-ups are blocked +popupShowPopupPrefix=Show '%S' + +crashedpluginsMessage.title=The %S plugin has crashed. +crashedpluginsMessage.reloadButton.label=Reload page +crashedpluginsMessage.reloadButton.accesskey=R +crashedpluginsMessage.submitButton.label=Submit a crash report +crashedpluginsMessage.submitButton.accesskey=S +crashedpluginsMessage.learnMore=Learn More… + +## Plugin doorhanger strings +# LOCALIZATION NOTE (pluginActivateNew.message): Used for newly-installed +# plugins which are not known to be unsafe. %1$S is the plugin name and %2$S +# is the site domain. +pluginActivateNew.message=Allow %2$S to run "%1$S"? +pluginActivateMultiple.message=Allow %S to run plugins? +pluginActivate.learnMore=Learn More… +# LOCALIZATION NOTE (pluginActivateOutdated.message, pluginActivateOutdated.label): +# These strings are used when an unsafe plugin has an update available. +# %1$S is the plugin name, %2$S is the domain, and %3$S is brandShortName. +pluginActivateOutdated.message=%3$S has prevented the outdated plugin "%1$S" from running on %2$S. +pluginActivateOutdated.label=Outdated plugin +pluginActivate.updateLabel=Update now… +# LOCALIZATION NOTE (pluginActivateVulnerable.message, pluginActivateVulnerable.label): +# These strings are used when an unsafe plugin has no update available. +# %1$S is the plugin name, %2$S is the domain, and %3$S is brandShortName. +pluginActivateVulnerable.message=%3$S has prevented the unsafe plugin "%1$S" from running on %2$S. +pluginActivateVulnerable.label=Vulnerable plugin! +pluginActivate.riskLabel=What's the risk? +# LOCALIZATION NOTE (pluginActivateBlocked.message): %1$S is the plugin name, %2$S is brandShortName +pluginActivateBlocked.message=%2$S has blocked "%1$S" for your protection. +pluginActivateBlocked.label=Blocked for your protection +pluginActivateDisabled.message="%S" is disabled. +pluginActivateDisabled.label=Disabled +pluginActivateDisabled.manage=Manage plugins… +pluginEnabled.message="%S" is enabled on %S. +pluginEnabledOutdated.message=Outdated plugin "%S" is enabled on %S. +pluginEnabledVulnerable.message=Insecure plugin "%S" is enabled on %S. +pluginInfo.unknownPlugin=Unknown + +# LOCALIZATION NOTE (pluginActivateNow.label, pluginActivateAlways.label, pluginBlockNow.label): These should be the same as the matching strings in browser.dtd +# LOCALIZATION NOTE (pluginActivateNow.label): This button will enable the +# plugin in the current session for an short time (about an hour), auto-renewed +# if the site keeps using the plugin. +pluginActivateNow.label=Allow Now +pluginActivateNow.accesskey=N +# LOCALIZATION NOTE (pluginActivateAlways.label): This button will enable the +# plugin for a long while (90 days), auto-renewed if the site keeps using the +# plugin. +pluginActivateAlways.label=Allow and Remember +pluginActivateAlways.accesskey=R +pluginBlockNow.label=Block Plugin +pluginBlockNow.accesskey=B +pluginContinue.label=Continue Allowing +pluginContinue.accesskey=C + +# in-page UI +PluginClickToActivate=Activate %S. +PluginVulnerableUpdatable=This plugin is vulnerable and should be updated. +PluginVulnerableNoUpdate=This plugin has security vulnerabilities. + +# Sanitize +# LOCALIZATION NOTE (sanitizeDialog2.everything.title): When "Time range to +# clear" is set to "Everything", the Clear Recent History dialog's title is +# changed to this. See UI mockup and comment 11 at bug 480169 --> +sanitizeDialog2.everything.title=Clear All History +sanitizeButtonOK=Clear Now +# LOCALIZATION NOTE (sanitizeButtonClearing): The label for the default +# button between the user clicking it and the window closing. Indicates the +# items are being cleared. +sanitizeButtonClearing=Clearing + +# LOCALIZATION NOTE (sanitizeEverythingWarning2): Warning that appears when +# "Time range to clear" is set to "Everything" in Clear Recent History dialog, +# provided that the user has not modified the default set of history items to clear. +sanitizeEverythingWarning2=All history will be cleared. +# LOCALIZATION NOTE (sanitizeSelectedWarning): Warning that appears when +# "Time range to clear" is set to "Everything" in Clear Recent History dialog, +# provided that the user has modified the default set of history items to clear. +sanitizeSelectedWarning=All selected items will be cleared. + +# Check for Updates in the About Dialog - button labels and accesskeys +# LOCALIZATION NOTE - all of the following update buttons labels will only be +# displayed one at a time. So, if a button is displayed nothing else will +# be displayed alongside of the button. The button when displayed is located +# directly under the Firefox version in the about dialog (see bug 596813 for +# screenshots). +update.checkInsideButton.label=Check for Updates +update.checkInsideButton.accesskey=C +update.resumeButton.label=Resume Downloading %S… +update.resumeButton.accesskey=D +update.openUpdateUI.applyButton.label=Update available! Apply Update… +update.openUpdateUI.applyButton.accesskey=A +update.restart.updateButton.label=Restart to Update +update.restart.updateButton.accesskey=R +update.openUpdateUI.upgradeButton.label=Update available! Upgrade Now… +update.openUpdateUI.upgradeButton.accesskey=U +update.restart.upgradeButton.label=Upgrade Now +update.restart.upgradeButton.accesskey=U + +# Check for Updates in the Help Menu +# LOCALIZATION NOTE (updatesItem_*): these are alternative labels for Check for Update item in Help menu. +# Which one is used depends on Update process state. +updatesItem_default=Check for Updates… +updatesItem_defaultFallback=Check for Updates… +updatesItem_default.accesskey=C +updatesItem_downloading=Downloading %S… +updatesItem_downloadingFallback=Downloading Update… +updatesItem_downloading.accesskey=D +updatesItem_resume=Resume Downloading %S… +updatesItem_resumeFallback=Resume Downloading Update… +updatesItem_resume.accesskey=D +updatesItem_pending=Apply Downloaded Update Now… +updatesItem_pendingFallback=Apply Downloaded Update Now… +updatesItem_pending.accesskey=D + +# RSS Pretty Print +feedShowFeedNew=Subscribe to '%S'… + +menuOpenAllInTabs.label=Open All in Tabs + +# History menu +menuRestoreAllTabs.label=Restore All Tabs +# LOCALIZATION NOTE (menuRestoreAllWindows, menuUndoCloseWindowLabel, menuUndoCloseWindowSingleTabLabel): +# see bug 394759 +menuRestoreAllWindows.label=Restore All Windows +# LOCALIZATION NOTE (menuUndoCloseWindowLabel): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 Window Title, #2 Number of tabs +menuUndoCloseWindowLabel=#1 (and #2 other tab);#1 (and #2 other tabs) +menuUndoCloseWindowSingleTabLabel=#1 + +# Unified Back-/Forward Popup +tabHistory.current=Stay on this page +tabHistory.goBack=Go back to this page +tabHistory.goForward=Go forward to this page + +# URL Bar +urlbar.placeholder=Search or enter address +urlbar.placeholderURLOnly=Enter address +pasteAndGo.label=Paste & Go + +# Block autorefresh +refreshBlocked.goButton=Allow +refreshBlocked.goButton.accesskey=A +refreshBlocked.refreshLabel=%S prevented this page from automatically reloading. +refreshBlocked.redirectLabel=%S prevented this page from automatically redirecting to another page. + +# Star button +starButtonOn.tooltip=Edit this bookmark +starButtonOff.tooltip=Bookmark this page + +# Offline web applications +offlineApps.available=This website (%S) is asking to store data on your computer for offline use. +offlineApps.allow=Allow +offlineApps.allowAccessKey=A +offlineApps.never=Never for This Site +offlineApps.neverAccessKey=e +offlineApps.notNow=Not Now +offlineApps.notNowAccessKey=N + +offlineApps.usage=This website (%S) is now storing more than %SMB of data on your computer for offline use. +offlineApps.manageUsage=Show settings +offlineApps.manageUsageAccessKey=S + +# LOCALIZATION NOTE (indexedDB.usage): %1$S is the website host name +# %2$S a number of megabytes. +indexedDB.usage=This website (%1$S) is attempting to store more than %2$S MB of data on your computer for offline use. + +identity.identified.verifier=Verified by: %S +identity.identified.verified_by_you=You have added a security exception for this site. +identity.identified.state_and_country=%S, %S + +identity.encrypted=Your connection to this website is encrypted to prevent eavesdropping. +identity.unencrypted=Your connection to this website is not encrypted. +identity.mixed_content=Your connection to this site is only partially encrypted, and does not prevent eavesdropping. + +identity.unknown.tooltip=This website does not supply identity information. + +identity.ownerUnknown2=(unknown) + +# Edit Bookmark UI +editBookmarkPanel.pageBookmarkedTitle=Page Bookmarked +editBookmarkPanel.pageBookmarkedDescription=%S will always remember this page for you. +editBookmarkPanel.bookmarkedRemovedTitle=Bookmark Removed +editBookmarkPanel.editBookmarkTitle=Edit This Bookmark + +# LOCALIZATION NOTE (editBookmark.removeBookmarks.label): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Replacement for #1 is the number of bookmarks to be removed. +# If this causes problems with localization you can also do "Remove Bookmarks (#1)" +# instead of "Remove #1 Bookmarks". +editBookmark.removeBookmarks.label=Remove Bookmark;Remove #1 Bookmarks + +# Post Update Notifications +pu.notifyButton.label=Details… +pu.notifyButton.accesskey=D +# LOCALIZATION NOTE %S will be replaced by the short name of the application. +puNotifyText=%S has been updated +puAlertTitle=%S Updated +puAlertText=Click here for details + +# Geolocation UI + +# LOCALIZATION NOTE (geolocation.shareLocation geolocation.alwaysShareLocation geolocation.neverShareLocation): +#If you're having trouble with the word Share, please use Allow and Block in your language. +geolocation.shareLocation=Share Location +geolocation.shareLocation.accesskey=a +geolocation.alwaysShareLocation=Always Share Location +geolocation.alwaysShareLocation.accesskey=A +geolocation.neverShareLocation=Never Share Location +geolocation.neverShareLocation.accesskey=N +geolocation.shareWithSite=Would you like to share your location with %S? +geolocation.shareWithFile=Would you like to share your location with the file %S? + +webNotifications.showForSession=Show for this session +webNotifications.showForSession.accesskey=s +webNotifications.alwaysShow=Always Show Notifications +webNotifications.alwaysShow.accesskey=A +webNotifications.neverShow=Always Block Notifications +webNotifications.neverShow.accesskey=N +webNotifications.showFromSite=Would you like to show notifications from %S? +# LOCALIZATION NOTE (webNotifications.upgradeTitle): When using native notifications on OS X, the title may be truncated around 32 characters. +webNotifications.upgradeTitle=Upgraded notifications +# LOCALIZATION NOTE (webNotifications.upgradeBody): When using native notifications on OS X, the body may be truncated around 100 characters in some views. +webNotifications.upgradeBody=You can now receive notifications from sites that are not currently loaded. Click to learn more. + +# Pointer lock UI + +pointerLock.allow2=Hide pointer +pointerLock.allow2.accesskey=H +pointerLock.alwaysAllow=Always allow hiding +pointerLock.alwaysAllow.accesskey=A +pointerLock.neverAllow=Never allow hiding +pointerLock.neverAllow.accesskey=N +pointerLock.title2=Would you like to allow the pointer to be hidden on %S? +pointerLock.autoLock.title2=%S will hide the pointer. + +# Ctrl-Tab +# LOCALIZATION NOTE (ctrlTab.showAll.label): #1 represents the number +# of tabs in the current browser window. It will always be 2 at least. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +ctrlTab.showAll.label=;Show all #1 tabs + +# LOCALIZATION NOTE (addKeywordTitleAutoFill): %S will be replaced by the page's title +# Used as the bookmark name when saving a keyword for a search field. +addKeywordTitleAutoFill=Search %S + +extensions.{972ce4c6-7e08-4474-a285-3208198ce6fd}.name=Default +extensions.{972ce4c6-7e08-4474-a285-3208198ce6fd}.description=The default theme. + +# safeModeRestart +safeModeRestartPromptTitle=Restart in Safe Mode +safeModeRestartPromptMessage=Are you sure you want to restart in Safe Mode? +safeModeRestartButton=Restart + +# LOCALIZATION NOTE - %S is brandShortName +# restart +restartPromptTitle=Restart +restartPromptMessage=Are you sure you want to restart %S? +restartButton=Restart + +# LOCALIZATION NOTE (browser.menu.showCharacterEncoding): Set to the string +# "true" (spelled and capitalized exactly that way) to show the "Character +# Encoding" menu in the main Firefox button on Windows. Any other value will +# hide it. Regardless of the value of this setting, the "Character Encoding" +# menu will always be accessible via the "Web Developer" menu. +# This is not a string to translate; it just controls whether the menu shows +# up in the Firefox button. If users frequently use the "Character Encoding" +# menu, set this to "true". Otherwise, you can leave it as "false". +browser.menu.showCharacterEncoding=false + +# Mozilla data reporting notification (Telemetry, Firefox Health Report, etc) +dataReportingNotification.message = %1$S automatically sends some data to %2$S so that we can improve your experience. +dataReportingNotification.button.label = Choose What I Share +dataReportingNotification.button.accessKey = C + +# LOCALIZATION NOTE (fullscreen.entered): displayed when we enter HTML5 fullscreen mode, %S is the domain name of the focused website (e.g. mozilla.com). +fullscreen.entered=%S is now fullscreen. + +# LOCALIZATION NOTE (getUserMedia.shareCamera.message, getUserMedia.shareMicrophone.message, getUserMedia.shareCameraAndMicrophone.message): %S is the website origin (e.g. www.mozilla.org) +# LOCALIZATION NOTE (getUserMedia.shareSelectedDevices.label): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The number of devices can be either one or two. +getUserMedia.shareCamera.message = Would you like to share your camera with %S? +getUserMedia.shareMicrophone.message = Would you like to share your microphone with %S? +getUserMedia.shareCameraAndMicrophone.message = Would you like to share your camera and microphone with %S? +getUserMedia.noVideo.label = No Video +getUserMedia.noAudio.label = No Audio +getUserMedia.shareSelectedDevices.label = Share Selected Device;Share Selected Devices +getUserMedia.shareSelectedDevices.accesskey = S +getUserMedia.denyRequest.label = Don't Share +getUserMedia.denyRequest.accesskey = D +getUserMedia.sharingCamera.message2 = You are currently sharing your camera with this page. +getUserMedia.sharingMicrophone.message2 = You are currently sharing your microphone with this page. +getUserMedia.sharingCameraAndMicrophone.message2 = You are currently sharing your camera and microphone with this page. + +# Mixed Content Blocker Doorhanger Notification +# LOCALIZATION NOTE - %S is brandShortName +mixedContentBlocked.message = %S has blocked content that isn't secure. +mixedContentBlocked.keepBlockingButton.label = Keep Blocking +mixedContentBlocked.keepBlockingButton.accesskey = B +mixedContentBlocked.unblock.label = Disable Protection on This Page +mixedContentBlocked.unblock.accesskey = D + +# LOCALIZATION NOTE - %S is brandShortName +slowStartup.message = %S seems slow… to… start. +slowStartup.helpButton.label = Learn How to Speed It Up +slowStartup.helpButton.accesskey = L +slowStartup.disableNotificationButton.label = Don't Tell Me Again +slowStartup.disableNotificationButton.accesskey = A + +muteTab.label = Mute Tab +muteTab.accesskey = M +unmuteTab.label = Unmute Tab +unmuteTab.accesskey = M \ No newline at end of file diff --git a/locales/en-US/chrome/browser/charsetMenu.dtd b/locales/en-US/chrome/browser/charsetMenu.dtd new file mode 100644 index 0000000..5600f9b --- /dev/null +++ b/locales/en-US/chrome/browser/charsetMenu.dtd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/charsetMenu.properties b/locales/en-US/chrome/browser/charsetMenu.properties new file mode 100644 index 0000000..2ea92a6 --- /dev/null +++ b/locales/en-US/chrome/browser/charsetMenu.properties @@ -0,0 +1,103 @@ +# 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/. + +# LOCALIZATION NOTE: The property keys ending with ".key" are for access keys. +# Localizations may add or delete properties where the property key ends with +# ".key" as appropriate for the localization. The code that uses this data can +# deal with the absence of an access key for an item. +# +# Make sure the keys defined here don't collide with +# charsetMenuAutodet.accesskey in charsetMenu.dtd. +# +# In the en-US version of this file, access keys are given to the following: +# * UTF-8 +# * All encodings that are the fallback encoding for some locale in Firefox +# * All encodings that are the fallback encoding for some locale in IE +# * All Japanese encodings +# +# For the items whose property key does not end in ".key" and whose value +# includes "(" U+0028 LEFT PARENTHESIS, the "(" character is significant for +# processing by CharsetMenu.jsm. If your localization does not use ASCII +# parentheses where en-US does in this file, please file a bug to make +# CharsetMenu.jsm also recognize the delimiter your localization uses. +# (When this code was developed, all localizations appeared to use +# U+0028 LEFT PARENTHESIS for this purpose.) + +# Globally-relevant +UTF-8.key = U +UTF-8 = Unicode +windows-1252.key = W +windows-1252 = Western + +# Arabic +windows-1256.key = A +windows-1256 = Arabic (Windows) +ISO-8859-6 = Arabic (ISO) + +# Baltic +windows-1257.key = B +windows-1257 = Baltic (Windows) +ISO-8859-4 = Baltic (ISO) + +# Central European +windows-1250.key = E +windows-1250 = Central European (Windows) +ISO-8859-2.key = l +ISO-8859-2 = Central European (ISO) + +# Chinese, Simplified +gbk.key = S +gbk = Chinese, Simplified (GBK) +gb18030 = Chinese, Simplified (GB18030) + +# Chinese, Traditional +Big5.key = T +Big5 = Chinese, Traditional + +# Cyrillic +windows-1251.key = C +windows-1251 = Cyrillic (Windows) +ISO-8859-5 = Cyrillic (ISO) +KOI8-R = Cyrillic (KOI8-R) +KOI8-U = Cyrillic (KOI8-U) +IBM866 = Cyrillic (DOS) + +# Greek +windows-1253.key = G +windows-1253 = Greek (Windows) +ISO-8859-7.key = O +ISO-8859-7 = Greek (ISO) + +# Hebrew +windows-1255.key = H +windows-1255 = Hebrew +# LOCALIZATION NOTE (ISO-8859-8): The value for this item should begin with +# the same word for Hebrew as the value for windows-1255 so that this item +# sorts right after that one in the collation order for your locale. +ISO-8859-8 = Hebrew, Visual + +# Japanese +Shift_JIS.key = J +Shift_JIS = Japanese (Shift_JIS) +EUC-JP.key = p +EUC-JP = Japanese (EUC-JP) +ISO-2022-JP.key = n +ISO-2022-JP = Japanese (ISO-2022-JP) + +# Korean +EUC-KR.key = K +EUC-KR = Korean + +# Thai +windows-874.key = i +windows-874 = Thai + +# Turkish +windows-1254.key = r +windows-1254 = Turkish + +# Vietnamese +windows-1258.key = V +windows-1258 = Vietnamese + diff --git a/locales/en-US/chrome/browser/charsetOverlay.dtd b/locales/en-US/chrome/browser/charsetOverlay.dtd new file mode 100644 index 0000000..11ee98b --- /dev/null +++ b/locales/en-US/chrome/browser/charsetOverlay.dtd @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/downloads/downloads.dtd b/locales/en-US/chrome/browser/downloads/downloads.dtd new file mode 100644 index 0000000..feabcc8 --- /dev/null +++ b/locales/en-US/chrome/browser/downloads/downloads.dtd @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/downloads/downloads.properties b/locales/en-US/chrome/browser/downloads/downloads.properties new file mode 100644 index 0000000..44d9ec9 --- /dev/null +++ b/locales/en-US/chrome/browser/downloads/downloads.properties @@ -0,0 +1,78 @@ +# 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/. + +# LOCALIZATION NOTE (stateStarting): +# Indicates that the download is starting. +stateStarting=Starting… +# LOCALIZATION NOTE (stateScanning): +# Indicates that an external program is scanning the download for viruses. +stateScanning=Scanning for viruses… +# LOCALIZATION NOTE (stateFailed): +# Indicates that the download failed because of an error. +stateFailed=Failed +# LOCALIZATION NOTE (statePaused): +# Indicates that the download was paused by the user. +statePaused=Paused +# LOCALIZATION NOTE (stateCanceled): +# Indicates that the download was canceled by the user. +stateCanceled=Canceled +# LOCALIZATION NOTE (stateBlockedParentalControls): +# Indicates that the download was blocked by the Parental Controls feature of +# Windows. "Parental Controls" should be consistently named and capitalized +# with the display of this feature in Windows. The following article can +# provide a reference for the translation of "Parental Controls" in various +# languages: +# http://windows.microsoft.com/en-US/windows-vista/Set-up-Parental-Controls +stateBlockedParentalControls=Blocked by Parental Controls +# LOCALIZATION NOTE (stateBlockedPolicy): +# Indicates that the download was blocked on Windows because of the "Launching +# applications and unsafe files" setting of the "security zone" associated with +# the target site. "Security zone" should be consistently named and capitalized +# with the display of this feature in Windows. The following article can +# provide a reference for the translation of "security zone" in various +# languages: +# http://support.microsoft.com/kb/174360 +stateBlockedPolicy=Blocked by your security zone policy +# LOCALIZATION NOTE (stateDirty): +# Indicates that the download was blocked after scanning. +stateDirty=Blocked: May contain a virus or spyware + +# LOCALIZATION NOTE (sizeWithUnits): +# %1$S is replaced with the size number, and %2$S with the measurement unit. +sizeWithUnits=%1$S %2$S +sizeUnknown=Unknown size + +# LOCALIZATION NOTE (shortTimeLeftSeconds, shortTimeLeftMinutes, +# shortTimeLeftHours, shortTimeLeftDays): +# These values are displayed in the downloads indicator in the main browser +# window, where space is available for three characters maximum. %1$S is +# replaced with the time left for the given measurement unit. Even for days, +# the value is never longer than two digits. +shortTimeLeftSeconds=%1$Ss +shortTimeLeftMinutes=%1$Sm +shortTimeLeftHours=%1$Sh +shortTimeLeftDays=%1$Sd + +# LOCALIZATION NOTE (statusSeparator, statusSeparatorBeforeNumber): +# These strings define templates for the separation of different elements in the +# status line of a download item. As a separator, by default we use the Unicode +# character U+2014 'EM DASH' (long dash). Examples of status lines include +# "Canceled - 222.net", "1.1 MB - website2.com", or "Paused - 1.1 MB". Note +# that we use a wider space after the separator when it is followed by a number, +# just to avoid visually confusing it with with a minus sign with some fonts. +# If you use a different separator, this might not be necessary. However, there +# is usually no need to change the separator or the order of the substitutions, +# even for right-to-left languages, unless the defaults are not suitable. +statusSeparator=%1$S \u2014 %2$S +statusSeparatorBeforeNumber=%1$S \u2014 %2$S + +fileExecutableSecurityWarning="%S" is an executable file. Executable files may contain viruses or other malicious code that could harm your computer. Use caution when opening this file. Are you sure you want to launch "%S"? +fileExecutableSecurityWarningTitle=Open Executable File? + +# LOCALIZATION NOTE (otherDownloads2): +# This is displayed in an item at the bottom of the Downloads Panel when +# there are more downloads than can fit in the list in the panel. Use a +# semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/Localization_and_Plurals +otherDownloads2=+ %1$S other download; + %1$S other downloads diff --git a/locales/en-US/chrome/browser/engineManager.dtd b/locales/en-US/chrome/browser/engineManager.dtd new file mode 100644 index 0000000..8ad9772 --- /dev/null +++ b/locales/en-US/chrome/browser/engineManager.dtd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/engineManager.properties b/locales/en-US/chrome/browser/engineManager.properties new file mode 100644 index 0000000..040a4ca --- /dev/null +++ b/locales/en-US/chrome/browser/engineManager.properties @@ -0,0 +1,9 @@ +# 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/. + +editTitle=Edit Keyword +editMsg=Enter a new keyword for "%S": +duplicateTitle=Duplicate Keyword +duplicateEngineMsg=You have chosen a keyword that is currently in use by "%S". Please select another. +duplicateBookmarkMsg=You have chosen a keyword that is currently in use by a bookmark. Please select another. diff --git a/locales/en-US/chrome/browser/feeds/subscribe.dtd b/locales/en-US/chrome/browser/feeds/subscribe.dtd new file mode 100644 index 0000000..9e12419 --- /dev/null +++ b/locales/en-US/chrome/browser/feeds/subscribe.dtd @@ -0,0 +1,10 @@ + + + + + diff --git a/locales/en-US/chrome/browser/feeds/subscribe.properties b/locales/en-US/chrome/browser/feeds/subscribe.properties new file mode 100644 index 0000000..27cf505 --- /dev/null +++ b/locales/en-US/chrome/browser/feeds/subscribe.properties @@ -0,0 +1,53 @@ +# 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/. + +linkTitleTextFormat=Go to %S +addHandler=Add "%S" (%S) as a Feed Reader? +addHandlerAddButton=Add Feed Reader +addHandlerAddButtonAccesskey=A +handlerRegistered="%S" is already registered as a Feed Reader +liveBookmarks=Live Bookmarks +subscribeNow=Subscribe Now +chooseApplicationMenuItem=Choose Application… +chooseApplicationDialogTitle=Choose Application +alwaysUse=Always use %S to subscribe to feeds +mediaLabel=Media files + +# LOCALIZATION NOTE: The next string is for the size of the enclosed media. +# e.g. enclosureSizeText : "50.23 MB" +# %1$S = size (in bytes or megabytes, ...) +# %2$S = unit of measure (bytes, KB, MB, ...) +enclosureSizeText=%1$S %2$S + +bytes=bytes +kilobyte=KB +megabyte=MB +gigabyte=GB + +# LOCALIZATION NOTE: The next three strings explains to the user what they're +# doing. +# e.g. alwaysUseForVideoPodcasts : "Always use Miro to subscribe to video podcasts." +# %S = application to use (Miro, iTunes, ...) +alwaysUseForFeeds=Always use %S to subscribe to feeds. +alwaysUseForAudioPodcasts=Always use %S to subscribe to podcasts. +alwaysUseForVideoPodcasts=Always use %S to subscribe to video podcasts. + +subscribeFeedUsing=Subscribe to this feed using +subscribeAudioPodcastUsing=Subscribe to this podcast using +subscribeVideoPodcastUsing=Subscribe to this video podcast using + +feedSubscriptionFeed1=This is a "feed" of frequently changing content on this site. +feedSubscriptionAudioPodcast1=This is a "podcast" of frequently changing content on this site. +feedSubscriptionVideoPodcast1=This is a "video podcast" of frequently changing content on this site. + +feedSubscriptionFeed2=You can subscribe to this feed to receive updates when this content changes. +feedSubscriptionAudioPodcast2=You can subscribe to this podcast to receive updates when this content changes. +feedSubscriptionVideoPodcast2=You can subscribe to this video podcast to receive updates when this content changes. + +# Protocol Handling +# "Add %appName (%appDomain) as an application for %protocolType links?" +addProtocolHandler=Add %S (%S) as an application for %S links? +addProtocolHandlerAddButton=Add Application +# "%appName has already been added as an application for %protocolType links." +protocolHandlerRegistered=%S has already been added as an application for %S links. diff --git a/locales/en-US/chrome/browser/newTab.dtd b/locales/en-US/chrome/browser/newTab.dtd new file mode 100644 index 0000000..5853557 --- /dev/null +++ b/locales/en-US/chrome/browser/newTab.dtd @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/locales/en-US/chrome/browser/newTab.properties b/locales/en-US/chrome/browser/newTab.properties new file mode 100644 index 0000000..922aa58 --- /dev/null +++ b/locales/en-US/chrome/browser/newTab.properties @@ -0,0 +1,7 @@ +# 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/. + +newtab.pin=Pin this site at its current position +newtab.unpin=Unpin this site +newtab.block=Remove this site diff --git a/locales/en-US/chrome/browser/openLocation.dtd b/locales/en-US/chrome/browser/openLocation.dtd new file mode 100644 index 0000000..2409892 --- /dev/null +++ b/locales/en-US/chrome/browser/openLocation.dtd @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/openLocation.properties b/locales/en-US/chrome/browser/openLocation.properties new file mode 100644 index 0000000..2d08ff8 --- /dev/null +++ b/locales/en-US/chrome/browser/openLocation.properties @@ -0,0 +1,5 @@ +# 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/. + +chooseFileDialogTitle=Choose File diff --git a/locales/en-US/chrome/browser/pageInfo.dtd b/locales/en-US/chrome/browser/pageInfo.dtd new file mode 100644 index 0000000..50382a1 --- /dev/null +++ b/locales/en-US/chrome/browser/pageInfo.dtd @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/pageInfo.properties b/locales/en-US/chrome/browser/pageInfo.properties new file mode 100644 index 0000000..a99741e --- /dev/null +++ b/locales/en-US/chrome/browser/pageInfo.properties @@ -0,0 +1,56 @@ +# 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/. + +pageInfo.page.title=Page Info - %S +pageInfo.frame.title=Frame Info - %S + +noPageTitle=Untitled Page: +pageTitle=%S: +unknown=Unknown +notset=Not specified +yes=Yes +no=No + +mediaImg=Image +mediaVideo=Video +mediaAudio=Audio +mediaBGImg=Background +mediaBorderImg=Border +mediaListImg=Bullet +mediaCursor=Cursor +mediaObject=Object +mediaEmbed=Embed +mediaLink=Icon +mediaInput=Input +mediaFileSize=%S KB +mediaSize=%Spx \u00D7 %Spx +mediaSelectFolder=Select a Folder to Save the Images +mediaBlockImage=Block Images from %S +mediaUnknownNotCached=Unknown (not cached) +mediaImageType=%S Image +mediaAnimatedImageType=%S Image (animated, %S frames) +mediaDimensions=%Spx \u00D7 %Spx +mediaDimensionsScaled=%Spx \u00D7 %Spx (scaled to %Spx \u00D7 %Spx) + +generalQuirksMode=Quirks mode +generalStrictMode=Standards compliance mode +generalSize=%S KB (%S bytes) +generalMetaTag=Meta (1 tag) +generalMetaTags=Meta (%S tags) +generalSiteIdentity=This website is owned by %S\nThis has been verified by %S + +feedRss=RSS +feedAtom=Atom +feedXML=XML + +securityNoOwner=This website does not supply ownership information. +securityOneVisit=Yes, once +securityNVisits=Yes, %S times + +# LOCALIZATION NOTE: The next string is for the disk usage of the +# database +# e.g. indexedDBUsage : "50.23 MB" +# %1$S = size (in bytes or megabytes, ...) +# %2$S = unit of measure (bytes, KB, MB, ...) +indexedDBUsage=This website is using %1$S %2$S diff --git a/locales/en-US/chrome/browser/palemoon.dtd b/locales/en-US/chrome/browser/palemoon.dtd new file mode 100644 index 0000000..4b4fac9 --- /dev/null +++ b/locales/en-US/chrome/browser/palemoon.dtd @@ -0,0 +1,15 @@ + + + + +landscape changed as time went on: flowing, twisting, corrupting. The dull sheen of tainted metal shining through everywhere.
+In the trees, roots, animals, and even the mountainous valleys that had always been an oasis of difference.
+Still, our dragon continued, untainted and resolute, soaring above.
+There would be a home yet, a sanctuary, a place for all those not given in to this singular invading force that was misshaping the world.'> + +The Chronicles of the Pale Moon, 66:1'> diff --git a/locales/en-US/chrome/browser/permissions/aboutPermissions.dtd b/locales/en-US/chrome/browser/permissions/aboutPermissions.dtd new file mode 100644 index 0000000..5b220a7 --- /dev/null +++ b/locales/en-US/chrome/browser/permissions/aboutPermissions.dtd @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/permissions/aboutPermissions.properties b/locales/en-US/chrome/browser/permissions/aboutPermissions.properties new file mode 100644 index 0000000..ca90a6c --- /dev/null +++ b/locales/en-US/chrome/browser/permissions/aboutPermissions.properties @@ -0,0 +1,14 @@ +# 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/. + +# LOCALIZATION NOTE (visitCount): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of history visits for a site +visitCount=#1 visit;#1 visits + +# LOCALIZATION NOTE (passwordsCount, cookiesCount): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +passwordsCount=#1 password is stored for this website.;#1 passwords are stored for this website. +cookiesCount=#1 cookie is set for this website.;#1 cookies are set for this website. +pluginBlocklisted=This plugin poses a security risk and cannot be set to Allow for all sites. diff --git a/locales/en-US/chrome/browser/places/bookmarkProperties.properties b/locales/en-US/chrome/browser/places/bookmarkProperties.properties new file mode 100644 index 0000000..9bcbe78 --- /dev/null +++ b/locales/en-US/chrome/browser/places/bookmarkProperties.properties @@ -0,0 +1,19 @@ +# 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/. + +dialogAcceptLabelAddItem=Add +dialogAcceptLabelSaveItem=Save +dialogAcceptLabelAddLivemark=Subscribe +dialogAcceptLabelAddMulti=Add Bookmarks +dialogAcceptLabelEdit=Save +dialogTitleAddBookmark=New Bookmark +dialogTitleAddLivemark=Subscribe with Live Bookmark +dialogTitleAddFolder=New Folder +dialogTitleAddMulti=New Bookmarks +dialogTitleEdit=Properties for "%S" + +bookmarkAllTabsDefault=[Folder Name] +newFolderDefault=New Folder +newBookmarkDefault=New Bookmark +newLivemarkDefault=New Live Bookmark diff --git a/locales/en-US/chrome/browser/places/editBookmarkOverlay.dtd b/locales/en-US/chrome/browser/places/editBookmarkOverlay.dtd new file mode 100644 index 0000000..d78c355 --- /dev/null +++ b/locales/en-US/chrome/browser/places/editBookmarkOverlay.dtd @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/places/moveBookmarks.dtd b/locales/en-US/chrome/browser/places/moveBookmarks.dtd new file mode 100644 index 0000000..9f28b80 --- /dev/null +++ b/locales/en-US/chrome/browser/places/moveBookmarks.dtd @@ -0,0 +1,9 @@ + + + + + + + diff --git a/locales/en-US/chrome/browser/places/places.dtd b/locales/en-US/chrome/browser/places/places.dtd new file mode 100644 index 0000000..9578754 --- /dev/null +++ b/locales/en-US/chrome/browser/places/places.dtd @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + Z Sort Order"> + + A Sort Order"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/places/places.properties b/locales/en-US/chrome/browser/places/places.properties new file mode 100644 index 0000000..5b16ccb --- /dev/null +++ b/locales/en-US/chrome/browser/places/places.properties @@ -0,0 +1,95 @@ +# 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/. + +load-js-data-url-error=For security reasons, javascript or data urls cannot be loaded from the history window or sidebar. +noTitle=(no title) + +bookmarksMenuEmptyFolder=(Empty) + +bookmarksBackupTitle=Bookmarks backup filename + +bookmarksRestoreAlertTitle=Revert Bookmarks +bookmarksRestoreAlert=This will replace all of your current bookmarks with the backup. Are you sure? +bookmarksRestoreTitle=Select a bookmarks backup +bookmarksRestoreFilterName=JSON + +bookmarksRestoreFormatError=Unsupported file type. +bookmarksRestoreParseError=Unable to process the backup file. + +bookmarksLivemarkLoading=Live Bookmark loading… +bookmarksLivemarkFailed=Live Bookmark feed failed to load. + +menuOpenLivemarkOrigin.label=Open "%S" + +sortByName=Sort '%S' by Name +sortByNameGeneric=Sort by Name +view.sortBy.name.label=Sort by Name +view.sortBy.name.accesskey=N +view.sortBy.url.label=Sort by Location +view.sortBy.url.accesskey=L +view.sortBy.date.label=Sort by Visit Date +view.sortBy.date.accesskey=V +view.sortBy.visitCount.label=Sort by Visit Count +view.sortBy.visitCount.accesskey=C +view.sortBy.keyword.label=Sort by Keyword +view.sortBy.keyword.accesskey=K +view.sortBy.description.label=Sort by Description +view.sortBy.description.accesskey=D +view.sortBy.dateAdded.label=Sort by Added +view.sortBy.dateAdded.accesskey=e +view.sortBy.lastModified.label=Sort by Last Modified +view.sortBy.lastModified.accesskey=M +view.sortBy.tags.label=Sort by Tags +view.sortBy.tags.accesskey=T + +searchBookmarks=Search Bookmarks +searchHistory=Search History +searchDownloads=Search Downloads +searchCurrentDefault=Search in '%S' + +tabs.openWarningTitle=Confirm open +tabs.openWarningMultipleBranded=You are about to open %S tabs. This might slow down %S while the pages are loading. Are you sure you want to continue? +tabs.openButtonMultiple=Open tabs +tabs.openWarningPromptMeBranded=Warn me when opening multiple tabs might slow down %S + +SelectImport=Import Bookmarks File +EnterExport=Export Bookmarks File + +saveSearch.title=Save Search +saveSearch.inputLabel=Name: +saveSearch.inputDefaultText=New Search + +detailsPane.noItems=No items +# LOCALIZATION NOTE (detailsPane.itemsCountLabel): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of items +# example: 111 items +detailsPane.itemsCountLabel=One item;#1 items + +mostVisitedTitle=Most Visited +recentlyBookmarkedTitle=Recently Bookmarked +recentTagsTitle=Recent Tags + +OrganizerQueryHistory=History +OrganizerQueryDownloads=Downloads +OrganizerQueryAllBookmarks=All Bookmarks +OrganizerQueryTags=Tags + +# LOCALIZATION NOTE (tagResultLabel) : +# Noun used to describe the location bar autocomplete result type +# to users with screen readers +# See createResultLabel() in urlbarBindings.xml +tagResultLabel=Tag +# LOCALIZATION NOTE (bookmarkResultLabel) : +# Noun used to describe the location bar autocomplete result type +# to users with screen readers +# See createResultLabel() in urlbarBindings.xml +bookmarkResultLabel=Bookmark + +# LOCALIZATION NOTE (lockPrompt.text) +# %S will be replaced with the application name. +lockPrompt.title=Browser Startup Error +lockPrompt.text=The bookmarks and history system will not be functional because one of %S's files is in use by another application. Some security software can cause this problem. +lockPromptInfoButton.label=Learn More +lockPromptInfoButton.accessKey=L diff --git a/locales/en-US/chrome/browser/preferences/advanced.dtd b/locales/en-US/chrome/browser/preferences/advanced.dtd new file mode 100644 index 0000000..bb8dd12 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/advanced.dtd @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/applicationManager.dtd b/locales/en-US/chrome/browser/preferences/applicationManager.dtd new file mode 100644 index 0000000..d2c76e6 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/applicationManager.dtd @@ -0,0 +1,8 @@ + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/applicationManager.properties b/locales/en-US/chrome/browser/preferences/applicationManager.properties new file mode 100644 index 0000000..335363a --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/applicationManager.properties @@ -0,0 +1,14 @@ +# 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/. + +# LOCALIZATION NOTE +# in descriptionApplications, %S will be replaced by one of the 3 following strings +descriptionApplications=The following applications can be used to handle %S. + +handleProtocol=%S links +handleWebFeeds=Web Feeds +handleFile=%S content + +descriptionWebApp=This web application is hosted at: +descriptionLocalApp=This application is located at: diff --git a/locales/en-US/chrome/browser/preferences/applications.dtd b/locales/en-US/chrome/browser/preferences/applications.dtd new file mode 100644 index 0000000..ea89c31 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/applications.dtd @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/colors.dtd b/locales/en-US/chrome/browser/preferences/colors.dtd new file mode 100644 index 0000000..6d6e8d8 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/colors.dtd @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/connection.dtd b/locales/en-US/chrome/browser/preferences/connection.dtd new file mode 100644 index 0000000..f74fbf5 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/connection.dtd @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/content.dtd b/locales/en-US/chrome/browser/preferences/content.dtd new file mode 100644 index 0000000..91abab0 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/content.dtd @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/cookies.dtd b/locales/en-US/chrome/browser/preferences/cookies.dtd new file mode 100644 index 0000000..c833313 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/cookies.dtd @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/fonts.dtd b/locales/en-US/chrome/browser/preferences/fonts.dtd new file mode 100644 index 0000000..f255cb2 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/fonts.dtd @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/languages.dtd b/locales/en-US/chrome/browser/preferences/languages.dtd new file mode 100644 index 0000000..f7e67c9 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/languages.dtd @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/main.dtd b/locales/en-US/chrome/browser/preferences/main.dtd new file mode 100644 index 0000000..15468ee --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/main.dtd @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/permissions.dtd b/locales/en-US/chrome/browser/preferences/permissions.dtd new file mode 100644 index 0000000..e61228b --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/permissions.dtd @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/preferences.dtd b/locales/en-US/chrome/browser/preferences/preferences.dtd new file mode 100644 index 0000000..e87749d --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/preferences.dtd @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/preferences.properties b/locales/en-US/chrome/browser/preferences/preferences.properties new file mode 100644 index 0000000..34f1675 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/preferences.properties @@ -0,0 +1,153 @@ +# 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/. + +#### Fonts + +labelDefaultFont=Default (%S) + +#### Permissions Manager + +cookiepermissionstext=You can specify which websites are always or never allowed to use cookies or store site data. Type the exact address of the site you want to manage and then click Block, Allow for Session, or Allow. +cookiepermissionstitle=Exceptions - Cookies and Site Data +addonspermissionstext=You can specify which websites are allowed to install add-ons. Type the exact address of the site you want to allow and then click Allow. +addons_permissions_title=Allowed Sites - Add-ons Installation +popuppermissionstext=You can specify which websites are allowed to open pop-up windows. Type the exact address of the site you want to allow and then click Allow. +popuppermissionstitle=Allowed Sites - Pop-ups +invalidURI=Please enter a valid hostname +invalidURITitle=Invalid Hostname Entered +savedLoginsExceptions_title=Exceptions - Saved Logins +savedLoginsExceptions_desc=Logins for the following sites will not be saved: + +#### Master Password + +pw_change2empty_in_fips_mode=You are currently in FIPS mode. FIPS requires a non-empty Master Password. +pw_change_failed_title=Password Change Failed + +#### Fonts + +# LOCALIZATION NOTE: Next two strings are for language name representations with +# and without the region. +# e.g. languageRegionCodeFormat : "French/Canada [fr-ca]" languageCodeFormat : "French [fr]" +# %1$S = language name, %2$S = region name, %3$S = language-region code +languageRegionCodeFormat=%1$S/%2$S [%3$S] +# %1$S = language name, %2$S = language-region code +languageCodeFormat=%1$S [%2$S] + +#### Downloads + +desktopFolderName=Desktop +downloadsFolderName=Downloads +chooseDownloadFolderTitle=Choose Download Folder: + +#### Applications + +fileEnding=%S file +saveFile=Save File + +# LOCALIZATION NOTE (useApp, useDefault): %S = Application name +useApp=Use %S +useDefault=Use %S (default) + +useOtherApp=Use other… +fpTitleChooseApp=Select Helper Application +manageApp=Application Details… +webFeed=Web Feed +videoPodcastFeed=Video Podcast +audioPodcastFeed=Podcast +alwaysAsk=Always ask +portableDocumentFormat=Portable Document Format (PDF) + +# LOCALIZATION NOTE (usePluginIn): +# %1$S = plugin name (for example "QuickTime Plugin-in 7.2") +# %2$S = brandShortName from brand.properties (for example "Minefield") +usePluginIn=Use %S (in %S) + +# LOCALIZATION NOTE (previewInApp, addLiveBookmarksInApp): %S = brandShortName +previewInApp=Preview in %S +addLiveBookmarksInApp=Add Live Bookmarks in %S + +# LOCALIZATION NOTE (typeDescriptionWithType): +# %1$S = type description (for example "Portable Document Format") +# %2$S = type (for example "application/pdf") +typeDescriptionWithType=%S (%S) + + +#### Cookie Viewer + +hostColon=Host: +domainColon=Domain: +forSecureOnly=Encrypted connections only +forAnyConnection=Any type of connection +expireAtEndOfSession=At end of session +can=Allow +canAccessFirstParty=Allow first party only +canSession=Allow for Session +cannot=Block +noCookieSelected= +cookiesAll=The following cookies are stored on your computer: +cookiesFiltered=The following cookies match your search: + +# LOCALIZATION NOTE (removeAllCookies, removeAllShownCookies): +# removeAllCookies and removeAllShownCookies are both used on the same one button, +# never displayed together and can share the same accesskey. +# When only partial cookies are shown as a result of keyword search, +# removeAllShownCookies is displayed as button label. +# removeAllCookies is displayed when no keyword search and all cookies are shown. +removeAllCookies.label=Remove All +removeAllCookies.accesskey=A +removeAllShownCookies.label=Remove All Shown +removeAllShownCookies.accesskey=A + +# LOCALIZATION NOTE (removeSelectedCookies): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# If you need to display the number of selected elements in your language, +# you can use #1 in your localization as a placeholder for the number. +# For example this is the English string with numbers: +# removeSelectedCookied=Remove #1 Selected;Remove #1 Selected +removeSelectedCookies.label=Remove Selected;Remove Selected +removeSelectedCookies.accesskey=R + +#### Offline apps +offlineAppRemoveTitle=Remove offline website data +offlineAppRemovePrompt=After removing this data, %S will not be available offline. Are you sure you want to remove this offline website? +offlineAppRemoveConfirm=Remove offline data + +# LOCALIZATION NOTE: The next string is for the disk usage of the +# offline application +# e.g. offlineAppUsage : "50.23 MB" +# %1$S = size (in bytes or megabytes, ...) +# %2$S = unit of measure (bytes, KB, MB, ...) +offlineAppUsage=%1$S %2$S + +offlinepermissionstext=The following websites are not allowed to store data for offline use: +offlinepermissionstitle=Offline Data + +####Preferences::Advanced::Network +#LOCALIZATION NOTE: The next string is for the disk usage of the web content cache. +# e.g., "Your web content cache is currently using 200 MB" +# %1$S = size +# %2$S = unit (MB, KB, etc.) +actualDiskCacheSize=Your web content cache is currently using %1$S %2$S of disk space + +####Preferences::Advanced::Network +#LOCALIZATION NOTE: The next string is for the disk usage of the application cache. +# e.g., "Your application cache is currently using 200 MB" +# %1$S = size +# %2$S = unit (MB, KB, etc.) +actualAppCacheSize=Your application cache is currently using %1$S %2$S of disk space + +###Preferences::Advanced::Update +#LOCALIZATION NOTE: The next string is for updating in Windows 8 only instead of updateAuto1.label. %S = brandShortName +updateAutoDesktop.label=Automatically install updates from desktop %S +updateAutoDesktop.accessKey=A + +syncUnlink.title=Do you want to unlink your device? +syncUnlink.label=This device will no longer be associated with your Sync account. All of your personal data, both on this device and in your Sync account, will remain intact. +syncUnlinkConfirm.label=Unlink + +# LOCALIZATION NOTE (featureEnableRequiresRestart, featureDisableRequiresRestart, restartTitle): %S = brandShortName +featureEnableRequiresRestart=%S must restart to enable this feature. +featureDisableRequiresRestart=%S must restart to disable this feature. +shouldRestartTitle=Restart %S diff --git a/locales/en-US/chrome/browser/preferences/privacy.dtd b/locales/en-US/chrome/browser/preferences/privacy.dtd new file mode 100644 index 0000000..37f8b78 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/privacy.dtd @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/security.dtd b/locales/en-US/chrome/browser/preferences/security.dtd new file mode 100644 index 0000000..930736d --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/security.dtd @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/selectBookmark.dtd b/locales/en-US/chrome/browser/preferences/selectBookmark.dtd new file mode 100644 index 0000000..a608286 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/selectBookmark.dtd @@ -0,0 +1,9 @@ + + + + + diff --git a/locales/en-US/chrome/browser/preferences/sync.dtd b/locales/en-US/chrome/browser/preferences/sync.dtd new file mode 100644 index 0000000..f6ef3b8 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/sync.dtd @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/preferences/tabs.dtd b/locales/en-US/chrome/browser/preferences/tabs.dtd new file mode 100644 index 0000000..86e1e88 --- /dev/null +++ b/locales/en-US/chrome/browser/preferences/tabs.dtd @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/quitDialog.properties b/locales/en-US/chrome/browser/quitDialog.properties new file mode 100644 index 0000000..00f3be5 --- /dev/null +++ b/locales/en-US/chrome/browser/quitDialog.properties @@ -0,0 +1,13 @@ +# 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/. + +quitDialogTitle=Quit %S + +quitTitle=&Quit +cancelTitle=&Cancel +saveTitle=&Save and Quit +neverAsk2=&Do not ask next time +message=Do you want %S to save your tabs and windows for the next time it starts? +messageNoWindows=Do you want %S to save your tabs for the next time it starts? +messagePrivate=You're in private browsing mode. Quitting %S now will discard all your open tabs and windows. diff --git a/locales/en-US/chrome/browser/safeMode.dtd b/locales/en-US/chrome/browser/safeMode.dtd new file mode 100644 index 0000000..79d3ca8 --- /dev/null +++ b/locales/en-US/chrome/browser/safeMode.dtd @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/sanitize.dtd b/locales/en-US/chrome/browser/sanitize.dtd new file mode 100644 index 0000000..b8c07d5 --- /dev/null +++ b/locales/en-US/chrome/browser/sanitize.dtd @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/search.properties b/locales/en-US/chrome/browser/search.properties new file mode 100644 index 0000000..130eb72 --- /dev/null +++ b/locales/en-US/chrome/browser/search.properties @@ -0,0 +1,18 @@ +# 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/. + +searchtip=Search using %S + +# LOCALIZATION NOTE (cmd_pasteAndSearch): "Search" is a verb, this is the +# search bar equivalent to the url bar's "Paste & Go" +cmd_pasteAndSearch=Paste & Search + +cmd_clearHistory=Clear Search History +cmd_clearHistory_accesskey=H + +cmd_showSuggestions=Show Suggestions +cmd_showSuggestions_accesskey=S + +cmd_addFoundEngine=Add "%S" + diff --git a/locales/en-US/chrome/browser/searchbar.dtd b/locales/en-US/chrome/browser/searchbar.dtd new file mode 100644 index 0000000..e5d18e4 --- /dev/null +++ b/locales/en-US/chrome/browser/searchbar.dtd @@ -0,0 +1,6 @@ + + + + diff --git a/locales/en-US/chrome/browser/setDesktopBackground.dtd b/locales/en-US/chrome/browser/setDesktopBackground.dtd new file mode 100644 index 0000000..71aa4b6 --- /dev/null +++ b/locales/en-US/chrome/browser/setDesktopBackground.dtd @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/shellservice.properties b/locales/en-US/chrome/browser/shellservice.properties new file mode 100644 index 0000000..d4f449f --- /dev/null +++ b/locales/en-US/chrome/browser/shellservice.properties @@ -0,0 +1,13 @@ +# 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/. + +optionsLabel=%S &Options +safeModeLabel=%S &Safe Mode +setDefaultBrowserTitle=Default Browser +setDefaultBrowserMessage=%S is not currently set as your default browser. Would you like to make it your default browser? +setDefaultBrowserDontAsk=Always perform this check when starting %S. +alreadyDefaultBrowser=%S is already set as your default browser. +desktopBackgroundLeafNameWin=Desktop Background.bmp +DesktopBackgroundDownloading=Saving Picture… +DesktopBackgroundSet=Set Desktop Background diff --git a/locales/en-US/chrome/browser/statusbar/meta.properties b/locales/en-US/chrome/browser/statusbar/meta.properties new file mode 100644 index 0000000..24cb5c0 --- /dev/null +++ b/locales/en-US/chrome/browser/statusbar/meta.properties @@ -0,0 +1,9 @@ +# Translator names. If there is more than one, separate with commas. Only include your name, not the locale you're translating. +translator=Moonchild + +# Extension title. This usually should not be translated. +name=Status-4-Evar + +# Extension description. This is displayed in the add-on manager. +description=Status widgets and progress indicators for Firefox 4+ + diff --git a/locales/en-US/chrome/browser/statusbar/overlay.properties b/locales/en-US/chrome/browser/statusbar/overlay.properties new file mode 100644 index 0000000..cda1f66 --- /dev/null +++ b/locales/en-US/chrome/browser/statusbar/overlay.properties @@ -0,0 +1,17 @@ +# The #1 gets replaced with the number of active downloads. This is a semicolon list of plural forms: http://developer.mozilla.org/en/docs/Localization_and_Plurals +activeDownloads=1 Active Download;#1 Active Downloads +# The #1 gets replaced with the number of paused downloads. This is a semicolon list of plural forms: http://developer.mozilla.org/en/docs/Localization_and_Plurals +pausedDownloads=1 Paused Download;#1 Paused Downloads + +noDownloads=No Downloads + +# Page load progress strings. These should match the strings that Firefox has been using. +nv_done=Done +nv_stopped=Stopped +nv_timeout=Timed Out + +# Should be the same as status4evar.status.widget.title +statusText=Status Text + +legacyWidgetTitle=Legacy Status Bar + diff --git a/locales/en-US/chrome/browser/statusbar/prefs.properties b/locales/en-US/chrome/browser/statusbar/prefs.properties new file mode 100644 index 0000000..69f8f92 --- /dev/null +++ b/locales/en-US/chrome/browser/statusbar/prefs.properties @@ -0,0 +1,4 @@ +simpleEditorTitle=Switch to simple editor +simpleEditorMessage=The simple editor can not edit your current style. Do you want to discard your style? +imageSelectTitle=Select an image file + diff --git a/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd b/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd new file mode 100644 index 0000000..bb0ab95 --- /dev/null +++ b/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd b/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd new file mode 100644 index 0000000..82f9e37 --- /dev/null +++ b/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/syncBrand.dtd b/locales/en-US/chrome/browser/syncBrand.dtd new file mode 100644 index 0000000..bc4d1b3 --- /dev/null +++ b/locales/en-US/chrome/browser/syncBrand.dtd @@ -0,0 +1,6 @@ + + + + diff --git a/locales/en-US/chrome/browser/syncGenericChange.properties b/locales/en-US/chrome/browser/syncGenericChange.properties new file mode 100644 index 0000000..aea86ad --- /dev/null +++ b/locales/en-US/chrome/browser/syncGenericChange.properties @@ -0,0 +1,37 @@ +# 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/. + +#LOCALIZATION NOTE (change.password.title): This (and associated change.password/passphrase) are used when the user elects to change their password. +change.password.title = Change your Password +change.password.acceptButton = Change Password +change.password.status.active = Changing your password… +change.password.status.success = Your password has been changed. +change.password.status.error = There was an error changing your password. + +change.password3.introText = Your password must be at least 8 characters long. It cannot be the same as either your user name or your Recovery Key. +change.password.warningText = Note: All of your other devices will be unable to connect to your account once you change this password. + +change.recoverykey.title = My Recovery Key +change.recoverykey.acceptButton = Change Recovery Key +change.recoverykey.label = Changing Recovery Key and uploading local data, please wait… +change.recoverykey.error = There was an error while changing your Recovery Key! +change.recoverykey.success = Your Recovery Key was successfully changed! + +change.synckey.introText2 = To ensure your total privacy, all of your data is encrypted prior to being uploaded. The key to decrypt your data is not uploaded. +# LOCALIZATION NOTE (change.recoverykey.warningText) "Sync" should match &syncBrand.shortName.label; from syncBrand.dtd +change.recoverykey.warningText = Note: Changing this will erase all data stored on the Sync server and upload new data secured by this Recovery Key. Your other devices will not sync until the new Recovery Key is entered for that device. + +new.recoverykey.label = Your Recovery Key + +# LOCALIZATION NOTE (new.password.title): This (and associated new.password/passphrase) are used on a second computer when it detects that your password or passphrase has been changed on a different device. +new.password.title = Update Password +new.password.introText = Your password was rejected by the server, please update your password. +new.password.label = Enter your new password +new.password.confirm = Confirm your new password +new.password.acceptButton = Update Password +new.password.status.incorrect = Password incorrect, please try again. + +new.recoverykey.title = Update Recovery Key +new.recoverykey.introText = Your Recovery Key was changed using another device, please enter your updated Recovery Key. +new.recoverykey.acceptButton = Update Recovery Key diff --git a/locales/en-US/chrome/browser/syncKey.dtd b/locales/en-US/chrome/browser/syncKey.dtd new file mode 100644 index 0000000..f37f2c9 --- /dev/null +++ b/locales/en-US/chrome/browser/syncKey.dtd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/syncProgress.dtd b/locales/en-US/chrome/browser/syncProgress.dtd new file mode 100644 index 0000000..db45cb9 --- /dev/null +++ b/locales/en-US/chrome/browser/syncProgress.dtd @@ -0,0 +1,15 @@ + + + + %brandDTD; + + + + + + + + diff --git a/locales/en-US/chrome/browser/syncQuota.dtd b/locales/en-US/chrome/browser/syncQuota.dtd new file mode 100644 index 0000000..71174f0 --- /dev/null +++ b/locales/en-US/chrome/browser/syncQuota.dtd @@ -0,0 +1,8 @@ + + + + + + diff --git a/locales/en-US/chrome/browser/syncQuota.properties b/locales/en-US/chrome/browser/syncQuota.properties new file mode 100644 index 0000000..0e1b857 --- /dev/null +++ b/locales/en-US/chrome/browser/syncQuota.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/. + +collection.addons.label = Add-ons +collection.bookmarks.label = Bookmarks +collection.history.label = History +collection.passwords.label = Passwords +collection.prefs.label = Preferences +collection.tabs.label = Tabs + +# LOCALIZATION NOTE (quota.usageNoQuota.label): %1$S and %2$S are numeric value +# and unit (as defined in the download manager) of the amount of space occupied +# on the server +quota.usageNoQuota.label = You are currently using %1$S %2$S. +# LOCALIZATION NOTE (quota.usagePercentage.label): +# %1$S is the percentage of space used, +# %2$S and %3$S numeric value and unit (as defined in the download manager) +# of the amount of space used, +# %3$S and %4$S numeric value and unit (as defined in the download manager) +# of the total space available. +quota.usagePercentage.label = You are using %1$S%% (%2$S %3$S) of your allowed %4$S %5$S. +quota.usageError.label = Could not retrieve quota information. +quota.retrieving.label = Retrieving… +# LOCALIZATION NOTE (quota.sizeValueUnit.label): %1$S is the amount of space +# occupied by the engine, %2$K the corresponding unit (e.g. kB) as defined in +# the download manager. +quota.sizeValueUnit.label = %1$S %2$S +quota.remove.label = Remove +quota.treeCaption.label = Uncheck items to stop syncing them and free up space on the server. +# LOCALIZATION NOTE (quota.removal.label): %S is a list of engines that will be +# disabled and whose data will be removed once the user confirms. +quota.removal.label = Sync will remove the following data: %S. +# LOCALIZATION NOTE (quota.list.separator): This is the separator string used +# for the list of engines (incl. spaces where appropriate) +quota.list.separator = ,\u0020 +# LOCALIZATION NOTE (quota.freeup.label): %1$S and %2$S are numeric value +# and unit (as defined in the download manager) of the amount of space freed +# up by disabling the unchecked engines. If displayed this string is +# concatenated directly to quota.removal.label and may need to start off with +# whitespace. +quota.freeup.label = \u0020This will free up %1$S %2$S. diff --git a/locales/en-US/chrome/browser/syncSetup.dtd b/locales/en-US/chrome/browser/syncSetup.dtd new file mode 100644 index 0000000..7ee938e --- /dev/null +++ b/locales/en-US/chrome/browser/syncSetup.dtd @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/syncSetup.properties b/locales/en-US/chrome/browser/syncSetup.properties new file mode 100644 index 0000000..8a5170a --- /dev/null +++ b/locales/en-US/chrome/browser/syncSetup.properties @@ -0,0 +1,51 @@ +# 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/. + +button.syncOptions.label = Sync Options +button.syncOptionsDone.label = Done +button.syncOptionsCancel.label = Cancel + +invalidEmail.label = Invalid email address +serverInvalid.label = Please enter a valid server URL +usernameNotAvailable.label = Already in use + +verifying.label = Verifying… + +# LOCALIZATION NOTE (additionalClientCount.label): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of additional clients (was %S for a short while, use #1 instead, even if both work) +additionalClientCount.label = and #1 additional device;and #1 additional devices +# LOCALIZATION NOTE (bookmarksCount.label): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of bookmarks (was %S for a short while, use #1 instead, even if both work) +bookmarksCount.label = #1 bookmark;#1 bookmarks +# LOCALIZATION NOTE (historyDaysCount.label): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of days (was %S for a short while, use #1 instead, even if both work) +historyDaysCount.label = #1 day of history;#1 days of history +# LOCALIZATION NOTE (passwordsCount.label): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of passwords (was %S for a short while, use #1 instead, even if both work) +passwordsCount.label = #1 password;#1 passwords +# LOCALIZATION NOTE (addonsCount.label): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of add-ons, see the link above for forms +addonsCount.label = #1 addon;#1 addons + +save.recoverykey.title = Save Recovery Key +save.recoverykey.defaultfilename = Pale Moon Recovery Key.html + +newAccount.action.label = Sync is now set up to automatically sync all of your browser data. +newAccount.change.label = You can choose exactly what to sync by selecting Sync Options below. +resetClient.change2.label = Sync will now merge all this device's browser data into your Sync account. +wipeClient.change2.label = Sync will now replace all of the browser data on this device with the data in your Sync account. +wipeRemote.change2.label = Sync will now replace all of the browser data in your Sync account with the data on this device. +existingAccount.change.label = You can change this preference by selecting Sync Options below. + +# Several other strings are used (via Weave.Status.login), but they come from +# /services/sync diff --git a/locales/en-US/chrome/browser/tabbrowser.dtd b/locales/en-US/chrome/browser/tabbrowser.dtd new file mode 100644 index 0000000..6741ff8 --- /dev/null +++ b/locales/en-US/chrome/browser/tabbrowser.dtd @@ -0,0 +1,6 @@ + + + + diff --git a/locales/en-US/chrome/browser/tabbrowser.properties b/locales/en-US/chrome/browser/tabbrowser.properties new file mode 100644 index 0000000..a4a0be0 --- /dev/null +++ b/locales/en-US/chrome/browser/tabbrowser.properties @@ -0,0 +1,30 @@ +# 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/. + +# LOCALIZATION NOTE: the following strings can be used in the tab title or +# location bar to represent various states as a web page loads: +# tabs.connecting = Firefox is sending a HTTP connection request +# tabs.encryptingConnection = Firefox is sending a HTTPS connection request +# tabs.searching = Firefox is searching for something (Awesomebar or Web search) +# tabs.loading = Firefox is loading the web page +# tabs.waiting = Firefox is waiting for a web resource to load +# tabs.downloading = Firefox is downloading a file for a helper application (PDF) +tabs.connecting=Connecting… +tabs.encryptingConnection=Securing connection… +tabs.searching=Searching… +tabs.loading=Loading… +tabs.waiting=Waiting… +tabs.downloading=Downloading… + +tabs.emptyTabTitle=New Tab +tabs.closeTab=Close Tab +tabs.close=Close +tabs.closeWarningTitle=Confirm close +tabs.closeWarningMultipleTabs=You are about to close %S tabs. Are you sure you want to continue? +tabs.closeButtonMultiple=Close tabs +tabs.closeWarningPromptMe=Warn me when I attempt to close multiple tabs + +tabs.muteAudio.tooltip=Mute tab +tabs.unmuteAudio.tooltip=Unmute tab +tabs.unblockAudio.tooltip=Play tab diff --git a/locales/en-US/chrome/browser/taskbar.properties b/locales/en-US/chrome/browser/taskbar.properties new file mode 100644 index 0000000..987d5cc --- /dev/null +++ b/locales/en-US/chrome/browser/taskbar.properties @@ -0,0 +1,12 @@ +# 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/. + +taskbar.tasks.newTab.label=Open new tab +taskbar.tasks.newTab.description=Open a new browser tab. +taskbar.tasks.newWindow.label=Open new window +taskbar.tasks.newWindow.description=Open a new browser window. +taskbar.tasks.newPrivateWindow.label=New private window +taskbar.tasks.newPrivateWindow.description=Open a new window in private browsing mode. +taskbar.frequent.label=Frequent +taskbar.recent.label=Recent diff --git a/locales/en-US/chrome/overrides/appstrings.properties b/locales/en-US/chrome/overrides/appstrings.properties new file mode 100644 index 0000000..28ce022 --- /dev/null +++ b/locales/en-US/chrome/overrides/appstrings.properties @@ -0,0 +1,37 @@ +# 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/. + +malformedURI=The URL is not valid and cannot be loaded. +fileNotFound=Pale Moon can't find the file at %S. +dnsNotFound=Pale Moon can't find the server at %S. +unknownProtocolFound=Pale Moon doesn't know how to open this address, because the protocol (%S) isn't associated with any program. +connectionFailure=Pale Moon can't establish a connection to the server at %S. +netInterrupt=The connection to %S was interrupted while the page was loading. +netTimeout=The server at %S is taking too long to respond. +redirectLoop=Pale Moon has detected that the server is redirecting the request for this address in a way that will never complete. +## LOCALIZATION NOTE (confirmRepostPrompt): In this item, don't translate "%S" +confirmRepostPrompt=To display this page, %S must send information that will repeat any action (such as a search or order confirmation) that was performed earlier. +resendButton.label=Resend +unknownSocketType=Pale Moon doesn't know how to communicate with the server. +netReset=The connection to the server was reset while the page was loading. +notCached=This document is no longer available. +netOffline=Pale Moon is currently in offline mode and can't browse the Web. +isprinting=The document cannot change while Printing or in Print Preview. +deniedPortAccess=This address uses a network port which is normally used for purposes other than Web browsing. Pale Moon has canceled the request for your protection. +proxyResolveFailure=Pale Moon is configured to use a proxy server that can't be found. +proxyConnectFailure=Pale Moon is configured to use a proxy server that is refusing connections. +contentEncodingError=The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. +unsafeContentType=The page you are trying to view cannot be shown because it is contained in a file type that may not be safe to open. Please contact the website owners to inform them of this problem. +externalProtocolTitle=External Protocol Request +externalProtocolPrompt=An external application must be launched to handle %1$S: links.\n\n\nRequested link:\n\n%2$S\n\nApplication: %3$S\n\n\nIf you were not expecting this request it may be an attempt to exploit a weakness in that other program. Cancel this request unless you are sure it is not malicious.\n +#LOCALIZATION NOTE (externalProtocolUnknown): The following string is shown if the application name can't be determined +externalProtocolUnknown= +externalProtocolChkMsg=Remember my choice for all links of this type. +externalProtocolLaunchBtn=Launch application +cspBlocked=This page has a content security policy that prevents it from being embedded in this way. +xssBlockMode=This page contains an XSS attack that has been blocked for your security. +corruptedContentError=The page you are trying to view cannot be shown because an error in the data transmission was detected. +remoteXUL=This page uses an unsupported technology that is no longer available by default in Pale Moon. +## LOCALIZATION NOTE (sslv3Used) - Do not translate "%S". +sslv3Used=Pale Moon cannot guarantee the safety of your data on %S because it uses SSLv3, a broken security protocol. diff --git a/locales/en-US/chrome/overrides/netError.dtd b/locales/en-US/chrome/overrides/netError.dtd new file mode 100644 index 0000000..9e5cbc7 --- /dev/null +++ b/locales/en-US/chrome/overrides/netError.dtd @@ -0,0 +1,254 @@ + + + +%brandDTD; + + + + + + + + + + + + + + + + +
  • Check the address for typing errors such as + ww.example.com instead of + www.example.com
  • +
  • If you are unable to load any pages, check your computer’s network + connection.
  • +
  • If your computer or network is protected by a firewall or proxy, make sure + that &brandShortName; is permitted to access the Web.
  • + +"> + + + +
  • Check the file name for capitalization or other typing errors.
  • +
  • Check to see if the file was moved, renamed or deleted.
  • + +"> + + + +
  • It may have been removed, moved, or file permissions may be preventing access.
  • + +"> + + +&brandShortName; can’t load this page for some reason.

    +"> + + +This network may require you to login to access the internet.

    +"> + + + + + +
  • Web addresses are usually written like + http://www.example.com/
  • +
  • Make sure that you’re using forward slashes (i.e. + /).
  • + +"> + + + + + +The requested document is not available in &brandShortName;’s cache.

    • As a security precaution, &brandShortName; does not automatically re-request sensitive documents.
    • Click Try Again to re-request the document from the website.
    "> + + + +
  • Press "Try Again" to switch to online mode and reload the page.
  • + +"> + + + +
  • Please contact the website owners to inform them of this problem.
  • + +"> + + + +
  • Please contact the website owners to inform them of this problem.
  • + +"> + + + + + + + + + +
  • You might need to install other software to open this address.
  • + +"> + + + +
  • Check the proxy settings to make sure that they are correct.
  • +
  • Contact your network administrator to make sure the proxy server is + working.
  • + +"> + + + +
  • Check the proxy settings to make sure that they are correct.
  • +
  • Check to make sure your computer has a working network connection.
  • +
  • If your computer or network is protected by a firewall or proxy, make sure + that &brandShortName; is permitted to access the Web.
  • + +"> + + + +
  • This problem can sometimes be caused by disabling or refusing to accept + cookies.
  • + +"> + + + +
  • Check to make sure your system has the Personal Security Manager + installed.
  • +
  • This might be due to a non-standard configuration on the server.
  • + +"> + + + +
  • The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
  • +
  • Please contact the website owners to inform them of this problem.
  • + +"> + + + +
  • This could be a problem with the server's configuration, or it could be +someone trying to impersonate the server.
  • +
  • If you have connected to this server successfully in the past, the error may +be temporary, and you can try again later.
  • + +"> + + + has configured their website improperly. To protect your information from being stolen, &brandShortName; has not connected to this website."> + + +
  • The site could be temporarily unavailable or too busy. Try again in a few + moments.
  • +
  • If you are unable to load any pages, check your computer’s network + connection.
  • +
  • If your computer or network is protected by a firewall or proxy, make sure + that &brandShortName; is permitted to access the Web.
  • + +"> + + +&brandShortName; prevented this page from loading in this way because the page has a content security policy that disallows it.

    "> + + + +
  • &brandShortName; blocked further actions on this page, because it contains + injected JavaScript code.
  • +
  • Loading of this page has been suspended because of either the explicit request + by the website to block this page in case of XSS attacks, or because &brandShortName; + has been configured to block pages in that situation.
  • + +"> + + +The page you are trying to view cannot be shown because an error in the data transmission was detected.

    • Please contact the website owners to inform them of this problem.
    "> + +The page you are trying to view cannot be shown because an error in the data transmission was detected.

    • Please contact the website owners to inform them of this problem.
    "> + + + + + + + + +You should not add an exception if you are using an internet connection that you do not trust completely or if you are not used to seeing a warning for this server.

    + + + +"> + + +
    • Please contact the website owners to inform them of this problem.

    "> + + + + + + + + + + + + + uses security technology that is outdated and vulnerable to attack. An attacker could easily reveal information which you thought to be safe."> + using outdated security"> + + +A secure connection to isn’t possible because your clock appears to show the wrong time.

    Your computer thinks it is . To fix this problem, change your date and time settings to match the correct time.

    "> + + + + + + + + uses security technology that is outdated and vulnerable to attack. An attacker could easily reveal information which you thought to be safe. The website administrator will need to fix the server first before you can visit the site.

    Error code: NS_ERROR_NET_INADEQUATE_SECURITY

    "> + + + diff --git a/locales/en-US/chrome/overrides/settingsChange.dtd b/locales/en-US/chrome/overrides/settingsChange.dtd new file mode 100644 index 0000000..efbdf4e --- /dev/null +++ b/locales/en-US/chrome/overrides/settingsChange.dtd @@ -0,0 +1,7 @@ + + + + + -- cgit v1.2.3