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

Side by Side Diff: chrome/locale/en-US/global.properties

Issue 6286955629248512: disable acceptable ads from first run page (Closed)
Patch Set: Created April 30, 2014, 1:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/ui.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 13 matching lines...) Expand all
24 elemhideGroup_title=Element Hiding Rules 24 elemhideGroup_title=Element Hiding Rules
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_elemhide_duplicate_id=Only one ID of the element to be hidden can be spec ified 31 filter_elemhide_duplicate_id=Only one ID of the element to be hidden can be spec ified
32 filter_elemhide_nocriteria=No criteria specified to recognize the element to be hidden 32 filter_elemhide_nocriteria=No criteria specified to recognize the element to be hidden
33 33
34 disable_aa_promt_title=Acceptable Ads
35 disable_aa_promt_msg=Click OK to disable Acceptable Ads
36 disable_aa_promt_msg_already=Acceptable Ads are Already disabled
37 disable_aa_promt_ok=OK
38 disable_aa_promt_cancel=Cancel
saroyanm 2014/04/30 15:21:47 Not sure if I should move this to "firstRun.proper
39
34 subscription_invalid_location=Filter list location is neither a valid URL nor a valid file name. 40 subscription_invalid_location=Filter list location is neither a valid URL nor a valid file name.
35 41
36 type_label_other=other 42 type_label_other=other
37 type_label_script=script 43 type_label_script=script
38 type_label_image=image 44 type_label_image=image
39 type_label_stylesheet=stylesheet 45 type_label_stylesheet=stylesheet
40 type_label_object=object 46 type_label_object=object
41 type_label_subdocument=frame 47 type_label_subdocument=frame
42 type_label_document=document 48 type_label_document=document
43 type_label_elemhide=hidden 49 type_label_elemhide=hidden
44 type_label_popup=pop-up window 50 type_label_popup=pop-up window
45 51
46 type_label_xmlhttprequest=XML request 52 type_label_xmlhttprequest=XML request
47 type_label_object_subrequest=object subrequest 53 type_label_object_subrequest=object subrequest
48 type_label_media=audio/video 54 type_label_media=audio/video
49 type_label_font=font 55 type_label_font=font
50 56
51 mobile_menu_enable=ABP: Enable 57 mobile_menu_enable=ABP: Enable
52 # 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). 58 # 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).
53 mobile_menu_enable_site=ABP: Enable on ?1? 59 mobile_menu_enable_site=ABP: Enable on ?1?
54 # 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 # 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).
55 mobile_menu_disable_site=ABP: Disable on ?1? 61 mobile_menu_disable_site=ABP: Disable on ?1?
56 62
57 notification_antiadblock_title=Hide targeted messages? 63 notification_antiadblock_title=Hide targeted messages?
58 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? 64 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?
OLDNEW
« no previous file with comments | « no previous file | lib/ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld