opengnsys-1.0.6
Rev | Line | |
---|
[1602040] | 1 | <?php |
---|
[91aaf03] | 2 | //________________________________________________________ |
---|
| 3 | // |
---|
| 4 | // Fichero de idiomas php: comandos/mensajes_cat.php |
---|
| 5 | // Idioma: Català |
---|
| 6 | //________________________________________________________ |
---|
| 7 | if (empty ($TbMsg)) $TbMsg=Array(); |
---|
| 8 | $TbMsg["COMMAND_Apagar"]="Apagar"; |
---|
[1602040] | 9 | $TbMsg["COMMAND_Arrancar"]="Arrencar"; |
---|
[91aaf03] | 10 | $TbMsg["COMMAND_Configurar"]="Configurar"; |
---|
[1602040] | 11 | $TbMsg["COMMAND_CrearImagen"]="Crear Imatge"; |
---|
| 12 | $TbMsg["COMMAND_EjecutarScript"]="Executar Script"; |
---|
| 13 | $TbMsg["COMMAND_EliminarImagenCache"]="Eliminar Imatge Cache"; |
---|
| 14 | $TbMsg["COMMAND_IniciarSesion"]="Iniciar Sesió"; |
---|
| 15 | $TbMsg["COMMAND_InventarioHardware"]="Inventari Hardware"; |
---|
| 16 | $TbMsg["COMMAND_InventarioSoftware"]="Inventari Software"; |
---|
[91aaf03] | 17 | $TbMsg["COMMAND_Reiniciar"]="Reiniciar"; |
---|
[1602040] | 18 | $TbMsg["COMMAND_RestaurarImagen"]="Restaurar Imatge"; |
---|
| 19 | $TbMsg["COMMAND_EliminarImagenCache"]="Eliminar Imatge de Caché"; |
---|
| 20 | $TbMsg["COMMAND_CrearImagenBasica"]="Crear Imatge Bàsica"; |
---|
| 21 | $TbMsg["COMMAND_RestaurarImagenBasica"]="Restaurar Imatge Bàsica"; |
---|
| 22 | $TbMsg["COMMAND_CrearSoftIncremental"]="Crear Software Incremental"; |
---|
| 23 | $TbMsg["COMMAND_RestaurarSoftIncremental"]="Restaurar Software Incremental"; |
---|
| 24 | $TbMsg["WIZARD_Asistente Particionado"]="Assistent de particionat"; |
---|
| 25 | $TbMsg["WIZARD_Asistente Clonacion Particiones Remotas"]="Clonar particions remotes"; |
---|
| 26 | $TbMsg["WIZARD_Asistente Deploy de Imagenes"]="Deploy d\'imatges"; |
---|
[91aaf03] | 27 | ?> |
---|
| 28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.