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

Side by Side Diff: desktop-options.html

Issue 29584714: Issue 5874 - Sync strings with the agencies translations (Closed)
Patch Set: Rebased Created Oct. 23, 2017, 1:03 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 | desktop-options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-present eyeo GmbH 4 - Copyright (C) 2006-present eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 </ul> 148 </ul>
149 <p class="i18n_options_more_filters_note"></p> 149 <p class="i18n_options_more_filters_note"></p>
150 </div> 150 </div>
151 </section> 151 </section>
152 </div> 152 </div>
153 153
154 <!-- Whitelist tab content --> 154 <!-- Whitelist tab content -->
155 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whitelist "> 155 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whitelist ">
156 <header> 156 <header>
157 <h1 class="i18n_options_tab_whitelist"></h1> 157 <h1 class="i18n_options_tab_whitelist"></h1>
158 <p class="i18n_options_whitelist_description"></p> 158 <p id="whitelist-description" class="i18n_options_whitelist_descriptio n"></p>
159 </header> 159 </header>
160 <form class="section"> 160 <form class="section">
161 <input id="whitelisting-textbox" type="text"> 161 <input id="whitelisting-textbox" type="text">
162 <button id="whitelisting-add-button" 162 <button id="whitelisting-add-button"
163 type="submit" 163 type="submit"
164 data-action="add-domain-exception" 164 data-action="add-domain-exception"
165 class="i18n_options_whitelist_add primary" disabled> 165 class="i18n_options_whitelist_add primary" disabled>
166 </button> 166 </button>
167 </form> 167 </form>
168 <ul id="whitelisting-table" class="table list"> 168 <ul id="whitelisting-table" class="table list">
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 <li role="menuitem"> 240 <li role="menuitem">
241 <button class="i18n_options_filterList_updateNow update- subscription" data-action="update-subscription"></button> 241 <button class="i18n_options_filterList_updateNow update- subscription" data-action="update-subscription"></button>
242 </li> 242 </li>
243 <li role="menuitem"> 243 <li role="menuitem">
244 <a class="i18n_options_filterList_website website" targe t="_blank"></a> 244 <a class="i18n_options_filterList_website website" targe t="_blank"></a>
245 </li> 245 </li>
246 <li role="menuitem"> 246 <li role="menuitem">
247 <a class="i18n_options_filterList_source source" target= "_blank"></a> 247 <a class="i18n_options_filterList_source source" target= "_blank"></a>
248 </li> 248 </li>
249 <li role="menuitem"> 249 <li role="menuitem">
250 <button class="i18n_options_filterList_delete delete" da ta-action="remove-subscription"></button> 250 <button class="i18n_options_control_remove_title delete" data-action="remove-subscription"></button>
251 </li> 251 </li>
252 </ul> 252 </ul>
253 </div> 253 </div>
254 </div> 254 </div>
255 <button data-action="remove-subscription" class="control delete" ></button> 255 <button data-action="remove-subscription" class="control delete" ></button>
256 </div> 256 </div>
257 </template> 257 </template>
258 </ul> 258 </ul>
259 <div class="side-controls wrap"> 259 <div class="side-controls wrap">
260 <button class="i18n_options_filterList_add primary" data-action="ope n-dialog" data-dialog="import"></button> 260 <button class="i18n_options_filterList_add primary" data-action="ope n-dialog" data-dialog="import"></button>
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 </div> 400 </div>
401 <!-- Notification --> 401 <!-- Notification -->
402 <div id="notification" aria-hidden="true" aria-live="polite"> 402 <div id="notification" aria-hidden="true" aria-live="polite">
403 <strong id="notification-text"></strong> 403 <strong id="notification-text"></strong>
404 <button id="hide-notification" data-action="hide-notification"> 404 <button id="hide-notification" data-action="hide-notification">
405 <span class="i18n_options_notification_hide sr-only"></span> 405 <span class="i18n_options_notification_hide sr-only"></span>
406 </button> 406 </button>
407 </div> 407 </div>
408 </body> 408 </body>
409 </html> 409 </html>
OLDNEW
« no previous file with comments | « no previous file | desktop-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld