Skip to content

Commit

Permalink
Update validation.php - timezone and boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
stojankukrika committed Feb 5, 2015
1 parent c0c691b commit 10d28a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bs/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"string" => "Polje :attribute mora biti izmedju :min - :max karaktera.",
"array" => "Polje :attribute mora biti između :min - :max karaktera."
),
"boolean" => "The :attribute field must be true or false",
"boolean" => "Polje :attribute mora biti tačno ili netačno",
"confirmed" => "Potvrda polja :attribute se ne poklapa.",
"date" => "Polje :attribute nema ispravan datum.",
"date_format" => "Polje :attribute nema odgovarajući format :format.",
Expand Down Expand Up @@ -67,7 +67,7 @@
"string" => "Polje :attribute mora biti :size karaktera.",
"array" => "Polje :attribute mora biti :size karaktera."
),
"timezone" => ":attribute mora biti ispravna vremenska zona.",
"timezone" => "Polje :attribute mora biti ispravna vremenska zona.",
"unique" => "Polje :attribute već postoji.",
"url" => "Format polja :attribute nije validan.",

Expand Down

0 comments on commit 10d28a0

Please sign in to comment.