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,28 @@
<?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 #
# Jo<4A>o P Matos <jmatos@math.ist.utl.pt> #
# based on the french translation by #
# Sebastian Mordziol <argh@php-tools.net> #
# http://sebastian.mordziol.de #
# #
##########################################################################
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Afixar os <20>ltimos coment<6E>rios');
@define('PLUGIN_COMMENTS_WORDWRAP', 'Mudar de linha');
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Mudar de linha automaticamente depois de X palavras. Valor por omiss<73>o: 30');
@define('PLUGIN_COMMENTS_MAXCHARS', 'Caracteres por coment<6E>rio');
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'Afixar X caracteres por coment<6E>rio. Valor por omiss<73>o: 120');
@define('PLUGIN_COMMENTS_MAXENTRIES', 'N<>mero de coment<6E>rios');
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Define quantos coment<6E>rios v<>o ser afixados. Valor por omiss<73>o: 15');
@define('PLUGIN_COMMENTS_ABOUT', '%s a prop<6F>sito de%s');
/* vim: set sts=4 ts=4 expandtab : */
?>