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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Boris Chervenkov <office@sentido.bg>, 2012
  5. # Claude Paroz <claude@2xlibre.net>, 2014
  6. # Jannis Leidel <jannis@leidel.info>, 2011
  7. # Lyuboslav Petrov <petrov.lyuboslav@gmail.com>, 2014
  8. # Todor Lubenov <tgl.sysdev@gmail.com>, 2014-2015
  9. # Venelin Stoykov <vkstoykov@gmail.com>, 2015-2017
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: django\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  15. "PO-Revision-Date: 2017-11-17 08:33+0000\n"
  16. "Last-Translator: Venelin Stoykov <vkstoykov@gmail.com>\n"
  17. "Language-Team: Bulgarian (http://www.transifex.com/django/django/language/"
  18. "bg/)\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=UTF-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Language: bg\n"
  23. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  24. #, python-format
  25. msgid "Successfully deleted %(count)d %(items)s."
  26. msgstr "Успешно изтрити %(count)d %(items)s ."
  27. #, python-format
  28. msgid "Cannot delete %(name)s"
  29. msgstr "Не можете да изтриете %(name)s"
  30. msgid "Are you sure?"
  31. msgstr "Сигурни ли сте?"
  32. #, python-format
  33. msgid "Delete selected %(verbose_name_plural)s"
  34. msgstr "Изтриване на избраните %(verbose_name_plural)s"
  35. msgid "Administration"
  36. msgstr "Администрация"
  37. msgid "All"
  38. msgstr "Всички"
  39. msgid "Yes"
  40. msgstr "Да"
  41. msgid "No"
  42. msgstr "Не"
  43. msgid "Unknown"
  44. msgstr "Неизвестно"
  45. msgid "Any date"
  46. msgstr "Коя-да-е дата"
  47. msgid "Today"
  48. msgstr "Днес"
  49. msgid "Past 7 days"
  50. msgstr "Последните 7 дни"
  51. msgid "This month"
  52. msgstr "Този месец"
  53. msgid "This year"
  54. msgstr "Тази година"
  55. msgid "No date"
  56. msgstr "Няма дата"
  57. msgid "Has date"
  58. msgstr "Има дата"
  59. #, python-format
  60. msgid ""
  61. "Please enter the correct %(username)s and password for a staff account. Note "
  62. "that both fields may be case-sensitive."
  63. msgstr ""
  64. "Моля въведете правилния %(username)s и парола за администраторски акаунт. "
  65. "Моля забележете, че и двете полета са с главни и малки букви."
  66. msgid "Action:"
  67. msgstr "Действие:"
  68. #, python-format
  69. msgid "Add another %(verbose_name)s"
  70. msgstr "Добави друг %(verbose_name)s"
  71. msgid "Remove"
  72. msgstr "Премахване"
  73. msgid "action time"
  74. msgstr "време на действие"
  75. msgid "user"
  76. msgstr "потребител"
  77. msgid "content type"
  78. msgstr "тип на съдържанието"
  79. msgid "object id"
  80. msgstr "id на обекта"
  81. #. Translators: 'repr' means representation
  82. #. (https://docs.python.org/3/library/functions.html#repr)
  83. msgid "object repr"
  84. msgstr "repr на обекта"
  85. msgid "action flag"
  86. msgstr "флаг за действие"
  87. msgid "change message"
  88. msgstr "промени съобщение"
  89. msgid "log entry"
  90. msgstr "записка"
  91. msgid "log entries"
  92. msgstr "записки"
  93. #, python-format
  94. msgid "Added \"%(object)s\"."
  95. msgstr "Добавен \"%(object)s\"."
  96. #, python-format
  97. msgid "Changed \"%(object)s\" - %(changes)s"
  98. msgstr "Променени \"%(object)s\" - %(changes)s"
  99. #, python-format
  100. msgid "Deleted \"%(object)s.\""
  101. msgstr "Изтрит \"%(object)s.\""
  102. msgid "LogEntry Object"
  103. msgstr "LogEntry обект"
  104. #, python-brace-format
  105. msgid "Added {name} \"{object}\"."
  106. msgstr "Добавено {name} \"{object}\"."
  107. msgid "Added."
  108. msgstr "Добавено."
  109. msgid "and"
  110. msgstr "и"
  111. #, python-brace-format
  112. msgid "Changed {fields} for {name} \"{object}\"."
  113. msgstr "Променени {fields} за {name} \"{object}\"."
  114. #, python-brace-format
  115. msgid "Changed {fields}."
  116. msgstr "Променени {fields}."
  117. #, python-brace-format
  118. msgid "Deleted {name} \"{object}\"."
  119. msgstr "Изтрит {name} \"{object}\"."
  120. msgid "No fields changed."
  121. msgstr "Няма променени полета."
  122. msgid "None"
  123. msgstr "Празно"
  124. msgid ""
  125. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  126. msgstr ""
  127. "Задръжте \"Control\", или \"Command\" на Mac, за да изберете повече от един."
  128. #, python-brace-format
  129. msgid ""
  130. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  131. msgstr ""
  132. "Обектът {name} \"{obj}\" бе успешно добавен. Може да го редактирате по-"
  133. "долу. "
  134. #, python-brace-format
  135. msgid ""
  136. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  137. "below."
  138. msgstr ""
  139. "Обектът {name} \"{obj}\" бе успешно добавен. Можете да добавите още един "
  140. "обект {name} по-долу."
  141. #, python-brace-format
  142. msgid "The {name} \"{obj}\" was added successfully."
  143. msgstr "Обектът {name} \"{obj}\" бе успешно добавен. "
  144. #, python-brace-format
  145. msgid ""
  146. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  147. msgstr ""
  148. "Обектът {name} \"{obj}\" бе успешно променен. Може да го редактирате по-"
  149. "долу. "
  150. #, python-brace-format
  151. msgid ""
  152. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  153. "below."
  154. msgstr ""
  155. "Обектът {name} \"{obj}\" бе успешно променен. Можете да добавите още един "
  156. "обект {name} по-долу."
  157. #, python-brace-format
  158. msgid "The {name} \"{obj}\" was changed successfully."
  159. msgstr "Обектът {name} \"{obj}\" бе успешно променен."
  160. msgid ""
  161. "Items must be selected in order to perform actions on them. No items have "
  162. "been changed."
  163. msgstr ""
  164. "Елементите трябва да бъдат избрани, за да се извършат действия по тях. Няма "
  165. "променени елементи."
  166. msgid "No action selected."
  167. msgstr "Няма избрани действия."
  168. #, python-format
  169. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  170. msgstr "Обектът %(name)s \"%(obj)s\" бе успешно изтрит. "
  171. #, python-format
  172. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  173. msgstr "%(name)s с ИД \"%(key)s\" несъществува. Може би е изтрито?"
  174. #, python-format
  175. msgid "Add %s"
  176. msgstr "Добави %s"
  177. #, python-format
  178. msgid "Change %s"
  179. msgstr "Промени %s"
  180. msgid "Database error"
  181. msgstr "Грешка в базата данни"
  182. #, python-format
  183. msgid "%(count)s %(name)s was changed successfully."
  184. msgid_plural "%(count)s %(name)s were changed successfully."
  185. msgstr[0] "%(count)s %(name)s беше променено успешно."
  186. msgstr[1] "%(count)s %(name)s бяха променени успешно."
  187. #, python-format
  188. msgid "%(total_count)s selected"
  189. msgid_plural "All %(total_count)s selected"
  190. msgstr[0] "%(total_count)s е избран"
  191. msgstr[1] "Всички %(total_count)s са избрани"
  192. #, python-format
  193. msgid "0 of %(cnt)s selected"
  194. msgstr "0 от %(cnt)s са избрани"
  195. #, python-format
  196. msgid "Change history: %s"
  197. msgstr "История на промените: %s"
  198. #. Translators: Model verbose name and instance representation,
  199. #. suitable to be an item in a list.
  200. #, python-format
  201. msgid "%(class_name)s %(instance)s"
  202. msgstr "%(class_name)s %(instance)s"
  203. #, python-format
  204. msgid ""
  205. "Deleting %(class_name)s %(instance)s would require deleting the following "
  206. "protected related objects: %(related_objects)s"
  207. msgstr ""
  208. "Изтриването на избраните %(class_name)s %(instance)s ще наложи изтриването "
  209. "на следните защитени и свързани обекти: %(related_objects)s"
  210. msgid "Django site admin"
  211. msgstr "Административен панел"
  212. msgid "Django administration"
  213. msgstr "Административен панел"
  214. msgid "Site administration"
  215. msgstr "Администрация на сайта"
  216. msgid "Log in"
  217. msgstr "Вход"
  218. #, python-format
  219. msgid "%(app)s administration"
  220. msgstr "%(app)s администрация"
  221. msgid "Page not found"
  222. msgstr "Страница не е намерена"
  223. msgid "We're sorry, but the requested page could not be found."
  224. msgstr "Съжалявам, но исканата страница не е намерена."
  225. msgid "Home"
  226. msgstr "Начало"
  227. msgid "Server error"
  228. msgstr "Сървърна грешка"
  229. msgid "Server error (500)"
  230. msgstr "Сървърна грешка (500)"
  231. msgid "Server Error <em>(500)</em>"
  232. msgstr "Сървърна грешка <em>(500)</em>"
  233. msgid ""
  234. "There's been an error. It's been reported to the site administrators via "
  235. "email and should be fixed shortly. Thanks for your patience."
  236. msgstr ""
  237. "Станала е грешка. Съобщава се на администраторите на сайта по електронна "
  238. "поща и трябва да бъде поправено скоро. Благодарим ви за търпението."
  239. msgid "Run the selected action"
  240. msgstr "Стартирай избраните действия"
  241. msgid "Go"
  242. msgstr "Напред"
  243. msgid "Click here to select the objects across all pages"
  244. msgstr "Щракнете тук, за да изберете обектите във всички страници"
  245. #, python-format
  246. msgid "Select all %(total_count)s %(module_name)s"
  247. msgstr "Избери всички %(total_count)s %(module_name)s"
  248. msgid "Clear selection"
  249. msgstr "Изтрий избраното"
  250. msgid ""
  251. "First, enter a username and password. Then, you'll be able to edit more user "
  252. "options."
  253. msgstr ""
  254. "Първо въведете потребител и парола. След това ще можете да редактирате "
  255. "повече детайли. "
  256. msgid "Enter a username and password."
  257. msgstr "Въведете потребителско име и парола."
  258. msgid "Change password"
  259. msgstr "Промени парола"
  260. msgid "Please correct the error below."
  261. msgstr "Моля, поправете грешките по-долу."
  262. msgid "Please correct the errors below."
  263. msgstr "Моля поправете грешките по-долу."
  264. #, python-format
  265. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  266. msgstr "Въведете нова парола за потребител <strong>%(username)s</strong>."
  267. msgid "Welcome,"
  268. msgstr "Добре дошли,"
  269. msgid "View site"
  270. msgstr "Виж сайта"
  271. msgid "Documentation"
  272. msgstr "Документация"
  273. msgid "Log out"
  274. msgstr "Изход"
  275. #, python-format
  276. msgid "Add %(name)s"
  277. msgstr "Добави %(name)s"
  278. msgid "History"
  279. msgstr "История"
  280. msgid "View on site"
  281. msgstr "Разгледай в сайта"
  282. msgid "Filter"
  283. msgstr "Филтър"
  284. msgid "Remove from sorting"
  285. msgstr "Премахни от подреждането"
  286. #, python-format
  287. msgid "Sorting priority: %(priority_number)s"
  288. msgstr "Ред на подреждане: %(priority_number)s"
  289. msgid "Toggle sorting"
  290. msgstr "Обърни подреждането"
  291. msgid "Delete"
  292. msgstr "Изтрий"
  293. #, python-format
  294. msgid ""
  295. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  296. "related objects, but your account doesn't have permission to delete the "
  297. "following types of objects:"
  298. msgstr ""
  299. "Изтриването на обекта %(object_name)s '%(escaped_object)s' не може да бъде "
  300. "извършено без да се изтрият и някои свързани обекти, върху които обаче "
  301. "нямате права: "
  302. #, python-format
  303. msgid ""
  304. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  305. "following protected related objects:"
  306. msgstr ""
  307. "Изтриването на %(object_name)s '%(escaped_object)s' ще доведе до "
  308. "заличаването на следните защитени свързани обекти:"
  309. #, python-format
  310. msgid ""
  311. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  312. "All of the following related items will be deleted:"
  313. msgstr ""
  314. "Наистина ли искате да изтриете обектите %(object_name)s \"%(escaped_object)s"
  315. "\"? Следните свързани елементи също ще бъдат изтрити:"
  316. msgid "Objects"
  317. msgstr "Обекти"
  318. msgid "Yes, I'm sure"
  319. msgstr "Да, сигурен съм"
  320. msgid "No, take me back"
  321. msgstr "Не, върни ме обратно"
  322. msgid "Delete multiple objects"
  323. msgstr "Изтриване на множество обекти"
  324. #, python-format
  325. msgid ""
  326. "Deleting the selected %(objects_name)s would result in deleting related "
  327. "objects, but your account doesn't have permission to delete the following "
  328. "types of objects:"
  329. msgstr ""
  330. "Изтриването на избраните %(objects_name)s ще доведе до изтриване на свързани "
  331. "обекти. Вашият профил няма права за изтриване на следните типове обекти:"
  332. #, python-format
  333. msgid ""
  334. "Deleting the selected %(objects_name)s would require deleting the following "
  335. "protected related objects:"
  336. msgstr ""
  337. "Изтриването на избраните %(objects_name)s ще доведе до заличаването на "
  338. "следните защитени свързани обекти:"
  339. #, python-format
  340. msgid ""
  341. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  342. "following objects and their related items will be deleted:"
  343. msgstr ""
  344. "Наистина ли искате да изтриете избраните %(objects_name)s? Всички изброени "
  345. "обекти и свързаните с тях ще бъдат изтрити:"
  346. msgid "Change"
  347. msgstr "Промени"
  348. msgid "Delete?"
  349. msgstr "Изтриване?"
  350. #, python-format
  351. msgid " By %(filter_title)s "
  352. msgstr " По %(filter_title)s "
  353. msgid "Summary"
  354. msgstr "Резюме"
  355. #, python-format
  356. msgid "Models in the %(name)s application"
  357. msgstr "Моделите в %(name)s приложение"
  358. msgid "Add"
  359. msgstr "Добави"
  360. msgid "You don't have permission to edit anything."
  361. msgstr "Нямате права да редактирате каквото и да е."
  362. msgid "Recent actions"
  363. msgstr "Последни действия"
  364. msgid "My actions"
  365. msgstr "Моите действия"
  366. msgid "None available"
  367. msgstr "Няма налични"
  368. msgid "Unknown content"
  369. msgstr "Неизвестно съдържание"
  370. msgid ""
  371. "Something's wrong with your database installation. Make sure the appropriate "
  372. "database tables have been created, and make sure the database is readable by "
  373. "the appropriate user."
  374. msgstr ""
  375. "Проблем с базата данни. Проверете дали необходимите таблици са създадени и "
  376. "дали съответния потребител има необходимите права за достъп. "
  377. #, python-format
  378. msgid ""
  379. "You are authenticated as %(username)s, but are not authorized to access this "
  380. "page. Would you like to login to a different account?"
  381. msgstr ""
  382. "Вие сте се автентикиран като %(username)s, но не сте оторизиран да достъпите "
  383. "тази страница. Бихте ли желали да влезе с друг профил."
  384. msgid "Forgotten your password or username?"
  385. msgstr "Забравена парола или потребителско име?"
  386. msgid "Date/time"
  387. msgstr "Дата/час"
  388. msgid "User"
  389. msgstr "Потребител"
  390. msgid "Action"
  391. msgstr "Действие"
  392. msgid ""
  393. "This object doesn't have a change history. It probably wasn't added via this "
  394. "admin site."
  395. msgstr ""
  396. "Този обект няма исторя на промените. Вероятно не е добавен чрез "
  397. "административния панел. "
  398. msgid "Show all"
  399. msgstr "Покажи всички"
  400. msgid "Save"
  401. msgstr "Запис"
  402. msgid "Popup closing..."
  403. msgstr "Затваряне на изкачащ прозорец..."
  404. #, python-format
  405. msgid "Change selected %(model)s"
  406. msgstr "Променете избрания %(model)s"
  407. #, python-format
  408. msgid "Add another %(model)s"
  409. msgstr "Добавяне на друг %(model)s"
  410. #, python-format
  411. msgid "Delete selected %(model)s"
  412. msgstr "Изтриване на избрания %(model)s"
  413. msgid "Search"
  414. msgstr "Търсене"
  415. #, python-format
  416. msgid "%(counter)s result"
  417. msgid_plural "%(counter)s results"
  418. msgstr[0] "%(counter)s резултат"
  419. msgstr[1] "%(counter)s резултати"
  420. #, python-format
  421. msgid "%(full_result_count)s total"
  422. msgstr "%(full_result_count)s общо"
  423. msgid "Save as new"
  424. msgstr "Запис като нов"
  425. msgid "Save and add another"
  426. msgstr "Запис и нов"
  427. msgid "Save and continue editing"
  428. msgstr "Запис и продължение"
  429. msgid "Thanks for spending some quality time with the Web site today."
  430. msgstr "Благодарим Ви, че използвахте този сайт днес."
  431. msgid "Log in again"
  432. msgstr "Влез пак"
  433. msgid "Password change"
  434. msgstr "Промяна на парола"
  435. msgid "Your password was changed."
  436. msgstr "Паролата ви е променена."
  437. msgid ""
  438. "Please enter your old password, for security's sake, and then enter your new "
  439. "password twice so we can verify you typed it in correctly."
  440. msgstr ""
  441. "Въведете старата си парола /за сигурност/. След това въведете желаната нова "
  442. "парола два пъти от съображения за сигурност"
  443. msgid "Change my password"
  444. msgstr "Промяна на парола"
  445. msgid "Password reset"
  446. msgstr "Нова парола"
  447. msgid "Your password has been set. You may go ahead and log in now."
  448. msgstr "Паролата е променена. Вече можете да се впишете"
  449. msgid "Password reset confirmation"
  450. msgstr "Парола за потвърждение"
  451. msgid ""
  452. "Please enter your new password twice so we can verify you typed it in "
  453. "correctly."
  454. msgstr ""
  455. "Моля, въведете новата парола два пъти, за да може да се потвърди, че сте я "
  456. "написали правилно."
  457. msgid "New password:"
  458. msgstr "Нова парола:"
  459. msgid "Confirm password:"
  460. msgstr "Потвърдете паролата:"
  461. msgid ""
  462. "The password reset link was invalid, possibly because it has already been "
  463. "used. Please request a new password reset."
  464. msgstr ""
  465. "Връзката за възстановяване на паролата е невалидна, може би защото вече е "
  466. "използвана. Моля, поискайте нова промяна на паролата."
  467. msgid ""
  468. "We've emailed you instructions for setting your password, if an account "
  469. "exists with the email you entered. You should receive them shortly."
  470. msgstr ""
  471. "Ние ви пратихме мейл с инструкции за настройка на вашата парола, ако "
  472. "съществува профил с имейла, който сте въвели. Вие трябва да ги получат скоро."
  473. msgid ""
  474. "If you don't receive an email, please make sure you've entered the address "
  475. "you registered with, and check your spam folder."
  476. msgstr ""
  477. "Ако не получите имейл, моля подсигурете се, че сте въвели правилно адреса с "
  478. "който сте се регистрирал/a и/или проверете спам папката във вашата поща."
  479. #, python-format
  480. msgid ""
  481. "You're receiving this email because you requested a password reset for your "
  482. "user account at %(site_name)s."
  483. msgstr ""
  484. "Вие сте получили този имейл, защото сте поискали да промените паролата за "
  485. "вашия потребителски акаунт в %(site_name)s."
  486. msgid "Please go to the following page and choose a new password:"
  487. msgstr "Моля, отидете на следната страница и изберете нова парола:"
  488. msgid "Your username, in case you've forgotten:"
  489. msgstr "Вашето потребителско име, в случай, че сте го забравили:"
  490. msgid "Thanks for using our site!"
  491. msgstr "Благодарим, че ползвате сайта ни!"
  492. #, python-format
  493. msgid "The %(site_name)s team"
  494. msgstr "Екипът на %(site_name)s"
  495. msgid ""
  496. "Forgotten your password? Enter your email address below, and we'll email "
  497. "instructions for setting a new one."
  498. msgstr ""
  499. "Забравили сте си паролата? Въведете своя имейл адрес по-долу, а ние ще ви "
  500. "изпратим инструкции за създаване на нова."
  501. msgid "Email address:"
  502. msgstr "E-mail адреси:"
  503. msgid "Reset my password"
  504. msgstr "Нова парола"
  505. msgid "All dates"
  506. msgstr "Всички дати"
  507. #, python-format
  508. msgid "Select %s"
  509. msgstr "Изберете %s"
  510. #, python-format
  511. msgid "Select %s to change"
  512. msgstr "Изберете %s за промяна"
  513. msgid "Date:"
  514. msgstr "Дата:"
  515. msgid "Time:"
  516. msgstr "Час:"
  517. msgid "Lookup"
  518. msgstr "Търсене"
  519. msgid "Currently:"
  520. msgstr "Сега:"
  521. msgid "Change:"
  522. msgstr "Промени"