85 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'api_key'               => 'API Key',
 | |
|     'my_apps'               => 'Mijn Apps',
 | |
|     'pre_sale'              => 'Pre-Sale',
 | |
|     'top_paid'              => 'Top betaald',
 | |
|     'new'                   => 'Nieuw',
 | |
|     'top_free'              => 'Top gratis',
 | |
|     'free'                  => 'GRATIS',
 | |
|     'search'                => 'Zoeken',
 | |
|     'install'               => 'Installeer',
 | |
|     'buy_now'               => 'Nu kopen',
 | |
|     'get_api_key'           => '<a href=":url" target="_blank">Click here</a> to get your API key.',
 | |
|     'no_apps'               => 'Er zijn nog geen Apps in deze categorie beschikbaar.',
 | |
|     'become_developer'      => 'Are you a developer? <a href=":url" target="_blank">Here</a> you can learn how to create an app and start selling today!',
 | |
|     'recommended_apps'      => 'Aanbevolen Apps',
 | |
| 
 | |
|     'about'                 => 'Over ons',
 | |
| 
 | |
|     'added'                 => 'Toegevoegd',
 | |
|     'updated'               => 'Bijgewerkt',
 | |
|     'compatibility'         => 'Compatibiliteit',
 | |
|     'documentation'         => 'Documentatie',
 | |
|     'view'                  => 'Weergave',
 | |
|     'back'                  => 'Terug',
 | |
| 
 | |
|     'installed'             => ':module geïnstalleerd',
 | |
|     'uninstalled'           => ':module verwijderd',
 | |
|     //'updated'               => ':module updated',
 | |
|     'enabled'               => ':module ingeschakeld',
 | |
|     'disabled'              => ':module uitgeschakeld',
 | |
| 
 | |
|     'tab' => [
 | |
|         'installation'      => 'Installatie',
 | |
|         'faq'               => 'Veelgestelde vragen (FAQ)',
 | |
|         'changelog'         => 'Wijzigingslogboek',
 | |
|         'reviews'           => 'Beoordelingen',
 | |
|     ],
 | |
| 
 | |
|     'installation' => [
 | |
|         'header'            => 'App installatie',
 | |
|         'download'          => 'Downloading :module',
 | |
|         'unzip'             => 'Extracting :module files',
 | |
|         'file_copy'         => 'Copying :module files',
 | |
|         'finish'            => 'Finalizing :module installation',
 | |
|         'redirect'          => ':module installed, redirecting to updates page',
 | |
|         'install'           => 'Installing :module',
 | |
|     ],
 | |
| 
 | |
|     'errors' => [
 | |
|         'download'          => 'Not able to download :module',
 | |
|         'zip'               => 'Not able to create :module zip file',
 | |
|         'unzip'             => 'Not able to unzip :module',
 | |
|         'file_copy'         => 'Not able to copy :module files',
 | |
|         'finish'            => 'Not able to finalize :module installation',
 | |
|     ],
 | |
| 
 | |
|     'badge' => [
 | |
|         'installed'         => 'Geïnstalleerd',
 | |
|         'pre_sale'          => 'Pre-Sale',
 | |
|     ],
 | |
| 
 | |
|     'button' => [
 | |
|         'uninstall'         => 'Verwijderen',
 | |
|         'disable'           => 'Uitschakelen',
 | |
|         'enable'            => 'Activeren',
 | |
|     ],
 | |
| 
 | |
|     'my' => [
 | |
|         'purchased'         => 'Gekocht',
 | |
|         'installed'         => 'Geïnstalleerd',
 | |
|     ],
 | |
| 
 | |
|     'reviews' => [
 | |
|         'button' => [
 | |
|             'add'           => 'Voeg een Recensie toe'
 | |
|         ],
 | |
| 
 | |
|         'na'                => 'Er zijn geen reviews.'
 | |
|     ],
 | |
| 
 | |
| ];
 |