friendica-addons/wppost/lang/fr/strings.php

14 lines
844 B
PHP
Raw Normal View History

2013-02-27 15:38:30 +01:00
<?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";
2013-02-27 15:38:30 +01:00
$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";