0byt3m1n1
Path:
/
data
/
applications
/
aps
/
xoops
/
2.5.1a-0
/
standard
/
htdocs
/
language
/
english
/
[
Home
]
File: misc.php
<?php // $Id: misc.php 4897 2010-06-19 02:55:48Z phppp $ // _LANGCODE: en // _CHARSET : UTF-8 // Translator: XOOPS Translation Team define('_MSC_YOURNAMEC', 'Your Name: '); define('_MSC_YOUREMAILC', 'Your Email: '); define('_MSC_FRIENDNAMEC', 'Friend Name: '); define('_MSC_FRIENDEMAILC', 'Friend Email: '); define('_MSC_RECOMMENDSITE', 'Recommend this Site to a Friend'); // %s is your site name define('_MSC_INTSITE', 'Interesting Site: %s'); define('_MSC_REFERENCESENT', 'The reference to our site has been sent to your friend. Thanks!'); define('_MSC_ENTERYNAME', 'Please enter your name'); define('_MSC_ENTERFNAME', 'Please enter your friend\'s name'); define('_MSC_ENTERFMAIL', 'Please enter your friend\'s email address'); define('_MSC_NEEDINFO', 'You need to enter required info!'); define('_MSC_INVALIDEMAIL1', 'The email address you provided is not a valid address.'); define('_MSC_INVALIDEMAIL2', 'Please check the address and try again.'); define('_MSC_AVAVATARS', 'Available Avatars'); define('_MSC_SMILIES', 'Smilies'); define('_MSC_CLICKASMILIE', 'Click a smilie to insert it into your message.'); define('_MSC_CODE', 'Code'); define('_MSC_EMOTION', 'Emotion'); ?>