additional_plugins/serendipity_event_deletelink/lang_tn.inc.php
2011-12-13 12:29:05 +01:00

19 lines
1.1 KiB
PHP

<?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_EVENT_DELETELINK_NAME', '刪除和編輯連結');
@define('PLUGIN_EVENT_DELETELINK_BLAHBLAH', '在文章底下顯示刪除和編輯連結。');
@define('PLUGIN_EVENT_DELETELINK_TEXT', '刪除文章');
@define('PLUGIN_EVENT_DELETELINK_EDIT_TEXT', '編輯文章');
?>