source: extensions/rv_gmaps/trunk/language/uk_UA/lang.php @ 27153

Last change on this file since 27153 was 27153, checked in by rvelices, 10 years ago

TEXT FILES ARE TEXT AND NOT BINARY
PHP FILES ARE NOT EXECUTABLE

File size: 2.9 KB
RevLine 
[13798]1<?php
2// +-----------------------------------------------------------------------+
[17323]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// +-----------------------------------------------------------------------+
[13798]23$lang['displays %s on a map'] = 'відображає %s на карті';
24$lang['displays all photos on a map'] = 'відображає всі фотографії на карті';
25$lang['Failed'] = 'Невдало';
26$lang['go to %s'] = 'перейти до %s';
27$lang['Go to'] = 'Перейти до';
28$lang['Link to this page'] = 'Посилання на цю сторінку';
29$lang['Loading'] = 'Завантаження';
30$lang['Map'] = 'Карта';
31$lang['More photos near this location'] = 'Ще фотографії біля цього місця';
32$lang['Next'] = 'Наступна';
33$lang['opens %s in Google Earth'] = 'відкриття %s у Google Планета Земля (повинна бути встановлена на вашому комп\'ютері)';
34$lang['out of %d'] = 'поза %d';
35$lang['Prev'] = 'Попередня';
36$lang['show all photos around this location'] = 'показати всі фотографії навколо цього місця';
37$lang['Show all'] = 'Показати все';
38$lang['Viewing'] = 'Перегляд';
[17323]39$lang['Geotag'] = 'Геотеґ';
40$lang['Geotagged'] = 'Геотеґи';
41$lang['Not geotagged'] = 'Не геотеґи';
[17754]42$lang['Latitude'] = 'Широта';
43$lang['Longitude'] = 'Довгота';
[21309]44$lang['World map'] = 'Мапа Світу';
[13798]45?>
Note: See TracBrowser for help on using the repository browser.