camlib.pot 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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 02:11+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\camlib.py:202
  17. msgid "[ERROR_NOTCL] self.solid_geometry is neither BaseGeometry or list."
  18. msgstr ""
  19. #: D:\1.DEV\FlatCAM_beta\camlib.py:1389
  20. msgid "[success]Object was mirrored ..."
  21. msgstr ""
  22. #: D:\1.DEV\FlatCAM_beta\camlib.py:1391
  23. msgid "[ERROR_NOTCL] Failed to mirror. No object selected"
  24. msgstr ""
  25. #: D:\1.DEV\FlatCAM_beta\camlib.py:1427
  26. msgid "[success]Object was rotated ..."
  27. msgstr ""
  28. #: D:\1.DEV\FlatCAM_beta\camlib.py:1429
  29. msgid "[ERROR_NOTCL] Failed to rotate. No object selected"
  30. msgstr ""
  31. #: D:\1.DEV\FlatCAM_beta\camlib.py:1463
  32. msgid "[success]Object was skewed ..."
  33. msgstr ""
  34. #: D:\1.DEV\FlatCAM_beta\camlib.py:1465
  35. msgid "[ERROR_NOTCL] Failed to skew. No object selected"
  36. msgstr ""
  37. #: D:\1.DEV\FlatCAM_beta\camlib.py:2641 D:\1.DEV\FlatCAM_beta\camlib.py:2701
  38. msgid "[WARNING] Coordinates missing, line ignored: %s"
  39. msgstr ""
  40. #: D:\1.DEV\FlatCAM_beta\camlib.py:2642 D:\1.DEV\FlatCAM_beta\camlib.py:2702
  41. msgid "[WARNING_NOTCL] GERBER file might be CORRUPT. Check the file !!!"
  42. msgstr ""
  43. #: D:\1.DEV\FlatCAM_beta\camlib.py:2671
  44. msgid "[ERROR] Region does not have enough points. File will be processed but there are parser errors. Line number: %s"
  45. msgstr ""
  46. #: D:\1.DEV\FlatCAM_beta\camlib.py:3025
  47. msgid ""
  48. "[ERROR]Gerber Parser ERROR.\n"
  49. "%s:"
  50. msgstr ""
  51. #: D:\1.DEV\FlatCAM_beta\camlib.py:3203 D:\1.DEV\FlatCAM_beta\camlib.py:3212
  52. msgid "[ERROR_NOTCL] Scale factor has to be a number: integer or float."
  53. msgstr ""
  54. #: D:\1.DEV\FlatCAM_beta\camlib.py:3241
  55. msgid "[success]Gerber Scale done."
  56. msgstr ""
  57. #: D:\1.DEV\FlatCAM_beta\camlib.py:3274
  58. msgid "[ERROR_NOTCL]An (x,y) pair of values are needed. Probable you entered only one value in the Offset field."
  59. msgstr ""
  60. #: D:\1.DEV\FlatCAM_beta\camlib.py:3298
  61. msgid "[success]Gerber Offset done."
  62. msgstr ""
  63. #: D:\1.DEV\FlatCAM_beta\camlib.py:3674
  64. msgid "[ERROR_NOTCL] This is GCODE mark: %s"
  65. msgstr ""
  66. #: D:\1.DEV\FlatCAM_beta\camlib.py:4203
  67. msgid ""
  68. "[ERROR_NOTCL] An internal error has ocurred. See shell.\n"
  69. msgstr ""
  70. #: D:\1.DEV\FlatCAM_beta\camlib.py:4204
  71. msgid ""
  72. "[ERROR] Excellon Parser error.\n"
  73. "Parsing Failed. Line %d: %s\n"
  74. msgstr ""
  75. #: D:\1.DEV\FlatCAM_beta\camlib.py:4281
  76. msgid ""
  77. "[WARNING] Excellon.create_geometry() -> a drill location was skipped due of not having a tool associated.\n"
  78. "Check the resulting GCode."
  79. msgstr ""
  80. #: D:\1.DEV\FlatCAM_beta\camlib.py:4817
  81. msgid "[ERROR] There is no such parameter: %s"
  82. msgstr ""
  83. #: D:\1.DEV\FlatCAM_beta\camlib.py:4882
  84. msgid ""
  85. "[WARNING] The Cut Z parameter has positive value. It is the depth value to drill into material.\n"
  86. "The Cut Z parameter needs to have a negative value, assuming it is a typo therefore the app will convert the value to negative. Check the resulting CNC code (Gcode etc)."
  87. msgstr ""
  88. #: D:\1.DEV\FlatCAM_beta\camlib.py:4889 D:\1.DEV\FlatCAM_beta\camlib.py:5357
  89. #: D:\1.DEV\FlatCAM_beta\camlib.py:5628
  90. msgid "[WARNING] The Cut Z parameter is zero. There will be no cut, skipping %s file"
  91. msgstr ""
  92. #: D:\1.DEV\FlatCAM_beta\camlib.py:4903 D:\1.DEV\FlatCAM_beta\camlib.py:5334
  93. #: D:\1.DEV\FlatCAM_beta\camlib.py:5605
  94. msgid ""
  95. "[ERROR]The Toolchange X,Y field in Edit -> Preferences has to be in the format (x, y) \n"
  96. "but now there is only one value, not two. "
  97. msgstr ""
  98. #: D:\1.DEV\FlatCAM_beta\camlib.py:5105 D:\1.DEV\FlatCAM_beta\camlib.py:5195
  99. #: D:\1.DEV\FlatCAM_beta\camlib.py:5246
  100. msgid "[ERROR_NOTCL]The loaded Excellon file has no drills ..."
  101. msgstr ""
  102. #: D:\1.DEV\FlatCAM_beta\camlib.py:5200
  103. msgid "[ERROR_NOTCL] Wrong optimization type selected."
  104. msgstr ""
  105. #: D:\1.DEV\FlatCAM_beta\camlib.py:5345 D:\1.DEV\FlatCAM_beta\camlib.py:5616
  106. msgid "[ERROR_NOTCL] Cut_Z parameter is None or zero. Most likely a bad combinations of other parameters."
  107. msgstr ""
  108. #: D:\1.DEV\FlatCAM_beta\camlib.py:5350 D:\1.DEV\FlatCAM_beta\camlib.py:5621
  109. msgid ""
  110. "[WARNING] The Cut Z parameter has positive value. It is the depth value to cut into material.\n"
  111. "The Cut Z parameter needs to have a negative value, assuming it is a typo therefore the app will convert the value to negative.Check the resulting CNC code (Gcode etc)."
  112. msgstr ""
  113. #: D:\1.DEV\FlatCAM_beta\camlib.py:5362 D:\1.DEV\FlatCAM_beta\camlib.py:5633
  114. msgid "[ERROR_NOTCL] Travel Z parameter is None or zero."
  115. msgstr ""
  116. #: D:\1.DEV\FlatCAM_beta\camlib.py:5366 D:\1.DEV\FlatCAM_beta\camlib.py:5637
  117. msgid ""
  118. "[WARNING] The Travel Z parameter has negative value. It is the height value to travel between cuts.\n"
  119. "The Z Travel parameter needs to have a positive value, assuming it is a typo therefore the app will convert the value to positive.Check the resulting CNC code (Gcode etc)."
  120. msgstr ""
  121. #: D:\1.DEV\FlatCAM_beta\camlib.py:5373 D:\1.DEV\FlatCAM_beta\camlib.py:5644
  122. msgid "[WARNING] The Z Travel parameter is zero. This is dangerous, skipping %s file"
  123. msgstr ""
  124. #: D:\1.DEV\FlatCAM_beta\camlib.py:5503
  125. msgid "[ERROR]Expected a Geometry, got %s"
  126. msgstr ""
  127. #: D:\1.DEV\FlatCAM_beta\camlib.py:5509
  128. msgid "[ERROR_NOTCL]Trying to generate a CNC Job from a Geometry object without solid_geometry."
  129. msgstr ""
  130. #: D:\1.DEV\FlatCAM_beta\camlib.py:5548
  131. msgid ""
  132. "[ERROR_NOTCL]The Tool Offset value is too negative to use for the current_geometry.\n"
  133. "Raise the value (in module) and try again."
  134. msgstr ""
  135. #: D:\1.DEV\FlatCAM_beta\camlib.py:5770
  136. msgid "[ERROR_NOTCL] There is no tool data in the SolderPaste geometry."
  137. msgstr ""