36 lines
1.2 KiB
PHP
36 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'title' => 'API Token',
|
|
'api_token' => 'Token',
|
|
'top_paid' => 'Top Paid',
|
|
'new' => 'New',
|
|
'top_free' => 'Top Free',
|
|
'free' => 'FREE',
|
|
'install' => 'Install',
|
|
'buy_now' => 'Buy Now',
|
|
'faq' => 'FAQ',
|
|
'changelog' => 'Changelog',
|
|
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Click here</a> to get your API token.',
|
|
|
|
'installed' => ':module installed',
|
|
'uninstalled' => ':module uninstalled',
|
|
'updated' => ':module updated',
|
|
'enabled' => ':module enabled',
|
|
'disabled' => ':module disabled',
|
|
|
|
'installation' => [
|
|
'header' => 'App Installation',
|
|
'download' => 'Downloading :module file.',
|
|
'unzip' => 'Extracting :module files.',
|
|
'install' => 'Installing :module files.',
|
|
],
|
|
|
|
'button' => [
|
|
'uninstall' => 'Uninstall',
|
|
'disable' => 'Disable',
|
|
'enable' => 'Enable',
|
|
],
|
|
];
|