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

Side by Side Diff: popup.html

Issue 5046550090743808: Issue 1623 - Removed unused/duplicate translations (Closed)
Patch Set: Created Nov. 27, 2014, 10:47 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
« _locales/en_US/messages.json ('K') | « _locales/en_US/messages.json ('k') | 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <http://adblockplus.org/>, 4 - This file is part of Adblock Plus <http://adblockplus.org/>,
5 - Copyright (C) 2006-2014 Eyeo GmbH 5 - Copyright (C) 2006-2014 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 <ul id="menu"> 48 <ul id="menu">
49 <li id="enabled" class="menu-item" role="button"> 49 <li id="enabled" class="menu-item" role="button">
50 <div class="icon"></div> 50 <div class="icon"></div>
51 <span id="enabled-yes" class="i18n_enabled_for_site"></span> 51 <span id="enabled-yes" class="i18n_enabled_for_site"></span>
52 <span id="enabled-no" class="i18n_disabled_for_site"></span> 52 <span id="enabled-no" class="i18n_disabled_for_site"></span>
53 </li> 53 </li>
54 54
55 <li id="clickhide" class="menu-item" role="button"> 55 <li id="clickhide" class="menu-item" role="button">
56 <div class="icon"></div> 56 <div class="icon"></div>
57 <span class="i18n_easy_create_filter"></span> 57 <span class="i18n_block_element"></span>
58 </li> 58 </li>
59 <li id="clickhide-cancel" class="menu-item" role="button"> 59 <li id="clickhide-cancel" class="menu-item" role="button">
60 <div class="icon"></div> 60 <div class="icon"></div>
61 <span class="i18n_cancel"></span> 61 <span class="i18n_cancel"></span>
62 </li> 62 </li>
63 63
64 <li id="stats-container"> 64 <li id="stats-container">
65 <div class="menu-item collapse" data-option="show_statsinpopup" data-colla psable="stats-container" role="button"> 65 <div class="menu-item collapse" data-option="show_statsinpopup" data-colla psable="stats-container" role="button">
66 <div class="icon"></div> 66 <div class="icon"></div>
67 <span class="i18n_stats_title"></span> 67 <span class="i18n_stats_title"></span>
(...skipping 25 matching lines...) Expand all
93 </ul> 93 </ul>
94 </div> 94 </div>
95 95
96 <footer id="options" role="button"> 96 <footer id="options" role="button">
97 <div class="icon"></div> 97 <div class="icon"></div>
98 <span class="i18n_options_short"></span> 98 <span class="i18n_options_short"></span>
99 </footer> 99 </footer>
100 100
101 </body> 101 </body>
102 </html> 102 </html>
OLDNEW
« _locales/en_US/messages.json ('K') | « _locales/en_US/messages.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld