49 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'title'                 => 'Token API',
 | |
|     'api_token'             => 'Token',
 | |
|     'top_paid'              => 'Cel mai bine platit',
 | |
|     'new'                   => 'Nou',
 | |
|     'top_free'              => 'Top gratuit',
 | |
|     'free'                  => 'GRATUIT',
 | |
|     'search'                => 'Cauta',
 | |
|     'install'               => 'Instalează',
 | |
|     'buy_now'               => 'Cumpara acum',
 | |
|     'token_link'            => '<a href="https://akaunting.com/tokens" target="_blank">Click aici</a> pentru a obtine token API.',
 | |
|     'no_apps'               => 'Inca nu exista aplicatii in aceasta categorie.',
 | |
|     'developer'             => 'Esti un dezvoltator de aplicatii? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Aici</a> poti afla cum sa creezi o aplicatie si sa incepi sa vinzi astazi!',
 | |
| 
 | |
|     'about'                 => 'Despre',
 | |
| 
 | |
|     'added'                 => 'Adăugat',
 | |
|     'updated'               => 'Actualizat',
 | |
|     'compatibility'         => 'Compatibilitate',
 | |
| 
 | |
|     'installed'             => ':module instalat',
 | |
|     'uninstalled'           => ':module dezinstalat',
 | |
|     //'updated'               => ':module updated',
 | |
|     'enabled'               => ':module activat',
 | |
|     'disabled'              => ':module dezactivat',
 | |
| 
 | |
|     'tab' => [
 | |
|         'installation'      => 'Instalare',
 | |
|         'faq'               => 'Întrebări frecvente',
 | |
|         'changelog'         => 'Istoric modificări',
 | |
|     ],
 | |
| 
 | |
|     'installation' => [
 | |
|         'header'            => 'Instalare aplicatie',
 | |
|         'download'          => 'Descărcare fisier :module.',
 | |
|         'unzip'             => 'Dezarhivare fisiere :module.',
 | |
|         'install'           => 'Instalare fisiere :module.',
 | |
|     ],
 | |
| 
 | |
|     'button' => [
 | |
|         'uninstall'         => 'Dezinstalează',
 | |
|         'disable'           => 'Dezactivează',
 | |
|         'enable'            => 'Activează',
 | |
|     ],
 | |
| ];
 |