ToolSolderPaste.pot 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR ORGANIZATION
  3. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: PACKAGE VERSION\n"
  8. "POT-Creation-Date: 2019-03-10 13:14+0200\n"
  9. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  10. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  11. "Language-Team: LANGUAGE <LL@li.org>\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=cp1252\n"
  14. "Content-Transfer-Encoding: 8bit\n"
  15. "Generated-By: pygettext.py 1.5\n"
  16. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:26
  17. msgid "Solder Paste Tool"
  18. msgstr ""
  19. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:54
  20. msgid "Gerber Solder paste object. "
  21. msgstr ""
  22. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:59
  23. msgid "Tools Table"
  24. msgstr ""
  25. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:61
  26. msgid ""
  27. "Tools pool from which the algorithm\n"
  28. "will pick the ones used for dispensing solder paste."
  29. msgstr ""
  30. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:70
  31. msgid "Diameter"
  32. msgstr ""
  33. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:76
  34. msgid ""
  35. "This is the Tool Number.\n"
  36. "The solder dispensing will start with the tool with the biggest \n"
  37. "diameter, continuing until there are no more Nozzle tools.\n"
  38. "If there are no longer tools but there are still pads not covered\n"
  39. " with solder paste, the app will issue a warning message box."
  40. msgstr ""
  41. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:83
  42. msgid ""
  43. "Nozzle tool Diameter. It's value (in current FlatCAM units)\n"
  44. "is the width of the solder paste dispensed."
  45. msgstr ""
  46. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:90
  47. msgid "New Nozzle Tool"
  48. msgstr ""
  49. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:92
  50. msgid "Diameter for the new Nozzle tool to add in the Tool Table"
  51. msgstr ""
  52. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:104
  53. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:464
  54. msgid "Add"
  55. msgstr ""
  56. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:106
  57. msgid ""
  58. "Add a new nozzle tool to the Tool Table\n"
  59. "with the diameter specified above."
  60. msgstr ""
  61. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:110
  62. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:466
  63. msgid "Delete"
  64. msgstr ""
  65. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:112
  66. msgid ""
  67. "Delete a selection of tools in the Tool Table\n"
  68. "by first selecting a row(s) in the Tool Table."
  69. msgstr ""
  70. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:116
  71. msgid "Generate Geo"
  72. msgstr ""
  73. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:118
  74. msgid "Generate solder paste dispensing geometry."
  75. msgstr ""
  76. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:131
  77. msgid "STEP 1"
  78. msgstr ""
  79. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:133
  80. msgid ""
  81. "First step is to select a number of nozzle tools for usage\n"
  82. "and then optionally modify the GCode parameters bellow."
  83. msgstr ""
  84. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:136
  85. msgid ""
  86. "Select tools.\n"
  87. "Modify parameters."
  88. msgstr ""
  89. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:155
  90. msgid "Z Dispense Start:"
  91. msgstr ""
  92. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:157
  93. msgid "The height (Z) when solder paste dispensing starts."
  94. msgstr ""
  95. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:163
  96. msgid "Z Dispense:"
  97. msgstr ""
  98. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:165
  99. msgid "The height (Z) when doing solder paste dispensing."
  100. msgstr ""
  101. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:172
  102. msgid "Z Dispense Stop:"
  103. msgstr ""
  104. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:174
  105. msgid "The height (Z) when solder paste dispensing stops."
  106. msgstr ""
  107. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:180
  108. msgid "Z Travel:"
  109. msgstr ""
  110. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:182
  111. msgid ""
  112. "The height (Z) for travel between pads\n"
  113. "(without dispensing solder paste)."
  114. msgstr ""
  115. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:189
  116. msgid "Z Toolchange:"
  117. msgstr ""
  118. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:191
  119. msgid "The height (Z) for tool (nozzle) change."
  120. msgstr ""
  121. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:197
  122. msgid "XY Toolchange:"
  123. msgstr ""
  124. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:199
  125. msgid ""
  126. "The X,Y location for tool (nozzle) change.\n"
  127. "The format is (x, y) where x and y are real numbers."
  128. msgstr ""
  129. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:206
  130. msgid "Feedrate X-Y:"
  131. msgstr ""
  132. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:208
  133. msgid "Feedrate (speed) while moving on the X-Y plane."
  134. msgstr ""
  135. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:214
  136. msgid "Feedrate Z:"
  137. msgstr ""
  138. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:216
  139. msgid ""
  140. "Feedrate (speed) while moving vertically\n"
  141. "(on Z plane)."
  142. msgstr ""
  143. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:223
  144. msgid "Feedrate Z Dispense:"
  145. msgstr ""
  146. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:225
  147. msgid ""
  148. "Feedrate (speed) while moving up vertically\n"
  149. " to Dispense position (on Z plane)."
  150. msgstr ""
  151. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:232
  152. msgid "Spindle Speed FWD:"
  153. msgstr ""
  154. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:234
  155. msgid ""
  156. "The dispenser speed while pushing solder paste\n"
  157. "through the dispenser nozzle."
  158. msgstr ""
  159. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:241
  160. msgid "Dwell FWD:"
  161. msgstr ""
  162. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:243
  163. msgid "Pause after solder dispensing."
  164. msgstr ""
  165. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:249
  166. msgid "Spindle Speed REV:"
  167. msgstr ""
  168. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:251
  169. msgid ""
  170. "The dispenser speed while retracting solder paste\n"
  171. "through the dispenser nozzle."
  172. msgstr ""
  173. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:258
  174. msgid "Dwell REV:"
  175. msgstr ""
  176. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:260
  177. msgid ""
  178. "Pause after solder paste dispenser retracted,\n"
  179. "to allow pressure equilibrium."
  180. msgstr ""
  181. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:266
  182. msgid "PostProcessors:"
  183. msgstr ""
  184. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:268
  185. msgid "Files that control the GCode generation."
  186. msgstr ""
  187. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:279
  188. msgid "Generate GCode"
  189. msgstr ""
  190. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:281
  191. msgid ""
  192. "Generate GCode for Solder Paste dispensing\n"
  193. "on PCB pads."
  194. msgstr ""
  195. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:297
  196. msgid "STEP 2:"
  197. msgstr ""
  198. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:299
  199. msgid ""
  200. "Second step is to create a solder paste dispensing\n"
  201. "geometry out of an Solder Paste Mask Gerber file."
  202. msgstr ""
  203. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:315
  204. msgid "Geo Result:"
  205. msgstr ""
  206. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:317
  207. msgid ""
  208. "Geometry Solder Paste object.\n"
  209. "The name of the object has to end in:\n"
  210. "'_solderpaste' as a protection."
  211. msgstr ""
  212. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:326
  213. msgid "STEP 3:"
  214. msgstr ""
  215. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:328
  216. msgid ""
  217. "Third step is to select a solder paste dispensing geometry,\n"
  218. "and then generate a CNCJob object.\n"
  219. "\n"
  220. "REMEMBER: if you want to create a CNCJob with new parameters,\n"
  221. "first you need to generate a geometry with those new params,\n"
  222. "and only after that you can generate an updated CNCJob."
  223. msgstr ""
  224. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:348
  225. msgid "CNC Result:"
  226. msgstr ""
  227. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:350
  228. msgid ""
  229. "CNCJob Solder paste object.\n"
  230. "In order to enable the GCode save section,\n"
  231. "the name of the object has to end in:\n"
  232. "'_solderpaste' as a protection."
  233. msgstr ""
  234. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:360
  235. msgid "View GCode"
  236. msgstr ""
  237. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:362
  238. msgid ""
  239. "View the generated GCode for Solder Paste dispensing\n"
  240. "on PCB pads."
  241. msgstr ""
  242. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:366
  243. msgid "Save GCode"
  244. msgstr ""
  245. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:368
  246. msgid ""
  247. "Save the generated GCode for Solder Paste dispensing\n"
  248. "on PCB pads, to a file."
  249. msgstr ""
  250. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:372
  251. msgid "STEP 4:"
  252. msgstr ""
  253. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:374
  254. msgid ""
  255. "Fourth step (and last) is to select a CNCJob made from \n"
  256. "a solder paste dispensing geometry, and then view/save it's GCode."
  257. msgstr ""
  258. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:402
  259. msgid "Delete Object"
  260. msgstr ""
  261. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:741
  262. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:812
  263. msgid "[ERROR_NOTCL]Wrong value format entered, use a number."
  264. msgstr ""
  265. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:746
  266. msgid "[WARNING_NOTCL] Please enter a tool diameter to add, in Float format."
  267. msgstr ""
  268. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:750
  269. msgid "[WARNING_NOTCL] Please enter a tool diameter with non-zero value, in Float format."
  270. msgstr ""
  271. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:774
  272. msgid "[WARNING_NOTCL] Adding Nozzle tool cancelled. Tool already in Tool Table."
  273. msgstr ""
  274. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:779
  275. msgid "[success] New Nozzle tool added to Tool Table."
  276. msgstr ""
  277. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:821
  278. msgid "[success] Nozzle tool from Tool Table was edited."
  279. msgstr ""
  280. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:832
  281. msgid "[WARNING_NOTCL] Edit cancelled. New diameter value is already in the Tool Table."
  282. msgstr ""
  283. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:877
  284. msgid "[WARNING_NOTCL] Delete failed. Select a Nozzle tool to delete."
  285. msgstr ""
  286. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:882
  287. msgid "[success] Nozzle tool(s) deleted from Tool Table."
  288. msgstr ""
  289. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:937
  290. msgid "[WARNING_NOTCL] No SolderPaste mask Gerber object loaded."
  291. msgstr ""
  292. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:954
  293. msgid "Creating Solder Paste dispensing geometry."
  294. msgstr ""
  295. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:966
  296. msgid "[WARNING_NOTCL] No Nozzle tools in the tool table."
  297. msgstr ""
  298. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1092
  299. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1147
  300. msgid "[ERROR_NOTCL] Cancelled. Empty file, it has no geometry..."
  301. msgstr ""
  302. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1095
  303. msgid "[success] Solder Paste geometry generated successfully..."
  304. msgstr ""
  305. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1101
  306. msgid "[WARNING_NOTCL] Some or all pads have no solder due of inadequate nozzle diameters..."
  307. msgstr ""
  308. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1115
  309. msgid "Generating Solder Paste dispensing geometry..."
  310. msgstr ""
  311. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1135
  312. msgid "[WARNING_NOTCL] There is no Geometry object available."
  313. msgstr ""
  314. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1139
  315. msgid "[WARNING_NOTCL] This Geometry can't be processed. NOT a solder_paste_tool geometry."
  316. msgstr ""
  317. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1244
  318. msgid "[success] ToolSolderPaste CNCjob created: %s"
  319. msgstr ""
  320. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1276
  321. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1280
  322. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1331
  323. msgid "[WARNING_NOTCL] This CNCJob object can't be processed. NOT a solder_paste_tool CNCJob object."
  324. msgstr ""
  325. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1303
  326. msgid "[ERROR_NOTCL] No Gcode in the object..."
  327. msgstr ""
  328. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1312
  329. msgid "[ERROR] ToolSolderPaste.on_view_gcode() -->%s"
  330. msgstr ""
  331. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1349
  332. msgid "[WARNING_NOTCL] Export Machine Code cancelled ..."
  333. msgstr ""
  334. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1375
  335. msgid "[WARNING_NOTCL] No such file or directory"
  336. msgstr ""
  337. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolSolderPaste.py:1379
  338. msgid "[success] Solder paste dispenser GCode file saved to: %s"
  339. msgstr ""