Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/zt/zt.mod_ads.php
<?php
/**
* @version: 2.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( https://www.elxis.org )
* @copyright: (C) 2006-2022 Elxis.org. All rights reserved.
* @description: zt-CN (Chinese traditional - China) language for module Advertisements
* @license: Elxis public license https://www.elxis.org/elxis-public-license.html
* @translator: Chong-Bing Liu ( http://www.filemaker.bz )
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/

defined('_ELXIS_') or die ('Direct access to this location is not allowed.');


$_lang = array();
$_lang['MOD_ADS_TITLE'] = '所有廣告';
$_lang['ADVERTISEMENT'] = '廣告';
$_lang['SOURCE'] = '來源';
$_lang['SOURCE_DESC'] = '選擇廣告來源';
$_lang['TEXT'] = '文字';
$_lang['ADS_TEXT_DESC'] = '廣告文字, 您可提供1個以上用來隨機選擇.';
$_lang['ADS_IMAGE_DESC'] = '選擇圖片作為廣告. 此位置應放在 media/images/{multisite/}ads/ 路徑 multisite 是子網站的關鍵字.';
$_lang['ADSENSE_CODE'] = 'Adsense code';
$_lang['ADSENSE_CODE_DESC'] = '請貼上您的 Google Adsense 碼或其他 Javascript/HTML 碼.';
$_lang['ADS_LINK_DESC'] = '完整 URL 開始於 http 或 Elxis URI, 訪客之後可以點擊廣告. 用於文字與圖片廣告.';
$_lang['TARGET'] = 'Target';
$_lang['TARGET_DESC'] = '連結目標. 用於文字與圖片廣告.';
$_lang['NEW_WINDOW'] = '新視窗';
$_lang['SAME_WINDOW'] = '同視窗';
$_lang['BORDER'] = '邊緣';
$_lang['BORDER_DESC'] = '畫出一個廣告邊框. 用於文字廣告.';
//v2.0
$_lang['ADS_TEXT'] = '廣告 文字';
$_lang['ADS_IMAGE'] = '廣告 圖片';
$_lang['ADS_LINK'] = '廣告 連結';
$_lang['ADS_STRETCH_IMG'] = 'Stretch images';
$_lang['ADS_STRETCH_IMG_DESC'] = 'If enabled images will fit container width (100% width, automatic height)';

?>