[% IF subaction == '' or subaction == 'm_lists' %]
[%|loc%]Lists[%END%]
[%|loc%]Information[%END%]
[% END %]
[% IF main_robot %]
[% IF subaction == 'vhosts' %]
[%|loc%]Virtual Robots[%END%]
[% IF robots %]
[%|loc%]The following virtual robots are running on this server:[%END%]
[% FOREACH vr = robots %]- [% vr.key %] - [%|loc%]Sympa URL:[%END%] [% vr.value.wwsympa_url %] - [%|loc%]Mail domain:[%END%] [% vr.value.host %] - [%|loc%]Listmaster(s):[%END%] [% FOREACH admin = vr.value.listmaster %][% admin %] [% END %]
[% END %]
[% ELSE %]
[%|loc%]No Virtual Robot defined on this server[%END%]
[% END %]
[% END %]
[% END %]
[% IF families -%]
[% IF subaction == 'families' %]
[%|loc%]Families[%END%]
[% END %]
[% END %]
[% IF subaction == 'users' %]
[%|loc%]Users[%END%]
[%|loc%]Enter an email address of a user to view lists that they are subscribed to:[%END%]
[%|loc%]Sessions[%END%]
Sie koennen hier eine E-Mail-Adresse eines Abonnenten/Eigentuemers aendern:
[%|loc%]Impersonate another User[%END%]
[%|loc%]Listmasters can switch context (impersonate) other users; this may be useful when providing assistance or when testing privileges. Enter the email address of the user you'd like to switch context to:[%END%]
[% END %]
[% IF subaction == 'archives' %]
[%|loc%]Archives[%END%]
[%|loc%]It is possible to rebuild HTML archives for an individual list or for all lists (in batch).[%END%]
[%|loc%]Rebuild archives for an individual list[%END%]
[%|loc%]Enter the name of the list that you'd like to rebuild HTML archives for:[%END%]
[% END %]
[% IF subaction == 'logs' %]
[%|loc%]System log[%END%]
[%|loc%]Sympa log level[%END%]
[%|loc%]Set debug level for logs written to disk. This setting is temporary, applying only for the lifetime of the fastcgi session hosting this interface.[%END%]
[% END %]
[% IF subaction == 'templates' %]
[%|loc%]Templates[%END%]
[%|loc%]Dump TT2 Variables[%END%]
[%|loc%]Toggle the dumping of available TT2 variables when rendering web interface pages. This may be useful when developing or debugging custom TT2 templates. This setting is temporary, applying only for the lifetime of the web interface fastcgi process.[%END%]
[% END %]
[% IF subaction == 'skins' %]
[%|loc%]Skins, CSS and colors[%END%]
[% END %]
[% IF subaction == 'edit_config' %]
[%|loc%]View main config[%END%]
[% SET close_table = '' %]
[% FOREACH confparam IN editable_params %]
[% IF confparam.title %]
[% close_table %]
[% confparam.title %]
[%|loc%]parameter name[%END%] | value | [%|loc%]default[%END%] | [%|loc%]semantic[%END%] |
[% ELSE %]
[% IF dark == '1' %]
[% SET dark='0'%]
[% ELSE %]
[% SET dark='1'%]
[% END %]
[% confparam.name %] |
[% IF confparam.edit == '1' %]
[% ELSE %]
[% confparam.current_value %]
[% END %]
|
[% confparam.default %] | [% confparam.query %] |
[% SET close_table = '
' %]
[% END %]
[% END %]
[% close_table %]
[% END %]
[% IF subaction == 'translation' %]
[%|loc%]Translating Sympa[%END%]
[%|loc%]Sympa is designed to allow easy internationalization of its user interface (service mail messages and web interface). All translations for one language are gathered in a single PO file that can be manipulated by standard GNU gettext tools.[%END%]
[% END %]
[% IF subaction == 'tracker' %]
[%|loc%]Submitting a bug, a feature request[%END%]
[% END %]
[% IF subaction == 'logs' %]
[% IF loop_count %]
[%|loc(process_id,loop_count,start_time)%]This FastCGI process (%1) has served %2 pages since %3.[%END%]
[% END %]
[% END %]