Small tweaks to semantics
Signed-off-by: Dejan Geci <dejan.geci@gmail.com>
This commit is contained in:
@@ -14,6 +14,6 @@ return array(
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
'previous' => '« Nazad',
|
'previous' => '« Nazad',
|
||||||
'next' => 'Dalje »',
|
'next' => 'Napred »',
|
||||||
|
|
||||||
);
|
);
|
||||||
@@ -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.",
|
||||||
|
|||||||
Reference in New Issue
Block a user