FlatCAMEditor.po 37 KB

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