additional_plugins/alpha/serendipity_event_deletelink/UTF-8/lang_tn.inc.php
Matthias Mees 24ee209520 Move deprecated plugins to alpha, a.k.a. Siberia
These plugins have been identified as deprecatable at #s9ycamp2017.
They use service that no longer exist or provide features that no
longer make sense or have been replaced.

We won't miss them.

References s9y/Serendipity#499
2017-04-13 20:53:16 +02: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', '編輯文章');
?>