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

Side by Side Diff: locales/en/IAdblockPlus.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 | « includes/interface.tmpl ('k') | locales/en/IAdblockPlusSubscription.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": "IAdblockPlus" 3 "message": "IAdblockPlus"
4 }, 4 },
5 "s1": { 5 "s1": {
6 "message": "This interface can be used from extensions that wish to integrat e with Adblock Plus." 6 "message": "This interface can be used from extensions that wish to integrat e with Adblock Plus."
7 }, 7 },
8 "s2": { 8 "s2": {
9 "message": "It allows among other things getting some information from Adblo ck Plus or adding \"special\" subscriptions that will be updated by another exte nsion." 9 "message": "It allows among other things getting some information from Adblo ck Plus or adding \"special\" subscriptions that will be updated by another exte nsion."
10 }, 10 },
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "message": "list of filter patterns to be removed" 87 "message": "list of filter patterns to be removed"
88 }, 88 },
89 "getInstalledVersionDescription-s1": { 89 "getInstalledVersionDescription-s1": {
90 "message": "Retrieves the version of the installed Adblock Plus extension. N ote that this is the version number as reported by the extension manager or Inst allTrigger and it might be incorrect if the latter is used (in Mozilla Suite or SeaMonkey)." 90 "message": "Retrieves the version of the installed Adblock Plus extension. N ote that this is the version number as reported by the extension manager or Inst allTrigger and it might be incorrect if the latter is used (in Mozilla Suite or SeaMonkey)."
91 }, 91 },
92 "getInstalledVersion_returnDescription-s1": { 92 "getInstalledVersion_returnDescription-s1": {
93 "message": "Adblock Plus version, for example" 93 "message": "Adblock Plus version, for example"
94 }, 94 },
95 "getInstalledVersion_returnDescription-s2": { 95 "getInstalledVersion_returnDescription-s2": {
96 "message": "0.7.0.1" 96 "message": "0.7.0.1"
97 },
98 "general_notes": {
99 "message": "General notes"
100 },
101 "toc_header": {
102 "message": "Methods and properties"
103 } 97 }
104 } 98 }
OLDNEW
« no previous file with comments | « includes/interface.tmpl ('k') | locales/en/IAdblockPlusSubscription.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld