// FIREBOARD support - these strings are actually used in a CB tab and fields that are added by FB backend DEFINE('_UE_FB_TABTITLE', 'Configuración del foro' ); DEFINE('_UE_FB_ORDERING_OLDEST', 'Mensaje + antiguo primero' ); DEFINE('_UE_FB_ORDERING_LATEST', 'Mensaje + reciente primero' ); DEFINE('_UE_FB_ORDERING_TITLE', 'Ordenar mensajes' ); DEFINE('_UE_FB_SIGNATURE', 'Tu firma' ); DEFINE('_UE_FB_VIEWTYPE_FLAT', 'Plana' ); DEFINE('_UE_FB_VIEWTYPE_THREADED', 'Por hilos' ); DEFINE('_UE_FB_VIEWTYPE_TITLE', 'Preferencias de vista' ); DEFINE('_UE_FB_TABDESC', 'Opciones generales del perfil' ); DEFINE('_UE_USER_FAVS','Tus favoritos'); DEFINE('_UE_USER_NOFAV','No tienes ningún favorito'); // Extended forum strings for FIREBOARD favorites support in CB plugin (this is why they have _FB_ instead of _FORUM) DEFINE('_UE_FB_FAVORITES','Tus hilos favoritos'); DEFINE('_UE_FB_REMOVE_FAVORITE_THREAD',':: Borrar favorito ::'); DEFINE('_UE_FB_NO_FAVORITES_FOUND','No tienes ningún favorito'); DEFINE('_UE_FB_REMOVE_FAVORITES_ALL','Borrar todos mis favoritos'); DEFINE('_UE_FB_CONFIRMUNFAVORITEALL','¿ Est´ seguro-a de que quieres borrar todos tus hilos favoritos?');