blob: 7651deb484e8e227682cc2e33adab192e0410e9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: informacion_tareas_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Parámetros de los Comandos de la Tarea';
$TbMsg[1]='Parámetro';
$TbMsg[2]='Valor';
$TbMsg[3]='Ámbito';
$TbMsg[4]='Nombre';
|