ToolFilm.pot 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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:06+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\ToolFilm.py:13
  17. msgid "Film PCB"
  18. msgstr ""
  19. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:44
  20. msgid "Object Type:"
  21. msgstr ""
  22. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:46
  23. msgid ""
  24. "Specify the type of object for which to create the film.\n"
  25. "The object can be of type: Gerber or Geometry.\n"
  26. "The selection here decide the type of objects that will be\n"
  27. "in the Film Object combobox."
  28. msgstr ""
  29. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:59
  30. msgid "Film Object:"
  31. msgstr ""
  32. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:61
  33. msgid "Object for which to create the film."
  34. msgstr ""
  35. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:77
  36. msgid "Box Type:"
  37. msgstr ""
  38. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:79
  39. msgid ""
  40. "Specify the type of object to be used as an container for\n"
  41. "film creation. It can be: Gerber or Geometry type.The selection here decide the type of objects that will be\n"
  42. "in the Box Object combobox."
  43. msgstr ""
  44. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:92
  45. msgid "Box Object:"
  46. msgstr ""
  47. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:94
  48. msgid ""
  49. "The actual object that is used a container for the\n"
  50. " selected object for which we create the film.\n"
  51. "Usually it is the PCB outline but it can be also the\n"
  52. "same object for which the film is created."
  53. msgstr ""
  54. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:104
  55. msgid "Film Type:"
  56. msgstr ""
  57. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:106
  58. msgid ""
  59. "Generate a Positive black film or a Negative film.\n"
  60. "Positive means that it will print the features\n"
  61. "with black on a white canvas.\n"
  62. "Negative means that it will print the features\n"
  63. "with white on a black canvas.\n"
  64. "The Film format is SVG."
  65. msgstr ""
  66. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:118
  67. msgid "Border:"
  68. msgstr ""
  69. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:120
  70. msgid ""
  71. "Specify a border around the object.\n"
  72. "Only for negative film.\n"
  73. "It helps if we use as a Box Object the same \n"
  74. "object as in Film Object. It will create a thick\n"
  75. "black bar around the actual print allowing for a\n"
  76. "better delimitation of the outline features which are of\n"
  77. "white color like the rest and which may confound with the\n"
  78. "surroundings if not for this border."
  79. msgstr ""
  80. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:132
  81. msgid "Scale Stroke:"
  82. msgstr ""
  83. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:134
  84. msgid ""
  85. "Scale the line stroke thickness of each feature in the SVG file.\n"
  86. "It means that the line that envelope each SVG feature will be thicker or thinner,\n"
  87. "therefore the fine features may be more affected by this parameter."
  88. msgstr ""
  89. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:145
  90. msgid "Save Film"
  91. msgstr ""
  92. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:147
  93. msgid ""
  94. "Create a Film for the selected object, within\n"
  95. "the specified box. Does not create a new \n"
  96. " FlatCAM object, but directly save it in SVG format\n"
  97. "which can be opened with Inkscape."
  98. msgstr ""
  99. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:188
  100. msgid "Film Tool"
  101. msgstr ""
  102. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:209
  103. msgid "[ERROR_NOTCL] No FlatCAM object selected. Load an object for Film and retry."
  104. msgstr ""
  105. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:215
  106. msgid "[ERROR_NOTCL] No FlatCAM object selected. Load an object for Box and retry."
  107. msgstr ""
  108. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:225
  109. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:232
  110. msgid "[ERROR_NOTCL]Wrong value format entered, use a number."
  111. msgstr ""
  112. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:239
  113. msgid "Generating Film ..."
  114. msgstr ""
  115. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:244
  116. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:248
  117. msgid "Export SVG positive"
  118. msgstr ""
  119. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:253
  120. msgid "[WARNING_NOTCL]Export SVG positive cancelled."
  121. msgstr ""
  122. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:260
  123. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:264
  124. msgid "Export SVG negative"
  125. msgstr ""
  126. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolFilm.py:269
  127. msgid "[WARNING_NOTCL]Export SVG negative cancelled."
  128. msgstr ""