django.po 29 KB

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