2018-01-13 15:25:25 +03:00
< ? php
return [
'title' => 'API-token' ,
'api_token' => 'Token' ,
2018-11-08 12:11:42 +03:00
'my_apps' => 'My Apps' ,
2018-01-13 15:25:25 +03:00
'top_paid' => 'Topp betalte' ,
'new' => 'Ny' ,
'top_free' => 'Topp gratis' ,
'free' => 'GRATIS' ,
2018-05-03 12:16:18 +03:00
'search' => 'Søk' ,
2018-01-13 15:25:25 +03:00
'install' => 'Installer' ,
'buy_now' => 'Kjøp nå' ,
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klikk her</a> for å få din API-token.' ,
'no_apps' => 'Det er ingen applikasjoner i denne kategorien ennå.' ,
'developer' => 'Er du en utvikler? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Her</a> kan du lære hvordan du lager en applikasjon for salg.' ,
2018-11-08 12:11:42 +03:00
'recommended_apps' => 'Recommended Apps' ,
2018-01-13 15:25:25 +03:00
'about' => 'Om' ,
'added' => 'Lagt til' ,
'updated' => 'Oppdatert' ,
'compatibility' => 'Kompatibilitet' ,
'installed' => ':module installert' ,
'uninstalled' => ':module avinstallert' ,
//'updated' => ':module updated',
'enabled' => ':module aktivert' ,
'disabled' => ':module deaktivert' ,
'tab' => [
'installation' => 'Installering' ,
'faq' => 'FAQ' ,
'changelog' => 'Endringslogg' ,
2018-11-08 12:11:42 +03:00
'reviews' => 'Reviews' ,
2018-01-13 15:25:25 +03:00
],
'installation' => [
'header' => 'Applikasjonsinstallering' ,
'download' => 'Laster ned :module.' ,
'unzip' => 'Pakker ut :module.' ,
2018-11-08 12:11:42 +03:00
'file_copy' => 'Copying :module files.' ,
'migrate' => 'Applying :module updates.' ,
'finish' => 'The update was successfully installed. You will be redirect Update Center.' ,
2018-01-13 15:25:25 +03:00
'install' => 'Installerer :module.' ,
],
2018-11-08 12:11:42 +03:00
'errors' => [
'download' => ':module can not download!' ,
'upload' => 'Downloaded :module can not saved!' ,
'unzip' => ':module can not unzip!' ,
'file_copy' => ':module files can not copy!' ,
'migrate' => ':module migrate broken!' ,
'migrate core' => ':module already latest version so then yon can not update.' ,
],
'badge' => [
'installed' => 'Installed' ,
],
2018-01-13 15:25:25 +03:00
'button' => [
'uninstall' => 'Avinstaller' ,
'disable' => 'Deaktiver' ,
'enable' => 'Aktiver' ,
],
2018-11-08 12:11:42 +03:00
'my' => [
'purchased' => 'Purchased' ,
'installed' => 'Installed' ,
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
2018-01-13 15:25:25 +03:00
];