friendica-addons/twitter/lang/ru/strings.php

21 lines
2.8 KiB
PHP
Raw Normal View History

2013-02-27 14:38:30 +00:00
<?php
$a->strings["Post to Twitter"] = "Отправить в Твиттер";
$a->strings["Twitter settings updated."] = "Настройки Твиттера обновлены.";
$a->strings["Twitter Posting Settings"] = "Настройка отправки сообщений в Твиттер";
$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Не найдено пары потребительских ключей для Твиттера. Пожалуйста, обратитесь к администратору сайта.";
$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "";
$a->strings["Log in with Twitter"] = "Войдите с Твиттером";
$a->strings["Copy the PIN from Twitter here"] = "Скопируйте PIN с Twitter здесь";
$a->strings["Submit"] = "Подтвердить";
$a->strings["Currently connected to: "] = "В настоящее время соединены с: ";
$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Если включено, то все ваши <strong>общественные сообщения</strong> могут быть отправлены на связанный аккаунт Твиттер. Вы можете сделать это по умолчанию (здесь) или для каждого сообщения отдельно при написании записи.";
$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
$a->strings["Allow posting to Twitter"] = "Разрешить отправку сообщений на Twitter";
$a->strings["Send public postings to Twitter by default"] = "Отправлять сообщения для всех на Твиттер по умолчанию";
$a->strings["Send linked #-tags and @-names to Twitter"] = "";
$a->strings["Clear OAuth configuration"] = "Очистить конфигурацию OAuth";
$a->strings["Settings updated."] = "Настройки обновлены.";
$a->strings["Consumer key"] = "Consumer key";
$a->strings["Consumer secret"] = "Consumer secret";