Просмотр файла lang/english.php

Размер файла: 2.17Kb
<?php
	/**
	 *	Wap Portal Server
	 *
	 *	29-04-2002
 	 *
	 *	Copyright (C) 2002 - 2003 Emir Sakic
	 *	http://www.sakic.net/wps
	 *
	 *	Site Name: Wap Portal Server v1.1
	 *	File Name: english.php
	 *	Developer: Emir Sakic - [email protected]
	 *	Date: 29/04/2003
	 * 	Version #: 1.1
	 *	Comments:
	 *
	**/

// Language encoding tag
DEFINE ('_ENCODING_TAG','ISO-8859-1');

// Main card
DEFINE ('_MAIN_INTRO','Welcome to our wap portal!');
DEFINE ('_TODAY_IS','Today is: ');

// News card
DEFINE ('_NEWS_INTRO','Todays News on our wap portal');
DEFINE ('_OTHER_NEWS','Other News');

// Articles card
DEFINE ('_ARTICLES_INTRO','Articles on our wap portal');
DEFINE ('_OTHER_ARTICLES','Other Articles');

// Links card
DEFINE ('_LINKS_INTRO','Useful Wap links');

// FAQ card
DEFINE ('_FAQ_INTRO','You can find answers on frequently asked questions here');

// Guestbook card
DEFINE ('_GBOOK_INTRO','YourSite Wap Guestbook');
DEFINE ('_YOUR_NAME','Your name');
DEFINE ('_YOUR_EMAIL','Your email');
DEFINE ('_COMMENTS','Comments');
DEFINE ('_SEND_STR','Send');
DEFINE ('_NAME_STR','Name');
DEFINE ('_EMAIL_STR','Email');
DEFINE ('_DATE_STR','Date');
DEFINE ('_COMMENT_ADDED','Your entry has been added');
DEFINE ('_COMPLETE','Please complete the form');
DEFINE ('_PREV_STR','Previous');
DEFINE ('_NEXT_STR','Next');
DEFINE ('_SIGN_STR','Sign the guestbook');
DEFINE ('_INVALID_EMAIL','Please enter the valid e-mail address or leave it empty');
DEFINE ('_FLOOD','You signed this guestbook a moment ago. If you can not see your message refresh the page');

// Contact card
DEFINE ('_MESSAGE','Message');
DEFINE ('_MAIL_SUBJECT','Wap Contact Submission');
DEFINE ('_SUCCESS','Your message has been sent');
DEFINE ('_FAILURE','Error. Message could not be sent');

// Poll card
DEFINE ('_POLL_INTRO','Poll');
DEFINE ('_ALL_POLLS','All polls');
DEFINE ('_VOTE_STR','Vote');
DEFINE ('_VOTE_THANKS','Thanks for your vote');
DEFINE ('_VOTE_RESULTS','Results');
DEFINE ('_VOTE_TOTAL','Total votes:');

// Common
DEFINE ('_HOME','Home');
DEFINE ('_BACK','Back');

// Counter
DEFINE ('_YOU_ARE_VISITOR','You are visitor');

// Date
DEFINE ('_DATE_CODE', 'en_EN');
?>