зеркало из https://github.com/mozilla/pjs.git
Bug 562790: Support the add-ons marketplace in the add-ons manager (strings only). r=Unfocused, a=blocks-beta7
This commit is contained in:
Родитель
e919ba363e
Коммит
6c80f06b53
|
@ -77,6 +77,9 @@
|
|||
<!ENTITY cmd.disableTheme.accesskey "W">
|
||||
<!ENTITY cmd.installAddon.label "Install">
|
||||
<!ENTITY cmd.installAddon.accesskey "I">
|
||||
<!-- LOCALIZATION NOTE (cmd.purchaseAddon.accesskey): The access key for
|
||||
cmd.purchaseAddon.label in extensions.properties -->
|
||||
<!ENTITY cmd.purchaseAddon.accesskey "u">
|
||||
<!ENTITY cmd.uninstallAddon.label "Remove">
|
||||
<!ENTITY cmd.uninstallAddon.accesskey "R">
|
||||
<!ENTITY cmd.showPreferencesWin.label "Options">
|
||||
|
@ -138,6 +141,8 @@
|
|||
<!ENTITY sort.dateUpdated.tooltip "Sort by date updated">
|
||||
<!ENTITY sort.relevance.label "Best match">
|
||||
<!ENTITY sort.relevance.tooltip "Sort by relevance">
|
||||
<!ENTITY sort.price.label "Price">
|
||||
<!ENTITY sort.price.tooltip "Sort by price">
|
||||
|
||||
<!ENTITY search.filter2.label "Search:">
|
||||
<!ENTITY search.filter2.installed.label "My Add-ons">
|
||||
|
@ -165,6 +170,9 @@
|
|||
<!ENTITY addon.restartNow.label "Restart now">
|
||||
<!ENTITY addon.install.label "Install">
|
||||
<!ENTITY addon.install.tooltip "Install this add-on">
|
||||
<!-- LOCALIZATION NOTE (cmd.purchaseAddon.accesskey): The tooltip for
|
||||
addon.purchase.label in extensions.properties -->
|
||||
<!ENTITY addon.purchase.tooltip "Visit the add-ons gallery to purchase this add-on">
|
||||
<!ENTITY addon.updateNow.label "Update Now">
|
||||
<!ENTITY addon.updateNow.tooltip "Install the update for this add-on">
|
||||
<!ENTITY addon.includeUpdate.label "Include in Update">
|
||||
|
|
|
@ -84,3 +84,10 @@ disableAddonRestartRequiredTooltip=Disable this add-on (restart required)
|
|||
|
||||
#LOCALIZATION NOTE (showAllSearchResults) #1 is the total number of search results
|
||||
showAllSearchResults=See one result;See all #1 results
|
||||
|
||||
#LOCALIZATION NOTE (addon.purchase.label) displayed on a button in the list
|
||||
# view, %S is the price of the add-on including currency symbol
|
||||
addon.purchase.label=Purchase for %S…
|
||||
#LOCALIZATION NOTE (cmd.purchaseAddon.label) displayed on a button in the detail
|
||||
# view, %S is the price of the add-on including currency symbol
|
||||
cmd.purchaseAddon.label=Purchase for %S…
|
||||
|
|
Загрузка…
Ссылка в новой задаче