Skip to content

Commit

Permalink
Added new texts
Browse files Browse the repository at this point in the history
  • Loading branch information
PeeHaa committed Dec 3, 2014
1 parent d184ec5 commit f0b19bb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions texts/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

$texts = [
'project.link' => 'Projet sur GitHub',
'project.log_in' => 'Laissez moi entrer !',
'project.log_in' => 'Laissez moi entrer !',

'error.not.installed.title' => 'Non installé',
'error.not.installed.description' => 'Il semble qu\'OpCache ne soit pas installé.',
'error.not.enabled.title' => 'Non activé',
'error.not.enabled.description' => 'Il semble qu\'OpCache ne soit pas activé.',

'menu.status' => 'Statut',
'menu.config' => 'Configuration',
Expand Down Expand Up @@ -93,7 +98,7 @@
'config.opcache.optimization_level' => 'Niveau d\'optimisation',
'config.opcache.optimization_level.description' => 'Un masque de bits, où chaque bit active ou désactive le passage OPCache approprié.',

'blacklist.title' => 'Liste noire',
'blacklist.title' => 'Liste noire',
'blacklist.empty' => 'Aucun script n\'a été mit sur liste noire.',

'scripts.title' => 'Scripts mis en cache',
Expand Down Expand Up @@ -122,4 +127,4 @@
'graph.hits.hits' => 'accès',
'graph.hits.misses' => 'ratés',
'graph.hits.blacklist' => 'liste noire'
];
];

0 comments on commit f0b19bb

Please sign in to comment.