1
0

Also support "last X" REST interface

This commit is contained in:
Garvin Hicking
2006-08-02 10:07:34 +00:00
commit 80e14346a5
1775 changed files with 195589 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<?php # $Id: lang_ja.inc.php,v 1.4 2005/05/17 11:37:42 garvinhicking Exp $
##########################################################################
# serendipity - another blogger... #
##########################################################################
# #
# (c) 2003 Jannis Hermanns <J@hacked.it> #
# http://www.jannis.to/programming/serendipity.html #
# #
# Translated by #
# Sebastian Mordziol <argh@php-tools.net> #
# http://sebastian.mordziol.de #
# #
##########################################################################
@define('PLUGIN_EVENT_TEXTWIKI_NAME', 'Balises: Wiki');
@define('PLUGIN_EVENT_TEXTWIKI_DESC', 'Permet l\'utilisation de la Syntaxe Wiki dans le texte de vos billets');
@define('PLUGIN_EVENT_TEXTWIKI_TRANSFORM', 'Syntaxe <a href="http://c2.com/cgi/wiki">Wiki</a> autoris<69>e');
/* vim: set sts=4 ts=4 expandtab : */
?>