mirror of https://github.com/pixelfed/pixelfed
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
 | 
						|
    /*
 | 
						|
    |--------------------------------------------------------------------------
 | 
						|
    | Password Reset Language Lines
 | 
						|
    |--------------------------------------------------------------------------
 | 
						|
    |
 | 
						|
    | The following language lines are the default lines which match reasons
 | 
						|
    | that are given by the password broker for a password update attempt
 | 
						|
    | has failed, such as for an invalid token or invalid new password.
 | 
						|
    |
 | 
						|
    */
 | 
						|
 | 
						|
    'password' => 'ينبغي أن يكون طول الكلمة السرية أزيَد مِن ستة حروف و تكون نفسها متطابقة.',
 | 
						|
    'reset'    => 'تم إعادة تعيين كلمتك السرية!',
 | 
						|
    'sent'     => 'لقد قمنا بإرسال رسالة مع رابط لإعادة تعيين الكلمة السرية!',
 | 
						|
    'token'    => 'رمز إعادة تعيين الكلمة السرية هذا لم يعد صالحًا.',
 | 
						|
    'user'     => "تعذّر علينا العثور على مستخدِم له عنوان البريد الإلكتروني هذا.",
 | 
						|
 | 
						|
];
 |