Commit Graph

943 Commits

Author SHA1 Message Date
Raymond Hill f677443878
Warn when navigating away from pane with unsaved changes
Related issue:
- https://github.com/gorhill/uBlock/issues/3271

When navigating away by clicking another pane tab button,
there will be an embedded warning, which can be ignore
in order to proceed to the new pane, or dismissed by
either clicking on the "Stay" button or anywhere else
in the dashboard.

When navigating away by trying to close the tab, there will
be a built-in browser warning asking for confirmation.
2019-05-19 15:35:00 -04:00
Raymond Hill e66e4496ed
Fix https://github.com/uBlockOrigin/uBlock-issues/issues/360 2019-05-18 17:50:58 -04:00
Raymond Hill 9cbdff1a9d
Import translation work from https://crowdin.com/project/ublock 2019-05-17 15:02:00 -04:00
Raymond Hill ac1a323918
Import translation work from https://crowdin.com/project/ublock 2019-05-10 17:26:34 -04:00
Raymond Hill 26237d6d40
Import translation work from https://crowdin.com/project/ublock 2019-05-06 11:39:41 -04:00
Raymond Hill ce488d9fc8
Import translation work from https://crowdin.com/project/ublock 2019-05-01 20:05:16 -04:00
Raymond Hill 4c9e760a10
Import translation work from https://crowdin.com/project/ublock 2019-04-26 17:30:19 -04:00
Raymond Hill c535c624bd
Import translation work from https://crowdin.com/project/ublock 2019-04-23 09:32:15 -04:00
Raymond Hill 69cb5d8abd
Import translation work from https://crowdin.com/project/ublock 2019-04-19 17:07:27 -04:00
Raymond Hill 563f6fddde
Import translation work from https://crowdin.com/project/ublock 2019-04-08 12:36:19 -03:00
Raymond Hill f52e77b0c8
Import translation work from https://crowdin.com/project/ublock 2019-03-23 18:08:49 -03:00
Raymond Hill 07d4a6b60c
Import translation work from https://crowdin.com/project/ublock 2019-03-05 10:52:56 -05:00
Raymond Hill 5a2133de2a
Import translation work from https://crowdin.com/project/ublock 2019-02-26 11:29:22 -05:00
Raymond Hill 6aa2074e2f
Import translation work from https://crowdin.com/project/ublock 2019-02-24 09:08:19 -05:00
Raymond Hill 8edc3bf3e7
Import translation work from https://crowdin.com/project/ublock 2019-02-20 07:25:56 -05:00
Raymond Hill 27f7de7b96
Import translation work from https://crowdin.com/project/ublock 2019-02-17 16:11:36 -05:00
Raymond Hill b1f7739cba
Import translation work from https://crowdin.com/project/ublock 2019-02-15 07:50:28 -05:00
Raymond Hill 0c976992ba
Import translation work from https://crowdin.com/project/ublock 2019-02-10 12:26:48 -05:00
Raymond Hill d432f78b66
Import translation work from https://crowdin.com/project/ublock 2019-02-05 07:04:52 -05:00
Raymond Hill 4c428edeef
Import translation work from https://crowdin.com/project/ublock 2019-02-02 08:14:47 -05:00
Raymond Hill 98307e07cb
Import translation work from https://crowdin.com/project/ublock 2019-01-28 16:22:41 -05:00
Raymond Hill d7c169c587
Import translation work from https://crowdin.com/project/ublock 2019-01-27 17:24:26 -05:00
Raymond Hill 185ebf0d7d
Import translation work from https://crowdin.com/project/ublock 2019-01-25 08:47:39 -05:00
Raymond Hill ba7baec1f4
Import translation work from https://crowdin.com/project/ublock 2019-01-24 07:06:43 -05:00
Raymond Hill be76714cfc
Import translation work from https://crowdin.com/project/ublock 2019-01-22 06:53:09 -05:00
Raymond Hill a668893427
Import translation work from https://crowdin.com/project/ublock 2019-01-21 12:18:10 -05:00
Raymond Hill 64e0498084
Import translation work from https://crowdin.com/project/ublock 2019-01-20 12:35:25 -05:00
Raymond Hill 16a0ebbfb0
Import translation work from https://crowdin.com/project/ublock 2019-01-19 09:09:37 -05:00
Raymond Hill 6d19c4be88
Import translation work from https://crowdin.com/project/ublock 2019-01-18 06:57:47 -05:00
Raymond Hill ff6991c292
Import translation work from https://crowdin.com/project/ublock 2019-01-17 15:54:43 -05:00
Raymond Hill 299afacd99
Import translation work from https://crowdin.com/project/ublock 2019-01-17 08:07:24 -05:00
Raymond Hill 4df8e9be41
Add logger "Export"-related strings for i18n 2019-01-17 08:03:50 -05:00
Raymond Hill 5f341e02ed
Import translation work from https://crowdin.com/project/ublock 2019-01-16 07:32:18 -05:00
Raymond Hill 0b73808bf7
Import translation work from https://crowdin.com/project/ublock 2019-01-15 08:42:28 -05:00
Raymond Hill 3b206fd224
Put back 'Static filter' instead of just 'Filter' 2019-01-15 08:32:39 -05:00
Raymond Hill ac5bae6a65
Import translation work from https://crowdin.com/project/ublock 2019-01-14 15:10:28 -05:00
Raymond Hill 0edf53f508
Add export-to-clipboard feature to logger
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/334

Additionally, a number of smallish issues following
refactoring of the logger code were addressed.
2019-01-14 14:57:31 -05:00
Raymond Hill 88a54d442d
Import translation work from https://crowdin.com/project/ublock 2019-01-14 08:08:09 -05:00
Raymond Hill 10f1fdcb7c
Import translation work from https://crowdin.com/project/ublock 2019-01-12 17:22:55 -05:00
Raymond Hill 9fd63bdbe6
Merge branch 'master' of github.com:gorhill/uBlock into nextdev 2019-01-12 17:06:07 -05:00
Raymond Hill be0c7186a2
Import translation worl from https://crowdin.com/project/ublock 2019-01-12 17:05:41 -05:00
Raymond Hill ed5d63df69
Grand refactoring of the logger
Performance-related work: the logger data has been decoupled
from the DOM -- inspired from CodeMirror's way of efficiently
handling large amout of text data.

This decoupling now makes the logger highly efficient CPU- and
memory-wise, and open the way to more possibilities.

Ability to configure some aspect of the logger behavior and
visuals:
- The hard-coded limit of 5000 entries has been
  removed and is now replaced with a variety of
  user-configurable settings to enforce the discarding of
  logger entries.
- Some columns in the logger output can now be hidden.

The filter list look-up feature has been merged into the
existing overlay dialog used to create URL rules or static
filters, as an entry in a new "Details" pane.

Other issues addressed during refactoring:
- https://github.com/uBlockOrigin/uBlock-issues/issues/280
- https://github.com/gorhill/uBlock/issues/1999

The minimum version supported on Firefox has been bumped
up to 55.0.
2019-01-12 16:36:20 -05:00
Raymond Hill f1f1892233
Import translation work from https://crowdin.com/project/ublock 2019-01-08 07:57:49 -05:00
Raymond Hill 8eda70bce2
Import translation work from https://crowdin.com/project/ublock 2018-12-28 13:06:39 -05:00
Raymond Hill ab2efd1b84
Import translation work from https://crowdin.com/project/ublock 2018-12-27 10:21:25 -05:00
Raymond Hill 2ba1cd7dc3
Import translation work from https://crowdin.com/project/ublock 2018-12-26 06:53:46 -05:00
Raymond Hill fe595bb2b9
Import translation work from https://crowdin.com/project/ublock 2018-12-24 08:11:20 -05:00
Raymond Hill 4d540f3ffa
Import translation work from https://crowdin.com/project/ublock 2018-12-23 18:04:21 -05:00
Raymond Hill ddee2bff13
Import translation work from https://crowdin.com/project/ublock 2018-12-23 14:26:49 -05:00
Raymond Hill 13ce898e52
Import translation work from https://crowdin.com/project/ublock 2018-12-22 15:53:26 -05:00
Raymond Hill f3773ef6eb
Internationalize CodeMirror's hard-coded tooltips in the "My rules" pane
Related issue:
- https://github.com/gorhill/uBlock/issues/3708

This was brought into the issue above but I ended up forgotting
about it after I focused mostly on the second issue brought up
in there.
2018-12-22 11:55:13 -05:00
Raymond Hill 423deceb01
Import translation work from https://crowdin.com/project/ublock 2018-12-20 17:38:14 -05:00
Raymond Hill 42d337c706
Import translation work from https://crowdin.com/project/ublock 2018-12-19 14:10:54 -05:00
Raymond Hill feed1180b9
Import translation work from https://crowdin.com/project/ublock 2018-12-18 17:28:24 -05:00
Raymond Hill 0dcd77d352
Import translation work from https://crowdin.com/project/ublock 2018-12-18 16:52:27 -05:00
Raymond Hill 2b84bdcc83
Improve contextual information for translators 2018-12-18 16:37:07 -05:00
Raymond Hill 56f7505ad8
Further improve logger along with fixes to specific logger issues
- Add tooltip support (not yet complete):
  https://github.com/gorhill/uBlock/issues/1222
- Add a link to logger documentation:
  https://github.com/gorhill/uBlock/issues/2876#issuecomment-322905413
- Migrate to from fontawesome font to svgs:
  https://github.com/uBlockOrigin/uBlock-issues/issues/249
2018-12-17 13:54:17 -05:00
Raymond Hill 9b27a98f90
Fix https://github.com/gorhill/uBlock/issues/3654
Additionally, there has been refactoring work done regarding
filtering context used throughout uBO, motivated by the fix
here.
2018-12-13 12:30:54 -05:00
Raymond Hill 969900efa5
import translation work from https://crowdin.com/project/ublock 2018-12-06 10:23:49 -05:00
Raymond Hill c3b0fd31f6
import translation work from https://crowdin.com/project/ublock 2018-12-01 08:57:37 -05:00
Raymond Hill 95ffc138f2
import translation work from https://crowdin.com/project/ublock 2018-11-24 12:11:58 -05:00
Raymond Hill e39ecc466f
import translation work from https://crowdin.com/project/ublock 2018-11-17 05:59:29 -05:00
Raymond Hill be5bed817a
import translation work from https://crowdin.com/project/ublock 2018-11-08 09:09:08 -02:00
Raymond Hill 894dbb38d8
import translation work from https://crowdin.com/project/ublock 2018-11-06 16:29:43 -02:00
Raymond Hill 000eb82f08
import translation work from https://crowdin.com/project/ublock 2018-11-03 08:24:20 -03:00
Raymond Hill dbb7e80e3c
import translation work from https://crowdin.com/project/ublock 2018-11-02 17:20:02 -03:00
Raymond Hill ead324d859
GPLv3 requirement: "includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice" 2018-11-02 17:16:44 -03:00
Raymond Hill fdb1f00086
import translation work from https://crowdin.com/project/ublock 2018-10-28 11:04:42 -03:00
Raymond Hill 1670014e42
import translation work from https://crowdin.com/project/ublock 2018-10-24 10:15:32 -03:00
Raymond Hill c564e23e1f
import translation work from https://crowdin.com/project/ublock 2018-10-17 21:27:14 -03:00
Raymond Hill cd919d0013
import translation work from https://crowdin.com/project/ublock 2018-09-23 08:20:03 -04:00
Raymond Hill c999b278c3
import translation work from https://crowdin.com/project/ublock 2018-09-18 07:48:58 -04:00
Raymond Hill 9f7b92a6ce
import translation work from https://crowdin.com/project/ublock 2018-09-11 08:47:18 -04:00
Raymond Hill 1ae0272de2
import translation work from https://crowdin.com/project/ublock 2018-09-07 10:55:29 -04:00
Raymond Hill 28cb2e4f4d
import translation work from https://crowdin.com/project/ublock 2018-09-05 11:25:39 -04:00
Raymond Hill 84a4e1ac38
import translation work from https://crowdin.com/project/ublock 2018-09-04 10:34:56 -04:00
Raymond Hill 5bb8cb5ba9
import translation work from https://crowdin.com/project/ublock 2018-09-03 16:31:43 -04:00
Raymond Hill cbb5833bf2
fix https://github.com/uBlockOrigin/uBlock-issues/issues/199 2018-09-03 14:36:26 -04:00
Raymond Hill a891b6f537
import translation work from https://crowdin.com/project/ublock 2018-09-03 14:12:13 -04:00
Raymond Hill c3c08af43e
import translation work from https://crowdin.com/project/ublock 2018-09-01 06:45:44 -04:00
Raymond Hill 279241626b
fix https://github.com/uBlockOrigin/uBlock-issues/issues/191 2018-09-01 06:42:21 -04:00
Raymond Hill 989fbd1c71
fix erroneous description, as per feedback 2018-08-31 19:14:27 -04:00
Raymond Hill 3c85c03194
fix #308, #3436, https://github.com/uBlockOrigin/uBlock-issues/issues/155
<https://github.com/gorhill/uBlock/issues/3436>: a new per-site switch
has been added, no-scripting, which purpose is to wholly disable/enable
javascript for a given site. This new switch has precedence over all
other ways javascript can be disabled, including precedence over dynamic
filtering rules.

The popup panel will report the number of script resources which have
been seen by uBO for the current page. There is a minor inaccuracy to
be fixed regarding the count, and which fix requires to extend request
journaling.

<https://github.com/gorhill/uBlock/issues/308>: the `noscript` tags will
now be respected when the new no-scripting switch is in effect on a given
site.

A default setting has been added to the _Settings_ pane to
disable/enable globally the new no-script switch, such that one can
work in default-deny mode regarding javascript execution.

<https://github.com/uBlockOrigin/uBlock-issues/issues/155>: a new
hidden setting, `requestJournalProcessPeriod`, has been added to
allow controlling the delay before uBO internally process it's
network request journal queue. Default to 1000 (milliseconds).
2018-08-31 18:47:02 -04:00
Raymond Hill 1e2b584662
fix https://github.com/uBlockOrigin/uBlock-issues/issues/184 2018-08-31 10:49:01 -04:00
Raymond Hill ed926036ee
import translation work from https://crowdin.com/project/ublock 2018-08-27 15:42:59 -04:00
Raymond Hill 4149f5582d
import translation work from https://crowdin.com/project/ublock 2018-08-21 12:58:27 -04:00
Raymond Hill bfdf8b49aa
import translation work from https://crowdin.com/project/ublock 2018-08-15 09:42:41 -04:00
Raymond Hill 3fa72d25df
import translation from https://crowdin.com/project/ublock 2018-08-13 07:58:05 -04:00
Raymond Hill 684d974194
import translation work from https://crowdin.com/project/ublock 2018-08-11 10:45:00 -04:00
Raymond Hill a20498b5c0
import translation work from https://crowdin.com/project/ublock 2018-08-02 17:59:24 -04:00
Raymond Hill 0543288889
import translation work from https://github.com/gorhill/uBlock 2018-07-26 10:24:10 -04:00
Raymond Hill a717c42894
import translation work from https://crowdin.com/project/ublock 2018-07-24 09:45:20 -04:00
Raymond Hill 8ea24c91c8
import translation work from https://crowdin.com/project/ublock 2018-07-23 14:18:11 -04:00
Raymond Hill 5465d6010b
import translation work from https://crowdin.com/project/ublock 2018-07-22 15:49:06 -04:00
Raymond Hill d5f40b90f6
fix #2179 2018-07-22 08:14:02 -04:00
Raymond Hill 3097091704
import translation work from https://crowdin.com/project/ublock 2018-07-21 07:58:16 -04:00
Raymond Hill 473872105c
import translation work from https://crowdin.com/project/ublock 2018-07-20 07:53:23 -04:00
Raymond Hill 56393ae16e
import translation work from https://crowdin.com/project/ublock 2018-07-19 22:14:25 -04:00
Raymond Hill 07c7c3d944
import translation work from https://crowdin.com/project/ublock 2018-07-19 10:46:40 -04:00
Raymond Hill 20c95455e4
import translation work from https://crowdin.com/project/ublock 2018-07-19 06:41:27 -04:00
Raymond Hill ef455deb0a
fix https://github.com/uBlockOrigin/uBlock-issues/issues/106 2018-07-18 18:00:55 -04:00
Raymond Hill bb72f6bf19
import translation work from https://crowdin.com/project/ublock 2018-07-16 09:37:47 -04:00
Raymond Hill 94c3415054
import translation work from https://crowdin.com/project/ublock 2018-07-10 06:06:03 -04:00
Raymond Hill 034b2c7014
import translation work from https://crowdin.com/project/ublock 2018-07-04 09:59:49 -04:00
Raymond Hill 8754898028
import translation work from https://crowdin.com/project/ublock 2018-06-28 09:13:08 -04:00
Raymond Hill ea1d2e99e1
import translation work from https://crowdin.com/project/ublock 2018-06-24 07:43:53 -04:00
Raymond Hill 89d9e850e6
import translation work from https://crowdin.com/project/ublock 2018-06-12 08:41:20 -04:00
Raymond Hill f6fd471318
import translation work from https://crowdin.com/project/ublock 2018-06-10 07:36:53 -04:00
Raymond Hill c2f251c49f
import translation work from https://crowdin.com/project/ublock 2018-05-28 16:44:18 -04:00
Raymond Hill 3c9e7fe54f
import translation work from https://crowdin.com/project/ublock 2018-05-20 06:52:17 -04:00
Raymond Hill 3d172d7e76
import translation work from https://crowdin.com/project/ublock 2018-05-18 10:22:10 -04:00
Raymond Hill 09e2b1f45f
import translation work from https://crowdin.com/project/ublock 2018-05-15 08:07:47 -04:00
Raymond Hill 686171c315
import translation work from https://crowdin.com/project/ublock 2018-05-14 07:51:49 -04:00
Raymond Hill 232ffa8add
import translation work from https://crowdin.com/project/ublock 2018-05-12 16:31:50 -04:00
Raymond Hill 3ff6a1d9e2
import translation work from https://crowdin.com/project/ublock 2018-05-08 09:49:19 -04:00
Raymond Hill 29a5306f5a
import translation work from https://crowdin.com/project/ublock 2018-05-06 15:09:39 -04:00
Raymond Hill f7b07317c7
import translation work from https://crowdin.com/project/ublock 2018-05-02 08:04:45 -04:00
Raymond Hill 32cf6a9a65
import translation work from https://crowdin.com/project/ublock 2018-05-01 20:18:25 -04:00
Raymond Hill 46e1c79916
import translation work from https://crowdin.com/project/ublock 2018-05-01 08:08:59 -04:00
Raymond Hill a43b553020
import translation work from https://crowdin.com/project/ublock 2018-04-30 08:42:39 -04:00
Raymond Hill cc5dcfb072
import translation work from https://crowdin.com/project/ublock 2018-04-29 09:12:37 -04:00
Raymond Hill 8e8e06e3e7
import translation work from https://crowdin.com/project/ublock 2018-04-28 14:16:15 -04:00
Raymond Hill f90ec9c957
import translation work from https://crowdin.com/project/ublock 2018-04-27 15:01:53 -04:00
Raymond Hill d0c1c7c4c9
add link to issue tracker in dashboard's 'About' 2018-04-27 08:44:25 -04:00
Raymond Hill f940bc02f0
import translationwork from https://crowdin.com/project/ublock 2018-04-25 06:40:35 -04:00
Raymond Hill 0d9184b1d8
import translation work from https://crowdin.com/project/ublock 2018-04-22 14:53:57 -04:00
Raymond Hill 38a49f461e
import translation work from https://crowdin.com/project/ublock 2018-04-20 16:25:02 -04:00
Raymond Hill dbdcc1f583
import translation work from https://crowdin.com/project/ublock 2018-04-19 06:06:59 -04:00
Raymond Hill 9fe774647d
fix https://github.com/uBlockOrigin/uBlock-issues/issues/2 2018-04-18 09:03:30 -04:00
Raymond Hill 8868b53a41
import translation work from https://crowdin.com/project/ublock 2018-04-15 06:50:31 -04:00
Raymond Hill 501f632d3d
import translation work from https://crowdin.com/project/ublock 2018-04-13 06:31:58 -04:00
Raymond Hill bd0a7ebf16
import translation work from https://crowdin.com/project/ublock 2018-04-12 07:32:59 -04:00
Raymond Hill 42d5908d37
import translation work from https://crowdin.com/project/ublock 2018-04-11 06:37:44 -04:00
Raymond Hill 69f33a4b65
import translation work from https://crowdin.com/project/ublock 2018-04-10 08:43:30 -04:00
Raymond Hill 2a390879f7
import translation work from https://crowdin.com/project/ublock 2018-04-09 14:35:27 -04:00
Raymond Hill b60c06f3c4
various improvements to the "Filter lists" pane 2018-04-09 09:01:39 -04:00
Raymond Hill b91c2a7b41
import translation work from https://crowdin.com/project/ublock 2018-03-31 10:26:17 -04:00
Raymond Hill fce2eaf3c3
further improving UI for small screens 2018-03-28 16:15:50 -04:00
Raymond Hill f764435812
various changes to enhance UI for mobile devices 2018-03-28 09:11:55 -04:00
Raymond Hill fe791b9bd2
import translation work from https://crowdin.com/project/ublock 2018-03-14 12:12:09 -04:00
Raymond Hill ee357eeb15
import translation work from https://crowdin.com/project/ublock 2018-03-04 17:21:30 -05:00
Raymond Hill 8b538de0cd
import translation work from https://crowdin.com/project/ublock/ 2018-03-01 11:44:24 -05:00
Raymond Hill a0505b2adf
import translation work from https://crowdin.com/project/ublock 2018-02-24 11:11:57 -05:00
Raymond Hill 0c94716b75
import translation work from https://crowdin.com/project/ublock 2018-02-18 07:26:43 -05:00
Raymond Hill 473358cfbc
import translation work from https://crowdin.com/project/ublock 2018-02-12 12:09:17 -05:00
Raymond Hill 43eab7aff7
import translation work from https://crowdin.com/project/ublock 2018-02-03 12:10:01 -05:00
Raymond Hill 7f9435f8b2
import Kazakh translation work 2018-01-31 12:49:23 -05:00
Raymond Hill 6602ed27e0
import translation work from https://crowdin.com/project/ublock 2018-01-31 12:29:01 -05:00
Raymond Hill 36da71f547
import translation work from https://crowdin.com/project/ublock 2018-01-30 09:18:02 -05:00
Raymond Hill dada3fe6bc
import translation work from https://crowdin.com/project/ublock 2018-01-18 12:32:43 -05:00
Raymond Hill 55be87223e
import translation work from https://crowdin.com/project/ublock 2018-01-16 09:22:37 -05:00
Raymond Hill ecb5ca393e
import translation work from https://crowdin.com/project/ublock 2018-01-13 09:48:58 -05:00
Raymond Hill a73e1460b8
import translation work from https://crowdin.com/project/ublock 2018-01-11 09:09:56 -05:00
Raymond Hill 41c2c33ce2
import translation work from https://crowdin.com/project/ublock 2018-01-10 11:55:16 -05:00
Raymond Hill 4ed8184d2c
import translation work from https://crowdin.com/project/ublock 2018-01-09 09:40:14 -05:00
Raymond Hill 6cdb20dffe
improve logger convenience following fix for #2854 2018-01-09 08:08:17 -05:00
Raymond Hill 7cd8185f3a
import translation work from https://crowdin.com/project/ublock 2018-01-05 13:26:16 -05:00
Raymond Hill 5a468be661
import translation work from https://crowdin.com/project/ublock 2018-01-02 23:25:42 -05:00
Raymond Hill 9f89c67f3f
import translation work from https://crowdin.com/project/ublock 2017-12-30 11:26:06 -05:00
Raymond Hill fd1410ac9f
import translation work from https://crowdin.com/project/ublock 2017-12-28 14:26:03 -05:00
Raymond Hill 8688461b1a
import translation work from https://crowdin.com/project/ublock 2017-12-22 09:44:55 -05:00
Raymond Hill e54610a1ab
import translation work from https://crowdin.com/project/ublock 2017-12-14 08:21:03 -05:00
Raymond Hill 0e9fbce041
import translation work from https://crowdin.com/project/ublock 2017-12-13 07:57:50 -05:00
gorhill 423b32a8ad
import translation work from https://crowdin.com/project/ublock 2017-12-03 07:39:42 -05:00
gorhill 8c9fbfab5b
import translation work from https://crowdin.com/project/ublock 2017-11-29 07:19:40 -05:00
gorhill 815517d4d6
import translation work from https://crowdin.com/project/ublock 2017-11-20 08:53:39 -05:00
gorhill fa5500a6a0
import translation work from https://crowdin.com/project/ublock 2017-11-13 09:08:34 -05:00
gorhill 502b9b15e6
import translation work from https://crowdin.com/project/ublock 2017-11-11 08:01:22 -05:00
gorhill 562bdc132c
translation work from https://crowdin.com/project/ublock 2017-11-10 07:56:40 -05:00
gorhill 8d420a6da1
translation work from https://crowdin.com/project/ublock 2017-11-09 12:59:16 -05:00
gorhill 86becd2514
oops 2017-11-08 11:11:36 -05:00
gorhill cb1262a663
restore original short name as per feedback on https://crowdin.com/project/ublock 2017-11-08 10:55:35 -05:00
gorhill e5afbb2ed7
further make popup panel more ARIA-friendly (#2072) 2017-11-08 07:34:22 -05:00
gorhill e7294a46d4
fix https://github.com/gorhill/uBlock/issues/2072#issuecomment-342594160 2017-11-07 16:38:26 -05:00
gorhill 07d1d6819a
translation work from https://crowdin.com/project/ublock 2017-10-29 17:05:55 -04:00
gorhill d33d54426e
translation work from https://crowdin.com/project/ublock 2017-10-24 16:46:53 -04:00
gorhill bdd594b67e
translation work from https://crowdin.com/project/ublock 2017-10-23 12:58:03 -04:00
gorhill 95f2fb6b11
translation wok from https://crowdin.com/project/ublock 2017-10-20 07:11:48 -04:00
gorhill 5861a9aac2
help translators re. #3150 2017-10-19 09:40:26 -04:00
gorhill 95b25f7d49
fix #3150 2017-10-19 09:35:28 -04:00
gorhill ca39be2770
translation work from https://crowdin.com/project/ublock 2017-10-06 13:38:12 -04:00
gorhill cd5c0ec05a
translation work from https://github.com/gorhill/uBlock 2017-09-26 08:43:02 -04:00
gorhill 54a0b3599e
translation work from https://crowdin.com/project/ublock 2017-09-21 09:02:42 -04:00
gorhill b21e8b5e77
translation from https://crowdin.com/project/ublock 2017-09-16 08:41:36 -04:00
gorhill b778c6a365
translation work from https://crowdin.com/project/ublock 2017-09-14 13:32:48 -04:00
gorhill 147dc4f987
translation work from https://crowdin.com/project/ublock 2017-09-11 17:10:43 -04:00
gorhill c641cadea9
rename "Social" filter list category to "Annoyances" 2017-09-10 13:02:04 -04:00
gorhill 9a64bf2282
translation work from https://crowdin.com/project/ublock 2017-08-22 19:00:53 -04:00
gorhill b9f793e06f
translation work from https://crowdin.com/project/ublock 2017-08-17 08:34:00 -04:00
gorhill 04718be3fd
translation work from https://crowdin.com/project/ublock 2017-08-09 10:52:27 -04:00
gorhill ebf89751b9
translation work from https://crowdin.com/project/ublock 2017-07-18 09:47:38 -04:00
gorhill 4c39461ab6
translation work from https://crowdin.com/project/ublock 2017-07-13 15:16:20 -04:00
gorhill 6273b5d7bf
translation work from https://crowdin.com/project/ublock 2017-07-05 11:01:02 -04:00
gorhill bb4bf3d795
translation work from https://crowdin.com/project/ublock 2017-06-25 21:53:58 -04:00
Raymond Hill bc2ee2d560 translation work from https://crowdin.com/project/ublock 2017-06-24 16:25:17 -04:00
gorhill 9b55684551
fix #2718 2017-06-21 15:49:42 -04:00
gorhill d95c5672be
translation work from https://crowdin.com/project/ublock 2017-06-19 09:30:32 -04:00
gorhill f3fb8230ec
translation work from https://crowdin.com/project/ublock 2017-06-17 10:25:04 -04:00
gorhill 2fdf4cb19d
translation work from https://crowdin.com/project/ublock 2017-06-09 10:56:43 -04:00
gorhill 3110d45771
translation work from https://crowdin.com/project/ublock 2017-06-05 09:28:27 -04:00
gorhill 2e7024c00c
translation work from https://crowdin.com/project/ublock 2017-06-02 08:16:02 -04:00
gorhill b91f7abcb7
translation work from https://crowdin.com/project/ublock 2017-05-28 10:59:15 -04:00
gorhill 2531e21faf
translation work from https://crowdin.com/project/ublock 2017-05-27 11:52:32 -04:00
gorhill 39aeaa12a7
new feature: element zapper 2017-05-27 11:51:24 -04:00
gorhill 425d2210e9
translation work from https://crowdin.com/project/ublock 2017-05-20 17:18:08 -04:00
gorhill 43656e64dc
translation work from https://crowdin.com/project/ublock, Georgian added 2017-05-13 08:32:12 -04:00
gorhill 5bd0c08fd7
translation work from https://crowdin.com/project/ublock 2017-05-07 07:54:02 -04:00
gorhill a3500b9416
translation work from https://crowdin.com/project/ublock 2017-04-27 08:37:44 -04:00
gorhill 669be3d45d
fine tune tooltips in 3rd-party lists pane 2017-04-26 12:21:01 -04:00
gorhill 2369794c2c
translation work from https://crowdin.com/project/ublock 2017-04-24 10:34:38 -04:00
gorhill 248395fda4
translation work from https://crowdin.com/project/ublock 2017-04-09 09:16:35 -04:00
gorhill c2208f8f74
translation work from https://crowdin.com/project/ublock 2017-04-07 07:24:57 -04:00
gorhill bad345ea23
new languages available from https://crowdin.com/translate/ublock 2017-04-03 10:07:59 -04:00
gorhill 15feb55fc5
translation work from https://crowdin.com/project/ublock 2017-04-03 09:44:53 -04:00
gorhill 554ff4d603
translation work from https://crowdin.com/project/ublock 2017-03-24 12:57:45 -04:00
gorhill dde8598ab5
translation work from https://crowdin.com/project/ublock 2017-03-18 10:04:49 -04:00
gorhill 2a2cbdec1f #2388: forgot to also remove extraneous space 2017-02-19 10:20:48 -05:00
gorhill e2fd7e48c8 fix #2388 2017-02-19 10:06:35 -05:00
gorhill 2852f9be19 translation work from https://crowdin.com/project/ublock 2017-02-05 15:27:21 -05:00
gorhill c2a3ff141b translation work from https://crowdin.com/project/ublock 2017-01-24 16:58:27 -05:00
Raymond Hill 3b9fd49c50 Assets management refactored (#2314)
* refactoring assets management code

* finalizing refactoring of assets management

* various code review of new assets management code

* fix #2281

* fix #1961

* fix #1293

* fix #1275

* fix update scheduler timing logic

* forward compatibility (to be removed once 1.11+ is widespread)

* more codereview; give admins ability to specify own assets.json

* "assetKey" is more accurate than "path"

* fix group count update when building dom incrementally

* reorganize content (order, added URLs, etc.)

* ability to customize updater through advanced settings

* better spinner icon
2017-01-18 13:17:47 -05:00
gorhill acd27b07ec trabslation work from https://crowdin.com/project/ublock 2016-12-14 07:50:52 -05:00
gorhill ce0b5ab5fb translation work from https://crowdin.com/project/ublock 2016-12-07 09:51:46 -05:00
gorhill f408ffe26c translation work from https://crowdin.com/project/ublock 2016-11-28 08:53:08 -05:00
gorhill 67941fea25 translation work from https://crowdin.com/project/ublock 2016-11-22 11:38:12 -05:00
gorhill 375797ca0d translation work from https://crowdin.com/project/ublock 2016-11-12 13:48:04 -05:00
gorhill 368e00ef7a translation work from https://crowdin.com/project/ublock 2016-11-08 16:01:20 -05:00
gorhill 4d0eaf3b3c code review: various minor changes 2016-11-07 14:53:04 -05:00
gorhill 77ce4ba377 translation work from https://crowdin.com/project/ublock 2016-11-06 17:13:51 -05:00
gorhill 1e892d6779 translation work from https://crowdin.com/project/ublock 2016-11-05 14:55:26 -04:00
gorhill 9b1846749e translation work from https://crowdin.com/project/ublock 2016-11-04 17:48:26 -04:00
gorhill 8c3da95d65 fix #2067 (experimental) + support for hidden settings 2016-11-03 11:20:47 -04:00
gorhill eaaaf68d2c translation work from https://crowdin.com/project/ublock 2016-10-24 11:48:59 -04:00
gorhill becd030e34 translation work from https://crowdin.com/project/ublock 2016-10-24 11:47:43 -04:00
gorhill ec931e5348 "Backup" is not a verb, as reported by https://crowdin.com/profile/Tonnes 2016-10-21 08:46:05 -04:00
gorhill aeaa63f2ae translation work from https://crowdin.com/project/ublock 2016-10-19 11:22:36 -04:00
gorhill 1be1c415d6 translation work from https://crowdin.com/project/ublock 2016-10-17 09:44:57 -04:00
gorhill ba18b3aa02 translation work from https://crowdin.com/project/ublock 2016-10-15 08:44:48 -04:00
gorhill cbefeb923c fix #1884 2016-10-14 10:06:34 -04:00
gorhill 68dcdb7dee translation from https://crowdin.com/project/ublock 2016-10-01 12:49:43 -04:00
gorhill 7e23aae879 reverse part of 93001a86, apparently translating "by" is more complicating than first thought 2016-10-01 12:44:08 -04:00
gorhill 93001a8635 fix issue raised on https://crowdin.com/project/ublock: missing ability to translate "by" 2016-09-30 09:48:31 -04:00
gorhill a14dba5162 translation work from https://crowdin.com/project/ublock 2016-09-28 08:55:02 -04:00
gorhill 6eb4bacc3b translation work from https://crowdin.com/project/ublock 2016-09-25 16:58:42 -04:00
gorhill 694714de4e translation work from https://crowdin.com/project/ublock 2016-09-21 16:19:04 -04:00
gorhill ec6cd4b300 translation work from https://crowdin.com/project/ublock 2016-09-19 09:33:56 -04:00
gorhill 868aa96a68 translation work from https://crowdin.com/project/ublock 2016-09-19 09:22:21 -04:00
gorhill b940050553 translation work from https://crowdin.com/project/ublock 2016-09-12 10:43:57 -04:00
gorhill f10813e521 translation work from https://crowdin.com/project/ublock 2016-09-09 07:42:30 -04:00
gorhill 022337c41f translation work from https://crowdin.com/project/ublock 2016-09-07 07:27:48 -04:00
gorhill 48dcca0250 translation work from https://crowdin.com/project/ublock 2016-08-25 17:12:17 -04:00
gorhill 4290b4b065 fix issue reported on Crowdin: "Support" not available for translation 2016-08-21 20:04:59 -04:00
gorhill 99776b4bad translation work from https://crowdin.com/project/ublock 2016-08-21 20:03:20 -04:00
gorhill b3ffdb6b68 translation work from https://crowdin.com/project/ublock 2016-08-16 09:31:02 -04:00
gorhill a55669bf1c translation work from https://crowdin.com/project/ublock 2016-08-15 22:54:30 -04:00
gorhill 82a6780491 translation work from https://crowdin.com/project/ublock 2016-08-13 18:02:11 -04:00
gorhill 2feadb4a0d fix strings as suggested by translator on Crowdin 2016-08-13 16:40:25 -04:00
gorhill 77c2560908 translation work from https://crowdin.com/project/ublock 2016-08-13 08:23:33 -04:00
gorhill 730e1e3a61 add new strings for #1892 2016-08-13 08:21:52 -04:00
gorhill 3af1af08ce translation work from https://crowdin.com/project/ublock 2016-08-01 17:35:29 -04:00
gorhill 0fa552670a import translation work from https://crowdin.com/project/ublock 2016-07-04 15:01:18 -04:00
gorhill 5f1f697af1 translation work from https://crowdin.com/project/ublock 2016-06-15 16:18:17 -04:00
gorhill 0d5a643b13 translation work from https://crowdin.com/project/ublock 2016-04-26 10:30:44 -04:00
gorhill f1ba21b20c translation work from https://crowdin.com/project/ublock 2016-04-20 08:48:53 -04:00
gorhill 27509ac0df translation work from https://crowdin.com/project/ublock 2016-04-18 08:50:57 -04:00
gorhill b08b2e3f8d translation work from https://crowdin.com/project/ublock 2016-04-17 11:13:15 -04:00
gorhill 9099c09ea8 translation work from https://crowdin.com/project/ublock 2016-04-16 11:01:55 -04:00
gorhill 5fcc78190f new string to address #650 2016-04-16 10:59:38 -04:00
gorhill 3d86fb4167 translation work from https://crowdin.com/project/ublock 2016-03-25 14:17:26 -04:00
gorhill 5a3f0920a2 translation work from https://crowdin.com/project/ublock 2016-03-17 18:34:08 -04:00
gorhill eec3dfefd4 translation work from https://crowdin.com/project/ublock 2016-03-09 15:24:04 -05:00
gorhill 5774743eaa translation work from https://crowdin.com/project/ublock 2016-03-02 14:35:59 -05:00
gorhill c5de77c2ec translation work from https://crowdin.com/project/ublock 2016-02-19 07:24:19 -05:00
gorhill 4aab4c12d0 translation work from https://crowdin.com/project/ublock 2016-02-17 09:31:44 -05:00
gorhill f22511ce53 translation work from https://crowdin.com/project/ublock 2016-02-14 11:10:37 -05:00
gorhill 2d111daad5 translation work from https://crowdin.com/project/ublock 2016-02-10 09:14:35 -05:00
gorhill d8455f81e3 translation work from https://crowdin.com/project/ublock 2016-02-03 17:28:50 -05:00
gorhill da990d9d66 translation work from https://crowdin.com/project/ublock 2016-02-02 09:46:22 -05:00
gorhill 61d5f2fd53 translation work from https://crowdin.com/project/ublock 2016-01-30 10:32:12 -05:00
gorhill 6a55750db5 translation work from https://crowdin.com/project/ublock 2016-01-28 11:28:58 -05:00
gorhill 618efc531b translation work from https://github.com/gorhill/uBlock 2016-01-25 18:13:32 -05:00
gorhill 6a1ef6aa75 translation work from https://crowdin.com/project/ublock 2016-01-25 10:29:03 -05:00
gorhill 74c87f075e translation work from https://crowdin.com/project/ublock 2016-01-23 08:03:11 -05:00
gorhill b59c767b5a translation work from https://crowdin.com/project/ublock 2016-01-21 18:39:07 -05:00
gorhill dbd35b5e06 translation work from https://crowdin.com/project/ublock 2016-01-19 09:10:51 -05:00
gorhill 5054481b58 translation work from https://crowdin.com/project/ublock 2016-01-18 15:15:30 -05:00
gorhill d846d43f84 fixed typo 2016-01-18 15:06:41 -05:00
gorhill 89148351e8 #1163: this implements "block elements by size" 2016-01-17 13:30:43 -05:00
gorhill 50cee5dfe5 this fixes #790 2016-01-08 11:08:53 -05:00
gorhill ea213378c1 translation work from https://crowdin.com/project/ublock 2015-12-31 09:47:23 -05:00
gorhill beef895549 translation work from https://crowdin.com/project/ublock 2015-12-27 16:22:52 -05:00
gorhill 6af43b7ad7 translation work from https://crowdin.com/project/ublock 2015-12-26 08:35:12 -05:00
gorhill c696ed7164 translation work from https://crowdin.com/project/ublock 2015-12-23 11:05:10 -05:00
gorhill c52f021356 trabslation work from https://crowdin.com/project/ublock 2015-12-19 17:55:21 -05:00
gorhill ee58cb8d54 #671: added tooltips for persist/revert buttons in advanced panel 2015-12-18 11:09:44 -05:00
gorhill a862376104 #671: this adds a tooltip for top-most cells in advanced user mode 2015-12-17 16:45:24 -05:00
gorhill 873e7dfcd1 translation work from https://crowdin.com/project/ublock 2015-12-17 13:09:56 -05:00
gorhill 3dd01c10a9 translation work from https://crowdin.com/project/ublock 2015-12-15 10:45:15 -05:00
gorhill 3c4a9b4e53 translation work from https://crowdin.com/project/ublock 2015-12-13 09:51:25 -05:00
gorhill b2f9352599 checking in this in advance so that translation work can start 2015-12-12 18:57:44 -05:00
gorhill 682131b310 translation work from https://crowdin.com/project/ublock 2015-12-05 12:27:20 -05:00
gorhill d03e582de8 translation work from https://crowdin.com/project/ublock 2015-11-29 22:45:12 -05:00
gorhill 7dabe471ad translation work from https://crowdin.com/project/ublock 2015-11-13 10:57:30 -05:00
gorhill c4d96c472b translation work from https://crowdin.com/project/ublock 2015-11-10 13:22:25 -05:00
gorhill 152c9454fe translation work from https://crowdin.com/project/ublock 2015-11-06 11:15:43 -05:00
gorhill aa16db3c90 translation from https://crowdin.com/project/ublock 2015-10-31 00:58:16 -04:00
gorhill d9fc016cd3 translation work from https://crowdin.com/project/ublock 2015-10-24 09:28:11 -04:00
gorhill ff4ef62747 translation work from https://crowdin.com/project/ublock 2015-10-22 22:10:29 -04:00
gorhill c036bd320f translation work from https://crowdin.com/project/ublock 2015-10-21 10:35:49 -04:00
gorhill 7e125b3b67 translation work from https://crowdin.com/project/ublock 2015-10-18 10:42:44 -04:00
gorhill 38a9504caa translation work from https://crowdin.com/project/ublock 2015-10-16 10:14:58 -04:00
gorhill 9cf433e585 translation work from https://crowdin.com/project/ublock 2015-10-06 14:13:47 -04:00
gorhill 4021cffaf9 translation work from https://crowdin.com/project/ublock 2015-10-05 09:02:45 -04:00
gorhill 0a6331e7be translation work from https://crowdin.com/project/ublock 2015-10-02 09:34:09 -04:00
gorhill c46d1f6a52 translation work from https://crowdin.com/project/ublock 2015-09-30 09:36:58 -04:00
gorhill 879f7a2255 translation work from https://crowdin.com/project/ublock 2015-09-27 10:15:03 -04:00
gorhill e62246b380 translation work from https://crowdin.com/project/ublock 2015-09-26 19:10:05 -04:00
gorhill 55b99543f5 translation work from https://crowdin.com/project/ublock 2015-09-25 08:58:38 -04:00
gorhill 38ba6da842 translation work from https://crowdin.com/project/ublock 2015-09-16 19:12:27 -04:00
gorhill c11ad44b9b translation work from https://crowdin.com/project/ublock 2015-09-16 08:06:49 -04:00
gorhill 02874dfd05 translation work from https://crowdin.com/project/ublock 2015-09-15 09:48:23 -04:00
gorhill eabaa71446 translation work from https://crowdin.com/project/ublock 2015-09-14 07:24:32 -04:00
gorhill c5fa9ee818 transation work from https://crowdin.com/project/ublock 2015-09-13 15:10:22 -04:00
gorhill 53fa8f7a50 new: Basque translation by https://crowdin.com/profile/Osoitz 2015-09-12 11:00:57 -04:00
gorhill 291f83f19a translation work from https://github.com/gorhill/uBlock 2015-09-12 10:52:03 -04:00
gorhill 4e3fcd576d this addresses #705 2015-09-12 10:51:11 -04:00
gorhill 0dac9f7df4 translation work from https://crowdin.com/project/ublock 2015-09-10 09:53:47 -04:00
gorhill c984254ac8 translation work from https://crowdin.com/project/ublock 2015-09-10 06:50:38 -04:00
gorhill c21a91d318 translation work from https://crowdin.com/project/ublock 2015-09-03 18:29:17 -04:00
gorhill d536b5a591 translation work from https://crowdin.com/project/ublock 2015-08-31 18:49:28 -04:00
gorhill 12249b2326 translation work from https://crowdin.com/project/ublock 2015-08-30 10:43:23 -04:00
gorhill cf9869877d translation work from https://crowdin.com/project/ublock 2015-08-29 01:08:37 -04:00
gorhill 4b96a8f79d translation work from https://crowdin.com/project/ublock 2015-08-24 09:25:46 -04:00
gorhill 3c72c83b7c translation work from https://crowdin.com/project/ublock 2015-08-19 19:24:14 -04:00
gorhill 87ca0f2c1b translation work from https://crowdin.com/project/ublock 2015-08-19 08:16:11 -04:00
gorhill 1e9595c3dd translation work from https://crowdin.com/project/ublock 2015-08-14 10:12:11 -04:00
gorhill 8ea229b0ae this fixes #570 2015-08-14 08:40:08 -04:00
gorhill 176f518d65 translation work from https://crowdin.com/project/ublock 2015-08-12 16:33:13 -04:00
gorhill 5bdf14329c translation work from https://crowdin.com/project/ublock 2015-08-12 12:32:29 -04:00
gorhill f338c28cd6 support append from cloud storage + uniformize buttons visual in dashboard 2015-08-12 12:17:39 -04:00
gorhill 09790f30a2 translations from https://crowdin.com/project/ublock 2015-08-11 19:39:24 -04:00
gorhill d640150aed add contexts for translators 2015-08-11 19:12:26 -04:00
gorhill 42881464cb translation work from https://crowdin.com/project/ublock 2015-08-11 18:52:09 -04:00
gorhill 690421aead sync feature (#80): draft 2015-08-11 15:29:14 -04:00
gorhill 8401a796ac translation work from https://crowdin.com/project/ublock 2015-08-01 11:36:59 -04:00
gorhill 8c7f3e172f translation work from https://crowdin.com/project/ublock 2015-07-30 09:43:49 -04:00
gorhill 6acb2e561e translation work from https://crowdin.com/project/ublock 2015-07-24 20:14:21 -04:00
gorhill 35106dcd90 new dynamic rule type: "3p-passive", for css/images 2015-07-24 19:27:23 -04:00
gorhill 51360d4b26 translation work from https://crowdin.com/project/ublock 2015-07-14 08:41:05 -04:00
gorhill d9da7c996b translation work from https://crowdin.com/project/ublock 2015-07-12 19:08:39 -04:00
gorhill a7d5c2619d translation work from https://crowdin.com/project/ublock 2015-07-08 12:27:24 -04:00
gorhill ca4fdbc042 using plural is more accurate 2015-07-08 08:32:38 -04:00
gorhill 43ba18da97 translation work from https://github.com/gorhill/uBlock 2015-07-05 09:31:35 -04:00
gorhill 65647860f6 translation work from https://crowdin.com/project/ublock 2015-07-05 08:04:24 -04:00
gorhill d5c72b6185 translation work from https://crowdin.com/project/ublock 2015-07-02 09:33:49 -04:00
gorhill b4e00a8fd7 translation work from https://crowdin.com/project/ublock 2015-06-25 09:07:44 -04:00
gorhill 1ba7894a29 ability to prevent local ip address leak thru webrtc 2015-06-24 20:01:27 -04:00
gorhill 1eb8239dc2 translation work from https://crowdin.com/project/ublock 2015-06-18 12:06:15 -04:00
gorhill bf0fc6840e translation work from https://crowdin.com/project/ublock 2015-06-17 19:33:25 -04:00
gorhill 13a5495f28 translation work from https://crowdin.com/project/ublock 2015-06-15 15:52:20 -04:00
gorhill 846e77fd55 translation work from https://crowdin.com/project/ublock 2015-06-15 07:23:42 -04:00
gorhill 1c3ae71cab translation work from https://crowdin.com/project/ublock 2015-06-14 20:27:13 -04:00
gorhill 1b78be4b7c minor change in how filter list(s) are rendered 2015-06-14 07:56:12 -04:00
gorhill 5ddee43e44 translation work from https://crowdin.com/project/ublock 2015-06-13 14:47:36 -04:00
gorhill 86acda1a90 translation work from https://crowdin.com/project/ublock 2015-06-13 11:28:06 -04:00
gorhill 5a8e0c3846 translation work from https://crowdin.com/project/ublock 2015-06-12 06:52:33 -04:00
gorhill 8bee897fb6 translation work from https://crowdin.com/project/ublock 2015-06-11 19:35:54 -04:00
gorhill 0010bfc102 translation work from https://crowdin.com/project/ublock 2015-06-11 15:13:37 -04:00
gorhill 1a4418cd10 translation work from https://crowdin.com/project/ublock 2015-06-11 12:17:54 -04:00
gorhill 060a43fe81 this addresses half of #58: find list(s) from which a static network filter originates 2015-06-11 12:12:23 -04:00
gorhill 51c960ab3c translation work from https://crowdin.com/project/ublock 2015-06-10 11:40:11 -04:00
gorhill 7e6d177a6c translation work from https://crowdin.com/project/ublock 2015-06-10 10:16:25 -04:00
gorhill 113c2e11a5 this (indirectly) fixes #15: let uBlock block remote fonts globally or on a site-basis 2015-06-10 09:23:48 -04:00
gorhill 643bb3dcd2 translation work from https://crowdin.com/project/ublock 2015-06-09 10:28:46 -04:00
gorhill e5a71b5c31 translation work from https://crowdin.com/project/ublock 2015-06-08 08:25:01 -04:00
gorhill 6f8616eeb3 translation work from https://crowdin.com/project/ublock 2015-06-07 20:32:56 -04:00
gorhill 40ebd3e8a8 translation work from https://crowdin.com/project/ublock 2015-06-07 09:49:52 -04:00
gorhill 056a760dc4 minor rephrasing 2015-06-06 19:10:24 -04:00
gorhill 48f47a6849 logger: ability to create static net filters 2015-06-06 18:31:38 -04:00
gorhill 5ce0a7dff9 translation work from https://crowdin.com/project/ublock 2015-06-03 17:03:41 -04:00
gorhill 62a4831bd1 translation work from https://crowdin.com/project/ublock 2015-06-02 18:53:20 -04:00
gorhill 14ef8e72e0 and "beacon" 2015-06-02 18:52:08 -04:00
gorhill c170167f96 translation work from https://crowdin.com/project/ublock 2015-06-02 09:06:45 -04:00
gorhill ee8dd54481 added ability to disable hyperlink auditing 2015-06-02 08:26:35 -04:00
gorhill c64e35edbc translation work from https://crowdin.com/project/ublock 2015-06-02 00:21:04 -04:00
gorhill 2766f78eec translation work https://crowdin.com/project/ublock 2015-06-01 20:00:19 -04:00
gorhill 14371b5d92 this fixes #274 2015-06-01 15:03:22 -04:00
gorhill 103bb9cda9 translation work from https://crowdin.com/project/ublock 2015-05-29 19:30:11 -04:00
gorhill 58804dba7d translation work from https://crowdin.com/project/ublock 2015-05-29 17:13:22 -04:00
Alex Silva 6d3801ce34 Update from crowdin
i updated some strings on crowdin :)
2015-05-28 18:35:46 -03:00
gorhill d7c10005c8 translation work from https://crowdin.com/project/ublock 2015-05-27 19:47:18 -04:00
gorhill 0ad2ae24d6 translation work from https://crowdin.com/project/ublock 2015-05-27 18:47:53 -04:00
gorhill 2c3d810840 translation work from https://crowdin.com/project/ublock 2015-05-26 16:49:49 -04:00
gorhill 93a3965e53 fine tuning dynamic URL filtering UI + i18n 2015-05-26 09:52:09 -04:00
gorhill 73ac79feff this fixes importing empty ABP custom ruleset 2015-05-22 18:03:14 -04:00
gorhill 9dc9116fa9 translation work from https://crowdin.com/project/ublock 2015-05-19 07:18:38 -04:00
gorhill a29854677c translation work from https://crowdin.com/project/ublock 2015-05-17 18:39:01 -04:00
gorhill e0284b8908 this fixes #193 2015-05-16 10:15:02 -04:00
gorhill 2edeb9c3e8 translation work from https://crowdin.com/project/ublock 2015-05-10 09:32:38 -04:00
gorhill f5e7590238 translation work from https://crowdin.com/project/ublock 2015-04-24 17:47:04 -04:00
gorhill 1cec79195e translation work from https://crowdin.com/project/ublock 2015-04-24 07:45:50 -04:00
gorhill 5fbbec6f85 translation work from https://crowdin.com/project/ublock 2015-04-23 18:49:21 -04:00
gorhill 4afc2e2959 translation work from https://crowdin.com/project/ublock 2015-04-23 08:49:02 -04:00
gorhill baee84bffb tranlation work from https://crowdin.com/project/ublock 2015-04-22 18:07:36 -04:00
gorhill 78ad7929a6 This addresses colour-blindness issues, using contributed solution https://github.com/chrisaljoudi/uBlock/issues/467#issuecomment-95177219 2015-04-22 10:46:10 -04:00
gorhill 03458188fa translation work from https://crowdin.com/project/ublock 2015-04-18 00:04:53 -04:00
Alex Silva 7b798ca0fd Updated from crowdin 2015-04-11 10:41:39 -03:00
gorhill 1fb59fc6be translation work from Crowdin 2015-04-11 08:03:56 -04:00
gorhill 416c7b4cdd translation work from https://crowdin.com/project/ublock 2015-04-10 17:28:31 -04:00
gorhill 31ffbd3829 translation work from https://crowdin.com/project/ublock 2015-04-09 11:23:20 -04:00
gorhill 66a5d34860 updated with new name 2015-04-09 06:17:52 -04:00
gorhill 05eda9f036 translation work from Crowdin 2015-04-07 14:05:03 -04:00
gorhill 7961c41986 name change 2015-04-07 10:33:54 -04:00
gorhill 2dde6f15de new switch: toggle cosmetic filtering on/off for a site 2015-04-05 12:03:14 -04:00
gorhill bbe4f4743b translation work from https://crowdin.com/project/ublock 2015-04-02 08:54:06 -04:00
gorhill 3e7e438716 translation work from https://crowdin.com/project/ublock 2015-03-31 09:45:32 -04:00
gorhill 99a0d28c98 translation work from https://crowdin.com/project/ublock 2015-03-30 17:57:37 -04:00
gorhill a1da6df4d6 fine tuning warning page 2015-03-30 13:10:29 -04:00
gorhill d23b4e5a4f translation work from https://crowdin.com/project/ublock 2015-03-29 15:06:42 -04:00
gorhill 8d61a04b3e translation work from https://crowdin.com/project/ublock 2015-03-28 15:17:40 -04:00
gorhill 4855625759 translation work from https://crowdin.com/project/ublock 2015-03-27 20:13:17 -04:00
gorhill 40127c2081 translation work from https://crowdin.com/project/ublock 2015-03-27 17:31:50 -04:00
gorhill e3ca3af1cd minor edit 2015-03-27 17:25:18 -04:00
gorhill f2ff0edfaf this fixes #1013, #1062 (draft) 2015-03-27 13:00:55 -04:00
gorhill a4b4bc98ff this fixes #1013 2015-03-25 19:28:22 -04:00
gorhill db301e9f64 translation work from https://crowdin.com/project/ublock 2015-03-22 08:18:05 -04:00
gorhill 32853e3311 translation work from https://crowdin.com/project/ublock 2015-03-21 10:32:10 -04:00
Alex Silva 502121d041 Update from crowdin 2015-03-21 10:19:16 -03:00
gorhill 4807abca38 translation work from https://crowdin.com/project/ublock 2015-03-21 08:49:10 -04:00
gorhill b6644d8cea translation work from https://crowdin.com/project/ublock 2015-03-20 20:28:54 -04:00
gorhill 512cc48dee translation work from https://crowdin.com/project/ublock 2015-03-19 10:32:19 -04:00
gorhill d9aa4f4492 translation work from https://crowdin.com/project/ublock 2015-03-17 09:43:53 -04:00
gorhill 0ce004416c translation work from https://crowdin.com/project/ublock 2015-03-17 00:50:58 -04:00
gorhill 32837deba6 translation work from https://crowdin.com/project/ublock 2015-03-15 17:41:21 -04:00
gorhill 8d3c237bca prepare for crowdin 2015-03-15 13:14:22 -04:00
gorhill 6312e98cfe translation work from https://crowdin.com/project/ublock 2015-03-14 11:15:04 -04:00
gorhill 7f0c2845dd translation work from https://crowdin.com/project/ublock 2015-03-13 19:54:21 -04:00
gorhill e117fb9cff translation work from crowdin 2015-03-13 17:27:02 -04:00
gorhill 30c62c50fc translation work from crowdin 2015-03-13 17:23:38 -04:00
gorhill 08a76a5287 translation work from https://crowdin.com/translate/ublock 2015-03-13 17:21:00 -04:00
gorhill f07ddadd4f translation work from https://crowdin.com/project/ublock 2015-03-12 07:29:00 -04:00
gorhill 5b6a7b3aa4 translation work from https://crowdin.com/project/ublock 2015-03-11 11:20:59 -04:00
Deathamns 415846e326 Merge pull request #956 from AlexVallat/master
UI for Fennec (Firefox for Android)
2015-03-11 15:32:42 +01:00
gorhill eef5ccb2fa translation work from https://crowdin.com/project/ublock 2015-03-10 23:50:21 -04:00
gorhill afa08caa6a github #313, crowdin issue 252799 2015-03-10 17:02:19 -04:00
AlexVallat 62c8ffbcc4 Merge branch 'master' of https://github.com/gorhill/uBlock
Conflicts:
	platform/firefox/vapi-background.js
	src/_locales/en/messages.json
2015-03-10 18:34:16 +00:00
Chris 001c9c6095 µ to u (consistency with 23083e9); a to an 2015-03-09 19:58:31 -06:00
gorhill e7479dd4be this fixes #313 2015-03-09 19:10:04 -04:00
gorhill 86c52305c8 better English I suppose 2015-03-09 18:38:08 -04:00
gorhill f1e065f5fb fixed description 2015-03-09 13:06:25 -04:00