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

Delta Between Two Patch Sets: _locales/en_US/messages.json

Issue 5046550090743808: Issue 1623 - Removed unused/duplicate translations (Closed)
Left Patch Set: Created Nov. 27, 2014, 10:47 a.m.
Right Patch Set: Keep duplicate translation Created Dec. 2, 2014, 9:41 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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"
11 }, 11 },
12 "add_filters_msg": { 12 "add_filters_msg": {
13 "message": "Add filter(s)?" 13 "message": "Add filter(s)?"
14 }, 14 },
15 "add_your_own_filters": { 15 "add_your_own_filters": {
16 "message": "Add your own filters" 16 "message": "Add your own filters"
17 }, 17 },
18 "apply_changes": { 18 "apply_changes": {
19 "message": "Apply changes" 19 "message": "Apply changes"
20 }, 20 },
21 "block_element": { 21 "block_element": {
22 "description": "Action in context menu and popup UI, to add a filter which b locks an element selected from the current page", 22 "description": "Label for 'Block Element' context menu item",
23 "message": "Block element" 23 "message": "Block Element"
Wladimir Palant 2014/12/01 19:39:43 Actually, it should probably be in title case. The
Sebastian Noack 2014/12/02 09:26:13 It should be consistent with the other labels. Whi
24 }, 24 },
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 "message": "After closing this popup, click (or right-click) an element on t he page." 30 "message": "After closing this popup, click (or right-click) an element on t he page."
31 }, 31 },
32 "description_chrome": { 32 "description_chrome": {
33 "description": "Note: this cannot be longer than 132 characters", 33 "description": "Note: this cannot be longer than 132 characters",
34 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." 34 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more."
35 }, 35 },
36 "description_opera": { 36 "description_opera": {
37 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo uTube, Facebook ads, banners and much more." 37 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo uTube, Facebook ads, banners and much more."
38 }, 38 },
39 "description_safari": { 39 "description_safari": {
40 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." 40 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more."
41 }, 41 },
42 "disabled_for_site": 42 "disabled_for_site":
43 { 43 {
44 "description": "Popup balloon label to disable blocking", 44 "description": "Popup balloon label to disable blocking",
45 "message": "<strong>Disabled</strong> on this site" 45 "message": "<strong>Disabled</strong> on this site"
46 }, 46 },
47 "disabled_for_these_domains": { 47 "disabled_for_these_domains": {
48 "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." 48 "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 }, 49 },
50 "easy_create_filter": {
51 "description": "Popup balloon label for blocking elements on the current pag e",
52 "message": "Block element"
53 },
50 "edit_filters_raw": { 54 "edit_filters_raw": {
51 "message": "Edit filters as raw text" 55 "message": "Edit filters as raw text"
52 }, 56 },
53 "enable_only_the": { 57 "enable_only_the": {
54 "message": "Enable only the filter lists you need. Too many can make your br owser unresponsive." 58 "message": "Enable only the filter lists you need. Too many can make your br owser unresponsive."
55 }, 59 },
56 "enabled_for_site": { 60 "enabled_for_site": {
57 "description": "Popup balloon label to enable blocking", 61 "description": "Popup balloon label to enable blocking",
58 "message": "<strong>Enabled</strong> on this site" 62 "message": "<strong>Enabled</strong> on this site"
59 }, 63 },
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "line": { 199 "line": {
196 "message": "Line $number$", 200 "message": "Line $number$",
197 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", 201 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
198 "placeholders": { 202 "placeholders": {
199 "number": { 203 "number": {
200 "content": "$1" 204 "content": "$1"
201 } 205 }
202 } 206 }
203 } 207 }
204 } 208 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld