mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 20:31:09 +00:00
96c41e5623
update strings to contain addon
9 lines
481 B
PHP
9 lines
481 B
PHP
<?php
|
|
|
|
$a->strings["Post to LiveJournal"] = "Poster vers LiveJournal";
|
|
$a->strings["LiveJournal Post Settings"] = "Réglages LiveJournal";
|
|
$a->strings["Enable LiveJournal Post Addon"] = "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";
|