django.po 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  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: Mezzanine\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2013-10-05 07:21-0430\n"
  11. "PO-Revision-Date: 2012-10-18 18:02+0000\n"
  12. "Last-Translator: Sebastián Ramírez Magrí <sebasmagri@gmail.com>\n"
  13. "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/projects/p/"
  14. "mezzanine/language/id_ID/)\n"
  15. "Language: id_ID\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=1; plural=0;\n"
  20. #: admin.py:32 fields.py:33
  21. msgid "Email"
  22. msgstr ""
  23. #: admin.py:115
  24. #, python-format
  25. msgid "1 entry deleted"
  26. msgid_plural "%(count)s entries deleted"
  27. msgstr[0] ""
  28. #: admin.py:119
  29. msgid "View Entries"
  30. msgstr ""
  31. #: defaults.py:20
  32. msgid ""
  33. "If ``True``, emails sent to extra recipients for form submissions won't be "
  34. "sent from an address taken from one of the form's email fields."
  35. msgstr ""
  36. #: defaults.py:29
  37. msgid "Max length allowed for field values in the forms app."
  38. msgstr ""
  39. #: defaults.py:36
  40. msgid "Max length allowed for field labels in the forms app."
  41. msgstr ""
  42. #: defaults.py:43
  43. msgid "Char to use as a field delimiter when exporting form responses as CSV."
  44. msgstr ""
  45. #: defaults.py:51
  46. msgid "Absolute path for storing file uploads for the forms app."
  47. msgstr ""
  48. #: defaults.py:58
  49. msgid ""
  50. "Extra field types for the forms app. Should contain a sequence of three-item "
  51. "sequences, each containing the ID, dotted import path for the field class, "
  52. "and field name, for each custom field type. The ID is simply a numeric "
  53. "constant for the field, but cannot be a value already used, so choose a high "
  54. "number such as 100 or greater to avoid conflicts."
  55. msgstr ""
  56. #: fields.py:31
  57. msgid "Single line text"
  58. msgstr ""
  59. #: fields.py:32
  60. msgid "Multi line text"
  61. msgstr ""
  62. #: fields.py:34
  63. msgid "Number"
  64. msgstr ""
  65. #: fields.py:35
  66. msgid "URL"
  67. msgstr ""
  68. #: fields.py:36
  69. msgid "Check box"
  70. msgstr ""
  71. #: fields.py:37
  72. msgid "Check boxes"
  73. msgstr ""
  74. #: fields.py:38
  75. msgid "Drop down"
  76. msgstr ""
  77. #: fields.py:39
  78. msgid "Multi select"
  79. msgstr ""
  80. #: fields.py:40
  81. msgid "Radio buttons"
  82. msgstr ""
  83. #: fields.py:41
  84. msgid "File upload"
  85. msgstr ""
  86. #: fields.py:42
  87. msgid "Date"
  88. msgstr ""
  89. #: fields.py:43 models.py:116
  90. msgid "Date/time"
  91. msgstr ""
  92. #: fields.py:44
  93. msgid "Date of birth"
  94. msgstr ""
  95. #: fields.py:45
  96. msgid "Hidden"
  97. msgstr ""
  98. #: forms.py:28 forms.py:36 forms.py:42
  99. msgid "Nothing"
  100. msgstr ""
  101. #: forms.py:29
  102. msgid "Contains"
  103. msgstr ""
  104. #: forms.py:30
  105. msgid "Doesn't contain"
  106. msgstr ""
  107. #: forms.py:31 forms.py:37
  108. msgid "Equals"
  109. msgstr ""
  110. #: forms.py:32 forms.py:38
  111. msgid "Doesn't equal"
  112. msgstr ""
  113. #: forms.py:43
  114. msgid "Is between"
  115. msgstr ""
  116. #: forms.py:100
  117. msgid "required"
  118. msgstr ""
  119. #: forms.py:216
  120. msgid "Checked"
  121. msgstr ""
  122. #: forms.py:216
  123. msgid "Not checked"
  124. msgstr ""
  125. #: forms.py:230 forms.py:245
  126. msgid "and"
  127. msgstr ""
  128. #: models.py:17
  129. msgid "Button text"
  130. msgstr ""
  131. #: models.py:18
  132. msgid "Submit"
  133. msgstr ""
  134. #: models.py:19
  135. msgid "Response"
  136. msgstr ""
  137. #: models.py:20
  138. msgid "Send email to user"
  139. msgstr ""
  140. #: models.py:21
  141. msgid ""
  142. "To send an email to the email address supplied in the form upon submission, "
  143. "check this box."
  144. msgstr ""
  145. #: models.py:23
  146. msgid "From address"
  147. msgstr ""
  148. #: models.py:24
  149. msgid "The address the email will be sent from"
  150. msgstr ""
  151. #: models.py:25
  152. msgid "Send email to others"
  153. msgstr ""
  154. #: models.py:26
  155. msgid ""
  156. "Provide a comma separated list of email addresses to be notified upon form "
  157. "submission. Leave blank to disable notifications."
  158. msgstr ""
  159. #: models.py:30
  160. msgid "Subject"
  161. msgstr ""
  162. #: models.py:31
  163. msgid "Message"
  164. msgstr ""
  165. #: models.py:32
  166. msgid ""
  167. "Emails sent based on the above options will contain each of the form fields "
  168. "entered. You can also enter a message here that will be included in the "
  169. "email."
  170. msgstr ""
  171. #: models.py:37
  172. msgid "Form"
  173. msgstr ""
  174. #: models.py:38
  175. msgid "Forms"
  176. msgstr ""
  177. #: models.py:55
  178. msgid "Label"
  179. msgstr ""
  180. #: models.py:57
  181. msgid "Type"
  182. msgstr ""
  183. #: models.py:58
  184. msgid "Required"
  185. msgstr ""
  186. #: models.py:59
  187. msgid "Visible"
  188. msgstr ""
  189. #: models.py:60
  190. msgid "Choices"
  191. msgstr ""
  192. #: models.py:61
  193. msgid ""
  194. "Comma separated options where applicable. If an option itself contains "
  195. "commas, surround the option with `backticks`."
  196. msgstr ""
  197. #: models.py:63
  198. msgid "Default value"
  199. msgstr ""
  200. #: models.py:65
  201. msgid "Placeholder Text"
  202. msgstr ""
  203. #: models.py:67
  204. msgid "Help text"
  205. msgstr ""
  206. #: models.py:72 templates/admin/forms/entries.html:28
  207. msgid "Field"
  208. msgstr ""
  209. #: models.py:73
  210. msgid "Fields"
  211. msgstr ""
  212. #: models.py:119
  213. msgid "Form entry"
  214. msgstr ""
  215. #: models.py:120
  216. msgid "Form entries"
  217. msgstr ""
  218. #: models.py:134
  219. msgid "Form field entry"
  220. msgstr ""
  221. #: models.py:135
  222. msgid "Form field entries"
  223. msgstr ""
  224. #: templates/admin/forms/change_form.html:8
  225. #: templates/admin/forms/entries.html:57
  226. msgid "View entries"
  227. msgstr ""
  228. #: templates/admin/forms/change_form.html:9
  229. msgid "History"
  230. msgstr ""
  231. #: templates/admin/forms/change_form.html:10
  232. msgid "View on site"
  233. msgstr ""
  234. #: templates/admin/forms/entries.html:14
  235. msgid "Home"
  236. msgstr ""
  237. #: templates/admin/forms/entries.html:29
  238. msgid "Include"
  239. msgstr ""
  240. #: templates/admin/forms/entries.html:30
  241. msgid "Filter by"
  242. msgstr ""
  243. #: templates/admin/forms/entries.html:48
  244. msgid "All"
  245. msgstr ""
  246. #: templates/admin/forms/entries.html:56 templates/admin/forms/entries.html:93
  247. msgid "Back to form"
  248. msgstr ""
  249. #: templates/admin/forms/entries.html:58
  250. msgid "Export CSV"
  251. msgstr ""
  252. #: templates/admin/forms/entries.html:60
  253. msgid "Entries"
  254. msgstr ""
  255. #: templates/admin/forms/entries.html:94
  256. msgid "Delete selected"
  257. msgstr ""
  258. #: templates/admin/forms/entries.html:98
  259. msgid "No entries to display"
  260. msgstr ""