Skip to content
Snippets Groups Projects
Commit 82085258 authored by latham's avatar latham
Browse files

Spanish Dashlets translations, update todo.txt

parent 7cd9971f
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ Installer
Server
--------------------------------------
- Add a backend plugin to configure network card settings. The IP address settings
are stored in the server_ip table.
- Add a backend plugin to configure network card settings. The IP address
settings are stored in the server_ip table.
Mail module
......@@ -26,15 +26,17 @@ Mail module
- Show mail statistics in the interface. The mail statistics are stored
in the database table mail_traffic and are collected by the file
server/cron_daily.php
- Show mail quota usage in the interface. This is started for Dovecot and
requires testing
DNS module
--------------------------------------
- Add some kind of wizard to create DNS records easily. The idea is to have some
kind of template(s) to create all needed A and MX records defined in the template
with one click and the user has just to enter IP, domain, nameserver and select the
template that he wants to use.
- Add some kind of wizard to create DNS records easily. The idea is to have
some kind of template(s) to create all needed A and MX records defined in the
template with one click and the user has just to enter IP, domain, nameserver
and select the template that he wants to use.
Administration module
......@@ -62,15 +64,15 @@ Sites (web) module
BE-Designer module
--------------------------------------
WARNING: Please do not use the BE Designer at the moment, the serializing function
of the module editor may break some of the existing modules.
WARNING: Please do not use the BE Designer at the moment, the serializing
function of the module editor may break some of the existing modules.
- Add a language file editor.
Remoting framework
--------------------------------------
- Add more connections to other data. Remoting hooks for FS and Email Quota
Interface
--------------------------------------
......@@ -78,11 +80,13 @@ Interface
- Enhance the list function to allow sorting by column
- Enhance the paging in lists (e.g. like this: [1 2 3 4 ... 10])
- Use graphical Icons in the lists for on / off columns.
CSS icons are also an option.
- Add a graphical delete button to the lists.
CSS icons are also an option.
General tasks
--------------------------------------
- Add, extend or modify comments in PEAR syntax so that they can be read with phpdocumentor.
- Add, extend or modify comments in PEAR syntax so that they can be read with
phpdocumentor.
<?php
$wb['limits_txt'] = 'Account limits';
$wb['of_txt'] = 'of';
$wb['unlimited_txt'] = 'Unlimited';
$wb['limit_maildomain_txt'] = 'Number of email domains';
$wb['limit_mailbox_txt'] = 'Number of mailboxes';
$wb['limit_mailalias_txt'] = 'Number of email aliases';
$wb['limit_mailaliasdomain_txt'] = 'Number of domain aliases';
$wb['limit_mailforward_txt'] = 'Number of email forwarders';
$wb['limit_mailcatchall_txt'] = 'Number of email catchall accounts';
$wb['limit_mailrouting_txt'] = 'Number of email routes';
$wb['limit_mailfilter_txt'] = 'Number of email filters';
$wb['limit_fetchmail_txt'] = 'Number of fetchmail accounts';
$wb['limit_spamfilter_wblist_txt'] = 'Number of spamfilter white / blacklist filters';
$wb['limit_spamfilter_user_txt'] = 'Number of spamfilter users';
$wb['limit_spamfilter_policy_txt'] = 'Number of spamfilter policys';
$wb['limit_cron_txt'] = 'Number of cron jobs';
$wb['limit_web_domain_txt'] = 'Number of web domains';
$wb['limit_web_aliasdomain_txt'] = 'Number of web aliasdomains';
$wb['limit_web_subdomain_txt'] = 'Number of web subdomains';
$wb['limit_ftp_user_txt'] = 'Number of FTP users';
$wb['limit_dns_zone_txt'] = 'Number of DNS zones';
$wb['limit_dns_slave_zone_txt'] = 'Number of DNS slave zones';
$wb['limit_dns_record_txt'] = 'Number DNS records';
$wb['limit_shell_user_txt'] = 'Number of Shell users';
$wb['limit_webdav_user_txt'] = 'Number of Webdav users';
$wb['limit_client_txt'] = 'Number of Clients';
$wb['limit_database_txt'] = 'Number of Databases';
$wb['limits_txt'] = 'Cuenta límites';
$wb['of_txt'] = 'de';
$wb['unlimited_txt'] = 'Ilimitado';
$wb['limit_maildomain_txt'] = 'Número de dominios de correo';
$wb['limit_mailbox_txt'] = 'Número de buzón de correo';
$wb['limit_mailalias_txt'] = 'Número de alias de correo';
$wb['limit_mailaliasdomain_txt'] = 'Número de alias de dominio';
$wb['limit_mailforward_txt'] = 'Número de reenvío de correo';
$wb['limit_mailcatchall_txt'] = 'Número de correo recoge-todo';
$wb['limit_mailmailinglist_txt'] = 'Número de listas de correo';
$wb['limit_mailrouting_txt'] = 'Número de enrutado de correo';
$wb['limit_mailfilter_txt'] = 'Número de filtros de correo';
$wb['limit_fetchmail_txt'] = 'Número de fetchmail usuarios';
$wb['limit_spamfilter_wblist_txt'] = 'Número de filtro de spam blanca / negra filtros';
$wb['limit_spamfilter_user_txt'] = 'Número de filtro de spam usuarios';
$wb['limit_spamfilter_policy_txt'] = 'Número de filtro de spam polícas';
$wb['limit_cron_txt'] = 'Número de tareas programadas';
$wb['limit_web_domain_txt'] = 'Número de dominios web';
$wb['limit_web_aliasdomain_txt'] = 'Número de alias de dominios web';
$wb['limit_web_subdomain_txt'] = 'Número de subdominios web';
$wb['limit_ftp_user_txt'] = 'Número de usuario FTP';
$wb['limit_dns_zone_txt'] = 'Número de zonas DNS';
$wb['limit_dns_slave_zone_txt'] = 'Número de zonas DNS esclavas';
$wb['limit_dns_record_txt'] = 'Número de registros DNS';
$wb['limit_shell_user_txt'] = 'Número de usario de consola';
$wb['limit_webdav_user_txt'] = 'Número de usario de WebDAV';
$wb['limit_client_txt'] = 'Número de clientes';
$wb['limit_database_txt'] = 'Número de bases de datos';
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment