Profile Buddies
* Plugin Profile Buddies * Version 1.5 * Autor Sebastian Wunderlich * Traductor Sama34 (Omar G.) * Idioma Español (MX) Spoiler: <?php /* Prof...

  • Plugin Profile Buddies
  • Version 1.5
  • Autor Sebastian Wunderlich
  • Traductor Sama34 (Omar G.)
  • Idioma Español (MX)

[spoiler]
Código PHP:
<?php

/*
Profile Buddies Plugin for MyBB
Copyright (C) 2010 Sebastian Wunderlich

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

$l['pb_no_buddies'] = "{1} no ha agregado amigos a su lista.";
$l['pb_title_all'] = "Mostrar todos los amigos de {1}";
$l['pb_remove_buddy'] = "Borrar {1} de tu lista de amigos.";
$l['pb_add_buddy'] = "Agregar a {1} a tu lista de amigos.";
$l['pb_title'] = "Amigos de {1}";
$l['pb_email_subject'] = "Alguien te ha agregado a su lista de amigos en {1}";
$l['pb_email_message'] = "{1},

{2} de {3} te ha agregado a su lista de amigos. Para ver el perfil de {2},Puedes entrar en esta direccion:

{4}/{5}

Gracias,
Equipo de {3}.
{4}"
;
$l['pb_pm_subject'] = "Te he agregado a mi lista de amigos.";
$l['pb_pm_message'] = "Hola {1},

Te he agregado a mi lista de amigos. Entra [url={2}]aqui[/url] para ver mi perfil.

Saludos,
{3}."
;
?>
[/spoiler]

Admin.
[spoiler]
Código PHP:
<?php

/*
Profile Buddies Plugin for MyBB
Copyright (C) 2010 Sebastian Wunderlich

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

$l['pb_acp_ptitle'] = 'Profile Buddies';
$l['pb_acp_pdesc'] = 'Extiende la funcionalidad del perfil agregando una lista de amigos.';
$l['pb_acp_settingsn'] = 'Opciones de Profile Buddies';
$l['pb_acp_settingsd'] = 'Aqui puedes editar las opciones de la lista de amigos en perfil.';

$l['pb_acp_settings_onn'] = 'Activar/Desactivar';
$l['pb_acp_settings_ond'] = '¿Activar amigos en perfil?';

$l['pb_acp_settings_limitn'] = 'Limite de Amigos a Mostrar';
$l['pb_acp_settings_limitd'] = 'Numero limite de amigos mostrados en perfil.';

$l['pb_acp_settings_limiton'] = '¿Mostrar Lista Completa?';
$l['pb_acp_settings_limitod'] = '¿Quieres dar la opcion a los usuarios de ver la lista completa de amigos sin limitacion? (Los usuarios veran primero la cantidad espesificada arriba, para ver la lista completa deberan presionar un link)';

$l['pb_acp_settings_avatarwhn'] = 'Maximo ancho y alto de avatares';
$l['pb_acp_settings_avatarwhd'] = "Escribe el maximo ANCHOxALTO de los avatares a mostrar aqui, esta opcion sobreescribira la opcion de MyBB usada en los mensajes. Deja vacio para desactivar y usar la predeterminada de MyBB (Otra opcion usada en los mensajes).";

$l['pb_acp_settings_davatarn'] = 'Avatar Predeterminado';
$l['pb_acp_settings_davatard'] = "Si el usuario no tiene avatar, usar este.";

$l['pb_acp_settings_davatarwhn'] = 'Ancho y Alto de Avatar Predeterminado';
$l['pb_acp_settings_davatarwhd'] = "Tamaño exacto del avatar predeterminado (ANCHOxALTO).";

$l['pb_acp_settings_davatarsn'] = 'Estilo Avatar Predeterminado';
$l['pb_acp_settings_davatarsd'] = "Coloca el estilo usado en el avatar predeterminado. (style=\"_ESTO_\")";

$l['pb_acp_settings_orderbyn'] = 'Ordenar Amigos';
$l['pb_acp_settings_orderbyd'] = 'Selecciona el orden en que quieras sean mostrados los amigos.';

$l['pb_acp_settings_orderdirn'] = 'Direccion de Ordenar Amigos';
$l['pb_acp_settings_orderdirs'] = 'Selecciona el orden en que quieres que sean ordenados los amigos.';

$l['pb_acp_settings_quicklinksn'] = '¿Mostrar enlaces rapidos?';
$l['pb_acp_settings_quicklinksd'] = '¿Quieres mostrar los enlaces rapidos para agregar/remover amigos?';

$l['pb_acp_settings_emailn'] = 'Notificacion por Email';
$l['pb_acp_settings_emaild'] = 'Si activas esta opcion, los usuarios recibiran un email cada vez que un usuario los agrega a su lista de usuarios.';

$l['pb_acp_settings_pmn'] = 'Notificacion por Mensaje Privado';
$l['pb_acp_settings_pmd'] = 'Si activas esta opcion, los usuarios recibiran un MP cada vez que un usuario los agrega a su lista de usuarios.';

$l['pb_acp_settings_orderbyu'] = 'Nombre de Usuario';
$l['pb_acp_settings_orderbyrd'] = 'Fecha de Registro';
$l['pb_acp_settings_orderbyl'] = 'Ultima Visita';
$l['pb_acp_settings_orderbyp'] = 'Cantidad de Mensajes';
$l['pb_acp_settings_orderbyr'] = 'Aleatorio';
?>
[/spoiler]

Descargar: [attachment=1418]
{SIGNATURE_IMAGE}
ya se con cual lo confundi.... con el Extended buddies de pirata pero era para 1.4 hahahaha!!
No lo uso pero grax por la traduccion!
Ha, no, no compartiria plugins que no son GPL o gratuitos de compartir en primer lugar Tongue

De nada.
{SIGNATURE_IMAGE}
que buen aporte! lo voy a usar gracias