diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-10-05 00:59:47 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-10-05 00:59:47 +0200 |
commit | 007866d340e9e011a547ef8726830ff00e6f0f41 (patch) | |
tree | 70f27211f64fee193e9ee496d38f825c5a6f93da /locale/ru | |
parent | 949ede654b6ba32b596e10078658d0a93a8b4740 (diff) |
Localisation updates from http://translatewiki.net
Diffstat (limited to 'locale/ru')
-rw-r--r-- | locale/ru/LC_MESSAGES/statusnet.po | 42 |
1 files changed, 35 insertions, 7 deletions
diff --git a/locale/ru/LC_MESSAGES/statusnet.po b/locale/ru/LC_MESSAGES/statusnet.po index ce1f90620..e8c4ffa86 100644 --- a/locale/ru/LC_MESSAGES/statusnet.po +++ b/locale/ru/LC_MESSAGES/statusnet.po @@ -14,18 +14,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-10-03 19:53+0000\n" -"PO-Revision-Date: 2010-10-03 19:56:14+0000\n" +"POT-Creation-Date: 2010-10-04 22:30+0000\n" +"PO-Revision-Date: 2010-10-04 22:32:38+0000\n" "Language-Team: Russian <http://translatewiki.net/wiki/Portal:ru>\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.17alpha (r74231); Translate extension (2010-09-17)\n" +"X-Generator: MediaWiki 1.17alpha (r74276); Translate extension (2010-09-17)\n" "X-Translation-Project: translatewiki.net at http://translatewiki.net\n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-core\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" -"X-POT-Import-Date: 2010-10-01 20:37:46+0000\n" +"X-POT-Import-Date: 2010-10-03 20:54:28+0000\n" #. TRANS: Page title #. TRANS: Menu item for site administration @@ -4093,7 +4093,7 @@ msgstr "" "Вы можете попробовать «подтолкнуть» %1$s или [написать что-нибудь для них](%%%" "%action.newnotice%%%%?status_textarea=%2$s)." -#: actions/showstream.php:243 +#: actions/showstream.php:246 #, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." @@ -4108,7 +4108,7 @@ msgstr "" "сообщения участника **%s** и иметь доступ ко множеству других возможностей! " "([Читать далее](%%%%doc.help%%%%))" -#: actions/showstream.php:248 +#: actions/showstream.php:251 #, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." @@ -4120,7 +4120,7 @@ msgstr "" "использованием свободного программного обеспечения [StatusNet](http://status." "net/). " -#: actions/showstream.php:305 +#: actions/showstream.php:308 #, php-format msgid "Repeat of %s" msgstr "Повтор за %s" @@ -4982,6 +4982,13 @@ msgstr "Автор(ы)" msgid "Favor" msgstr "Пометить" +#. TRANS: Ntofication given when a user marks a notice as favorite. +#. TRANS: %1$s is a user nickname or full name, %2$s is a notice URI. +#: classes/Fave.php:151 +#, fuzzy, php-format +msgid "%1$s marked notice %2$s as a favorite." +msgstr "%s (@%s) добавил вашу запись в число своих любимых" + #. TRANS: Server exception thrown when a URL cannot be processed. #: classes/File.php:142 #, php-format @@ -5157,6 +5164,13 @@ msgstr "Для saveKnownGroups указан неверный тип" msgid "Problem saving group inbox." msgstr "Проблемы с сохранением входящих сообщений группы." +#. TRANS: Server exception thrown when a reply cannot be saved. +#. TRANS: %1$d is a notice ID, %2$d is the ID of the mentioned user. +#: classes/Notice.php:1120 +#, fuzzy, php-format +msgid "Could not save reply for %1$d, %2$d." +msgstr "Не удаётся сохранить информацию о локальной группе." + #. TRANS: Message used to repeat a notice. RT is the abbreviation of 'retweet'. #. TRANS: %1$s is the repeated user's name, %2$s is the repeated notice. #: classes/Notice.php:1822 @@ -5231,6 +5245,13 @@ msgstr "Не удаётся удалить подписку." msgid "Follow" msgstr "" +#. TRANS: Notification given when one person starts following another. +#. TRANS: %1$s is the subscriber, %2$s is the subscribed. +#: classes/Subscription.php:258 +#, fuzzy, php-format +msgid "%1$s is now following %2$s." +msgstr "%1$s теперь следит за вашими записями на %2$s." + #. TRANS: Notice given on user registration. #. TRANS: %1$s is the sitename, $2$s is the registering user's nickname. #: classes/User.php:384 @@ -7425,6 +7446,13 @@ msgstr "Отписаться от этого пользователя" msgid "Unsubscribe" msgstr "Отписаться" +#. TRANS: Exception text shown when no profile can be found for a user. +#. TRANS: %1$s is a user nickname, $2$d is a user ID (number). +#: lib/usernoprofileexception.php:60 +#, fuzzy, php-format +msgid "User %1$s (%2$d) has no profile record." +msgstr "У пользователя нет профиля." + #: lib/userprofile.php:117 msgid "Edit Avatar" msgstr "Изменить аватару" |