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

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