forked from ushahidi/Ushahidi-Localizations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreporters.php
executable file
·28 lines (28 loc) · 1.17 KB
/
reporters.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
26
27
28
<?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:48+0000
$lang = array(
'latitude' => array(
'between' => 'O campo latitude parece não conter uma latitude válida.',
'required' => 'O campo latitude é obrigatório. Por favor clique no mapa para mapear a posição.',
) ,
'level_id' => array(
'numeric' => 'O campo Nível Repórter parece não conter um Nível válido? ',
'required' => 'O campo Nível Repórter parece não conter um Nível válido? ',
) ,
'location_name' => array(
'length' => 'O campo localização precisa ter no mínimo 3 e no máximo 200 caracteres.',
'required' => 'O campo localização é obrigatório.',
) ,
'longitude' => array(
'between' => 'O campo longitude não parece conter uma longitude válida.',
'required' => 'O campo longitude é obrigatório. Por favor clique no mapa para mapear a localização.',
) ,
'reporter_id' => array(
'numeric' => 'Repórter Inválido',
'required' => 'Repórter Inválido',
) ,
);