Skip to content

Commit

Permalink
Merge pull request #3 from chtiland/master
Browse files Browse the repository at this point in the history
french translation
  • Loading branch information
fa-ribeiro committed Mar 20, 2016
2 parents 81dc4b6 + 199ea24 commit cfc5ba4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lang/fr/lang.php
@@ -0,0 +1,12 @@
<?php
/**
* French language file for socialite plugin
*
* @author Fabrice DEJAIGHER <fabrice@chtiland.com>
*/

// menu entry for admin plugins
// $lang['menu'] = 'Your menu entry';

// custom language strings for the plugin
// $lang['fixme'] = 'FIXME';
16 changes: 16 additions & 0 deletions lang/fr/settings.php
@@ -0,0 +1,16 @@
<?php
/**
* French language file for socialite plugin
*
* @author Fabrice DEJAIGHER <fabrice@chtiland.com>
*/

// keys need to match the config setting name
// $lang['fixme'] = 'FIXME';

$lang['networks'] = 'Liste des boutons de vos réseaux sociaux préférés, séparés par un espace et dans l\'ordre d\'affichage. Noms acceptés : ';
$lang['networks'] .= 'twitter facebook googleplus linkedin pinterest tumblr reddit taringa delicious stumbleupon xing vk email';

$lang['display'] = 'Options d\'affichage : Montrer le bouton avec l\'icône et le nom, uniquement l\'icône ou le nom sur un fond coloré.';
$lang['twitter_user'] = 'Nom d\'utilisateur du compte Twitter de l\'auteur du contenu (ne pas ajouter "@")';
$lang['delicious_provider'] = 'Nom de la socité qui partage le lien';

0 comments on commit cfc5ba4

Please sign in to comment.