Left: | ||
Right: |
OLD | NEW |
---|---|
1 [general] | 1 [general] |
2 version = 1.11 | 2 version = 1.11 |
3 backgroundScripts = lib/polyfills/url.js | 3 backgroundScripts = lib/polyfills/url.js |
4 lib/polyfills/promise.js | 4 lib/polyfills/promise.js |
5 lib/polyfills/fetch.js | 5 lib/polyfills/fetch.js |
6 ext/common.js | 6 ext/common.js |
7 ext/background.js | 7 ext/background.js |
8 lib/compat.js | 8 lib/compat.js |
9 lib/info.js | 9 lib/info.js |
10 lib/adblockplus.js | 10 lib/adblockplus.js |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
61 skin/features/tracking.png = adblockplusui/skin/features/tracking.png | 61 skin/features/tracking.png = adblockplusui/skin/features/tracking.png |
62 skin/fonts/CreteRound-Italic.otf = adblockplusui/skin/fonts/CreteRound-Italic.ot f | 62 skin/fonts/CreteRound-Italic.otf = adblockplusui/skin/fonts/CreteRound-Italic.ot f |
63 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular. otf | 63 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular. otf |
64 skin/social/facebook.png = adblockplusui/skin/social/facebook.png | 64 skin/social/facebook.png = adblockplusui/skin/social/facebook.png |
65 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png | 65 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png |
66 skin/social/renren.png = adblockplusui/skin/social/renren.png | 66 skin/social/renren.png = adblockplusui/skin/social/renren.png |
67 skin/social/twitter.png = adblockplusui/skin/social/twitter.png | 67 skin/social/twitter.png = adblockplusui/skin/social/twitter.png |
68 skin/social/weibo.png = adblockplusui/skin/social/weibo.png | 68 skin/social/weibo.png = adblockplusui/skin/social/weibo.png |
69 qunit/qunit.js = adblockplustests/chrome/content/qunit.js | 69 qunit/qunit.js = adblockplustests/chrome/content/qunit.js |
70 qunit/qunit.css = adblockplustests/chrome/content/qunit.css | 70 qunit/qunit.css = adblockplustests/chrome/content/qunit.css |
71 new-options.html = adblockplusui/new-options.html | |
72 skin/new-options.css = adblockplusui/skin/new-options.css | |
Sebastian Noack
2016/05/12 12:35:20
Nit: Put this mapping below new-options.js to have
| |
73 new-options.js = adblockplusui/new-options.js | |
74 skin/tooltips/block.png = adblockplusui/skin/tooltips/block.png | |
75 skin/tooltips/more.png = adblockplusui/skin/tooltips/more.png | |
76 skin/tooltips/acceptable-ads.png = adblockplusui/skin/tooltips/acceptable-ads.pn g | |
77 skin/tooltips/whitelisted.png = adblockplusui/skin/tooltips/whitelisted.png | |
78 skin/options-sprite.png = adblockplusui/skin/options-sprite.png | |
79 skin/fonts/SourceSansPro-Regular.woff = adblockplusui/skin/fonts/SourceSansPro-R egular.woff | |
80 skin/fonts/SourceSansPro-Light.woff = adblockplusui/skin/fonts/SourceSansPro-Lig ht.woff | |
81 skin/fonts/SourceSansPro-Semibold.woff = adblockplusui/skin/fonts/SourceSansPro- Semibold.woff | |
71 | 82 |
72 [convert_js] | 83 [convert_js] |
73 lib/adblockplus.js = adblockpluscore/lib/events.js | 84 lib/adblockplus.js = adblockpluscore/lib/events.js |
74 lib/prefs.js | 85 lib/prefs.js |
75 lib/utils.js | 86 lib/utils.js |
76 lib/io.js | 87 lib/io.js |
77 adblockpluscore/lib/downloader.js | 88 adblockpluscore/lib/downloader.js |
78 adblockpluscore/lib/filterNotifier.js | 89 adblockpluscore/lib/filterNotifier.js |
79 adblockpluscore/lib/filterClasses.js | 90 adblockpluscore/lib/filterClasses.js |
80 adblockpluscore/lib/subscriptionClasses.js | 91 adblockpluscore/lib/subscriptionClasses.js |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
140 addSubscription.label | 151 addSubscription.label |
141 addSubscriptionAdd.label | 152 addSubscriptionAdd.label |
142 addSubscriptionOther.label | 153 addSubscriptionOther.label |
143 acceptableAds2.label | 154 acceptableAds2.label |
144 viewList.label | 155 viewList.label |
145 readMore.label | 156 readMore.label |
146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 157 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
147 title.label | 158 title.label |
148 adblockplus/chrome/locale/*/meta.properties = =name | 159 adblockplus/chrome/locale/*/meta.properties = =name |
149 adblockplusui/locale/*/firstRun.json = =* | 160 adblockplusui/locale/*/firstRun.json = =* |
161 adblockplusui/locale/*/new-options.json = =* | |
Sebastian Noack
2016/05/12 12:35:21
You also need common.json for the human readable t
| |
OLD | NEW |