From e253202995d188925fa4e9df4f6dea0523511eae Mon Sep 17 00:00:00 2001 From: oilyflutesalad <oilyflutesalad@ispconfig3> Date: Mon, 18 Jan 2010 05:56:48 -0500 Subject: [PATCH] Fixed: FS#928 - System Load Averages should no longer show as zero on non-english linux distros --- interface/web/mail/lib/lang/pl_mail_user.lng | 70 ++++++++++++++++++---------------- 1 files changed, 37 insertions(+), 33 deletions(-) diff --git a/interface/web/mail/lib/lang/pl_mail_user.lng b/interface/web/mail/lib/lang/pl_mail_user.lng index db7ccc5..5c50956 100644 --- a/interface/web/mail/lib/lang/pl_mail_user.lng +++ b/interface/web/mail/lib/lang/pl_mail_user.lng @@ -1,33 +1,37 @@ -<?php -$wb["custom_mailfilter_txt"] = 'Standardowy filtr e-mail'; -$wb["email_txt"] = 'E-mail'; -$wb["cryptpwd_txt"] = 'Hasło'; -$wb["password_strength_txt"] = 'Siła hasła'; -$wb["active_txt"] = 'Aktywny'; -$wb["email_error_isemail"] = 'Adres e-mail jest niepoprawny.'; -$wb["email_error_unique"] = 'Duplikat adresu e-mail.'; -$wb["autoresponder_text_txt"] = 'Tekst'; -$wb["autoresponder_txt"] = 'Autoresponder'; -$wb["no_domain_perm"] = 'Nie masz dostępu do tej domeny.'; -$wb["error_no_pwd"] = 'Hasło jest puste.'; -$wb["quota_error_isint"] = 'Wielkość skrzynki pocztowej musi być liczbą.'; -$wb["quota_txt"] = 'Limit'; -$wb["server_id_txt"] = 'Serwer_id'; -$wb["password_txt"] = 'Hasło'; -$wb["maildir_txt"] = 'Maildir'; -$wb["postfix_txt"] = 'Możliwe otrzymywanie'; -$wb["access_txt"] = 'Możliwy dostęp'; -$wb["policy_txt"] = 'Filtr spamu'; -$wb["no_policy"] = '- nie dostępny -'; -$wb["limit_mailbox_txt"] = 'Maksymalna ilość skrzynek pocztowych dla Twojego konta została przekroczona.'; -$wb["limit_mailquota_txt"] = 'Maxymalna pojemność skrzynki pocztowej została przekroczona. Maksymalne dostępne miejsce w MB to: '; -$wb["welcome_mail_fromname_txt"] = 'ISPConfig3'; -$wb["welcome_mail_fromemail_txt"] = "webmaster@localhost.tld"; -$wb["welcome_mail_subject"] = 'Witaj w swoim nowym koncie pocztowym.'; -$wb["welcome_mail_message"] = "Witaj w swoim nowym koncie pocztowym. Admin."; -$wb["disableimap_txt"] = 'Wyłącz IMAP'; -$wb["disablepop3_txt"] = 'Wyłącz POP3'; -$wb["duplicate_alias_or_forward_txt"] = 'Istnieje już alias lub przekierowanie dla tego adresu e-mail.'; -?> - - +<?php +$wb['custom_mailfilter_txt'] = 'Standardowy filtr e-mail'; +$wb['email_txt'] = 'E-mail'; +$wb['cryptpwd_txt'] = 'Hasło'; +$wb['password_strength_txt'] = 'Siła hasła'; +$wb['active_txt'] = 'Aktywny'; +$wb['email_error_isemail'] = 'Adres e-mail jest niepoprawny.'; +$wb['email_error_unique'] = 'Duplikat adresu e-mail.'; +$wb['autoresponder_text_txt'] = 'Tekst'; +$wb['autoresponder_txt'] = 'Autoresponder'; +$wb['no_domain_perm'] = 'Nie masz dostępu do tej domeny.'; +$wb['error_no_pwd'] = 'Hasło jest puste.'; +$wb['quota_error_isint'] = 'Wielkość skrzynki pocztowej musi być liczbą.'; +$wb['quota_txt'] = 'Limit'; +$wb['server_id_txt'] = 'Serwer_id'; +$wb['password_txt'] = 'Hasło'; +$wb['maildir_txt'] = 'Maildir'; +$wb['postfix_txt'] = 'Możliwe otrzymywanie'; +$wb['access_txt'] = 'Możliwy dostęp'; +$wb['policy_txt'] = 'Filtr spamu'; +$wb['no_policy'] = '- nie dostępny -'; +$wb['limit_mailbox_txt'] = 'Maksymalna ilość skrzynek pocztowych dla Twojego konta została przekroczona.'; +$wb['limit_mailquota_txt'] = 'Maxymalna pojemność skrzynki pocztowej została przekroczona. Maksymalne dostępne miejsce w MB to: '; +$wb['welcome_mail_fromname_txt'] = 'ISPConfig3'; +$wb['welcome_mail_fromemail_txt'] = 'webmaster@localhost.tld'; +$wb['welcome_mail_subject'] = 'Witaj w swoim nowym koncie pocztowym.'; +$wb['welcome_mail_message'] = 'Witaj w swoim nowym koncie pocztowym. Admin.'; +$wb['disableimap_txt'] = 'Wyłącz IMAP'; +$wb['disablepop3_txt'] = 'Wyłącz POP3'; +$wb['duplicate_alias_or_forward_txt'] = 'Istnieje już alias lub przekierowanie dla tego adresu e-mail.'; +$wb['quota_error_value'] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1'; +$wb['autoresponder_start_date_txt'] = 'Start on'; +$wb['autoresponder_start_date_isfuture'] = 'Start date cannot be in the past.'; +$wb['autoresponder_end_date_txt'] = 'End by'; +$wb['autoresponder_end_date_isgreater'] = 'End date must be set and be later than start date.'; +$wb['move_junk_txt'] = 'Move Spam Emails to Junk directory'; +?> -- Gitblit v1.9.1