ToolCalculators.pot 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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:01+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\ToolCalculators.py:14
  17. msgid "Calculators"
  18. msgstr ""
  19. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:15
  20. msgid "V-Shape Tool Calculator"
  21. msgstr ""
  22. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:16
  23. msgid "Units Calculator"
  24. msgstr ""
  25. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:17
  26. msgid "ElectroPlating Calculator"
  27. msgstr ""
  28. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:58
  29. msgid "Here you enter the value to be converted from INCH to MM"
  30. msgstr ""
  31. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:63
  32. msgid "Here you enter the value to be converted from MM to INCH"
  33. msgstr ""
  34. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:84
  35. msgid "Tip Diameter:"
  36. msgstr ""
  37. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:88
  38. msgid ""
  39. "This is the diameter of the tool tip.\n"
  40. "The manufacturer specifies it."
  41. msgstr ""
  42. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:95
  43. msgid ""
  44. "This is the angle of the tip of the tool.\n"
  45. "It is specified by manufacturer."
  46. msgstr ""
  47. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:102
  48. msgid ""
  49. "This is the depth to cut into the material.\n"
  50. "In the CNCJob is the CutZ parameter."
  51. msgstr ""
  52. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:109
  53. msgid ""
  54. "This is the tool diameter to be entered into\n"
  55. "FlatCAM Gerber section.\n"
  56. "In the CNCJob section it is called >Tool dia<."
  57. msgstr ""
  58. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:121
  59. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:204
  60. msgid "Calculate"
  61. msgstr ""
  62. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:124
  63. msgid ""
  64. "Calculate either the Cut Z or the effective tool diameter,\n"
  65. " depending on which is desired and which is known. "
  66. msgstr ""
  67. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:142
  68. msgid ""
  69. "This calculator is useful for those who plate the via/pad/drill holes,\n"
  70. "using a method like grahite ink or calcium hypophosphite ink or palladium chloride."
  71. msgstr ""
  72. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:151
  73. msgid "Board Length:"
  74. msgstr ""
  75. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:155
  76. msgid "This is the board length. In centimeters."
  77. msgstr ""
  78. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:157
  79. msgid "Board Width:"
  80. msgstr ""
  81. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:161
  82. msgid "This is the board width.In centimeters."
  83. msgstr ""
  84. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:163
  85. msgid "Current Density:"
  86. msgstr ""
  87. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:167
  88. msgid ""
  89. "Current density to pass through the board. \n"
  90. "In Amps per Square Feet ASF."
  91. msgstr ""
  92. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:171
  93. msgid "Copper Growth:"
  94. msgstr ""
  95. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:175
  96. msgid ""
  97. "How thick the copper growth is intended to be.\n"
  98. "In microns."
  99. msgstr ""
  100. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:180
  101. msgid "Current Value:"
  102. msgstr ""
  103. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:184
  104. msgid ""
  105. "This is the current intensity value\n"
  106. "to be set on the Power Supply. In Amps."
  107. msgstr ""
  108. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:188
  109. msgid "Time:"
  110. msgstr ""
  111. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:192
  112. msgid ""
  113. "This is the calculated time required for the procedure.\n"
  114. "In minutes."
  115. msgstr ""
  116. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:207
  117. msgid ""
  118. "Calculate the current intensity value and the procedure time,\n"
  119. " depending on the parameters above"
  120. msgstr ""
  121. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:294
  122. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:305
  123. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:317
  124. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:332
  125. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:345
  126. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:359
  127. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:370
  128. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:381
  129. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolCalculators.py:392
  130. msgid "[ERROR_NOTCL]Wrong value format entered, use a number."
  131. msgstr ""