es.php 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?php
  2. /**
  3. * Translation strings for Spanish by psy@faeries
  4. *
  5. * @package Lorea
  6. *
  7. * Copyright 2011-2016 Lorea Faeries <https://code.lorea.io>
  8. *
  9. * This program is free software: you can redistribute it and/or
  10. * modify it under the terms of the GNU Affero General Public License
  11. * as published by the Free Software Foundation, either version 3 of
  12. * the License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful, but
  15. * WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Affero General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Affero General Public
  20. * License along with this program. If not, see
  21. * <http://www.gnu.org/licenses/>.
  22. */
  23. return array(
  24. 'friends:invite' => 'Invitar contactos',
  25. 'invitefriends:registration_disabled' => 'El registro de nuevas habitantes ha sido deshabilitado y no puedes invitar a tus contactos.',
  26. 'invitefriends:introduction' => 'Para invitar a tus contactos externos a unirse a la red, escribe sus direcciones de correo y un mensaje para que reciban junto con la invitación',
  27. 'invitefriends:emails' => 'Dirección de correo electrónico (uno por linea)',
  28. 'invitefriends:message' => 'Mensaje',
  29. 'invitefriends:subject' => 'Invitaci&oacute;n para unirse a %s',
  30. 'invitefriends:success' => 'Se han enviado las invitaciones.',
  31. 'invitefriends:invitations_sent' => 'Invitaciones enviadas: %s. Aqu&iacute; est&aacute;n los siguientes problemas:',
  32. 'invitefriends:email_error' => 'La siguiente direcci&oacute;n de email no es v&aacute;lida: %s',
  33. 'invitefriends:already_members' => 'La siguiente direcci&oacute;n ya est&aacute; registrada por %s',
  34. 'invitefriends:noemails' => 'No se han ingresado direcciones de email.',
  35. 'invitefriends:message:default' => 'Hola,
  36. Quiero invitarte a que te unas a la siguiente red: %s.',
  37. 'invitefriends:email' => 'Haz sido invitada a unirte a %s por %s. Su mensaje dice:
  38. %s
  39. Para unirte, ház click en el siguiente link:
  40. %s
  41. Y para ahorrarte algo de tiempo, un bot de la red se encargará de ponerte en contacto directo con quien te ha invitado. No respondas a éste mensaje, también está escrito por un robot ;-)',
  42. );