From 043bd4ee041eac3661ad6672ed71bf594cf1bc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vini=CC=81cius=20Fragoso?= Date: Thu, 18 Oct 2012 18:25:17 -0300 Subject: [PATCH] Improving consistence of pt validations --- application/language/pt/validation.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/language/pt/validation.php b/application/language/pt/validation.php index 6e98fb59..d69fc70c 100644 --- a/application/language/pt/validation.php +++ b/application/language/pt/validation.php @@ -32,11 +32,11 @@ ), "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 @@ "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.", /*