additional_plugins/alpha/serendipity_event_phoneblogz/lang_en.inc.php

25 lines
1.4 KiB
PHP
Raw Normal View History

<?php #
2011-12-13 12:29:05 +01:00
/**
2013-08-12 10:27:53 +02:00
* @version
2011-12-13 12:29:05 +01:00
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_PHONEBLOGZ_NAME', 'Phoneblogz');
@define('PLUGIN_EVENT_PHONEBLOGZ_USERS_NAME', 'Phoneblogz users');
@define('PLUGIN_EVENT_PHONEBLOGZ_DESC', 'This plugin allows to fetch messages from Phoneblogz.');
@define('PLUGIN_EVENT_PHONEBLOGZ_TEXT_DEFAULT', 'A new PhoneBlog has been left by [USER]! [Click here] to listen to it! Flash movie looks like this: [FLASH]');
@define('PLUGIN_EVENT_PHONEBLOGZ_ACCESSCODE', 'Your phoneblogz access code');
@define('PLUGIN_EVENT_PHONEBLOGZ_PASSWORD', 'Your phoneblogz account password');
@define('PLUGIN_EVENT_PHONEBLOGZ_TEXT', 'The content of your phoneblogz postings');
@define('PLUGIN_EVENT_PHONEBLOGZ_SUBJECT', 'The subject of your phoneblogz postings');
@define('PLUGIN_EVENT_PHONEBLOGZ_NOTIFYURL', 'Notify URL');
@define('PLUGIN_EVENT_PHONEBLOGZ_NOTIFYURL_DEFAULT', $serendipity['baseURL'] . $serendipity['indexFile'] . '?/plugin/phoneblogz');
@define('PLUGIN_EVENT_PHONEBLOGZ_SUBJECT_DEFAULT', 'Phoneblogz Message by [USER]');
@define('PLUGIN_EVENT_PHONEBLOGZ_UPDATED', 'Your changes have been saved');
@define('PLUGIN_EVENT_PHONEBLOGZ_SEEBELOW', 'Your recent phoneBlogz are posted below:');
@define('PLUGIN_EVENT_PHONEBLOGZ_USERS_HEADING', 'Below is a list of PhoneBlogz users<br/>and the Serendipity user each maps to');
?>