rhymix/modules/editor/components/url_link/lang/zh-TW.lang.php

21 lines
733 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file /modules/editor/components/urllink/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com> 翻譯royallin
* @brief 網頁編輯器(editor) 模組 > urllink組件
**/
$lang->urllink_title = "文字";
$lang->urllink_url = "URL";
$lang->urllink_open_window = "新視窗";
$lang->urllink_bold = "粗體";
$lang->urllink_color = "連結顏色 ";
$lang->urllink_color_blue = "藍色";
$lang->urllink_color_red = "紅色";
$lang->urllink_color_yellow = "黃色";
$lang->urllink_color_green = "綠色";
$lang->about_url_link_open_window = "以新視窗開啟連結。";
$lang->about_url_link_bold = "文字以粗體顯示。";
?>