mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
RU translation diaspora addon THX Alexander An
This commit is contained in:
parent
26fda6baf3
commit
ce7689a367
2 changed files with 101 additions and 38 deletions
|
@ -7,12 +7,22 @@ function string_plural_select_ru($n){
|
|||
}}
|
||||
;
|
||||
$a->strings["Post to Diaspora"] = "Отправить в Diaspora";
|
||||
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Невозможно войти в вашу учетную запись Diaspora. Пожалуйста, проверьте имя пользователя, пароль и убедитесь, что вы ввели полный адрес пода (включая http/https)";
|
||||
$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. "] = "Помните: с вами всегда можно связаться из сети Diaspora по вашему адресу Friendica <strong>%s</strong>.";
|
||||
$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = "Этот коннектор предназначен только для тех случаев, когда вы хотите использовать вашу старую учётную запись в Diaspora в течение какого-то времени.";
|
||||
$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle <strong>%s</strong> instead."] = "Но будет лучше, если вы просто предложите вашим контактам в Diaspora использовать ваш новый адрес <strong>%s</strong>.";
|
||||
$a->strings["All aspects"] = "Все контакты";
|
||||
$a->strings["Public"] = "Публично";
|
||||
$a->strings["Post to aspect:"] = "Для группы:";
|
||||
$a->strings["Connected with your Diaspora account <strong>%s</strong>"] = "Соединено с вашей учётной записью Diaspora <strong>%s</strong>";
|
||||
$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = "Не получается зайти в вашу учётную запись Diaspora. Пожалуйста, проверьте правильность имени (в формате user@domain.tld) и пароль.";
|
||||
$a->strings["Diaspora Export"] = "Экспорт в Diaspora";
|
||||
$a->strings["Enable Diaspora Post Addon"] = "Включить аддон Diaspora Post";
|
||||
$a->strings["Diaspora username"] = "Имя пользователя Diaspora";
|
||||
$a->strings["Diaspora password"] = "Пароль Diaspora";
|
||||
$a->strings["Diaspora site URL"] = "URL пода Diaspora";
|
||||
$a->strings["Post to Diaspora by default"] = "Отправлять в Diaspora по умолчанию";
|
||||
$a->strings["Information"] = "Информация";
|
||||
$a->strings["Error"] = "Ошибка";
|
||||
$a->strings["Save Settings"] = "Сохранить настройки";
|
||||
$a->strings["Diaspora post failed. Queued for retry."] = "Ошибка отправки сообщения в Diaspora. В очереди на еще одну попытку.";
|
||||
$a->strings["Enable Diaspora Post Addon"] = "Включить аддон Diaspora Post";
|
||||
$a->strings["Diaspora handle"] = "Имя в Diaspora";
|
||||
$a->strings["Diaspora password"] = "Пароль Diaspora";
|
||||
$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = "Предупреждение: Ваш пароль для Diaspora будет сохранён в открытом виде, чтобы производить вход в ваш сервер Diaspora. Это означает, что администратор этого узла Friendica может получить к нему доступ.";
|
||||
$a->strings["Post to Diaspora by default"] = "Отправлять в Diaspora по умолчанию";
|
||||
$a->strings["Diaspora settings updated."] = "Настройки Diaspora обновлены.";
|
||||
$a->strings["Diaspora connector disabled."] = "Коннектор Diaspora отключён.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue