forked from friendica/deprecated-addons
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
1.0 KiB
14 lines
1.0 KiB
<?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.";
|
|
|