django.po 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411
  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. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-07-20 13:28+0800\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=2; plural=1;\n"
  20. #: adminx.py:19
  21. msgid "Admin Object"
  22. msgstr ""
  23. #: apps.py:11
  24. msgid "Administration"
  25. msgstr ""
  26. #: filters.py:159 filters.py:191 filters.py:407 filters.py:493 filters.py:531
  27. msgid "All"
  28. msgstr ""
  29. #: filters.py:160 plugins/export.py:165
  30. msgid "Yes"
  31. msgstr ""
  32. #: filters.py:161 plugins/export.py:165
  33. msgid "No"
  34. msgstr ""
  35. #: filters.py:175
  36. msgid "Unknown"
  37. msgstr ""
  38. #: filters.py:267
  39. msgid "Any date"
  40. msgstr ""
  41. #: filters.py:268
  42. msgid "Has date"
  43. msgstr ""
  44. #: filters.py:271
  45. msgid "Has no date"
  46. msgstr ""
  47. #: filters.py:274 widgets.py:30
  48. msgid "Today"
  49. msgstr ""
  50. #: filters.py:278
  51. msgid "Past 7 days"
  52. msgstr ""
  53. #: filters.py:282
  54. msgid "This month"
  55. msgstr ""
  56. #: filters.py:286
  57. msgid "This year"
  58. msgstr ""
  59. #: forms.py:10
  60. msgid ""
  61. "Please enter the correct username and password for a staff account. Note "
  62. "that both fields are case-sensitive."
  63. msgstr ""
  64. #: forms.py:21
  65. msgid "Please log in again, because your session has expired."
  66. msgstr ""
  67. #: forms.py:41
  68. #, python-format
  69. msgid "Your e-mail address is not your username. Try '%s' instead."
  70. msgstr ""
  71. #: models.py:48
  72. msgid "Title"
  73. msgstr ""
  74. #: models.py:49 models.py:88 models.py:107 models.py:149
  75. msgid "user"
  76. msgstr ""
  77. #: models.py:50
  78. msgid "Url Name"
  79. msgstr ""
  80. #: models.py:52
  81. msgid "Query String"
  82. msgstr ""
  83. #: models.py:53
  84. msgid "Is Shared"
  85. msgstr ""
  86. #: models.py:66 plugins/bookmark.py:50 plugins/bookmark.py:180
  87. msgid "Bookmark"
  88. msgstr ""
  89. #: models.py:67
  90. msgid "Bookmarks"
  91. msgstr ""
  92. #: models.py:89
  93. msgid "Settings Key"
  94. msgstr ""
  95. #: models.py:90
  96. msgid "Settings Content"
  97. msgstr ""
  98. #: models.py:102
  99. msgid "User Setting"
  100. msgstr ""
  101. #: models.py:103
  102. msgid "User Settings"
  103. msgstr ""
  104. #: models.py:108
  105. msgid "Page"
  106. msgstr ""
  107. #: models.py:109 views/dashboard.py:82 views/dashboard.py:92
  108. msgid "Widget Type"
  109. msgstr ""
  110. #: models.py:110 views/dashboard.py:83
  111. msgid "Widget Params"
  112. msgstr ""
  113. #: models.py:137
  114. msgid "User Widget"
  115. msgstr ""
  116. #: models.py:138
  117. msgid "User Widgets"
  118. msgstr ""
  119. #: models.py:142
  120. msgid "action time"
  121. msgstr ""
  122. #: models.py:151
  123. msgid "action ip"
  124. msgstr ""
  125. #: models.py:155
  126. msgid "content type"
  127. msgstr ""
  128. #: models.py:158
  129. msgid "object id"
  130. msgstr ""
  131. #: models.py:159
  132. msgid "object repr"
  133. msgstr ""
  134. #: models.py:160
  135. msgid "action flag"
  136. msgstr ""
  137. #: models.py:161
  138. msgid "change message"
  139. msgstr ""
  140. #: models.py:164
  141. msgid "log entry"
  142. msgstr ""
  143. #: models.py:165
  144. msgid "log entries"
  145. msgstr ""
  146. #: models.py:173
  147. #, python-format
  148. msgid "Added \"%(object)s\"."
  149. msgstr ""
  150. #: models.py:175
  151. #, python-format
  152. msgid "Changed \"%(object)s\" - %(changes)s"
  153. msgstr ""
  154. #: models.py:180
  155. #, python-format
  156. msgid "Deleted \"%(object)s.\""
  157. msgstr ""
  158. #: plugins/actions.py:57
  159. #, python-format
  160. msgid "Delete selected %(verbose_name_plural)s"
  161. msgstr ""
  162. #: plugins/actions.py:72
  163. #, python-format
  164. msgid "Batch delete %(count)d %(items)s."
  165. msgstr ""
  166. #: plugins/actions.py:78
  167. #, python-format
  168. msgid "Successfully deleted %(count)d %(items)s."
  169. msgstr ""
  170. #: plugins/actions.py:110 views/delete.py:70
  171. #, python-format
  172. msgid "Cannot delete %(name)s"
  173. msgstr ""
  174. #: plugins/actions.py:112 views/delete.py:73
  175. msgid "Are you sure?"
  176. msgstr ""
  177. #: plugins/actions.py:158
  178. #, python-format
  179. msgid "%(total_count)s selected"
  180. msgid_plural "All %(total_count)s selected"
  181. msgstr[0] ""
  182. msgstr[1] ""
  183. #: plugins/actions.py:162
  184. #, python-format
  185. msgid "0 of %(cnt)s selected"
  186. msgstr ""
  187. #: plugins/actions.py:179 plugins/actions.py:189
  188. msgid ""
  189. "Items must be selected in order to perform actions on them. No items have "
  190. "been changed."
  191. msgstr ""
  192. #: plugins/aggregation.py:14
  193. msgid "Min"
  194. msgstr ""
  195. #: plugins/aggregation.py:14
  196. msgid "Max"
  197. msgstr ""
  198. #: plugins/aggregation.py:14
  199. msgid "Avg"
  200. msgstr ""
  201. #: plugins/aggregation.py:14
  202. msgid "Sum"
  203. msgstr ""
  204. #: plugins/aggregation.py:14
  205. msgid "Count"
  206. msgstr ""
  207. #: plugins/auth.py:21
  208. #, python-format
  209. msgid "Can add %s"
  210. msgstr ""
  211. #: plugins/auth.py:22
  212. #, python-format
  213. msgid "Can change %s"
  214. msgstr ""
  215. #: plugins/auth.py:23
  216. #, python-format
  217. msgid "Can edit %s"
  218. msgstr ""
  219. #: plugins/auth.py:24
  220. #, python-format
  221. msgid "Can delete %s"
  222. msgstr ""
  223. #: plugins/auth.py:25
  224. #, python-format
  225. msgid "Can view %s"
  226. msgstr ""
  227. #: plugins/auth.py:87
  228. msgid "Personal info"
  229. msgstr ""
  230. #: plugins/auth.py:91
  231. msgid "Permissions"
  232. msgstr ""
  233. #: plugins/auth.py:94
  234. msgid "Important dates"
  235. msgstr ""
  236. #: plugins/auth.py:99
  237. msgid "Status"
  238. msgstr ""
  239. #: plugins/auth.py:111
  240. msgid "Permission Name"
  241. msgstr ""
  242. #: plugins/auth.py:167
  243. #, fuzzy
  244. msgid "Change Password"
  245. msgstr "Changed Password"
  246. #: plugins/auth.py:198
  247. #, python-format
  248. msgid "Change password: %s"
  249. msgstr ""
  250. #: plugins/auth.py:223 plugins/auth.py:255
  251. msgid "Password changed successfully."
  252. msgstr ""
  253. #: plugins/auth.py:242 templates/xadmin/auth/user/change_password.html:11
  254. #: templates/xadmin/auth/user/change_password.html:22
  255. #: templates/xadmin/auth/user/change_password.html:55
  256. msgid "Change password"
  257. msgstr ""
  258. #: plugins/batch.py:44
  259. msgid "Change this field"
  260. msgstr ""
  261. #: plugins/batch.py:65
  262. #, python-format
  263. msgid "Batch Change selected %(verbose_name_plural)s"
  264. msgstr ""
  265. #: plugins/batch.py:89
  266. #, python-format
  267. msgid "Successfully change %(count)d %(items)s."
  268. msgstr ""
  269. #: plugins/batch.py:138
  270. #, python-format
  271. msgid "Batch change %s"
  272. msgstr ""
  273. #: plugins/bookmark.py:173
  274. msgid "bookmark"
  275. msgstr ""
  276. #: plugins/bookmark.py:176
  277. msgid "Bookmark Widget, can show user's bookmark list data in widget."
  278. msgstr ""
  279. #: plugins/chart.py:25
  280. msgid "Show models simple chart."
  281. msgstr ""
  282. #: plugins/chart.py:51
  283. #, python-format
  284. msgid "%s Charts"
  285. msgstr ""
  286. #: plugins/comments.py:33
  287. msgid "Metadata"
  288. msgstr ""
  289. #: plugins/comments.py:60
  290. msgid "flagged"
  291. msgid_plural "flagged"
  292. msgstr[0] ""
  293. msgstr[1] ""
  294. #: plugins/comments.py:61
  295. msgid "Flag selected comments"
  296. msgstr ""
  297. #: plugins/comments.py:66
  298. msgid "approved"
  299. msgid_plural "approved"
  300. msgstr[0] ""
  301. msgstr[1] ""
  302. #: plugins/comments.py:67
  303. msgid "Approve selected comments"
  304. msgstr ""
  305. #: plugins/comments.py:72
  306. msgid "removed"
  307. msgid_plural "removed"
  308. msgstr[0] ""
  309. msgstr[1] ""
  310. #: plugins/comments.py:73
  311. msgid "Remove selected comments"
  312. msgstr ""
  313. #: plugins/comments.py:86
  314. #, python-format
  315. msgid "1 comment was successfully %(action)s."
  316. msgid_plural "%(count)s comments were successfully %(action)s."
  317. msgstr[0] ""
  318. msgstr[1] ""
  319. #: plugins/details.py:52 views/list.py:578
  320. #, python-format
  321. msgid "Details of %s"
  322. msgstr ""
  323. #: plugins/editable.py:46
  324. #, python-format
  325. msgid "Enter %s"
  326. msgstr ""
  327. #: plugins/editable.py:73 views/dashboard.py:649 views/delete.py:27
  328. #: views/detail.py:145 views/edit.py:454
  329. #, python-format
  330. msgid "%(name)s object with primary key %(key)r does not exist."
  331. msgstr ""
  332. #: plugins/export.py:98 plugins/export.py:135
  333. msgid "Sheet"
  334. msgstr ""
  335. #: plugins/filters.py:133 plugins/quickfilter.py:141
  336. #, python-format
  337. msgid "<b>Filtering error:</b> %s"
  338. msgstr ""
  339. #: plugins/images.py:29
  340. msgid "Previous"
  341. msgstr ""
  342. #: plugins/images.py:29
  343. msgid "Next"
  344. msgstr ""
  345. #: plugins/images.py:29
  346. msgid "Slideshow"
  347. msgstr ""
  348. #: plugins/images.py:29
  349. msgid "Download"
  350. msgstr ""
  351. #: plugins/images.py:50
  352. msgid "Change:"
  353. msgstr ""
  354. #: plugins/layout.py:16
  355. msgid "Table"
  356. msgstr ""
  357. #: plugins/layout.py:22
  358. msgid "Thumbnails"
  359. msgstr ""
  360. #: plugins/passwords.py:64
  361. msgid "Forgotten your password or username?"
  362. msgstr ""
  363. #: plugins/quickform.py:79
  364. #, python-format
  365. msgid "Create New %s"
  366. msgstr ""
  367. #: plugins/relate.py:104
  368. msgid "Related Objects"
  369. msgstr ""
  370. #: plugins/relfield.py:29 plugins/topnav.py:38
  371. #, python-format
  372. msgid "Search %s"
  373. msgstr ""
  374. #: plugins/relfield.py:67
  375. #, python-format
  376. msgid "Select %s"
  377. msgstr ""
  378. #: plugins/themes.py:47
  379. msgid "Default"
  380. msgstr ""
  381. #: plugins/themes.py:48
  382. msgid "Default bootstrap theme"
  383. msgstr ""
  384. #: plugins/themes.py:49
  385. msgid "Bootstrap2"
  386. msgstr ""
  387. #: plugins/themes.py:49
  388. msgid "Bootstrap 2.x theme"
  389. msgstr ""
  390. #: plugins/topnav.py:62 views/dashboard.py:465 views/edit.py:387
  391. #: views/edit.py:396
  392. #, python-format
  393. msgid "Add %s"
  394. msgstr ""
  395. #: plugins/xversion.py:106
  396. msgid "Initial version."
  397. msgstr ""
  398. #: plugins/xversion.py:108
  399. msgid "Change version."
  400. msgstr ""
  401. #: plugins/xversion.py:110
  402. msgid "Revert version."
  403. msgstr ""
  404. #: plugins/xversion.py:112
  405. msgid "Rercover version."
  406. msgstr ""
  407. #: plugins/xversion.py:114
  408. #, python-format
  409. msgid "Deleted %(verbose_name)s."
  410. msgstr ""
  411. #: plugins/xversion.py:127 templates/xadmin/views/recover_form.html:26
  412. msgid "Recover"
  413. msgstr ""
  414. #: plugins/xversion.py:143 templates/xadmin/views/model_history.html:11
  415. #: templates/xadmin/views/revision_diff.html:11
  416. #: templates/xadmin/views/revision_form.html:15
  417. msgid "History"
  418. msgstr ""
  419. #: plugins/xversion.py:194 templates/xadmin/views/recover_form.html:14
  420. #: templates/xadmin/views/recover_list.html:10
  421. #, python-format
  422. msgid "Recover deleted %(name)s"
  423. msgstr ""
  424. #: plugins/xversion.py:238
  425. #, python-format
  426. msgid "Change history: %s"
  427. msgstr ""
  428. #: plugins/xversion.py:288
  429. msgid "Must select two versions."
  430. msgstr ""
  431. #: plugins/xversion.py:296
  432. msgid "Please select two different versions."
  433. msgstr ""
  434. #: plugins/xversion.py:383 plugins/xversion.py:500
  435. #, python-format
  436. msgid "Current: %s"
  437. msgstr ""
  438. #: plugins/xversion.py:424
  439. #, python-format
  440. msgid "Revert %s"
  441. msgstr ""
  442. #: plugins/xversion.py:440
  443. #, python-format
  444. msgid ""
  445. "The %(model)s \"%(name)s\" was reverted successfully. You may edit it again "
  446. "below."
  447. msgstr ""
  448. #: plugins/xversion.py:461
  449. #, python-format
  450. msgid "Recover %s"
  451. msgstr ""
  452. #: plugins/xversion.py:477
  453. #, python-format
  454. msgid ""
  455. "The %(model)s \"%(name)s\" was recovered successfully. You may edit it again "
  456. "below."
  457. msgstr ""
  458. #: templates/xadmin/404.html:4 templates/xadmin/404.html:8
  459. msgid "Page not found"
  460. msgstr ""
  461. #: templates/xadmin/404.html:10
  462. msgid "We're sorry, but the requested page could not be found."
  463. msgstr ""
  464. #: templates/xadmin/500.html:7
  465. #: templates/xadmin/auth/user/change_password.html:10
  466. #: templates/xadmin/auth/user/change_password.html:15
  467. #: templates/xadmin/base_site.html:53
  468. #: templates/xadmin/includes/sitemenu_default.html:7
  469. #: templates/xadmin/views/app_index.html:9
  470. #: templates/xadmin/views/batch_change_form.html:9
  471. #: templates/xadmin/views/invalid_setup.html:7
  472. #: templates/xadmin/views/model_dashboard.html:7
  473. #: templates/xadmin/views/model_delete_selected_confirm.html:8
  474. #: templates/xadmin/views/model_history.html:8
  475. #: templates/xadmin/views/recover_form.html:8
  476. #: templates/xadmin/views/recover_list.html:8
  477. #: templates/xadmin/views/revision_diff.html:8
  478. #: templates/xadmin/views/revision_form.html:8 views/base.py:473
  479. msgid "Home"
  480. msgstr ""
  481. #: templates/xadmin/500.html:8
  482. msgid "Server error"
  483. msgstr ""
  484. #: templates/xadmin/500.html:12
  485. msgid "Server error (500)"
  486. msgstr ""
  487. #: templates/xadmin/500.html:15
  488. msgid "Server Error <em>(500)</em>"
  489. msgstr ""
  490. #: templates/xadmin/500.html:16
  491. msgid ""
  492. "There's been an error. It's been reported to the site administrators via e-"
  493. "mail and should be fixed shortly. Thanks for your patience."
  494. msgstr ""
  495. #: templates/xadmin/auth/password_reset/complete.html:11
  496. #: templates/xadmin/auth/password_reset/done.html:11
  497. msgid "Password reset successful"
  498. msgstr ""
  499. #: templates/xadmin/auth/password_reset/complete.html:14
  500. msgid "Your password has been set. You may go ahead and log in now."
  501. msgstr ""
  502. #: templates/xadmin/auth/password_reset/complete.html:15
  503. msgid "Log in"
  504. msgstr ""
  505. #: templates/xadmin/auth/password_reset/confirm.html:12
  506. msgid "Enter new password"
  507. msgstr ""
  508. #: templates/xadmin/auth/password_reset/confirm.html:17
  509. msgid ""
  510. "Please enter your new password twice so we can verify you typed it in "
  511. "correctly."
  512. msgstr ""
  513. #: templates/xadmin/auth/password_reset/confirm.html:19
  514. msgid "Change my password"
  515. msgstr ""
  516. #: templates/xadmin/auth/password_reset/confirm.html:24
  517. msgid "Password reset unsuccessful"
  518. msgstr ""
  519. #: templates/xadmin/auth/password_reset/confirm.html:27
  520. msgid ""
  521. "The password reset link was invalid, possibly because it has already been "
  522. "used. Please request a new password reset."
  523. msgstr ""
  524. #: templates/xadmin/auth/password_reset/done.html:14
  525. msgid ""
  526. "We've e-mailed you instructions for setting your password to the e-mail "
  527. "address you submitted. You should be receiving it shortly."
  528. msgstr ""
  529. #: templates/xadmin/auth/password_reset/email.html:2
  530. #, python-format
  531. msgid ""
  532. "You're receiving this e-mail because you requested a password reset for your "
  533. "user account at %(site_name)s."
  534. msgstr ""
  535. #: templates/xadmin/auth/password_reset/email.html:4
  536. msgid "Please go to the following page and choose a new password:"
  537. msgstr ""
  538. #: templates/xadmin/auth/password_reset/email.html:8
  539. msgid "Your username, in case you've forgotten:"
  540. msgstr ""
  541. #: templates/xadmin/auth/password_reset/email.html:10
  542. msgid "Thanks for using our site!"
  543. msgstr ""
  544. #: templates/xadmin/auth/password_reset/email.html:12
  545. #, python-format
  546. msgid "The %(site_name)s team"
  547. msgstr ""
  548. #: templates/xadmin/auth/password_reset/form.html:13
  549. msgid "Password reset"
  550. msgstr ""
  551. #: templates/xadmin/auth/password_reset/form.html:17
  552. msgid ""
  553. "Forgotten your password? Enter your e-mail address below, and we'll e-mail "
  554. "instructions for setting a new one."
  555. msgstr ""
  556. #: templates/xadmin/auth/password_reset/form.html:25
  557. msgid "E-mail address:"
  558. msgstr ""
  559. #: templates/xadmin/auth/password_reset/form.html:33
  560. msgid "Reset my password"
  561. msgstr ""
  562. #: templates/xadmin/auth/user/add_form.html:6
  563. msgid ""
  564. "First, enter a username and password. Then, you'll be able to edit more user "
  565. "options."
  566. msgstr ""
  567. #: templates/xadmin/auth/user/add_form.html:8
  568. msgid "Enter a username and password."
  569. msgstr ""
  570. #: templates/xadmin/auth/user/change_password.html:31
  571. #: templates/xadmin/views/batch_change_form.html:24
  572. #: templates/xadmin/views/form.html:18
  573. #: templates/xadmin/views/model_form.html:20
  574. msgid "Please correct the error below."
  575. msgid_plural "Please correct the errors below."
  576. msgstr[0] ""
  577. msgstr[1] ""
  578. #: templates/xadmin/auth/user/change_password.html:38
  579. msgid "Enter your new password."
  580. msgstr ""
  581. #: templates/xadmin/auth/user/change_password.html:40
  582. #, python-format
  583. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  584. msgstr ""
  585. #: templates/xadmin/base_site.html:18
  586. msgid "Welcome,"
  587. msgstr ""
  588. #: templates/xadmin/base_site.html:24
  589. msgid "Log out"
  590. msgstr ""
  591. #: templates/xadmin/base_site.html:36
  592. msgid "You don't have permission to edit anything."
  593. msgstr ""
  594. #: templates/xadmin/blocks/comm.top.theme.html:4
  595. msgid "Themes"
  596. msgstr ""
  597. #: templates/xadmin/blocks/comm.top.topnav.html:9
  598. #: templates/xadmin/blocks/model_list.nav_form.search_form.html:8
  599. #: templates/xadmin/filters/char.html:7
  600. #: templates/xadmin/filters/fk_search.html:7
  601. #: templates/xadmin/filters/fk_search.html:16
  602. #: templates/xadmin/filters/number.html:7
  603. msgid "Search"
  604. msgstr ""
  605. #: templates/xadmin/blocks/comm.top.topnav.html:23
  606. msgid "Add"
  607. msgstr ""
  608. #: templates/xadmin/blocks/model_form.submit_line.wizard.html:9
  609. #: templates/xadmin/blocks/model_form.submit_line.wizard.html:26
  610. msgid "Prev step"
  611. msgstr ""
  612. #: templates/xadmin/blocks/model_form.submit_line.wizard.html:13
  613. #: templates/xadmin/blocks/model_form.submit_line.wizard.html:29
  614. msgid "Next step"
  615. msgstr ""
  616. #: templates/xadmin/blocks/model_form.submit_line.wizard.html:15
  617. #: templates/xadmin/blocks/model_form.submit_line.wizard.html:31
  618. #: templates/xadmin/includes/submit_line.html:10
  619. #: templates/xadmin/includes/submit_line.html:13
  620. #: templates/xadmin/views/form.html:30 templates/xadmin/views/form.html:31
  621. msgid "Save"
  622. msgstr ""
  623. #: templates/xadmin/blocks/model_list.nav_menu.bookmarks.html:7
  624. msgid "Clean Bookmarks"
  625. msgstr ""
  626. #: templates/xadmin/blocks/model_list.nav_menu.bookmarks.html:18
  627. msgid "No Bookmarks"
  628. msgstr ""
  629. #: templates/xadmin/blocks/model_list.nav_menu.bookmarks.html:22
  630. msgid "New Bookmark"
  631. msgstr ""
  632. #: templates/xadmin/blocks/model_list.nav_menu.bookmarks.html:26
  633. msgid "Save current page as Bookmark"
  634. msgstr ""
  635. #: templates/xadmin/blocks/model_list.nav_menu.bookmarks.html:32
  636. msgid "Enter bookmark title"
  637. msgstr ""
  638. #: templates/xadmin/blocks/model_list.nav_menu.bookmarks.html:33
  639. msgid "Waiting"
  640. msgstr ""
  641. #: templates/xadmin/blocks/model_list.nav_menu.bookmarks.html:33
  642. msgid "Save Bookmark"
  643. msgstr ""
  644. #: templates/xadmin/blocks/model_list.nav_menu.filters.html:4
  645. msgid "Filters"
  646. msgstr ""
  647. #: templates/xadmin/blocks/model_list.nav_menu.filters.html:8
  648. msgid "Clean Filters"
  649. msgstr ""
  650. #: templates/xadmin/blocks/model_list.results_bottom.actions.html:19
  651. msgid "Click here to select the objects across all pages"
  652. msgstr ""
  653. #: templates/xadmin/blocks/model_list.results_bottom.actions.html:19
  654. #, python-format
  655. msgid "Select all %(total_count)s %(model_name)s"
  656. msgstr ""
  657. #: templates/xadmin/blocks/model_list.results_bottom.actions.html:20
  658. msgid "Clear selection"
  659. msgstr ""
  660. #: templates/xadmin/blocks/model_list.results_top.charts.html:4
  661. msgid "Charts"
  662. msgstr ""
  663. #: templates/xadmin/blocks/model_list.top_toolbar.exports.html:4
  664. #: templates/xadmin/blocks/model_list.top_toolbar.exports.html:8
  665. #: templates/xadmin/blocks/model_list.top_toolbar.exports.html:19
  666. #: templates/xadmin/blocks/model_list.top_toolbar.exports.html:47
  667. msgid "Export"
  668. msgstr ""
  669. #: templates/xadmin/blocks/model_list.top_toolbar.exports.html:26
  670. #: templates/xadmin/blocks/model_list.top_toolbar.exports.html:29
  671. #: templates/xadmin/blocks/model_list.top_toolbar.exports.html:32
  672. msgid "Export with table header."
  673. msgstr ""
  674. #: templates/xadmin/blocks/model_list.top_toolbar.exports.html:35
  675. #: templates/xadmin/blocks/model_list.top_toolbar.exports.html:38
  676. msgid "Export with format."
  677. msgstr ""
  678. #: templates/xadmin/blocks/model_list.top_toolbar.exports.html:42
  679. msgid "Export all data."
  680. msgstr ""
  681. #: templates/xadmin/blocks/model_list.top_toolbar.exports.html:46
  682. #: templates/xadmin/widgets/base.html:41
  683. msgid "Close"
  684. msgstr ""
  685. #: templates/xadmin/blocks/model_list.top_toolbar.layouts.html:4
  686. msgid "Layout"
  687. msgstr ""
  688. #: templates/xadmin/blocks/model_list.top_toolbar.refresh.html:8
  689. msgid "Clean Refresh"
  690. msgstr ""
  691. #: templates/xadmin/blocks/model_list.top_toolbar.refresh.html:14
  692. #, python-format
  693. msgid "Every %(t)s seconds"
  694. msgstr ""
  695. #: templates/xadmin/blocks/model_list.top_toolbar.saveorder.html:4
  696. msgid "Save Order"
  697. msgstr ""
  698. #: templates/xadmin/edit_inline/blank.html:5 views/detail.py:23
  699. #: views/edit.py:102 views/list.py:29
  700. msgid "Null"
  701. msgstr ""
  702. #: templates/xadmin/filters/char.html:13
  703. msgid "Enter"
  704. msgstr ""
  705. #: templates/xadmin/filters/date.html:10 templates/xadmin/filters/date.html:13
  706. msgid "Choice Date"
  707. msgstr ""
  708. #: templates/xadmin/filters/date.html:18
  709. msgid "YY"
  710. msgstr ""
  711. #: templates/xadmin/filters/date.html:19
  712. msgid "year"
  713. msgstr ""
  714. #: templates/xadmin/filters/date.html:22
  715. msgid "MM"
  716. msgstr ""
  717. #: templates/xadmin/filters/date.html:23
  718. msgid "month"
  719. msgstr ""
  720. #: templates/xadmin/filters/date.html:26
  721. msgid "DD"
  722. msgstr ""
  723. #: templates/xadmin/filters/date.html:27
  724. msgid "day"
  725. msgstr ""
  726. #: templates/xadmin/filters/date.html:29 templates/xadmin/filters/date.html:46
  727. #: templates/xadmin/filters/date.html:54
  728. #: templates/xadmin/filters/fk_search.html:24
  729. #: templates/xadmin/filters/number.html:37
  730. msgid "Apply"
  731. msgstr ""
  732. #: templates/xadmin/filters/date.html:34
  733. msgid "Date Range"
  734. msgstr ""
  735. #: templates/xadmin/filters/date.html:41
  736. msgid "Select Date"
  737. msgstr ""
  738. #: templates/xadmin/filters/date.html:42
  739. msgid "From"
  740. msgstr ""
  741. #: templates/xadmin/filters/date.html:44
  742. msgid "To"
  743. msgstr ""
  744. #: templates/xadmin/filters/fk_search.html:14
  745. msgid "Select"
  746. msgstr ""
  747. #: templates/xadmin/filters/fk_search.html:26
  748. #: templates/xadmin/filters/number.html:39
  749. msgid "Clean"
  750. msgstr ""
  751. #: templates/xadmin/filters/number.html:17
  752. #: templates/xadmin/filters/number.html:25
  753. #: templates/xadmin/filters/number.html:33
  754. msgid "Enter Number"
  755. msgstr ""
  756. #: templates/xadmin/filters/rel.html:3
  757. #, python-format
  758. msgid " By %(filter_title)s "
  759. msgstr ""
  760. #: templates/xadmin/forms/transfer.html:4
  761. msgid "Available"
  762. msgstr ""
  763. #: templates/xadmin/forms/transfer.html:12
  764. msgid "Click to choose all at once."
  765. msgstr ""
  766. #: templates/xadmin/forms/transfer.html:12
  767. msgid "Choose all"
  768. msgstr ""
  769. #: templates/xadmin/forms/transfer.html:16
  770. msgid "Choose"
  771. msgstr ""
  772. #: templates/xadmin/forms/transfer.html:19
  773. #: templates/xadmin/widgets/base.html:40
  774. msgid "Remove"
  775. msgstr ""
  776. #: templates/xadmin/forms/transfer.html:23
  777. msgid "Chosen"
  778. msgstr ""
  779. #: templates/xadmin/forms/transfer.html:27
  780. msgid "Click to remove all chosen at once."
  781. msgstr ""
  782. #: templates/xadmin/forms/transfer.html:27
  783. msgid "Remove all"
  784. msgstr ""
  785. #: templates/xadmin/includes/pagination.html:9
  786. msgid "Show all"
  787. msgstr ""
  788. #: templates/xadmin/includes/submit_line.html:10
  789. #: templates/xadmin/includes/submit_line.html:13
  790. #: templates/xadmin/views/form.html:30 templates/xadmin/views/form.html:31
  791. msgid "Saving.."
  792. msgstr ""
  793. #: templates/xadmin/includes/submit_line.html:17
  794. msgid "Save as new"
  795. msgstr ""
  796. #: templates/xadmin/includes/submit_line.html:18
  797. msgid "Save and add another"
  798. msgstr ""
  799. #: templates/xadmin/includes/submit_line.html:19
  800. msgid "Save and continue editing"
  801. msgstr ""
  802. #: templates/xadmin/includes/submit_line.html:24
  803. #: templates/xadmin/views/model_detail.html:28 views/delete.py:93
  804. msgid "Delete"
  805. msgstr ""
  806. #: templates/xadmin/views/app_index.html:13
  807. #, python-format
  808. msgid "%(name)s"
  809. msgstr ""
  810. #: templates/xadmin/views/batch_change_form.html:11
  811. msgid "Change multiple objects"
  812. msgstr ""
  813. #: templates/xadmin/views/batch_change_form.html:16
  814. #, python-format
  815. msgid "Change one %(objects_name)s"
  816. msgid_plural "Batch change %(counter)s %(objects_name)s"
  817. msgstr[0] ""
  818. msgstr[1] ""
  819. #: templates/xadmin/views/batch_change_form.html:38
  820. msgid "Change Multiple"
  821. msgstr ""
  822. #: templates/xadmin/views/dashboard.html:15
  823. #: templates/xadmin/views/dashboard.html:22
  824. #: templates/xadmin/views/dashboard.html:23
  825. msgid "Add Widget"
  826. msgstr ""
  827. #: templates/xadmin/views/invalid_setup.html:13
  828. msgid ""
  829. "Something's wrong with your database installation. Make sure the appropriate "
  830. "database tables have been created, and make sure the database is readable by "
  831. "the appropriate user."
  832. msgstr ""
  833. #: templates/xadmin/views/logged_out.html:16
  834. msgid "Logout Success"
  835. msgstr ""
  836. #: templates/xadmin/views/logged_out.html:17
  837. msgid "Thanks for spending some quality time with the Web site today."
  838. msgstr ""
  839. #: templates/xadmin/views/logged_out.html:19
  840. msgid "Close Window"
  841. msgstr ""
  842. #: templates/xadmin/views/logged_out.html:20
  843. msgid "Log in again"
  844. msgstr ""
  845. #: templates/xadmin/views/login.html:39 views/website.py:38
  846. msgid "Please Login"
  847. msgstr ""
  848. #: templates/xadmin/views/login.html:52
  849. msgid "Username"
  850. msgstr ""
  851. #: templates/xadmin/views/login.html:64
  852. msgid "Password"
  853. msgstr ""
  854. #: templates/xadmin/views/login.html:75
  855. msgid "log in"
  856. msgstr ""
  857. #: templates/xadmin/views/model_dashboard.html:26
  858. #: templates/xadmin/views/model_detail.html:25
  859. msgid "Edit"
  860. msgstr ""
  861. #: templates/xadmin/views/model_delete_confirm.html:11
  862. #, python-format
  863. msgid ""
  864. "Deleting the %(verbose_name)s '%(escaped_object)s' would result in deleting "
  865. "related objects, but your account doesn't have permission to delete the "
  866. "following types of objects:"
  867. msgstr ""
  868. #: templates/xadmin/views/model_delete_confirm.html:19
  869. #, python-format
  870. msgid ""
  871. "Deleting the %(verbose_name)s '%(escaped_object)s' would require deleting "
  872. "the following protected related objects:"
  873. msgstr ""
  874. #: templates/xadmin/views/model_delete_confirm.html:27
  875. #, python-format
  876. msgid ""
  877. "Are you sure you want to delete the %(verbose_name)s \"%(escaped_object)s\"? "
  878. "All of the following related items will be deleted:"
  879. msgstr ""
  880. #: templates/xadmin/views/model_delete_confirm.html:34
  881. #: templates/xadmin/views/model_delete_selected_confirm.html:49
  882. msgid "Yes, I'm sure"
  883. msgstr ""
  884. #: templates/xadmin/views/model_delete_confirm.html:35
  885. #: templates/xadmin/views/model_delete_selected_confirm.html:50
  886. msgid "Cancel"
  887. msgstr ""
  888. #: templates/xadmin/views/model_delete_selected_confirm.html:10
  889. msgid "Delete multiple objects"
  890. msgstr ""
  891. #: templates/xadmin/views/model_delete_selected_confirm.html:18
  892. #, python-format
  893. msgid ""
  894. "Deleting the selected %(objects_name)s would result in deleting related "
  895. "objects, but your account doesn't have permission to delete the following "
  896. "types of objects:"
  897. msgstr ""
  898. #: templates/xadmin/views/model_delete_selected_confirm.html:26
  899. #, python-format
  900. msgid ""
  901. "Deleting the selected %(objects_name)s would require deleting the following "
  902. "protected related objects:"
  903. msgstr ""
  904. #: templates/xadmin/views/model_delete_selected_confirm.html:34
  905. #, python-format
  906. msgid ""
  907. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  908. "following objects and their related items will be deleted:"
  909. msgstr ""
  910. #: templates/xadmin/views/model_history.html:26
  911. msgid "Diff"
  912. msgstr ""
  913. #: templates/xadmin/views/model_history.html:27
  914. #: templates/xadmin/views/recover_list.html:25
  915. msgid "Date/time"
  916. msgstr ""
  917. #: templates/xadmin/views/model_history.html:28
  918. msgid "User"
  919. msgstr ""
  920. #: templates/xadmin/views/model_history.html:29
  921. msgid "Comment"
  922. msgstr ""
  923. #: templates/xadmin/views/model_history.html:54
  924. msgid "Diff Select Versions"
  925. msgstr ""
  926. #: templates/xadmin/views/model_history.html:58
  927. msgid ""
  928. "This object doesn't have a change history. It probably wasn't added via this "
  929. "admin site."
  930. msgstr ""
  931. #: templates/xadmin/views/model_list.html:29
  932. #, python-format
  933. msgid "Add %(name)s"
  934. msgstr ""
  935. #: templates/xadmin/views/model_list.html:39
  936. msgid "Columns"
  937. msgstr ""
  938. #: templates/xadmin/views/model_list.html:42
  939. msgid "Restore Selected"
  940. msgstr ""
  941. #: templates/xadmin/views/model_list.html:147
  942. #: templates/xadmin/widgets/list.html:33
  943. msgid "Empty list"
  944. msgstr ""
  945. #: templates/xadmin/views/recover_form.html:20
  946. msgid "Press the recover button below to recover this version of the object."
  947. msgstr ""
  948. #: templates/xadmin/views/recover_list.html:19
  949. msgid ""
  950. "Choose a date from the list below to recover a deleted version of an object."
  951. msgstr ""
  952. #: templates/xadmin/views/recover_list.html:39
  953. msgid "There are no deleted objects to recover."
  954. msgstr ""
  955. #: templates/xadmin/views/revision_diff.html:12
  956. #: templates/xadmin/views/revision_diff.html:17
  957. #, python-format
  958. msgid "Diff %(verbose_name)s"
  959. msgstr ""
  960. #: templates/xadmin/views/revision_diff.html:25
  961. msgid "Field"
  962. msgstr ""
  963. #: templates/xadmin/views/revision_diff.html:26
  964. msgid "Version A"
  965. msgstr ""
  966. #: templates/xadmin/views/revision_diff.html:27
  967. msgid "Version B"
  968. msgstr ""
  969. #: templates/xadmin/views/revision_diff.html:39
  970. msgid "Revert to"
  971. msgstr ""
  972. #: templates/xadmin/views/revision_diff.html:40
  973. #: templates/xadmin/views/revision_diff.html:41
  974. msgid "Revert"
  975. msgstr ""
  976. #: templates/xadmin/views/revision_form.html:16
  977. #, python-format
  978. msgid "Revert %(verbose_name)s"
  979. msgstr ""
  980. #: templates/xadmin/views/revision_form.html:21
  981. msgid "Press the revert button below to revert to this version of the object."
  982. msgstr ""
  983. #: templates/xadmin/views/revision_form.html:27
  984. msgid "Revert this revision"
  985. msgstr ""
  986. #: templates/xadmin/widgets/addform.html:14
  987. msgid "Success"
  988. msgstr ""
  989. #: templates/xadmin/widgets/addform.html:14
  990. msgid "Add success, click <a id='change-link'>edit</a> to edit."
  991. msgstr ""
  992. #: templates/xadmin/widgets/addform.html:17
  993. msgid "Quick Add"
  994. msgstr ""
  995. #: templates/xadmin/widgets/base.html:31
  996. msgid "Widget Options"
  997. msgstr ""
  998. #: templates/xadmin/widgets/base.html:42
  999. msgid "Save changes"
  1000. msgstr ""
  1001. #: views/base.py:315
  1002. msgid "Django Xadmin"
  1003. msgstr ""
  1004. #: views/base.py:316
  1005. msgid "my-company.inc"
  1006. msgstr ""
  1007. #: views/dashboard.py:186
  1008. msgid "Widget ID"
  1009. msgstr ""
  1010. #: views/dashboard.py:187
  1011. msgid "Widget Title"
  1012. msgstr ""
  1013. #: views/dashboard.py:252
  1014. msgid "Html Content Widget, can write any html content in widget."
  1015. msgstr ""
  1016. #: views/dashboard.py:255
  1017. msgid "Html Content"
  1018. msgstr ""
  1019. #: views/dashboard.py:318
  1020. msgid "Target Model"
  1021. msgstr ""
  1022. #: views/dashboard.py:369
  1023. msgid "Quick button Widget, quickly open any page."
  1024. msgstr ""
  1025. #: views/dashboard.py:371
  1026. msgid "Quick Buttons"
  1027. msgstr ""
  1028. #: views/dashboard.py:416
  1029. msgid "Any Objects list Widget."
  1030. msgstr ""
  1031. #: views/dashboard.py:456
  1032. msgid "Add any model object Widget."
  1033. msgstr ""
  1034. #: views/dashboard.py:492
  1035. msgid "Dashboard"
  1036. msgstr ""
  1037. #: views/dashboard.py:633
  1038. #, python-format
  1039. msgid "%s Dashboard"
  1040. msgstr ""
  1041. #: views/delete.py:103
  1042. #, python-format
  1043. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  1044. msgstr ""
  1045. #: views/detail.py:173 views/edit.py:211 views/form.py:72
  1046. msgid "Other Fields"
  1047. msgstr ""
  1048. #: views/detail.py:235
  1049. #, python-format
  1050. msgid "%s Detail"
  1051. msgstr ""
  1052. #: views/edit.py:253
  1053. msgid "Added."
  1054. msgstr ""
  1055. #: views/edit.py:255
  1056. #, fuzzy, python-format
  1057. msgid "Changed %s."
  1058. msgstr "Changed Password"
  1059. #: views/edit.py:255
  1060. msgid "and"
  1061. msgstr ""
  1062. #: views/edit.py:258
  1063. msgid "No fields changed."
  1064. msgstr ""
  1065. #: views/edit.py:420
  1066. #, python-format
  1067. msgid "The %(name)s \"%(obj)s\" was added successfully."
  1068. msgstr ""
  1069. #: views/edit.py:425 views/edit.py:520
  1070. msgid "You may edit it again below."
  1071. msgstr ""
  1072. #: views/edit.py:429 views/edit.py:523
  1073. #, python-format
  1074. msgid "You may add another %s below."
  1075. msgstr ""
  1076. #: views/edit.py:471
  1077. #, python-format
  1078. msgid "Change %s"
  1079. msgstr ""
  1080. #: views/edit.py:516
  1081. #, python-format
  1082. msgid "The %(name)s \"%(obj)s\" was changed successfully."
  1083. msgstr ""
  1084. #: views/form.py:165
  1085. #, python-format
  1086. msgid "The %s was changed successfully."
  1087. msgstr ""
  1088. #: views/list.py:199
  1089. msgid "Database error"
  1090. msgstr ""
  1091. #: views/list.py:373
  1092. #, python-format
  1093. msgid "%s List"
  1094. msgstr ""
  1095. #: views/list.py:499
  1096. msgid "Sort ASC"
  1097. msgstr ""
  1098. #: views/list.py:500
  1099. msgid "Sort DESC"
  1100. msgstr ""
  1101. #: views/list.py:504
  1102. msgid "Cancel Sort"
  1103. msgstr ""
  1104. #: views/website.py:16
  1105. msgid "Main Dashboard"
  1106. msgstr ""
  1107. #: widgets.py:48
  1108. msgid "Now"
  1109. msgstr ""