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

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

[media_icon] Add uk_UA, thanks to : tb0hdan

  • Property svn:executable set to *
File size: 3.3 KB
RevLine 
[23865]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?>
Note: See TracBrowser for help on using the repository browser.