es.php 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. // Plugin settings
  25. 'admin:administer_utilities:notification_tools' => 'Herramientas de notificación',
  26. 'admin:notification_tools:enable' => 'Activar notificaciones',
  27. 'notification_tools:admin:enable:description_link' => 'aquí',
  28. 'notification_tools:admin:enable:description' => 'Ésta configuración solo afecta a las nuevas habitantes. También puedes activar las notificaciones para las habitantes que ya existen <u>%s</u>.',
  29. 'notification_tools:settings:personal' => 'Notificaciones personales',
  30. 'notification_tools:settings:collection' => 'Notificaciones de contactos',
  31. 'notification_tools:settings:group' => 'Notificaciones de grupos',
  32. // Bulk operations
  33. 'notification_tools:process:personal' => 'Activar las notificaciones personales para todas las habitantes (%s)',
  34. 'notification_tools:process:collection' => 'Activar las notificaciones mediante colecciones para todas las habitantes (%s)',
  35. 'notification_tools:process:group' => 'Activar las notificaciones de grupo para todas las participantes en el mismo (%s)',
  36. 'notification_tools:admin:activate' => 'Activar',
  37. 'notification_tools:error:no_methods' => 'Elige al menos un método de notificación',
  38. );