85 lines
3.0 KiB
PHP
Raw Normal View History

2017-10-09 14:56:08 +03:00
<?php
return [
2019-12-25 14:32:47 +03:00
'api_key' => 'API Key',
2018-06-20 18:47:39 +03:00
'my_apps' => 'Aplikacionet e Mia',
2019-03-07 16:37:05 +03:00
'pre_sale' => 'Para Shitjet',
2017-10-09 14:56:08 +03:00
'top_paid' => 'Më të paguarat',
'new' => 'I ri',
'top_free' => 'Më të mirët Falas',
'free' => 'FALAS',
2018-05-21 20:12:12 +03:00
'search' => 'Kërko',
2017-10-09 14:56:08 +03:00
'install' => 'Instalo',
'buy_now' => 'Bli Tani',
2019-12-25 14:32:47 +03:00
'api_key_link' => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">Click here</a> to get your API key.',
2017-12-18 18:13:02 +03:00
'no_apps' => 'Në këtë kategori akoma nuk ka aplikacione.',
2019-12-25 14:32:47 +03:00
'developer' => 'Are you a developer? <a href="https://akaunting.com/developers" target="_blank">Here</a> you can learn how to create an app and start selling today!',
2017-10-09 14:56:08 +03:00
2018-11-16 16:02:06 +03:00
'recommended_apps' => 'Aplikacionet e Rekomanduara',
2018-11-08 12:11:42 +03:00
2017-12-18 18:13:02 +03:00
'about' => 'Rreth nesh',
'added' => 'Shtuar',
'updated' => 'Përditësuar',
'compatibility' => 'Pajtueshmëri',
2018-12-11 16:47:45 +03:00
'documentation' => 'Dokumentacioni',
'view' => 'Pamje',
'back' => 'Mbrapa',
2017-12-18 18:13:02 +03:00
'installed' => ':module instaluar',
'uninstalled' => ':module çinstaluar',
//'updated' => ':module updated',
'enabled' => ':module i aktivizuar',
'disabled' => ':module i çaktivizuar',
2017-10-09 14:56:08 +03:00
2017-12-18 18:13:02 +03:00
'tab' => [
'installation' => 'Instalim',
'faq' => 'Pyetësori',
'changelog' => 'Ndryshimet',
2019-12-25 14:32:47 +03:00
'reviews' => 'Shqyrtimet',
2017-12-18 18:13:02 +03:00
],
2017-10-09 14:56:08 +03:00
'installation' => [
2017-12-18 18:13:02 +03:00
'header' => 'Instalim Aplikacioni',
2019-12-25 14:32:47 +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-10-09 14:56:08 +03:00
],
2018-11-08 12:11:42 +03:00
'errors' => [
2019-12-25 14:32:47 +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' => [
2019-12-25 14:32:47 +03:00
'installed' => 'Instaluar',
'pre_sale' => 'Para Shitjet',
2018-06-20 18:47:39 +03:00
],
2017-10-09 14:56:08 +03:00
'button' => [
'uninstall' => 'Çinstalo',
'disable' => 'Çaktivizo',
'enable' => 'Aktivizo',
],
2018-06-20 18:47:39 +03:00
'my' => [
2019-12-25 14:32:47 +03:00
'purchased' => 'Blerë',
'installed' => 'Instaluar',
2018-06-20 18:47:39 +03:00
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
2019-12-25 14:32:47 +03:00
'add' => 'Shto një Shqyrtim'
2018-11-08 12:11:42 +03:00
],
2019-12-25 14:32:47 +03:00
'na' => 'Nuk ka shqyrtime.'
2018-11-08 12:11:42 +03:00
]
2017-10-09 14:56:08 +03:00
];