Commit 9fc53588 by Dejan Geci

Small tweaks to semantics

Signed-off-by: Dejan Geci <dejan.geci@gmail.com>
parent 38bf290c
...@@ -14,6 +14,6 @@ return array( ...@@ -14,6 +14,6 @@ return array(
*/ */
'previous' => '&laquo; Nazad', 'previous' => '&laquo; Nazad',
'next' => 'Dalje &raquo;', 'next' => 'Napred &raquo;',
); );
\ No newline at end of file
...@@ -36,7 +36,7 @@ return array( ...@@ -36,7 +36,7 @@ return array(
"countbetween" => "Polje :attribute mora imati izmedju :min i :max odabranih elemenata.", "countbetween" => "Polje :attribute mora imati izmedju :min i :max odabranih elemenata.",
"countmax" => "Polje :attribute mora imati manje od :max odabranih elemenata.", "countmax" => "Polje :attribute mora imati manje od :max odabranih elemenata.",
"countmin" => "Polje :attribute mora imati najmanje :min odabranih elemenata.", "countmin" => "Polje :attribute mora imati najmanje :min odabranih elemenata.",
"different" => "Polja :attribute i :other moraju biti različiti.", "different" => "Polja :attribute i :other moraju biti različita.",
"email" => "Format polja :attribute nije validan.", "email" => "Format polja :attribute nije validan.",
"exists" => "Odabrano polje :attribute nije validno.", "exists" => "Odabrano polje :attribute nije validno.",
"image" => "Polje :attribute mora biti slika.", "image" => "Polje :attribute mora biti slika.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment