source: admin/WebConsole/idiomas/php/cat/ayuda_cat.php @ 5d05b06

Last change on this file since 5d05b06 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
RevLine 
[bb3f689]1<?php
2// __________________________________________________
3//
[aafe8f9]4//      Fichero de idiomas php: ayuda_cat.php
5//      Idioma: Catalán
[bb3f689]6// __________________________________________________
7// Mensajes.
[4f9b004]8if (empty ($TbMsg)) $TbMsg=array();
[74210df]9$TbMsg["HELP_TITLE"]='Ayuda';
[318b0a8]10$TbMsg["OU_STATS"]='Estadísticas de la Unidad Organizativa';
[bb3f689]11$TbMsg["MANUAL"]='Manual de usuario';
[4f9b004]12$TbMsg["API"]='Documentación de la API del Motor de Clonaci&oacute;n';
[bb3f689]13$TbMsg["CFG"]='Configuración de los clientes';
[4f9b004]14$TbMsg["REST"]='Documentación de la API REST';
[bb3f689]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';
[74210df]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.