Ver Mensaje Individual
  #9 (permalink)  
Antiguo 22/02/2007, 08:05
Cherry_head
 
Fecha de Ingreso: noviembre-2005
Mensajes: 69
Antigüedad: 18 años, 5 meses
Puntos: 0
Re: Donde está el codigo para... (SMF)

Aqui lo tienes traducido al español, que parte es la que tengo que eliminar?

<?php
$txt['cp_enable'] = 'Habilitar FIELDNAME';
$txt['cp_text'] = 'Texto';
$txt['cp_textarea'] = 'Cuadro de Texto';
$txt['cp_checkbox'] = 'Checkbox';
$txt['cp_selectbox'] = 'Caja de Selecci&oacute;n';
$txt['cp_type'] = 'Tipo';
$txt['cp_addfield'] = 'Agregar campo';
$txt['cp_name'] = 'Nombre del campo';
$txt['cp_profileshow'] = '&iquest;Mostrar en el perfil?';
$txt['cp_dontshow'] = 'No mostrar';
$txt['cp_underpostcount'] = 'Mostrar bajo el N&ordm; de Post';
$txt['cp_underimages'] = 'Mostrar cerca de Imagen';
$txt['cp_showposts'] = '&iquest;Mostrar en los Post?';
$txt['cp_parsebbc'] = '&iquest;Procesar BBC?';
$txt['cp_before'] = 'Texto a mostrar antes del campo (con BBC si fu&eacute; habilitado arriba)';
$txt['cp_after'] = 'Texto a mostrar despues del campo (con BBC si fu&eacute; habilitado arriba)';
$txt['cp_fieldid'] = 'ID del campo';
$txt['cp_hrule'] = '&iquest;Agregar regla horizontal al campo?';
$txt['co_optinput'] = 'Campo opcinal';
$txt['cp_forceinput'] = 'Campo obligatorio';
$txt['cp_showreg'] = '&iquest;Mostrar campo al registrarse?';
$txt['cp_adminedit'] = '&iquest;Solo Administradores pueden editar el campo?';
$txt['cp_adminview'] = '&iquest;Solo Administradores pueden ver el campo?';
$txt['cp_recreate'] = 'Re-crear el campo';
$txt['cp_checked'] = 'Texto a mostrar cuando se confirme un Checkbox';
$txt['cp_notchecked'] = 'Texto a mostrar cuando se no este confirmado un Checkbox';
$txt['cp_show'] = 'Mostrar';
// Dont translate OPTIONNUMBER in the below string
$txt['cp_option'] = 'Opci&oacute;n OPTIONNUMBER';
$txt['cp_addoption'] = 'Agregar Opci&oacute;n';
$txt['cp_cpfields'] = 'Campos Personalizados en Perfil';
// Dont translate FIELDNUMBER in the below string
$txt['cp_fieldsettings'] = 'Configuraci&oacute;n para el campo personalizado N&ordm; FIELDNUMBER';
// Dont translate FIELDNAME in the below string
$txt['cp_regerror'] = 'No llenaste el campo "FIELDNAME".';
$txt['cp_moveup'] = '[ Mover Arriba ]';
$txt['cp_movedown'] = '[ Mover Abajo ]';
$txt['cp_delete'] = '[ Borrar ]';
$txt['cp_unnamed'] = 'Campo sin nombre';
$txt['cp_settings'] = '[ Configuraci&oacute;n ]';
$txt['cp_hrsummary'] = 'Resumen de Pefil';
$txt['cp_hredit'] = 'Pantalla de edici&oacute;n del Perfil';
$txt['cp_onboth'] = 'En ambas';
$txt['cp_desc'] = 'Descripci&oacute;n del campo';
?>