forked from friendica/friendica-addons
10 lines
482 B
PHP
10 lines
482 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Post to LiveJournal"] = "Poster vers LiveJournal";
|
||
|
$a->strings["LiveJournal Post Settings"] = "Réglages LiveJournal";
|
||
|
$a->strings["Enable LiveJournal Post Plugin"] = "Activer \"Poster vers LiveJournal\"";
|
||
|
$a->strings["LiveJournal username"] = "Nom d'utilisateur LiveJournal";
|
||
|
$a->strings["LiveJournal password"] = "Mot de passe";
|
||
|
$a->strings["Post to LiveJournal by default"] = "Poster vers LiveJournal par défaut";
|
||
|
$a->strings["Submit"] = "Envoyer";
|