friendica-addons/wppost/lang/fr/strings.php
Adam Magness 96c41e5623 Update strings
update strings to contain addon
2018-01-20 11:01:59 -05:00

14 lines
844 B
PHP

<?php
$a->strings["Post to Wordpress"] = "Poster sur WordPress";
$a->strings["WordPress Post Settings"] = "Réglages WordPress";
$a->strings["Enable WordPress Post Addon"] = "Activer l'extension WordPress";
$a->strings["WordPress username"] = "Utilisateur WordPress";
$a->strings["WordPress password"] = "Mot de passe WordPress";
$a->strings["WordPress API URL"] = "URL de l'API WordPress";
$a->strings["Post to WordPress by default"] = "Publier sur WordPress par défaut";
$a->strings["Provide a backlink to the Friendica post"] = "Fournir un rétrolien vers le message sur Friendica";
$a->strings["Submit"] = "Envoyer";
$a->strings["Post from Friendica"] = "Publier depuis Friendica";
$a->strings["Read the original post and comment stream on Friendica"] = "Lire le message d'origine et le flux des commentaires sur Friendica";