ToolPaint.pot 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  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:11+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\ToolPaint.py:12
  17. msgid "Paint Area"
  18. msgstr ""
  19. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:48
  20. msgid "Geometry:"
  21. msgstr ""
  22. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:50
  23. msgid "Geometry object to be painted. "
  24. msgstr ""
  25. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:57
  26. msgid "Tools Table"
  27. msgstr ""
  28. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:59
  29. msgid ""
  30. "Tools pool from which the algorithm\n"
  31. "will pick the ones used for painting."
  32. msgstr ""
  33. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:68
  34. msgid "Diameter"
  35. msgstr ""
  36. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:74
  37. msgid ""
  38. "This is the Tool Number.\n"
  39. "Painting will start with the tool with the biggest diameter,\n"
  40. "continuing until there are no more tools.\n"
  41. "Only tools that create painting geometry will still be present\n"
  42. "in the resulting geometry. This is because with some tools\n"
  43. "this function will not be able to create painting geometry."
  44. msgstr ""
  45. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:82
  46. msgid ""
  47. "Tool Diameter. It's value (in current FlatCAM units) \n"
  48. "is the cut width into the material."
  49. msgstr ""
  50. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:86
  51. msgid "The Tool Type (TT) can be:<BR>- <B>Circular</B> with 1 ... 4 teeth -> it is informative only. Being circular, <BR>the cut width in material is exactly the tool diameter.<BR>- <B>Ball</B> -> informative only and make reference to the Ball type endmill.<BR>- <B>V-Shape</B> -> it will disable de Z-Cut parameter in the resulting geometry UI form and enable two additional UI form fields in the resulting geometry: V-Tip Dia and V-Tip Angle. Adjusting those two values will adjust the Z-Cut parameter such as the cut width into material will be equal with the value in the Tool Diameter column of this table.<BR>Choosing the <B>V-Shape</B> Tool Type automatically will select the Operation Type in the resulting geometry as Isolation."
  52. msgstr ""
  53. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:105
  54. msgid "Tool Dia"
  55. msgstr ""
  56. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:107
  57. msgid "Diameter for the new tool."
  58. msgstr ""
  59. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:119
  60. msgid "Add"
  61. msgstr ""
  62. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:121
  63. msgid ""
  64. "Add a new tool to the Tool Table\n"
  65. "with the diameter specified above."
  66. msgstr ""
  67. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:131
  68. msgid "Delete"
  69. msgstr ""
  70. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:133
  71. msgid ""
  72. "Delete a selection of tools in the Tool Table\n"
  73. "by first selecting a row(s) in the Tool Table."
  74. msgstr ""
  75. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:148
  76. msgid "Overlap:"
  77. msgstr ""
  78. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:150
  79. msgid ""
  80. "How much (fraction) of the tool width to overlap each tool pass.\n"
  81. "Example:\n"
  82. "A value here of 0.25 means 25% from the tool diameter found above.\n"
  83. "\n"
  84. "Adjust the value starting with lower values\n"
  85. "and increasing it if areas that should be painted are still \n"
  86. "not painted.\n"
  87. "Lower values = faster processing, faster execution on PCB.\n"
  88. "Higher values = slow processing and slow execution on CNC\n"
  89. "due of too many paths."
  90. msgstr ""
  91. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:165
  92. msgid "Margin:"
  93. msgstr ""
  94. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:167
  95. msgid ""
  96. "Distance by which to avoid\n"
  97. "the edges of the polygon to\n"
  98. "be painted."
  99. msgstr ""
  100. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:176
  101. msgid "Method:"
  102. msgstr ""
  103. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:178
  104. msgid "Algorithm for non-copper clearing:<BR><B>Standard</B>: Fixed step inwards.<BR><B>Seed-based</B>: Outwards from seed.<BR><B>Line-based</B>: Parallel lines."
  105. msgstr ""
  106. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:192
  107. msgid "Connect:"
  108. msgstr ""
  109. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:194
  110. msgid ""
  111. "Draw lines between resulting\n"
  112. "segments to minimize tool lifts."
  113. msgstr ""
  114. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:201
  115. msgid "Contour:"
  116. msgstr ""
  117. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:203
  118. msgid ""
  119. "Cut around the perimeter of the polygon\n"
  120. "to trim rough edges."
  121. msgstr ""
  122. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:210
  123. msgid "Rest M.:"
  124. msgstr ""
  125. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:212
  126. msgid ""
  127. "If checked, use 'rest machining'.\n"
  128. "Basically it will clear copper outside PCB features,\n"
  129. "using the biggest tool and continue with the next tools,\n"
  130. "from bigger to smaller, to clear areas of copper that\n"
  131. "could not be cleared by previous tool, until there is\n"
  132. "no more copper to clear or there are no more tools.\n"
  133. "\n"
  134. "If not checked, use the standard algorithm."
  135. msgstr ""
  136. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:225
  137. msgid "Selection:"
  138. msgstr ""
  139. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:227
  140. msgid "How to select the polygons to paint.<BR>Options:<BR>- <B>Single</B>: left mouse click on the polygon to be painted.<BR>- <B>All</B>: paint all polygons."
  141. msgstr ""
  142. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:242
  143. msgid "Create Paint Geometry"
  144. msgstr ""
  145. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:244
  146. msgid "After clicking here, click inside<BR>the polygon you wish to be painted if <B>Single</B> is selected.<BR>If <B>All</B> is selected then the Paint will start after click.<BR>A new Geometry object with the tool<BR>paths will be created."
  147. msgstr ""
  148. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:325
  149. msgid "Paint Tool"
  150. msgstr ""
  151. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:522
  152. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:592
  153. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:727
  154. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:818
  155. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:973
  156. msgid "[ERROR_NOTCL]Wrong value format entered, use a number."
  157. msgstr ""
  158. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:528
  159. msgid "[WARNING_NOTCL] Please enter a tool diameter to add, in Float format."
  160. msgstr ""
  161. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:552
  162. msgid "[WARNING_NOTCL]Adding tool cancelled. Tool already in Tool Table."
  163. msgstr ""
  164. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:557
  165. msgid "[success] New tool added to Tool Table."
  166. msgstr ""
  167. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:600
  168. msgid "[success] Tool from Tool Table was edited."
  169. msgstr ""
  170. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:611
  171. msgid "[WARNING_NOTCL] Edit cancelled. New diameter value is already in the Tool Table."
  172. msgstr ""
  173. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:708
  174. msgid "[WARNING_NOTCL]Delete failed. Select a tool to delete."
  175. msgstr ""
  176. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:713
  177. msgid "[success] Tool(s) deleted from Tool Table."
  178. msgstr ""
  179. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:717
  180. msgid "geometry_on_paint_button"
  181. msgstr ""
  182. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:719
  183. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:764
  184. msgid "[WARNING_NOTCL]Click inside the desired polygon."
  185. msgstr ""
  186. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:741
  187. msgid "[ERROR_NOTCL]Could not retrieve object: %s"
  188. msgstr ""
  189. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:745
  190. msgid "[ERROR_NOTCL]Object not found: %s"
  191. msgstr ""
  192. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:751
  193. msgid "[ERROR_NOTCL] Can't do Paint on MultiGeo geometries ..."
  194. msgstr ""
  195. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:773
  196. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:977
  197. msgid "Painting polygon..."
  198. msgstr ""
  199. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:825
  200. msgid "[WARNING] No polygon found."
  201. msgstr ""
  202. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:828
  203. msgid "Painting polygon."
  204. msgstr ""
  205. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:870
  206. msgid "[ERROR_NOTCL] Geometry could not be painted completely"
  207. msgstr ""
  208. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:896
  209. msgid ""
  210. "[ERROR] Could not do Paint. Try a different combination of parameters. Or a different strategy of paint\n"
  211. "%s"
  212. msgstr ""
  213. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:938
  214. msgid "[ERROR_NOTCL] PaintTool.paint_poly() --> %s"
  215. msgstr ""
  216. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:944
  217. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:1236
  218. msgid "Polygon Paint started ..."
  219. msgstr ""
  220. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:1092
  221. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:1181
  222. msgid ""
  223. "[ERROR] Could not do Paint All. Try a different combination of parameters. Or a different Method of paint\n"
  224. "%s"
  225. msgstr ""
  226. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:1116
  227. msgid ""
  228. "[ERROR] There is no Painting Geometry in the file.\n"
  229. "Usually it means that the tool diameter is too big for the painted geometry.\n"
  230. "Change the painting parameters and try again."
  231. msgstr ""
  232. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:1125
  233. msgid "[success] Paint All Done."
  234. msgstr ""
  235. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:1211
  236. msgid ""
  237. "[ERROR_NOTCL] There is no Painting Geometry in the file.\n"
  238. "Usually it means that the tool diameter is too big for the painted geometry.\n"
  239. "Change the painting parameters and try again."
  240. msgstr ""
  241. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPaint.py:1220
  242. msgid "[success] Paint All with Rest-Machining done."
  243. msgstr ""