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 ... <da 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; ?>&lang=de">Deutsch (German)</option> <option value="<?php echo $roscms_intern_path_server; ?>?page=<?php echo $rpm_page; ?>&lang=fr">Franþais (French)</option> <option value="<?php echo $roscms_intern_path_server; ?>?page=<?php echo $rpm_page; ?>&lang=ru">Russian (Russian)</option> + <option value="<?php echo $roscms_intern_path_server; ?>?page=<?php echo $rpm_page; ?>&lang=es">Spanish</option> + <option value="<?php echo $roscms_intern_path_server; ?>?page=<?php echo $rpm_page; ?>&lang=sv">Swedish</option> + <option value="<?php echo $roscms_intern_path_server; ?>?page=<?php echo $rpm_page; ?>&lang=it">Italian</option> </optgroup> </select> </div>