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.5KB

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