View Single Post
  #2 (permalink)  
Old 02-10-2005, 06:41 AM
Marty Marty is offline
Member
 
Join Date: Jul 2004
Posts: 450
Emm not quite sure what the problem is but here goes.

First Set your main language to Spanish in your Preferances (Nuke admin panel ).

Replace your header.html code with this
Code:
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0"> 
	<tr> 
		<td align="center" valign="top">
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
        <td width "60%" height="110" background="themes/fisubsilver/images/cellpic_bkg.jpg">[img]themes/fisubsilver/images/logo.gif[/img]</td>
        <td width "40%" height="110" background="themes/fisubsilver/images/cellpic_bkg.jpg" align="right">$showbanners </td>
  </tr>
</table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="4">
            <tr>
              <td width="150" nowrap><font class="content">$theuser</font></td>
              <td nowrap><div align="center"><font class="content">:: Hogar 
                    :: Descargas 
                    :: <a href="modules.php?name=Your_Account">Su Cuenta
                   </a> :: Foros 
                    ::</font></div></td>
              <td width="150" nowrap><div align="center"><font class="content">
$datetime
                  </font></div></td>
            </tr>
          </table></td>
      </tr>
    </table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td bgcolor="#FFFFFF">[img]themes/fisubsilver/images/7px.gif[/img]</td>
      </tr>
    </table>
        <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
      <tr valign="top">
        <td>$public_msg[img]themes/fisubsilver/images/7px.gif[/img]</td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
  <td valign="top" width="1" background="themes/fisubsilver/images/7px.gif">
Now go into Modules (nuke admin) and edit your modules ie: name displayed

: AvantVa
: Contenido
: Descargas
: Enciclopedia
: PMF ( I think iam not Spanish LOL )
: Reacción
: Foros
: Diario
: Los miembros Listan
: Noticias
: Mensajes privados
: Recomienden Eeuu
: Revisiones
: Búsqueda
: EstadÃÂ*stica
: Archivo de cuentos
: Sométase las Noticias
: Inspecciones
: Cima
: Temas
: La telaraña liga
: Su Cuenta

Next edit your Blocks to display Spanish Text Title

: Módulos
: Administración
: Quién es en lÃÂ*nea
: Búsqueda
: Idiomas ( at this point ( I would ) deactivate this Block )
: Titulares aleatorios
: Caja de Costumbre de usuario
: Menú de categorÃÂ*as
: Inspección
: Entrada
: El Cuento grande de Hoy
: ArtÃÂ*culos viejos
: Información

If you do all that now, you wont have to worry about these Modules or Blocks again

The next file will cover most things in your forums you'll need to edit as much as you can in there.

/modules/Forums/language/lang_english/lang_main.php

eg:
Code:
//
// Common, these terms are used
// extensively on several pages
//
$lang['Forum'] = 'Foros';
$lang['Category'] = 'CategorÃÂ*a';
$lang['Topic'] = 'Tema';
$lang['Topics'] = 'Temas';

etc etc etc.....


$lang['Replies'] = 'Replies';
$lang['Views'] = 'Views';
$lang['Post'] = 'Post';
$lang['Posts'] = 'Posts';
$lang['Posted'] = 'Posted';
$lang['Username'] = 'Username';
Hope this helps :wink:
__________________
What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
Reply With Quote