43 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'api_token'       => 'Token',
 | |
|     'enter_api_token' => 'Enter your API token',
 | |
|     'top_paid'        => 'Top Paid',
 | |
|     'new'             => 'New',
 | |
|     'top_free'        => 'Top Free',
 | |
|     'free'            => 'FREE',
 | |
|     'install'         => 'Install',
 | |
|     'buy_now'         => 'Buy Now',
 | |
|     'faq'             => 'FAQ',
 | |
|     'changelog'       => 'Changelog',
 | |
|     'installed'       => 'Changelog',
 | |
|     'uninstalled'     => 'Changelog',
 | |
| 
 | |
|     'enabled'  => ':module module enabled',
 | |
|     'disabled' => ':module module disabled',
 | |
| 
 | |
|     'installation' => [
 | |
|         'header'   => 'Module Installation',
 | |
|         'start'    => ':module installing.',
 | |
|         'download' => 'Downloading :module file.',
 | |
|         'unzip'    => 'Extracting :module files.',
 | |
|         'install'  => 'Uploading :module files.',
 | |
|     ],
 | |
| 
 | |
|     'history' => [
 | |
|         'installed'   => ':module installed',
 | |
|         'uninstalled' => ':module uninstall',
 | |
|         'updated'     => ':module updated',
 | |
|         'enabled'     => ':module enabled',
 | |
|         'disabled'    => ':module disabled',
 | |
|     ],
 | |
| 
 | |
|     'button' => [
 | |
|         'uninstall' => 'Uninstall',
 | |
|         'disable'   => 'Disable',
 | |
|         'enable'    => 'Enable',
 | |
|     ],
 | |
| ];
 |