Skip to content

Commit

Permalink
-> G-code Adjustment of templates
Browse files Browse the repository at this point in the history
blanks at end of lines, spelling of G-code
  • Loading branch information
smoe committed Jan 18, 2022
1 parent 36735d9 commit 73b992b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README_es.md
Expand Up @@ -15,7 +15,7 @@ LinuxCNC controla máquinas CNC. Puede manejar fresadoras, tornos, impresoras 3D

Este software se lanza bajo licencia GPLv2, con algunas partes bajo LGPL. Vea el archivo COPYING para más detalles.

La traduccion al español de este software queda adherida a este descargo y a las licencias GPLv2 y partes LGPL.
La traduccion al español de este software queda adherida a este descargo y a las licencias GPLv2 y partes LGPL.


# El proceso de construcción
Expand Down
1 change: 0 additions & 1 deletion docs/src/index.foot
@@ -1,3 +1,2 @@
</body>
</html>

6 changes: 3 additions & 3 deletions docs/src/index_es.tmpl
Expand Up @@ -91,8 +91,8 @@ function setup_page(){
<p>Otros idiomas: <A HREF="index.html">Inglés</A> * <A HREF="index_fr.html">Francés</A></p>
<a href="index_zh_CN.html">中文</a>

<p><a href="http://linuxcnc.org">Pagina web LinuxCNC</a> *
<A href="http://wiki.linuxcnc.org/cgi-bin/wiki.pl">Comunidad Wiki</A> *
<p><a href="http://linuxcnc.org">Pagina web LinuxCNC</a> *
<A href="http://wiki.linuxcnc.org/cgi-bin/wiki.pl">Comunidad Wiki</A> *
<A HREF="gcode_es.html">Referencia Rápida de Código G</A></p>
</div>
<p><input type="button" id="docExpand" value="Expandir Todo" onclick="return toggle_section(this);"/>
Expand All @@ -106,7 +106,7 @@ function setup_page(){
<LI><A HREF="getting-started/getting-linuxcnc_es.html">Obtener LinuxCNC</A>
<LI><A HREF="getting-started/running-linuxcnc_es.html">Corriendo LinuxCNC; Lanzador de Configuraciones</A>
<LI><A HREF="getting-started/updating-linuxcnc_es.html">Actualizar LinuxCNC</A>
<LI><A HREF="common/linux-faq_es.html">FAQ sobre Linux</A>
<LI><A HREF="common/linux-faq_es.html">FAQ sobre Linux</A>
</UL>
</div>

Expand Down
8 changes: 4 additions & 4 deletions docs/src/index_fr.tmpl
Expand Up @@ -4,7 +4,7 @@
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<META http-equiv="Content-Language" content="fr">
<META http-equiv="Content-Language" content="fr">
<TITLE> Documentation de LinuxCNC - version HTML </TITLE>
</HEAD>
<BODY>
Expand All @@ -19,7 +19,7 @@
<A HREF="index_es.html">Espa&ntilde;ol</A>
<a href="index_zh_CN.html">中文</a>
<p></p>
<LI><A HREF="gcode_fr.html">Aide m&eacute;moire des r&eacute;f&eacute;rences du G Code</A>
<LI><A HREF="gcode_fr.html">Aide m&eacute;moire des r&eacute;f&eacute;rences du G-code</A>
<LI><A HREF="http://wiki.linuxcnc.org/cgi-bin/wiki.pl">Le Wiki de la communaut&eacute; LinuxCNC (en anglais)</A>
<p></p>
<LI><a href="getting-started/index_fr.html">Guide de d&eacute;marrage</a>
Expand All @@ -39,8 +39,8 @@
<LI><A HREF="gcode/tool_compensation_fr.html">Les compensations d'outil</A>
<LI><A HREF="gcode/overview_fr.html">Vue g&eacute;n&eacute;rale du G-code</A>
<LI><A HREF="gcode/gcode_fr.html">Tout le G-code</A>
<LI><A HREF="gcode/m-code_fr.html">Les M-Codes</A>
<LI><A HREF="gcode/o-code_fr.html">Les O-Codes</A>
<LI><A HREF="gcode/m-code_fr.html">Les M-codes</A>
<LI><A HREF="gcode/o-code_fr.html">Les O-codes</A>
<LI><A HREF="gcode/other-code_fr.html">Les autres codes</A>
<LI><A HREF="gui/tooledit_fr.html">L'&eacute;diteur graphique de table d'outils</A>
<LI><A HREF="examples/gcode_fr.html">Exemples de programmes en G-code</A>
Expand Down
14 changes: 7 additions & 7 deletions docs/src/index_zh_CN.tmpl
Expand Up @@ -99,19 +99,19 @@ function change(el)
<LI><A HREF="gui/mini.html">Mini GUI</A>
</UL>
</div>
<li><a onclick="return toggle('sec4')"><img id="sec4_image" src="plus.png" style="border:0;margin-right:5px;vertical-align:middle;" />G code Programming</a>
<li><a onclick="return toggle('sec4')"><img id="sec4_image" src="plus.png" style="border:0;margin-right:5px;vertical-align:middle;" />G-code Programming</a>
<div id="sec4" style="display:none;">
<UL>
<LI><A HREF="gcode/coordinates.html">Coordinate System</A>
<LI><A HREF="gcode/tool-compensation.html">Tool Compensation</A>
<LI><A HREF="gui/tooledit.html">Tool Table Editor</A>
<LI><A HREF="gcode/overview.html">G Code Overview</A>
<LI><A HREF="gcode/g-code.html">G Codes</A>
<LI><A HREF="gcode/m-code.html">M Codes</A>
<LI><A HREF="gcode/o-code.html">O Codes</A>
<LI><A HREF="gcode/overview.html">G-code Overview</A>
<LI><A HREF="gcode/g-code.html">G-codes</A>
<LI><A HREF="gcode/m-code.html">M-codes</A>
<LI><A HREF="gcode/o-code.html">O-codes</A>
<LI><A HREF="gcode/other-code.html">Other Codes</A>
<LI><A HREF="examples/gcode.html">G Code Examples</A>
<LI><A HREF="gui/image-to-gcode.html">Image to G Code</A>
<LI><A HREF="examples/gcode.html">G-code Examples</A>
<LI><A HREF="gui/image-to-gcode.html">Image to G-code</A>
<LI><A HREF="gcode/rs274ngc.html">RS274/NGC Differences</A>
</UL>
</div>
Expand Down

0 comments on commit 73b992b

Please sign in to comment.