commit | author | age
|
542146
|
1 |
<?php
|
T |
2 |
$wb["email_txt"] = 'E-mail';
|
|
3 |
$wb["destination_txt"] = 'Opis';
|
|
4 |
$wb["active_txt"] = 'Aktywny';
|
|
5 |
$wb["email_error_isemail"] = 'Adres e-mail jest niepoprawny.';
|
|
6 |
$wb["email_error_unique"] = 'Duplikat adresów e-mail.';
|
|
7 |
$wb["no_domain_perm"] = "Nie masz dostępu do tej domeny.";
|
|
8 |
$wb["destination_error_isemail"] = 'Element docelowy adresów e-mail jest niepoprawny.';
|
|
9 |
$wb["limit_mailalias_txt"] = 'Maksymalna ilość aliasów e-mail dla Twojego konta została przekroczona.';
|
|
10 |
$wb["duplicate_mailbox_txt"] = 'There is already a mailbox with this email address';
|
|
11 |
?>
|
|
12 |
|