es.php 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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:all' => 'Todos los contactos',
  25. 'notifications:subscriptions:personal:description' => 'Recibir notificaciones por acciones hechas en tus contenidos',
  26. 'notifications:subscriptions:personal:title' => 'Notificaciones personales',
  27. 'notifications:subscriptions:friends:title' => 'Contactos',
  28. 'notifications:subscriptions:friends:description' => 'A continuaci&oacute;n est&aacute; la colecci&oacute;n de contactos. Seleccionar una colecci&oacute; habilitar&aacute; las notificaciones de los contactos en dicha colecci&oacute;n.',
  29. 'notifications:subscriptions:collections:edit' => 'Para habilitar el acceso compartido a la notificaciones, haz click aqu&iacute;.',
  30. 'notifications:subscriptions:changesettings' => 'Notificaciones',
  31. 'notifications:subscriptions:changesettings:groups' => 'Notificaciones de grupos',
  32. 'notifications:subscriptions:title' => 'Notificaciones por habitante',
  33. 'notifications:subscriptions:description' => 'Para recibir notificaciones de tus contactos cuando creen nuevo contenido, busca a continuaci&oacute;n y selecciona las notificaciones que desees recibir.',
  34. 'notifications:subscriptions:groups:description' => 'Para recibir notificaciones de contenidos nuevos de los grupos en los que participas, busca a continuaci&oacute;n y selecciona las notificaciones que desees recibir.',
  35. 'notifications:subscriptions:success' => 'Tu configuraci&oacute;n de notificaciones ha sido guardada.',
  36. );