PHP Classes

File: htdocs/language/english/misc.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/language/english/misc.php   Download  
File: htdocs/language/english/misc.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 1,310 bytes
 

Contents

Class file image Download
<?php
//
// _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');

define('_MSC_CLICK_TO_OPEN_IMAGE', 'Click to see original Image in a new window');
define('_MSC_RESIZED_IMAGE', 'Resized Image');
define('_MSC_ORIGINAL_IMAGE', 'Original Image');