FlatCAMEditor.pot 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050
  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 02:10+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\FlatCAMEditor.py:78
  17. msgid "Buffer distance:"
  18. msgstr ""
  19. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:79
  20. msgid "Buffer corner:"
  21. msgstr ""
  22. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:81
  23. msgid ""
  24. "There are 3 types of corners:\n"
  25. " - 'Round': the corner is rounded for exterior buffer.\n"
  26. " - 'Square:' the corner is met in a sharp angle for exterior buffer.\n"
  27. " - 'Beveled:' the corner is a line that directly connects the features meeting in the corner"
  28. msgstr ""
  29. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:87
  30. msgid "Round"
  31. msgstr ""
  32. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:88
  33. msgid "Square"
  34. msgstr ""
  35. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:89
  36. msgid "Beveled"
  37. msgstr ""
  38. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:96
  39. msgid "Buffer Interior"
  40. msgstr ""
  41. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:98
  42. msgid "Buffer Exterior"
  43. msgstr ""
  44. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:104
  45. msgid "Full Buffer"
  46. msgstr ""
  47. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:125
  48. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2625
  49. msgid "Buffer Tool"
  50. msgstr ""
  51. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:136
  52. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:153
  53. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:170
  54. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2643
  55. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2669
  56. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2695
  57. msgid "[WARNING_NOTCL] Buffer distance value is missing or wrong format. Add it and retry."
  58. msgstr ""
  59. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:418
  60. msgid "Tool dia:"
  61. msgstr ""
  62. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:420
  63. msgid ""
  64. "Diameter of the tool to\n"
  65. "be used in the operation."
  66. msgstr ""
  67. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:429
  68. msgid "Overlap:"
  69. msgstr ""
  70. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:431
  71. msgid ""
  72. "How much (fraction) of the tool width to overlap each tool pass.\n"
  73. "Example:\n"
  74. "A value here of 0.25 means 25% from the tool diameter found above.\n"
  75. "\n"
  76. "Adjust the value starting with lower values\n"
  77. "and increasing it if areas that should be painted are still \n"
  78. "not painted.\n"
  79. "Lower values = faster processing, faster execution on PCB.\n"
  80. "Higher values = slow processing and slow execution on CNC\n"
  81. "due of too many paths."
  82. msgstr ""
  83. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:447
  84. msgid "Margin:"
  85. msgstr ""
  86. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:449
  87. msgid ""
  88. "Distance by which to avoid\n"
  89. "the edges of the polygon to\n"
  90. "be painted."
  91. msgstr ""
  92. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:458
  93. msgid "Method:"
  94. msgstr ""
  95. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:460
  96. msgid "Algorithm to paint the polygon:<BR><B>Standard</B>: Fixed step inwards.<BR><B>Seed-based</B>: Outwards from seed."
  97. msgstr ""
  98. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:466
  99. msgid "Standard"
  100. msgstr ""
  101. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:467
  102. msgid "Seed-based"
  103. msgstr ""
  104. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:468
  105. msgid "Straight lines"
  106. msgstr ""
  107. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:473
  108. msgid "Connect:"
  109. msgstr ""
  110. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:475
  111. msgid ""
  112. "Draw lines between resulting\n"
  113. "segments to minimize tool lifts."
  114. msgstr ""
  115. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:482
  116. msgid "Contour:"
  117. msgstr ""
  118. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:484
  119. msgid ""
  120. "Cut around the perimeter of the polygon\n"
  121. "to trim rough edges."
  122. msgstr ""
  123. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:496
  124. msgid "Paint"
  125. msgstr ""
  126. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:514
  127. msgid "Paint Tool"
  128. msgstr ""
  129. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:550
  130. msgid "[WARNING_NOTCL] Paint cancelled. No shape selected."
  131. msgstr ""
  132. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:561
  133. msgid "[WARNING_NOTCL] Tool diameter value is missing or wrong format. Add it and retry."
  134. msgstr ""
  135. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:572
  136. msgid "[WARNING_NOTCL] Overlap value is missing or wrong format. Add it and retry."
  137. msgstr ""
  138. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:584
  139. msgid "[WARNING_NOTCL] Margin distance value is missing or wrong format. Add it and retry."
  140. msgstr ""
  141. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:593
  142. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2650
  143. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2676
  144. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2702
  145. msgid "Tools"
  146. msgstr ""
  147. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:604
  148. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:977
  149. msgid "Transform Tool"
  150. msgstr ""
  151. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:605
  152. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:666
  153. msgid "Rotate"
  154. msgstr ""
  155. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:606
  156. msgid "Skew/Shear"
  157. msgstr ""
  158. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:607
  159. msgid "Scale"
  160. msgstr ""
  161. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:608
  162. msgid "Mirror (Flip)"
  163. msgstr ""
  164. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:609
  165. msgid "Offset"
  166. msgstr ""
  167. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:620
  168. msgid "Editor %s"
  169. msgstr ""
  170. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:652
  171. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4853
  172. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4889
  173. msgid "Angle:"
  174. msgstr ""
  175. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:654
  176. msgid ""
  177. "Angle for Rotation action, in degrees.\n"
  178. "Float number between -360 and 359.\n"
  179. "Positive numbers for CW motion.\n"
  180. "Negative numbers for CCW motion."
  181. msgstr ""
  182. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:668
  183. msgid ""
  184. "Rotate the selected shape(s).\n"
  185. "The point of reference is the middle of\n"
  186. "the bounding box for all selected shapes."
  187. msgstr ""
  188. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:691
  189. msgid "Angle X:"
  190. msgstr ""
  191. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:693
  192. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:711
  193. msgid ""
  194. "Angle for Skew action, in degrees.\n"
  195. "Float number between -360 and 359."
  196. msgstr ""
  197. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:702
  198. msgid "Skew X"
  199. msgstr ""
  200. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:704
  201. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:722
  202. msgid ""
  203. "Skew/shear the selected shape(s).\n"
  204. "The point of reference is the middle of\n"
  205. "the bounding box for all selected shapes."
  206. msgstr ""
  207. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:709
  208. msgid "Angle Y:"
  209. msgstr ""
  210. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:720
  211. msgid "Skew Y"
  212. msgstr ""
  213. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:748
  214. msgid "Factor X:"
  215. msgstr ""
  216. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:750
  217. msgid "Factor for Scale action over X axis."
  218. msgstr ""
  219. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:758
  220. msgid "Scale X"
  221. msgstr ""
  222. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:760
  223. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:777
  224. msgid ""
  225. "Scale the selected shape(s).\n"
  226. "The point of reference depends on \n"
  227. "the Scale reference checkbox state."
  228. msgstr ""
  229. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:765
  230. msgid "Factor Y:"
  231. msgstr ""
  232. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:767
  233. msgid "Factor for Scale action over Y axis."
  234. msgstr ""
  235. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:775
  236. msgid "Scale Y"
  237. msgstr ""
  238. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:784
  239. msgid "Link"
  240. msgstr ""
  241. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:786
  242. msgid ""
  243. "Scale the selected shape(s)\n"
  244. "using the Scale Factor X for both axis."
  245. msgstr ""
  246. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:792
  247. msgid "Scale Reference"
  248. msgstr ""
  249. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:794
  250. msgid ""
  251. "Scale the selected shape(s)\n"
  252. "using the origin reference when checked,\n"
  253. "and the center of the biggest bounding box\n"
  254. "of the selected shapes when unchecked."
  255. msgstr ""
  256. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:822
  257. msgid "Value X:"
  258. msgstr ""
  259. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:824
  260. msgid "Value for Offset action on X axis."
  261. msgstr ""
  262. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:832
  263. msgid "Offset X"
  264. msgstr ""
  265. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:834
  266. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:852
  267. msgid ""
  268. "Offset the selected shape(s).\n"
  269. "The point of reference is the middle of\n"
  270. "the bounding box for all selected shapes.\n"
  271. msgstr ""
  272. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:840
  273. msgid "Value Y:"
  274. msgstr ""
  275. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:842
  276. msgid "Value for Offset action on Y axis."
  277. msgstr ""
  278. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:850
  279. msgid "Offset Y"
  280. msgstr ""
  281. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:881
  282. msgid "Flip on X"
  283. msgstr ""
  284. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:883
  285. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:891
  286. msgid ""
  287. "Flip the selected shape(s) over the X axis.\n"
  288. "Does not create a new shape."
  289. msgstr ""
  290. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:889
  291. msgid "Flip on Y"
  292. msgstr ""
  293. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:898
  294. msgid "Ref Pt"
  295. msgstr ""
  296. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:900
  297. msgid ""
  298. "Flip the selected shape(s)\n"
  299. "around the point in Point Entry Field.\n"
  300. "\n"
  301. "The point coordinates can be captured by\n"
  302. "left click on canvas together with pressing\n"
  303. "SHIFT key. \n"
  304. "Then click Add button to insert coordinates.\n"
  305. "Or enter the coords in format (x, y) in the\n"
  306. "Point Entry field and click Flip on X(Y)"
  307. msgstr ""
  308. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:912
  309. msgid "Point:"
  310. msgstr ""
  311. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:914
  312. msgid ""
  313. "Coordinates in format (x, y) used as reference for mirroring.\n"
  314. "The 'x' in (x, y) will be used when using Flip on X and\n"
  315. "the 'y' in (x, y) will be used when using Flip on Y."
  316. msgstr ""
  317. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:924
  318. msgid "Add"
  319. msgstr ""
  320. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:926
  321. msgid ""
  322. "The point coordinates can be captured by\n"
  323. "left click on canvas together with pressing\n"
  324. "SHIFT key. Then click Add button to insert."
  325. msgstr ""
  326. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1041
  327. msgid "[WARNING_NOTCL] Transformation cancelled. No shape selected."
  328. msgstr ""
  329. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1062
  330. msgid "[ERROR_NOTCL]Wrong value format entered for Rotate, use a number."
  331. msgstr ""
  332. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1099
  333. msgid "[ERROR_NOTCL]Wrong value format entered for Skew X, use a number."
  334. msgstr ""
  335. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1120
  336. msgid "[ERROR_NOTCL]Wrong value format entered for Skew Y, use a number."
  337. msgstr ""
  338. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1141
  339. msgid "[ERROR_NOTCL]Wrong value format entered for Scale X, use a number."
  340. msgstr ""
  341. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1178
  342. msgid "[ERROR_NOTCL]Wrong value format entered for Scale Y, use a number."
  343. msgstr ""
  344. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1210
  345. msgid "[ERROR_NOTCL]Wrong value format entered for Offset X, use a number."
  346. msgstr ""
  347. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1231
  348. msgid "[ERROR_NOTCL]Wrong value format entered for Offset Y, use a number."
  349. msgstr ""
  350. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1249
  351. msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to rotate!"
  352. msgstr ""
  353. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1252
  354. msgid "Appying Rotate"
  355. msgstr ""
  356. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1280
  357. msgid "[success] Done. Rotate completed."
  358. msgstr ""
  359. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1285
  360. msgid "[ERROR_NOTCL] Due of %s, rotation movement was not executed."
  361. msgstr ""
  362. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1296
  363. msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to flip!"
  364. msgstr ""
  365. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1299
  366. msgid "Applying Flip"
  367. msgstr ""
  368. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1329
  369. msgid "[success] Flip on the Y axis done ..."
  370. msgstr ""
  371. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1332
  372. msgid "[success] Flip on the X axis done ..."
  373. msgstr ""
  374. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1342
  375. msgid "[ERROR_NOTCL] Due of %s, Flip action was not executed."
  376. msgstr ""
  377. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1351
  378. msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to shear/skew!"
  379. msgstr ""
  380. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1354
  381. msgid "Applying Skew"
  382. msgstr ""
  383. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1379
  384. msgid "[success] Skew on the %s axis done ..."
  385. msgstr ""
  386. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1383
  387. msgid "[ERROR_NOTCL] Due of %s, Skew action was not executed."
  388. msgstr ""
  389. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1394
  390. msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to scale!"
  391. msgstr ""
  392. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1397
  393. msgid "Applying Scale"
  394. msgstr ""
  395. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1430
  396. msgid "[success] Scale on the %s axis done ..."
  397. msgstr ""
  398. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1433
  399. msgid "[ERROR_NOTCL] Due of %s, Scale action was not executed."
  400. msgstr ""
  401. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1442
  402. msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to offset!"
  403. msgstr ""
  404. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1445
  405. msgid "Applying Offset"
  406. msgstr ""
  407. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1469
  408. msgid "[success] Offset on the %s axis done ..."
  409. msgstr ""
  410. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1473
  411. msgid "[ERROR_NOTCL] Due of %s, Offset action was not executed."
  412. msgstr ""
  413. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1477
  414. msgid "Rotate ..."
  415. msgstr ""
  416. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1478
  417. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1535
  418. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1552
  419. msgid "Enter an Angle Value (degrees):"
  420. msgstr ""
  421. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1487
  422. msgid "[success] Geometry shape rotate done..."
  423. msgstr ""
  424. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1492
  425. msgid "[WARNING_NOTCL] Geometry shape rotate cancelled..."
  426. msgstr ""
  427. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1498
  428. msgid "Offset on X axis ..."
  429. msgstr ""
  430. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1499
  431. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1518
  432. msgid "Enter a distance Value (%s):"
  433. msgstr ""
  434. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1508
  435. msgid "[success] Geometry shape offset on X axis done..."
  436. msgstr ""
  437. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1512
  438. msgid "[WARNING_NOTCL] Geometry shape offset X cancelled..."
  439. msgstr ""
  440. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1517
  441. msgid "Offset on Y axis ..."
  442. msgstr ""
  443. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1527
  444. msgid "[success] Geometry shape offset on Y axis done..."
  445. msgstr ""
  446. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1531
  447. msgid "[WARNING_NOTCL] Geometry shape offset Y cancelled..."
  448. msgstr ""
  449. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1534
  450. msgid "Skew on X axis ..."
  451. msgstr ""
  452. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1544
  453. msgid "[success] Geometry shape skew on X axis done..."
  454. msgstr ""
  455. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1548
  456. msgid "[WARNING_NOTCL] Geometry shape skew X cancelled..."
  457. msgstr ""
  458. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1551
  459. msgid "Skew on Y axis ..."
  460. msgstr ""
  461. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1561
  462. msgid "[success] Geometry shape skew on Y axis done..."
  463. msgstr ""
  464. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1565
  465. msgid "[WARNING_NOTCL] Geometry shape skew Y cancelled..."
  466. msgstr ""
  467. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1896
  468. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1935
  469. msgid "Click on CENTER ..."
  470. msgstr ""
  471. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1903
  472. msgid "Click on Circle perimeter point to complete ..."
  473. msgstr ""
  474. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1927
  475. msgid "[success]Done. Adding Circle completed."
  476. msgstr ""
  477. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1954
  478. msgid "Click on Start arc point ..."
  479. msgstr ""
  480. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:1958
  481. msgid "Click on End arc point to complete ..."
  482. msgstr ""
  483. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2113
  484. msgid "[success]Done. Arc completed."
  485. msgstr ""
  486. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2125
  487. msgid "Click on 1st corner ..."
  488. msgstr ""
  489. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2165
  490. msgid "Click on 1st point ..."
  491. msgstr ""
  492. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2172
  493. msgid "Click on next Point or click Right mouse button to complete ..."
  494. msgstr ""
  495. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2195
  496. msgid "[success]Done. Polygon completed."
  497. msgstr ""
  498. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2214
  499. msgid "[success]Done. Path completed."
  500. msgstr ""
  501. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2474
  502. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4036
  503. msgid "[WARNING_NOTCL] Move cancelled. No shape selected."
  504. msgstr ""
  505. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2478
  506. msgid "Click on reference point."
  507. msgstr ""
  508. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2481
  509. msgid "Click on destination point."
  510. msgstr ""
  511. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2512
  512. msgid "[success]Done. Geometry(s) Move completed."
  513. msgstr ""
  514. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2557
  515. msgid "[success]Done. Geometry(s) Copy completed."
  516. msgstr ""
  517. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2569
  518. msgid "Click on the Destination point..."
  519. msgstr ""
  520. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2583
  521. msgid "[ERROR]Font not supported. Only Regular, Bold, Italic and BoldItalic are supported. Error: %s"
  522. msgstr ""
  523. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2593
  524. msgid "[success]Done. Adding Text completed."
  525. msgstr ""
  526. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2621
  527. msgid "Create buffer geometry ..."
  528. msgstr ""
  529. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2632
  530. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2658
  531. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2684
  532. msgid "[WARNING_NOTCL] Buffer cancelled. No shape selected."
  533. msgstr ""
  534. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2654
  535. msgid "[success]Done. Buffer Tool completed."
  536. msgstr ""
  537. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2680
  538. msgid "[success]Done. Buffer Int Tool completed."
  539. msgstr ""
  540. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2706
  541. msgid "[success]Done. Buffer Ext Tool completed."
  542. msgstr ""
  543. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2739
  544. msgid "Create Paint geometry ..."
  545. msgstr ""
  546. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2753
  547. msgid "Shape transformations ..."
  548. msgstr ""
  549. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2778
  550. msgid "[WARNING_NOTCL] To add a drill first select a tool"
  551. msgstr ""
  552. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2787
  553. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2877
  554. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:3150
  555. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:3175
  556. msgid "Click on target location ..."
  557. msgstr ""
  558. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2827
  559. msgid "[success]Done. Drill added."
  560. msgstr ""
  561. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2869
  562. msgid "[WARNING_NOTCL] To add an Drill Array first select a tool in Tool Table"
  563. msgstr ""
  564. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2894
  565. msgid "Click on the Drill Circular Array Start position"
  566. msgstr ""
  567. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2916
  568. msgid "[ERROR_NOTCL] The value is not Float. Check for comma instead of dot separator."
  569. msgstr ""
  570. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:2919
  571. msgid "[ERROR_NOTCL] The value is mistyped. Check the value."
  572. msgstr ""
  573. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:3012
  574. msgid "[WARNING_NOTCL]Too many drills for the selected spacing angle."
  575. msgstr ""
  576. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:3029
  577. msgid "[success]Done. Drill Array added."
  578. msgstr ""
  579. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:3040
  580. msgid "Click on the Drill(s) to resize ..."
  581. msgstr ""
  582. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:3060
  583. msgid "[ERROR_NOTCL]Resize drill(s) failed. Please enter a diameter for resize."
  584. msgstr ""
  585. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:3132
  586. msgid "[success]Done. Drill Resize completed."
  587. msgstr ""
  588. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:3152
  589. msgid "Click on reference location ..."
  590. msgstr ""
  591. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:3207
  592. msgid "[success]Done. Drill(s) Move completed."
  593. msgstr ""
  594. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:3260
  595. msgid "[success]Done. Drill(s) copied."
  596. msgstr ""
  597. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:3910
  598. msgid "[success]Done."
  599. msgstr ""
  600. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4043
  601. msgid "[WARNING_NOTCL] Copy cancelled. No shape selected."
  602. msgstr ""
  603. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4050
  604. msgid "Click on target point."
  605. msgstr ""
  606. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4291
  607. msgid "[WARNING_NOTCL]A selection of at least 2 geo items is required to do Intersection."
  608. msgstr ""
  609. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4329
  610. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4366
  611. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4438
  612. msgid "[ERROR_NOTCL]Negative buffer value is not accepted. Use Buffer interior to generate an 'inside' shape"
  613. msgstr ""
  614. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4337
  615. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4375
  616. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4446
  617. msgid "[WARNING_NOTCL] Nothing selected for buffering."
  618. msgstr ""
  619. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4341
  620. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4379
  621. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4450
  622. msgid "[WARNING_NOTCL] Invalid distance for buffering."
  623. msgstr ""
  624. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4351
  625. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4459
  626. msgid "[ERROR_NOTCL]Failed, the result is empty. Choose a different buffer value."
  627. msgstr ""
  628. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4359
  629. msgid "[success]Full buffer geometry created."
  630. msgstr ""
  631. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4388
  632. msgid "[ERROR_NOTCL]Failed, the result is empty. Choose a smaller buffer value."
  633. msgstr ""
  634. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4400
  635. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4471
  636. msgid "[success]Exterior buffer geometry created."
  637. msgstr ""
  638. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4535
  639. msgid "[WARNING_NOTCL]Nothing selected for painting."
  640. msgstr ""
  641. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4541
  642. msgid "[WARNING] Invalid value for {}"
  643. msgstr ""
  644. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4547
  645. msgid "[ERROR_NOTCL] Could not do Paint. Overlap value has to be less than 1.00 (100%)."
  646. msgstr ""
  647. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4606
  648. msgid ""
  649. "[ERROR] Could not do Paint. Try a different combination of parameters. Or a different method of Paint\n"
  650. "%s"
  651. msgstr ""
  652. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4617
  653. msgid "[success] Paint done."
  654. msgstr ""
  655. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4649
  656. msgid "Excellon Editor"
  657. msgstr ""
  658. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4656
  659. msgid "Name:"
  660. msgstr ""
  661. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4676
  662. msgid "Tools Table"
  663. msgstr ""
  664. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4678
  665. msgid ""
  666. "Tools in this Excellon object\n"
  667. "when are used for drilling."
  668. msgstr ""
  669. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4687
  670. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5747
  671. msgid "Diameter"
  672. msgstr ""
  673. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4695
  674. msgid "Add/Delete Tool"
  675. msgstr ""
  676. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4697
  677. msgid ""
  678. "Add/Delete a tool to the tool list\n"
  679. "for this Excellon object."
  680. msgstr ""
  681. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4705
  682. msgid "Tool Dia:"
  683. msgstr ""
  684. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4707
  685. msgid "Diameter for the new tool"
  686. msgstr ""
  687. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4716
  688. msgid "Add Tool"
  689. msgstr ""
  690. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4718
  691. msgid ""
  692. "Add a new tool to the tool list\n"
  693. "with the diameter specified above."
  694. msgstr ""
  695. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4728
  696. msgid "Delete Tool"
  697. msgstr ""
  698. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4730
  699. msgid ""
  700. "Delete a tool in the tool list\n"
  701. "by selecting a row in the tool table."
  702. msgstr ""
  703. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4748
  704. msgid "Resize Drill(s)"
  705. msgstr ""
  706. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4750
  707. msgid "Resize a drill or a selection of drills."
  708. msgstr ""
  709. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4757
  710. msgid "Resize Dia:"
  711. msgstr ""
  712. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4759
  713. msgid "Diameter to resize to."
  714. msgstr ""
  715. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4767
  716. msgid "Resize"
  717. msgstr ""
  718. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4769
  719. msgid "Resize drill(s)"
  720. msgstr ""
  721. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4791
  722. msgid "Add Drill Array"
  723. msgstr ""
  724. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4793
  725. msgid "Add an array of drills (linear or circular array)"
  726. msgstr ""
  727. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4799
  728. msgid ""
  729. "Select the type of drills array to create.\n"
  730. "It can be Linear X(Y) or Circular"
  731. msgstr ""
  732. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4802
  733. msgid "Linear"
  734. msgstr ""
  735. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4803
  736. msgid "Circular"
  737. msgstr ""
  738. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4810
  739. msgid "Nr of drills:"
  740. msgstr ""
  741. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4812
  742. msgid "Specify how many drills to be in the array."
  743. msgstr ""
  744. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4829
  745. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4874
  746. msgid "Direction:"
  747. msgstr ""
  748. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4831
  749. msgid ""
  750. "Direction on which the linear array is oriented:\n"
  751. "- 'X' - horizontal axis \n"
  752. "- 'Y' - vertical axis or \n"
  753. "- 'Angle' - a custom angle for the array inclination"
  754. msgstr ""
  755. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4840
  756. msgid "Angle"
  757. msgstr ""
  758. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4844
  759. msgid "Pitch:"
  760. msgstr ""
  761. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4846
  762. msgid "Pitch = Distance between elements of the array."
  763. msgstr ""
  764. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4855
  765. msgid ""
  766. "Angle at which the linear array is placed.\n"
  767. "The precision is of max 2 decimals.\n"
  768. "Min value is: -359.99 degrees.\n"
  769. "Max value is: 360.00 degrees."
  770. msgstr ""
  771. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4876
  772. msgid "Direction for circular array.Can be CW = clockwise or CCW = counter clockwise."
  773. msgstr ""
  774. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:4891
  775. msgid "Angle at which each element in circular array is placed."
  776. msgstr ""
  777. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5212
  778. msgid "Total Drills"
  779. msgstr ""
  780. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5244
  781. msgid "Total Slots"
  782. msgstr ""
  783. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5318
  784. msgid "[ERROR_NOTCL]Wrong value format entered, use a number."
  785. msgstr ""
  786. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5331
  787. msgid ""
  788. "[WARNING_NOTCL]Tool already in the original or actual tool list.\n"
  789. "Save and reedit Excellon if you need to add this tool. "
  790. msgstr ""
  791. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5340
  792. msgid "[success]Added new tool with dia: %s %s"
  793. msgstr ""
  794. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5371
  795. msgid "[WARNING_NOTCL]Select a tool in Tool Table"
  796. msgstr ""
  797. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5404
  798. msgid "[success]Deleted tool with dia: %s %s"
  799. msgstr ""
  800. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5801
  801. msgid "[ERROR_NOTCL] There are no Tools definitions in the file. Aborting Excellon creation."
  802. msgstr ""
  803. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5804
  804. msgid ""
  805. "[ERROR] An internal error has ocurred. See shell.\n"
  806. msgstr ""
  807. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5810
  808. msgid "Creating Excellon."
  809. msgstr ""
  810. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5819
  811. msgid "[success]Excellon editing finished."
  812. msgstr ""
  813. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:5836
  814. msgid "[WARNING_NOTCL]Cancelled. There is no Tool/Drill selected"
  815. msgstr ""
  816. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:6318
  817. msgid "[success]Done. Drill(s) deleted."
  818. msgstr ""
  819. #: D:\1.DEV\FlatCAM_beta\FlatCAMEditor.py:6388
  820. msgid "Click on the circular array Center position"
  821. msgstr ""