tbrehm
2011-11-21 edf806b98d675a2037b019644aff76b7e8b7738c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$wb['limit_mailmailinglist_txt'] = "Το όριο ξεπεράστηκε.";
$wb['domain_error_empty'] = "Το Domain είναι άδειο.";
$wb['listname_error_empty'] = "Η λίστα είναι άδεια.";
$wb['domain_error_regex'] = "Το όνομα domain δεν είναι έγκυρο/";
$wb['email_in_use_txt'] = "Το email χρησιμοποιείται ήδη.";
$wb['no_domain_perm'] = "Δεν έχετε δικαιώματα σε αυτό το domain.";
$wb['password_strength_txt'] = "Δύναμη συνθηματικού";
$wb['server_id_txt'] = "Server";
$wb['domain_txt'] = "Domain";
$wb['listname_txt'] = "Όνομα λίστας";
$wb['client_txt'] = "Πελάτης";
$wb['email_txt'] = "Email";
$wb['password_txt'] = "Συνθηματικό";
?>