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

Last change on this file since 29654 was 29654, checked in by TranslationTeam, 10 years ago

[embedded_videos] Update ru_RU, thanks to : Konve

  • Property svn:executable set to *
File size: 5.6 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['Video properties'] = 'Свойства видео';
48$lang['Vimeo player'] = 'Проигрыватель Vimeo ';
49$lang['No privacy option.'] = 'Конфиденциальность отсутствует.';
50$lang['Show privacy details'] = 'Показать конфиденциальную информацию';
51$lang['Videos can be private if you use the private permalink.'] = 'Видео-ролик может быть конфиденциальным, если Вы используете персональную постоянную ссылку.';
52$lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = 'Видео-ролик может быть скрытым и конфиденциальным, если вэб-сайт галереи находится в пределах авторизованного домена (PRO).';
53$lang['Videos can be unlisted but not private.'] = 'Видео-ролик может быть скрытым, но не конфиденциальным.';
54$lang['Add video from hosting platform'] = 'Добавить видео с хостинговой платформы';
55$lang['Do not use this form for videos provided by Youtube, Dailymotion, Vimeo, Wat or Wideo.'] = 'Не пользуйтесь этой формой для видео с Youtube, Dailymotion, Vimeo, Уот или Wideo.';
56$lang['Embed code'] = 'Код для вставки';
57$lang['Please fill the embed code'] = 'Пожалуйста, введите код';
58$lang['This video was already registered'] = 'Это видео уже было зарегистрировано';
59$lang['Videos'] = 'Видео';
60$lang['Width and height must be integers'] = 'Ширина и высота должны быть целыми числами';
61$lang['optional'] = 'дополнительно';
62$lang['Add video from embed code'] = 'Добавить видео из встроенного кода';
63$lang['Video data like description and thumbnail might be missing'] = 'Видеоданные (такие, как описание и миниатюры), возможно, отсутствуют';
Note: See TracBrowser for help on using the repository browser.