22 lines
1.3 KiB
PHP
22 lines
1.3 KiB
PHP
<?php # $Id$
|
|
|
|
##########################################################################
|
|
# 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_TEMPLATEDROPDOWN_NAME', 'Sélecteur de thème');
|
|
@define('PLUGIN_TEMPLATEDROPDOWN_DESC', 'Affiche un menu pour choisir un thème visuel');
|
|
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT', 'Inclure le bouton?');
|
|
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT_DESC', 'Afficher le bouton pour changer le thème?');
|
|
|
|
/* vim: set sts=4 ts=4 expandtab : */
|
|
?>
|