@@ -19,7 +19,6 @@ import shutil
|
||||
from stat import S_IREAD, S_IRGRP, S_IROTH
|
||||
import subprocess
|
||||
import ctypes
|
||||
import winreg
|
||||
|
||||
import tkinter as tk
|
||||
from PyQt5 import QtPrintSupport
|
||||
@@ -62,6 +61,9 @@ import gettext
|
||||
import FlatCAMTranslation as fcTranslate
|
||||
import builtins
|
||||
|
||||
if sys.platform == 'win32':
|
||||
import winreg
|
||||
|
||||
fcTranslate.apply_language('strings')
|
||||
if '_' not in builtins.__dict__:
|
||||
_ = gettext.gettext
|
||||
@@ -3878,12 +3880,12 @@ class App(QtCore.QObject):
|
||||
"{title}<BR>"
|
||||
"<BR>"
|
||||
"<BR>"
|
||||
"<B>{devel}</B> "
|
||||
"<a href = \"https://bitbucket.org/jpcgt/flatcam/src/Beta/\">here.</a><BR>"
|
||||
"<b>{down}</B> area "
|
||||
"<a href = \"https://bitbucket.org/jpcgt/flatcam/downloads/\">here.</a><BR>"
|
||||
"<b> {issue}</B> "
|
||||
"<a href = \"https://bitbucket.org/jpcgt/flatcam/issues?status=new&status=open/\">here.</a><BR>".
|
||||
# "<B>{devel}</B> "
|
||||
"<a href = \"https://bitbucket.org/jpcgt/flatcam/src/Beta/\"><B>{devel}</B></a><BR>"
|
||||
# "<b>{down}</B> area "
|
||||
"<a href = \"https://bitbucket.org/jpcgt/flatcam/downloads/\"><b>{down}</B></a><BR>"
|
||||
# "<b> {issue}</B> "
|
||||
"<a href = \"https://bitbucket.org/jpcgt/flatcam/issues?status=new&status=open/\"><B>{issue}</B></a><BR>".
|
||||
format(title=_("2D Computer-Aided Printed Circuit Board Manufacturing"),
|
||||
devel=_("Development"), down=_("DOWNLOAD"), issue=_("Issue tracker"))
|
||||
)
|
||||
|
||||
@@ -7808,7 +7808,7 @@ class FAExcPrefGroupUI(OptionsGroupUI):
|
||||
|
||||
self.layout.addWidget(self.exc_list_text)
|
||||
|
||||
self.exc_list_btn = FCButton("Apply")
|
||||
self.exc_list_btn = FCButton(_("Apply"))
|
||||
self.exc_list_btn.setToolTip(_("Apply the file associations between\n"
|
||||
"FlatCAM and the files with above extensions.\n"
|
||||
"They will be active after next logon.\n"
|
||||
@@ -7841,7 +7841,7 @@ class FAGcoPrefGroupUI(OptionsGroupUI):
|
||||
|
||||
self.layout.addWidget(self.gco_list_text)
|
||||
|
||||
self.gco_list_btn = FCButton("Apply")
|
||||
self.gco_list_btn = FCButton(_("Apply"))
|
||||
self.gco_list_btn.setToolTip(_("Apply the file associations between\n"
|
||||
"FlatCAM and the files with above extensions.\n"
|
||||
"They will be active after next logon.\n"
|
||||
@@ -7873,7 +7873,7 @@ class FAGrbPrefGroupUI(OptionsGroupUI):
|
||||
font.setPointSize(12)
|
||||
self.grb_list_text.setFont(font)
|
||||
|
||||
self.grb_list_btn = FCButton("Apply")
|
||||
self.grb_list_btn = FCButton(_("Apply"))
|
||||
self.grb_list_btn.setToolTip(_("Apply the file associations between\n"
|
||||
"FlatCAM and the files with above extensions.\n"
|
||||
"They will be active after next logon.\n"
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -8454,6 +8454,10 @@ msgid ""
|
||||
"associated with FlatCAM."
|
||||
msgstr ""
|
||||
|
||||
#: flatcamGUI/FlatCAMGUI.py:7747 flatcamGUI/FlatCAMGUI.py:7780 flatcamGUI/FlatCAMGUI.py:7812
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#: flatcamGUI/FlatCAMGUI.py:7748 flatcamGUI/FlatCAMGUI.py:7781
|
||||
#: flatcamGUI/FlatCAMGUI.py:7813
|
||||
msgid ""
|
||||
|
||||
Reference in New Issue
Block a user