Init
This commit is contained in:
11
lang/sq/passwords.php
Normal file
11
lang/sq/passwords.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'reset' => 'Fjalëkalimi u ndryshua!',
|
||||
'sent' => 'Adresa për ndryshimin e fjalëkalimit u dërgua!',
|
||||
'throttled' => 'Ju lutemi prisni para se të provoni përsëri.',
|
||||
'token' => 'Ky tallon për ndryshimin e fjalëkalimit është i pasaktë.',
|
||||
'user' => 'Nuk mund të gjejmë një përdorues me atë adresë email-i.',
|
||||
];
|
||||
Reference in New Issue
Block a user