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

Side by Side Diff: _locales/en_US/messages.json

Issue 6119925768781824: Issue 1643 - Optimized short description for Chrome Web Store (Closed)
Patch Set: Created Dec. 3, 2014, 12:48 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 | no next file » | 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 "add": { 2 "add": {
3 "description": "This is the label for the 'Add' buttons.", 3 "description": "This is the label for the 'Add' buttons.",
4 "message": "Add" 4 "message": "Add"
5 }, 5 },
6 "add_domain_button": { 6 "add_domain_button": {
7 "message": "Add domain" 7 "message": "Add domain"
8 }, 8 },
9 "add_filter_button": { 9 "add_filter_button": {
10 "message": "Add filter" 10 "message": "Add filter"
(...skipping 14 matching lines...) Expand all
25 "cancel": { 25 "cancel": {
26 "description": "Cancel button label", 26 "description": "Cancel button label",
27 "message": "Cancel" 27 "message": "Cancel"
28 }, 28 },
29 "clickhide_instructions": { 29 "clickhide_instructions": {
30 "description": "Instructions shown in popup UI before it disapears, when \"B lock element\" action is executed", 30 "description": "Instructions shown in popup UI before it disapears, when \"B lock element\" action is executed",
31 "message": "After closing this popup, click (or right-click) an element on t he page." 31 "message": "After closing this popup, click (or right-click) an element on t he page."
32 }, 32 },
33 "description_chrome": { 33 "description_chrome": {
34 "description": "Note: this cannot be longer than 132 characters", 34 "description": "Note: this cannot be longer than 132 characters",
35 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." 35 "message": "Used by over 50 million people, a free ad blocker for Chrome tha t blocks ALL annoying ads, malware and tracking."
36 }, 36 },
37 "description_opera": { 37 "description_opera": {
38 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo uTube, Facebook ads, banners and much more." 38 "message": "Used by over 50 million people, a free ad blocker for Opera that blocks ALL annoying ads, malware and tracking."
39 }, 39 },
40 "description_safari": { 40 "description_safari": {
41 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." 41 "message": "Used by over 50 million people, a free ad blocker for Safari tha t blocks ALL annoying ads, malware and tracking."
42 }, 42 },
43 "disabled_for_site": 43 "disabled_for_site":
44 { 44 {
45 "description": "Popup balloon label to disable blocking", 45 "description": "Popup balloon label to disable blocking",
46 "message": "<strong>Disabled</strong> on this site" 46 "message": "<strong>Disabled</strong> on this site"
47 }, 47 },
48 "disabled_for_these_domains": { 48 "disabled_for_these_domains": {
49 "message": "Adblock Plus is disabled for the domains listed below. You can a dd a domain either via the Adblock Plus icon in the address bar or by typing the domain (not a URL) in the box and clicking the \"Add domain\" button." 49 "message": "Adblock Plus is disabled for the domains listed below. You can a dd a domain either via the Adblock Plus icon in the address bar or by typing the domain (not a URL) in the box and clicking the \"Add domain\" button."
50 }, 50 },
51 "easy_create_filter": { 51 "easy_create_filter": {
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "line": { 201 "line": {
202 "message": "Line $number$", 202 "message": "Line $number$",
203 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", 203 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
204 "placeholders": { 204 "placeholders": {
205 "number": { 205 "number": {
206 "content": "$1" 206 "content": "$1"
207 } 207 }
208 } 208 }
209 } 209 }
210 } 210 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld