Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2018
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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: 2018-03-03 18:14+0500\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=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
  21. "%100>=11 && n%100<=14)? 2 : 3);\n"
  22.  
  23. #: main/models.py:9 main/models.py:22 main/models.py:36 products/models.py:16
  24. #: products/models.py:48
  25. msgid "Name"
  26. msgstr ""
  27.  
  28. #: main/models.py:10 main/models.py:23 main/models.py:37 products/models.py:17
  29. msgid "Slug"
  30. msgstr ""
  31.  
  32. #: main/models.py:13 main/models.py:27
  33. msgid "Order"
  34. msgstr ""
  35.  
  36. #: main/models.py:24 main/models.py:38 products/models.py:61
  37. msgid "Image"
  38. msgstr ""
  39.  
  40. #: products/admin.py:32 products/models.py:77
  41. #: templates/pages/product_detail.html:73
  42. msgid "Color"
  43. msgstr ""
  44.  
  45. #: products/models.py:31 products/models.py:107
  46. msgid "Category"
  47. msgstr ""
  48.  
  49. #: products/models.py:32
  50. msgid "Categories"
  51. msgstr ""
  52.  
  53. #: products/models.py:49
  54. msgid "Logo"
  55. msgstr ""
  56.  
  57. #: products/models.py:53 products/models.py:108
  58. msgid "Brand"
  59. msgstr ""
  60.  
  61. #: products/models.py:54
  62. msgid "Brands"
  63. msgstr ""
  64.  
  65. #: products/models.py:62 products/models.py:94 products/models.py:148
  66. msgid "Product"
  67. msgstr ""
  68.  
  69. #: products/models.py:78
  70. msgid "Colors"
  71. msgstr ""
  72.  
  73. #: products/models.py:92
  74. msgid "Price"
  75. msgstr ""
  76.  
  77. #: products/models.py:93
  78. msgid "Quantity"
  79. msgstr ""
  80.  
  81. #: products/models.py:101
  82. msgid "Variation"
  83. msgstr ""
  84.  
  85. #: products/models.py:102
  86. msgid "Variations"
  87. msgstr ""
  88.  
  89. #: products/models.py:106
  90. msgid "Product name"
  91. msgstr ""
  92.  
  93. #: products/models.py:109 templates/pages/product_detail.html:104
  94. msgid "Description"
  95. msgstr ""
  96.  
  97. #: products/models.py:110 templates/pages/product_detail.html:98
  98. msgid "Characters"
  99. msgstr ""
  100.  
  101. #: products/models.py:111
  102. msgid "Product Owner"
  103. msgstr ""
  104.  
  105. #: products/models.py:114
  106. msgid "Available in stock"
  107. msgstr ""
  108.  
  109. #: products/models.py:149
  110. msgid "Products"
  111. msgstr ""
  112.  
  113. #: products/views.py:34
  114. msgid "Title a-z"
  115. msgstr ""
  116.  
  117. #: products/views.py:35
  118. msgid "Title z-a"
  119. msgstr ""
  120.  
  121. #: products/views.py:36 templates/pages/product_list.html:121
  122. msgid "New products first"
  123. msgstr ""
  124.  
  125. #: products/views.py:37 templates/pages/product_list.html:124
  126. msgid "Old products first"
  127. msgstr ""
  128.  
  129. #: project/settings.py:204
  130. msgid "KG"
  131. msgstr ""
  132.  
  133. #: project/settings.py:205
  134. msgid "Litr"
  135. msgstr ""
  136.  
  137. #: templates/pages/login.html:15 templates/parts/header.html:15
  138. msgid "Login"
  139. msgstr ""
  140.  
  141. #: templates/pages/login.html:27
  142. msgid "Phone number"
  143. msgstr ""
  144.  
  145. #: templates/pages/login.html:35 templates/pages/register.html:43
  146. #: users/forms.py:18
  147. msgid "Password"
  148. msgstr ""
  149.  
  150. #: templates/pages/login.html:45
  151. msgid "Log In"
  152. msgstr ""
  153.  
  154. #: templates/pages/login.html:53
  155. msgid "Forgot Password"
  156. msgstr ""
  157.  
  158. #: templates/pages/main.html:6 templates/pages/static.html:6
  159. msgid "Home"
  160. msgstr ""
  161.  
  162. #: templates/pages/main.html:14
  163. msgid "Working with us very easy"
  164. msgstr ""
  165.  
  166. #: templates/pages/main.html:18
  167. msgid "Choose a product"
  168. msgstr ""
  169.  
  170. #: templates/pages/main.html:21
  171. msgid "Payment method"
  172. msgstr ""
  173.  
  174. #: templates/pages/main.html:24
  175. msgid "And we'll deliver your order"
  176. msgstr ""
  177.  
  178. #: templates/pages/main.html:30
  179. msgid "Quick access"
  180. msgstr ""
  181.  
  182. #: templates/pages/main.html:43
  183. msgid "Top products of Stroyshop"
  184. msgstr ""
  185.  
  186. #: templates/pages/product_detail.html:19
  187. msgid "Similar products"
  188. msgstr ""
  189.  
  190. #: templates/pages/product_detail.html:32
  191. #: templates/pages/product_detail.html:55
  192. msgid "sum"
  193. msgstr ""
  194.  
  195. #: templates/pages/product_detail.html:35 templates/pages/product_list.html:146
  196. msgid "Add to cart"
  197. msgstr ""
  198.  
  199. #: templates/pages/product_detail.html:58
  200. msgid "In stock"
  201. msgstr ""
  202.  
  203. #: templates/pages/product_detail.html:59
  204. msgid "Available"
  205. msgstr ""
  206.  
  207. #: templates/pages/product_detail.html:59
  208. msgid "Not available"
  209. msgstr ""
  210.  
  211. #: templates/pages/product_detail.html:62
  212. msgid "Packing"
  213. msgstr ""
  214.  
  215. #: templates/pages/product_detail.html:84
  216. msgid "Last updated"
  217. msgstr ""
  218.  
  219. #: templates/pages/product_detail.html:112
  220. msgid "Feedbacks"
  221. msgstr ""
  222.  
  223. #: templates/pages/product_detail.html:115 templates/pages/search.html:7
  224. msgid "Found"
  225. msgstr ""
  226.  
  227. #: templates/pages/product_detail.html:115
  228. msgid "feedbacks"
  229. msgstr ""
  230.  
  231. #: templates/pages/product_detail.html:118
  232. #: templates/pages/product_list.html:112
  233. msgid "Sorting"
  234. msgstr ""
  235.  
  236. #: templates/pages/product_detail.html:120
  237. msgid "Last first"
  238. msgstr ""
  239.  
  240. #: templates/pages/product_detail.html:126
  241. msgid "Leave review"
  242. msgstr ""
  243.  
  244. #: templates/pages/product_detail.html:132
  245. msgid "Your name"
  246. msgstr ""
  247.  
  248. #: templates/pages/product_detail.html:141
  249. msgid "Where are you from"
  250. msgstr ""
  251.  
  252. #: templates/pages/product_detail.html:150
  253. msgid "Title"
  254. msgstr ""
  255.  
  256. #: templates/pages/product_detail.html:159
  257. msgid "Your message"
  258. msgstr ""
  259.  
  260. #: templates/pages/product_list.html:10
  261. msgid "Choose category"
  262. msgstr ""
  263.  
  264. #: templates/pages/product_list.html:109
  265. msgid "Found products"
  266. msgstr ""
  267.  
  268. #: templates/pages/product_list.html:115
  269. msgid "A-z"
  270. msgstr ""
  271.  
  272. #: templates/pages/product_list.html:118
  273. msgid "Z-a"
  274. msgstr ""
  275.  
  276. #: templates/pages/product_list.html:176
  277. msgid "Back"
  278. msgstr ""
  279.  
  280. #: templates/pages/product_list.html:194
  281. msgid "Next"
  282. msgstr ""
  283.  
  284. #: templates/pages/register.html:15 templates/parts/header.html:20
  285. msgid "Registration"
  286. msgstr ""
  287.  
  288. #: templates/pages/register.html:27
  289. msgid "Full name"
  290. msgstr ""
  291.  
  292. #: templates/pages/register.html:35
  293. msgid "Phone"
  294. msgstr ""
  295.  
  296. #: templates/pages/register.html:51 users/forms.py:19
  297. msgid "Confirm password"
  298. msgstr ""
  299.  
  300. #: templates/parts/banner.html:10
  301. msgid "more"
  302. msgstr ""
  303.  
  304. #: templates/parts/category_list.html:5 templates/parts/header.html:58
  305. msgid "Product categories"
  306. msgstr ""
  307.  
  308. #: templates/parts/header.html:9
  309. msgid "Logout"
  310. msgstr ""
  311.  
  312. #: templates/parts/header.html:34
  313. msgid "Search product"
  314. msgstr ""
  315.  
  316. #: users/admin.py:17
  317. msgid "Personal info"
  318. msgstr ""
  319.  
  320. #: users/admin.py:18
  321. msgid "Permissions"
  322. msgstr ""
  323.  
  324. #: users/admin.py:20
  325. msgid "Important dates"
  326. msgstr ""
  327.  
  328. #: users/forms.py:17
  329. msgid "Fullname"
  330. msgstr ""
  331.  
  332. #: users/forms.py:29
  333. msgid "Passwords not match"
  334. msgstr ""
  335.  
  336. #: users/models.py:44
  337. msgid "Phone number or Username"
  338. msgstr ""
  339.  
  340. #: users/models.py:45
  341. msgid "First name"
  342. msgstr ""
  343.  
  344. #: users/models.py:46
  345. msgid "Last name"
  346. msgstr ""
  347.  
  348. #: users/models.py:47
  349. msgid "Date joined"
  350. msgstr ""
  351.  
  352. #: users/models.py:48
  353. msgid "Active"
  354. msgstr ""
  355.  
  356. #: users/models.py:49
  357. msgid "Avatar"
  358. msgstr ""
  359.  
  360. #: users/models.py:56
  361. msgid "User"
  362. msgstr ""
  363.  
  364. #: users/models.py:57
  365. msgid "Users"
  366. msgstr ""
  367.  
  368. #: users/models.py:64
  369. msgid "Client user"
  370. msgstr ""
  371.  
  372. #: users/models.py:65
  373. msgid "Client address"
  374. msgstr ""
  375.  
  376. #: users/models.py:75
  377. msgid "Producer"
  378. msgstr "Производитель"
  379.  
  380. #: users/models.py:76
  381. msgid "Supplier"
  382. msgstr "Поставшик"
  383.  
  384. #: users/models.py:78
  385. msgid "Merchant user"
  386. msgstr ""
  387.  
  388. #: users/models.py:79
  389. msgid "Merchant type"
  390. msgstr ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement