~ubuntu-branches/ubuntu/utopic/anjuta/utopic

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/es/run-parameters-dialog.page

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.1.56) (27.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20140712151739-eyw0ufhvwa5s11jc
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="run-parameters-dialog">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="run-parameters-dialog" xml:lang="es">
3
3
 
4
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
5
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
12
12
      <name>Sébastien Granjoux</name>
13
13
      <email>seb.sfo@free.fr</email>
14
14
    </credit>
 
15
  
 
16
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
17
      <mal:name>Daniel Mustieles</mal:name>
 
18
      <mal:email>daniel.mustieles@gmail.com</mal:email>
 
19
      <mal:years>2011 - 2014</mal:years>
 
20
    </mal:credit>
 
21
  
 
22
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
23
      <mal:name>Francisco Javier F. Serrador</mal:name>
 
24
      <mal:email>fserrador@gmail.com</mal:email>
 
25
      <mal:years>2012</mal:years>
 
26
    </mal:credit>
 
27
  
 
28
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
29
      <mal:name>Jorge González</mal:name>
 
30
      <mal:email>jorgegonz@svn.gnome.org</mal:email>
 
31
      <mal:years>2007-2011</mal:years>
 
32
    </mal:credit>
15
33
  </info>
16
34
 
17
35
  <title>Ejecutar el diálogo de parámetros</title>
18
36
 
19
 
  <p>The <gui>run parameter</gui> dialog allows you to define the current program and
20
 
  several parameters.</p>
 
37
  <p>El diálogo <gui>ejecutar parámetro</gui> le permite definir el programa actual y diversos parámetros.</p>
21
38
 
22
39
  <terms>
23
40
    <item>
24
41
      <title><gui>Programa</gui></title>
25
 
      <p>This is the program that will be executed if you run a program with or
26
 
      without the debugger. The drop-down list allows you to select programs
27
 
      created by the current project, but you can click on the <gui>Browse</gui>
28
 
      button to choose any other program.</p>
 
42
      <p>Este es el programa que se ejecutará si ejecuta un programa con o sin el depurador. El menú desplegable le permite seleccionar programas creados por el proyecto actual, pero puede pulsar el botón <gui>Examinar</gui> para elegir otro programa.</p>
29
43
    </item>
30
44
    <item>
31
45
      <title><gui>Argumentos</gui></title>
32
46
      <p>Estos son los argumentos de línea de comandos usados por su programa. La lista desplegable almacena un histórico de los últimos argumentos usados.</p>
33
47
    </item>
34
48
    <item>
35
 
      <title><gui>Working Directory</gui></title>
 
49
      <title><gui>Carpeta de trabajo</gui></title>
36
50
      <p>La carpeta de trabajo es la carpeta actual en la que se ejecutará su programa.</p>
37
51
    </item>
38
52
    <item>
39
 
      <title><gui>Environment Variables</gui></title>
 
53
      <title><gui>Variables de entorno</gui></title>
40
54
      <p>Puede pulsar en la sección desplegable para mostrar todas las variables de entorno que serán accesibles por su programa. De manera predeterminada, incluye todas las variables de entorno, que se muestran en gris claro.</p>
41
 
      <p>You can click on the <gui>New</gui> button to add a new
42
 
      environment variable.</p>
43
 
      <p>You can click on the <gui>Edit</gui> button to change the value
44
 
      of the selected environment variable.</p>
45
 
      <p>You can click on the <gui>Delete</gui> button to remove the
46
 
      selected environment variable.</p>
 
55
      <p>Puede pulsar en el botón <gui>Nueva</gui> para añadir una variable de entorno nueva.</p>
 
56
      <p>Puede pulsar en el botón <gui>Editar</gui> para editar el valor de la variable de entorno seleccionada.</p>
 
57
      <p>Puede pulsar el botón <gui>Eliminar</gui> para quitar la variable de entorno seleccionada.</p>
47
58
      <p>Cuando una variable no tiene el mismo valor que en el entorno actual, se muestra en negro.</p>
48
59
    </item>
49
60
    <item>
50
 
      <title><gui>Run in Terminal</gui></title>
 
61
      <title><gui>Ejecutar en una terminal</gui></title>
51
62
      <p>Esto se debe comprobar para ejecutar el programa en una terminal, permitiéndole proporcionar entradas y ver sus salidas, usando los flujos estándar de Unix. No es necesario para programas que tengan interfaz gráfica.</p>
52
63
    </item>
53
64
  </terms>