forked from ushahidi/Ushahidi-Localizations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayer.php
executable file
·25 lines (25 loc) · 1.04 KB
/
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:11+0000
// PO revision date: 2012-07-12 21:40+0000
$lang = array(
'layer_color' => array(
'length' => 'O campo cor deve ter 6 caracteres.',
'required' => 'É necessário escolher uma cor.',
) ,
'layer_file' => array(
'type' => 'O campo arquivo parece não conter um arquivo válido. Os únicos formatos aceitos são .KMZ e .KML.',
'valid' => 'O campo arquivo parece não conter um arquivo válido.',
) ,
'layer_name' => array(
'length' => 'O campo nome deve ter pelo menos 3 e no máximo 80 caracteres.',
'required' => 'É necessário fornecer o nome do campo.',
) ,
'layer_url' => array(
'atleast' => 'É necessário fornecer uma URL ou um arquivo KML.',
'both' => 'Não é possível fornecer ambos, URL e arquivo KML.',
'url' => 'Forneça uma URL válida. Exemplo: http://www.ushahidi.com/layerl.kml',
) ,
);