| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- # 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:09+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\ToolNonCopperClear.py:13
- msgid "Non-Copper Clearing"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:51
- msgid "Gerber object to be cleared of excess copper. "
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:59
- msgid "Tools Table"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:61
- msgid ""
- "Tools pool from which the algorithm\n"
- "will pick the ones used for copper clearing."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:70
- msgid "Diameter"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:76
- msgid ""
- "This is the Tool Number.\n"
- "Non copper clearing will start with the tool with the biggest \n"
- "diameter, continuing until there are no more tools.\n"
- "Only tools that create NCC clearing geometry will still be present\n"
- "in the resulting geometry. This is because with some tools\n"
- "this function will not be able to create painting geometry."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:84
- msgid ""
- "Tool Diameter. It's value (in current FlatCAM units) \n"
- "is the cut width into the material."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:88
- msgid "The Tool Type (TT) can be:<BR>- <B>Circular</B> with 1 ... 4 teeth -> it is informative only. Being circular, <BR>the cut width in material is exactly the tool diameter.<BR>- <B>Ball</B> -> informative only and make reference to the Ball type endmill.<BR>- <B>V-Shape</B> -> it will disable de Z-Cut parameter in the resulting geometry UI form and enable two additional UI form fields in the resulting geometry: V-Tip Dia and V-Tip Angle. Adjusting those two values will adjust the Z-Cut parameter such as the cut width into material will be equal with the value in the Tool Diameter column of this table.<BR>Choosing the <B>V-Shape</B> Tool Type automatically will select the Operation Type in the resulting geometry as Isolation."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:107
- msgid "Tool Dia"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:109
- msgid "Diameter for the new tool to add in the Tool Table"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:121
- msgid "Add"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:123
- msgid ""
- "Add a new tool to the Tool Table\n"
- "with the diameter specified above."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:133
- msgid "Delete"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:135
- msgid ""
- "Delete a selection of tools in the Tool Table\n"
- "by first selecting a row(s) in the Tool Table."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:152
- msgid "Overlap:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:154
- msgid ""
- "How much (fraction) of the tool width to overlap each tool pass.\n"
- "Example:\n"
- "A value here of 0.25 means 25% from the tool diameter found above.\n"
- "\n"
- "Adjust the value starting with lower values\n"
- "and increasing it if areas that should be cleared are still \n"
- "not cleared.\n"
- "Lower values = faster processing, faster execution on PCB.\n"
- "Higher values = slow processing and slow execution on CNC\n"
- "due of too many paths."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:168
- msgid "Margin:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:170
- msgid "Bounding box margin."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:177
- msgid "Method:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:179
- msgid "Algorithm for non-copper clearing:<BR><B>Standard</B>: Fixed step inwards.<BR><B>Seed-based</B>: Outwards from seed.<BR><B>Line-based</B>: Parallel lines."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:193
- msgid "Connect:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:195
- msgid ""
- "Draw lines between resulting\n"
- "segments to minimize tool lifts."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:202
- msgid "Contour:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:204
- msgid ""
- "Cut around the perimeter of the polygon\n"
- "to trim rough edges."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:211
- msgid "Rest M.:"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:213
- msgid ""
- "If checked, use 'rest machining'.\n"
- "Basically it will clear copper outside PCB features,\n"
- "using the biggest tool and continue with the next tools,\n"
- "from bigger to smaller, to clear areas of copper that\n"
- "could not be cleared by previous tool, until there is\n"
- "no more copper to clear or there are no more tools.\n"
- "If not checked, use the standard algorithm."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:225
- msgid "Generate Geometry"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:227
- msgid ""
- "Create the Geometry Object\n"
- "for non-copper routing."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:267
- msgid "NCC Tool"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:462
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:609
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:621
- msgid "[ERROR_NOTCL]Wrong value format entered, use a number."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:467
- msgid "[WARNING_NOTCL] Please enter a tool diameter to add, in Float format."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:471
- msgid "[WARNING_NOTCL] Please enter a tool diameter with non-zero value, in Float format."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:495
- msgid "[WARNING_NOTCL]Adding tool cancelled. Tool already in Tool Table."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:500
- msgid "[success] New tool added to Tool Table."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:533
- msgid "[ERROR_NOTCL] Wrong value format entered, use a number."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:542
- msgid "[success] Tool from Tool Table was edited."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:553
- msgid "[WARNING_NOTCL] Edit cancelled. New diameter value is already in the Tool Table."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:592
- msgid "[WARNING_NOTCL]Delete failed. Select a tool to delete."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:597
- msgid "[success] Tool(s) deleted from Tool Table."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:643
- msgid "[ERROR_NOTCL]Could not retrieve object: %s"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:650
- msgid "[ERROR_NOTCL]No Gerber file available."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:688
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:810
- msgid "Clearing Non-Copper areas."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:706
- msgid "[success] Non-Copper Clearing with ToolDia = %s started."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:775
- msgid "[ERROR_NOTCL] NCCTool.clear_non_copper() --> %s"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:780
- msgid "[success] NCC Tool finished."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:782
- msgid "[WARNING_NOTCL] NCC Tool finished but some PCB features could not be cleared. Check the result."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:790
- msgid "Tools"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:828
- msgid "[success] Non-Copper Rest Clearing with ToolDia = %s started."
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:926
- msgid "[ERROR_NOTCL] NCCTool.clear_non_copper_rest() --> %s"
- msgstr ""
- #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolNonCopperClear.py:934
- msgid "[ERROR_NOTCL] NCC Tool finished but could not clear the object with current settings."
- msgstr ""
|