85 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'api_key'               => 'API nyckel',
 | |
|     'my_apps'               => 'Mina appar',
 | |
|     'pre_sale'              => 'Pre-Sale',
 | |
|     'top_paid'              => 'Bästa betal',
 | |
|     'new'                   => 'Nytt',
 | |
|     'top_free'              => 'Bästa gratis',
 | |
|     'free'                  => 'Fri',
 | |
|     'search'                => 'Sök',
 | |
|     'install'               => 'Installera',
 | |
|     'buy_now'               => 'Köp nu',
 | |
|     'get_api_key'           => '<a href=":url" target="_blank">Klicka här</a> för att få din API-nyckel.',
 | |
|     'no_apps'               => 'Det finns inga appar i den här kategorin ännu.',
 | |
|     'become_developer'      => 'Är du utvecklare? <a href=":url" target="_blank">Här</a> kan du lära dig att skapa en app och börja sälja idag!',
 | |
|     'recommended_apps'      => 'Rekommenderade appar',
 | |
| 
 | |
|     'about'                 => 'Om',
 | |
| 
 | |
|     'added'                 => 'Tillagd',
 | |
|     'updated'               => 'Uppdaterad',
 | |
|     'compatibility'         => 'Kompatibilitet',
 | |
|     'documentation'         => 'Dokumentation',
 | |
|     'view'                  => 'Visa',
 | |
|     'back'                  => 'Tillbaka',
 | |
| 
 | |
|     'installed'             => ':module installerad',
 | |
|     'uninstalled'           => ':module avinstallerad',
 | |
|     //'updated'               => ':module updated',
 | |
|     'enabled'               => ':module aktiverad',
 | |
|     'disabled'              => ':module inaktiverad',
 | |
| 
 | |
|     'tab' => [
 | |
|         'installation'      => 'Installation',
 | |
|         'faq'               => 'Vanliga frågor',
 | |
|         'changelog'         => 'Ändringslog',
 | |
|         'reviews'           => 'Recensioner',
 | |
|     ],
 | |
| 
 | |
|     'installation' => [
 | |
|         'header'            => 'App-Installation',
 | |
|         'download'          => 'Laddar ner :module',
 | |
|         'unzip'             => 'Extraherar :module filer',
 | |
|         'file_copy'         => 'Kopierar :module filer',
 | |
|         'finish'            => 'Slutför :module installation',
 | |
|         'redirect'          => ':module installerad, omdirigerar till uppdateringssidan',
 | |
|         'install'           => 'Installerar :module',
 | |
|     ],
 | |
| 
 | |
|     'errors' => [
 | |
|         'download'          => 'Kan inte ladda ner :module',
 | |
|         'zip'               => 'Kan inte skapa :module zip-fil',
 | |
|         'unzip'             => 'Kan inte packa upp :module',
 | |
|         'file_copy'         => 'Kan inte kopiera :module filer',
 | |
|         'finish'            => 'Kan inte slutföra :module installation',
 | |
|     ],
 | |
| 
 | |
|     'badge' => [
 | |
|         'installed'         => 'Installerad',
 | |
|         'pre_sale'          => 'Pre-Sale',
 | |
|     ],
 | |
| 
 | |
|     'button' => [
 | |
|         'uninstall'         => 'Avinstallera',
 | |
|         'disable'           => 'Inaktivera',
 | |
|         'enable'            => 'Aktivera',
 | |
|     ],
 | |
| 
 | |
|     'my' => [
 | |
|         'purchased'         => 'Köpt',
 | |
|         'installed'         => 'Installerad',
 | |
|     ],
 | |
| 
 | |
|     'reviews' => [
 | |
|         'button' => [
 | |
|             'add'           => 'Lägg till en recension'
 | |
|         ],
 | |
| 
 | |
|         'na'                => 'Det finns inga recensioner.'
 | |
|     ],
 | |
| 
 | |
| ];
 |