| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR ORGANIZATION
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 2019-03-10 13:05+0200\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=cp1252\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Generated-By: pygettext.py 1.5\n"
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:16
- msgid "2-Sided PCB"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:50
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:74
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:98
- msgid "Mirror"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:52
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:76
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:100
- msgid ""
- "Mirrors (flips) the specified object around \n"
- "the specified axis. Does not create a new \n"
- "object, but modifies it."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:71
- msgid "Excellon Object to be mirrored."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:95
- msgid "Geometry Obj to be mirrored."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:114
- msgid "Mirror Axis:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:116
- msgid "Mirror vertically (X) or horizontally (Y)."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:127
- msgid "Axis Ref:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:129
- msgid ""
- "The axis should pass through a <b>point</b> or cut\n"
- " a specified <b>box</b> (in a FlatCAM object) through \n"
- "the center."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:142
- msgid "Point/Box Reference:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:144
- msgid ""
- "If 'Point' is selected above it store the coordinates (x, y) through which\n"
- "the mirroring axis passes.\n"
- "If 'Box' is selected above, select here a FlatCAM object (Gerber, Exc or Geo).\n"
- "Through the center of this object pass the mirroring axis selected above."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:150
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:198
- msgid "Add"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:152
- msgid ""
- "Add the coordinates in format <b>(x, y)</b> through which the mirroring axis \n"
- " selected in 'MIRROR AXIS' pass.\n"
- "The (x, y) coordinates are captured by pressing SHIFT key\n"
- "and left mouse button click on canvas or you can enter the coords manually."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:172
- msgid "Gerber Reference Box Object"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:173
- msgid "Excellon Reference Box Object"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:174
- msgid "Geometry Reference Box Object"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:183
- msgid ">Alignment Drill Coordinates:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:185
- msgid ""
- "Alignment holes (x1, y1), (x2, y2), ... on one side of the mirror axis. For each set of (x, y) coordinates\n"
- "entered here, a pair of drills will be created:\n"
- "\n"
- "- one drill at the coordinates from the field\n"
- "- one drill in mirror position over the axis selected above in the 'Mirror Axis'."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:200
- msgid ""
- "Add alignment drill holes coords in the format: (x1, y1), (x2, y2), ... \n"
- "on one side of the mirror axis.\n"
- "\n"
- "The coordinates set can be obtained:\n"
- "- press SHIFT key and left mouse clicking on canvas. Then click Add.\n"
- "- press SHIFT key and left mouse clicking on canvas. Then CTRL+V in the field.\n"
- "- press SHIFT key and left mouse clicking on canvas. Then RMB click in the field and click Paste.\n"
- "- by entering the coords manually in the format: (x1, y1), (x2, y2), ..."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:214
- msgid "Alignment Drill Diameter"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:216
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:227
- msgid "Diameter of the drill for the alignment holes."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:225
- msgid "Drill diam.:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:234
- msgid "Create Excellon Object"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:236
- msgid ""
- "Creates an Excellon Object containing the\n"
- "specified alignment holes and their mirror\n"
- "images."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:243
- msgid "Reset"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:245
- msgid "Resets all the fields."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:287
- msgid "2-Sided Tool"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:312
- msgid "[WARNING_NOTCL] 'Point' reference is selected and 'Point' coordinates are missing. Add them and retry."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:331
- msgid "[WARNING_NOTCL] There is no Box reference object loaded. Load one and retry."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:348
- msgid "[WARNING_NOTCL] Tool diameter value is missing or wrong format. Add it and retry."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:353
- msgid "[WARNING_NOTCL]No value or wrong format in Drill Dia entry. Add it and retry."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:360
- msgid "[WARNING_NOTCL] There are no Alignment Drill Coordinates to use. Add them and retry."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:382
- msgid "[success] Excellon object with alignment drills created..."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:391
- msgid "[WARNING_NOTCL] There is no Gerber object loaded ..."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:395
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:438
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:482
- msgid "[ERROR_NOTCL] Only Gerber, Excellon and Geometry objects can be mirrored."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:405
- msgid "[WARNING_NOTCL] 'Point' coordinates missing. Using Origin (0, 0) as mirroring reference."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:415
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:459
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:496
- msgid "[WARNING_NOTCL] There is no Box object loaded ..."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:425
- msgid "[success] Gerber %s was mirrored..."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:434
- msgid "[WARNING_NOTCL] There is no Excellon object loaded ..."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:449
- msgid "[WARNING_NOTCL] There are no Point coordinates in the Point field. Add coords and try again ..."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:469
- msgid "[success] Excellon %s was mirrored..."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:478
- msgid "[WARNING_NOTCL] There is no Geometry object loaded ..."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolDblSided.py:506
- msgid "[success] Geometry %s was mirrored..."
- msgstr ""
|