28 lines
1.8 KiB
PHP
28 lines
1.8 KiB
PHP
<?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_SHOUTBOX_NAME', 'Shoutbox');
|
|
@define('PLUGIN_SHOUTBOX_DELETE', 'Effacer');
|
|
@define('PLUGIN_SHOUTBOX_SUBMIT', 'Crier');
|
|
@define('PLUGIN_SHOUTBOX_BLAHBLAH', 'Affiche une shoutbox où les visiteurs peuvent donner des commentaires en vrac');
|
|
@define('PLUGIN_SHOUTBOX_WORDWRAP', 'Retour à la ligne');
|
|
@define('PLUGIN_SHOUTBOX_WORDWRAP_BLAHBLAH', 'Retour a la ligne automatique après X mots. Valeur par défaut: 30');
|
|
@define('PLUGIN_SHOUTBOX_MAXCHARS', 'Caractères par commentaire');
|
|
@define('PLUGIN_SHOUTBOX_MAXCHARS_BLAHBLAH', 'Définit le nombre maximum de caractères pour un commentaire. Valeur par défaut: 120');
|
|
@define('PLUGIN_SHOUTBOX_MAXENTRIES', 'Nombre de commentaires');
|
|
@define('PLUGIN_SHOUTBOX_MAXENTRIES_BLAHBLAH', 'Définit le nombre maximum de commentaires à afficher.');
|
|
|
|
/* vim: set sts=4 ts=4 expandtab : */
|
|
?>
|