2017-09-14 22:21:00 +03:00
< ? php
return [
2019-11-16 10:21:14 +03:00
'api_key' => 'API Key' ,
2018-05-29 12:55:16 +03:00
'my_apps' => 'My Apps' ,
2019-01-30 18:39:39 +03:00
'pre_sale' => 'Pre-Sale' ,
2017-09-21 17:04:28 +03:00
'top_paid' => 'Top Paid' ,
'new' => 'New' ,
'top_free' => 'Top Free' ,
'free' => 'FREE' ,
'install' => 'Install' ,
'buy_now' => 'Buy Now' ,
2020-01-22 15:27:52 +03:00
'get_api_key' => '<a href=":url" target="_blank">Click here</a> to get your API key.' ,
2017-11-08 20:45:39 +03:00
'no_apps' => 'There are no apps in this category, yet.' ,
2019-12-28 16:22:32 +03:00
'become_developer' => 'Are you a developer? <a href=":url" target="_blank">Here</a> you can learn how to create an app and start selling today!' ,
2018-10-24 18:30:37 +03:00
'recommended_apps' => 'Recommended Apps' ,
2021-11-17 02:13:57 +03:00
'can_not_install' => 'You can not install :app app. </br> Beacuse monthly subscription just support <a href="https://akaunting.com/start" target="_blank">cloud</a>' ,
2018-10-24 18:30:37 +03:00
2017-12-07 00:49:39 +03:00
'about' => 'About' ,
'added' => 'Added' ,
'updated' => 'Updated' ,
'compatibility' => 'Compatibility' ,
2018-11-30 17:24:03 +03:00
'documentation' => 'Documentation' ,
'view' => 'View' ,
'back' => 'Back' ,
2017-12-07 00:49:39 +03:00
2021-06-25 12:05:59 +03:00
'installed' => ':module installed' ,
'uninstalled' => ':module uninstalled' ,
'updated_2' => ':module updated' ,
'enabled' => ':module enabled' ,
'disabled' => ':module disabled' ,
2017-09-14 22:21:00 +03:00
2017-11-03 09:42:46 +03:00
'tab' => [
'installation' => 'Installation' ,
'faq' => 'FAQ' ,
'changelog' => 'Changelog' ,
2019-11-16 10:21:14 +03:00
'reviews' => 'Reviews' ,
2017-11-03 09:42:46 +03:00
],
2017-09-14 22:21:00 +03:00
'installation' => [
2017-11-01 22:15:25 +03:00
'header' => 'App Installation' ,
2019-11-16 10:21:14 +03:00
'download' => 'Downloading :module' ,
'unzip' => 'Extracting :module files' ,
'file_copy' => 'Copying :module files' ,
'finish' => 'Finalizing :module installation' ,
2019-12-03 15:41:56 +03:00
'redirect' => ':module installed, redirecting to updates page' ,
2019-11-16 10:21:14 +03:00
'install' => 'Installing :module' ,
2017-09-14 22:21:00 +03:00
],
2018-09-27 17:08:00 +03:00
'errors' => [
2019-11-16 10:21:14 +03:00
'download' => 'Not able to download :module' ,
'zip' => 'Not able to create :module zip file' ,
'unzip' => 'Not able to unzip :module' ,
'file_copy' => 'Not able to copy :module files' ,
'finish' => 'Not able to finalize :module installation' ,
2018-09-27 17:08:00 +03:00
],
2018-05-28 16:46:52 +03:00
'badge' => [
2019-11-16 10:21:14 +03:00
'installed' => 'Installed' ,
'pre_sale' => 'Pre-Sale' ,
2018-05-28 16:46:52 +03:00
],
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
],
2018-05-29 12:55:16 +03:00
'my' => [
2019-11-16 10:21:14 +03:00
'purchased' => 'Purchased' ,
'installed' => 'Installed' ,
2018-05-29 12:55:16 +03:00
],
2018-09-14 12:17:25 +03:00
'reviews' => [
'button' => [
2019-11-16 10:21:14 +03:00
'add' => 'Add a Review'
2018-09-14 12:17:25 +03:00
],
2019-11-16 10:21:14 +03:00
'na' => 'There are no reviews.'
2019-12-28 16:22:32 +03:00
],
2017-09-14 22:21:00 +03:00
];