source: extensions/gvideo/language/ru_RU/plugin.lang.php @ 19870

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

[gvideo] Update ru_RU, thanks to : rocket

  • Property svn:executable set to *
File size: 4.1 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 a video'] = 'Добавить видео';
24$lang['Add film effect'] = 'Добавить эффект пленки';
25$lang['Author name'] = 'Имя автора';
26$lang['Author portrait'] = 'Изображение автора';
27$lang['Autoplay'] = 'Автопроигрывание';
28$lang['Color'] = 'Цвет';
29$lang['Common configuration'] = 'Общая конфигурация';
30$lang['Logo'] = 'Лого';
31$lang['Please fill the video URL'] = 'Пожалуйста, заполните URL видео ';
32$lang['Supported services'] = 'Поддерживаемые сервисы';
33$lang['This element is a video added with "Embedded Video"'] = 'Этот элемент был добавлен с помощью "Embedded Video"';
34$lang['Unable to contact host server'] = 'Невозможно соединиться с хостинговым сервером';
35$lang['Use common setting'] = 'Использовать обычные настройки';
36$lang['Video URL'] = 'URL видео';
37$lang['Video size'] = 'Размер видео';
38$lang['Video successfully added. <a href="%s">View</a>'] = 'Видео добавлено успешно. <a href="%s">Посмотреть</a>';
39$lang['Change'] = 'Изменить';
40$lang['Changing the url will reset video description, name and thumbnail'] = 'Изменение этого адреса URL сбросит описание, название и миниатюру для видео';
41$lang['The thumbnail was updated'] = 'Миниатюра была обновлена';
42$lang['Upload a new thumbnail'] = 'Загрузить новую миниатюру';
43$lang['Video successfully updated'] = 'Видео успешно обновлено';
44$lang['Dailymotion player'] = 'Проигрыватель Dailymotion';
45$lang['Get video description'] = 'Получить описание видео';
46$lang['Get video tags'] = 'Получите теги';
47$lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = 'В безопасном режиме, плагин не пытается связаться с видео хостом, это может быть полезно на некоторых веб-сайтах, где удаленные соединения блокируются.';
48$lang['Safe-mode'] = 'Безопасный режим';
49$lang['Try in safe-mode'] = 'Попробовать';
50$lang['Video properties'] = 'Свойства видео';
51$lang['Vimeo player'] = 'Проигрыватель Vimeo ';
52?>
Note: See TracBrowser for help on using the repository browser.