85 lines
3.0 KiB
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
2020-03-25 00:46:36 +03:00
'api_key' => 'API Key',
2018-08-06 10:25:41 +03:00
'my_apps' => 'Mijn Apps',
2019-03-07 16:37:05 +03:00
'pre_sale' => 'Pre-Sale',
2017-11-30 12:27:54 +03:00
'top_paid' => 'Top betaald',
'new' => 'Nieuw',
'top_free' => 'Top gratis',
'free' => 'GRATIS',
2018-08-06 10:25:41 +03:00
'search' => 'Zoeken',
'install' => 'Installeer',
2018-08-06 17:44:49 +03:00
'buy_now' => 'Nu kopen',
2020-03-25 00:46:36 +03:00
'get_api_key' => '<a href=":url" target="_blank">Click here</a> to get your API key.',
2018-08-06 17:44:49 +03:00
'no_apps' => 'Er zijn nog geen Apps in deze categorie beschikbaar.',
2020-03-25 00:46:36 +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-12-25 12:44:02 +03:00
'recommended_apps' => 'Aanbevolen Apps',
2018-11-08 12:11:42 +03:00
2018-08-06 10:25:41 +03:00
'about' => 'Over ons',
2018-03-06 17:05:58 +03:00
2018-08-06 10:25:41 +03:00
'added' => 'Toegevoegd',
'updated' => 'Bijgewerkt',
'compatibility' => 'Compatibiliteit',
2018-12-25 12:44:02 +03:00
'documentation' => 'Documentatie',
'view' => 'Weergave',
'back' => 'Terug',
2018-03-06 17:05:58 +03:00
2018-08-06 10:25:41 +03:00
'installed' => ':module geïnstalleerd',
'uninstalled' => ':module verwijderd',
2018-03-06 17:05:58 +03:00
//'updated' => ':module updated',
2018-08-06 10:25:41 +03:00
'enabled' => ':module ingeschakeld',
'disabled' => ':module uitgeschakeld',
2018-03-06 17:05:58 +03:00
'tab' => [
2018-08-06 10:25:41 +03:00
'installation' => 'Installatie',
2018-08-06 17:44:49 +03:00
'faq' => 'Veelgestelde vragen (FAQ)',
2018-08-06 10:25:41 +03:00
'changelog' => 'Wijzigingslogboek',
2020-03-25 00:46:36 +03:00
'reviews' => 'Beoordelingen',
2018-03-06 17:05:58 +03:00
],
2017-11-30 12:27:54 +03:00
'installation' => [
2018-08-06 10:25:41 +03:00
'header' => 'App installatie',
2020-03-25 00:46:36 +03:00
'download' => 'Downloading :module',
'unzip' => 'Extracting :module files',
'file_copy' => 'Copying :module files',
'finish' => 'Finalizing :module installation',
'redirect' => ':module installed, redirecting to updates page',
'install' => 'Installing :module',
2017-11-30 12:27:54 +03:00
],
2018-11-08 12:11:42 +03:00
'errors' => [
2020-03-25 00:46:36 +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-11-08 12:11:42 +03:00
],
2018-06-20 18:47:39 +03:00
'badge' => [
2020-03-25 00:46:36 +03:00
'installed' => 'Geïnstalleerd',
'pre_sale' => 'Pre-Sale',
2018-06-20 18:47:39 +03:00
],
2017-11-30 12:27:54 +03:00
'button' => [
'uninstall' => 'Verwijderen',
2018-08-06 10:25:41 +03:00
'disable' => 'Uitschakelen',
2017-11-30 12:27:54 +03:00
'enable' => 'Activeren',
],
2018-06-20 18:47:39 +03:00
'my' => [
2020-03-25 00:46:36 +03:00
'purchased' => 'Gekocht',
'installed' => 'Geïnstalleerd',
2018-06-20 18:47:39 +03:00
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
2020-03-25 00:46:36 +03:00
'add' => 'Voeg een Recensie toe'
2018-11-08 12:11:42 +03:00
],
2020-03-25 00:46:36 +03:00
'na' => 'Er zijn geen reviews.'
],
2017-11-30 12:27:54 +03:00
];