additional_plugins/serendipity_event_emoticonchooser/lang_de.inc.php

19 lines
895 B
PHP
Raw Normal View History

<?php #
2011-12-13 12:29:05 +01:00
/**
* @version 1.0
* @author Konrad Bauckmeier <yourmail@example.com>
* @translated 2011/11/22
*/
2013-05-06 12:47:20 +02:00
@define('PLUGIN_EVENT_EMOTICONCHOOSER_TITLE', 'Smiley-Auswahlleiste');
@define('PLUGIN_EVENT_EMOTICONCHOOSER_DESC', 'Zeigt eine Auswahlleiste bei der Erstellung eines Eintrags um Smileys einzuf<75>gen.');
@define('PLUGIN_EVENT_EMOTICONCHOOSER_FRONTEND', 'Smiley-Auswahl f<>r Kommentare anbieten?');
2011-12-13 12:29:05 +01:00
// Next lines were translated on 2011/11/22
2013-05-06 12:47:20 +02:00
@define('PLUGIN_EVENT_EMOTICONCHOOSER_POPUP', 'Zeige die Smiley-Auswahl nur als Aufklappmen<65>?');
@define('PLUGIN_EVENT_EMOTICONCHOOSER_POPUPTEXT', 'Linkbezeichnung um die vorhandenen Smileys anzuzeigen');
@define('PLUGIN_EVENT_EMOTICONCHOOSER_POPUPTEXT_DEFAULT', 'Smileys');
// Next lines were translated on 2013/05/23
@define('PLUGIN_EVENT_EMOTICONCHOOSER_POPUP_BUTTON', 'Zeige Smiley-Auswahl im Frontend als Button?');