-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathlayer.php
25 lines (25 loc) · 1005 Bytes
/
layer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php defined('SYSPATH') OR die('No direct access allowed.');
// DO NOT EDIT
// This file is automatically generated from the matching PO file
// Updates should be made through Transifex
// I18n generated at: 2012-12-09 06:10+0000
// PO revision date: 2012-10-25 22:42+0000
$lang = array(
'layer_color' => array(
'length' => 'Označeno polje ',
'required' => 'Označeno polje mora imati 6 znakova.',
) ,
'layer_file' => array(
'type' => 'Polje datoteke ne pokazuje da sadrži važeći dokument. Jedini prihvaćeni formati su .KMZ i .KML ',
'valid' => 'Polje datoteke ne pokazuje da sadrži važeći dokument. ',
) ,
'layer_name' => array(
'length' => 'Naziv polja mora da sadrži najmanje 3 i ne više od 80 znakova. ',
'required' => 'Naziv polja je potreban.',
) ,
'layer_url' => array(
'atleast' => 'Obavezan KML URL ili fajl.',
'both' => 'Ne možete imati oboje i KML dokument i URL. ',
'url' => 'Molim unesite važeći URL, npr. http://www.ushahidi.com/layerl.kml ',
) ,
);