ToolNonCopperClear.po 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR ORGANIZATION
  3. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: \n"
  8. "POT-Creation-Date: 2019-03-10 13:09+0200\n"
  9. "PO-Revision-Date: 2019-03-10 13:24+0200\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "Generated-By: pygettext.py 1.5\n"
  15. "X-Generator: Poedit 2.2.1\n"
  16. "Last-Translator: \n"
  17. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  18. "Language: en\n"
  19. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:13
  20. msgid "Non-Copper Clearing"
  21. msgstr "Non-Copper Clearing"
  22. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:51
  23. msgid "Gerber object to be cleared of excess copper. "
  24. msgstr "Gerber object to be cleared of excess copper. "
  25. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:59
  26. msgid "Tools Table"
  27. msgstr "Tools Table"
  28. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:61
  29. msgid ""
  30. "Tools pool from which the algorithm\n"
  31. "will pick the ones used for copper clearing."
  32. msgstr ""
  33. "Tools pool from which the algorithm\n"
  34. "will pick the ones used for copper clearing."
  35. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:70
  36. msgid "Diameter"
  37. msgstr "Diameter"
  38. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:76
  39. msgid ""
  40. "This is the Tool Number.\n"
  41. "Non copper clearing will start with the tool with the biggest \n"
  42. "diameter, continuing until there are no more tools.\n"
  43. "Only tools that create NCC clearing geometry will still be present\n"
  44. "in the resulting geometry. This is because with some tools\n"
  45. "this function will not be able to create painting geometry."
  46. msgstr ""
  47. "This is the Tool Number.\n"
  48. "Non copper clearing will start with the tool with the biggest \n"
  49. "diameter, continuing until there are no more tools.\n"
  50. "Only tools that create NCC clearing geometry will still be present\n"
  51. "in the resulting geometry. This is because with some tools\n"
  52. "this function will not be able to create painting geometry."
  53. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:84
  54. msgid ""
  55. "Tool Diameter. It's value (in current FlatCAM units) \n"
  56. "is the cut width into the material."
  57. msgstr ""
  58. "Tool Diameter. It's value (in current FlatCAM units) \n"
  59. "is the cut width into the material."
  60. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:88
  61. msgid ""
  62. "The Tool Type (TT) can be:<BR>- <B>Circular</B> with 1 ... 4 teeth -> it is "
  63. "informative only. Being circular, <BR>the cut width in material is exactly "
  64. "the tool diameter.<BR>- <B>Ball</B> -> informative only and make reference "
  65. "to the Ball type endmill.<BR>- <B>V-Shape</B> -> it will disable de Z-Cut "
  66. "parameter in the resulting geometry UI form and enable two additional UI "
  67. "form fields in the resulting geometry: V-Tip Dia and V-Tip Angle. Adjusting "
  68. "those two values will adjust the Z-Cut parameter such as the cut width into "
  69. "material will be equal with the value in the Tool Diameter column of this "
  70. "table.<BR>Choosing the <B>V-Shape</B> Tool Type automatically will select "
  71. "the Operation Type in the resulting geometry as Isolation."
  72. msgstr ""
  73. "The Tool Type (TT) can be:<BR>- <B>Circular</B> with 1 ... 4 teeth -> it is "
  74. "informative only. Being circular, <BR>the cut width in material is exactly "
  75. "the tool diameter.<BR>- <B>Ball</B> -> informative only and make reference "
  76. "to the Ball type endmill.<BR>- <B>V-Shape</B> -> it will disable de Z-Cut "
  77. "parameter in the resulting geometry UI form and enable two additional UI "
  78. "form fields in the resulting geometry: V-Tip Dia and V-Tip Angle. Adjusting "
  79. "those two values will adjust the Z-Cut parameter such as the cut width into "
  80. "material will be equal with the value in the Tool Diameter column of this "
  81. "table.<BR>Choosing the <B>V-Shape</B> Tool Type automatically will select "
  82. "the Operation Type in the resulting geometry as Isolation."
  83. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:107
  84. msgid "Tool Dia"
  85. msgstr "Tool Dia"
  86. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:109
  87. msgid "Diameter for the new tool to add in the Tool Table"
  88. msgstr "Diameter for the new tool to add in the Tool Table"
  89. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:121
  90. msgid "Add"
  91. msgstr "Add"
  92. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:123
  93. msgid ""
  94. "Add a new tool to the Tool Table\n"
  95. "with the diameter specified above."
  96. msgstr ""
  97. "Add a new tool to the Tool Table\n"
  98. "with the diameter specified above."
  99. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:133
  100. msgid "Delete"
  101. msgstr "Delete"
  102. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:135
  103. msgid ""
  104. "Delete a selection of tools in the Tool Table\n"
  105. "by first selecting a row(s) in the Tool Table."
  106. msgstr ""
  107. "Delete a selection of tools in the Tool Table\n"
  108. "by first selecting a row(s) in the Tool Table."
  109. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:152
  110. msgid "Overlap:"
  111. msgstr "Overlap:"
  112. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:154
  113. msgid ""
  114. "How much (fraction) of the tool width to overlap each tool pass.\n"
  115. "Example:\n"
  116. "A value here of 0.25 means 25% from the tool diameter found above.\n"
  117. "\n"
  118. "Adjust the value starting with lower values\n"
  119. "and increasing it if areas that should be cleared are still \n"
  120. "not cleared.\n"
  121. "Lower values = faster processing, faster execution on PCB.\n"
  122. "Higher values = slow processing and slow execution on CNC\n"
  123. "due of too many paths."
  124. msgstr ""
  125. "How much (fraction) of the tool width to overlap each tool pass.\n"
  126. "Example:\n"
  127. "A value here of 0.25 means 25% from the tool diameter found above.\n"
  128. "\n"
  129. "Adjust the value starting with lower values\n"
  130. "and increasing it if areas that should be cleared are still \n"
  131. "not cleared.\n"
  132. "Lower values = faster processing, faster execution on PCB.\n"
  133. "Higher values = slow processing and slow execution on CNC\n"
  134. "due of too many paths."
  135. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:168
  136. msgid "Margin:"
  137. msgstr "Margin:"
  138. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:170
  139. msgid "Bounding box margin."
  140. msgstr "Bounding box margin."
  141. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:177
  142. msgid "Method:"
  143. msgstr "Method:"
  144. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:179
  145. msgid ""
  146. "Algorithm for non-copper clearing:<BR><B>Standard</B>: Fixed step inwards."
  147. "<BR><B>Seed-based</B>: Outwards from seed.<BR><B>Line-based</B>: Parallel "
  148. "lines."
  149. msgstr ""
  150. "Algorithm for non-copper clearing:<BR><B>Standard</B>: Fixed step inwards."
  151. "<BR><B>Seed-based</B>: Outwards from seed.<BR><B>Line-based</B>: Parallel "
  152. "lines."
  153. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:193
  154. msgid "Connect:"
  155. msgstr "Connect:"
  156. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:195
  157. msgid ""
  158. "Draw lines between resulting\n"
  159. "segments to minimize tool lifts."
  160. msgstr ""
  161. "Draw lines between resulting\n"
  162. "segments to minimize tool lifts."
  163. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:202
  164. msgid "Contour:"
  165. msgstr "Contour:"
  166. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:204
  167. msgid ""
  168. "Cut around the perimeter of the polygon\n"
  169. "to trim rough edges."
  170. msgstr ""
  171. "Cut around the perimeter of the polygon\n"
  172. "to trim rough edges."
  173. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:211
  174. msgid "Rest M.:"
  175. msgstr "Rest M.:"
  176. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:213
  177. msgid ""
  178. "If checked, use 'rest machining'.\n"
  179. "Basically it will clear copper outside PCB features,\n"
  180. "using the biggest tool and continue with the next tools,\n"
  181. "from bigger to smaller, to clear areas of copper that\n"
  182. "could not be cleared by previous tool, until there is\n"
  183. "no more copper to clear or there are no more tools.\n"
  184. "If not checked, use the standard algorithm."
  185. msgstr ""
  186. "If checked, use 'rest machining'.\n"
  187. "Basically it will clear copper outside PCB features,\n"
  188. "using the biggest tool and continue with the next tools,\n"
  189. "from bigger to smaller, to clear areas of copper that\n"
  190. "could not be cleared by previous tool, until there is\n"
  191. "no more copper to clear or there are no more tools.\n"
  192. "If not checked, use the standard algorithm."
  193. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:225
  194. msgid "Generate Geometry"
  195. msgstr "Generate Geometry"
  196. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:227
  197. msgid ""
  198. "Create the Geometry Object\n"
  199. "for non-copper routing."
  200. msgstr ""
  201. "Create the Geometry Object\n"
  202. "for non-copper routing."
  203. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:267
  204. msgid "NCC Tool"
  205. msgstr "NCC Tool"
  206. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:462
  207. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:609
  208. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:621
  209. msgid "[ERROR_NOTCL]Wrong value format entered, use a number."
  210. msgstr "[ERROR_NOTCL]Wrong value format entered, use a number."
  211. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:467
  212. msgid "[WARNING_NOTCL] Please enter a tool diameter to add, in Float format."
  213. msgstr "[WARNING_NOTCL] Please enter a tool diameter to add, in Float format."
  214. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:471
  215. msgid ""
  216. "[WARNING_NOTCL] Please enter a tool diameter with non-zero value, in Float "
  217. "format."
  218. msgstr ""
  219. "[WARNING_NOTCL] Please enter a tool diameter with non-zero value, in Float "
  220. "format."
  221. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:495
  222. msgid "[WARNING_NOTCL]Adding tool cancelled. Tool already in Tool Table."
  223. msgstr "[WARNING_NOTCL]Adding tool cancelled. Tool already in Tool Table."
  224. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:500
  225. msgid "[success] New tool added to Tool Table."
  226. msgstr "[success] New tool added to Tool Table."
  227. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:533
  228. msgid "[ERROR_NOTCL] Wrong value format entered, use a number."
  229. msgstr "[ERROR_NOTCL] Wrong value format entered, use a number."
  230. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:542
  231. msgid "[success] Tool from Tool Table was edited."
  232. msgstr "[success] Tool from Tool Table was edited."
  233. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:553
  234. msgid ""
  235. "[WARNING_NOTCL] Edit cancelled. New diameter value is already in the Tool "
  236. "Table."
  237. msgstr ""
  238. "[WARNING_NOTCL] Edit cancelled. New diameter value is already in the Tool "
  239. "Table."
  240. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:592
  241. msgid "[WARNING_NOTCL]Delete failed. Select a tool to delete."
  242. msgstr "[WARNING_NOTCL]Delete failed. Select a tool to delete."
  243. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:597
  244. msgid "[success] Tool(s) deleted from Tool Table."
  245. msgstr "[success] Tool(s) deleted from Tool Table."
  246. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:643
  247. msgid "[ERROR_NOTCL]Could not retrieve object: %s"
  248. msgstr "[ERROR_NOTCL]Could not retrieve object: %s"
  249. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:650
  250. msgid "[ERROR_NOTCL]No Gerber file available."
  251. msgstr "[ERROR_NOTCL]No Gerber file available."
  252. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:688
  253. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:810
  254. msgid "Clearing Non-Copper areas."
  255. msgstr "Clearing Non-Copper areas."
  256. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:706
  257. msgid "[success] Non-Copper Clearing with ToolDia = %s started."
  258. msgstr "[success] Non-Copper Clearing with ToolDia = %s started."
  259. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:775
  260. msgid "[ERROR_NOTCL] NCCTool.clear_non_copper() --> %s"
  261. msgstr "[ERROR_NOTCL] NCCTool.clear_non_copper() --> %s"
  262. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:780
  263. msgid "[success] NCC Tool finished."
  264. msgstr "[success] NCC Tool finished."
  265. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:782
  266. msgid ""
  267. "[WARNING_NOTCL] NCC Tool finished but some PCB features could not be "
  268. "cleared. Check the result."
  269. msgstr ""
  270. "[WARNING_NOTCL] NCC Tool finished but some PCB features could not be "
  271. "cleared. Check the result."
  272. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:790
  273. msgid "Tools"
  274. msgstr "Tools"
  275. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:828
  276. msgid "[success] Non-Copper Rest Clearing with ToolDia = %s started."
  277. msgstr "[success] Non-Copper Rest Clearing with ToolDia = %s started."
  278. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:926
  279. msgid "[ERROR_NOTCL] NCCTool.clear_non_copper_rest() --> %s"
  280. msgstr "[ERROR_NOTCL] NCCTool.clear_non_copper_rest() --> %s"
  281. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:934
  282. msgid ""
  283. "[ERROR_NOTCL] NCC Tool finished but could not clear the object with current "
  284. "settings."
  285. msgstr ""
  286. "[ERROR_NOTCL] NCC Tool finished but could not clear the object with current "
  287. "settings."