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,42 @@
<?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_HISTORY_NAME', 'Historique');
@define('PLUGIN_HISTORY_DESC', 'Affiche des billets par leur <20>ge.');
@define('PLUGIN_HISTORY_MIN_AGE', '<27>ge minimum');
@define('PLUGIN_HISTORY_MIN_AGE_DESC', 'D<>finit l\'<27>ge minimum des billets (en jours).');
@define('PLUGIN_HISTORY_MAX_AGE', '<27>ge maximum');
@define('PLUGIN_HISTORY_MAX_AGE_DESC','D<>finit l\'<27>ge maximum des billets (en jours).');
@define('PLUGIN_HISTORY_MAX_ENTRIES', 'Nombre billets');
@define('PLUGIN_HISTORY_MAX_ENTRIES_DESC', 'D<>finit le nombre de billets <20> afficher');
@define('PLUGIN_HISTORY_SHOWFULL', 'Billets complets');
@define('PLUGIN_HISTORY_SHOWFULL_DESC', 'Afficher les billets complets au lieu de liens vers la vue d<>taill<6C>e?');
@define('PLUGIN_HISTORY_INTRO', 'Introduction');
@define('PLUGIN_HISTORY_INTRO_DESC', 'Une courte introduction du style \'Il y a un an, j\'<27>crivais:\'.');
@define('PLUGIN_HISTORY_OUTRO', 'Conclusion');
@define('PLUGIN_HISTORY_OUTRO_DESC', 'Une courte conclusion du style \'Pas mal, hein?\'.');
@define('PLUGIN_HISTORY_DISPLAYDATE', 'Afficher la date');
@define('PLUGIN_HISTORY_DISPLAYDATE_DESC', 'Afficher la date de publication de chaque billet?');
@define('PLUGIN_HISTORY_MAXLENGTH', 'Longueur du titre');
@define('PLUGIN_HISTORY_MAXLENGTH_DESC', 'Couper les titres apr<70>s X caract<63>res? (Entrez un 0 pour les titres complets)');
@define('PLUGIN_HISTORY_SPECIALAGE', '<27>ge pr<70>d<EFBFBD>fini?');
@define('PLUGIN_HISTORY_SPECIALAGE_DESC', 'Vous pouvez choisir un <20>ge pr<70>d<EFBFBD>fini, ou en sp<73>cifier un. Pour en sp<73>cifier un vous-m<>me, s<>lectionnez \'Je veux le d<>finir moi-m<>me\' et compl<70>tez les deux champs ci-dessous.');
@define('PLUGIN_HISTORY_SPECIALAGE_YEAR', 'Afficher les billets d\'il y a exactement 1 an');
@define('PLUGIN_HISTORY_CUSTOMAGE', 'Je veux le d<>finir moi-m<>me');
@define('PLUGIN_HISTORY_OYA', 'Il y a un an');
@define('PLUGIN_HISTORY_MYSELF', 'Je veux le d<>finir moi-m<>me');
/* vim: set sts=4 ts=4 expandtab : */
?>