A
download lang-english.php
Language: PHP
LOC: 11
Project Info
Free Market(freemarket)
Server: SourceForge
Type: cvs
...\freemarket\freemarket\www\
   .htaccess
   admin.php
   article.php
   auth.inc.php
   backend.php
   banners.php
   comments.php
   counter.php
   dhtmllib.js
   download.php
   ezhilit.php
   faq.php
   footer.php
   friend.php
   header.php
   index.php
   lang-croatian.php
   lang-danish.php
   lang-dutch.php
   lang-english.php
   lang-french.php
   lang-german.php
   lang-indonesia.php
   lang-indonesian.php
   lang-italian.php
   lang-japanese.php
   lang-korean.php
   lang-latvian.php
   lang-norwegian.php
   lang-polish.php
   lang-portuguese.php
   lang-quebec.php
   lang-russian.php
   lang-simplifiedchinese.php
   lang-slovak.php
   lang-spanish.php
   lang-swedish.php
   lang-TEMPLATE.php
   ...-traditionalchinese.php
   links.php
   mainfile.php
   memberlist.php
   memberslist.php
   pollBooth.php
   pollcomments.php
   postinfo.html
   print.php
   problems.php
   scroller.js
   search.php
   sections.php
   stats.php
   submit.php
   top.php
   topics.php
   user.php

<?php

/*
Welcome to PHP-NUKE

This is the language module with "all" the system messages without any order.

If you made a translation, please sent to me (fburzi@ncc.org.ve) the translated
file and I'll include it in the next release.

To make a translation use the lang-TEMPLATE.php file.
English doesn't need to translate into English anymore (speed increase).
Thanks to Joel (jllawhead@sunherald.com) for this tip.
*/

function translate($phrase) {
    
    switch($phrase) {

	case "datestring":		$tmp = "%A, %B %d @ %T %Z"; break;
	case "linksdatestring":		$tmp = "%d-%b-%Y"; break;
	case "datestring2":		$tmp = "%A, %B %d"; break;
	default: 			$tmp = "$phrase"; break;
    
    }
    return $tmp;
}
?>

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us