django.po 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. # Sebastián Ramírez Magrí <sebasmagri@gmail.com>, 2011
  7. # Eduardo Rivas <jerivasmelgar@gmail.com>, 2015.
  8. #
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Mezzanine\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2015-04-09 13:38-0600\n"
  14. "PO-Revision-Date: 2015-04-09 13:40-0600\n"
  15. "Last-Translator: Eduardo Rivas <jerivasmelgar@gmail.com>\n"
  16. "Language-Team: Español; Castellano <>\n"
  17. "Language: es\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. "X-Generator: Gtranslator 2.91.6\n"
  23. #: templates/mobile/404.html:6
  24. msgid "Page not found"
  25. msgstr "Página no encontrada"
  26. #: templates/mobile/404.html:10
  27. msgid "The page you requested does not exist."
  28. msgstr "La página solicitada no existe."
  29. #: templates/mobile/500.html:6
  30. msgid "Error"
  31. msgstr "Error"
  32. #: templates/mobile/500.html:10
  33. msgid "Sorry, an error occurred."
  34. msgstr "Lo sentimos, ha ocurrido un error."
  35. #: templates/mobile/base.html:36 templates/mobile/index.html:6
  36. msgid "Home"
  37. msgstr "Inicio"
  38. #: templates/mobile/base.html:48
  39. msgid "Powered by"
  40. msgstr "Gracias a"
  41. #: templates/mobile/base.html:49
  42. msgid "View Full Site"
  43. msgstr "Ver sitio para escritorio"
  44. #: templates/mobile/blog/blog_post_detail.html:23
  45. msgid "Posted by"
  46. msgstr "Publicado por"
  47. #: templates/mobile/blog/blog_post_detail.html:30
  48. #: templates/mobile/blog/blog_post_list.html:28
  49. #, python-format
  50. msgid "%(sometime)s ago"
  51. msgstr "hace %(sometime)s"
  52. #: templates/mobile/blog/blog_post_detail.html:41
  53. msgid "Tags"
  54. msgstr "Etiquetas"
  55. #: templates/mobile/blog/blog_post_detail.html:52
  56. msgid "Share this on:"
  57. msgstr "Compartir esto en:"
  58. #: templates/mobile/blog/blog_post_detail.html:54
  59. msgid "or"
  60. msgstr "o"
  61. #: templates/mobile/blog/blog_post_list.html:4
  62. #: templates/mobile/blog/blog_post_list.html:19
  63. msgid "Blog"
  64. msgstr "Blog"
  65. #: templates/mobile/includes/pagination.html:6
  66. msgid "Previous"
  67. msgstr "Anterior"
  68. #: templates/mobile/includes/pagination.html:9
  69. msgid "Next"
  70. msgstr "Siguiente"
  71. #: templates/mobile/includes/search.html:4
  72. msgid "Search"
  73. msgstr "Búsqueda"
  74. #: templates/mobile/includes/search.html:5
  75. msgid "Use "
  76. msgstr "Use"
  77. #: templates/mobile/includes/search.html:5
  78. msgid "quotes"
  79. msgstr "comillas"
  80. #: templates/mobile/includes/search.html:5
  81. msgid ""
  82. " for exact phrases, + to make a word or phrase required, and - to exclude a "
  83. "word or phrase."
  84. msgstr ""
  85. " para frases exactas, + para hacer que una palabra o una frase sea "
  86. "requerida, y - para excluir una palabra o frase."
  87. #: templates/mobile/index.html:10
  88. msgid "This is the mobile homepage."
  89. msgstr "Esta es la página de inicio para móviles."
  90. #: templates/mobile/search_results.html:5
  91. #: templates/mobile/search_results.html:6
  92. msgid "Search Results"
  93. msgstr "Resultados de búsqueda"
  94. #: templates/mobile/search_results.html:12
  95. msgid "No results were found matching your query: "
  96. msgstr "No se encontraron resultados que coinciden con su consulta:"
  97. #: templates/mobile/search_results.html:14
  98. msgid "Showing"
  99. msgstr "Mostrando"
  100. #: templates/mobile/search_results.html:14
  101. msgid "to"
  102. msgstr "a"
  103. #: templates/mobile/search_results.html:14
  104. msgid "of"
  105. msgstr "de"
  106. #: templates/mobile/search_results.html:15
  107. msgid "results matching your query:"
  108. msgstr "resultados que coinciden con su consulta:"
  109. #: templates/mobile/search_results.html:23
  110. msgid "read more"
  111. msgstr "leer más"