ToolNonCopperClear.pot 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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:09+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\ToolNonCopperClear.py:13
  17. msgid "Non-Copper Clearing"
  18. msgstr ""
  19. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:51
  20. msgid "Gerber object to be cleared of excess copper. "
  21. msgstr ""
  22. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:59
  23. msgid "Tools Table"
  24. msgstr ""
  25. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:61
  26. msgid ""
  27. "Tools pool from which the algorithm\n"
  28. "will pick the ones used for copper clearing."
  29. msgstr ""
  30. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:70
  31. msgid "Diameter"
  32. msgstr ""
  33. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:76
  34. msgid ""
  35. "This is the Tool Number.\n"
  36. "Non copper clearing will start with the tool with the biggest \n"
  37. "diameter, continuing until there are no more tools.\n"
  38. "Only tools that create NCC clearing geometry will still be present\n"
  39. "in the resulting geometry. This is because with some tools\n"
  40. "this function will not be able to create painting geometry."
  41. msgstr ""
  42. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:84
  43. msgid ""
  44. "Tool Diameter. It's value (in current FlatCAM units) \n"
  45. "is the cut width into the material."
  46. msgstr ""
  47. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:88
  48. 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."
  49. msgstr ""
  50. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:107
  51. msgid "Tool Dia"
  52. msgstr ""
  53. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:109
  54. msgid "Diameter for the new tool to add in the Tool Table"
  55. msgstr ""
  56. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:121
  57. msgid "Add"
  58. msgstr ""
  59. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:123
  60. msgid ""
  61. "Add a new tool to the Tool Table\n"
  62. "with the diameter specified above."
  63. msgstr ""
  64. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:133
  65. msgid "Delete"
  66. msgstr ""
  67. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:135
  68. msgid ""
  69. "Delete a selection of tools in the Tool Table\n"
  70. "by first selecting a row(s) in the Tool Table."
  71. msgstr ""
  72. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:152
  73. msgid "Overlap:"
  74. msgstr ""
  75. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:154
  76. msgid ""
  77. "How much (fraction) of the tool width to overlap each tool pass.\n"
  78. "Example:\n"
  79. "A value here of 0.25 means 25% from the tool diameter found above.\n"
  80. "\n"
  81. "Adjust the value starting with lower values\n"
  82. "and increasing it if areas that should be cleared are still \n"
  83. "not cleared.\n"
  84. "Lower values = faster processing, faster execution on PCB.\n"
  85. "Higher values = slow processing and slow execution on CNC\n"
  86. "due of too many paths."
  87. msgstr ""
  88. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:168
  89. msgid "Margin:"
  90. msgstr ""
  91. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:170
  92. msgid "Bounding box margin."
  93. msgstr ""
  94. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:177
  95. msgid "Method:"
  96. msgstr ""
  97. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:179
  98. 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."
  99. msgstr ""
  100. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:193
  101. msgid "Connect:"
  102. msgstr ""
  103. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:195
  104. msgid ""
  105. "Draw lines between resulting\n"
  106. "segments to minimize tool lifts."
  107. msgstr ""
  108. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:202
  109. msgid "Contour:"
  110. msgstr ""
  111. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:204
  112. msgid ""
  113. "Cut around the perimeter of the polygon\n"
  114. "to trim rough edges."
  115. msgstr ""
  116. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:211
  117. msgid "Rest M.:"
  118. msgstr ""
  119. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:213
  120. msgid ""
  121. "If checked, use 'rest machining'.\n"
  122. "Basically it will clear copper outside PCB features,\n"
  123. "using the biggest tool and continue with the next tools,\n"
  124. "from bigger to smaller, to clear areas of copper that\n"
  125. "could not be cleared by previous tool, until there is\n"
  126. "no more copper to clear or there are no more tools.\n"
  127. "If not checked, use the standard algorithm."
  128. msgstr ""
  129. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:225
  130. msgid "Generate Geometry"
  131. msgstr ""
  132. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:227
  133. msgid ""
  134. "Create the Geometry Object\n"
  135. "for non-copper routing."
  136. msgstr ""
  137. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:267
  138. msgid "NCC Tool"
  139. msgstr ""
  140. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:462
  141. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:609
  142. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:621
  143. msgid "[ERROR_NOTCL]Wrong value format entered, use a number."
  144. msgstr ""
  145. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:467
  146. msgid "[WARNING_NOTCL] Please enter a tool diameter to add, in Float format."
  147. msgstr ""
  148. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:471
  149. msgid "[WARNING_NOTCL] Please enter a tool diameter with non-zero value, in Float format."
  150. msgstr ""
  151. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:495
  152. msgid "[WARNING_NOTCL]Adding tool cancelled. Tool already in Tool Table."
  153. msgstr ""
  154. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:500
  155. msgid "[success] New tool added to Tool Table."
  156. msgstr ""
  157. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:533
  158. msgid "[ERROR_NOTCL] Wrong value format entered, use a number."
  159. msgstr ""
  160. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:542
  161. msgid "[success] Tool from Tool Table was edited."
  162. msgstr ""
  163. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:553
  164. msgid "[WARNING_NOTCL] Edit cancelled. New diameter value is already in the Tool Table."
  165. msgstr ""
  166. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:592
  167. msgid "[WARNING_NOTCL]Delete failed. Select a tool to delete."
  168. msgstr ""
  169. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:597
  170. msgid "[success] Tool(s) deleted from Tool Table."
  171. msgstr ""
  172. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:643
  173. msgid "[ERROR_NOTCL]Could not retrieve object: %s"
  174. msgstr ""
  175. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:650
  176. msgid "[ERROR_NOTCL]No Gerber file available."
  177. msgstr ""
  178. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:688
  179. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:810
  180. msgid "Clearing Non-Copper areas."
  181. msgstr ""
  182. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:706
  183. msgid "[success] Non-Copper Clearing with ToolDia = %s started."
  184. msgstr ""
  185. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:775
  186. msgid "[ERROR_NOTCL] NCCTool.clear_non_copper() --> %s"
  187. msgstr ""
  188. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:780
  189. msgid "[success] NCC Tool finished."
  190. msgstr ""
  191. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:782
  192. msgid "[WARNING_NOTCL] NCC Tool finished but some PCB features could not be cleared. Check the result."
  193. msgstr ""
  194. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:790
  195. msgid "Tools"
  196. msgstr ""
  197. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:828
  198. msgid "[success] Non-Copper Rest Clearing with ToolDia = %s started."
  199. msgstr ""
  200. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:926
  201. msgid "[ERROR_NOTCL] NCCTool.clear_non_copper_rest() --> %s"
  202. msgstr ""
  203. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:934
  204. msgid "[ERROR_NOTCL] NCC Tool finished but could not clear the object with current settings."
  205. msgstr ""