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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Vasil Vangelovski <vvangelovski@gmail.com>, 2016-2017
  6. # Vasil Vangelovski <vvangelovski@gmail.com>, 2013-2014
  7. # Vasil Vangelovski <vvangelovski@gmail.com>, 2012
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: django\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  13. "PO-Revision-Date: 2017-09-23 18:54+0000\n"
  14. "Last-Translator: Vasil Vangelovski <vvangelovski@gmail.com>\n"
  15. "Language-Team: Macedonian (http://www.transifex.com/django/django/language/"
  16. "mk/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: mk\n"
  21. "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
  22. msgid "Administrative Documentation"
  23. msgstr "Административна документација"
  24. msgid "Home"
  25. msgstr "Дома"
  26. msgid "Documentation"
  27. msgstr "Документација"
  28. msgid "Bookmarklets"
  29. msgstr "Обележувачи"
  30. msgid "Documentation bookmarklets"
  31. msgstr "Обележувачи на документација"
  32. msgid ""
  33. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  34. "click the link and add it to your bookmarks. Now you can select the "
  35. "bookmarklet from any page in the site."
  36. msgstr ""
  37. "За да инсталирате букмарклети повлечете го линкот во траката со bookmarks, "
  38. "или кликенете со десното копче и додадете го во bookmarks. Така ќе можете да "
  39. "го одберете букмарклетот од било која страна на сајтот."
  40. msgid "Documentation for this page"
  41. msgstr "Документација за оваа страница"
  42. msgid ""
  43. "Jumps you from any page to the documentation for the view that generates "
  44. "that page."
  45. msgstr ""
  46. "Ве носи од било која страница од документацијата до погледот кој ја генерира "
  47. "таа страница."
  48. msgid "Tags"
  49. msgstr "Тагови"
  50. msgid "List of all the template tags and their functions."
  51. msgstr "Листа на сите шаблонски тагови и нивните функции."
  52. msgid "Filters"
  53. msgstr "Филтри"
  54. msgid ""
  55. "Filters are actions which can be applied to variables in a template to alter "
  56. "the output."
  57. msgstr ""
  58. "Филтри се акции кои може да се применат на променливи во шаблон за менување "
  59. "на излезниот резултат."
  60. msgid "Models"
  61. msgstr "Модели"
  62. msgid ""
  63. "Models are descriptions of all the objects in the system and their "
  64. "associated fields. Each model has a list of fields which can be accessed as "
  65. "template variables"
  66. msgstr ""
  67. "Модели се описи на сите објекти во системот и нивните полиња. Секој модел "
  68. "има листа на полиња до кои може да се пристапи со променливи во шаблони."
  69. msgid "Views"
  70. msgstr "Погледи (вјуа)"
  71. msgid ""
  72. "Each page on the public site is generated by a view. The view defines which "
  73. "template is used to generate the page and which objects are available to "
  74. "that template."
  75. msgstr ""
  76. "Секоја страна на јавниот сајт се генерира од поглед. Подгледот дефинира кој "
  77. "шаблон се користи за да се генерира страната и кој објекти се достапни за "
  78. "тој шаблон."
  79. msgid "Tools for your browser to quickly access admin functionality."
  80. msgstr ""
  81. "Алатки за вашиот веб прегледувач за брз пристап до администраторските "
  82. "функционалности."
  83. msgid "Please install docutils"
  84. msgstr "Ве молиме инсталирајте docutils"
  85. #, python-format
  86. msgid ""
  87. "The admin documentation system requires Python's <a href=\"%(link)s"
  88. "\">docutils</a> library."
  89. msgstr ""
  90. "На админ документацискиот систем му е потребна <a href=\"%(link)s"
  91. "\">docutils</a> Python библиотеката."
  92. #, python-format
  93. msgid ""
  94. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  95. msgstr ""
  96. "Ве молиме побарајте од вашите администратори да инсталираат <a href="
  97. "\"%(link)s\">docutils</a>."
  98. #, python-format
  99. msgid "Model: %(name)s"
  100. msgstr "Модел %(name)s"
  101. msgid "Fields"
  102. msgstr "Полиња"
  103. msgid "Field"
  104. msgstr "Поле"
  105. msgid "Type"
  106. msgstr "Тип"
  107. msgid "Description"
  108. msgstr "Опис"
  109. msgid "Methods with arguments"
  110. msgstr "Методи со аргументи"
  111. msgid "Method"
  112. msgstr "Метод"
  113. msgid "Arguments"
  114. msgstr "Аргументи"
  115. msgid "Back to Model documentation"
  116. msgstr "Назад до документација за модели."
  117. msgid "Model documentation"
  118. msgstr "Документација за модели"
  119. msgid "Model groups"
  120. msgstr "Групи на модели"
  121. msgid "Templates"
  122. msgstr "Шаблони (темплејти)"
  123. #, python-format
  124. msgid "Template: %(name)s"
  125. msgstr "Шаблон: %(name)s"
  126. #, python-format
  127. msgid "Template: \"%(name)s\""
  128. msgstr "Шаблон: \"%(name)s\""
  129. #. Translators: Search is not a verb here, it qualifies path (a search path)
  130. #, python-format
  131. msgid "Search path for template \"%(name)s\":"
  132. msgstr "Пребарај ја патеката за шаблонот \"%(name)s\":"
  133. msgid "(does not exist)"
  134. msgstr "(не постои)"
  135. msgid "Back to Documentation"
  136. msgstr "Назад во документација"
  137. msgid "Template filters"
  138. msgstr "Шаблонски филтри"
  139. msgid "Template filter documentation"
  140. msgstr "Документација за шаблонски филтер"
  141. msgid "Built-in filters"
  142. msgstr "Вградени филтри"
  143. #, python-format
  144. msgid ""
  145. "To use these filters, put <code>%(code)s</code> in your template before "
  146. "using the filter."
  147. msgstr ""
  148. "За да ги користите овие филтри, внесете <code>%(code)s</code> во вашиот "
  149. "шаблон пред да го користите филтерот."
  150. msgid "Template tags"
  151. msgstr "Шаблонски тагови"
  152. msgid "Template tag documentation"
  153. msgstr "Документација за шаблонски таг"
  154. msgid "Built-in tags"
  155. msgstr "Вградени тагови"
  156. #, python-format
  157. msgid ""
  158. "To use these tags, put <code>%(code)s</code> in your template before using "
  159. "the tag."
  160. msgstr ""
  161. "За да ги користите овие тагови, внесете <code>%(code)s</code> во вашиот "
  162. "шаблон пред да го користите тагот."
  163. #, python-format
  164. msgid "View: %(name)s"
  165. msgstr "Поглед: %(name)s"
  166. msgid "Context:"
  167. msgstr "Контекст:"
  168. msgid "Templates:"
  169. msgstr "Шаблони:"
  170. msgid "Back to View documentation"
  171. msgstr "Назад до документација за погледи"
  172. msgid "View documentation"
  173. msgstr "Документација за поглед"
  174. msgid "Jump to namespace"
  175. msgstr "Скокни до именски простор"
  176. msgid "Empty namespace"
  177. msgstr "Празен именски простор"
  178. #, python-format
  179. msgid "Views by namespace %(name)s"
  180. msgstr "Погледи по именски простор %(name)s"
  181. msgid "Views by empty namespace"
  182. msgstr "Погледи по празен именски простор"
  183. #, python-format
  184. msgid ""
  185. "\n"
  186. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  187. "code>.\n"
  188. msgstr ""
  189. "\n"
  190. " Погледска функција (вју функција): <code>%(full_name)s</code>. Име: "
  191. "<code>%(url_name)s</code>.\n"
  192. msgid "tag:"
  193. msgstr "таг:"
  194. msgid "filter:"
  195. msgstr "филтер:"
  196. msgid "view:"
  197. msgstr "поглед:"
  198. #, python-format
  199. msgid "App %(app_label)r not found"
  200. msgstr "Апликацијата %(app_label)r не е пронајдена"
  201. #, python-format
  202. msgid "Model %(model_name)r not found in app %(app_label)r"
  203. msgstr "Моделот %(model_name)r не е најден во апликацијата %(app_label)r"
  204. msgid "model:"
  205. msgstr "модел:"
  206. #, python-format
  207. msgid "the related `%(app_label)s.%(data_type)s` object"
  208. msgstr "поврзаниот `%(app_label)s.%(data_type)s` објект"
  209. #, python-format
  210. msgid "related `%(app_label)s.%(object_name)s` objects"
  211. msgstr "поврзани `%(app_label)s.%(object_name)s` објекти"
  212. #, python-format
  213. msgid "all %s"
  214. msgstr "сите %s"
  215. #, python-format
  216. msgid "number of %s"
  217. msgstr "број на %s"
  218. #, python-format
  219. msgid "%s does not appear to be a urlpattern object"
  220. msgstr "%s не изгледа дека е url објект"