es.php 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. /**
  25. * Menu items and titles
  26. */
  27. 'file' => "Archivos",
  28. 'file:user' => "Archvos de %s",
  29. 'file:friends' => "Archivos de contactos",
  30. 'file:all' => "Archivos de toda la red",
  31. 'file:edit' => "Editar archivo",
  32. 'file:more' => "Mover archivo",
  33. 'file:list' => "Listar archivos",
  34. 'file:group' => "Archivos de los Grupos",
  35. 'file:gallery' => "vista de galer&iacute;a",
  36. 'file:gallery_list' => "Galer&iacute;a o vista de lista",
  37. 'file:num_files' => "N&uacute;mero de archivos a mostrar",
  38. 'file:user:gallery'=>'Ver galer&iacute;a de %s',
  39. 'file:upload' => "Subir un archivo",
  40. 'file:replace' => 'Reemplazar los contenidos del archivo (deja en blanco para no cambiar el archivo)',
  41. 'file:list:title' => "%s's %s %s",
  42. 'file:title:friends' => "Contactos'",
  43. 'file:add' => 'Subir un archivo',
  44. 'file:file' => "Archivo",
  45. 'file:list:list' => 'Cambiar a vista de lista',
  46. 'file:list:gallery' => 'Cambiar a vista de galer&iacute;a',
  47. 'file:types' => "Tipos de archivos subidos",
  48. 'file:type:' => 'Archivos',
  49. 'file:type:all' => "Todos los archivos",
  50. 'file:type:video' => "Videos",
  51. 'file:type:document' => "Documentos",
  52. 'file:type:audio' => "Audio",
  53. 'file:type:image' => "Im&aacute;genes",
  54. 'file:type:general' => "General",
  55. 'file:user:type:video' => "Videos de %s",
  56. 'file:user:type:document' => "Documentos de %s",
  57. 'file:user:type:audio' => "Archivos de audio de %s",
  58. 'file:user:type:image' => "Im&aacute;genes de %s",
  59. 'file:user:type:general' => "Archivos de %s",
  60. 'file:friends:type:video' => "Videos de tus contactos",
  61. 'file:friends:type:document' => "Documentos de tus contactos",
  62. 'file:friends:type:audio' => "Archivos de audio de tus contactos",
  63. 'file:friends:type:image' => "Im&aacute;genes de tus contactos",
  64. 'file:friends:type:general' => "Archivos de tus contactos",
  65. 'file:widget' => "Modulo de archivos",
  66. 'file:widget:description' => "Mostrar tus &uacute;ltimos archivos",
  67. 'groups:enablefiles' => 'Archivos',
  68. 'file:delete:confirm' => "&iquest;Seguro que deseas borrar el archivo?",
  69. 'file:upload_limit' => 'El tamaño máximo permitido por fichero son %s.',
  70. 'file:tagcloud' => "Nube de etiquetas",
  71. 'file:display:number' => "N&uacute;mero de archivos a mostrar",
  72. 'river:create:object:file' => '%s ha subido el archivo %s',
  73. 'river:comment:object:file' => '%s ha comentado el archivo %s',
  74. 'item:object:file' => 'Archivo',
  75. 'file:notify:summary' => 'Nuevo archivo llamado %s',
  76. 'file:notify:subject' => 'Nuevo archivo: %s',
  77. 'file:notify:body' =>
  78. '%s subió un nuevo archivo: %s
  79. %s
  80. Para ver y comentar en el archivo:
  81. %s
  82. ',
  83. /**
  84. * Status messages
  85. */
  86. 'file:saved' => "Tu archivo ha sido guardado exitosamente.",
  87. 'file:deleted' => "Tu archivo fue borrado exitosamente.",
  88. /**
  89. * Error messages
  90. */
  91. 'file:none' => "No hay archivos.",
  92. 'file:uploadfailed' => "No se pudo guardar el archivo.",
  93. 'file:downloadfailed' => "El archvo no est&aacute; disponible momentaneamente.",
  94. 'file:deletefailed' => "El archivo no pudo ser borrado, de momento.",
  95. 'file:noaccess' => "No tienes permisos para modficar el archivo",
  96. 'file:nofile' => "Debes seleccionar un archivo",
  97. );