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

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

Issue 29879555: Issue 6892 - Update adblockplusui dependency to hg:7386698260f4 (Closed)
Patch Set: Updated adblockplusui dependency to include preliminary translations Created Sept. 13, 2018, 4:07 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_GB/messages.json ('k') | _locales/eo/messages.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "add": {
3 "description": "This is the label for the 'Add' buttons.",
4 "message": "Add"
5 },
6 "add_filters_msg": {
7 "message": "Add filter(s)?"
8 },
9 "block_element": {
10 "description": "Context menu item that adds a filter which blocks the select ed element",
11 "message": "Block element"
12 },
13 "cancel": {
14 "description": "Cancel button label",
15 "message": "Cancel"
16 },
17 "clickhide_instructions": {
18 "description": "Instructions shown in popup UI before it disapears, when \"B lock element\" action is executed",
19 "message": "After closing this popup, click (or right-click) an element on t he page."
20 },
21 "description": {
22 "description": "Note: this cannot be longer than 132 characters",
23 "message": "With over 500 million downloads, Adblock Plus is one of the worl d's most popular ad blockers."
24 },
25 "disabled_for_site":
26 {
27 "description": "Popup balloon label to disable blocking",
28 "message": "<strong>Disabled</strong> on this site"
29 },
30 "easy_create_filter": {
31 "description": "Action in popup UI to add a filter which blocks an element s elected from the current page",
32 "message": "Block element"
33 },
34 "enabled_for_site": {
35 "description": "Popup balloon label to enable blocking",
36 "message": "<strong>Enabled</strong> on this site"
37 },
38 "filter_elemhideemulation_nodomain": {
39 "message": "No active domain specified for extended element hiding filter"
40 },
41 "filter_invalid_domain": {
42 "message": "Invalid (or empty) domain specified"
43 },
44 "filter_invalid_regexp": {
45 "message": "Invalid regular expression"
46 },
47 "filter_invalid_csp": {
48 "message": "Invalid Content Security Policy"
49 },
50 "filter_unknown_option": {
51 "message": "Unknown filter option"
52 },
53 "filters_subscription_lastDownload_connectionError": {
54 "message": "Failed, download failure"
55 },
56 "loading": {
57 "description": "Placeholder text displayed when something is still loading",
58 "message": "Loading..."
59 },
60 "name": {
61 "message": "Adblock Plus"
62 },
63 "name_devbuild": {
64 "description": "Extension name to be shown for development builds. Note: thi s cannot be longer than 45 characters.",
65 "message": "Adblock Plus development build"
66 },
67 "notification_configure": {
68 "message": "Configure notification settings"
69 },
70 "notification_open_all": {
71 "message": "Open all links from this notification"
72 },
73 "notification_with_buttons": {
74 "message": "Click 'OK' to open all links in this notification."
75 },
76 "notification_without_buttons": {
77 "message": "Click on the notification to open all links in it."
78 },
79 "options_short": {
80 "description": "Link to the options page from the popup balloon.",
81 "message": "Options"
82 },
83 "overlay_notification_button_no": {
84 "message": "No"
85 },
86 "overlay_notification_button_yes": {
87 "message": "Yes"
88 },
89 "overlay_notification_closing_button_hide": {
90 "message": "Close this notification"
91 },
92 "overlay_notification_closing_button_optout": {
93 "message": "Stop showing notifications"
94 },
95 "stats_label_page": {
96 "description": "This shows the number of blocked requests on a specific page in the popup.",
97 "message": "<strong>$number$</strong> on this page",
98 "placeholders": {
99 "number": {
100 "content": "$1"
101 }
102 }
103 },
104 "stats_label_total": {
105 "description": "This shows the total number of blocked requests in the popup .",
106 "message": "<strong>$number$</strong> in total",
107 "placeholders": {
108 "number": {
109 "content": "$1"
110 }
111 }
112 },
113 "stats_show_iconnumber": {
114 "description": "Toggle for displaying the number of blocked ads in the icon. ",
115 "message": "Show number in icon"
116 },
117 "stats_title": {
118 "description": "Title for the stats section in the popup.",
119 "message": "Ads blocked"
120 },
121 "unexpected_filter_list_header": {
122 "description": "Error message shown when the user attempts to add a custom f ilter that has the format of a header (e.g. \"[Adblock Plus 2.0]\") which are on ly allowed in filter lists",
123 "message": "Filter list headers aren't allowed here"
124 },
125 "invalid_css_selector": {
126 "message": "$selector$ is not a valid CSS selector",
127 "placeholders": {
128 "selector": {
129 "content": "$1"
130 }
131 }
132 },
133 "line": {
134 "message": "Line $number$",
135 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
136 "placeholders": {
137 "number": {
138 "content": "$1"
139 }
140 }
141 },
142 "continue": {
143 "description": "Continue button label",
144 "message": "Continue"
145 },
146 "sendReport": {
147 "message": "Report issue on this page"
148 }
149 }
OLDNEW
« no previous file with comments | « _locales/en_GB/messages.json ('k') | _locales/eo/messages.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld