ToolCutOut.po 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  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:03+0200\n"
  9. "PO-Revision-Date: 2019-03-10 13:22+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\ToolCutOut.py:13
  20. msgid "Cutout PCB"
  21. msgstr "Cutout PCB"
  22. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:49
  23. msgid "Obj Type:"
  24. msgstr "Obj Type:"
  25. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:51
  26. msgid ""
  27. "Specify the type of object to be cutout.\n"
  28. "It can be of type: Gerber or Geometry.\n"
  29. "What is selected here will dictate the kind\n"
  30. "of objects that will populate the 'Object' combobox."
  31. msgstr ""
  32. "Specify the type of object to be cutout.\n"
  33. "It can be of type: Gerber or Geometry.\n"
  34. "What is selected here will dictate the kind\n"
  35. "of objects that will populate the 'Object' combobox."
  36. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:65
  37. msgid "Object:"
  38. msgstr "Object:"
  39. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:67
  40. msgid "Object to be cutout. "
  41. msgstr "Object to be cutout. "
  42. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:73
  43. msgid "Tool Dia:"
  44. msgstr "Tool Dia:"
  45. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:75
  46. msgid ""
  47. "Diameter of the tool used to cutout\n"
  48. "the PCB shape out of the surrounding material."
  49. msgstr ""
  50. "Diameter of the tool used to cutout\n"
  51. "the PCB shape out of the surrounding material."
  52. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:82
  53. msgid "Margin:"
  54. msgstr "Margin:"
  55. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:84
  56. msgid ""
  57. "Margin over bounds. A positive value here\n"
  58. "will make the cutout of the PCB further from\n"
  59. "the actual PCB border"
  60. msgstr ""
  61. "Margin over bounds. A positive value here\n"
  62. "will make the cutout of the PCB further from\n"
  63. "the actual PCB border"
  64. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:92
  65. msgid "Gap size:"
  66. msgstr "Gap size:"
  67. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:94
  68. msgid ""
  69. "The size of the bridge gaps in the cutout\n"
  70. "used to keep the board connected to\n"
  71. "the surrounding material (the one \n"
  72. "from which the PCB is cutout)."
  73. msgstr ""
  74. "The size of the bridge gaps in the cutout\n"
  75. "used to keep the board connected to\n"
  76. "the surrounding material (the one \n"
  77. "from which the PCB is cutout)."
  78. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:110
  79. msgid "A. Automatic Bridge Gaps"
  80. msgstr "A. Automatic Bridge Gaps"
  81. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:112
  82. msgid "This section handle creation of automatic bridge gaps."
  83. msgstr "This section handle creation of automatic bridge gaps."
  84. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:121
  85. msgid "Gaps:"
  86. msgstr "Gaps:"
  87. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:123
  88. msgid ""
  89. "Number of gaps used for the Automatic cutout.\n"
  90. "There can be maximum 8 bridges/gaps.\n"
  91. "The choices are:\n"
  92. "- lr - left + right\n"
  93. "- tb - top + bottom\n"
  94. "- 4 - left + right +top + bottom\n"
  95. "- 2lr - 2*left + 2*right\n"
  96. "- 2tb - 2*top + 2*bottom\n"
  97. "- 8 - 2*left + 2*right +2*top + 2*bottom"
  98. msgstr ""
  99. "Number of gaps used for the Automatic cutout.\n"
  100. "There can be maximum 8 bridges/gaps.\n"
  101. "The choices are:\n"
  102. "- lr - left + right\n"
  103. "- tb - top + bottom\n"
  104. "- 4 - left + right +top + bottom\n"
  105. "- 2lr - 2*left + 2*right\n"
  106. "- 2tb - 2*top + 2*bottom\n"
  107. "- 8 - 2*left + 2*right +2*top + 2*bottom"
  108. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:146
  109. msgid "FreeForm:"
  110. msgstr "FreeForm:"
  111. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:148
  112. msgid ""
  113. "The cutout shape can be of ny shape.\n"
  114. "Useful when the PCB has a non-rectangular shape."
  115. msgstr ""
  116. "The cutout shape can be of ny shape.\n"
  117. "Useful when the PCB has a non-rectangular shape."
  118. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:155
  119. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:175
  120. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:226
  121. msgid "Generate Geo"
  122. msgstr "Generate Geo"
  123. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:157
  124. msgid ""
  125. "Cutout the selected object.\n"
  126. "The cutout shape can be of any shape.\n"
  127. "Useful when the PCB has a non-rectangular shape."
  128. msgstr ""
  129. "Cutout the selected object.\n"
  130. "The cutout shape can be of any shape.\n"
  131. "Useful when the PCB has a non-rectangular shape."
  132. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:166
  133. msgid "Rectangular:"
  134. msgstr "Rectangular:"
  135. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:168
  136. msgid ""
  137. "The resulting cutout shape is\n"
  138. "always a rectangle shape and it will be\n"
  139. "the bounding box of the Object."
  140. msgstr ""
  141. "The resulting cutout shape is\n"
  142. "always a rectangle shape and it will be\n"
  143. "the bounding box of the Object."
  144. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:177
  145. msgid ""
  146. "Cutout the selected object.\n"
  147. "The resulting cutout shape is\n"
  148. "always a rectangle shape and it will be\n"
  149. "the bounding box of the Object."
  150. msgstr ""
  151. "Cutout the selected object.\n"
  152. "The resulting cutout shape is\n"
  153. "always a rectangle shape and it will be\n"
  154. "the bounding box of the Object."
  155. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:185
  156. msgid "B. Manual Bridge Gaps"
  157. msgstr "B. Manual Bridge Gaps"
  158. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:187
  159. msgid ""
  160. "This section handle creation of manual bridge gaps.\n"
  161. "This is done by mouse clicking on the perimeter of the\n"
  162. "Geometry object that is used as a cutout object. "
  163. msgstr ""
  164. "This section handle creation of manual bridge gaps.\n"
  165. "This is done by mouse clicking on the perimeter of the\n"
  166. "Geometry object that is used as a cutout object. "
  167. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:203
  168. msgid "Geo Obj:"
  169. msgstr "Geo Obj:"
  170. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:205
  171. msgid "Geometry object used to create the manual cutout."
  172. msgstr "Geometry object used to create the manual cutout."
  173. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:216
  174. msgid "Manual Geo:"
  175. msgstr "Manual Geo:"
  176. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:218
  177. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:228
  178. msgid ""
  179. "If the object to be cutout is a Gerber\n"
  180. "first create a Geometry that surrounds it,\n"
  181. "to be used as the cutout, if one doesn't exist yet.\n"
  182. "Select the source Gerber file in the top object combobox."
  183. msgstr ""
  184. "If the object to be cutout is a Gerber\n"
  185. "first create a Geometry that surrounds it,\n"
  186. "to be used as the cutout, if one doesn't exist yet.\n"
  187. "Select the source Gerber file in the top object combobox."
  188. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:238
  189. msgid "Manual Add Bridge Gaps:"
  190. msgstr "Manual Add Bridge Gaps:"
  191. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:240
  192. msgid ""
  193. "Use the left mouse button (LMB) click\n"
  194. "to create a bridge gap to separate the PCB from\n"
  195. "the surrounding material."
  196. msgstr ""
  197. "Use the left mouse button (LMB) click\n"
  198. "to create a bridge gap to separate the PCB from\n"
  199. "the surrounding material."
  200. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:247
  201. msgid "Generate Gap"
  202. msgstr "Generate Gap"
  203. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:249
  204. msgid ""
  205. "Use the left mouse button (LMB) click\n"
  206. "to create a bridge gap to separate the PCB from\n"
  207. "the surrounding material.\n"
  208. "The LMB click has to be done on the perimeter of\n"
  209. "the Geometry object used as a cutout geometry."
  210. msgstr ""
  211. "Use the left mouse button (LMB) click\n"
  212. "to create a bridge gap to separate the PCB from\n"
  213. "the surrounding material.\n"
  214. "The LMB click has to be done on the perimeter of\n"
  215. "the Geometry object used as a cutout geometry."
  216. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:322
  217. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:461
  218. msgid "[ERROR_NOTCL]Could not retrieve object: %s"
  219. msgstr "[ERROR_NOTCL]Could not retrieve object: %s"
  220. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:326
  221. msgid ""
  222. "[ERROR_NOTCL]There is no object selected for Cutout.\n"
  223. "Select one and try again."
  224. msgstr ""
  225. "[ERROR_NOTCL]There is no object selected for Cutout.\n"
  226. "Select one and try again."
  227. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:336
  228. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:474
  229. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:594
  230. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:699
  231. msgid ""
  232. "[WARNING_NOTCL] Tool diameter value is missing or wrong format. Add it and "
  233. "retry."
  234. msgstr ""
  235. "[WARNING_NOTCL] Tool diameter value is missing or wrong format. Add it and "
  236. "retry."
  237. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:342
  238. msgid ""
  239. "[WARNING_NOTCL]Tool Diameter is zero value. Change it to a positive integer."
  240. msgstr ""
  241. "[WARNING_NOTCL]Tool Diameter is zero value. Change it to a positive integer."
  242. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:352
  243. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:489
  244. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:714
  245. msgid ""
  246. "[WARNING_NOTCL] Margin value is missing or wrong format. Add it and retry."
  247. msgstr ""
  248. "[WARNING_NOTCL] Margin value is missing or wrong format. Add it and retry."
  249. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:363
  250. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:500
  251. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:609
  252. msgid ""
  253. "[WARNING_NOTCL] Gap size value is missing or wrong format. Add it and retry."
  254. msgstr ""
  255. "[WARNING_NOTCL] Gap size value is missing or wrong format. Add it and retry."
  256. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:370
  257. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:507
  258. msgid "[WARNING_NOTCL] Number of gaps value is missing. Add it and retry."
  259. msgstr "[WARNING_NOTCL] Number of gaps value is missing. Add it and retry."
  260. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:374
  261. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:511
  262. msgid ""
  263. "[WARNING_NOTCL] Gaps value can be only one of: 'lr', 'tb', '2lr', '2tb', 4 "
  264. "or 8. Fill in a correct value and retry. "
  265. msgstr ""
  266. "[WARNING_NOTCL] Gaps value can be only one of: 'lr', 'tb', '2lr', '2tb', 4 "
  267. "or 8. Fill in a correct value and retry. "
  268. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:379
  269. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:516
  270. msgid ""
  271. "[ERROR]Cutout operation cannot be done on a multi-geo Geometry.\n"
  272. "Optionally, this Multi-geo Geometry can be converted to Single-geo "
  273. "Geometry,\n"
  274. "and after that perform Cutout."
  275. msgstr ""
  276. "[ERROR]Cutout operation cannot be done on a multi-geo Geometry.\n"
  277. "Optionally, this Multi-geo Geometry can be converted to Single-geo "
  278. "Geometry,\n"
  279. "and after that perform Cutout."
  280. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:445
  281. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:579
  282. msgid "[success] Any form CutOut operation finished."
  283. msgstr "[success] Any form CutOut operation finished."
  284. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:465
  285. msgid "[ERROR_NOTCL]Object not found: %s"
  286. msgstr "[ERROR_NOTCL]Object not found: %s"
  287. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:479
  288. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:599
  289. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:704
  290. msgid ""
  291. "[ERROR_NOTCL]Tool Diameter is zero value. Change it to a positive integer."
  292. msgstr ""
  293. "[ERROR_NOTCL]Tool Diameter is zero value. Change it to a positive integer."
  294. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:584
  295. msgid ""
  296. "Click on the selected geometry object perimeter to create a bridge gap ..."
  297. msgstr ""
  298. "Click on the selected geometry object perimeter to create a bridge gap ..."
  299. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:625
  300. msgid "Making manual bridge gap..."
  301. msgstr "Making manual bridge gap..."
  302. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:648
  303. msgid "[ERROR_NOTCL]Could not retrieve Geoemtry object: %s"
  304. msgstr "[ERROR_NOTCL]Could not retrieve Geoemtry object: %s"
  305. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:652
  306. msgid "[ERROR_NOTCL]Geometry object for manual cutout not found: %s"
  307. msgstr "[ERROR_NOTCL]Geometry object for manual cutout not found: %s"
  308. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:662
  309. msgid "[success] Added manual Bridge Gap."
  310. msgstr "[success] Added manual Bridge Gap."
  311. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:679
  312. msgid "[ERROR_NOTCL]Could not retrieve Gerber object: %s"
  313. msgstr "[ERROR_NOTCL]Could not retrieve Gerber object: %s"
  314. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:683
  315. msgid ""
  316. "[ERROR_NOTCL]There is no Gerber object selected for Cutout.\n"
  317. "Select one and try again."
  318. msgstr ""
  319. "[ERROR_NOTCL]There is no Gerber object selected for Cutout.\n"
  320. "Select one and try again."
  321. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCutOut.py:688
  322. msgid ""
  323. "[ERROR_NOTCL]The selected object has to be of Gerber type.\n"
  324. "Select a Gerber file and try again."
  325. msgstr ""
  326. "[ERROR_NOTCL]The selected object has to be of Gerber type.\n"
  327. "Select a Gerber file and try again."