latham
2011-05-05 82085258668b146294ca616dfd03053292222546
Spanish Dashlets translations, update todo.txt

2 files modified
83 ■■■■ changed files
TODO.txt 28 ●●●●● patch | view | raw | blame | history
interface/web/dashboard/lib/lang/es_dashlet_limits.lng 55 ●●●● patch | view | raw | blame | history
TODO.txt
@@ -16,8 +16,8 @@
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 @@
- 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 @@
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 @@
- 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.
interface/web/dashboard/lib/lang/es_dashlet_limits.lng
@@ -1,29 +1,30 @@
<?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';
?>