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['%d photos rejected'] = '%d фотографій відхилено'; |
---|
24 | $lang['%d photos uploaded by %s'] = '%d фотографій, завантажених %s'; |
---|
25 | $lang['%d photos uploaded into album "%s"'] = '%d фотографій завантажених в альбом "%s"'; |
---|
26 | $lang['%d photos validated'] = '%d фотографій перевірено'; |
---|
27 | $lang['%s (the group)'] = '%s (Група)'; |
---|
28 | $lang['%s (the user)'] = '%s(користувач)'; |
---|
29 | $lang['%u pending photos'] = '%u в очікування фотографій'; |
---|
30 | $lang['a group'] = 'група'; |
---|
31 | $lang['a specific user'] = 'конкретного користувача'; |
---|
32 | $lang['ability to create sub-albums'] = 'можливість створювати вкладені альбоми'; |
---|
33 | $lang['Add a permission'] = 'Додати дозвіл'; |
---|
34 | $lang['any registered user'] = 'будь-який зареєстрований користувач'; |
---|
35 | $lang['any visitor'] = 'будь-який відвідувач'; |
---|
36 | $lang['Cancel'] = 'Скасувати'; |
---|
37 | $lang['Delete permission'] = 'Вилучення дозволу'; |
---|
38 | $lang['Edit a permission'] = 'Зміна дозволу'; |
---|
39 | $lang['Hi administrators,'] = 'Привіт адміністратори,'; |
---|
40 | $lang['high trust'] = 'висока довіра'; |
---|
41 | $lang['Level 16'] = 'В очікуванні'; |
---|
42 | $lang['low trust'] = 'низький рівень довіри'; |
---|
43 | $lang['No album, this photo is orphan'] = 'Немає альбомів, ця фотографія сирота'; |
---|
44 | $lang['Pending Photos'] = 'В очікуванні фотографії'; |
---|
45 | $lang['Permission added'] = 'Дозвіл додано'; |
---|
46 | $lang['Permission removed'] = 'Дозвіл видалено'; |
---|
47 | $lang['Permission updated'] = 'Дозвіл оновлено'; |
---|
48 | $lang['Set Photo Properties'] = 'Встановити властивості фотографії'; |
---|
49 | $lang['sub-albums creation'] = 'створення вкладених альбомів'; |
---|
50 | $lang['The whole gallery'] = 'Вся галерея'; |
---|
51 | $lang['Upload Permissions'] = 'Дозвол завантажувати'; |
---|
52 | $lang['Upload your own photos'] = 'Завантажити свої фотографії'; |
---|
53 | $lang['uploaded photos are directly displayed in the gallery'] = 'завантажені фотографії безпосередньо відображаються в галереї'; |
---|
54 | $lang['uploaded photos must be validated by an administrator'] = 'завантажені фотографії повиненні бути перевірені адміністратором'; |
---|
55 | $lang['Validation page: %s'] = 'Перевірено сторінки: %s'; |
---|
56 | $lang['web size'] = 'веб-розмір'; |
---|
57 | $lang['Where?'] = 'Де?'; |
---|
58 | $lang['Which level of trust?'] = 'Який рівень довіри?'; |
---|
59 | $lang['Who?'] = 'Хто?'; |
---|
60 | $lang['Your photos are waiting for validation, administrators have been notified'] = 'Ваші фотографії чекають перевірки, адміністратори були повідомлені'; |
---|
61 | $lang['Zoom'] = 'Збільшити'; |
---|
62 | ?> |
---|