From e01f81c8cd2ca4f0cd489f0931491a0c2fc3bae0 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 07 Nov 2011 05:50:54 -0500 Subject: [PATCH] Removed 2 items from todo which have been implemented. --- interface/web/mail/lib/lang/fi_mail_get.lng | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/interface/web/mail/lib/lang/fi_mail_get.lng b/interface/web/mail/lib/lang/fi_mail_get.lng index 126d241..4788a7c 100755 --- a/interface/web/mail/lib/lang/fi_mail_get.lng +++ b/interface/web/mail/lib/lang/fi_mail_get.lng @@ -8,8 +8,10 @@ $wb['destination_txt'] = 'Kohdepostilaatikko'; $wb['active_txt'] = 'Käytössä'; $wb['limit_fetchmail_txt'] = 'Käyttäjätunnuksella on jo sallittu määrä noudettavia osoitteita.'; -$wb['source_server_error_isempty'] = 'Server is empty.'; -$wb['source_username_error_isempty'] = 'Username is empty.'; -$wb['source_password_error_isempty'] = 'Password is empty.'; -$wb['destination_error_isemail'] = 'No destination selected.'; +$wb['source_server_error_isempty'] = 'Palvelin-kenttä on tyhjä.'; +$wb['source_username_error_isempty'] = 'Käyttäjänimi on tyjä.'; +$wb['source_password_error_isempty'] = 'Salasana-kenttä on tyhjä.'; +$wb['destination_error_isemail'] = 'Ei kohdetta valittuna.'; +$wb['source_server_error_regex'] = 'Pop3/Imap-palvelin ei ole kelvollinen osoite.'; +$wb['source_read_all_txt'] = 'Retrieve all emails (incl. read mails)'; ?> -- Gitblit v1.9.1