mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 12:46:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			504 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			504 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'model_label' => 'Planifier',
 | |
|     'model_label_plural' => 'Planifier',
 | |
|     'import' => [
 | |
|         'file' => 'Fichier',
 | |
|         'url' => 'URL',
 | |
|         'schedule_help' => 'Ceci doit être le fichier .json brut ( schedule-daily-restart.json )',
 | |
|         'url_help' => 'Les URL doivent pointer directement vers le fichier .json brut',
 | |
|         'add_url' => 'Nouvelle URL',
 | |
|         'import_failed' => 'Échec de l\'importation',
 | |
|         'import_success' => 'Importation réussie',
 | |
|     ],
 | |
| ];
 | 
