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 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. msgid ""
  5. msgstr ""
  6. "Project-Id-Version: django\n"
  7. "Report-Msgid-Bugs-To: \n"
  8. "POT-Creation-Date: 2015-01-17 11:07+0100\n"
  9. "PO-Revision-Date: 2015-01-18 08:34+0000\n"
  10. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  11. "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/django/"
  12. "language/lb/)\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: 8bit\n"
  16. "Language: lb\n"
  17. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  18. msgid "Administrative Documentation"
  19. msgstr ""
  20. msgid "Home"
  21. msgstr ""
  22. msgid "Documentation"
  23. msgstr ""
  24. msgid "Bookmarklets"
  25. msgstr ""
  26. msgid "Documentation bookmarklets"
  27. msgstr ""
  28. msgid ""
  29. "\n"
  30. "<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
  31. "toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
  32. "select the bookmarklet from any page in the site. Note that some of these\n"
  33. "bookmarklets require you to be viewing the site from a computer designated\n"
  34. "as \"internal\" (talk to your system administrator if you aren't sure if\n"
  35. "your computer is \"internal\").</p>\n"
  36. msgstr ""
  37. msgid "Documentation for this page"
  38. msgstr ""
  39. msgid ""
  40. "Jumps you from any page to the documentation for the view that generates "
  41. "that page."
  42. msgstr ""
  43. msgid "Show object ID"
  44. msgstr ""
  45. msgid ""
  46. "Shows the content-type and unique ID for pages that represent a single "
  47. "object."
  48. msgstr ""
  49. msgid "Edit this object (current window)"
  50. msgstr ""
  51. msgid "Jumps to the admin page for pages that represent a single object."
  52. msgstr ""
  53. msgid "Edit this object (new window)"
  54. msgstr ""
  55. msgid "As above, but opens the admin page in a new window."
  56. msgstr ""
  57. msgid "Tags"
  58. msgstr ""
  59. msgid "List of all the template tags and their functions."
  60. msgstr ""
  61. msgid "Filters"
  62. msgstr ""
  63. msgid ""
  64. "Filters are actions which can be applied to variables in a template to alter "
  65. "the output."
  66. msgstr ""
  67. msgid "Models"
  68. msgstr ""
  69. msgid ""
  70. "Models are descriptions of all the objects in the system and their "
  71. "associated fields. Each model has a list of fields which can be accessed as "
  72. "template variables"
  73. msgstr ""
  74. msgid "Views"
  75. msgstr ""
  76. msgid ""
  77. "Each page on the public site is generated by a view. The view defines which "
  78. "template is used to generate the page and which objects are available to "
  79. "that template."
  80. msgstr ""
  81. msgid "Tools for your browser to quickly access admin functionality."
  82. msgstr ""
  83. msgid "Please install docutils"
  84. msgstr ""
  85. #, python-format
  86. msgid ""
  87. "The admin documentation system requires Python's <a href=\"%(link)s"
  88. "\">docutils</a> library."
  89. msgstr ""
  90. #, python-format
  91. msgid ""
  92. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  93. msgstr ""
  94. #, python-format
  95. msgid "Model: %(name)s"
  96. msgstr ""
  97. msgid "Field"
  98. msgstr ""
  99. msgid "Type"
  100. msgstr ""
  101. msgid "Description"
  102. msgstr ""
  103. msgid "Back to Model Documentation"
  104. msgstr ""
  105. msgid "Model documentation"
  106. msgstr ""
  107. msgid "Model groups"
  108. msgstr ""
  109. msgid "Templates"
  110. msgstr ""
  111. #, python-format
  112. msgid "Template: %(name)s"
  113. msgstr ""
  114. #, python-format
  115. msgid "Template: \"%(name)s\""
  116. msgstr ""
  117. #, python-format
  118. msgid "Search path for template \"%(name)s\":"
  119. msgstr ""
  120. msgid "(does not exist)"
  121. msgstr ""
  122. msgid "Back to Documentation"
  123. msgstr ""
  124. msgid "Template filters"
  125. msgstr ""
  126. msgid "Template filter documentation"
  127. msgstr ""
  128. msgid "Built-in filters"
  129. msgstr ""
  130. #, python-format
  131. msgid ""
  132. "To use these filters, put <code>%(code)s</code> in your template before "
  133. "using the filter."
  134. msgstr ""
  135. msgid "Template tags"
  136. msgstr ""
  137. msgid "Template tag documentation"
  138. msgstr ""
  139. msgid "Built-in tags"
  140. msgstr ""
  141. #, python-format
  142. msgid ""
  143. "To use these tags, put <code>%(code)s</code> in your template before using "
  144. "the tag."
  145. msgstr ""
  146. #, python-format
  147. msgid "View: %(name)s"
  148. msgstr ""
  149. msgid "Context:"
  150. msgstr ""
  151. msgid "Templates:"
  152. msgstr ""
  153. msgid "Back to Views Documentation"
  154. msgstr ""
  155. msgid "View documentation"
  156. msgstr ""
  157. msgid "Jump to namespace"
  158. msgstr ""
  159. msgid "Empty namespace"
  160. msgstr ""
  161. #, python-format
  162. msgid "Views by namespace %(name)s"
  163. msgstr ""
  164. msgid "Views by empty namespace"
  165. msgstr ""
  166. #, python-format
  167. msgid ""
  168. "\n"
  169. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  170. "code>.\n"
  171. msgstr ""
  172. msgid "Boolean (Either True or False)"
  173. msgstr ""
  174. #, python-format
  175. msgid "Field of type: %(field_type)s"
  176. msgstr ""
  177. msgid "tag:"
  178. msgstr ""
  179. msgid "filter:"
  180. msgstr ""
  181. msgid "view:"
  182. msgstr ""
  183. #, python-format
  184. msgid "App %(app_label)r not found"
  185. msgstr ""
  186. #, python-format
  187. msgid "Model %(model_name)r not found in app %(app_label)r"
  188. msgstr ""
  189. msgid "model:"
  190. msgstr ""
  191. #, python-format
  192. msgid "the related `%(app_label)s.%(data_type)s` object"
  193. msgstr ""
  194. #, python-format
  195. msgid "related `%(app_label)s.%(object_name)s` objects"
  196. msgstr ""
  197. #, python-format
  198. msgid "all %s"
  199. msgstr ""
  200. #, python-format
  201. msgid "number of %s"
  202. msgstr ""
  203. #, python-format
  204. msgid "%s does not appear to be a urlpattern object"
  205. msgstr ""