Author: frik85
Date: Sun Oct 15 16:41:42 2006
New Revision: 24519
URL:
http://svn.reactos.org/svn/reactos?rev=24519&view=rev
Log:
RSDB:
* update main menu to reflect website changes
* improve language support: now language files don't need to be by all means
up-to-date; if a translation is not available, the English original text will be used
then
* add & update language files
Added:
trunk/web/reactos.org/htdocs/support/inc/lang/fr.php
trunk/web/reactos.org/htdocs/support/inc/lang/ru.php
Modified:
trunk/web/reactos.org/htdocs/support/inc/header.php
trunk/web/reactos.org/htdocs/support/inc/lang.php
trunk/web/reactos.org/htdocs/support/inc/lang/en.php
trunk/web/reactos.org/htdocs/support/inc/structure.php
Modified:
trunk/web/reactos.org/htdocs/support/inc/header.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc…
==============================================================================
---
trunk/web/reactos.org/htdocs/support/inc/header.php (original)
+++
trunk/web/reactos.org/htdocs/support/inc/header.php Sun Oct 15 16:41:42 2006
@@ -58,7 +58,7 @@
<meta name="Generator" content="RSDB" />
<meta name="Content-language" content="<?php echo
$RSDB_langres['lang_code']; ?>" />
<meta name="Robots" content="index,follow" />
- <LINK REL="SHORTCUT ICON" HREF="../favicon.ico" />
+ <link rel="SHORTCUT ICON" href="../favicon.ico" />
<link href="<?php echo $RSDB_intern_path_server.$RSDB_intern_path;
?>style.css" type="text/css" rel="stylesheet" />
<script src="<?php echo $RSDB_intern_path_server.$RSDB_intern_path;
?>smoothscroll.js" language="javascript"></script>
<script src="<?php echo $RSDB_intern_path_server.$RSDB_intern_path;
?>search.js" language="javascript"></script>
@@ -95,8 +95,8 @@
-->
<p align="center">
<a href="<?php echo $RSDB_intern_path_server;
?>?page=index"><?php echo $RSDB_langres['Home']; ?></a>
<font color="#ffffff">|</font>
+ <a href="<?php echo $RSDB_intern_path_server;
?>?page=about"><?php echo $RSDB_langres['Info']; ?></a>
<font color="#ffffff">|</font>
<a href="<?php echo $RSDB_intern_path_server;
?>?page=community"><?php echo $RSDB_langres['Community'];
?></a> <font color="#ffffff">|</font>
- <a href="<?php echo $RSDB_intern_path_server;
?>?page=support"><?php echo $RSDB_langres['Support'];
?></a> <font color="#ffffff">|</font>
<a href="<?php echo $RSDB_intern_path_server;
?>?page=dev"><?php echo $RSDB_langres['Dev']; ?></a>
<font color="#ffffff">|</font>
<a href="<?php echo $RSDB_intern_path_server."roscms/";
?>?page=user"><?php echo $RSDB_langres['myReactOS']; ?></a>
</p>
</div>
Modified:
trunk/web/reactos.org/htdocs/support/inc/lang.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc…
==============================================================================
---
trunk/web/reactos.org/htdocs/support/inc/lang.php (original)
+++
trunk/web/reactos.org/htdocs/support/inc/lang.php Sun Oct 15 16:41:42 2006
@@ -123,7 +123,8 @@
$rpm_lang="en";
- require("inc/lang/".$rpm_lang.".php"); // load the language text for
'myReactOS'
+ require("inc/lang/en.php"); // preload the english language text
+ require("inc/lang/".$rpm_lang.".php"); // load the and overwrite the
language text
ini_set ('session.name', 'roscms');
Modified:
trunk/web/reactos.org/htdocs/support/inc/lang/en.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc…
==============================================================================
---
trunk/web/reactos.org/htdocs/support/inc/lang/en.php (original)
+++
trunk/web/reactos.org/htdocs/support/inc/lang/en.php Sun Oct 15 16:41:42 2006
@@ -35,6 +35,7 @@
$RSDB_langres['Community'] = 'Community';
$RSDB_langres['Support'] = 'Support';
$RSDB_langres['myReactOS'] = 'myReactOS';
+$RSDB_langres['Info'] = 'Info';
Added:
trunk/web/reactos.org/htdocs/support/inc/lang/fr.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc…
==============================================================================
---
trunk/web/reactos.org/htdocs/support/inc/lang/fr.php (added)
+++
trunk/web/reactos.org/htdocs/support/inc/lang/fr.php Sun Oct 15 16:41:42 2006
@@ -1,0 +1,70 @@
+<?php
+
+/*
+ * ReactOS CMS System - Version 0.1
+ *
+ * (c) by Klemens Friedl <frik85>
+ *
+ */
+
+
+/***************************************************************************
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ ***************************************************************************/
+
+//
+// The format of this file is ---> $RSDB_langres['message'] = 'text';
+//
+
+// Language settings
+$RSDB_langres['charset'] = 'iso-8859-1';
+$RSDB_langres['lang_code'] = 'FR';
+
+
+// main menu
+$RSDB_langres['Navigation'] = 'Navigation';
+$RSDB_langres['Home'] = 'Accueil';
+$RSDB_langres['Dev'] = 'Développement';
+$RSDB_langres['Community'] = 'Communauté ';
+$RSDB_langres['Support'] = 'Maintien';
+$RSDB_langres['myReactOS'] = 'monReactOS';
+
+
+// Login bar:
+$RSDB_langres['Account'] = 'Account';
+$RSDB_langres['Login'] = 'Login';
+$RSDB_langres['Logout'] = 'Logout';
+$RSDB_langres['Global_Login_System'] = 'Global Login System';
+$RSDB_langres['Register_Account'] = 'Register Account';
+$RSDB_langres['Login_Nick'] = ' Nick: ';
+$RSDB_langres['LoginPwd'] = ' Pwd: ';
+
+
+// myReactOS menu
+$RSDB_langres['User_Profil_Overview'] = 'User Profil Overview';
+$RSDB_langres['User_Profil'] = 'User Profil';
+$RSDB_langres['Overview'] = 'Overview';
+$RSDB_langres['Login_System'] = 'Login System';
+$RSDB_langres['Messages'] = 'Messages';
+$RSDB_langres['Contacts'] = 'Contacts';
+$RSDB_langres['Favorites'] = 'Favorites';
+$RSDB_langres['Documentation'] = 'Documentation';
+$RSDB_langres['Account_Edit'] = 'Account Edit';
+$RSDB_langres['Accountlist'] = 'User List';
+
+
+// myReactOS Content
+$RSDB_langres['myReactOS_description'] = 'A powerful and easy to use
interface to manage your ReactOS homepage account.';
+$RSDB_langres['Account_Information'] = 'Account Information';
+$RSDB_langres['Account_Information_description'] = 'A sum up of the account
data ... <placeholder>';
+
+// Right side bar:
+$RSDB_langres['Latest_Release'] = 'Latest Release';
+$RSDB_langres['myReactOS_Developer_Quotes'] = 'Developer Quotes';
+
+?>
Added:
trunk/web/reactos.org/htdocs/support/inc/lang/ru.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc…
==============================================================================
---
trunk/web/reactos.org/htdocs/support/inc/lang/ru.php (added)
+++
trunk/web/reactos.org/htdocs/support/inc/lang/ru.php Sun Oct 15 16:41:42 2006
@@ -1,0 +1,70 @@
+<?php
+
+/*
+ * ReactOS CMS System - Version 0.1
+ *
+ * (c) by Klemens Friedl <frik85>
+ *
+ */
+
+
+/***************************************************************************
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ ***************************************************************************/
+
+//
+// The format of this file is ---> $RSDB_langres['message'] = 'text';
+//
+
+// Language settings
+$RSDB_langres['charset'] = 'utf-8';
+$RSDB_langres['lang_code'] = 'RU';
+
+
+// main menu
+$RSDB_langres['Navigation'] = 'ÐавигаÑиÑ';
+$RSDB_langres['Home'] = 'ÐлавнаÑ';
+$RSDB_langres['Dev'] = 'Development';
+$RSDB_langres['Community'] = 'СообÑеÑÑво';
+$RSDB_langres['Support'] = 'ÐоддеÑжка';
+$RSDB_langres['myReactOS'] = 'mойReactOS';
+
+
+// Login bar:
+$RSDB_langres['Account'] = 'Account';
+$RSDB_langres['Login'] = 'Login';
+$RSDB_langres['Logout'] = 'Logout';
+$RSDB_langres['Global_Login_System'] = 'Global Login System';
+$RSDB_langres['Register_Account'] = 'Register Account';
+$RSDB_langres['Login_Nick'] = ' Nick: ';
+$RSDB_langres['LoginPwd'] = ' Pwd: ';
+
+
+// myReactOS menu
+$RSDB_langres['User_Profil_Overview'] = 'User Profil Overview';
+$RSDB_langres['User_Profil'] = 'User Profil';
+$RSDB_langres['Overview'] = 'Overview';
+$RSDB_langres['Login_System'] = 'Login System';
+$RSDB_langres['Messages'] = 'Messages';
+$RSDB_langres['Contacts'] = 'Contacts';
+$RSDB_langres['Favorites'] = 'Favorites';
+$RSDB_langres['Documentation'] = 'Documentation';
+$RSDB_langres['Account_Edit'] = 'Account Edit';
+$RSDB_langres['Accountlist'] = 'User List';
+
+
+// myReactOS Content
+$RSDB_langres['myReactOS_description'] = 'A powerful and easy to use
interface to manage your ReactOS homepage account.';
+$RSDB_langres['Account_Information'] = 'Account Information';
+$RSDB_langres['Account_Information_description'] = 'A sum up of the account
data ... <placeholder>';
+
+// Right side bar:
+$RSDB_langres['Latest_Release'] = 'Latest Release';
+$RSDB_langres['myReactOS_Developer_Quotes'] = 'Developer Quotes';
+
+?>
Modified:
trunk/web/reactos.org/htdocs/support/inc/structure.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc…
==============================================================================
---
trunk/web/reactos.org/htdocs/support/inc/structure.php (original)
+++
trunk/web/reactos.org/htdocs/support/inc/structure.php Sun Oct 15 16:41:42 2006
@@ -65,8 +65,8 @@
<ol>
<li><a href="<?php echo $RSDB_intern_path_server;
?>?page=index"><?php echo $RSDB_langres['Home'];
?></a></li>
+ <li><a href="<?php echo $RSDB_intern_path_server;
?>?page=about"><?php echo $RSDB_langres['Info'];
?></a></li>
<li><a href="<?php echo $RSDB_intern_path_server;
?>?page=community"><?php echo $RSDB_langres['Community'];
?></a></li>
- <li><a href="<?php echo $RSDB_intern_path_server;
?>?page=support"><?php echo $RSDB_langres['Support'];
?></a></li>
<li><a href="<?php echo $RSDB_intern_path_server;
?>?page=dev"><?php echo $RSDB_langres['Dev'];
?></a></li>
<li><a href="<?php echo
$RSDB_intern_path_server."roscms/"; ?>?page=user"><?php echo
$RSDB_langres['myReactOS']; ?></a></li>
</ol></div>
@@ -133,6 +133,17 @@
</li>
</ol>
<p></p>
+
+ <div class="navTitle">Quick Links</div>
+ <ol>
+ <li><a href="<?php echo $RSDB_intern_path_server;
?>forum/">Support Forum</a></li>
+ <li><a href="<?php echo $RSDB_intern_path_server;
?>?page=community_irc">Chat Channels</a></li>
+ <li><a href="<?php echo $RSDB_intern_path_server;
?>?page=community_mailinglists">Mailing Lists</a></li>
+ <li><a href="<?php echo $RSDB_intern_path_server;
?>wiki/">ReactOS Wiki</a></li>
+ </ol></div>
+ <p></p>
+
+
<script type="text/javascript" language="javascript">
<!--
document.getElementById('ajaxsearchbar').style.display = "block";