source: extensions/UserCollections/language/ru_RU/plugin.lang.php @ 21081

Last change on this file since 21081 was 21081, checked in by TranslationTeam, 11 years ago

[user_collections] Update ru_RU, thanks to : nadusha

  • Property svn:executable set to *
File size: 6.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Add to collection'] = 'Добавить в коллекцию';
24$lang['Clear'] = 'Очистить';
25$lang['Collection name:'] = 'Название коллекции:';
26$lang['Collection'] = 'Коллекция';
27$lang['Collections'] = 'Коллекции';
28$lang['Copied'] = 'Скопировано';
29$lang['Copy to clipboard'] = 'Скопировано в буфер обмена';
30$lang['Create a new collection'] = 'Создать новую коллекцию';
31$lang['Invalid collection'] = 'Неверная коллекция';
32$lang['Please give a name'] = 'Пожалуйста, задайте имя';
33$lang['Public collection'] = 'Публичная';
34$lang['Remove from collection'] = 'Удалить из коллекции';
35$lang['Return to collections list'] = 'Вернутся к списку';
36$lang['Saved collections'] = 'Сохраненные коллекции';
37$lang['Save'] = 'Сохранить';
38$lang['See all my collections'] = 'Смотреть все мои коллекции';
39$lang['This collection is empty'] = 'Эта коллекция пуста';
40$lang['Unsaved collections'] = 'Несохраненные коллекции';
41$lang['You have %d collection'] = 'У вас %d коллекции';
42$lang['You have %d collections'] = 'У вас %d коллекции';
43$lang['You have no collection'] = 'У вас нет коллекций';
44$lang['active'] = 'активная';
45$lang['save'] = 'сохранить';
46$lang['set active'] = 'сделать активной';
47$lang['%d more...'] = ' еще %d';
48$lang['by %s'] = 'к %s';
49$lang['Please enter the recipient name'] = 'Пожалуйста, введите имя получателя';
50$lang['Please enter your e-mail'] = 'Пожалуйста, введите ваш e-mail';
51$lang['Please enter your name'] = 'Пожалуйста, введите ваше имя';
52$lang['Preview'] = 'Предпросмотр';
53$lang['Recipient e-mail'] = 'E-mail получателя';
54$lang['Recipient name'] = 'Имя получателя';
55$lang['Send this collection my mail'] = 'Отправить эту коллекцию мне на почту';
56$lang['The collection must be public in order to send it'] = 'Эта коллекция должна быть публичной, чтобы вы смогли отправить её';
57$lang['Your e-mail'] = 'Ваш e-mail';
58$lang['Your name'] = 'Ваше имя';
59$lang['A photo collection by %s'] = 'Фотоколлекция от %s';
60$lang['Active'] = 'Активный';
61$lang['Allow users to send their public collections by mail'] = 'Разрешить пользователям отправлять их публичные коллекции по почте';
62$lang['Allow users to set their collections as public'] = 'Разрешить пользователям устанавливать их коллекции как публичные';
63$lang['Clear this collection'] = 'Очистить эту коллекцию';
64$lang['Click here to view the complete collection'] = 'Нажмите здесь, чтобы увидеть коллекцию целиком';
65$lang['Delete this collection'] = 'Удалить эту коллекцию';
66$lang['Download CSV file'] = 'Загрузить файл CSV';
67$lang['E-mail sent successfully'] = 'Сообщение успешно отправлено';
68$lang['Edit this collection'] = 'Редактировать эту коллекцию';
69$lang['Error while sending e-mail'] = 'Во время отправки сообщения произошла ошибка';
70$lang['Export image list'] = 'Экспортировать список изображений';
71$lang['Fields'] = 'Поля';
72$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Привет, <b>%s</b>, %s отправил Вам фото коллекцию из <a href="%s">%s</a>';
73$lang['Inactive'] = 'Не активно';
74$lang['Message (optional)'] = 'Сообщение (опционально)';
75$lang['Number of images'] = 'Количество изображений';
76$lang['Please enter the recipient e-mail'] = 'Пожалуйста, введите адрес (e-mail) получателя';
77$lang['Date added to collection, new &rarr; old'] = 'Дата добавления в коллекцию, новые &rarr; старые';
78$lang['Date added to collection, old &rarr; new'] = 'Дата добавления в коллекцию, старые &rarr; новые';
79?>
Note: See TracBrowser for help on using the repository browser.