znt/module/store/lang/en.php

30 lines
1.4 KiB
PHP

<?php
$lang->store->appType = 'Category';
$lang->store->appVersion = 'Version';
$lang->store->releaseDate = 'Release Date';
$lang->store->author = 'Publisher';
$lang->store->empty = 'No components found.';
$lang->store->install = 'Install';
$lang->store->customInstall = 'Custom Install';
$lang->store->searchApp = 'Search components...';
$lang->store->testChannel = 'Beta Version';
$lang->store->stableChannel = 'Stable Version';
$lang->store->appBasicInfo = 'Basic Info';
$lang->store->screenshots = 'Screenshots';
$lang->store->appDynamic = 'Updates';
$lang->store->noDynamicArticle = 'No updates yet.';
$lang->store->noScreenshot = 'No screenshots available.';
$lang->store->cloudStore = 'Marketplace';
$lang->store->browse = 'Marketplace';
$lang->store->appView = 'Component Details';
$lang->store->support = 'Support';
$lang->store->gitUrl = 'Git Repository';
$lang->store->dockerfileUrl = 'Dockerfile';
$lang->store->forumUrl = 'Forum';
$lang->store->alreadyInstalled = 'This component is already installed. Continue with installation?';
$lang->store->featureBar['browse']['id'] = 'Default';
$lang->store->featureBar['browse']['create_time'] = 'Recently Added';
$lang->store->featureBar['browse']['update_time'] = 'Recently updated';