diff options
author | Pale Moon <git-repo@palemoon.org> | 2016-09-01 13:39:08 +0200 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2016-09-01 13:39:08 +0200 |
commit | 3d8ce1a11a7347cc94a937719c4bc8df46fb8d14 (patch) | |
tree | 8c26ca375a6312751c00a27e1653fb6f189f0463 /toolkit/locales/en-US/chrome/mozapps | |
parent | e449bdb1ec3a82f204bffdd9c3c54069d086eee3 (diff) | |
download | palemoon-gre-3d8ce1a11a7347cc94a937719c4bc8df46fb8d14.tar.gz |
Base import of Tycho code (warning: huge commit)
Diffstat (limited to 'toolkit/locales/en-US/chrome/mozapps')
8 files changed, 73 insertions, 39 deletions
diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties b/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties index 4abc9f901..be9def586 100644 --- a/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties @@ -32,15 +32,14 @@ offlineCancelDownloadsAlertTitle=Cancel All Downloads? offlineCancelDownloadsAlertMsg=If you go offline now, 1 download will be canceled. Are you sure you want to go offline? offlineCancelDownloadsAlertMsgMultiple=If you go offline now, %S downloads will be canceled. Are you sure you want to go offline? leavePrivateBrowsingCancelDownloadsAlertTitle=Cancel All Downloads? -leavePrivateBrowsingWindowsCancelDownloadsAlertMsg=If you close all Private Browsing windows now, 1 download will be canceled. Are you sure you want to leave the Private Browsing mode? -leavePrivateBrowsingWindowsCancelDownloadsAlertMsgMultiple=If you close all Private Browsing windows now, %S downloads will be canceled. Are you sure you want to leave the Private Browsing mode? +leavePrivateBrowsingWindowsCancelDownloadsAlertMsg2=If you close all Private Browsing windows now, 1 download will be canceled. Are you sure you want to leave Private Browsing? +leavePrivateBrowsingWindowsCancelDownloadsAlertMsgMultiple2=If you close all Private Browsing windows now, %S downloads will be canceled. Are you sure you want to leave Private Browsing? cancelDownloadsOKText=Cancel 1 Download cancelDownloadsOKTextMultiple=Cancel %S Downloads dontQuitButtonWin=Don't Exit dontQuitButtonMac=Don't Quit dontGoOfflineButton=Stay Online -dontEnterPrivateBrowsingButton=Don't Enter the Private Browsing Mode -dontLeavePrivateBrowsingButton=Stay in Private Browsing Mode +dontLeavePrivateBrowsingButton2=Stay in Private Browsing downloadsCompleteTitle=Downloads Complete downloadsCompleteMsg=All files have finished downloading. diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.properties b/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.properties index c607dcafe..332fc2e0e 100644 --- a/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.properties +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.properties @@ -17,20 +17,3 @@ unknownCancel.label=Cancel fileType=%S file # LOCALIZATION NOTE (orderedFileSizeWithType): first %S is type, second %S is size, and third %S is unit orderedFileSizeWithType=%1$S (%2$S %3$S) - -# LOCALIZATION NOTE (wpsDefaultOS2): OS/2 only, WPS refers to the Workplace Shell and should probably not be translated -wpsDefaultOS2=WPS Default -# LOCALIZATION NOTE (classViewerOS2): OS/2 only -classViewerOS2=Viewer for Class %S -# LOCALIZATION NOTE (mmImageViewerOS2): OS/2 only, default operation of image files with OS/2 multimedia support installed -mmImageViewerOS2=Image Viewer -# LOCALIZATION NOTE (mmAudioPlayerOS2): OS/2 only, default operation of audio files with OS/2 multimedia support installed -mmAudioPlayerOS2=Audio Player -# LOCALIZATION NOTE (mmVideoPlayerOS2): OS/2 only, default operation of video files with OS/2 multimedia support installed -mmVideoPlayerOS2=Video Player -# LOCALIZATION NOTE (mmMidiPlayerOS2): OS/2 only, default operation of MIDI files with OS/2 multimedia support installed -mmMidiPlayerOS2=MIDI Player -# LOCALIZATION NOTE (odZipFolderOS2): OS/2 only, refers to ZipFolder of Object Desktop -odZipFolderOS2=ZipFolder -# LOCALIZATION NOTE (odTextViewOS2): OS/2 only, refers to TextView of Object Desktop -odTextViewOS2=TextView diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd index f2ae1274e..a87cd810e 100644 --- a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd @@ -4,6 +4,7 @@ <!ENTITY addons.windowTitle "Add-ons Manager"> <!ENTITY search.placeholder "Search all add-ons"> +<!ENTITY search.buttonlabel "Search"> <!-- LOCALIZATION NOTE (search.commandKey): The search command key should match findOnCmd.commandkey from browser.dtd --> <!ENTITY search.commandkey "f"> @@ -101,6 +102,7 @@ <!ENTITY cmd.installAddon.accesskey "I"> <!ENTITY cmd.uninstallAddon.label "Remove"> <!ENTITY cmd.uninstallAddon.accesskey "R"> +<!ENTITY cmd.debugAddon.label "Debug"> <!ENTITY cmd.showPreferencesWin.label "Options"> <!ENTITY cmd.showPreferencesWin.tooltip "Change this add-on's options"> <!ENTITY cmd.showPreferencesUnix.label "Preferences"> @@ -216,3 +218,16 @@ <!ENTITY eula.accept "Accept and Install…"> <!ENTITY settings.path.button.label "Browse…"> + +<!-- LOCALIZATION NOTE (experiment.info.label): The strings related to + experiments are present on the "Experiments" tab of the add-ons manager. + This tab won't be displayed unless an Experiment add-on is installed. + Install https://people.mozilla.org/~gszorc/dummy-experiment-addon.xpi + to cause this tab to appear. --> +<!ENTITY experiment.info.label "What's this? Telemetry may install and run experiments from time to time."> +<!ENTITY experiment.info.learnmore "Learn More"> +<!ENTITY experiment.info.learnmore.accesskey "L"> +<!ENTITY experiment.info.changetelemetry "Telemetry Settings"> +<!ENTITY experiment.info.changetelemetry.accesskey "T"> + +<!ENTITY setting.learnmore "Learn More…"> diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties index 64a12a777..c4e2660ee 100644 --- a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties @@ -23,6 +23,7 @@ dateUpdated=Updated %S #LOCALIZATION NOTE (notification.incompatible) %1$S is the add-on name, %2$S is brand name, %3$S is application version notification.incompatible=%1$S is incompatible with %2$S %3$S. +notification.jetsdk=This is a Jetpack/SDK extension which are not supported in %1$S %2$S. #LOCALIZATION NOTE (notification.blocked) %1$S is the add-on name notification.blocked=%1$S has been disabled due to security or stability issues. notification.blocked.link=More Information @@ -56,6 +57,8 @@ notification.downloadError.retry.tooltip=Try downloading this add-on again notification.installError=There was an error installing %1$S. notification.installError.retry=Try again notification.installError.retry.tooltip=Try downloading and installing this add-on again +#LOCALIZATION NOTE (notification.gmpPending) %1$S is the add-on name. +notification.gmpPending=%1$S will be installed shortly. #LOCALIZATION NOTE (contributionAmount2) %S is the currency amount recommended for contributions contributionAmount2=Suggested Contribution: %S @@ -97,6 +100,46 @@ details.notification.install=%1$S will be installed after you restart %2$S. details.notification.uninstall=%1$S will be uninstalled after you restart %2$S. #LOCALIZATION NOTE (details.notification.upgrade) %1$S is the add-on name, %2$S is brand name details.notification.upgrade=%1$S will be updated after you restart %2$S. +#LOCALIZATION NOTE (details.notification.gmpPending) %1$S is the add-on name +details.notification.gmpPending=%1$S will be installed shortly. + +# LOCALIZATION NOTE (details.experiment.time.daysRemaining): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of days from now that the experiment will remain active (detail view). +details.experiment.time.daysRemaining=#1 day remaining;#1 days remaining +#LOCALIZATION NOTE (details.experiment.time.endsToday) The experiment will end in less than a day (detail view). +details.experiment.time.endsToday=Less than a day remaining +# LOCALIZATION NOTE (details.experiment.time.daysPassed): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of days since the experiment ran (detail view). +details.experiment.time.daysPassed=#1 day ago;#1 days ago +#LOCALIZATION NOTE (details.experiment.time.endedToday) The experiment ended less than a day ago (detail view). +details.experiment.time.endedToday=Less than a day ago +#LOCALIZATION NOTE (details.experiment.state.active) This experiment is active (detail view). +details.experiment.state.active=Active +#LOCALIZATION NOTE (details.experiment.state.complete) This experiment is complete (it was previously active) (detail view). +details.experiment.state.complete=Complete + +# LOCALIZATION NOTE (experiment.time.daysRemaining): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of days from now that the experiment will remain active (list view item). +experiment.time.daysRemaining=#1 day remaining;#1 days remaining +#LOCALIZATION NOTE (experiment.time.endsToday) The experiment will end in less than a day (list view item). +experiment.time.endsToday=Less than a day remaining +# LOCALIZATION NOTE (experiment.time.daysPassed): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of days since the experiment ran (list view item). +experiment.time.daysPassed=#1 day ago;#1 days ago +#LOCALIZATION NOTE (experiment.time.endedToday) The experiment ended less than a day ago (list view item). +experiment.time.endedToday=Less than a day ago +#LOCALIZATION NOTE (experiment.state.active) This experiment is active (list view item). +experiment.state.active=Active +#LOCALIZATION NOTE (experiment.state.complete) This experiment is complete (it was previously active) (list view item). +experiment.state.complete=Complete installFromFile.dialogTitle=Select add-on to install installFromFile.filterName=Add-ons @@ -131,3 +174,4 @@ type.locale.name=Languages type.plugin.name=Plugins type.dictionary.name=Dictionaries type.service.name=Services +type.experiment.name=Experiments diff --git a/toolkit/locales/en-US/chrome/mozapps/plugins/plugins.dtd b/toolkit/locales/en-US/chrome/mozapps/plugins/plugins.dtd index 4df7598fa..02dff270c 100644 --- a/toolkit/locales/en-US/chrome/mozapps/plugins/plugins.dtd +++ b/toolkit/locales/en-US/chrome/mozapps/plugins/plugins.dtd @@ -18,6 +18,7 @@ <!ENTITY checkForUpdates "Check for updates…"> <!ENTITY disabledPlugin "This plugin is disabled."> <!ENTITY blockedPlugin.label "This plugin has been blocked for your protection."> +<!ENTITY hidePluginBtn.label "Hide plugin"> <!ENTITY managePlugins "Manage plugins…"> <!-- LOCALIZATION NOTE (reloadPlugin.pre): include a trailing space as needed --> @@ -38,3 +39,4 @@ <!ENTITY plugin.file "File"> <!ENTITY plugin.mimeTypes "MIME Types"> +<!ENTITY plugin.flashProtectedMode.label "Enable Adobe Flash protected mode"> diff --git a/toolkit/locales/en-US/chrome/mozapps/preferences/ocsp.dtd b/toolkit/locales/en-US/chrome/mozapps/preferences/ocsp.dtd deleted file mode 100644 index 55e367938..000000000 --- a/toolkit/locales/en-US/chrome/mozapps/preferences/ocsp.dtd +++ /dev/null @@ -1,9 +0,0 @@ -<!-- 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/. --> - -<!ENTITY ocspDialog.title "Certificate Validation"> -<!ENTITY enableOCSP.label "Use the Online Certificate Status Protocol (OCSP) to confirm the current validity of certificates"> -<!ENTITY enableOCSP.accesskey "U"> -<!ENTITY requireOCSP.label "When an OCSP server connection fails, treat the certificate as invalid"> -<!ENTITY requireOCSP.accesskey "W"> diff --git a/toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.dtd b/toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.dtd index 66c3df742..87741a82e 100644 --- a/toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.dtd +++ b/toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.dtd @@ -27,5 +27,5 @@ <!ENTITY offlineState.label "Work offline"> <!ENTITY offlineState.accesskey "o"> -<!ENTITY autoSelect.label "Don't ask at startup"> -<!ENTITY autoSelect.accesskey "s"> +<!ENTITY useSelected.label "Use the selected profile without asking at startup"> +<!ENTITY useSelected.accesskey "s"> diff --git a/toolkit/locales/en-US/chrome/mozapps/update/updates.properties b/toolkit/locales/en-US/chrome/mozapps/update/updates.properties index 96051cf9e..97761ba29 100644 --- a/toolkit/locales/en-US/chrome/mozapps/update/updates.properties +++ b/toolkit/locales/en-US/chrome/mozapps/update/updates.properties @@ -43,19 +43,19 @@ resumePausedAfterCloseMsg=You have paused downloading this update. Do you want t updaterIOErrorTitle=Software Update Failed updaterIOErrorMsg=The update could not be installed. Please make sure there are no other copies of %S running on your computer, and then restart %S to try again. okButton=OK -okButton.accesskey= +okButton.accesskey=O askLaterButton=Ask Later -askLaterButton.accesskey= +askLaterButton.accesskey=A noThanksButton=No Thanks -noThanksButton.accesskey= +noThanksButton.accesskey=N updateButton_minor=Update %S -updateButton_minor.accesskey= +updateButton_minor.accesskey=U updateButton_major=Get the New Version -updateButton_major.accesskey= +updateButton_major.accesskey=G backButton=Back -backButton.accesskey= +backButton.accesskey=B acceptTermsButton=Accept Terms -acceptTermsButton.accesskey= +acceptTermsButton.accesskey=A # NOTE: The restartLaterButton string is also used in # mozapps/extensions/content/blocklist.js restartLaterButton=Restart Later |