ToolImage.po 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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:07+0200\n"
  9. "PO-Revision-Date: 2019-03-10 13:23+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\ToolImage.py:13
  20. msgid "Image as Object"
  21. msgstr "Image as Object"
  22. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:19
  23. msgid "Image to PCB"
  24. msgstr "Image to PCB"
  25. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:41
  26. msgid "Object Type:"
  27. msgstr "Object Type:"
  28. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:43
  29. msgid ""
  30. "Specify the type of object to create from the image.\n"
  31. "It can be of type: Gerber or Geometry."
  32. msgstr ""
  33. "Specify the type of object to create from the image.\n"
  34. "It can be of type: Gerber or Geometry."
  35. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:51
  36. msgid "DPI value:"
  37. msgstr "DPI value:"
  38. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:53
  39. msgid "Specify a DPI value for the image."
  40. msgstr "Specify a DPI value for the image."
  41. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:60
  42. msgid "Level of detail"
  43. msgstr "Level of detail"
  44. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:69
  45. msgid "Image type"
  46. msgstr "Image type"
  47. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:71
  48. msgid ""
  49. "Choose a method for the image interpretation.\n"
  50. "B/W means a black & white image. Color means a colored image."
  51. msgstr ""
  52. "Choose a method for the image interpretation.\n"
  53. "B/W means a black & white image. Color means a colored image."
  54. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:78
  55. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:91
  56. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:102
  57. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:113
  58. msgid "Mask value"
  59. msgstr "Mask value"
  60. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:80
  61. msgid ""
  62. "Mask for monochrome image.\n"
  63. "Takes values between [0 ... 255].\n"
  64. "Decides the level of details to include\n"
  65. "in the resulting geometry.\n"
  66. "0 means no detail and 255 means everything \n"
  67. "(which is totally black)."
  68. msgstr ""
  69. "Mask for monochrome image.\n"
  70. "Takes values between [0 ... 255].\n"
  71. "Decides the level of details to include\n"
  72. "in the resulting geometry.\n"
  73. "0 means no detail and 255 means everything \n"
  74. "(which is totally black)."
  75. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:93
  76. msgid ""
  77. "Mask for RED color.\n"
  78. "Takes values between [0 ... 255].\n"
  79. "Decides the level of details to include\n"
  80. "in the resulting geometry."
  81. msgstr ""
  82. "Mask for RED color.\n"
  83. "Takes values between [0 ... 255].\n"
  84. "Decides the level of details to include\n"
  85. "in the resulting geometry."
  86. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:104
  87. msgid ""
  88. "Mask for GREEN color.\n"
  89. "Takes values between [0 ... 255].\n"
  90. "Decides the level of details to include\n"
  91. "in the resulting geometry."
  92. msgstr ""
  93. "Mask for GREEN color.\n"
  94. "Takes values between [0 ... 255].\n"
  95. "Decides the level of details to include\n"
  96. "in the resulting geometry."
  97. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:115
  98. msgid ""
  99. "Mask for BLUE color.\n"
  100. "Takes values between [0 ... 255].\n"
  101. "Decides the level of details to include\n"
  102. "in the resulting geometry."
  103. msgstr ""
  104. "Mask for BLUE color.\n"
  105. "Takes values between [0 ... 255].\n"
  106. "Decides the level of details to include\n"
  107. "in the resulting geometry."
  108. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:127
  109. msgid "Import image"
  110. msgstr "Import image"
  111. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:129
  112. msgid "Open a image of raster type and then import it in FlatCAM."
  113. msgstr "Open a image of raster type and then import it in FlatCAM."
  114. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:155
  115. msgid "Image Tool"
  116. msgstr "Image Tool"
  117. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:185
  118. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:188
  119. msgid "Import IMAGE"
  120. msgstr "Import IMAGE"
  121. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolImage.py:198
  122. msgid "Open cancelled."
  123. msgstr "Open cancelled."