2018-11-08 12:11:42 +03:00

81 lines
2.8 KiB
PHP

<?php
return [
'title' => 'API-token',
'api_token' => 'Token',
'my_apps' => 'My Apps',
'top_paid' => 'Topp betalte',
'new' => 'Ny',
'top_free' => 'Topp gratis',
'free' => 'GRATIS',
'search' => 'Søk',
'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.',
'recommended_apps' => 'Recommended Apps',
'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',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'Applikasjonsinstallering',
'download' => 'Laster ned :module.',
'unzip' => 'Pakker ut :module.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'Installerer :module.',
],
'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',
],
'button' => [
'uninstall' => 'Avinstaller',
'disable' => 'Deaktiver',
'enable' => 'Aktiver',
],
'my' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];