source: extensions/Back2Front/language/ru_RU/plugin.lang.php @ 21570

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

[back2front] Add ru_RU, thanks to : marchelly

  • Property svn:executable set to *
File size: 4.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['...of the picture n°'] = '... изображения n°';
24$lang['Backside and frontside can\'t be the same picture'] = 'Обратная и лицевая стороны не могут быть одним и тем же изображением';
25$lang['Backside management'] = 'Управление обратной стороной';
26$lang['Bottom'] = 'Низ';
27$lang['Click'] = 'Клик';
28$lang['Display a mark on thumbnails list'] = 'Отображать отметку на списке миниатюр';
29$lang['Fade'] = 'Тень';
30$lang['Link name'] = 'Имя кнопки';
31$lang['Link position'] = 'Положение кнопки';
32$lang['Modify backside information'] = 'Изменить информацию об обратной строне';
33$lang['Mouseover'] = 'Наведение мыши';
34$lang['Move backside to private album'] = 'Переместить обратную сторону в приватный альбом';
35$lang['See back'] = 'Посмотреть обратную сторону';
36$lang['See front'] = 'Посмотреть лицевую сторону';
37$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Разделяйте ярлыки символом |. Оставьте пустым для значения по умолчанию';
38$lang['Switch mode'] = 'Режим переключения';
39$lang['The picture n°%d has already a backside : %s'] = 'Изображение n°%d уже содержит обратную сторону %s';
40$lang['The picture n°%s is already a backside'] = 'Изображение n°%d уже является обратной стороной';
41$lang['This picture has a backside :'] = 'Изображение уже содержит обратную сторону:';
42$lang['This picture is a backside...'] = 'Изображение является обратной стороной...';
43$lang['This picture is no longer a backside'] = 'Изображение более не является обратной стороной';
44$lang['This picture is now the backside of the picture n°%s'] = 'Теперь изображение является обратной стороной n°%d';
45$lang['Toolbar'] = 'Панель инструмнтов';
46$lang['Top'] = 'Верх';
47$lang['Transition'] = 'Переход';
48$lang['Unknown id %d for frontside picture'] = 'Неизвестный id %d для изображения обратной стороны';
49?>
Note: See TracBrowser for help on using the repository browser.