add support for swedish and italian languages
Modified: trunk/web/reactos.org/htdocs/roscms/inc/lang/it.php
Modified: trunk/web/reactos.org/htdocs/roscms/inc/structure.php

Modified: trunk/web/reactos.org/htdocs/roscms/inc/lang/it.php
--- trunk/web/reactos.org/htdocs/roscms/inc/lang/it.php	2006-01-08 21:32:30 UTC (rev 20734)
+++ trunk/web/reactos.org/htdocs/roscms/inc/lang/it.php	2006-01-08 21:38:13 UTC (rev 20735)
@@ -62,7 +62,7 @@
 
 
 // myReactOS Content
-$roscms_langres['myReactOS_description'] = 'Un'interfaccia potente e facile da usare per gestire il tuo ReactOS homepage account.';
+$roscms_langres['myReactOS_description'] = 'Un interfaccia potente e facile da usare per gestire il tuo ReactOS homepage account.';
 $roscms_langres['Account_Information'] = 'Informazioni Account';
 $roscms_langres['Account_Information_description'] = 'Un riassunto delle informazioni sul tuo account  ... &ltda supportare>';
 

Modified: trunk/web/reactos.org/htdocs/roscms/inc/structure.php
--- trunk/web/reactos.org/htdocs/roscms/inc/structure.php	2006-01-08 21:32:30 UTC (rev 20734)
+++ trunk/web/reactos.org/htdocs/roscms/inc/structure.php	2006-01-08 21:38:13 UTC (rev 20735)
@@ -127,6 +127,9 @@
               <option value="<?php echo $roscms_intern_path_server; ?>?page=<?php echo $rpm_page; ?>&amp;lang=de">Deutsch (German)</option>
               <option value="<?php echo $roscms_intern_path_server; ?>?page=<?php echo $rpm_page; ?>&amp;lang=fr">Franþais (French)</option>
               <option value="<?php echo $roscms_intern_path_server; ?>?page=<?php echo $rpm_page; ?>&amp;lang=ru">Russian (Russian)</option>
+              <option value="<?php echo $roscms_intern_path_server; ?>?page=<?php echo $rpm_page; ?>&amp;lang=es">Spanish</option>
+              <option value="<?php echo $roscms_intern_path_server; ?>?page=<?php echo $rpm_page; ?>&amp;lang=sv">Swedish</option>
+              <option value="<?php echo $roscms_intern_path_server; ?>?page=<?php echo $rpm_page; ?>&amp;lang=it">Italian</option>
               </optgroup>
             </select>
           </div>