ToolDblSided.pot 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR ORGANIZATION
  3. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: PACKAGE VERSION\n"
  8. "POT-Creation-Date: 2019-03-10 13:05+0200\n"
  9. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  10. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  11. "Language-Team: LANGUAGE <LL@li.org>\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=cp1252\n"
  14. "Content-Transfer-Encoding: 8bit\n"
  15. "Generated-By: pygettext.py 1.5\n"
  16. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:16
  17. msgid "2-Sided PCB"
  18. msgstr ""
  19. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:50
  20. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:74
  21. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:98
  22. msgid "Mirror"
  23. msgstr ""
  24. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:52
  25. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:76
  26. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:100
  27. msgid ""
  28. "Mirrors (flips) the specified object around \n"
  29. "the specified axis. Does not create a new \n"
  30. "object, but modifies it."
  31. msgstr ""
  32. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:71
  33. msgid "Excellon Object to be mirrored."
  34. msgstr ""
  35. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:95
  36. msgid "Geometry Obj to be mirrored."
  37. msgstr ""
  38. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:114
  39. msgid "Mirror Axis:"
  40. msgstr ""
  41. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:116
  42. msgid "Mirror vertically (X) or horizontally (Y)."
  43. msgstr ""
  44. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:127
  45. msgid "Axis Ref:"
  46. msgstr ""
  47. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:129
  48. msgid ""
  49. "The axis should pass through a <b>point</b> or cut\n"
  50. " a specified <b>box</b> (in a FlatCAM object) through \n"
  51. "the center."
  52. msgstr ""
  53. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:142
  54. msgid "Point/Box Reference:"
  55. msgstr ""
  56. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:144
  57. msgid ""
  58. "If 'Point' is selected above it store the coordinates (x, y) through which\n"
  59. "the mirroring axis passes.\n"
  60. "If 'Box' is selected above, select here a FlatCAM object (Gerber, Exc or Geo).\n"
  61. "Through the center of this object pass the mirroring axis selected above."
  62. msgstr ""
  63. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:150
  64. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:198
  65. msgid "Add"
  66. msgstr ""
  67. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:152
  68. msgid ""
  69. "Add the coordinates in format <b>(x, y)</b> through which the mirroring axis \n"
  70. " selected in 'MIRROR AXIS' pass.\n"
  71. "The (x, y) coordinates are captured by pressing SHIFT key\n"
  72. "and left mouse button click on canvas or you can enter the coords manually."
  73. msgstr ""
  74. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:172
  75. msgid "Gerber Reference Box Object"
  76. msgstr ""
  77. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:173
  78. msgid "Excellon Reference Box Object"
  79. msgstr ""
  80. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:174
  81. msgid "Geometry Reference Box Object"
  82. msgstr ""
  83. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:183
  84. msgid ">Alignment Drill Coordinates:"
  85. msgstr ""
  86. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:185
  87. msgid ""
  88. "Alignment holes (x1, y1), (x2, y2), ... on one side of the mirror axis. For each set of (x, y) coordinates\n"
  89. "entered here, a pair of drills will be created:\n"
  90. "\n"
  91. "- one drill at the coordinates from the field\n"
  92. "- one drill in mirror position over the axis selected above in the 'Mirror Axis'."
  93. msgstr ""
  94. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:200
  95. msgid ""
  96. "Add alignment drill holes coords in the format: (x1, y1), (x2, y2), ... \n"
  97. "on one side of the mirror axis.\n"
  98. "\n"
  99. "The coordinates set can be obtained:\n"
  100. "- press SHIFT key and left mouse clicking on canvas. Then click Add.\n"
  101. "- press SHIFT key and left mouse clicking on canvas. Then CTRL+V in the field.\n"
  102. "- press SHIFT key and left mouse clicking on canvas. Then RMB click in the field and click Paste.\n"
  103. "- by entering the coords manually in the format: (x1, y1), (x2, y2), ..."
  104. msgstr ""
  105. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:214
  106. msgid "Alignment Drill Diameter"
  107. msgstr ""
  108. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:216
  109. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:227
  110. msgid "Diameter of the drill for the alignment holes."
  111. msgstr ""
  112. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:225
  113. msgid "Drill diam.:"
  114. msgstr ""
  115. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:234
  116. msgid "Create Excellon Object"
  117. msgstr ""
  118. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:236
  119. msgid ""
  120. "Creates an Excellon Object containing the\n"
  121. "specified alignment holes and their mirror\n"
  122. "images."
  123. msgstr ""
  124. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:243
  125. msgid "Reset"
  126. msgstr ""
  127. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:245
  128. msgid "Resets all the fields."
  129. msgstr ""
  130. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:287
  131. msgid "2-Sided Tool"
  132. msgstr ""
  133. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:312
  134. msgid "[WARNING_NOTCL] 'Point' reference is selected and 'Point' coordinates are missing. Add them and retry."
  135. msgstr ""
  136. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:331
  137. msgid "[WARNING_NOTCL] There is no Box reference object loaded. Load one and retry."
  138. msgstr ""
  139. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:348
  140. msgid "[WARNING_NOTCL] Tool diameter value is missing or wrong format. Add it and retry."
  141. msgstr ""
  142. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:353
  143. msgid "[WARNING_NOTCL]No value or wrong format in Drill Dia entry. Add it and retry."
  144. msgstr ""
  145. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:360
  146. msgid "[WARNING_NOTCL] There are no Alignment Drill Coordinates to use. Add them and retry."
  147. msgstr ""
  148. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:382
  149. msgid "[success] Excellon object with alignment drills created..."
  150. msgstr ""
  151. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:391
  152. msgid "[WARNING_NOTCL] There is no Gerber object loaded ..."
  153. msgstr ""
  154. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:395
  155. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:438
  156. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:482
  157. msgid "[ERROR_NOTCL] Only Gerber, Excellon and Geometry objects can be mirrored."
  158. msgstr ""
  159. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:405
  160. msgid "[WARNING_NOTCL] 'Point' coordinates missing. Using Origin (0, 0) as mirroring reference."
  161. msgstr ""
  162. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:415
  163. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:459
  164. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:496
  165. msgid "[WARNING_NOTCL] There is no Box object loaded ..."
  166. msgstr ""
  167. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:425
  168. msgid "[success] Gerber %s was mirrored..."
  169. msgstr ""
  170. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:434
  171. msgid "[WARNING_NOTCL] There is no Excellon object loaded ..."
  172. msgstr ""
  173. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:449
  174. msgid "[WARNING_NOTCL] There are no Point coordinates in the Point field. Add coords and try again ..."
  175. msgstr ""
  176. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:469
  177. msgid "[success] Excellon %s was mirrored..."
  178. msgstr ""
  179. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:478
  180. msgid "[WARNING_NOTCL] There is no Geometry object loaded ..."
  181. msgstr ""
  182. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:506
  183. msgid "[success] Geometry %s was mirrored..."
  184. msgstr ""