Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
aa902def
Commit
aa902def
authored
Oct 20, 2012
by
Jason Lewis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1367 from vFragosop/language/pt/consistence
Improving consistence of portuguese validation message
parents
301c61fb
043bd4ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
validation.php
application/language/pt/validation.php
+4
-4
No files found.
application/language/pt/validation.php
View file @
aa902def
...
...
@@ -32,11 +32,11 @@ return array(
),
"confirmed"
=>
"O :attribute confirmação não coincide."
,
"different"
=>
"O :attribute e :other devem ser diferentes."
,
"email"
=>
"O :attribute não é um e-mail válido"
,
"email"
=>
"O :attribute não é um e-mail válido
.
"
,
"exists"
=>
"O :attribute selecionado é inválido."
,
"image"
=>
"O :attribute deve ser uma imagem."
,
"in"
=>
"O :attribute selecionado é inválido."
,
"integer"
=>
"O :attribute deve ser um inteiro"
,
"integer"
=>
"O :attribute deve ser um inteiro
.
"
,
"ip"
=>
"O :attribute deve ser um endereço IP válido."
,
"match"
=>
"O formato :attribute é inválido."
,
"max"
=>
array
(
...
...
@@ -53,13 +53,13 @@ return array(
"not_in"
=>
"O :attribute selecionado é inválido."
,
"numeric"
=>
"O :attribute deve ser um número."
,
"required"
=>
"O campo :attribute deve ser preenchido."
,
"same"
=>
"O :attribute e :other devem ser iguais"
,
"same"
=>
"O :attribute e :other devem ser iguais
.
"
,
"size"
=>
array
(
"numeric"
=>
"O :attribute deve ser :size."
,
"file"
=>
"O :attribute deve ter :size kilobyte."
,
"string"
=>
"O :attribute deve ter :size caracteres."
,
),
"unique"
=>
"
O :attribute já existe
"
,
"unique"
=>
"
Este :attribute já existe.
"
,
"url"
=>
"O formato :attribute é inválido."
,
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment