<?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}.";
?>