Skip to content

Commit 8208525

Browse files
author
latham
committed
Spanish Dashlets translations, update todo.txt
1 parent 7cd9971 commit 8208525

File tree

2 files changed

+44
-39
lines changed

2 files changed

+44
-39
lines changed

TODO.txt

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Installer
1616
Server
1717
--------------------------------------
1818

19-
- Add a backend plugin to configure network card settings. The IP address settings
20-
are stored in the server_ip table.
19+
- Add a backend plugin to configure network card settings. The IP address
20+
settings are stored in the server_ip table.
2121

2222

2323
Mail module
@@ -26,15 +26,17 @@ Mail module
2626
- Show mail statistics in the interface. The mail statistics are stored
2727
in the database table mail_traffic and are collected by the file
2828
server/cron_daily.php
29+
- Show mail quota usage in the interface. This is started for Dovecot and
30+
requires testing
2931

3032

3133
DNS module
3234
--------------------------------------
3335

34-
- Add some kind of wizard to create DNS records easily. The idea is to have some
35-
kind of template(s) to create all needed A and MX records defined in the template
36-
with one click and the user has just to enter IP, domain, nameserver and select the
37-
template that he wants to use.
36+
- Add some kind of wizard to create DNS records easily. The idea is to have
37+
some kind of template(s) to create all needed A and MX records defined in the
38+
template with one click and the user has just to enter IP, domain, nameserver
39+
and select the template that he wants to use.
3840

3941

4042
Administration module
@@ -62,27 +64,29 @@ Sites (web) module
6264
BE-Designer module
6365
--------------------------------------
6466

65-
WARNING: Please do not use the BE Designer at the moment, the serializing function
66-
of the module editor may break some of the existing modules.
67+
WARNING: Please do not use the BE Designer at the moment, the serializing
68+
function of the module editor may break some of the existing modules.
6769

6870
- Add a language file editor.
6971

7072

7173
Remoting framework
7274
--------------------------------------
73-
75+
- Add more connections to other data. Remoting hooks for FS and Email Quota
7476

7577
Interface
7678
--------------------------------------
7779

7880
- Enhance the list function to allow sorting by column
7981
- Enhance the paging in lists (e.g. like this: [1 2 3 4 ... 10])
8082
- Use graphical Icons in the lists for on / off columns.
83+
CSS icons are also an option.
8184
- Add a graphical delete button to the lists.
82-
85+
CSS icons are also an option.
86+
8387

8488
General tasks
8589
--------------------------------------
8690

87-
- Add, extend or modify comments in PEAR syntax so that they can be read with phpdocumentor.
88-
91+
- Add, extend or modify comments in PEAR syntax so that they can be read with
92+
phpdocumentor.
Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
<?php
2-
$wb['limits_txt'] = 'Account limits';
3-
$wb['of_txt'] = 'of';
4-
$wb['unlimited_txt'] = 'Unlimited';
5-
$wb['limit_maildomain_txt'] = 'Number of email domains';
6-
$wb['limit_mailbox_txt'] = 'Number of mailboxes';
7-
$wb['limit_mailalias_txt'] = 'Number of email aliases';
8-
$wb['limit_mailaliasdomain_txt'] = 'Number of domain aliases';
9-
$wb['limit_mailforward_txt'] = 'Number of email forwarders';
10-
$wb['limit_mailcatchall_txt'] = 'Number of email catchall accounts';
11-
$wb['limit_mailrouting_txt'] = 'Number of email routes';
12-
$wb['limit_mailfilter_txt'] = 'Number of email filters';
13-
$wb['limit_fetchmail_txt'] = 'Number of fetchmail accounts';
14-
$wb['limit_spamfilter_wblist_txt'] = 'Number of spamfilter white / blacklist filters';
15-
$wb['limit_spamfilter_user_txt'] = 'Number of spamfilter users';
16-
$wb['limit_spamfilter_policy_txt'] = 'Number of spamfilter policys';
17-
$wb['limit_cron_txt'] = 'Number of cron jobs';
18-
$wb['limit_web_domain_txt'] = 'Number of web domains';
19-
$wb['limit_web_aliasdomain_txt'] = 'Number of web aliasdomains';
20-
$wb['limit_web_subdomain_txt'] = 'Number of web subdomains';
21-
$wb['limit_ftp_user_txt'] = 'Number of FTP users';
22-
$wb['limit_dns_zone_txt'] = 'Number of DNS zones';
23-
$wb['limit_dns_slave_zone_txt'] = 'Number of DNS slave zones';
24-
$wb['limit_dns_record_txt'] = 'Number DNS records';
25-
$wb['limit_shell_user_txt'] = 'Number of Shell users';
26-
$wb['limit_webdav_user_txt'] = 'Number of Webdav users';
27-
$wb['limit_client_txt'] = 'Number of Clients';
28-
$wb['limit_database_txt'] = 'Number of Databases';
2+
$wb['limits_txt'] = 'Cuenta límites';
3+
$wb['of_txt'] = 'de';
4+
$wb['unlimited_txt'] = 'Ilimitado';
5+
$wb['limit_maildomain_txt'] = 'Número de dominios de correo';
6+
$wb['limit_mailbox_txt'] = 'Número de buzón de correo';
7+
$wb['limit_mailalias_txt'] = 'Número de alias de correo';
8+
$wb['limit_mailaliasdomain_txt'] = 'Número de alias de dominio';
9+
$wb['limit_mailforward_txt'] = 'Número de reenvío de correo';
10+
$wb['limit_mailcatchall_txt'] = 'Número de correo recoge-todo';
11+
$wb['limit_mailmailinglist_txt'] = 'Número de listas de correo';
12+
$wb['limit_mailrouting_txt'] = 'Número de enrutado de correo';
13+
$wb['limit_mailfilter_txt'] = 'Número de filtros de correo';
14+
$wb['limit_fetchmail_txt'] = 'Número de fetchmail usuarios';
15+
$wb['limit_spamfilter_wblist_txt'] = 'Número de filtro de spam blanca / negra filtros';
16+
$wb['limit_spamfilter_user_txt'] = 'Número de filtro de spam usuarios';
17+
$wb['limit_spamfilter_policy_txt'] = 'Número de filtro de spam polícas';
18+
$wb['limit_cron_txt'] = 'Número de tareas programadas';
19+
$wb['limit_web_domain_txt'] = 'Número de dominios web';
20+
$wb['limit_web_aliasdomain_txt'] = 'Número de alias de dominios web';
21+
$wb['limit_web_subdomain_txt'] = 'Número de subdominios web';
22+
$wb['limit_ftp_user_txt'] = 'Número de usuario FTP';
23+
$wb['limit_dns_zone_txt'] = 'Número de zonas DNS';
24+
$wb['limit_dns_slave_zone_txt'] = 'Número de zonas DNS esclavas';
25+
$wb['limit_dns_record_txt'] = 'Número de registros DNS';
26+
$wb['limit_shell_user_txt'] = 'Número de usario de consola';
27+
$wb['limit_webdav_user_txt'] = 'Número de usario de WebDAV';
28+
$wb['limit_client_txt'] = 'Número de clientes';
29+
$wb['limit_database_txt'] = 'Número de bases de datos';
2930
?>

0 commit comments

Comments
 (0)