85 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'api_key'               => 'API Key',
 | |
|     'my_apps'               => 'Manas programmas',
 | |
|     'pre_sale'              => 'Pre-Sale',
 | |
|     'top_paid'              => 'Top maksas',
 | |
|     'new'                   => 'Jaunas',
 | |
|     'top_free'              => 'Top bezmaksas',
 | |
|     'free'                  => 'BEZMAKSAS',
 | |
|     'search'                => 'Meklēt',
 | |
|     'install'               => 'Instalēt',
 | |
|     'buy_now'               => 'Pirkt tagad',
 | |
|     'get_api_key'           => '<a href=":url" target="_blank">Click here</a> to get your API key.',
 | |
|     'no_apps'               => 'Šajā kategorijā programmu vēl nav.',
 | |
|     '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'      => 'Recommended Apps',
 | |
| 
 | |
|     'about'                 => 'Par',
 | |
| 
 | |
|     'added'                 => 'Pievienots',
 | |
|     'updated'               => 'Atjaunināts',
 | |
|     'compatibility'         => 'Savietojamība',
 | |
|     'documentation'         => 'Documentation',
 | |
|     'view'                  => 'View',
 | |
|     'back'                  => 'Back',
 | |
| 
 | |
|     'installed'             => ':module instalēta',
 | |
|     'uninstalled'           => ':module atinstalēta',
 | |
|     //'updated'               => ':module updated',
 | |
|     'enabled'               => ':module iespējots',
 | |
|     'disabled'              => ':module atspējots',
 | |
| 
 | |
|     'tab' => [
 | |
|         'installation'      => 'Instalācija',
 | |
|         'faq'               => 'BUJ',
 | |
|         'changelog'         => 'Izmaiņas',
 | |
|         'reviews'           => 'Reviews',
 | |
|     ],
 | |
| 
 | |
|     'installation' => [
 | |
|         'header'            => 'Programmas instalācija',
 | |
|         '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'         => 'Instalēts',
 | |
|         'pre_sale'          => 'Pre-Sale',
 | |
|     ],
 | |
| 
 | |
|     'button' => [
 | |
|         'uninstall'         => 'Atinstalēt',
 | |
|         'disable'           => 'Atspējot',
 | |
|         'enable'            => 'Iespējot',
 | |
|     ],
 | |
| 
 | |
|     'my' => [
 | |
|         'purchased'         => 'Nopirkts',
 | |
|         'installed'         => 'Instalēts',
 | |
|     ],
 | |
| 
 | |
|     'reviews' => [
 | |
|         'button' => [
 | |
|             'add'           => 'Add a Review'
 | |
|         ],
 | |
| 
 | |
|         'na'                => 'There are no reviews.'
 | |
|     ],
 | |
| 
 | |
| ];
 |