openBVE > OpenBVE

This commit is contained in:
Marc Riera Irigoyen 2019-09-22 15:16:04 +02:00
parent ac51195921
commit 5c95826006
40 changed files with 62 additions and 62 deletions

View file

@ -38,7 +38,7 @@
{{ end }}
{{ else }}
{{ if eq $currentlang "ca" }}
<p><b>Descàrrega no disponible.</b></p>
<p><b>Baixada no disponible.</b></p>
{{ else if eq $currentlang "es" }}
<p><b>Descarga no disponible.</b></p>
{{ else }}

View file

@ -6,11 +6,11 @@
{{ $latestversion := .tag_name }}
{{ if eq $currentlang "ca" }}
<p><i>Assegureu-vos sempre que teniu la versió més recent ({{ print $latestversion }}) de l'openBVE, disponible al <a href="http://www.openbve-project.net" target="_blank">lloc web oficial</a> del simulador, i instal·leu el fitxer OBP des del Gestor de paquets.</i></p>
<p><i>Assegureu-vos sempre que teniu la versió més recent ({{ print $latestversion }}) de l'OpenBVE, disponible al <a href="http://www.openbve-project.net" target="_blank">lloc web oficial</a> del simulador, i instal·leu el fitxer OBP des del Gestor de paquets.</i></p>
{{ else if eq $currentlang "es" }}
<p><i>Asegúrate siempre de que tienes la versión más reciente ({{ print $latestversion }}) de openBVE, disponible en el <a href="http://www.openbve-project.net" target="_blank">sitio web oficial</a> del simulador, e instala el archivo OBP desde el Gestor de paquetes.</i></p>
<p><i>Asegúrate siempre de que tienes la versión más reciente ({{ print $latestversion }}) de OpenBVE, disponible en el <a href="http://www.openbve-project.net" target="_blank">sitio web oficial</a> del simulador, e instala el archivo OBP desde el Gestor de paquetes.</i></p>
{{ else }}
<p><i>Always make sure you have the latest ({{ print $latestversion }}) openBVE version, available at the simulator's <a href="http://www.openbve-project.net" target="_blank">official website</a>, and install the OBP file from the Package Manager.</i></p>
<p><i>Always make sure you have the latest ({{ print $latestversion }}) OpenBVE version, available at the simulator's <a href="http://www.openbve-project.net" target="_blank">official website</a>, and install the OBP file from the Package Manager.</i></p>
{{ end }}
{{ end }}