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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
<?php
return array(
'admin.check_install.cache.nok',
'admin.check_install.cache.ok',
'admin.check_install.categories.nok',
'admin.check_install.categories.ok',
'admin.check_install.connection.nok',
'admin.check_install.connection.ok',
'admin.check_install.ctype.nok',
'admin.check_install.ctype.ok',
'admin.check_install.curl.nok',
'admin.check_install.curl.ok',
'admin.check_install.data.nok',
'admin.check_install.data.ok',
'admin.check_install.dom.nok',
'admin.check_install.dom.ok',
'admin.check_install.entries.nok',
'admin.check_install.entries.ok',
'admin.check_install.favicons.nok',
'admin.check_install.favicons.ok',
'admin.check_install.feeds.nok',
'admin.check_install.feeds.ok',
'admin.check_install.fileinfo.nok',
'admin.check_install.fileinfo.ok',
'admin.check_install.json.nok',
'admin.check_install.json.ok',
'admin.check_install.minz.nok',
'admin.check_install.minz.ok',
'admin.check_install.pcre.nok',
'admin.check_install.pcre.ok',
'admin.check_install.pdo.nok',
'admin.check_install.pdo.ok',
'admin.check_install.php.nok',
'admin.check_install.php.ok',
'admin.check_install.tables.nok',
'admin.check_install.tables.ok',
'admin.check_install.tokens.nok',
'admin.check_install.tokens.ok',
'admin.check_install.users.nok',
'admin.check_install.users.ok',
'admin.check_install.zip.nok',
'admin.check_install.zip.ok',
'conf.query.get_all',
'conf.query.get_category',
'conf.query.get_favorite',
'conf.query.get_feed',
'conf.query.order_asc',
'conf.query.order_desc',
'conf.query.state_0',
'conf.query.state_1',
'conf.query.state_2',
'conf.query.state_3',
'conf.query.state_4',
'conf.query.state_5',
'conf.query.state_6',
'conf.query.state_7',
'conf.query.state_8',
'conf.query.state_9',
'conf.query.state_10',
'conf.query.state_11',
'conf.query.state_12',
'conf.query.state_13',
'conf.query.state_14',
'conf.query.state_15',
'conf.sharing.blogotext',
'conf.sharing.diaspora',
'conf.sharing.email',
'conf.sharing.facebook',
'conf.sharing.g+',
'conf.sharing.print',
'conf.sharing.shaarli',
'conf.sharing.twitter',
'conf.sharing.wallabag',
'gen.lang.cz',
'gen.lang.de',
'gen.lang.en',
'gen.lang.es',
'gen.lang.fr',
'gen.lang.it',
'gen.lang.kr',
'gen.lang.nl',
'gen.lang.pt-br',
'gen.lang.ru',
'gen.lang.tr',
'gen.lang.zh-cn',
'gen.share.blogotext',
'gen.share.diaspora',
'gen.share.email',
'gen.share.facebook',
'gen.share.g+',
'gen.share.movim',
'gen.share.print',
'gen.share.shaarli',
'gen.share.twitter',
'gen.share.wallabag',
'gen.share.wallabagv2',
'gen.share.jdh',
'gen.share.Known',
'gen.share.gnusocial',
'index.menu.non-starred',
'index.menu.read',
'index.menu.starred',
'index.menu.unread',
);
|