additional_plugins/serendipity_event_multilingual/UTF-8/lang_tr.inc.php
2015-08-07 16:05:11 +02:00

30 lines
1.4 KiB
PHP

<?php
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
//
// serendipity_event_multilingual.php
//
@define('PLUGIN_EVENT_MULTILINGUAL_TITLE', 'Multilingual entries');
@define('PLUGIN_EVENT_MULTILINGUAL_DESC', 'Allows to create multiple language versions of an entry');
@define('PLUGIN_EVENT_MULTILINGUAL_NEEDTOSAVE', 'Your entry needs to be saved, before you can enter additional language versions. You can also save the entry as draft.');
@define('PLUGIN_EVENT_MULTILINGUAL_CURRENT', 'Choose language version to edit: ');
@define('PLUGIN_EVENT_MULTILINGUAL_SWITCH', 'Select language');
@define('PLUGIN_EVENT_MULTILINGUAL_COPY', 'Retain previous language contents');
@define('PLUGIN_EVENT_MULTILINGUAL_COPYDESC', 'Keep contents from previous language intact in the input box when working with new language version');
//
// serendipity_plugin_multilingual.php
//
@define('PLUGIN_SIDEBAR_MULTILINGUAL_TITLE', 'Choose Language');
@define('PLUGIN_SIDEBAR_MULTILINGUAL_DESC', 'Allows visitors to change the frontend interface language');
@define('PLUGIN_SIDEBAR_MULTILINGUAL_USERDESC', 'You can select a different language for the displayed interface of this blog: ');
@define('PLUGIN_SIDEBAR_MULTILINGUAL_SUBMIT', 'Submit button?');
@define('PLUGIN_SIDEBAR_MULTILINGUAL_SUBMIT_DESC', 'Show a submit button?');
@define('PLUGIN_SIDEBAR_MULTILINGUAL_SIZE', 'Font size');