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['Metadata - Plugin meta'] = 'Метадані - Плаґін meta'; |
---|
24 | $lang['meta_author'] = 'Опис meta author'; |
---|
25 | $lang['meta_author_help'] = 'Інформація про автора<br> |
---|
26 | Інформація про автора сайту'; |
---|
27 | $lang['meta_choix'] = 'Редагувати метадані'; |
---|
28 | $lang['meta_compcatdeshelp'] = 'Замінить всі описи'; |
---|
29 | $lang['meta_compcatdes'] = 'Опис альбому, щоб замінити'; |
---|
30 | $lang['meta_compcat'] = 'Ключові слова альбому, який завершений'; |
---|
31 | $lang['meta_compimgdes'] = 'Опис зображення для заміни'; |
---|
32 | $lang['meta_compimg'] = 'Ключові слова зображень повинні бути завершені'; |
---|
33 | $lang['meta_comp'] = 'Метадані, які додані'; |
---|
34 | $lang['meta_description'] = 'Опис meta Description'; |
---|
35 | $lang['meta_Description_help'] = 'Опис вашого сайту<br> |
---|
36 | Дозволяє додати інформацію розміщувати в результатах пошуку'; |
---|
37 | $lang['meta_desh3'] = 'Додати мета для всіх сторінок'; |
---|
38 | $lang['meta_diff_val'] = 'Можливі значення'; |
---|
39 | $lang['meta_inscat'] = 'Додати метадані'; |
---|
40 | $lang['meta_insmeta'] = 'Додайте метадані'; |
---|
41 | $lang['meta_keywords'] = 'Опис meta keywords'; |
---|
42 | $lang['meta_keywords_help'] = '"Ключове слово, ключове слово, і т.д."<br> |
---|
43 | Ключові слова, що описують веб-сторінку. (Відокремлено комою)'; |
---|
44 | $lang['meta_list'] = 'Метадані:'; |
---|
45 | $lang['meta_name'] = 'Ім\'я метаданих'; |
---|
46 | $lang['meta_onglet_description'] = 'Опис метаданих'; |
---|
47 | $lang['meta_onglet_gestion'] = 'Метадані'; |
---|
48 | $lang['meta_robots'] = 'Опис meta robots'; |
---|
49 | $lang['meta_robots_help'] = 'all : Дозволяє роботові посилання на всі сторінки (за замовчуванням)<br> |
---|
50 | follow : Дозволяє роботові йти за зв\'язками сторінки<br> |
---|
51 | index : Дозволяє роботу індексувати сторінку<br> |
---|
52 | nofollow : Заборона роботу слідувати за посиланнями <br> |
---|
53 | noindex : Заборона роботу індексувати сторінку<br> |
---|
54 | none : Заборонити роботу проводити індексацію сайту<br>'; |
---|
55 | $lang['meta_select2'] = 'Виберіть метадані'; |
---|
56 | $lang['meta_select'] = 'Виберіть метадані, які можна редагувати'; |
---|
57 | ?> |
---|