source: admin/WebConsole/idiomas/php/cat/ayuda_cat.php

lgromero-new-oglive
Last change on this file was 318b0a8, checked in by Ramón M. Gómez <ramongomez@…>, 5 years ago

#947: Link the statistics page from the help page.

  • Property mode set to 100644
File size: 884 bytes
Line 
1<?php
2// __________________________________________________
3//
4//      Fichero de idiomas php: ayuda_cat.php
5//      Idioma: Catalán
6// __________________________________________________
7// Mensajes.
8if (empty ($TbMsg)) $TbMsg=array();
9$TbMsg["HELP_TITLE"]='Ayuda';
10$TbMsg["OU_STATS"]='Estadísticas de la Unidad Organizativa';
11$TbMsg["MANUAL"]='Manual de usuario';
12$TbMsg["API"]='Documentación de la API del Motor de Clonaci&oacute;n';
13$TbMsg["CFG"]='Configuración de los clientes';
14$TbMsg["REST"]='Documentación de la API REST';
15$TbMsg["CHANGELOG"]='Cambios en la versión:';
16$TbMsg["USERMAIL"]='Lista de correos de usuarios';
17$TbMsg["WEB"]='Web del proyecto: opengnsys.es';
18$TbMsg["ABOUT"]='Acerca de OpenGnsys';
19$TbMsg["CHANGELOG_TITLE"]='Cambios en la versión: ';
20$TbMsg["ENGINE_TITLE"]='Configuración de los clientes';
21$TbMsg["ENGINE_SUBTITLE"]='Contenido de engine.cfg';
Note: See TracBrowser for help on using the repository browser.