deprecated-addons/remote_permissions/lang/fr/strings.php

15 lines
1.0 KiB
PHP
Raw Normal View History

<?php
$a->strings["Remote Permissions Settings"] = "Permissions distantes";
$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Autoriser les destinataires de vos messages privés a voir les autres destinataires du message";
$a->strings["Submit"] = "Envoyer";
$a->strings["Remote Permissions settings updated."] = "Permissions distantes mises-à-jour.";
$a->strings["Visible to:"] = "Visible par:";
$a->strings["Visible to"] = "Visibilité";
$a->strings["may only be a partial list"] = "peut être une liste partielle";
$a->strings["Global"] = "Global";
$a->strings["The posts of every user on this server show the post recipients"] = "Les publications de tous les utilisateurs de ce serveur afficheront leurs destinataires";
$a->strings["Individual"] = "Individuel";
$a->strings["Each user chooses whether his/her posts show the post recipients"] = "Chaque utilisateur du serveur pourra choisir si ses publications affichent leurs destinataires";
$a->strings["Settings updated."] = "Réglages mis à jour.";