additional_plugins/serendipity_plugin_shoutbox/lang_tn.inc.php
2016-05-17 16:42:44 +02:00

26 lines
1.5 KiB
PHP
Raw Permalink 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
##########################################################################
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity #
# Developer Team) All rights reserved. See LICENSE file for licensing #
# details #
# #
# (c) 2003 Jannis Hermanns <J@hacked.it> #
# http://www.jannis.to/programming/serendipity.html #
# #
# Translated by #
# (c) 2004-2005 CapriSkye <admin@capriskye.com> #
# http://open.38.com #
##########################################################################
@define('PLUGIN_SHOUTBOX_NAME', 'Shoutbox');
@define('PLUGIN_SHOUTBOX_DELETE', '刪除');
@define('PLUGIN_SHOUTBOX_SUBMIT', '發言');
@define('PLUGIN_SHOUTBOX_BLAHBLAH', '顯示 Shoutbox');
@define('PLUGIN_SHOUTBOX_WORDWRAP', '自動段行');
@define('PLUGIN_SHOUTBOX_WORDWRAP_BLAHBLAH', '要多少字之後自動換行?(預設30)');
@define('PLUGIN_SHOUTBOX_MAXCHARS', '顯示長度');
@define('PLUGIN_SHOUTBOX_MAXCHARS_BLAHBLAH', '每個迴響要顯示多少個字?(預設120)');
@define('PLUGIN_SHOUTBOX_MAXENTRIES', '留言數量');
@define('PLUGIN_SHOUTBOX_MAXENTRIES_BLAHBLAH', '要顯示多少個留言數量?(預設15)');