22
33$ texts = [
44 '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é. ' ,
611
712 'menu.status ' => 'Statut ' ,
813 'menu.config ' => 'Configuration ' ,
9398 'config.opcache.optimization_level ' => 'Niveau d \'optimisation ' ,
9499 'config.opcache.optimization_level.description ' => 'Un masque de bits, où chaque bit active ou désactive le passage OPCache approprié. ' ,
95100
96- 'blacklist.title ' => 'Liste noire ' ,
101+ 'blacklist.title ' => 'Liste noire ' ,
97102 'blacklist.empty ' => 'Aucun script n \'a été mit sur liste noire. ' ,
98103
99104 'scripts.title ' => 'Scripts mis en cache ' ,
122127 'graph.hits.hits ' => 'accès ' ,
123128 'graph.hits.misses ' => 'ratés ' ,
124129 'graph.hits.blacklist ' => 'liste noire '
125- ];
130+ ];
0 commit comments