26 lines
804 B
PHP
26 lines
804 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' => 'mercado complementario',
|
|
'marketing_show' => 'detalles del complemento',
|
|
'set_token' => 'Establecer ficha',
|
|
'get_token' => 'Obtener token',
|
|
'download_count' => 'recuento de descargas',
|
|
'last_update' => 'última actualización',
|
|
'text_version' => 'versión',
|
|
'text_compatibility' => 'compatibilidad',
|
|
'text_author' => 'autor del complemento',
|
|
'download_plugin' => 'descargar complemento',
|
|
'download_description' => 'Descripción del complemento',
|
|
'text_free' => 'gratis',
|
|
];
|