зеркало из https://github.com/mozilla/pjs.git
Bug 404024: Add AMO integration pane (strings only). r=robstrong
This commit is contained in:
Родитель
4001e7b3c1
Коммит
18fad7f0c7
|
@ -9,6 +9,7 @@
|
||||||
<!ENTITY cmd.close.commandKey "w">
|
<!ENTITY cmd.close.commandKey "w">
|
||||||
|
|
||||||
<!-- View labels -->
|
<!-- View labels -->
|
||||||
|
<!ENTITY search.label "Get Add-ons">
|
||||||
<!ENTITY extensions.label "Extensions">
|
<!ENTITY extensions.label "Extensions">
|
||||||
<!ENTITY themes.label "Themes">
|
<!ENTITY themes.label "Themes">
|
||||||
<!ENTITY locales.label "Languages">
|
<!ENTITY locales.label "Languages">
|
||||||
|
@ -82,6 +83,9 @@
|
||||||
<!ENTITY cmd.hideUpdateInfo.label "Hide Information">
|
<!ENTITY cmd.hideUpdateInfo.label "Hide Information">
|
||||||
<!ENTITY cmd.hideUpdateInfo.accesskey "H">
|
<!ENTITY cmd.hideUpdateInfo.accesskey "H">
|
||||||
<!ENTITY cmd.hideUpdateInfo.tooltip "Hide information about these updates">
|
<!ENTITY cmd.hideUpdateInfo.tooltip "Hide information about these updates">
|
||||||
|
<!ENTITY cmd.installSearchResult.label "Add to &brandShortName;…">
|
||||||
|
<!ENTITY cmd.installSearchResult.accesskey "A">
|
||||||
|
<!ENTITY cmd.installSearchResult.tooltip "Download and install this add-on">
|
||||||
<!-- The selected add-on's cancel action button label -->
|
<!-- The selected add-on's cancel action button label -->
|
||||||
<!ENTITY cancel.label "Cancel">
|
<!ENTITY cancel.label "Cancel">
|
||||||
<!ENTITY cancel.accesskey "C">
|
<!ENTITY cancel.accesskey "C">
|
||||||
|
@ -117,6 +121,27 @@
|
||||||
<!ENTITY getExtensions.label "Get Extensions">
|
<!ENTITY getExtensions.label "Get Extensions">
|
||||||
<!ENTITY getThemes.label "Get Themes">
|
<!ENTITY getThemes.label "Get Themes">
|
||||||
<!ENTITY getPlugins.label "Get Plugins">
|
<!ENTITY getPlugins.label "Get Plugins">
|
||||||
|
|
||||||
|
<!ENTITY searchAddons.label "Search All Add-ons">
|
||||||
|
<!ENTITY browseAddons.label "Browse All Add-ons">
|
||||||
|
<!ENTITY searchFailed.label "&brandShortName; couldn't retrieve add-ons">
|
||||||
|
<!ENTITY recommendedHeader.label "Recommended">
|
||||||
|
<!ENTITY recommendedThrobber.label "Retrieving recommended add-ons">
|
||||||
|
<!ENTITY searchThrobber.label "Searching add-ons">
|
||||||
|
<!ENTITY resetSearch.label "Clear Results">
|
||||||
|
<!ENTITY searchEmpty.label "No Matching Add-ons">
|
||||||
|
<!ENTITY searchEmpty.button "Ok">
|
||||||
|
<!ENTITY cancelSearch.button "Cancel">
|
||||||
|
<!ENTITY searchResultHomepage.value "Learn More">
|
||||||
|
<!ENTITY searchBox.label "Search All Add-ons">
|
||||||
|
<!ENTITY recommendedResults.label "See All Recommended Add-ons">
|
||||||
|
<!ENTITY searchResultInstalling.label "Installing…">
|
||||||
|
<!ENTITY searchResultFailed.label "Install Failed">
|
||||||
|
<!ENTITY searchResultInstalled.label "Install Complete">
|
||||||
|
<!ENTITY addonTypeExtension.label "Extension">
|
||||||
|
<!ENTITY addonTypeTheme.label "Theme">
|
||||||
|
<!ENTITY missingThumbnail.label "No Preview">
|
||||||
|
|
||||||
<!ENTITY previewNoThemeSelected.label "No Theme Selected">
|
<!ENTITY previewNoThemeSelected.label "No Theme Selected">
|
||||||
<!ENTITY previewNoPreviewImage.label "This Theme does not have a Preview Image">
|
<!ENTITY previewNoPreviewImage.label "This Theme does not have a Preview Image">
|
||||||
<!ENTITY moreInfo.label "More Information">
|
<!ENTITY moreInfo.label "More Information">
|
||||||
|
@ -134,3 +159,8 @@
|
||||||
<!ENTITY installFailure.label "Install failed.">
|
<!ENTITY installFailure.label "Install failed.">
|
||||||
|
|
||||||
<!ENTITY progressStatus.label "Checking For Updates">
|
<!ENTITY progressStatus.label "Checking For Updates">
|
||||||
|
|
||||||
|
<!ENTITY eula.title "End-User License Agreement">
|
||||||
|
<!ENTITY eula.width "560px">
|
||||||
|
<!ENTITY eula.height "400px">
|
||||||
|
<!ENTITY eula.accept "Accept and Install…">
|
||||||
|
|
|
@ -103,6 +103,7 @@ disabledCompatMsg=Add-on compatibility checking is disabled. You may have incomp
|
||||||
disabledUpdateSecurityMsg=Add-on update security checking is disabled. You may be compromised by updates.
|
disabledUpdateSecurityMsg=Add-on update security checking is disabled. You may be compromised by updates.
|
||||||
noUpdatesMsg=No updates were found.
|
noUpdatesMsg=No updates were found.
|
||||||
offlineUpdateMsg=%S is currently in offline mode and is unable to update Add-ons. Click Go Online and try again.
|
offlineUpdateMsg=%S is currently in offline mode and is unable to update Add-ons. Click Go Online and try again.
|
||||||
|
offlineSearchMsg=%S is currently in offline mode and is unable to search for add-ons. Click Go Online and try again.
|
||||||
enableButtonLabel=Enable
|
enableButtonLabel=Enable
|
||||||
enableButtonAccesskey=n
|
enableButtonAccesskey=n
|
||||||
goOnlineButtonLabel=Go Online
|
goOnlineButtonLabel=Go Online
|
||||||
|
@ -110,3 +111,7 @@ goOnlineButtonAccesskey=G
|
||||||
|
|
||||||
newUpdateWindowTitle=%S Add-on Updates
|
newUpdateWindowTitle=%S Add-on Updates
|
||||||
newUpdatesAvailableMsg=There are new updates available for your add-ons.
|
newUpdatesAvailableMsg=There are new updates available for your add-ons.
|
||||||
|
|
||||||
|
searchResults=See all results (%S)
|
||||||
|
|
||||||
|
eulaHeader=%S requires that you accept the following End User License Agreement before installation can proceed:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче