source: extensions/File_Uploader/language/ru_RU/plugin.lang.php @ 21080

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

[file_uploader] Add ru_RU, thanks to : nadusha

  • Property svn:executable set to *
File size: 3.9 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['File upload stopped by extension'] = 'Загрузка файлов прервана';
24$lang['File uploaded and synchronized'] = 'Файлы загружены и синхронизированы';
25$lang['Failed to write file to disk'] = 'Невозможно записать файл на диск';
26$lang['File Uploader Plugin'] = 'Плагин Загрузчик файлов';
27$lang['Properties'] = 'Свойства';
28$lang['Missing a temporary folder'] = 'Отсутствует временная папка';
29$lang['Overwrite files without notice'] = 'Перезаписать файлы без уведомления';
30$lang['Thumbnail to upload:'] = 'Миниатюра для загрузки:';
31$lang['File to upload:'] = 'Файл для загрузки:';
32$lang['Donate'] = 'Поддержать';
33$lang['create a new album'] = 'создать новый альбом';
34$lang['file_uploader_pdf2tab_tooltip'] = 'Открыть файл в новой вкладке';
35$lang['Unable to create folder '] = 'Невозможно создать папку';
36$lang['Upload'] = 'Загрузка';
37$lang['Upload error'] = 'Ошибка загрузки';
38$lang['Title:'] = 'Название:';
39$lang['Open files in a new tab'] = 'Открыть файлы в новой вкладке';
40$lang['No file to upload'] = 'Нет файлов для загрузки';
41$lang['Invalid file name'] = 'Неверное имя файла';
42$lang['Help'] = 'Помощь';
43$lang['Configuration'] = 'Конфигурация';
44$lang['Album:'] = 'Альбом:';
45$lang['Can\'t upload file to galleries directory'] = 'Не удается загрузить файл в папку галереи';
46$lang['Choose a file'] = 'Выберите файл';
47$lang['Choose a thumbnail'] = 'Выберите миниатюру';
48$lang[': Check to overwrite files during upload if a file with the same name already exists.'] = ': Отметьте, чтобы перезаписать файлы во время загрузки, если файл с таким именем уже существует.';
49$lang['... or '] = '... или';
50$lang[': Check to open files in a new tab or download them depending on the extension.'] = ': Отметьте, чтобы открыть файлы в новой вкладке или загрузить их в зависимости от расширения.';
51?>
Note: See TracBrowser for help on using the repository browser.