Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: chrome/locale/en-US/global.properties

Issue 29364102: Issue 4658 - Incorporate element hiding emulation filters (Closed) Base URL: https://bitbucket.org/fhd/adblockplus
Left Patch Set: Change minVersion back and improve error message Created Dec. 13, 2016, 3:52 p.m.
Right Patch Set: Update adblockpluscore dependency to b1e70036624f Created Dec. 13, 2016, 5:32 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « chrome/content/ui/utils.js ('k') | chrome/skin/filters.css » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 default_dialog_title=Adblock Plus 1 default_dialog_title=Adblock Plus
2 2
3 action0_tooltip=Click to bring up context menu, middle-click to enable/disable. 3 action0_tooltip=Click to bring up context menu, middle-click to enable/disable.
4 action1_tooltip=Click to open/close blockable items, middle-click to enable/disa ble. 4 action1_tooltip=Click to open/close blockable items, middle-click to enable/disa ble.
5 action2_tooltip=Click to open preferences, middle-click to enable/disable. 5 action2_tooltip=Click to open preferences, middle-click to enable/disable.
6 action3_tooltip=Click to enable/disable Adblock Plus. 6 action3_tooltip=Click to enable/disable Adblock Plus.
7 7
8 disabled_tooltip=Adblock Plus is disabled. 8 disabled_tooltip=Adblock Plus is disabled.
9 # Note: the placeholder ?1? will be replaced by the number of active filter subs criptions, the placeholder ?2? by the number of custom filters 9 # Note: the placeholder ?1? will be replaced by the number of active filter subs criptions, the placeholder ?2? by the number of custom filters
10 active_tooltip=Adblock Plus is enabled, ?1? filter subscription(s) and ?2? custo m filter(s) in use. 10 active_tooltip=Adblock Plus is enabled, ?1? filter subscription(s) and ?2? custo m filter(s) in use.
(...skipping 14 matching lines...) Expand all
25 25
26 remove_subscription_warning=Do you really want to remove this subscription? 26 remove_subscription_warning=Do you really want to remove this subscription?
27 remove_group_warning=Do you really want to remove this group? 27 remove_group_warning=Do you really want to remove this group?
28 clearStats_warning=This will reset all filter hit statistics and disable countin g filter hits. Do you want to proceed? 28 clearStats_warning=This will reset all filter hit statistics and disable countin g filter hits. Do you want to proceed?
29 29
30 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. 30 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.
31 filter_unknown_option=Unknown filter option 31 filter_unknown_option=Unknown filter option
32 filter_invalid_regexp=Invalid regular expression 32 filter_invalid_regexp=Invalid regular expression
33 filter_elemhide_duplicate_id=Only one ID of the element to be hidden can be spec ified 33 filter_elemhide_duplicate_id=Only one ID of the element to be hidden can be spec ified
34 filter_elemhide_nocriteria=No criteria specified to recognize the element to be hidden 34 filter_elemhide_nocriteria=No criteria specified to recognize the element to be hidden
35 filter_elemhideemulation_nodomain=No active domain specified for emulated elemen t hiding filter 35 filter_elemhideemulation_nodomain=No active domain specified for extended elemen t hiding filter
36 36
37 subscription_invalid_location=Filter list location is neither a valid URL nor a valid file name. 37 subscription_invalid_location=Filter list location is neither a valid URL nor a valid file name.
38 38
39 type_label_other=other 39 type_label_other=other
40 type_label_script=script 40 type_label_script=script
41 type_label_image=image 41 type_label_image=image
42 type_label_stylesheet=stylesheet 42 type_label_stylesheet=stylesheet
43 type_label_object=object 43 type_label_object=object
44 type_label_subdocument=frame 44 type_label_subdocument=frame
45 type_label_document=document 45 type_label_document=document
(...skipping 10 matching lines...) Expand all
56 type_label_websocket=websocket 56 type_label_websocket=websocket
57 57
58 mobile_menu_enable=ABP: Enable 58 mobile_menu_enable=ABP: Enable
59 # 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). 59 # 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).
60 mobile_menu_enable_site=ABP: Enable on ?1? 60 mobile_menu_enable_site=ABP: Enable on ?1?
61 # 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). 61 # 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).
62 mobile_menu_disable_site=ABP: Disable on ?1? 62 mobile_menu_disable_site=ABP: Disable on ?1?
63 63
64 notification_antiadblock_title=Hide targeted messages? 64 notification_antiadblock_title=Hide targeted messages?
65 notification_antiadblock_message=This site has been known to show targeted messa ges to Adblock Plus users. Do you want Adblock Plus to hide targeted messages? 65 notification_antiadblock_message=This site has been known to show targeted messa ges to Adblock Plus users. Do you want Adblock Plus to hide targeted messages?
LEFTRIGHT

Powered by Google App Engine
This is Rietveld