French text

This commit is contained in:
Schplurtz le Déboulonné
2017-09-24 16:57:00 +02:00
parent cc17ca2669
commit d82697503e
2 changed files with 22 additions and 0 deletions

11
lang/fr/lang.php Normal file
View 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
View 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 :