[xoops-cvslog 1408] CVS update: xoops2jp/html/modules/base/language/english

Back to archive index

Minahito minah****@users*****
2005年 12月 26日 (月) 20:20:33 JST


Index: xoops2jp/html/modules/base/language/english/main.php
diff -u xoops2jp/html/modules/base/language/english/main.php:1.1.2.1 xoops2jp/html/modules/base/language/english/main.php:1.1.2.2
--- xoops2jp/html/modules/base/language/english/main.php:1.1.2.1	Fri Nov 11 01:42:04 2005
+++ xoops2jp/html/modules/base/language/english/main.php	Mon Dec 26 20:20:33 2005
@@ -1,24 +1,46 @@
-<?php
-
-//%%%%%%	File Name search.php 	%%%%%
-define("_SR_SEARCH","Search");
-define("_SR_PLZENTER","Please enter all required data!");
-define("_SR_SEARCHRESULTS","Search Results");
-define("_SR_NOMATCH","No Match Found for your Query");
-define("_SR_FOUND","Found <b>%s</b> match(es)");
-define("_SR_SHOWING","(Showing %d - %d)");
-define("_SR_ANY","Any (OR)");
-define("_SR_ALL","All (AND)");
-define("_SR_EXACT","Exact Match");
-define("_SR_SHOWALLR","Show all results");
-define("_SR_NEXT","Next >>");
-define("_SR_PREVIOUS","<< Previous");
-define("_SR_KEYWORDS","Keyword(s)");
-define("_SR_TYPE","Type");
-define("_SR_SEARCHIN","Search in");
-define('_SR_KEYTOOSHORT', 'Keywords must be at least <b>%s</b> characters long');
-define('_SR_KEYIGNORE', 'Keywords shorter than <b>%s</b> characters will be ignored');
-define('_SR_SEARCHRULE', 'Seach Rule');
-define('_SR_IGNOREDWORDS', 'The following words are shorter than allowed minmum length (%u chars) and were not included in your search:');
-
+<?php
+
+//%%%%%%	File Name search.php 	%%%%%
+define("_SR_SEARCH","Search");
+define("_SR_PLZENTER","Please enter all required data!");
+define("_SR_SEARCHRESULTS","Search Results");
+define("_SR_NOMATCH","No Match Found for your Query");
+define("_SR_FOUND","Found <b>%s</b> match(es)");
+define("_SR_SHOWING","(Showing %d - %d)");
+define("_SR_ANY","Any (OR)");
+define("_SR_ALL","All (AND)");
+define("_SR_EXACT","Exact Match");
+define("_SR_SHOWALLR","Show all results");
+define("_SR_NEXT","Next >>");
+define("_SR_PREVIOUS","<< Previous");
+define("_SR_KEYWORDS","Keyword(s)");
+define("_SR_TYPE","Type");
+define("_SR_SEARCHIN","Search in");
+define('_SR_KEYTOOSHORT', 'Keywords must be at least <b>%s</b> characters long');
+define('_SR_KEYIGNORE', 'Keywords shorter than <b>%s</b> characters will be ignored');
+define('_SR_SEARCHRULE', 'Seach Rule');
+define('_SR_IGNOREDWORDS', 'The following words are shorter than allowed minmum length (%u chars) and were not included in your search:');
+
+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");
+
 ?>
\ No newline at end of file


xoops-cvslog メーリングリストの案内
Back to archive index