All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border="frame" format="svg">
digraph AdministrationDiagram {
  node [shape=oval style=filled fillcolor=orange fontsize="9pt"];
  //----- System Administration graph
   // Nodes
   SystemAdministration [label="System Administration"];
   Generic [label="Generic" URL="#Generic"];
   Technical [label="Technical" URL="#Technical"];
   Users [label="Users" shape=tab URL="#Users"];
   AccessLog [label="Access Log" shape=tab URL="#Access_log"];
   DownloadedFields [label="Downloaded Fields" shape=tab URL="#Downloaded_fields"];
   SummaryOfInstances [label="Summary of Instances" shape=tab URL="#Summary_of_instances"];
   Roles [label="Roles" shape=tab URL="#Roles"];
   Parameters [label="Parameters" shape=tab URL="#Parameters"];
   // Edges
   SystemAdministration -> Generic;
   SystemAdministration -> Technical;
   // Edges
   Generic -> Users;
   Generic -> AccessLog;
   Generic -> DownloadedFields; 
   // Edges
   Technical -> SummaryOfInstances;
   Technical -> Roles;
   Technical -> Parameters;
}
</graphviz>
</div>
 h Spanish (es)<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border="frame" format="svg">
digraph AdministrationDiagram {
  node [shape=oval style=filled fillcolor=orange fontsize="9pt"];
  //----- System Administration graph
   // Nodes
   SystemAdministration [label="Administración del Sistema"];
   Generic [label="General" URL="#General"];
   Technical [label="Técnica" URL="#Técnica"];
   Users [label="Usuarios" shape=tab URL="#Usuarios"];
   AccessLog [label="Registro de Acceso" shape=tab URL="#Registro_de_acceso"];
   DownloadedFields [label="Campos Descargados" shape=tab URL="#Campos_descargados"];
   SummaryOfInstances [label="Resumen de Instancias" shape=tab URL="#Resumen_de_Instancias"];
   Roles [label="Roles" shape=tab URL="#Roles"];
   Parameters [label="Parámetros" shape=tab URL="#Parámetros"];
   // Edges
   SystemAdministration -> Generic;
   SystemAdministration -> Technical;
   // Edges
   Generic -> Users;
   Generic -> AccessLog;
   Generic -> DownloadedFields; 
   // Edges
   Technical -> SummaryOfInstances;
   Technical -> Roles;
   Technical -> Parameters;
}
</graphviz>
</div>
 h Portuguese (pt)<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border="frame" format="svg">
digraph AdministrationDiagram {
node [shape=oval style=filled fillcolor=orange fontsize="9pt"];
  //----- System Administration graph
   // Nodes
   SystemAdministration [label="Administração do Sistema"];
   Generic [label="Genérico" URL="#Genérico"];
   Technical [label="Técnico" URL="#Técnico"];
   Users [label="Usuários" shape=tab URL="#Usuários"];
   AccessLog [label="Registro de acesso" shape=tab URL="#Access_log"];
   DownloadedFields [label="CamposBaixados" shape=tab URL="#Campos_baixados"];
   SummaryOfInstances [label="Resumo de Instâncias" shape=tab URL="#Resumo_de_instâncias"];
   Roles [label="Roles" shape=tab URL="#Roles"];
   Parameters [label="Parâmetros" shape=tab URL="#Parâmetros"];
   // Edges
   SystemAdministration -> Generic;
   SystemAdministration -> Technical;
   // Edges
   Generic -> Users;
   Generic -> AccessLog;
   Generic -> DownloadedFields; 
   // Edges
   Technical -> SummaryOfInstances;
   Technical -> Roles;
   Technical -> Parameters;
}
</graphviz>
</div>