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

Side by Side Diff: locales/en/IAdblockPlusSubscription.json

Issue 5958799332474880: Issue 2101 - Avoid duplicate interface page strings. (Closed)
Patch Set: Moved the other interface strings into locale file. Created March 8, 2015, 11:25 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 | « locales/en/IAdblockPlus.json ('k') | locales/en/interface.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "title": { 2 "title": {
3 "message": "IAdblockPlusSubscription" 3 "message": "IAdblockPlusSubscription"
4 }, 4 },
5 "s1": { 5 "s1": {
6 "message": "This interface represents a group in the Adblock Plus preference s dialog, it is returned by <a>IAdblockPlus</a>. All access is read-only." 6 "message": "This interface represents a group in the Adblock Plus preference s dialog, it is returned by <a>IAdblockPlus</a>. All access is read-only."
7 }, 7 },
8 "s2": { 8 "s2": {
9 "message": "<em>Note</em>: You should not keep a reference to this object. I f you need the state of the same subscription at a later point in time you shoul d request it again from IAdblockPlus to get correct information." 9 "message": "<em>Note</em>: You should not keep a reference to this object. I f you need the state of the same subscription at a later point in time you shoul d request it again from IAdblockPlus to get correct information."
10 }, 10 },
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "message": "Last-Modified" 108 "message": "Last-Modified"
109 }, 109 },
110 "lastModifiedDescription-s3": { 110 "lastModifiedDescription-s3": {
111 "message": "HTTP header received with the last successful download. This isn 't used yet and will always be empty." 111 "message": "HTTP header received with the last successful download. This isn 't used yet and will always be empty."
112 }, 112 },
113 "getPatternsDescription-s1": { 113 "getPatternsDescription-s1": {
114 "message": "Retrieves the list of filter rules for a subscription. Note that this method usually will not return anything useful for special groups." 114 "message": "Retrieves the list of filter rules for a subscription. Note that this method usually will not return anything useful for special groups."
115 }, 115 },
116 "getPatterns_returnDescription-s1": { 116 "getPatterns_returnDescription-s1": {
117 "message": "array with subscription's filter rules" 117 "message": "array with subscription's filter rules"
118 },
119 "general_notes": {
120 "message": "General notes"
121 },
122 "toc_header": {
123 "message": "Methods and properties"
124 } 118 }
125 } 119 }
OLDNEW
« no previous file with comments | « locales/en/IAdblockPlus.json ('k') | locales/en/interface.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld