21 lines
		
	
	
		
			677 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			677 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'recurring'             => 'Recurent',
 | |
|     'every'                 => 'Fiecare',
 | |
|     'period'                => 'Perioada',
 | |
|     'times'                 => 'Dati',
 | |
|     'daily'                 => 'Zilnic',
 | |
|     'weekly'                => 'Saptamanal',
 | |
|     'monthly'               => 'Lunar',
 | |
|     'yearly'                => 'Anual',
 | |
|     'custom'                => 'Personalizat',
 | |
|     'days'                  => 'Zi(le)',
 | |
|     'weeks'                 => 'Saptamana(i)',
 | |
|     'months'                => 'Luna(i)',
 | |
|     'years'                 => 'An(i)',
 | |
|     'message'               => 'Acesta este un :type recurent si urmatorul :type va fi generat pe :date',
 | |
| 
 | |
| ];
 |