-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathroles.php
executable file
·25 lines (25 loc) · 1.03 KB
/
roles.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: 2014-09-27 05:34+0000
// PO revision date: 2014-04-23 17:37+0000
$lang = array(
'description' => array(
'length' => 'O campo da descrição deve ter pelo entre 3 e 100 carateres.',
'required' => 'O campo Descrição é obrigatório.',
) ,
'name' => array(
'alpha_numeric' => 'O campo do nome só deve conter letras ou números.',
'length' => 'O campo do nome deve ter entre 2 e 30 carateres.',
'nomodify' => 'A Função do "Super Administrador" Não Pode Ser Modificada.',
'required' => 'É o campo Nome é obrigatório.',
) ,
'access_level' => array(
'numeric' => 'O campo do nível de acesso deve ter um número entre 0 e 100.',
'required' => 'O campo do nível de acesso deve ter um número entre 0 e 100.',
) ,
'permissions' => array(
'numeric' => 'O campo das permissões deve ter um número entre 0 e 100.',
) ,
);