You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/gcodeworkshop_es.ts
+49-1
Original file line number
Diff line number
Diff line change
@@ -2080,7 +2080,7 @@ Items with non empty titles are not deleted automatically.</source>
2080
2080
%2</translation>
2081
2081
</message>
2082
2082
<message>
2083
-
<source>The <b>GCodeWorkShop</b> is text editor for CNC programmers.<br>This is a fork of <a href='https://github.com/artur3/EdytorNC'>EdytorNC</a>.<P>Version: %1<P>Copyright (C) 1998 - 2018 by <a href="mailto:[email protected]">Artur Kozioł</a><br>Copyright (C) 2020 - 2024 by <a href='mailto:[email protected]'>Nick Egorrov</a><P>Spanish translation, fixes and other help thanks to Otto Huamani<br />Catalan translation and deb package thanks to Jordi Sayol i Salomó<br />German translation and other fixes thanks to Michael Numberger<br />Czech translation thanks to Pavel Fric<br />Finnish translation thanks to Janne Mäntyharju<br />Dutch translation thanks to Henk van Andel<br />OS X patch and other updates thanks to Janne Mäntyharju<P>New EdytorNC icon thanks to Jakub Gajewski<P><a href='https://github.com/GCodeProjects/GCodeWorkShop'>GCodeWorkShop on GitHub</a><P>GCodeWorkShop contains pieces of code from other Open Source projects.<P><i>GCodeWorkShop is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.</i><P><i>The program is provided AS IS with NO WARRANTY OF ANY KIND,INCLUDING THE WARRANTY OF DESIGN,MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</i></source>
2083
+
<source>The <b>GCodeWorkShop</b> is text editor for CNC programmers.<br>This is a fork of <a href='https://github.com/artur3/EdytorNC'>EdytorNC</a>.<P>Version: %1<P>Copyright (C) 1998 - 2018 by <a href="mailto:[email protected]">Artur Kozioł</a><br>Copyright (C) 2020 - 2025 by <a href='mailto:[email protected]'>Nick Egorrov</a><h2>Sources and updates</h2><p>Source code and new releases are available at the following addresses:<ul><li><a href='https://github.com/GCodeProjects/GCodeWorkShop'>https://github.com/GCodeProjects/GCodeWorkShop</a></li><li><a href='https://codeberg.org/u-235/GCodeWorkShop'>https://codeberg.org/u-235/GCodeWorkShop</a></li><li><a href='https://gitflic.ru/project/u-235/gcodeworkshop'>https://gitflic.ru/project/u-235/gcodeworkshop</a></li></ul><h2>Thanks</h2><P>Spanish translation, fixes and other help thanks to Otto Huamani<br />Catalan translation and deb package thanks to Jordi Sayol i Salomó<br />German translation and other fixes thanks to Michael Numberger<br />Czech translation thanks to Pavel Fric<br />Finnish translation thanks to Janne Mäntyharju<br />Dutch translation thanks to Henk van Andel<br />OS X patch and other updates thanks to Janne Mäntyharju<P>New EdytorNC icon thanks to Jakub Gajewski<P>GCodeWorkShop contains pieces of code from other Open Source projects.<h2>License</h2><P><i>GCodeWorkShop is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.</i><P><i>The program is provided AS IS with NO WARRANTY OF ANY KIND,INCLUDING THE WARRANTY OF DESIGN,MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</i></source>
2084
2084
<translationtype="unfinished"></translation>
2085
2085
</message>
2086
2086
</context>
@@ -4058,6 +4058,54 @@ Opción Servidor De Archivos no está habilitado en la configuración del puerto
4058
4058
<source>Change date on save</source>
4059
4059
<translationtype="unfinished"></translation>
4060
4060
</message>
4061
+
<message>
4062
+
<source>Open/Save</source>
4063
+
<translationtype="unfinished"></translation>
4064
+
</message>
4065
+
<message>
4066
+
<source>When open file:</source>
4067
+
<translationtype="unfinished"></translation>
4068
+
</message>
4069
+
<message>
4070
+
<source>Discard control symbols.</source>
4071
+
<translationtype="unfinished"></translation>
4072
+
</message>
4073
+
<message>
4074
+
<source>Discard additional empty lines.</source>
4075
+
<translationtype="unfinished"></translation>
4076
+
</message>
4077
+
<message>
4078
+
<source><html><head/><body><p>Discard the upper 128 code points commonly used for national alphabets.</p></body></html></source>
4079
+
<translationtype="unfinished"></translation>
4080
+
</message>
4081
+
<message>
4082
+
<source>Discard extra symbols.</source>
4083
+
<translationtype="unfinished"></translation>
4084
+
</message>
4085
+
<message>
4086
+
<source>Use encoding:</source>
4087
+
<translationtype="unfinished"></translation>
4088
+
</message>
4089
+
<message>
4090
+
<source>Show all avalaible codecs</source>
4091
+
<translationtype="unfinished"></translation>
4092
+
</message>
4093
+
<message>
4094
+
<source>Show aliases</source>
4095
+
<translationtype="unfinished"></translation>
4096
+
</message>
4097
+
<message>
4098
+
<source>System charset (%1)</source>
4099
+
<translationtype="unfinished"></translation>
4100
+
</message>
4101
+
<message>
4102
+
<source><html><head/><body><p>Older CNC systems could add control characters (<code>0x00</code>-<code>0x1f</code>) when uploading a file via the serial port, which looks like mojibake. The editor can delete such characters, leaving only carriage and newline characters.</p></body></html></source>
4103
+
<translationtype="unfinished"></translation>
4104
+
</message>
4105
+
<message>
4106
+
<source><html><head/><body><p>In some cases, the CNC inserts additional blank lines when the file is unloaded. The editor can recognise such lines and delete them.</p></body></html></source>
0 commit comments