diff options
Diffstat (limited to 'view/ru')
-rw-r--r-- | view/ru/follow_notify_eml.tpl | 14 | ||||
-rw-r--r-- | view/ru/friend_complete_eml.tpl | 22 | ||||
-rw-r--r-- | view/ru/htconfig.tpl | 70 | ||||
-rw-r--r-- | view/ru/intro_complete_eml.tpl | 22 | ||||
-rw-r--r-- | view/ru/lostpass_eml.tpl | 32 | ||||
-rw-r--r-- | view/ru/messages.po | 12110 | ||||
-rw-r--r-- | view/ru/passchanged_eml.tpl | 20 | ||||
-rw-r--r-- | view/ru/register_open_eml.tpl | 19 | ||||
-rw-r--r-- | view/ru/register_verify_eml.tpl | 25 | ||||
-rw-r--r-- | view/ru/request_notify_eml.tpl | 17 | ||||
-rw-r--r-- | view/ru/strings.php | 3685 | ||||
-rw-r--r-- | view/ru/update_fail_eml.tpl | 13 |
12 files changed, 7568 insertions, 8481 deletions
diff --git a/view/ru/follow_notify_eml.tpl b/view/ru/follow_notify_eml.tpl new file mode 100644 index 000000000..ba07b19da --- /dev/null +++ b/view/ru/follow_notify_eml.tpl @@ -0,0 +1,14 @@ + +Dear {{$myname}}, + +You have a new follower at {{$sitename}} - '{{$requestor}}'. + +You may visit their profile at {{$url}}. + +Please login to your site to approve or ignore/cancel the request. + +{{$siteurl}} + +Regards, + + {{$sitename}} administrator diff --git a/view/ru/friend_complete_eml.tpl b/view/ru/friend_complete_eml.tpl new file mode 100644 index 000000000..1c647b994 --- /dev/null +++ b/view/ru/friend_complete_eml.tpl @@ -0,0 +1,22 @@ + +Dear {{$username}}, + + Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted +your connection request at '{{$sitename}}'. + +You are now mutual friends and may exchange status updates, photos, and email +without restriction. + +Please visit your 'Connnections' page at {{$sitename}} if you wish to make +any changes to this relationship. + +{{$siteurl}} + +[For instance, you may create a separate profile with information that is not +available to the general public - and assign viewing rights to '{{$fn}}']. + +Sincerely, + + {{$sitename}} Administrator + + diff --git a/view/ru/htconfig.tpl b/view/ru/htconfig.tpl new file mode 100644 index 000000000..493cb5d00 --- /dev/null +++ b/view/ru/htconfig.tpl @@ -0,0 +1,70 @@ +<?php + +// Set the following for your MySQL installation +// Copy or rename this file to .htconfig.php + +$db_host = '{{$dbhost}}'; +$db_port = '{{$dbport}}'; +$db_user = '{{$dbuser}}'; +$db_pass = '{{$dbpass}}'; +$db_data = '{{$dbdata}}'; + +/* + * Notice: Many of the following settings will be available in the admin panel + * after a successful site install. Once they are set in the admin panel, they + * are stored in the DB - and the DB setting will over-ride any corresponding + * setting in this file + * + * The command-line tool util/config is able to query and set the DB items + * directly if for some reason the admin panel is not available and a system + * setting requires modification. + * + */ + + +// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles". +// It can be changed later and only applies to timestamps for anonymous viewers. + +$default_timezone = '{{$timezone}}'; + +// What is your site name? + +$a->config['system']['baseurl'] = '{{$siteurl}}'; +$a->config['system']['sitename'] = "Red Matrix"; +$a->config['system']['location_hash'] = '{{$site_id}}'; + +// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. +// Be certain to create your own personal account before setting +// REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on +// the registration page. REGISTER_APPROVE requires you set 'admin_email' +// to the email address of an already registered person who can authorise +// and/or approve/deny the request. + +$a->config['system']['register_policy'] = REGISTER_OPEN; +$a->config['system']['register_text'] = ''; +$a->config['system']['admin_email'] = '{{$adminmail}}'; + +// Maximum size of an imported message, 0 is unlimited + +$a->config['system']['max_import_size'] = 200000; + +// maximum size of uploaded photos + +$a->config['system']['maximagesize'] = 800000; + +// Location of PHP command line processor + +$a->config['system']['php_path'] = '{{$phpath}}'; + +// Configure how we communicate with directory servers. +// DIRECTORY_MODE_NORMAL = directory client, we will find a directory +// DIRECTORY_MODE_SECONDARY = caching directory or mirror +// DIRECTORY_MODE_PRIMARY = main directory server +// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services + +$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; + +// default system theme + +$a->config['system']['theme'] = 'redbasic'; + diff --git a/view/ru/intro_complete_eml.tpl b/view/ru/intro_complete_eml.tpl new file mode 100644 index 000000000..2c2428d68 --- /dev/null +++ b/view/ru/intro_complete_eml.tpl @@ -0,0 +1,22 @@ + +Dear {{$username}}, + + '{{$fn}}' at '{{$dfrn_url}}' has accepted +your connection request at '{{$sitename}}'. + + '{{$fn}}' has chosen to accept you a "fan", which restricts +some forms of communication - such as private messaging and some profile +interactions. If this is a celebrity or community page, these settings were +applied automatically. + + '{{$fn}}' may choose to extend this into a two-way or more permissive +relationship in the future. + + You will start receiving public status updates from '{{$fn}}', +which will appear on your 'Matrix' page at + +{{$siteurl}} + +Sincerely, + + {{$sitename}} Administrator diff --git a/view/ru/lostpass_eml.tpl b/view/ru/lostpass_eml.tpl new file mode 100644 index 000000000..3b79d2791 --- /dev/null +++ b/view/ru/lostpass_eml.tpl @@ -0,0 +1,32 @@ + +Dear {{$username}}, + A request was recently received at {{$sitename}} to reset your account +password. In order to confirm this request, please select the verification link +below or paste it into your web browser address bar. + +If you did NOT request this change, please DO NOT follow the link +provided and ignore and/or delete this email. + +Your password will not be changed unless we can verify that you +issued this request. + +Follow this link to verify your identity: + +{{$reset_link}} + +You will then receive a follow-up message containing the new password. + +You may change that password from your account settings page after logging in. + +The login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} + + + + +Sincerely, + {{$sitename}} Administrator + + diff --git a/view/ru/messages.po b/view/ru/messages.po index 49f91a500..49b3a2b9d 100644 --- a/view/ru/messages.po +++ b/view/ru/messages.po @@ -1,8780 +1,7780 @@ -# FRIENDICA Distributed Social Network -# Copyright (C) 2010, 2011 the Friendica Project -# This file is distributed under the same license as the Friendica package. +# Red Matrix Project +# Copyright (C) 2012-2014 the Red Matrix Project +# This file is distributed under the same license as the Red package. # # Translators: -# <info@pixelbits.de>, 2012. -# <mobilpress@gmail.com>, 2011. -# Pavel Morozov <mobilpress@gmail.com>, 2011. +# Alex <info@pixelbits.de>, 2013-2014 +# vislav <bizadmin@list.ru>, 2014 +# puser, 2014 msgid "" msgstr "" -"Project-Id-Version: friendica\n" -"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" -"POT-Creation-Date: 2012-09-27 10:00-0700\n" -"PO-Revision-Date: 2012-09-28 08:27+0000\n" -"Last-Translator: alexej <info@pixelbits.de>\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/friendica/language/ru/)\n" +"Project-Id-Version: Red Matrix\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-20 00:03-0700\n" +"PO-Revision-Date: 2014-06-23 06:24+0000\n" +"Last-Translator: Alex <info@pixelbits.de>\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/red-matrix/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../../mod/oexchange.php:25 -msgid "Post successful." -msgstr "Успешно добавлено." - -#: ../../mod/update_notes.php:41 ../../mod/update_community.php:18 -#: ../../mod/update_network.php:22 ../../mod/update_profile.php:41 -msgid "[Embedded content - reload page to view]" -msgstr "[Встроенное содержание - перезагрузите страницу для просмотра]" - -#: ../../mod/crepair.php:102 -msgid "Contact settings applied." -msgstr "Установки контакта приняты." - -#: ../../mod/crepair.php:104 -msgid "Contact update failed." -msgstr "Обновление контакта неудачное." - -#: ../../mod/crepair.php:115 ../../mod/wall_attach.php:55 -#: ../../mod/fsuggest.php:78 ../../mod/events.php:140 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/photos.php:128 ../../mod/photos.php:972 -#: ../../mod/editpost.php:10 ../../mod/install.php:151 ../../mod/poke.php:135 -#: ../../mod/notifications.php:66 ../../mod/contacts.php:146 -#: ../../mod/settings.php:86 ../../mod/settings.php:525 -#: ../../mod/settings.php:530 ../../mod/manage.php:87 ../../mod/network.php:6 -#: ../../mod/notes.php:20 ../../mod/wallmessage.php:9 -#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 -#: ../../mod/wallmessage.php:103 ../../mod/attach.php:33 -#: ../../mod/group.php:19 ../../mod/viewcontacts.php:22 -#: ../../mod/register.php:38 ../../mod/regmod.php:116 ../../mod/item.php:126 -#: ../../mod/item.php:142 ../../mod/mood.php:114 -#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 -#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 -#: ../../mod/message.php:38 ../../mod/message.php:168 -#: ../../mod/allfriends.php:9 ../../mod/nogroup.php:25 -#: ../../mod/wall_upload.php:64 ../../mod/follow.php:9 -#: ../../mod/display.php:141 ../../mod/profiles.php:7 -#: ../../mod/profiles.php:413 ../../mod/delegate.php:6 -#: ../../mod/suggest.php:28 ../../mod/invite.php:13 ../../mod/invite.php:81 -#: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:510 -#: ../../addon/facebook/facebook.php:516 ../../addon/fbpost/fbpost.php:159 -#: ../../addon/fbpost/fbpost.php:165 -#: ../../addon/dav/friendica/layout.fnk.php:354 ../../include/items.php:3913 -#: ../../index.php:317 -msgid "Permission denied." -msgstr "Нет разрешения." - -#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20 -#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:118 -msgid "Contact not found." -msgstr "Контакт не найден." - -#: ../../mod/crepair.php:135 -msgid "Repair Contact Settings" -msgstr "Восстановить установки контакта" - -#: ../../mod/crepair.php:137 -msgid "" -"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "<strong>ВНИМАНИЕ: Это крайне важно!</strong> Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать." - -#: ../../mod/crepair.php:138 -msgid "" -"Please use your browser 'Back' button <strong>now</strong> if you are " -"uncertain what to do on this page." -msgstr "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' <strong>сейчас</strong>, если вы не уверены, что делаете на этой странице." - -#: ../../mod/crepair.php:144 -msgid "Return to contact editor" +#: ../../include/dba/dba_driver.php:50 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../mod/crepair.php:148 ../../mod/settings.php:545 -#: ../../mod/settings.php:571 ../../mod/admin.php:692 ../../mod/admin.php:702 -msgid "Name" -msgstr "Имя" +#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 +#: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 +#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 +#: ../../mod/photos.php:653 ../../mod/photos.php:675 +msgid "Profile Photos" +msgstr "Фотографии профиля" -#: ../../mod/crepair.php:149 -msgid "Account Nickname" -msgstr "Ник аккаунта" - -#: ../../mod/crepair.php:150 -msgid "@Tagname - overrides Name/Nickname" -msgstr "" - -#: ../../mod/crepair.php:151 -msgid "Account URL" -msgstr "URL аккаунта" - -#: ../../mod/crepair.php:152 -msgid "Friend Request URL" -msgstr "URL запроса в друзья" - -#: ../../mod/crepair.php:153 -msgid "Friend Confirm URL" -msgstr "URL подтверждения друга" - -#: ../../mod/crepair.php:154 -msgid "Notification Endpoint URL" -msgstr "URL эндпоинта уведомления" - -#: ../../mod/crepair.php:155 -msgid "Poll/Feed URL" -msgstr "URL опроса/ленты" - -#: ../../mod/crepair.php:156 -msgid "New photo from this URL" -msgstr "Новое фото из этой URL" - -#: ../../mod/crepair.php:166 ../../mod/fsuggest.php:107 -#: ../../mod/events.php:455 ../../mod/photos.php:1005 -#: ../../mod/photos.php:1081 ../../mod/photos.php:1338 -#: ../../mod/photos.php:1378 ../../mod/photos.php:1419 -#: ../../mod/photos.php:1451 ../../mod/install.php:246 -#: ../../mod/install.php:284 ../../mod/localtime.php:45 ../../mod/poke.php:199 -#: ../../mod/content.php:693 ../../mod/contacts.php:348 -#: ../../mod/settings.php:543 ../../mod/settings.php:697 -#: ../../mod/settings.php:769 ../../mod/settings.php:976 -#: ../../mod/group.php:85 ../../mod/mood.php:137 ../../mod/message.php:294 -#: ../../mod/message.php:480 ../../mod/admin.php:443 ../../mod/admin.php:689 -#: ../../mod/admin.php:826 ../../mod/admin.php:1025 ../../mod/admin.php:1112 -#: ../../mod/profiles.php:583 ../../mod/invite.php:119 -#: ../../addon/fromgplus/fromgplus.php:40 -#: ../../addon/facebook/facebook.php:619 -#: ../../addon/snautofollow/snautofollow.php:64 ../../addon/bg/bg.php:90 -#: ../../addon/fbpost/fbpost.php:226 ../../addon/yourls/yourls.php:76 -#: ../../addon/ljpost/ljpost.php:93 ../../addon/nsfw/nsfw.php:88 -#: ../../addon/page/page.php:210 ../../addon/planets/planets.php:158 -#: ../../addon/uhremotestorage/uhremotestorage.php:89 -#: ../../addon/randplace/randplace.php:177 ../../addon/dwpost/dwpost.php:93 -#: ../../addon/drpost/drpost.php:110 ../../addon/startpage/startpage.php:92 -#: ../../addon/geonames/geonames.php:187 ../../addon/oembed.old/oembed.php:41 -#: ../../addon/forumlist/forumlist.php:163 -#: ../../addon/impressum/impressum.php:83 -#: ../../addon/notimeline/notimeline.php:64 ../../addon/blockem/blockem.php:57 -#: ../../addon/qcomment/qcomment.php:61 -#: ../../addon/openstreetmap/openstreetmap.php:70 -#: ../../addon/group_text/group_text.php:84 -#: ../../addon/libravatar/libravatar.php:99 -#: ../../addon/libertree/libertree.php:90 ../../addon/altpager/altpager.php:87 -#: ../../addon/mathjax/mathjax.php:42 ../../addon/editplain/editplain.php:84 -#: ../../addon/blackout/blackout.php:98 ../../addon/gravatar/gravatar.php:95 -#: ../../addon/pageheader/pageheader.php:55 ../../addon/ijpost/ijpost.php:93 -#: ../../addon/jappixmini/jappixmini.php:307 -#: ../../addon/statusnet/statusnet.php:278 -#: ../../addon/statusnet/statusnet.php:292 -#: ../../addon/statusnet/statusnet.php:318 -#: ../../addon/statusnet/statusnet.php:325 -#: ../../addon/statusnet/statusnet.php:353 -#: ../../addon/statusnet/statusnet.php:576 ../../addon/tumblr/tumblr.php:90 -#: ../../addon/numfriends/numfriends.php:85 ../../addon/gnot/gnot.php:88 -#: ../../addon/wppost/wppost.php:110 ../../addon/showmore/showmore.php:48 -#: ../../addon/piwik/piwik.php:89 ../../addon/twitter/twitter.php:180 -#: ../../addon/twitter/twitter.php:209 ../../addon/twitter/twitter.php:394 -#: ../../addon/irc/irc.php:55 ../../addon/fromapp/fromapp.php:77 -#: ../../addon/blogger/blogger.php:102 ../../addon/posterous/posterous.php:103 -#: ../../view/theme/cleanzero/config.php:80 -#: ../../view/theme/diabook/theme.php:757 -#: ../../view/theme/diabook/config.php:190 -#: ../../view/theme/quattro/config.php:53 ../../view/theme/dispy/config.php:70 -#: ../../object/Item.php:560 -msgid "Submit" -msgstr "Подтвердить" +#: ../../include/bbcode.php:128 ../../include/bbcode.php:648 +#: ../../include/bbcode.php:651 ../../include/bbcode.php:656 +#: ../../include/bbcode.php:659 ../../include/bbcode.php:662 +#: ../../include/bbcode.php:665 ../../include/bbcode.php:670 +#: ../../include/bbcode.php:673 ../../include/bbcode.php:678 +#: ../../include/bbcode.php:681 ../../include/bbcode.php:684 +#: ../../include/bbcode.php:687 +msgid "Image/photo" +msgstr "Изображение / фото" -#: ../../mod/help.php:30 -msgid "Help:" -msgstr "Помощь:" +#: ../../include/bbcode.php:163 ../../include/bbcode.php:698 +msgid "Encrypted content" +msgstr "Зашифрованное содержание" -#: ../../mod/help.php:34 ../../addon/dav/friendica/layout.fnk.php:225 -#: ../../include/nav.php:86 -msgid "Help" -msgstr "Помощь" +#: ../../include/bbcode.php:179 +msgid "QR code" +msgstr "QR код" -#: ../../mod/help.php:38 ../../index.php:226 -msgid "Not Found" -msgstr "Не найдено" +#: ../../include/bbcode.php:228 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s написал следующее %2$s %3$s" -#: ../../mod/help.php:41 ../../index.php:229 -msgid "Page not found." -msgstr "Страница не найдена." +#: ../../include/bbcode.php:230 +msgid "post" +msgstr "сообщение" -#: ../../mod/wall_attach.php:69 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Файл превышает предельный размер %d" +#: ../../include/bbcode.php:616 ../../include/bbcode.php:636 +msgid "$1 wrote:" +msgstr "$1 писал:" -#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 -msgid "File upload failed." -msgstr "Загрузка файла не удалась." +#: ../../include/oembed.php:171 +msgid "Embedded content" +msgstr "Внедренное содержание" -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Приглашение в друзья отправлено." +#: ../../include/oembed.php:180 +msgid "Embedding disabled" +msgstr "Внедрение отключенно" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Предложить друзей" +#: ../../include/notify.php:23 +msgid "created a new post" +msgstr "создал новое сообщение" -#: ../../mod/fsuggest.php:99 +#: ../../include/notify.php:24 #, php-format -msgid "Suggest a friend for %s" -msgstr "Предложить друга для %s." +msgid "commented on %s's post" +msgstr "прокомментировал %s's сообщение" -#: ../../mod/events.php:66 -msgid "Event title and start time are required." -msgstr "" +#: ../../include/conversation.php:117 ../../include/text.php:1705 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/tagger.php:45 ../../mod/like.php:111 +msgid "photo" +msgstr "фото" -#: ../../mod/events.php:279 -msgid "l, F j" -msgstr "l, j F" +#: ../../include/conversation.php:120 ../../include/text.php:1708 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "мероприятие" -#: ../../mod/events.php:301 -msgid "Edit event" -msgstr "Редактировать мероприятие" +#: ../../include/conversation.php:123 +msgid "channel" +msgstr "канал" -#: ../../mod/events.php:323 ../../include/text.php:1187 -msgid "link to source" -msgstr "ссылка на источник" +#: ../../include/conversation.php:145 ../../include/text.php:1711 +#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 +#: ../../mod/tagger.php:53 ../../mod/like.php:111 +msgid "status" +msgstr "статус" -#: ../../mod/events.php:347 ../../view/theme/diabook/theme.php:131 -#: ../../include/nav.php:52 ../../boot.php:1689 -msgid "Events" -msgstr "Мероприятия" +#: ../../include/conversation.php:147 ../../include/text.php:1713 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "комментарий" -#: ../../mod/events.php:348 -msgid "Create New Event" -msgstr "Создать новое мероприятие" +#: ../../include/conversation.php:161 ../../mod/like.php:142 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s нравится %2$s's %3$s" -#: ../../mod/events.php:349 ../../addon/dav/friendica/layout.fnk.php:263 -msgid "Previous" -msgstr "Назад" +#: ../../include/conversation.php:164 ../../mod/like.php:144 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s не нравится %2$s's %3$s" -#: ../../mod/events.php:350 ../../mod/install.php:205 -#: ../../addon/dav/friendica/layout.fnk.php:266 -msgid "Next" -msgstr "Далее" +#: ../../include/conversation.php:201 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "%1$s теперь соединен с %2$s" -#: ../../mod/events.php:423 -msgid "hour:minute" -msgstr "час:минута" +#: ../../include/conversation.php:236 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s подпихнул %2$s" -#: ../../mod/events.php:433 -msgid "Event details" -msgstr "Сведения о мероприятии" +#: ../../include/conversation.php:240 ../../include/text.php:895 +msgid "poked" +msgstr "подпихнул" -#: ../../mod/events.php:434 +#: ../../include/conversation.php:258 ../../mod/mood.php:63 #, php-format -msgid "Format is %s %s. Starting date and Title are required." +msgctxt "mood" +msgid "%1$s is %2$s" msgstr "" -#: ../../mod/events.php:436 -msgid "Event Starts:" -msgstr "Начало мероприятия:" +#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 +msgid "Select" +msgstr "Выбрать" -#: ../../mod/events.php:436 ../../mod/events.php:450 -msgid "Required" -msgstr "" +#: ../../include/conversation.php:632 ../../include/apps.php:232 +#: ../../include/ItemObject.php:108 ../../mod/settings.php:578 +#: ../../mod/connedit.php:398 ../../mod/filestorage.php:175 +#: ../../mod/group.php:176 ../../mod/admin.php:758 ../../mod/admin.php:887 +#: ../../mod/thing.php:236 ../../mod/photos.php:1041 +msgid "Delete" +msgstr "Удалить" -#: ../../mod/events.php:439 -msgid "Finish date/time is not known or not relevant" -msgstr "Дата/время окончания не известны, или не указаны" +#: ../../include/conversation.php:639 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:844 +msgid "Private Message" +msgstr "Личное сообщение" -#: ../../mod/events.php:441 -msgid "Event Finishes:" -msgstr "Окончание мероприятия:" +#: ../../include/conversation.php:646 ../../include/ItemObject.php:182 +msgid "Message is verified" +msgstr "Сообщение проверено" -#: ../../mod/events.php:444 -msgid "Adjust for viewer timezone" -msgstr "Настройка часового пояса" +#: ../../include/conversation.php:666 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Просмотр %s's профиля @ %s" -#: ../../mod/events.php:446 -msgid "Description:" -msgstr "Описание:" +#: ../../include/conversation.php:680 +msgid "Categories:" +msgstr "Категории:" -#: ../../mod/events.php:448 ../../mod/directory.php:134 -#: ../../include/event.php:40 ../../include/bb2diaspora.php:412 -#: ../../boot.php:1226 -msgid "Location:" -msgstr "Откуда:" +#: ../../include/conversation.php:681 +msgid "Filed under:" +msgstr "Хранить под:" -#: ../../mod/events.php:450 -msgid "Title:" +#: ../../include/conversation.php:690 ../../include/ItemObject.php:250 +#, php-format +msgid " from %s" +msgstr " от %s" + +#: ../../include/conversation.php:693 ../../include/ItemObject.php:253 +#, php-format +msgid "last edited: %s" msgstr "" -#: ../../mod/events.php:452 -msgid "Share this event" -msgstr "Поделитесь этим мероприятием" +#: ../../include/conversation.php:694 ../../include/ItemObject.php:254 +#, php-format +msgid "Expires: %s" +msgstr "" -#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/editpost.php:136 -#: ../../mod/dfrn_request.php:847 ../../mod/settings.php:544 -#: ../../mod/settings.php:570 ../../addon/js_upload/js_upload.php:45 -#: ../../include/conversation.php:935 -msgid "Cancel" -msgstr "Отмена" +#: ../../include/conversation.php:709 +msgid "View in context" +msgstr "Показать в контексте" -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Ключевое слово удалено" +#: ../../include/conversation.php:711 ../../include/conversation.php:1127 +#: ../../include/ItemObject.php:294 ../../mod/editblock.php:120 +#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 +#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336 +#: ../../mod/photos.php:972 +msgid "Please wait" +msgstr "Подождите пожалуйста" -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Удалить ключевое слово" +#: ../../include/conversation.php:838 +msgid "remove" +msgstr "удалить" -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Выберите ключевое слово для удаления: " +#: ../../include/conversation.php:842 +msgid "Loading..." +msgstr "Загрузка..." -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 -#: ../../addon/dav/common/wdcal_edit.inc.php:468 -msgid "Remove" -msgstr "Удалить" +#: ../../include/conversation.php:843 +msgid "Delete Selected Items" +msgstr "Удалить выбранные элементы" -#: ../../mod/dfrn_poll.php:99 ../../mod/dfrn_poll.php:530 -#, php-format -msgid "%s welcomes %s" -msgstr "%s приветствует %s" +#: ../../include/conversation.php:934 +msgid "View Source" +msgstr "" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Разрешить связь с приложением" +#: ../../include/conversation.php:935 +msgid "Follow Thread" +msgstr "Следобать теме" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Вернитесь в ваше приложение и задайте этот код:" +#: ../../include/conversation.php:936 +msgid "View Status" +msgstr "Просмотр состояния" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Пожалуйста, войдите для продолжения." +#: ../../include/conversation.php:937 ../../include/nav.php:81 +#: ../../mod/connedit.php:351 ../../mod/connedit.php:465 +msgid "View Profile" +msgstr "Просмотр профиля" -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "" +#: ../../include/conversation.php:938 +msgid "View Photos" +msgstr "Просмотр фотографий" -#: ../../mod/api.php:105 ../../mod/dfrn_request.php:835 -#: ../../mod/settings.php:892 ../../mod/settings.php:898 -#: ../../mod/settings.php:906 ../../mod/settings.php:910 -#: ../../mod/settings.php:915 ../../mod/settings.php:921 -#: ../../mod/settings.php:927 ../../mod/settings.php:933 -#: ../../mod/settings.php:963 ../../mod/settings.php:964 -#: ../../mod/settings.php:965 ../../mod/settings.php:966 -#: ../../mod/settings.php:967 ../../mod/register.php:236 -#: ../../mod/profiles.php:563 -msgid "Yes" -msgstr "Да" +#: ../../include/conversation.php:939 +msgid "Matrix Activity" +msgstr "Активность матрицы" -#: ../../mod/api.php:106 ../../mod/dfrn_request.php:836 -#: ../../mod/settings.php:892 ../../mod/settings.php:898 -#: ../../mod/settings.php:906 ../../mod/settings.php:910 -#: ../../mod/settings.php:915 ../../mod/settings.php:921 -#: ../../mod/settings.php:927 ../../mod/settings.php:933 -#: ../../mod/settings.php:963 ../../mod/settings.php:964 -#: ../../mod/settings.php:965 ../../mod/settings.php:966 -#: ../../mod/settings.php:967 ../../mod/register.php:237 -#: ../../mod/profiles.php:564 -msgid "No" -msgstr "Нет" +#: ../../include/conversation.php:940 +msgid "Edit Contact" +msgstr "Редактировать контакт" -#: ../../mod/photos.php:46 ../../boot.php:1682 -msgid "Photo Albums" -msgstr "Фотоальбомы" +#: ../../include/conversation.php:941 +msgid "Send PM" +msgstr "Отправить личное сообщение" -#: ../../mod/photos.php:54 ../../mod/photos.php:149 ../../mod/photos.php:986 -#: ../../mod/photos.php:1073 ../../mod/photos.php:1088 -#: ../../mod/photos.php:1530 ../../mod/photos.php:1542 -#: ../../addon/communityhome/communityhome.php:110 -#: ../../view/theme/diabook/theme.php:598 -msgid "Contact Photos" -msgstr "Фотографии контакта" +#: ../../include/conversation.php:942 ../../include/apps.php:135 +msgid "Poke" +msgstr "Подпихнуть" -#: ../../mod/photos.php:61 ../../mod/photos.php:1104 ../../mod/photos.php:1580 -msgid "Upload New Photos" -msgstr "Загрузить новые фото" +#: ../../include/conversation.php:998 +#, php-format +msgid "%s likes this." +msgstr "%s нравится это." -#: ../../mod/photos.php:74 ../../mod/settings.php:23 -msgid "everybody" -msgstr "каждый" - -#: ../../mod/photos.php:138 -msgid "Contact information unavailable" -msgstr "Информация о контакте недоступна" - -#: ../../mod/photos.php:149 ../../mod/photos.php:653 ../../mod/photos.php:1073 -#: ../../mod/photos.php:1088 ../../mod/profile_photo.php:74 -#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 -#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 -#: ../../mod/profile_photo.php:305 -#: ../../addon/communityhome/communityhome.php:111 -#: ../../view/theme/diabook/theme.php:599 ../../include/user.php:324 -#: ../../include/user.php:331 ../../include/user.php:338 -msgid "Profile Photos" -msgstr "Фотографии профиля" +#: ../../include/conversation.php:998 +#, php-format +msgid "%s doesn't like this." +msgstr "%s не нравится это." -#: ../../mod/photos.php:159 -msgid "Album not found." -msgstr "Альбом не найден." +#: ../../include/conversation.php:1002 +#, php-format +msgid "<span %1$s>%2$d people</span> like this." +msgid_plural "<span %1$s>%2$d people</span> like this." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "<span %1$s>%2$d чел.</span> нравится это." -#: ../../mod/photos.php:177 ../../mod/photos.php:1082 -msgid "Delete Album" -msgstr "Удалить альбом" +#: ../../include/conversation.php:1004 +#, php-format +msgid "<span %1$s>%2$d people</span> don't like this." +msgid_plural "<span %1$s>%2$d people</span> don't like this." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "<span %1$s>%2$d чел.</span> не нравится это." -#: ../../mod/photos.php:240 ../../mod/photos.php:1339 -msgid "Delete Photo" -msgstr "Удалить фото" +#: ../../include/conversation.php:1010 +msgid "and" +msgstr "и" -#: ../../mod/photos.php:584 -msgid "was tagged in a" -msgstr "отмечен/а/ в" +#: ../../include/conversation.php:1013 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" +msgstr[2] ", и %d другие люди" -#: ../../mod/photos.php:584 ../../mod/like.php:145 ../../mod/tagger.php:62 -#: ../../addon/communityhome/communityhome.php:163 -#: ../../view/theme/diabook/theme.php:570 ../../include/text.php:1439 -#: ../../include/diaspora.php:1824 ../../include/conversation.php:125 -#: ../../include/conversation.php:253 -msgid "photo" -msgstr "фото" +#: ../../include/conversation.php:1014 +#, php-format +msgid "%s like this." +msgstr "%s нравится это." -#: ../../mod/photos.php:584 -msgid "by" -msgstr "с" +#: ../../include/conversation.php:1014 +#, php-format +msgid "%s don't like this." +msgstr "%s не нравится это." -#: ../../mod/photos.php:689 ../../addon/js_upload/js_upload.php:315 -msgid "Image exceeds size limit of " -msgstr "Размер фото превышает лимит " +#: ../../include/conversation.php:1071 +msgid "Visible to <strong>everybody</strong>" +msgstr "Видно для <strong>всех</strong>" -#: ../../mod/photos.php:697 -msgid "Image file is empty." -msgstr "Файл изображения пуст." +#: ../../include/conversation.php:1072 ../../mod/mail.php:171 +#: ../../mod/mail.php:269 +msgid "Please enter a link URL:" +msgstr "Пожалуйста, введите URL ссылки:" -#: ../../mod/photos.php:729 ../../mod/profile_photo.php:153 -#: ../../mod/wall_upload.php:110 -msgid "Unable to process image." -msgstr "Невозможно обработать фото." +#: ../../include/conversation.php:1073 +msgid "Please enter a video link/URL:" +msgstr "Пожалуйста, введите URL видео-ссылки:" -#: ../../mod/photos.php:756 ../../mod/profile_photo.php:301 -#: ../../mod/wall_upload.php:136 -msgid "Image upload failed." -msgstr "Загрузка фото неудачная." +#: ../../include/conversation.php:1074 +msgid "Please enter an audio link/URL:" +msgstr "Пожалуйста, введите URL аудио-ссылки:" -#: ../../mod/photos.php:842 ../../mod/community.php:18 -#: ../../mod/dfrn_request.php:760 ../../mod/viewcontacts.php:17 -#: ../../mod/display.php:7 ../../mod/search.php:73 ../../mod/directory.php:31 -msgid "Public access denied." -msgstr "Свободный доступ закрыт." +#: ../../include/conversation.php:1075 +msgid "Tag term:" +msgstr "Теги:" -#: ../../mod/photos.php:852 -msgid "No photos selected" -msgstr "Не выбрано фото." +#: ../../include/conversation.php:1076 ../../mod/filer.php:49 +msgid "Save to Folder:" +msgstr "Сохранить в папку:" -#: ../../mod/photos.php:953 -msgid "Access to this item is restricted." -msgstr "Доступ к этому пункту ограничен." +#: ../../include/conversation.php:1077 +msgid "Where are you right now?" +msgstr "Где вы сейчас?" -#: ../../mod/photos.php:1015 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +#: ../../include/conversation.php:1078 ../../mod/editpost.php:52 +#: ../../mod/mail.php:172 ../../mod/mail.php:270 +msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../mod/photos.php:1018 -#, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "" +#: ../../include/conversation.php:1088 ../../include/page_widgets.php:40 +#: ../../include/ItemObject.php:592 ../../mod/editblock.php:141 +#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 +#: ../../mod/editwebpage.php:174 ../../mod/webpages.php:124 +#: ../../mod/photos.php:992 +msgid "Preview" +msgstr "Предварительный просмотр" -#: ../../mod/photos.php:1024 -msgid "Upload Photos" -msgstr "Загрузить фото" +#: ../../include/conversation.php:1102 ../../mod/layouts.php:113 +#: ../../mod/photos.php:971 +msgid "Share" +msgstr "Поделиться" -#: ../../mod/photos.php:1028 ../../mod/photos.php:1077 -msgid "New album name: " -msgstr "Название нового альбома: " +#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139 +msgid "Page link title" +msgstr "Ссылка заголовока страницы" -#: ../../mod/photos.php:1029 -msgid "or existing album name: " -msgstr "или название существующего альбома: " +#: ../../include/conversation.php:1107 +msgid "Post as" +msgstr "" -#: ../../mod/photos.php:1030 -msgid "Do not show a status post for this upload" -msgstr "Не показывать статус-сообщение для этой закачки" +#: ../../include/conversation.php:1108 ../../mod/editblock.php:112 +#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113 +#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332 +msgid "Upload photo" +msgstr "Загрузить фотографию" -#: ../../mod/photos.php:1032 ../../mod/photos.php:1334 -msgid "Permissions" -msgstr "Разрешения" +#: ../../include/conversation.php:1109 +msgid "upload photo" +msgstr "загрузить фотографию" -#: ../../mod/photos.php:1092 -msgid "Edit Album" -msgstr "Редактировать альбом" +#: ../../include/conversation.php:1110 ../../mod/editblock.php:113 +#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114 +#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333 +msgid "Attach file" +msgstr "Прикрепить файл" -#: ../../mod/photos.php:1098 -msgid "Show Newest First" -msgstr "" +#: ../../include/conversation.php:1111 +msgid "attach file" +msgstr "прикрепить файл" -#: ../../mod/photos.php:1100 -msgid "Show Oldest First" -msgstr "" +#: ../../include/conversation.php:1112 ../../mod/editblock.php:114 +#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115 +#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334 +msgid "Insert web link" +msgstr "Вставить веб-ссылку" -#: ../../mod/photos.php:1124 ../../mod/photos.php:1563 -msgid "View Photo" -msgstr "Просмотр фото" +#: ../../include/conversation.php:1113 +msgid "web link" +msgstr "веб-ссылка" -#: ../../mod/photos.php:1159 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Нет разрешения. Доступ к этому элементу ограничен." +#: ../../include/conversation.php:1114 +msgid "Insert video link" +msgstr "Вставить видео-ссылку" -#: ../../mod/photos.php:1161 -msgid "Photo not available" -msgstr "Фото недоступно" +#: ../../include/conversation.php:1115 +msgid "video link" +msgstr "видео-ссылка" -#: ../../mod/photos.php:1217 -msgid "View photo" -msgstr "Просмотр фото" +#: ../../include/conversation.php:1116 +msgid "Insert audio link" +msgstr "Вставить аудио-ссылку" -#: ../../mod/photos.php:1217 -msgid "Edit photo" -msgstr "Редактировать фото" +#: ../../include/conversation.php:1117 +msgid "audio link" +msgstr "аудио-ссылка" -#: ../../mod/photos.php:1218 -msgid "Use as profile photo" -msgstr "Использовать как фото профиля" +#: ../../include/conversation.php:1118 ../../mod/editblock.php:118 +#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119 +#: ../../mod/editwebpage.php:150 +msgid "Set your location" +msgstr "Указание своего расположения" -#: ../../mod/photos.php:1224 ../../mod/content.php:603 -#: ../../object/Item.php:103 -msgid "Private Message" -msgstr "Личное сообщение" +#: ../../include/conversation.php:1119 +msgid "set location" +msgstr "указание расположения" -#: ../../mod/photos.php:1243 -msgid "View Full Size" -msgstr "Просмотреть полный размер" +#: ../../include/conversation.php:1120 ../../mod/editblock.php:119 +#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120 +#: ../../mod/editwebpage.php:151 +msgid "Clear browser location" +msgstr "Стереть указание расположения" -#: ../../mod/photos.php:1311 -msgid "Tags: " -msgstr "Ключевые слова: " +#: ../../include/conversation.php:1121 +msgid "clear location" +msgstr "стереть указание расположения" -#: ../../mod/photos.php:1314 -msgid "[Remove any tag]" -msgstr "[Удалить любое ключевое слово]" +#: ../../include/conversation.php:1123 ../../mod/editblock.php:132 +#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132 +#: ../../mod/editwebpage.php:167 +msgid "Set title" +msgstr "Заголовок" -#: ../../mod/photos.php:1324 -msgid "Rotate CW (right)" -msgstr "" +#: ../../include/conversation.php:1126 ../../mod/editblock.php:135 +#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134 +#: ../../mod/editwebpage.php:169 +msgid "Categories (comma-separated list)" +msgstr "Категории (список через запятую)" -#: ../../mod/photos.php:1325 -msgid "Rotate CCW (left)" -msgstr "" +#: ../../include/conversation.php:1128 ../../mod/editblock.php:121 +#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122 +#: ../../mod/editwebpage.php:153 +msgid "Permission settings" +msgstr "Настройки разрешений" -#: ../../mod/photos.php:1327 -msgid "New album name" -msgstr "Название нового альбома" +#: ../../include/conversation.php:1129 +msgid "permissions" +msgstr "разрешения" -#: ../../mod/photos.php:1330 -msgid "Caption" -msgstr "Подпись" +#: ../../include/conversation.php:1136 ../../mod/editblock.php:129 +#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129 +#: ../../mod/editwebpage.php:162 +msgid "Public post" +msgstr "Публичное сообщение" -#: ../../mod/photos.php:1332 -msgid "Add a Tag" -msgstr "Добавить ключевое слово (таг)" +#: ../../include/conversation.php:1138 ../../mod/editblock.php:136 +#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135 +#: ../../mod/editwebpage.php:170 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Пример: bob@example.com, mary@example.com" -#: ../../mod/photos.php:1336 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +#: ../../include/conversation.php:1151 ../../mod/editblock.php:146 +#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146 +#: ../../mod/editwebpage.php:179 ../../mod/mail.php:226 ../../mod/mail.php:339 +msgid "Set expiration date" +msgstr "" -#: ../../mod/photos.php:1356 ../../mod/content.php:667 -#: ../../object/Item.php:196 -msgid "I like this (toggle)" -msgstr "Нравится" +#: ../../include/conversation.php:1153 ../../include/ItemObject.php:595 +#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 +msgid "Encrypt text" +msgstr "" -#: ../../mod/photos.php:1357 ../../mod/content.php:668 -#: ../../object/Item.php:197 -msgid "I don't like this (toggle)" -msgstr "Не нравится" +#: ../../include/conversation.php:1155 ../../mod/editpost.php:150 +msgid "OK" +msgstr "OK" -#: ../../mod/photos.php:1358 ../../include/conversation.php:896 -msgid "Share" -msgstr "Поделиться" +#: ../../include/conversation.php:1156 ../../mod/settings.php:516 +#: ../../mod/settings.php:542 ../../mod/editpost.php:151 +#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 +#: ../../mod/tagrm.php:94 +msgid "Cancel" +msgstr "Отменить" -#: ../../mod/photos.php:1359 ../../mod/editpost.php:112 -#: ../../mod/content.php:482 ../../mod/content.php:845 -#: ../../mod/wallmessage.php:152 ../../mod/message.php:293 -#: ../../mod/message.php:481 ../../include/conversation.php:570 -#: ../../include/conversation.php:915 ../../object/Item.php:258 -msgid "Please wait" -msgstr "Пожалуйста, подождите" +#: ../../include/conversation.php:1398 +msgid "Discover" +msgstr "Обнаруженные" -#: ../../mod/photos.php:1375 ../../mod/photos.php:1416 -#: ../../mod/photos.php:1448 ../../mod/content.php:690 -#: ../../object/Item.php:557 -msgid "This is you" -msgstr "Это вы" +#: ../../include/conversation.php:1401 +msgid "Imported public streams" +msgstr "" -#: ../../mod/photos.php:1377 ../../mod/photos.php:1418 -#: ../../mod/photos.php:1450 ../../mod/content.php:692 ../../boot.php:574 -#: ../../object/Item.php:559 -msgid "Comment" -msgstr "Комментарий" +#: ../../include/conversation.php:1406 +msgid "Commented Order" +msgstr "По комментариям" -#: ../../mod/photos.php:1379 ../../mod/editpost.php:133 -#: ../../mod/content.php:702 ../../include/conversation.php:933 -#: ../../object/Item.php:569 -msgid "Preview" -msgstr "предварительный просмотр" +#: ../../include/conversation.php:1409 +msgid "Sort by Comment Date" +msgstr "Сортировка по дате создания комментариев" -#: ../../mod/photos.php:1479 ../../mod/content.php:439 -#: ../../mod/content.php:723 ../../mod/settings.php:606 -#: ../../mod/settings.php:695 ../../mod/group.php:168 ../../mod/admin.php:696 -#: ../../include/conversation.php:515 ../../object/Item.php:117 -msgid "Delete" -msgstr "Удалить" +#: ../../include/conversation.php:1413 +msgid "Posted Order" +msgstr "По добавлениям" -#: ../../mod/photos.php:1569 -msgid "View Album" -msgstr "Просмотреть альбом" +#: ../../include/conversation.php:1416 +msgid "Sort by Post Date" +msgstr "Сортировка по дате создания сообщения" -#: ../../mod/photos.php:1578 -msgid "Recent Photos" -msgstr "Последние фото" +#: ../../include/conversation.php:1421 ../../include/widgets.php:82 +msgid "Personal" +msgstr "Личные" -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Недоступно." +#: ../../include/conversation.php:1424 +msgid "Posts that mention or involve you" +msgstr "Сообщения, в которых упоминули или вовлекли вас" -#: ../../mod/community.php:32 ../../view/theme/diabook/theme.php:133 -#: ../../include/nav.php:101 -msgid "Community" -msgstr "Сообщество" +#: ../../include/conversation.php:1430 ../../mod/connections.php:211 +#: ../../mod/connections.php:224 ../../mod/menu.php:61 +msgid "New" +msgstr "Новые" -#: ../../mod/community.php:63 ../../mod/community.php:88 -#: ../../mod/search.php:148 ../../mod/search.php:174 -msgid "No results." -msgstr "Нет результатов." +#: ../../include/conversation.php:1433 +msgid "Activity Stream - by date" +msgstr "Лента активности - по дате" -#: ../../mod/friendica.php:55 -msgid "This is Friendica, version" -msgstr "Это Friendica, версия" +#: ../../include/conversation.php:1439 +msgid "Starred" +msgstr "Помеченные" -#: ../../mod/friendica.php:56 -msgid "running at web location" -msgstr "работает на веб-узле" +#: ../../include/conversation.php:1442 +msgid "Favourite Posts" +msgstr "Фаворит-сообщения" -#: ../../mod/friendica.php:58 -msgid "" -"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn " -"more about the Friendica project." -msgstr "" +#: ../../include/conversation.php:1449 +msgid "Spam" +msgstr "Спам" -#: ../../mod/friendica.php:60 -msgid "Bug reports and issues: please visit" -msgstr "Отчет об ошибках и проблемах: пожалуйста, посетите" +#: ../../include/conversation.php:1452 +msgid "Posts flagged as SPAM" +msgstr "Как СПАМ помеченные сообщения" -#: ../../mod/friendica.php:61 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "" +#: ../../include/conversation.php:1486 ../../mod/admin.php:891 +msgid "Channel" +msgstr "Канал" -#: ../../mod/friendica.php:75 -msgid "Installed plugins/addons/apps:" +#: ../../include/conversation.php:1489 +msgid "Status Messages and Posts" msgstr "" -#: ../../mod/friendica.php:88 -msgid "No installed plugins/addons/apps" -msgstr "Нет установленных плагинов / добавок / приложений" +#: ../../include/conversation.php:1498 +msgid "About" +msgstr "О себе" -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 -msgid "Item not found" -msgstr "Элемент не найден" +#: ../../include/conversation.php:1501 +msgid "Profile Details" +msgstr "Сведения о профиле" -#: ../../mod/editpost.php:36 -msgid "Edit post" -msgstr "Редактировать сообщение" +#: ../../include/conversation.php:1507 ../../include/nav.php:84 +#: ../../include/apps.php:129 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Фотографии" -#: ../../mod/editpost.php:88 ../../include/conversation.php:882 -msgid "Post to Email" -msgstr "Отправить на Email" +#: ../../include/conversation.php:1510 ../../include/photos.php:313 +msgid "Photo Albums" +msgstr "Фотоальбомы" -#: ../../mod/editpost.php:103 ../../mod/content.php:710 -#: ../../mod/settings.php:605 ../../object/Item.php:107 +#: ../../include/conversation.php:1516 ../../include/nav.php:85 +#: ../../include/apps.php:125 ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Файлы" + +#: ../../include/conversation.php:1519 +msgid "Files and Storage" +msgstr "" + +#: ../../include/conversation.php:1528 ../../include/conversation.php:1531 +msgid "Chatrooms" +msgstr "Чаты" + +#: ../../include/conversation.php:1538 ../../include/nav.php:93 +#: ../../include/apps.php:119 +msgid "Bookmarks" +msgstr "Закладки" + +#: ../../include/conversation.php:1541 +msgid "Saved Bookmarks" +msgstr "Сохранённые закладки" + +#: ../../include/conversation.php:1549 ../../include/nav.php:95 +#: ../../include/apps.php:126 ../../mod/webpages.php:79 +msgid "Webpages" +msgstr "Веб-страницы" + +#: ../../include/conversation.php:1552 +msgid "Manage Webpages" +msgstr "Управление веб-страниц" + +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Новая страница" + +#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 +#: ../../include/apps.php:231 ../../include/menu.php:42 +#: ../../include/ItemObject.php:96 ../../mod/settings.php:577 +#: ../../mod/blocks.php:94 ../../mod/connections.php:393 +#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106 +#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143 +#: ../../mod/filestorage.php:174 ../../mod/thing.php:235 +#: ../../mod/layouts.php:112 ../../mod/menu.php:59 ../../mod/webpages.php:120 msgid "Edit" msgstr "Редактировать" -#: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150 -#: ../../mod/message.php:291 ../../mod/message.php:478 -#: ../../include/conversation.php:897 -msgid "Upload photo" -msgstr "Загрузить фото" +#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97 +#: ../../mod/layouts.php:116 ../../mod/webpages.php:123 +msgid "View" +msgstr "Просмотр" -#: ../../mod/editpost.php:105 ../../include/conversation.php:899 -msgid "Attach file" -msgstr "Приложить файл" +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:125 +msgid "Actions" +msgstr "" -#: ../../mod/editpost.php:106 ../../mod/wallmessage.php:151 -#: ../../mod/message.php:292 ../../mod/message.php:479 -#: ../../include/conversation.php:901 -msgid "Insert web link" -msgstr "Вставить веб-ссылку" +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:126 +msgid "Page Link" +msgstr "" -#: ../../mod/editpost.php:107 -msgid "Insert YouTube video" -msgstr "Вставить видео YouTube" +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:127 +msgid "Title" +msgstr "" -#: ../../mod/editpost.php:108 -msgid "Insert Vorbis [.ogg] video" -msgstr "Вставить Vorbis [.ogg] видео" +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:128 +msgid "Created" +msgstr "Создано" -#: ../../mod/editpost.php:109 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Вставить Vorbis [.ogg] аудио" +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:129 +msgid "Edited" +msgstr "" -#: ../../mod/editpost.php:110 ../../include/conversation.php:907 -msgid "Set your location" -msgstr "Задать ваше местоположение" +#: ../../include/security.php:301 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "" -#: ../../mod/editpost.php:111 ../../include/conversation.php:909 -msgid "Clear browser location" -msgstr "Очистить местонахождение браузера" +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "Не действительный адрес электронной почты" -#: ../../mod/editpost.php:113 ../../include/conversation.php:916 -msgid "Permission settings" -msgstr "Настройки разрешений" +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "Домен электронной почты не входит в число тех, которые разрешены на этом сайте" -#: ../../mod/editpost.php:121 ../../include/conversation.php:925 -msgid "CC: email addresses" -msgstr "Копии на email адреса" +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "Ваш адрес электронной почты уже зарегистрирован на этом сайте." -#: ../../mod/editpost.php:122 ../../include/conversation.php:926 -msgid "Public post" -msgstr "Публичное сообщение" +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "Требуется приглашение." -#: ../../mod/editpost.php:125 ../../include/conversation.php:912 -msgid "Set title" -msgstr "Установить заголовок" +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "Не удалось проверить приглашение." -#: ../../mod/editpost.php:127 ../../include/conversation.php:914 -msgid "Categories (comma-separated list)" -msgstr "Категории (список через запятую)" +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Пожалуйста, введите необходимую информацию." -#: ../../mod/editpost.php:128 ../../include/conversation.php:928 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Пример: bob@example.com, mary@example.com" +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Не удалось сохранить информацию аккаунта." -#: ../../mod/dfrn_request.php:93 -msgid "This introduction has already been accepted." -msgstr "Этот запрос был уже принят." +#: ../../include/account.php:273 +#, php-format +msgid "Registration request at %s" +msgstr "Требуется регистрация на %s" -#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:512 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Местоположение профиля является недопустимым или не содержит информацию о профиле." +#: ../../include/account.php:275 ../../include/account.php:302 +#: ../../include/account.php:359 +msgid "Administrator" +msgstr "Администратор" + +#: ../../include/account.php:297 +msgid "your registration password" +msgstr "Ваш пароль регистрации" -#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:517 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Внимание: местоположение профиля не имеет идентифицируемого имени владельца." +#: ../../include/account.php:300 ../../include/account.php:357 +#, php-format +msgid "Registration details for %s" +msgstr "Регистрационные данные для %s" -#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:519 -msgid "Warning: profile location has no profile photo." -msgstr "Внимание: местоположение профиля не имеет еще фотографии профиля." +#: ../../include/account.php:366 +msgid "Account approved." +msgstr "Аккаунт утвержден." -#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:522 +#: ../../include/account.php:400 #, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d требуемый параметр не был найден в заданном месте" -msgstr[1] "%d требуемых параметров не были найдены в заданном месте" -msgstr[2] "%d требуемых параметров не были найдены в заданном месте" +msgid "Registration revoked for %s" +msgstr "Регистрация отозвана для %s" + +#: ../../include/photos.php:15 ../../include/attach.php:119 +#: ../../include/attach.php:166 ../../include/attach.php:229 +#: ../../include/attach.php:243 ../../include/attach.php:283 +#: ../../include/attach.php:297 ../../include/attach.php:322 +#: ../../include/attach.php:513 ../../include/attach.php:585 +#: ../../include/chat.php:116 ../../include/items.php:3679 +#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:27 +#: ../../mod/settings.php:492 ../../mod/poke.php:128 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64 +#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72 +#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 +#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:152 +#: ../../mod/profiles.php:462 ../../mod/bookmarks.php:46 +#: ../../mod/channel.php:89 ../../mod/channel.php:193 +#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/register.php:68 ../../mod/regmod.php:18 ../../mod/common.php:35 +#: ../../mod/network.php:12 ../../mod/connections.php:169 +#: ../../mod/connedit.php:221 ../../mod/delegate.php:6 ../../mod/page.php:30 +#: ../../mod/page.php:80 ../../mod/setup.php:203 ../../mod/editblock.php:34 +#: ../../mod/pdledit.php:21 ../../mod/editlayout.php:48 +#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:44 +#: ../../mod/editwebpage.php:83 ../../mod/sources.php:66 +#: ../../mod/events.php:141 ../../mod/filestorage.php:10 +#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 +#: ../../mod/filestorage.php:98 ../../mod/fsuggest.php:78 +#: ../../mod/suggest.php:26 ../../mod/group.php:9 ../../mod/thing.php:247 +#: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/item.php:179 ../../mod/item.php:187 +#: ../../mod/item.php:894 ../../mod/layouts.php:27 ../../mod/layouts.php:39 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/viewsrc.php:12 ../../mod/mail.php:108 ../../mod/manage.php:6 +#: ../../mod/menu.php:44 ../../mod/webpages.php:40 ../../mod/message.php:16 +#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 +#: ../../mod/photos.php:68 ../../mod/photos.php:526 +#: ../../mod/notifications.php:66 ../../mod/appman.php:66 ../../index.php:186 +#: ../../index.php:361 +msgid "Permission denied." +msgstr "Доступ запрещен." -#: ../../mod/dfrn_request.php:170 -msgid "Introduction complete." -msgstr "Запрос создан." +#: ../../include/photos.php:89 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "" -#: ../../mod/dfrn_request.php:209 -msgid "Unrecoverable protocol error." -msgstr "Неисправимая ошибка протокола." +#: ../../include/photos.php:96 +msgid "Image file is empty." +msgstr "файл пуст." -#: ../../mod/dfrn_request.php:237 -msgid "Profile unavailable." -msgstr "Профиль недоступен." +#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 +msgid "Unable to process image" +msgstr "Не удается обработать изображение" -#: ../../mod/dfrn_request.php:262 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "К %s пришло сегодня слишком много запросов на подключение." +#: ../../include/photos.php:186 +msgid "Photo storage failed." +msgstr "" -#: ../../mod/dfrn_request.php:263 -msgid "Spam protection measures have been invoked." -msgstr "Были применены меры защиты от спама." +#: ../../include/photos.php:317 ../../mod/photos.php:691 +#: ../../mod/photos.php:1188 +msgid "Upload New Photos" +msgstr "Загрузить новые фотографии" -#: ../../mod/dfrn_request.php:264 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Друзья советуют попробовать еще раз в ближайшие 24 часа." +#: ../../include/acl_selectors.php:240 +msgid "Visible to everybody" +msgstr "Видно всем" -#: ../../mod/dfrn_request.php:326 -msgid "Invalid locator" -msgstr "Недопустимый локатор" +#: ../../include/acl_selectors.php:241 +msgid "Show" +msgstr "" -#: ../../mod/dfrn_request.php:335 -msgid "Invalid email address." +#: ../../include/acl_selectors.php:242 +msgid "Don't show" msgstr "" -#: ../../mod/dfrn_request.php:361 -msgid "This account has not been configured for email. Request failed." +#: ../../include/acl_selectors.php:248 ../../mod/chat.php:209 +#: ../../mod/filestorage.php:126 ../../mod/photos.php:604 +#: ../../mod/photos.php:947 +msgid "Permissions" +msgstr "Разрешения" + +#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:289 +msgid "Close" msgstr "" -#: ../../mod/dfrn_request.php:457 -msgid "Unable to resolve your name at the provided location." -msgstr "Не удается установить ваше имя на предложенном местоположении." +#: ../../include/activities.php:39 +msgid " and " +msgstr "и" -#: ../../mod/dfrn_request.php:470 -msgid "You have already introduced yourself here." -msgstr "Вы уже ввели информацию о себе здесь." +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "Публичный профиль" -#: ../../mod/dfrn_request.php:474 +#: ../../include/activities.php:52 #, php-format -msgid "Apparently you are already friends with %s." -msgstr "Похоже, что вы уже друзья с %s." +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s изменил %2$s на “%3$s”" -#: ../../mod/dfrn_request.php:495 -msgid "Invalid profile URL." -msgstr "Неверный URL профиля." +#: ../../include/activities.php:53 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "Посетить %1$s's %2$s" -#: ../../mod/dfrn_request.php:501 ../../include/follow.php:27 -msgid "Disallowed profile URL." -msgstr "Запрещенный URL профиля." +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "" -#: ../../mod/dfrn_request.php:570 ../../mod/contacts.php:123 -msgid "Failed to update contact record." -msgstr "Не удалось обновить запись контакта." +#: ../../include/api.php:1016 +msgid "Public Timeline" +msgstr "Публичная шкала времени" -#: ../../mod/dfrn_request.php:591 -msgid "Your introduction has been sent." -msgstr "Ваш запрос отправлен." +#: ../../include/attach.php:224 ../../include/attach.php:278 +msgid "Item was not found." +msgstr "Элемент не найден." -#: ../../mod/dfrn_request.php:644 -msgid "Please login to confirm introduction." -msgstr "Для подтверждения запроса войдите пожалуйста с паролем." +#: ../../include/attach.php:335 +msgid "No source file." +msgstr "Нет исходного файла." -#: ../../mod/dfrn_request.php:658 -msgid "" -"Incorrect identity currently logged in. Please login to " -"<strong>this</strong> profile." -msgstr "Неверно идентифицирован вход. Пожалуйста, войдите в <strong>этот</strong> профиль." +#: ../../include/attach.php:352 +msgid "Cannot locate file to replace" +msgstr "Не удается найти файл, чтобы заменить" -#: ../../mod/dfrn_request.php:669 -msgid "Hide this contact" -msgstr "" +#: ../../include/attach.php:370 +msgid "Cannot locate file to revise/update" +msgstr "Не удается найти файл для пересмотра / обновления" -#: ../../mod/dfrn_request.php:672 +#: ../../include/attach.php:381 #, php-format -msgid "Welcome home %s." -msgstr "Добро пожаловать домой, %s!" +msgid "File exceeds size limit of %d" +msgstr "Файл превышает предельный размер %d" -#: ../../mod/dfrn_request.php:673 +#: ../../include/attach.php:393 #, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s." +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "" -#: ../../mod/dfrn_request.php:674 -msgid "Confirm" -msgstr "Подтвердить" +#: ../../include/attach.php:475 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена." -#: ../../mod/dfrn_request.php:715 ../../include/items.php:3292 -msgid "[Name Withheld]" -msgstr "[Имя не разглашается]" +#: ../../include/attach.php:487 +msgid "Stored file could not be verified. Upload failed." +msgstr "Файл для сохранения не проверен. Загрузка не удалась." -#: ../../mod/dfrn_request.php:810 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" +#: ../../include/attach.php:528 ../../include/attach.php:545 +msgid "Path not available." +msgstr "Путь недоступен." + +#: ../../include/attach.php:590 +msgid "Empty pathname" msgstr "" -#: ../../mod/dfrn_request.php:826 -msgid "<strike>Connect as an email follower</strike> (Coming soon)" +#: ../../include/attach.php:606 +msgid "duplicate filename or path" msgstr "" -#: ../../mod/dfrn_request.php:828 -msgid "" -"If you are not yet a member of the free social web, <a " -"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public" -" Friendica site and join us today</a>." +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Путь не найден." + +#: ../../include/attach.php:674 +msgid "mkdir failed." msgstr "" -#: ../../mod/dfrn_request.php:831 -msgid "Friend/Connection Request" -msgstr "Запрос в друзья / на подключение" +#: ../../include/attach.php:678 +msgid "database storage failed." +msgstr "" -#: ../../mod/dfrn_request.php:832 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Примеры: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca" +#: ../../include/bb2diaspora.php:441 ../../include/event.php:11 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" -#: ../../mod/dfrn_request.php:833 -msgid "Please answer the following:" -msgstr "Пожалуйста, ответьте следующее:" +#: ../../include/bb2diaspora.php:447 ../../include/event.php:20 +msgid "Starts:" +msgstr "Начало:" -#: ../../mod/dfrn_request.php:834 -#, php-format -msgid "Does %s know you?" -msgstr "%s знает вас?" +#: ../../include/bb2diaspora.php:455 ../../include/event.php:30 +msgid "Finishes:" +msgstr "\t\nКонец:" -#: ../../mod/dfrn_request.php:837 -msgid "Add a personal note:" -msgstr "Добавить личную заметку:" +#: ../../include/bb2diaspora.php:463 ../../include/event.php:40 +#: ../../include/identity.php:726 ../../mod/directory.php:156 +#: ../../mod/dirprofile.php:105 ../../mod/events.php:485 +msgid "Location:" +msgstr "Откуда:" -#: ../../mod/dfrn_request.php:839 ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "Friendica" +#: ../../include/nav.php:77 ../../include/nav.php:101 ../../boot.php:1456 +msgid "Logout" +msgstr "Выход" -#: ../../mod/dfrn_request.php:840 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet / Federated Social Web" +#: ../../include/nav.php:77 ../../include/nav.php:101 +msgid "End this session" +msgstr "Закончить эту сессию" -#: ../../mod/dfrn_request.php:841 ../../mod/settings.php:640 -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "Diaspora" +#: ../../include/nav.php:80 ../../include/nav.php:135 +msgid "Home" +msgstr "Мой канал" -#: ../../mod/dfrn_request.php:842 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr "" +#: ../../include/nav.php:80 +msgid "Your posts and conversations" +msgstr "Ваши сообщения и разговоры" -#: ../../mod/dfrn_request.php:843 -msgid "Your Identity Address:" -msgstr "Ваш идентификационный адрес:" +#: ../../include/nav.php:81 +msgid "Your profile page" +msgstr "Страницa вашего профиля" -#: ../../mod/dfrn_request.php:846 -msgid "Submit Request" -msgstr "Отправить запрос" +#: ../../include/nav.php:83 +msgid "Edit Profiles" +msgstr "Редактирование профилей" -#: ../../mod/install.php:117 -msgid "Friendica Social Communications Server - Setup" +#: ../../include/nav.php:83 +msgid "Manage/Edit profiles" msgstr "" -#: ../../mod/install.php:123 -msgid "Could not connect to database." -msgstr "Не удалось подключиться к базе данных." +#: ../../include/nav.php:84 +msgid "Your photos" +msgstr "Ваши фотографии" -#: ../../mod/install.php:127 -msgid "Could not create table." -msgstr "Не удалось создать таблицу." +#: ../../include/nav.php:85 +msgid "Your files" +msgstr "Ваши файлы" -#: ../../mod/install.php:133 -msgid "Your Friendica site database has been installed." -msgstr "База данных сайта установлена." +#: ../../include/nav.php:90 ../../include/apps.php:136 +msgid "Chat" +msgstr "Чат" -#: ../../mod/install.php:138 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL." +#: ../../include/nav.php:90 +msgid "Your chatrooms" +msgstr "Ваши чаты" -#: ../../mod/install.php:139 ../../mod/install.php:204 -#: ../../mod/install.php:488 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Пожалуйста, смотрите файл \"INSTALL.txt\"." +#: ../../include/nav.php:93 +msgid "Your bookmarks" +msgstr "Ваши закладки" -#: ../../mod/install.php:201 -msgid "System check" +#: ../../include/nav.php:95 +msgid "Your webpages" +msgstr "Ваши веб-страницы" + +#: ../../include/nav.php:99 ../../include/apps.php:121 ../../boot.php:1457 +msgid "Login" +msgstr "Войти" + +#: ../../include/nav.php:99 +msgid "Sign in" +msgstr "Войти" + +#: ../../include/nav.php:116 +#, php-format +msgid "%s - click to logout" +msgstr "%s - нажмите чтобы выйти" + +#: ../../include/nav.php:121 +msgid "Click to authenticate to your home hub" msgstr "" -#: ../../mod/install.php:206 -msgid "Check again" -msgstr "Проверить еще раз" +#: ../../include/nav.php:135 +msgid "Home Page" +msgstr "Моя страница" -#: ../../mod/install.php:225 -msgid "Database connection" -msgstr "Подключение к базе данных" +#: ../../include/nav.php:139 ../../mod/register.php:206 ../../boot.php:1433 +msgid "Register" +msgstr "Регистрация" -#: ../../mod/install.php:226 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." +#: ../../include/nav.php:139 +msgid "Create an account" +msgstr "Создать аккаунт" + +#: ../../include/nav.php:144 ../../include/apps.php:132 ../../mod/help.php:60 +#: ../../mod/help.php:65 +msgid "Help" +msgstr "Помощь" + +#: ../../include/nav.php:144 +msgid "Help and documentation" +msgstr "Справочная информация и документация" + +#: ../../include/nav.php:147 ../../include/widgets.php:79 +#: ../../mod/apps.php:33 +msgid "Apps" +msgstr "Приложения" + +#: ../../include/nav.php:147 +msgid "Applications, utilities, links, games" msgstr "" -#: ../../mod/install.php:227 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах." +#: ../../include/nav.php:149 ../../include/text.php:813 +#: ../../include/text.php:827 ../../include/apps.php:137 +#: ../../mod/search.php:29 +msgid "Search" +msgstr "Поиск" -#: ../../mod/install.php:228 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением." +#: ../../include/nav.php:149 +msgid "Search site content" +msgstr "Поиск по содержанию сайту" -#: ../../mod/install.php:232 -msgid "Database Server Name" -msgstr "Имя сервера базы данных" +#: ../../include/nav.php:152 ../../include/apps.php:131 +#: ../../mod/directory.php:210 +msgid "Directory" +msgstr "Каталог" -#: ../../mod/install.php:233 -msgid "Database Login Name" -msgstr "Логин базы данных" +#: ../../include/nav.php:152 +msgid "Channel Locator" +msgstr "Локатор каналов" -#: ../../mod/install.php:234 -msgid "Database Login Password" -msgstr "Пароль базы данных" +#: ../../include/nav.php:163 ../../include/apps.php:123 +msgid "Matrix" +msgstr "Матрица" -#: ../../mod/install.php:235 -msgid "Database Name" -msgstr "Имя базы данных" +#: ../../include/nav.php:163 +msgid "Your matrix" +msgstr "Собственная матрица" -#: ../../mod/install.php:236 ../../mod/install.php:275 -msgid "Site administrator email address" -msgstr "Адрес электронной почты администратора сайта" +#: ../../include/nav.php:164 +msgid "Mark all matrix notifications seen" +msgstr "Пометить все оповещения матрицы как прочитанное" -#: ../../mod/install.php:236 ../../mod/install.php:275 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." +#: ../../include/nav.php:166 ../../include/apps.php:127 +msgid "Channel Home" msgstr "" -#: ../../mod/install.php:240 ../../mod/install.php:278 -msgid "Please select a default timezone for your website" -msgstr "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта" +#: ../../include/nav.php:166 +msgid "Channel home" +msgstr "" -#: ../../mod/install.php:265 -msgid "Site settings" -msgstr "Настройки сайта" +#: ../../include/nav.php:167 +msgid "Mark all channel notifications seen" +msgstr "Пометить все оповещения канала как прочитанное" -#: ../../mod/install.php:318 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Не удалось найти PATH веб-сервера в установках PHP." +#: ../../include/nav.php:170 ../../mod/connections.php:386 +msgid "Connections" +msgstr "Контакты" -#: ../../mod/install.php:319 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron. See <a " -"href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>" -msgstr "" +#: ../../include/nav.php:173 +msgid "Notices" +msgstr "Оповещения" -#: ../../mod/install.php:323 -msgid "PHP executable path" -msgstr "PHP executable path" +#: ../../include/nav.php:173 +msgid "Notifications" +msgstr "Оповещения" -#: ../../mod/install.php:323 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "" +#: ../../include/nav.php:174 +msgid "See all notifications" +msgstr "Просмотреть все оповещения" -#: ../../mod/install.php:328 -msgid "Command line PHP" -msgstr "Command line PHP" +#: ../../include/nav.php:175 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "Пометить все оповещения как прочитанное" -#: ../../mod/install.php:337 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Не включено \"register_argc_argv\" в установках PHP." +#: ../../include/nav.php:177 ../../include/apps.php:133 +msgid "Mail" +msgstr "Переписка" -#: ../../mod/install.php:338 -msgid "This is required for message delivery to work." -msgstr "Это необходимо для работы доставки сообщений." +#: ../../include/nav.php:177 +msgid "Private mail" +msgstr "Ваша личная переписка" -#: ../../mod/install.php:340 -msgid "PHP register_argc_argv" -msgstr "" +#: ../../include/nav.php:178 +msgid "See all private messages" +msgstr "Просмотреть все личные сообщения" -#: ../../mod/install.php:361 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования" +#: ../../include/nav.php:179 +msgid "Mark all private messages seen" +msgstr "Пометить все личные сообщения как прочитанное" -#: ../../mod/install.php:362 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"." +#: ../../include/nav.php:180 +msgid "Inbox" +msgstr "Входящие" -#: ../../mod/install.php:364 -msgid "Generate encryption keys" -msgstr "Генерация шифрованых ключей" +#: ../../include/nav.php:181 +msgid "Outbox" +msgstr "Исходящие" -#: ../../mod/install.php:371 -msgid "libCurl PHP module" -msgstr "libCurl PHP модуль" +#: ../../include/nav.php:182 ../../include/widgets.php:536 +msgid "New Message" +msgstr "Новое личное сообщение" -#: ../../mod/install.php:372 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP модуль" +#: ../../include/nav.php:185 ../../include/apps.php:130 +#: ../../mod/events.php:377 +msgid "Events" +msgstr "Мероприятия" -#: ../../mod/install.php:373 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP модуль" +#: ../../include/nav.php:185 +msgid "Event Calendar" +msgstr "Календарь мероприятий" -#: ../../mod/install.php:374 -msgid "mysqli PHP module" -msgstr "mysqli PHP модуль" +#: ../../include/nav.php:186 +msgid "See all events" +msgstr "Показать все мероприятия" -#: ../../mod/install.php:375 -msgid "mb_string PHP module" -msgstr "mb_string PHP модуль" +#: ../../include/nav.php:187 +msgid "Mark all events seen" +msgstr "Пометить все мероприятия как прочитанное" -#: ../../mod/install.php:380 ../../mod/install.php:382 -msgid "Apache mod_rewrite module" -msgstr "" +#: ../../include/nav.php:189 ../../include/apps.php:122 +msgid "Channel Select" +msgstr "Выбор каналов" -#: ../../mod/install.php:380 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен." +#: ../../include/nav.php:189 +msgid "Manage Your Channels" +msgstr "Управление каналов" -#: ../../mod/install.php:388 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Ошибка: необходим libCURL PHP модуль, но он не установлен." +#: ../../include/nav.php:191 ../../include/apps.php:124 +#: ../../include/widgets.php:514 ../../mod/admin.php:977 +#: ../../mod/admin.php:1182 +msgid "Settings" +msgstr "Настройки" -#: ../../mod/install.php:392 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен." +#: ../../include/nav.php:191 +msgid "Account/Channel Settings" +msgstr "Настройки аккаунта/канала" -#: ../../mod/install.php:396 -msgid "Error: openssl PHP module required but not installed." -msgstr "Ошибка: необходим PHP модуль OpenSSL, но он не установлен." +#: ../../include/nav.php:199 ../../mod/admin.php:117 +msgid "Admin" +msgstr "Администрация" -#: ../../mod/install.php:400 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Ошибка: необходим PHP модуль MySQLi, но он не установлен." +#: ../../include/nav.php:199 +msgid "Site Setup and Configuration" +msgstr "Установка и конфигурация сайта" -#: ../../mod/install.php:404 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Ошибка: необходим PHP модуль mb_string, но он не установлен." +#: ../../include/nav.php:224 +msgid "Nothing new here" +msgstr "Ничего нового здесь" -#: ../../mod/install.php:421 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать." +#: ../../include/nav.php:228 +msgid "Please wait..." +msgstr "Подождите пожалуйста ..." -#: ../../mod/install.php:422 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете." +#: ../../include/bookmarks.php:42 +#, php-format +msgid "%1$s's bookmarks" +msgstr "Закладки пользователя %1$s" -#: ../../mod/install.php:423 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." +#: ../../include/chat.php:10 +msgid "Missing room name" msgstr "" -#: ../../mod/install.php:424 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." +#: ../../include/chat.php:19 +msgid "Duplicate room name" msgstr "" -#: ../../mod/install.php:427 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php is writable" +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "" -#: ../../mod/install.php:439 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." +#: ../../include/chat.php:105 +msgid "Room not found." msgstr "" -#: ../../mod/install.php:441 -msgid "Url rewrite is working" +#: ../../include/chat.php:126 +msgid "Room is full" msgstr "" -#: ../../mod/install.php:451 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера." +#: ../../include/taxonomy.php:210 +msgid "Tags" +msgstr "Тэги" -#: ../../mod/install.php:475 -msgid "Errors encountered creating database tables." -msgstr "Обнаружены ошибки при создании таблиц базы данных." +#: ../../include/taxonomy.php:227 +msgid "Keywords" +msgstr "Ключевые слова" -#: ../../mod/install.php:486 -msgid "<h1>What next</h1>" -msgstr "" +#: ../../include/taxonomy.php:252 +msgid "have" +msgstr "иметь" -#: ../../mod/install.php:487 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора." +#: ../../include/taxonomy.php:252 +msgid "has" +msgstr "есть" -#: ../../mod/localtime.php:12 ../../include/event.php:11 -#: ../../include/bb2diaspora.php:390 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" +#: ../../include/taxonomy.php:253 +msgid "want" +msgstr "хотеть" -#: ../../mod/localtime.php:24 -msgid "Time Conversion" -msgstr "История общения" +#: ../../include/taxonomy.php:253 +msgid "wants" +msgstr "хочет" -#: ../../mod/localtime.php:26 -msgid "" -"Friendika provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "" +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:208 +msgid "like" +msgstr "нравится" -#: ../../mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "UTC время: %s" +#: ../../include/taxonomy.php:254 +msgid "likes" +msgstr "нравится" -#: ../../mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Ваш часовой пояс: %s" +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:209 +msgid "dislike" +msgstr "не-нравится" -#: ../../mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Ваше изменённое время: %s" +#: ../../include/taxonomy.php:255 +msgid "dislikes" +msgstr "не-нравится" -#: ../../mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Выберите пожалуйста ваш часовой пояс:" +#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185 +#: ../../view/theme/redbasic/php/config.php:84 +msgid "Default" +msgstr "По умолчанию" -#: ../../mod/poke.php:192 -msgid "Poke/Prod" -msgstr "" +#: ../../include/contact_selectors.php:30 +msgid "Unknown | Not categorised" +msgstr "Неизвестные | Без категории" -#: ../../mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "" +#: ../../include/contact_selectors.php:31 +msgid "Block immediately" +msgstr "Немедленно заблокировать" -#: ../../mod/poke.php:194 -msgid "Recipient" +#: ../../include/contact_selectors.php:32 +msgid "Shady, spammer, self-marketer" msgstr "" -#: ../../mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "" +#: ../../include/contact_selectors.php:33 +msgid "Known to me, but no opinion" +msgstr "Известныo мне, но нет своего мнения" -#: ../../mod/poke.php:198 -msgid "Make this post private" -msgstr "" +#: ../../include/contact_selectors.php:34 +msgid "OK, probably harmless" +msgstr "OK, наверное безвредно" -#: ../../mod/match.php:12 -msgid "Profile Match" -msgstr "Похожие профили" +#: ../../include/contact_selectors.php:35 +msgid "Reputable, has my trust" +msgstr "Авторитетно, имеет мое доверие" -#: ../../mod/match.php:20 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию." +#: ../../include/contact_selectors.php:54 +msgid "Frequently" +msgstr "Часто" -#: ../../mod/match.php:57 -msgid "is interested in:" -msgstr "" +#: ../../include/contact_selectors.php:55 +msgid "Hourly" +msgstr "Ежечасно" -#: ../../mod/match.php:58 ../../mod/suggest.php:59 -#: ../../include/contact_widgets.php:9 ../../boot.php:1164 -msgid "Connect" -msgstr "Подключить" +#: ../../include/contact_selectors.php:56 +msgid "Twice daily" +msgstr "Два раза в день" -#: ../../mod/match.php:65 ../../mod/dirfind.php:60 -msgid "No matches" -msgstr "Нет соответствий" +#: ../../include/contact_selectors.php:57 +msgid "Daily" +msgstr "Ежедневно" -#: ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Личная информация удаленно недоступна." +#: ../../include/contact_selectors.php:58 +msgid "Weekly" +msgstr "Еженедельно" -#: ../../mod/lockview.php:43 -msgid "Visible to:" -msgstr "Кто может видеть:" +#: ../../include/contact_selectors.php:59 +msgid "Monthly" +msgstr "Ежемесячно" -#: ../../mod/content.php:119 ../../mod/network.php:436 -msgid "No such group" -msgstr "Нет такой группы" +#: ../../include/contact_selectors.php:74 +msgid "Friendica" +msgstr "Friendica" -#: ../../mod/content.php:130 ../../mod/network.php:447 -msgid "Group is empty" -msgstr "Группа пуста" +#: ../../include/contact_selectors.php:75 +msgid "OStatus" +msgstr "OStatus" -#: ../../mod/content.php:134 ../../mod/network.php:451 -msgid "Group: " -msgstr "Группа: " +#: ../../include/contact_selectors.php:76 +msgid "RSS/Atom" +msgstr "RSS/Atom" -#: ../../mod/content.php:438 ../../mod/content.php:722 -#: ../../include/conversation.php:514 ../../object/Item.php:116 -msgid "Select" -msgstr "Выберите" +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:754 +#: ../../mod/admin.php:763 ../../boot.php:1459 +msgid "Email" +msgstr "E-mail" -#: ../../mod/content.php:455 ../../mod/content.php:815 -#: ../../mod/content.php:816 ../../include/conversation.php:533 -#: ../../object/Item.php:227 ../../object/Item.php:228 -#, php-format -msgid "View %s's profile @ %s" -msgstr "" +#: ../../include/contact_selectors.php:78 +msgid "Diaspora" +msgstr "Diaspora" -#: ../../mod/content.php:465 ../../mod/content.php:827 -#: ../../include/conversation.php:553 ../../object/Item.php:240 -#, php-format -msgid "%s from %s" -msgstr "%s с %s" +#: ../../include/contact_selectors.php:79 +msgid "Facebook" +msgstr "Facebook" -#: ../../mod/content.php:480 ../../include/conversation.php:568 -msgid "View in context" -msgstr "Смотреть в контексте" +#: ../../include/contact_selectors.php:80 +msgid "Zot!" +msgstr "Zot!" -#: ../../mod/content.php:586 ../../object/Item.php:277 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d комментарий" -msgstr[1] "%d комментариев" -msgstr[2] "%d комментариев" +#: ../../include/contact_selectors.php:81 +msgid "LinkedIn" +msgstr "LinkedIn" -#: ../../mod/content.php:588 ../../include/text.php:1443 -#: ../../object/Item.php:279 ../../object/Item.php:292 -msgid "comment" -msgid_plural "comments" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "комментарий" +#: ../../include/contact_selectors.php:82 +msgid "XMPP/IM" +msgstr "XMPP/IM" -#: ../../mod/content.php:589 ../../addon/page/page.php:76 -#: ../../addon/page/page.php:110 ../../addon/showmore/showmore.php:119 -#: ../../include/contact_widgets.php:195 ../../boot.php:575 -#: ../../object/Item.php:280 -msgid "show more" -msgstr "показать больше" +#: ../../include/contact_selectors.php:83 +msgid "MySpace" +msgstr "MySpace" -#: ../../mod/content.php:667 ../../object/Item.php:196 -msgid "like" -msgstr "" +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "имеется %d приглашение" +msgstr[1] "имеются %d приглашения" +msgstr[2] "имеется %d приглашений" -#: ../../mod/content.php:668 ../../object/Item.php:197 -msgid "dislike" -msgstr "не нравитса" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:446 +msgid "Advanced" +msgstr "Дополнительно" -#: ../../mod/content.php:670 ../../object/Item.php:199 -msgid "Share this" -msgstr "" +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Поиск контактов" -#: ../../mod/content.php:670 ../../object/Item.php:199 -msgid "share" -msgstr "делиться" +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Впишите имя или интерес" -#: ../../mod/content.php:694 ../../object/Item.php:561 -msgid "Bold" -msgstr "" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Подключить/следовать" -#: ../../mod/content.php:695 ../../object/Item.php:562 -msgid "Italic" -msgstr "" +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Примеры: Владимир Ильич, Революционер" -#: ../../mod/content.php:696 ../../object/Item.php:563 -msgid "Underline" -msgstr "" +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:392 +#: ../../mod/directory.php:206 ../../mod/directory.php:211 +msgid "Find" +msgstr "Поиск" -#: ../../mod/content.php:697 ../../object/Item.php:564 -msgid "Quote" -msgstr "" +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +msgid "Channel Suggestions" +msgstr "Рекомендации каналов" -#: ../../mod/content.php:698 ../../object/Item.php:565 -msgid "Code" -msgstr "" +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Случайные" -#: ../../mod/content.php:699 ../../object/Item.php:566 -msgid "Image" -msgstr "" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Пригласить друзей" -#: ../../mod/content.php:700 ../../object/Item.php:567 -msgid "Link" +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" msgstr "" -#: ../../mod/content.php:701 ../../object/Item.php:568 -msgid "Video" +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" msgstr "" -#: ../../mod/content.php:735 ../../object/Item.php:180 -msgid "add star" -msgstr "пометить" +#: ../../include/contact_widgets.php:58 ../../include/features.php:66 +#: ../../include/widgets.php:296 +msgid "Saved Folders" +msgstr "Запомненные папки" -#: ../../mod/content.php:736 ../../object/Item.php:181 -msgid "remove star" -msgstr "убрать метку" +#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95 +#: ../../include/widgets.php:299 +msgid "Everything" +msgstr "Все" -#: ../../mod/content.php:737 ../../object/Item.php:182 -msgid "toggle star status" -msgstr "переключить статус" +#: ../../include/contact_widgets.php:92 ../../include/widgets.php:29 +msgid "Categories" +msgstr "Категории" -#: ../../mod/content.php:740 ../../object/Item.php:185 -msgid "starred" -msgstr "помечено" +#: ../../include/contact_widgets.php:125 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d совместный контакт" +msgstr[1] "%d совместных контакта" +msgstr[2] "%d совместных контактов" -#: ../../mod/content.php:741 ../../object/Item.php:186 -msgid "add tag" -msgstr "добавить ключевое слово (таг)" +#: ../../include/contact_widgets.php:130 +msgid "show more" +msgstr "показать все" -#: ../../mod/content.php:745 ../../object/Item.php:120 -msgid "save to folder" -msgstr "сохранить в папке" +#: ../../include/event.php:326 +msgid "This event has been added to your calendar." +msgstr "Это событие было добавлено в календарь." -#: ../../mod/content.php:817 ../../object/Item.php:229 -msgid "to" -msgstr "к" +#: ../../include/reddav.php:1045 +msgid "Edit File properties" +msgstr "" -#: ../../mod/content.php:818 ../../object/Item.php:230 -msgid "Wall-to-Wall" -msgstr "Стена-на-Стену" +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Прочее" -#: ../../mod/content.php:819 ../../object/Item.php:231 -msgid "via Wall-To-Wall:" -msgstr "через Стена-на-Стену:" +#: ../../include/datetime.php:152 ../../include/datetime.php:284 +msgid "year" +msgstr "год" -#: ../../mod/home.php:28 ../../addon/communityhome/communityhome.php:179 -#, php-format -msgid "Welcome to %s" -msgstr "Добро пожаловать на %s!" +#: ../../include/datetime.php:157 ../../include/datetime.php:285 +msgid "month" +msgstr "месяц" -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Неверный идентификатор запроса." +#: ../../include/datetime.php:162 ../../include/datetime.php:287 +msgid "day" +msgstr "день" -#: ../../mod/notifications.php:35 ../../mod/notifications.php:161 -#: ../../mod/notifications.php:207 -msgid "Discard" -msgstr "Отказаться" +#: ../../include/datetime.php:275 +msgid "never" +msgstr "никогда" -#: ../../mod/notifications.php:51 ../../mod/notifications.php:160 -#: ../../mod/notifications.php:206 ../../mod/contacts.php:321 -#: ../../mod/contacts.php:375 -msgid "Ignore" -msgstr "Игнорировать" +#: ../../include/datetime.php:281 +msgid "less than a second ago" +msgstr "менее чем одну секунду назад" -#: ../../mod/notifications.php:75 -msgid "System" -msgstr "Система" +#: ../../include/datetime.php:284 +msgid "years" +msgstr "лет" -#: ../../mod/notifications.php:80 ../../include/nav.php:113 -msgid "Network" -msgstr "Сеть" +#: ../../include/datetime.php:285 +msgid "months" +msgstr "мес." -#: ../../mod/notifications.php:85 ../../mod/network.php:300 -msgid "Personal" -msgstr "Персонал" +#: ../../include/datetime.php:286 +msgid "week" +msgstr "неделя" -#: ../../mod/notifications.php:90 ../../view/theme/diabook/theme.php:127 -#: ../../include/nav.php:77 ../../include/nav.php:115 -msgid "Home" -msgstr "Главная" +#: ../../include/datetime.php:286 +msgid "weeks" +msgstr "недель" -#: ../../mod/notifications.php:95 ../../include/nav.php:121 -msgid "Introductions" -msgstr "Запросы" +#: ../../include/datetime.php:287 +msgid "days" +msgstr "дней" -#: ../../mod/notifications.php:100 ../../mod/message.php:176 -#: ../../include/nav.php:128 -msgid "Messages" -msgstr "Сообщения" +#: ../../include/datetime.php:288 +msgid "hour" +msgstr "час" -#: ../../mod/notifications.php:119 -msgid "Show Ignored Requests" -msgstr "Показать проигнорированные запросы" +#: ../../include/datetime.php:288 +msgid "hours" +msgstr "часов" -#: ../../mod/notifications.php:119 -msgid "Hide Ignored Requests" -msgstr "Скрыть проигнорированные запросы" +#: ../../include/datetime.php:289 +msgid "minute" +msgstr "минута" -#: ../../mod/notifications.php:145 ../../mod/notifications.php:191 -msgid "Notification type: " -msgstr "Тип уведомления: " +#: ../../include/datetime.php:289 +msgid "minutes" +msgstr "мин." -#: ../../mod/notifications.php:146 -msgid "Friend Suggestion" -msgstr "Предложение в друзья" +#: ../../include/datetime.php:290 +msgid "second" +msgstr "секунда" -#: ../../mod/notifications.php:148 -#, php-format -msgid "suggested by %s" -msgstr "предложено юзером %s" +#: ../../include/datetime.php:290 +msgid "seconds" +msgstr "секунд" -#: ../../mod/notifications.php:153 ../../mod/notifications.php:200 -#: ../../mod/contacts.php:381 -msgid "Hide this contact from others" -msgstr "Скрыть этот контакт от других" +#: ../../include/datetime.php:299 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s назад" -#: ../../mod/notifications.php:154 ../../mod/notifications.php:201 -msgid "Post a new friend activity" +#: ../../include/datetime.php:504 +#, php-format +msgid "%1$s's birthday" msgstr "" -#: ../../mod/notifications.php:154 ../../mod/notifications.php:201 -msgid "if applicable" +#: ../../include/datetime.php:505 +#, php-format +msgid "Happy Birthday %1$s" msgstr "" -#: ../../mod/notifications.php:157 ../../mod/notifications.php:204 -#: ../../mod/admin.php:694 -msgid "Approve" -msgstr "Одобрить" +#: ../../include/dir_fns.php:36 +msgid "Sort Options" +msgstr "" -#: ../../mod/notifications.php:177 -msgid "Claims to be known to you: " -msgstr "Утверждения, о которых должно быть вам известно: " +#: ../../include/dir_fns.php:37 +msgid "Alphabetic" +msgstr "По алфавиту" -#: ../../mod/notifications.php:177 -msgid "yes" -msgstr "да" +#: ../../include/dir_fns.php:38 +msgid "Reverse Alphabetic" +msgstr "По обратному алфавиту" -#: ../../mod/notifications.php:177 -msgid "no" -msgstr "нет" +#: ../../include/dir_fns.php:39 +msgid "Newest to Oldest" +msgstr "От новых к старым" -#: ../../mod/notifications.php:184 -msgid "Approve as: " -msgstr "Утвердить как: " +#: ../../include/dir_fns.php:51 +msgid "Enable Safe Search" +msgstr "" -#: ../../mod/notifications.php:185 -msgid "Friend" -msgstr "Друг" +#: ../../include/dir_fns.php:53 +msgid "Disable Safe Search" +msgstr "" -#: ../../mod/notifications.php:186 -msgid "Sharer" -msgstr "Участник" +#: ../../include/dir_fns.php:55 +msgid "Safe Mode" +msgstr "Безопасный режим" -#: ../../mod/notifications.php:186 -msgid "Fan/Admirer" -msgstr "Фанат / Поклонник" +#: ../../include/enotify.php:41 +msgid "Red Matrix Notification" +msgstr "Оповещения Red матрицы" -#: ../../mod/notifications.php:192 -msgid "Friend/Connect Request" -msgstr "Запрос в друзья / на подключение" +#: ../../include/enotify.php:42 +msgid "redmatrix" +msgstr "redmatrix" -#: ../../mod/notifications.php:192 -msgid "New Follower" -msgstr "Новый фолловер" +#: ../../include/enotify.php:44 +msgid "Thank You," +msgstr "Спасибо," -#: ../../mod/notifications.php:213 -msgid "No introductions." -msgstr "Запросов нет." +#: ../../include/enotify.php:46 +#, php-format +msgid "%s Administrator" +msgstr "%s администратор" -#: ../../mod/notifications.php:216 ../../include/nav.php:122 -msgid "Notifications" -msgstr "Уведомления" +#: ../../include/enotify.php:81 +#, php-format +msgid "%s <!item_type!>" +msgstr "%s <!item_type!>" -#: ../../mod/notifications.php:253 ../../mod/notifications.php:378 -#: ../../mod/notifications.php:465 +#: ../../include/enotify.php:85 #, php-format -msgid "%s liked %s's post" -msgstr "%s нравится %s сообшение" +msgid "[Red:Notify] New mail received at %s" +msgstr "[Red:Уведомление] Получено новое сообщение в %s" -#: ../../mod/notifications.php:262 ../../mod/notifications.php:387 -#: ../../mod/notifications.php:474 +#: ../../include/enotify.php:87 #, php-format -msgid "%s disliked %s's post" -msgstr "%s не нравится %s сообшение" +msgid "%1$s, %2$s sent you a new private message at %3$s." +msgstr "" -#: ../../mod/notifications.php:276 ../../mod/notifications.php:401 -#: ../../mod/notifications.php:488 +#: ../../include/enotify.php:88 #, php-format -msgid "%s is now friends with %s" -msgstr "%s теперь друзья с %s" +msgid "%1$s sent you %2$s." +msgstr "%1$s послал вам %2$s." + +#: ../../include/enotify.php:88 +msgid "a private message" +msgstr "личное сообщение" -#: ../../mod/notifications.php:283 ../../mod/notifications.php:408 +#: ../../include/enotify.php:89 #, php-format -msgid "%s created a new post" -msgstr "%s написал новое сообщение" +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Пожалуйста, посетите %s для просмотра и/или ответа на ваши личные сообщения." -#: ../../mod/notifications.php:284 ../../mod/notifications.php:409 -#: ../../mod/notifications.php:497 +#: ../../include/enotify.php:144 #, php-format -msgid "%s commented on %s's post" -msgstr "%s прокомментировал %s сообщение" +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +msgstr "" -#: ../../mod/notifications.php:298 -msgid "No more network notifications." -msgstr "Уведомлений из сети больше нет." +#: ../../include/enotify.php:152 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +msgstr "" -#: ../../mod/notifications.php:302 -msgid "Network Notifications" -msgstr "Уведомления сети" +#: ../../include/enotify.php:161 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +msgstr "" -#: ../../mod/notifications.php:328 ../../mod/notify.php:61 -msgid "No more system notifications." -msgstr "Системных уведомлений больше нет." +#: ../../include/enotify.php:172 +#, php-format +msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Red:Уведомление] Комментарий к разговору #%1$d по %2$s" -#: ../../mod/notifications.php:332 ../../mod/notify.php:65 -msgid "System Notifications" -msgstr "Уведомления системы" +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." +msgstr "" -#: ../../mod/notifications.php:423 -msgid "No more personal notifications." -msgstr "Персональных уведомлений больше нет." +#: ../../include/enotify.php:176 ../../include/enotify.php:191 +#: ../../include/enotify.php:217 ../../include/enotify.php:236 +#: ../../include/enotify.php:250 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Пожалуйста, посетите %s для просмотра и/или ответа разговора." -#: ../../mod/notifications.php:427 -msgid "Personal Notifications" -msgstr "Личные уведомления" +#: ../../include/enotify.php:182 +#, php-format +msgid "[Red:Notify] %s posted to your profile wall" +msgstr "[Red:Уведомление] %s добавил сообщениe на стену вашего профиля" -#: ../../mod/notifications.php:504 -msgid "No more home notifications." +#: ../../include/enotify.php:184 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "" -#: ../../mod/notifications.php:508 -msgid "Home Notifications" +#: ../../include/enotify.php:186 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "" -#: ../../mod/contacts.php:84 ../../mod/contacts.php:164 -msgid "Could not access contact record." -msgstr "Не удалось получить доступ к записи контакта." +#: ../../include/enotify.php:210 +#, php-format +msgid "[Red:Notify] %s tagged you" +msgstr "[Red:Уведомление] %s добавил у вас тег" -#: ../../mod/contacts.php:98 -msgid "Could not locate selected profile." -msgstr "Не удалось найти выбранный профиль." +#: ../../include/enotify.php:211 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" +msgstr "" -#: ../../mod/contacts.php:121 -msgid "Contact updated." -msgstr "Контакт обновлен." +#: ../../include/enotify.php:212 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +msgstr "" -#: ../../mod/contacts.php:186 -msgid "Contact has been blocked" -msgstr "Контакт заблокирован" +#: ../../include/enotify.php:225 +#, php-format +msgid "[Red:Notify] %1$s poked you" +msgstr "[Red:Уведомление] %1$s подпихнул вас" -#: ../../mod/contacts.php:186 -msgid "Contact has been unblocked" -msgstr "Контакт разблокирован" +#: ../../include/enotify.php:226 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" +msgstr "" -#: ../../mod/contacts.php:200 -msgid "Contact has been ignored" -msgstr "Контакт проигнорирован" +#: ../../include/enotify.php:227 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +msgstr "" -#: ../../mod/contacts.php:200 -msgid "Contact has been unignored" -msgstr "У контакта отменено игнорирование" +#: ../../include/enotify.php:243 +#, php-format +msgid "[Red:Notify] %s tagged your post" +msgstr "[Red:Уведомление] %s добавил у вас в сообщении тег" -#: ../../mod/contacts.php:216 -msgid "Contact has been archived" +#: ../../include/enotify.php:244 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" msgstr "" -#: ../../mod/contacts.php:216 -msgid "Contact has been unarchived" +#: ../../include/enotify.php:245 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "" -#: ../../mod/contacts.php:229 -msgid "Contact has been removed." -msgstr "Контакт удален." +#: ../../include/enotify.php:257 +msgid "[Red:Notify] Introduction received" +msgstr "[Red:Уведомление] введение получено" -#: ../../mod/contacts.php:263 +#: ../../include/enotify.php:258 #, php-format -msgid "You are mutual friends with %s" -msgstr "У Вас взаимная дружба с %s" +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "" -#: ../../mod/contacts.php:267 +#: ../../include/enotify.php:259 #, php-format -msgid "You are sharing with %s" -msgstr "Вы делитесь с %s" +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "" -#: ../../mod/contacts.php:272 +#: ../../include/enotify.php:263 ../../include/enotify.php:282 #, php-format -msgid "%s is sharing with you" -msgstr "%s делитса с Вами" +msgid "You may visit their profile at %s" +msgstr "Вы можете посетить профиль в %s" -#: ../../mod/contacts.php:289 -msgid "Private communications are not available for this contact." -msgstr "Личные коммуникации недоступны для этого контакта." +#: ../../include/enotify.php:265 +#, php-format +msgid "Please visit %s to approve or reject the connection request." +msgstr "" -#: ../../mod/contacts.php:292 -msgid "Never" -msgstr "Никогда" +#: ../../include/enotify.php:272 +msgid "[Red:Notify] Friend suggestion received" +msgstr "[Red:Уведомление] Получено предложение дружить" -#: ../../mod/contacts.php:296 -msgid "(Update was successful)" -msgstr "(Обновление было успешно)" +#: ../../include/enotify.php:273 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +msgstr "" -#: ../../mod/contacts.php:296 -msgid "(Update was not successful)" -msgstr "(Обновление не удалось)" +#: ../../include/enotify.php:274 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " +"%4$s." +msgstr "" -#: ../../mod/contacts.php:298 -msgid "Suggest friends" -msgstr "Предложить друзей" +#: ../../include/enotify.php:280 +msgid "Name:" +msgstr "Имя:" -#: ../../mod/contacts.php:302 -#, php-format -msgid "Network type: %s" -msgstr "Сеть: %s" +#: ../../include/enotify.php:281 +msgid "Photo:" +msgstr "Фото:" -#: ../../mod/contacts.php:305 ../../include/contact_widgets.php:190 +#: ../../include/enotify.php:284 #, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d Контакт" -msgstr[1] "%d Контактов" -msgstr[2] "%d Контактов" +msgid "Please visit %s to approve or reject the suggestion." +msgstr "" -#: ../../mod/contacts.php:310 -msgid "View all contacts" -msgstr "Показать все контакты" +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Главные функции" -#: ../../mod/contacts.php:315 ../../mod/contacts.php:374 -#: ../../mod/admin.php:698 -msgid "Unblock" -msgstr "Разблокировать" +#: ../../include/features.php:25 +msgid "Content Expiration" +msgstr "" -#: ../../mod/contacts.php:315 ../../mod/contacts.php:374 -#: ../../mod/admin.php:697 -msgid "Block" -msgstr "Блокировать" +#: ../../include/features.php:25 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "Удалять посты/комментарии и/или личные сообщения" -#: ../../mod/contacts.php:318 -msgid "Toggle Blocked status" -msgstr "" +#: ../../include/features.php:26 +msgid "Multiple Profiles" +msgstr "Несколько профилей" -#: ../../mod/contacts.php:321 ../../mod/contacts.php:375 -msgid "Unignore" -msgstr "Не игнорировать" +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" +msgstr "Возможность создания нескольких профилей" -#: ../../mod/contacts.php:324 -msgid "Toggle Ignored status" -msgstr "" +#: ../../include/features.php:27 +msgid "Web Pages" +msgstr "Веб-страницы" -#: ../../mod/contacts.php:328 -msgid "Unarchive" +#: ../../include/features.php:27 +msgid "Provide managed web pages on your channel" msgstr "" -#: ../../mod/contacts.php:328 -msgid "Archive" -msgstr "" +#: ../../include/features.php:28 +msgid "Private Notes" +msgstr "Личные заметки" -#: ../../mod/contacts.php:331 -msgid "Toggle Archive status" +#: ../../include/features.php:28 +msgid "Enables a tool to store notes and reminders" msgstr "" -#: ../../mod/contacts.php:334 -msgid "Repair" -msgstr "Восстановить" +#: ../../include/features.php:33 +msgid "Extended Identity Sharing" +msgstr "Расширенный обмен идентичности" -#: ../../mod/contacts.php:337 -msgid "Advanced Contact Settings" +#: ../../include/features.php:33 +msgid "" +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." msgstr "" -#: ../../mod/contacts.php:343 -msgid "Communications lost with this contact!" -msgstr "" +#: ../../include/features.php:34 +msgid "Expert Mode" +msgstr "Экспертный режим" -#: ../../mod/contacts.php:346 -msgid "Contact Editor" -msgstr "Редактор контакта" +#: ../../include/features.php:34 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "" -#: ../../mod/contacts.php:349 -msgid "Profile Visibility" -msgstr "Видимость профиля" +#: ../../include/features.php:35 +msgid "Premium Channel" +msgstr "Премиум канал" -#: ../../mod/contacts.php:350 -#, php-format +#: ../../include/features.php:35 msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен." +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "" -#: ../../mod/contacts.php:351 -msgid "Contact Information / Notes" -msgstr "Информация о контакте / Заметки" +#: ../../include/features.php:40 +msgid "Post Composition Features" +msgstr "" -#: ../../mod/contacts.php:352 -msgid "Edit contact notes" -msgstr "Редактировать заметки контакта" +#: ../../include/features.php:41 +msgid "Richtext Editor" +msgstr "Редактор RichText" -#: ../../mod/contacts.php:357 ../../mod/contacts.php:549 -#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Посетить профиль %s [%s]" +#: ../../include/features.php:41 +msgid "Enable richtext editor" +msgstr "Включить редактор RichText" -#: ../../mod/contacts.php:358 -msgid "Block/Unblock contact" -msgstr "Блокировать / Разблокировать контакт" +#: ../../include/features.php:42 +msgid "Post Preview" +msgstr "Предварительный просмотр сообщения" -#: ../../mod/contacts.php:359 -msgid "Ignore contact" -msgstr "Игнорировать контакт" +#: ../../include/features.php:42 +msgid "Allow previewing posts and comments before publishing them" +msgstr "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией" -#: ../../mod/contacts.php:360 -msgid "Repair URL settings" -msgstr "Восстановить настройки URL" +#: ../../include/features.php:43 ../../include/widgets.php:503 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "" -#: ../../mod/contacts.php:361 -msgid "View conversations" -msgstr "Просмотр бесед" +#: ../../include/features.php:43 +msgid "Automatically import channel content from other channels or feeds" +msgstr "" -#: ../../mod/contacts.php:363 -msgid "Delete contact" -msgstr "Удалить контакт" +#: ../../include/features.php:44 +msgid "Even More Encryption" +msgstr "" -#: ../../mod/contacts.php:367 -msgid "Last update:" -msgstr "Последнее обновление: " +#: ../../include/features.php:44 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "" -#: ../../mod/contacts.php:369 -msgid "Update public posts" -msgstr "Обновить публичные сообщения" +#: ../../include/features.php:49 +msgid "Network and Stream Filtering" +msgstr "Фильтрация сети и потока" -#: ../../mod/contacts.php:371 ../../mod/admin.php:1170 -msgid "Update now" -msgstr "Обновить сейчас" +#: ../../include/features.php:50 +msgid "Search by Date" +msgstr "Поиск по дате" -#: ../../mod/contacts.php:378 -msgid "Currently blocked" -msgstr "В настоящее время заблокирован" +#: ../../include/features.php:50 +msgid "Ability to select posts by date ranges" +msgstr "Возможность выбора сообщений по датам" -#: ../../mod/contacts.php:379 -msgid "Currently ignored" -msgstr "В настоящее время игнорируется" +#: ../../include/features.php:51 +msgid "Collections Filter" +msgstr "Фильтр коллекций" -#: ../../mod/contacts.php:380 -msgid "Currently archived" +#: ../../include/features.php:51 +msgid "Enable widget to display Network posts only from selected collections" msgstr "" -#: ../../mod/contacts.php:381 -msgid "" -"Replies/likes to your public posts <strong>may</strong> still be visible" -msgstr "" +#: ../../include/features.php:52 ../../include/widgets.php:265 +msgid "Saved Searches" +msgstr "Запомненные поиски" -#: ../../mod/contacts.php:434 -msgid "Suggestions" -msgstr "" +#: ../../include/features.php:52 +msgid "Save search terms for re-use" +msgstr "Сохранять результаты поиска для повторного использования" + +#: ../../include/features.php:53 +msgid "Network Personal Tab" +msgstr "Сеть - Личная вкладка" -#: ../../mod/contacts.php:437 -msgid "Suggest potential friends" +#: ../../include/features.php:53 +msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../mod/contacts.php:440 ../../mod/group.php:191 -msgid "All Contacts" -msgstr "Все контакты" +#: ../../include/features.php:54 +msgid "Network New Tab" +msgstr "Сеть - Новая вкладка" -#: ../../mod/contacts.php:443 -msgid "Show all contacts" +#: ../../include/features.php:54 +msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../mod/contacts.php:446 -msgid "Unblocked" -msgstr "" +#: ../../include/features.php:55 +msgid "Affinity Tool" +msgstr "Инструмент сходства или соответствия" -#: ../../mod/contacts.php:449 -msgid "Only show unblocked contacts" +#: ../../include/features.php:55 +msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../mod/contacts.php:453 -msgid "Blocked" +#: ../../include/features.php:56 +msgid "Suggest Channels" msgstr "" -#: ../../mod/contacts.php:456 -msgid "Only show blocked contacts" +#: ../../include/features.php:56 +msgid "Show channel suggestions" msgstr "" -#: ../../mod/contacts.php:460 -msgid "Ignored" -msgstr "" +#: ../../include/features.php:61 +msgid "Post/Comment Tools" +msgstr "Инструменты сообщений/комментарий " -#: ../../mod/contacts.php:463 -msgid "Only show ignored contacts" -msgstr "" +#: ../../include/features.php:63 +msgid "Edit Sent Posts" +msgstr "Редактировать отправленные сообщения" -#: ../../mod/contacts.php:467 -msgid "Archived" -msgstr "" +#: ../../include/features.php:63 +msgid "Edit and correct posts and comments after sending" +msgstr "Редактировать и исправлять сообщения и комментарии после отправки" + +#: ../../include/features.php:64 +msgid "Tagging" +msgstr "Пометка" -#: ../../mod/contacts.php:470 -msgid "Only show archived contacts" +#: ../../include/features.php:64 +msgid "Ability to tag existing posts" msgstr "" -#: ../../mod/contacts.php:474 -msgid "Hidden" +#: ../../include/features.php:65 +msgid "Post Categories" +msgstr "Категории сообщения" + +#: ../../include/features.php:65 +msgid "Add categories to your posts" +msgstr "Добавить категории для ваших сообщений" + +#: ../../include/features.php:66 +msgid "Ability to file posts under folders" msgstr "" -#: ../../mod/contacts.php:477 -msgid "Only show hidden contacts" +#: ../../include/features.php:67 +msgid "Dislike Posts" +msgstr "Сообщение не нравится" + +#: ../../include/features.php:67 +msgid "Ability to dislike posts/comments" msgstr "" -#: ../../mod/contacts.php:525 -msgid "Mutual Friendship" -msgstr "Взаимная дружба" +#: ../../include/features.php:68 +msgid "Star Posts" +msgstr "Помечать сообщения" -#: ../../mod/contacts.php:529 -msgid "is a fan of yours" -msgstr "является вашим поклонником" +#: ../../include/features.php:68 +msgid "Ability to mark special posts with a star indicator" +msgstr "" -#: ../../mod/contacts.php:533 -msgid "you are a fan of" -msgstr "Вы - поклонник" +#: ../../include/features.php:69 +msgid "Tag Cloud" +msgstr "Облако тегов" -#: ../../mod/contacts.php:550 ../../mod/nogroup.php:41 -msgid "Edit contact" -msgstr "Редактировать контакт" +#: ../../include/features.php:69 +msgid "Provide a personal tag cloud on your channel page" +msgstr "" -#: ../../mod/contacts.php:571 ../../view/theme/diabook/theme.php:129 -#: ../../include/nav.php:139 -msgid "Contacts" -msgstr "Контакты" +#: ../../include/follow.php:23 +msgid "Channel is blocked on this site." +msgstr "Канал блокируется на этом сайте." -#: ../../mod/contacts.php:575 -msgid "Search your contacts" -msgstr "Поиск ваших контактов" +#: ../../include/follow.php:28 +msgid "Channel location missing." +msgstr "Местоположение канала отсутствует." -#: ../../mod/contacts.php:576 ../../mod/directory.php:59 -msgid "Finding: " -msgstr "Результат поиска: " +#: ../../include/follow.php:54 +msgid "Response from remote channel was incomplete." +msgstr "" -#: ../../mod/contacts.php:577 ../../mod/directory.php:61 -#: ../../include/contact_widgets.php:33 -msgid "Find" -msgstr "Найти" +#: ../../include/follow.php:85 +msgid "Channel was deleted and no longer exists." +msgstr "" -#: ../../mod/lostpass.php:16 -msgid "No valid account found." -msgstr "Не найдено действительного аккаунта." +#: ../../include/follow.php:132 +msgid "Channel discovery failed." +msgstr "Не удалось обнаружить канал." -#: ../../mod/lostpass.php:32 -msgid "Password reset request issued. Check your email." -msgstr "Запрос на сброс пароля принят. Проверьте вашу электронную почту." +#: ../../include/follow.php:149 +msgid "local account not found." +msgstr "локальный аккаунт не найден." -#: ../../mod/lostpass.php:43 -#, php-format -msgid "Password reset requested at %s" -msgstr "Запрос на сброс пароля получен %s" - -#: ../../mod/lostpass.php:45 ../../mod/lostpass.php:107 -#: ../../mod/register.php:90 ../../mod/register.php:144 -#: ../../mod/regmod.php:54 ../../mod/dfrn_confirm.php:752 -#: ../../addon/facebook/facebook.php:702 -#: ../../addon/facebook/facebook.php:1200 ../../addon/fbpost/fbpost.php:661 -#: ../../addon/public_server/public_server.php:62 -#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:3301 -#: ../../boot.php:788 -msgid "Administrator" -msgstr "Администратор" +#: ../../include/follow.php:158 +msgid "Cannot connect to yourself." +msgstr "Нельзя подключиться к самому себе." -#: ../../mod/lostpass.php:65 +#: ../../include/group.php:25 msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная." +"A deleted group with this name was revived. Existing item permissions " +"<strong>may</strong> apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "" -#: ../../mod/lostpass.php:83 ../../boot.php:925 -msgid "Password Reset" -msgstr "Сброс пароля" +#: ../../include/group.php:223 +msgid "Default privacy group for new contacts" +msgstr "Группа конфиденциальности по умолчанию для новых контактов" -#: ../../mod/lostpass.php:84 -msgid "Your password has been reset as requested." -msgstr "Ваш пароль был сброшен по требованию." +#: ../../include/group.php:242 ../../mod/admin.php:763 +msgid "All Channels" +msgstr "Все каналы" -#: ../../mod/lostpass.php:85 -msgid "Your new password is" -msgstr "Ваш новый пароль" +#: ../../include/group.php:264 +msgid "edit" +msgstr "редактировать" -#: ../../mod/lostpass.php:86 -msgid "Save or copy your new password - and then" -msgstr "Сохраните или скопируйте новый пароль - и затем" +#: ../../include/group.php:285 +msgid "Collections" +msgstr "Коллекции" -#: ../../mod/lostpass.php:87 -msgid "click here to login" -msgstr "нажмите здесь для входа" +#: ../../include/group.php:286 +msgid "Edit collection" +msgstr "Редактировать коллекцию" -#: ../../mod/lostpass.php:88 -msgid "" -"Your password may be changed from the <em>Settings</em> page after " -"successful login." -msgstr "Ваш пароль может быть изменен на странице <em>Настройки</em> после успешного входа." - -#: ../../mod/lostpass.php:119 -msgid "Forgot your Password?" -msgstr "Забыли пароль?" +#: ../../include/group.php:287 +msgid "Create a new collection" +msgstr "Создать новую коллекцию" -#: ../../mod/lostpass.php:120 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций." +#: ../../include/group.php:288 +msgid "Channels not in any collection" +msgstr "Контакты не в какой коллекции" -#: ../../mod/lostpass.php:121 -msgid "Nickname or Email: " -msgstr "Ник или E-mail: " +#: ../../include/group.php:290 ../../include/widgets.php:266 +msgid "add" +msgstr "добавить" -#: ../../mod/lostpass.php:122 -msgid "Reset" -msgstr "Сброс" +#: ../../include/identity.php:30 ../../mod/item.php:1266 +msgid "Unable to obtain identity information from database" +msgstr "Невозможно получить идентификационную информацию из базы данных" -#: ../../mod/settings.php:30 ../../include/nav.php:137 -msgid "Account settings" -msgstr "Настройки аккаунта" +#: ../../include/identity.php:63 +msgid "Empty name" +msgstr "Пустое имя" -#: ../../mod/settings.php:35 -msgid "Display settings" -msgstr "Параметры дисплея" +#: ../../include/identity.php:65 +msgid "Name too long" +msgstr "Слишком длинное имя" -#: ../../mod/settings.php:41 -msgid "Connector settings" -msgstr "Настройки соединителя" +#: ../../include/identity.php:166 +msgid "No account identifier" +msgstr "идентификатор аккаунта отсутствует" -#: ../../mod/settings.php:46 -msgid "Plugin settings" -msgstr "Настройки плагина" +#: ../../include/identity.php:176 +msgid "Nickname is required." +msgstr "Требуется псевдоним." -#: ../../mod/settings.php:51 -msgid "Connected apps" +#: ../../include/identity.php:190 +msgid "Reserved nickname. Please choose another." msgstr "" -#: ../../mod/settings.php:56 -msgid "Export personal data" -msgstr "Экспорт личных данных" +#: ../../include/identity.php:195 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "Псевдоним имеет недопустимые символы или уже используется на этом сайте." -#: ../../mod/settings.php:61 -msgid "Remove account" +#: ../../include/identity.php:258 +msgid "Unable to retrieve created identity" msgstr "" -#: ../../mod/settings.php:69 ../../mod/newmember.php:22 -#: ../../mod/admin.php:785 ../../mod/admin.php:990 -#: ../../addon/dav/friendica/layout.fnk.php:225 -#: ../../addon/mathjax/mathjax.php:36 ../../view/theme/diabook/theme.php:643 -#: ../../view/theme/diabook/theme.php:773 ../../include/nav.php:137 -msgid "Settings" -msgstr "Настройки" +#: ../../include/identity.php:317 +msgid "Default Profile" +msgstr "Профиль по умолчанию" -#: ../../mod/settings.php:113 -msgid "Missing some important data!" -msgstr "Не хватает важных данных!" +#: ../../include/identity.php:342 ../../include/widgets.php:400 +#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:431 +msgid "Friends" +msgstr "Друзья" -#: ../../mod/settings.php:116 ../../mod/settings.php:569 -msgid "Update" -msgstr "Обновление" +#: ../../include/identity.php:509 +msgid "Requested channel is not available." +msgstr "Запрашиваемый канал не доступен." -#: ../../mod/settings.php:221 -msgid "Failed to connect with email account using the settings provided." -msgstr "Не удалось подключиться к аккаунту e-mail, используя указанные настройки." +#: ../../include/identity.php:557 ../../mod/achievements.php:8 +#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13 +#: ../../mod/filestorage.php:40 ../../mod/layouts.php:8 +#: ../../mod/webpages.php:8 +msgid "Requested profile is not available." +msgstr "Запрашиваемый профиль не доступен." -#: ../../mod/settings.php:226 -msgid "Email settings updated." -msgstr "Настройки эл. почты обновлены." +#: ../../include/identity.php:675 ../../include/widgets.php:128 +#: ../../include/widgets.php:168 ../../include/Contact.php:107 +#: ../../mod/directory.php:183 ../../mod/dirprofile.php:164 +#: ../../mod/suggest.php:51 ../../mod/match.php:62 +msgid "Connect" +msgstr "Подключить" -#: ../../mod/settings.php:290 -msgid "Passwords do not match. Password unchanged." -msgstr "Пароли не совпадают. Пароль не изменен." +#: ../../include/identity.php:689 ../../mod/profiles.php:612 +msgid "Change profile photo" +msgstr "Изменить фотографию профиля" -#: ../../mod/settings.php:295 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Пустые пароли не допускаются. Пароль не изменен." +#: ../../include/identity.php:695 +msgid "Profiles" +msgstr "Профили" -#: ../../mod/settings.php:306 -msgid "Password changed." -msgstr "Пароль изменен." +#: ../../include/identity.php:695 +msgid "Manage/edit profiles" +msgstr "Управление / Редактирование профилей" -#: ../../mod/settings.php:308 -msgid "Password update failed. Please try again." -msgstr "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз." +#: ../../include/identity.php:696 ../../mod/profiles.php:613 +msgid "Create New Profile" +msgstr "Создать новый профиль" -#: ../../mod/settings.php:373 -msgid " Please use a shorter name." -msgstr " Пожалуйста, используйте более короткое имя." +#: ../../include/identity.php:699 +msgid "Edit Profile" +msgstr "Редактировать профиль" -#: ../../mod/settings.php:375 -msgid " Name too short." -msgstr " Имя слишком короткое." +#: ../../include/identity.php:710 ../../mod/profiles.php:624 +msgid "Profile Image" +msgstr "Изображение профиля" -#: ../../mod/settings.php:381 -msgid " Not valid email." -msgstr " Неверный e-mail." +#: ../../include/identity.php:713 ../../mod/profiles.php:627 +msgid "visible to everybody" +msgstr "видно всем" -#: ../../mod/settings.php:383 -msgid " Cannot change to that email." -msgstr " Невозможно изменить на этот e-mail." +#: ../../include/identity.php:714 ../../mod/profiles.php:628 +msgid "Edit visibility" +msgstr "Редактировать видимость" -#: ../../mod/settings.php:437 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "" +#: ../../include/identity.php:728 ../../include/identity.php:952 +#: ../../mod/directory.php:158 +msgid "Gender:" +msgstr "Пол:" -#: ../../mod/settings.php:441 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "" +#: ../../include/identity.php:729 ../../include/identity.php:977 +#: ../../mod/directory.php:160 +msgid "Status:" +msgstr "Статус:" -#: ../../mod/settings.php:471 ../../addon/facebook/facebook.php:495 -#: ../../addon/fbpost/fbpost.php:144 ../../addon/impressum/impressum.php:78 -#: ../../addon/openstreetmap/openstreetmap.php:80 -#: ../../addon/mathjax/mathjax.php:66 ../../addon/piwik/piwik.php:105 -#: ../../addon/twitter/twitter.php:389 -msgid "Settings updated." -msgstr "Настройки обновлены." +#: ../../include/identity.php:730 ../../include/identity.php:988 +#: ../../mod/directory.php:162 +msgid "Homepage:" +msgstr "Домашняя страница:" -#: ../../mod/settings.php:542 ../../mod/settings.php:568 -#: ../../mod/settings.php:604 -msgid "Add application" -msgstr "Добавить приложения" +#: ../../include/identity.php:731 ../../mod/dirprofile.php:151 +msgid "Online Now" +msgstr "Сейчас в сети" -#: ../../mod/settings.php:546 ../../mod/settings.php:572 -#: ../../addon/statusnet/statusnet.php:570 -msgid "Consumer Key" -msgstr "Consumer Key" +#: ../../include/identity.php:796 ../../include/identity.php:876 +#: ../../mod/ping.php:262 +msgid "g A l F d" +msgstr "g A l F d" -#: ../../mod/settings.php:547 ../../mod/settings.php:573 -#: ../../addon/statusnet/statusnet.php:569 -msgid "Consumer Secret" -msgstr "Consumer Secret" +#: ../../include/identity.php:797 ../../include/identity.php:877 +msgid "F d" +msgstr "F d" -#: ../../mod/settings.php:548 ../../mod/settings.php:574 -msgid "Redirect" -msgstr "Перенаправление" +#: ../../include/identity.php:842 ../../include/identity.php:917 +#: ../../mod/ping.php:284 +msgid "[today]" +msgstr "[сегодня]" -#: ../../mod/settings.php:549 ../../mod/settings.php:575 -msgid "Icon url" -msgstr "URL символа" +#: ../../include/identity.php:854 +msgid "Birthday Reminders" +msgstr "Напоминания о Днях Рождения" -#: ../../mod/settings.php:560 -msgid "You can't edit this application." -msgstr "Вы не можете изменить это приложение." +#: ../../include/identity.php:855 +msgid "Birthdays this week:" +msgstr "Дни Рождения на этой неделе:" -#: ../../mod/settings.php:603 -msgid "Connected Apps" -msgstr "Подключенные приложения" +#: ../../include/identity.php:910 +msgid "[No description]" +msgstr "[без описания]" -#: ../../mod/settings.php:607 -msgid "Client key starts with" -msgstr "Ключ клиента начинается с" +#: ../../include/identity.php:928 +msgid "Event Reminders" +msgstr "Напоминания мероприятий" -#: ../../mod/settings.php:608 -msgid "No name" -msgstr "Нет имени" +#: ../../include/identity.php:929 +msgid "Events this week:" +msgstr "Мероприятия на этой неделе:" -#: ../../mod/settings.php:609 -msgid "Remove authorization" -msgstr "Удалить авторизацию" +#: ../../include/identity.php:942 ../../include/identity.php:1031 +#: ../../include/apps.php:128 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Профиль" + +#: ../../include/identity.php:950 ../../mod/settings.php:935 +msgid "Full Name:" +msgstr "Полное имя:" + +#: ../../include/identity.php:962 +msgid "j F, Y" +msgstr "j F, Y" + +#: ../../include/identity.php:963 +msgid "j F" +msgstr "j F" -#: ../../mod/settings.php:620 -msgid "No Plugin settings configured" -msgstr "Нет сконфигурированных настроек плагина" +#: ../../include/identity.php:970 +msgid "Birthday:" +msgstr "День Рождения:" -#: ../../mod/settings.php:628 ../../addon/widgets/widgets.php:123 -msgid "Plugin Settings" -msgstr "Настройки плагина" +#: ../../include/identity.php:974 +msgid "Age:" +msgstr "Возраст:" -#: ../../mod/settings.php:640 ../../mod/settings.php:641 +#: ../../include/identity.php:983 #, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Встроенная поддержка для %s подключение %s" +msgid "for %1$d %2$s" +msgstr "для %1$d %2$s" -#: ../../mod/settings.php:640 ../../mod/settings.php:641 -msgid "enabled" -msgstr "подключено" +#: ../../include/identity.php:986 ../../mod/profiles.php:535 +msgid "Sexual Preference:" +msgstr "Сексуальная ориентация:" -#: ../../mod/settings.php:640 ../../mod/settings.php:641 -msgid "disabled" -msgstr "отключено" +#: ../../include/identity.php:990 ../../mod/profiles.php:537 +msgid "Hometown:" +msgstr "Родной город:" -#: ../../mod/settings.php:641 -msgid "StatusNet" -msgstr "StatusNet" +#: ../../include/identity.php:992 +msgid "Tags:" +msgstr "Тэги:" -#: ../../mod/settings.php:673 -msgid "Email access is disabled on this site." -msgstr "Доступ эл. почты отключен на этом сайте." +#: ../../include/identity.php:994 ../../mod/profiles.php:538 +msgid "Political Views:" +msgstr "Политические взгляды:" -#: ../../mod/settings.php:679 -msgid "Connector Settings" -msgstr "Настройки соединителя" +#: ../../include/identity.php:996 +msgid "Religion:" +msgstr "Религия:" -#: ../../mod/settings.php:684 -msgid "Email/Mailbox Setup" -msgstr "Настройка эл. почты / почтового ящика" +#: ../../include/identity.php:998 ../../mod/directory.php:164 +msgid "About:" +msgstr "О себе:" -#: ../../mod/settings.php:685 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику." +#: ../../include/identity.php:1000 +msgid "Hobbies/Interests:" +msgstr "Хобби / интересы:" -#: ../../mod/settings.php:686 -msgid "Last successful email check:" -msgstr "Последняя успешная проверка электронной почты:" +#: ../../include/identity.php:1002 ../../mod/profiles.php:541 +msgid "Likes:" +msgstr "Что вам нравится:" -#: ../../mod/settings.php:688 -msgid "IMAP server name:" -msgstr "Имя IMAP сервера:" +#: ../../include/identity.php:1004 ../../mod/profiles.php:542 +msgid "Dislikes:" +msgstr "Что вам не нравится:" -#: ../../mod/settings.php:689 -msgid "IMAP port:" -msgstr "Порт IMAP:" +#: ../../include/identity.php:1007 +msgid "Contact information and Social Networks:" +msgstr "Информация и социальные сети контакта:" -#: ../../mod/settings.php:690 -msgid "Security:" -msgstr "Безопасность:" +#: ../../include/identity.php:1009 +msgid "My other channels:" +msgstr "Мои другие каналы:" -#: ../../mod/settings.php:690 ../../mod/settings.php:695 -#: ../../addon/dav/common/wdcal_edit.inc.php:191 -msgid "None" -msgstr "Ничего" +#: ../../include/identity.php:1011 +msgid "Musical interests:" +msgstr "Музыкальные интересы:" -#: ../../mod/settings.php:691 -msgid "Email login name:" -msgstr "Логин эл. почты:" +#: ../../include/identity.php:1013 +msgid "Books, literature:" +msgstr "Книги, литература:" -#: ../../mod/settings.php:692 -msgid "Email password:" -msgstr "Пароль эл. почты:" +#: ../../include/identity.php:1015 +msgid "Television:" +msgstr "Телевидение:" -#: ../../mod/settings.php:693 -msgid "Reply-to address:" -msgstr "Адрес для ответа:" +#: ../../include/identity.php:1017 +msgid "Film/dance/culture/entertainment:" +msgstr "Кино / танцы / культура / развлечения:" -#: ../../mod/settings.php:694 -msgid "Send public posts to all email contacts:" -msgstr "Отправлять открытые сообщения на все контакты электронной почты:" +#: ../../include/identity.php:1019 +msgid "Love/Romance:" +msgstr "Любовь / Романс:" -#: ../../mod/settings.php:695 -msgid "Action after import:" -msgstr "Действие после импорта:" +#: ../../include/identity.php:1021 +msgid "Work/employment:" +msgstr "Работа / Занятость:" -#: ../../mod/settings.php:695 -msgid "Mark as seen" -msgstr "" +#: ../../include/identity.php:1023 +msgid "School/education:" +msgstr "Школа / образование:" -#: ../../mod/settings.php:695 -msgid "Move to folder" -msgstr "" +#: ../../include/network.php:652 +msgid "view full size" +msgstr "посмотреть в полный размер" -#: ../../mod/settings.php:696 -msgid "Move to folder:" -msgstr "" +#: ../../include/text.php:320 +msgid "prev" +msgstr "предыдущий" -#: ../../mod/settings.php:727 ../../mod/admin.php:402 -msgid "No special theme for mobile devices" -msgstr "" +#: ../../include/text.php:322 +msgid "first" +msgstr "первый" -#: ../../mod/settings.php:767 -msgid "Display Settings" -msgstr "Параметры дисплея" +#: ../../include/text.php:351 +msgid "last" +msgstr "последний" -#: ../../mod/settings.php:773 ../../mod/settings.php:784 -msgid "Display Theme:" -msgstr "Показать тему:" +#: ../../include/text.php:354 +msgid "next" +msgstr "следующий" -#: ../../mod/settings.php:774 -msgid "Mobile Theme:" -msgstr "" +#: ../../include/text.php:366 +msgid "older" +msgstr "старший" -#: ../../mod/settings.php:775 -msgid "Update browser every xx seconds" -msgstr "Обновление браузера каждые хх секунд" +#: ../../include/text.php:368 +msgid "newer" +msgstr "новее" -#: ../../mod/settings.php:775 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Минимум 10 секунд, максимума нет" +#: ../../include/text.php:729 +msgid "No connections" +msgstr "Нет контактов" -#: ../../mod/settings.php:776 -msgid "Number of items to display per page:" -msgstr "" +#: ../../include/text.php:742 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d контакт" +msgstr[1] "%d контакта" +msgstr[2] "%d контактов" -#: ../../mod/settings.php:776 -msgid "Maximum of 100 items" -msgstr "" +#: ../../include/text.php:754 +msgid "View Connections" +msgstr "Просмотр контактов" -#: ../../mod/settings.php:777 -msgid "Don't show emoticons" -msgstr "не показывать emoticons" +#: ../../include/text.php:815 ../../include/text.php:829 +#: ../../include/widgets.php:186 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 +msgid "Save" +msgstr "Запомнить" -#: ../../mod/settings.php:853 -msgid "Normal Account Page" -msgstr "" +#: ../../include/text.php:895 +msgid "poke" +msgstr "подпихнуть" -#: ../../mod/settings.php:854 -msgid "This account is a normal personal profile" -msgstr "Этот аккаунт является обычным персональным профилем" +#: ../../include/text.php:896 +msgid "ping" +msgstr "пинг - проверка связи" -#: ../../mod/settings.php:857 -msgid "Soapbox Page" +#: ../../include/text.php:896 +msgid "pinged" msgstr "" -#: ../../mod/settings.php:858 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Автоматически одобряются все подключения / запросы в друзья, \"только для чтения\" поклонниками" +#: ../../include/text.php:897 +msgid "prod" +msgstr "" -#: ../../mod/settings.php:861 -msgid "Community Forum/Celebrity Account" +#: ../../include/text.php:897 +msgid "prodded" msgstr "" -#: ../../mod/settings.php:862 -msgid "" -"Automatically approve all connection/friend requests as read-write fans" -msgstr "Автоматически одобряются все подключения / запросы в друзья, \"для чтения и записей\" поклонников" +#: ../../include/text.php:898 +msgid "slap" +msgstr "" -#: ../../mod/settings.php:865 -msgid "Automatic Friend Page" +#: ../../include/text.php:898 +msgid "slapped" msgstr "" -#: ../../mod/settings.php:866 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Автоматически одобряются все подключения / запросы в друзья, расширяется список друзей" +#: ../../include/text.php:899 +msgid "finger" +msgstr "" -#: ../../mod/settings.php:869 -msgid "Private Forum [Experimental]" +#: ../../include/text.php:899 +msgid "fingered" msgstr "" -#: ../../mod/settings.php:870 -msgid "Private forum - approved members only" +#: ../../include/text.php:900 +msgid "rebuff" msgstr "" -#: ../../mod/settings.php:882 -msgid "OpenID:" -msgstr "OpenID:" +#: ../../include/text.php:900 +msgid "rebuffed" +msgstr "" -#: ../../mod/settings.php:882 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Необязательно) Разрешить этому OpenID входить в этот аккаунт" +#: ../../include/text.php:909 +msgid "happy" +msgstr "счастливый" -#: ../../mod/settings.php:892 -msgid "Publish your default profile in your local site directory?" -msgstr "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?" +#: ../../include/text.php:910 +msgid "sad" +msgstr "грустный" -#: ../../mod/settings.php:898 -msgid "Publish your default profile in the global social directory?" -msgstr "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?" +#: ../../include/text.php:911 +msgid "mellow" +msgstr "спокойный" -#: ../../mod/settings.php:906 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?" +#: ../../include/text.php:912 +msgid "tired" +msgstr "усталый" -#: ../../mod/settings.php:910 -msgid "Hide your profile details from unknown viewers?" -msgstr "Скрыть данные профиля из неизвестных зрителей?" +#: ../../include/text.php:913 +msgid "perky" +msgstr "весёлый" -#: ../../mod/settings.php:915 -msgid "Allow friends to post to your profile page?" -msgstr "Разрешить друзьям оставлять сообщения на страницу вашего профиля?" +#: ../../include/text.php:914 +msgid "angry" +msgstr "сердитый" -#: ../../mod/settings.php:921 -msgid "Allow friends to tag your posts?" -msgstr "Разрешить друзьям отмечять ваши сообщения?" +#: ../../include/text.php:915 +msgid "stupified" +msgstr "отупевший" -#: ../../mod/settings.php:927 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Позвольть предлогать Вам потенциальных друзей?" +#: ../../include/text.php:916 +msgid "puzzled" +msgstr "недоумённый" -#: ../../mod/settings.php:933 -msgid "Permit unknown people to send you private mail?" -msgstr "" +#: ../../include/text.php:917 +msgid "interested" +msgstr "заинтересованный" -#: ../../mod/settings.php:941 -msgid "Profile is <strong>not published</strong>." -msgstr "Профиль <strong>не публикуется</strong>." +#: ../../include/text.php:918 +msgid "bitter" +msgstr "озлобленный" -#: ../../mod/settings.php:944 ../../mod/profile_photo.php:248 -msgid "or" -msgstr "или" +#: ../../include/text.php:919 +msgid "cheerful" +msgstr "бодрый" -#: ../../mod/settings.php:949 -msgid "Your Identity Address is" -msgstr "Ваш идентификационный адрес" +#: ../../include/text.php:920 +msgid "alive" +msgstr "энергичный" -#: ../../mod/settings.php:960 -msgid "Automatically expire posts after this many days:" -msgstr "Автоматическое истекание срока действия сообщения после стольких дней:" +#: ../../include/text.php:921 +msgid "annoyed" +msgstr "раздражённый" -#: ../../mod/settings.php:960 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены" +#: ../../include/text.php:922 +msgid "anxious" +msgstr "обеспокоенный" -#: ../../mod/settings.php:961 -msgid "Advanced expiration settings" -msgstr "Настройки расширенного окончания срока действия" +#: ../../include/text.php:923 +msgid "cranky" +msgstr "капризный" -#: ../../mod/settings.php:962 -msgid "Advanced Expiration" -msgstr "Расширенное окончание срока действия" +#: ../../include/text.php:924 +msgid "disturbed" +msgstr "встревоженный" -#: ../../mod/settings.php:963 -msgid "Expire posts:" -msgstr "Срок хранения сообщений:" +#: ../../include/text.php:925 +msgid "frustrated" +msgstr "разочарованный" -#: ../../mod/settings.php:964 -msgid "Expire personal notes:" -msgstr "Срок хранения личных заметок:" +#: ../../include/text.php:926 +msgid "depressed" +msgstr "" -#: ../../mod/settings.php:965 -msgid "Expire starred posts:" -msgstr "Срок хранения усеянных сообщений:" +#: ../../include/text.php:927 +msgid "motivated" +msgstr "мотивированный" -#: ../../mod/settings.php:966 -msgid "Expire photos:" -msgstr "Срок хранения фотографий:" +#: ../../include/text.php:928 +msgid "relaxed" +msgstr "расслабленный" -#: ../../mod/settings.php:967 -msgid "Only expire posts by others:" -msgstr "" +#: ../../include/text.php:929 +msgid "surprised" +msgstr "удивленный" -#: ../../mod/settings.php:974 -msgid "Account Settings" -msgstr "Настройки аккаунта" +#: ../../include/text.php:1090 +msgid "Monday" +msgstr "Понедельник" -#: ../../mod/settings.php:982 -msgid "Password Settings" -msgstr "Настройка пароля" +#: ../../include/text.php:1090 +msgid "Tuesday" +msgstr "Вторник" -#: ../../mod/settings.php:983 -msgid "New Password:" -msgstr "Новый пароль:" +#: ../../include/text.php:1090 +msgid "Wednesday" +msgstr "Среда" -#: ../../mod/settings.php:984 -msgid "Confirm:" -msgstr "Подтвердите:" +#: ../../include/text.php:1090 +msgid "Thursday" +msgstr "Четверг" -#: ../../mod/settings.php:984 -msgid "Leave password fields blank unless changing" -msgstr "Оставьте поля пароля пустыми, если он не изменяется" +#: ../../include/text.php:1090 +msgid "Friday" +msgstr "Пятница" -#: ../../mod/settings.php:988 -msgid "Basic Settings" -msgstr "Основные параметры" +#: ../../include/text.php:1090 +msgid "Saturday" +msgstr "Суббота" -#: ../../mod/settings.php:989 ../../include/profile_advanced.php:15 -msgid "Full Name:" -msgstr "Полное имя:" +#: ../../include/text.php:1090 +msgid "Sunday" +msgstr "Воскресенье" -#: ../../mod/settings.php:990 -msgid "Email Address:" -msgstr "Адрес электронной почты:" +#: ../../include/text.php:1094 +msgid "January" +msgstr "Январь" -#: ../../mod/settings.php:991 -msgid "Your Timezone:" -msgstr "Ваш часовой пояс:" +#: ../../include/text.php:1094 +msgid "February" +msgstr "Февраль" -#: ../../mod/settings.php:992 -msgid "Default Post Location:" -msgstr "Местонахождение по умолчанию:" +#: ../../include/text.php:1094 +msgid "March" +msgstr "Март" -#: ../../mod/settings.php:993 -msgid "Use Browser Location:" -msgstr "Использовать определение местоположения браузером:" +#: ../../include/text.php:1094 +msgid "April" +msgstr "Апрель" -#: ../../mod/settings.php:996 -msgid "Security and Privacy Settings" -msgstr "Параметры безопасности и конфиденциальности" +#: ../../include/text.php:1094 +msgid "May" +msgstr "Май" -#: ../../mod/settings.php:998 -msgid "Maximum Friend Requests/Day:" -msgstr "Максимум запросов в друзья в день:" +#: ../../include/text.php:1094 +msgid "June" +msgstr "Июнь" -#: ../../mod/settings.php:998 ../../mod/settings.php:1017 -msgid "(to prevent spam abuse)" -msgstr "(для предотвращения спама)" +#: ../../include/text.php:1094 +msgid "July" +msgstr "Июль" -#: ../../mod/settings.php:999 -msgid "Default Post Permissions" -msgstr "Разрешение на сообщения по умолчанию" +#: ../../include/text.php:1094 +msgid "August" +msgstr "Август" -#: ../../mod/settings.php:1000 -msgid "(click to open/close)" -msgstr "(нажмите, чтобы открыть / закрыть)" +#: ../../include/text.php:1094 +msgid "September" +msgstr "Сентябрь" -#: ../../mod/settings.php:1017 -msgid "Maximum private messages per day from unknown people:" -msgstr "" +#: ../../include/text.php:1094 +msgid "October" +msgstr "Октябрь" -#: ../../mod/settings.php:1020 -msgid "Notification Settings" -msgstr "Настройка уведомлений" +#: ../../include/text.php:1094 +msgid "November" +msgstr "Ноябрь" -#: ../../mod/settings.php:1021 -msgid "By default post a status message when:" +#: ../../include/text.php:1094 +msgid "December" +msgstr "Декабрь" + +#: ../../include/text.php:1172 +msgid "unknown.???" +msgstr "неизвестный.???" + +#: ../../include/text.php:1173 +msgid "bytes" +msgstr "байт" + +#: ../../include/text.php:1208 +msgid "remove category" msgstr "" -#: ../../mod/settings.php:1022 -msgid "accepting a friend request" +#: ../../include/text.php:1257 +msgid "remove from file" msgstr "" -#: ../../mod/settings.php:1023 -msgid "joining a forum/community" +#: ../../include/text.php:1318 ../../include/text.php:1330 +msgid "Click to open/close" +msgstr "Нажмите, чтобы открыть/закрыть" + +#: ../../include/text.php:1485 ../../mod/events.php:355 +msgid "Link to Source" msgstr "" -#: ../../mod/settings.php:1024 -msgid "making an <em>interesting</em> profile change" +#: ../../include/text.php:1504 +msgid "Select a page layout: " msgstr "" -#: ../../mod/settings.php:1025 -msgid "Send a notification email when:" -msgstr "Отправлять уведомление по электронной почте, когда:" +#: ../../include/text.php:1507 ../../include/text.php:1572 +msgid "default" +msgstr "по умолчанию" -#: ../../mod/settings.php:1026 -msgid "You receive an introduction" -msgstr "Вы получили запрос" +#: ../../include/text.php:1543 +msgid "Page content type: " +msgstr "" -#: ../../mod/settings.php:1027 -msgid "Your introductions are confirmed" -msgstr "Ваши запросы подтверждены" +#: ../../include/text.php:1584 +msgid "Select an alternate language" +msgstr "Выбор альтернативного языка" -#: ../../mod/settings.php:1028 -msgid "Someone writes on your profile wall" -msgstr "Кто-то пишет на стене вашего профиля" +#: ../../include/text.php:1718 +msgid "activity" +msgstr "активность" -#: ../../mod/settings.php:1029 -msgid "Someone writes a followup comment" -msgstr "Кто-то пишет последующий комментарий" +#: ../../include/text.php:1977 +msgid "Design" +msgstr "Дизайн" -#: ../../mod/settings.php:1030 -msgid "You receive a private message" -msgstr "Вы получаете личное сообщение" +#: ../../include/text.php:1979 +msgid "Blocks" +msgstr "" -#: ../../mod/settings.php:1031 -msgid "You receive a friend suggestion" +#: ../../include/text.php:1980 +msgid "Menus" msgstr "" -#: ../../mod/settings.php:1032 -msgid "You are tagged in a post" +#: ../../include/text.php:1981 +msgid "Layouts" msgstr "" -#: ../../mod/settings.php:1033 -msgid "You are poked/prodded/etc. in a post" +#: ../../include/text.php:1982 +msgid "Pages" +msgstr "Страницы" + +#: ../../include/apps.php:118 +msgid "Site Admin" msgstr "" -#: ../../mod/settings.php:1036 -msgid "Advanced Account/Page Type Settings" +#: ../../include/apps.php:120 +msgid "Address Book" +msgstr "Адресная книга" + +#: ../../include/apps.php:134 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Настроение" + +#: ../../include/apps.php:138 +msgid "Probe" msgstr "" -#: ../../mod/settings.php:1037 -msgid "Change the behaviour of this account for special situations" +#: ../../include/apps.php:139 +msgid "Suggest" msgstr "" -#: ../../mod/manage.php:91 -msgid "Manage Identities and/or Pages" -msgstr "Управление идентификацией и / или страницами" +#: ../../include/apps.php:224 ../../mod/settings.php:79 +#: ../../mod/settings.php:541 +msgid "Update" +msgstr "Обновление" -#: ../../mod/manage.php:94 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" +#: ../../include/apps.php:224 +msgid "Install" msgstr "" -#: ../../mod/manage.php:96 -msgid "Select an identity to manage: " -msgstr "Выберите идентификацию для управления: " - -#: ../../mod/network.php:97 -msgid "Search Results For:" +#: ../../include/apps.php:229 +msgid "Purchase" msgstr "" -#: ../../mod/network.php:137 ../../mod/search.php:16 -msgid "Remove term" -msgstr "Удалить элемент" +#: ../../include/apps.php:313 ../../include/apps.php:364 +#: ../../mod/connedit.php:434 +msgid "Unknown" +msgstr "Неизвестный" -#: ../../mod/network.php:146 ../../mod/search.php:13 -msgid "Saved Searches" -msgstr "запомненные поиски" +#: ../../include/zot.php:607 +msgid "Invalid data packet" +msgstr "Неверный пакет данных" -#: ../../mod/network.php:147 ../../include/group.php:244 -msgid "add" -msgstr "добавить" +#: ../../include/zot.php:617 +msgid "Unable to verify channel signature" +msgstr "Невозможно проверить сигнатуру канала" -#: ../../mod/network.php:287 -msgid "Commented Order" -msgstr "Прокомментированный запрос" +#: ../../include/zot.php:814 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "" -#: ../../mod/network.php:290 -msgid "Sort by Comment Date" +#: ../../include/message.php:18 +msgid "No recipient provided." msgstr "" -#: ../../mod/network.php:293 -msgid "Posted Order" -msgstr "Отправленный запрос" +#: ../../include/message.php:23 +msgid "[no subject]" +msgstr "[без темы]" -#: ../../mod/network.php:296 -msgid "Sort by Post Date" -msgstr "" +#: ../../include/message.php:42 +msgid "Unable to determine sender." +msgstr "Невозможно определить отправителя." -#: ../../mod/network.php:303 -msgid "Posts that mention or involve you" +#: ../../include/message.php:143 +msgid "Stored post could not be verified." msgstr "" -#: ../../mod/network.php:306 -msgid "New" -msgstr "Новый" +#: ../../include/plugin.php:486 ../../include/plugin.php:488 +msgid "Click here to upgrade." +msgstr "Нажмите здесь, чтобы обновить." -#: ../../mod/network.php:309 -msgid "Activity Stream - by date" +#: ../../include/plugin.php:494 +msgid "This action exceeds the limits set by your subscription plan." msgstr "" -#: ../../mod/network.php:312 -msgid "Starred" -msgstr "Помеченный" +#: ../../include/plugin.php:499 +msgid "This action is not available under your subscription plan." +msgstr "" -#: ../../mod/network.php:315 -msgid "Favourite Posts" +#: ../../include/widgets.php:80 +msgid "System" msgstr "" -#: ../../mod/network.php:318 -msgid "Shared Links" +#: ../../include/widgets.php:83 +msgid "Create Personal App" msgstr "" -#: ../../mod/network.php:321 -msgid "Interesting Links" +#: ../../include/widgets.php:84 +msgid "Edit Personal App" msgstr "" -#: ../../mod/network.php:388 +#: ../../include/widgets.php:130 ../../mod/suggest.php:53 +msgid "Ignore/Hide" +msgstr "Игнорировать / Скрыть" + +#: ../../include/widgets.php:136 ../../mod/connections.php:267 +msgid "Suggestions" +msgstr "Рекомендации" + +#: ../../include/widgets.php:137 +msgid "See more..." +msgstr "Просмотреть больше..." + +#: ../../include/widgets.php:159 #, php-format -msgid "Warning: This group contains %s member from an insecure network." -msgid_plural "" -"Warning: This group contains %s members from an insecure network." -msgstr[0] "Внимание: Эта группа содержит %s участника с незащищенной сети." -msgstr[1] "Внимание: Эта группа содержит %s участников с незащищенной сети." -msgstr[2] "Внимание: Эта группа содержит %s участников с незащищенной сети." +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "" -#: ../../mod/network.php:391 -msgid "Private messages to this group are at risk of public disclosure." -msgstr "Личные сообщения к этой группе находятся под угрозой обнародования." +#: ../../include/widgets.php:165 +msgid "Add New Connection" +msgstr "Добавить новый контакт" -#: ../../mod/network.php:461 -msgid "Contact: " -msgstr "Контакт: " +#: ../../include/widgets.php:166 +msgid "Enter the channel address" +msgstr "Введите адрес канала" -#: ../../mod/network.php:463 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Личные сообщения этому человеку находятся под угрозой обнародования." +#: ../../include/widgets.php:167 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Пример: bob@example.com, http://example.com/barbara" -#: ../../mod/network.php:468 -msgid "Invalid contact." -msgstr "Недопустимый контакт." +#: ../../include/widgets.php:184 +msgid "Notes" +msgstr "Заметки" -#: ../../mod/notes.php:44 ../../boot.php:1696 -msgid "Personal Notes" -msgstr "Личные заметки" +#: ../../include/widgets.php:256 +msgid "Remove term" +msgstr "Удалить термин" -#: ../../mod/notes.php:63 ../../mod/filer.php:30 -#: ../../addon/facebook/facebook.php:770 -#: ../../addon/privacy_image_cache/privacy_image_cache.php:263 -#: ../../addon/fbpost/fbpost.php:267 -#: ../../addon/dav/friendica/layout.fnk.php:441 -#: ../../addon/dav/friendica/layout.fnk.php:488 ../../include/text.php:681 -msgid "Save" -msgstr "Сохранить" +#: ../../include/widgets.php:335 +msgid "Archives" +msgstr "Архивы" -#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "" +#: ../../include/widgets.php:397 +msgid "Refresh" +msgstr "Обновить" -#: ../../mod/wallmessage.php:56 ../../mod/message.php:59 -msgid "No recipient selected." -msgstr "Не выбран получатель." +#: ../../include/widgets.php:398 ../../mod/connedit.php:428 +msgid "Me" +msgstr "Я" -#: ../../mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "" +#: ../../include/widgets.php:399 ../../mod/connedit.php:430 +msgid "Best Friends" +msgstr "Лучшие друзья" -#: ../../mod/wallmessage.php:62 ../../mod/message.php:66 -msgid "Message could not be sent." -msgstr "Сообщение не может быть отправлено." +#: ../../include/widgets.php:401 +msgid "Co-workers" +msgstr "Сотрудники" -#: ../../mod/wallmessage.php:65 ../../mod/message.php:69 -msgid "Message collection failure." -msgstr "" +#: ../../include/widgets.php:402 ../../mod/connedit.php:432 +msgid "Former Friends" +msgstr "Приятели" -#: ../../mod/wallmessage.php:68 ../../mod/message.php:72 -msgid "Message sent." -msgstr "Сообщение отправлено." +#: ../../include/widgets.php:403 ../../mod/connedit.php:433 +msgid "Acquaintances" +msgstr "Знакомые" -#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 -msgid "No recipient." -msgstr "" +#: ../../include/widgets.php:404 +msgid "Everybody" +msgstr "Все" -#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131 -#: ../../mod/message.php:242 ../../mod/message.php:250 -#: ../../include/conversation.php:833 ../../include/conversation.php:850 -msgid "Please enter a link URL:" -msgstr "Пожалуйста, введите URL ссылки:" +#: ../../include/widgets.php:436 +msgid "Account settings" +msgstr "Настройки аккаунта" -#: ../../mod/wallmessage.php:138 ../../mod/message.php:278 -msgid "Send Private Message" -msgstr "Отправить личное сообщение" +#: ../../include/widgets.php:442 +msgid "Channel settings" +msgstr "Настройки канала" -#: ../../mod/wallmessage.php:139 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "" +#: ../../include/widgets.php:448 +msgid "Additional features" +msgstr "Дополнительные функции" -#: ../../mod/wallmessage.php:140 ../../mod/message.php:279 -#: ../../mod/message.php:469 -msgid "To:" -msgstr "Кому:" +#: ../../include/widgets.php:454 +msgid "Feature settings" +msgstr "Настройки компонентов" -#: ../../mod/wallmessage.php:141 ../../mod/message.php:284 -#: ../../mod/message.php:471 -msgid "Subject:" -msgstr "Тема:" +#: ../../include/widgets.php:460 +msgid "Display settings" +msgstr "Настройки отображения" -#: ../../mod/wallmessage.php:147 ../../mod/message.php:288 -#: ../../mod/message.php:474 ../../mod/invite.php:113 -msgid "Your message:" -msgstr "Ваше сообщение:" +#: ../../include/widgets.php:466 +msgid "Connected apps" +msgstr "Подключенные приложения" -#: ../../mod/newmember.php:6 -msgid "Welcome to Friendica" -msgstr "Добро пожаловать в Friendica" +#: ../../include/widgets.php:472 +msgid "Export channel" +msgstr "Экспорт канала" -#: ../../mod/newmember.php:8 -msgid "New Member Checklist" -msgstr "Новый контрольный список участников" +#: ../../include/widgets.php:484 +msgid "Automatic Permissions (Advanced)" +msgstr "Автоматические разрешения (дополнительно)" -#: ../../mod/newmember.php:12 -msgid "" -"We would like to offer some tips and links to help make your experience " -"enjoyable. Click any item to visit the relevant page. A link to this page " -"will be visible from your home page for two weeks after your initial " -"registration and then will quietly disappear." -msgstr "" +#: ../../include/widgets.php:494 +msgid "Premium Channel Settings" +msgstr "Настройки премиум канала" + +#: ../../include/widgets.php:531 +msgid "Check Mail" +msgstr "Проверить снова" + +#: ../../include/widgets.php:612 +msgid "Chat Rooms" +msgstr "Чаты" -#: ../../mod/newmember.php:14 -msgid "Getting Started" +#: ../../include/widgets.php:630 +msgid "Bookmarked Chatrooms" +msgstr "Закладки чатов" + +#: ../../include/widgets.php:648 +msgid "Suggested Chatrooms" +msgstr "Рекомендуемые чаты" + +#: ../../include/ItemObject.php:118 +msgid "Save to Folder" msgstr "" -#: ../../mod/newmember.php:18 -msgid "Friendica Walk-Through" +#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 +msgid "View all" msgstr "" -#: ../../mod/newmember.php:18 -msgid "" -"On your <em>Quick Start</em> page - find a brief introduction to your " -"profile and network tabs, make some new connections, and find some groups to" -" join." +#: ../../include/ItemObject.php:134 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../include/ItemObject.php:139 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../include/ItemObject.php:167 +msgid "Add Star" msgstr "" -#: ../../mod/newmember.php:26 -msgid "Go to Your Settings" +#: ../../include/ItemObject.php:168 +msgid "Remove Star" msgstr "" -#: ../../mod/newmember.php:26 -msgid "" -"On your <em>Settings</em> page - change your initial password. Also make a " -"note of your Identity Address. This looks just like an email address - and " -"will be useful in making friends on the free social web." +#: ../../include/ItemObject.php:169 +msgid "Toggle Star Status" msgstr "" -#: ../../mod/newmember.php:28 -msgid "" -"Review the other settings, particularly the privacy settings. An unpublished" -" directory listing is like having an unlisted phone number. In general, you " -"should probably publish your listing - unless all of your friends and " -"potential friends know exactly how to find you." -msgstr "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти." - -#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 -#: ../../view/theme/diabook/theme.php:128 ../../include/profile_advanced.php:7 -#: ../../include/profile_advanced.php:84 ../../include/nav.php:50 -#: ../../boot.php:1672 -msgid "Profile" -msgstr "Профиль" +#: ../../include/ItemObject.php:173 +msgid "starred" +msgstr "помеченные" -#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244 -msgid "Upload Profile Photo" -msgstr "Загрузить фото профиля" +#: ../../include/ItemObject.php:190 +msgid "Add Tag" +msgstr "" -#: ../../mod/newmember.php:36 -msgid "" -"Upload a profile photo if you have not done so already. Studies have shown " -"that people with real photos of themselves are ten times more likely to make" -" friends than people who do not." -msgstr "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают." +#: ../../include/ItemObject.php:208 ../../mod/photos.php:969 +msgid "I like this (toggle)" +msgstr "мне это нравится (переключение)" + +#: ../../include/ItemObject.php:209 ../../mod/photos.php:970 +msgid "I don't like this (toggle)" +msgstr "мне это не нравится (переключение)" -#: ../../mod/newmember.php:38 -msgid "Edit Your Profile" +#: ../../include/ItemObject.php:211 +msgid "Share This" msgstr "" -#: ../../mod/newmember.php:38 -msgid "" -"Edit your <strong>default</strong> profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown" -" visitors." -msgstr "Отредактируйте профиль <strong>по умолчанию</strong> на свой вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей." +#: ../../include/ItemObject.php:211 +msgid "share" +msgstr "поделиться" -#: ../../mod/newmember.php:40 -msgid "Profile Keywords" -msgstr "" +#: ../../include/ItemObject.php:235 ../../include/ItemObject.php:236 +#, php-format +msgid "View %s's profile - %s" +msgstr "Просмотр %s's профиля - %s" -#: ../../mod/newmember.php:40 -msgid "" -"Set some public keywords for your default profile which describe your " -"interests. We may be able to find other people with similar interests and " -"suggest friendships." -msgstr "Установите некоторые публичные ключевые слова для вашего профиля по умолчанию, которые описывают ваши интересы. Мы можем быть в состоянии найти других людей со схожими интересами и предложить дружбу." +#: ../../include/ItemObject.php:237 +msgid "to" +msgstr "к" -#: ../../mod/newmember.php:44 -msgid "Connecting" -msgstr "" +#: ../../include/ItemObject.php:238 +msgid "via" +msgstr "через" -#: ../../mod/newmember.php:49 ../../mod/newmember.php:51 -#: ../../addon/facebook/facebook.php:728 ../../addon/fbpost/fbpost.php:239 -#: ../../include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" +#: ../../include/ItemObject.php:239 +msgid "Wall-to-Wall" +msgstr "Стена-к-Стене" -#: ../../mod/newmember.php:49 -msgid "" -"Authorise the Facebook Connector if you currently have a Facebook account " -"and we will (optionally) import all your Facebook friends and conversations." -msgstr "Авторизуйте Facebook Connector , если у вас уже есть аккаунт на Facebook, и мы (по желанию) импортируем всех ваших друзей и беседы с Facebook." +#: ../../include/ItemObject.php:240 +msgid "via Wall-To-Wall:" +msgstr "через Стена-к-Стене:" -#: ../../mod/newmember.php:51 -msgid "" -"<em>If</em> this is your own personal server, installing the Facebook addon " -"may ease your transition to the free social web." +#: ../../include/ItemObject.php:274 +msgid "Save Bookmarks" msgstr "" -#: ../../mod/newmember.php:56 -msgid "Importing Emails" +#: ../../include/ItemObject.php:275 +msgid "Add to Calendar" msgstr "" -#: ../../mod/newmember.php:56 -msgid "" -"Enter your email access information on your Connector Settings page if you " -"wish to import and interact with friends or mailing lists from your email " -"INBOX" +#: ../../include/ItemObject.php:283 +msgctxt "noun" +msgid "Likes" msgstr "" -#: ../../mod/newmember.php:58 -msgid "Go to Your Contacts Page" +#: ../../include/ItemObject.php:284 +msgctxt "noun" +msgid "Dislikes" msgstr "" -#: ../../mod/newmember.php:58 -msgid "" -"Your Contacts page is your gateway to managing friendships and connecting " -"with friends on other networks. Typically you enter their address or site " -"URL in the <em>Add New Contact</em> dialog." -msgstr "" +#: ../../include/ItemObject.php:315 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d комментарий" +msgstr[1] "%d комментария" +msgstr[2] "%d комментариев" -#: ../../mod/newmember.php:60 -msgid "Go to Your Site's Directory" +#: ../../include/ItemObject.php:316 ../../include/js_strings.php:7 +msgid "[+] show all" msgstr "" -#: ../../mod/newmember.php:60 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on " -"their profile page. Provide your own Identity Address if requested." -msgstr "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки <em>Подключить</em> или <em>Следовать</em> на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется." +#: ../../include/ItemObject.php:580 ../../mod/photos.php:988 +#: ../../mod/photos.php:1075 +msgid "This is you" +msgstr "Это вы" -#: ../../mod/newmember.php:62 -msgid "Finding New People" -msgstr "" +#: ../../include/ItemObject.php:582 ../../include/js_strings.php:6 +#: ../../mod/photos.php:990 ../../mod/photos.php:1077 +msgid "Comment" +msgstr "Комментарий" -#: ../../mod/newmember.php:62 -msgid "" -"On the side panel of the Contacts page are several tools to find new " -"friends. We can match people by interest, look up people by name or " -"interest, and provide suggestions based on network relationships. On a brand" -" new site, friend suggestions will usually begin to be populated within 24 " -"hours." +#: ../../include/ItemObject.php:583 ../../mod/mood.php:135 +#: ../../mod/settings.php:515 ../../mod/settings.php:627 +#: ../../mod/settings.php:655 ../../mod/settings.php:679 +#: ../../mod/settings.php:749 ../../mod/settings.php:927 +#: ../../mod/poke.php:166 ../../mod/profiles.php:515 ../../mod/chat.php:177 +#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:476 +#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 +#: ../../mod/events.php:492 ../../mod/filestorage.php:135 +#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:442 +#: ../../mod/admin.php:751 ../../mod/admin.php:885 ../../mod/admin.php:1018 +#: ../../mod/admin.php:1217 ../../mod/admin.php:1304 ../../mod/thing.php:283 +#: ../../mod/thing.php:326 ../../mod/import.php:393 ../../mod/invite.php:156 +#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:563 +#: ../../mod/photos.php:668 ../../mod/photos.php:951 ../../mod/photos.php:991 +#: ../../mod/photos.php:1078 ../../mod/appman.php:99 +#: ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/blogga/php/config.php:67 +#: ../../view/theme/blogga/view/theme/blog/config.php:67 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" +msgstr "Отправить" + +#: ../../include/ItemObject.php:584 +msgid "Bold" +msgstr "Жирный" + +#: ../../include/ItemObject.php:585 +msgid "Italic" +msgstr "Курсив" + +#: ../../include/ItemObject.php:586 +msgid "Underline" +msgstr "Подчеркнутый" + +#: ../../include/ItemObject.php:587 +msgid "Quote" +msgstr "Цитата" + +#: ../../include/ItemObject.php:588 +msgid "Code" +msgstr "Код" + +#: ../../include/ItemObject.php:589 +msgid "Image" +msgstr "Изображение" + +#: ../../include/ItemObject.php:590 +msgid "Link" +msgstr "Ссылка" + +#: ../../include/ItemObject.php:591 +msgid "Video" +msgstr "Видео" + +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Удалить этот элемент?" + +#: ../../include/js_strings.php:8 +msgid "[-] show less" msgstr "" -#: ../../mod/newmember.php:66 ../../include/group.php:239 -msgid "Groups" -msgstr "Группы" +#: ../../include/js_strings.php:9 +msgid "[+] expand" +msgstr "" -#: ../../mod/newmember.php:70 -msgid "Group Your Contacts" +#: ../../include/js_strings.php:10 +msgid "[-] collapse" msgstr "" -#: ../../mod/newmember.php:70 -msgid "" -"Once you have made some friends, organize them into private conversation " -"groups from the sidebar of your Contacts page and then you can interact with" -" each group privately on your Network page." -msgstr "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть." +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Пароль слишком короткий" -#: ../../mod/newmember.php:73 -msgid "Why Aren't My Posts Public?" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Пароли не совпадают" + +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" +msgstr "все" + +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" msgstr "" -#: ../../mod/newmember.php:73 -msgid "" -"Friendica respects your privacy. By default, your posts will only show up to" -" people you've added as friends. For more information, see the help section " -"from the link above." +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" msgstr "" -#: ../../mod/newmember.php:78 -msgid "Getting Help" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" -#: ../../mod/newmember.php:82 -msgid "Go to the Help Section" +#: ../../include/js_strings.php:17 +msgid "close all" msgstr "" -#: ../../mod/newmember.php:82 -msgid "" -"Our <strong>help</strong> pages may be consulted for detail on other program" -" features and resources." -msgstr "Наши страницы <strong>помощи</strong> могут проконсультировать о подробностях и возможностях программы и ресурса." +#: ../../include/js_strings.php:19 +msgid "timeago.prefixAgo" +msgstr "timeago.prefixAgo" -#: ../../mod/attach.php:8 -msgid "Item not available." -msgstr "Пункт не доступен." +#: ../../include/js_strings.php:20 +msgid "timeago.prefixFromNow" +msgstr "" -#: ../../mod/attach.php:20 -msgid "Item was not found." -msgstr "Пункт не был найден." +#: ../../include/js_strings.php:21 +msgid "ago" +msgstr "тому назад" -#: ../../mod/group.php:29 -msgid "Group created." -msgstr "Группа создана." +#: ../../include/js_strings.php:22 +msgid "from now" +msgstr "с этого времени" -#: ../../mod/group.php:35 -msgid "Could not create group." -msgstr "Не удалось создать группу." +#: ../../include/js_strings.php:23 +msgid "less than a minute" +msgstr "менее чем одну минуту назад" -#: ../../mod/group.php:47 ../../mod/group.php:137 -msgid "Group not found." -msgstr "Группа не найдена." +#: ../../include/js_strings.php:24 +msgid "about a minute" +msgstr "около минуты" -#: ../../mod/group.php:60 -msgid "Group name changed." -msgstr "Название группы изменено." +#: ../../include/js_strings.php:25 +#, php-format +msgid "%d minutes" +msgstr "%d мин." -#: ../../mod/group.php:72 ../../mod/profperm.php:19 ../../index.php:316 -msgid "Permission denied" -msgstr "Доступ запрещен" +#: ../../include/js_strings.php:26 +msgid "about an hour" +msgstr "около часа" -#: ../../mod/group.php:90 -msgid "Create a group of contacts/friends." -msgstr "Создать группу контактов / друзей." +#: ../../include/js_strings.php:27 +#, php-format +msgid "about %d hours" +msgstr "около %d час." -#: ../../mod/group.php:91 ../../mod/group.php:177 -msgid "Group Name: " -msgstr "Название группы: " +#: ../../include/js_strings.php:28 +msgid "a day" +msgstr "день" -#: ../../mod/group.php:110 -msgid "Group removed." -msgstr "Группа удалена." +#: ../../include/js_strings.php:29 +#, php-format +msgid "%d days" +msgstr "%d дн." -#: ../../mod/group.php:112 -msgid "Unable to remove group." -msgstr "Не удается удалить группу." +#: ../../include/js_strings.php:30 +msgid "about a month" +msgstr "около месяца" -#: ../../mod/group.php:176 -msgid "Group Editor" -msgstr "Редактор групп" +#: ../../include/js_strings.php:31 +#, php-format +msgid "%d months" +msgstr "%d мес." -#: ../../mod/group.php:189 -msgid "Members" -msgstr "Участники" +#: ../../include/js_strings.php:32 +msgid "about a year" +msgstr "около года" -#: ../../mod/group.php:221 ../../mod/profperm.php:105 -msgid "Click on a contact to add or remove." -msgstr "Нажмите на контакт, чтобы добавить или удалить." +#: ../../include/js_strings.php:33 +#, php-format +msgid "%d years" +msgstr "%d лет" -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." -msgstr "Недопустимый идентификатор профиля." +#: ../../include/js_strings.php:34 +msgid " " +msgstr " " -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" -msgstr "Редактор видимости профиля" +#: ../../include/js_strings.php:35 +msgid "timeago.numbers" +msgstr "timeago.numbers" -#: ../../mod/profperm.php:114 -msgid "Visible To" -msgstr "Видимый для" +#: ../../include/Contact.php:123 +msgid "New window" +msgstr "Новое окно" -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -msgstr "Все контакты (с безопасным доступом к профилю)" +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" +msgstr "Откройте выбранное местоположение в другом окне или вкладке браузера" -#: ../../mod/viewcontacts.php:39 -msgid "No contacts." -msgstr "Нет контактов." +#: ../../include/profile_selectors.php:6 +msgid "Male" +msgstr "Мужской" -#: ../../mod/viewcontacts.php:76 ../../include/text.php:618 -msgid "View Contacts" -msgstr "Просмотр контактов" +#: ../../include/profile_selectors.php:6 +msgid "Female" +msgstr "Женский" -#: ../../mod/register.php:88 ../../mod/regmod.php:52 -#, php-format -msgid "Registration details for %s" -msgstr "Подробности регистрации для %s" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "В настоящее время мужской" -#: ../../mod/register.php:96 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций." +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "В настоящее время женский" -#: ../../mod/register.php:100 -msgid "Failed to send email message. Here is the message that failed." -msgstr "Невозможно отправить сообщение электронной почтой. Вот сообщение, которое не удалось." +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "В основном мужской" -#: ../../mod/register.php:105 -msgid "Your registration can not be processed." -msgstr "Ваша регистрация не может быть обработана." +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "В основном женский" -#: ../../mod/register.php:142 -#, php-format -msgid "Registration request at %s" -msgstr "Запрос на регистрацию на %s" +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Транссексуал" -#: ../../mod/register.php:151 -msgid "Your registration is pending approval by the site owner." -msgstr "Ваша регистрация в ожидании одобрения владельцем сайта." +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Intersex" -#: ../../mod/register.php:189 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "Транссексуал" -#: ../../mod/register.php:217 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." -msgstr "Вы можете (по желанию), заполнить эту форму с помощью OpenID, поддерживая ваш OpenID и нажав клавишу \"Регистрация\"." +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "Гермафродит" -#: ../../mod/register.php:218 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Если вы не знакомы с OpenID, пожалуйста, оставьте это поле пустым и заполните остальные элементы." +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "Среднего рода" -#: ../../mod/register.php:219 -msgid "Your OpenID (optional): " -msgstr "Ваш OpenID (необязательно):" +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "Неспецифический" -#: ../../mod/register.php:233 -msgid "Include your profile in member directory?" -msgstr "Включить ваш профиль в каталог участников?" +#: ../../include/profile_selectors.php:6 +msgid "Other" +msgstr "Другой" -#: ../../mod/register.php:255 -msgid "Membership on this site is by invitation only." -msgstr "Членство на сайте только по приглашению." +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Нерешительный" -#: ../../mod/register.php:256 -msgid "Your invitation ID: " -msgstr "ID вашего приглашения:" +#: ../../include/profile_selectors.php:23 +msgid "Males" +msgstr "Самец" -#: ../../mod/register.php:259 ../../mod/admin.php:444 -msgid "Registration" -msgstr "Регистрация" +#: ../../include/profile_selectors.php:23 +msgid "Females" +msgstr "Самка" -#: ../../mod/register.php:267 -msgid "Your Full Name (e.g. Joe Smith): " -msgstr "Ваше полное имя (например, Joe Smith): " +#: ../../include/profile_selectors.php:23 +msgid "Gay" +msgstr "Гей" -#: ../../mod/register.php:268 -msgid "Your Email Address: " -msgstr "Ваш адрес электронной почты: " +#: ../../include/profile_selectors.php:23 +msgid "Lesbian" +msgstr "Лесбиянка" -#: ../../mod/register.php:269 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'<strong>nickname@$sitename</strong>'." -msgstr "Выбор псевдонима профиля. Он должен начинаться с буквы. Адрес вашего профиля на данном сайте будет в этом случае '<strong>nickname@$sitename</strong>'." +#: ../../include/profile_selectors.php:23 +msgid "No Preference" +msgstr "Без предпочтений" -#: ../../mod/register.php:270 -msgid "Choose a nickname: " -msgstr "Выберите псевдоним: " +#: ../../include/profile_selectors.php:23 +msgid "Bisexual" +msgstr "Двуполый" -#: ../../mod/register.php:273 ../../include/nav.php:81 ../../boot.php:887 -msgid "Register" -msgstr "Регистрация" +#: ../../include/profile_selectors.php:23 +msgid "Autosexual" +msgstr "Autosexual" -#: ../../mod/dirfind.php:26 -msgid "People Search" -msgstr "Поиск людей" - -#: ../../mod/like.php:145 ../../mod/like.php:298 ../../mod/tagger.php:62 -#: ../../addon/facebook/facebook.php:1598 -#: ../../addon/communityhome/communityhome.php:158 -#: ../../addon/communityhome/communityhome.php:167 -#: ../../view/theme/diabook/theme.php:565 -#: ../../view/theme/diabook/theme.php:574 ../../include/diaspora.php:1824 -#: ../../include/conversation.php:120 ../../include/conversation.php:129 -#: ../../include/conversation.php:248 ../../include/conversation.php:257 -msgid "status" -msgstr "статус" +#: ../../include/profile_selectors.php:23 +msgid "Abstinent" +msgstr "Воздержанный" -#: ../../mod/like.php:162 ../../addon/facebook/facebook.php:1602 -#: ../../addon/communityhome/communityhome.php:172 -#: ../../view/theme/diabook/theme.php:579 ../../include/diaspora.php:1840 -#: ../../include/conversation.php:136 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s нравится %3$s от %2$s " +#: ../../include/profile_selectors.php:23 +msgid "Virgin" +msgstr "Девственница" -#: ../../mod/like.php:164 ../../include/conversation.php:139 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s не нравится %3$s от %2$s " +#: ../../include/profile_selectors.php:23 +msgid "Deviant" +msgstr "Отклоняющийся от нормы" -#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159 -#: ../../mod/admin.php:734 ../../mod/admin.php:933 ../../mod/display.php:29 -#: ../../mod/display.php:145 ../../include/items.php:3779 -msgid "Item not found." -msgstr "Пункт не найден." +#: ../../include/profile_selectors.php:23 +msgid "Fetish" +msgstr "Фетиш" -#: ../../mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Доступ запрещен." +#: ../../include/profile_selectors.php:23 +msgid "Oodles" +msgstr "Множественный" -#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130 -#: ../../include/nav.php:51 ../../boot.php:1679 -msgid "Photos" -msgstr "Фото" +#: ../../include/profile_selectors.php:23 +msgid "Nonsexual" +msgstr "Несексуальный" -#: ../../mod/fbrowser.php:96 -msgid "Files" -msgstr "" +#: ../../include/profile_selectors.php:42 +msgid "Single" +msgstr "Одинок" -#: ../../mod/regmod.php:61 -msgid "Account approved." -msgstr "Аккаунт утвержден." +#: ../../include/profile_selectors.php:42 +msgid "Lonely" +msgstr "Уединенный" -#: ../../mod/regmod.php:98 -#, php-format -msgid "Registration revoked for %s" -msgstr "Регистрация отменена для %s" +#: ../../include/profile_selectors.php:42 +msgid "Available" +msgstr "Доступный" -#: ../../mod/regmod.php:110 -msgid "Please login." -msgstr "Пожалуйста, войдите с паролем." +#: ../../include/profile_selectors.php:42 +msgid "Unavailable" +msgstr "Недоступный" -#: ../../mod/item.php:91 -msgid "Unable to locate original post." -msgstr "Не удалось найти оригинальный пост." +#: ../../include/profile_selectors.php:42 +msgid "Has crush" +msgstr "Столкновение" -#: ../../mod/item.php:275 -msgid "Empty post discarded." -msgstr "Пустое сообщение отбрасывается." +#: ../../include/profile_selectors.php:42 +msgid "Infatuated" +msgstr "Влюбленный" -#: ../../mod/item.php:407 ../../mod/wall_upload.php:133 -#: ../../mod/wall_upload.php:142 ../../mod/wall_upload.php:149 -#: ../../include/message.php:144 -msgid "Wall Photos" -msgstr "Фото стены" +#: ../../include/profile_selectors.php:42 +msgid "Dating" +msgstr "Датировка" -#: ../../mod/item.php:820 -msgid "System error. Post not saved." -msgstr "Системная ошибка. Сообщение не сохранено." +#: ../../include/profile_selectors.php:42 +msgid "Unfaithful" +msgstr "Неверный" -#: ../../mod/item.php:845 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "" +#: ../../include/profile_selectors.php:42 +msgid "Sex Addict" +msgstr "Секс наркоман" -#: ../../mod/item.php:847 -#, php-format -msgid "You may visit them online at %s" -msgstr "Вы можете посетить их в онлайне на %s" +#: ../../include/profile_selectors.php:42 +msgid "Friends/Benefits" +msgstr "Друзья / Преимущества" -#: ../../mod/item.php:848 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения." +#: ../../include/profile_selectors.php:42 +msgid "Casual" +msgstr "Случайный" -#: ../../mod/item.php:850 -#, php-format -msgid "%s posted an update." -msgstr "%s отправил/а/ обновление." +#: ../../include/profile_selectors.php:42 +msgid "Engaged" +msgstr "Помолвленный" -#: ../../mod/mood.php:62 ../../include/conversation.php:226 -#, php-format -msgid "%1$s is currently %2$s" +#: ../../include/profile_selectors.php:42 +msgid "Married" +msgstr "Женат" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily married" +msgstr "Мысленно женат" + +#: ../../include/profile_selectors.php:42 +msgid "Partners" +msgstr "Партнеры" + +#: ../../include/profile_selectors.php:42 +msgid "Cohabiting" +msgstr "Сожительствующие" + +#: ../../include/profile_selectors.php:42 +msgid "Common law" msgstr "" -#: ../../mod/mood.php:133 -msgid "Mood" +#: ../../include/profile_selectors.php:42 +msgid "Happy" +msgstr "Счастливый" + +#: ../../include/profile_selectors.php:42 +msgid "Not looking" +msgstr "Не нуждаюсь" + +#: ../../include/profile_selectors.php:42 +msgid "Swinger" msgstr "" -#: ../../mod/mood.php:134 -msgid "Set your current mood and tell your friends" +#: ../../include/profile_selectors.php:42 +msgid "Betrayed" msgstr "" -#: ../../mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "Изображение загружено, но обрезка изображения не удалась." +#: ../../include/profile_selectors.php:42 +msgid "Separated" +msgstr "" -#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84 -#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Уменьшение размера изображения [%s] не удалось." +#: ../../include/profile_selectors.php:42 +msgid "Unstable" +msgstr "Колеблющийся" -#: ../../mod/profile_photo.php:118 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "" +#: ../../include/profile_selectors.php:42 +msgid "Divorced" +msgstr "Разведенный" -#: ../../mod/profile_photo.php:128 -msgid "Unable to process image" -msgstr "Не удается обработать изображение" +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily divorced" +msgstr "Мысленно разведенный" -#: ../../mod/profile_photo.php:144 ../../mod/wall_upload.php:88 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "Изображение превышает предельный размер %d" +#: ../../include/profile_selectors.php:42 +msgid "Widowed" +msgstr "Овдовевший" -#: ../../mod/profile_photo.php:242 -msgid "Upload File:" -msgstr "Загрузить файл:" +#: ../../include/profile_selectors.php:42 +msgid "Uncertain" +msgstr "Неопределенный" -#: ../../mod/profile_photo.php:243 -msgid "Select a profile:" +#: ../../include/profile_selectors.php:42 +msgid "It's complicated" +msgstr "Это сложно" + +#: ../../include/profile_selectors.php:42 +msgid "Don't care" +msgstr "Не заботьтесь" + +#: ../../include/profile_selectors.php:42 +msgid "Ask me" +msgstr "Спроси меня" + +#: ../../include/auth.php:79 +msgid "Logged out." +msgstr "Вышел из системы." + +#: ../../include/auth.php:198 +msgid "Failed authentication" +msgstr "Ошибка аутентификации" + +#: ../../include/auth.php:213 ../../mod/openid.php:188 +msgid "Login failed." +msgstr "Не удалось войти." + +#: ../../include/items.php:306 ../../mod/profperm.php:23 +#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63 +#: ../../index.php:360 +msgid "Permission denied" +msgstr "Доступ запрещен" + +#: ../../include/items.php:830 +msgid "(Unknown)" msgstr "" -#: ../../mod/profile_photo.php:245 -#: ../../addon/dav/friendica/layout.fnk.php:152 -msgid "Upload" -msgstr "Загрузить" +#: ../../include/items.php:3617 ../../mod/display.php:32 +#: ../../mod/filestorage.php:18 ../../mod/home.php:65 ../../mod/admin.php:159 +#: ../../mod/admin.php:922 ../../mod/admin.php:1125 ../../mod/thing.php:78 +#: ../../mod/viewsrc.php:18 +msgid "Item not found." +msgstr "Элемент не найден." -#: ../../mod/profile_photo.php:248 -msgid "skip this step" -msgstr "пропустить этот шаг" +#: ../../include/items.php:4041 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "Коллекция не найдена." -#: ../../mod/profile_photo.php:248 -msgid "select a photo from your photo albums" -msgstr "выберите фото из ваших фотоальбомов" +#: ../../include/items.php:4056 +msgid "Collection is empty." +msgstr "Коллекция пуста." -#: ../../mod/profile_photo.php:262 -msgid "Crop Image" -msgstr "Обрезать изображение" +#: ../../include/items.php:4063 +#, php-format +msgid "Collection: %s" +msgstr "Коллекции: %s" -#: ../../mod/profile_photo.php:263 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Пожалуйста, настройте обрезку изображения для оптимального просмотра." +#: ../../include/items.php:4074 +#, php-format +msgid "Connection: %s" +msgstr "Контакты: %s" -#: ../../mod/profile_photo.php:265 -msgid "Done Editing" -msgstr "Редактирование выполнено" +#: ../../include/items.php:4077 +msgid "Connection not found." +msgstr "Контакт не найден." -#: ../../mod/profile_photo.php:299 -msgid "Image uploaded successfully." -msgstr "Изображение загружено успешно." +#: ../../include/permissions.php:13 +msgid "Can view my \"public\" stream and posts" +msgstr "Может просматривать мои \"публичные\" поток и сообщения" -#: ../../mod/hcard.php:10 -msgid "No profile" -msgstr "Нет профиля" +#: ../../include/permissions.php:14 +msgid "Can view my \"public\" channel profile" +msgstr "Может просматривать мой \"публичный\" профиль канала" -#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 -msgid "Remove My Account" -msgstr "Удалить мой аккаунт" +#: ../../include/permissions.php:15 +msgid "Can view my \"public\" photo albums" +msgstr "Может просматривать мои \"публичные\" фотоальбомы" -#: ../../mod/removeme.php:46 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит." +#: ../../include/permissions.php:16 +msgid "Can view my \"public\" address book" +msgstr "Может просматривать мою \"публичную\" адресную книгу" -#: ../../mod/removeme.php:47 -msgid "Please enter your password for verification:" -msgstr "Пожалуйста, введите свой пароль для проверки:" +#: ../../include/permissions.php:17 +msgid "Can view my \"public\" file storage" +msgstr "Может просматривать мои \"публичные\" файлы" -#: ../../mod/message.php:9 ../../include/nav.php:131 -msgid "New Message" -msgstr "Новое сообщение" +#: ../../include/permissions.php:18 +msgid "Can view my \"public\" pages" +msgstr "Может просматривать мои \"публичные\" страницы" -#: ../../mod/message.php:63 -msgid "Unable to locate contact information." -msgstr "Не удалось найти контактную информацию." +#: ../../include/permissions.php:21 +msgid "Can send me their channel stream and posts" +msgstr "Может прислать мне свои потоки и сообщения" -#: ../../mod/message.php:191 -msgid "Message deleted." -msgstr "Сообщение удалено." +#: ../../include/permissions.php:22 +msgid "Can post on my channel page (\"wall\")" +msgstr "Может публиковать на моей странице канала (\"стена\")" -#: ../../mod/message.php:221 -msgid "Conversation removed." -msgstr "Беседа удалена." +#: ../../include/permissions.php:23 +msgid "Can comment on my posts" +msgstr "Может комментировать мои сообщения" -#: ../../mod/message.php:327 -msgid "No messages." -msgstr "Нет сообщений." +#: ../../include/permissions.php:24 +msgid "Can send me private mail messages" +msgstr "Может отправлять мне личные сообщения по эл. почте" -#: ../../mod/message.php:334 -#, php-format -msgid "Unknown sender - %s" +#: ../../include/permissions.php:25 +msgid "Can post photos to my photo albums" +msgstr "Может публиковать фотографии в мои фотоальбомы" + +#: ../../include/permissions.php:26 +msgid "Can forward to all my channel contacts via post @mentions" msgstr "" -#: ../../mod/message.php:337 -#, php-format -msgid "You and %s" +#: ../../include/permissions.php:26 +msgid "Advanced - useful for creating group forum channels" msgstr "" -#: ../../mod/message.php:340 -#, php-format -msgid "%s and You" -msgstr "%s и Вы" +#: ../../include/permissions.php:27 +msgid "Can chat with me (when available)" +msgstr "Можете общаться со мной в чате (при наличии)" -#: ../../mod/message.php:350 ../../mod/message.php:462 -msgid "Delete conversation" -msgstr "Удалить историю общения" +#: ../../include/permissions.php:28 +msgid "Can write to my \"public\" file storage" +msgstr "Может писать в моё \"публичное\" хранилище файлов" -#: ../../mod/message.php:353 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" +#: ../../include/permissions.php:29 +msgid "Can edit my \"public\" pages" +msgstr "Может редактировать мои \"публичные\" страницы" -#: ../../mod/message.php:356 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d сообщение" -msgstr[1] "%d сообщений" -msgstr[2] "%d сообщений" +#: ../../include/permissions.php:31 +msgid "Can source my \"public\" posts in derived channels" +msgstr "" -#: ../../mod/message.php:391 -msgid "Message not available." -msgstr "Сообщение не доступно." +#: ../../include/permissions.php:31 +msgid "Somewhat advanced - very useful in open communities" +msgstr "" -#: ../../mod/message.php:444 -msgid "Delete message" -msgstr "Удалить сообщение" +#: ../../include/permissions.php:33 +msgid "Can administer my channel resources" +msgstr "Может администрировать мои ресурсы канала" -#: ../../mod/message.php:464 +#: ../../include/permissions.php:33 msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." +"Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../mod/message.php:468 -msgid "Send Reply" -msgstr "Отправить ответ" +#: ../../mod/mood.php:132 +msgid "Set your current mood and tell your friends" +msgstr "" -#: ../../mod/allfriends.php:34 -#, php-format -msgid "Friends of %s" -msgstr "%s Друзья" +#: ../../mod/mitem.php:14 ../../mod/menu.php:92 +msgid "Menu not found." +msgstr "Меню не найдено." -#: ../../mod/allfriends.php:40 -msgid "No friends to display." -msgstr "Нет друзей." +#: ../../mod/mitem.php:47 +msgid "Menu element updated." +msgstr "Меню обновлено." -#: ../../mod/admin.php:55 -msgid "Theme settings updated." +#: ../../mod/mitem.php:51 +msgid "Unable to update menu element." msgstr "" -#: ../../mod/admin.php:96 ../../mod/admin.php:442 -msgid "Site" -msgstr "Сайт" +#: ../../mod/mitem.php:57 +msgid "Menu element added." +msgstr "Элемент меню добавлен." -#: ../../mod/admin.php:97 ../../mod/admin.php:688 ../../mod/admin.php:701 -msgid "Users" -msgstr "Пользователи" +#: ../../mod/mitem.php:61 +msgid "Unable to add menu element." +msgstr "Невозможно добавить элемент меню." -#: ../../mod/admin.php:98 ../../mod/admin.php:783 ../../mod/admin.php:825 -msgid "Plugins" -msgstr "Плагины" +#: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120 +#: ../../mod/xchan.php:27 +msgid "Not found." +msgstr "Не найдено." -#: ../../mod/admin.php:99 ../../mod/admin.php:988 ../../mod/admin.php:1024 -msgid "Themes" -msgstr "" +#: ../../mod/mitem.php:96 +msgid "Manage Menu Elements" +msgstr "Управление элементов меню" -#: ../../mod/admin.php:100 -msgid "DB updates" -msgstr "" +#: ../../mod/mitem.php:99 +msgid "Edit menu" +msgstr "Редактировать меню" -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1111 -msgid "Logs" -msgstr "Журналы" +#: ../../mod/mitem.php:102 +msgid "Edit element" +msgstr "Редактировать элемент" -#: ../../mod/admin.php:120 ../../include/nav.php:146 -msgid "Admin" -msgstr "Администратор" +#: ../../mod/mitem.php:103 +msgid "Drop element" +msgstr "Удалить элемент" -#: ../../mod/admin.php:121 -msgid "Plugin Features" +#: ../../mod/mitem.php:104 +msgid "New element" +msgstr "Новый элемент" + +#: ../../mod/mitem.php:105 +msgid "Edit this menu container" msgstr "" -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" -msgstr "Регистрации пользователей, ожидающие подтверждения" +#: ../../mod/mitem.php:106 +msgid "Add menu element" +msgstr "Добавить элемент меню" -#: ../../mod/admin.php:183 ../../mod/admin.php:669 -msgid "Normal Account" -msgstr "Обычный аккаунт" +#: ../../mod/mitem.php:107 +msgid "Delete this menu item" +msgstr "Удалить элемент меню" -#: ../../mod/admin.php:184 ../../mod/admin.php:670 -msgid "Soapbox Account" -msgstr "Аккаунт Витрина" +#: ../../mod/mitem.php:108 +msgid "Edit this menu item" +msgstr "Редактировать элемент меню" -#: ../../mod/admin.php:185 ../../mod/admin.php:671 -msgid "Community/Celebrity Account" -msgstr "Аккаунт Сообщество / Знаменитость" +#: ../../mod/mitem.php:131 +msgid "New Menu Element" +msgstr "Новый элемент меню" -#: ../../mod/admin.php:186 ../../mod/admin.php:672 -msgid "Automatic Friend Account" -msgstr "\"Автоматический друг\" Аккаунт" +#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 +msgid "Menu Item Permissions" +msgstr "" -#: ../../mod/admin.php:187 -msgid "Blog Account" +#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:960 +msgid "(click to open/close)" +msgstr "(нажмите, чтобы открыть / закрыть)" + +#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 +msgid "Link text" +msgstr "Текст ссылки" + +#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 +msgid "URL of link" msgstr "" -#: ../../mod/admin.php:188 -msgid "Private Forum" +#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 +msgid "Use Red magic-auth if available" msgstr "" -#: ../../mod/admin.php:207 -msgid "Message queues" +#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 +msgid "Open link in new window" msgstr "" -#: ../../mod/admin.php:212 ../../mod/admin.php:441 ../../mod/admin.php:687 -#: ../../mod/admin.php:782 ../../mod/admin.php:824 ../../mod/admin.php:987 -#: ../../mod/admin.php:1023 ../../mod/admin.php:1110 -msgid "Administration" -msgstr "Администрация" +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Order in list" +msgstr "" -#: ../../mod/admin.php:213 -msgid "Summary" -msgstr "Резюме" +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Higher numbers will sink to bottom of listing" +msgstr "" -#: ../../mod/admin.php:215 -msgid "Registered users" -msgstr "Зарегистрированные пользователи" +#: ../../mod/mitem.php:142 ../../mod/menu.php:84 ../../mod/new_channel.php:117 +msgid "Create" +msgstr "Создать" -#: ../../mod/admin.php:217 -msgid "Pending registrations" -msgstr "Ожидающие регистрации" +#: ../../mod/mitem.php:154 +msgid "Menu item not found." +msgstr "Элемент меню не найден." -#: ../../mod/admin.php:218 -msgid "Version" -msgstr "Версия" +#: ../../mod/mitem.php:163 +msgid "Menu item deleted." +msgstr "Элемент меню удален." -#: ../../mod/admin.php:220 -msgid "Active plugins" -msgstr "Активные плагины" +#: ../../mod/mitem.php:165 +msgid "Menu item could not be deleted." +msgstr "" -#: ../../mod/admin.php:373 -msgid "Site settings updated." -msgstr "Установки сайта обновлены." +#: ../../mod/mitem.php:174 +msgid "Edit Menu Element" +msgstr "Редактировать элемент меню" -#: ../../mod/admin.php:428 -msgid "Closed" -msgstr "Закрыто" +#: ../../mod/mitem.php:186 ../../mod/menu.php:114 +msgid "Modify" +msgstr "Изменить" -#: ../../mod/admin.php:429 -msgid "Requires approval" -msgstr "Требуется подтверждение" +#: ../../mod/ping.php:192 +msgid "sent you a private message" +msgstr "отправил вам личное сообщение" -#: ../../mod/admin.php:430 -msgid "Open" -msgstr "Открыто" +#: ../../mod/ping.php:250 +msgid "added your channel" +msgstr "добавил ваш канал" -#: ../../mod/admin.php:434 -msgid "No SSL policy, links will track page SSL state" +#: ../../mod/ping.php:294 +msgid "posted an event" msgstr "" -#: ../../mod/admin.php:435 -msgid "Force all links to use SSL" -msgstr "Заставить все ссылки использовать SSL" - -#: ../../mod/admin.php:436 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" +#: ../../mod/acl.php:239 +msgid "network" msgstr "" -#: ../../mod/admin.php:445 -msgid "File upload" -msgstr "Загрузка файлов" +#: ../../mod/settings.php:71 +msgid "Name is required" +msgstr "Необходимо имя" -#: ../../mod/admin.php:446 -msgid "Policies" -msgstr "Политики" +#: ../../mod/settings.php:75 +msgid "Key and Secret are required" +msgstr "" -#: ../../mod/admin.php:447 -msgid "Advanced" -msgstr "Расширенный" +#: ../../mod/settings.php:195 +msgid "Passwords do not match. Password unchanged." +msgstr "Пароли не совпадают. Пароль не изменён." -#: ../../mod/admin.php:451 ../../addon/statusnet/statusnet.php:567 -msgid "Site name" -msgstr "Название сайта" +#: ../../mod/settings.php:199 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Пустые пароли не допускаются. Пароль не изменён." -#: ../../mod/admin.php:452 -msgid "Banner/Logo" -msgstr "Баннер/Логотип" +#: ../../mod/settings.php:212 +msgid "Password changed." +msgstr "Пароль изменен." -#: ../../mod/admin.php:453 -msgid "System language" -msgstr "Системный язык" +#: ../../mod/settings.php:214 +msgid "Password update failed. Please try again." +msgstr "Изменение пароля закончилось неуспешно. Пожалуйста, попробуйте еще раз." -#: ../../mod/admin.php:454 -msgid "System theme" -msgstr "Системная тема" +#: ../../mod/settings.php:228 +msgid "Not valid email." +msgstr "Не действительный адрес электронной почты." -#: ../../mod/admin.php:454 -msgid "" -"Default system theme - may be over-ridden by user profiles - <a href='#' " -"id='cnftheme'>change theme settings</a>" +#: ../../mod/settings.php:231 +msgid "Protected email address. Cannot change to that email." msgstr "" -#: ../../mod/admin.php:455 -msgid "Mobile system theme" +#: ../../mod/settings.php:240 +msgid "System failure storing new email. Please try again." msgstr "" -#: ../../mod/admin.php:455 -msgid "Theme for mobile devices" -msgstr "" +#: ../../mod/settings.php:443 +msgid "Settings updated." +msgstr "Настройки обновленны." -#: ../../mod/admin.php:456 -msgid "SSL link policy" -msgstr "" +#: ../../mod/settings.php:514 ../../mod/settings.php:540 +#: ../../mod/settings.php:576 +msgid "Add application" +msgstr "Добавить приложения" -#: ../../mod/admin.php:456 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Ссылки должны быть вынуждены использовать SSL" +#: ../../mod/settings.php:517 ../../mod/settings.php:543 +#: ../../mod/admin.php:892 +msgid "Name" +msgstr "Имя" -#: ../../mod/admin.php:457 -msgid "Maximum image size" -msgstr "Максимальный размер изображения" +#: ../../mod/settings.php:517 +msgid "Name of application" +msgstr "Название приложения" -#: ../../mod/admin.php:457 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "" +#: ../../mod/settings.php:518 ../../mod/settings.php:544 +msgid "Consumer Key" +msgstr "Ключ клиента" -#: ../../mod/admin.php:458 -msgid "Maximum image length" +#: ../../mod/settings.php:518 ../../mod/settings.php:519 +msgid "Automatically generated - change if desired. Max length 20" msgstr "" -#: ../../mod/admin.php:458 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "" +#: ../../mod/settings.php:519 ../../mod/settings.php:545 +msgid "Consumer Secret" +msgstr "Секрет клиента" -#: ../../mod/admin.php:459 -msgid "JPEG image quality" -msgstr "" +#: ../../mod/settings.php:520 ../../mod/settings.php:546 +msgid "Redirect" +msgstr "Перенаправление" -#: ../../mod/admin.php:459 +#: ../../mod/settings.php:520 msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." +"Redirect URI - leave blank unless your application specifically requires " +"this" msgstr "" -#: ../../mod/admin.php:461 -msgid "Register policy" -msgstr "Политика регистрация" +#: ../../mod/settings.php:521 ../../mod/settings.php:547 +msgid "Icon url" +msgstr "URL-адрес значка" -#: ../../mod/admin.php:462 -msgid "Register text" -msgstr "Текст регистрации" +#: ../../mod/settings.php:521 +msgid "Optional" +msgstr "Необязательно" -#: ../../mod/admin.php:462 -msgid "Will be displayed prominently on the registration page." -msgstr "" +#: ../../mod/settings.php:532 +msgid "You can't edit this application." +msgstr "Вы не можете редактировать это приложение." -#: ../../mod/admin.php:463 -msgid "Accounts abandoned after x days" -msgstr "Аккаунт считается после x дней не воспользованным" +#: ../../mod/settings.php:575 +msgid "Connected Apps" +msgstr "Подключенные приложения" -#: ../../mod/admin.php:463 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." +#: ../../mod/settings.php:579 +msgid "Client key starts with" msgstr "" -#: ../../mod/admin.php:464 -msgid "Allowed friend domains" -msgstr "Разрешенные домены друзей" +#: ../../mod/settings.php:580 +msgid "No name" +msgstr "Без названия" -#: ../../mod/admin.php:464 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "" +#: ../../mod/settings.php:581 +msgid "Remove authorization" +msgstr "Удалить разрешение" -#: ../../mod/admin.php:465 -msgid "Allowed email domains" -msgstr "Разрешенные почтовые домены" +#: ../../mod/settings.php:592 +msgid "No feature settings configured" +msgstr "Параметры функций не настроены" -#: ../../mod/admin.php:465 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "" +#: ../../mod/settings.php:600 +msgid "Feature Settings" +msgstr "Настройки функции" -#: ../../mod/admin.php:466 -msgid "Block public" -msgstr "Блокировать общественный доступ" +#: ../../mod/settings.php:623 +msgid "Account Settings" +msgstr "Настройки аккаунта" -#: ../../mod/admin.php:466 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "" +#: ../../mod/settings.php:624 +msgid "Password Settings" +msgstr "Настройки пароля" -#: ../../mod/admin.php:467 -msgid "Force publish" -msgstr "Принудительная публикация" +#: ../../mod/settings.php:625 +msgid "New Password:" +msgstr "Новый пароль:" -#: ../../mod/admin.php:467 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "" +#: ../../mod/settings.php:626 +msgid "Confirm:" +msgstr "Подтверждение:" -#: ../../mod/admin.php:468 -msgid "Global directory update URL" -msgstr "URL обновления глобального каталога" +#: ../../mod/settings.php:626 +msgid "Leave password fields blank unless changing" +msgstr "Оставьте поля пустыми, если не меняется" -#: ../../mod/admin.php:468 -msgid "" -"URL to update the global directory. If this is not set, the global directory" -" is completely unavailable to the application." -msgstr "" +#: ../../mod/settings.php:628 ../../mod/settings.php:936 +msgid "Email Address:" +msgstr "Адрес электронной почты:" -#: ../../mod/admin.php:469 -msgid "Allow threaded items" -msgstr "" +#: ../../mod/settings.php:629 +msgid "Remove Account" +msgstr "Удалить аккаунт" -#: ../../mod/admin.php:469 -msgid "Allow infinite level threading for items on this site." +#: ../../mod/settings.php:630 +msgid "Warning: This action is permanent and cannot be reversed." msgstr "" -#: ../../mod/admin.php:470 -msgid "Private posts by default for new users" -msgstr "" +#: ../../mod/settings.php:646 +msgid "Off" +msgstr "Выкл." -#: ../../mod/admin.php:470 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "" +#: ../../mod/settings.php:646 +msgid "On" +msgstr "Вкл." -#: ../../mod/admin.php:472 -msgid "Block multiple registrations" -msgstr "Блокировать множественные регистрации" +#: ../../mod/settings.php:653 +msgid "Additional Features" +msgstr "Дополнительные функции" -#: ../../mod/admin.php:472 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Запретить пользователям регистрировать дополнительные аккаунты для использования в качестве страниц." +#: ../../mod/settings.php:678 +msgid "Connector Settings" +msgstr "Настройки соединителя" -#: ../../mod/admin.php:473 -msgid "OpenID support" -msgstr "Поддержка OpenID" +#: ../../mod/settings.php:708 ../../mod/admin.php:390 +msgid "No special theme for mobile devices" +msgstr "Нет специальной темы для мобильных устройств" -#: ../../mod/admin.php:473 -msgid "OpenID support for registration and logins." +#: ../../mod/settings.php:717 +#, php-format +msgid "%s - (Experimental)" msgstr "" -#: ../../mod/admin.php:474 -msgid "Fullname check" -msgstr "Проверка полного имени" +#: ../../mod/settings.php:747 +msgid "Display Settings" +msgstr "Настройки отображения" -#: ../../mod/admin.php:474 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" +#: ../../mod/settings.php:753 +msgid "Display Theme:" +msgstr "Тема отображения:" + +#: ../../mod/settings.php:754 +msgid "Mobile Theme:" +msgstr "Мобильная тема отображения:" + +#: ../../mod/settings.php:755 +msgid "Update browser every xx seconds" +msgstr "Обновление браузера каждые ХХ секунд" + +#: ../../mod/settings.php:755 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Минимум 10 секунд, без максимума" + +#: ../../mod/settings.php:756 +msgid "Maximum number of conversations to load at any time:" msgstr "" -#: ../../mod/admin.php:475 -msgid "UTF-8 Regular expressions" -msgstr "UTF-8 регулярные выражения" +#: ../../mod/settings.php:756 +msgid "Maximum of 100 items" +msgstr "Максимум 100 элементов" -#: ../../mod/admin.php:475 -msgid "Use PHP UTF8 regular expressions" +#: ../../mod/settings.php:757 +msgid "Don't show emoticons" +msgstr "Не показывать emoticons" + +#: ../../mod/settings.php:758 +msgid "System Page Layout Editor - (advanced)" msgstr "" -#: ../../mod/admin.php:476 -msgid "Show Community Page" -msgstr "Показать страницу сообщества" +#: ../../mod/settings.php:793 +msgid "Nobody except yourself" +msgstr "Никто, кроме вас" -#: ../../mod/admin.php:476 -msgid "" -"Display a Community page showing all recent public postings on this site." -msgstr "Показывать страницу сообщества с указанием всех последних публичных сообщений на этом сайте." +#: ../../mod/settings.php:794 +msgid "Only those you specifically allow" +msgstr "Только комы вы разрешили" -#: ../../mod/admin.php:477 -msgid "Enable OStatus support" -msgstr "Включить поддержку OStatus" +#: ../../mod/settings.php:795 +msgid "Approved connections" +msgstr "" -#: ../../mod/admin.php:477 -msgid "" -"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." +#: ../../mod/settings.php:796 +msgid "Any connections" msgstr "" -#: ../../mod/admin.php:478 -msgid "Enable Diaspora support" -msgstr "Включить поддержку Diaspora" +#: ../../mod/settings.php:797 +msgid "Anybody on this website" +msgstr "Любой на этом веб-сайте" -#: ../../mod/admin.php:478 -msgid "Provide built-in Diaspora network compatibility." +#: ../../mod/settings.php:798 +msgid "Anybody in this network" +msgstr "Любой в этой сети" + +#: ../../mod/settings.php:799 +msgid "Anybody authenticated" msgstr "" -#: ../../mod/admin.php:479 -msgid "Only allow Friendica contacts" -msgstr "Позвольть только Friendica контакты" +#: ../../mod/settings.php:800 +msgid "Anybody on the internet" +msgstr "Любой в интернете" -#: ../../mod/admin.php:479 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены." +#: ../../mod/settings.php:877 +msgid "Publish your default profile in the network directory" +msgstr "Публикация вашего профиля по умолчанию в каталоге сети" + +#: ../../mod/settings.php:877 ../../mod/settings.php:882 +#: ../../mod/settings.php:953 ../../mod/api.php:106 ../../mod/profiles.php:493 +#: ../../mod/admin.php:420 +msgid "No" +msgstr "Нет" -#: ../../mod/admin.php:480 -msgid "Verify SSL" -msgstr "Проверка SSL" +#: ../../mod/settings.php:877 ../../mod/settings.php:882 +#: ../../mod/settings.php:953 ../../mod/api.php:105 ../../mod/profiles.php:492 +#: ../../mod/admin.php:422 +msgid "Yes" +msgstr "Да" -#: ../../mod/admin.php:480 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." +#: ../../mod/settings.php:882 +msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/admin.php:481 -msgid "Proxy user" -msgstr "Прокси пользователь" +#: ../../mod/settings.php:886 ../../mod/profile_photo.php:365 +msgid "or" +msgstr "или" -#: ../../mod/admin.php:482 -msgid "Proxy URL" -msgstr "Прокси URL" +#: ../../mod/settings.php:891 +msgid "Your channel address is" +msgstr "Адрес канала:" -#: ../../mod/admin.php:483 -msgid "Network timeout" -msgstr "Тайм-аут сети" +#: ../../mod/settings.php:925 +msgid "Channel Settings" +msgstr "Настройки канала" -#: ../../mod/admin.php:483 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "" +#: ../../mod/settings.php:934 +msgid "Basic Settings" +msgstr "Основные настройки" -#: ../../mod/admin.php:484 -msgid "Delivery interval" -msgstr "" +#: ../../mod/settings.php:937 +msgid "Your Timezone:" +msgstr "Часовой пояс:" -#: ../../mod/admin.php:484 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "" +#: ../../mod/settings.php:938 +msgid "Default Post Location:" +msgstr "Откуда по умолчанию:" -#: ../../mod/admin.php:485 -msgid "Poll interval" +#: ../../mod/settings.php:938 +msgid "Geographical location to display on your posts" msgstr "" -#: ../../mod/admin.php:485 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "" +#: ../../mod/settings.php:939 +msgid "Use Browser Location:" +msgstr "Использовать указание браузерa:" -#: ../../mod/admin.php:486 -msgid "Maximum Load Average" -msgstr "" +#: ../../mod/settings.php:941 +msgid "Adult Content" +msgstr "Содержимое для взрослых" -#: ../../mod/admin.php:486 +#: ../../mod/settings.php:941 msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" msgstr "" -#: ../../mod/admin.php:503 -msgid "Update has been marked successful" -msgstr "" +#: ../../mod/settings.php:943 +msgid "Security and Privacy Settings" +msgstr "Параметры безопасности и конфиденциальности" -#: ../../mod/admin.php:513 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "" +#: ../../mod/settings.php:945 +msgid "Hide my online presence" +msgstr "Скрыть мое присутствие" -#: ../../mod/admin.php:516 -#, php-format -msgid "Update %s was successfully applied." +#: ../../mod/settings.php:945 +msgid "Prevents displaying in your profile that you are online" +msgstr "Предотвращает показ в вашем профиле, что вы онлайн" + +#: ../../mod/settings.php:947 +msgid "Simple Privacy Settings:" +msgstr "Быстрые настройки:" + +#: ../../mod/settings.php:948 +msgid "" +"Very Public - <em>extremely permissive (should be used with caution)</em>" msgstr "" -#: ../../mod/admin.php:520 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." +#: ../../mod/settings.php:949 +msgid "" +"Typical - <em>default public, privacy when desired (similar to social " +"network permissions but with improved privacy)</em>" msgstr "" -#: ../../mod/admin.php:523 -#, php-format -msgid "Update function %s could not be found." +#: ../../mod/settings.php:950 +msgid "Private - <em>default private, never open or public</em>" msgstr "" -#: ../../mod/admin.php:538 -msgid "No failed updates." +#: ../../mod/settings.php:951 +msgid "Blocked - <em>default blocked to/from everybody</em>" msgstr "" -#: ../../mod/admin.php:542 -msgid "Failed Updates" +#: ../../mod/settings.php:953 +msgid "Allow others to tag your posts" msgstr "" -#: ../../mod/admin.php:543 +#: ../../mod/settings.php:953 msgid "" -"This does not include updates prior to 1139, which did not return a status." +"Often used by the community to retro-actively flag inappropriate content" msgstr "" -#: ../../mod/admin.php:544 -msgid "Mark success (if update was manually applied)" +#: ../../mod/settings.php:955 +msgid "Advanced Privacy Settings" +msgstr "Дополнительные настройки" + +#: ../../mod/settings.php:957 +msgid "Expire other channel content after this many days" msgstr "" -#: ../../mod/admin.php:545 -msgid "Attempt to execute this update step automatically" +#: ../../mod/settings.php:957 +msgid "0 or blank prevents expiration" msgstr "" -#: ../../mod/admin.php:570 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +#: ../../mod/settings.php:958 +msgid "Maximum Friend Requests/Day:" +msgstr "" -#: ../../mod/admin.php:577 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s человек удален" -msgstr[1] "%s чел. удалено" -msgstr[2] "%s чел. удалено" +#: ../../mod/settings.php:958 +msgid "May reduce spam activity" +msgstr "Может уменьшить активность спам" -#: ../../mod/admin.php:616 -#, php-format -msgid "User '%s' deleted" -msgstr "Пользователь '%s' удален" +#: ../../mod/settings.php:959 +msgid "Default Post Permissions" +msgstr "Настройки по умолчанию" -#: ../../mod/admin.php:624 -#, php-format -msgid "User '%s' unblocked" -msgstr "Пользователь '%s' разблокирован" +#: ../../mod/settings.php:971 +msgid "Maximum private messages per day from unknown people:" +msgstr "Максимальное количество личных сообщений от незнакомых людей:" -#: ../../mod/admin.php:624 -#, php-format -msgid "User '%s' blocked" -msgstr "Пользователь '%s' блокирован" +#: ../../mod/settings.php:971 +msgid "Useful to reduce spamming" +msgstr "Полезно для уменьшения активности спам" -#: ../../mod/admin.php:690 -msgid "select all" -msgstr "выбрать все" +#: ../../mod/settings.php:974 +msgid "Notification Settings" +msgstr "Настройки уведомлений" -#: ../../mod/admin.php:691 -msgid "User registrations waiting for confirm" -msgstr "Регистрации пользователей, ожидающие подтверждения" +#: ../../mod/settings.php:975 +msgid "By default post a status message when:" +msgstr "" -#: ../../mod/admin.php:692 -msgid "Request date" -msgstr "Запрос даты" +#: ../../mod/settings.php:976 +msgid "accepting a friend request" +msgstr "" -#: ../../mod/admin.php:692 ../../mod/admin.php:702 -#: ../../include/contact_selectors.php:79 -msgid "Email" -msgstr "Эл. почта" +#: ../../mod/settings.php:977 +msgid "joining a forum/community" +msgstr "" -#: ../../mod/admin.php:693 -msgid "No registrations." -msgstr "Нет регистраций." +#: ../../mod/settings.php:978 +msgid "making an <em>interesting</em> profile change" +msgstr "" -#: ../../mod/admin.php:695 -msgid "Deny" -msgstr "Отклонить" +#: ../../mod/settings.php:979 +msgid "Send a notification email when:" +msgstr "Отправить уведомление по электронной почте, если:" -#: ../../mod/admin.php:699 -msgid "Site admin" +#: ../../mod/settings.php:980 +msgid "You receive a connection request" msgstr "" -#: ../../mod/admin.php:702 -msgid "Register date" -msgstr "Дата регистрации" +#: ../../mod/settings.php:981 +msgid "Your connections are confirmed" +msgstr "" -#: ../../mod/admin.php:702 -msgid "Last login" -msgstr "Последний вход" +#: ../../mod/settings.php:982 +msgid "Someone writes on your profile wall" +msgstr "" -#: ../../mod/admin.php:702 -msgid "Last item" -msgstr "Последний пункт" +#: ../../mod/settings.php:983 +msgid "Someone writes a followup comment" +msgstr "" -#: ../../mod/admin.php:702 -msgid "Account" -msgstr "Аккаунт" +#: ../../mod/settings.php:984 +msgid "You receive a private message" +msgstr "" -#: ../../mod/admin.php:704 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Выбранные пользователи будут удалены!\\n\\nВсе, что эти пользователи написали на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?" +#: ../../mod/settings.php:985 +msgid "You receive a friend suggestion" +msgstr "" -#: ../../mod/admin.php:705 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Пользователь {0} будет удален!\\n\\nВсе, что этот пользователь написал на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?" +#: ../../mod/settings.php:986 +msgid "You are tagged in a post" +msgstr "" -#: ../../mod/admin.php:746 -#, php-format -msgid "Plugin %s disabled." -msgstr "Плагин %s отключен." +#: ../../mod/settings.php:987 +msgid "You are poked/prodded/etc. in a post" +msgstr "" -#: ../../mod/admin.php:750 -#, php-format -msgid "Plugin %s enabled." -msgstr "Плагин %s включен." +#: ../../mod/settings.php:990 +msgid "Advanced Account/Page Type Settings" +msgstr "" -#: ../../mod/admin.php:760 ../../mod/admin.php:958 -msgid "Disable" -msgstr "Отключить" +#: ../../mod/settings.php:991 +msgid "Change the behaviour of this account for special situations" +msgstr "" -#: ../../mod/admin.php:762 ../../mod/admin.php:960 -msgid "Enable" -msgstr "Включить" +#: ../../mod/settings.php:994 +msgid "" +"Please enable expert mode (in <a href=\"settings/features\">Settings > " +"Additional features</a>) to adjust!" +msgstr "" -#: ../../mod/admin.php:784 ../../mod/admin.php:989 -msgid "Toggle" -msgstr "Переключить" +#: ../../mod/settings.php:995 +msgid "Miscellaneous Settings" +msgstr "Дополнительные настройки" -#: ../../mod/admin.php:792 ../../mod/admin.php:999 -msgid "Author: " -msgstr "Автор:" - -#: ../../mod/admin.php:793 ../../mod/admin.php:1000 -msgid "Maintainer: " +#: ../../mod/settings.php:997 +msgid "Personal menu to display in your channel pages" msgstr "" -#: ../../mod/admin.php:922 -msgid "No themes found." +#: ../../mod/poke.php:159 +msgid "Poke/Prod" msgstr "" -#: ../../mod/admin.php:981 -msgid "Screenshot" -msgstr "Скриншот" +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" +msgstr "" -#: ../../mod/admin.php:1029 -msgid "[Experimental]" -msgstr "[экспериментально]" +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "Получатель" -#: ../../mod/admin.php:1030 -msgid "[Unsupported]" -msgstr "[Неподдерживаемое]" +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" +msgstr "" -#: ../../mod/admin.php:1057 -msgid "Log settings updated." -msgstr "Настройки журнала обновлены." +#: ../../mod/poke.php:165 +msgid "Make this post private" +msgstr "Сделать это сообщение личным" -#: ../../mod/admin.php:1113 -msgid "Clear" -msgstr "Очистить" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "" -#: ../../mod/admin.php:1119 -msgid "Debugging" -msgstr "Отладка" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "" -#: ../../mod/admin.php:1120 -msgid "Log file" -msgstr "Лог-файл" +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Пожалуйста, войдите, чтобы продолжить." -#: ../../mod/admin.php:1120 +#: ../../mod/api.php:104 msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" msgstr "" -#: ../../mod/admin.php:1121 -msgid "Log level" -msgstr "Уровень лога" - -#: ../../mod/admin.php:1171 -msgid "Close" -msgstr "Закрыть" - -#: ../../mod/admin.php:1177 -msgid "FTP Host" -msgstr "FTP хост" +#: ../../mod/post.php:226 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "" -#: ../../mod/admin.php:1178 -msgid "FTP Path" -msgstr "Путь FTP" +#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Добро пожаловать %s. Удаленная аутентификация успешно завершена." -#: ../../mod/admin.php:1179 -msgid "FTP User" -msgstr "FTP пользователь" +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Элемент недоступен." -#: ../../mod/admin.php:1180 -msgid "FTP Password" -msgstr "FTP пароль" +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "" -#: ../../mod/profile.php:22 ../../boot.php:1074 -msgid "Requested profile is not available." -msgstr "Запрашиваемый профиль недоступен." +#: ../../mod/block.php:27 ../../mod/page.php:35 +msgid "Invalid item." +msgstr "Недействительный элемент." -#: ../../mod/profile.php:152 ../../mod/display.php:77 -msgid "Access to this profile has been restricted." -msgstr "Доступ к этому профилю ограничен." +#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47 +#: ../../mod/home.php:52 ../../mod/wall_upload.php:28 +msgid "Channel not found." +msgstr "Канал не найден." -#: ../../mod/profile.php:177 -msgid "Tips for New Members" -msgstr "Советы для новых участников" +#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:100 +#: ../../mod/help.php:72 ../../index.php:236 +msgid "Page not found." +msgstr "Страница не найдена." -#: ../../mod/ping.php:238 -msgid "{0} wants to be your friend" -msgstr "{0} хочет стать Вашим другом" +#: ../../mod/profile_photo.php:108 +msgid "Image uploaded but image cropping failed." +msgstr "" -#: ../../mod/ping.php:243 -msgid "{0} sent you a message" -msgstr "{0} отправил Вам сообщение" +#: ../../mod/profile_photo.php:161 +msgid "Image resize failed." +msgstr "Изменение размера изображения не удалось." -#: ../../mod/ping.php:248 -msgid "{0} requested registration" -msgstr "{0} требуемая регистрация" +#: ../../mod/profile_photo.php:205 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "" -#: ../../mod/ping.php:254 +#: ../../mod/profile_photo.php:232 #, php-format -msgid "{0} commented %s's post" -msgstr "{0} прокомментировал сообщение от %s" +msgid "Image exceeds size limit of %d" +msgstr "" -#: ../../mod/ping.php:259 -#, php-format -msgid "{0} liked %s's post" -msgstr "{0} нравится сообщение от %s" +#: ../../mod/profile_photo.php:241 +msgid "Unable to process image." +msgstr "Невозможно обработать изображение." -#: ../../mod/ping.php:264 -#, php-format -msgid "{0} disliked %s's post" -msgstr "{0} не нравится сообщение от %s" +#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 +msgid "Photo not available." +msgstr "Фотография не доступна." -#: ../../mod/ping.php:269 -#, php-format -msgid "{0} is now friends with %s" -msgstr "{0} теперь друзья с %s" +#: ../../mod/profile_photo.php:358 +msgid "Upload File:" +msgstr "Загрузить файл:" -#: ../../mod/ping.php:274 -msgid "{0} posted" -msgstr "{0} опубликовано" +#: ../../mod/profile_photo.php:359 +msgid "Select a profile:" +msgstr "Выберите профиль:" -#: ../../mod/ping.php:279 -#, php-format -msgid "{0} tagged %s's post with #%s" -msgstr "{0} пометил сообщение %s с #%s" +#: ../../mod/profile_photo.php:360 +msgid "Upload Profile Photo" +msgstr "Загрузить фотографию профиля" -#: ../../mod/ping.php:285 -msgid "{0} mentioned you in a post" -msgstr "{0} упоменул Вас в сообщение" +#: ../../mod/profile_photo.php:361 +msgid "Upload" +msgstr "Загрузка" -#: ../../mod/nogroup.php:58 -msgid "Contacts who are not members of a group" -msgstr "" +#: ../../mod/profile_photo.php:365 +msgid "skip this step" +msgstr "пропустить этот шаг" -#: ../../mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." +#: ../../mod/profile_photo.php:365 +msgid "select a photo from your photo albums" msgstr "" -#: ../../mod/openid.php:53 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Аккаунт не найден и OpenID регистрация не допускается на этом сайте." - -#: ../../mod/openid.php:93 ../../include/auth.php:98 -#: ../../include/auth.php:161 -msgid "Login failed." -msgstr "Войти не удалось." +#: ../../mod/profile_photo.php:379 +msgid "Crop Image" +msgstr "Обрезать изображение" -#: ../../mod/follow.php:27 -msgid "Contact added" +#: ../../mod/profile_photo.php:380 +msgid "Please adjust the image cropping for optimum viewing." msgstr "" -#: ../../mod/common.php:42 -msgid "Common Friends" -msgstr "Общие друзья" +#: ../../mod/profile_photo.php:382 +msgid "Done Editing" +msgstr "Закончить редактирование" + +#: ../../mod/profile_photo.php:425 +msgid "Image uploaded successfully." +msgstr "Загрузка изображениея прошла успешно." + +#: ../../mod/profile_photo.php:427 +msgid "Image upload failed." +msgstr "Загрузка изображениея прошла безуспешно." -#: ../../mod/common.php:78 -msgid "No contacts in common." +#: ../../mod/profile_photo.php:436 +#, php-format +msgid "Image size reduction [%s] failed." msgstr "" -#: ../../mod/share.php:28 -msgid "link" +#: ../../mod/blocks.php:66 +msgid "Block Name" msgstr "" -#: ../../mod/display.php:138 -msgid "Item has been removed." -msgstr "Пункт был удален." +#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 +#: ../../mod/profiles.php:168 ../../mod/profiles.php:472 +msgid "Profile not found." +msgstr "Профиль не найден." -#: ../../mod/apps.php:4 -msgid "Applications" -msgstr "Приложения" +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "Профиль удален." -#: ../../mod/apps.php:7 -msgid "No installed applications." -msgstr "Нет установленных приложений." +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "Профиль-" -#: ../../mod/search.php:85 ../../include/text.php:678 -#: ../../include/text.php:679 ../../include/nav.php:91 -msgid "Search" -msgstr "Поиск" +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "Новый профиль создан." -#: ../../mod/profiles.php:21 ../../mod/profiles.php:423 -#: ../../mod/profiles.php:537 ../../mod/dfrn_confirm.php:62 -msgid "Profile not found." -msgstr "Профиль не найден." +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "Профиль недоступен для клонирования." -#: ../../mod/profiles.php:31 +#: ../../mod/profiles.php:178 msgid "Profile Name is required." -msgstr "Необходимо имя профиля." +msgstr "Имя профиля требуется." -#: ../../mod/profiles.php:160 +#: ../../mod/profiles.php:294 msgid "Marital Status" -msgstr "" +msgstr "Семейное положение" -#: ../../mod/profiles.php:164 +#: ../../mod/profiles.php:298 msgid "Romantic Partner" -msgstr "" +msgstr "Романтический партнер" -#: ../../mod/profiles.php:168 +#: ../../mod/profiles.php:302 msgid "Likes" -msgstr "" +msgstr "нравится" -#: ../../mod/profiles.php:172 +#: ../../mod/profiles.php:306 msgid "Dislikes" -msgstr "" +msgstr "не-нравится" -#: ../../mod/profiles.php:176 +#: ../../mod/profiles.php:310 msgid "Work/Employment" -msgstr "" +msgstr "Работа / Занятость" -#: ../../mod/profiles.php:179 +#: ../../mod/profiles.php:313 msgid "Religion" -msgstr "" +msgstr "Религия" -#: ../../mod/profiles.php:183 +#: ../../mod/profiles.php:317 msgid "Political Views" -msgstr "" +msgstr "Политические взгляды" -#: ../../mod/profiles.php:187 +#: ../../mod/profiles.php:321 msgid "Gender" -msgstr "" +msgstr "Пол" -#: ../../mod/profiles.php:191 +#: ../../mod/profiles.php:325 msgid "Sexual Preference" -msgstr "" +msgstr "Сексуальная ориентация" -#: ../../mod/profiles.php:195 +#: ../../mod/profiles.php:329 msgid "Homepage" -msgstr "" +msgstr "Домашняя страница" -#: ../../mod/profiles.php:199 +#: ../../mod/profiles.php:333 msgid "Interests" -msgstr "" +msgstr "Интересы" -#: ../../mod/profiles.php:203 +#: ../../mod/profiles.php:337 ../../mod/admin.php:892 msgid "Address" -msgstr "" +msgstr "Адрес" -#: ../../mod/profiles.php:210 ../../addon/dav/common/wdcal_edit.inc.php:183 +#: ../../mod/profiles.php:344 ../../mod/pubsites.php:25 msgid "Location" -msgstr "" +msgstr "Место" -#: ../../mod/profiles.php:293 +#: ../../mod/profiles.php:427 msgid "Profile updated." msgstr "Профиль обновлен." -#: ../../mod/profiles.php:360 -msgid " and " -msgstr "" - -#: ../../mod/profiles.php:368 -msgid "public profile" -msgstr "" - -#: ../../mod/profiles.php:371 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: ../../mod/profiles.php:372 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr "" - -#: ../../mod/profiles.php:375 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "" - -#: ../../mod/profiles.php:442 -msgid "Profile deleted." -msgstr "Профиль удален." - -#: ../../mod/profiles.php:460 ../../mod/profiles.php:494 -msgid "Profile-" -msgstr "Профиль-" - -#: ../../mod/profiles.php:479 ../../mod/profiles.php:521 -msgid "New profile created." -msgstr "Новый профиль создан." - -#: ../../mod/profiles.php:500 -msgid "Profile unavailable to clone." -msgstr "Профиль недоступен для клонирования." - -#: ../../mod/profiles.php:562 +#: ../../mod/profiles.php:491 msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Скрывать ваш список контактов / друзей от посетителей этого профиля?" +msgstr "Скрывать от просмотра ваш список контактов/друзей в этом профиле?" -#: ../../mod/profiles.php:582 +#: ../../mod/profiles.php:514 msgid "Edit Profile Details" -msgstr "Редактировать детали профиля" +msgstr "Редактирование профиля" -#: ../../mod/profiles.php:584 +#: ../../mod/profiles.php:516 msgid "View this profile" -msgstr "Просмотреть этот профиль" +msgstr "Посмотреть этот профиль" -#: ../../mod/profiles.php:585 +#: ../../mod/profiles.php:517 +msgid "Change Profile Photo" +msgstr "Изменить фотографию профиля" + +#: ../../mod/profiles.php:518 msgid "Create a new profile using these settings" -msgstr "Создать новый профиль, используя эти настройки" +msgstr "Создайте новый профиль со следующими настройками" -#: ../../mod/profiles.php:586 +#: ../../mod/profiles.php:519 msgid "Clone this profile" msgstr "Клонировать этот профиль" -#: ../../mod/profiles.php:587 +#: ../../mod/profiles.php:520 msgid "Delete this profile" msgstr "Удалить этот профиль" -#: ../../mod/profiles.php:588 +#: ../../mod/profiles.php:521 msgid "Profile Name:" msgstr "Имя профиля:" -#: ../../mod/profiles.php:589 +#: ../../mod/profiles.php:522 msgid "Your Full Name:" msgstr "Ваше полное имя:" -#: ../../mod/profiles.php:590 +#: ../../mod/profiles.php:523 msgid "Title/Description:" -msgstr "Заголовок / Описание:" +msgstr "Название / Описание:" -#: ../../mod/profiles.php:591 +#: ../../mod/profiles.php:524 msgid "Your Gender:" msgstr "Ваш пол:" -#: ../../mod/profiles.php:592 +#: ../../mod/profiles.php:525 #, php-format msgid "Birthday (%s):" -msgstr "День рождения (%s):" +msgstr "Ваш День Рождения (%s):" -#: ../../mod/profiles.php:593 +#: ../../mod/profiles.php:526 msgid "Street Address:" -msgstr "Адрес:" +msgstr "Улица:" -#: ../../mod/profiles.php:594 +#: ../../mod/profiles.php:527 msgid "Locality/City:" -msgstr "Город / Населенный пункт:" +msgstr "Населенный пункт / город:" -#: ../../mod/profiles.php:595 +#: ../../mod/profiles.php:528 msgid "Postal/Zip Code:" msgstr "Почтовый индекс:" -#: ../../mod/profiles.php:596 +#: ../../mod/profiles.php:529 msgid "Country:" msgstr "Страна:" -#: ../../mod/profiles.php:597 +#: ../../mod/profiles.php:530 msgid "Region/State:" -msgstr "Район / Область:" +msgstr "Регион / Область:" -#: ../../mod/profiles.php:598 +#: ../../mod/profiles.php:531 msgid "<span class=\"heart\">♥</span> Marital Status:" -msgstr "<span class=\"heart\">♥</span> Семейное положение:" +msgstr "" -#: ../../mod/profiles.php:599 +#: ../../mod/profiles.php:532 msgid "Who: (if applicable)" -msgstr "Кто: (если требуется)" +msgstr "Кто: (если это применимо)" -#: ../../mod/profiles.php:600 +#: ../../mod/profiles.php:533 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Примеры: cathy123, Кэти Уильямс, cathy@example.com" - -#: ../../mod/profiles.php:601 -msgid "Since [date]:" msgstr "" -#: ../../mod/profiles.php:602 ../../include/profile_advanced.php:46 -msgid "Sexual Preference:" -msgstr "Сексуальные предпочтения:" +#: ../../mod/profiles.php:534 +msgid "Since [date]:" +msgstr "С тех пор [date]:" -#: ../../mod/profiles.php:603 +#: ../../mod/profiles.php:536 msgid "Homepage URL:" -msgstr "Адрес домашней странички:" +msgstr "URL-адрес домашней страницы:" -#: ../../mod/profiles.php:604 ../../include/profile_advanced.php:50 -msgid "Hometown:" -msgstr "" - -#: ../../mod/profiles.php:605 ../../include/profile_advanced.php:54 -msgid "Political Views:" -msgstr "Политические взгляды:" - -#: ../../mod/profiles.php:606 +#: ../../mod/profiles.php:539 msgid "Religious Views:" msgstr "Религиозные взгляды:" -#: ../../mod/profiles.php:607 -msgid "Public Keywords:" -msgstr "Общественные ключевые слова:" - -#: ../../mod/profiles.php:608 -msgid "Private Keywords:" -msgstr "Личные ключевые слова:" - -#: ../../mod/profiles.php:609 ../../include/profile_advanced.php:62 -msgid "Likes:" -msgstr "" - -#: ../../mod/profiles.php:610 ../../include/profile_advanced.php:64 -msgid "Dislikes:" -msgstr "" +#: ../../mod/profiles.php:540 +msgid "Keywords:" +msgstr "Ключевые слова:" -#: ../../mod/profiles.php:611 +#: ../../mod/profiles.php:543 msgid "Example: fishing photography software" -msgstr "Пример: рыбалка фотографии программное обеспечение" +msgstr "Пример: fishing photography software" -#: ../../mod/profiles.php:612 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Используется для предложения потенциальным друзьям, могут увидеть другие)" - -#: ../../mod/profiles.php:613 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Используется для поиска профилей, никогда не показывается другим)" +#: ../../mod/profiles.php:544 +msgid "Used in directory listings" +msgstr "" -#: ../../mod/profiles.php:614 +#: ../../mod/profiles.php:545 msgid "Tell us about yourself..." msgstr "Расскажите нам о себе ..." -#: ../../mod/profiles.php:615 +#: ../../mod/profiles.php:546 msgid "Hobbies/Interests" -msgstr "Хобби / Интересы" +msgstr "Хобби / интересы" -#: ../../mod/profiles.php:616 +#: ../../mod/profiles.php:547 msgid "Contact information and Social Networks" -msgstr "Контактная информация и социальные сети" +msgstr "Информация и социальные сети контакта" -#: ../../mod/profiles.php:617 +#: ../../mod/profiles.php:548 +msgid "My other channels" +msgstr "Мои другие контакты" + +#: ../../mod/profiles.php:549 msgid "Musical interests" msgstr "Музыкальные интересы" -#: ../../mod/profiles.php:618 +#: ../../mod/profiles.php:550 msgid "Books, literature" msgstr "Книги, литература" -#: ../../mod/profiles.php:619 +#: ../../mod/profiles.php:551 msgid "Television" msgstr "Телевидение" -#: ../../mod/profiles.php:620 +#: ../../mod/profiles.php:552 msgid "Film/dance/culture/entertainment" msgstr "Кино / танцы / культура / развлечения" -#: ../../mod/profiles.php:621 +#: ../../mod/profiles.php:553 msgid "Love/romance" -msgstr "Любовь / романтика" +msgstr "Любовь / Романс" -#: ../../mod/profiles.php:622 +#: ../../mod/profiles.php:554 msgid "Work/employment" -msgstr "Работа / занятость" +msgstr "Работа / Занятость" -#: ../../mod/profiles.php:623 +#: ../../mod/profiles.php:555 msgid "School/education" msgstr "Школа / образование" -#: ../../mod/profiles.php:628 +#: ../../mod/profiles.php:560 msgid "" "This is your <strong>public</strong> profile.<br />It <strong>may</strong> " "be visible to anybody using the internet." -msgstr "Это ваш <strong>публичный</strong> профиль. <br /> Он <strong>может</strong> быть виден каждому, используя Интернет." +msgstr "" -#: ../../mod/profiles.php:638 ../../mod/directory.php:111 +#: ../../mod/profiles.php:570 ../../mod/directory.php:143 +#: ../../mod/dirprofile.php:92 msgid "Age: " -msgstr "Возраст: " +msgstr "Возраст:" -#: ../../mod/profiles.php:677 +#: ../../mod/profiles.php:609 msgid "Edit/Manage Profiles" -msgstr "Редактировать профиль" +msgstr "Редактирование / Управление профилей" -#: ../../mod/profiles.php:678 ../../boot.php:1192 -msgid "Change profile photo" -msgstr "Изменить фото профиля" +#: ../../mod/profiles.php:610 +msgid "Add profile things" +msgstr "" -#: ../../mod/profiles.php:679 ../../boot.php:1193 -msgid "Create New Profile" -msgstr "Создать новый профиль" +#: ../../mod/profiles.php:611 +msgid "Include desirable objects in your profile" +msgstr "" -#: ../../mod/profiles.php:690 ../../boot.php:1203 -msgid "Profile Image" -msgstr "Фото профиля" +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" +msgstr "" -#: ../../mod/profiles.php:692 ../../boot.php:1206 -msgid "visible to everybody" -msgstr "видимый всем" +#: ../../mod/bookmarks.php:58 +msgid "My Bookmarks" +msgstr "Мои закладки" -#: ../../mod/profiles.php:693 ../../boot.php:1207 -msgid "Edit visibility" -msgstr "Редактировать видимость" +#: ../../mod/bookmarks.php:69 +msgid "My Connections Bookmarks" +msgstr "Закладки моих контактов" -#: ../../mod/filer.php:29 ../../include/conversation.php:837 -#: ../../include/conversation.php:854 -msgid "Save to Folder:" -msgstr "Сохранить в папку:" - -#: ../../mod/filer.php:29 -msgid "- select -" +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." msgstr "" -#: ../../mod/tagger.php:95 ../../include/conversation.php:265 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s tagged %2$s's %3$s в %4$s" +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Редактор видимости профиля" -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "" +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Нажмите на канал, чтобы добавить или удалить." -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Делегировать управление страницей" +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Видно" -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." +#: ../../mod/profperm.php:139 ../../mod/connections.php:279 +msgid "All Connections" +msgstr "Все контакты" + +#: ../../mod/pubsites.php:16 +msgid "Public Sites" msgstr "" -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Существующие менеджеры страницы" +#: ../../mod/pubsites.php:19 +msgid "" +"The listed sites allow public registration into the Red Matrix. All sites in" +" the matrix are interlinked so membership on any of them conveys membership " +"in the matrix as a whole. Some sites may require subscription or provide " +"tiered service plans. The provider links <strong>may</strong> provide " +"additional details." +msgstr "" -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Существующие уполномоченные страницы" +#: ../../mod/pubsites.php:25 +msgid "Site URL" +msgstr "URL веб-сайта" -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" +#: ../../mod/pubsites.php:25 +msgid "Access Type" msgstr "" -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Добавить" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Нет записей." +#: ../../mod/pubsites.php:25 +msgid "Registration Policy" +msgstr "Правила регистрации" -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "" +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "Вы должны авторизоваться, чтобы увидеть эту страницу." -#: ../../mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" +#: ../../mod/channel.php:86 +msgid "Insufficient permissions. Request redirected to profile page." msgstr "" -#: ../../mod/babel.php:31 -msgid "Source input: " +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" msgstr "" -#: ../../mod/babel.php:35 -msgid "bb2html: " +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" msgstr "" -#: ../../mod/babel.php:39 -msgid "bb2html2bb: " +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" msgstr "" -#: ../../mod/babel.php:43 -msgid "bb2md: " -msgstr "" +#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 +msgid "Description" +msgstr "Описание" -#: ../../mod/babel.php:47 -msgid "bb2md2html: " +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" msgstr "" -#: ../../mod/babel.php:51 -msgid "bb2dia2bb: " +#: ../../mod/chat.php:167 +msgid "Room not found" msgstr "" -#: ../../mod/babel.php:55 -msgid "bb2md2html2bb: " +#: ../../mod/chat.php:178 +msgid "Leave Room" msgstr "" -#: ../../mod/babel.php:65 -msgid "Source input (Diaspora format): " +#: ../../mod/chat.php:179 +msgid "Delete This Room" msgstr "" -#: ../../mod/babel.php:70 -msgid "diaspora2bb: " +#: ../../mod/chat.php:180 +msgid "I am away right now" msgstr "" -#: ../../mod/suggest.php:38 ../../view/theme/diabook/theme.php:626 -#: ../../include/contact_widgets.php:34 -msgid "Friend Suggestions" -msgstr "Предложения друзей" +#: ../../mod/chat.php:181 +msgid "I am online" +msgstr "Я в сети" -#: ../../mod/suggest.php:44 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." +#: ../../mod/chat.php:183 +msgid "Bookmark this room" msgstr "" -#: ../../mod/suggest.php:61 -msgid "Ignore/Hide" -msgstr "Проигнорировать/Скрыть" - -#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:624 -msgid "Global Directory" -msgstr "Глобальный каталог" +#: ../../mod/chat.php:207 ../../mod/chat.php:229 +msgid "New Chatroom" +msgstr "Новый чат" -#: ../../mod/directory.php:57 -msgid "Find on this site" -msgstr "Найти на этом сайте" +#: ../../mod/chat.php:208 +msgid "Chatroom Name" +msgstr "Название чата" -#: ../../mod/directory.php:60 -msgid "Site Directory" -msgstr "Каталог сайта" - -#: ../../mod/directory.php:114 -msgid "Gender: " -msgstr "Пол: " - -#: ../../mod/directory.php:136 ../../include/profile_advanced.php:17 -#: ../../boot.php:1228 -msgid "Gender:" -msgstr "Пол:" - -#: ../../mod/directory.php:138 ../../include/profile_advanced.php:37 -#: ../../boot.php:1231 -msgid "Status:" -msgstr "Статус:" - -#: ../../mod/directory.php:140 ../../include/profile_advanced.php:48 -#: ../../boot.php:1233 -msgid "Homepage:" -msgstr "Домашняя страничка:" - -#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58 -msgid "About:" -msgstr "О себе:" - -#: ../../mod/directory.php:180 -msgid "No entries (some entries may be hidden)." -msgstr "Нет записей (некоторые записи могут быть скрыты)." - -#: ../../mod/invite.php:35 +#: ../../mod/chat.php:225 #, php-format -msgid "%s : Not a valid email address." -msgstr "%s: Неверный адрес электронной почты." +msgid "%1$s's Chatrooms" +msgstr "Чаты пользователя %1$s" -#: ../../mod/invite.php:59 -msgid "Please join us on Friendica" +#: ../../mod/register.php:43 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." msgstr "" -#: ../../mod/invite.php:69 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s: Доставка сообщения не удалась." - -#: ../../mod/invite.php:73 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d сообщение отправлено." -msgstr[1] "%d сообщений отправлено." -msgstr[2] "%d сообщений отправлено." - -#: ../../mod/invite.php:92 -msgid "You have no more invitations available" -msgstr "У вас нет больше приглашений" - -#: ../../mod/invite.php:100 -#, php-format +#: ../../mod/register.php:49 msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." +"Please indicate acceptance of the Terms of Service. Registration failed." msgstr "" -#: ../../mod/invite.php:102 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "" +#: ../../mod/register.php:77 +msgid "Passwords do not match." +msgstr "Пароли не совпадают." -#: ../../mod/invite.php:103 -#, php-format +#: ../../mod/register.php:105 msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." +"Registration successful. Please check your email for validation " +"instructions." msgstr "" -#: ../../mod/invite.php:106 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." +#: ../../mod/register.php:111 +msgid "Your registration is pending approval by the site owner." msgstr "" -#: ../../mod/invite.php:111 -msgid "Send invitations" -msgstr "Отправить приглашения" - -#: ../../mod/invite.php:112 -msgid "Enter email addresses, one per line:" -msgstr "Введите адреса электронной почты, по одному в строке:" +#: ../../mod/register.php:114 +msgid "Your registration can not be processed." +msgstr "Ваша регистрация не может быть обработана." -#: ../../mod/invite.php:114 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." +#: ../../mod/register.php:147 +msgid "Registration on this site/hub is by approval only." msgstr "" -#: ../../mod/invite.php:116 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Вам нужно будет предоставить этот код приглашения: $invite_code" - -#: ../../mod/invite.php:116 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:" - -#: ../../mod/invite.php:118 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" +#: ../../mod/register.php:148 +msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" msgstr "" -#: ../../mod/dfrn_confirm.php:119 +#: ../../mod/register.php:156 msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." msgstr "" -#: ../../mod/dfrn_confirm.php:237 -msgid "Response from remote site was not understood." -msgstr "Ответ от удаленного сайта не был понят." +#: ../../mod/register.php:167 +msgid "Terms of Service" +msgstr "" -#: ../../mod/dfrn_confirm.php:246 -msgid "Unexpected response from remote site: " -msgstr "Неожиданный ответ от удаленного сайта: " +#: ../../mod/register.php:173 +#, php-format +msgid "I accept the %s for this website" +msgstr "" -#: ../../mod/dfrn_confirm.php:254 -msgid "Confirmation completed successfully." -msgstr "Подтверждение успешно завершено." +#: ../../mod/register.php:175 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "" -#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 -#: ../../mod/dfrn_confirm.php:277 -msgid "Remote site reported: " -msgstr "Удаленный сайт сообщил: " +#: ../../mod/register.php:189 ../../mod/admin.php:443 +msgid "Registration" +msgstr "Регистрация" -#: ../../mod/dfrn_confirm.php:268 -msgid "Temporary failure. Please wait and try again." -msgstr "Временные неудачи. Подождите и попробуйте еще раз." +#: ../../mod/register.php:194 +msgid "Membership on this site is by invitation only." +msgstr "" -#: ../../mod/dfrn_confirm.php:275 -msgid "Introduction failed or was revoked." -msgstr "Запрос ошибочен или был отозван." +#: ../../mod/register.php:195 +msgid "Please enter your invitation code" +msgstr "Пожалуйста, введите Ваш код приглашения" -#: ../../mod/dfrn_confirm.php:420 -msgid "Unable to set contact photo." -msgstr "Не удается установить фото контакта." +#: ../../mod/register.php:198 +msgid "Your email address" +msgstr "Ваш адрес электронной почты" -#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:608 -#: ../../include/conversation.php:171 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s и %2$s теперь друзья" +#: ../../mod/register.php:199 +msgid "Choose a password" +msgstr "Выберите пароль" -#: ../../mod/dfrn_confirm.php:562 -#, php-format -msgid "No user record found for '%s' " -msgstr "Не найдено записи пользователя для '%s' " +#: ../../mod/register.php:200 +msgid "Please re-enter your password" +msgstr "Пожалуйста, введите пароль еще раз" -#: ../../mod/dfrn_confirm.php:572 -msgid "Our site encryption key is apparently messed up." -msgstr "Наш ключ шифрования сайта, по-видимому, перепутался." +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "" -#: ../../mod/dfrn_confirm.php:583 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "Был предоставлен пустой URL сайта или URL не может быть расшифрован нами." +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "" -#: ../../mod/dfrn_confirm.php:604 -msgid "Contact record was not found for you on our site." -msgstr "Запись контакта не найдена для вас на нашем сайте." +#: ../../mod/regmod.php:12 +msgid "Please login." +msgstr "Войдите пожалуйста." -#: ../../mod/dfrn_confirm.php:618 -#, php-format -msgid "Site public key not available in contact record for URL %s." +#: ../../mod/cloud.php:112 +msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" msgstr "" -#: ../../mod/dfrn_confirm.php:638 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "ID, предложенный вашей системой, является дубликатом в нашей системе. Он должен работать, если вы повторите попытку." +#: ../../mod/removeme.php:49 +msgid "Remove This Channel" +msgstr "Удалить этот канал" -#: ../../mod/dfrn_confirm.php:649 -msgid "Unable to set your contact credentials on our system." -msgstr "Не удалось установить ваши учетные данные контакта в нашей системе." +#: ../../mod/removeme.php:50 +msgid "" +"This will completely remove this channel from the network. Once this has " +"been done it is not recoverable." +msgstr "" -#: ../../mod/dfrn_confirm.php:716 -msgid "Unable to update your contact profile details on our system" -msgstr "Не удается обновить ваши контактные детали профиля в нашей системе" +#: ../../mod/removeme.php:51 +msgid "Please enter your password for verification:" +msgstr "Пожалуйста, введите пароль для проверки:" -#: ../../mod/dfrn_confirm.php:750 -#, php-format -msgid "Connection accepted at %s" -msgstr "Подключение принято в %s" +#: ../../mod/removeme.php:52 +msgid "Remove this channel and all its clones from the network" +msgstr "Удалить этот канал и все его клоны из сети" -#: ../../mod/dfrn_confirm.php:799 -#, php-format -msgid "%1$s has joined %2$s" +#: ../../mod/removeme.php:52 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" msgstr "" -#: ../../addon/fromgplus/fromgplus.php:29 -msgid "Google+ Import Settings" +#: ../../mod/removeme.php:53 +msgid "Remove Channel" msgstr "" -#: ../../addon/fromgplus/fromgplus.php:32 -msgid "Enable Google+ Import" -msgstr "" +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Не канал." -#: ../../addon/fromgplus/fromgplus.php:35 -msgid "Google Account ID" +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Общие контакты" + +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Общих контактов нет." + +#: ../../mod/rmagic.php:38 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." msgstr "" -#: ../../addon/fromgplus/fromgplus.php:55 -msgid "Google+ Import Settings saved." +#: ../../mod/rmagic.php:38 +msgid "The error message was:" msgstr "" -#: ../../addon/facebook/facebook.php:523 -msgid "Facebook disabled" -msgstr "Facebook отключен" +#: ../../mod/rmagic.php:42 +msgid "Authentication failed." +msgstr "" -#: ../../addon/facebook/facebook.php:528 -msgid "Updating contacts" -msgstr "Обновление контактов" +#: ../../mod/rmagic.php:78 +msgid "Remote Authentication" +msgstr "Удаленная аутентификация" -#: ../../addon/facebook/facebook.php:551 ../../addon/fbpost/fbpost.php:192 -msgid "Facebook API key is missing." -msgstr "Отсутствует ключ Facebook API." +#: ../../mod/rmagic.php:79 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Введите адрес вашего канала (например: channel@example.com)" -#: ../../addon/facebook/facebook.php:558 -msgid "Facebook Connect" -msgstr "Facebook подключение" +#: ../../mod/rmagic.php:80 +msgid "Authenticate" +msgstr "Проверка подлинности" -#: ../../addon/facebook/facebook.php:564 -msgid "Install Facebook connector for this account." -msgstr "Установить Facebook Connector для этого аккаунта." +#: ../../mod/connect.php:55 ../../mod/connect.php:103 +msgid "Continue" +msgstr "Продолжить" -#: ../../addon/facebook/facebook.php:571 -msgid "Remove Facebook connector" -msgstr "Удалить Facebook Connector" +#: ../../mod/connect.php:84 +msgid "Premium Channel Setup" +msgstr "Установка премиум канала" -#: ../../addon/facebook/facebook.php:576 ../../addon/fbpost/fbpost.php:217 -msgid "" -"Re-authenticate [This is necessary whenever your Facebook password is " -"changed.]" +#: ../../mod/connect.php:86 +msgid "Enable premium channel connection restrictions" msgstr "" -#: ../../addon/facebook/facebook.php:583 ../../addon/fbpost/fbpost.php:224 -msgid "Post to Facebook by default" -msgstr "Отправлять на Facebook по умолчанию" - -#: ../../addon/facebook/facebook.php:589 +#: ../../mod/connect.php:87 msgid "" -"Facebook friend linking has been disabled on this site. The following " -"settings will have no effect." +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." msgstr "" -#: ../../addon/facebook/facebook.php:593 +#: ../../mod/connect.php:89 ../../mod/connect.php:109 msgid "" -"Facebook friend linking has been disabled on this site. If you disable it, " -"you will be unable to re-enable it." -msgstr "" - -#: ../../addon/facebook/facebook.php:596 -msgid "Link all your Facebook friends and conversations on this website" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" msgstr "" -#: ../../addon/facebook/facebook.php:598 +#: ../../mod/connect.php:90 msgid "" -"Facebook conversations consist of your <em>profile wall</em> and your friend" -" <em>stream</em>." -msgstr "" - -#: ../../addon/facebook/facebook.php:599 -msgid "On this website, your Facebook friend stream is only visible to you." +"Potential connections will then see the following text before proceeding:" msgstr "" -#: ../../addon/facebook/facebook.php:600 +#: ../../mod/connect.php:91 ../../mod/connect.php:112 msgid "" -"The following settings determine the privacy of your Facebook profile wall " -"on this website." +"By continuing, I certify that I have complied with any instructions provided" +" on this page." msgstr "" -#: ../../addon/facebook/facebook.php:604 -msgid "" -"On this website your Facebook profile wall conversations will only be " -"visible to you" +#: ../../mod/connect.php:100 +msgid "(No specific instructions have been provided by the channel owner.)" msgstr "" -#: ../../addon/facebook/facebook.php:609 -msgid "Do not import your Facebook profile wall conversations" -msgstr "Не импортировать Facebook разговоров с Вашей страницы" - -#: ../../addon/facebook/facebook.php:611 -msgid "" -"If you choose to link conversations and leave both of these boxes unchecked," -" your Facebook profile wall will be merged with your profile wall on this " -"website and your privacy settings on this website will be used to determine " -"who may see the conversations." +#: ../../mod/connect.php:108 +msgid "Restricted or Premium Channel" msgstr "" -#: ../../addon/facebook/facebook.php:616 -msgid "Comma separated applications to ignore" -msgstr "Игнорировать приложения (список через запятую)" +#: ../../mod/network.php:79 +msgid "No such group" +msgstr "Нет такой группы" -#: ../../addon/facebook/facebook.php:700 -msgid "Problems with Facebook Real-Time Updates" -msgstr "" +#: ../../mod/network.php:118 +msgid "Search Results For:" +msgstr "Результаты поиска для:" -#: ../../addon/facebook/facebook.php:729 -msgid "Facebook Connector Settings" -msgstr "Настройки подключения Facebook" +#: ../../mod/network.php:172 +msgid "Collection is empty" +msgstr "Коллекция пуста" -#: ../../addon/facebook/facebook.php:744 ../../addon/fbpost/fbpost.php:255 -msgid "Facebook API Key" -msgstr "Facebook API Key" +#: ../../mod/network.php:180 +msgid "Collection: " +msgstr "Коллекции: " -#: ../../addon/facebook/facebook.php:754 ../../addon/fbpost/fbpost.php:262 -msgid "" -"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>" -msgstr "" +#: ../../mod/network.php:193 +msgid "Connection: " +msgstr "Контакты: " -#: ../../addon/facebook/facebook.php:759 -msgid "" -"Error: the given API Key seems to be incorrect (the application access token" -" could not be retrieved)." +#: ../../mod/network.php:196 +msgid "Invalid connection." msgstr "" -#: ../../addon/facebook/facebook.php:761 -msgid "The given API Key seems to work correctly." +#: ../../mod/connections.php:37 ../../mod/connedit.php:64 +msgid "Could not access contact record." msgstr "" -#: ../../addon/facebook/facebook.php:763 -msgid "" -"The correctness of the API Key could not be detected. Something strange's " -"going on." +#: ../../mod/connections.php:51 ../../mod/connedit.php:78 +msgid "Could not locate selected profile." msgstr "" -#: ../../addon/facebook/facebook.php:766 ../../addon/fbpost/fbpost.php:264 -msgid "App-ID / API-Key" -msgstr "App-ID / API-Key" - -#: ../../addon/facebook/facebook.php:767 ../../addon/fbpost/fbpost.php:265 -msgid "Application secret" -msgstr "Секрет приложения" +#: ../../mod/connections.php:94 ../../mod/connedit.php:131 +msgid "Connection updated." +msgstr "Связи обновленны." -#: ../../addon/facebook/facebook.php:768 -#, php-format -msgid "Polling Interval in minutes (minimum %1$s minutes)" -msgstr "" - -#: ../../addon/facebook/facebook.php:769 -msgid "" -"Synchronize comments (no comments on Facebook are missed, at the cost of " -"increased system load)" +#: ../../mod/connections.php:96 ../../mod/connedit.php:133 +msgid "Failed to update connection record." msgstr "" -#: ../../addon/facebook/facebook.php:773 -msgid "Real-Time Updates" -msgstr "" +#: ../../mod/connections.php:191 ../../mod/connections.php:292 +msgid "Blocked" +msgstr "Заблокированные" -#: ../../addon/facebook/facebook.php:777 -msgid "Real-Time Updates are activated." -msgstr "" +#: ../../mod/connections.php:196 ../../mod/connections.php:299 +msgid "Ignored" +msgstr "Игнорируемые" -#: ../../addon/facebook/facebook.php:778 -msgid "Deactivate Real-Time Updates" -msgstr "Отключить Real-Time обновления" +#: ../../mod/connections.php:201 ../../mod/connections.php:313 +msgid "Hidden" +msgstr "Скрытые" -#: ../../addon/facebook/facebook.php:780 -msgid "Real-Time Updates not activated." -msgstr "" +#: ../../mod/connections.php:206 ../../mod/connections.php:306 +msgid "Archived" +msgstr "Зархивированные" -#: ../../addon/facebook/facebook.php:780 -msgid "Activate Real-Time Updates" -msgstr "Активировать Real-Time обновления" +#: ../../mod/connections.php:230 ../../mod/connections.php:245 +msgid "All" +msgstr "Все" -#: ../../addon/facebook/facebook.php:799 ../../addon/fbpost/fbpost.php:282 -#: ../../addon/dav/friendica/layout.fnk.php:361 -msgid "The new values have been saved." +#: ../../mod/connections.php:240 ../../mod/connections.php:320 +msgid "Unconnected" msgstr "" -#: ../../addon/facebook/facebook.php:823 ../../addon/fbpost/fbpost.php:301 -msgid "Post to Facebook" -msgstr "Отправить на Facebook" +#: ../../mod/connections.php:270 +msgid "Suggest new connections" +msgstr "Предлагать новые контакты" -#: ../../addon/facebook/facebook.php:921 ../../addon/fbpost/fbpost.php:399 -msgid "" -"Post to Facebook cancelled because of multi-network access permission " -"conflict." -msgstr "Отправка на Facebook отменена из-за конфликта разрешений доступа разных сетей." +#: ../../mod/connections.php:273 +msgid "New Connections" +msgstr "Новые контакты" -#: ../../addon/facebook/facebook.php:1149 ../../addon/fbpost/fbpost.php:610 -msgid "View on Friendica" -msgstr "" +#: ../../mod/connections.php:276 +msgid "Show pending (new) connections" +msgstr "Просмотр (новых) ждущих контактов" -#: ../../addon/facebook/facebook.php:1182 ../../addon/fbpost/fbpost.php:643 -msgid "Facebook post failed. Queued for retry." -msgstr "Ошибка отправки сообщения на Facebook. В очереди на еще одну попытку." +#: ../../mod/connections.php:282 +msgid "Show all connections" +msgstr "Просмотр всех контактов" -#: ../../addon/facebook/facebook.php:1222 ../../addon/fbpost/fbpost.php:683 -msgid "Your Facebook connection became invalid. Please Re-authenticate." -msgstr "" +#: ../../mod/connections.php:285 +msgid "Unblocked" +msgstr "Разрешенные" -#: ../../addon/facebook/facebook.php:1223 ../../addon/fbpost/fbpost.php:684 -msgid "Facebook connection became invalid" -msgstr "Facebook подключение не удалось" +#: ../../mod/connections.php:288 +msgid "Only show unblocked connections" +msgstr "Показать только разрешенные контакты" -#: ../../addon/facebook/facebook.php:1224 ../../addon/fbpost/fbpost.php:685 -#, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"The connection between your accounts on %2$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3$sre-authenticate the Facebook-connector%4$s." -msgstr "" +#: ../../mod/connections.php:295 +msgid "Only show blocked connections" +msgstr "Показать только заблокированные контакты" -#: ../../addon/snautofollow/snautofollow.php:32 -msgid "StatusNet AutoFollow settings updated." -msgstr "" +#: ../../mod/connections.php:302 +msgid "Only show ignored connections" +msgstr "Показать только проигнорированные контакты" -#: ../../addon/snautofollow/snautofollow.php:56 -msgid "StatusNet AutoFollow Settings" -msgstr "" +#: ../../mod/connections.php:309 +msgid "Only show archived connections" +msgstr "Показать только архивированные контакты" -#: ../../addon/snautofollow/snautofollow.php:58 -msgid "Automatically follow any StatusNet followers/mentioners" -msgstr "" +#: ../../mod/connections.php:316 +msgid "Only show hidden connections" +msgstr "Показать только скрытые контакты" -#: ../../addon/bg/bg.php:51 -msgid "Bg settings updated." +#: ../../mod/connections.php:323 +msgid "Only show one-way connections" msgstr "" -#: ../../addon/bg/bg.php:82 -msgid "Bg Settings" -msgstr "" +#: ../../mod/connections.php:368 +#, php-format +msgid "%1$s [%2$s]" +msgstr "%1$s [%2$s]" -#: ../../addon/bg/bg.php:84 ../../addon/numfriends/numfriends.php:79 -msgid "How many contacts to display on profile sidebar" -msgstr "" +#: ../../mod/connections.php:369 +msgid "Edit contact" +msgstr "Редактировать контакт" -#: ../../addon/privacy_image_cache/privacy_image_cache.php:260 -msgid "Lifetime of the cache (in hours)" -msgstr "" +#: ../../mod/connections.php:390 +msgid "Search your connections" +msgstr "Поиск ваших связей" -#: ../../addon/privacy_image_cache/privacy_image_cache.php:265 -msgid "Cache Statistics" -msgstr "" +#: ../../mod/connections.php:391 +msgid "Finding: " +msgstr "Поиск:" -#: ../../addon/privacy_image_cache/privacy_image_cache.php:268 -msgid "Number of items" -msgstr "" +#: ../../mod/rpost.php:97 ../../mod/editpost.php:42 +msgid "Edit post" +msgstr "Редактировать сообщение" -#: ../../addon/privacy_image_cache/privacy_image_cache.php:270 -msgid "Size of the cache" +#: ../../mod/connedit.php:243 +msgid "Could not access address book record." msgstr "" -#: ../../addon/privacy_image_cache/privacy_image_cache.php:272 -msgid "Delete the whole cache" +#: ../../mod/connedit.php:257 +msgid "Refresh failed - channel is currently unavailable." msgstr "" -#: ../../addon/fbpost/fbpost.php:172 -msgid "Facebook Post disabled" -msgstr "" +#: ../../mod/connedit.php:264 +msgid "Channel has been unblocked" +msgstr "Канал разблокирован" -#: ../../addon/fbpost/fbpost.php:199 -msgid "Facebook Post" -msgstr "" +#: ../../mod/connedit.php:265 +msgid "Channel has been blocked" +msgstr "Канал заблокирован" -#: ../../addon/fbpost/fbpost.php:205 -msgid "Install Facebook Post connector for this account." +#: ../../mod/connedit.php:269 ../../mod/connedit.php:281 +#: ../../mod/connedit.php:293 ../../mod/connedit.php:305 +#: ../../mod/connedit.php:320 +msgid "Unable to set address book parameters." msgstr "" -#: ../../addon/fbpost/fbpost.php:212 -msgid "Remove Facebook Post connector" -msgstr "" +#: ../../mod/connedit.php:276 +msgid "Channel has been unignored" +msgstr "Канал не проигнорирован" -#: ../../addon/fbpost/fbpost.php:240 -msgid "Facebook Post Settings" -msgstr "" +#: ../../mod/connedit.php:277 +msgid "Channel has been ignored" +msgstr "Канал проигнорирован" -#: ../../addon/widgets/widget_like.php:58 -#, php-format -msgid "%d person likes this" -msgid_plural "%d people like this" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +#: ../../mod/connedit.php:288 +msgid "Channel has been unarchived" +msgstr "Канал разархивирован" -#: ../../addon/widgets/widget_like.php:61 -#, php-format -msgid "%d person doesn't like this" -msgid_plural "%d people don't like this" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +#: ../../mod/connedit.php:289 +msgid "Channel has been archived" +msgstr "Канал заархивирован" -#: ../../addon/widgets/widget_friendheader.php:40 -msgid "Get added to this list!" -msgstr "" +#: ../../mod/connedit.php:300 +msgid "Channel has been unhidden" +msgstr "Канал открыт" -#: ../../addon/widgets/widgets.php:56 -msgid "Generate new key" -msgstr "Сгенерировать новый ключ" +#: ../../mod/connedit.php:301 +msgid "Channel has been hidden" +msgstr "Канал скрыт" -#: ../../addon/widgets/widgets.php:59 -msgid "Widgets key" -msgstr "Ключ виджетов" +#: ../../mod/connedit.php:315 +msgid "Channel has been approved" +msgstr "Канал одобрен" -#: ../../addon/widgets/widgets.php:61 -msgid "Widgets available" -msgstr "Виджеты доступны" +#: ../../mod/connedit.php:316 +msgid "Channel has been unapproved" +msgstr "Канал не одобрен" -#: ../../addon/widgets/widget_friends.php:40 -msgid "Connect on Friendica!" -msgstr "Подключены к Friendica!" +#: ../../mod/connedit.php:334 +msgid "Connection has been removed." +msgstr "Соединение было удалено." -#: ../../addon/morepokes/morepokes.php:19 -msgid "bitchslap" -msgstr "" +#: ../../mod/connedit.php:354 +#, php-format +msgid "View %s's profile" +msgstr "Просмотр %s's профиля" -#: ../../addon/morepokes/morepokes.php:19 -msgid "bitchslapped" -msgstr "" +#: ../../mod/connedit.php:358 +msgid "Refresh Permissions" +msgstr "Обновить разрешения" -#: ../../addon/morepokes/morepokes.php:20 -msgid "shag" +#: ../../mod/connedit.php:361 +msgid "Fetch updated permissions" msgstr "" -#: ../../addon/morepokes/morepokes.php:20 -msgid "shagged" +#: ../../mod/connedit.php:365 +msgid "Recent Activity" msgstr "" -#: ../../addon/morepokes/morepokes.php:21 -msgid "do something obscenely biological to" +#: ../../mod/connedit.php:368 +msgid "View recent posts and comments" msgstr "" -#: ../../addon/morepokes/morepokes.php:21 -msgid "did something obscenely biological to" -msgstr "" +#: ../../mod/connedit.php:372 ../../mod/connedit.php:515 +#: ../../mod/admin.php:760 +msgid "Unblock" +msgstr "Разрешить" -#: ../../addon/morepokes/morepokes.php:22 -msgid "point out the poke feature to" -msgstr "" +#: ../../mod/connedit.php:372 ../../mod/connedit.php:515 +#: ../../mod/admin.php:759 +msgid "Block" +msgstr "Заблокировать" -#: ../../addon/morepokes/morepokes.php:22 -msgid "pointed out the poke feature to" -msgstr "" +#: ../../mod/connedit.php:375 +msgid "Block or Unblock this connection" +msgstr "Запретить или разрешить этот канал" -#: ../../addon/morepokes/morepokes.php:23 -msgid "declare undying love for" -msgstr "" +#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 +msgid "Unignore" +msgstr "Не игнорировать" -#: ../../addon/morepokes/morepokes.php:23 -msgid "declared undying love for" -msgstr "" +#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 +#: ../../mod/notifications.php:51 +msgid "Ignore" +msgstr "Игнорировать" -#: ../../addon/morepokes/morepokes.php:24 -msgid "patent" -msgstr "" +#: ../../mod/connedit.php:382 +msgid "Ignore or Unignore this connection" +msgstr "Игнорировать или не игнорировать этот канал" -#: ../../addon/morepokes/morepokes.php:24 -msgid "patented" -msgstr "" +#: ../../mod/connedit.php:385 +msgid "Unarchive" +msgstr "Разархивировать" -#: ../../addon/morepokes/morepokes.php:25 -msgid "stroke beard" -msgstr "" +#: ../../mod/connedit.php:385 +msgid "Archive" +msgstr "Заархивировать" -#: ../../addon/morepokes/morepokes.php:25 -msgid "stroked their beard at" -msgstr "" +#: ../../mod/connedit.php:388 +msgid "Archive or Unarchive this connection" +msgstr " Заархивировать или разархивировать этот канал" -#: ../../addon/morepokes/morepokes.php:26 -msgid "" -"bemoan the declining standards of modern secondary and tertiary education to" -msgstr "" +#: ../../mod/connedit.php:391 +msgid "Unhide" +msgstr "Показать" -#: ../../addon/morepokes/morepokes.php:26 -msgid "" -"bemoans the declining standards of modern secondary and tertiary education " -"to" -msgstr "" +#: ../../mod/connedit.php:391 +msgid "Hide" +msgstr "Скрыть" -#: ../../addon/morepokes/morepokes.php:27 -msgid "hug" -msgstr "" +#: ../../mod/connedit.php:394 +msgid "Hide or Unhide this connection" +msgstr "Скрыть или показывать этот канал" -#: ../../addon/morepokes/morepokes.php:27 -msgid "hugged" -msgstr "" +#: ../../mod/connedit.php:401 +msgid "Delete this connection" +msgstr "Удалить этот контакт" -#: ../../addon/morepokes/morepokes.php:28 -msgid "kiss" -msgstr "" +#: ../../mod/connedit.php:444 ../../mod/connedit.php:473 +msgid "Approve this connection" +msgstr "Утвердить этот контакт" -#: ../../addon/morepokes/morepokes.php:28 -msgid "kissed" +#: ../../mod/connedit.php:444 +msgid "Accept connection to allow communication" msgstr "" -#: ../../addon/morepokes/morepokes.php:29 -msgid "raise eyebrows at" -msgstr "" +#: ../../mod/connedit.php:460 +msgid "Automatic Permissions Settings" +msgstr "Настройки автоматических разрешений" -#: ../../addon/morepokes/morepokes.php:29 -msgid "raised their eyebrows at" +#: ../../mod/connedit.php:460 +#, php-format +msgid "Connections: settings for %s" msgstr "" -#: ../../addon/morepokes/morepokes.php:30 -msgid "insult" +#: ../../mod/connedit.php:464 +msgid "" +"When receiving a channel introduction, any permissions provided here will be" +" applied to the new connection automatically and the introduction approved. " +"Leave this page if you do not wish to use this feature." msgstr "" -#: ../../addon/morepokes/morepokes.php:30 -msgid "insulted" +#: ../../mod/connedit.php:466 +msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../addon/morepokes/morepokes.php:31 -msgid "praise" -msgstr "" +#: ../../mod/connedit.php:472 +msgid "inherited" +msgstr "унаследованный" -#: ../../addon/morepokes/morepokes.php:31 -msgid "praised" +#: ../../mod/connedit.php:474 +msgid "Connection has no individual permissions!" msgstr "" -#: ../../addon/morepokes/morepokes.php:32 -msgid "be dubious of" +#: ../../mod/connedit.php:475 +msgid "" +"This may be appropriate based on your <a href=\"settings\">privacy " +"settings</a>, though you may wish to review the \"Advanced Permissions\"." msgstr "" -#: ../../addon/morepokes/morepokes.php:32 -msgid "was dubious of" -msgstr "" +#: ../../mod/connedit.php:477 +msgid "Profile Visibility" +msgstr "Видимость профиля" -#: ../../addon/morepokes/morepokes.php:33 -msgid "eat" +#: ../../mod/connedit.php:478 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." msgstr "" -#: ../../addon/morepokes/morepokes.php:33 -msgid "ate" -msgstr "" +#: ../../mod/connedit.php:479 +msgid "Contact Information / Notes" +msgstr "Информация / Примечания о канале" -#: ../../addon/morepokes/morepokes.php:34 -msgid "giggle and fawn at" -msgstr "" +#: ../../mod/connedit.php:480 +msgid "Edit contact notes" +msgstr "Редактировать примечания канала" -#: ../../addon/morepokes/morepokes.php:34 -msgid "giggled and fawned at" -msgstr "" +#: ../../mod/connedit.php:482 +msgid "Their Settings" +msgstr "Их настройки" -#: ../../addon/morepokes/morepokes.php:35 -msgid "doubt" -msgstr "" +#: ../../mod/connedit.php:483 +msgid "My Settings" +msgstr "Мои настройки" -#: ../../addon/morepokes/morepokes.php:35 -msgid "doubted" +#: ../../mod/connedit.php:485 +msgid "Clear/Disable Automatic Permissions" msgstr "" -#: ../../addon/morepokes/morepokes.php:36 -msgid "glare" -msgstr "" +#: ../../mod/connedit.php:486 +msgid "Forum Members" +msgstr "Участники форума" -#: ../../addon/morepokes/morepokes.php:36 -msgid "glared at" -msgstr "" +#: ../../mod/connedit.php:487 +msgid "Soapbox" +msgstr "Soapbox" -#: ../../addon/yourls/yourls.php:55 -msgid "YourLS Settings" +#: ../../mod/connedit.php:488 +msgid "Full Sharing (typical social network permissions)" msgstr "" -#: ../../addon/yourls/yourls.php:57 -msgid "URL: http://" -msgstr "URL: http://" +#: ../../mod/connedit.php:489 +msgid "Cautious Sharing " +msgstr "" -#: ../../addon/yourls/yourls.php:62 -msgid "Username:" -msgstr "Имя:" +#: ../../mod/connedit.php:490 +msgid "Follow Only" +msgstr "Только следовать" -#: ../../addon/yourls/yourls.php:67 -msgid "Password:" -msgstr "Пароль:" +#: ../../mod/connedit.php:491 +msgid "Individual Permissions" +msgstr "Индивидуальные разрешения" -#: ../../addon/yourls/yourls.php:72 -msgid "Use SSL " -msgstr "Использовать SSL" +#: ../../mod/connedit.php:492 +msgid "" +"Some permissions may be inherited from your channel <a " +"href=\"settings\">privacy settings</a>, which have higher priority than " +"individual settings. Changing those inherited settings on this page will " +"have no effect." +msgstr "" -#: ../../addon/yourls/yourls.php:92 -msgid "yourls Settings saved." -msgstr "Настройки сохранены." +#: ../../mod/connedit.php:493 +msgid "Advanced Permissions" +msgstr "Дополнительные разрешения" -#: ../../addon/ljpost/ljpost.php:39 -msgid "Post to LiveJournal" +#: ../../mod/connedit.php:494 +msgid "Simple Permissions (select one and submit)" msgstr "" -#: ../../addon/ljpost/ljpost.php:70 -msgid "LiveJournal Post Settings" -msgstr "" +#: ../../mod/connedit.php:498 +#, php-format +msgid "Visit %s's profile - %s" +msgstr "Посетить %s's профиль - %s" -#: ../../addon/ljpost/ljpost.php:72 -msgid "Enable LiveJournal Post Plugin" -msgstr "Включить LiveJournal плагин сообщений" +#: ../../mod/connedit.php:499 +msgid "Block/Unblock contact" +msgstr "Запретить/разрешить контакт" -#: ../../addon/ljpost/ljpost.php:77 -msgid "LiveJournal username" -msgstr "" +#: ../../mod/connedit.php:500 +msgid "Ignore contact" +msgstr "Игнорировать контакт" -#: ../../addon/ljpost/ljpost.php:82 -msgid "LiveJournal password" -msgstr "" +#: ../../mod/connedit.php:501 +msgid "Repair URL settings" +msgstr "Ремонт настройки URL" -#: ../../addon/ljpost/ljpost.php:87 -msgid "Post to LiveJournal by default" -msgstr "" +#: ../../mod/connedit.php:502 +msgid "View conversations" +msgstr "Просмотр разговоров" -#: ../../addon/nsfw/nsfw.php:78 -msgid "Not Safe For Work (General Purpose Content Filter) settings" -msgstr "" +#: ../../mod/connedit.php:504 +msgid "Delete contact" +msgstr "Удалить контакт" -#: ../../addon/nsfw/nsfw.php:80 -msgid "" -"This plugin looks in posts for the words/text you specify below, and " -"collapses any content containing those keywords so it is not displayed at " -"inappropriate times, such as sexual innuendo that may be improper in a work " -"setting. It is polite and recommended to tag any content containing nudity " -"with #NSFW. This filter can also match any other word/text you specify, and" -" can thereby be used as a general purpose content filter." -msgstr "" +#: ../../mod/connedit.php:507 +msgid "Last update:" +msgstr "Последнее обновление:" -#: ../../addon/nsfw/nsfw.php:81 -msgid "Enable Content filter" -msgstr "Включить фильтр содержимого" +#: ../../mod/connedit.php:509 +msgid "Update public posts" +msgstr "Обновить публичные сообщения" -#: ../../addon/nsfw/nsfw.php:84 -msgid "Comma separated list of keywords to hide" -msgstr "ключевые слова, которые скрыть (список через запятую)" +#: ../../mod/connedit.php:511 +msgid "Update now" +msgstr "Обновить сейчас" -#: ../../addon/nsfw/nsfw.php:89 -msgid "Use /expression/ to provide regular expressions" -msgstr "" +#: ../../mod/connedit.php:517 +msgid "Currently blocked" +msgstr "В настоящее время заблокирован" -#: ../../addon/nsfw/nsfw.php:105 -msgid "NSFW Settings saved." -msgstr "NSFW Настройки сохранены." +#: ../../mod/connedit.php:518 +msgid "Currently ignored" +msgstr "В настоящее время игнорируются" -#: ../../addon/nsfw/nsfw.php:157 -#, php-format -msgid "%s - Click to open/close" -msgstr "%s - Нажмите для открытия / закрытия" +#: ../../mod/connedit.php:519 +msgid "Currently archived" +msgstr "В настоящее время зархивированны" -#: ../../addon/page/page.php:61 ../../addon/page/page.php:91 -#: ../../addon/forumlist/forumlist.php:55 -msgid "Forums" -msgstr "Форумы" +#: ../../mod/connedit.php:520 +msgid "Currently pending" +msgstr "В настоящее время в ожидании" -#: ../../addon/page/page.php:129 ../../addon/forumlist/forumlist.php:89 -msgid "Forums:" -msgstr "" +#: ../../mod/connedit.php:521 +msgid "Hide this contact from others" +msgstr "Скрыть этот канал от других" -#: ../../addon/page/page.php:165 -msgid "Page settings updated." +#: ../../mod/connedit.php:521 +msgid "" +"Replies/likes to your public posts <strong>may</strong> still be visible" msgstr "" -#: ../../addon/page/page.php:194 -msgid "Page Settings" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." msgstr "" -#: ../../addon/page/page.php:196 -msgid "How many forums to display on sidebar without paging" +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" msgstr "" -#: ../../addon/page/page.php:199 -msgid "Randomise Page/Forum list" +#: ../../mod/delegate.php:123 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." msgstr "" -#: ../../addon/page/page.php:202 -msgid "Show pages/forums on profile page" +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" msgstr "" -#: ../../addon/planets/planets.php:150 -msgid "Planets Settings" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" msgstr "" -#: ../../addon/planets/planets.php:152 -msgid "Enable Planets Plugin" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" msgstr "" -#: ../../addon/communityhome/communityhome.php:28 -#: ../../addon/communityhome/communityhome.php:34 -#: ../../addon/communityhome/twillingham/communityhome.php:28 -#: ../../addon/communityhome/twillingham/communityhome.php:34 -#: ../../include/nav.php:64 ../../boot.php:912 -msgid "Login" -msgstr "Вход" +#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 ../../mod/photos.php:906 +msgid "Remove" +msgstr "Удалить" -#: ../../addon/communityhome/communityhome.php:29 -#: ../../addon/communityhome/twillingham/communityhome.php:29 -msgid "OpenID" -msgstr "OpenID" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Добавить" -#: ../../addon/communityhome/communityhome.php:38 -#: ../../addon/communityhome/twillingham/communityhome.php:38 -msgid "Latest users" -msgstr "" +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Нет записей." -#: ../../addon/communityhome/communityhome.php:81 -#: ../../addon/communityhome/twillingham/communityhome.php:81 -msgid "Most active users" -msgstr "Самые активные пользователи" +#: ../../mod/search.php:13 ../../mod/directory.php:15 +#: ../../mod/dirprofile.php:9 ../../mod/display.php:9 +#: ../../mod/viewconnections.php:17 ../../mod/photos.php:443 +msgid "Public access denied." +msgstr "Общественный доступ запрещен." -#: ../../addon/communityhome/communityhome.php:98 -msgid "Latest photos" -msgstr "" +#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95 +msgid "Gender: " +msgstr "Пол:" -#: ../../addon/communityhome/communityhome.php:133 -msgid "Latest likes" -msgstr "" +#: ../../mod/directory.php:207 +msgid "Finding:" +msgstr "Поиск:" -#: ../../addon/communityhome/communityhome.php:155 -#: ../../view/theme/diabook/theme.php:562 ../../include/text.php:1437 -#: ../../include/conversation.php:117 ../../include/conversation.php:245 -msgid "event" -msgstr "мероприятие" +#: ../../mod/directory.php:215 +msgid "next page" +msgstr "следующая страница" -#: ../../addon/dav/common/wdcal_backend.inc.php:92 -#: ../../addon/dav/common/wdcal_backend.inc.php:166 -#: ../../addon/dav/common/wdcal_backend.inc.php:178 -#: ../../addon/dav/common/wdcal_backend.inc.php:206 -#: ../../addon/dav/common/wdcal_backend.inc.php:214 -#: ../../addon/dav/common/wdcal_backend.inc.php:229 -msgid "No access" -msgstr "" +#: ../../mod/directory.php:215 +msgid "previous page" +msgstr "предыдущая страница" -#: ../../addon/dav/common/wdcal_edit.inc.php:30 -#: ../../addon/dav/common/wdcal_edit.inc.php:738 -msgid "Could not open component for editing" +#: ../../mod/directory.php:222 +msgid "No entries (some entries may be hidden)." msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:140 -#: ../../addon/dav/friendica/layout.fnk.php:143 -#: ../../addon/dav/friendica/layout.fnk.php:422 -msgid "Go back to the calendar" +#: ../../mod/dirprofile.php:108 +msgid "Status: " msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:144 -msgid "Event data" -msgstr "" +#: ../../mod/dirprofile.php:109 +msgid "Sexual Preference: " +msgstr "Сексуальная ориентация:" -#: ../../addon/dav/common/wdcal_edit.inc.php:146 -#: ../../addon/dav/friendica/main.php:239 -msgid "Calendar" -msgstr "" +#: ../../mod/dirprofile.php:111 +msgid "Homepage: " +msgstr "Домашняя страница:" -#: ../../addon/dav/common/wdcal_edit.inc.php:163 -msgid "Special color" -msgstr "" +#: ../../mod/dirprofile.php:112 +msgid "Hometown: " +msgstr "Город проживания:" -#: ../../addon/dav/common/wdcal_edit.inc.php:169 -msgid "Subject" -msgstr "" +#: ../../mod/dirprofile.php:114 +msgid "About: " +msgstr "О себе:" -#: ../../addon/dav/common/wdcal_edit.inc.php:173 -msgid "Starts" -msgstr "" +#: ../../mod/dirprofile.php:162 +msgid "Keywords: " +msgstr "Ключевые слова:" -#: ../../addon/dav/common/wdcal_edit.inc.php:178 -msgid "Ends" -msgstr "" +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "Этот сайт не является сервером каталога" -#: ../../addon/dav/common/wdcal_edit.inc.php:185 -msgid "Description" -msgstr "" +#: ../../mod/setup.php:162 +msgid "Red Matrix Server - Setup" +msgstr "Red Matrix Сервер - Установка" -#: ../../addon/dav/common/wdcal_edit.inc.php:188 -msgid "Recurrence" -msgstr "" +#: ../../mod/setup.php:168 +msgid "Could not connect to database." +msgstr "Не удалось подключиться к серверу баз данных." -#: ../../addon/dav/common/wdcal_edit.inc.php:190 -msgid "Frequency" +#: ../../mod/setup.php:172 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:194 -#: ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "Ежедневно" - -#: ../../addon/dav/common/wdcal_edit.inc.php:197 -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Еженедельно" +#: ../../mod/setup.php:179 +msgid "Could not create table." +msgstr "Не удалось создать таблицу." -#: ../../addon/dav/common/wdcal_edit.inc.php:200 -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Ежемесячно" +#: ../../mod/setup.php:185 +msgid "Your site database has been installed." +msgstr "Ваша база данных установлена." -#: ../../addon/dav/common/wdcal_edit.inc.php:203 -msgid "Yearly" +#: ../../mod/setup.php:190 +msgid "" +"You may need to import the file \"install/database.sql\" manually using " +"phpmyadmin or mysql." msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:214 -#: ../../include/datetime.php:288 -msgid "days" -msgstr "дней" +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:655 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Пожалуйста, обратитесь к файлу \"install/INSTALL.txt\"." -#: ../../addon/dav/common/wdcal_edit.inc.php:215 -#: ../../include/datetime.php:287 -msgid "weeks" -msgstr "недель" +#: ../../mod/setup.php:257 +msgid "System check" +msgstr "Проверка системы" -#: ../../addon/dav/common/wdcal_edit.inc.php:216 -#: ../../include/datetime.php:286 -msgid "months" -msgstr "мес." +#: ../../mod/setup.php:261 ../../mod/events.php:380 +msgid "Next" +msgstr "Следующая" -#: ../../addon/dav/common/wdcal_edit.inc.php:217 -#: ../../include/datetime.php:285 -msgid "years" -msgstr "лет" +#: ../../mod/setup.php:262 +msgid "Check again" +msgstr "Проверить снова" + +#: ../../mod/setup.php:284 +msgid "Database connection" +msgstr "Подключение к базе данных" -#: ../../addon/dav/common/wdcal_edit.inc.php:218 -msgid "Interval" +#: ../../mod/setup.php:285 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:218 -msgid "All %select% %time%" +#: ../../mod/setup.php:286 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:222 -#: ../../addon/dav/common/wdcal_edit.inc.php:260 -#: ../../addon/dav/common/wdcal_edit.inc.php:481 -msgid "Days" +#: ../../mod/setup.php:287 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:231 -#: ../../addon/dav/common/wdcal_edit.inc.php:254 -#: ../../addon/dav/common/wdcal_edit.inc.php:270 -#: ../../addon/dav/common/wdcal_edit.inc.php:293 -#: ../../addon/dav/common/wdcal_edit.inc.php:305 ../../include/text.php:917 -msgid "Sunday" -msgstr "Воскресенье" +#: ../../mod/setup.php:291 +msgid "Database Server Name" +msgstr "Имя сервера базы данных" -#: ../../addon/dav/common/wdcal_edit.inc.php:235 -#: ../../addon/dav/common/wdcal_edit.inc.php:274 -#: ../../addon/dav/common/wdcal_edit.inc.php:308 ../../include/text.php:917 -msgid "Monday" -msgstr "Понедельник" +#: ../../mod/setup.php:291 +msgid "Default is localhost" +msgstr "По умолчанию localhost" -#: ../../addon/dav/common/wdcal_edit.inc.php:238 -#: ../../addon/dav/common/wdcal_edit.inc.php:277 ../../include/text.php:917 -msgid "Tuesday" -msgstr "Вторник" +#: ../../mod/setup.php:292 +msgid "Database Port" +msgstr "Порт базы данных" -#: ../../addon/dav/common/wdcal_edit.inc.php:241 -#: ../../addon/dav/common/wdcal_edit.inc.php:280 ../../include/text.php:917 -msgid "Wednesday" -msgstr "Среда" +#: ../../mod/setup.php:292 +msgid "Communication port number - use 0 for default" +msgstr "Порт коммуникации - используйте 0 по умолчанию" -#: ../../addon/dav/common/wdcal_edit.inc.php:244 -#: ../../addon/dav/common/wdcal_edit.inc.php:283 ../../include/text.php:917 -msgid "Thursday" -msgstr "Четверг" +#: ../../mod/setup.php:293 +msgid "Database Login Name" +msgstr "Имя для подключения к базе данных" -#: ../../addon/dav/common/wdcal_edit.inc.php:247 -#: ../../addon/dav/common/wdcal_edit.inc.php:286 ../../include/text.php:917 -msgid "Friday" -msgstr "Пятница" +#: ../../mod/setup.php:294 +msgid "Database Login Password" +msgstr "Пароль для подключения к базе данных" -#: ../../addon/dav/common/wdcal_edit.inc.php:250 -#: ../../addon/dav/common/wdcal_edit.inc.php:289 ../../include/text.php:917 -msgid "Saturday" -msgstr "Суббота" +#: ../../mod/setup.php:295 +msgid "Database Name" +msgstr "Имя базы данных" -#: ../../addon/dav/common/wdcal_edit.inc.php:297 -msgid "First day of week:" -msgstr "" +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "Site administrator email address" +msgstr "Адрес электронной почты администратора сайта" -#: ../../addon/dav/common/wdcal_edit.inc.php:350 -#: ../../addon/dav/common/wdcal_edit.inc.php:373 -msgid "Day of month" +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:354 -msgid "#num#th of each month" -msgstr "" +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Website URL" +msgstr "URL веб-сайта" -#: ../../addon/dav/common/wdcal_edit.inc.php:357 -msgid "#num#th-last of each month" -msgstr "" +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Please use SSL (https) URL if available." +msgstr "Пожалуйста, используйте SSL (https) URL если возможно." -#: ../../addon/dav/common/wdcal_edit.inc.php:360 -msgid "#num#th #wkday# of each month" -msgstr "" +#: ../../mod/setup.php:301 ../../mod/setup.php:344 +msgid "Please select a default timezone for your website" +msgstr "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта" -#: ../../addon/dav/common/wdcal_edit.inc.php:363 -msgid "#num#th-last #wkday# of each month" -msgstr "" +#: ../../mod/setup.php:328 +msgid "Site settings" +msgstr "Настройки сайта" -#: ../../addon/dav/common/wdcal_edit.inc.php:372 -#: ../../addon/dav/friendica/layout.fnk.php:255 -msgid "Month" +#: ../../mod/setup.php:387 +msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:377 -msgid "#num#th of the given month" +#: ../../mod/setup.php:388 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:380 -msgid "#num#th-last of the given month" -msgstr "" +#: ../../mod/setup.php:392 +msgid "PHP executable path" +msgstr "PHP executable путь" -#: ../../addon/dav/common/wdcal_edit.inc.php:383 -msgid "#num#th #wkday# of the given month" +#: ../../mod/setup.php:392 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:386 -msgid "#num#th-last #wkday# of the given month" -msgstr "" +#: ../../mod/setup.php:397 +msgid "Command line PHP" +msgstr "Command line PHP" -#: ../../addon/dav/common/wdcal_edit.inc.php:413 -msgid "Repeat until" +#: ../../mod/setup.php:406 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:417 -msgid "Infinite" -msgstr "" +#: ../../mod/setup.php:407 +msgid "This is required for message delivery to work." +msgstr "Это требуется для доставки сообщений." -#: ../../addon/dav/common/wdcal_edit.inc.php:420 -msgid "Until the following date" -msgstr "" +#: ../../mod/setup.php:409 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" -#: ../../addon/dav/common/wdcal_edit.inc.php:423 -msgid "Number of times" +#: ../../mod/setup.php:430 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" msgstr "" -#: ../../addon/dav/common/wdcal_edit.inc.php:429 -msgid "Exceptions" -msgstr "" +#: ../../mod/setup.php:431 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Если работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"." -#: ../../addon/dav/common/wdcal_edit.inc.php:432 -msgid "none" -msgstr "" +#: ../../mod/setup.php:433 +msgid "Generate encryption keys" +msgstr "Генерация ключей шифрования" -#: ../../addon/dav/common/wdcal_edit.inc.php:449 -msgid "Notification" -msgstr "" +#: ../../mod/setup.php:440 +msgid "libCurl PHP module" +msgstr "libCurl PHP модуль" -#: ../../addon/dav/common/wdcal_edit.inc.php:466 -msgid "Notify by" -msgstr "" +#: ../../mod/setup.php:441 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP модуль" -#: ../../addon/dav/common/wdcal_edit.inc.php:469 -msgid "E-Mail" -msgstr "" +#: ../../mod/setup.php:442 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP модуль" -#: ../../addon/dav/common/wdcal_edit.inc.php:470 -msgid "On Friendica / Display" -msgstr "" +#: ../../mod/setup.php:443 +msgid "mysqli PHP module" +msgstr "mysqli PHP модуль" -#: ../../addon/dav/common/wdcal_edit.inc.php:474 -msgid "Time" -msgstr "" +#: ../../mod/setup.php:444 +msgid "mb_string PHP module" +msgstr "mb_string PHP модуль" -#: ../../addon/dav/common/wdcal_edit.inc.php:478 -msgid "Hours" -msgstr "" +#: ../../mod/setup.php:445 +msgid "mcrypt PHP module" +msgstr "mcrypt PHP модуль" -#: ../../addon/dav/common/wdcal_edit.inc.php:479 -msgid "Minutes" -msgstr "" +#: ../../mod/setup.php:450 ../../mod/setup.php:452 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite модуль" -#: ../../addon/dav/common/wdcal_edit.inc.php:480 -msgid "Seconds" -msgstr "" +#: ../../mod/setup.php:450 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Ошибка: Apache веб-сервер модуль mod-rewrite требуется, но не установлен." -#: ../../addon/dav/common/wdcal_edit.inc.php:482 -msgid "Weeks" -msgstr "" +#: ../../mod/setup.php:456 ../../mod/setup.php:459 +msgid "proc_open" +msgstr "proc_open" -#: ../../addon/dav/common/wdcal_edit.inc.php:485 -msgid "before the" -msgstr "" +#: ../../mod/setup.php:456 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Ошибка: proc_open требуется, но не установлен или отключен в php.ini" -#: ../../addon/dav/common/wdcal_edit.inc.php:486 -msgid "start of the event" -msgstr "" +#: ../../mod/setup.php:464 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Ошибка: Модуль libCURL PHP требуется, но не установлен." -#: ../../addon/dav/common/wdcal_edit.inc.php:487 -msgid "end of the event" -msgstr "" +#: ../../mod/setup.php:468 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Ошибка: GD graphics PHP модуль с поддержкой JPEG требуется, но не установлен." -#: ../../addon/dav/common/wdcal_edit.inc.php:492 -msgid "Add a notification" -msgstr "" +#: ../../mod/setup.php:472 +msgid "Error: openssl PHP module required but not installed." +msgstr "Ошибка: openssl PHP модуль требуется, но не установлен." -#: ../../addon/dav/common/wdcal_edit.inc.php:687 -msgid "The event #name# will start at #date" -msgstr "" +#: ../../mod/setup.php:476 +msgid "Error: mysqli PHP module required but not installed." +msgstr "Ошибка: mysqli PHP модуль требуется, но не установлен." -#: ../../addon/dav/common/wdcal_edit.inc.php:696 -msgid "#name# is about to begin." -msgstr "" +#: ../../mod/setup.php:480 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Ошибка: mb_string PHP модуль требуется, но не установлен." -#: ../../addon/dav/common/wdcal_edit.inc.php:769 -msgid "Saved" -msgstr "" +#: ../../mod/setup.php:484 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Ошибка: mcrypt PHP модуль требуется, но не установлен." -#: ../../addon/dav/common/wdcal_configuration.php:148 -msgid "U.S. Time Format (mm/dd/YYYY)" -msgstr "" +#: ../../mod/setup.php:500 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Веб-установщик должен быть в состоянии создать файл с именем \".htconfig.php\" в верхней папке вашего веб-сервера, но он не в состоянии сделать это." -#: ../../addon/dav/common/wdcal_configuration.php:243 -msgid "German Time Format (dd.mm.YYYY)" +#: ../../mod/setup.php:501 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." msgstr "" -#: ../../addon/dav/common/dav_caldav_backend_private.inc.php:39 -msgid "Private Events" +#: ../../mod/setup.php:502 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." msgstr "" -#: ../../addon/dav/common/dav_carddav_backend_private.inc.php:46 -msgid "Private Addressbooks" -msgstr "" +#: ../../mod/setup.php:503 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "Вы можете пропустить эту процедуру и выполнить установку вручную. Обратитесь к файлу \"install/INSTALL.txt\" для получения инструкций." -#: ../../addon/dav/friendica/dav_caldav_backend_virtual_friendica.inc.php:36 -msgid "Friendica-Native events" -msgstr "" +#: ../../mod/setup.php:506 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php доступен для записи" -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:36 -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:59 -msgid "Friendica-Contacts" +#: ../../mod/setup.php:516 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." msgstr "" -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:60 -msgid "Your Friendica-Contacts" +#: ../../mod/setup.php:517 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/tpl/smarty3/ under the Red top level " +"folder." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:99 -#: ../../addon/dav/friendica/layout.fnk.php:136 +#: ../../mod/setup.php:518 ../../mod/setup.php:536 msgid "" -"Something went wrong when trying to import the file. Sorry. Maybe some " -"events were imported anyway." +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:131 -msgid "Something went wrong when trying to import the file. Sorry." +#: ../../mod/setup.php:519 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:134 -msgid "The ICS-File has been imported." -msgstr "" +#: ../../mod/setup.php:522 +msgid "view/tpl/smarty3 is writable" +msgstr "view/tpl/smarty3 доступен для записи" -#: ../../addon/dav/friendica/layout.fnk.php:138 -msgid "No file was uploaded." +#: ../../mod/setup.php:535 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to" +" have write access to the store directory under the Red top level folder" msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:147 -msgid "Import a ICS-file" +#: ../../mod/setup.php:539 +msgid "store is writable" msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:150 -msgid "ICS-File" +#: ../../mod/setup.php:569 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:151 -msgid "Overwrite all #num# existing events" +#: ../../mod/setup.php:570 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:228 -msgid "New event" +#: ../../mod/setup.php:571 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:232 -msgid "Today" +#: ../../mod/setup.php:572 +msgid "" +"If your certificate is not recognised, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:241 -msgid "Day" +#: ../../mod/setup.php:573 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:248 -msgid "Week" +#: ../../mod/setup.php:574 +msgid "" +"Providers are available that issue free certificates which are browser-" +"valid." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:260 -msgid "Reload" -msgstr "" +#: ../../mod/setup.php:576 +msgid "SSL certificate validation" +msgstr "проверка сертификата SSL" -#: ../../addon/dav/friendica/layout.fnk.php:271 -msgid "Date" +#: ../../mod/setup.php:582 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:313 -msgid "Error" -msgstr "" +#: ../../mod/setup.php:584 +msgid "Url rewrite is working" +msgstr "Url rewrite работает" -#: ../../addon/dav/friendica/layout.fnk.php:380 -msgid "The calendar has been updated." +#: ../../mod/setup.php:594 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:393 -msgid "The new calendar has been created." +#: ../../mod/setup.php:618 +msgid "Errors encountered creating database tables." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:417 -msgid "The calendar has been deleted." -msgstr "" +#: ../../mod/setup.php:653 +msgid "<h1>What next</h1>" +msgstr "<h1>Что дальше</h1>" -#: ../../addon/dav/friendica/layout.fnk.php:424 -msgid "Calendar Settings" +#: ../../mod/setup.php:654 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:430 -msgid "Date format" -msgstr "" +#: ../../mod/editblock.php:8 ../../mod/editblock.php:27 +#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36 +#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32 +msgid "Item not found" +msgstr "Элемент не найден" -#: ../../addon/dav/friendica/layout.fnk.php:439 -msgid "Time zone" -msgstr "" +#: ../../mod/editblock.php:77 +msgid "Edit Block" +msgstr "Редактировать блок" -#: ../../addon/dav/friendica/layout.fnk.php:445 -msgid "Calendars" +#: ../../mod/editblock.php:87 +msgid "Delete block?" msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:487 -msgid "Create a new calendar" -msgstr "" +#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110 +#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147 +msgid "Insert YouTube video" +msgstr "Вставить YouTube видео" -#: ../../addon/dav/friendica/layout.fnk.php:496 -msgid "Limitations" -msgstr "" +#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111 +#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148 +msgid "Insert Vorbis [.ogg] video" +msgstr "Вставить Vorbis [.ogg] видео" -#: ../../addon/dav/friendica/layout.fnk.php:500 -#: ../../addon/libravatar/libravatar.php:82 -msgid "Warning" -msgstr "" +#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112 +#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Вставить Vorbis [.ogg] музыку" -#: ../../addon/dav/friendica/layout.fnk.php:504 -msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)" -msgstr "" +#: ../../mod/editblock.php:153 +msgid "Delete Block" +msgstr "Удалить блок" -#: ../../addon/dav/friendica/layout.fnk.php:511 -msgid "Synchronizing this calendar with the iPhone" +#: ../../mod/pdledit.php:13 +msgid "Layout updated." msgstr "" -#: ../../addon/dav/friendica/layout.fnk.php:522 -msgid "Synchronizing your Friendica-Contacts with the iPhone" +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" msgstr "" -#: ../../addon/dav/friendica/main.php:202 -msgid "" -"The current version of this plugin has not been set up correctly. Please " -"contact the system administrator of your installation of friendica to fix " -"this." +#: ../../mod/pdledit.php:48 +msgid "Layout not found." msgstr "" -#: ../../addon/dav/friendica/main.php:242 -msgid "Extended calendar with CalDAV-support" +#: ../../mod/pdledit.php:54 +msgid "Module Name:" msgstr "" -#: ../../addon/dav/friendica/main.php:279 -#: ../../addon/dav/friendica/main.php:280 ../../include/delivery.php:464 -#: ../../include/enotify.php:28 ../../include/notifier.php:710 -msgid "noreply" -msgstr "без ответа" - -#: ../../addon/dav/friendica/main.php:282 -msgid "Notification: " +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 +msgid "Layout Help" msgstr "" -#: ../../addon/dav/friendica/main.php:309 -msgid "The database tables have been installed." +#: ../../mod/editlayout.php:72 +msgid "Edit Layout" msgstr "" -#: ../../addon/dav/friendica/main.php:310 -msgid "An error occurred during the installation." +#: ../../mod/editlayout.php:82 +msgid "Delete layout?" msgstr "" -#: ../../addon/dav/friendica/main.php:316 -msgid "The database tables have been updated." +#: ../../mod/editlayout.php:146 +msgid "Delete Layout" msgstr "" -#: ../../addon/dav/friendica/main.php:317 -msgid "An error occurred during the update." -msgstr "" +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Элемент нельзя редактировать" -#: ../../addon/dav/friendica/main.php:333 -msgid "No system-wide settings yet." -msgstr "" +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Удалить элемент?" -#: ../../addon/dav/friendica/main.php:336 -msgid "Database status" +#: ../../mod/editwebpage.php:106 +msgid "Edit Webpage" msgstr "" -#: ../../addon/dav/friendica/main.php:339 -msgid "Installed" -msgstr "" +#: ../../mod/editwebpage.php:116 +msgid "Delete webpage?" +msgstr "Удалить веб-страницу?" -#: ../../addon/dav/friendica/main.php:343 -msgid "Upgrade needed" +#: ../../mod/editwebpage.php:186 +msgid "Delete Webpage" msgstr "" -#: ../../addon/dav/friendica/main.php:343 -msgid "" -"Please back up all calendar data (the tables beginning with dav_*) before " -"proceeding. While all calendar events <i>should</i> be converted to the new " -"database structure, it's always safe to have a backup. Below, you can have a" -" look at the database-queries that will be made when pressing the " -"'update'-button." -msgstr "" +#: ../../mod/siteinfo.php:57 +#, php-format +msgid "Version %s" +msgstr "Версия %s" -#: ../../addon/dav/friendica/main.php:343 -msgid "Upgrade" +#: ../../mod/siteinfo.php:76 +msgid "Installed plugins/addons/apps:" msgstr "" -#: ../../addon/dav/friendica/main.php:346 -msgid "Not installed" +#: ../../mod/siteinfo.php:89 +msgid "No installed plugins/addons/apps" msgstr "" -#: ../../addon/dav/friendica/main.php:346 -msgid "Install" +#: ../../mod/siteinfo.php:97 +msgid "Red" +msgstr "Red" + +#: ../../mod/siteinfo.php:98 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralised privacy enhanced websites." msgstr "" -#: ../../addon/dav/friendica/main.php:350 -msgid "Unknown" +#: ../../mod/siteinfo.php:101 +msgid "Running at web location" msgstr "" -#: ../../addon/dav/friendica/main.php:350 +#: ../../mod/siteinfo.php:102 msgid "" -"Something really went wrong. I cannot recover from this state automatically," -" sorry. Please go to the database backend, back up the data, and delete all " -"tables beginning with 'dav_' manually. Afterwards, this installation routine" -" should be able to reinitialize the tables automatically." +"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " +"about the Red Matrix." msgstr "" -#: ../../addon/dav/friendica/main.php:355 -msgid "Troubleshooting" +#: ../../mod/siteinfo.php:103 +msgid "Bug reports and issues: please visit" msgstr "" -#: ../../addon/dav/friendica/main.php:356 -msgid "Manual creation of the database tables:" +#: ../../mod/siteinfo.php:106 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" msgstr "" -#: ../../addon/dav/friendica/main.php:357 -msgid "Show SQL-statements" +#: ../../mod/siteinfo.php:108 +msgid "Site Administrators" msgstr "" -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:206 -msgid "Private Calendar" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." msgstr "" -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:207 -msgid "Friendica Events: Mine" -msgstr "" +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Источник создан" -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:208 -msgid "Friendica Events: Contacts" +#: ../../mod/sources.php:57 +msgid "Source updated." msgstr "" -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:248 -msgid "Private Addresses" +#: ../../mod/sources.php:82 +msgid "*" msgstr "" -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:249 -msgid "Friendica Contacts" +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." msgstr "" -#: ../../addon/uhremotestorage/uhremotestorage.php:84 -#, php-format +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Новый источник" + +#: ../../mod/sources.php:101 ../../mod/sources.php:133 msgid "" -"Allow to use your friendica id (%s) to connecto to external unhosted-enabled" -" storage (like ownCloud). See <a " -"href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage" -" WebFinger</a>" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." msgstr "" -#: ../../addon/uhremotestorage/uhremotestorage.php:85 -msgid "Template URL (with {category})" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" msgstr "" -#: ../../addon/uhremotestorage/uhremotestorage.php:86 -msgid "OAuth end-point" +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" msgstr "" -#: ../../addon/uhremotestorage/uhremotestorage.php:87 -msgid "Api" -msgstr "Api" - -#: ../../addon/membersince/membersince.php:18 -msgid "Member since:" -msgstr "Зарегистрирован с:" +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +#: ../../mod/new_channel.php:110 +msgid "Channel Name" +msgstr "Имя канала" -#: ../../addon/tictac/tictac.php:20 -msgid "Three Dimensional Tic-Tac-Toe" -msgstr "Трехмерные крестики-нолики" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Источник не найден." -#: ../../addon/tictac/tictac.php:53 -msgid "3D Tic-Tac-Toe" -msgstr "3D Tic-Tac-Toe" +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Редактировать источник" -#: ../../addon/tictac/tictac.php:58 -msgid "New game" -msgstr "Новая игра" +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Удалить источник" -#: ../../addon/tictac/tictac.php:59 -msgid "New game with handicap" -msgstr "Новая игра с гандикапом" +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Источник удален" -#: ../../addon/tictac/tictac.php:60 -msgid "" -"Three dimensional tic-tac-toe is just like the traditional game except that " -"it is played on multiple levels simultaneously. " -msgstr "Трехмерная игра в крестики-нолики точно такая же, как традиционная игра, за исключением того, что она играется на нескольких уровнях одновременно." +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "" -#: ../../addon/tictac/tictac.php:61 -msgid "" -"In this case there are three levels. You win by getting three in a row on " -"any level, as well as up, down, and diagonally across the different levels." -msgstr "В этом случае существуют три уровня. Вы выиграете, поставив три в ряд на любом уровне, а также вверх, вниз и по диагонали на разных уровнях." +#: ../../mod/filer.php:49 +msgid "- select -" +msgstr "- выбрать -" -#: ../../addon/tictac/tictac.php:63 -msgid "" -"The handicap game disables the center position on the middle level because " -"the player claiming this square often has an unfair advantage." -msgstr "Игра с гандикапом отключает центральное положение на среднем уровне, потому что игрок, занимающий эту площадь, часто имеет несправедливое преимущество." +#: ../../mod/events.php:72 +msgid "Event title and start time are required." +msgstr "Название события и время начала требуется." -#: ../../addon/tictac/tictac.php:182 -msgid "You go first..." -msgstr "Вы хотите первым..." +#: ../../mod/events.php:310 +msgid "l, F j" +msgstr "l, F j" -#: ../../addon/tictac/tictac.php:187 -msgid "I'm going first this time..." -msgstr "Я буду первым на этот раз..." +#: ../../mod/events.php:332 +msgid "Edit event" +msgstr "Редактировать мероприятие" -#: ../../addon/tictac/tictac.php:193 -msgid "You won!" -msgstr "Вы выиграли!" +#: ../../mod/events.php:378 +msgid "Create New Event" +msgstr "Создать новое мероприятие" -#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224 -msgid "\"Cat\" game!" -msgstr "Игра \"Кошка\"!" +#: ../../mod/events.php:379 +msgid "Previous" +msgstr "Предыдущая" -#: ../../addon/tictac/tictac.php:222 -msgid "I won!" -msgstr "Я выиграл!" +#: ../../mod/events.php:450 +msgid "hour:minute" +msgstr "часы:минуты" -#: ../../addon/randplace/randplace.php:169 -msgid "Randplace Settings" -msgstr "Настройки Случайного места" +#: ../../mod/events.php:470 +msgid "Event details" +msgstr "Детали мероприятия" -#: ../../addon/randplace/randplace.php:171 -msgid "Enable Randplace Plugin" -msgstr "Включить Randplace плагин" +#: ../../mod/events.php:471 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." +msgstr "Формат: %s %s. Дата начала и название необходимы." -#: ../../addon/dwpost/dwpost.php:39 -msgid "Post to Dreamwidth" -msgstr "" +#: ../../mod/events.php:473 +msgid "Event Starts:" +msgstr "Начало мероприятия:" -#: ../../addon/dwpost/dwpost.php:70 -msgid "Dreamwidth Post Settings" -msgstr "Dreamwidth настройки сообщений" +#: ../../mod/events.php:473 ../../mod/events.php:487 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 +msgid "Required" +msgstr "Необходимо" -#: ../../addon/dwpost/dwpost.php:72 -msgid "Enable dreamwidth Post Plugin" -msgstr "Включить dreamwidth плагин сообщений" +#: ../../mod/events.php:476 +msgid "Finish date/time is not known or not relevant" +msgstr "Дата окончания или время окончания не известно / не релевантно." -#: ../../addon/dwpost/dwpost.php:77 -msgid "dreamwidth username" -msgstr "dreamwidth имя пользователя" +#: ../../mod/events.php:478 +msgid "Event Finishes:" +msgstr "\t\nКонец мероприятий:" -#: ../../addon/dwpost/dwpost.php:82 -msgid "dreamwidth password" -msgstr "dreamwidth пароль" +#: ../../mod/events.php:481 +msgid "Adjust for viewer timezone" +msgstr "Отрегулируйте для просмотра часовых поясов" -#: ../../addon/dwpost/dwpost.php:87 -msgid "Post to dreamwidth by default" -msgstr "" +#: ../../mod/events.php:483 +msgid "Description:" +msgstr "Описание:" -#: ../../addon/drpost/drpost.php:35 -msgid "Post to Drupal" -msgstr "" +#: ../../mod/events.php:487 +msgid "Title:" +msgstr "Заголовок:" -#: ../../addon/drpost/drpost.php:72 -msgid "Drupal Post Settings" -msgstr "" +#: ../../mod/events.php:489 +msgid "Share this event" +msgstr "Поделиться этим мероприятием" -#: ../../addon/drpost/drpost.php:74 -msgid "Enable Drupal Post Plugin" -msgstr "Включить Drupal плагин сообщений" +#: ../../mod/filestorage.php:68 +msgid "Permission Denied." +msgstr "Доступ запрещен." -#: ../../addon/drpost/drpost.php:79 -msgid "Drupal username" -msgstr "Drupal имя пользователя" +#: ../../mod/filestorage.php:85 +msgid "File not found." +msgstr "Файл не найден." -#: ../../addon/drpost/drpost.php:84 -msgid "Drupal password" -msgstr "Drupal пароль" +#: ../../mod/filestorage.php:121 +msgid "Edit file permissions" +msgstr "Редактировать разрешения файла" -#: ../../addon/drpost/drpost.php:89 -msgid "Post Type - article,page,or blog" +#: ../../mod/filestorage.php:129 +msgid "Set/edit permissions" msgstr "" -#: ../../addon/drpost/drpost.php:94 -msgid "Drupal site URL" -msgstr "Drupal site URL" - -#: ../../addon/drpost/drpost.php:99 -msgid "Drupal site uses clean URLS" +#: ../../mod/filestorage.php:130 +msgid "Include all files and sub folders" msgstr "" -#: ../../addon/drpost/drpost.php:104 -msgid "Post to Drupal by default" +#: ../../mod/filestorage.php:131 +msgid "Return to file list" msgstr "" -#: ../../addon/drpost/drpost.php:184 ../../addon/wppost/wppost.php:201 -#: ../../addon/blogger/blogger.php:172 ../../addon/posterous/posterous.php:189 -msgid "Post from Friendica" -msgstr "Сообщение от Friendica" - -#: ../../addon/startpage/startpage.php:83 -msgid "Startpage Settings" +#: ../../mod/filestorage.php:133 +msgid "Copy/paste this code to attach file to a post" msgstr "" -#: ../../addon/startpage/startpage.php:85 -msgid "Home page to load after login - leave blank for profile wall" +#: ../../mod/filestorage.php:134 +msgid "Copy/paste this URL to link file from a web page" msgstr "" -#: ../../addon/startpage/startpage.php:88 -msgid "Examples: "network" or "notifications/system"" -msgstr "" +#: ../../mod/filestorage.php:171 +msgid "Download" +msgstr "Загрузка" -#: ../../addon/geonames/geonames.php:143 -msgid "Geonames settings updated." -msgstr "" +#: ../../mod/filestorage.php:177 +msgid "Used: " +msgstr "Использовано:" -#: ../../addon/geonames/geonames.php:179 -msgid "Geonames Settings" +#: ../../mod/filestorage.php:178 +msgid "[directory]" msgstr "" -#: ../../addon/geonames/geonames.php:181 -msgid "Enable Geonames Plugin" -msgstr "Включить Geonames плагин" - -#: ../../addon/public_server/public_server.php:126 -#: ../../addon/testdrive/testdrive.php:94 -#, php-format -msgid "Your account on %s will expire in a few days." -msgstr "" +#: ../../mod/filestorage.php:180 +msgid "Limit: " +msgstr "Предел: " -#: ../../addon/public_server/public_server.php:127 -msgid "Your Friendica account is about to expire." -msgstr "" +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Контакт добавлен." -#: ../../addon/public_server/public_server.php:128 +#: ../../mod/subthread.php:103 #, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days" -msgstr "" - -#: ../../addon/js_upload/js_upload.php:43 -msgid "Upload a file" -msgstr "Загрузить файл" - -#: ../../addon/js_upload/js_upload.php:44 -msgid "Drop files here to upload" -msgstr "Перетащите файлы сюда для загрузки" - -#: ../../addon/js_upload/js_upload.php:46 -msgid "Failed" -msgstr "Ошибка" - -#: ../../addon/js_upload/js_upload.php:297 -msgid "No files were uploaded." -msgstr "Нет загруженных файлов." - -#: ../../addon/js_upload/js_upload.php:303 -msgid "Uploaded file is empty" -msgstr "Загруженный файл пустой" - -#: ../../addon/js_upload/js_upload.php:326 -msgid "File has an invalid extension, it should be one of " -msgstr "Файл имеет недопустимое расширение, оно должно быть одним из следующих " - -#: ../../addon/js_upload/js_upload.php:337 -msgid "Upload was cancelled, or server error encountered" -msgstr "Загрузка была отменена, или произошла ошибка сервера" +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s следит %2$s's %3$s" -#: ../../addon/oembed.old/oembed.php:30 -msgid "OEmbed settings updated" -msgstr "OEmbed настройки обновлены" - -#: ../../addon/oembed.old/oembed.php:43 -msgid "Use OEmbed for YouTube videos" -msgstr "Использовать OEmbed для видео YouTube" +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Контакт не найден." -#: ../../addon/oembed.old/oembed.php:71 -msgid "URL to embed:" -msgstr "URL для встраивания:" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Предложение дружить отправлено." -#: ../../addon/forumlist/forumlist.php:58 -msgid "show/hide" -msgstr "" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Пригласить друзей" -#: ../../addon/forumlist/forumlist.php:72 -msgid "No forum subscriptions" +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" msgstr "" -#: ../../addon/forumlist/forumlist.php:125 -msgid "Forumlist settings updated." +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." msgstr "" -#: ../../addon/forumlist/forumlist.php:150 -msgid "Forumlist Settings" -msgstr "" +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "Коллекция создана." -#: ../../addon/forumlist/forumlist.php:152 -msgid "Randomise forum list" -msgstr "" +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "Не удалось создать коллекцию." -#: ../../addon/forumlist/forumlist.php:155 -msgid "Show forums on profile page" +#: ../../mod/group.php:54 +msgid "Collection updated." msgstr "" -#: ../../addon/impressum/impressum.php:37 -msgid "Impressum" -msgstr "Impressum" +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "Создать коллекцию контактов" -#: ../../addon/impressum/impressum.php:50 -#: ../../addon/impressum/impressum.php:52 -#: ../../addon/impressum/impressum.php:84 -msgid "Site Owner" -msgstr "Владелец сайта" - -#: ../../addon/impressum/impressum.php:50 -#: ../../addon/impressum/impressum.php:88 -msgid "Email Address" -msgstr "Адрес электронной почты" +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "Название коллекции:" -#: ../../addon/impressum/impressum.php:55 -#: ../../addon/impressum/impressum.php:86 -msgid "Postal Address" -msgstr "Почтовый адрес" +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "Пользователи могут видеть другие каналы" -#: ../../addon/impressum/impressum.php:61 -msgid "" -"The impressum addon needs to be configured!<br />Please add at least the " -"<tt>owner</tt> variable to your config file. For other variables please " -"refer to the README file of the addon." -msgstr "Расширение Impressum должно быть настроено!<br /> Пожалуйста, добавьте по крайней мере переменную <tt>владельца</tt> в ваш конфигурационный файл. Описание других переменных можно найти в файле README для расширения." +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "Коллекция удалена." -#: ../../addon/impressum/impressum.php:84 -msgid "The page operators name." -msgstr "" +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "Невозможно удалить коллекцию." -#: ../../addon/impressum/impressum.php:85 -msgid "Site Owners Profile" -msgstr "Профиль владельцев сайта" +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "Редактор коллекций" -#: ../../addon/impressum/impressum.php:85 -msgid "Profile address of the operator." -msgstr "" +#: ../../mod/group.php:196 +msgid "Members" +msgstr "Участники" -#: ../../addon/impressum/impressum.php:86 -msgid "How to contact the operator via snail mail. You can use BBCode here." -msgstr "" +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "Все подключенные контакы" -#: ../../addon/impressum/impressum.php:87 -msgid "Notes" -msgstr "Заметки" +#: ../../mod/group.php:231 +msgid "Click on a channel to add or remove." +msgstr "Нажмите на канал, чтобы добавить или удалить." -#: ../../addon/impressum/impressum.php:87 -msgid "" -"Additional notes that are displayed beneath the contact information. You can" -" use BBCode here." +#: ../../mod/tagger.php:98 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" -#: ../../addon/impressum/impressum.php:88 -msgid "How to contact the operator via email. (will be displayed obfuscated)" -msgstr "" +#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 +msgid "Help:" +msgstr "Помощь:" -#: ../../addon/impressum/impressum.php:89 -msgid "Footer note" -msgstr "" +#: ../../mod/help.php:69 ../../index.php:233 +msgid "Not Found" +msgstr "Не найдено" -#: ../../addon/impressum/impressum.php:89 -msgid "Text for the footer. You can use BBCode here." -msgstr "" +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "Тег удален" -#: ../../addon/buglink/buglink.php:15 -msgid "Report Bug" -msgstr "Сообщить об ошибке" +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Удалить Тег" -#: ../../addon/notimeline/notimeline.php:32 -msgid "No Timeline settings updated." -msgstr "" +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Выбрать тег для удаления: " -#: ../../addon/notimeline/notimeline.php:56 -msgid "No Timeline Settings" +#: ../../mod/home.php:79 +msgid "Red Matrix - "The Network"" msgstr "" -#: ../../addon/notimeline/notimeline.php:58 -msgid "Disable Archive selector on profile wall" -msgstr "" +#: ../../mod/home.php:92 +#, php-format +msgid "Welcome to %s" +msgstr "Добро пожаловать в %s" -#: ../../addon/blockem/blockem.php:51 -msgid "\"Blockem\" Settings" -msgstr "\"Blockem\" настройки" +#: ../../mod/admin.php:52 +msgid "Theme settings updated." +msgstr "Настройки темы обновленны." -#: ../../addon/blockem/blockem.php:53 -msgid "Comma separated profile URLS to block" -msgstr "URLS, которые заблокировать (список через запятую)" +#: ../../mod/admin.php:92 ../../mod/admin.php:441 +msgid "Site" +msgstr "Сайт" -#: ../../addon/blockem/blockem.php:70 -msgid "BLOCKEM Settings saved." -msgstr "BLOCKEM-Настройки сохранены." +#: ../../mod/admin.php:93 +msgid "Accounts" +msgstr "Пользователи" -#: ../../addon/blockem/blockem.php:105 -#, php-format -msgid "Blocked %s - Click to open/close" -msgstr "Заблокированные %s - Нажмите, чтобы открыть/закрыть" +#: ../../mod/admin.php:94 ../../mod/admin.php:884 +msgid "Channels" +msgstr "Каналы" -#: ../../addon/blockem/blockem.php:160 -msgid "Unblock Author" -msgstr "" +#: ../../mod/admin.php:95 ../../mod/admin.php:975 ../../mod/admin.php:1017 +msgid "Plugins" +msgstr "Плагины" -#: ../../addon/blockem/blockem.php:162 -msgid "Block Author" -msgstr "Блокировать Автора" +#: ../../mod/admin.php:96 ../../mod/admin.php:1180 ../../mod/admin.php:1216 +msgid "Themes" +msgstr "Темы" -#: ../../addon/blockem/blockem.php:194 -msgid "blockem settings updated" -msgstr "\"Blockem\" настройки обновлены" +#: ../../mod/admin.php:97 ../../mod/admin.php:541 +msgid "Server" +msgstr "Серверы" -#: ../../addon/qcomment/qcomment.php:51 -msgid ":-)" -msgstr ":-)" +#: ../../mod/admin.php:98 +msgid "DB updates" +msgstr "Обновление базы данных" -#: ../../addon/qcomment/qcomment.php:51 -msgid ":-(" -msgstr ":-(" +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1303 +msgid "Logs" +msgstr "Журналы" -#: ../../addon/qcomment/qcomment.php:51 -msgid "lol" -msgstr "lol" +#: ../../mod/admin.php:118 +msgid "Plugin Features" +msgstr "Функции плагинов" -#: ../../addon/qcomment/qcomment.php:54 -msgid "Quick Comment Settings" -msgstr "" +#: ../../mod/admin.php:120 +msgid "User registrations waiting for confirmation" +msgstr "Регистрации пользователей, которые ждут подтверждения" -#: ../../addon/qcomment/qcomment.php:56 -msgid "" -"Quick comments are found near comment boxes, sometimes hidden. Click them to" -" provide simple replies." -msgstr "" +#: ../../mod/admin.php:197 +msgid "Message queues" +msgstr "Очередь недоставленных сообщений" -#: ../../addon/qcomment/qcomment.php:57 -msgid "Enter quick comments, one per line" -msgstr "Введите короткие комментарии, по одному в строке:" +#: ../../mod/admin.php:202 ../../mod/admin.php:440 ../../mod/admin.php:540 +#: ../../mod/admin.php:749 ../../mod/admin.php:883 ../../mod/admin.php:974 +#: ../../mod/admin.php:1016 ../../mod/admin.php:1179 ../../mod/admin.php:1215 +#: ../../mod/admin.php:1302 +msgid "Administration" +msgstr "Администрация" -#: ../../addon/qcomment/qcomment.php:75 -msgid "Quick Comment settings saved." -msgstr "" +#: ../../mod/admin.php:203 +msgid "Summary" +msgstr "Резюме" -#: ../../addon/openstreetmap/openstreetmap.php:71 -msgid "Tile Server URL" -msgstr "" +#: ../../mod/admin.php:205 +msgid "Registered users" +msgstr "Всего пользователeй" -#: ../../addon/openstreetmap/openstreetmap.php:71 -msgid "" -"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" " -"target=\"_blank\">public tile servers</a>" -msgstr "Список <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">общедоступных серверов</a>" +#: ../../mod/admin.php:207 ../../mod/admin.php:544 +msgid "Pending registrations" +msgstr "Ждут утверждения" -#: ../../addon/openstreetmap/openstreetmap.php:72 -msgid "Default zoom" -msgstr "zoom по умолчанию" +#: ../../mod/admin.php:208 +msgid "Version" +msgstr "Версия системы" -#: ../../addon/openstreetmap/openstreetmap.php:72 -msgid "The default zoom level. (1:world, 18:highest)" -msgstr "" +#: ../../mod/admin.php:210 ../../mod/admin.php:545 +msgid "Active plugins" +msgstr "Активные плагины" -#: ../../addon/group_text/group_text.php:46 -#: ../../addon/editplain/editplain.php:46 -msgid "Editplain settings updated." -msgstr "Editplain настройки обновлены." +#: ../../mod/admin.php:361 +msgid "Site settings updated." +msgstr "Настройки сайта обновлены." -#: ../../addon/group_text/group_text.php:76 -msgid "Group Text" +#: ../../mod/admin.php:392 +msgid "No special theme for accessibility" msgstr "" -#: ../../addon/group_text/group_text.php:78 -msgid "Use a text only (non-image) group selector in the \"group edit\" menu" +#: ../../mod/admin.php:421 +msgid "Yes - with approval" msgstr "" -#: ../../addon/libravatar/libravatar.php:14 -msgid "Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3" +#: ../../mod/admin.php:427 +msgid "My site is not a public server" msgstr "" -#: ../../addon/libravatar/libravatar.php:73 -#: ../../addon/gravatar/gravatar.php:71 -msgid "generic profile image" +#: ../../mod/admin.php:428 +msgid "My site has paid access only" msgstr "" -#: ../../addon/libravatar/libravatar.php:74 -#: ../../addon/gravatar/gravatar.php:72 -msgid "random geometric pattern" +#: ../../mod/admin.php:429 +msgid "My site has free access only" msgstr "" -#: ../../addon/libravatar/libravatar.php:75 -#: ../../addon/gravatar/gravatar.php:73 -msgid "monster face" +#: ../../mod/admin.php:430 +msgid "My site offers free accounts with optional paid upgrades" msgstr "" -#: ../../addon/libravatar/libravatar.php:76 -#: ../../addon/gravatar/gravatar.php:74 -msgid "computer generated face" -msgstr "" +#: ../../mod/admin.php:444 +msgid "File upload" +msgstr "Загрузка файла" -#: ../../addon/libravatar/libravatar.php:77 -#: ../../addon/gravatar/gravatar.php:75 -msgid "retro arcade style face" -msgstr "" +#: ../../mod/admin.php:445 +msgid "Policies" +msgstr "Правила" -#: ../../addon/libravatar/libravatar.php:83 -#, php-format -msgid "Your PHP version %s is lower than the required PHP >= 5.3." -msgstr "" +#: ../../mod/admin.php:450 +msgid "Site name" +msgstr "Название сайта" -#: ../../addon/libravatar/libravatar.php:84 -msgid "This addon is not functional on your server." -msgstr "" +#: ../../mod/admin.php:451 +msgid "Banner/Logo" +msgstr "Баннер / логотип" -#: ../../addon/libravatar/libravatar.php:93 -#: ../../addon/gravatar/gravatar.php:89 -msgid "Information" +#: ../../mod/admin.php:452 +msgid "Administrator Information" msgstr "" -#: ../../addon/libravatar/libravatar.php:93 +#: ../../mod/admin.php:452 msgid "" -"Gravatar addon is installed. Please disable the Gravatar addon.<br>The " -"Libravatar addon will fall back to Gravatar if nothing was found at " -"Libravatar." +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" msgstr "" -#: ../../addon/libravatar/libravatar.php:100 -#: ../../addon/gravatar/gravatar.php:96 -msgid "Default avatar image" -msgstr "" +#: ../../mod/admin.php:453 +msgid "System language" +msgstr "Язык системы" -#: ../../addon/libravatar/libravatar.php:100 -msgid "Select default avatar image if none was found. See README" -msgstr "" +#: ../../mod/admin.php:454 +msgid "System theme" +msgstr "Тема системы" -#: ../../addon/libravatar/libravatar.php:112 -msgid "Libravatar settings updated." +#: ../../mod/admin.php:454 +msgid "" +"Default system theme - may be over-ridden by user profiles - <a href='#' " +"id='cnftheme'>change theme settings</a>" msgstr "" -#: ../../addon/libertree/libertree.php:36 -msgid "Post to libertree" -msgstr "" +#: ../../mod/admin.php:455 +msgid "Mobile system theme" +msgstr "Мобильная тема системы" -#: ../../addon/libertree/libertree.php:67 -msgid "libertree Post Settings" -msgstr "" +#: ../../mod/admin.php:455 +msgid "Theme for mobile devices" +msgstr "Тема для мобильных устройств" -#: ../../addon/libertree/libertree.php:69 -msgid "Enable Libertree Post Plugin" +#: ../../mod/admin.php:456 +msgid "Accessibility system theme" msgstr "" -#: ../../addon/libertree/libertree.php:74 -msgid "Libertree API token" +#: ../../mod/admin.php:456 +msgid "Accessibility theme" msgstr "" -#: ../../addon/libertree/libertree.php:79 -msgid "Libertree site URL" +#: ../../mod/admin.php:457 +msgid "Channel to use for this website's static pages" msgstr "" -#: ../../addon/libertree/libertree.php:84 -msgid "Post to Libertree by default" -msgstr "" +#: ../../mod/admin.php:457 +msgid "Site Channel" +msgstr "Канал сайта" -#: ../../addon/altpager/altpager.php:46 -msgid "Altpager settings updated." -msgstr "" +#: ../../mod/admin.php:459 +msgid "Maximum image size" +msgstr "Максимальный размер" -#: ../../addon/altpager/altpager.php:79 -msgid "Alternate Pagination Setting" +#: ../../mod/admin.php:459 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." msgstr "" -#: ../../addon/altpager/altpager.php:81 -msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?" +#: ../../mod/admin.php:460 +msgid "Does this site allow new member registration?" msgstr "" -#: ../../addon/mathjax/mathjax.php:37 -msgid "" -"The MathJax addon renders mathematical formulae written using the LaTeX " -"syntax surrounded by the usual $$ or an eqnarray block in the postings of " -"your wall,network tab and private mail." +#: ../../mod/admin.php:461 +msgid "Which best describes the types of account offered by this hub?" msgstr "" -#: ../../addon/mathjax/mathjax.php:38 -msgid "Use the MathJax renderer" +#: ../../mod/admin.php:462 +msgid "Register text" +msgstr "Текст регистрации" + +#: ../../mod/admin.php:462 +msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../addon/mathjax/mathjax.php:74 -msgid "MathJax Base URL" +#: ../../mod/admin.php:463 +msgid "Accounts abandoned after x days" msgstr "" -#: ../../addon/mathjax/mathjax.php:74 +#: ../../mod/admin.php:463 msgid "" -"The URL for the javascript file that should be included to use MathJax. Can " -"be either the MathJax CDN or another installation of MathJax." +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." msgstr "" -#: ../../addon/editplain/editplain.php:76 -msgid "Editplain Settings" -msgstr "Editplain настройки" - -#: ../../addon/editplain/editplain.php:78 -msgid "Disable richtext status editor" -msgstr "Отключить richtext status editor" +#: ../../mod/admin.php:464 +msgid "Allowed friend domains" +msgstr "Разрешенные домены друзей" -#: ../../addon/gravatar/gravatar.php:89 +#: ../../mod/admin.php:464 msgid "" -"Libravatar addon is installed, too. Please disable Libravatar addon or this " -"Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if " -"nothing was found at Libravatar." +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: ../../addon/gravatar/gravatar.php:96 -msgid "Select default avatar image if none was found at Gravatar. See README" -msgstr "" +#: ../../mod/admin.php:465 +msgid "Allowed email domains" +msgstr "Разрешенные домены электронной почты" -#: ../../addon/gravatar/gravatar.php:97 -msgid "Rating of images" +#: ../../mod/admin.php:465 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" msgstr "" -#: ../../addon/gravatar/gravatar.php:97 -msgid "Select the appropriate avatar rating for your site. See README" -msgstr "" +#: ../../mod/admin.php:466 +msgid "Block public" +msgstr "Блокировать публичный доступ" -#: ../../addon/gravatar/gravatar.php:111 -msgid "Gravatar settings updated." +#: ../../mod/admin.php:466 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." msgstr "" -#: ../../addon/testdrive/testdrive.php:95 -msgid "Your Friendica test account is about to expire." -msgstr "" +#: ../../mod/admin.php:467 +msgid "Force publish" +msgstr "Заставить публиковать" -#: ../../addon/testdrive/testdrive.php:96 -#, php-format +#: ../../mod/admin.php:467 msgid "" -"Hi %1$s,\n" -"\n" -"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com." +"Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../addon/pageheader/pageheader.php:50 -msgid "\"pageheader\" Settings" -msgstr "" +#: ../../mod/admin.php:468 +msgid "Disable discovery tab" +msgstr "Отключить вкладку \"обнаруженные\"" -#: ../../addon/pageheader/pageheader.php:68 -msgid "pageheader Settings saved." +#: ../../mod/admin.php:468 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." msgstr "" -#: ../../addon/ijpost/ijpost.php:39 -msgid "Post to Insanejournal" +#: ../../mod/admin.php:469 +msgid "No login on Homepage" msgstr "" -#: ../../addon/ijpost/ijpost.php:70 -msgid "InsaneJournal Post Settings" +#: ../../mod/admin.php:469 +msgid "" +"Check to hide the login form from your sites homepage when visitors arrive " +"who are not logged in (e.g. when you put the content of the homepage in via " +"the site channel)." msgstr "" -#: ../../addon/ijpost/ijpost.php:72 -msgid "Enable InsaneJournal Post Plugin" -msgstr "Включить InsaneJournal плагин сообщений" +#: ../../mod/admin.php:471 +msgid "Proxy user" +msgstr "Proxy пользователь" -#: ../../addon/ijpost/ijpost.php:77 -msgid "InsaneJournal username" -msgstr "" +#: ../../mod/admin.php:472 +msgid "Proxy URL" +msgstr "Proxy URL" -#: ../../addon/ijpost/ijpost.php:82 -msgid "InsaneJournal password" -msgstr "" +#: ../../mod/admin.php:473 +msgid "Network timeout" +msgstr "Время ожидания сети" -#: ../../addon/ijpost/ijpost.php:87 -msgid "Post to InsaneJournal by default" +#: ../../mod/admin.php:473 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../addon/jappixmini/jappixmini.php:266 -msgid "Jappix Mini addon settings" -msgstr "" +#: ../../mod/admin.php:474 +msgid "Delivery interval" +msgstr "Интервал доставки" -#: ../../addon/jappixmini/jappixmini.php:268 -msgid "Activate addon" +#: ../../mod/admin.php:474 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." msgstr "" -#: ../../addon/jappixmini/jappixmini.php:271 +#: ../../mod/admin.php:475 +msgid "Poll interval" +msgstr "Интервал опроса" + +#: ../../mod/admin.php:475 msgid "" -"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." msgstr "" -#: ../../addon/jappixmini/jappixmini.php:274 -msgid "Jabber username" +#: ../../mod/admin.php:476 +msgid "Maximum Load Average" msgstr "" -#: ../../addon/jappixmini/jappixmini.php:277 -msgid "Jabber server" +#: ../../mod/admin.php:476 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." msgstr "" -#: ../../addon/jappixmini/jappixmini.php:281 -msgid "Jabber BOSH host" -msgstr "" +#: ../../mod/admin.php:532 +msgid "No server found" +msgstr "Сервер не найден" -#: ../../addon/jappixmini/jappixmini.php:285 -msgid "Jabber password" -msgstr "" +#: ../../mod/admin.php:539 ../../mod/admin.php:763 +msgid "ID" +msgstr "ID" -#: ../../addon/jappixmini/jappixmini.php:290 -msgid "Encrypt Jabber password with Friendica password (recommended)" -msgstr "" +#: ../../mod/admin.php:539 +msgid "for channel" +msgstr "для канала" -#: ../../addon/jappixmini/jappixmini.php:293 -msgid "Friendica password" -msgstr "" +#: ../../mod/admin.php:539 +msgid "on server" +msgstr "на сервере" -#: ../../addon/jappixmini/jappixmini.php:296 -msgid "Approve subscription requests from Friendica contacts automatically" -msgstr "" +#: ../../mod/admin.php:539 +msgid "Status" +msgstr "Статус" -#: ../../addon/jappixmini/jappixmini.php:299 -msgid "Subscribe to Friendica contacts automatically" +#: ../../mod/admin.php:560 +msgid "Update has been marked successful" msgstr "" -#: ../../addon/jappixmini/jappixmini.php:302 -msgid "Purge internal list of jabber addresses of contacts" +#: ../../mod/admin.php:570 +#, php-format +msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../addon/jappixmini/jappixmini.php:308 -msgid "Add contact" +#: ../../mod/admin.php:573 +#, php-format +msgid "Update %s was successfully applied." msgstr "" -#: ../../addon/viewsrc/viewsrc.php:37 -msgid "View Source" -msgstr "Просмотр HTML-кода" - -#: ../../addon/statusnet/statusnet.php:134 -msgid "Post to StatusNet" -msgstr "Отправить на StatusNet" - -#: ../../addon/statusnet/statusnet.php:176 -msgid "" -"Please contact your site administrator.<br />The provided API URL is not " -"valid." -msgstr "Пожалуйста, обратитесь к администратору сайта. <br /> Предложенный URL API недействителен." - -#: ../../addon/statusnet/statusnet.php:204 -msgid "We could not contact the StatusNet API with the Path you entered." -msgstr "Мы не смогли связаться с API StatusNet с маршрутом, который вы ввели." - -#: ../../addon/statusnet/statusnet.php:232 -msgid "StatusNet settings updated." -msgstr "Настройки StatusNet обновлены." - -#: ../../addon/statusnet/statusnet.php:257 -msgid "StatusNet Posting Settings" -msgstr "Настройка отправки сообщений на StatusNet" - -#: ../../addon/statusnet/statusnet.php:271 -msgid "Globally Available StatusNet OAuthKeys" -msgstr "Глобально доступные StatusNet OAuthKeys" - -#: ../../addon/statusnet/statusnet.php:272 -msgid "" -"There are preconfigured OAuth key pairs for some StatusNet servers " -"available. If you are useing one of them, please use these credentials. If " -"not feel free to connect to any other StatusNet instance (see below)." -msgstr "Доступны предварительно сконфигурированные OAuth пары ключей для некоторых серверов StatusNet. Если вы используете один из них, пожалуйста, используйте эти учетные данные. Если нет, не стесняйтесь подключиться к любому другому экземпляру StatusNet (см. ниже)." - -#: ../../addon/statusnet/statusnet.php:280 -msgid "Provide your own OAuth Credentials" -msgstr "Укажите свои собственные полномочия OAuth" - -#: ../../addon/statusnet/statusnet.php:281 -msgid "" -"No consumer key pair for StatusNet found. Register your Friendica Account as" -" an desktop client on your StatusNet account, copy the consumer key pair " -"here and enter the API base root.<br />Before you register your own OAuth " -"key pair ask the administrator if there is already a key pair for this " -"Friendica installation at your favorited StatusNet installation." +#: ../../mod/admin.php:577 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: ../../addon/statusnet/statusnet.php:283 -msgid "OAuth Consumer Key" -msgstr "OAuth Consumer Key" - -#: ../../addon/statusnet/statusnet.php:286 -msgid "OAuth Consumer Secret" -msgstr "OAuth Consumer Secret" - -#: ../../addon/statusnet/statusnet.php:289 -msgid "Base API Path (remember the trailing /)" -msgstr "Путь базы API (помните о слеше /)" - -#: ../../addon/statusnet/statusnet.php:310 -msgid "" -"To connect to your StatusNet account click the button below to get a " -"security code from StatusNet which you have to copy into the input box below" -" and submit the form. Only your <strong>public</strong> posts will be posted" -" to StatusNet." -msgstr "Чтобы подключиться к StatusNet аккаунту, нажмите на кнопку ниже, чтобы получить код безопасности от StatusNet, который нужно скопировать в поле ввода ниже, и отправить форму. Только ваши <strong>публичные сообщения</strong> будут отправляться на StatusNet." - -#: ../../addon/statusnet/statusnet.php:311 -msgid "Log in with StatusNet" -msgstr "Войдите со StatusNet" - -#: ../../addon/statusnet/statusnet.php:313 -msgid "Copy the security code from StatusNet here" -msgstr "Скопируйте код безопасности от StatusNet здесь" +#: ../../mod/admin.php:580 +#, php-format +msgid "Update function %s could not be found." +msgstr "" -#: ../../addon/statusnet/statusnet.php:319 -msgid "Cancel Connection Process" -msgstr "Отмена процесса подключения" +#: ../../mod/admin.php:595 +msgid "No failed updates." +msgstr "Ошибок обновлений нет." -#: ../../addon/statusnet/statusnet.php:321 -msgid "Current StatusNet API is" -msgstr "Текущим StatusNet API является" +#: ../../mod/admin.php:599 +msgid "Failed Updates" +msgstr "Обновления с ошибками" -#: ../../addon/statusnet/statusnet.php:322 -msgid "Cancel StatusNet Connection" -msgstr "Отмена StatusNet подключения" +#: ../../mod/admin.php:601 +msgid "Mark success (if update was manually applied)" +msgstr "" -#: ../../addon/statusnet/statusnet.php:333 ../../addon/twitter/twitter.php:189 -msgid "Currently connected to: " -msgstr "В настоящее время соединены с: " +#: ../../mod/admin.php:602 +msgid "Attempt to execute this update step automatically" +msgstr "" -#: ../../addon/statusnet/statusnet.php:334 -msgid "" -"If enabled all your <strong>public</strong> postings can be posted to the " -"associated StatusNet account. You can choose to do so by default (here) or " -"for every posting separately in the posting options when writing the entry." -msgstr "Если включено, то все ваши <strong>общественные сообщения</strong> могут быть отправлены на соответствующий аккаунт StatusNet. Вы можете сделать это по умолчанию (здесь) или для каждого сообщения отдельно при написании записи." +#: ../../mod/admin.php:628 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../addon/statusnet/statusnet.php:336 -msgid "" -"<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 StatusNet will lead the visitor to a blank page " -"informing the visitor that the access to your profile has been restricted." -msgstr "" +#: ../../mod/admin.php:635 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s канал удален" +msgstr[1] "%s канала удалены" +msgstr[2] "%s каналов удалено" -#: ../../addon/statusnet/statusnet.php:339 -msgid "Allow posting to StatusNet" -msgstr "Разрешить отправку на StatusNet" +#: ../../mod/admin.php:666 +msgid "Account not found" +msgstr "Аккаунт не найден" -#: ../../addon/statusnet/statusnet.php:342 -msgid "Send public postings to StatusNet by default" -msgstr "Отправлять публичные сообщения на StatusNet по умолчанию" +#: ../../mod/admin.php:677 +#, php-format +msgid "User '%s' deleted" +msgstr "Пользователь '%s' удален" -#: ../../addon/statusnet/statusnet.php:345 -msgid "Send linked #-tags and @-names to StatusNet" -msgstr "" +#: ../../mod/admin.php:686 +#, php-format +msgid "User '%s' unblocked" +msgstr "Пользователь '%s' разрешен" -#: ../../addon/statusnet/statusnet.php:350 ../../addon/twitter/twitter.php:206 -msgid "Clear OAuth configuration" -msgstr "Очистить конфигурацию OAuth" +#: ../../mod/admin.php:686 +#, php-format +msgid "User '%s' blocked" +msgstr "Пользователь '%s' заблокирован" -#: ../../addon/statusnet/statusnet.php:568 -msgid "API URL" -msgstr "API URL" +#: ../../mod/admin.php:750 ../../mod/admin.php:762 +msgid "Users" +msgstr "Пользователи" -#: ../../addon/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19 -msgid "Infinite Improbability Drive" -msgstr "" +#: ../../mod/admin.php:752 ../../mod/admin.php:886 +msgid "select all" +msgstr "выбрать все" -#: ../../addon/tumblr/tumblr.php:36 -msgid "Post to Tumblr" -msgstr "Написать в Tumblr" +#: ../../mod/admin.php:753 +msgid "User registrations waiting for confirm" +msgstr "Регистрации пользователей ждут подтверждения" -#: ../../addon/tumblr/tumblr.php:67 -msgid "Tumblr Post Settings" -msgstr "Tumblr Настройки сообщения" +#: ../../mod/admin.php:754 +msgid "Request date" +msgstr "Дата запроса" -#: ../../addon/tumblr/tumblr.php:69 -msgid "Enable Tumblr Post Plugin" -msgstr "Включить Tumblr плагин сообщений" +#: ../../mod/admin.php:755 +msgid "No registrations." +msgstr "Новых регистраций пока нет." -#: ../../addon/tumblr/tumblr.php:74 -msgid "Tumblr login" -msgstr "Tumblr вход" +#: ../../mod/admin.php:756 +msgid "Approve" +msgstr "Утвердить" -#: ../../addon/tumblr/tumblr.php:79 -msgid "Tumblr password" -msgstr "Tumblr пароль" +#: ../../mod/admin.php:757 +msgid "Deny" +msgstr "Запретить" -#: ../../addon/tumblr/tumblr.php:84 -msgid "Post to Tumblr by default" -msgstr "Сообщение Tumblr по умолчанию" +#: ../../mod/admin.php:763 +msgid "Register date" +msgstr "Дата регистрации" -#: ../../addon/numfriends/numfriends.php:46 -msgid "Numfriends settings updated." -msgstr "" +#: ../../mod/admin.php:763 +msgid "Last login" +msgstr "Последний вход" -#: ../../addon/numfriends/numfriends.php:77 -msgid "Numfriends Settings" +#: ../../mod/admin.php:763 +msgid "Expires" msgstr "" -#: ../../addon/gnot/gnot.php:48 -msgid "Gnot settings updated." -msgstr "" +#: ../../mod/admin.php:763 +msgid "Service Class" +msgstr "Класс службы" -#: ../../addon/gnot/gnot.php:79 -msgid "Gnot Settings" +#: ../../mod/admin.php:765 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../addon/gnot/gnot.php:81 +#: ../../mod/admin.php:766 msgid "" -"Allows threading of email comment notifications on Gmail and anonymising the" -" subject line." +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../addon/gnot/gnot.php:82 -msgid "Enable this plugin/addon?" -msgstr "Включить этот плагин / аддон?" - -#: ../../addon/gnot/gnot.php:97 +#: ../../mod/admin.php:798 #, php-format -msgid "[Friendica:Notify] Comment to conversation #%d" -msgstr "" - -#: ../../addon/wppost/wppost.php:42 -msgid "Post to Wordpress" -msgstr "Сообщение для Wordpress" - -#: ../../addon/wppost/wppost.php:76 -msgid "WordPress Post Settings" -msgstr "Настройки сообщений для Wordpress" - -#: ../../addon/wppost/wppost.php:78 -msgid "Enable WordPress Post Plugin" -msgstr "Включить WordPress плагин сообщений" - -#: ../../addon/wppost/wppost.php:83 -msgid "WordPress username" -msgstr "WordPress Имя пользователя" - -#: ../../addon/wppost/wppost.php:88 -msgid "WordPress password" -msgstr "WordPress паролъ" +msgid "%s channel censored/uncensored" +msgid_plural "%s channelss censored/uncensored" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../../addon/wppost/wppost.php:93 -msgid "WordPress API URL" -msgstr "WordPress API URL" +#: ../../mod/admin.php:805 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "%s канал удален" +msgstr[1] "%s канала удалены" +msgstr[2] "%s каналы удалены" -#: ../../addon/wppost/wppost.php:98 -msgid "Post to WordPress by default" -msgstr "Сообщение WordPress по умолчанию" +#: ../../mod/admin.php:824 +msgid "Channel not found" +msgstr "Канал не найден" -#: ../../addon/wppost/wppost.php:103 -msgid "Provide a backlink to the Friendica post" +#: ../../mod/admin.php:835 +#, php-format +msgid "Channel '%s' deleted" msgstr "" -#: ../../addon/wppost/wppost.php:207 -msgid "Read the original post and comment stream on Friendica" +#: ../../mod/admin.php:845 +#, php-format +msgid "Channel '%s' uncensored" msgstr "" -#: ../../addon/showmore/showmore.php:38 -msgid "\"Show more\" Settings" +#: ../../mod/admin.php:845 +#, php-format +msgid "Channel '%s' censored" msgstr "" -#: ../../addon/showmore/showmore.php:41 -msgid "Enable Show More" -msgstr "Включить Показать больше" +#: ../../mod/admin.php:888 +msgid "Censor" +msgstr "" -#: ../../addon/showmore/showmore.php:44 -msgid "Cutting posts after how much characters" -msgstr "Обрезание сообщения после превывения числа символов" +#: ../../mod/admin.php:889 +msgid "Uncensor" +msgstr "" -#: ../../addon/showmore/showmore.php:65 -msgid "Show More Settings saved." +#: ../../mod/admin.php:892 +msgid "UID" msgstr "" -#: ../../addon/piwik/piwik.php:79 +#: ../../mod/admin.php:894 msgid "" -"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> " -"analytics tool." -msgstr "Этот веб-сайт отслеживается с помощью <a href='http://www.piwik.org'> Piwik </ a> инструмент аналитики." - -#: ../../addon/piwik/piwik.php:82 -#, php-format -msgid "" -"If you do not want that your visits are logged this way you <a href='%s'>can" -" set a cookie to prevent Piwik from tracking further visits of the site</a> " -"(opt-out)." -msgstr "Если вы не хотите, чтобы ваши посещения записывались таким образом, вы <a href='%s'> можете установить куки для предотвращения отслеживания Piwik от дальнейших посещений сайта </a> (opt-out)." - -#: ../../addon/piwik/piwik.php:90 -msgid "Piwik Base URL" -msgstr "Piwik основной URL" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" -#: ../../addon/piwik/piwik.php:90 +#: ../../mod/admin.php:895 msgid "" -"Absolute path to your Piwik installation. (without protocol (http/s), with " -"trailing slash)" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../addon/piwik/piwik.php:91 -msgid "Site ID" -msgstr "ID сайта" - -#: ../../addon/piwik/piwik.php:92 -msgid "Show opt-out cookie link?" -msgstr "Показать ссылку opt-out cookie?" - -#: ../../addon/piwik/piwik.php:93 -msgid "Asynchronous tracking" -msgstr "Асинхронное отслеживание" +#: ../../mod/admin.php:934 +#, php-format +msgid "Plugin %s disabled." +msgstr "Плагин %s отключен." -#: ../../addon/twitter/twitter.php:73 -msgid "Post to Twitter" -msgstr "Отправить в Твиттер" +#: ../../mod/admin.php:938 +#, php-format +msgid "Plugin %s enabled." +msgstr "Плагин %s включен." -#: ../../addon/twitter/twitter.php:122 -msgid "Twitter settings updated." -msgstr "Настройки Твиттера обновлены." +#: ../../mod/admin.php:948 ../../mod/admin.php:1150 +msgid "Disable" +msgstr "Запретить" -#: ../../addon/twitter/twitter.php:146 -msgid "Twitter Posting Settings" -msgstr "Настройка отправки сообщений в Твиттер" +#: ../../mod/admin.php:950 ../../mod/admin.php:1152 +msgid "Enable" +msgstr "Разрешить" -#: ../../addon/twitter/twitter.php:153 -msgid "" -"No consumer key pair for Twitter found. Please contact your site " -"administrator." -msgstr "Не найдено пары потребительских ключей для Твиттера. Пожалуйста, обратитесь к администратору сайта." +#: ../../mod/admin.php:976 ../../mod/admin.php:1181 +msgid "Toggle" +msgstr "Переключить" -#: ../../addon/twitter/twitter.php:172 -msgid "" -"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." -msgstr "" +#: ../../mod/admin.php:984 ../../mod/admin.php:1191 +msgid "Author: " +msgstr "Автор: " -#: ../../addon/twitter/twitter.php:173 -msgid "Log in with Twitter" -msgstr "Войдите с Твиттером" +#: ../../mod/admin.php:985 ../../mod/admin.php:1192 +msgid "Maintainer: " +msgstr "Обслуживающий: " -#: ../../addon/twitter/twitter.php:175 -msgid "Copy the PIN from Twitter here" -msgstr "Скопируйте PIN с Twitter здесь" +#: ../../mod/admin.php:1114 +msgid "No themes found." +msgstr "Темы не найдены." -#: ../../addon/twitter/twitter.php:190 -msgid "" -"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." -msgstr "Если включено, то все ваши <strong>общественные сообщения</strong> могут быть отправлены на связанный аккаунт Твиттер. Вы можете сделать это по умолчанию (здесь) или для каждого сообщения отдельно при написании записи." +#: ../../mod/admin.php:1173 +msgid "Screenshot" +msgstr "Скриншот" -#: ../../addon/twitter/twitter.php:192 -msgid "" -"<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." -msgstr "" +#: ../../mod/admin.php:1221 +msgid "[Experimental]" +msgstr "[экспериментальный]" -#: ../../addon/twitter/twitter.php:195 -msgid "Allow posting to Twitter" -msgstr "Разрешить отправку сообщений на Twitter" +#: ../../mod/admin.php:1222 +msgid "[Unsupported]" +msgstr "[неподдерживаемый]" -#: ../../addon/twitter/twitter.php:198 -msgid "Send public postings to Twitter by default" -msgstr "Отправлять сообщения для всех на Твиттер по умолчанию" +#: ../../mod/admin.php:1249 +msgid "Log settings updated." +msgstr "Настройки журнала обновленны." -#: ../../addon/twitter/twitter.php:201 -msgid "Send linked #-tags and @-names to Twitter" -msgstr "" +#: ../../mod/admin.php:1305 +msgid "Clear" +msgstr "Очистить" -#: ../../addon/twitter/twitter.php:396 -msgid "Consumer key" -msgstr "Consumer key" +#: ../../mod/admin.php:1311 +msgid "Debugging" +msgstr "Включить/Выключить" -#: ../../addon/twitter/twitter.php:397 -msgid "Consumer secret" -msgstr "Consumer secret" +#: ../../mod/admin.php:1312 +msgid "Log file" +msgstr "Файл журнала" -#: ../../addon/irc/irc.php:44 -msgid "IRC Settings" -msgstr "" +#: ../../mod/admin.php:1312 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." +msgstr "Должна быть доступна для записи веб-сервером. Относительно верхнего уровня веб-сайта." -#: ../../addon/irc/irc.php:46 -msgid "Channel(s) to auto connect (comma separated)" -msgstr "" +#: ../../mod/admin.php:1313 +msgid "Log level" +msgstr "Уровень журнала" -#: ../../addon/irc/irc.php:51 -msgid "Popular Channels (comma separated)" +#: ../../mod/thing.php:98 +msgid "Thing updated" msgstr "" -#: ../../addon/irc/irc.php:69 -msgid "IRC settings saved." +#: ../../mod/thing.php:158 +msgid "Object store: failed" msgstr "" -#: ../../addon/irc/irc.php:74 -msgid "IRC Chatroom" +#: ../../mod/thing.php:162 +msgid "Thing added" msgstr "" -#: ../../addon/irc/irc.php:96 -msgid "Popular Channels" +#: ../../mod/thing.php:182 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" msgstr "" -#: ../../addon/fromapp/fromapp.php:38 -msgid "Fromapp settings updated." +#: ../../mod/thing.php:234 +msgid "Show Thing" msgstr "" -#: ../../addon/fromapp/fromapp.php:64 -msgid "FromApp Settings" -msgstr "" +#: ../../mod/thing.php:241 +msgid "item not found." +msgstr "Элемент не найден." -#: ../../addon/fromapp/fromapp.php:66 -msgid "" -"The application name you would like to show your posts originating from." +#: ../../mod/thing.php:269 +msgid "Edit Thing" msgstr "" -#: ../../addon/fromapp/fromapp.php:70 -msgid "Use this application name even if another application was used." -msgstr "" +#: ../../mod/thing.php:271 ../../mod/thing.php:318 +msgid "Select a profile" +msgstr "Выберите профиль" -#: ../../addon/blogger/blogger.php:42 -msgid "Post to blogger" +#: ../../mod/thing.php:273 ../../mod/thing.php:320 +msgid "Select a category of stuff. e.g. I ______ something" msgstr "" -#: ../../addon/blogger/blogger.php:74 -msgid "Blogger Post Settings" +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Post an activity" msgstr "" -#: ../../addon/blogger/blogger.php:76 -msgid "Enable Blogger Post Plugin" +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Only sends to viewers of the applicable profile" msgstr "" -#: ../../addon/blogger/blogger.php:81 -msgid "Blogger username" +#: ../../mod/thing.php:277 ../../mod/thing.php:323 +msgid "Name of thing e.g. something" msgstr "" -#: ../../addon/blogger/blogger.php:86 -msgid "Blogger password" +#: ../../mod/thing.php:279 ../../mod/thing.php:324 +msgid "URL of thing (optional)" msgstr "" -#: ../../addon/blogger/blogger.php:91 -msgid "Blogger API URL" +#: ../../mod/thing.php:281 ../../mod/thing.php:325 +msgid "URL for photo of thing (optional)" msgstr "" -#: ../../addon/blogger/blogger.php:96 -msgid "Post to Blogger by default" +#: ../../mod/thing.php:316 +msgid "Add Thing to your Profile" msgstr "" -#: ../../addon/posterous/posterous.php:37 -msgid "Post to Posterous" -msgstr "" +#: ../../mod/import.php:36 +msgid "Nothing to import." +msgstr "Ничего импортировать." -#: ../../addon/posterous/posterous.php:70 -msgid "Posterous Post Settings" -msgstr "" +#: ../../mod/import.php:58 +msgid "Unable to download data from old server" +msgstr "Невозможно загрузить данные из старого сервера" -#: ../../addon/posterous/posterous.php:72 -msgid "Enable Posterous Post Plugin" -msgstr "Включить Posterous плагин сообщений" +#: ../../mod/import.php:64 +msgid "Imported file is empty." +msgstr "Импортированный файл пуст." -#: ../../addon/posterous/posterous.php:77 -msgid "Posterous login" +#: ../../mod/import.php:88 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../addon/posterous/posterous.php:82 -msgid "Posterous password" +#: ../../mod/import.php:106 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../addon/posterous/posterous.php:87 -msgid "Posterous site ID" +#: ../../mod/import.php:116 +msgid "Cloned channel not found. Import failed." msgstr "" -#: ../../addon/posterous/posterous.php:92 -msgid "Posterous API token" -msgstr "" +#: ../../mod/import.php:364 +msgid "Import completed." +msgstr "Импорт завершен." -#: ../../addon/posterous/posterous.php:97 -msgid "Post to Posterous by default" -msgstr "" +#: ../../mod/import.php:377 +msgid "You must be logged in to use this feature." +msgstr "Вы должны войти в систему, чтобы использовать эту функцию." -#: ../../view/theme/cleanzero/config.php:82 -#: ../../view/theme/diabook/config.php:192 -#: ../../view/theme/quattro/config.php:55 ../../view/theme/dispy/config.php:72 -msgid "Theme settings" -msgstr "" +#: ../../mod/import.php:382 +msgid "Import Channel" +msgstr "Импорт канала" -#: ../../view/theme/cleanzero/config.php:83 -msgid "Set resize level for images in posts and comments (width and height)" +#: ../../mod/import.php:383 +msgid "" +"Use this form to import an existing channel from a different server/hub. You" +" may retrieve the channel identity from the old server/hub via the network " +"or provide an export file. Only identity and connections/relationships will " +"be imported. Importation of content is not yet available." msgstr "" -#: ../../view/theme/cleanzero/config.php:84 -#: ../../view/theme/diabook/config.php:193 -#: ../../view/theme/dispy/config.php:73 -msgid "Set font-size for posts and comments" -msgstr "" +#: ../../mod/import.php:384 +msgid "File to Upload" +msgstr "Файл для загрузки" -#: ../../view/theme/cleanzero/config.php:85 -msgid "Set theme width" +#: ../../mod/import.php:385 +msgid "Or provide the old server/hub details" msgstr "" -#: ../../view/theme/cleanzero/config.php:86 -#: ../../view/theme/quattro/config.php:57 -msgid "Color scheme" -msgstr "Цветовая схема" - -#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:49 -#: ../../include/nav.php:115 -msgid "Your posts and conversations" -msgstr "Ваши сообщения и беседы" - -#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:50 -msgid "Your profile page" -msgstr "Страница Вашего профиля" - -#: ../../view/theme/diabook/theme.php:129 -msgid "Your contacts" -msgstr "Ваши контакты" - -#: ../../view/theme/diabook/theme.php:130 ../../include/nav.php:51 -msgid "Your photos" -msgstr "Ваши фотографии" - -#: ../../view/theme/diabook/theme.php:131 ../../include/nav.php:52 -msgid "Your events" -msgstr "Ваши события" - -#: ../../view/theme/diabook/theme.php:132 ../../include/nav.php:53 -msgid "Personal notes" -msgstr "Личные заметки" - -#: ../../view/theme/diabook/theme.php:132 ../../include/nav.php:53 -msgid "Your personal photos" -msgstr "Ваши личные фотографии" - -#: ../../view/theme/diabook/theme.php:134 -#: ../../view/theme/diabook/theme.php:643 -#: ../../view/theme/diabook/theme.php:747 -#: ../../view/theme/diabook/config.php:201 -msgid "Community Pages" -msgstr "Страницы сообщества" - -#: ../../view/theme/diabook/theme.php:490 -#: ../../view/theme/diabook/theme.php:749 -#: ../../view/theme/diabook/config.php:203 -msgid "Community Profiles" +#: ../../mod/import.php:386 +msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../view/theme/diabook/theme.php:511 -#: ../../view/theme/diabook/theme.php:754 -#: ../../view/theme/diabook/config.php:208 -msgid "Last users" -msgstr "Последние пользователи" - -#: ../../view/theme/diabook/theme.php:540 -#: ../../view/theme/diabook/theme.php:756 -#: ../../view/theme/diabook/config.php:210 -msgid "Last likes" -msgstr "Последние likes" +#: ../../mod/import.php:387 +msgid "Your old login email address" +msgstr "Ваш старый адрес электронной почты" -#: ../../view/theme/diabook/theme.php:585 -#: ../../view/theme/diabook/theme.php:755 -#: ../../view/theme/diabook/config.php:209 -msgid "Last photos" -msgstr "Последние фото" +#: ../../mod/import.php:388 +msgid "Your old login password" +msgstr "Ваш старый пароль" -#: ../../view/theme/diabook/theme.php:622 -#: ../../view/theme/diabook/theme.php:752 -#: ../../view/theme/diabook/config.php:206 -msgid "Find Friends" -msgstr "Найти друзей" - -#: ../../view/theme/diabook/theme.php:623 -msgid "Local Directory" +#: ../../mod/import.php:389 +msgid "" +"For either option, please choose whether to make this hub your new primary " +"address, or whether your old location should continue this role. You will be" +" able to post from either location, but only one can be marked as the " +"primary location for files, photos, and media." msgstr "" -#: ../../view/theme/diabook/theme.php:625 ../../include/contact_widgets.php:35 -msgid "Similar Interests" -msgstr "Похожие интересы" - -#: ../../view/theme/diabook/theme.php:627 ../../include/contact_widgets.php:37 -msgid "Invite Friends" -msgstr "Пригласить друзей" - -#: ../../view/theme/diabook/theme.php:678 -#: ../../view/theme/diabook/theme.php:748 -#: ../../view/theme/diabook/config.php:202 -msgid "Earth Layers" +#: ../../mod/import.php:390 +msgid "Make this hub my primary location" msgstr "" -#: ../../view/theme/diabook/theme.php:683 -msgid "Set zoomfactor for Earth Layers" +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." msgstr "" -#: ../../view/theme/diabook/theme.php:684 -#: ../../view/theme/diabook/config.php:199 -msgid "Set longitude (X) for Earth Layers" -msgstr "" +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Не действительный адрес электронной почты." -#: ../../view/theme/diabook/theme.php:685 -#: ../../view/theme/diabook/config.php:200 -msgid "Set latitude (Y) for Earth Layers" -msgstr "" +#: ../../mod/invite.php:76 +msgid "Please join us on Red" +msgstr "Пожалуйста, присоединяйтесь к нам в Red" -#: ../../view/theme/diabook/theme.php:698 -#: ../../view/theme/diabook/theme.php:750 -#: ../../view/theme/diabook/config.php:204 -msgid "Help or @NewHere ?" +#: ../../mod/invite.php:87 +msgid "Invitation limit exceeded. Please contact your site administrator." msgstr "" -#: ../../view/theme/diabook/theme.php:705 -#: ../../view/theme/diabook/theme.php:751 -#: ../../view/theme/diabook/config.php:205 -msgid "Connect Services" -msgstr "Подключить службы" +#: ../../mod/invite.php:92 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Доставка сообщения не удалась." -#: ../../view/theme/diabook/theme.php:712 -#: ../../view/theme/diabook/theme.php:753 -msgid "Last Tweets" -msgstr "" +#: ../../mod/invite.php:96 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d сообщение отправленно." +msgstr[1] "%d сообщения отправленно." +msgstr[2] "%d сообщений отправленно." -#: ../../view/theme/diabook/theme.php:715 -#: ../../view/theme/diabook/config.php:197 -msgid "Set twitter search term" -msgstr "" +#: ../../mod/invite.php:115 +msgid "You have no more invitations available" +msgstr "У вас больше нет приглашений" -#: ../../view/theme/diabook/theme.php:735 -#: ../../view/theme/diabook/theme.php:736 -#: ../../view/theme/diabook/theme.php:737 -#: ../../view/theme/diabook/theme.php:738 -#: ../../view/theme/diabook/theme.php:739 -#: ../../view/theme/diabook/theme.php:740 -#: ../../view/theme/diabook/theme.php:741 -#: ../../view/theme/diabook/theme.php:742 -#: ../../view/theme/diabook/theme.php:743 -#: ../../view/theme/diabook/theme.php:744 ../../include/acl_selectors.php:288 -msgid "don't show" -msgstr "не показывать" +#: ../../mod/invite.php:141 +msgid "Send invitations" +msgstr "Послать приглашения" -#: ../../view/theme/diabook/theme.php:735 -#: ../../view/theme/diabook/theme.php:736 -#: ../../view/theme/diabook/theme.php:737 -#: ../../view/theme/diabook/theme.php:738 -#: ../../view/theme/diabook/theme.php:739 -#: ../../view/theme/diabook/theme.php:740 -#: ../../view/theme/diabook/theme.php:741 -#: ../../view/theme/diabook/theme.php:742 -#: ../../view/theme/diabook/theme.php:743 -#: ../../view/theme/diabook/theme.php:744 ../../include/acl_selectors.php:287 -msgid "show" -msgstr "показывать" +#: ../../mod/invite.php:142 +msgid "Enter email addresses, one per line:" +msgstr "Введите адреса электронной почты, по одному на строку:" -#: ../../view/theme/diabook/theme.php:745 -msgid "Show/hide boxes at right-hand column:" -msgstr "" +#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328 +msgid "Your message:" +msgstr "Сообщение:" -#: ../../view/theme/diabook/config.php:194 -#: ../../view/theme/dispy/config.php:74 -msgid "Set line-height for posts and comments" +#: ../../mod/invite.php:144 +msgid "" +"You are cordially invited to join me and some other close friends on the Red" +" Matrix - a revolutionary new decentralised communication and information " +"tool." msgstr "" -#: ../../view/theme/diabook/config.php:195 -msgid "Set resolution for middle column" +#: ../../mod/invite.php:146 +msgid "You will need to supply this invitation code: $invite_code" msgstr "" -#: ../../view/theme/diabook/config.php:196 -msgid "Set color scheme" -msgstr "" +#: ../../mod/invite.php:147 +msgid "Please visit my channel at" +msgstr "Пожалуйста, посетите мой канал на" -#: ../../view/theme/diabook/config.php:198 -msgid "Set zoomfactor for Earth Layer" +#: ../../mod/invite.php:151 +msgid "" +"Once you have registered (on ANY Red Matrix site - they are all inter-" +"connected), please connect with my Red Matrix channel address:" msgstr "" -#: ../../view/theme/diabook/config.php:207 -msgid "Last tweets" +#: ../../mod/invite.php:153 +msgid "Click the [Register] link on the following page to join." msgstr "" -#: ../../view/theme/quattro/config.php:56 -msgid "Alignment" -msgstr "Выравнивание" +#: ../../mod/invite.php:155 +msgid "" +"For more information about the Red Matrix Project and why it has the " +"potential to change the internet as we know it, please visit " +"http://getzot.com" +msgstr "Чтобы узнать больше о проекте Red Matrix, и чтобы узнать почему он имеет потенциал для изменения привычного нам Интернета, пожалуйста, посетите http://getzot.com" -#: ../../view/theme/quattro/config.php:56 -msgid "Left" -msgstr "" +#: ../../mod/item.php:147 +msgid "Unable to locate original post." +msgstr "Не удалось найти оригинал." -#: ../../view/theme/quattro/config.php:56 -msgid "Center" -msgstr "Центр" +#: ../../mod/item.php:372 +msgid "Empty post discarded." +msgstr "Отказаться от пустой почты." -#: ../../view/theme/dispy/config.php:75 -msgid "Set colour scheme" +#: ../../mod/item.php:414 +msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../include/profile_advanced.php:22 -msgid "j F, Y" -msgstr "j F, Y" - -#: ../../include/profile_advanced.php:23 -msgid "j F" -msgstr "j F" - -#: ../../include/profile_advanced.php:30 -msgid "Birthday:" -msgstr "День рождения:" - -#: ../../include/profile_advanced.php:34 -msgid "Age:" -msgstr "Возраст:" +#: ../../mod/item.php:828 +msgid "System error. Post not saved." +msgstr "Системная ошибка. Сообщение не сохранено." -#: ../../include/profile_advanced.php:43 +#: ../../mod/item.php:1271 #, php-format -msgid "for %1$d %2$s" -msgstr "" - -#: ../../include/profile_advanced.php:52 -msgid "Tags:" +msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../include/profile_advanced.php:56 -msgid "Religion:" -msgstr "Религия:" - -#: ../../include/profile_advanced.php:60 -msgid "Hobbies/Interests:" -msgstr "Хобби / Интересы:" - -#: ../../include/profile_advanced.php:67 -msgid "Contact information and Social Networks:" -msgstr "Информация о контакте и социальных сетях:" - -#: ../../include/profile_advanced.php:69 -msgid "Musical interests:" -msgstr "Музыкальные интересы:" - -#: ../../include/profile_advanced.php:71 -msgid "Books, literature:" -msgstr "Книги, литература:" - -#: ../../include/profile_advanced.php:73 -msgid "Television:" -msgstr "Телевидение:" - -#: ../../include/profile_advanced.php:75 -msgid "Film/dance/culture/entertainment:" -msgstr "Кино / Танцы / Культура / Развлечения:" - -#: ../../include/profile_advanced.php:77 -msgid "Love/Romance:" -msgstr "Любовь / Романтика:" - -#: ../../include/profile_advanced.php:79 -msgid "Work/employment:" -msgstr "Работа / Занятость:" - -#: ../../include/profile_advanced.php:81 -msgid "School/education:" -msgstr "Школа / Образование:" - -#: ../../include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Неизвестно | Не определено" - -#: ../../include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Блокировать немедленно" - -#: ../../include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "Тролль, спаммер, рассылает рекламу" - -#: ../../include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Известные мне, но нет определенного мнения" - -#: ../../include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "Хорошо, наверное, безвредные" - -#: ../../include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Уважаемые, есть мое доверие" - -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "Часто" - -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "Раз в час" - -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "Два раза в день" - -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" - -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" - -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" - -#: ../../include/profile_selectors.php:6 -msgid "Male" -msgstr "Мужчина" - -#: ../../include/profile_selectors.php:6 -msgid "Female" -msgstr "Женщина" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "В данный момент мужчина" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "В настоящее время женщина" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "В основном мужчина" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "В основном женщина" - -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Транссексуал" - -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Интерсексуал" - -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Транссексуал" - -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Гермафродит" - -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Средний род" - -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Не определен" - -#: ../../include/profile_selectors.php:6 -msgid "Other" -msgstr "Другой" - -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Не решено" - -#: ../../include/profile_selectors.php:23 -msgid "Males" -msgstr "Мужчины" - -#: ../../include/profile_selectors.php:23 -msgid "Females" -msgstr "Женщины" - -#: ../../include/profile_selectors.php:23 -msgid "Gay" -msgstr "Гей" - -#: ../../include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Лесбиянка" - -#: ../../include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Без предпочтений" - -#: ../../include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Бисексуал" - -#: ../../include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Автосексуал" - -#: ../../include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Воздержанный" - -#: ../../include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Девственница" - -#: ../../include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Deviant" - -#: ../../include/profile_selectors.php:23 -msgid "Fetish" -msgstr "Фетиш" - -#: ../../include/profile_selectors.php:23 -msgid "Oodles" -msgstr "Групповой" - -#: ../../include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Нет интереса к сексу" - -#: ../../include/profile_selectors.php:42 -msgid "Single" -msgstr "Без пары" - -#: ../../include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Пока никого нет" - -#: ../../include/profile_selectors.php:42 -msgid "Available" -msgstr "Доступный" - -#: ../../include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Не ищу никого" - -#: ../../include/profile_selectors.php:42 -msgid "Has crush" +#: ../../mod/item.php:1277 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Infatuated" +#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 +#: ../../mod/update_network.php:23 ../../mod/update_search.php:46 +msgid "[Embedded content - reload page to view]" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Dating" -msgstr "Свидания" - -#: ../../include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Изменяю супругу" - -#: ../../include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Люблю секс" - -#: ../../include/profile_selectors.php:42 ../../include/user.php:278 -#: ../../include/user.php:282 -msgid "Friends" -msgstr "Друзья" - -#: ../../include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "Друзья / Предпочтения" - -#: ../../include/profile_selectors.php:42 -msgid "Casual" -msgstr "Обычный" - -#: ../../include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Занят" - -#: ../../include/profile_selectors.php:42 -msgid "Married" -msgstr "Женат / Замужем" - -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily married" +#: ../../mod/layouts.php:62 +msgid "Help with this feature" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Partners" -msgstr "Партнеры" - -#: ../../include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "Партнерство" - -#: ../../include/profile_selectors.php:42 -msgid "Common law" +#: ../../mod/layouts.php:84 +msgid "Layout Name" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Happy" -msgstr "Счастлив/а/" - -#: ../../include/profile_selectors.php:42 -msgid "Not looking" +#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +msgid "Remote privacy information not available." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Swinger" -msgstr "Свинг" +#: ../../mod/lockview.php:45 +msgid "Visible to:" +msgstr "Кому видно:" -#: ../../include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "Преданный" +#: ../../mod/viewconnections.php:58 +msgid "No connections." +msgstr "Никаких связей." -#: ../../include/profile_selectors.php:42 -msgid "Separated" -msgstr "Разделенный" +#: ../../mod/viewconnections.php:70 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Посетить %s's профиль [%s]" -#: ../../include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Нестабильный" +#: ../../mod/viewconnections.php:85 +msgid "View Connnections" +msgstr "Просмотр контактов" -#: ../../include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Разведен(а)" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Действительный аккаунт не найден." -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily divorced" +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Widowed" -msgstr "Овдовевший" +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" +msgstr "Участник сайта (%s)" -#: ../../include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Неопределенный" +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "Требуется сброс пароля на %s" -#: ../../include/profile_selectors.php:42 -msgid "It's complicated" +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Don't care" -msgstr "Не беспокоить" - -#: ../../include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Спросите меня" - -#: ../../include/event.php:20 ../../include/bb2diaspora.php:396 -msgid "Starts:" -msgstr "Начало:" +#: ../../mod/lostpass.php:85 ../../boot.php:1467 +msgid "Password Reset" +msgstr "Сбросить пароль" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:404 -msgid "Finishes:" -msgstr "Окончание:" +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "Ваш пароль в соответствии с просьбой сброшен." -#: ../../include/delivery.php:457 ../../include/notifier.php:703 -msgid "(no subject)" -msgstr "(без темы)" +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "Ваш новый пароль" -#: ../../include/Scrape.php:576 -msgid " on Last.fm" +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" msgstr "" -#: ../../include/text.php:243 -msgid "prev" -msgstr "пред." +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "нажмите здесь чтобы выйти" -#: ../../include/text.php:245 -msgid "first" -msgstr "первый" +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." +msgstr "" -#: ../../include/text.php:274 -msgid "last" -msgstr "последний" +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" +msgstr "Пароль изменен на %s" -#: ../../include/text.php:277 -msgid "next" -msgstr "след." +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Забыли пароль или логин?" -#: ../../include/text.php:295 -msgid "newer" +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." msgstr "" -#: ../../include/text.php:299 -msgid "older" -msgstr "" +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "Адрес электронной почты" -#: ../../include/text.php:597 -msgid "No contacts" -msgstr "Нет контактов" +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Сброс" -#: ../../include/text.php:606 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d контакт" -msgstr[1] "%d контактов" -msgstr[2] "%d контактов" +#: ../../mod/magic.php:70 +msgid "Hub not found." +msgstr "Hub не найден." -#: ../../include/text.php:719 -msgid "poke" +#: ../../mod/vote.php:97 +msgid "Total votes" msgstr "" -#: ../../include/text.php:719 ../../include/conversation.php:210 -msgid "poked" +#: ../../mod/vote.php:98 +msgid "Average Rating" msgstr "" -#: ../../include/text.php:720 -msgid "ping" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." msgstr "" -#: ../../include/text.php:720 -msgid "pinged" +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." msgstr "" -#: ../../include/text.php:721 -msgid "prod" +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." msgstr "" -#: ../../include/text.php:721 -msgid "prodded" +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." msgstr "" -#: ../../include/text.php:722 -msgid "slap" -msgstr "" +#: ../../mod/mail.php:121 ../../mod/message.php:31 +msgid "Messages" +msgstr "Переписка" -#: ../../include/text.php:722 -msgid "slapped" -msgstr "" +#: ../../mod/mail.php:132 +msgid "Message deleted." +msgstr "Сообщение удалено." -#: ../../include/text.php:723 -msgid "finger" +#: ../../mod/mail.php:149 +msgid "Message recalled." msgstr "" -#: ../../include/text.php:723 -msgid "fingered" -msgstr "" +#: ../../mod/mail.php:206 +msgid "Send Private Message" +msgstr "Отправить личное сообщение" -#: ../../include/text.php:724 -msgid "rebuff" -msgstr "" +#: ../../mod/mail.php:207 ../../mod/mail.php:323 +msgid "To:" +msgstr "Кому:" -#: ../../include/text.php:724 -msgid "rebuffed" -msgstr "" +#: ../../mod/mail.php:212 ../../mod/mail.php:325 +msgid "Subject:" +msgstr "Тема:" -#: ../../include/text.php:736 -msgid "happy" -msgstr "" +#: ../../mod/mail.php:249 +msgid "Message not found." +msgstr "Сообщение не найдено." -#: ../../include/text.php:737 -msgid "sad" -msgstr "" +#: ../../mod/mail.php:292 ../../mod/message.php:72 +msgid "Delete message" +msgstr "Удалить сообщение" -#: ../../include/text.php:738 -msgid "mellow" +#: ../../mod/mail.php:293 +msgid "Recall message" msgstr "" -#: ../../include/text.php:739 -msgid "tired" +#: ../../mod/mail.php:295 +msgid "Message has been recalled." msgstr "" -#: ../../include/text.php:740 -msgid "perky" -msgstr "" +#: ../../mod/mail.php:312 +msgid "Private Conversation" +msgstr "Личный разговор" -#: ../../include/text.php:741 -msgid "angry" -msgstr "" +#: ../../mod/mail.php:316 +msgid "Delete conversation" +msgstr "Удалить разговор" -#: ../../include/text.php:742 -msgid "stupified" +#: ../../mod/mail.php:318 +msgid "" +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." msgstr "" -#: ../../include/text.php:743 -msgid "puzzled" -msgstr "" +#: ../../mod/mail.php:322 +msgid "Send Reply" +msgstr "Отправить снова" -#: ../../include/text.php:744 -msgid "interested" +#: ../../mod/manage.php:64 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "" -#: ../../include/text.php:745 -msgid "bitter" -msgstr "" +#: ../../mod/manage.php:72 +msgid "Create a new channel" +msgstr "Создать новый канал" -#: ../../include/text.php:746 -msgid "cheerful" -msgstr "" +#: ../../mod/manage.php:77 +msgid "Channel Manager" +msgstr "Настройки канала" -#: ../../include/text.php:747 -msgid "alive" -msgstr "" +#: ../../mod/manage.php:78 +msgid "Current Channel" +msgstr "Текущий канал" -#: ../../include/text.php:748 -msgid "annoyed" +#: ../../mod/manage.php:80 +msgid "Attach to one of your channels by selecting it." msgstr "" -#: ../../include/text.php:749 -msgid "anxious" -msgstr "" +#: ../../mod/manage.php:81 +msgid "Default Channel" +msgstr "Канал по умолчанию" -#: ../../include/text.php:750 -msgid "cranky" -msgstr "" +#: ../../mod/manage.php:82 +msgid "Make Default" +msgstr "Сделать стандартным" -#: ../../include/text.php:751 -msgid "disturbed" -msgstr "" +#: ../../mod/wall_upload.php:34 +msgid "Wall Photos" +msgstr "Стена фотографий" -#: ../../include/text.php:752 -msgid "frustrated" -msgstr "" +#: ../../mod/match.php:16 +msgid "Profile Match" +msgstr "Профиль Совпадение" -#: ../../include/text.php:753 -msgid "motivated" +#: ../../mod/match.php:24 +msgid "No keywords to match. Please add keywords to your default profile." msgstr "" -#: ../../include/text.php:754 -msgid "relaxed" -msgstr "" +#: ../../mod/match.php:61 +msgid "is interested in:" +msgstr "заинтересован в:" -#: ../../include/text.php:755 -msgid "surprised" -msgstr "" +#: ../../mod/match.php:69 +msgid "No matches" +msgstr "Нет соответствий" -#: ../../include/text.php:921 -msgid "January" -msgstr "Январь" +#: ../../mod/menu.php:21 +msgid "Menu updated." +msgstr "Меню обновлено." -#: ../../include/text.php:921 -msgid "February" -msgstr "Февраль" +#: ../../mod/menu.php:25 +msgid "Unable to update menu." +msgstr "Невозможно обновление меню." -#: ../../include/text.php:921 -msgid "March" -msgstr "Март" +#: ../../mod/menu.php:30 +msgid "Menu created." +msgstr "Меню создано." -#: ../../include/text.php:921 -msgid "April" -msgstr "Апрель" +#: ../../mod/menu.php:34 +msgid "Unable to create menu." +msgstr "Невозможно создать меню." -#: ../../include/text.php:921 -msgid "May" -msgstr "Май" +#: ../../mod/menu.php:57 +msgid "Manage Menus" +msgstr "Управление меню" -#: ../../include/text.php:921 -msgid "June" -msgstr "Июнь" +#: ../../mod/menu.php:60 +msgid "Drop" +msgstr "Удалить" -#: ../../include/text.php:921 -msgid "July" -msgstr "Июль" +#: ../../mod/menu.php:62 +msgid "Create a new menu" +msgstr "Создать новое меню" -#: ../../include/text.php:921 -msgid "August" -msgstr "Август" +#: ../../mod/menu.php:63 +msgid "Delete this menu" +msgstr "Удалить это меню" -#: ../../include/text.php:921 -msgid "September" -msgstr "Сентябрь" +#: ../../mod/menu.php:64 ../../mod/menu.php:109 +msgid "Edit menu contents" +msgstr "Редактировать содержание меню" -#: ../../include/text.php:921 -msgid "October" -msgstr "Октябрь" +#: ../../mod/menu.php:65 +msgid "Edit this menu" +msgstr "Редактировать это меню" -#: ../../include/text.php:921 -msgid "November" -msgstr "Ноябрь" +#: ../../mod/menu.php:80 +msgid "New Menu" +msgstr "Новое меню" -#: ../../include/text.php:921 -msgid "December" -msgstr "Декабрь" +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Menu name" +msgstr "Название меню" -#: ../../include/text.php:1007 -msgid "bytes" -msgstr "байт" +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Must be unique, only seen by you" +msgstr "" -#: ../../include/text.php:1034 ../../include/text.php:1046 -msgid "Click to open/close" -msgstr "Нажмите, чтобы открыть / закрыть" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title" +msgstr "Название меню" -#: ../../include/text.php:1219 ../../include/user.php:236 -msgid "default" -msgstr "значение по умолчанию" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title as seen by others" +msgstr "" -#: ../../include/text.php:1231 -msgid "Select an alternate language" -msgstr "Выбор альтернативного языка" +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Allow bookmarks" +msgstr "Разрешить закладки" -#: ../../include/text.php:1441 -msgid "activity" -msgstr "активность" +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Menu may be used to store saved bookmarks" +msgstr "Меню может использоваться, чтобы сохранить закладки" -#: ../../include/text.php:1444 -msgid "post" -msgstr "" +#: ../../mod/menu.php:98 +msgid "Menu deleted." +msgstr "Меню удалено." -#: ../../include/text.php:1599 -msgid "Item filed" +#: ../../mod/menu.php:100 +msgid "Menu could not be deleted." msgstr "" -#: ../../include/diaspora.php:691 -msgid "Sharing notification from Diaspora network" -msgstr "Делиться уведомлениями из сети Diaspora" +#: ../../mod/menu.php:106 +msgid "Edit Menu" +msgstr "Редактировать меню" -#: ../../include/diaspora.php:2211 -msgid "Attachments:" -msgstr "Вложения:" +#: ../../mod/menu.php:108 +msgid "Add or remove entries to this menu" +msgstr "" -#: ../../include/network.php:849 -msgid "view full size" -msgstr "посмотреть в полный размер" +#: ../../mod/message.php:41 +msgid "Conversation removed." +msgstr "Разговор удален." -#: ../../include/oembed.php:137 -msgid "Embedded content" -msgstr "Встроенное содержание" +#: ../../mod/message.php:56 +msgid "No messages." +msgstr "Нет сообщений." -#: ../../include/oembed.php:146 -msgid "Embedding disabled" -msgstr "Встраивание отключено" +#: ../../mod/message.php:74 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" -#: ../../include/group.php:25 +#: ../../mod/new_channel.php:107 +msgid "Add a Channel" +msgstr "Добавить контакт" + +#: ../../mod/new_channel.php:108 msgid "" -"A deleted group with this name was revived. Existing item permissions " -"<strong>may</strong> apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." +"A channel is your own collection of related web pages. A channel can be used" +" to hold social network profiles, blogs, conversation groups and forums, " +"celebrity pages, and much more. You may create as many channels as your " +"service provider allows." msgstr "" -#: ../../include/group.php:176 -msgid "Default privacy group for new contacts" +#: ../../mod/new_channel.php:111 +msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " msgstr "" -#: ../../include/group.php:195 -msgid "Everybody" -msgstr "Каждый" - -#: ../../include/group.php:218 -msgid "edit" -msgstr "редактировать" +#: ../../mod/new_channel.php:112 +msgid "Choose a short nickname" +msgstr "Выберите короткий псевдоним" -#: ../../include/group.php:240 -msgid "Edit group" -msgstr "Редактировать группу" +#: ../../mod/new_channel.php:113 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." +msgstr "" -#: ../../include/group.php:241 -msgid "Create a new group" -msgstr "Создать новую группу" +#: ../../mod/new_channel.php:114 +msgid "Or <a href=\"import\">import an existing channel</a> from another location" +msgstr "" -#: ../../include/group.php:242 -msgid "Contacts not in any group" +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." msgstr "" -#: ../../include/nav.php:46 ../../boot.php:911 -msgid "Logout" -msgstr "Выход" +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "Альбом не найден." -#: ../../include/nav.php:46 -msgid "End this session" -msgstr "Конец этой сессии" +#: ../../mod/photos.php:119 ../../mod/photos.php:669 +msgid "Delete Album" +msgstr "Удалить альбом" -#: ../../include/nav.php:49 ../../boot.php:1665 -msgid "Status" -msgstr "Статус" +#: ../../mod/photos.php:159 ../../mod/photos.php:952 +msgid "Delete Photo" +msgstr "Удалить фотографию" -#: ../../include/nav.php:64 -msgid "Sign in" -msgstr "Вход" +#: ../../mod/photos.php:453 +msgid "No photos selected" +msgstr "Никакие фотографии не выбраны" -#: ../../include/nav.php:77 -msgid "Home Page" -msgstr "Главная страница" +#: ../../mod/photos.php:500 +msgid "Access to this item is restricted." +msgstr "Доступ к этому элементу ограничен." -#: ../../include/nav.php:81 -msgid "Create an account" -msgstr "Создать аккаунт" +#: ../../mod/photos.php:574 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Вы использовали %1$.2f мегабайт из %2$.2f для хранения фото." -#: ../../include/nav.php:86 -msgid "Help and documentation" -msgstr "Помощь и документация" +#: ../../mod/photos.php:577 +#, php-format +msgid "You have used %1$.2f Mbytes of photo storage." +msgstr "Вы использовали %1$.2f мегабайт для хранения фото." -#: ../../include/nav.php:89 -msgid "Apps" -msgstr "Приложения" +#: ../../mod/photos.php:596 +msgid "Upload Photos" +msgstr "Загрузить фотографии" -#: ../../include/nav.php:89 -msgid "Addon applications, utilities, games" -msgstr "Дополнительные приложения, утилиты, игры" +#: ../../mod/photos.php:600 ../../mod/photos.php:664 +msgid "New album name: " +msgstr "Название нового альбома:" -#: ../../include/nav.php:91 -msgid "Search site content" -msgstr "Поиск по сайту" +#: ../../mod/photos.php:601 +msgid "or existing album name: " +msgstr "или существующий альбом:" -#: ../../include/nav.php:101 -msgid "Conversations on this site" -msgstr "Беседы на этом сайте" +#: ../../mod/photos.php:602 +msgid "Do not show a status post for this upload" +msgstr "Не показывать пост о состоянии этой загрузки" -#: ../../include/nav.php:103 -msgid "Directory" -msgstr "Каталог" +#: ../../mod/photos.php:653 ../../mod/photos.php:675 ../../mod/photos.php:1124 +#: ../../mod/photos.php:1139 +msgid "Contact Photos" +msgstr "Фотографии контакта" -#: ../../include/nav.php:103 -msgid "People directory" -msgstr "Каталог участников" +#: ../../mod/photos.php:679 +msgid "Edit Album" +msgstr "Редактировать Фотоальбом" -#: ../../include/nav.php:113 -msgid "Conversations from your friends" -msgstr "Беседы с друзьями" +#: ../../mod/photos.php:685 +msgid "Show Newest First" +msgstr "Показать новые первыми" -#: ../../include/nav.php:121 -msgid "Friend Requests" -msgstr "Запросы на добавление в список друзей" +#: ../../mod/photos.php:687 +msgid "Show Oldest First" +msgstr "Показать старые первыми" -#: ../../include/nav.php:123 -msgid "See all notifications" -msgstr "Посмотреть все уведомления" +#: ../../mod/photos.php:730 ../../mod/photos.php:1171 +msgid "View Photo" +msgstr "Посмотреть фотографию" -#: ../../include/nav.php:124 -msgid "Mark all system notifications seen" +#: ../../mod/photos.php:776 +msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: ../../include/nav.php:128 -msgid "Private mail" -msgstr "Личная почта" - -#: ../../include/nav.php:129 -msgid "Inbox" -msgstr "Входящие" +#: ../../mod/photos.php:778 +msgid "Photo not available" +msgstr "Фотография не доступна" -#: ../../include/nav.php:130 -msgid "Outbox" -msgstr "Исходящие" +#: ../../mod/photos.php:838 +msgid "Use as profile photo" +msgstr "Использовать в качестве фотографии профиля" -#: ../../include/nav.php:134 -msgid "Manage" -msgstr "Управлять" +#: ../../mod/photos.php:862 +msgid "View Full Size" +msgstr "Посмотреть в полный размер" -#: ../../include/nav.php:134 -msgid "Manage other pages" -msgstr "Управление другими страницами" +#: ../../mod/photos.php:936 +msgid "Edit photo" +msgstr "Редактировать фотографию" -#: ../../include/nav.php:138 ../../boot.php:1186 -msgid "Profiles" -msgstr "Профили" +#: ../../mod/photos.php:938 +msgid "Rotate CW (right)" +msgstr "Повернуть CW (направо)" -#: ../../include/nav.php:138 ../../boot.php:1186 -msgid "Manage/edit profiles" -msgstr "Управление / редактирование профилей" +#: ../../mod/photos.php:939 +msgid "Rotate CCW (left)" +msgstr "Повернуть CCW (налево)" -#: ../../include/nav.php:139 -msgid "Manage/edit friends and contacts" -msgstr "Управление / редактирование друзей и контактов" +#: ../../mod/photos.php:941 +msgid "New album name" +msgstr "Новое название альбома:" -#: ../../include/nav.php:146 -msgid "Site setup and configuration" -msgstr "Установка и конфигурация сайта" +#: ../../mod/photos.php:944 +msgid "Caption" +msgstr "Подпись" -#: ../../include/nav.php:170 -msgid "Nothing new here" -msgstr "Ничего нового здесь" +#: ../../mod/photos.php:946 +msgid "Add a Tag" +msgstr "Добавить тег" -#: ../../include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "Добавить контакт" +#: ../../mod/photos.php:949 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -#: ../../include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "Введите адрес или веб-местонахождение" +#: ../../mod/photos.php:1102 +msgid "In This Photo:" +msgstr "" -#: ../../include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Пример: bob@example.com, http://example.com/barbara" +#: ../../mod/photos.php:1177 +msgid "View Album" +msgstr "Посмотреть фотоальбом" -#: ../../include/contact_widgets.php:23 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d приглашение доступно" -msgstr[1] "%d приглашений доступно" -msgstr[2] "%d приглашений доступно" +#: ../../mod/photos.php:1186 +msgid "Recent Photos" +msgstr "Последние фотографии" -#: ../../include/contact_widgets.php:29 -msgid "Find People" -msgstr "Поиск людей" +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "" -#: ../../include/contact_widgets.php:30 -msgid "Enter name or interest" -msgstr "Введите имя или интерес" +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Отменить" -#: ../../include/contact_widgets.php:31 -msgid "Connect/Follow" -msgstr "Подключиться/Следовать" +#: ../../mod/notifications.php:94 ../../mod/notify.php:53 +msgid "No more system notifications." +msgstr "Новых оповещений системы пока нет." -#: ../../include/contact_widgets.php:32 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Примеры: Роберт Morgenstein, Рыбалка" +#: ../../mod/notifications.php:98 ../../mod/notify.php:57 +msgid "System Notifications" +msgstr "Системные оповещения " -#: ../../include/contact_widgets.php:36 -msgid "Random Profile" +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." msgstr "" -#: ../../include/contact_widgets.php:68 -msgid "Networks" -msgstr "Сети" - -#: ../../include/contact_widgets.php:71 -msgid "All Networks" -msgstr "Все сети" +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Публикация прошла успешно." -#: ../../include/contact_widgets.php:98 -msgid "Saved Folders" +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" msgstr "" -#: ../../include/contact_widgets.php:101 ../../include/contact_widgets.php:129 -msgid "Everything" -msgstr "Всё" - -#: ../../include/contact_widgets.php:126 -msgid "Categories" -msgstr "Категории" - -#: ../../include/auth.php:35 -msgid "Logged out." -msgstr "Выход из системы." - -#: ../../include/auth.php:114 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." msgstr "" -#: ../../include/auth.php:114 -msgid "The error message was:" +#: ../../mod/appman.php:28 ../../mod/appman.php:44 +msgid "App installed." msgstr "" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Разное" - -#: ../../include/datetime.php:153 ../../include/datetime.php:285 -msgid "year" -msgstr "год" - -#: ../../include/datetime.php:158 ../../include/datetime.php:286 -msgid "month" -msgstr "мес." - -#: ../../include/datetime.php:163 ../../include/datetime.php:288 -msgid "day" -msgstr "день" - -#: ../../include/datetime.php:276 -msgid "never" -msgstr "никогда" - -#: ../../include/datetime.php:282 -msgid "less than a second ago" -msgstr "менее сек. назад" - -#: ../../include/datetime.php:287 -msgid "week" -msgstr "неделя" - -#: ../../include/datetime.php:289 -msgid "hour" -msgstr "час" - -#: ../../include/datetime.php:289 -msgid "hours" -msgstr "час." - -#: ../../include/datetime.php:290 -msgid "minute" -msgstr "минута" - -#: ../../include/datetime.php:290 -msgid "minutes" -msgstr "мин." - -#: ../../include/datetime.php:291 -msgid "second" -msgstr "секунда" - -#: ../../include/datetime.php:291 -msgid "seconds" -msgstr "сек." +#: ../../mod/appman.php:37 +msgid "Malformed app." +msgstr "" -#: ../../include/datetime.php:300 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s назад" +#: ../../mod/appman.php:80 +msgid "Embed code" +msgstr "Код для вставки" -#: ../../include/datetime.php:472 ../../include/items.php:1688 -#, php-format -msgid "%s's birthday" +#: ../../mod/appman.php:86 +msgid "Edit App" msgstr "" -#: ../../include/datetime.php:473 ../../include/items.php:1689 -#, php-format -msgid "Happy Birthday %s" +#: ../../mod/appman.php:86 +msgid "Create App" msgstr "" -#: ../../include/onepoll.php:399 -msgid "From: " -msgstr "От: " - -#: ../../include/bbcode.php:185 ../../include/bbcode.php:406 -msgid "Image/photo" -msgstr "Изображение / Фото" - -#: ../../include/bbcode.php:371 ../../include/bbcode.php:391 -msgid "$1 wrote:" -msgstr "$1 написал:" - -#: ../../include/bbcode.php:410 ../../include/bbcode.php:411 -msgid "Encrypted content" +#: ../../mod/appman.php:91 +msgid "Name of app" msgstr "" -#: ../../include/dba.php:41 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Не могу найти информацию для DNS-сервера базы данных '%s'" - -#: ../../include/message.php:15 ../../include/message.php:171 -msgid "[no subject]" -msgstr "[без темы]" - -#: ../../include/acl_selectors.php:286 -msgid "Visible to everybody" -msgstr "Видимо всем" - -#: ../../include/enotify.php:16 -msgid "Friendica Notification" -msgstr "Friendica уведомления" - -#: ../../include/enotify.php:19 -msgid "Thank You," -msgstr "Спасибо," - -#: ../../include/enotify.php:21 -#, php-format -msgid "%s Administrator" -msgstr "%s администратор" - -#: ../../include/enotify.php:40 -#, php-format -msgid "%s <!item_type!>" +#: ../../mod/appman.php:92 +msgid "Location (URL) of app" msgstr "" -#: ../../include/enotify.php:44 -#, php-format -msgid "[Friendica:Notify] New mail received at %s" +#: ../../mod/appman.php:94 +msgid "Photo icon URL" msgstr "" -#: ../../include/enotify.php:46 -#, php-format -msgid "%1$s sent you a new private message at %2$s." +#: ../../mod/appman.php:94 +msgid "80 x 80 pixels - optional" msgstr "" -#: ../../include/enotify.php:47 -#, php-format -msgid "%1$s sent you %2$s." +#: ../../mod/appman.php:95 +msgid "Version ID" msgstr "" -#: ../../include/enotify.php:47 -msgid "a private message" -msgstr "личное сообщение" - -#: ../../include/enotify.php:48 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." +#: ../../mod/appman.php:96 +msgid "Price of app" msgstr "" -#: ../../include/enotify.php:89 -#, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" +#: ../../mod/appman.php:97 +msgid "Location (URL) to purchase app" msgstr "" -#: ../../include/enotify.php:96 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" +#: ../../view/theme/apw/php/config.php:202 +#: ../../view/theme/apw/php/config.php:236 +msgid "Schema Default" msgstr "" -#: ../../include/enotify.php:104 -#, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" +#: ../../view/theme/apw/php/config.php:203 +msgid "Sans-Serif" msgstr "" -#: ../../include/enotify.php:114 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +#: ../../view/theme/apw/php/config.php:204 +msgid "Monospace" msgstr "" -#: ../../include/enotify.php:115 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "" +#: ../../view/theme/apw/php/config.php:259 +#: ../../view/theme/blogga/php/config.php:69 +#: ../../view/theme/blogga/view/theme/blog/config.php:69 +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Theme settings" +msgstr "Настройки темы" -#: ../../include/enotify.php:118 ../../include/enotify.php:133 -#: ../../include/enotify.php:146 ../../include/enotify.php:164 -#: ../../include/enotify.php:177 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "" +#: ../../view/theme/apw/php/config.php:260 +#: ../../view/theme/redbasic/php/config.php:103 +msgid "Set scheme" +msgstr "Установить схему" -#: ../../include/enotify.php:125 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "" +#: ../../view/theme/apw/php/config.php:261 +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Set font-size for posts and comments" +msgstr "Установить размер шрифта для сообщений и комментариев" -#: ../../include/enotify.php:127 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" +#: ../../view/theme/apw/php/config.php:262 +msgid "Set font face" msgstr "" -#: ../../include/enotify.php:129 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" +#: ../../view/theme/apw/php/config.php:263 +msgid "Set iconset" msgstr "" -#: ../../include/enotify.php:140 -#, php-format -msgid "[Friendica:Notify] %s tagged you" +#: ../../view/theme/apw/php/config.php:264 +msgid "Set big shadow size, default 15px 15px 15px" msgstr "" -#: ../../include/enotify.php:141 -#, php-format -msgid "%1$s tagged you at %2$s" +#: ../../view/theme/apw/php/config.php:265 +msgid "Set small shadow size, default 5px 5px 5px" msgstr "" -#: ../../include/enotify.php:142 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." +#: ../../view/theme/apw/php/config.php:266 +msgid "Set shadow colour, default #000" msgstr "" -#: ../../include/enotify.php:154 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" +#: ../../view/theme/apw/php/config.php:267 +msgid "Set radius size, default 5px" msgstr "" -#: ../../include/enotify.php:155 -#, php-format -msgid "%1$s poked you at %2$s" +#: ../../view/theme/apw/php/config.php:268 +msgid "Set line-height for posts and comments" msgstr "" -#: ../../include/enotify.php:156 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." +#: ../../view/theme/apw/php/config.php:269 +msgid "Set background image" msgstr "" -#: ../../include/enotify.php:171 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" +#: ../../view/theme/apw/php/config.php:270 +msgid "Set background attachment" msgstr "" -#: ../../include/enotify.php:172 -#, php-format -msgid "%1$s tagged your post at %2$s" +#: ../../view/theme/apw/php/config.php:271 +msgid "Set background colour" msgstr "" -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" +#: ../../view/theme/apw/php/config.php:272 +msgid "Set section background image" msgstr "" -#: ../../include/enotify.php:184 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Сообщение] получен запрос" - -#: ../../include/enotify.php:185 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" +#: ../../view/theme/apw/php/config.php:273 +msgid "Set section background colour" msgstr "" -#: ../../include/enotify.php:186 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +#: ../../view/theme/apw/php/config.php:274 +msgid "Set colour of items - use hex" msgstr "" -#: ../../include/enotify.php:189 ../../include/enotify.php:207 -#, php-format -msgid "You may visit their profile at %s" +#: ../../view/theme/apw/php/config.php:275 +msgid "Set colour of links - use hex" msgstr "" -#: ../../include/enotify.php:191 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Посетите %s для подтверждения или отказа запроса." - -#: ../../include/enotify.php:198 -msgid "[Friendica:Notify] Friend suggestion received" +#: ../../view/theme/apw/php/config.php:276 +msgid "Set max-width for items. Default 400px" msgstr "" -#: ../../include/enotify.php:199 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" +#: ../../view/theme/apw/php/config.php:277 +msgid "Set min-width for items. Default 240px" msgstr "" -#: ../../include/enotify.php:200 -#, php-format -msgid "" -"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +#: ../../view/theme/apw/php/config.php:278 +msgid "Set the generic content wrapper width. Default 48%" msgstr "" -#: ../../include/enotify.php:205 -msgid "Name:" -msgstr "Имя:" - -#: ../../include/enotify.php:206 -msgid "Photo:" -msgstr "Фото:" - -#: ../../include/enotify.php:209 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." +#: ../../view/theme/apw/php/config.php:279 +msgid "Set colour of fonts - use hex" msgstr "" -#: ../../include/follow.php:32 -msgid "Connect URL missing." -msgstr "Connect-URL отсутствует." - -#: ../../include/follow.php:59 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Данный сайт не настроен так, чтобы держать связь с другими сетями." - -#: ../../include/follow.php:60 ../../include/follow.php:80 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Обнаружены несовместимые протоколы связи или каналы." - -#: ../../include/follow.php:78 -msgid "The profile address specified does not provide adequate information." -msgstr "Указанный адрес профиля не дает адекватной информации." - -#: ../../include/follow.php:82 -msgid "An author or name was not found." -msgstr "Автор или имя не найдены." - -#: ../../include/follow.php:84 -msgid "No browser URL could be matched to this address." -msgstr "Нет URL браузера, который соответствует этому адресу." - -#: ../../include/follow.php:86 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." +#: ../../view/theme/apw/php/config.php:280 +msgid "Set background-size element" msgstr "" -#: ../../include/follow.php:87 -msgid "Use mailto: in front of address to force email check." +#: ../../view/theme/apw/php/config.php:281 +msgid "Item opacity" msgstr "" -#: ../../include/follow.php:93 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "Указанный адрес профиля принадлежит сети, недоступной на этом сайта." - -#: ../../include/follow.php:103 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас." - -#: ../../include/follow.php:205 -msgid "Unable to retrieve contact information." -msgstr "Невозможно получить контактную информацию." - -#: ../../include/follow.php:259 -msgid "following" -msgstr "следует" - -#: ../../include/items.php:3299 -msgid "A new person is sharing with you at " -msgstr "Новый человек делится с вами" - -#: ../../include/items.php:3299 -msgid "You have a new follower at " -msgstr "У вас есть новый фолловер на " - -#: ../../include/items.php:3980 -msgid "Archives" +#: ../../view/theme/apw/php/config.php:282 +msgid "Display post previews only" msgstr "" -#: ../../include/user.php:38 -msgid "An invitation is required." -msgstr "Требуется приглашение." - -#: ../../include/user.php:43 -msgid "Invitation could not be verified." -msgstr "Приглашение не может быть проверено." - -#: ../../include/user.php:51 -msgid "Invalid OpenID url" -msgstr "Неверный URL OpenID" - -#: ../../include/user.php:66 -msgid "Please enter the required information." -msgstr "Пожалуйста, введите необходимую информацию." - -#: ../../include/user.php:80 -msgid "Please use a shorter name." -msgstr "Пожалуйста, используйте более короткое имя." - -#: ../../include/user.php:82 -msgid "Name too short." -msgstr "Имя слишком короткое." - -#: ../../include/user.php:97 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Кажется, что это ваше неполное (Имя Фамилия) имя." - -#: ../../include/user.php:102 -msgid "Your email domain is not among those allowed on this site." -msgstr "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте." - -#: ../../include/user.php:105 -msgid "Not a valid email address." -msgstr "Неверный адрес электронной почты." - -#: ../../include/user.php:115 -msgid "Cannot use that email." -msgstr "Нельзя использовать этот Email." - -#: ../../include/user.php:121 -msgid "" -"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " -"must also begin with a letter." -msgstr "Ваш \"ник\" может содержать только \"a-z\", \"0-9\", \"-\", и \"_\", а также должен начинаться с буквы." - -#: ../../include/user.php:127 ../../include/user.php:225 -msgid "Nickname is already registered. Please choose another." -msgstr "Такой ник уже зарегистрирован. Пожалуйста, выберите другой." - -#: ../../include/user.php:137 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." +#: ../../view/theme/apw/php/config.php:283 +msgid "Display side bar on channel page" msgstr "" -#: ../../include/user.php:153 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась." - -#: ../../include/user.php:211 -msgid "An error occurred during registration. Please try again." -msgstr "Ошибка при регистрации. Пожалуйста, попробуйте еще раз." - -#: ../../include/user.php:246 -msgid "An error occurred creating your default profile. Please try again." -msgstr "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз." - -#: ../../include/security.php:22 -msgid "Welcome " -msgstr "Добро пожаловать, " - -#: ../../include/security.php:23 -msgid "Please upload a profile photo." -msgstr "Пожалуйста, загрузите фотографию профиля." - -#: ../../include/security.php:26 -msgid "Welcome back " -msgstr "Добро пожаловать обратно, " - -#: ../../include/security.php:344 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." +#: ../../view/theme/apw/php/config.php:284 +msgid "Colour of the navigation bar" msgstr "" -#: ../../include/Contact.php:111 -msgid "stopped following" -msgstr "остановлено следование" - -#: ../../include/Contact.php:220 ../../include/conversation.php:734 -msgid "Poke" +#: ../../view/theme/apw/php/config.php:285 +msgid "Item float" msgstr "" -#: ../../include/Contact.php:221 ../../include/conversation.php:728 -msgid "View Status" +#: ../../view/theme/apw/php/config.php:286 +msgid "Left offset of the section element" msgstr "" -#: ../../include/Contact.php:222 ../../include/conversation.php:729 -msgid "View Profile" +#: ../../view/theme/apw/php/config.php:287 +msgid "Right offset of the section element" msgstr "" -#: ../../include/Contact.php:223 ../../include/conversation.php:730 -msgid "View Photos" +#: ../../view/theme/apw/php/config.php:288 +msgid "Section width" msgstr "" -#: ../../include/Contact.php:224 ../../include/Contact.php:237 -#: ../../include/conversation.php:731 -msgid "Network Posts" +#: ../../view/theme/apw/php/config.php:289 +msgid "Left offset of the aside" msgstr "" -#: ../../include/Contact.php:225 ../../include/Contact.php:237 -#: ../../include/conversation.php:732 -msgid "Edit Contact" +#: ../../view/theme/apw/php/config.php:290 +msgid "Right offset of the aside element" msgstr "" -#: ../../include/Contact.php:226 ../../include/Contact.php:237 -#: ../../include/conversation.php:733 -msgid "Send PM" -msgstr "Отправить ЛС" +#: ../../view/theme/blogga/php/config.php:47 +#: ../../view/theme/blogga/view/theme/blog/config.php:47 +msgid "None" +msgstr "" -#: ../../include/conversation.php:206 -#, php-format -msgid "%1$s poked %2$s" +#: ../../view/theme/blogga/php/config.php:70 +#: ../../view/theme/blogga/view/theme/blog/config.php:70 +msgid "Header image" msgstr "" -#: ../../include/conversation.php:290 -msgid "post/item" +#: ../../view/theme/blogga/php/config.php:71 +#: ../../view/theme/blogga/view/theme/blog/config.php:71 +msgid "Header image only on profile pages" msgstr "" -#: ../../include/conversation.php:291 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s пометил %2$s %3$s как Фаворит" +#: ../../view/theme/redbasic/php/config.php:104 +msgid "Narrow navbar" +msgstr "Узкая панель навигации" -#: ../../include/conversation.php:545 ../../object/Item.php:218 -msgid "Categories:" -msgstr "" +#: ../../view/theme/redbasic/php/config.php:105 +msgid "Navigation bar background colour" +msgstr "Панель навигации, цвет фона" -#: ../../include/conversation.php:546 ../../object/Item.php:219 -msgid "Filed under:" -msgstr "" +#: ../../view/theme/redbasic/php/config.php:106 +msgid "Navigation bar gradient top colour" +msgstr "Панель навигации, цвет градиента вверху" -#: ../../include/conversation.php:630 -msgid "remove" -msgstr "удалить" +#: ../../view/theme/redbasic/php/config.php:107 +msgid "Navigation bar gradient bottom colour" +msgstr "Панель навигации, цвет градиента внизу" -#: ../../include/conversation.php:634 -msgid "Delete Selected Items" -msgstr "Удалить выбранные позиции" +#: ../../view/theme/redbasic/php/config.php:108 +msgid "Navigation active button gradient top colour" +msgstr "Панель навигации, цвет градиента вверху активной кнопки" -#: ../../include/conversation.php:792 -#, php-format -msgid "%s likes this." -msgstr "%s нравится это." +#: ../../view/theme/redbasic/php/config.php:109 +msgid "Navigation active button gradient bottom colour" +msgstr "Панель навигации, цвет градиента внизу активной кнопки" -#: ../../include/conversation.php:792 -#, php-format -msgid "%s doesn't like this." -msgstr "%s не нравится это." +#: ../../view/theme/redbasic/php/config.php:110 +msgid "Navigation bar border colour " +msgstr "Панель навигации, цвет границы" -#: ../../include/conversation.php:796 -#, php-format -msgid "<span %1$s>%2$d people</span> like this." -msgstr "<span %1$s>%2$d чел.</span> нравится это." +#: ../../view/theme/redbasic/php/config.php:111 +msgid "Navigation bar icon colour " +msgstr "Панель навигации, цвет значков" -#: ../../include/conversation.php:798 -#, php-format -msgid "<span %1$s>%2$d people</span> don't like this." -msgstr "<span %1$s>%2$d чел.</span> не нравится это." +#: ../../view/theme/redbasic/php/config.php:112 +msgid "Navigation bar active icon colour " +msgstr "Панель навигации, цвет активного значка" -#: ../../include/conversation.php:804 -msgid "and" -msgstr "и" +#: ../../view/theme/redbasic/php/config.php:113 +msgid "link colour" +msgstr "Цвет ссылок" -#: ../../include/conversation.php:807 -#, php-format -msgid ", and %d other people" -msgstr ", и %d других чел." +#: ../../view/theme/redbasic/php/config.php:114 +msgid "Set font-colour for banner" +msgstr "Цвет текста в шапке" -#: ../../include/conversation.php:808 -#, php-format -msgid "%s like this." -msgstr "%s нравится это." +#: ../../view/theme/redbasic/php/config.php:115 +msgid "Set the background colour" +msgstr "Цвет фона на странице канала" -#: ../../include/conversation.php:808 -#, php-format -msgid "%s don't like this." -msgstr "%s не нравится это." +#: ../../view/theme/redbasic/php/config.php:116 +msgid "Set the background image" +msgstr "Фоновое изображение" -#: ../../include/conversation.php:832 ../../include/conversation.php:849 -msgid "Visible to <strong>everybody</strong>" -msgstr "Видимое <strong>всем</strong>" +#: ../../view/theme/redbasic/php/config.php:117 +msgid "Set the background colour of items" +msgstr "Цвет фона для постов и других элементов" -#: ../../include/conversation.php:834 ../../include/conversation.php:851 -msgid "Please enter a video link/URL:" -msgstr "" +#: ../../view/theme/redbasic/php/config.php:118 +msgid "Set the background colour of comments" +msgstr "Цвет фона для комментариев" -#: ../../include/conversation.php:835 ../../include/conversation.php:852 -msgid "Please enter an audio link/URL:" -msgstr "" +#: ../../view/theme/redbasic/php/config.php:119 +msgid "Set the border colour of comments" +msgstr "Цвет границы для области комментариев" -#: ../../include/conversation.php:836 ../../include/conversation.php:853 -msgid "Tag term:" +#: ../../view/theme/redbasic/php/config.php:120 +msgid "Set the indent for comments" msgstr "" -#: ../../include/conversation.php:838 ../../include/conversation.php:855 -msgid "Where are you right now?" -msgstr "И где вы сейчас?" +#: ../../view/theme/redbasic/php/config.php:121 +msgid "Set the basic colour for item icons" +msgstr "Основной цвет в иконках редактирования" -#: ../../include/conversation.php:898 -msgid "upload photo" -msgstr "загрузить фото" +#: ../../view/theme/redbasic/php/config.php:122 +msgid "Set the hover colour for item icons" +msgstr "Цвет в иконках редактирования при наведении мыши" -#: ../../include/conversation.php:900 -msgid "attach file" -msgstr "приложить файл" +#: ../../view/theme/redbasic/php/config.php:123 +msgid "Set font-size for the entire application" +msgstr "Установить размер шрифта для системы в целом" -#: ../../include/conversation.php:902 -msgid "web link" -msgstr "веб-ссылка" - -#: ../../include/conversation.php:903 -msgid "Insert video link" -msgstr "Вставить ссылку видео" - -#: ../../include/conversation.php:904 -msgid "video link" -msgstr "видео-ссылка" +#: ../../view/theme/redbasic/php/config.php:125 +msgid "Set font-colour for posts and comments" +msgstr "Цвет шрифта для постов и комментариев" -#: ../../include/conversation.php:905 -msgid "Insert audio link" -msgstr "Вставить ссылку аудио" +#: ../../view/theme/redbasic/php/config.php:126 +msgid "Set radius of corners" +msgstr "Радиус скруглений" -#: ../../include/conversation.php:906 -msgid "audio link" -msgstr "аудио-ссылка" +#: ../../view/theme/redbasic/php/config.php:127 +msgid "Set shadow depth of photos" +msgstr "" -#: ../../include/conversation.php:908 -msgid "set location" -msgstr "установить местонахождение" +#: ../../view/theme/redbasic/php/config.php:128 +msgid "Set maximum width of conversation regions" +msgstr "" -#: ../../include/conversation.php:910 -msgid "clear location" -msgstr "убрать местонахождение" +#: ../../view/theme/redbasic/php/config.php:129 +msgid "Center conversation regions" +msgstr "" -#: ../../include/conversation.php:917 -msgid "permissions" -msgstr "разрешения" +#: ../../view/theme/redbasic/php/config.php:130 +msgid "Set minimum opacity of nav bar - to hide it" +msgstr "Панель навигации, прозрачность" -#: ../../include/plugin.php:389 ../../include/plugin.php:391 -msgid "Click here to upgrade." +#: ../../view/theme/redbasic/php/config.php:131 +msgid "Set size of conversation author photo" msgstr "" -#: ../../include/plugin.php:397 -msgid "This action exceeds the limits set by your subscription plan." +#: ../../view/theme/redbasic/php/config.php:132 +msgid "Set size of followup author photos" msgstr "" -#: ../../include/plugin.php:402 -msgid "This action is not available under your subscription plan." +#: ../../view/theme/redbasic/php/config.php:133 +msgid "Sloppy photo albums" msgstr "" -#: ../../boot.php:573 -msgid "Delete this item?" -msgstr "Удалить этот элемент?" - -#: ../../boot.php:576 -msgid "show fewer" -msgstr "показать меньше" +#: ../../view/theme/redbasic/php/config.php:133 +msgid "Are you a clean desk or a messy desk person?" +msgstr "" -#: ../../boot.php:783 +#: ../../boot.php:1265 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:785 +#: ../../boot.php:1268 #, php-format msgid "Update Error at %s" -msgstr "" - -#: ../../boot.php:886 -msgid "Create a New Account" -msgstr "Создать новый аккаунт" - -#: ../../boot.php:914 -msgid "Nickname or Email address: " -msgstr "Ник или адрес электронной почты: " - -#: ../../boot.php:915 -msgid "Password: " -msgstr "Пароль: " - -#: ../../boot.php:918 -msgid "Or login using OpenID: " -msgstr "" - -#: ../../boot.php:924 -msgid "Forgot your password?" -msgstr "Забыли пароль?" +msgstr "Ошибка обновления на %s" -#: ../../boot.php:1035 -msgid "Requested account is not available." -msgstr "" - -#: ../../boot.php:1112 -msgid "Edit profile" -msgstr "Редактировать профиль" - -#: ../../boot.php:1178 -msgid "Message" +#: ../../boot.php:1432 +msgid "" +"Create an account to access services and applications within the Red Matrix" msgstr "" -#: ../../boot.php:1300 ../../boot.php:1386 -msgid "g A l F d" -msgstr "g A l F d" - -#: ../../boot.php:1301 ../../boot.php:1387 -msgid "F d" -msgstr "F d" - -#: ../../boot.php:1346 ../../boot.php:1427 -msgid "[today]" -msgstr "[сегодня]" - -#: ../../boot.php:1358 -msgid "Birthday Reminders" -msgstr "Напоминания о днях рождения" +#: ../../boot.php:1460 +msgid "Password" +msgstr "Пароль" -#: ../../boot.php:1359 -msgid "Birthdays this week:" -msgstr "Дни рождения на этой неделе:" +#: ../../boot.php:1461 +msgid "Remember me" +msgstr "Запомнить" -#: ../../boot.php:1420 -msgid "[No description]" -msgstr "[без описания]" - -#: ../../boot.php:1438 -msgid "Event Reminders" -msgstr "Напоминания о мероприятиях" - -#: ../../boot.php:1439 -msgid "Events this week:" -msgstr "Мероприятия на этой неделе:" - -#: ../../boot.php:1668 -msgid "Status Messages and Posts" -msgstr "" +#: ../../boot.php:1466 +msgid "Forgot your password?" +msgstr "Забыли пароль или логин?" -#: ../../boot.php:1675 -msgid "Profile Details" -msgstr "" +#: ../../boot.php:1531 +msgid "permission denied" +msgstr "доступ запрещен" -#: ../../boot.php:1692 -msgid "Events and Calendar" -msgstr "" +#: ../../boot.php:1532 +msgid "Got Zot?" +msgstr "Got Zot?" -#: ../../boot.php:1699 -msgid "Only You Can See This" -msgstr "" +#: ../../boot.php:1962 +msgid "toggle mobile" +msgstr "мобильное подключение" diff --git a/view/ru/passchanged_eml.tpl b/view/ru/passchanged_eml.tpl new file mode 100644 index 000000000..0d94be3c2 --- /dev/null +++ b/view/ru/passchanged_eml.tpl @@ -0,0 +1,20 @@ + +Dear {{$username}}, + Your password has been changed as requested. Please retain this +information for your records (or change your password immediately to +something that you will remember). + + +Your login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} +Password: {{$new_password}} + +You may change that password from your account settings page after logging in. + + +Sincerely, + {{$sitename}} Administrator + + diff --git a/view/ru/register_open_eml.tpl b/view/ru/register_open_eml.tpl new file mode 100644 index 000000000..4b397201c --- /dev/null +++ b/view/ru/register_open_eml.tpl @@ -0,0 +1,19 @@ + +An account has been created at {{$sitename}} for this email address. +The login details are as follows: + +Site Location: {{$siteurl}} +Login: {{$email}} +Password: (the password which was provided during registration) + +If this account was created without your knowledge and is not desired, you may +visit this site and reset the password. This will allow you to remove the +account from the links on the Settings page, and we +apologise for any inconvenience. + +Thank you and welcome to {{$sitename}}. + +Sincerely, + {{$sitename}} Administrator + + diff --git a/view/ru/register_verify_eml.tpl b/view/ru/register_verify_eml.tpl new file mode 100644 index 000000000..85d9a12d3 --- /dev/null +++ b/view/ru/register_verify_eml.tpl @@ -0,0 +1,25 @@ + +A new user registration request was received at {{$sitename}} which requires +your approval. + + +The login details are as follows: + +Site Location: {{$siteurl}} +Login Name: {{$email}} +IP Address: {{$details}} + +To approve this request please visit the following link: + + +{{$siteurl}}/regmod/allow/{{$hash}} + + +To deny the request and remove the account, please visit: + + +{{$siteurl}}/regmod/deny/{{$hash}} + + +Thank you. + diff --git a/view/ru/request_notify_eml.tpl b/view/ru/request_notify_eml.tpl new file mode 100644 index 000000000..d01b8ff27 --- /dev/null +++ b/view/ru/request_notify_eml.tpl @@ -0,0 +1,17 @@ + +Dear {{$myname}}, + +You have just received a connection request at {{$sitename}} + +from '{{$requestor}}'. + +You may visit their profile at {{$url}}. + +Please login to your site to view the complete introduction +and approve or ignore/cancel the request. + +{{$siteurl}} + +Regards, + + {{$sitename}} administrator diff --git a/view/ru/strings.php b/view/ru/strings.php index 6559f8fd4..4bc114669 100644 --- a/view/ru/strings.php +++ b/view/ru/strings.php @@ -1,856 +1,1517 @@ <?php +if(! function_exists("string_plural_select_ru")) { function string_plural_select_ru($n){ return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20) ? 1 : 2);; -} +}} ; -$a->strings["Post successful."] = "Успешно добавлено."; -$a->strings["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]"; -$a->strings["Contact settings applied."] = "Установки контакта приняты."; -$a->strings["Contact update failed."] = "Обновление контакта неудачное."; -$a->strings["Permission denied."] = "Нет разрешения."; -$a->strings["Contact not found."] = "Контакт не найден."; -$a->strings["Repair Contact Settings"] = "Восстановить установки контакта"; -$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ВНИМАНИЕ: Это крайне важно!</strong> Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать."; -$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' <strong>сейчас</strong>, если вы не уверены, что делаете на этой странице."; -$a->strings["Return to contact editor"] = ""; -$a->strings["Name"] = "Имя"; -$a->strings["Account Nickname"] = "Ник аккаунта"; -$a->strings["@Tagname - overrides Name/Nickname"] = ""; -$a->strings["Account URL"] = "URL аккаунта"; -$a->strings["Friend Request URL"] = "URL запроса в друзья"; -$a->strings["Friend Confirm URL"] = "URL подтверждения друга"; -$a->strings["Notification Endpoint URL"] = "URL эндпоинта уведомления"; -$a->strings["Poll/Feed URL"] = "URL опроса/ленты"; -$a->strings["New photo from this URL"] = "Новое фото из этой URL"; -$a->strings["Submit"] = "Подтвердить"; -$a->strings["Help:"] = "Помощь:"; -$a->strings["Help"] = "Помощь"; -$a->strings["Not Found"] = "Не найдено"; -$a->strings["Page not found."] = "Страница не найдена."; -$a->strings["File exceeds size limit of %d"] = "Файл превышает предельный размер %d"; -$a->strings["File upload failed."] = "Загрузка файла не удалась."; -$a->strings["Friend suggestion sent."] = "Приглашение в друзья отправлено."; -$a->strings["Suggest Friends"] = "Предложить друзей"; -$a->strings["Suggest a friend for %s"] = "Предложить друга для %s."; -$a->strings["Event title and start time are required."] = ""; -$a->strings["l, F j"] = "l, j F"; -$a->strings["Edit event"] = "Редактировать мероприятие"; -$a->strings["link to source"] = "ссылка на источник"; -$a->strings["Events"] = "Мероприятия"; -$a->strings["Create New Event"] = "Создать новое мероприятие"; -$a->strings["Previous"] = "Назад"; -$a->strings["Next"] = "Далее"; -$a->strings["hour:minute"] = "час:минута"; -$a->strings["Event details"] = "Сведения о мероприятии"; -$a->strings["Format is %s %s. Starting date and Title are required."] = ""; -$a->strings["Event Starts:"] = "Начало мероприятия:"; -$a->strings["Required"] = ""; -$a->strings["Finish date/time is not known or not relevant"] = "Дата/время окончания не известны, или не указаны"; -$a->strings["Event Finishes:"] = "Окончание мероприятия:"; -$a->strings["Adjust for viewer timezone"] = "Настройка часового пояса"; -$a->strings["Description:"] = "Описание:"; -$a->strings["Location:"] = "Откуда:"; -$a->strings["Title:"] = ""; -$a->strings["Share this event"] = "Поделитесь этим мероприятием"; -$a->strings["Cancel"] = "Отмена"; -$a->strings["Tag removed"] = "Ключевое слово удалено"; -$a->strings["Remove Item Tag"] = "Удалить ключевое слово"; -$a->strings["Select a tag to remove: "] = "Выберите ключевое слово для удаления: "; -$a->strings["Remove"] = "Удалить"; -$a->strings["%s welcomes %s"] = "%s приветствует %s"; -$a->strings["Authorize application connection"] = "Разрешить связь с приложением"; -$a->strings["Return to your app and insert this Securty Code:"] = "Вернитесь в ваше приложение и задайте этот код:"; -$a->strings["Please login to continue."] = "Пожалуйста, войдите для продолжения."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = ""; -$a->strings["Yes"] = "Да"; -$a->strings["No"] = "Нет"; -$a->strings["Photo Albums"] = "Фотоальбомы"; -$a->strings["Contact Photos"] = "Фотографии контакта"; -$a->strings["Upload New Photos"] = "Загрузить новые фото"; -$a->strings["everybody"] = "каждый"; -$a->strings["Contact information unavailable"] = "Информация о контакте недоступна"; +$a->strings["Cannot locate DNS info for database server '%s'"] = ""; $a->strings["Profile Photos"] = "Фотографии профиля"; -$a->strings["Album not found."] = "Альбом не найден."; -$a->strings["Delete Album"] = "Удалить альбом"; -$a->strings["Delete Photo"] = "Удалить фото"; -$a->strings["was tagged in a"] = "отмечен/а/ в"; +$a->strings["Image/photo"] = "Изображение / фото"; +$a->strings["Encrypted content"] = "Зашифрованное содержание"; +$a->strings["QR code"] = "QR код"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s написал следующее %2\$s %3\$s"; +$a->strings["post"] = "сообщение"; +$a->strings["$1 wrote:"] = "$1 писал:"; +$a->strings["Embedded content"] = "Внедренное содержание"; +$a->strings["Embedding disabled"] = "Внедрение отключенно"; +$a->strings["created a new post"] = "создал новое сообщение"; +$a->strings["commented on %s's post"] = "прокомментировал %s's сообщение"; $a->strings["photo"] = "фото"; -$a->strings["by"] = "с"; -$a->strings["Image exceeds size limit of "] = "Размер фото превышает лимит "; -$a->strings["Image file is empty."] = "Файл изображения пуст."; -$a->strings["Unable to process image."] = "Невозможно обработать фото."; -$a->strings["Image upload failed."] = "Загрузка фото неудачная."; -$a->strings["Public access denied."] = "Свободный доступ закрыт."; -$a->strings["No photos selected"] = "Не выбрано фото."; -$a->strings["Access to this item is restricted."] = "Доступ к этому пункту ограничен."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = ""; -$a->strings["You have used %1$.2f Mbytes of photo storage."] = ""; -$a->strings["Upload Photos"] = "Загрузить фото"; -$a->strings["New album name: "] = "Название нового альбома: "; -$a->strings["or existing album name: "] = "или название существующего альбома: "; -$a->strings["Do not show a status post for this upload"] = "Не показывать статус-сообщение для этой закачки"; -$a->strings["Permissions"] = "Разрешения"; -$a->strings["Edit Album"] = "Редактировать альбом"; -$a->strings["Show Newest First"] = ""; -$a->strings["Show Oldest First"] = ""; -$a->strings["View Photo"] = "Просмотр фото"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Нет разрешения. Доступ к этому элементу ограничен."; -$a->strings["Photo not available"] = "Фото недоступно"; -$a->strings["View photo"] = "Просмотр фото"; -$a->strings["Edit photo"] = "Редактировать фото"; -$a->strings["Use as profile photo"] = "Использовать как фото профиля"; +$a->strings["event"] = "мероприятие"; +$a->strings["channel"] = "канал"; +$a->strings["status"] = "статус"; +$a->strings["comment"] = "комментарий"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s нравится %2\$s's %3\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %2\$s's %3\$s"; +$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s теперь соединен с %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s подпихнул %2\$s"; +$a->strings["poked"] = "подпихнул"; +$a->strings["__ctx:mood__ %1\$s is %2\$s"] = ""; +$a->strings["Select"] = "Выбрать"; +$a->strings["Delete"] = "Удалить"; $a->strings["Private Message"] = "Личное сообщение"; -$a->strings["View Full Size"] = "Просмотреть полный размер"; -$a->strings["Tags: "] = "Ключевые слова: "; -$a->strings["[Remove any tag]"] = "[Удалить любое ключевое слово]"; -$a->strings["Rotate CW (right)"] = ""; -$a->strings["Rotate CCW (left)"] = ""; -$a->strings["New album name"] = "Название нового альбома"; -$a->strings["Caption"] = "Подпись"; -$a->strings["Add a Tag"] = "Добавить ключевое слово (таг)"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["I like this (toggle)"] = "Нравится"; -$a->strings["I don't like this (toggle)"] = "Не нравится"; +$a->strings["Message is verified"] = "Сообщение проверено"; +$a->strings["View %s's profile @ %s"] = "Просмотр %s's профиля @ %s"; +$a->strings["Categories:"] = "Категории:"; +$a->strings["Filed under:"] = "Хранить под:"; +$a->strings[" from %s"] = " от %s"; +$a->strings["last edited: %s"] = ""; +$a->strings["Expires: %s"] = ""; +$a->strings["View in context"] = "Показать в контексте"; +$a->strings["Please wait"] = "Подождите пожалуйста"; +$a->strings["remove"] = "удалить"; +$a->strings["Loading..."] = "Загрузка..."; +$a->strings["Delete Selected Items"] = "Удалить выбранные элементы"; +$a->strings["View Source"] = ""; +$a->strings["Follow Thread"] = "Следобать теме"; +$a->strings["View Status"] = "Просмотр состояния"; +$a->strings["View Profile"] = "Просмотр профиля"; +$a->strings["View Photos"] = "Просмотр фотографий"; +$a->strings["Matrix Activity"] = "Активность матрицы"; +$a->strings["Edit Contact"] = "Редактировать контакт"; +$a->strings["Send PM"] = "Отправить личное сообщение"; +$a->strings["Poke"] = "Подпихнуть"; +$a->strings["%s likes this."] = "%s нравится это."; +$a->strings["%s doesn't like this."] = "%s не нравится это."; +$a->strings["<span %1\$s>%2\$d people</span> like this."] = array( + 0 => "", + 1 => "", + 2 => "<span %1\$s>%2\$d чел.</span> нравится это.", +); +$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array( + 0 => "", + 1 => "", + 2 => "<span %1\$s>%2\$d чел.</span> не нравится это.", +); +$a->strings["and"] = "и"; +$a->strings[", and %d other people"] = array( + 0 => "", + 1 => "", + 2 => ", и %d другие люди", +); +$a->strings["%s like this."] = "%s нравится это."; +$a->strings["%s don't like this."] = "%s не нравится это."; +$a->strings["Visible to <strong>everybody</strong>"] = "Видно для <strong>всех</strong>"; +$a->strings["Please enter a link URL:"] = "Пожалуйста, введите URL ссылки:"; +$a->strings["Please enter a video link/URL:"] = "Пожалуйста, введите URL видео-ссылки:"; +$a->strings["Please enter an audio link/URL:"] = "Пожалуйста, введите URL аудио-ссылки:"; +$a->strings["Tag term:"] = "Теги:"; +$a->strings["Save to Folder:"] = "Сохранить в папку:"; +$a->strings["Where are you right now?"] = "Где вы сейчас?"; +$a->strings["Expires YYYY-MM-DD HH:MM"] = ""; +$a->strings["Preview"] = "Предварительный просмотр"; $a->strings["Share"] = "Поделиться"; -$a->strings["Please wait"] = "Пожалуйста, подождите"; -$a->strings["This is you"] = "Это вы"; -$a->strings["Comment"] = "Комментарий"; -$a->strings["Preview"] = "предварительный просмотр"; -$a->strings["Delete"] = "Удалить"; -$a->strings["View Album"] = "Просмотреть альбом"; -$a->strings["Recent Photos"] = "Последние фото"; -$a->strings["Not available."] = "Недоступно."; -$a->strings["Community"] = "Сообщество"; -$a->strings["No results."] = "Нет результатов."; -$a->strings["This is Friendica, version"] = "Это Friendica, версия"; -$a->strings["running at web location"] = "работает на веб-узле"; -$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = ""; -$a->strings["Bug reports and issues: please visit"] = "Отчет об ошибках и проблемах: пожалуйста, посетите"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = ""; -$a->strings["Installed plugins/addons/apps:"] = ""; -$a->strings["No installed plugins/addons/apps"] = "Нет установленных плагинов / добавок / приложений"; -$a->strings["Item not found"] = "Элемент не найден"; -$a->strings["Edit post"] = "Редактировать сообщение"; -$a->strings["Post to Email"] = "Отправить на Email"; -$a->strings["Edit"] = "Редактировать"; -$a->strings["Upload photo"] = "Загрузить фото"; -$a->strings["Attach file"] = "Приложить файл"; +$a->strings["Page link title"] = "Ссылка заголовока страницы"; +$a->strings["Post as"] = ""; +$a->strings["Upload photo"] = "Загрузить фотографию"; +$a->strings["upload photo"] = "загрузить фотографию"; +$a->strings["Attach file"] = "Прикрепить файл"; +$a->strings["attach file"] = "прикрепить файл"; $a->strings["Insert web link"] = "Вставить веб-ссылку"; -$a->strings["Insert YouTube video"] = "Вставить видео YouTube"; -$a->strings["Insert Vorbis [.ogg] video"] = "Вставить Vorbis [.ogg] видео"; -$a->strings["Insert Vorbis [.ogg] audio"] = "Вставить Vorbis [.ogg] аудио"; -$a->strings["Set your location"] = "Задать ваше местоположение"; -$a->strings["Clear browser location"] = "Очистить местонахождение браузера"; +$a->strings["web link"] = "веб-ссылка"; +$a->strings["Insert video link"] = "Вставить видео-ссылку"; +$a->strings["video link"] = "видео-ссылка"; +$a->strings["Insert audio link"] = "Вставить аудио-ссылку"; +$a->strings["audio link"] = "аудио-ссылка"; +$a->strings["Set your location"] = "Указание своего расположения"; +$a->strings["set location"] = "указание расположения"; +$a->strings["Clear browser location"] = "Стереть указание расположения"; +$a->strings["clear location"] = "стереть указание расположения"; +$a->strings["Set title"] = "Заголовок"; +$a->strings["Categories (comma-separated list)"] = "Категории (список через запятую)"; $a->strings["Permission settings"] = "Настройки разрешений"; -$a->strings["CC: email addresses"] = "Копии на email адреса"; +$a->strings["permissions"] = "разрешения"; $a->strings["Public post"] = "Публичное сообщение"; -$a->strings["Set title"] = "Установить заголовок"; -$a->strings["Categories (comma-separated list)"] = "Категории (список через запятую)"; $a->strings["Example: bob@example.com, mary@example.com"] = "Пример: bob@example.com, mary@example.com"; -$a->strings["This introduction has already been accepted."] = "Этот запрос был уже принят."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Местоположение профиля является недопустимым или не содержит информацию о профиле."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Внимание: местоположение профиля не имеет идентифицируемого имени владельца."; -$a->strings["Warning: profile location has no profile photo."] = "Внимание: местоположение профиля не имеет еще фотографии профиля."; -$a->strings["%d required parameter was not found at the given location"] = array( - 0 => "%d требуемый параметр не был найден в заданном месте", - 1 => "%d требуемых параметров не были найдены в заданном месте", - 2 => "%d требуемых параметров не были найдены в заданном месте", -); -$a->strings["Introduction complete."] = "Запрос создан."; -$a->strings["Unrecoverable protocol error."] = "Неисправимая ошибка протокола."; -$a->strings["Profile unavailable."] = "Профиль недоступен."; -$a->strings["%s has received too many connection requests today."] = "К %s пришло сегодня слишком много запросов на подключение."; -$a->strings["Spam protection measures have been invoked."] = "Были применены меры защиты от спама."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Друзья советуют попробовать еще раз в ближайшие 24 часа."; -$a->strings["Invalid locator"] = "Недопустимый локатор"; -$a->strings["Invalid email address."] = ""; -$a->strings["This account has not been configured for email. Request failed."] = ""; -$a->strings["Unable to resolve your name at the provided location."] = "Не удается установить ваше имя на предложенном местоположении."; -$a->strings["You have already introduced yourself here."] = "Вы уже ввели информацию о себе здесь."; -$a->strings["Apparently you are already friends with %s."] = "Похоже, что вы уже друзья с %s."; -$a->strings["Invalid profile URL."] = "Неверный URL профиля."; -$a->strings["Disallowed profile URL."] = "Запрещенный URL профиля."; -$a->strings["Failed to update contact record."] = "Не удалось обновить запись контакта."; -$a->strings["Your introduction has been sent."] = "Ваш запрос отправлен."; -$a->strings["Please login to confirm introduction."] = "Для подтверждения запроса войдите пожалуйста с паролем."; -$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Неверно идентифицирован вход. Пожалуйста, войдите в <strong>этот</strong> профиль."; -$a->strings["Hide this contact"] = ""; -$a->strings["Welcome home %s."] = "Добро пожаловать домой, %s!"; -$a->strings["Please confirm your introduction/connection request to %s."] = "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s."; -$a->strings["Confirm"] = "Подтвердить"; -$a->strings["[Name Withheld]"] = "[Имя не разглашается]"; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = ""; -$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = ""; -$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = ""; -$a->strings["Friend/Connection Request"] = "Запрос в друзья / на подключение"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Примеры: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca"; -$a->strings["Please answer the following:"] = "Пожалуйста, ответьте следующее:"; -$a->strings["Does %s know you?"] = "%s знает вас?"; -$a->strings["Add a personal note:"] = "Добавить личную заметку:"; +$a->strings["Set expiration date"] = ""; +$a->strings["Encrypt text"] = ""; +$a->strings["OK"] = "OK"; +$a->strings["Cancel"] = "Отменить"; +$a->strings["Discover"] = "Обнаруженные"; +$a->strings["Imported public streams"] = ""; +$a->strings["Commented Order"] = "По комментариям"; +$a->strings["Sort by Comment Date"] = "Сортировка по дате создания комментариев"; +$a->strings["Posted Order"] = "По добавлениям"; +$a->strings["Sort by Post Date"] = "Сортировка по дате создания сообщения"; +$a->strings["Personal"] = "Личные"; +$a->strings["Posts that mention or involve you"] = "Сообщения, в которых упоминули или вовлекли вас"; +$a->strings["New"] = "Новые"; +$a->strings["Activity Stream - by date"] = "Лента активности - по дате"; +$a->strings["Starred"] = "Помеченные"; +$a->strings["Favourite Posts"] = "Фаворит-сообщения"; +$a->strings["Spam"] = "Спам"; +$a->strings["Posts flagged as SPAM"] = "Как СПАМ помеченные сообщения"; +$a->strings["Channel"] = "Канал"; +$a->strings["Status Messages and Posts"] = ""; +$a->strings["About"] = "О себе"; +$a->strings["Profile Details"] = "Сведения о профиле"; +$a->strings["Photos"] = "Фотографии"; +$a->strings["Photo Albums"] = "Фотоальбомы"; +$a->strings["Files"] = "Файлы"; +$a->strings["Files and Storage"] = ""; +$a->strings["Chatrooms"] = "Чаты"; +$a->strings["Bookmarks"] = "Закладки"; +$a->strings["Saved Bookmarks"] = "Сохранённые закладки"; +$a->strings["Webpages"] = "Веб-страницы"; +$a->strings["Manage Webpages"] = "Управление веб-страниц"; +$a->strings["New Page"] = "Новая страница"; +$a->strings["Edit"] = "Редактировать"; +$a->strings["View"] = "Просмотр"; +$a->strings["Actions"] = ""; +$a->strings["Page Link"] = ""; +$a->strings["Title"] = ""; +$a->strings["Created"] = "Создано"; +$a->strings["Edited"] = ""; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; +$a->strings["Not a valid email address"] = "Не действительный адрес электронной почты"; +$a->strings["Your email domain is not among those allowed on this site"] = "Домен электронной почты не входит в число тех, которые разрешены на этом сайте"; +$a->strings["Your email address is already registered at this site."] = "Ваш адрес электронной почты уже зарегистрирован на этом сайте."; +$a->strings["An invitation is required."] = "Требуется приглашение."; +$a->strings["Invitation could not be verified."] = "Не удалось проверить приглашение."; +$a->strings["Please enter the required information."] = "Пожалуйста, введите необходимую информацию."; +$a->strings["Failed to store account information."] = "Не удалось сохранить информацию аккаунта."; +$a->strings["Registration request at %s"] = "Требуется регистрация на %s"; +$a->strings["Administrator"] = "Администратор"; +$a->strings["your registration password"] = "Ваш пароль регистрации"; +$a->strings["Registration details for %s"] = "Регистрационные данные для %s"; +$a->strings["Account approved."] = "Аккаунт утвержден."; +$a->strings["Registration revoked for %s"] = "Регистрация отозвана для %s"; +$a->strings["Permission denied."] = "Доступ запрещен."; +$a->strings["Image exceeds website size limit of %lu bytes"] = ""; +$a->strings["Image file is empty."] = "файл пуст."; +$a->strings["Unable to process image"] = "Не удается обработать изображение"; +$a->strings["Photo storage failed."] = ""; +$a->strings["Upload New Photos"] = "Загрузить новые фотографии"; +$a->strings["Visible to everybody"] = "Видно всем"; +$a->strings["Show"] = ""; +$a->strings["Don't show"] = ""; +$a->strings["Permissions"] = "Разрешения"; +$a->strings["Close"] = ""; +$a->strings[" and "] = "и"; +$a->strings["public profile"] = "Публичный профиль"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s изменил %2\$s на “%3\$s”"; +$a->strings["Visit %1\$s's %2\$s"] = "Посетить %1\$s's %2\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = ""; +$a->strings["Public Timeline"] = "Публичная шкала времени"; +$a->strings["Item was not found."] = "Элемент не найден."; +$a->strings["No source file."] = "Нет исходного файла."; +$a->strings["Cannot locate file to replace"] = "Не удается найти файл, чтобы заменить"; +$a->strings["Cannot locate file to revise/update"] = "Не удается найти файл для пересмотра / обновления"; +$a->strings["File exceeds size limit of %d"] = "Файл превышает предельный размер %d"; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = ""; +$a->strings["File upload failed. Possible system limit or action terminated."] = "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена."; +$a->strings["Stored file could not be verified. Upload failed."] = "Файл для сохранения не проверен. Загрузка не удалась."; +$a->strings["Path not available."] = "Путь недоступен."; +$a->strings["Empty pathname"] = ""; +$a->strings["duplicate filename or path"] = ""; +$a->strings["Path not found."] = "Путь не найден."; +$a->strings["mkdir failed."] = ""; +$a->strings["database storage failed."] = ""; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Starts:"] = "Начало:"; +$a->strings["Finishes:"] = "\t\nКонец:"; +$a->strings["Location:"] = "Откуда:"; +$a->strings["Logout"] = "Выход"; +$a->strings["End this session"] = "Закончить эту сессию"; +$a->strings["Home"] = "Мой канал"; +$a->strings["Your posts and conversations"] = "Ваши сообщения и разговоры"; +$a->strings["Your profile page"] = "Страницa вашего профиля"; +$a->strings["Edit Profiles"] = "Редактирование профилей"; +$a->strings["Manage/Edit profiles"] = ""; +$a->strings["Your photos"] = "Ваши фотографии"; +$a->strings["Your files"] = "Ваши файлы"; +$a->strings["Chat"] = "Чат"; +$a->strings["Your chatrooms"] = "Ваши чаты"; +$a->strings["Your bookmarks"] = "Ваши закладки"; +$a->strings["Your webpages"] = "Ваши веб-страницы"; +$a->strings["Login"] = "Войти"; +$a->strings["Sign in"] = "Войти"; +$a->strings["%s - click to logout"] = "%s - нажмите чтобы выйти"; +$a->strings["Click to authenticate to your home hub"] = ""; +$a->strings["Home Page"] = "Моя страница"; +$a->strings["Register"] = "Регистрация"; +$a->strings["Create an account"] = "Создать аккаунт"; +$a->strings["Help"] = "Помощь"; +$a->strings["Help and documentation"] = "Справочная информация и документация"; +$a->strings["Apps"] = "Приложения"; +$a->strings["Applications, utilities, links, games"] = ""; +$a->strings["Search"] = "Поиск"; +$a->strings["Search site content"] = "Поиск по содержанию сайту"; +$a->strings["Directory"] = "Каталог"; +$a->strings["Channel Locator"] = "Локатор каналов"; +$a->strings["Matrix"] = "Матрица"; +$a->strings["Your matrix"] = "Собственная матрица"; +$a->strings["Mark all matrix notifications seen"] = "Пометить все оповещения матрицы как прочитанное"; +$a->strings["Channel Home"] = ""; +$a->strings["Channel home"] = ""; +$a->strings["Mark all channel notifications seen"] = "Пометить все оповещения канала как прочитанное"; +$a->strings["Connections"] = "Контакты"; +$a->strings["Notices"] = "Оповещения"; +$a->strings["Notifications"] = "Оповещения"; +$a->strings["See all notifications"] = "Просмотреть все оповещения"; +$a->strings["Mark all system notifications seen"] = "Пометить все оповещения как прочитанное"; +$a->strings["Mail"] = "Переписка"; +$a->strings["Private mail"] = "Ваша личная переписка"; +$a->strings["See all private messages"] = "Просмотреть все личные сообщения"; +$a->strings["Mark all private messages seen"] = "Пометить все личные сообщения как прочитанное"; +$a->strings["Inbox"] = "Входящие"; +$a->strings["Outbox"] = "Исходящие"; +$a->strings["New Message"] = "Новое личное сообщение"; +$a->strings["Events"] = "Мероприятия"; +$a->strings["Event Calendar"] = "Календарь мероприятий"; +$a->strings["See all events"] = "Показать все мероприятия"; +$a->strings["Mark all events seen"] = "Пометить все мероприятия как прочитанное"; +$a->strings["Channel Select"] = "Выбор каналов"; +$a->strings["Manage Your Channels"] = "Управление каналов"; +$a->strings["Settings"] = "Настройки"; +$a->strings["Account/Channel Settings"] = "Настройки аккаунта/канала"; +$a->strings["Admin"] = "Администрация"; +$a->strings["Site Setup and Configuration"] = "Установка и конфигурация сайта"; +$a->strings["Nothing new here"] = "Ничего нового здесь"; +$a->strings["Please wait..."] = "Подождите пожалуйста ..."; +$a->strings["%1\$s's bookmarks"] = "Закладки пользователя %1\$s"; +$a->strings["Missing room name"] = ""; +$a->strings["Duplicate room name"] = ""; +$a->strings["Invalid room specifier."] = ""; +$a->strings["Room not found."] = ""; +$a->strings["Room is full"] = ""; +$a->strings["Tags"] = "Тэги"; +$a->strings["Keywords"] = "Ключевые слова"; +$a->strings["have"] = "иметь"; +$a->strings["has"] = "есть"; +$a->strings["want"] = "хотеть"; +$a->strings["wants"] = "хочет"; +$a->strings["like"] = "нравится"; +$a->strings["likes"] = "нравится"; +$a->strings["dislike"] = "не-нравится"; +$a->strings["dislikes"] = "не-нравится"; +$a->strings["Default"] = "По умолчанию"; +$a->strings["Unknown | Not categorised"] = "Неизвестные | Без категории"; +$a->strings["Block immediately"] = "Немедленно заблокировать"; +$a->strings["Shady, spammer, self-marketer"] = ""; +$a->strings["Known to me, but no opinion"] = "Известныo мне, но нет своего мнения"; +$a->strings["OK, probably harmless"] = "OK, наверное безвредно"; +$a->strings["Reputable, has my trust"] = "Авторитетно, имеет мое доверие"; +$a->strings["Frequently"] = "Часто"; +$a->strings["Hourly"] = "Ежечасно"; +$a->strings["Twice daily"] = "Два раза в день"; +$a->strings["Daily"] = "Ежедневно"; +$a->strings["Weekly"] = "Еженедельно"; +$a->strings["Monthly"] = "Ежемесячно"; $a->strings["Friendica"] = "Friendica"; -$a->strings["StatusNet/Federated Social Web"] = "StatusNet / Federated Social Web"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "E-mail"; $a->strings["Diaspora"] = "Diaspora"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = ""; -$a->strings["Your Identity Address:"] = "Ваш идентификационный адрес:"; -$a->strings["Submit Request"] = "Отправить запрос"; -$a->strings["Friendica Social Communications Server - Setup"] = ""; -$a->strings["Could not connect to database."] = "Не удалось подключиться к базе данных."; -$a->strings["Could not create table."] = "Не удалось создать таблицу."; -$a->strings["Your Friendica site database has been installed."] = "База данных сайта установлена."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Пожалуйста, смотрите файл \"INSTALL.txt\"."; -$a->strings["System check"] = ""; -$a->strings["Check again"] = "Проверить еще раз"; -$a->strings["Database connection"] = "Подключение к базе данных"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = ""; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением."; -$a->strings["Database Server Name"] = "Имя сервера базы данных"; -$a->strings["Database Login Name"] = "Логин базы данных"; -$a->strings["Database Login Password"] = "Пароль базы данных"; -$a->strings["Database Name"] = "Имя базы данных"; -$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = ""; -$a->strings["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта"; -$a->strings["Site settings"] = "Настройки сайта"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Не удалось найти PATH веб-сервера в установках PHP."; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = ""; -$a->strings["PHP executable path"] = "PHP executable path"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = ""; -$a->strings["Command line PHP"] = "Command line PHP"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Не включено \"register_argc_argv\" в установках PHP."; -$a->strings["This is required for message delivery to work."] = "Это необходимо для работы доставки сообщений."; -$a->strings["PHP register_argc_argv"] = ""; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Генерация шифрованых ключей"; -$a->strings["libCurl PHP module"] = "libCurl PHP модуль"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль"; -$a->strings["mysqli PHP module"] = "mysqli PHP модуль"; -$a->strings["mb_string PHP module"] = "mb_string PHP модуль"; -$a->strings["Apache mod_rewrite module"] = ""; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен."; -$a->strings["Error: libCURL PHP module required but not installed."] = "Ошибка: необходим libCURL PHP модуль, но он не установлен."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен."; -$a->strings["Error: openssl PHP module required but not installed."] = "Ошибка: необходим PHP модуль OpenSSL, но он не установлен."; -$a->strings["Error: mysqli PHP module required but not installed."] = "Ошибка: необходим PHP модуль MySQLi, но он не установлен."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Ошибка: необходим PHP модуль mb_string, но он не установлен."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = ""; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = ""; -$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; -$a->strings["Url rewrite is working"] = ""; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера."; -$a->strings["Errors encountered creating database tables."] = "Обнаружены ошибки при создании таблиц базы данных."; -$a->strings["<h1>What next</h1>"] = ""; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора."; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Time Conversion"] = "История общения"; -$a->strings["Friendika provides this service for sharing events with other networks and friends in unknown timezones."] = ""; -$a->strings["UTC time: %s"] = "UTC время: %s"; -$a->strings["Current timezone: %s"] = "Ваш часовой пояс: %s"; -$a->strings["Converted localtime: %s"] = "Ваше изменённое время: %s"; -$a->strings["Please select your timezone:"] = "Выберите пожалуйста ваш часовой пояс:"; -$a->strings["Poke/Prod"] = ""; -$a->strings["poke, prod or do other things to somebody"] = ""; -$a->strings["Recipient"] = ""; -$a->strings["Choose what you wish to do to recipient"] = ""; -$a->strings["Make this post private"] = ""; -$a->strings["Profile Match"] = "Похожие профили"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию."; -$a->strings["is interested in:"] = ""; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["%d invitation available"] = array( + 0 => "имеется %d приглашение", + 1 => "имеются %d приглашения", + 2 => "имеется %d приглашений", +); +$a->strings["Advanced"] = "Дополнительно"; +$a->strings["Find Channels"] = "Поиск контактов"; +$a->strings["Enter name or interest"] = "Впишите имя или интерес"; +$a->strings["Connect/Follow"] = "Подключить/следовать"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Владимир Ильич, Революционер"; +$a->strings["Find"] = "Поиск"; +$a->strings["Channel Suggestions"] = "Рекомендации каналов"; +$a->strings["Random Profile"] = "Случайные"; +$a->strings["Invite Friends"] = "Пригласить друзей"; +$a->strings["Exammple: name=fred and country=iceland"] = ""; +$a->strings["Advanced Find"] = ""; +$a->strings["Saved Folders"] = "Запомненные папки"; +$a->strings["Everything"] = "Все"; +$a->strings["Categories"] = "Категории"; +$a->strings["%d connection in common"] = array( + 0 => "%d совместный контакт", + 1 => "%d совместных контакта", + 2 => "%d совместных контактов", +); +$a->strings["show more"] = "показать все"; +$a->strings["This event has been added to your calendar."] = "Это событие было добавлено в календарь."; +$a->strings["Edit File properties"] = ""; +$a->strings["Miscellaneous"] = "Прочее"; +$a->strings["year"] = "год"; +$a->strings["month"] = "месяц"; +$a->strings["day"] = "день"; +$a->strings["never"] = "никогда"; +$a->strings["less than a second ago"] = "менее чем одну секунду назад"; +$a->strings["years"] = "лет"; +$a->strings["months"] = "мес."; +$a->strings["week"] = "неделя"; +$a->strings["weeks"] = "недель"; +$a->strings["days"] = "дней"; +$a->strings["hour"] = "час"; +$a->strings["hours"] = "часов"; +$a->strings["minute"] = "минута"; +$a->strings["minutes"] = "мин."; +$a->strings["second"] = "секунда"; +$a->strings["seconds"] = "секунд"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад"; +$a->strings["%1\$s's birthday"] = ""; +$a->strings["Happy Birthday %1\$s"] = ""; +$a->strings["Sort Options"] = ""; +$a->strings["Alphabetic"] = "По алфавиту"; +$a->strings["Reverse Alphabetic"] = "По обратному алфавиту"; +$a->strings["Newest to Oldest"] = "От новых к старым"; +$a->strings["Enable Safe Search"] = ""; +$a->strings["Disable Safe Search"] = ""; +$a->strings["Safe Mode"] = "Безопасный режим"; +$a->strings["Red Matrix Notification"] = "Оповещения Red матрицы"; +$a->strings["redmatrix"] = "redmatrix"; +$a->strings["Thank You,"] = "Спасибо,"; +$a->strings["%s Administrator"] = "%s администратор"; +$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; +$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Уведомление] Получено новое сообщение в %s"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = ""; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s послал вам %2\$s."; +$a->strings["a private message"] = "личное сообщение"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Пожалуйста, посетите %s для просмотра и/или ответа на ваши личные сообщения."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = ""; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = ""; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = ""; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Уведомление] Комментарий к разговору #%1\$d по %2\$s"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = ""; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Пожалуйста, посетите %s для просмотра и/или ответа разговора."; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Уведомление] %s добавил сообщениe на стену вашего профиля"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = ""; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = ""; +$a->strings["[Red:Notify] %s tagged you"] = "[Red:Уведомление] %s добавил у вас тег"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = ""; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = ""; +$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Уведомление] %1\$s подпихнул вас"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = ""; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = ""; +$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Уведомление] %s добавил у вас в сообщении тег"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = ""; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = ""; +$a->strings["[Red:Notify] Introduction received"] = "[Red:Уведомление] введение получено"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = ""; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = ""; +$a->strings["You may visit their profile at %s"] = "Вы можете посетить профиль в %s"; +$a->strings["Please visit %s to approve or reject the connection request."] = ""; +$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Уведомление] Получено предложение дружить"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = ""; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = ""; +$a->strings["Name:"] = "Имя:"; +$a->strings["Photo:"] = "Фото:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = ""; +$a->strings["General Features"] = "Главные функции"; +$a->strings["Content Expiration"] = ""; +$a->strings["Remove posts/comments and/or private messages at a future time"] = "Удалять посты/комментарии и/или личные сообщения"; +$a->strings["Multiple Profiles"] = "Несколько профилей"; +$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей"; +$a->strings["Web Pages"] = "Веб-страницы"; +$a->strings["Provide managed web pages on your channel"] = ""; +$a->strings["Private Notes"] = "Личные заметки"; +$a->strings["Enables a tool to store notes and reminders"] = ""; +$a->strings["Extended Identity Sharing"] = "Расширенный обмен идентичности"; +$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = ""; +$a->strings["Expert Mode"] = "Экспертный режим"; +$a->strings["Enable Expert Mode to provide advanced configuration options"] = ""; +$a->strings["Premium Channel"] = "Премиум канал"; +$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = ""; +$a->strings["Post Composition Features"] = ""; +$a->strings["Richtext Editor"] = "Редактор RichText"; +$a->strings["Enable richtext editor"] = "Включить редактор RichText"; +$a->strings["Post Preview"] = "Предварительный просмотр сообщения"; +$a->strings["Allow previewing posts and comments before publishing them"] = "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией"; +$a->strings["Channel Sources"] = ""; +$a->strings["Automatically import channel content from other channels or feeds"] = ""; +$a->strings["Even More Encryption"] = ""; +$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = ""; +$a->strings["Network and Stream Filtering"] = "Фильтрация сети и потока"; +$a->strings["Search by Date"] = "Поиск по дате"; +$a->strings["Ability to select posts by date ranges"] = "Возможность выбора сообщений по датам"; +$a->strings["Collections Filter"] = "Фильтр коллекций"; +$a->strings["Enable widget to display Network posts only from selected collections"] = ""; +$a->strings["Saved Searches"] = "Запомненные поиски"; +$a->strings["Save search terms for re-use"] = "Сохранять результаты поиска для повторного использования"; +$a->strings["Network Personal Tab"] = "Сеть - Личная вкладка"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; +$a->strings["Network New Tab"] = "Сеть - Новая вкладка"; +$a->strings["Enable tab to display all new Network activity"] = ""; +$a->strings["Affinity Tool"] = "Инструмент сходства или соответствия"; +$a->strings["Filter stream activity by depth of relationships"] = ""; +$a->strings["Suggest Channels"] = ""; +$a->strings["Show channel suggestions"] = ""; +$a->strings["Post/Comment Tools"] = "Инструменты сообщений/комментарий "; +$a->strings["Edit Sent Posts"] = "Редактировать отправленные сообщения"; +$a->strings["Edit and correct posts and comments after sending"] = "Редактировать и исправлять сообщения и комментарии после отправки"; +$a->strings["Tagging"] = "Пометка"; +$a->strings["Ability to tag existing posts"] = ""; +$a->strings["Post Categories"] = "Категории сообщения"; +$a->strings["Add categories to your posts"] = "Добавить категории для ваших сообщений"; +$a->strings["Ability to file posts under folders"] = ""; +$a->strings["Dislike Posts"] = "Сообщение не нравится"; +$a->strings["Ability to dislike posts/comments"] = ""; +$a->strings["Star Posts"] = "Помечать сообщения"; +$a->strings["Ability to mark special posts with a star indicator"] = ""; +$a->strings["Tag Cloud"] = "Облако тегов"; +$a->strings["Provide a personal tag cloud on your channel page"] = ""; +$a->strings["Channel is blocked on this site."] = "Канал блокируется на этом сайте."; +$a->strings["Channel location missing."] = "Местоположение канала отсутствует."; +$a->strings["Response from remote channel was incomplete."] = ""; +$a->strings["Channel was deleted and no longer exists."] = ""; +$a->strings["Channel discovery failed."] = "Не удалось обнаружить канал."; +$a->strings["local account not found."] = "локальный аккаунт не найден."; +$a->strings["Cannot connect to yourself."] = "Нельзя подключиться к самому себе."; +$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = ""; +$a->strings["Default privacy group for new contacts"] = "Группа конфиденциальности по умолчанию для новых контактов"; +$a->strings["All Channels"] = "Все каналы"; +$a->strings["edit"] = "редактировать"; +$a->strings["Collections"] = "Коллекции"; +$a->strings["Edit collection"] = "Редактировать коллекцию"; +$a->strings["Create a new collection"] = "Создать новую коллекцию"; +$a->strings["Channels not in any collection"] = "Контакты не в какой коллекции"; +$a->strings["add"] = "добавить"; +$a->strings["Unable to obtain identity information from database"] = "Невозможно получить идентификационную информацию из базы данных"; +$a->strings["Empty name"] = "Пустое имя"; +$a->strings["Name too long"] = "Слишком длинное имя"; +$a->strings["No account identifier"] = "идентификатор аккаунта отсутствует"; +$a->strings["Nickname is required."] = "Требуется псевдоним."; +$a->strings["Reserved nickname. Please choose another."] = ""; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Псевдоним имеет недопустимые символы или уже используется на этом сайте."; +$a->strings["Unable to retrieve created identity"] = ""; +$a->strings["Default Profile"] = "Профиль по умолчанию"; +$a->strings["Friends"] = "Друзья"; +$a->strings["Requested channel is not available."] = "Запрашиваемый канал не доступен."; +$a->strings["Requested profile is not available."] = "Запрашиваемый профиль не доступен."; $a->strings["Connect"] = "Подключить"; -$a->strings["No matches"] = "Нет соответствий"; -$a->strings["Remote privacy information not available."] = "Личная информация удаленно недоступна."; -$a->strings["Visible to:"] = "Кто может видеть:"; -$a->strings["No such group"] = "Нет такой группы"; -$a->strings["Group is empty"] = "Группа пуста"; -$a->strings["Group: "] = "Группа: "; -$a->strings["Select"] = "Выберите"; -$a->strings["View %s's profile @ %s"] = ""; -$a->strings["%s from %s"] = "%s с %s"; -$a->strings["View in context"] = "Смотреть в контексте"; -$a->strings["%d comment"] = array( - 0 => "%d комментарий", - 1 => "%d комментариев", - 2 => "%d комментариев", +$a->strings["Change profile photo"] = "Изменить фотографию профиля"; +$a->strings["Profiles"] = "Профили"; +$a->strings["Manage/edit profiles"] = "Управление / Редактирование профилей"; +$a->strings["Create New Profile"] = "Создать новый профиль"; +$a->strings["Edit Profile"] = "Редактировать профиль"; +$a->strings["Profile Image"] = "Изображение профиля"; +$a->strings["visible to everybody"] = "видно всем"; +$a->strings["Edit visibility"] = "Редактировать видимость"; +$a->strings["Gender:"] = "Пол:"; +$a->strings["Status:"] = "Статус:"; +$a->strings["Homepage:"] = "Домашняя страница:"; +$a->strings["Online Now"] = "Сейчас в сети"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "F d"; +$a->strings["[today]"] = "[сегодня]"; +$a->strings["Birthday Reminders"] = "Напоминания о Днях Рождения"; +$a->strings["Birthdays this week:"] = "Дни Рождения на этой неделе:"; +$a->strings["[No description]"] = "[без описания]"; +$a->strings["Event Reminders"] = "Напоминания мероприятий"; +$a->strings["Events this week:"] = "Мероприятия на этой неделе:"; +$a->strings["Profile"] = "Профиль"; +$a->strings["Full Name:"] = "Полное имя:"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "День Рождения:"; +$a->strings["Age:"] = "Возраст:"; +$a->strings["for %1\$d %2\$s"] = "для %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Сексуальная ориентация:"; +$a->strings["Hometown:"] = "Родной город:"; +$a->strings["Tags:"] = "Тэги:"; +$a->strings["Political Views:"] = "Политические взгляды:"; +$a->strings["Religion:"] = "Религия:"; +$a->strings["About:"] = "О себе:"; +$a->strings["Hobbies/Interests:"] = "Хобби / интересы:"; +$a->strings["Likes:"] = "Что вам нравится:"; +$a->strings["Dislikes:"] = "Что вам не нравится:"; +$a->strings["Contact information and Social Networks:"] = "Информация и социальные сети контакта:"; +$a->strings["My other channels:"] = "Мои другие каналы:"; +$a->strings["Musical interests:"] = "Музыкальные интересы:"; +$a->strings["Books, literature:"] = "Книги, литература:"; +$a->strings["Television:"] = "Телевидение:"; +$a->strings["Film/dance/culture/entertainment:"] = "Кино / танцы / культура / развлечения:"; +$a->strings["Love/Romance:"] = "Любовь / Романс:"; +$a->strings["Work/employment:"] = "Работа / Занятость:"; +$a->strings["School/education:"] = "Школа / образование:"; +$a->strings["view full size"] = "посмотреть в полный размер"; +$a->strings["prev"] = "предыдущий"; +$a->strings["first"] = "первый"; +$a->strings["last"] = "последний"; +$a->strings["next"] = "следующий"; +$a->strings["older"] = "старший"; +$a->strings["newer"] = "новее"; +$a->strings["No connections"] = "Нет контактов"; +$a->strings["%d Connection"] = array( + 0 => "%d контакт", + 1 => "%d контакта", + 2 => "%d контактов", ); -$a->strings["comment"] = array( +$a->strings["View Connections"] = "Просмотр контактов"; +$a->strings["Save"] = "Запомнить"; +$a->strings["poke"] = "подпихнуть"; +$a->strings["ping"] = "пинг - проверка связи"; +$a->strings["pinged"] = ""; +$a->strings["prod"] = ""; +$a->strings["prodded"] = ""; +$a->strings["slap"] = ""; +$a->strings["slapped"] = ""; +$a->strings["finger"] = ""; +$a->strings["fingered"] = ""; +$a->strings["rebuff"] = ""; +$a->strings["rebuffed"] = ""; +$a->strings["happy"] = "счастливый"; +$a->strings["sad"] = "грустный"; +$a->strings["mellow"] = "спокойный"; +$a->strings["tired"] = "усталый"; +$a->strings["perky"] = "весёлый"; +$a->strings["angry"] = "сердитый"; +$a->strings["stupified"] = "отупевший"; +$a->strings["puzzled"] = "недоумённый"; +$a->strings["interested"] = "заинтересованный"; +$a->strings["bitter"] = "озлобленный"; +$a->strings["cheerful"] = "бодрый"; +$a->strings["alive"] = "энергичный"; +$a->strings["annoyed"] = "раздражённый"; +$a->strings["anxious"] = "обеспокоенный"; +$a->strings["cranky"] = "капризный"; +$a->strings["disturbed"] = "встревоженный"; +$a->strings["frustrated"] = "разочарованный"; +$a->strings["depressed"] = ""; +$a->strings["motivated"] = "мотивированный"; +$a->strings["relaxed"] = "расслабленный"; +$a->strings["surprised"] = "удивленный"; +$a->strings["Monday"] = "Понедельник"; +$a->strings["Tuesday"] = "Вторник"; +$a->strings["Wednesday"] = "Среда"; +$a->strings["Thursday"] = "Четверг"; +$a->strings["Friday"] = "Пятница"; +$a->strings["Saturday"] = "Суббота"; +$a->strings["Sunday"] = "Воскресенье"; +$a->strings["January"] = "Январь"; +$a->strings["February"] = "Февраль"; +$a->strings["March"] = "Март"; +$a->strings["April"] = "Апрель"; +$a->strings["May"] = "Май"; +$a->strings["June"] = "Июнь"; +$a->strings["July"] = "Июль"; +$a->strings["August"] = "Август"; +$a->strings["September"] = "Сентябрь"; +$a->strings["October"] = "Октябрь"; +$a->strings["November"] = "Ноябрь"; +$a->strings["December"] = "Декабрь"; +$a->strings["unknown.???"] = "неизвестный.???"; +$a->strings["bytes"] = "байт"; +$a->strings["remove category"] = ""; +$a->strings["remove from file"] = ""; +$a->strings["Click to open/close"] = "Нажмите, чтобы открыть/закрыть"; +$a->strings["Link to Source"] = ""; +$a->strings["Select a page layout: "] = ""; +$a->strings["default"] = "по умолчанию"; +$a->strings["Page content type: "] = ""; +$a->strings["Select an alternate language"] = "Выбор альтернативного языка"; +$a->strings["activity"] = "активность"; +$a->strings["Design"] = "Дизайн"; +$a->strings["Blocks"] = ""; +$a->strings["Menus"] = ""; +$a->strings["Layouts"] = ""; +$a->strings["Pages"] = "Страницы"; +$a->strings["Site Admin"] = ""; +$a->strings["Address Book"] = "Адресная книга"; +$a->strings["Mood"] = "Настроение"; +$a->strings["Probe"] = ""; +$a->strings["Suggest"] = ""; +$a->strings["Update"] = "Обновление"; +$a->strings["Install"] = ""; +$a->strings["Purchase"] = ""; +$a->strings["Unknown"] = "Неизвестный"; +$a->strings["Invalid data packet"] = "Неверный пакет данных"; +$a->strings["Unable to verify channel signature"] = "Невозможно проверить сигнатуру канала"; +$a->strings["Unable to verify site signature for %s"] = ""; +$a->strings["No recipient provided."] = ""; +$a->strings["[no subject]"] = "[без темы]"; +$a->strings["Unable to determine sender."] = "Невозможно определить отправителя."; +$a->strings["Stored post could not be verified."] = ""; +$a->strings["Click here to upgrade."] = "Нажмите здесь, чтобы обновить."; +$a->strings["This action exceeds the limits set by your subscription plan."] = ""; +$a->strings["This action is not available under your subscription plan."] = ""; +$a->strings["System"] = ""; +$a->strings["Create Personal App"] = ""; +$a->strings["Edit Personal App"] = ""; +$a->strings["Ignore/Hide"] = "Игнорировать / Скрыть"; +$a->strings["Suggestions"] = "Рекомендации"; +$a->strings["See more..."] = "Просмотреть больше..."; +$a->strings["You have %1$.0f of %2$.0f allowed connections."] = ""; +$a->strings["Add New Connection"] = "Добавить новый контакт"; +$a->strings["Enter the channel address"] = "Введите адрес канала"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara"; +$a->strings["Notes"] = "Заметки"; +$a->strings["Remove term"] = "Удалить термин"; +$a->strings["Archives"] = "Архивы"; +$a->strings["Refresh"] = "Обновить"; +$a->strings["Me"] = "Я"; +$a->strings["Best Friends"] = "Лучшие друзья"; +$a->strings["Co-workers"] = "Сотрудники"; +$a->strings["Former Friends"] = "Приятели"; +$a->strings["Acquaintances"] = "Знакомые"; +$a->strings["Everybody"] = "Все"; +$a->strings["Account settings"] = "Настройки аккаунта"; +$a->strings["Channel settings"] = "Настройки канала"; +$a->strings["Additional features"] = "Дополнительные функции"; +$a->strings["Feature settings"] = "Настройки компонентов"; +$a->strings["Display settings"] = "Настройки отображения"; +$a->strings["Connected apps"] = "Подключенные приложения"; +$a->strings["Export channel"] = "Экспорт канала"; +$a->strings["Automatic Permissions (Advanced)"] = "Автоматические разрешения (дополнительно)"; +$a->strings["Premium Channel Settings"] = "Настройки премиум канала"; +$a->strings["Check Mail"] = "Проверить снова"; +$a->strings["Chat Rooms"] = "Чаты"; +$a->strings["Bookmarked Chatrooms"] = "Закладки чатов"; +$a->strings["Suggested Chatrooms"] = "Рекомендуемые чаты"; +$a->strings["Save to Folder"] = ""; +$a->strings["View all"] = ""; +$a->strings["__ctx:noun__ Like"] = array( 0 => "", 1 => "", - 2 => "комментарий", + 2 => "", ); -$a->strings["show more"] = "показать больше"; -$a->strings["like"] = ""; -$a->strings["dislike"] = "не нравитса"; -$a->strings["Share this"] = ""; -$a->strings["share"] = "делиться"; -$a->strings["Bold"] = ""; -$a->strings["Italic"] = ""; -$a->strings["Underline"] = ""; -$a->strings["Quote"] = ""; -$a->strings["Code"] = ""; -$a->strings["Image"] = ""; -$a->strings["Link"] = ""; -$a->strings["Video"] = ""; -$a->strings["add star"] = "пометить"; -$a->strings["remove star"] = "убрать метку"; -$a->strings["toggle star status"] = "переключить статус"; -$a->strings["starred"] = "помечено"; -$a->strings["add tag"] = "добавить ключевое слово (таг)"; -$a->strings["save to folder"] = "сохранить в папке"; +$a->strings["__ctx:noun__ Dislike"] = array( + 0 => "", + 1 => "", + 2 => "", +); +$a->strings["Add Star"] = ""; +$a->strings["Remove Star"] = ""; +$a->strings["Toggle Star Status"] = ""; +$a->strings["starred"] = "помеченные"; +$a->strings["Add Tag"] = ""; +$a->strings["I like this (toggle)"] = "мне это нравится (переключение)"; +$a->strings["I don't like this (toggle)"] = "мне это не нравится (переключение)"; +$a->strings["Share This"] = ""; +$a->strings["share"] = "поделиться"; +$a->strings["View %s's profile - %s"] = "Просмотр %s's профиля - %s"; $a->strings["to"] = "к"; -$a->strings["Wall-to-Wall"] = "Стена-на-Стену"; -$a->strings["via Wall-To-Wall:"] = "через Стена-на-Стену:"; -$a->strings["Welcome to %s"] = "Добро пожаловать на %s!"; -$a->strings["Invalid request identifier."] = "Неверный идентификатор запроса."; -$a->strings["Discard"] = "Отказаться"; -$a->strings["Ignore"] = "Игнорировать"; -$a->strings["System"] = "Система"; -$a->strings["Network"] = "Сеть"; -$a->strings["Personal"] = "Персонал"; -$a->strings["Home"] = "Главная"; -$a->strings["Introductions"] = "Запросы"; -$a->strings["Messages"] = "Сообщения"; -$a->strings["Show Ignored Requests"] = "Показать проигнорированные запросы"; -$a->strings["Hide Ignored Requests"] = "Скрыть проигнорированные запросы"; -$a->strings["Notification type: "] = "Тип уведомления: "; -$a->strings["Friend Suggestion"] = "Предложение в друзья"; -$a->strings["suggested by %s"] = "предложено юзером %s"; -$a->strings["Hide this contact from others"] = "Скрыть этот контакт от других"; -$a->strings["Post a new friend activity"] = ""; -$a->strings["if applicable"] = ""; -$a->strings["Approve"] = "Одобрить"; -$a->strings["Claims to be known to you: "] = "Утверждения, о которых должно быть вам известно: "; -$a->strings["yes"] = "да"; -$a->strings["no"] = "нет"; -$a->strings["Approve as: "] = "Утвердить как: "; -$a->strings["Friend"] = "Друг"; -$a->strings["Sharer"] = "Участник"; -$a->strings["Fan/Admirer"] = "Фанат / Поклонник"; -$a->strings["Friend/Connect Request"] = "Запрос в друзья / на подключение"; -$a->strings["New Follower"] = "Новый фолловер"; -$a->strings["No introductions."] = "Запросов нет."; -$a->strings["Notifications"] = "Уведомления"; -$a->strings["%s liked %s's post"] = "%s нравится %s сообшение"; -$a->strings["%s disliked %s's post"] = "%s не нравится %s сообшение"; -$a->strings["%s is now friends with %s"] = "%s теперь друзья с %s"; -$a->strings["%s created a new post"] = "%s написал новое сообщение"; -$a->strings["%s commented on %s's post"] = "%s прокомментировал %s сообщение"; -$a->strings["No more network notifications."] = "Уведомлений из сети больше нет."; -$a->strings["Network Notifications"] = "Уведомления сети"; -$a->strings["No more system notifications."] = "Системных уведомлений больше нет."; -$a->strings["System Notifications"] = "Уведомления системы"; -$a->strings["No more personal notifications."] = "Персональных уведомлений больше нет."; -$a->strings["Personal Notifications"] = "Личные уведомления"; -$a->strings["No more home notifications."] = ""; -$a->strings["Home Notifications"] = ""; -$a->strings["Could not access contact record."] = "Не удалось получить доступ к записи контакта."; -$a->strings["Could not locate selected profile."] = "Не удалось найти выбранный профиль."; -$a->strings["Contact updated."] = "Контакт обновлен."; -$a->strings["Contact has been blocked"] = "Контакт заблокирован"; -$a->strings["Contact has been unblocked"] = "Контакт разблокирован"; -$a->strings["Contact has been ignored"] = "Контакт проигнорирован"; -$a->strings["Contact has been unignored"] = "У контакта отменено игнорирование"; -$a->strings["Contact has been archived"] = ""; -$a->strings["Contact has been unarchived"] = ""; -$a->strings["Contact has been removed."] = "Контакт удален."; -$a->strings["You are mutual friends with %s"] = "У Вас взаимная дружба с %s"; -$a->strings["You are sharing with %s"] = "Вы делитесь с %s"; -$a->strings["%s is sharing with you"] = "%s делитса с Вами"; -$a->strings["Private communications are not available for this contact."] = "Личные коммуникации недоступны для этого контакта."; -$a->strings["Never"] = "Никогда"; -$a->strings["(Update was successful)"] = "(Обновление было успешно)"; -$a->strings["(Update was not successful)"] = "(Обновление не удалось)"; -$a->strings["Suggest friends"] = "Предложить друзей"; -$a->strings["Network type: %s"] = "Сеть: %s"; -$a->strings["%d contact in common"] = array( - 0 => "%d Контакт", - 1 => "%d Контактов", - 2 => "%d Контактов", +$a->strings["via"] = "через"; +$a->strings["Wall-to-Wall"] = "Стена-к-Стене"; +$a->strings["via Wall-To-Wall:"] = "через Стена-к-Стене:"; +$a->strings["Save Bookmarks"] = ""; +$a->strings["Add to Calendar"] = ""; +$a->strings["__ctx:noun__ Likes"] = ""; +$a->strings["__ctx:noun__ Dislikes"] = ""; +$a->strings["%d comment"] = array( + 0 => "%d комментарий", + 1 => "%d комментария", + 2 => "%d комментариев", ); -$a->strings["View all contacts"] = "Показать все контакты"; -$a->strings["Unblock"] = "Разблокировать"; -$a->strings["Block"] = "Блокировать"; -$a->strings["Toggle Blocked status"] = ""; -$a->strings["Unignore"] = "Не игнорировать"; -$a->strings["Toggle Ignored status"] = ""; -$a->strings["Unarchive"] = ""; -$a->strings["Archive"] = ""; -$a->strings["Toggle Archive status"] = ""; -$a->strings["Repair"] = "Восстановить"; -$a->strings["Advanced Contact Settings"] = ""; -$a->strings["Communications lost with this contact!"] = ""; -$a->strings["Contact Editor"] = "Редактор контакта"; -$a->strings["Profile Visibility"] = "Видимость профиля"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен."; -$a->strings["Contact Information / Notes"] = "Информация о контакте / Заметки"; -$a->strings["Edit contact notes"] = "Редактировать заметки контакта"; -$a->strings["Visit %s's profile [%s]"] = "Посетить профиль %s [%s]"; -$a->strings["Block/Unblock contact"] = "Блокировать / Разблокировать контакт"; -$a->strings["Ignore contact"] = "Игнорировать контакт"; -$a->strings["Repair URL settings"] = "Восстановить настройки URL"; -$a->strings["View conversations"] = "Просмотр бесед"; -$a->strings["Delete contact"] = "Удалить контакт"; -$a->strings["Last update:"] = "Последнее обновление: "; -$a->strings["Update public posts"] = "Обновить публичные сообщения"; -$a->strings["Update now"] = "Обновить сейчас"; -$a->strings["Currently blocked"] = "В настоящее время заблокирован"; -$a->strings["Currently ignored"] = "В настоящее время игнорируется"; -$a->strings["Currently archived"] = ""; -$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = ""; -$a->strings["Suggestions"] = ""; -$a->strings["Suggest potential friends"] = ""; -$a->strings["All Contacts"] = "Все контакты"; -$a->strings["Show all contacts"] = ""; -$a->strings["Unblocked"] = ""; -$a->strings["Only show unblocked contacts"] = ""; -$a->strings["Blocked"] = ""; -$a->strings["Only show blocked contacts"] = ""; -$a->strings["Ignored"] = ""; -$a->strings["Only show ignored contacts"] = ""; -$a->strings["Archived"] = ""; -$a->strings["Only show archived contacts"] = ""; -$a->strings["Hidden"] = ""; -$a->strings["Only show hidden contacts"] = ""; -$a->strings["Mutual Friendship"] = "Взаимная дружба"; -$a->strings["is a fan of yours"] = "является вашим поклонником"; -$a->strings["you are a fan of"] = "Вы - поклонник"; -$a->strings["Edit contact"] = "Редактировать контакт"; -$a->strings["Contacts"] = "Контакты"; -$a->strings["Search your contacts"] = "Поиск ваших контактов"; -$a->strings["Finding: "] = "Результат поиска: "; -$a->strings["Find"] = "Найти"; -$a->strings["No valid account found."] = "Не найдено действительного аккаунта."; -$a->strings["Password reset request issued. Check your email."] = "Запрос на сброс пароля принят. Проверьте вашу электронную почту."; -$a->strings["Password reset requested at %s"] = "Запрос на сброс пароля получен %s"; -$a->strings["Administrator"] = "Администратор"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная."; -$a->strings["Password Reset"] = "Сброс пароля"; -$a->strings["Your password has been reset as requested."] = "Ваш пароль был сброшен по требованию."; -$a->strings["Your new password is"] = "Ваш новый пароль"; -$a->strings["Save or copy your new password - and then"] = "Сохраните или скопируйте новый пароль - и затем"; -$a->strings["click here to login"] = "нажмите здесь для входа"; -$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Ваш пароль может быть изменен на странице <em>Настройки</em> после успешного входа."; -$a->strings["Forgot your Password?"] = "Забыли пароль?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций."; -$a->strings["Nickname or Email: "] = "Ник или E-mail: "; -$a->strings["Reset"] = "Сброс"; -$a->strings["Account settings"] = "Настройки аккаунта"; -$a->strings["Display settings"] = "Параметры дисплея"; -$a->strings["Connector settings"] = "Настройки соединителя"; -$a->strings["Plugin settings"] = "Настройки плагина"; -$a->strings["Connected apps"] = ""; -$a->strings["Export personal data"] = "Экспорт личных данных"; -$a->strings["Remove account"] = ""; -$a->strings["Settings"] = "Настройки"; -$a->strings["Missing some important data!"] = "Не хватает важных данных!"; -$a->strings["Update"] = "Обновление"; -$a->strings["Failed to connect with email account using the settings provided."] = "Не удалось подключиться к аккаунту e-mail, используя указанные настройки."; -$a->strings["Email settings updated."] = "Настройки эл. почты обновлены."; -$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменен."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Пустые пароли не допускаются. Пароль не изменен."; +$a->strings["[+] show all"] = ""; +$a->strings["This is you"] = "Это вы"; +$a->strings["Comment"] = "Комментарий"; +$a->strings["Submit"] = "Отправить"; +$a->strings["Bold"] = "Жирный"; +$a->strings["Italic"] = "Курсив"; +$a->strings["Underline"] = "Подчеркнутый"; +$a->strings["Quote"] = "Цитата"; +$a->strings["Code"] = "Код"; +$a->strings["Image"] = "Изображение"; +$a->strings["Link"] = "Ссылка"; +$a->strings["Video"] = "Видео"; +$a->strings["Delete this item?"] = "Удалить этот элемент?"; +$a->strings["[-] show less"] = ""; +$a->strings["[+] expand"] = ""; +$a->strings["[-] collapse"] = ""; +$a->strings["Password too short"] = "Пароль слишком короткий"; +$a->strings["Passwords do not match"] = "Пароли не совпадают"; +$a->strings["everybody"] = "все"; +$a->strings["Secret Passphrase"] = ""; +$a->strings["Passphrase hint"] = ""; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = ""; +$a->strings["close all"] = ""; +$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; +$a->strings["timeago.prefixFromNow"] = ""; +$a->strings["ago"] = "тому назад"; +$a->strings["from now"] = "с этого времени"; +$a->strings["less than a minute"] = "менее чем одну минуту назад"; +$a->strings["about a minute"] = "около минуты"; +$a->strings["%d minutes"] = "%d мин."; +$a->strings["about an hour"] = "около часа"; +$a->strings["about %d hours"] = "около %d час."; +$a->strings["a day"] = "день"; +$a->strings["%d days"] = "%d дн."; +$a->strings["about a month"] = "около месяца"; +$a->strings["%d months"] = "%d мес."; +$a->strings["about a year"] = "около года"; +$a->strings["%d years"] = "%d лет"; +$a->strings[" "] = " "; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["New window"] = "Новое окно"; +$a->strings["Open the selected location in a different window or browser tab"] = "Откройте выбранное местоположение в другом окне или вкладке браузера"; +$a->strings["Male"] = "Мужской"; +$a->strings["Female"] = "Женский"; +$a->strings["Currently Male"] = "В настоящее время мужской"; +$a->strings["Currently Female"] = "В настоящее время женский"; +$a->strings["Mostly Male"] = "В основном мужской"; +$a->strings["Mostly Female"] = "В основном женский"; +$a->strings["Transgender"] = "Транссексуал"; +$a->strings["Intersex"] = "Intersex"; +$a->strings["Transsexual"] = "Транссексуал"; +$a->strings["Hermaphrodite"] = "Гермафродит"; +$a->strings["Neuter"] = "Среднего рода"; +$a->strings["Non-specific"] = "Неспецифический"; +$a->strings["Other"] = "Другой"; +$a->strings["Undecided"] = "Нерешительный"; +$a->strings["Males"] = "Самец"; +$a->strings["Females"] = "Самка"; +$a->strings["Gay"] = "Гей"; +$a->strings["Lesbian"] = "Лесбиянка"; +$a->strings["No Preference"] = "Без предпочтений"; +$a->strings["Bisexual"] = "Двуполый"; +$a->strings["Autosexual"] = "Autosexual"; +$a->strings["Abstinent"] = "Воздержанный"; +$a->strings["Virgin"] = "Девственница"; +$a->strings["Deviant"] = "Отклоняющийся от нормы"; +$a->strings["Fetish"] = "Фетиш"; +$a->strings["Oodles"] = "Множественный"; +$a->strings["Nonsexual"] = "Несексуальный"; +$a->strings["Single"] = "Одинок"; +$a->strings["Lonely"] = "Уединенный"; +$a->strings["Available"] = "Доступный"; +$a->strings["Unavailable"] = "Недоступный"; +$a->strings["Has crush"] = "Столкновение"; +$a->strings["Infatuated"] = "Влюбленный"; +$a->strings["Dating"] = "Датировка"; +$a->strings["Unfaithful"] = "Неверный"; +$a->strings["Sex Addict"] = "Секс наркоман"; +$a->strings["Friends/Benefits"] = "Друзья / Преимущества"; +$a->strings["Casual"] = "Случайный"; +$a->strings["Engaged"] = "Помолвленный"; +$a->strings["Married"] = "Женат"; +$a->strings["Imaginarily married"] = "Мысленно женат"; +$a->strings["Partners"] = "Партнеры"; +$a->strings["Cohabiting"] = "Сожительствующие"; +$a->strings["Common law"] = ""; +$a->strings["Happy"] = "Счастливый"; +$a->strings["Not looking"] = "Не нуждаюсь"; +$a->strings["Swinger"] = ""; +$a->strings["Betrayed"] = ""; +$a->strings["Separated"] = ""; +$a->strings["Unstable"] = "Колеблющийся"; +$a->strings["Divorced"] = "Разведенный"; +$a->strings["Imaginarily divorced"] = "Мысленно разведенный"; +$a->strings["Widowed"] = "Овдовевший"; +$a->strings["Uncertain"] = "Неопределенный"; +$a->strings["It's complicated"] = "Это сложно"; +$a->strings["Don't care"] = "Не заботьтесь"; +$a->strings["Ask me"] = "Спроси меня"; +$a->strings["Logged out."] = "Вышел из системы."; +$a->strings["Failed authentication"] = "Ошибка аутентификации"; +$a->strings["Login failed."] = "Не удалось войти."; +$a->strings["Permission denied"] = "Доступ запрещен"; +$a->strings["(Unknown)"] = ""; +$a->strings["Item not found."] = "Элемент не найден."; +$a->strings["Collection not found."] = "Коллекция не найдена."; +$a->strings["Collection is empty."] = "Коллекция пуста."; +$a->strings["Collection: %s"] = "Коллекции: %s"; +$a->strings["Connection: %s"] = "Контакты: %s"; +$a->strings["Connection not found."] = "Контакт не найден."; +$a->strings["Can view my \"public\" stream and posts"] = "Может просматривать мои \"публичные\" поток и сообщения"; +$a->strings["Can view my \"public\" channel profile"] = "Может просматривать мой \"публичный\" профиль канала"; +$a->strings["Can view my \"public\" photo albums"] = "Может просматривать мои \"публичные\" фотоальбомы"; +$a->strings["Can view my \"public\" address book"] = "Может просматривать мою \"публичную\" адресную книгу"; +$a->strings["Can view my \"public\" file storage"] = "Может просматривать мои \"публичные\" файлы"; +$a->strings["Can view my \"public\" pages"] = "Может просматривать мои \"публичные\" страницы"; +$a->strings["Can send me their channel stream and posts"] = "Может прислать мне свои потоки и сообщения"; +$a->strings["Can post on my channel page (\"wall\")"] = "Может публиковать на моей странице канала (\"стена\")"; +$a->strings["Can comment on my posts"] = "Может комментировать мои сообщения"; +$a->strings["Can send me private mail messages"] = "Может отправлять мне личные сообщения по эл. почте"; +$a->strings["Can post photos to my photo albums"] = "Может публиковать фотографии в мои фотоальбомы"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = ""; +$a->strings["Advanced - useful for creating group forum channels"] = ""; +$a->strings["Can chat with me (when available)"] = "Можете общаться со мной в чате (при наличии)"; +$a->strings["Can write to my \"public\" file storage"] = "Может писать в моё \"публичное\" хранилище файлов"; +$a->strings["Can edit my \"public\" pages"] = "Может редактировать мои \"публичные\" страницы"; +$a->strings["Can source my \"public\" posts in derived channels"] = ""; +$a->strings["Somewhat advanced - very useful in open communities"] = ""; +$a->strings["Can administer my channel resources"] = "Может администрировать мои ресурсы канала"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = ""; +$a->strings["Set your current mood and tell your friends"] = ""; +$a->strings["Menu not found."] = "Меню не найдено."; +$a->strings["Menu element updated."] = "Меню обновлено."; +$a->strings["Unable to update menu element."] = ""; +$a->strings["Menu element added."] = "Элемент меню добавлен."; +$a->strings["Unable to add menu element."] = "Невозможно добавить элемент меню."; +$a->strings["Not found."] = "Не найдено."; +$a->strings["Manage Menu Elements"] = "Управление элементов меню"; +$a->strings["Edit menu"] = "Редактировать меню"; +$a->strings["Edit element"] = "Редактировать элемент"; +$a->strings["Drop element"] = "Удалить элемент"; +$a->strings["New element"] = "Новый элемент"; +$a->strings["Edit this menu container"] = ""; +$a->strings["Add menu element"] = "Добавить элемент меню"; +$a->strings["Delete this menu item"] = "Удалить элемент меню"; +$a->strings["Edit this menu item"] = "Редактировать элемент меню"; +$a->strings["New Menu Element"] = "Новый элемент меню"; +$a->strings["Menu Item Permissions"] = ""; +$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)"; +$a->strings["Link text"] = "Текст ссылки"; +$a->strings["URL of link"] = ""; +$a->strings["Use Red magic-auth if available"] = ""; +$a->strings["Open link in new window"] = ""; +$a->strings["Order in list"] = ""; +$a->strings["Higher numbers will sink to bottom of listing"] = ""; +$a->strings["Create"] = "Создать"; +$a->strings["Menu item not found."] = "Элемент меню не найден."; +$a->strings["Menu item deleted."] = "Элемент меню удален."; +$a->strings["Menu item could not be deleted."] = ""; +$a->strings["Edit Menu Element"] = "Редактировать элемент меню"; +$a->strings["Modify"] = "Изменить"; +$a->strings["sent you a private message"] = "отправил вам личное сообщение"; +$a->strings["added your channel"] = "добавил ваш канал"; +$a->strings["posted an event"] = ""; +$a->strings["network"] = ""; +$a->strings["Name is required"] = "Необходимо имя"; +$a->strings["Key and Secret are required"] = ""; +$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменён."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Пустые пароли не допускаются. Пароль не изменён."; $a->strings["Password changed."] = "Пароль изменен."; -$a->strings["Password update failed. Please try again."] = "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз."; -$a->strings[" Please use a shorter name."] = " Пожалуйста, используйте более короткое имя."; -$a->strings[" Name too short."] = " Имя слишком короткое."; -$a->strings[" Not valid email."] = " Неверный e-mail."; -$a->strings[" Cannot change to that email."] = " Невозможно изменить на этот e-mail."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = ""; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = ""; -$a->strings["Settings updated."] = "Настройки обновлены."; +$a->strings["Password update failed. Please try again."] = "Изменение пароля закончилось неуспешно. Пожалуйста, попробуйте еще раз."; +$a->strings["Not valid email."] = "Не действительный адрес электронной почты."; +$a->strings["Protected email address. Cannot change to that email."] = ""; +$a->strings["System failure storing new email. Please try again."] = ""; +$a->strings["Settings updated."] = "Настройки обновленны."; $a->strings["Add application"] = "Добавить приложения"; -$a->strings["Consumer Key"] = "Consumer Key"; -$a->strings["Consumer Secret"] = "Consumer Secret"; +$a->strings["Name"] = "Имя"; +$a->strings["Name of application"] = "Название приложения"; +$a->strings["Consumer Key"] = "Ключ клиента"; +$a->strings["Automatically generated - change if desired. Max length 20"] = ""; +$a->strings["Consumer Secret"] = "Секрет клиента"; $a->strings["Redirect"] = "Перенаправление"; -$a->strings["Icon url"] = "URL символа"; -$a->strings["You can't edit this application."] = "Вы не можете изменить это приложение."; +$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = ""; +$a->strings["Icon url"] = "URL-адрес значка"; +$a->strings["Optional"] = "Необязательно"; +$a->strings["You can't edit this application."] = "Вы не можете редактировать это приложение."; $a->strings["Connected Apps"] = "Подключенные приложения"; -$a->strings["Client key starts with"] = "Ключ клиента начинается с"; -$a->strings["No name"] = "Нет имени"; -$a->strings["Remove authorization"] = "Удалить авторизацию"; -$a->strings["No Plugin settings configured"] = "Нет сконфигурированных настроек плагина"; -$a->strings["Plugin Settings"] = "Настройки плагина"; -$a->strings["Built-in support for %s connectivity is %s"] = "Встроенная поддержка для %s подключение %s"; -$a->strings["enabled"] = "подключено"; -$a->strings["disabled"] = "отключено"; -$a->strings["StatusNet"] = "StatusNet"; -$a->strings["Email access is disabled on this site."] = "Доступ эл. почты отключен на этом сайте."; -$a->strings["Connector Settings"] = "Настройки соединителя"; -$a->strings["Email/Mailbox Setup"] = "Настройка эл. почты / почтового ящика"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику."; -$a->strings["Last successful email check:"] = "Последняя успешная проверка электронной почты:"; -$a->strings["IMAP server name:"] = "Имя IMAP сервера:"; -$a->strings["IMAP port:"] = "Порт IMAP:"; -$a->strings["Security:"] = "Безопасность:"; -$a->strings["None"] = "Ничего"; -$a->strings["Email login name:"] = "Логин эл. почты:"; -$a->strings["Email password:"] = "Пароль эл. почты:"; -$a->strings["Reply-to address:"] = "Адрес для ответа:"; -$a->strings["Send public posts to all email contacts:"] = "Отправлять открытые сообщения на все контакты электронной почты:"; -$a->strings["Action after import:"] = "Действие после импорта:"; -$a->strings["Mark as seen"] = ""; -$a->strings["Move to folder"] = ""; -$a->strings["Move to folder:"] = ""; -$a->strings["No special theme for mobile devices"] = ""; -$a->strings["Display Settings"] = "Параметры дисплея"; -$a->strings["Display Theme:"] = "Показать тему:"; -$a->strings["Mobile Theme:"] = ""; -$a->strings["Update browser every xx seconds"] = "Обновление браузера каждые хх секунд"; -$a->strings["Minimum of 10 seconds, no maximum"] = "Минимум 10 секунд, максимума нет"; -$a->strings["Number of items to display per page:"] = ""; -$a->strings["Maximum of 100 items"] = ""; -$a->strings["Don't show emoticons"] = "не показывать emoticons"; -$a->strings["Normal Account Page"] = ""; -$a->strings["This account is a normal personal profile"] = "Этот аккаунт является обычным персональным профилем"; -$a->strings["Soapbox Page"] = ""; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Автоматически одобряются все подключения / запросы в друзья, \"только для чтения\" поклонниками"; -$a->strings["Community Forum/Celebrity Account"] = ""; -$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Автоматически одобряются все подключения / запросы в друзья, \"для чтения и записей\" поклонников"; -$a->strings["Automatic Friend Page"] = ""; -$a->strings["Automatically approve all connection/friend requests as friends"] = "Автоматически одобряются все подключения / запросы в друзья, расширяется список друзей"; -$a->strings["Private Forum [Experimental]"] = ""; -$a->strings["Private forum - approved members only"] = ""; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Необязательно) Разрешить этому OpenID входить в этот аккаунт"; -$a->strings["Publish your default profile in your local site directory?"] = "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?"; -$a->strings["Publish your default profile in the global social directory?"] = "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?"; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?"; -$a->strings["Hide your profile details from unknown viewers?"] = "Скрыть данные профиля из неизвестных зрителей?"; -$a->strings["Allow friends to post to your profile page?"] = "Разрешить друзьям оставлять сообщения на страницу вашего профиля?"; -$a->strings["Allow friends to tag your posts?"] = "Разрешить друзьям отмечять ваши сообщения?"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Позвольть предлогать Вам потенциальных друзей?"; -$a->strings["Permit unknown people to send you private mail?"] = ""; -$a->strings["Profile is <strong>not published</strong>."] = "Профиль <strong>не публикуется</strong>."; -$a->strings["or"] = "или"; -$a->strings["Your Identity Address is"] = "Ваш идентификационный адрес"; -$a->strings["Automatically expire posts after this many days:"] = "Автоматическое истекание срока действия сообщения после стольких дней:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены"; -$a->strings["Advanced expiration settings"] = "Настройки расширенного окончания срока действия"; -$a->strings["Advanced Expiration"] = "Расширенное окончание срока действия"; -$a->strings["Expire posts:"] = "Срок хранения сообщений:"; -$a->strings["Expire personal notes:"] = "Срок хранения личных заметок:"; -$a->strings["Expire starred posts:"] = "Срок хранения усеянных сообщений:"; -$a->strings["Expire photos:"] = "Срок хранения фотографий:"; -$a->strings["Only expire posts by others:"] = ""; +$a->strings["Client key starts with"] = ""; +$a->strings["No name"] = "Без названия"; +$a->strings["Remove authorization"] = "Удалить разрешение"; +$a->strings["No feature settings configured"] = "Параметры функций не настроены"; +$a->strings["Feature Settings"] = "Настройки функции"; $a->strings["Account Settings"] = "Настройки аккаунта"; -$a->strings["Password Settings"] = "Настройка пароля"; +$a->strings["Password Settings"] = "Настройки пароля"; $a->strings["New Password:"] = "Новый пароль:"; -$a->strings["Confirm:"] = "Подтвердите:"; -$a->strings["Leave password fields blank unless changing"] = "Оставьте поля пароля пустыми, если он не изменяется"; -$a->strings["Basic Settings"] = "Основные параметры"; -$a->strings["Full Name:"] = "Полное имя:"; +$a->strings["Confirm:"] = "Подтверждение:"; +$a->strings["Leave password fields blank unless changing"] = "Оставьте поля пустыми, если не меняется"; $a->strings["Email Address:"] = "Адрес электронной почты:"; -$a->strings["Your Timezone:"] = "Ваш часовой пояс:"; -$a->strings["Default Post Location:"] = "Местонахождение по умолчанию:"; -$a->strings["Use Browser Location:"] = "Использовать определение местоположения браузером:"; +$a->strings["Remove Account"] = "Удалить аккаунт"; +$a->strings["Warning: This action is permanent and cannot be reversed."] = ""; +$a->strings["Off"] = "Выкл."; +$a->strings["On"] = "Вкл."; +$a->strings["Additional Features"] = "Дополнительные функции"; +$a->strings["Connector Settings"] = "Настройки соединителя"; +$a->strings["No special theme for mobile devices"] = "Нет специальной темы для мобильных устройств"; +$a->strings["%s - (Experimental)"] = ""; +$a->strings["Display Settings"] = "Настройки отображения"; +$a->strings["Display Theme:"] = "Тема отображения:"; +$a->strings["Mobile Theme:"] = "Мобильная тема отображения:"; +$a->strings["Update browser every xx seconds"] = "Обновление браузера каждые ХХ секунд"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Минимум 10 секунд, без максимума"; +$a->strings["Maximum number of conversations to load at any time:"] = ""; +$a->strings["Maximum of 100 items"] = "Максимум 100 элементов"; +$a->strings["Don't show emoticons"] = "Не показывать emoticons"; +$a->strings["System Page Layout Editor - (advanced)"] = ""; +$a->strings["Nobody except yourself"] = "Никто, кроме вас"; +$a->strings["Only those you specifically allow"] = "Только комы вы разрешили"; +$a->strings["Approved connections"] = ""; +$a->strings["Any connections"] = ""; +$a->strings["Anybody on this website"] = "Любой на этом веб-сайте"; +$a->strings["Anybody in this network"] = "Любой в этой сети"; +$a->strings["Anybody authenticated"] = ""; +$a->strings["Anybody on the internet"] = "Любой в интернете"; +$a->strings["Publish your default profile in the network directory"] = "Публикация вашего профиля по умолчанию в каталоге сети"; +$a->strings["No"] = "Нет"; +$a->strings["Yes"] = "Да"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = ""; +$a->strings["or"] = "или"; +$a->strings["Your channel address is"] = "Адрес канала:"; +$a->strings["Channel Settings"] = "Настройки канала"; +$a->strings["Basic Settings"] = "Основные настройки"; +$a->strings["Your Timezone:"] = "Часовой пояс:"; +$a->strings["Default Post Location:"] = "Откуда по умолчанию:"; +$a->strings["Geographical location to display on your posts"] = ""; +$a->strings["Use Browser Location:"] = "Использовать указание браузерa:"; +$a->strings["Adult Content"] = "Содержимое для взрослых"; +$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = ""; $a->strings["Security and Privacy Settings"] = "Параметры безопасности и конфиденциальности"; -$a->strings["Maximum Friend Requests/Day:"] = "Максимум запросов в друзья в день:"; -$a->strings["(to prevent spam abuse)"] = "(для предотвращения спама)"; -$a->strings["Default Post Permissions"] = "Разрешение на сообщения по умолчанию"; -$a->strings["(click to open/close)"] = "(нажмите, чтобы открыть / закрыть)"; -$a->strings["Maximum private messages per day from unknown people:"] = ""; -$a->strings["Notification Settings"] = "Настройка уведомлений"; +$a->strings["Hide my online presence"] = "Скрыть мое присутствие"; +$a->strings["Prevents displaying in your profile that you are online"] = "Предотвращает показ в вашем профиле, что вы онлайн"; +$a->strings["Simple Privacy Settings:"] = "Быстрые настройки:"; +$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = ""; +$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = ""; +$a->strings["Private - <em>default private, never open or public</em>"] = ""; +$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = ""; +$a->strings["Allow others to tag your posts"] = ""; +$a->strings["Often used by the community to retro-actively flag inappropriate content"] = ""; +$a->strings["Advanced Privacy Settings"] = "Дополнительные настройки"; +$a->strings["Expire other channel content after this many days"] = ""; +$a->strings["0 or blank prevents expiration"] = ""; +$a->strings["Maximum Friend Requests/Day:"] = ""; +$a->strings["May reduce spam activity"] = "Может уменьшить активность спам"; +$a->strings["Default Post Permissions"] = "Настройки по умолчанию"; +$a->strings["Maximum private messages per day from unknown people:"] = "Максимальное количество личных сообщений от незнакомых людей:"; +$a->strings["Useful to reduce spamming"] = "Полезно для уменьшения активности спам"; +$a->strings["Notification Settings"] = "Настройки уведомлений"; $a->strings["By default post a status message when:"] = ""; $a->strings["accepting a friend request"] = ""; $a->strings["joining a forum/community"] = ""; $a->strings["making an <em>interesting</em> profile change"] = ""; -$a->strings["Send a notification email when:"] = "Отправлять уведомление по электронной почте, когда:"; -$a->strings["You receive an introduction"] = "Вы получили запрос"; -$a->strings["Your introductions are confirmed"] = "Ваши запросы подтверждены"; -$a->strings["Someone writes on your profile wall"] = "Кто-то пишет на стене вашего профиля"; -$a->strings["Someone writes a followup comment"] = "Кто-то пишет последующий комментарий"; -$a->strings["You receive a private message"] = "Вы получаете личное сообщение"; +$a->strings["Send a notification email when:"] = "Отправить уведомление по электронной почте, если:"; +$a->strings["You receive a connection request"] = ""; +$a->strings["Your connections are confirmed"] = ""; +$a->strings["Someone writes on your profile wall"] = ""; +$a->strings["Someone writes a followup comment"] = ""; +$a->strings["You receive a private message"] = ""; $a->strings["You receive a friend suggestion"] = ""; $a->strings["You are tagged in a post"] = ""; $a->strings["You are poked/prodded/etc. in a post"] = ""; $a->strings["Advanced Account/Page Type Settings"] = ""; $a->strings["Change the behaviour of this account for special situations"] = ""; -$a->strings["Manage Identities and/or Pages"] = "Управление идентификацией и / или страницами"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = ""; -$a->strings["Select an identity to manage: "] = "Выберите идентификацию для управления: "; -$a->strings["Search Results For:"] = ""; -$a->strings["Remove term"] = "Удалить элемент"; -$a->strings["Saved Searches"] = "запомненные поиски"; -$a->strings["add"] = "добавить"; -$a->strings["Commented Order"] = "Прокомментированный запрос"; -$a->strings["Sort by Comment Date"] = ""; -$a->strings["Posted Order"] = "Отправленный запрос"; -$a->strings["Sort by Post Date"] = ""; -$a->strings["Posts that mention or involve you"] = ""; -$a->strings["New"] = "Новый"; -$a->strings["Activity Stream - by date"] = ""; -$a->strings["Starred"] = "Помеченный"; -$a->strings["Favourite Posts"] = ""; -$a->strings["Shared Links"] = ""; -$a->strings["Interesting Links"] = ""; -$a->strings["Warning: This group contains %s member from an insecure network."] = array( - 0 => "Внимание: Эта группа содержит %s участника с незащищенной сети.", - 1 => "Внимание: Эта группа содержит %s участников с незащищенной сети.", - 2 => "Внимание: Эта группа содержит %s участников с незащищенной сети.", -); -$a->strings["Private messages to this group are at risk of public disclosure."] = "Личные сообщения к этой группе находятся под угрозой обнародования."; -$a->strings["Contact: "] = "Контакт: "; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Личные сообщения этому человеку находятся под угрозой обнародования."; -$a->strings["Invalid contact."] = "Недопустимый контакт."; -$a->strings["Personal Notes"] = "Личные заметки"; -$a->strings["Save"] = "Сохранить"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; -$a->strings["No recipient selected."] = "Не выбран получатель."; -$a->strings["Unable to check your home location."] = ""; -$a->strings["Message could not be sent."] = "Сообщение не может быть отправлено."; -$a->strings["Message collection failure."] = ""; -$a->strings["Message sent."] = "Сообщение отправлено."; -$a->strings["No recipient."] = ""; -$a->strings["Please enter a link URL:"] = "Пожалуйста, введите URL ссылки:"; -$a->strings["Send Private Message"] = "Отправить личное сообщение"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = ""; -$a->strings["To:"] = "Кому:"; -$a->strings["Subject:"] = "Тема:"; -$a->strings["Your message:"] = "Ваше сообщение:"; -$a->strings["Welcome to Friendica"] = "Добро пожаловать в Friendica"; -$a->strings["New Member Checklist"] = "Новый контрольный список участников"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = ""; -$a->strings["Getting Started"] = ""; -$a->strings["Friendica Walk-Through"] = ""; -$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = ""; -$a->strings["Go to Your Settings"] = ""; -$a->strings["On your <em>Settings</em> page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = ""; -$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти."; -$a->strings["Profile"] = "Профиль"; -$a->strings["Upload Profile Photo"] = "Загрузить фото профиля"; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Загрузите фотографию профиля, если вы еще не сделали это. Исследования показали, что люди с реальными фотографиями имеют в десять раз больше шансов подружиться, чем люди, которые этого не делают."; -$a->strings["Edit Your Profile"] = ""; -$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Отредактируйте профиль <strong>по умолчанию</strong> на свой вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей."; -$a->strings["Profile Keywords"] = ""; -$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Установите некоторые публичные ключевые слова для вашего профиля по умолчанию, которые описывают ваши интересы. Мы можем быть в состоянии найти других людей со схожими интересами и предложить дружбу."; -$a->strings["Connecting"] = ""; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Авторизуйте Facebook Connector , если у вас уже есть аккаунт на Facebook, и мы (по желанию) импортируем всех ваших друзей и беседы с Facebook."; -$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = ""; -$a->strings["Importing Emails"] = ""; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = ""; -$a->strings["Go to Your Contacts Page"] = ""; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = ""; -$a->strings["Go to Your Site's Directory"] = ""; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки <em>Подключить</em> или <em>Следовать</em> на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется."; -$a->strings["Finding New People"] = ""; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = ""; -$a->strings["Groups"] = "Группы"; -$a->strings["Group Your Contacts"] = ""; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть."; -$a->strings["Why Aren't My Posts Public?"] = ""; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = ""; -$a->strings["Getting Help"] = ""; -$a->strings["Go to the Help Section"] = ""; -$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Наши страницы <strong>помощи</strong> могут проконсультировать о подробностях и возможностях программы и ресурса."; -$a->strings["Item not available."] = "Пункт не доступен."; -$a->strings["Item was not found."] = "Пункт не был найден."; -$a->strings["Group created."] = "Группа создана."; -$a->strings["Could not create group."] = "Не удалось создать группу."; -$a->strings["Group not found."] = "Группа не найдена."; -$a->strings["Group name changed."] = "Название группы изменено."; -$a->strings["Permission denied"] = "Доступ запрещен"; -$a->strings["Create a group of contacts/friends."] = "Создать группу контактов / друзей."; -$a->strings["Group Name: "] = "Название группы: "; -$a->strings["Group removed."] = "Группа удалена."; -$a->strings["Unable to remove group."] = "Не удается удалить группу."; -$a->strings["Group Editor"] = "Редактор групп"; -$a->strings["Members"] = "Участники"; -$a->strings["Click on a contact to add or remove."] = "Нажмите на контакт, чтобы добавить или удалить."; -$a->strings["Invalid profile identifier."] = "Недопустимый идентификатор профиля."; -$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля"; -$a->strings["Visible To"] = "Видимый для"; -$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с безопасным доступом к профилю)"; -$a->strings["No contacts."] = "Нет контактов."; -$a->strings["View Contacts"] = "Просмотр контактов"; -$a->strings["Registration details for %s"] = "Подробности регистрации для %s"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций."; -$a->strings["Failed to send email message. Here is the message that failed."] = "Невозможно отправить сообщение электронной почтой. Вот сообщение, которое не удалось."; -$a->strings["Your registration can not be processed."] = "Ваша регистрация не может быть обработана."; -$a->strings["Registration request at %s"] = "Запрос на регистрацию на %s"; -$a->strings["Your registration is pending approval by the site owner."] = "Ваша регистрация в ожидании одобрения владельцем сайта."; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = ""; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Вы можете (по желанию), заполнить эту форму с помощью OpenID, поддерживая ваш OpenID и нажав клавишу \"Регистрация\"."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Если вы не знакомы с OpenID, пожалуйста, оставьте это поле пустым и заполните остальные элементы."; -$a->strings["Your OpenID (optional): "] = "Ваш OpenID (необязательно):"; -$a->strings["Include your profile in member directory?"] = "Включить ваш профиль в каталог участников?"; -$a->strings["Membership on this site is by invitation only."] = "Членство на сайте только по приглашению."; -$a->strings["Your invitation ID: "] = "ID вашего приглашения:"; -$a->strings["Registration"] = "Регистрация"; -$a->strings["Your Full Name (e.g. Joe Smith): "] = "Ваше полное имя (например, Joe Smith): "; -$a->strings["Your Email Address: "] = "Ваш адрес электронной почты: "; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Выбор псевдонима профиля. Он должен начинаться с буквы. Адрес вашего профиля на данном сайте будет в этом случае '<strong>nickname@\$sitename</strong>'."; -$a->strings["Choose a nickname: "] = "Выберите псевдоним: "; -$a->strings["Register"] = "Регистрация"; -$a->strings["People Search"] = "Поиск людей"; -$a->strings["status"] = "статус"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s нравится %3\$s от %2\$s "; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %3\$s от %2\$s "; -$a->strings["Item not found."] = "Пункт не найден."; -$a->strings["Access denied."] = "Доступ запрещен."; -$a->strings["Photos"] = "Фото"; -$a->strings["Files"] = ""; -$a->strings["Account approved."] = "Аккаунт утвержден."; -$a->strings["Registration revoked for %s"] = "Регистрация отменена для %s"; -$a->strings["Please login."] = "Пожалуйста, войдите с паролем."; -$a->strings["Unable to locate original post."] = "Не удалось найти оригинальный пост."; -$a->strings["Empty post discarded."] = "Пустое сообщение отбрасывается."; -$a->strings["Wall Photos"] = "Фото стены"; -$a->strings["System error. Post not saved."] = "Системная ошибка. Сообщение не сохранено."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = ""; -$a->strings["You may visit them online at %s"] = "Вы можете посетить их в онлайне на %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения."; -$a->strings["%s posted an update."] = "%s отправил/а/ обновление."; -$a->strings["%1\$s is currently %2\$s"] = ""; -$a->strings["Mood"] = ""; -$a->strings["Set your current mood and tell your friends"] = ""; -$a->strings["Image uploaded but image cropping failed."] = "Изображение загружено, но обрезка изображения не удалась."; -$a->strings["Image size reduction [%s] failed."] = "Уменьшение размера изображения [%s] не удалось."; +$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = ""; +$a->strings["Miscellaneous Settings"] = "Дополнительные настройки"; +$a->strings["Personal menu to display in your channel pages"] = ""; +$a->strings["Poke/Prod"] = ""; +$a->strings["poke, prod or do other things to somebody"] = ""; +$a->strings["Recipient"] = "Получатель"; +$a->strings["Choose what you wish to do to recipient"] = ""; +$a->strings["Make this post private"] = "Сделать это сообщение личным"; +$a->strings["Authorize application connection"] = ""; +$a->strings["Return to your app and insert this Securty Code:"] = ""; +$a->strings["Please login to continue."] = "Пожалуйста, войдите, чтобы продолжить."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = ""; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = ""; +$a->strings["Welcome %s. Remote authentication successful."] = "Добро пожаловать %s. Удаленная аутентификация успешно завершена."; +$a->strings["Item not available."] = "Элемент недоступен."; +$a->strings["Fetching URL returns error: %1\$s"] = ""; +$a->strings["Invalid item."] = "Недействительный элемент."; +$a->strings["Channel not found."] = "Канал не найден."; +$a->strings["Page not found."] = "Страница не найдена."; +$a->strings["Image uploaded but image cropping failed."] = ""; +$a->strings["Image resize failed."] = "Изменение размера изображения не удалось."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = ""; -$a->strings["Unable to process image"] = "Не удается обработать изображение"; -$a->strings["Image exceeds size limit of %d"] = "Изображение превышает предельный размер %d"; +$a->strings["Image exceeds size limit of %d"] = ""; +$a->strings["Unable to process image."] = "Невозможно обработать изображение."; +$a->strings["Photo not available."] = "Фотография не доступна."; $a->strings["Upload File:"] = "Загрузить файл:"; -$a->strings["Select a profile:"] = ""; -$a->strings["Upload"] = "Загрузить"; +$a->strings["Select a profile:"] = "Выберите профиль:"; +$a->strings["Upload Profile Photo"] = "Загрузить фотографию профиля"; +$a->strings["Upload"] = "Загрузка"; $a->strings["skip this step"] = "пропустить этот шаг"; -$a->strings["select a photo from your photo albums"] = "выберите фото из ваших фотоальбомов"; +$a->strings["select a photo from your photo albums"] = ""; $a->strings["Crop Image"] = "Обрезать изображение"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Пожалуйста, настройте обрезку изображения для оптимального просмотра."; -$a->strings["Done Editing"] = "Редактирование выполнено"; -$a->strings["Image uploaded successfully."] = "Изображение загружено успешно."; -$a->strings["No profile"] = "Нет профиля"; -$a->strings["Remove My Account"] = "Удалить мой аккаунт"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит."; -$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите свой пароль для проверки:"; -$a->strings["New Message"] = "Новое сообщение"; -$a->strings["Unable to locate contact information."] = "Не удалось найти контактную информацию."; -$a->strings["Message deleted."] = "Сообщение удалено."; -$a->strings["Conversation removed."] = "Беседа удалена."; -$a->strings["No messages."] = "Нет сообщений."; -$a->strings["Unknown sender - %s"] = ""; -$a->strings["You and %s"] = ""; -$a->strings["%s and You"] = "%s и Вы"; -$a->strings["Delete conversation"] = "Удалить историю общения"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["%d message"] = array( - 0 => "%d сообщение", - 1 => "%d сообщений", - 2 => "%d сообщений", -); -$a->strings["Message not available."] = "Сообщение не доступно."; -$a->strings["Delete message"] = "Удалить сообщение"; -$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = ""; -$a->strings["Send Reply"] = "Отправить ответ"; -$a->strings["Friends of %s"] = "%s Друзья"; -$a->strings["No friends to display."] = "Нет друзей."; -$a->strings["Theme settings updated."] = ""; +$a->strings["Please adjust the image cropping for optimum viewing."] = ""; +$a->strings["Done Editing"] = "Закончить редактирование"; +$a->strings["Image uploaded successfully."] = "Загрузка изображениея прошла успешно."; +$a->strings["Image upload failed."] = "Загрузка изображениея прошла безуспешно."; +$a->strings["Image size reduction [%s] failed."] = ""; +$a->strings["Block Name"] = ""; +$a->strings["Profile not found."] = "Профиль не найден."; +$a->strings["Profile deleted."] = "Профиль удален."; +$a->strings["Profile-"] = "Профиль-"; +$a->strings["New profile created."] = "Новый профиль создан."; +$a->strings["Profile unavailable to clone."] = "Профиль недоступен для клонирования."; +$a->strings["Profile Name is required."] = "Имя профиля требуется."; +$a->strings["Marital Status"] = "Семейное положение"; +$a->strings["Romantic Partner"] = "Романтический партнер"; +$a->strings["Likes"] = "нравится"; +$a->strings["Dislikes"] = "не-нравится"; +$a->strings["Work/Employment"] = "Работа / Занятость"; +$a->strings["Religion"] = "Религия"; +$a->strings["Political Views"] = "Политические взгляды"; +$a->strings["Gender"] = "Пол"; +$a->strings["Sexual Preference"] = "Сексуальная ориентация"; +$a->strings["Homepage"] = "Домашняя страница"; +$a->strings["Interests"] = "Интересы"; +$a->strings["Address"] = "Адрес"; +$a->strings["Location"] = "Место"; +$a->strings["Profile updated."] = "Профиль обновлен."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Скрывать от просмотра ваш список контактов/друзей в этом профиле?"; +$a->strings["Edit Profile Details"] = "Редактирование профиля"; +$a->strings["View this profile"] = "Посмотреть этот профиль"; +$a->strings["Change Profile Photo"] = "Изменить фотографию профиля"; +$a->strings["Create a new profile using these settings"] = "Создайте новый профиль со следующими настройками"; +$a->strings["Clone this profile"] = "Клонировать этот профиль"; +$a->strings["Delete this profile"] = "Удалить этот профиль"; +$a->strings["Profile Name:"] = "Имя профиля:"; +$a->strings["Your Full Name:"] = "Ваше полное имя:"; +$a->strings["Title/Description:"] = "Название / Описание:"; +$a->strings["Your Gender:"] = "Ваш пол:"; +$a->strings["Birthday (%s):"] = "Ваш День Рождения (%s):"; +$a->strings["Street Address:"] = "Улица:"; +$a->strings["Locality/City:"] = "Населенный пункт / город:"; +$a->strings["Postal/Zip Code:"] = "Почтовый индекс:"; +$a->strings["Country:"] = "Страна:"; +$a->strings["Region/State:"] = "Регион / Область:"; +$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = ""; +$a->strings["Who: (if applicable)"] = "Кто: (если это применимо)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = ""; +$a->strings["Since [date]:"] = "С тех пор [date]:"; +$a->strings["Homepage URL:"] = "URL-адрес домашней страницы:"; +$a->strings["Religious Views:"] = "Религиозные взгляды:"; +$a->strings["Keywords:"] = "Ключевые слова:"; +$a->strings["Example: fishing photography software"] = "Пример: fishing photography software"; +$a->strings["Used in directory listings"] = ""; +$a->strings["Tell us about yourself..."] = "Расскажите нам о себе ..."; +$a->strings["Hobbies/Interests"] = "Хобби / интересы"; +$a->strings["Contact information and Social Networks"] = "Информация и социальные сети контакта"; +$a->strings["My other channels"] = "Мои другие контакты"; +$a->strings["Musical interests"] = "Музыкальные интересы"; +$a->strings["Books, literature"] = "Книги, литература"; +$a->strings["Television"] = "Телевидение"; +$a->strings["Film/dance/culture/entertainment"] = "Кино / танцы / культура / развлечения"; +$a->strings["Love/romance"] = "Любовь / Романс"; +$a->strings["Work/employment"] = "Работа / Занятость"; +$a->strings["School/education"] = "Школа / образование"; +$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = ""; +$a->strings["Age: "] = "Возраст:"; +$a->strings["Edit/Manage Profiles"] = "Редактирование / Управление профилей"; +$a->strings["Add profile things"] = ""; +$a->strings["Include desirable objects in your profile"] = ""; +$a->strings["Bookmark added"] = ""; +$a->strings["My Bookmarks"] = "Мои закладки"; +$a->strings["My Connections Bookmarks"] = "Закладки моих контактов"; +$a->strings["Invalid profile identifier."] = ""; +$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля"; +$a->strings["Click on a contact to add or remove."] = "Нажмите на канал, чтобы добавить или удалить."; +$a->strings["Visible To"] = "Видно"; +$a->strings["All Connections"] = "Все контакты"; +$a->strings["Public Sites"] = ""; +$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = ""; +$a->strings["Site URL"] = "URL веб-сайта"; +$a->strings["Access Type"] = ""; +$a->strings["Registration Policy"] = "Правила регистрации"; +$a->strings["You must be logged in to see this page."] = "Вы должны авторизоваться, чтобы увидеть эту страницу."; +$a->strings["Insufficient permissions. Request redirected to profile page."] = ""; +$a->strings["Select a bookmark folder"] = ""; +$a->strings["Save Bookmark"] = ""; +$a->strings["URL of bookmark"] = ""; +$a->strings["Description"] = "Описание"; +$a->strings["Or enter new bookmark folder name"] = ""; +$a->strings["Room not found"] = ""; +$a->strings["Leave Room"] = ""; +$a->strings["Delete This Room"] = ""; +$a->strings["I am away right now"] = ""; +$a->strings["I am online"] = "Я в сети"; +$a->strings["Bookmark this room"] = ""; +$a->strings["New Chatroom"] = "Новый чат"; +$a->strings["Chatroom Name"] = "Название чата"; +$a->strings["%1\$s's Chatrooms"] = "Чаты пользователя %1\$s"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = ""; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = ""; +$a->strings["Passwords do not match."] = "Пароли не совпадают."; +$a->strings["Registration successful. Please check your email for validation instructions."] = ""; +$a->strings["Your registration is pending approval by the site owner."] = ""; +$a->strings["Your registration can not be processed."] = "Ваша регистрация не может быть обработана."; +$a->strings["Registration on this site/hub is by approval only."] = ""; +$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = ""; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = ""; +$a->strings["Terms of Service"] = ""; +$a->strings["I accept the %s for this website"] = ""; +$a->strings["I am over 13 years of age and accept the %s for this website"] = ""; +$a->strings["Registration"] = "Регистрация"; +$a->strings["Membership on this site is by invitation only."] = ""; +$a->strings["Please enter your invitation code"] = "Пожалуйста, введите Ваш код приглашения"; +$a->strings["Your email address"] = "Ваш адрес электронной почты"; +$a->strings["Choose a password"] = "Выберите пароль"; +$a->strings["Please re-enter your password"] = "Пожалуйста, введите пароль еще раз"; +$a->strings["Away"] = ""; +$a->strings["Online"] = ""; +$a->strings["Please login."] = "Войдите пожалуйста."; +$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = ""; +$a->strings["Remove This Channel"] = "Удалить этот канал"; +$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = ""; +$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите пароль для проверки:"; +$a->strings["Remove this channel and all its clones from the network"] = "Удалить этот канал и все его клоны из сети"; +$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = ""; +$a->strings["Remove Channel"] = ""; +$a->strings["No channel."] = "Не канал."; +$a->strings["Common connections"] = "Общие контакты"; +$a->strings["No connections in common."] = "Общих контактов нет."; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; +$a->strings["The error message was:"] = ""; +$a->strings["Authentication failed."] = ""; +$a->strings["Remote Authentication"] = "Удаленная аутентификация"; +$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Введите адрес вашего канала (например: channel@example.com)"; +$a->strings["Authenticate"] = "Проверка подлинности"; +$a->strings["Continue"] = "Продолжить"; +$a->strings["Premium Channel Setup"] = "Установка премиум канала"; +$a->strings["Enable premium channel connection restrictions"] = ""; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = ""; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = ""; +$a->strings["Potential connections will then see the following text before proceeding:"] = ""; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = ""; +$a->strings["(No specific instructions have been provided by the channel owner.)"] = ""; +$a->strings["Restricted or Premium Channel"] = ""; +$a->strings["No such group"] = "Нет такой группы"; +$a->strings["Search Results For:"] = "Результаты поиска для:"; +$a->strings["Collection is empty"] = "Коллекция пуста"; +$a->strings["Collection: "] = "Коллекции: "; +$a->strings["Connection: "] = "Контакты: "; +$a->strings["Invalid connection."] = ""; +$a->strings["Could not access contact record."] = ""; +$a->strings["Could not locate selected profile."] = ""; +$a->strings["Connection updated."] = "Связи обновленны."; +$a->strings["Failed to update connection record."] = ""; +$a->strings["Blocked"] = "Заблокированные"; +$a->strings["Ignored"] = "Игнорируемые"; +$a->strings["Hidden"] = "Скрытые"; +$a->strings["Archived"] = "Зархивированные"; +$a->strings["All"] = "Все"; +$a->strings["Unconnected"] = ""; +$a->strings["Suggest new connections"] = "Предлагать новые контакты"; +$a->strings["New Connections"] = "Новые контакты"; +$a->strings["Show pending (new) connections"] = "Просмотр (новых) ждущих контактов"; +$a->strings["Show all connections"] = "Просмотр всех контактов"; +$a->strings["Unblocked"] = "Разрешенные"; +$a->strings["Only show unblocked connections"] = "Показать только разрешенные контакты"; +$a->strings["Only show blocked connections"] = "Показать только заблокированные контакты"; +$a->strings["Only show ignored connections"] = "Показать только проигнорированные контакты"; +$a->strings["Only show archived connections"] = "Показать только архивированные контакты"; +$a->strings["Only show hidden connections"] = "Показать только скрытые контакты"; +$a->strings["Only show one-way connections"] = ""; +$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; +$a->strings["Edit contact"] = "Редактировать контакт"; +$a->strings["Search your connections"] = "Поиск ваших связей"; +$a->strings["Finding: "] = "Поиск:"; +$a->strings["Edit post"] = "Редактировать сообщение"; +$a->strings["Could not access address book record."] = ""; +$a->strings["Refresh failed - channel is currently unavailable."] = ""; +$a->strings["Channel has been unblocked"] = "Канал разблокирован"; +$a->strings["Channel has been blocked"] = "Канал заблокирован"; +$a->strings["Unable to set address book parameters."] = ""; +$a->strings["Channel has been unignored"] = "Канал не проигнорирован"; +$a->strings["Channel has been ignored"] = "Канал проигнорирован"; +$a->strings["Channel has been unarchived"] = "Канал разархивирован"; +$a->strings["Channel has been archived"] = "Канал заархивирован"; +$a->strings["Channel has been unhidden"] = "Канал открыт"; +$a->strings["Channel has been hidden"] = "Канал скрыт"; +$a->strings["Channel has been approved"] = "Канал одобрен"; +$a->strings["Channel has been unapproved"] = "Канал не одобрен"; +$a->strings["Connection has been removed."] = "Соединение было удалено."; +$a->strings["View %s's profile"] = "Просмотр %s's профиля"; +$a->strings["Refresh Permissions"] = "Обновить разрешения"; +$a->strings["Fetch updated permissions"] = ""; +$a->strings["Recent Activity"] = ""; +$a->strings["View recent posts and comments"] = ""; +$a->strings["Unblock"] = "Разрешить"; +$a->strings["Block"] = "Заблокировать"; +$a->strings["Block or Unblock this connection"] = "Запретить или разрешить этот канал"; +$a->strings["Unignore"] = "Не игнорировать"; +$a->strings["Ignore"] = "Игнорировать"; +$a->strings["Ignore or Unignore this connection"] = "Игнорировать или не игнорировать этот канал"; +$a->strings["Unarchive"] = "Разархивировать"; +$a->strings["Archive"] = "Заархивировать"; +$a->strings["Archive or Unarchive this connection"] = " Заархивировать или разархивировать этот канал"; +$a->strings["Unhide"] = "Показать"; +$a->strings["Hide"] = "Скрыть"; +$a->strings["Hide or Unhide this connection"] = "Скрыть или показывать этот канал"; +$a->strings["Delete this connection"] = "Удалить этот контакт"; +$a->strings["Approve this connection"] = "Утвердить этот контакт"; +$a->strings["Accept connection to allow communication"] = ""; +$a->strings["Automatic Permissions Settings"] = "Настройки автоматических разрешений"; +$a->strings["Connections: settings for %s"] = ""; +$a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = ""; +$a->strings["Slide to adjust your degree of friendship"] = ""; +$a->strings["inherited"] = "унаследованный"; +$a->strings["Connection has no individual permissions!"] = ""; +$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = ""; +$a->strings["Profile Visibility"] = "Видимость профиля"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = ""; +$a->strings["Contact Information / Notes"] = "Информация / Примечания о канале"; +$a->strings["Edit contact notes"] = "Редактировать примечания канала"; +$a->strings["Their Settings"] = "Их настройки"; +$a->strings["My Settings"] = "Мои настройки"; +$a->strings["Clear/Disable Automatic Permissions"] = ""; +$a->strings["Forum Members"] = "Участники форума"; +$a->strings["Soapbox"] = "Soapbox"; +$a->strings["Full Sharing (typical social network permissions)"] = ""; +$a->strings["Cautious Sharing "] = ""; +$a->strings["Follow Only"] = "Только следовать"; +$a->strings["Individual Permissions"] = "Индивидуальные разрешения"; +$a->strings["Some permissions may be inherited from your channel <a href=\"settings\">privacy settings</a>, which have higher priority than individual settings. Changing those inherited settings on this page will have no effect."] = ""; +$a->strings["Advanced Permissions"] = "Дополнительные разрешения"; +$a->strings["Simple Permissions (select one and submit)"] = ""; +$a->strings["Visit %s's profile - %s"] = "Посетить %s's профиль - %s"; +$a->strings["Block/Unblock contact"] = "Запретить/разрешить контакт"; +$a->strings["Ignore contact"] = "Игнорировать контакт"; +$a->strings["Repair URL settings"] = "Ремонт настройки URL"; +$a->strings["View conversations"] = "Просмотр разговоров"; +$a->strings["Delete contact"] = "Удалить контакт"; +$a->strings["Last update:"] = "Последнее обновление:"; +$a->strings["Update public posts"] = "Обновить публичные сообщения"; +$a->strings["Update now"] = "Обновить сейчас"; +$a->strings["Currently blocked"] = "В настоящее время заблокирован"; +$a->strings["Currently ignored"] = "В настоящее время игнорируются"; +$a->strings["Currently archived"] = "В настоящее время зархивированны"; +$a->strings["Currently pending"] = "В настоящее время в ожидании"; +$a->strings["Hide this contact from others"] = "Скрыть этот канал от других"; +$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = ""; +$a->strings["No potential page delegates located."] = ""; +$a->strings["Delegate Page Management"] = ""; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = ""; +$a->strings["Existing Page Managers"] = ""; +$a->strings["Existing Page Delegates"] = ""; +$a->strings["Potential Delegates"] = ""; +$a->strings["Remove"] = "Удалить"; +$a->strings["Add"] = "Добавить"; +$a->strings["No entries."] = "Нет записей."; +$a->strings["Public access denied."] = "Общественный доступ запрещен."; +$a->strings["Gender: "] = "Пол:"; +$a->strings["Finding:"] = "Поиск:"; +$a->strings["next page"] = "следующая страница"; +$a->strings["previous page"] = "предыдущая страница"; +$a->strings["No entries (some entries may be hidden)."] = ""; +$a->strings["Status: "] = ""; +$a->strings["Sexual Preference: "] = "Сексуальная ориентация:"; +$a->strings["Homepage: "] = "Домашняя страница:"; +$a->strings["Hometown: "] = "Город проживания:"; +$a->strings["About: "] = "О себе:"; +$a->strings["Keywords: "] = "Ключевые слова:"; +$a->strings["This site is not a directory server"] = "Этот сайт не является сервером каталога"; +$a->strings["Red Matrix Server - Setup"] = "Red Matrix Сервер - Установка"; +$a->strings["Could not connect to database."] = "Не удалось подключиться к серверу баз данных."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = ""; +$a->strings["Could not create table."] = "Не удалось создать таблицу."; +$a->strings["Your site database has been installed."] = "Ваша база данных установлена."; +$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = ""; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Пожалуйста, обратитесь к файлу \"install/INSTALL.txt\"."; +$a->strings["System check"] = "Проверка системы"; +$a->strings["Next"] = "Следующая"; +$a->strings["Check again"] = "Проверить снова"; +$a->strings["Database connection"] = "Подключение к базе данных"; +$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = ""; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = ""; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = ""; +$a->strings["Database Server Name"] = "Имя сервера базы данных"; +$a->strings["Default is localhost"] = "По умолчанию localhost"; +$a->strings["Database Port"] = "Порт базы данных"; +$a->strings["Communication port number - use 0 for default"] = "Порт коммуникации - используйте 0 по умолчанию"; +$a->strings["Database Login Name"] = "Имя для подключения к базе данных"; +$a->strings["Database Login Password"] = "Пароль для подключения к базе данных"; +$a->strings["Database Name"] = "Имя базы данных"; +$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = ""; +$a->strings["Website URL"] = "URL веб-сайта"; +$a->strings["Please use SSL (https) URL if available."] = "Пожалуйста, используйте SSL (https) URL если возможно."; +$a->strings["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта"; +$a->strings["Site settings"] = "Настройки сайта"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = ""; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = ""; +$a->strings["PHP executable path"] = "PHP executable путь"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = ""; +$a->strings["Command line PHP"] = "Command line PHP"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = ""; +$a->strings["This is required for message delivery to work."] = "Это требуется для доставки сообщений."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = ""; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Генерация ключей шифрования"; +$a->strings["libCurl PHP module"] = "libCurl PHP модуль"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль"; +$a->strings["mysqli PHP module"] = "mysqli PHP модуль"; +$a->strings["mb_string PHP module"] = "mb_string PHP модуль"; +$a->strings["mcrypt PHP module"] = "mcrypt PHP модуль"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite модуль"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Ошибка: Apache веб-сервер модуль mod-rewrite требуется, но не установлен."; +$a->strings["proc_open"] = "proc_open"; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Ошибка: proc_open требуется, но не установлен или отключен в php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Ошибка: Модуль libCURL PHP требуется, но не установлен."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Ошибка: GD graphics PHP модуль с поддержкой JPEG требуется, но не установлен."; +$a->strings["Error: openssl PHP module required but not installed."] = "Ошибка: openssl PHP модуль требуется, но не установлен."; +$a->strings["Error: mysqli PHP module required but not installed."] = "Ошибка: mysqli PHP модуль требуется, но не установлен."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Ошибка: mb_string PHP модуль требуется, но не установлен."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Ошибка: mcrypt PHP модуль требуется, но не установлен."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Веб-установщик должен быть в состоянии создать файл с именем \".htconfig.php\" в верхней папке вашего веб-сервера, но он не в состоянии сделать это."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = ""; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = ""; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Вы можете пропустить эту процедуру и выполнить установку вручную. Обратитесь к файлу \"install/INSTALL.txt\" для получения инструкций."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php доступен для записи"; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = ""; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/tpl/smarty3/ under the Red top level folder."] = ""; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = ""; +$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = ""; +$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 доступен для записи"; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = ""; +$a->strings["store is writable"] = ""; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = ""; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = ""; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = ""; +$a->strings["If your certificate is not recognised, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = ""; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = ""; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = ""; +$a->strings["SSL certificate validation"] = "проверка сертификата SSL"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; +$a->strings["Url rewrite is working"] = "Url rewrite работает"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = ""; +$a->strings["Errors encountered creating database tables."] = ""; +$a->strings["<h1>What next</h1>"] = "<h1>Что дальше</h1>"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = ""; +$a->strings["Item not found"] = "Элемент не найден"; +$a->strings["Edit Block"] = "Редактировать блок"; +$a->strings["Delete block?"] = ""; +$a->strings["Insert YouTube video"] = "Вставить YouTube видео"; +$a->strings["Insert Vorbis [.ogg] video"] = "Вставить Vorbis [.ogg] видео"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Вставить Vorbis [.ogg] музыку"; +$a->strings["Delete Block"] = "Удалить блок"; +$a->strings["Layout updated."] = ""; +$a->strings["Edit System Page Description"] = ""; +$a->strings["Layout not found."] = ""; +$a->strings["Module Name:"] = ""; +$a->strings["Layout Help"] = ""; +$a->strings["Edit Layout"] = ""; +$a->strings["Delete layout?"] = ""; +$a->strings["Delete Layout"] = ""; +$a->strings["Item is not editable"] = "Элемент нельзя редактировать"; +$a->strings["Delete item?"] = "Удалить элемент?"; +$a->strings["Edit Webpage"] = ""; +$a->strings["Delete webpage?"] = "Удалить веб-страницу?"; +$a->strings["Delete Webpage"] = ""; +$a->strings["Version %s"] = "Версия %s"; +$a->strings["Installed plugins/addons/apps:"] = ""; +$a->strings["No installed plugins/addons/apps"] = ""; +$a->strings["Red"] = "Red"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = ""; +$a->strings["Running at web location"] = ""; +$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = ""; +$a->strings["Bug reports and issues: please visit"] = ""; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = ""; +$a->strings["Site Administrators"] = ""; +$a->strings["Failed to create source. No channel selected."] = ""; +$a->strings["Source created."] = "Источник создан"; +$a->strings["Source updated."] = ""; +$a->strings["*"] = ""; +$a->strings["Manage remote sources of content for your channel."] = ""; +$a->strings["New Source"] = "Новый источник"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = ""; +$a->strings["Only import content with these words (one per line)"] = ""; +$a->strings["Leave blank to import all public content"] = ""; +$a->strings["Channel Name"] = "Имя канала"; +$a->strings["Source not found."] = "Источник не найден."; +$a->strings["Edit Source"] = "Редактировать источник"; +$a->strings["Delete Source"] = "Удалить источник"; +$a->strings["Source removed"] = "Источник удален"; +$a->strings["Unable to remove source."] = ""; +$a->strings["- select -"] = "- выбрать -"; +$a->strings["Event title and start time are required."] = "Название события и время начала требуется."; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Редактировать мероприятие"; +$a->strings["Create New Event"] = "Создать новое мероприятие"; +$a->strings["Previous"] = "Предыдущая"; +$a->strings["hour:minute"] = "часы:минуты"; +$a->strings["Event details"] = "Детали мероприятия"; +$a->strings["Format is %s %s. Starting date and Title are required."] = "Формат: %s %s. Дата начала и название необходимы."; +$a->strings["Event Starts:"] = "Начало мероприятия:"; +$a->strings["Required"] = "Необходимо"; +$a->strings["Finish date/time is not known or not relevant"] = "Дата окончания или время окончания не известно / не релевантно."; +$a->strings["Event Finishes:"] = "\t\nКонец мероприятий:"; +$a->strings["Adjust for viewer timezone"] = "Отрегулируйте для просмотра часовых поясов"; +$a->strings["Description:"] = "Описание:"; +$a->strings["Title:"] = "Заголовок:"; +$a->strings["Share this event"] = "Поделиться этим мероприятием"; +$a->strings["Permission Denied."] = "Доступ запрещен."; +$a->strings["File not found."] = "Файл не найден."; +$a->strings["Edit file permissions"] = "Редактировать разрешения файла"; +$a->strings["Set/edit permissions"] = ""; +$a->strings["Include all files and sub folders"] = ""; +$a->strings["Return to file list"] = ""; +$a->strings["Copy/paste this code to attach file to a post"] = ""; +$a->strings["Copy/paste this URL to link file from a web page"] = ""; +$a->strings["Download"] = "Загрузка"; +$a->strings["Used: "] = "Использовано:"; +$a->strings["[directory]"] = ""; +$a->strings["Limit: "] = "Предел: "; +$a->strings["Channel added."] = "Контакт добавлен."; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s следит %2\$s's %3\$s"; +$a->strings["Contact not found."] = "Контакт не найден."; +$a->strings["Friend suggestion sent."] = "Предложение дружить отправлено."; +$a->strings["Suggest Friends"] = "Пригласить друзей"; +$a->strings["Suggest a friend for %s"] = ""; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = ""; +$a->strings["Collection created."] = "Коллекция создана."; +$a->strings["Could not create collection."] = "Не удалось создать коллекцию."; +$a->strings["Collection updated."] = ""; +$a->strings["Create a collection of channels."] = "Создать коллекцию контактов"; +$a->strings["Collection Name: "] = "Название коллекции:"; +$a->strings["Members are visible to other channels"] = "Пользователи могут видеть другие каналы"; +$a->strings["Collection removed."] = "Коллекция удалена."; +$a->strings["Unable to remove collection."] = "Невозможно удалить коллекцию."; +$a->strings["Collection Editor"] = "Редактор коллекций"; +$a->strings["Members"] = "Участники"; +$a->strings["All Connected Channels"] = "Все подключенные контакы"; +$a->strings["Click on a channel to add or remove."] = "Нажмите на канал, чтобы добавить или удалить."; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = ""; +$a->strings["Help:"] = "Помощь:"; +$a->strings["Not Found"] = "Не найдено"; +$a->strings["Tag removed"] = "Тег удален"; +$a->strings["Remove Item Tag"] = "Удалить Тег"; +$a->strings["Select a tag to remove: "] = "Выбрать тег для удаления: "; +$a->strings["Red Matrix - "The Network""] = ""; +$a->strings["Welcome to %s"] = "Добро пожаловать в %s"; +$a->strings["Theme settings updated."] = "Настройки темы обновленны."; $a->strings["Site"] = "Сайт"; -$a->strings["Users"] = "Пользователи"; +$a->strings["Accounts"] = "Пользователи"; +$a->strings["Channels"] = "Каналы"; $a->strings["Plugins"] = "Плагины"; -$a->strings["Themes"] = ""; -$a->strings["DB updates"] = ""; +$a->strings["Themes"] = "Темы"; +$a->strings["Server"] = "Серверы"; +$a->strings["DB updates"] = "Обновление базы данных"; $a->strings["Logs"] = "Журналы"; -$a->strings["Admin"] = "Администратор"; -$a->strings["Plugin Features"] = ""; -$a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, ожидающие подтверждения"; -$a->strings["Normal Account"] = "Обычный аккаунт"; -$a->strings["Soapbox Account"] = "Аккаунт Витрина"; -$a->strings["Community/Celebrity Account"] = "Аккаунт Сообщество / Знаменитость"; -$a->strings["Automatic Friend Account"] = "\"Автоматический друг\" Аккаунт"; -$a->strings["Blog Account"] = ""; -$a->strings["Private Forum"] = ""; -$a->strings["Message queues"] = ""; +$a->strings["Plugin Features"] = "Функции плагинов"; +$a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, которые ждут подтверждения"; +$a->strings["Message queues"] = "Очередь недоставленных сообщений"; $a->strings["Administration"] = "Администрация"; $a->strings["Summary"] = "Резюме"; -$a->strings["Registered users"] = "Зарегистрированные пользователи"; -$a->strings["Pending registrations"] = "Ожидающие регистрации"; -$a->strings["Version"] = "Версия"; +$a->strings["Registered users"] = "Всего пользователeй"; +$a->strings["Pending registrations"] = "Ждут утверждения"; +$a->strings["Version"] = "Версия системы"; $a->strings["Active plugins"] = "Активные плагины"; -$a->strings["Site settings updated."] = "Установки сайта обновлены."; -$a->strings["Closed"] = "Закрыто"; -$a->strings["Requires approval"] = "Требуется подтверждение"; -$a->strings["Open"] = "Открыто"; -$a->strings["No SSL policy, links will track page SSL state"] = ""; -$a->strings["Force all links to use SSL"] = "Заставить все ссылки использовать SSL"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = ""; -$a->strings["File upload"] = "Загрузка файлов"; -$a->strings["Policies"] = "Политики"; -$a->strings["Advanced"] = "Расширенный"; +$a->strings["Site settings updated."] = "Настройки сайта обновлены."; +$a->strings["No special theme for accessibility"] = ""; +$a->strings["Yes - with approval"] = ""; +$a->strings["My site is not a public server"] = ""; +$a->strings["My site has paid access only"] = ""; +$a->strings["My site has free access only"] = ""; +$a->strings["My site offers free accounts with optional paid upgrades"] = ""; +$a->strings["File upload"] = "Загрузка файла"; +$a->strings["Policies"] = "Правила"; $a->strings["Site name"] = "Название сайта"; -$a->strings["Banner/Logo"] = "Баннер/Логотип"; -$a->strings["System language"] = "Системный язык"; -$a->strings["System theme"] = "Системная тема"; +$a->strings["Banner/Logo"] = "Баннер / логотип"; +$a->strings["Administrator Information"] = ""; +$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = ""; +$a->strings["System language"] = "Язык системы"; +$a->strings["System theme"] = "Тема системы"; $a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = ""; -$a->strings["Mobile system theme"] = ""; -$a->strings["Theme for mobile devices"] = ""; -$a->strings["SSL link policy"] = ""; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Ссылки должны быть вынуждены использовать SSL"; -$a->strings["Maximum image size"] = "Максимальный размер изображения"; +$a->strings["Mobile system theme"] = "Мобильная тема системы"; +$a->strings["Theme for mobile devices"] = "Тема для мобильных устройств"; +$a->strings["Accessibility system theme"] = ""; +$a->strings["Accessibility theme"] = ""; +$a->strings["Channel to use for this website's static pages"] = ""; +$a->strings["Site Channel"] = "Канал сайта"; +$a->strings["Maximum image size"] = "Максимальный размер"; $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = ""; -$a->strings["Maximum image length"] = ""; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = ""; -$a->strings["JPEG image quality"] = ""; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = ""; -$a->strings["Register policy"] = "Политика регистрация"; +$a->strings["Does this site allow new member registration?"] = ""; +$a->strings["Which best describes the types of account offered by this hub?"] = ""; $a->strings["Register text"] = "Текст регистрации"; $a->strings["Will be displayed prominently on the registration page."] = ""; -$a->strings["Accounts abandoned after x days"] = "Аккаунт считается после x дней не воспользованным"; +$a->strings["Accounts abandoned after x days"] = ""; $a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = ""; $a->strings["Allowed friend domains"] = "Разрешенные домены друзей"; $a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = ""; -$a->strings["Allowed email domains"] = "Разрешенные почтовые домены"; +$a->strings["Allowed email domains"] = "Разрешенные домены электронной почты"; $a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = ""; -$a->strings["Block public"] = "Блокировать общественный доступ"; +$a->strings["Block public"] = "Блокировать публичный доступ"; $a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = ""; -$a->strings["Force publish"] = "Принудительная публикация"; +$a->strings["Force publish"] = "Заставить публиковать"; $a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; -$a->strings["Global directory update URL"] = "URL обновления глобального каталога"; -$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; -$a->strings["Allow threaded items"] = ""; -$a->strings["Allow infinite level threading for items on this site."] = ""; -$a->strings["Private posts by default for new users"] = ""; -$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = ""; -$a->strings["Block multiple registrations"] = "Блокировать множественные регистрации"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Запретить пользователям регистрировать дополнительные аккаунты для использования в качестве страниц."; -$a->strings["OpenID support"] = "Поддержка OpenID"; -$a->strings["OpenID support for registration and logins."] = ""; -$a->strings["Fullname check"] = "Проверка полного имени"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = ""; -$a->strings["UTF-8 Regular expressions"] = "UTF-8 регулярные выражения"; -$a->strings["Use PHP UTF8 regular expressions"] = ""; -$a->strings["Show Community Page"] = "Показать страницу сообщества"; -$a->strings["Display a Community page showing all recent public postings on this site."] = "Показывать страницу сообщества с указанием всех последних публичных сообщений на этом сайте."; -$a->strings["Enable OStatus support"] = "Включить поддержку OStatus"; -$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = ""; -$a->strings["Enable Diaspora support"] = "Включить поддержку Diaspora"; -$a->strings["Provide built-in Diaspora network compatibility."] = ""; -$a->strings["Only allow Friendica contacts"] = "Позвольть только Friendica контакты"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены."; -$a->strings["Verify SSL"] = "Проверка SSL"; -$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = ""; -$a->strings["Proxy user"] = "Прокси пользователь"; -$a->strings["Proxy URL"] = "Прокси URL"; -$a->strings["Network timeout"] = "Тайм-аут сети"; +$a->strings["Disable discovery tab"] = "Отключить вкладку \"обнаруженные\""; +$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = ""; +$a->strings["No login on Homepage"] = ""; +$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = ""; +$a->strings["Proxy user"] = "Proxy пользователь"; +$a->strings["Proxy URL"] = "Proxy URL"; +$a->strings["Network timeout"] = "Время ожидания сети"; $a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; -$a->strings["Delivery interval"] = ""; +$a->strings["Delivery interval"] = "Интервал доставки"; $a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = ""; -$a->strings["Poll interval"] = ""; +$a->strings["Poll interval"] = "Интервал опроса"; $a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = ""; $a->strings["Maximum Load Average"] = ""; $a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; +$a->strings["No server found"] = "Сервер не найден"; +$a->strings["ID"] = "ID"; +$a->strings["for channel"] = "для канала"; +$a->strings["on server"] = "на сервере"; +$a->strings["Status"] = "Статус"; $a->strings["Update has been marked successful"] = ""; $a->strings["Executing %s failed. Check system logs."] = ""; $a->strings["Update %s was successfully applied."] = ""; $a->strings["Update %s did not return a status. Unknown if it succeeded."] = ""; $a->strings["Update function %s could not be found."] = ""; -$a->strings["No failed updates."] = ""; -$a->strings["Failed Updates"] = ""; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = ""; +$a->strings["No failed updates."] = "Ошибок обновлений нет."; +$a->strings["Failed Updates"] = "Обновления с ошибками"; $a->strings["Mark success (if update was manually applied)"] = ""; $a->strings["Attempt to execute this update step automatically"] = ""; $a->strings["%s user blocked/unblocked"] = array( @@ -859,1161 +1520,333 @@ $a->strings["%s user blocked/unblocked"] = array( 2 => "", ); $a->strings["%s user deleted"] = array( - 0 => "%s человек удален", - 1 => "%s чел. удалено", - 2 => "%s чел. удалено", + 0 => "%s канал удален", + 1 => "%s канала удалены", + 2 => "%s каналов удалено", ); +$a->strings["Account not found"] = "Аккаунт не найден"; $a->strings["User '%s' deleted"] = "Пользователь '%s' удален"; -$a->strings["User '%s' unblocked"] = "Пользователь '%s' разблокирован"; -$a->strings["User '%s' blocked"] = "Пользователь '%s' блокирован"; +$a->strings["User '%s' unblocked"] = "Пользователь '%s' разрешен"; +$a->strings["User '%s' blocked"] = "Пользователь '%s' заблокирован"; +$a->strings["Users"] = "Пользователи"; $a->strings["select all"] = "выбрать все"; -$a->strings["User registrations waiting for confirm"] = "Регистрации пользователей, ожидающие подтверждения"; -$a->strings["Request date"] = "Запрос даты"; -$a->strings["Email"] = "Эл. почта"; -$a->strings["No registrations."] = "Нет регистраций."; -$a->strings["Deny"] = "Отклонить"; -$a->strings["Site admin"] = ""; +$a->strings["User registrations waiting for confirm"] = "Регистрации пользователей ждут подтверждения"; +$a->strings["Request date"] = "Дата запроса"; +$a->strings["No registrations."] = "Новых регистраций пока нет."; +$a->strings["Approve"] = "Утвердить"; +$a->strings["Deny"] = "Запретить"; $a->strings["Register date"] = "Дата регистрации"; $a->strings["Last login"] = "Последний вход"; -$a->strings["Last item"] = "Последний пункт"; -$a->strings["Account"] = "Аккаунт"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Выбранные пользователи будут удалены!\\n\\nВсе, что эти пользователи написали на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Пользователь {0} будет удален!\\n\\nВсе, что этот пользователь написал на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"; +$a->strings["Expires"] = ""; +$a->strings["Service Class"] = "Класс службы"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; +$a->strings["%s channel censored/uncensored"] = array( + 0 => "", + 1 => "", + 2 => "", +); +$a->strings["%s channel deleted"] = array( + 0 => "%s канал удален", + 1 => "%s канала удалены", + 2 => "%s каналы удалены", +); +$a->strings["Channel not found"] = "Канал не найден"; +$a->strings["Channel '%s' deleted"] = ""; +$a->strings["Channel '%s' uncensored"] = ""; +$a->strings["Channel '%s' censored"] = ""; +$a->strings["Censor"] = ""; +$a->strings["Uncensor"] = ""; +$a->strings["UID"] = ""; +$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; +$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; $a->strings["Plugin %s disabled."] = "Плагин %s отключен."; $a->strings["Plugin %s enabled."] = "Плагин %s включен."; -$a->strings["Disable"] = "Отключить"; -$a->strings["Enable"] = "Включить"; +$a->strings["Disable"] = "Запретить"; +$a->strings["Enable"] = "Разрешить"; $a->strings["Toggle"] = "Переключить"; -$a->strings["Author: "] = "Автор:"; -$a->strings["Maintainer: "] = ""; -$a->strings["No themes found."] = ""; +$a->strings["Author: "] = "Автор: "; +$a->strings["Maintainer: "] = "Обслуживающий: "; +$a->strings["No themes found."] = "Темы не найдены."; $a->strings["Screenshot"] = "Скриншот"; -$a->strings["[Experimental]"] = "[экспериментально]"; -$a->strings["[Unsupported]"] = "[Неподдерживаемое]"; -$a->strings["Log settings updated."] = "Настройки журнала обновлены."; +$a->strings["[Experimental]"] = "[экспериментальный]"; +$a->strings["[Unsupported]"] = "[неподдерживаемый]"; +$a->strings["Log settings updated."] = "Настройки журнала обновленны."; $a->strings["Clear"] = "Очистить"; -$a->strings["Debugging"] = "Отладка"; -$a->strings["Log file"] = "Лог-файл"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = ""; -$a->strings["Log level"] = "Уровень лога"; -$a->strings["Close"] = "Закрыть"; -$a->strings["FTP Host"] = "FTP хост"; -$a->strings["FTP Path"] = "Путь FTP"; -$a->strings["FTP User"] = "FTP пользователь"; -$a->strings["FTP Password"] = "FTP пароль"; -$a->strings["Requested profile is not available."] = "Запрашиваемый профиль недоступен."; -$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен."; -$a->strings["Tips for New Members"] = "Советы для новых участников"; -$a->strings["{0} wants to be your friend"] = "{0} хочет стать Вашим другом"; -$a->strings["{0} sent you a message"] = "{0} отправил Вам сообщение"; -$a->strings["{0} requested registration"] = "{0} требуемая регистрация"; -$a->strings["{0} commented %s's post"] = "{0} прокомментировал сообщение от %s"; -$a->strings["{0} liked %s's post"] = "{0} нравится сообщение от %s"; -$a->strings["{0} disliked %s's post"] = "{0} не нравится сообщение от %s"; -$a->strings["{0} is now friends with %s"] = "{0} теперь друзья с %s"; -$a->strings["{0} posted"] = "{0} опубликовано"; -$a->strings["{0} tagged %s's post with #%s"] = "{0} пометил сообщение %s с #%s"; -$a->strings["{0} mentioned you in a post"] = "{0} упоменул Вас в сообщение"; -$a->strings["Contacts who are not members of a group"] = ""; -$a->strings["OpenID protocol error. No ID returned."] = ""; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Аккаунт не найден и OpenID регистрация не допускается на этом сайте."; -$a->strings["Login failed."] = "Войти не удалось."; -$a->strings["Contact added"] = ""; -$a->strings["Common Friends"] = "Общие друзья"; -$a->strings["No contacts in common."] = ""; -$a->strings["link"] = ""; -$a->strings["Item has been removed."] = "Пункт был удален."; -$a->strings["Applications"] = "Приложения"; -$a->strings["No installed applications."] = "Нет установленных приложений."; -$a->strings["Search"] = "Поиск"; -$a->strings["Profile not found."] = "Профиль не найден."; -$a->strings["Profile Name is required."] = "Необходимо имя профиля."; -$a->strings["Marital Status"] = ""; -$a->strings["Romantic Partner"] = ""; -$a->strings["Likes"] = ""; -$a->strings["Dislikes"] = ""; -$a->strings["Work/Employment"] = ""; -$a->strings["Religion"] = ""; -$a->strings["Political Views"] = ""; -$a->strings["Gender"] = ""; -$a->strings["Sexual Preference"] = ""; -$a->strings["Homepage"] = ""; -$a->strings["Interests"] = ""; -$a->strings["Address"] = ""; -$a->strings["Location"] = ""; -$a->strings["Profile updated."] = "Профиль обновлен."; -$a->strings[" and "] = ""; -$a->strings["public profile"] = ""; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; -$a->strings[" - Visit %1\$s's %2\$s"] = ""; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = ""; -$a->strings["Profile deleted."] = "Профиль удален."; -$a->strings["Profile-"] = "Профиль-"; -$a->strings["New profile created."] = "Новый профиль создан."; -$a->strings["Profile unavailable to clone."] = "Профиль недоступен для клонирования."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Скрывать ваш список контактов / друзей от посетителей этого профиля?"; -$a->strings["Edit Profile Details"] = "Редактировать детали профиля"; -$a->strings["View this profile"] = "Просмотреть этот профиль"; -$a->strings["Create a new profile using these settings"] = "Создать новый профиль, используя эти настройки"; -$a->strings["Clone this profile"] = "Клонировать этот профиль"; -$a->strings["Delete this profile"] = "Удалить этот профиль"; -$a->strings["Profile Name:"] = "Имя профиля:"; -$a->strings["Your Full Name:"] = "Ваше полное имя:"; -$a->strings["Title/Description:"] = "Заголовок / Описание:"; -$a->strings["Your Gender:"] = "Ваш пол:"; -$a->strings["Birthday (%s):"] = "День рождения (%s):"; -$a->strings["Street Address:"] = "Адрес:"; -$a->strings["Locality/City:"] = "Город / Населенный пункт:"; -$a->strings["Postal/Zip Code:"] = "Почтовый индекс:"; -$a->strings["Country:"] = "Страна:"; -$a->strings["Region/State:"] = "Район / Область:"; -$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> Семейное положение:"; -$a->strings["Who: (if applicable)"] = "Кто: (если требуется)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Примеры: cathy123, Кэти Уильямс, cathy@example.com"; -$a->strings["Since [date]:"] = ""; -$a->strings["Sexual Preference:"] = "Сексуальные предпочтения:"; -$a->strings["Homepage URL:"] = "Адрес домашней странички:"; -$a->strings["Hometown:"] = ""; -$a->strings["Political Views:"] = "Политические взгляды:"; -$a->strings["Religious Views:"] = "Религиозные взгляды:"; -$a->strings["Public Keywords:"] = "Общественные ключевые слова:"; -$a->strings["Private Keywords:"] = "Личные ключевые слова:"; -$a->strings["Likes:"] = ""; -$a->strings["Dislikes:"] = ""; -$a->strings["Example: fishing photography software"] = "Пример: рыбалка фотографии программное обеспечение"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Используется для предложения потенциальным друзьям, могут увидеть другие)"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Используется для поиска профилей, никогда не показывается другим)"; -$a->strings["Tell us about yourself..."] = "Расскажите нам о себе ..."; -$a->strings["Hobbies/Interests"] = "Хобби / Интересы"; -$a->strings["Contact information and Social Networks"] = "Контактная информация и социальные сети"; -$a->strings["Musical interests"] = "Музыкальные интересы"; -$a->strings["Books, literature"] = "Книги, литература"; -$a->strings["Television"] = "Телевидение"; -$a->strings["Film/dance/culture/entertainment"] = "Кино / танцы / культура / развлечения"; -$a->strings["Love/romance"] = "Любовь / романтика"; -$a->strings["Work/employment"] = "Работа / занятость"; -$a->strings["School/education"] = "Школа / образование"; -$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Это ваш <strong>публичный</strong> профиль. <br /> Он <strong>может</strong> быть виден каждому, используя Интернет."; -$a->strings["Age: "] = "Возраст: "; -$a->strings["Edit/Manage Profiles"] = "Редактировать профиль"; -$a->strings["Change profile photo"] = "Изменить фото профиля"; -$a->strings["Create New Profile"] = "Создать новый профиль"; -$a->strings["Profile Image"] = "Фото профиля"; -$a->strings["visible to everybody"] = "видимый всем"; -$a->strings["Edit visibility"] = "Редактировать видимость"; -$a->strings["Save to Folder:"] = "Сохранить в папку:"; -$a->strings["- select -"] = ""; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s в %4\$s"; -$a->strings["No potential page delegates located."] = ""; -$a->strings["Delegate Page Management"] = "Делегировать управление страницей"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = ""; -$a->strings["Existing Page Managers"] = "Существующие менеджеры страницы"; -$a->strings["Existing Page Delegates"] = "Существующие уполномоченные страницы"; -$a->strings["Potential Delegates"] = ""; -$a->strings["Add"] = "Добавить"; -$a->strings["No entries."] = "Нет записей."; -$a->strings["Source (bbcode) text:"] = ""; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = ""; -$a->strings["Source input: "] = ""; -$a->strings["bb2html: "] = ""; -$a->strings["bb2html2bb: "] = ""; -$a->strings["bb2md: "] = ""; -$a->strings["bb2md2html: "] = ""; -$a->strings["bb2dia2bb: "] = ""; -$a->strings["bb2md2html2bb: "] = ""; -$a->strings["Source input (Diaspora format): "] = ""; -$a->strings["diaspora2bb: "] = ""; -$a->strings["Friend Suggestions"] = "Предложения друзей"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = ""; -$a->strings["Ignore/Hide"] = "Проигнорировать/Скрыть"; -$a->strings["Global Directory"] = "Глобальный каталог"; -$a->strings["Find on this site"] = "Найти на этом сайте"; -$a->strings["Site Directory"] = "Каталог сайта"; -$a->strings["Gender: "] = "Пол: "; -$a->strings["Gender:"] = "Пол:"; -$a->strings["Status:"] = "Статус:"; -$a->strings["Homepage:"] = "Домашняя страничка:"; -$a->strings["About:"] = "О себе:"; -$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты)."; -$a->strings["%s : Not a valid email address."] = "%s: Неверный адрес электронной почты."; -$a->strings["Please join us on Friendica"] = ""; -$a->strings["%s : Message delivery failed."] = "%s: Доставка сообщения не удалась."; +$a->strings["Debugging"] = "Включить/Выключить"; +$a->strings["Log file"] = "Файл журнала"; +$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Должна быть доступна для записи веб-сервером. Относительно верхнего уровня веб-сайта."; +$a->strings["Log level"] = "Уровень журнала"; +$a->strings["Thing updated"] = ""; +$a->strings["Object store: failed"] = ""; +$a->strings["Thing added"] = ""; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = ""; +$a->strings["Show Thing"] = ""; +$a->strings["item not found."] = "Элемент не найден."; +$a->strings["Edit Thing"] = ""; +$a->strings["Select a profile"] = "Выберите профиль"; +$a->strings["Select a category of stuff. e.g. I ______ something"] = ""; +$a->strings["Post an activity"] = ""; +$a->strings["Only sends to viewers of the applicable profile"] = ""; +$a->strings["Name of thing e.g. something"] = ""; +$a->strings["URL of thing (optional)"] = ""; +$a->strings["URL for photo of thing (optional)"] = ""; +$a->strings["Add Thing to your Profile"] = ""; +$a->strings["Nothing to import."] = "Ничего импортировать."; +$a->strings["Unable to download data from old server"] = "Невозможно загрузить данные из старого сервера"; +$a->strings["Imported file is empty."] = "Импортированный файл пуст."; +$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = ""; +$a->strings["Channel clone failed. Import failed."] = ""; +$a->strings["Cloned channel not found. Import failed."] = ""; +$a->strings["Import completed."] = "Импорт завершен."; +$a->strings["You must be logged in to use this feature."] = "Вы должны войти в систему, чтобы использовать эту функцию."; +$a->strings["Import Channel"] = "Импорт канала"; +$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = ""; +$a->strings["File to Upload"] = "Файл для загрузки"; +$a->strings["Or provide the old server/hub details"] = ""; +$a->strings["Your old identity address (xyz@example.com)"] = ""; +$a->strings["Your old login email address"] = "Ваш старый адрес электронной почты"; +$a->strings["Your old login password"] = "Ваш старый пароль"; +$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = ""; +$a->strings["Make this hub my primary location"] = ""; +$a->strings["Total invitation limit exceeded."] = ""; +$a->strings["%s : Not a valid email address."] = "%s : Не действительный адрес электронной почты."; +$a->strings["Please join us on Red"] = "Пожалуйста, присоединяйтесь к нам в Red"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = ""; +$a->strings["%s : Message delivery failed."] = "%s : Доставка сообщения не удалась."; $a->strings["%d message sent."] = array( - 0 => "%d сообщение отправлено.", - 1 => "%d сообщений отправлено.", - 2 => "%d сообщений отправлено.", -); -$a->strings["You have no more invitations available"] = "У вас нет больше приглашений"; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = ""; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = ""; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = ""; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = ""; -$a->strings["Send invitations"] = "Отправить приглашения"; -$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному в строке:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = ""; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Вам нужно будет предоставить этот код приглашения: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = ""; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = ""; -$a->strings["Response from remote site was not understood."] = "Ответ от удаленного сайта не был понят."; -$a->strings["Unexpected response from remote site: "] = "Неожиданный ответ от удаленного сайта: "; -$a->strings["Confirmation completed successfully."] = "Подтверждение успешно завершено."; -$a->strings["Remote site reported: "] = "Удаленный сайт сообщил: "; -$a->strings["Temporary failure. Please wait and try again."] = "Временные неудачи. Подождите и попробуйте еще раз."; -$a->strings["Introduction failed or was revoked."] = "Запрос ошибочен или был отозван."; -$a->strings["Unable to set contact photo."] = "Не удается установить фото контакта."; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s и %2\$s теперь друзья"; -$a->strings["No user record found for '%s' "] = "Не найдено записи пользователя для '%s' "; -$a->strings["Our site encryption key is apparently messed up."] = "Наш ключ шифрования сайта, по-видимому, перепутался."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Был предоставлен пустой URL сайта или URL не может быть расшифрован нами."; -$a->strings["Contact record was not found for you on our site."] = "Запись контакта не найдена для вас на нашем сайте."; -$a->strings["Site public key not available in contact record for URL %s."] = ""; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID, предложенный вашей системой, является дубликатом в нашей системе. Он должен работать, если вы повторите попытку."; -$a->strings["Unable to set your contact credentials on our system."] = "Не удалось установить ваши учетные данные контакта в нашей системе."; -$a->strings["Unable to update your contact profile details on our system"] = "Не удается обновить ваши контактные детали профиля в нашей системе"; -$a->strings["Connection accepted at %s"] = "Подключение принято в %s"; -$a->strings["%1\$s has joined %2\$s"] = ""; -$a->strings["Google+ Import Settings"] = ""; -$a->strings["Enable Google+ Import"] = ""; -$a->strings["Google Account ID"] = ""; -$a->strings["Google+ Import Settings saved."] = ""; -$a->strings["Facebook disabled"] = "Facebook отключен"; -$a->strings["Updating contacts"] = "Обновление контактов"; -$a->strings["Facebook API key is missing."] = "Отсутствует ключ Facebook API."; -$a->strings["Facebook Connect"] = "Facebook подключение"; -$a->strings["Install Facebook connector for this account."] = "Установить Facebook Connector для этого аккаунта."; -$a->strings["Remove Facebook connector"] = "Удалить Facebook Connector"; -$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = ""; -$a->strings["Post to Facebook by default"] = "Отправлять на Facebook по умолчанию"; -$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = ""; -$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = ""; -$a->strings["Link all your Facebook friends and conversations on this website"] = ""; -$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = ""; -$a->strings["On this website, your Facebook friend stream is only visible to you."] = ""; -$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = ""; -$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = ""; -$a->strings["Do not import your Facebook profile wall conversations"] = "Не импортировать Facebook разговоров с Вашей страницы"; -$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = ""; -$a->strings["Comma separated applications to ignore"] = "Игнорировать приложения (список через запятую)"; -$a->strings["Problems with Facebook Real-Time Updates"] = ""; -$a->strings["Facebook Connector Settings"] = "Настройки подключения Facebook"; -$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["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = ""; -$a->strings["The given API Key seems to work correctly."] = ""; -$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = ""; -$a->strings["App-ID / API-Key"] = "App-ID / API-Key"; -$a->strings["Application secret"] = "Секрет приложения"; -$a->strings["Polling Interval in minutes (minimum %1\$s minutes)"] = ""; -$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = ""; -$a->strings["Real-Time Updates"] = ""; -$a->strings["Real-Time Updates are activated."] = ""; -$a->strings["Deactivate Real-Time Updates"] = "Отключить Real-Time обновления"; -$a->strings["Real-Time Updates not activated."] = ""; -$a->strings["Activate Real-Time Updates"] = "Активировать Real-Time обновления"; -$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["Your Facebook connection became invalid. Please Re-authenticate."] = ""; -$a->strings["Facebook connection became invalid"] = "Facebook подключение не удалось"; -$a->strings["Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."] = ""; -$a->strings["StatusNet AutoFollow settings updated."] = ""; -$a->strings["StatusNet AutoFollow Settings"] = ""; -$a->strings["Automatically follow any StatusNet followers/mentioners"] = ""; -$a->strings["Bg settings updated."] = ""; -$a->strings["Bg Settings"] = ""; -$a->strings["How many contacts to display on profile sidebar"] = ""; -$a->strings["Lifetime of the cache (in hours)"] = ""; -$a->strings["Cache Statistics"] = ""; -$a->strings["Number of items"] = ""; -$a->strings["Size of the cache"] = ""; -$a->strings["Delete the whole cache"] = ""; -$a->strings["Facebook Post disabled"] = ""; -$a->strings["Facebook Post"] = ""; -$a->strings["Install Facebook Post connector for this account."] = ""; -$a->strings["Remove Facebook Post connector"] = ""; -$a->strings["Facebook Post Settings"] = ""; -$a->strings["%d person likes this"] = array( - 0 => "", - 1 => "", - 2 => "", -); -$a->strings["%d person doesn't like this"] = array( - 0 => "", - 1 => "", - 2 => "", + 0 => "%d сообщение отправленно.", + 1 => "%d сообщения отправленно.", + 2 => "%d сообщений отправленно.", ); -$a->strings["Get added to this list!"] = ""; -$a->strings["Generate new key"] = "Сгенерировать новый ключ"; -$a->strings["Widgets key"] = "Ключ виджетов"; -$a->strings["Widgets available"] = "Виджеты доступны"; -$a->strings["Connect on Friendica!"] = "Подключены к Friendica!"; -$a->strings["bitchslap"] = ""; -$a->strings["bitchslapped"] = ""; -$a->strings["shag"] = ""; -$a->strings["shagged"] = ""; -$a->strings["do something obscenely biological to"] = ""; -$a->strings["did something obscenely biological to"] = ""; -$a->strings["point out the poke feature to"] = ""; -$a->strings["pointed out the poke feature to"] = ""; -$a->strings["declare undying love for"] = ""; -$a->strings["declared undying love for"] = ""; -$a->strings["patent"] = ""; -$a->strings["patented"] = ""; -$a->strings["stroke beard"] = ""; -$a->strings["stroked their beard at"] = ""; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = ""; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = ""; -$a->strings["hug"] = ""; -$a->strings["hugged"] = ""; -$a->strings["kiss"] = ""; -$a->strings["kissed"] = ""; -$a->strings["raise eyebrows at"] = ""; -$a->strings["raised their eyebrows at"] = ""; -$a->strings["insult"] = ""; -$a->strings["insulted"] = ""; -$a->strings["praise"] = ""; -$a->strings["praised"] = ""; -$a->strings["be dubious of"] = ""; -$a->strings["was dubious of"] = ""; -$a->strings["eat"] = ""; -$a->strings["ate"] = ""; -$a->strings["giggle and fawn at"] = ""; -$a->strings["giggled and fawned at"] = ""; -$a->strings["doubt"] = ""; -$a->strings["doubted"] = ""; -$a->strings["glare"] = ""; -$a->strings["glared at"] = ""; -$a->strings["YourLS Settings"] = ""; -$a->strings["URL: http://"] = "URL: http://"; -$a->strings["Username:"] = "Имя:"; -$a->strings["Password:"] = "Пароль:"; -$a->strings["Use SSL "] = "Использовать SSL"; -$a->strings["yourls Settings saved."] = "Настройки сохранены."; -$a->strings["Post to LiveJournal"] = ""; -$a->strings["LiveJournal Post Settings"] = ""; -$a->strings["Enable LiveJournal Post Plugin"] = "Включить LiveJournal плагин сообщений"; -$a->strings["LiveJournal username"] = ""; -$a->strings["LiveJournal password"] = ""; -$a->strings["Post to LiveJournal by default"] = ""; -$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = ""; -$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = ""; -$a->strings["Enable Content filter"] = "Включить фильтр содержимого"; -$a->strings["Comma separated list of keywords to hide"] = "ключевые слова, которые скрыть (список через запятую)"; -$a->strings["Use /expression/ to provide regular expressions"] = ""; -$a->strings["NSFW Settings saved."] = "NSFW Настройки сохранены."; -$a->strings["%s - Click to open/close"] = "%s - Нажмите для открытия / закрытия"; -$a->strings["Forums"] = "Форумы"; -$a->strings["Forums:"] = ""; -$a->strings["Page settings updated."] = ""; -$a->strings["Page Settings"] = ""; -$a->strings["How many forums to display on sidebar without paging"] = ""; -$a->strings["Randomise Page/Forum list"] = ""; -$a->strings["Show pages/forums on profile page"] = ""; -$a->strings["Planets Settings"] = ""; -$a->strings["Enable Planets Plugin"] = ""; -$a->strings["Login"] = "Вход"; -$a->strings["OpenID"] = "OpenID"; -$a->strings["Latest users"] = ""; -$a->strings["Most active users"] = "Самые активные пользователи"; -$a->strings["Latest photos"] = ""; -$a->strings["Latest likes"] = ""; -$a->strings["event"] = "мероприятие"; -$a->strings["No access"] = ""; -$a->strings["Could not open component for editing"] = ""; -$a->strings["Go back to the calendar"] = ""; -$a->strings["Event data"] = ""; -$a->strings["Calendar"] = ""; -$a->strings["Special color"] = ""; -$a->strings["Subject"] = ""; -$a->strings["Starts"] = ""; -$a->strings["Ends"] = ""; -$a->strings["Description"] = ""; -$a->strings["Recurrence"] = ""; -$a->strings["Frequency"] = ""; -$a->strings["Daily"] = "Ежедневно"; -$a->strings["Weekly"] = "Еженедельно"; -$a->strings["Monthly"] = "Ежемесячно"; -$a->strings["Yearly"] = ""; -$a->strings["days"] = "дней"; -$a->strings["weeks"] = "недель"; -$a->strings["months"] = "мес."; -$a->strings["years"] = "лет"; -$a->strings["Interval"] = ""; -$a->strings["All %select% %time%"] = ""; -$a->strings["Days"] = ""; -$a->strings["Sunday"] = "Воскресенье"; -$a->strings["Monday"] = "Понедельник"; -$a->strings["Tuesday"] = "Вторник"; -$a->strings["Wednesday"] = "Среда"; -$a->strings["Thursday"] = "Четверг"; -$a->strings["Friday"] = "Пятница"; -$a->strings["Saturday"] = "Суббота"; -$a->strings["First day of week:"] = ""; -$a->strings["Day of month"] = ""; -$a->strings["#num#th of each month"] = ""; -$a->strings["#num#th-last of each month"] = ""; -$a->strings["#num#th #wkday# of each month"] = ""; -$a->strings["#num#th-last #wkday# of each month"] = ""; -$a->strings["Month"] = ""; -$a->strings["#num#th of the given month"] = ""; -$a->strings["#num#th-last of the given month"] = ""; -$a->strings["#num#th #wkday# of the given month"] = ""; -$a->strings["#num#th-last #wkday# of the given month"] = ""; -$a->strings["Repeat until"] = ""; -$a->strings["Infinite"] = ""; -$a->strings["Until the following date"] = ""; -$a->strings["Number of times"] = ""; -$a->strings["Exceptions"] = ""; -$a->strings["none"] = ""; -$a->strings["Notification"] = ""; -$a->strings["Notify by"] = ""; -$a->strings["E-Mail"] = ""; -$a->strings["On Friendica / Display"] = ""; -$a->strings["Time"] = ""; -$a->strings["Hours"] = ""; -$a->strings["Minutes"] = ""; -$a->strings["Seconds"] = ""; -$a->strings["Weeks"] = ""; -$a->strings["before the"] = ""; -$a->strings["start of the event"] = ""; -$a->strings["end of the event"] = ""; -$a->strings["Add a notification"] = ""; -$a->strings["The event #name# will start at #date"] = ""; -$a->strings["#name# is about to begin."] = ""; -$a->strings["Saved"] = ""; -$a->strings["U.S. Time Format (mm/dd/YYYY)"] = ""; -$a->strings["German Time Format (dd.mm.YYYY)"] = ""; -$a->strings["Private Events"] = ""; -$a->strings["Private Addressbooks"] = ""; -$a->strings["Friendica-Native events"] = ""; -$a->strings["Friendica-Contacts"] = ""; -$a->strings["Your Friendica-Contacts"] = ""; -$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = ""; -$a->strings["Something went wrong when trying to import the file. Sorry."] = ""; -$a->strings["The ICS-File has been imported."] = ""; -$a->strings["No file was uploaded."] = ""; -$a->strings["Import a ICS-file"] = ""; -$a->strings["ICS-File"] = ""; -$a->strings["Overwrite all #num# existing events"] = ""; -$a->strings["New event"] = ""; -$a->strings["Today"] = ""; -$a->strings["Day"] = ""; -$a->strings["Week"] = ""; -$a->strings["Reload"] = ""; -$a->strings["Date"] = ""; -$a->strings["Error"] = ""; -$a->strings["The calendar has been updated."] = ""; -$a->strings["The new calendar has been created."] = ""; -$a->strings["The calendar has been deleted."] = ""; -$a->strings["Calendar Settings"] = ""; -$a->strings["Date format"] = ""; -$a->strings["Time zone"] = ""; -$a->strings["Calendars"] = ""; -$a->strings["Create a new calendar"] = ""; -$a->strings["Limitations"] = ""; -$a->strings["Warning"] = ""; -$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = ""; -$a->strings["Synchronizing this calendar with the iPhone"] = ""; -$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = ""; -$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = ""; -$a->strings["Extended calendar with CalDAV-support"] = ""; -$a->strings["noreply"] = "без ответа"; -$a->strings["Notification: "] = ""; -$a->strings["The database tables have been installed."] = ""; -$a->strings["An error occurred during the installation."] = ""; -$a->strings["The database tables have been updated."] = ""; -$a->strings["An error occurred during the update."] = ""; -$a->strings["No system-wide settings yet."] = ""; -$a->strings["Database status"] = ""; -$a->strings["Installed"] = ""; -$a->strings["Upgrade needed"] = ""; -$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = ""; -$a->strings["Upgrade"] = ""; -$a->strings["Not installed"] = ""; -$a->strings["Install"] = ""; -$a->strings["Unknown"] = ""; -$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = ""; -$a->strings["Troubleshooting"] = ""; -$a->strings["Manual creation of the database tables:"] = ""; -$a->strings["Show SQL-statements"] = ""; -$a->strings["Private Calendar"] = ""; -$a->strings["Friendica Events: Mine"] = ""; -$a->strings["Friendica Events: Contacts"] = ""; -$a->strings["Private Addresses"] = ""; -$a->strings["Friendica Contacts"] = ""; -$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = ""; -$a->strings["Template URL (with {category})"] = ""; -$a->strings["OAuth end-point"] = ""; -$a->strings["Api"] = "Api"; -$a->strings["Member since:"] = "Зарегистрирован с:"; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Трехмерные крестики-нолики"; -$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe"; -$a->strings["New game"] = "Новая игра"; -$a->strings["New game with handicap"] = "Новая игра с гандикапом"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Трехмерная игра в крестики-нолики точно такая же, как традиционная игра, за исключением того, что она играется на нескольких уровнях одновременно."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "В этом случае существуют три уровня. Вы выиграете, поставив три в ряд на любом уровне, а также вверх, вниз и по диагонали на разных уровнях."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Игра с гандикапом отключает центральное положение на среднем уровне, потому что игрок, занимающий эту площадь, часто имеет несправедливое преимущество."; -$a->strings["You go first..."] = "Вы хотите первым..."; -$a->strings["I'm going first this time..."] = "Я буду первым на этот раз..."; -$a->strings["You won!"] = "Вы выиграли!"; -$a->strings["\"Cat\" game!"] = "Игра \"Кошка\"!"; -$a->strings["I won!"] = "Я выиграл!"; -$a->strings["Randplace Settings"] = "Настройки Случайного места"; -$a->strings["Enable Randplace Plugin"] = "Включить Randplace плагин"; -$a->strings["Post to Dreamwidth"] = ""; -$a->strings["Dreamwidth Post Settings"] = "Dreamwidth настройки сообщений"; -$a->strings["Enable dreamwidth Post Plugin"] = "Включить dreamwidth плагин сообщений"; -$a->strings["dreamwidth username"] = "dreamwidth имя пользователя"; -$a->strings["dreamwidth password"] = "dreamwidth пароль"; -$a->strings["Post to dreamwidth by default"] = ""; -$a->strings["Post to Drupal"] = ""; -$a->strings["Drupal Post Settings"] = ""; -$a->strings["Enable Drupal Post Plugin"] = "Включить Drupal плагин сообщений"; -$a->strings["Drupal username"] = "Drupal имя пользователя"; -$a->strings["Drupal password"] = "Drupal пароль"; -$a->strings["Post Type - article,page,or blog"] = ""; -$a->strings["Drupal site URL"] = "Drupal site URL"; -$a->strings["Drupal site uses clean URLS"] = ""; -$a->strings["Post to Drupal by default"] = ""; -$a->strings["Post from Friendica"] = "Сообщение от Friendica"; -$a->strings["Startpage Settings"] = ""; -$a->strings["Home page to load after login - leave blank for profile wall"] = ""; -$a->strings["Examples: "network" or "notifications/system""] = ""; -$a->strings["Geonames settings updated."] = ""; -$a->strings["Geonames Settings"] = ""; -$a->strings["Enable Geonames Plugin"] = "Включить Geonames плагин"; -$a->strings["Your account on %s will expire in a few days."] = ""; -$a->strings["Your Friendica account is about to expire."] = ""; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = ""; -$a->strings["Upload a file"] = "Загрузить файл"; -$a->strings["Drop files here to upload"] = "Перетащите файлы сюда для загрузки"; -$a->strings["Failed"] = "Ошибка"; -$a->strings["No files were uploaded."] = "Нет загруженных файлов."; -$a->strings["Uploaded file is empty"] = "Загруженный файл пустой"; -$a->strings["File has an invalid extension, it should be one of "] = "Файл имеет недопустимое расширение, оно должно быть одним из следующих "; -$a->strings["Upload was cancelled, or server error encountered"] = "Загрузка была отменена, или произошла ошибка сервера"; -$a->strings["OEmbed settings updated"] = "OEmbed настройки обновлены"; -$a->strings["Use OEmbed for YouTube videos"] = "Использовать OEmbed для видео YouTube"; -$a->strings["URL to embed:"] = "URL для встраивания:"; -$a->strings["show/hide"] = ""; -$a->strings["No forum subscriptions"] = ""; -$a->strings["Forumlist settings updated."] = ""; -$a->strings["Forumlist Settings"] = ""; -$a->strings["Randomise forum list"] = ""; -$a->strings["Show forums on profile page"] = ""; -$a->strings["Impressum"] = "Impressum"; -$a->strings["Site Owner"] = "Владелец сайта"; +$a->strings["You have no more invitations available"] = "У вас больше нет приглашений"; +$a->strings["Send invitations"] = "Послать приглашения"; +$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному на строку:"; +$a->strings["Your message:"] = "Сообщение:"; +$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = ""; +$a->strings["You will need to supply this invitation code: \$invite_code"] = ""; +$a->strings["Please visit my channel at"] = "Пожалуйста, посетите мой канал на"; +$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = ""; +$a->strings["Click the [Register] link on the following page to join."] = ""; +$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Чтобы узнать больше о проекте Red Matrix, и чтобы узнать почему он имеет потенциал для изменения привычного нам Интернета, пожалуйста, посетите http://getzot.com"; +$a->strings["Unable to locate original post."] = "Не удалось найти оригинал."; +$a->strings["Empty post discarded."] = "Отказаться от пустой почты."; +$a->strings["Executable content type not permitted to this channel."] = ""; +$a->strings["System error. Post not saved."] = "Системная ошибка. Сообщение не сохранено."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = ""; +$a->strings["You have reached your limit of %1$.0f webpages."] = ""; +$a->strings["[Embedded content - reload page to view]"] = ""; +$a->strings["Help with this feature"] = ""; +$a->strings["Layout Name"] = ""; +$a->strings["Remote privacy information not available."] = ""; +$a->strings["Visible to:"] = "Кому видно:"; +$a->strings["No connections."] = "Никаких связей."; +$a->strings["Visit %s's profile [%s]"] = "Посетить %s's профиль [%s]"; +$a->strings["View Connnections"] = "Просмотр контактов"; +$a->strings["No valid account found."] = "Действительный аккаунт не найден."; +$a->strings["Password reset request issued. Check your email."] = ""; +$a->strings["Site Member (%s)"] = "Участник сайта (%s)"; +$a->strings["Password reset requested at %s"] = "Требуется сброс пароля на %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = ""; +$a->strings["Password Reset"] = "Сбросить пароль"; +$a->strings["Your password has been reset as requested."] = "Ваш пароль в соответствии с просьбой сброшен."; +$a->strings["Your new password is"] = "Ваш новый пароль"; +$a->strings["Save or copy your new password - and then"] = ""; +$a->strings["click here to login"] = "нажмите здесь чтобы выйти"; +$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = ""; +$a->strings["Your password has changed at %s"] = "Пароль изменен на %s"; +$a->strings["Forgot your Password?"] = "Забыли пароль или логин?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = ""; $a->strings["Email Address"] = "Адрес электронной почты"; -$a->strings["Postal Address"] = "Почтовый адрес"; -$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Расширение Impressum должно быть настроено!<br /> Пожалуйста, добавьте по крайней мере переменную <tt>владельца</tt> в ваш конфигурационный файл. Описание других переменных можно найти в файле README для расширения."; -$a->strings["The page operators name."] = ""; -$a->strings["Site Owners Profile"] = "Профиль владельцев сайта"; -$a->strings["Profile address of the operator."] = ""; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = ""; -$a->strings["Notes"] = "Заметки"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = ""; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = ""; -$a->strings["Footer note"] = ""; -$a->strings["Text for the footer. You can use BBCode here."] = ""; -$a->strings["Report Bug"] = "Сообщить об ошибке"; -$a->strings["No Timeline settings updated."] = ""; -$a->strings["No Timeline Settings"] = ""; -$a->strings["Disable Archive selector on profile wall"] = ""; -$a->strings["\"Blockem\" Settings"] = "\"Blockem\" настройки"; -$a->strings["Comma separated profile URLS to block"] = "URLS, которые заблокировать (список через запятую)"; -$a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Настройки сохранены."; -$a->strings["Blocked %s - Click to open/close"] = "Заблокированные %s - Нажмите, чтобы открыть/закрыть"; -$a->strings["Unblock Author"] = ""; -$a->strings["Block Author"] = "Блокировать Автора"; -$a->strings["blockem settings updated"] = "\"Blockem\" настройки обновлены"; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "lol"; -$a->strings["Quick Comment Settings"] = ""; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = ""; -$a->strings["Enter quick comments, one per line"] = "Введите короткие комментарии, по одному в строке:"; -$a->strings["Quick Comment settings saved."] = ""; -$a->strings["Tile Server URL"] = ""; -$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Список <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">общедоступных серверов</a>"; -$a->strings["Default zoom"] = "zoom по умолчанию"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = ""; -$a->strings["Editplain settings updated."] = "Editplain настройки обновлены."; -$a->strings["Group Text"] = ""; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = ""; -$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = ""; -$a->strings["generic profile image"] = ""; -$a->strings["random geometric pattern"] = ""; -$a->strings["monster face"] = ""; -$a->strings["computer generated face"] = ""; -$a->strings["retro arcade style face"] = ""; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = ""; -$a->strings["This addon is not functional on your server."] = ""; -$a->strings["Information"] = ""; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = ""; -$a->strings["Default avatar image"] = ""; -$a->strings["Select default avatar image if none was found. See README"] = ""; -$a->strings["Libravatar settings updated."] = ""; -$a->strings["Post to libertree"] = ""; -$a->strings["libertree Post Settings"] = ""; -$a->strings["Enable Libertree Post Plugin"] = ""; -$a->strings["Libertree API token"] = ""; -$a->strings["Libertree site URL"] = ""; -$a->strings["Post to Libertree by default"] = ""; -$a->strings["Altpager settings updated."] = ""; -$a->strings["Alternate Pagination Setting"] = ""; -$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = ""; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = ""; -$a->strings["Use the MathJax renderer"] = ""; -$a->strings["MathJax Base URL"] = ""; -$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = ""; -$a->strings["Editplain Settings"] = "Editplain настройки"; -$a->strings["Disable richtext status editor"] = "Отключить richtext status editor"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = ""; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = ""; -$a->strings["Rating of images"] = ""; -$a->strings["Select the appropriate avatar rating for your site. See README"] = ""; -$a->strings["Gravatar settings updated."] = ""; -$a->strings["Your Friendica test account is about to expire."] = ""; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = ""; -$a->strings["\"pageheader\" Settings"] = ""; -$a->strings["pageheader Settings saved."] = ""; -$a->strings["Post to Insanejournal"] = ""; -$a->strings["InsaneJournal Post Settings"] = ""; -$a->strings["Enable InsaneJournal Post Plugin"] = "Включить InsaneJournal плагин сообщений"; -$a->strings["InsaneJournal username"] = ""; -$a->strings["InsaneJournal password"] = ""; -$a->strings["Post to InsaneJournal by default"] = ""; -$a->strings["Jappix Mini addon settings"] = ""; -$a->strings["Activate addon"] = ""; -$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = ""; -$a->strings["Jabber username"] = ""; -$a->strings["Jabber server"] = ""; -$a->strings["Jabber BOSH host"] = ""; -$a->strings["Jabber password"] = ""; -$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = ""; -$a->strings["Friendica password"] = ""; -$a->strings["Approve subscription requests from Friendica contacts automatically"] = ""; -$a->strings["Subscribe to Friendica contacts automatically"] = ""; -$a->strings["Purge internal list of jabber addresses of contacts"] = ""; -$a->strings["Add contact"] = ""; -$a->strings["View Source"] = "Просмотр HTML-кода"; -$a->strings["Post to StatusNet"] = "Отправить на StatusNet"; -$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Пожалуйста, обратитесь к администратору сайта. <br /> Предложенный URL API недействителен."; -$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Мы не смогли связаться с API StatusNet с маршрутом, который вы ввели."; -$a->strings["StatusNet settings updated."] = "Настройки StatusNet обновлены."; -$a->strings["StatusNet Posting Settings"] = "Настройка отправки сообщений на StatusNet"; -$a->strings["Globally Available StatusNet OAuthKeys"] = "Глобально доступные StatusNet OAuthKeys"; -$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Доступны предварительно сконфигурированные OAuth пары ключей для некоторых серверов StatusNet. Если вы используете один из них, пожалуйста, используйте эти учетные данные. Если нет, не стесняйтесь подключиться к любому другому экземпляру StatusNet (см. ниже)."; -$a->strings["Provide your own OAuth Credentials"] = "Укажите свои собственные полномочия OAuth"; -$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = ""; -$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key"; -$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret"; -$a->strings["Base API Path (remember the trailing /)"] = "Путь базы API (помните о слеше /)"; -$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet."] = "Чтобы подключиться к StatusNet аккаунту, нажмите на кнопку ниже, чтобы получить код безопасности от StatusNet, который нужно скопировать в поле ввода ниже, и отправить форму. Только ваши <strong>публичные сообщения</strong> будут отправляться на StatusNet."; -$a->strings["Log in with StatusNet"] = "Войдите со StatusNet"; -$a->strings["Copy the security code from StatusNet here"] = "Скопируйте код безопасности от StatusNet здесь"; -$a->strings["Cancel Connection Process"] = "Отмена процесса подключения"; -$a->strings["Current StatusNet API is"] = "Текущим StatusNet API является"; -$a->strings["Cancel StatusNet Connection"] = "Отмена StatusNet подключения"; -$a->strings["Currently connected to: "] = "В настоящее время соединены с: "; -$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated StatusNet 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> могут быть отправлены на соответствующий аккаунт StatusNet. Вы можете сделать это по умолчанию (здесь) или для каждого сообщения отдельно при написании записи."; -$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 StatusNet 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 StatusNet"] = "Разрешить отправку на StatusNet"; -$a->strings["Send public postings to StatusNet by default"] = "Отправлять публичные сообщения на StatusNet по умолчанию"; -$a->strings["Send linked #-tags and @-names to StatusNet"] = ""; -$a->strings["Clear OAuth configuration"] = "Очистить конфигурацию OAuth"; -$a->strings["API URL"] = "API URL"; -$a->strings["Infinite Improbability Drive"] = ""; -$a->strings["Post to Tumblr"] = "Написать в Tumblr"; -$a->strings["Tumblr Post Settings"] = "Tumblr Настройки сообщения"; -$a->strings["Enable Tumblr Post Plugin"] = "Включить Tumblr плагин сообщений"; -$a->strings["Tumblr login"] = "Tumblr вход"; -$a->strings["Tumblr password"] = "Tumblr пароль"; -$a->strings["Post to Tumblr by default"] = "Сообщение Tumblr по умолчанию"; -$a->strings["Numfriends settings updated."] = ""; -$a->strings["Numfriends Settings"] = ""; -$a->strings["Gnot settings updated."] = ""; -$a->strings["Gnot Settings"] = ""; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = ""; -$a->strings["Enable this plugin/addon?"] = "Включить этот плагин / аддон?"; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = ""; -$a->strings["Post to Wordpress"] = "Сообщение для Wordpress"; -$a->strings["WordPress Post Settings"] = "Настройки сообщений для Wordpress"; -$a->strings["Enable WordPress Post Plugin"] = "Включить WordPress плагин сообщений"; -$a->strings["WordPress username"] = "WordPress Имя пользователя"; -$a->strings["WordPress password"] = "WordPress паролъ"; -$a->strings["WordPress API URL"] = "WordPress API URL"; -$a->strings["Post to WordPress by default"] = "Сообщение WordPress по умолчанию"; -$a->strings["Provide a backlink to the Friendica post"] = ""; -$a->strings["Read the original post and comment stream on Friendica"] = ""; -$a->strings["\"Show more\" Settings"] = ""; -$a->strings["Enable Show More"] = "Включить Показать больше"; -$a->strings["Cutting posts after how much characters"] = "Обрезание сообщения после превывения числа символов"; -$a->strings["Show More Settings saved."] = ""; -$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Этот веб-сайт отслеживается с помощью <a href='http://www.piwik.org'> Piwik </ a> инструмент аналитики."; -$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Если вы не хотите, чтобы ваши посещения записывались таким образом, вы <a href='%s'> можете установить куки для предотвращения отслеживания Piwik от дальнейших посещений сайта </a> (opt-out)."; -$a->strings["Piwik Base URL"] = "Piwik основной URL"; -$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = ""; -$a->strings["Site ID"] = "ID сайта"; -$a->strings["Show opt-out cookie link?"] = "Показать ссылку opt-out cookie?"; -$a->strings["Asynchronous tracking"] = "Асинхронное отслеживание"; -$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["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["Consumer key"] = "Consumer key"; -$a->strings["Consumer secret"] = "Consumer secret"; -$a->strings["IRC Settings"] = ""; -$a->strings["Channel(s) to auto connect (comma separated)"] = ""; -$a->strings["Popular Channels (comma separated)"] = ""; -$a->strings["IRC settings saved."] = ""; -$a->strings["IRC Chatroom"] = ""; -$a->strings["Popular Channels"] = ""; -$a->strings["Fromapp settings updated."] = ""; -$a->strings["FromApp Settings"] = ""; -$a->strings["The application name you would like to show your posts originating from."] = ""; -$a->strings["Use this application name even if another application was used."] = ""; -$a->strings["Post to blogger"] = ""; -$a->strings["Blogger Post Settings"] = ""; -$a->strings["Enable Blogger Post Plugin"] = ""; -$a->strings["Blogger username"] = ""; -$a->strings["Blogger password"] = ""; -$a->strings["Blogger API URL"] = ""; -$a->strings["Post to Blogger by default"] = ""; -$a->strings["Post to Posterous"] = ""; -$a->strings["Posterous Post Settings"] = ""; -$a->strings["Enable Posterous Post Plugin"] = "Включить Posterous плагин сообщений"; -$a->strings["Posterous login"] = ""; -$a->strings["Posterous password"] = ""; -$a->strings["Posterous site ID"] = ""; -$a->strings["Posterous API token"] = ""; -$a->strings["Post to Posterous by default"] = ""; -$a->strings["Theme settings"] = ""; -$a->strings["Set resize level for images in posts and comments (width and height)"] = ""; -$a->strings["Set font-size for posts and comments"] = ""; -$a->strings["Set theme width"] = ""; -$a->strings["Color scheme"] = "Цветовая схема"; -$a->strings["Your posts and conversations"] = "Ваши сообщения и беседы"; -$a->strings["Your profile page"] = "Страница Вашего профиля"; -$a->strings["Your contacts"] = "Ваши контакты"; -$a->strings["Your photos"] = "Ваши фотографии"; -$a->strings["Your events"] = "Ваши события"; -$a->strings["Personal notes"] = "Личные заметки"; -$a->strings["Your personal photos"] = "Ваши личные фотографии"; -$a->strings["Community Pages"] = "Страницы сообщества"; -$a->strings["Community Profiles"] = ""; -$a->strings["Last users"] = "Последние пользователи"; -$a->strings["Last likes"] = "Последние likes"; -$a->strings["Last photos"] = "Последние фото"; -$a->strings["Find Friends"] = "Найти друзей"; -$a->strings["Local Directory"] = ""; -$a->strings["Similar Interests"] = "Похожие интересы"; -$a->strings["Invite Friends"] = "Пригласить друзей"; -$a->strings["Earth Layers"] = ""; -$a->strings["Set zoomfactor for Earth Layers"] = ""; -$a->strings["Set longitude (X) for Earth Layers"] = ""; -$a->strings["Set latitude (Y) for Earth Layers"] = ""; -$a->strings["Help or @NewHere ?"] = ""; -$a->strings["Connect Services"] = "Подключить службы"; -$a->strings["Last Tweets"] = ""; -$a->strings["Set twitter search term"] = ""; -$a->strings["don't show"] = "не показывать"; -$a->strings["show"] = "показывать"; -$a->strings["Show/hide boxes at right-hand column:"] = ""; +$a->strings["Reset"] = "Сброс"; +$a->strings["Hub not found."] = "Hub не найден."; +$a->strings["Total votes"] = ""; +$a->strings["Average Rating"] = ""; +$a->strings["Unable to lookup recipient."] = ""; +$a->strings["Unable to communicate with requested channel."] = ""; +$a->strings["Cannot verify requested channel."] = ""; +$a->strings["Selected channel has private message restrictions. Send failed."] = ""; +$a->strings["Messages"] = "Переписка"; +$a->strings["Message deleted."] = "Сообщение удалено."; +$a->strings["Message recalled."] = ""; +$a->strings["Send Private Message"] = "Отправить личное сообщение"; +$a->strings["To:"] = "Кому:"; +$a->strings["Subject:"] = "Тема:"; +$a->strings["Message not found."] = "Сообщение не найдено."; +$a->strings["Delete message"] = "Удалить сообщение"; +$a->strings["Recall message"] = ""; +$a->strings["Message has been recalled."] = ""; +$a->strings["Private Conversation"] = "Личный разговор"; +$a->strings["Delete conversation"] = "Удалить разговор"; +$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = ""; +$a->strings["Send Reply"] = "Отправить снова"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = ""; +$a->strings["Create a new channel"] = "Создать новый канал"; +$a->strings["Channel Manager"] = "Настройки канала"; +$a->strings["Current Channel"] = "Текущий канал"; +$a->strings["Attach to one of your channels by selecting it."] = ""; +$a->strings["Default Channel"] = "Канал по умолчанию"; +$a->strings["Make Default"] = "Сделать стандартным"; +$a->strings["Wall Photos"] = "Стена фотографий"; +$a->strings["Profile Match"] = "Профиль Совпадение"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = ""; +$a->strings["is interested in:"] = "заинтересован в:"; +$a->strings["No matches"] = "Нет соответствий"; +$a->strings["Menu updated."] = "Меню обновлено."; +$a->strings["Unable to update menu."] = "Невозможно обновление меню."; +$a->strings["Menu created."] = "Меню создано."; +$a->strings["Unable to create menu."] = "Невозможно создать меню."; +$a->strings["Manage Menus"] = "Управление меню"; +$a->strings["Drop"] = "Удалить"; +$a->strings["Create a new menu"] = "Создать новое меню"; +$a->strings["Delete this menu"] = "Удалить это меню"; +$a->strings["Edit menu contents"] = "Редактировать содержание меню"; +$a->strings["Edit this menu"] = "Редактировать это меню"; +$a->strings["New Menu"] = "Новое меню"; +$a->strings["Menu name"] = "Название меню"; +$a->strings["Must be unique, only seen by you"] = ""; +$a->strings["Menu title"] = "Название меню"; +$a->strings["Menu title as seen by others"] = ""; +$a->strings["Allow bookmarks"] = "Разрешить закладки"; +$a->strings["Menu may be used to store saved bookmarks"] = "Меню может использоваться, чтобы сохранить закладки"; +$a->strings["Menu deleted."] = "Меню удалено."; +$a->strings["Menu could not be deleted."] = ""; +$a->strings["Edit Menu"] = "Редактировать меню"; +$a->strings["Add or remove entries to this menu"] = ""; +$a->strings["Conversation removed."] = "Разговор удален."; +$a->strings["No messages."] = "Нет сообщений."; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["Add a Channel"] = "Добавить контакт"; +$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = ""; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = ""; +$a->strings["Choose a short nickname"] = "Выберите короткий псевдоним"; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = ""; +$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = ""; +$a->strings["Page owner information could not be retrieved."] = ""; +$a->strings["Album not found."] = "Альбом не найден."; +$a->strings["Delete Album"] = "Удалить альбом"; +$a->strings["Delete Photo"] = "Удалить фотографию"; +$a->strings["No photos selected"] = "Никакие фотографии не выбраны"; +$a->strings["Access to this item is restricted."] = "Доступ к этому элементу ограничен."; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Вы использовали %1$.2f мегабайт из %2$.2f для хранения фото."; +$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Вы использовали %1$.2f мегабайт для хранения фото."; +$a->strings["Upload Photos"] = "Загрузить фотографии"; +$a->strings["New album name: "] = "Название нового альбома:"; +$a->strings["or existing album name: "] = "или существующий альбом:"; +$a->strings["Do not show a status post for this upload"] = "Не показывать пост о состоянии этой загрузки"; +$a->strings["Contact Photos"] = "Фотографии контакта"; +$a->strings["Edit Album"] = "Редактировать Фотоальбом"; +$a->strings["Show Newest First"] = "Показать новые первыми"; +$a->strings["Show Oldest First"] = "Показать старые первыми"; +$a->strings["View Photo"] = "Посмотреть фотографию"; +$a->strings["Permission denied. Access to this item may be restricted."] = ""; +$a->strings["Photo not available"] = "Фотография не доступна"; +$a->strings["Use as profile photo"] = "Использовать в качестве фотографии профиля"; +$a->strings["View Full Size"] = "Посмотреть в полный размер"; +$a->strings["Edit photo"] = "Редактировать фотографию"; +$a->strings["Rotate CW (right)"] = "Повернуть CW (направо)"; +$a->strings["Rotate CCW (left)"] = "Повернуть CCW (налево)"; +$a->strings["New album name"] = "Новое название альбома:"; +$a->strings["Caption"] = "Подпись"; +$a->strings["Add a Tag"] = "Добавить тег"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["In This Photo:"] = ""; +$a->strings["View Album"] = "Посмотреть фотоальбом"; +$a->strings["Recent Photos"] = "Последние фотографии"; +$a->strings["Invalid request identifier."] = ""; +$a->strings["Discard"] = "Отменить"; +$a->strings["No more system notifications."] = "Новых оповещений системы пока нет."; +$a->strings["System Notifications"] = "Системные оповещения "; +$a->strings["Unable to find your hub."] = ""; +$a->strings["Post successful."] = "Публикация прошла успешно."; +$a->strings["invalid target signature"] = ""; +$a->strings["OpenID protocol error. No ID returned."] = ""; +$a->strings["App installed."] = ""; +$a->strings["Malformed app."] = ""; +$a->strings["Embed code"] = "Код для вставки"; +$a->strings["Edit App"] = ""; +$a->strings["Create App"] = ""; +$a->strings["Name of app"] = ""; +$a->strings["Location (URL) of app"] = ""; +$a->strings["Photo icon URL"] = ""; +$a->strings["80 x 80 pixels - optional"] = ""; +$a->strings["Version ID"] = ""; +$a->strings["Price of app"] = ""; +$a->strings["Location (URL) to purchase app"] = ""; +$a->strings["Schema Default"] = ""; +$a->strings["Sans-Serif"] = ""; +$a->strings["Monospace"] = ""; +$a->strings["Theme settings"] = "Настройки темы"; +$a->strings["Set scheme"] = "Установить схему"; +$a->strings["Set font-size for posts and comments"] = "Установить размер шрифта для сообщений и комментариев"; +$a->strings["Set font face"] = ""; +$a->strings["Set iconset"] = ""; +$a->strings["Set big shadow size, default 15px 15px 15px"] = ""; +$a->strings["Set small shadow size, default 5px 5px 5px"] = ""; +$a->strings["Set shadow colour, default #000"] = ""; +$a->strings["Set radius size, default 5px"] = ""; $a->strings["Set line-height for posts and comments"] = ""; -$a->strings["Set resolution for middle column"] = ""; -$a->strings["Set color scheme"] = ""; -$a->strings["Set zoomfactor for Earth Layer"] = ""; -$a->strings["Last tweets"] = ""; -$a->strings["Alignment"] = "Выравнивание"; -$a->strings["Left"] = ""; -$a->strings["Center"] = "Центр"; -$a->strings["Set colour scheme"] = ""; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "День рождения:"; -$a->strings["Age:"] = "Возраст:"; -$a->strings["for %1\$d %2\$s"] = ""; -$a->strings["Tags:"] = ""; -$a->strings["Religion:"] = "Религия:"; -$a->strings["Hobbies/Interests:"] = "Хобби / Интересы:"; -$a->strings["Contact information and Social Networks:"] = "Информация о контакте и социальных сетях:"; -$a->strings["Musical interests:"] = "Музыкальные интересы:"; -$a->strings["Books, literature:"] = "Книги, литература:"; -$a->strings["Television:"] = "Телевидение:"; -$a->strings["Film/dance/culture/entertainment:"] = "Кино / Танцы / Культура / Развлечения:"; -$a->strings["Love/Romance:"] = "Любовь / Романтика:"; -$a->strings["Work/employment:"] = "Работа / Занятость:"; -$a->strings["School/education:"] = "Школа / Образование:"; -$a->strings["Unknown | Not categorised"] = "Неизвестно | Не определено"; -$a->strings["Block immediately"] = "Блокировать немедленно"; -$a->strings["Shady, spammer, self-marketer"] = "Тролль, спаммер, рассылает рекламу"; -$a->strings["Known to me, but no opinion"] = "Известные мне, но нет определенного мнения"; -$a->strings["OK, probably harmless"] = "Хорошо, наверное, безвредные"; -$a->strings["Reputable, has my trust"] = "Уважаемые, есть мое доверие"; -$a->strings["Frequently"] = "Часто"; -$a->strings["Hourly"] = "Раз в час"; -$a->strings["Twice daily"] = "Два раза в день"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Male"] = "Мужчина"; -$a->strings["Female"] = "Женщина"; -$a->strings["Currently Male"] = "В данный момент мужчина"; -$a->strings["Currently Female"] = "В настоящее время женщина"; -$a->strings["Mostly Male"] = "В основном мужчина"; -$a->strings["Mostly Female"] = "В основном женщина"; -$a->strings["Transgender"] = "Транссексуал"; -$a->strings["Intersex"] = "Интерсексуал"; -$a->strings["Transsexual"] = "Транссексуал"; -$a->strings["Hermaphrodite"] = "Гермафродит"; -$a->strings["Neuter"] = "Средний род"; -$a->strings["Non-specific"] = "Не определен"; -$a->strings["Other"] = "Другой"; -$a->strings["Undecided"] = "Не решено"; -$a->strings["Males"] = "Мужчины"; -$a->strings["Females"] = "Женщины"; -$a->strings["Gay"] = "Гей"; -$a->strings["Lesbian"] = "Лесбиянка"; -$a->strings["No Preference"] = "Без предпочтений"; -$a->strings["Bisexual"] = "Бисексуал"; -$a->strings["Autosexual"] = "Автосексуал"; -$a->strings["Abstinent"] = "Воздержанный"; -$a->strings["Virgin"] = "Девственница"; -$a->strings["Deviant"] = "Deviant"; -$a->strings["Fetish"] = "Фетиш"; -$a->strings["Oodles"] = "Групповой"; -$a->strings["Nonsexual"] = "Нет интереса к сексу"; -$a->strings["Single"] = "Без пары"; -$a->strings["Lonely"] = "Пока никого нет"; -$a->strings["Available"] = "Доступный"; -$a->strings["Unavailable"] = "Не ищу никого"; -$a->strings["Has crush"] = ""; -$a->strings["Infatuated"] = ""; -$a->strings["Dating"] = "Свидания"; -$a->strings["Unfaithful"] = "Изменяю супругу"; -$a->strings["Sex Addict"] = "Люблю секс"; -$a->strings["Friends"] = "Друзья"; -$a->strings["Friends/Benefits"] = "Друзья / Предпочтения"; -$a->strings["Casual"] = "Обычный"; -$a->strings["Engaged"] = "Занят"; -$a->strings["Married"] = "Женат / Замужем"; -$a->strings["Imaginarily married"] = ""; -$a->strings["Partners"] = "Партнеры"; -$a->strings["Cohabiting"] = "Партнерство"; -$a->strings["Common law"] = ""; -$a->strings["Happy"] = "Счастлив/а/"; -$a->strings["Not looking"] = ""; -$a->strings["Swinger"] = "Свинг"; -$a->strings["Betrayed"] = "Преданный"; -$a->strings["Separated"] = "Разделенный"; -$a->strings["Unstable"] = "Нестабильный"; -$a->strings["Divorced"] = "Разведен(а)"; -$a->strings["Imaginarily divorced"] = ""; -$a->strings["Widowed"] = "Овдовевший"; -$a->strings["Uncertain"] = "Неопределенный"; -$a->strings["It's complicated"] = ""; -$a->strings["Don't care"] = "Не беспокоить"; -$a->strings["Ask me"] = "Спросите меня"; -$a->strings["Starts:"] = "Начало:"; -$a->strings["Finishes:"] = "Окончание:"; -$a->strings["(no subject)"] = "(без темы)"; -$a->strings[" on Last.fm"] = ""; -$a->strings["prev"] = "пред."; -$a->strings["first"] = "первый"; -$a->strings["last"] = "последний"; -$a->strings["next"] = "след."; -$a->strings["newer"] = ""; -$a->strings["older"] = ""; -$a->strings["No contacts"] = "Нет контактов"; -$a->strings["%d Contact"] = array( - 0 => "%d контакт", - 1 => "%d контактов", - 2 => "%d контактов", -); -$a->strings["poke"] = ""; -$a->strings["poked"] = ""; -$a->strings["ping"] = ""; -$a->strings["pinged"] = ""; -$a->strings["prod"] = ""; -$a->strings["prodded"] = ""; -$a->strings["slap"] = ""; -$a->strings["slapped"] = ""; -$a->strings["finger"] = ""; -$a->strings["fingered"] = ""; -$a->strings["rebuff"] = ""; -$a->strings["rebuffed"] = ""; -$a->strings["happy"] = ""; -$a->strings["sad"] = ""; -$a->strings["mellow"] = ""; -$a->strings["tired"] = ""; -$a->strings["perky"] = ""; -$a->strings["angry"] = ""; -$a->strings["stupified"] = ""; -$a->strings["puzzled"] = ""; -$a->strings["interested"] = ""; -$a->strings["bitter"] = ""; -$a->strings["cheerful"] = ""; -$a->strings["alive"] = ""; -$a->strings["annoyed"] = ""; -$a->strings["anxious"] = ""; -$a->strings["cranky"] = ""; -$a->strings["disturbed"] = ""; -$a->strings["frustrated"] = ""; -$a->strings["motivated"] = ""; -$a->strings["relaxed"] = ""; -$a->strings["surprised"] = ""; -$a->strings["January"] = "Январь"; -$a->strings["February"] = "Февраль"; -$a->strings["March"] = "Март"; -$a->strings["April"] = "Апрель"; -$a->strings["May"] = "Май"; -$a->strings["June"] = "Июнь"; -$a->strings["July"] = "Июль"; -$a->strings["August"] = "Август"; -$a->strings["September"] = "Сентябрь"; -$a->strings["October"] = "Октябрь"; -$a->strings["November"] = "Ноябрь"; -$a->strings["December"] = "Декабрь"; -$a->strings["bytes"] = "байт"; -$a->strings["Click to open/close"] = "Нажмите, чтобы открыть / закрыть"; -$a->strings["default"] = "значение по умолчанию"; -$a->strings["Select an alternate language"] = "Выбор альтернативного языка"; -$a->strings["activity"] = "активность"; -$a->strings["post"] = ""; -$a->strings["Item filed"] = ""; -$a->strings["Sharing notification from Diaspora network"] = "Делиться уведомлениями из сети Diaspora"; -$a->strings["Attachments:"] = "Вложения:"; -$a->strings["view full size"] = "посмотреть в полный размер"; -$a->strings["Embedded content"] = "Встроенное содержание"; -$a->strings["Embedding disabled"] = "Встраивание отключено"; -$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = ""; -$a->strings["Default privacy group for new contacts"] = ""; -$a->strings["Everybody"] = "Каждый"; -$a->strings["edit"] = "редактировать"; -$a->strings["Edit group"] = "Редактировать группу"; -$a->strings["Create a new group"] = "Создать новую группу"; -$a->strings["Contacts not in any group"] = ""; -$a->strings["Logout"] = "Выход"; -$a->strings["End this session"] = "Конец этой сессии"; -$a->strings["Status"] = "Статус"; -$a->strings["Sign in"] = "Вход"; -$a->strings["Home Page"] = "Главная страница"; -$a->strings["Create an account"] = "Создать аккаунт"; -$a->strings["Help and documentation"] = "Помощь и документация"; -$a->strings["Apps"] = "Приложения"; -$a->strings["Addon applications, utilities, games"] = "Дополнительные приложения, утилиты, игры"; -$a->strings["Search site content"] = "Поиск по сайту"; -$a->strings["Conversations on this site"] = "Беседы на этом сайте"; -$a->strings["Directory"] = "Каталог"; -$a->strings["People directory"] = "Каталог участников"; -$a->strings["Conversations from your friends"] = "Беседы с друзьями"; -$a->strings["Friend Requests"] = "Запросы на добавление в список друзей"; -$a->strings["See all notifications"] = "Посмотреть все уведомления"; -$a->strings["Mark all system notifications seen"] = ""; -$a->strings["Private mail"] = "Личная почта"; -$a->strings["Inbox"] = "Входящие"; -$a->strings["Outbox"] = "Исходящие"; -$a->strings["Manage"] = "Управлять"; -$a->strings["Manage other pages"] = "Управление другими страницами"; -$a->strings["Profiles"] = "Профили"; -$a->strings["Manage/edit profiles"] = "Управление / редактирование профилей"; -$a->strings["Manage/edit friends and contacts"] = "Управление / редактирование друзей и контактов"; -$a->strings["Site setup and configuration"] = "Установка и конфигурация сайта"; -$a->strings["Nothing new here"] = "Ничего нового здесь"; -$a->strings["Add New Contact"] = "Добавить контакт"; -$a->strings["Enter address or web location"] = "Введите адрес или веб-местонахождение"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara"; -$a->strings["%d invitation available"] = array( - 0 => "%d приглашение доступно", - 1 => "%d приглашений доступно", - 2 => "%d приглашений доступно", -); -$a->strings["Find People"] = "Поиск людей"; -$a->strings["Enter name or interest"] = "Введите имя или интерес"; -$a->strings["Connect/Follow"] = "Подключиться/Следовать"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Роберт Morgenstein, Рыбалка"; -$a->strings["Random Profile"] = ""; -$a->strings["Networks"] = "Сети"; -$a->strings["All Networks"] = "Все сети"; -$a->strings["Saved Folders"] = ""; -$a->strings["Everything"] = "Всё"; -$a->strings["Categories"] = "Категории"; -$a->strings["Logged out."] = "Выход из системы."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; -$a->strings["The error message was:"] = ""; -$a->strings["Miscellaneous"] = "Разное"; -$a->strings["year"] = "год"; -$a->strings["month"] = "мес."; -$a->strings["day"] = "день"; -$a->strings["never"] = "никогда"; -$a->strings["less than a second ago"] = "менее сек. назад"; -$a->strings["week"] = "неделя"; -$a->strings["hour"] = "час"; -$a->strings["hours"] = "час."; -$a->strings["minute"] = "минута"; -$a->strings["minutes"] = "мин."; -$a->strings["second"] = "секунда"; -$a->strings["seconds"] = "сек."; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s назад"; -$a->strings["%s's birthday"] = ""; -$a->strings["Happy Birthday %s"] = ""; -$a->strings["From: "] = "От: "; -$a->strings["Image/photo"] = "Изображение / Фото"; -$a->strings["$1 wrote:"] = "$1 написал:"; -$a->strings["Encrypted content"] = ""; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Не могу найти информацию для DNS-сервера базы данных '%s'"; -$a->strings["[no subject]"] = "[без темы]"; -$a->strings["Visible to everybody"] = "Видимо всем"; -$a->strings["Friendica Notification"] = "Friendica уведомления"; -$a->strings["Thank You,"] = "Спасибо,"; -$a->strings["%s Administrator"] = "%s администратор"; -$a->strings["%s <!item_type!>"] = ""; -$a->strings["[Friendica:Notify] New mail received at %s"] = ""; -$a->strings["%1\$s sent you a new private message at %2\$s."] = ""; -$a->strings["%1\$s sent you %2\$s."] = ""; -$a->strings["a private message"] = "личное сообщение"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = ""; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = ""; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = ""; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = ""; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = ""; -$a->strings["%s commented on an item/conversation you have been following."] = ""; -$a->strings["Please visit %s to view and/or reply to the conversation."] = ""; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = ""; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = ""; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = ""; -$a->strings["[Friendica:Notify] %s tagged you"] = ""; -$a->strings["%1\$s tagged you at %2\$s"] = ""; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = ""; -$a->strings["[Friendica:Notify] %1\$s poked you"] = ""; -$a->strings["%1\$s poked you at %2\$s"] = ""; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = ""; -$a->strings["[Friendica:Notify] %s tagged your post"] = ""; -$a->strings["%1\$s tagged your post at %2\$s"] = ""; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = ""; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Сообщение] получен запрос"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = ""; -$a->strings["You may visit their profile at %s"] = ""; -$a->strings["Please visit %s to approve or reject the introduction."] = "Посетите %s для подтверждения или отказа запроса."; -$a->strings["[Friendica:Notify] Friend suggestion received"] = ""; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = ""; -$a->strings["Name:"] = "Имя:"; -$a->strings["Photo:"] = "Фото:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = ""; -$a->strings["Connect URL missing."] = "Connect-URL отсутствует."; -$a->strings["This site is not configured to allow communications with other networks."] = "Данный сайт не настроен так, чтобы держать связь с другими сетями."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "Обнаружены несовместимые протоколы связи или каналы."; -$a->strings["The profile address specified does not provide adequate information."] = "Указанный адрес профиля не дает адекватной информации."; -$a->strings["An author or name was not found."] = "Автор или имя не найдены."; -$a->strings["No browser URL could be matched to this address."] = "Нет URL браузера, который соответствует этому адресу."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = ""; -$a->strings["Use mailto: in front of address to force email check."] = ""; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Указанный адрес профиля принадлежит сети, недоступной на этом сайта."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас."; -$a->strings["Unable to retrieve contact information."] = "Невозможно получить контактную информацию."; -$a->strings["following"] = "следует"; -$a->strings["A new person is sharing with you at "] = "Новый человек делится с вами"; -$a->strings["You have a new follower at "] = "У вас есть новый фолловер на "; -$a->strings["Archives"] = ""; -$a->strings["An invitation is required."] = "Требуется приглашение."; -$a->strings["Invitation could not be verified."] = "Приглашение не может быть проверено."; -$a->strings["Invalid OpenID url"] = "Неверный URL OpenID"; -$a->strings["Please enter the required information."] = "Пожалуйста, введите необходимую информацию."; -$a->strings["Please use a shorter name."] = "Пожалуйста, используйте более короткое имя."; -$a->strings["Name too short."] = "Имя слишком короткое."; -$a->strings["That doesn't appear to be your full (First Last) name."] = "Кажется, что это ваше неполное (Имя Фамилия) имя."; -$a->strings["Your email domain is not among those allowed on this site."] = "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте."; -$a->strings["Not a valid email address."] = "Неверный адрес электронной почты."; -$a->strings["Cannot use that email."] = "Нельзя использовать этот Email."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ваш \"ник\" может содержать только \"a-z\", \"0-9\", \"-\", и \"_\", а также должен начинаться с буквы."; -$a->strings["Nickname is already registered. Please choose another."] = "Такой ник уже зарегистрирован. Пожалуйста, выберите другой."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = ""; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась."; -$a->strings["An error occurred during registration. Please try again."] = "Ошибка при регистрации. Пожалуйста, попробуйте еще раз."; -$a->strings["An error occurred creating your default profile. Please try again."] = "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз."; -$a->strings["Welcome "] = "Добро пожаловать, "; -$a->strings["Please upload a profile photo."] = "Пожалуйста, загрузите фотографию профиля."; -$a->strings["Welcome back "] = "Добро пожаловать обратно, "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; -$a->strings["stopped following"] = "остановлено следование"; -$a->strings["Poke"] = ""; -$a->strings["View Status"] = ""; -$a->strings["View Profile"] = ""; -$a->strings["View Photos"] = ""; -$a->strings["Network Posts"] = ""; -$a->strings["Edit Contact"] = ""; -$a->strings["Send PM"] = "Отправить ЛС"; -$a->strings["%1\$s poked %2\$s"] = ""; -$a->strings["post/item"] = ""; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s пометил %2\$s %3\$s как Фаворит"; -$a->strings["Categories:"] = ""; -$a->strings["Filed under:"] = ""; -$a->strings["remove"] = "удалить"; -$a->strings["Delete Selected Items"] = "Удалить выбранные позиции"; -$a->strings["%s likes this."] = "%s нравится это."; -$a->strings["%s doesn't like this."] = "%s не нравится это."; -$a->strings["<span %1\$s>%2\$d people</span> like this."] = "<span %1\$s>%2\$d чел.</span> нравится это."; -$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = "<span %1\$s>%2\$d чел.</span> не нравится это."; -$a->strings["and"] = "и"; -$a->strings[", and %d other people"] = ", и %d других чел."; -$a->strings["%s like this."] = "%s нравится это."; -$a->strings["%s don't like this."] = "%s не нравится это."; -$a->strings["Visible to <strong>everybody</strong>"] = "Видимое <strong>всем</strong>"; -$a->strings["Please enter a video link/URL:"] = ""; -$a->strings["Please enter an audio link/URL:"] = ""; -$a->strings["Tag term:"] = ""; -$a->strings["Where are you right now?"] = "И где вы сейчас?"; -$a->strings["upload photo"] = "загрузить фото"; -$a->strings["attach file"] = "приложить файл"; -$a->strings["web link"] = "веб-ссылка"; -$a->strings["Insert video link"] = "Вставить ссылку видео"; -$a->strings["video link"] = "видео-ссылка"; -$a->strings["Insert audio link"] = "Вставить ссылку аудио"; -$a->strings["audio link"] = "аудио-ссылка"; -$a->strings["set location"] = "установить местонахождение"; -$a->strings["clear location"] = "убрать местонахождение"; -$a->strings["permissions"] = "разрешения"; -$a->strings["Click here to upgrade."] = ""; -$a->strings["This action exceeds the limits set by your subscription plan."] = ""; -$a->strings["This action is not available under your subscription plan."] = ""; -$a->strings["Delete this item?"] = "Удалить этот элемент?"; -$a->strings["show fewer"] = "показать меньше"; +$a->strings["Set background image"] = ""; +$a->strings["Set background attachment"] = ""; +$a->strings["Set background colour"] = ""; +$a->strings["Set section background image"] = ""; +$a->strings["Set section background colour"] = ""; +$a->strings["Set colour of items - use hex"] = ""; +$a->strings["Set colour of links - use hex"] = ""; +$a->strings["Set max-width for items. Default 400px"] = ""; +$a->strings["Set min-width for items. Default 240px"] = ""; +$a->strings["Set the generic content wrapper width. Default 48%"] = ""; +$a->strings["Set colour of fonts - use hex"] = ""; +$a->strings["Set background-size element"] = ""; +$a->strings["Item opacity"] = ""; +$a->strings["Display post previews only"] = ""; +$a->strings["Display side bar on channel page"] = ""; +$a->strings["Colour of the navigation bar"] = ""; +$a->strings["Item float"] = ""; +$a->strings["Left offset of the section element"] = ""; +$a->strings["Right offset of the section element"] = ""; +$a->strings["Section width"] = ""; +$a->strings["Left offset of the aside"] = ""; +$a->strings["Right offset of the aside element"] = ""; +$a->strings["None"] = ""; +$a->strings["Header image"] = ""; +$a->strings["Header image only on profile pages"] = ""; +$a->strings["Narrow navbar"] = "Узкая панель навигации"; +$a->strings["Navigation bar background colour"] = "Панель навигации, цвет фона"; +$a->strings["Navigation bar gradient top colour"] = "Панель навигации, цвет градиента вверху"; +$a->strings["Navigation bar gradient bottom colour"] = "Панель навигации, цвет градиента внизу"; +$a->strings["Navigation active button gradient top colour"] = "Панель навигации, цвет градиента вверху активной кнопки"; +$a->strings["Navigation active button gradient bottom colour"] = "Панель навигации, цвет градиента внизу активной кнопки"; +$a->strings["Navigation bar border colour "] = "Панель навигации, цвет границы"; +$a->strings["Navigation bar icon colour "] = "Панель навигации, цвет значков"; +$a->strings["Navigation bar active icon colour "] = "Панель навигации, цвет активного значка"; +$a->strings["link colour"] = "Цвет ссылок"; +$a->strings["Set font-colour for banner"] = "Цвет текста в шапке"; +$a->strings["Set the background colour"] = "Цвет фона на странице канала"; +$a->strings["Set the background image"] = "Фоновое изображение"; +$a->strings["Set the background colour of items"] = "Цвет фона для постов и других элементов"; +$a->strings["Set the background colour of comments"] = "Цвет фона для комментариев"; +$a->strings["Set the border colour of comments"] = "Цвет границы для области комментариев"; +$a->strings["Set the indent for comments"] = ""; +$a->strings["Set the basic colour for item icons"] = "Основной цвет в иконках редактирования"; +$a->strings["Set the hover colour for item icons"] = "Цвет в иконках редактирования при наведении мыши"; +$a->strings["Set font-size for the entire application"] = "Установить размер шрифта для системы в целом"; +$a->strings["Set font-colour for posts and comments"] = "Цвет шрифта для постов и комментариев"; +$a->strings["Set radius of corners"] = "Радиус скруглений"; +$a->strings["Set shadow depth of photos"] = ""; +$a->strings["Set maximum width of conversation regions"] = ""; +$a->strings["Center conversation regions"] = ""; +$a->strings["Set minimum opacity of nav bar - to hide it"] = "Панель навигации, прозрачность"; +$a->strings["Set size of conversation author photo"] = ""; +$a->strings["Set size of followup author photos"] = ""; +$a->strings["Sloppy photo albums"] = ""; +$a->strings["Are you a clean desk or a messy desk person?"] = ""; $a->strings["Update %s failed. See error logs."] = ""; -$a->strings["Update Error at %s"] = ""; -$a->strings["Create a New Account"] = "Создать новый аккаунт"; -$a->strings["Nickname or Email address: "] = "Ник или адрес электронной почты: "; -$a->strings["Password: "] = "Пароль: "; -$a->strings["Or login using OpenID: "] = ""; -$a->strings["Forgot your password?"] = "Забыли пароль?"; -$a->strings["Requested account is not available."] = ""; -$a->strings["Edit profile"] = "Редактировать профиль"; -$a->strings["Message"] = ""; -$a->strings["g A l F d"] = "g A l F d"; -$a->strings["F d"] = "F d"; -$a->strings["[today]"] = "[сегодня]"; -$a->strings["Birthday Reminders"] = "Напоминания о днях рождения"; -$a->strings["Birthdays this week:"] = "Дни рождения на этой неделе:"; -$a->strings["[No description]"] = "[без описания]"; -$a->strings["Event Reminders"] = "Напоминания о мероприятиях"; -$a->strings["Events this week:"] = "Мероприятия на этой неделе:"; -$a->strings["Status Messages and Posts"] = ""; -$a->strings["Profile Details"] = ""; -$a->strings["Events and Calendar"] = ""; -$a->strings["Only You Can See This"] = ""; +$a->strings["Update Error at %s"] = "Ошибка обновления на %s"; +$a->strings["Create an account to access services and applications within the Red Matrix"] = ""; +$a->strings["Password"] = "Пароль"; +$a->strings["Remember me"] = "Запомнить"; +$a->strings["Forgot your password?"] = "Забыли пароль или логин?"; +$a->strings["permission denied"] = "доступ запрещен"; +$a->strings["Got Zot?"] = "Got Zot?"; +$a->strings["toggle mobile"] = "мобильное подключение"; diff --git a/view/ru/update_fail_eml.tpl b/view/ru/update_fail_eml.tpl new file mode 100644 index 000000000..a7df8fc2f --- /dev/null +++ b/view/ru/update_fail_eml.tpl @@ -0,0 +1,13 @@ +Hey,
+I'm the web server at {{$sitename}};
+
+The Red Matrix developers released update {{$update}} recently,
+but when I tried to install it, something went terribly wrong.
+This needs to be fixed soon and it requires human intervention.
+Please contact a Red developer if you can not figure out how to
+fix it on your own. My database might be invalid.
+
+The error message is '{{$error}}'.
+
+Apologies for the inconvenience,
+ your web server at {{$siteurl}}
\ No newline at end of file |