21 lines
		
	
	
		
			695 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			695 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'recurring'             => 'Periodik',
 | |
|     'every'                 => 'Çdo',
 | |
|     'period'                => 'Periudhë',
 | |
|     'times'                 => 'Kohët',
 | |
|     'daily'                 => 'Ditore',
 | |
|     'weekly'                => 'Javore',
 | |
|     'monthly'               => 'Mujore',
 | |
|     'yearly'                => 'Vjetore',
 | |
|     'custom'                => 'Special',
 | |
|     'days'                  => 'Ditë(t)',
 | |
|     'weeks'                 => 'Javë(t)',
 | |
|     'months'                => 'Muaj(t)',
 | |
|     'years'                 => 'Vit(e)',
 | |
|     'message'               => 'Ky është një :type i periodik dhe :type i ardhshëm do të gjenerohet automatikisht në :date',
 | |
| 
 | |
| ];
 |