Skip to content

Commit f0b19bb

Browse files
committed
Added new texts
1 parent d184ec5 commit f0b19bb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

texts/fr.php

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
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',
@@ -93,7 +98,7 @@
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',
@@ -122,4 +127,4 @@
122127
'graph.hits.hits' => 'accès',
123128
'graph.hits.misses' => 'ratés',
124129
'graph.hits.blacklist' => 'liste noire'
125-
];
130+
];

0 commit comments

Comments
 (0)