Small tweaks to semantics
Signed-off-by: Dejan Geci <dejan.geci@gmail.com>
This commit is contained in:
parent
38bf290ca7
commit
9fc53588e3
|
@ -14,6 +14,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'previous' => '« Nazad',
|
'previous' => '« Nazad',
|
||||||
'next' => 'Dalje »',
|
'next' => 'Napred »',
|
||||||
|
|
||||||
);
|
);
|
|
@ -36,7 +36,7 @@
|
||||||
"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.",
|
||||||
|
|
Loading…
Reference in New Issue