mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
28
fbpost/lang/ru/strings.php
Normal file
28
fbpost/lang/ru/strings.php
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Настройки обновлены.";
|
||||
$a->strings["Permission denied."] = "Нет разрешения.";
|
||||
$a->strings["Facebook Post disabled"] = "";
|
||||
$a->strings["Facebook API key is missing."] = "Отсутствует ключ Facebook API.";
|
||||
$a->strings["Facebook Post"] = "";
|
||||
$a->strings["Install Facebook Post connector for this account."] = "";
|
||||
$a->strings["Remove Facebook Post connector"] = "";
|
||||
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Переаутентификация [Это необходимо, если вы изменили пароль на Facebook.]";
|
||||
$a->strings["Post to Facebook by default"] = "Отправлять на Facebook по умолчанию";
|
||||
$a->strings["None"] = "Ничего";
|
||||
$a->strings["Submit"] = "Подтвердить";
|
||||
$a->strings["Facebook"] = "Facebook";
|
||||
$a->strings["Facebook Post Settings"] = "";
|
||||
$a->strings["Facebook API Key"] = "Facebook API Key";
|
||||
$a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.<br><br>"] = "";
|
||||
$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
|
||||
$a->strings["Application secret"] = "Секрет приложения";
|
||||
$a->strings["Save"] = "Сохранить";
|
||||
$a->strings["The new values have been saved."] = "";
|
||||
$a->strings["Post to Facebook"] = "Отправить на Facebook";
|
||||
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Отправка на Facebook отменена из-за конфликта разрешений доступа разных сетей.";
|
||||
$a->strings["View on Friendica"] = "";
|
||||
$a->strings["Facebook post failed. Queued for retry."] = "Ошибка отправки сообщения на Facebook. В очереди на еще одну попытку.";
|
||||
$a->strings["Administrator"] = "Администратор";
|
||||
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "";
|
||||
$a->strings["Facebook connection became invalid"] = "Facebook подключение не удалось";
|
Loading…
Add table
Add a link
Reference in a new issue