21 lines
1.2 KiB
PHP
21 lines
1.2 KiB
PHP
<?php
|
|
|
|
##########################################################################
|
|
# 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?');
|
|
|