diff --git a/site/copywrite.php b/site/copyright.php old mode 100644 new mode 100755 similarity index 81% rename from site/copywrite.php rename to site/copyright.php index faaf71bc..01b17a67 --- a/site/copywrite.php +++ b/site/copyright.php @@ -3,7 +3,7 @@ $page = 'home'; $subpage = 'copywrite'; require_once('libs/common.php'); start_html_output(); -$title = getlocal("copywrite.title"); +$title = getlocal("copyright.title"); require_once('inc/header.i'); require_once('inc/menu.i'); ?> @@ -14,13 +14,9 @@ require_once('inc/menu.i');
- , 1.6.2 (username: admin, password is empty)
+ , 1.6.3 (username: admin, password is empty)
-
- Mibew Messenger 1.6.2, August 12, 2009
+
+ Mibew Messenger 1.6.3, October 14, 2009
(requires PHP and MySQL)
Arabic | -1.6.2 | -September 27, 2009 | Arabic | +1.6.3 | +October 14, 2009 |
Deutsch | -1.6.2 | -August 12, 2009 | Deutsch | +1.6.3 | +October 14, 2009 |
French | -1.6.2 | -August 12, 2009 | French | +1.6.3 | +October 14, 2009 |
Hebrew | -1.6.2 | -August 12, 2009 | Hebrew | +1.6.3 | +October 14, 2009 |
Hrvatski | -1.6.2 | -August 12, 2009 | Hrvatski | +1.6.3 | +October 14, 2009 |
Italiano | -1.6.2 | -August 12, 2009 | Italiano | +1.6.3 | +October 14, 2009 |
Polski | -1.6.2 | -August 12, 2009 | Polski | +1.6.3 | +October 14, 2009 |
PortuguГЄs Brasil | -1.6.2 | -August 12, 2009 | PortuguГЄs Brasil | +1.6.3 | +October 14, 2009 |
Russian | -1.6.2 | -August 12, 2009 |
Spanish | -1.6.2 | -August 12, 2009 |
Traditional Chinese | -1.6.2 | -August 12, 2009 | Russian | +1.6.3 | +October 14, 2009 |
Ukrainian | -1.6.2 | -August 12, 2009 | Spanish | +1.6.3 | +October 14, 2009 | + +
Simplified Chinese | +1.6.3 | +October 14, 2009 |
Traditional Chinese | +1.6.3 | +October 14, 2009 |
Ukrainian | +1.6.3 | +October 14, 2009 |
'English','sp'=>'Spanish') as $k => $v) { + foreach(array('en'=>'English','sp'=>'Spanish','ru'=>'Russian') as $k => $v) { if($k == $current_locale) { echo "".$v.""; } else { @@ -26,15 +26,15 @@