First
This commit is contained in:
11
lang/fr/lang.php
Normal file
11
lang/fr/lang.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
|
||||
* @author Francois Merciol <dokuplugin@merciol.fr>
|
||||
*
|
||||
* French language file
|
||||
*/
|
||||
|
||||
// commands
|
||||
$lang['clear'] = 'Effacer le cache';
|
||||
$lang['clearAll'] = 'Effacer tout les caches';
|
14
lang/fr/settings.php
Normal file
14
lang/fr/settings.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
|
||||
* @author Francois Merciol <dokuplugin@merciol.fr>
|
||||
*
|
||||
* French language file
|
||||
*/
|
||||
|
||||
// for the configuration tiledblog plugin
|
||||
$lang['formPosition'] = 'position du formulaire du nouveau billet';
|
||||
$lang['iconSize'] = 'taille de l\'icon de tuile';
|
||||
$lang['adminGroup'] = 'qui peut effacer le cache';
|
||||
$lang['sampleDelai'] = 'temps de cache pour l\'exemple (en secondes)';
|
||||
?>
|
Reference in New Issue
Block a user