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

Side by Side Diff: chrome/locale/en-US/watcher.dtd

Issue 29331940: Issue 3225 - Make Diagnostics compatible with the upcoming Adblock Plus 2.7 release (Closed)
Patch Set: Make currentData a local variable and removed unnecessary try block Created Dec. 7, 2015, 3:37 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 | « chrome/locale/en-US/global.properties ('k') | chrome/skin/watcher.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!ENTITY dialog.title "Monitoring Adblock Plus actions"> 1 <!ENTITY dialog.title "Monitoring Adblock Plus actions">
2 2
3 <!ENTITY introduction "In the list you can see the requests processed by A dblock Plus. For each request a decision is made on whether it should be allowed or blocked. Note that the quality of performance evaluations is limited."> 3 <!ENTITY introduction "In the list you can see the requests processed by A dblock Plus. For each request a decision is made on whether it should be allowed or blocked. Note that the quality of performance evaluations is limited.">
4 <!ENTITY ignore-early.label "Ignore early returns"> 4 <!ENTITY ignore-early.label "Ignore early returns">
5 <!ENTITY ignore-early.accesskey "g"> 5 <!ENTITY ignore-early.accesskey "g">
6 <!ENTITY filter.label "Search:"> 6 <!ENTITY filter.label "Search:">
7 <!ENTITY filter.accesskey "S"> 7 <!ENTITY filter.accesskey "S">
8 8
9 <!ENTITY accept.label "Close"> 9 <!ENTITY accept.label "Close">
10 <!ENTITY accept.accesskey "l"> 10 <!ENTITY accept.accesskey "l">
11 <!ENTITY clear.label "Clear"> 11 <!ENTITY clear.label "Clear">
12 <!ENTITY clear.accesskey "C"> 12 <!ENTITY clear.accesskey "C">
13 13
14 <!ENTITY address.column "Address"> 14 <!ENTITY address.column "Address">
15 <!ENTITY type.column "Type"> 15 <!ENTITY type.column "Type">
16 <!ENTITY result.column "Decision"> 16 <!ENTITY result.column "Decision">
17 <!ENTITY context.column "Context">
18 <!ENTITY document.column "Document">
19 <!ENTITY origin.column "Request origin"> 17 <!ENTITY origin.column "Request origin">
20 <!ENTITY additional.column "Additional info">
21 <!ENTITY filter.column "Filter hits"> 18 <!ENTITY filter.column "Filter hits">
22 <!ENTITY time.column "Processing time"> 19 <!ENTITY time.column "Processing time">
23 20
24 <!ENTITY context.copyLocation.label "Copy address"> 21 <!ENTITY context.copyLocation.label "Copy address">
25 <!ENTITY context.copyFilters.label "Copy filters"> 22 <!ENTITY context.copyFilters.label "Copy filters">
26 23
27 <!ENTITY summary.text "Processing *NUMITEMS* item(s) took *TIME* seconds"> 24 <!ENTITY summary.text "Processing *NUMITEMS* item(s) took *TIME* seconds">
OLDNEW
« no previous file with comments | « chrome/locale/en-US/global.properties ('k') | chrome/skin/watcher.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld