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

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

Issue 11094018: Use i18n.js from adblockplus to restrict HTML tag usage (Closed)
Patch Set: Created July 16, 2013, 9:28 a.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 | metadata.chrome » ('j') | options.js » ('J')
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 }, 50 },
51 "enabled_for_site": { 51 "enabled_for_site": {
52 "description": "Popup balloon checkbox label", 52 "description": "Popup balloon checkbox label",
53 "message": "Enabled for this site" 53 "message": "Enabled for this site"
54 }, 54 },
55 "filter_lists": { 55 "filter_lists": {
56 "description": "This is a tab heading.", 56 "description": "This is a tab heading.",
57 "message": "Filter lists" 57 "message": "Filter lists"
58 }, 58 },
59 "filter_must_follow_syntax": { 59 "filter_must_follow_syntax": {
60 "message": "Your filter must follow the <a href='$url$'>Adblock Plus filter syntax</a>.", 60 "message": "Your filter must follow the <a>Adblock Plus filter syntax</a>."
61 "placeholders": {
62 "url": {
63 "content": "$1"
64 }
65 }
66 }, 61 },
67 "found_a_bug": { 62 "found_a_bug": {
68 "message": "Found a bug? Want to translate Adblock Plus into your language? Please <a href='$url$'>file a request here</a>.", 63 "message": "Found a bug? Want to translate Adblock Plus into your language? Please <a>file a request here</a>."
69 "placeholders": {
70 "url": {
71 "content": "$1"
72 }
73 }
74 }, 64 },
75 "general": { 65 "general": {
76 "description": "This is a tab heading.", 66 "description": "This is a tab heading.",
77 "message": "General" 67 "message": "General"
78 }, 68 },
79 "last_updated_at": { 69 "last_updated_at": {
80 "description": "e.g. Last updated at 3:00pm on Apr 1, 2011", 70 "description": "e.g. Last updated at 3:00pm on Apr 1, 2011",
81 "message": "Last updated at $time$ on $date$", 71 "message": "Last updated at $time$ on $date$",
82 "placeholders": { 72 "placeholders": {
83 "date": { 73 "date": {
84 "content": "$2" 74 "content": "$2"
85 }, 75 },
86 "time": { 76 "time": {
87 "content": "$1" 77 "content": "$1"
88 } 78 }
89 } 79 }
90 }, 80 },
91 "last_updated_at_today": { 81 "last_updated_at_today": {
92 "description": "e.g. Last updated at 3:00pm today", 82 "description": "e.g. Last updated at 3:00pm today",
93 "message": "Last updated at $time$ today", 83 "message": "Last updated at $time$ today",
94 "placeholders": { 84 "placeholders": {
95 "time": { 85 "time": {
96 "content": "$1" 86 "content": "$1"
97 } 87 }
98 } 88 }
99 }, 89 },
100 "new_filters_added": {
101 "message": "New filters added; see <a id='options_url' target='_blank'>Optio ns</a> to manage them."
Thomas Greiner 2013/07/16 09:36:04 Seemed unused. Please correct me if I'm wrong.
102 },
103 "options": { 90 "options": {
104 "message": "Adblock Plus Options" 91 "message": "Adblock Plus Options"
105 }, 92 },
106 "out_of_date_lists": { 93 "out_of_date_lists": {
107 "message": "Out-of-date lists are updated periodically." 94 "message": "Out-of-date lists are updated periodically."
108 }, 95 },
109 "remove_button": { 96 "remove_button": {
110 "description": "This is the label for the 'Remove selected' buttons.", 97 "description": "This is the label for the 'Remove selected' buttons.",
111 "message": "Remove selected" 98 "message": "Remove selected"
112 }, 99 },
113 "show_block_element_menu": { 100 "show_block_element_menu": {
114 "message": "Show 'Block Element' right-click menu item" 101 "message": "Show 'Block Element' right-click menu item"
115 }, 102 },
116 "show_icon": { 103 "show_icon": {
117 "message": "Show icon in address bar" 104 "message": "Show icon in address bar"
118 }, 105 },
119 "subscriptionSelection_subscriptionSelector_label": { 106 "subscriptionSelection_subscriptionSelector_label": {
120 "message": "Please choose a filter subscription from the list:" 107 "message": "Please choose a filter subscription from the list:"
121 }, 108 },
122 "update_now": { 109 "update_now": {
123 "message": "Update now" 110 "message": "Update now"
124 }, 111 },
125 "whitelisted_domains": { 112 "whitelisted_domains": {
126 "description": "This is a tab heading.", 113 "description": "This is a tab heading.",
127 "message": "Whitelisted domains" 114 "message": "Whitelisted domains"
128 } 115 }
129 } 116 }
OLDNEW
« no previous file with comments | « no previous file | metadata.chrome » ('j') | options.js » ('J')

Powered by Google App Engine
This is Rietveld