added cs-CZ
This commit is contained in:
11
resources/lang/cs-CZ/customers.php
Normal file
11
resources/lang/cs-CZ/customers.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => 'Povolit přihlášení?',
|
||||
'user_created' => 'Uživatel vytvořen',
|
||||
|
||||
'error' => [
|
||||
'email' => 'Tato emailová adresa je už obsazena.'
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user