- added a fix in the Gerber parser when adding the geometry in the self.apertures dict for the case that the current aperture is None (Allegro does that)
- finished support for internationalization by adding a set of .po/.mo files for the English language. Unfortunately the final action can be done only when Beta will be out of Beta (no more changes) or when I will decide to stop working on this app. - changed the tooltip for 'feedrate_rapids' parameter to point out that this parameter is useful only for the Marlin postprocessor
This commit is contained in:
38
locale/en/LC_MESSAGES/ToolProperties.po
Normal file
38
locale/en/LC_MESSAGES/ToolProperties.po
Normal file
@@ -0,0 +1,38 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR ORGANIZATION
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"POT-Creation-Date: 2019-03-10 13:12+0200\n"
|
||||
"PO-Revision-Date: 2019-03-10 13:25+0200\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
"Last-Translator: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Language: en\n"
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolProperties.py:13
|
||||
msgid "Properties"
|
||||
msgstr "Properties"
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolProperties.py:87
|
||||
msgid "[ERROR_NOTCL] Properties Tool was not displayed. No object selected."
|
||||
msgstr "[ERROR_NOTCL] Properties Tool was not displayed. No object selected."
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolProperties.py:88
|
||||
msgid "Tools"
|
||||
msgstr "Tools"
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolProperties.py:94
|
||||
msgid "[success] Object Properties are displayed."
|
||||
msgstr "[success] Object Properties are displayed."
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolProperties.py:95
|
||||
msgid "Properties Tool"
|
||||
msgstr "Properties Tool"
|
||||
Reference in New Issue
Block a user