2
2
3
3
$ texts = [
4
4
'project.link ' => 'Projet sur GitHub ' ,
5
- 'project.log_in ' => 'Laissez moi entrer ! ' ,
5
+ 'project.log_in ' => 'Laissez moi entrer ! ' ,
6
+
7
+ 'error.not.installed.title ' => 'Non installé ' ,
8
+ 'error.not.installed.description ' => 'Il semble qu \'OpCache ne soit pas installé. ' ,
9
+ 'error.not.enabled.title ' => 'Non activé ' ,
10
+ 'error.not.enabled.description ' => 'Il semble qu \'OpCache ne soit pas activé. ' ,
6
11
7
12
'menu.status ' => 'Statut ' ,
8
13
'menu.config ' => 'Configuration ' ,
93
98
'config.opcache.optimization_level ' => 'Niveau d \'optimisation ' ,
94
99
'config.opcache.optimization_level.description ' => 'Un masque de bits, où chaque bit active ou désactive le passage OPCache approprié. ' ,
95
100
96
- 'blacklist.title ' => 'Liste noire ' ,
101
+ 'blacklist.title ' => 'Liste noire ' ,
97
102
'blacklist.empty ' => 'Aucun script n \'a été mit sur liste noire. ' ,
98
103
99
104
'scripts.title ' => 'Scripts mis en cache ' ,
122
127
'graph.hits.hits ' => 'accès ' ,
123
128
'graph.hits.misses ' => 'ratés ' ,
124
129
'graph.hits.blacklist ' => 'liste noire '
125
- ];
130
+ ];
0 commit comments