source: extensions/Media_Icon/language/uk_UA/plugin.lang.php @ 24389

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

[media_icon] Update uk_UA, thanks to : animan

  • Property svn:executable set to *
File size: 4.5 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['Files supported: ppt, pptx and odp files'] = 'Підтримувані формати файлів: ppt, pptx and odp';
24$lang['Files supported: webm, webmv, ogv, m4v, flv, mp4'] = 'Підтримувані формати файлів: webm, webmv, ogv, m4v, flv, mp4';
25$lang['Files supported: xls, xlsx and ods'] = 'Підтримувані формати файлів: xls, xlsx and ods';
26$lang['Files supported: doc, docx and odt'] = 'Підтримувані формати файлів: doc, docx and odt';
27$lang['Files supported: mp3, ogg, oga, m4a, webma, fla, wav'] = 'Підтримувані формати файлів: mp3, ogg, oga, m4a, webma, fla, wav';
28$lang['Files supported: pdf'] = 'Підтримуваний формат файлу: pdf';
29$lang['Top left corner'] = 'Верхній лівий кут';
30$lang['Top right corner'] = 'Верхній правий кут';
31$lang['Video'] = 'Відео';
32$lang['Videos'] = 'Відео';
33$lang['Position'] = 'Розташування';
34$lang['Presentation'] = 'Презентація';
35$lang['Presentations'] = 'Презентації';
36$lang['Bottom left corner'] = 'Нижній лівий кут';
37$lang['Bottom right corner'] = 'Нижній правий кут';
38$lang['Folder color'] = 'Колір папки';
39$lang['Logo'] = 'Логотип';
40$lang['Spreadsheet'] = 'Таблиця';
41$lang['Spreadsheets'] = 'Таблиці';
42$lang['Music'] = 'Музика';
43$lang['Musics'] = 'Музика';
44$lang['Page'] = 'Сторінка';
45$lang['Style'] = 'Стиль';
46$lang['Document'] = 'Документ';
47$lang['Documents'] = 'Документи';
48$lang['Advanced options'] = 'Додаткові параметри';
49$lang['Folder'] = 'Папка';
50$lang['pdf'] = 'PDF';
51$lang['pdf files'] = 'PDF-файли';
52$lang['Wideo videos'] = 'Відео Wideo';
53$lang['Youtube'] = 'Youtube';
54$lang['Youtube videos'] = 'Відео Youtube';
55$lang['Wat'] = 'Wat';
56$lang['Wat videos'] = 'Відео Wat';
57$lang['Wideo'] = 'Wideo';
58$lang['Types of files you want to add an icon to:'] = 'Типи файлів, до яких ви хочете додати піктограму:';
59$lang['Vimeo'] = 'Vimeo';
60$lang['Vimeo videos'] = 'Відео Vimeo';
61$lang['Author website'] = 'Автор сайту';
62$lang['Click on submit to see changes.'] = 'Натисніть на підтвердити, щоб побачити зміни.';
63$lang['Cracked'] = 'Зламано';
64$lang['Credits'] = 'Кредити';
65$lang['Dailymotion'] = 'Dailymotion';
66$lang['Dailymotion videos'] = 'Відео Dailymotion';
67$lang['Donate'] = 'Пожертвувати';
68$lang['Download website'] = 'Завантажити сайт';
69$lang['Folder picture'] = 'Зображення папки';
70$lang['General'] = 'Загальні';
71$lang['Icon style:'] = 'Іконка стилю:';
72$lang['Information data registered in database'] = 'Інформація даних зареєстрована в базі даних';
73?>
Note: See TracBrowser for help on using the repository browser.