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

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

Issue 29329336: Issue 3208 - Inject content policy implementation into all processes (Closed)
Patch Set: Created Oct. 22, 2015, 9:03 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/child/contentPolicy.js » ('j') | lib/child/contentPolicy.js » ('J')
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 25 matching lines...) Expand all
36 36
37 type_label_other=other 37 type_label_other=other
38 type_label_script=script 38 type_label_script=script
39 type_label_image=image 39 type_label_image=image
40 type_label_stylesheet=stylesheet 40 type_label_stylesheet=stylesheet
41 type_label_object=object 41 type_label_object=object
42 type_label_subdocument=frame 42 type_label_subdocument=frame
43 type_label_document=document 43 type_label_document=document
44 type_label_elemhide=hidden 44 type_label_elemhide=hidden
45 type_label_popup=pop-up window 45 type_label_popup=pop-up window
46 type_label_generichide=generic hide
47 type_label_genericblock=generic block
Wladimir Palant 2015/10/22 21:51:12 This is required so that generichide/genericblock
46 48
47 type_label_xmlhttprequest=XML request 49 type_label_xmlhttprequest=XML request
48 type_label_object_subrequest=object subrequest 50 type_label_object_subrequest=object subrequest
49 type_label_media=audio/video 51 type_label_media=audio/video
50 type_label_font=font 52 type_label_font=font
51 53
52 mobile_menu_enable=ABP: Enable 54 mobile_menu_enable=ABP: Enable
53 # 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 # 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).
54 mobile_menu_enable_site=ABP: Enable on ?1? 56 mobile_menu_enable_site=ABP: Enable on ?1?
55 # 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). 57 # 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).
56 mobile_menu_disable_site=ABP: Disable on ?1? 58 mobile_menu_disable_site=ABP: Disable on ?1?
57 59
58 notification_antiadblock_title=Hide targeted messages? 60 notification_antiadblock_title=Hide targeted messages?
59 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? 61 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/child/contentPolicy.js » ('j') | lib/child/contentPolicy.js » ('J')

Powered by Google App Engine
This is Rietveld