source: ogBrowser-Git/src/i18n/OGBrowser_en.ts

jenkins
Last change on this file was 0e736ff, checked in by Vadim Troshchinskiy Shmelev <vtroshchinskiy@…>, 18 months ago

Completar traducción al Inglés

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE TS>
3<TS version="2.1" language="en_US">
4<context>
5    <name>MainWindow</name>
6    <message>
7        <location filename="../mainwindow.cpp" line="37"/>
8        <source>OpenGnsys Browser</source>
9        <translation>OpenGnsys Browser</translation>
10    </message>
11    <message>
12        <location filename="../mainwindow.cpp" line="72"/>
13        <source>&amp;Nueva Terminal</source>
14        <translation>&amp;New Terminal</translation>
15    </message>
16    <message>
17        <location filename="../mainwindow.cpp" line="76"/>
18        <source>Salida</source>
19        <translation>Output</translation>
20    </message>
21    <message>
22        <location filename="../mainwindow.cpp" line="209"/>
23        <source>AVISO</source>
24        <translation>WARNING</translation>
25    </message>
26    <message>
27        <location filename="../mainwindow.cpp" line="212"/>
28        <source>La siguiente acción puede modificar datos o tardar varios minutos. El equipo no podrá ser utilizado durante su ejecución.</source>
29        <translation>The following action can modify data or take several minutes. This computer may not be usable during execution.</translation>
30    </message>
31    <message>
32        <location filename="../mainwindow.cpp" line="213"/>
33        <source>Ejecutar</source>
34        <translation>Run</translation>
35    </message>
36    <message>
37        <location filename="../mainwindow.cpp" line="214"/>
38        <source>Cancelar</source>
39        <translation>Cancel</translation>
40    </message>
41    <message>
42        <location filename="../mainwindow.cpp" line="316"/>
43        <source>Proc. stdout: </source>
44        <translation>Process output: </translation>
45    </message>
46    <message>
47        <location filename="../mainwindow.cpp" line="338"/>
48        <source>Proc. stderr: </source>
49        <translation>Process error: </translation>
50    </message>
51    <message>
52        <location filename="../mainwindow.cpp" line="51"/>
53        <source>El fichero de log no ha podido ser abierto: %1.</source>
54        <translation>The log file couldn&apos;t be opened: %1.</translation>
55    </message>
56    <message>
57        <location filename="../mainwindow.cpp" line="108"/>
58        <source>Proyecto OpenGnsys
59https://opengnsys.es</source>
60        <translation>OpenGnsys Project\nhttps://opengnsys.es</translation>
61    </message>
62    <message>
63        <location filename="../mainwindow.cpp" line="257"/>
64        <location filename="../mainwindow.cpp" line="260"/>
65        <source>Lanzando el comando: %1</source>
66        <translation>Running command: %1</translation>
67    </message>
68    <message>
69        <location filename="../mainwindow.cpp" line="271"/>
70        <source>%p% Cargando</source>
71        <translation>%p% Loaded</translation>
72    </message>
73    <message>
74        <location filename="../mainwindow.cpp" line="360"/>
75        <location filename="../mainwindow.cpp" line="372"/>
76        <source>Fin del proceso. Valor de retorno: %1</source>
77        <translation>Process finished. Return value: %1</translation>
78    </message>
79    <message>
80        <location filename="../mainwindow.cpp" line="365"/>
81        <source>El proceso ha fallado inesperadamente. Salida: %1</source>
82        <translation>The process crashed. Return value: %1</translation>
83    </message>
84    <message>
85        <location filename="../mainwindow.cpp" line="374"/>
86        <source>AVISO: Pulsar el botón superior derecho para cerrar (✖)</source>
87        <translation>WARNING: Press the upper right button to close (✖)</translation>
88    </message>
89    <message>
90        <location filename="../mainwindow.cpp" line="380"/>
91        <source>Código de salida: %1</source>
92        <translation>Return value: %1</translation>
93    </message>
94    <message>
95        <location filename="../mainwindow.cpp" line="393"/>
96        <source>Imposible lanzar el proceso.</source>
97        <translation>Unable to launch the process.</translation>
98    </message>
99    <message>
100        <location filename="../mainwindow.cpp" line="396"/>
101        <source>Error de escritura en el proceso.</source>
102        <translation>Error writing to the process.</translation>
103    </message>
104    <message>
105        <location filename="../mainwindow.cpp" line="399"/>
106        <source>Error de lectura del proceso.</source>
107        <translation>Error reading from the process.</translation>
108    </message>
109    <message>
110        <location filename="../mainwindow.cpp" line="407"/>
111        <source>Error desconocido.</source>
112        <translation>Unknown error.</translation>
113    </message>
114    <message>
115        <location filename="../mainwindow.cpp" line="435"/>
116        <source>Term %1</source>
117        <translation>Term %1</translation>
118    </message>
119</context>
120</TS>
Note: See TracBrowser for help on using the repository browser.