ToolMeasurement.po 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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-07 23:07+0200\n"
  9. "PO-Revision-Date: 2019-03-07 23:19+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\ToolMeasurement.py:28
  20. msgid "Measurement"
  21. msgstr "Measurement"
  22. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:49
  23. msgid "Start"
  24. msgstr "Start"
  25. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:49
  26. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:52
  27. msgid "Coords"
  28. msgstr "Coords"
  29. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:50
  30. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:101
  31. msgid "This is measuring Start point coordinates."
  32. msgstr "This is measuring Start point coordinates."
  33. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:52
  34. msgid "Stop"
  35. msgstr "Stop"
  36. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:53
  37. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:106
  38. msgid "This is the measuring Stop point coordinates."
  39. msgstr "This is the measuring Stop point coordinates."
  40. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:56
  41. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:111
  42. msgid "This is the distance measured over the X axis."
  43. msgstr "This is the distance measured over the X axis."
  44. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:59
  45. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:117
  46. msgid "This is the distance measured over the Y axis."
  47. msgstr "This is the distance measured over the Y axis."
  48. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:61
  49. msgid "DISTANCE"
  50. msgstr "DISTANCE"
  51. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:62
  52. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:123
  53. msgid "This is the point to point Euclidian distance."
  54. msgstr "This is the point to point Euclidian distance."
  55. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:65
  56. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:72
  57. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:79
  58. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:86
  59. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:93
  60. msgid "Those are the units in which the distance is measured."
  61. msgstr "Those are the units in which the distance is measured."
  62. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:126
  63. msgid "Measure"
  64. msgstr "Measure"
  65. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:185
  66. msgid "Meas. Tool"
  67. msgstr "Meas. Tool"
  68. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:278
  69. msgid "MEASURING: Click on the Start point ..."
  70. msgstr "MEASURING: Click on the Start point ..."
  71. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:307
  72. msgid "MEASURING: Click on the Destination point ..."
  73. msgstr "MEASURING: Click on the Destination point ..."
  74. #: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMeasurement.py:328
  75. msgid "MEASURING: Result D(x) = %.4f | D(y) = %.4f | Distance = %.4f"
  76. msgstr "MEASURING: Result D(x) = %.4f | D(y) = %.4f | Distance = %.4f"