mirror of
https://github.com/cosmocode/dokuwiki-plugin-imgpaste.git
synced 2025-07-22 00:34:39 +00:00
French text
This commit is contained in:
11
lang/fr/lang.php
Normal file
11
lang/fr/lang.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* French language file for imgpaste plugin
|
||||
*
|
||||
* @author Schplurtz le Déboulonné <Schplurtz@laposte.net>
|
||||
*/
|
||||
|
||||
$lang['e_nodata'] = 'Le presse-papier est vide.';
|
||||
$lang['js']['inprogress'] = 'Envoi en cours… Veuillez patienter.';
|
||||
|
||||
//Setup VIM: ex: et ts=4 :
|
11
lang/fr/settings.php
Normal file
11
lang/fr/settings.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* French language file for imgpaste plugin
|
||||
*
|
||||
* @author Schplurtz le Déboulonné <Schplurtz@laposte.net>
|
||||
*/
|
||||
|
||||
// keys need to match the config setting name
|
||||
$lang['filename'] = 'Comment nommer les images collées. Vous pouvez utiliser les motifs @USER@, @NS@, @ID@, ansi que des formats de strftime. Imgpaste ajoutera automatiquement la bonne extension au nom du fichier.';
|
||||
|
||||
//Setup VIM: ex: et ts=4 :
|
Reference in New Issue
Block a user