mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 18:31:03 +00:00
14 lines
731 B
PHP
14 lines
731 B
PHP
<?php
|
|
|
|
$a->strings["Remote Permissions Settings"] = "";
|
|
$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";
|
|
$a->strings["Submit"] = "Подтвердить";
|
|
$a->strings["Remote Permissions settings updated."] = "";
|
|
$a->strings["Visible to:"] = "Кто может видеть:";
|
|
$a->strings["Visible to"] = "";
|
|
$a->strings["may only be a partial list"] = "";
|
|
$a->strings["Global"] = "";
|
|
$a->strings["The posts of every user on this server show the post recipients"] = "";
|
|
$a->strings["Individual"] = "";
|
|
$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
|
|
$a->strings["Settings updated."] = "Настройки обновлены.";
|