Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 6.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Carlos Muñoz <cmuozdiaz@outlook.com>, 2015
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: django\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  10. "PO-Revision-Date: 2017-09-19 19:11+0000\n"
  11. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  12. "Language-Team: Spanish (Colombia) (http://www.transifex.com/django/django/"
  13. "language/es_CO/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: es_CO\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. msgid "Administrative Documentation"
  20. msgstr "Documentación Administrativa"
  21. msgid "Home"
  22. msgstr "Inicio"
  23. msgid "Documentation"
  24. msgstr "Documentación"
  25. msgid "Bookmarklets"
  26. msgstr "Bookmarklets"
  27. msgid "Documentation bookmarklets"
  28. msgstr "Documentación de Bookmarklets"
  29. msgid ""
  30. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  31. "click the link and add it to your bookmarks. Now you can select the "
  32. "bookmarklet from any page in the site."
  33. msgstr ""
  34. "Para instalar bookmarklets, arrastre el enlace a tu barra de marcadores, o "
  35. "haga clic derecho en el enlace y agregarlo a tus marcadores. Ahora puede "
  36. "seleccionar el bookmarklet desde cualquier página en el sitio."
  37. msgid "Documentation for this page"
  38. msgstr "Documentación para esta página"
  39. msgid ""
  40. "Jumps you from any page to the documentation for the view that generates "
  41. "that page."
  42. msgstr "Ir desde cualquier página a la documentación de vista que la genera."
  43. msgid "Tags"
  44. msgstr "Etiquetas"
  45. msgid "List of all the template tags and their functions."
  46. msgstr "Lista de todas las etiquetas de plantillas y sus funciones."
  47. msgid "Filters"
  48. msgstr "Filtros"
  49. msgid ""
  50. "Filters are actions which can be applied to variables in a template to alter "
  51. "the output."
  52. msgstr ""
  53. "Los filtros son acciones que pueden ser aplicadas a variables en la "
  54. "plantilla para cambiar el resultado."
  55. msgid "Models"
  56. msgstr "Modelos"
  57. msgid ""
  58. "Models are descriptions of all the objects in the system and their "
  59. "associated fields. Each model has a list of fields which can be accessed as "
  60. "template variables"
  61. msgstr ""
  62. "Los modelos son descripción de los objetos del sistema y sus campos "
  63. "asociados. Cada modelo tiene una lista de campos a la que se puede acceder "
  64. "como variables de plantilla"
  65. msgid "Views"
  66. msgstr "Vistas"
  67. msgid ""
  68. "Each page on the public site is generated by a view. The view defines which "
  69. "template is used to generate the page and which objects are available to "
  70. "that template."
  71. msgstr ""
  72. "Cada página del sitio es generada por una vista. En la vista se define que "
  73. "plantilla se utilizara para generar la página y que objetos están "
  74. "disponibles para esa plantilla."
  75. msgid "Tools for your browser to quickly access admin functionality."
  76. msgstr ""
  77. "Herramientas para su navegador para acceder rápidamente a la funcionalidad "
  78. "de administrador"
  79. msgid "Please install docutils"
  80. msgstr "Por favor instale docutils"
  81. #, python-format
  82. msgid ""
  83. "The admin documentation system requires Python's <a href=\"%(link)s"
  84. "\">docutils</a> library."
  85. msgstr ""
  86. "El sistema de documentación de la administración require la biblioteca <a "
  87. "href=\"%(link)s\">docutils</a> de Python."
  88. #, python-format
  89. msgid ""
  90. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  91. msgstr ""
  92. "Por favor pregunte a su administrador como instalar <a href=\"%(link)s"
  93. "\">docutils</a>."
  94. #, python-format
  95. msgid "Model: %(name)s"
  96. msgstr "Modelo: %(name)s"
  97. msgid "Fields"
  98. msgstr "Campos"
  99. msgid "Field"
  100. msgstr "Campo"
  101. msgid "Type"
  102. msgstr "Tipo"
  103. msgid "Description"
  104. msgstr "Descripción"
  105. msgid "Methods with arguments"
  106. msgstr "Métodos con argumentos"
  107. msgid "Method"
  108. msgstr "Método"
  109. msgid "Arguments"
  110. msgstr "Argumentos"
  111. msgid "Back to Model documentation"
  112. msgstr ""
  113. msgid "Model documentation"
  114. msgstr "Documentación del Modelo"
  115. msgid "Model groups"
  116. msgstr "Grupo de modelos"
  117. msgid "Templates"
  118. msgstr "Plantillas"
  119. #, python-format
  120. msgid "Template: %(name)s"
  121. msgstr "Plantilla: %(name)s"
  122. #, python-format
  123. msgid "Template: \"%(name)s\""
  124. msgstr "Plantilla: \"%(name)s\""
  125. #. Translators: Search is not a verb here, it qualifies path (a search path)
  126. #, python-format
  127. msgid "Search path for template \"%(name)s\":"
  128. msgstr "Burscar ruta para la plantilla \"%(name)s\":"
  129. msgid "(does not exist)"
  130. msgstr "(no existe)"
  131. msgid "Back to Documentation"
  132. msgstr "Volver a la documentación"
  133. msgid "Template filters"
  134. msgstr "Filtros de plantilla"
  135. msgid "Template filter documentation"
  136. msgstr "Documentación de los filtros de plantilla"
  137. msgid "Built-in filters"
  138. msgstr "Filtros incorporados"
  139. #, python-format
  140. msgid ""
  141. "To use these filters, put <code>%(code)s</code> in your template before "
  142. "using the filter."
  143. msgstr ""
  144. "Para utilizar estos filtros, incluya <code>%(code)s</code> en su plantilla "
  145. "antes de usar el filtro."
  146. msgid "Template tags"
  147. msgstr "Etiquetas de plantilla"
  148. msgid "Template tag documentation"
  149. msgstr "Documentación de las etiquetas de plantilla"
  150. msgid "Built-in tags"
  151. msgstr "Etiquetas incorporadas"
  152. #, python-format
  153. msgid ""
  154. "To use these tags, put <code>%(code)s</code> in your template before using "
  155. "the tag."
  156. msgstr ""
  157. "Para utilizar estas etiquetas, incluya <code>%(code)s</code> en su plantilla "
  158. "antes de utilizar la etiqueta."
  159. #, python-format
  160. msgid "View: %(name)s"
  161. msgstr "Vista: %(name)s"
  162. msgid "Context:"
  163. msgstr "Contexto:"
  164. msgid "Templates:"
  165. msgstr "Plantillas:"
  166. msgid "Back to View documentation"
  167. msgstr ""
  168. msgid "View documentation"
  169. msgstr "Documentación de la vista"
  170. msgid "Jump to namespace"
  171. msgstr "Ir al namespace"
  172. msgid "Empty namespace"
  173. msgstr "Namespace vacío"
  174. #, python-format
  175. msgid "Views by namespace %(name)s"
  176. msgstr "Vistas por namespace %(name)s"
  177. msgid "Views by empty namespace"
  178. msgstr "Vistas por namespace vacío"
  179. #, python-format
  180. msgid ""
  181. "\n"
  182. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  183. "code>.\n"
  184. msgstr ""
  185. "\n"
  186. "Ver función: <code>%(full_name)s</code>. Nombre: <code>%(url_name)s</code>.\n"
  187. msgid "tag:"
  188. msgstr "etiqueta:"
  189. msgid "filter:"
  190. msgstr "filtro:"
  191. msgid "view:"
  192. msgstr "vista:"
  193. #, python-format
  194. msgid "App %(app_label)r not found"
  195. msgstr "Aplicación %(app_label)r no encontrada"
  196. #, python-format
  197. msgid "Model %(model_name)r not found in app %(app_label)r"
  198. msgstr "Modelo %(model_name)r no encontrado en la aplicación %(app_label)r"
  199. msgid "model:"
  200. msgstr "modelo:"
  201. #, python-format
  202. msgid "the related `%(app_label)s.%(data_type)s` object"
  203. msgstr "el objeto relacionado'%(app_label)s.%(data_type)s'"
  204. #, python-format
  205. msgid "related `%(app_label)s.%(object_name)s` objects"
  206. msgstr "objectos relacionados '%(app_label)s.%(object_name)s'"
  207. #, python-format
  208. msgid "all %s"
  209. msgstr "todo %s"
  210. #, python-format
  211. msgid "number of %s"
  212. msgstr "numero de %s"
  213. #, python-format
  214. msgid "%s does not appear to be a urlpattern object"
  215. msgstr "%s no parece ser un objecto urlpattern"