2017-09-14 22:21:00 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2017-09-21 17:04:28 +03:00
|
|
|
'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',
|
|
|
|
'installed' => 'Installed',
|
|
|
|
'uninstalled' => 'Uninstalled',
|
|
|
|
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Click here</a> to get your API token.',
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2017-10-28 01:23:44 +03:00
|
|
|
'enabled' => ':module app enabled',
|
|
|
|
'disabled' => ':module app disabled',
|
2017-09-14 22:21:00 +03:00
|
|
|
|
|
|
|
'installation' => [
|
2017-09-21 17:04:28 +03:00
|
|
|
'header' => 'Module Installation',
|
|
|
|
'start' => ':module installing.',
|
|
|
|
'download' => 'Downloading :module file.',
|
|
|
|
'unzip' => 'Extracting :module files.',
|
|
|
|
'install' => 'Uploading :module files.',
|
2017-09-14 22:21:00 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
'history' => [
|
2017-09-21 17:04:28 +03:00
|
|
|
'installed' => ':module installed',
|
|
|
|
'uninstalled' => ':module uninstall',
|
|
|
|
'updated' => ':module updated',
|
|
|
|
'enabled' => ':module enabled',
|
|
|
|
'disabled' => ':module disabled',
|
2017-09-14 22:21:00 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
'button' => [
|
2017-09-21 17:04:28 +03:00
|
|
|
'uninstall' => 'Uninstall',
|
|
|
|
'disable' => 'Disable',
|
|
|
|
'enable' => 'Enable',
|
2017-09-14 22:21:00 +03:00
|
|
|
],
|
|
|
|
];
|