Skip to content

Commit bb36bee

Browse files
authored
Merge pull request #12 from schplurtz/frtxt
French text
2 parents cc17ca2 + d826975 commit bb36bee

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

lang/fr/lang.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
/**
3+
* French language file for imgpaste plugin
4+
*
5+
* @author Schplurtz le Déboulonné <[email protected]>
6+
*/
7+
8+
$lang['e_nodata'] = 'Le presse-papier est vide.';
9+
$lang['js']['inprogress'] = 'Envoi en cours… Veuillez patienter.';
10+
11+
//Setup VIM: ex: et ts=4 :

lang/fr/settings.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
/**
3+
* French language file for imgpaste plugin
4+
*
5+
* @author Schplurtz le Déboulonné <[email protected]>
6+
*/
7+
8+
// keys need to match the config setting name
9+
$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.';
10+
11+
//Setup VIM: ex: et ts=4 :

0 commit comments

Comments
 (0)