First
This commit is contained in:
12
lang/en/settings.php
Normal file
12
lang/en/settings.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
|
||||
* @author Francois Merciol <dokuplugin@merciol.fr>
|
||||
*
|
||||
* English language file
|
||||
*/
|
||||
|
||||
// for the configuration tile plugin
|
||||
$lang['iconSize'] = 'tile icon size';
|
||||
$lang['sampleDelai'] = 'cache time delay for sample (sec)';
|
||||
?>
|
12
lang/fr/settings.php
Normal file
12
lang/fr/settings.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?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 tile plugin
|
||||
$lang['iconSize'] = 'taille de l\'icon de tuile';
|
||||
$lang['sampleDelai'] = 'temps de cache pour l\'exemple (en secondes)';
|
||||
?>
|
Reference in New Issue
Block a user