OLD | NEW |
1 [general] | 1 [general] |
2 version = 1.7.4 | 2 version = 1.7.4 |
3 backgroundScripts = ext/common.js | 3 backgroundScripts = ext/common.js |
4 ext/background.js | 4 ext/background.js |
5 lib/compat.js | 5 lib/compat.js |
6 lib/info.js | 6 lib/info.js |
7 lib/io.js | 7 lib/io.js |
8 lib/adblockplus.js | 8 lib/adblockplus.js |
9 lib/punycode.js | 9 lib/punycode.js |
10 lib/publicSuffixList.js | 10 lib/publicSuffixList.js |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 adblockplustests/chrome/content/tests/prefs.js | 82 adblockplustests/chrome/content/tests/prefs.js |
83 adblockplustests/chrome/content/tests/regexpFilters_matching.js | 83 adblockplustests/chrome/content/tests/regexpFilters_matching.js |
84 adblockplustests/chrome/content/tests/subscriptionClasses.js | 84 adblockplustests/chrome/content/tests/subscriptionClasses.js |
85 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ | 85 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ |
86 | 86 |
87 [import_locales] | 87 [import_locales] |
88 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location | 88 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location |
89 remove_subscription_warning | 89 remove_subscription_warning |
90 notification_antiadblock_title | 90 notification_antiadblock_title |
91 notification_antiadblock_message | 91 notification_antiadblock_message |
| 92 filter_elemhide_duplicate_id |
| 93 filter_elemhide_nocriteria |
92 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label | 94 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label |
93 notification.button.yes | 95 notification.button.yes |
94 notification.button.no | 96 notification.button.no |
95 notification.button.close | 97 notification.button.close |
96 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress | 98 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress |
97 subscription.lastDownload.invalidURL | 99 subscription.lastDownload.invalidURL |
98 subscription.lastDownload.connectionError | 100 subscription.lastDownload.connectionError |
99 subscription.lastDownload.invalidData | 101 subscription.lastDownload.invalidData |
100 subscription.lastDownload.checksumMismatch | 102 subscription.lastDownload.checksumMismatch |
101 subscription.enabled.label | 103 subscription.enabled.label |
102 subscription.delete.label | 104 subscription.delete.label |
103 addSubscription.label | 105 addSubscription.label |
104 addSubscriptionAdd.label | 106 addSubscriptionAdd.label |
105 addSubscriptionOther.label | 107 addSubscriptionOther.label |
106 acceptableAds2.label | 108 acceptableAds2.label |
107 viewList.label | 109 viewList.label |
108 readMore.label | 110 readMore.label |
109 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 111 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
110 title.label | 112 title.label |
111 adblockplus/chrome/locale/*/meta.properties = =name | 113 adblockplus/chrome/locale/*/meta.properties = =name |
112 adblockplus/chrome/locale/*/firstRun.properties = =* | 114 adblockplus/chrome/locale/*/firstRun.properties = =* |
OLD | NEW |