es.php 1.8 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. add_translation('es', array(
  24. 'gallery_field:edit_images' => "Editar fotos adjuntas",
  25. 'gallery_field:delete_confirm' => "elemento(s) serán borrados. Continuar?",
  26. 'gallery_field:delete_empty' => "No se ha seleccionado ninguna foto",
  27. 'gallery_field:editor_preview' => "Para editar las fotos selecciona una opción",
  28. 'gallery_field:delete_info' => "Elige las fotos que quieras borrar (se marcarán en rojo).",
  29. 'gallery_field:sort_info' => "Ordenación activada. Ordena las fotos como prefieras.",
  30. 'gallery_field:enable_blog' => "Activar la galería para las entradas del Blog?",
  31. 'gallery_field:enable_pages' => "Activar la galería para las entradas del Páginas?",
  32. "gallery_field:loading" => "Subiendo... No refresques la página!",
  33. 'gallery_field:only_jpg' => "Solo están soportados los ficheros con extensión: JPG",
  34. 'gallery_field:bad_file' => "Fichero JPG erróneo",
  35. 'gallery_field:files_uploaded' => "Ficheros subidos",
  36. 'gallery_field:max_upload_exceed' => "El fichero es demasiado grande",
  37. ));