django.po 22 KB

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