- 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:
62
locale/en/LC_MESSAGES/ToolMove.po
Normal file
62
locale/en/LC_MESSAGES/ToolMove.po
Normal file
@@ -0,0 +1,62 @@
|
||||
# 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:08+0200\n"
|
||||
"PO-Revision-Date: 2019-03-10 13:24+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\ToolMove.py:15
|
||||
msgid "Move"
|
||||
msgstr "Move"
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMove.py:70
|
||||
msgid "MOVE: Click on the Start point ..."
|
||||
msgstr "MOVE: Click on the Start point ..."
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMove.py:77
|
||||
msgid "[WARNING_NOTCL] MOVE action cancelled. No object(s) to move."
|
||||
msgstr "[WARNING_NOTCL] MOVE action cancelled. No object(s) to move."
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMove.py:99
|
||||
msgid "MOVE: Click on the Destination point ..."
|
||||
msgstr "MOVE: Click on the Destination point ..."
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMove.py:117
|
||||
msgid "Moving ..."
|
||||
msgstr "Moving ..."
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMove.py:124
|
||||
msgid "[WARNING_NOTCL] No object(s) selected."
|
||||
msgstr "[WARNING_NOTCL] No object(s) selected."
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMove.py:147
|
||||
msgid "[ERROR_NOTCL] ToolMove.on_left_click() --> %s"
|
||||
msgstr "[ERROR_NOTCL] ToolMove.on_left_click() --> %s"
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMove.py:153
|
||||
msgid "[success]%s object was moved ..."
|
||||
msgstr "[success]%s object was moved ..."
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMove.py:163
|
||||
msgid "[ERROR_NOTCL] ToolMove.on_left_click() --> Error when mouse left click."
|
||||
msgstr "[ERROR_NOTCL] ToolMove.on_left_click() --> Error when mouse left click."
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMove.py:191
|
||||
msgid "[WARNING_NOTCL]Move action cancelled."
|
||||
msgstr "[WARNING_NOTCL]Move action cancelled."
|
||||
|
||||
#: D:\1.DEV\FlatCAM_beta\flatcamTools\ToolMove.py:203
|
||||
msgid "[WARNING_NOTCL]Object(s) not selected"
|
||||
msgstr "[WARNING_NOTCL]Object(s) not selected"
|
||||
Reference in New Issue
Block a user