26 lines
753 B
PHP
26 lines
753 B
PHP
<?php
|
|
/**
|
|
* header.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 19:03:19
|
|
* @modified 2022-08-02 19:03:19
|
|
*/
|
|
|
|
return [
|
|
'marketing_list' => 'Plug-in-Markt',
|
|
'marketing_show' => 'Plug-in-Details',
|
|
'set_token' => 'Token setzen',
|
|
'get_token' => 'Token abrufen',
|
|
'download_count' => 'Download-Zähler',
|
|
'last_update' => 'letzte Aktualisierung',
|
|
'text_version' => 'Version',
|
|
'text_compatibility' => 'Kompatibilität',
|
|
'text_author' => 'Plugin-Autor',
|
|
'download_plugin' => 'Plugin herunterladen',
|
|
'download_description' => 'Plugin-Beschreibung',
|
|
'text_free' => 'kostenlos',
|
|
];
|