| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Palvelin'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['domain_txt'] = 'Postiverkkotunnus'; |
| | | $wb['type_txt'] = 'Tyyppi'; |
| | | $wb['active_txt'] = 'Päällä'; |
| | | $wb['domain_error_empty'] = 'Domain on tyhjä.'; |
| | | $wb['domain_error_unique'] = 'Domain on jo olemassa.'; |
| | | $wb['domain_error_regex'] = 'Väärä domain-nimi.'; |
| | | $wb['client_txt'] = 'Asiakas'; |
| | | $wb['limit_maildomain_txt'] = 'Tilisi sähköpostidomainien sallittu määrä on ylitetty.'; |
| | | $wb['active_txt'] = 'Käytössä'; |
| | | $wb['domain_error_empty'] = 'Postiverkkotunnus on tyhjä.'; |
| | | $wb['domain_error_unique'] = 'Postiverkkotunnus on jo olemassa.'; |
| | | $wb['domain_error_regex'] = 'Vääränlainen postiverkkotunnus.'; |
| | | $wb['client_txt'] = 'Asiakastunnus'; |
| | | $wb['limit_maildomain_txt'] = 'Käyttäjatunnuksella on jo sallittu määrä postiverkkotunnuksia.'; |
| | | $wb['policy_txt'] = 'Roskapostisuodatin'; |
| | | $wb['no_policy'] = '- ei päällä -'; |
| | | $wb['no_policy'] = '- ei Käytössä -'; |
| | | ?> |
| | | |