85 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'api_key'               => 'API Key',
 | |
|     'my_apps'               => 'Aplikacionet e Mia',
 | |
|     'pre_sale'              => 'Para Shitjet',
 | |
|     'top_paid'              => 'Më të paguarat',
 | |
|     'new'                   => 'I ri',
 | |
|     'top_free'              => 'Më të mirët Falas',
 | |
|     'free'                  => 'FALAS',
 | |
|     'search'                => 'Kërko',
 | |
|     'install'               => 'Instalo',
 | |
|     'buy_now'               => 'Bli Tani',
 | |
|     'api_key_link'          => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">Click here</a> to get your API key.',
 | |
|     'no_apps'               => 'Në këtë kategori akoma nuk ka aplikacione.',
 | |
|     'developer'             => 'Are you a developer? <a href="https://akaunting.com/developers" target="_blank">Here</a> you can learn how to create an app and start selling today!',
 | |
| 
 | |
|     'recommended_apps'      => 'Aplikacionet e Rekomanduara',
 | |
| 
 | |
|     'about'                 => 'Rreth nesh',
 | |
| 
 | |
|     'added'                 => 'Shtuar',
 | |
|     'updated'               => 'Përditësuar',
 | |
|     'compatibility'         => 'Pajtueshmëri',
 | |
|     'documentation'         => 'Dokumentacioni',
 | |
|     'view'                  => 'Pamje',
 | |
|     'back'                  => 'Mbrapa',
 | |
| 
 | |
|     'installed'             => ':module instaluar',
 | |
|     'uninstalled'           => ':module çinstaluar',
 | |
|     //'updated'               => ':module updated',
 | |
|     'enabled'               => ':module i aktivizuar',
 | |
|     'disabled'              => ':module i çaktivizuar',
 | |
| 
 | |
|     'tab' => [
 | |
|         'installation'      => 'Instalim',
 | |
|         'faq'               => 'Pyetësori',
 | |
|         'changelog'         => 'Ndryshimet',
 | |
|         'reviews'           => 'Shqyrtimet',
 | |
|     ],
 | |
| 
 | |
|     'installation' => [
 | |
|         'header'            => 'Instalim Aplikacioni',
 | |
|         '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'         => 'Instaluar',
 | |
|         'pre_sale'          => 'Para Shitjet',
 | |
|     ],
 | |
| 
 | |
|     'button' => [
 | |
|         'uninstall'         => 'Çinstalo',
 | |
|         'disable'           => 'Çaktivizo',
 | |
|         'enable'            => 'Aktivizo',
 | |
|     ],
 | |
| 
 | |
|     'my' => [
 | |
|         'purchased'         => 'Blerë',
 | |
|         'installed'         => 'Instaluar',
 | |
|     ],
 | |
| 
 | |
|     'reviews' => [
 | |
|         'button' => [
 | |
|             'add'           => 'Shto një Shqyrtim'
 | |
|         ],
 | |
| 
 | |
|         'na'                => 'Nuk ka shqyrtime.'
 | |
|     ]
 | |
| ];
 |