ToolPanelize.po 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR ORGANIZATION
  3. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: \n"
  8. "POT-Creation-Date: 2019-03-10 13:11+0200\n"
  9. "PO-Revision-Date: 2019-03-10 13:25+0200\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "Generated-By: pygettext.py 1.5\n"
  15. "X-Generator: Poedit 2.2.1\n"
  16. "Last-Translator: \n"
  17. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  18. "Language: en\n"
  19. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:13
  20. msgid "Panelize PCB"
  21. msgstr "Panelize PCB"
  22. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:44
  23. msgid "Object Type:"
  24. msgstr "Object Type:"
  25. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:46
  26. msgid ""
  27. "Specify the type of object to be panelized\n"
  28. "It can be of type: Gerber, Excellon or Geometry.\n"
  29. "The selection here decide the type of objects that will be\n"
  30. "in the Object combobox."
  31. msgstr ""
  32. "Specify the type of object to be panelized\n"
  33. "It can be of type: Gerber, Excellon or Geometry.\n"
  34. "The selection here decide the type of objects that will be\n"
  35. "in the Object combobox."
  36. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:59
  37. msgid "Object:"
  38. msgstr "Object:"
  39. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:61
  40. msgid ""
  41. "Object to be panelized. This means that it will\n"
  42. "be duplicated in an array of rows and columns."
  43. msgstr ""
  44. "Object to be panelized. This means that it will\n"
  45. "be duplicated in an array of rows and columns."
  46. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:77
  47. msgid "Box Type:"
  48. msgstr "Box Type:"
  49. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:79
  50. msgid ""
  51. "Specify the type of object to be used as an container for\n"
  52. "panelization. It can be: Gerber or Geometry type.\n"
  53. "The selection here decide the type of objects that will be\n"
  54. "in the Box Object combobox."
  55. msgstr ""
  56. "Specify the type of object to be used as an container for\n"
  57. "panelization. It can be: Gerber or Geometry type.\n"
  58. "The selection here decide the type of objects that will be\n"
  59. "in the Box Object combobox."
  60. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:92
  61. msgid "Box Object:"
  62. msgstr "Box Object:"
  63. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:94
  64. msgid ""
  65. "The actual object that is used a container for the\n"
  66. " selected object that is to be panelized."
  67. msgstr ""
  68. "The actual object that is used a container for the\n"
  69. " selected object that is to be panelized."
  70. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:101
  71. msgid "Spacing cols:"
  72. msgstr "Spacing cols:"
  73. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:103
  74. msgid ""
  75. "Spacing between columns of the desired panel.\n"
  76. "In current units."
  77. msgstr ""
  78. "Spacing between columns of the desired panel.\n"
  79. "In current units."
  80. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:110
  81. msgid "Spacing rows:"
  82. msgstr "Spacing rows:"
  83. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:112
  84. msgid ""
  85. "Spacing between rows of the desired panel.\n"
  86. "In current units."
  87. msgstr ""
  88. "Spacing between rows of the desired panel.\n"
  89. "In current units."
  90. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:119
  91. msgid "Columns:"
  92. msgstr "Columns:"
  93. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:121
  94. msgid "Number of columns of the desired panel"
  95. msgstr "Number of columns of the desired panel"
  96. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:127
  97. msgid "Rows:"
  98. msgstr "Rows:"
  99. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:129
  100. msgid "Number of rows of the desired panel"
  101. msgstr "Number of rows of the desired panel"
  102. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:136
  103. msgid "Panel Type:"
  104. msgstr "Panel Type:"
  105. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:138
  106. msgid ""
  107. "Choose the type of object for the panel object:\n"
  108. "- Geometry\n"
  109. "- Gerber"
  110. msgstr ""
  111. "Choose the type of object for the panel object:\n"
  112. "- Geometry\n"
  113. "- Gerber"
  114. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:146
  115. msgid "Constrain panel within:"
  116. msgstr "Constrain panel within:"
  117. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:148
  118. msgid ""
  119. "Area define by DX and DY within to constrain the panel.\n"
  120. "DX and DY values are in current units.\n"
  121. "Regardless of how many columns and rows are desired,\n"
  122. "the final panel will have as many columns and rows as\n"
  123. "they fit completely within selected area."
  124. msgstr ""
  125. "Area define by DX and DY within to constrain the panel.\n"
  126. "DX and DY values are in current units.\n"
  127. "Regardless of how many columns and rows are desired,\n"
  128. "the final panel will have as many columns and rows as\n"
  129. "they fit completely within selected area."
  130. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:157
  131. msgid "Width (DX):"
  132. msgstr "Width (DX):"
  133. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:159
  134. msgid ""
  135. "The width (DX) within which the panel must fit.\n"
  136. "In current units."
  137. msgstr ""
  138. "The width (DX) within which the panel must fit.\n"
  139. "In current units."
  140. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:165
  141. msgid "Height (DY):"
  142. msgstr "Height (DY):"
  143. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:167
  144. msgid ""
  145. "The height (DY)within which the panel must fit.\n"
  146. "In current units."
  147. msgstr ""
  148. "The height (DY)within which the panel must fit.\n"
  149. "In current units."
  150. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:180
  151. msgid "Panelize Object"
  152. msgstr "Panelize Object"
  153. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:182
  154. msgid ""
  155. "Panelize the specified object around the specified box.\n"
  156. "In other words it creates multiple copies of the source object,\n"
  157. "arranged in a 2D array of rows and columns."
  158. msgstr ""
  159. "Panelize the specified object around the specified box.\n"
  160. "In other words it creates multiple copies of the source object,\n"
  161. "arranged in a 2D array of rows and columns."
  162. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:278
  163. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:292
  164. msgid "[ERROR_NOTCL]Could not retrieve object: %s"
  165. msgstr "[ERROR_NOTCL]Could not retrieve object: %s"
  166. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:284
  167. msgid "[ERROR_NOTCL]Object not found: %s"
  168. msgstr "[ERROR_NOTCL]Object not found: %s"
  169. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:296
  170. msgid "[WARNING]No object Box. Using instead %s"
  171. msgstr "[WARNING]No object Box. Using instead %s"
  172. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:308
  173. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:320
  174. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:333
  175. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:346
  176. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:358
  177. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:369
  178. msgid "[ERROR_NOTCL]Wrong value format entered, use a number."
  179. msgstr "[ERROR_NOTCL]Wrong value format entered, use a number."
  180. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:377
  181. msgid ""
  182. "[ERROR_NOTCL]Columns or Rows are zero value. Change them to a positive "
  183. "integer."
  184. msgstr ""
  185. "[ERROR_NOTCL]Columns or Rows are zero value. Change them to a positive "
  186. "integer."
  187. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:481
  188. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:590
  189. msgid "Generating panel ... Please wait."
  190. msgstr "Generating panel ... Please wait."
  191. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:584
  192. msgid "[success]Panel done..."
  193. msgstr "[success]Panel done..."
  194. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:587
  195. msgid ""
  196. "[WARNING] Too big for the constrain area. Final panel has %s columns and %s "
  197. "rows"
  198. msgstr ""
  199. "[WARNING] Too big for the constrain area. Final panel has %s columns and %s "
  200. "rows"
  201. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolPanelize.py:595
  202. msgid "[success]Panel created successfully."
  203. msgstr "[success]Panel created successfully."