84 lines
2.8 KiB
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
2019-11-16 10:21:14 +03:00
'api_key' => 'API Key',
'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!',
'recommended_apps' => 'Recommended Apps',
2017-12-07 00:49:39 +03:00
'about' => 'About',
'added' => 'Added',
'updated' => 'Updated',
'compatibility' => 'Compatibility',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
2017-12-07 00:49:39 +03:00
2017-11-01 22:15:25 +03:00
'installed' => ':module installed',
'uninstalled' => ':module uninstalled',
2017-12-11 14:03:15 +03:00
//'updated' => ':module updated',
2017-11-01 22:15:25 +03:00
'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
],
'my' => [
2019-11-16 10:21:14 +03:00
'purchased' => 'Purchased',
'installed' => 'Installed',
],
'reviews' => [
'button' => [
2019-11-16 10:21:14 +03:00
'add' => 'Add a Review'
],
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
];