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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 adblockplustests/chrome/content/tests/filterStorage.js | 78 adblockplustests/chrome/content/tests/filterStorage.js |
79 adblockplustests/chrome/content/tests/matcher.js | 79 adblockplustests/chrome/content/tests/matcher.js |
80 adblockplustests/chrome/content/tests/prefs.js | 80 adblockplustests/chrome/content/tests/prefs.js |
81 adblockplustests/chrome/content/tests/regexpFilters_matching.js | 81 adblockplustests/chrome/content/tests/regexpFilters_matching.js |
82 adblockplustests/chrome/content/tests/subscriptionClasses.js | 82 adblockplustests/chrome/content/tests/subscriptionClasses.js |
83 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ | 83 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ |
84 | 84 |
85 [import_locales] | 85 [import_locales] |
86 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location | 86 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location |
87 remove_subscription_warning | 87 remove_subscription_warning |
| 88 notification_antiadblock_title |
| 89 notification_antiadblock_message |
88 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label | 90 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label |
| 91 notification.button.yes |
| 92 notification.button.no |
| 93 notification.button.close |
89 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress | 94 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress |
90 subscription.lastDownload.invalidURL | 95 subscription.lastDownload.invalidURL |
91 subscription.lastDownload.connectionError | 96 subscription.lastDownload.connectionError |
92 subscription.lastDownload.invalidData | 97 subscription.lastDownload.invalidData |
93 subscription.lastDownload.checksumMismatch | 98 subscription.lastDownload.checksumMismatch |
94 subscription.enabled.label | 99 subscription.enabled.label |
95 subscription.delete.label | 100 subscription.delete.label |
96 addSubscription.label | 101 addSubscription.label |
97 addSubscriptionAdd.label | 102 addSubscriptionAdd.label |
98 addSubscriptionOther.label | 103 addSubscriptionOther.label |
99 acceptableAds2.label | 104 acceptableAds2.label |
100 viewList.label | 105 viewList.label |
101 readMore.label | 106 readMore.label |
102 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 107 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
103 title.label | 108 title.label |
104 adblockplus/chrome/locale/*/meta.properties = =name | 109 adblockplus/chrome/locale/*/meta.properties = =name |
105 adblockplus/chrome/locale/*/firstRun.properties = =* | 110 adblockplus/chrome/locale/*/firstRun.properties = =* |
OLD | NEW |