django.po 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: PACKAGE VERSION\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2015-09-11 12:45+0000\n"
  10. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  11. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  12. "Language-Team: LANGUAGE <LL@li.org>\n"
  13. "Language: \n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  18. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  19. #: dashboard/dashboard.py:159
  20. msgid "Quick links"
  21. msgstr "Быстрые ссылки"
  22. #: dashboard/dashboard.py:165
  23. msgid "Return to site"
  24. msgstr "Вернуться на сайт"
  25. #: dashboard/dashboard.py:166 templates/admin/base.html:80
  26. msgid "Change password"
  27. msgstr ""
  28. #: dashboard/dashboard.py:168 templates/admin/base.html:84
  29. msgid "Log out"
  30. msgstr ""
  31. #: dashboard/dashboard.py:176 dashboard/modules.py:160
  32. #: templates/admin/base.html:160 templates/admin/index.html:14
  33. msgid "Applications"
  34. msgstr "Приложения"
  35. #: dashboard/dashboard.py:184
  36. msgid "Administration"
  37. msgstr "Администрирование"
  38. #: dashboard/dashboard.py:192 dashboard/modules.py:242
  39. #: templates/admin/index.html:68
  40. msgid "Recent Actions"
  41. msgstr "Последние действия"
  42. #: dashboard/dashboard.py:200
  43. msgid "Latest Django News"
  44. msgstr "Новости от Django"
  45. #: dashboard/dashboard.py:209
  46. msgid "Support"
  47. msgstr "Поддержка"
  48. #: dashboard/dashboard.py:212
  49. msgid "Django documentation"
  50. msgstr "Документация по Django"
  51. #: dashboard/dashboard.py:217
  52. msgid "Django \"django-users\" mailing list"
  53. msgstr "Гугл-группа \"django-users\""
  54. #: dashboard/dashboard.py:222
  55. msgid "Django irc channel"
  56. msgstr "IRC канал Django"
  57. #: dashboard/dashboard.py:237
  58. msgid "Application models"
  59. msgstr "Модели приложения"
  60. #: dashboard/dashboard_modules/google_analytics.py:143
  61. #: dashboard/dashboard_modules/yandex_metrika.py:101
  62. msgid "Revoke access"
  63. msgstr "Убрать доступ"
  64. #: dashboard/dashboard_modules/google_analytics.py:148
  65. #: dashboard/dashboard_modules/yandex_metrika.py:106
  66. msgid "Grant access"
  67. msgstr "Предоставить доступ"
  68. #: dashboard/dashboard_modules/google_analytics.py:161
  69. #: dashboard/dashboard_modules/yandex_metrika.py:116
  70. msgid "Access"
  71. msgstr "Доступ"
  72. #: dashboard/dashboard_modules/google_analytics.py:162
  73. #: dashboard/dashboard_modules/yandex_metrika.py:117
  74. msgid "Counter"
  75. msgstr "Счетчик"
  76. #: dashboard/dashboard_modules/google_analytics.py:163
  77. #: dashboard/dashboard_modules/yandex_metrika.py:118
  78. msgid "Statistics period"
  79. msgstr "Статистика за период"
  80. #: dashboard/dashboard_modules/google_analytics.py:164
  81. #: dashboard/dashboard_modules/yandex_metrika.py:119
  82. msgid "Today"
  83. msgstr "Сегодня"
  84. #: dashboard/dashboard_modules/google_analytics.py:165
  85. #: dashboard/dashboard_modules/yandex_metrika.py:120
  86. msgid "Last week"
  87. msgstr "Последняя неделя"
  88. #: dashboard/dashboard_modules/google_analytics.py:166
  89. #: dashboard/dashboard_modules/yandex_metrika.py:121
  90. msgid "Last month"
  91. msgstr "Последний месяц"
  92. #: dashboard/dashboard_modules/google_analytics.py:167
  93. #: dashboard/dashboard_modules/yandex_metrika.py:122
  94. msgid "Last quarter"
  95. msgstr "Последний квартал"
  96. #: dashboard/dashboard_modules/google_analytics.py:168
  97. #: dashboard/dashboard_modules/yandex_metrika.py:123
  98. msgid "Last year"
  99. msgstr "Последний год"
  100. #: dashboard/dashboard_modules/google_analytics.py:178
  101. #: dashboard/dashboard_modules/yandex_metrika.py:133
  102. msgid "none"
  103. msgstr "не указано"
  104. #: dashboard/dashboard_modules/google_analytics.py:181
  105. #: dashboard/dashboard_modules/yandex_metrika.py:136
  106. msgid "grant access first"
  107. msgstr "сначала предоставьте доступ"
  108. #: dashboard/dashboard_modules/google_analytics.py:181
  109. #: dashboard/dashboard_modules/yandex_metrika.py:136
  110. msgid "counters loading failed"
  111. msgstr "не удалось загрузить счетчики"
  112. #: dashboard/dashboard_modules/google_analytics.py:186
  113. #: dashboard/dashboard_modules/yandex_metrika.py:141
  114. msgid "Show"
  115. msgstr "Показывать"
  116. #: dashboard/dashboard_modules/google_analytics.py:187
  117. #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:15
  118. msgid "Users"
  119. msgstr "Пользователи"
  120. #: dashboard/dashboard_modules/google_analytics.py:188
  121. #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:16
  122. msgid "Sessions"
  123. msgstr "Сессии"
  124. #: dashboard/dashboard_modules/google_analytics.py:189
  125. #: dashboard/dashboard_modules/yandex_metrika.py:144
  126. #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:17
  127. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:17
  128. msgid "Views"
  129. msgstr "Просмотры"
  130. #: dashboard/dashboard_modules/google_analytics.py:191
  131. #: dashboard/dashboard_modules/google_analytics.py:199
  132. #: dashboard/dashboard_modules/yandex_metrika.py:146
  133. #: dashboard/dashboard_modules/yandex_metrika.py:154
  134. msgid "Group"
  135. msgstr "Группировать"
  136. #: dashboard/dashboard_modules/google_analytics.py:192
  137. #: dashboard/dashboard_modules/google_analytics.py:200
  138. #: dashboard/dashboard_modules/yandex_metrika.py:147
  139. #: dashboard/dashboard_modules/yandex_metrika.py:155
  140. msgid "By day"
  141. msgstr "По дням"
  142. #: dashboard/dashboard_modules/google_analytics.py:193
  143. #: dashboard/dashboard_modules/google_analytics.py:201
  144. #: dashboard/dashboard_modules/yandex_metrika.py:148
  145. #: dashboard/dashboard_modules/yandex_metrika.py:156
  146. msgid "By week"
  147. msgstr "По неделям"
  148. #: dashboard/dashboard_modules/google_analytics.py:194
  149. #: dashboard/dashboard_modules/google_analytics.py:202
  150. #: dashboard/dashboard_modules/yandex_metrika.py:149
  151. #: dashboard/dashboard_modules/yandex_metrika.py:157
  152. msgid "By month"
  153. msgstr "По месяцам"
  154. #: dashboard/dashboard_modules/google_analytics.py:275
  155. #, python-format
  156. msgid ""
  157. "Please <a href=\"%s\">attach Google account and choose Google Analytics "
  158. "counter</a> to start using widget"
  159. msgstr ""
  160. "Пожалуйста <a href=\"%s\">прикрепите аккаунт Google и выберите счетчик "
  161. "Google Analytics</a> для виджета"
  162. #: dashboard/dashboard_modules/google_analytics.py:278
  163. #, python-format
  164. msgid ""
  165. "Please <a href=\"%s\">select Google Analytics counter</a> to start using "
  166. "widget"
  167. msgstr ""
  168. "Пожалуйста <a href=\"%s\">выберите счетчик Google Analytics</a> для виджета"
  169. #: dashboard/dashboard_modules/google_analytics.py:297
  170. #: dashboard/dashboard_modules/google_analytics_views.py:42
  171. #: dashboard/dashboard_modules/yandex_metrika.py:234
  172. #: dashboard/dashboard_modules/yandex_metrika_views.py:37
  173. msgid "API request failed."
  174. msgstr "Ошибка запроса к API."
  175. #: dashboard/dashboard_modules/google_analytics.py:299
  176. #: dashboard/dashboard_modules/yandex_metrika.py:236
  177. #, python-format
  178. msgid " Try to <a href=\"%s\">revoke and grant access</a> again"
  179. msgstr " Попробуйте <a href=\"%s\">убрать и предоставить доступ</a> заново"
  180. #: dashboard/dashboard_modules/google_analytics.py:304
  181. msgid "Google Analytics visitors totals"
  182. msgstr "Данные о посещениях Google Analytics"
  183. #: dashboard/dashboard_modules/google_analytics.py:316
  184. msgid "users"
  185. msgstr "пользователи"
  186. #: dashboard/dashboard_modules/google_analytics.py:317
  187. msgid "sessions"
  188. msgstr "сессии"
  189. #: dashboard/dashboard_modules/google_analytics.py:318
  190. #: dashboard/dashboard_modules/yandex_metrika.py:257
  191. msgid "views"
  192. msgstr "просмотры"
  193. #: dashboard/dashboard_modules/google_analytics.py:320
  194. #: dashboard/dashboard_modules/google_analytics.py:365
  195. #: dashboard/dashboard_modules/google_analytics.py:404
  196. #: dashboard/dashboard_modules/yandex_metrika.py:259
  197. #: dashboard/dashboard_modules/yandex_metrika.py:298
  198. #: dashboard/dashboard_modules/yandex_metrika.py:331
  199. msgid "Bad server response"
  200. msgstr "Некорректный ответ сервера"
  201. #: dashboard/dashboard_modules/google_analytics.py:324
  202. msgid "Google Analytics visitors chart"
  203. msgstr "График посещений Google Analytics"
  204. #: dashboard/dashboard_modules/google_analytics.py:369
  205. msgid "Google Analytics period visitors"
  206. msgstr "Посещения Google Analytics за период"
  207. #: dashboard/dashboard_modules/google_analytics_views.py:26
  208. #: dashboard/dashboard_modules/google_analytics_views.py:46
  209. #: dashboard/dashboard_modules/yandex_metrika_views.py:23
  210. #: dashboard/dashboard_modules/yandex_metrika_views.py:45
  211. msgid "Module not found"
  212. msgstr "Модуль не найден"
  213. #: dashboard/dashboard_modules/google_analytics_views.py:44
  214. #: dashboard/dashboard_modules/yandex_metrika_views.py:43
  215. msgid "Bad arguments"
  216. msgstr "Некорректные аргументы"
  217. #: dashboard/dashboard_modules/yandex_metrika.py:142
  218. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:15
  219. msgid "Visitors"
  220. msgstr "Посетители"
  221. #: dashboard/dashboard_modules/yandex_metrika.py:143
  222. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:16
  223. msgid "Visits"
  224. msgstr "Визиты"
  225. #: dashboard/dashboard_modules/yandex_metrika.py:217
  226. #, python-format
  227. msgid ""
  228. "Please <a href=\"%s\">attach Yandex account and choose Yandex Metrika "
  229. "counter</a> to start using widget"
  230. msgstr ""
  231. "Пожалуйста <a href=\"%s\">прикрепите аккаунт Яндекс и выберите счетчик "
  232. "Яндекс Метрики</a> для виджета"
  233. #: dashboard/dashboard_modules/yandex_metrika.py:220
  234. #, python-format
  235. msgid ""
  236. "Please <a href=\"%s\">select Yandex Metrika counter</a> to start using widget"
  237. msgstr ""
  238. "Пожалуйста <a href=\"%s\">выберите счетчик Яндекс Метрики</a> для виджета"
  239. #: dashboard/dashboard_modules/yandex_metrika.py:243
  240. msgid "Yandex Metrika visitors totals"
  241. msgstr "Данные о посещениях Яндекс Метрики"
  242. #: dashboard/dashboard_modules/yandex_metrika.py:255
  243. msgid "visitors"
  244. msgstr "посетители"
  245. #: dashboard/dashboard_modules/yandex_metrika.py:256
  246. msgid "visits"
  247. msgstr "визиты"
  248. #: dashboard/dashboard_modules/yandex_metrika.py:263
  249. msgid "Yandex Metrika visitors chart"
  250. msgstr "График посещений Яндекс Метрики"
  251. #: dashboard/dashboard_modules/yandex_metrika.py:302
  252. msgid "Yandex Metrika period visitors"
  253. msgstr "Посещения Яндекс Метрики за период"
  254. #: dashboard/models.py:11 dashboard/modules.py:116
  255. #: templates/admin/base.html:192
  256. msgid "Title"
  257. msgstr "Название"
  258. #: dashboard/models.py:12
  259. msgid "module"
  260. msgstr ""
  261. #: dashboard/models.py:13 models.py:28
  262. msgid "application name"
  263. msgstr ""
  264. #: dashboard/models.py:14 models.py:14 models.py:29
  265. msgid "user"
  266. msgstr ""
  267. #: dashboard/models.py:15
  268. msgid "column"
  269. msgstr ""
  270. #: dashboard/models.py:16
  271. msgid "order"
  272. msgstr ""
  273. #: dashboard/models.py:17
  274. msgid "settings"
  275. msgstr ""
  276. #: dashboard/models.py:18
  277. msgid "children"
  278. msgstr ""
  279. #: dashboard/models.py:19
  280. msgid "collapsed"
  281. msgstr ""
  282. #: dashboard/models.py:22
  283. msgid "user dashboard module"
  284. msgstr ""
  285. #: dashboard/models.py:23
  286. msgid "user dashboard modules"
  287. msgstr ""
  288. #: dashboard/modules.py:115 models.py:12 templates/admin/base.html:194
  289. msgid "URL"
  290. msgstr "URL"
  291. #: dashboard/modules.py:117
  292. msgid "External link"
  293. msgstr "Внешняя ссылка"
  294. #: dashboard/modules.py:121
  295. msgid "Layout"
  296. msgstr "Отображение"
  297. #: dashboard/modules.py:121
  298. msgid "Stacked"
  299. msgstr "Списком"
  300. #: dashboard/modules.py:121
  301. msgid "Inline"
  302. msgstr "В строчку"
  303. #: dashboard/modules.py:125 dashboard/modules.py:131
  304. msgid "Links"
  305. msgstr "Ссылки"
  306. #: dashboard/modules.py:130
  307. msgid "Link"
  308. msgstr "Ссылка"
  309. #: dashboard/modules.py:201
  310. msgid "Models"
  311. msgstr "Модели"
  312. #: dashboard/modules.py:238 dashboard/modules.py:309
  313. msgid "Items limit"
  314. msgstr "Количество элементов"
  315. #: dashboard/modules.py:310
  316. msgid "Feed URL"
  317. msgstr "URL потока"
  318. #: dashboard/modules.py:314
  319. msgid "RSS Feed"
  320. msgstr "RSS поток"
  321. #: dashboard/modules.py:356
  322. msgid "You must install the FeedParser python module"
  323. msgstr "Необходимо установить python модуль FeedParser"
  324. #: dashboard/modules.py:361
  325. msgid "You must provide a valid feed URL"
  326. msgstr "Необходимо указать корректный URL потока"
  327. #: dashboard/templates/admin/app_index.html:32
  328. #: dashboard/templates/jet.dashboard/update_module.html:14
  329. #: templates/admin/base.html:95 templates/admin/base.html.py:144
  330. #: templates/admin/change_form.html:17 templates/admin/change_list.html:33
  331. #: templates/admin/delete_confirmation.html:8
  332. #: templates/admin/delete_selected_confirmation.html:8
  333. #: templates/admin/object_history.html:6
  334. #: templates/registration/logged_out.html:4
  335. #: templates/registration/password_change_done.html:6
  336. #: templates/registration/password_change_form.html:6
  337. msgid "Home"
  338. msgstr ""
  339. #: dashboard/templates/jet.dashboard/dashboard.html:17
  340. msgid "Delete widget"
  341. msgstr "Удалить виджет"
  342. #: dashboard/templates/jet.dashboard/dashboard.html:18
  343. msgid "Are you sure want to delete this widget?"
  344. msgstr "Вы точно хотите удалить этот виджет?"
  345. #: dashboard/templates/jet.dashboard/dashboard_tools.html:7
  346. msgid "widgets"
  347. msgstr "виджеты"
  348. #: dashboard/templates/jet.dashboard/dashboard_tools.html:8
  349. msgid "available"
  350. msgstr "доступные"
  351. #: dashboard/templates/jet.dashboard/dashboard_tools.html:13
  352. msgid "inititals"
  353. msgstr "изначальные"
  354. #: dashboard/templates/jet.dashboard/dashboard_tools.html:18
  355. #: dashboard/templates/jet.dashboard/modules/app_list.html:18
  356. #: dashboard/templates/jet.dashboard/modules/model_list.html:8
  357. #: templates/admin/change_form.html:20 templates/admin/index.html:34
  358. msgid "Add"
  359. msgstr ""
  360. #: dashboard/templates/jet.dashboard/dashboard_tools.html:21
  361. #: dashboard/templates/jet.dashboard/dashboard_tools.html:27
  362. msgid "Reset widgets"
  363. msgstr "Сбросить виджеты"
  364. #: dashboard/templates/jet.dashboard/dashboard_tools.html:28
  365. msgid "Are you sure want to reset widgets?"
  366. msgstr "Вы точно хотите сбросить виджеты?"
  367. #: dashboard/templates/jet.dashboard/module.html:19
  368. #: dashboard/templates/jet.dashboard/modules/app_list.html:24
  369. #: dashboard/templates/jet.dashboard/modules/model_list.html:14
  370. #: dashboard/views.py:86 templates/admin/edit_inline/stacked.html:44
  371. #: templates/admin/edit_inline/tabular.html:39 templates/admin/index.html:40
  372. msgid "Change"
  373. msgstr ""
  374. #: dashboard/templates/jet.dashboard/module.html:22
  375. #: templates/admin/delete_confirmation.html:12
  376. #: templates/admin/related_widget_wrapper.html:24
  377. #: templates/admin/submit_line.html:11
  378. msgid "Delete"
  379. msgstr ""
  380. #: dashboard/templates/jet.dashboard/modules/app_list.html:7
  381. #: dashboard/templates/jet.dashboard/modules/app_list.html:10
  382. #: templates/admin/index.html:23 templates/admin/index.html.py:26
  383. #, python-format
  384. msgid "Models in the %(name)s application"
  385. msgstr ""
  386. #: dashboard/templates/jet.dashboard/modules/feed.html:13
  387. #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:34
  388. #: dashboard/templates/jet.dashboard/modules/google_analytics_visitors_chart.html:30
  389. #: dashboard/templates/jet.dashboard/modules/google_analytics_visitors_totals.html:23
  390. #: dashboard/templates/jet.dashboard/modules/link_list.html:26
  391. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:34
  392. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_visitors_chart.html:30
  393. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_visitors_totals.html:23
  394. msgid "Nothing to show"
  395. msgstr "Содержимое отсутствует"
  396. #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:14
  397. #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:14
  398. msgid "Date"
  399. msgstr ""
  400. #: dashboard/templates/jet.dashboard/modules/recent_actions.html:6
  401. #: templates/admin/index.html:75
  402. msgid "None available"
  403. msgstr ""
  404. #: dashboard/templates/jet.dashboard/modules/recent_actions.html:29
  405. #: templates/admin/index.html:98
  406. msgid "Unknown content"
  407. msgstr ""
  408. #: dashboard/templates/jet.dashboard/update_module.html:35
  409. #: templates/admin/change_form.html:62
  410. msgid "General"
  411. msgstr "Общее"
  412. #: dashboard/templates/jet.dashboard/update_module.html:56
  413. #: templates/admin/change_list.html:61
  414. #: templates/admin/edit_inline/stacked.html:8
  415. #: templates/admin/edit_inline/tabular.html:10
  416. #: templates/admin/includes/fieldset.html:9 templates/admin/login.html:27
  417. #: templates/registration/password_change_form.html:21
  418. msgid "Please correct the errors below."
  419. msgstr ""
  420. #: dashboard/templates/jet.dashboard/update_module.html:126
  421. #: templates/admin/base.html:214 templates/admin/base.html.py:221
  422. #: templates/admin/edit_inline/stacked.html:21
  423. #: templates/admin/edit_inline/stacked.html:75
  424. #: templates/admin/edit_inline/tabular.html:100
  425. msgid "Remove"
  426. msgstr ""
  427. #: dashboard/templates/jet.dashboard/update_module.html:127
  428. #: templates/admin/edit_inline/stacked.html:76
  429. #: templates/admin/edit_inline/tabular.html:99
  430. #, python-format
  431. msgid "Add another %(verbose_name)s"
  432. msgstr ""
  433. #: dashboard/templates/jet.dashboard/update_module.html:135
  434. #: templates/admin/pagination.html:20 templates/admin/submit_line.html:4
  435. msgid "Save"
  436. msgstr ""
  437. #: dashboard/views.py:18
  438. msgid "Widget was successfully updated"
  439. msgstr "Виджет успешно изменен"
  440. #: dashboard/views.py:90 dashboard/views.py:91
  441. msgid "Items"
  442. msgstr "Элементы"
  443. #: dashboard/views.py:153
  444. msgid "Widget has been successfully added"
  445. msgstr "Виджет успешно добавлен"
  446. #: models.py:13
  447. msgid "title"
  448. msgstr ""
  449. #: models.py:15 models.py:30
  450. msgid "date created"
  451. msgstr ""
  452. #: models.py:18
  453. msgid "bookmark"
  454. msgstr ""
  455. #: models.py:19 templates/admin/base.html:207
  456. msgid "bookmarks"
  457. msgstr "закладки"
  458. #: models.py:33
  459. msgid "pinned application"
  460. msgstr ""
  461. #: models.py:34
  462. msgid "pinned applications"
  463. msgstr ""
  464. #: templates/admin/actions.html:8
  465. msgid "Run the selected action"
  466. msgstr ""
  467. #: templates/admin/actions.html:8
  468. msgid "Go"
  469. msgstr ""
  470. #: templates/admin/actions.html:17
  471. msgid "Click here to select the objects across all pages"
  472. msgstr ""
  473. #: templates/admin/actions.html:17
  474. #, python-format
  475. msgid "Select all %(total_count)s %(module_name)s"
  476. msgstr ""
  477. #: templates/admin/actions.html:19
  478. msgid "Clear selection"
  479. msgstr ""
  480. #: templates/admin/base.html:149
  481. msgid "View site"
  482. msgstr ""
  483. #: templates/admin/base.html:189 templates/admin/base.html.py:206
  484. msgid "Add bookmark"
  485. msgstr "Добавить закладку"
  486. #: templates/admin/base.html:202
  487. msgid "Delete bookmark"
  488. msgstr "Удалить закладку"
  489. #: templates/admin/base.html:203
  490. msgid "Are you sure want to delete this bookmark?"
  491. msgstr "Вы точно хотите удалить эту закладку?"
  492. #: templates/admin/base.html:229
  493. msgid "Documentation"
  494. msgstr ""
  495. #: templates/admin/base.html:252
  496. msgid "Application page"
  497. msgstr "Страница приложения"
  498. #: templates/admin/base_site.html:3
  499. #, fuzzy
  500. #| msgid "Django irc channel"
  501. msgid "Django site admin"
  502. msgstr "IRC канал Django"
  503. #: templates/admin/change_form.html:35 templates/admin/object_history.html:10
  504. msgid "History"
  505. msgstr ""
  506. #: templates/admin/change_form.html:38
  507. #: templates/admin/edit_inline/stacked.html:49
  508. #: templates/admin/edit_inline/tabular.html:45
  509. msgid "View on site"
  510. msgstr ""
  511. #: templates/admin/change_list.html:51
  512. #, python-format
  513. msgid "Add %(name)s"
  514. msgstr ""
  515. #: templates/admin/change_list.html:61 templates/admin/login.html:27
  516. #: templates/registration/password_change_form.html:21
  517. msgid "Please correct the error below."
  518. msgstr ""
  519. #: templates/admin/change_list_results.html:17
  520. #, python-format
  521. msgid "Sorting priority: %(priority_number)s"
  522. msgstr ""
  523. #: templates/admin/change_list_results.html:18
  524. msgid "Remove from sorting"
  525. msgstr ""
  526. #: templates/admin/change_list_results.html:19
  527. msgid "Toggle sorting"
  528. msgstr ""
  529. #: templates/admin/change_list_results.html:35
  530. msgid "try to reset filters"
  531. msgstr "попробуйте сбросить фильтры"
  532. #: templates/admin/delete_confirmation.html:18
  533. #, python-format
  534. msgid ""
  535. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  536. "related objects, but your account doesn't have permission to delete the "
  537. "following types of objects:"
  538. msgstr ""
  539. #: templates/admin/delete_confirmation.html:25
  540. #, python-format
  541. msgid ""
  542. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  543. "following protected related objects:"
  544. msgstr ""
  545. #: templates/admin/delete_confirmation.html:32
  546. #, python-format
  547. msgid ""
  548. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  549. "All of the following related items will be deleted:"
  550. msgstr ""
  551. #: templates/admin/delete_confirmation.html:41
  552. #: templates/admin/delete_selected_confirmation.html:43
  553. msgid "Yes, I'm sure"
  554. msgstr ""
  555. #: templates/admin/delete_confirmation.html:42
  556. #: templates/admin/delete_selected_confirmation.html:44
  557. msgid "No, take me back"
  558. msgstr ""
  559. #: templates/admin/delete_confirmation.html:56
  560. #: templates/admin/delete_selected_confirmation.html:59
  561. msgid "Objects"
  562. msgstr ""
  563. #: templates/admin/delete_selected_confirmation.html:11
  564. msgid "Delete multiple objects"
  565. msgstr ""
  566. #: templates/admin/delete_selected_confirmation.html:17
  567. #, python-format
  568. msgid ""
  569. "Deleting the selected %(objects_name)s would result in deleting related "
  570. "objects, but your account doesn't have permission to delete the following "
  571. "types of objects:"
  572. msgstr ""
  573. #: templates/admin/delete_selected_confirmation.html:24
  574. #, python-format
  575. msgid ""
  576. "Deleting the selected %(objects_name)s would require deleting the following "
  577. "protected related objects:"
  578. msgstr ""
  579. #: templates/admin/delete_selected_confirmation.html:31
  580. #, python-format
  581. msgid ""
  582. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  583. "following objects and their related items will be deleted:"
  584. msgstr ""
  585. #: templates/admin/edit_inline/tabular.html:25
  586. msgid "Delete?"
  587. msgstr ""
  588. #: templates/admin/filter.html:6
  589. #, python-format
  590. msgid "%(filter_title)s"
  591. msgstr ""
  592. #: templates/admin/includes/object_delete_summary.html:2
  593. msgid "Summary"
  594. msgstr ""
  595. #: templates/admin/index.html:56
  596. msgid "You don't have permission to edit anything."
  597. msgstr ""
  598. #: templates/admin/login.html:16
  599. msgid "<span class=\"bright\">Admin</span> Site"
  600. msgstr "Панель <span class=\"bright\">Администратора</span>"
  601. #: templates/admin/login.html:21 templates/admin/login.html.py:54
  602. msgid "Log in"
  603. msgstr ""
  604. #: templates/admin/login.html:50
  605. msgid "Forgotten your password or username?"
  606. msgstr ""
  607. #: templates/admin/object_history.html:21
  608. msgid "Date/time"
  609. msgstr ""
  610. #: templates/admin/object_history.html:22
  611. msgid "User"
  612. msgstr ""
  613. #: templates/admin/object_history.html:23
  614. #, fuzzy
  615. #| msgid "Applications"
  616. msgid "Action"
  617. msgstr "Приложения"
  618. #: templates/admin/object_history.html:37
  619. msgid ""
  620. "This object doesn't have a change history. It probably wasn't added via this "
  621. "admin site."
  622. msgstr ""
  623. #: templates/admin/pagination.html:7 templates/admin/search_form.html:20
  624. msgid "Show all"
  625. msgstr ""
  626. #: templates/admin/related_widget_wrapper.html:8
  627. #, python-format
  628. msgid "Change selected %(model)s"
  629. msgstr ""
  630. #: templates/admin/related_widget_wrapper.html:15
  631. #, python-format
  632. msgid "Add another %(model)s"
  633. msgstr ""
  634. #: templates/admin/related_widget_wrapper.html:22
  635. #, python-format
  636. msgid "Delete selected %(model)s"
  637. msgstr ""
  638. #: templates/admin/search_form.html:6 templates/admin/search_form.html:17
  639. msgid "Search"
  640. msgstr ""
  641. #: templates/admin/search_form.html:20
  642. #, python-format
  643. msgid "%(counter)s result"
  644. msgid_plural "%(counter)s results"
  645. msgstr[0] ""
  646. msgstr[1] ""
  647. msgstr[2] ""
  648. #: templates/admin/search_form.html:20
  649. #, python-format
  650. msgid "%(full_result_count)s total"
  651. msgstr ""
  652. #: templates/admin/submit_line.html:5
  653. msgid "Save as new"
  654. msgstr ""
  655. #: templates/admin/submit_line.html:6
  656. msgid "Save and add another"
  657. msgstr ""
  658. #: templates/admin/submit_line.html:7
  659. msgid "Save and continue editing"
  660. msgstr ""
  661. #: templates/registration/logged_out.html:9
  662. msgid "Thanks for spending some quality time with the Web site today."
  663. msgstr ""
  664. #: templates/registration/logged_out.html:10
  665. msgid "Log in again"
  666. msgstr ""
  667. #: templates/registration/password_change_done.html:7
  668. #: templates/registration/password_change_form.html:7
  669. msgid "Password change"
  670. msgstr ""
  671. #: templates/registration/password_change_done.html:15
  672. msgid "Your password was changed."
  673. msgstr ""
  674. #: templates/registration/password_change_form.html:25
  675. msgid ""
  676. "Please enter your old password, for security's sake, and then enter your new "
  677. "password twice so we can verify you typed it in correctly."
  678. msgstr ""
  679. #: templates/registration/password_change_form.html:50
  680. msgid "Change my password"
  681. msgstr ""