diff options
Diffstat (limited to 'data/extensions/spyblock@gnu.org/chrome/locale/en-US')
8 files changed, 494 insertions, 0 deletions
diff --git a/data/extensions/spyblock@gnu.org/chrome/locale/en-US/composer.dtd b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/composer.dtd new file mode 100644 index 0000000..bba41e3 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/composer.dtd @@ -0,0 +1,38 @@ +<!ENTITY dialog.title "Add Adblock Plus filter rule"> +<!ENTITY accept.label "Add filter"> +<!ENTITY advanced.label "Advanced view"> +<!ENTITY basic.label "Basic view"> + +<!ENTITY disabled.warning "Adblock Plus is currently disabled. You can still add filters but they will not be applied unless you [link]enable Adblock Plus[/link]."> + +<!ENTITY filter.label "New &filter:"> +<!ENTITY preferences.label "&Show existing filters..."> +<!ENTITY type.filter.label "&Blocking filter"> +<!ENTITY type.whitelist.label "E&xception rule"> +<!ENTITY pattern.label "Look for pattern"> +<!ENTITY pattern.explanation "The pattern can be any part of the address; asterisks (*) act as wildcards. The filter will only be applied to addresses matching the pattern provided."> +<!ENTITY regexp.warning "The pattern you entered will be interpreted as a regular expression which cannot be efficiently processed by Adblock Plus and may slow down your browsing experience. If you didn't intend to use a regular expression, add an asterisk (*) to the end of the pattern."> +<!ENTITY shortpattern.warning "The pattern you entered is too short to be optimized and may slow down your browsing experience. It is recommended that you choose a longer string for this filter to allow Adblock Plus to process the filter more efficiently."> +<!ENTITY match.warning "The pattern you entered no longer matches the address to be blocked/whitelisted and will have no effect on it."> +<!ENTITY custom.pattern.label "&Custom:"> +<!ENTITY anchors.label "Accept pattern only:"> +<!ENTITY anchor.start.label "at the be&ginning of the address"> +<!-- Note: This access key should usually be the same as anchor.start.flexible.accesskey. It is the same checkbox with different label depending on suggested filter.--> +<!ENTITY anchor.start.flexible.label "at the be&ginning of the domain name"> +<!-- Note: This access key should usually be the same as anchor.start.accesskey. It is the same checkbox with different label depending on suggested filter.--> +<!ENTITY anchor.end.label "at the e&nd of the address"> +<!ENTITY options.label "Options"> +<!ENTITY domainRestriction.label "Restrict to &domain:"> +<!ENTITY domainRestriction.help "Use this option to specify one or more domains separated by a bar line (|). The filter will only be applied on the domain(s) selected. A tilde (~) before a domain name indicates that the filter will not be applied on that domain."> +<!ENTITY firstParty.label "Fi&rst-party only"> +<!ENTITY thirdParty.label "&Third-party only"> +<!ENTITY matchCase.label "&Match case"> +<!ENTITY types.label "Apply to types:"> +<!ENTITY selectAllTypes.label "Select all"> +<!ENTITY unselectAllTypes.label "Select none"> + +<!ENTITY collapse.label "Co&llapse blocked:"> +<!ENTITY collapse.default.yes.label "Use default (yes)"> +<!ENTITY collapse.default.no.label "Use default (no)"> +<!ENTITY collapse.yes.label "Yes"> +<!ENTITY collapse.no.label "No"> diff --git a/data/extensions/spyblock@gnu.org/chrome/locale/en-US/filters.dtd b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/filters.dtd new file mode 100644 index 0000000..1ab4720 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/filters.dtd @@ -0,0 +1,92 @@ +<!ENTITY dialog.title "Adblock Plus Filter Preferences"> + +<!ENTITY subscriptions.tab.label "Filter subscriptions"> +<!ENTITY filters.tab.label "Custom filters"> + +<!ENTITY addSubscription.label "Add &filter subscription"> +<!ENTITY addSubscriptionAdd.label "Add"> +<!ENTITY addSubscriptionCancel.label "Cancel"> +<!ENTITY addSubscriptionOther.label "Add a different subscription"> + +<!ENTITY noSubscriptions.text " + You haven't added any filter subscriptions yet. Adblock Plus won't block + anything without filters, please use "Add filter subscription" to + add some. +"> +<!ENTITY subscription.homepage.label "Homepage"> +<!ENTITY subscription.external.label "Updated by another extension"> +<!ENTITY subscription.source.label "Filter list"> +<!ENTITY subscription.enabled.label "Enabled"> +<!ENTITY subscription.lastDownload.label "Last download:"> +<!ENTITY subscription.lastDownload.inProgress "Downloading…"> +<!ENTITY subscription.lastDownload.unknown "N/A"> +<!ENTITY subscription.lastDownload.invalidURL "Failed, not a valid address"> +<!ENTITY subscription.lastDownload.connectionError "Failed, download failure"> +<!ENTITY subscription.lastDownload.invalidData "Failed, not a valid filters list"> +<!ENTITY subscription.lastDownload.checksumMismatch "Failed, checksum mismatch"> +<!ENTITY subscription.lastDownload.success "Success"> +<!ENTITY subscription.minVersion.warning "This filter subscription requires a newer Adblock Plus version, you should update to the latest Adblock Plus version."> +<!ENTITY subscription.disabledFilters.warning "Some filters in this subscription are disabled."> +<!ENTITY subscription.disabledFilters.enable "Enable disabled filters"> + +<!ENTITY subscription.actions.label "Actions"> +<!ENTITY subscription.update.label "Update filters"> +<!ENTITY subscription.editTitle.label "Edit title"> +<!ENTITY subscription.delete.label "Delete"> +<!ENTITY subscription.showHideFilters.label "Show/hide filters"> +<!ENTITY subscription.moveUp.label "Move up"> +<!ENTITY subscription.moveDown.label "Move down"> + +<!ENTITY acceptableAds2.label "Allow some non-&intrusive advertising"> +<!ENTITY viewList.label "View list"> +<!ENTITY readMore.label "Read more"> + +<!ENTITY addGroup.label "Add filter &group"> +<!ENTITY noFilters.text " + You don't have any custom filters yet. +"> + +<!ENTITY addFilter.label "A&dd filter"> +<!ENTITY filter.actions.label "Filter actions"> +<!ENTITY filter.edit.label "Edit"> +<!ENTITY filter.cut.label "Cut"> +<!ENTITY filter.copy.label "Copy"> +<!ENTITY filter.paste.label "Paste"> +<!ENTITY filter.delete.label "Delete"> +<!ENTITY filter.selectAll.label "Select All"> +<!ENTITY filter.resetHitCounts.label "Reset hit statistics"> +<!ENTITY filter.moveUp.label "Move up"> +<!ENTITY filter.moveDown.label "Move down"> +<!ENTITY viewMenu.label "View"> + +<!ENTITY filter.column "&Filter rule"> +<!ENTITY slow.column "Slo&w filters"> +<!ENTITY enabled.column "E&nabled"> +<!ENTITY hitcount.column "&Hits"> +<!ENTITY lasthit.column "&Last hit"> +<!ENTITY sort.label "&Sort by"> +<!ENTITY sort.none.label "&Unsorted"> +<!ENTITY sort.ascending.label "&A > Z sort order"> +<!ENTITY sort.descending.label "&Z > A sort order"> +<!ENTITY noGroupSelected.text "You need to select a filter group before its filters can be displayed."> +<!ENTITY noFiltersInGroup.text "The selected group is empty."> + +<!ENTITY filters.remove.warning "Do you really want to remove all selected filters?"> + +<!ENTITY backupButton.label "&Backup and Restore"> +<!ENTITY backup.label "Create new backup"> +<!-- Note: the placeholder ?1? will be replaced by date/time of the automatic backup --> +<!ENTITY restore.default.label "Restore backup from ?1?"> +<!ENTITY restore.own.label "Restore own backup"> + +<!ENTITY backup.complete.title "All filters and subscriptions"> +<!ENTITY backup.custom.title "Custom filters only"> + +<!ENTITY backup.error "There was an error writing filters to the file. Make sure that the file isn't write protected or in use by another application."> +<!ENTITY restore.error "The file's data could not be processed, maybe this isn't an Adblock Plus backup file?"> +<!ENTITY restore.complete.warning "All your filter preferences will be replaced by the contents of the selected file. Do you want to proceeed?"> +<!ENTITY restore.custom.warning "All your custom filters will be replaced by the contents of the selected file. Do you want to proceeed?"> +<!ENTITY restore.minVersion.warning "Warning: the file has been created with a newer Adblock Plus version. You should update to the latest Adblock Plus version before restoring from this file."> + +<!ENTITY find.label "Fi&nd"> +<!ENTITY close.label "Close"> diff --git a/data/extensions/spyblock@gnu.org/chrome/locale/en-US/firstRun.properties b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/firstRun.properties new file mode 100644 index 0000000..21438b1 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/firstRun.properties @@ -0,0 +1,24 @@ +firstRun_title=Adblock Plus has been installed +firstRun_dataCorruptionWarning=Does this page keep showing up? <a>Click here!</a> +firstRun_acceptableAdsHeadline=Annoying ads will now be blocked +firstRun_acceptableAdsExplanation=We'd like to encourage websites to use straightforward, unobtrusive advertising. That's why we've established <a>strict guidelines</a> to identify acceptable ads, which are shown under default settings. If you still want to block every ad you can <a>disable</a> this in a few seconds. +firstRun_legacySafariWarning=You are using an old version of Safari which is not supported by Adblock Plus. It might not work correctly or impair the user experience on some websites. We strongly recommend to either update to Safari 6.1.1 or higher (on OS X 10.8 Mountain Lion), or Safari 7.0.1 or higher (on OS X 10.9 Mavericks), or to use the latest version of Mozilla Firefox, Google Chrome or Opera. +firstRun_filterlistsReinitializedWarning=It seems that an issue caused all filters to be removed and we were unable to restore a backup. Therefore we had to reset your filters and Acceptable Ads settings. Please check your filter lists and Acceptable Ads settings in the <a>Adblock Plus options</a>. + +firstRun_toggle_on=ON +firstRun_toggle_off=OFF + +firstRun_features=Adblock Plus can do more than block ads +firstRun_feature_malware=Malware Blocking +firstRun_feature_malware_description=Make your browsing more secure by blocking known malware domains. +firstRun_feature_social=Remove Social Media Buttons +firstRun_feature_social_description=Automatically rid your browsing experience of social media buttons, such as the Facebook Like, which appear on web pages and track your behavior. +firstRun_feature_tracking=Disable Tracking +firstRun_feature_tracking_description=Browse privately by disabling tracking - hiding your tracks from ad companies that would track your every move. + +firstRun_share_headline=<a>Give us a hand</a> in making the web a better place +firstRun_donate=donate +firstRun_donate_label=Support our project +firstRun_share=Tell your friends + +firstRun_contributor_credits=Contributor Credits diff --git a/data/extensions/spyblock@gnu.org/chrome/locale/en-US/global.properties b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/global.properties new file mode 100644 index 0000000..59de9cb --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/global.properties @@ -0,0 +1,58 @@ +default_dialog_title=Adblock Plus + +action0_tooltip=Click to bring up context menu, middle-click to enable/disable. +action1_tooltip=Click to open/close blockable items, middle-click to enable/disable. +action2_tooltip=Click to open preferences, middle-click to enable/disable. +action3_tooltip=Click to enable/disable Adblock Plus. + +disabled_tooltip=Adblock Plus is disabled. +# Note: the placeholder ?1? will be replaced by the number of active filter subscriptions, the placeholder ?2? by the number of custom filters +active_tooltip=Adblock Plus is enabled, ?1? filter subscription(s) and ?2? custom filter(s) in use. +whitelisted_tooltip=Adblock Plus is disabled on current page. + +# Note: the placeholder ?1? will be replaced by the number of blocked items, the placeholder ?2? by the total number of items on current page +blocked_count_tooltip=?1? out of ?2? +# Note: the placeholder ?1? will be replaced by the number of whitelisted items, the placeholder ?2? by the number of hidden items on current page +blocked_count_addendum=(also whitelisted: ?1?, hidden: ?2?) + +no_blocking_suggestions=No blockable items on the current page +whitelisted_page=Adblock Plus has been disabled for the current page + +newGroup_title=New filter group +whitelistGroup_title=Exception Rules +blockingGroup_title=Ad Blocking Rules +elemhideGroup_title=Element Hiding Rules + +remove_subscription_warning=Do you really want to remove this subscription? +remove_group_warning=Do you really want to remove this group? +clearStats_warning=This will reset all filter hit statistics and disable counting filter hits. Do you want to proceed? + +filter_regexp_tooltip=This filter is either a regular expression or too short to be optimized. Too many of these filters might slow down your browsing. +filter_elemhide_duplicate_id=Only one ID of the element to be hidden can be specified +filter_elemhide_nocriteria=No criteria specified to recognize the element to be hidden + +subscription_invalid_location=Filter list location is neither a valid URL nor a valid file name. + +type_label_other=other +type_label_script=script +type_label_image=image +type_label_stylesheet=stylesheet +type_label_object=object +type_label_subdocument=frame +type_label_document=document +type_label_elemhide=hidden +type_label_popup=pop-up window + +type_label_xmlhttprequest=XML request +type_label_object_subrequest=object subrequest +type_label_media=audio/video +type_label_font=font + +mobile_menu_enable=ABP: Enable +# Note: the placeholder ?1? will be replaced by the site name. Ideally it should be at the end of the string (space is limited and site names can be long). +mobile_menu_enable_site=ABP: Enable on ?1? +# Note: the placeholder ?1? will be replaced by the site name. Ideally it should be at the end of the string (space is limited and site names can be long). +mobile_menu_disable_site=ABP: Disable on ?1? + +notification_antiadblock_title=Hide targeted messages? +notification_antiadblock_message=This site has been known to show targeted messages to Adblock Plus users. Do you want Adblock Plus to hide targeted messages? diff --git a/data/extensions/spyblock@gnu.org/chrome/locale/en-US/overlay.dtd b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/overlay.dtd new file mode 100644 index 0000000..895ff80 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/overlay.dtd @@ -0,0 +1,41 @@ +<!ENTITY status.tooltip "Status:"> +<!ENTITY blocked.tooltip "Blocked items on this page:"> +<!ENTITY filters.tooltip "Most active filters:"> + +<!ENTITY menuitem.label "Ad&block Plus Preferences"> +<!ENTITY toolbarbutton.label "Adblock Plus"> + +<!ENTITY context.image.label "Adblock Plus: Block image"> +<!ENTITY context.object.label "Adblock Plus: Block object"> +<!ENTITY context.frame.label "Adblock Plus: Block frame"> +<!ENTITY context.media.label "Adblock Plus: Block audio/video"> +<!ENTITY context.removeWhitelist.label "Adblock Plus: Re-enable on this page"> + +<!ENTITY sidebar.title "Blockable items on current page"> + +<!ENTITY sendReport.label "&Report issue on this page"> +<!ENTITY filters.label "&Filter preferences"> +<!ENTITY opensidebar.label "Open &blockable items"> +<!-- Note: This access key should usually be the same as closesidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open.--> +<!ENTITY closesidebar.label "Close &blockable items"> +<!-- Note: This access key should usually be the same as opensidebar.accesskey. It is the same menu item with different label depending on whether the sidebar is currently open.--> +<!-- Note: the placeholder ?1? will be replaced by the domain name of the current page --> +<!ENTITY whitelist.site.label "Disable on ?1?"> +<!ENTITY whitelist.page.label "Disable on this page only"> +<!ENTITY disable.label "Disable everywhere"> +<!ENTITY options.label "&Options"> +<!ENTITY contribute.label "Contribute to Adblock Plus"> + +<!ENTITY showintoolbar.label "Show in tool&bar"> +<!ENTITY showinstatusbar.label "&Show in status bar"> +<!ENTITY objecttabs.label "Show &tabs on Flash and Java"> +<!ENTITY hideplaceholders.label "Hide p&laceholders of blocked elements"> +<!ENTITY counthits.label "Count filter &hits"> +<!ENTITY sync.label "Syn&c Adblock Plus settings"> +<!ENTITY objecttab.title "Block"> +<!ENTITY objecttab.tooltip "Click here to block this object with Adblock Plus"> + +<!ENTITY notification.button.yes "&Yes"> +<!ENTITY notification.button.no "&No"> +<!ENTITY notification.button.close "&Close"> +<!ENTITY subscription.update.label "Update filters"> diff --git a/data/extensions/spyblock@gnu.org/chrome/locale/en-US/sendReport.dtd b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/sendReport.dtd new file mode 100644 index 0000000..49621ec --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/sendReport.dtd @@ -0,0 +1,181 @@ +<!ENTITY wizard.title "Issue reporter"> +<!ENTITY privacyPolicy.label "Privacy policy"> + +<!ENTITY dataCollector.heading "Welcome to the issue reporter"> +<!ENTITY dataCollector.description "Please wait a few moments while Adblock Plus gathers the required data."> + +<!-- Please keep typeSelector.heading short - it is shown in the progress bar, not much space there --> +<!ENTITY typeSelector.heading "Select issue type"> + +<!ENTITY typeSelector.description " + This window will guide you through the steps required for the submission of an Adblock + Plus issue report. First, please select the type of issue that you are experiencing + on this page: +"> + +<!ENTITY typeSelector.falsePositive.label "Adblock Plus is blocking too &much"> +<!ENTITY typeSelector.falsePositive.description " + Select this option if the page lacks important content, displays incorrectly or + fails to function properly. You can determine whether Adblock Plus is the cause + of the problem by disabling it temporarily. +"> + +<!ENTITY typeSelector.falseNegative.label "Adblock Plus doesn't block an ad&vertisement"> +<!ENTITY typeSelector.falseNegative.description " + Select this option if an advertisement is displayed despite + Adblock Plus being enabled. +"> + +<!ENTITY typeSelector.other.label "O&ther issue"> +<!ENTITY typeSelector.other.description " + Select this option if you suspect an issue with Adblock Plus itself rather + than its filters. +"> + +<!ENTITY showRecentReports.label "Show recently submitted reports"> +<!ENTITY recentReports.label "Your recently submitted reports"> +<!ENTITY recentReports.clear.label "&Remove all reports"> +<!ENTITY update.inProgress.description " + Adblock Plus needs to update your filter subscriptions to make sure that the + issue hasn't been resolved already. Please wait... +"> + +<!ENTITY update.fixed.description " + The updates to your filter subscriptions likely resolved the issue that you + were reporting. Please reload the page and retry, hit Report again if the + problem remains. +"> + +<!ENTITY outdatedSubscriptions.description " + The following filter subscriptions haven't been updated for at least two + weeks. Please update these subscriptions before submitting a report, the + issue might be resolved already. +"> + +<!ENTITY update.start.label "Start update now"> + +<!ENTITY issues.description " + Adblock Plus has detected issues with your configuration that might be responsible + for this issue or will make investigating the report difficult. +"> + +<!ENTITY issues.whitelist.description " + Adblock Plus is currently disabled on the page you are reporting. Please re-enable + it and reload the page before submitting the report to assist the investigation of + this issue. +"> +<!ENTITY issues.whitelist.remove.label "Re-enable Adblock Plus on this page"> + +<!ENTITY issues.disabled.description " + Adblock Plus is disabled, it will not block anything in its current state. +"> +<!ENTITY issues.disabled.enable.label "Enable Adblock Plus"> + +<!ENTITY issues.nofilters.description " + Adblock Plus isn't blocking anything on the current page. The issue you are + observing is most likely unrelated to Adblock Plus. +"> + +<!ENTITY issues.nosubscriptions.description " + You do not appear to be subscribed to any of the pre-made filter lists that + automatically remove unwanted content from websites. +"> +<!ENTITY issues.nosubscriptions.add.label "Add filter subscription"> + +<!ENTITY issues.subscriptionCount.description " + It seems that you are subscribed to too many filter subscriptions. This + setup is not recommended because it will make the likeliness + of issues much higher. We also cannot accept your issue report because it + is unclear which filter subscription author needs to take action. Please + remove all but the really necessary filter subscriptions and test whether + the issue still occurs then. +"> +<!ENTITY issues.openPreferences.label "Open filter preferences"> + +<!ENTITY issues.ownfilters.description " + Some of the filters applied on this page are user-defined. Please disable + the filters that might have caused the issue: +"> +<!ENTITY issues.ownfilters.disable.label "Disable filter"> + +<!ENTITY issues.disabledgroups.description " + The following filter subscriptions / filter groups are disabled, yet they might have + an effect on this page: +"> +<!ENTITY issues.disabledgroups.enable.label "Enable filter subscription / filter group"> + +<!ENTITY issues.disabledfilters.description " + The following filters are disabled, yet they might have an effect on this page: +"> +<!ENTITY issues.disabledfilters.enable.label "Enable filter"> + +<!ENTITY issues.override.label "The &configuration is correct, continue with the report"> +<!ENTITY issues.change.description " + Your configuration has been changed. Please reload the page to test the changes + and submit a report if the issue hasn't been resolved by the alterations. +"> + +<!ENTITY typeWarning.description " + You have indicated that you want to report a general issue with Adblock Plus rather + than a problem with the filters. Please note that such issues are best reported + in the [link]Adblock Plus forum[/link]. You should only use the issue reporter to + supplement an existing discussion, as nobody will notice your report + unless you provide them with the link to it. The automatically generated link + will be provided after submitting the report. +"> + +<!ENTITY typeWarning.override.label "I under&stand and want to submit the report anyway"> +<!ENTITY reloadButton.label "&Reload page"> +<!-- Please keep screenshot.heading short - it is shown in the progress bar, not much space there --> +<!ENTITY screenshot.heading "Attach screenshot"> + +<!ENTITY screenshot.description " + The same page can look different for different people. It may help us to + understand the problem if you attach a screenshot to your report. You can remove + sections containing sensitive information as well as mark areas where the + problem is noticeable. To do that click the corresponding button and select + a section of the image with your mouse. +"> + +<!ENTITY screenshot.attach.label "A&ttach a page image to the report"> +<!ENTITY screenshot.mark.label "&Mark the problem"> +<!ENTITY screenshot.remove.label "&Remove sensitive data"> +<!ENTITY screenshot.undo.label "&Undo"> +<!-- Please keep commentPage.heading short - it is shown in the progress bar, not much space there --> +<!ENTITY commentPage.heading "Enter comment"> + +<!ENTITY commentPage.description " + The text field below allows you to enter a comment to help us understand the issue. + This step is optional but recommended if the problem isn't obvious. + You can also review the report data before it is sent. +"> + +<!ENTITY emailComment.label " + We encourage you to enter a valid email address so that we can contact you if there are questions + about your report. It will also allow us to recognize your contributions and to prioritize them higher. +"> +<!ENTITY comment.label "&Comment (optional):"> +<!ENTITY comment.lengthWarning "The length of your comment exceeds 1000 characters. Only the first 1000 characters will be sent."> +<!ENTITY email.label "E&mail:"> +<!ENTITY anonymous.label "&Anonymous submission"> +<!ENTITY anonymity.warning "We won't be able to come back to you and will likely prioritize the report lower."> + +<!ENTITY attachExtensions.label "Attach a list of active e&xtensions to the report in case add-on conflict is the cause of the problem"> +<!ENTITY sendButton.label "Se&nd report"> +<!ENTITY showData.label "Show report data"> +<!ENTITY data.label "Re&port data:"> +<!-- Please keep sendPage.heading short - it is shown in the progress bar, not much space there --> +<!ENTITY sendPage.heading "Send report"> +<!ENTITY sendPage.waitMessage "Please wait while Adblock Plus is submitting your report."> +<!ENTITY sendPage.confirmation "Your report has been saved. You can access it at the following address:"> +<!ENTITY sendPage.knownIssue "The issue you reported is probably already known. More information:"> + +<!-- Note: the placeholder ?1? will be replaced by the error code --> +<!ENTITY sendPage.errorMessage " + An attempt to send the report failed with error code "?1?". Please ensure you are + connected to the Internet and retry. If the problem persists please request + assistance in the [link]Adblock Plus forum[/link]. +"> +<!ENTITY sendPage.retry.label "Send again"> + +<!ENTITY copyLink.label "&Copy report link"> diff --git a/data/extensions/spyblock@gnu.org/chrome/locale/en-US/sidebar.dtd b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/sidebar.dtd new file mode 100644 index 0000000..f612047 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/sidebar.dtd @@ -0,0 +1,41 @@ +<!ENTITY detached.title "Adblock Plus: Blockable items (detached)"> + +<!ENTITY detach.label "Detach"> +<!ENTITY reattach.label "Reattach"> + +<!ENTITY search.label "&Search:"> +<!ENTITY type.label "Type"> +<!ENTITY address.label "Address"> +<!ENTITY filter.label "Filter"> +<!ENTITY state.label "State"> +<!ENTITY size.label "Size"> +<!ENTITY filterSource.label "Filter source"> +<!ENTITY docDomain.label "Document source"> +<!ENTITY docDomain.thirdParty "(third party)"> +<!ENTITY docDomain.firstParty "(first party)"> +<!ENTITY noitems.label "No blockable items"> +<!ENTITY whitelisted.label "Whitelisted page"> +<!ENTITY tooltip.address.label "Address:"> +<!ENTITY tooltip.type.label "Type:"> +<!ENTITY tooltip.type.blocked "(blocked)"> +<!ENTITY tooltip.type.whitelisted "(whitelisted)"> +<!ENTITY tooltip.size.label "Size:"> +<!ENTITY tooltip.docDomain.label "Document source:"> +<!ENTITY tooltip.filter.label "Filter in effect:"> +<!ENTITY tooltip.filter.disabled "(disabled)"> +<!ENTITY tooltip.filterSource.label "Filter source:"> + +<!ENTITY context.block.label "Block this item"> +<!ENTITY context.editfilter.label "Edit filter in effect"> +<!ENTITY context.whitelist.label "Add exception rule for item"> +<!-- Note: the placeholder ?1? will be replaced by the filter text --> +<!ENTITY context.disablefilter.label "Disable filter ?1?"> +<!-- Note: the placeholder ?1? will be replaced by the filter text --> +<!ENTITY context.enablefilter.label "Re-enable filter ?1?"> +<!-- Note: the placeholder ?1? will be replaced by the domain name of the current page --> +<!ENTITY context.disablefilteronsite.label "Disable this filter on ?1?"> +<!ENTITY context.open.label "Open in New Tab"> +<!ENTITY context.flash.label "Flash item's borders"> +<!ENTITY context.copy.label "Copy item's address"> +<!ENTITY context.copyFilter.label "Copy filter"> +<!ENTITY context.selectAll.label "Select all"> diff --git a/data/extensions/spyblock@gnu.org/chrome/locale/en-US/subscriptionSelection.dtd b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/subscriptionSelection.dtd new file mode 100644 index 0000000..78444d1 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/locale/en-US/subscriptionSelection.dtd @@ -0,0 +1,19 @@ +<!ENTITY dialog.title "Add Adblock Plus filter subscription"> + +<!ENTITY viewList.label "View filters"> +<!ENTITY visitHomepage.label "Visit home page"> + +<!ENTITY addSubscription.label "Add subscription"> + +<!ENTITY list.download.failed "Adblock Plus failed to retrieve the list of subscriptions."> +<!ENTITY list.download.retry "Try again"> +<!ENTITY list.download.website "View website"> + +<!ENTITY fromWeb.description "Please confirm that you want to add this filter subscription. You can change the subscription title or location before adding it."> + +<!ENTITY title.label "Subscrip&tion title:"> +<!ENTITY location.label "Fi&lter list location:"> +<!-- Note: the placeholder (?1?) will be replaced by the name of the filter subscription required --> +<!ENTITY supplementMessage "This filter subscription is meant to be used with the filter subscription "?1?" which you are not using yet."> +<!-- Note: the placeholder (?1?) will be replaced by the name of the filter subscription required --> +<!ENTITY addMain.label "Add filter &subscription "?1?" as well"> |