django.po 21 KB

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