Sfoglia il codice sorgente

Merged in camellan/flatcam/Beta (pull request #188)

Beta
Camellan 6 anni fa
parent
commit
8becb4b506

+ 2 - 2
FlatCAMApp.py

@@ -8951,7 +8951,7 @@ class App(QtCore.QObject):
 
 
         tsize = fsize + int(fsize / 2)
         tsize = fsize + int(fsize / 2)
 
 
-        selected_text = _('''
+        selected_text = (_('''
 <p><span style="font-size:{tsize}px"><strong>Selected Tab - Choose an Item from Project Tab</strong></span></p>
 <p><span style="font-size:{tsize}px"><strong>Selected Tab - Choose an Item from Project Tab</strong></span></p>
 
 
 <p><span style="font-size:{fsize}px"><strong>Details</strong>:<br />
 <p><span style="font-size:{fsize}px"><strong>Details</strong>:<br />
@@ -8973,7 +8973,7 @@ The normal flow when working in FlatCAM is the following:</span></p>
 
 
 <p><span style="font-size:{fsize}px">A list of key shortcuts is available through an menu entry in <strong>Help -&gt; Shortcuts List</strong>&nbsp;or through it&#39;s own key shortcut: <strng>F3</strong>.</span></p>
 <p><span style="font-size:{fsize}px">A list of key shortcuts is available through an menu entry in <strong>Help -&gt; Shortcuts List</strong>&nbsp;or through it&#39;s own key shortcut: <strng>F3</strong>.</span></p>
 
 
-        '''.format(fsize=fsize, tsize=tsize))
+        ''').format(fsize=fsize, tsize=tsize))
 
 
         sel_title.setText(selected_text)
         sel_title.setText(selected_text)
         sel_title.setSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)
         sel_title.setSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)

BIN
locale/ru/LC_MESSAGES/strings.mo


File diff suppressed because it is too large
+ 118 - 125
locale/ru/LC_MESSAGES/strings.po


+ 1 - 5
locale_template/strings.pot

@@ -1061,8 +1061,7 @@ msgstr ""
 msgid "<b>Shortcut Key List</b>"
 msgid "<b>Shortcut Key List</b>"
 msgstr ""
 msgstr ""
 
 
-#: FlatCAMApp.py:8946
-#, python-brace-format
+#: FlatCAMApp.py:8954
 msgid ""
 msgid ""
 "\n"
 "\n"
 "<p><span style=\"font-size:{tsize}px\"><strong>Selected Tab - Choose an Item "
 "<p><span style=\"font-size:{tsize}px\"><strong>Selected Tab - Choose an Item "
@@ -2220,7 +2219,6 @@ msgstr ""
 
 
 #: flatcamEditors/FlatCAMGeoEditor.py:447 flatcamGUI/FlatCAMGUI.py:6717
 #: flatcamEditors/FlatCAMGeoEditor.py:447 flatcamGUI/FlatCAMGUI.py:6717
 #: flatcamTools/ToolPaint.py:207
 #: flatcamTools/ToolPaint.py:207
-#, python-format
 msgid ""
 msgid ""
 "How much (fraction) of the tool width to overlap each tool pass.\n"
 "How much (fraction) of the tool width to overlap each tool pass.\n"
 "Example:\n"
 "Example:\n"
@@ -6048,7 +6046,6 @@ msgid "Pass overlap"
 msgstr ""
 msgstr ""
 
 
 #: flatcamGUI/FlatCAMGUI.py:4314 flatcamGUI/ObjectUI.py:285
 #: flatcamGUI/FlatCAMGUI.py:4314 flatcamGUI/ObjectUI.py:285
-#, python-format
 msgid ""
 msgid ""
 "How much (fraction) of the tool width to overlap each tool pass.\n"
 "How much (fraction) of the tool width to overlap each tool pass.\n"
 "Example:\n"
 "Example:\n"
@@ -7358,7 +7355,6 @@ msgid "Overlap Rate"
 msgstr ""
 msgstr ""
 
 
 #: flatcamGUI/FlatCAMGUI.py:6386 flatcamTools/ToolNonCopperClear.py:203
 #: flatcamGUI/FlatCAMGUI.py:6386 flatcamTools/ToolNonCopperClear.py:203
-#, python-format
 msgid ""
 msgid ""
 "How much (fraction) of the tool width to overlap each tool pass.\n"
 "How much (fraction) of the tool width to overlap each tool pass.\n"
 "Example:\n"
 "Example:\n"

Some files were not shown because too many files changed in this diff