xref: /plugin/copy2clipboard/lang/fr/lang.php (revision 4a4767308717c14f451352ab8371333d3ed9479e)
1*4a476730SSchplurtz le Déboulonné<?php
2*4a476730SSchplurtz le Déboulonné/**
3*4a476730SSchplurtz le Déboulonné * French language file for sopy2clipboard plugin
4*4a476730SSchplurtz le Déboulonné *
5*4a476730SSchplurtz le Déboulonné * @author Schplurtz le Deboulonné <Schplurtz@laposte.net>
6*4a476730SSchplurtz le Déboulonné */
7*4a476730SSchplurtz le Déboulonné
8*4a476730SSchplurtz le Déboulonné$lang['js']['title'] = "Copier dans le presse-papier";
9*4a476730SSchplurtz le Déboulonné$lang['js']['copied'] = "Extrait copié";
10*4a476730SSchplurtz le Déboulonné$lang['js']['error'] = "Erreur lors de la copie du texte";
11