blob: 72d7d434201026294b1251dc2500b14e90260da6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
# *****************************************************************************
# ηMatrix - a browser extension to black/white list requests.
# Copyright (C) 2019 Alessio Vanni
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see {http://www.gnu.org/licenses/}.
# uMatrix Home: https://github.com/gorhill/uMatrix
content umatrix ./
locale umatrix en ./locale/en/
locale umatrix am ./locale/am/
locale umatrix ar ./locale/ar/
locale umatrix bg ./locale/bg/
locale umatrix bn ./locale/bn/
locale umatrix ca ./locale/ca/
locale umatrix cs ./locale/cs/
locale umatrix da ./locale/da/
locale umatrix de ./locale/de/
locale umatrix el ./locale/el/
locale umatrix eo ./locale/eo/
locale umatrix es ./locale/es/
locale umatrix et ./locale/et/
locale umatrix fa ./locale/fa/
locale umatrix fi ./locale/fi/
locale umatrix fil ./locale/fil/
locale umatrix fr ./locale/fr/
locale umatrix gu ./locale/gu/
locale umatrix he ./locale/he/
locale umatrix hi ./locale/hi/
locale umatrix hr ./locale/hr/
locale umatrix hu ./locale/hu/
locale umatrix id ./locale/id/
locale umatrix it ./locale/it/
locale umatrix ja ./locale/ja/
locale umatrix kn ./locale/kn/
locale umatrix ko ./locale/ko/
locale umatrix lt ./locale/lt/
locale umatrix lv ./locale/lv/
locale umatrix ml ./locale/ml/
locale umatrix mr ./locale/mr/
locale umatrix ms ./locale/ms/
locale umatrix nb ./locale/nb/
locale umatrix nl ./locale/nl/
locale umatrix pl ./locale/pl/
locale umatrix pt-BR ./locale/pt-BR/
locale umatrix pt-PT ./locale/pt-PT/
locale umatrix ro ./locale/ro/
locale umatrix ru ./locale/ru/
locale umatrix sk ./locale/sk/
locale umatrix sl ./locale/sl/
locale umatrix sr ./locale/sr/
locale umatrix sv ./locale/sv/
locale umatrix sw ./locale/sw/
locale umatrix ta ./locale/ta/
locale umatrix te ./locale/te/
locale umatrix th ./locale/th/
locale umatrix tr ./locale/tr/
locale umatrix uk ./locale/uk/
locale umatrix vi ./locale/vi/
locale umatrix zh-CN ./locale/zh-CN/
locale umatrix zh-TW ./locale/zh-TW/
|