aneu – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 113 Results  si.ua.es  Page 7
  Controlador. Servei d'I...  
return "Accés al mètode editar amb el paràmetre aneu " a + Request.QueryString["aneu"].ToString();
return "Access to the method edit with the parameter go " to + Request.QueryString["Go"].ToString();
return "Acceso al método editar con el parámetro id a " + Request.QueryString["id"].ToString();
  Enrutamiento. Servei d'...  
{controller}/{action}/{aneu}
{controller}/{action}/{id}
  Paràmetres. Servei d'In...  
public string Editar(int aneu)
public string Editar(int id)
  Configurar enrutamiento...  
"{controller}/{action}/{aneu}", // URL with parameters
"{controller}/{action}/{id}", // URL with parameters
  configurar-enrutamiento...  
url: "{controller}/{action}/{aneu}", defaults: new { controller = "Home", action = "Index", aneu = UrlParameter.Optional } );
url: "{controller}/{action}/{id}",                 defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }             );
  Enrutamiento. Servei d'...  
new { controller = "Home", action = "Index", aneu = "" } // Parameter defaults
new { controller = "Home", action = "Index", go = "" } // Parameter defaults
new { controller = "Home", action = "Index", id = "" } // Parameter defaults
  Exemple validació. Serv...  
Definir que el camp aneu ho ignore i que no ho represente [ScaffoldColumn]
Define that the field go ignore it and that it do not represent it [ScaffoldColumn]
Definir que el campo id lo ignore y que no lo represente [ScaffoldColumn]
  wshorarioprof. Servei d...  
aneu_manera_asig (Manera del grup: Teorico, practique, ...)
id_modo_asig (The workgroup mode: theoretical, practical,...)
id_modo_asig (Modo del grupo: Teorico, practico, ...)
  Enrutamiento. Servei d'...  
Aneu: cursos
Id: cursos
  wshorarioprof. Servei d...  
aneu_lloc (Identificador de l'aula)
id_lugar (Class identifier)
id_lugar (Identificador del aula)
  Categories de qualifica...  
Nombre ANEU: podem assignar un identificador numèric per a poder utilitzar el valor de la categoria en els càlculs manuals.
ID number: we can assign a numeric identifier to use the value of the category in manual calculations.
Número ID: podemos asignar un identificador numérico para poder utilizar el valor de la categoría en los cálculos manuales.
  Arrays (Ejercicios). Se...  
Si l'usuari escriu un dia de forma correcta, aquest s'encén amb la funció ($ serveix per a prendre l'etiqueta html amb aneu escrit entre parèntesi).
If the user writes a day of correct form, this light with the function ($ serve to take the label html with go written between paréntesis).
Si el usuario escribe un día de forma correcta, este se enciende con la función ($ sirve para tomar la etiqueta html con id escrito entre paréntesis).
  Xat. Moodle UA  
Nombre ANEU: s'utilitza per a identificar una activitat en el llibre de qualificacions. Si l'activitat no s'inclou en el llibre de qualificacions, com és el cas dels xats, ho deixarem en blanc.
ID number: is used to identify an activity in the book of ratings. If the activity is not included in the book of ratings, as it is the case of chats, we'll leave it blank.
Número ID: se utiliza para identificar una actividad en el libro de calificaciones. Si la actividad no se incluye en el libro de calificaciones, como es el caso de los chats, lo dejaremos en blanco.
  Consultes. Moodle UA  
Nombre ANEU: s'utilitza per a identificar una activitat en el llibre de qualificacions. Si l'activitat no s'inclou en el llibre de qualificacions, com és el cas de les consultes, ho deixarem en blanc.
ID number: is used to identify an activity in the book of ratings. If the activity is not included in the book of ratings, as it is the case of the consultations, we will leave it blank.
Número ID: se utiliza para identificar una actividad en el libro de calificaciones. Si la actividad no se incluye en el libro de calificaciones, como es el caso de las consultas, lo dejaremos en blanco.
  Elements de qualificaci...  
Nombre ANEU: és un valor numèric que permet identificar l'activitat per a poder realitzar càlculs manuals. També apareixerà bloquejat, ja que només es pot afegir des de la pantalla de càlcul de les qualificacions o des de la d'edició de l'activitat i únicament és editable des d'aquesta última.
ID number: identify a numeric value that allows you to identify the activity to perform manual calculations. It also appears locked, since you can only be added from the scores spreadsheet screen or from the editing of the activity and is only editable from the latter.
Número ID: es un valor numérico que permite identificar la actividad para poder realizar cálculos manuales. También aparecerá bloqueado, ya que sólo se puede añadir desde la pantalla de cálculo de las calificaciones o desde la de edición de la actividad y únicamente es editable desde esta última.
  Càlculs de qualificacio...  
Sempre hem de començar amb el caràcter d'igual i, a l'hora d'introduir les variables (nombres ANEU que hem creat prèviament) haurem d'escriure-les entre claudàtors dobles, tal qual apareixen en la imatge.
At the top of the screen, we have a text box to enter our formula. We must always begin with the character of equal, and when I enter the variables (numbers ID that we created previously) will have to write them between double brackets, so which appear in the image.
En la parte superior de la pantalla,disponemos de un cuadro de texto para introducir nuestra fórmula. Siempre debemos comenzar con el carácter de igual y, a la hora de introducir las variables (números ID que hemos creado previamente) tendremos que escribirlas entre corchetes dobles, tal cual aparecen en la imagen.
  Càlculs de qualificacio...  
Una vegada que premem el botó "Agregar nombres ANEU", la caixa de text editable desapareixerà i les etiquetes quedaran fixades a l'element. Només podrem modificar-los des de la pàgina d'edició de cada activitat en concret.
Once the button is pressed "Add numbers ID", the editable text box disappears and the labels shall be affixed to the item. You can only modify them from the editing of each activity in particular page.
Una vez que pulsemos el botón "Agregar números ID", la caja de texto editable desaparecerá y las etiquetas quedarán fijadas al elemento. Sólo podremos modificarlos desde la página de edición de cada actividad en concreto.
  Controlador. Servei d'I...  
El normal és que almenys en els mètodes d'edició o esborrat enviem un paràmetre, que pot ser l'ANEU del model amb el qual treballe el controlador.
The normal is that at least in the methods of edition or erased send a parameter, that can be the GO of the model with which work the controller.
Lo normal es que al menos en los métodos de edición o borrado enviemos un parámetro, que puede ser el ID del modelo con el que trabaje el controlador.
  Controlador. Servei d'I...  
En aqueix cas el més senzill és usar el paràmetre per defecte que ens ofereix l'entorn que no és un altre que aneu,
In this case the simplest is to use the parameter by defect that offers us the surroundings that is not another than go,
En ese caso lo más sencillo es usar el parámetro por defecto que nos ofrece el entorno que no es otro que id,
  Controlador. Servei d'I...  
return "Accés al mètode editar amb el paràmetre aneu " a + Request.QueryString["aneu"].ToString();
return "Access to the method edit with the parameter go " to + Request.QueryString["Go"].ToString();
return "Acceso al método editar con el parámetro id a " + Request.QueryString["id"].ToString();
  wsfechaexamenesasi. Ser...  
aneu (Identificador únic)
id (unique identifier)
id (Identificador único)
  Enrutamiento. Servei d'...  
"{controller}/{action}/{aneu}", // URL with parameters
"{controller}/{action}/{Go}", // URL with parameters
"{controller}/{action}/{id}", // URL with parameters
  Enquestes. Moodle UA  
Nombre ANEU: s'utilitza per a identificar una activitat en el llibre de qualificacions.
ID number: is used to identify an activity in the book of ratings.
Número ID: se utiliza para identificar una actividad en el libro de calificaciones.
  Enrutamiento. Servei d'...  
Aneu: cursos
Go: courses
Id: cursos
  Enrutamiento. Servei d'...  
{controller}/{action}/{aneu}
{controller}/{action}/{Go}
{controller}/{action}/{id}
  Controlador. Servei d'I...  
// GET: /UA/Editar/?aneu=1
// GET: /UA/Edit/?Go=1
// GET: /UA/Editar/?id=1
  Enrutamiento. Servei d'...  
new { language = "és", controller = "Catalogador", action = "Index", aneu = UrlParameter.Optional } // Parameter defaults
new { language = "Is", controller = "Catalogador", action = "Index", go = UrlParameter.Optional } // Parameter defaults
new { language = "es", controller = "Catalogador", action = "Index", id = UrlParameter.Optional } // Parameter defaults
  Configurar enrutamiento...  
"{language}/{controller}/{action}/{aneu}", // URL with parameters
"{language}/{controller}/{action}/{id}", // URL with parameters
  configurar-enrutamiento...  
url: "{controller}/{action}/{aneu}", defaults: new { controller = "Home", action = "Index", aneu = UrlParameter.Optional } );
url: "{controller}/{action}/{id}",                 defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }             );
  Mapa del web. Servei d'...  
aneu d'un vídeo
Go of a video
id de un vídeo
Arrow 1 2 3 4 5 6 7 8 9 10 Arrow