File tree Expand file tree Collapse file tree 8 files changed +9
-1
lines changed
interface/web/mail/lib/lang Expand file tree Collapse file tree 8 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22$wb['limit_mailmailinglist_txt'] = 'Limit reached';
33$wb['domain_error_empty'] = 'Domain is empty.';
44$wb['listname_error_empty'] = 'Listname is empty.';
5+ $wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
56$wb['domain_error_regex'] = 'Invalid domain name.';
67$wb['email_in_use_txt'] = 'Email is in use';
78$wb['no_domain_perm'] = 'You have no permission for this domain.';
Original file line number Diff line number Diff line change 22$wb['limit_mailmailinglist_txt'] = 'Достигнат лимит';
33$wb['domain_error_empty'] = 'Полето с домейн е празно.';
44$wb['listname_error_empty'] = 'Listname is empty.';
5+ $wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
56$wb['domain_error_regex'] = 'Invalid domain name.';
67$wb['email_in_use_txt'] = 'Имейла се изполва';
78$wb['no_domain_perm'] = 'Ти нямаш права за този домейн.';
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ $wb['mailinglist_txt'] = 'Lista de email';
33$wb['limit_mailmailinglist_txt'] = 'O limite foi alcançado.';
44$wb['domain_error_empty'] = 'O domínio está vazio.';
55$wb['listname_error_empty'] = 'O nome da lista está vazio.';
6+ $wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
67$wb['domain_error_regex'] = 'O domínio é inválido.';
78$wb['email_in_use_txt'] = 'O email já está em uso.';
89$wb['no_domain_perm'] = 'Você não tem permissão para este domínio.';
Original file line number Diff line number Diff line change 22$wb['limit_mailmailinglist_txt'] = 'Limite atteinte';
33$wb['domain_error_empty'] = 'Le domain est vide.';
44$wb['listname_error_empty'] = 'Le nom de la liste est vide.';
5+ $wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
56$wb['domain_error_regex'] = 'Nom de domaine invalide.';
67$wb['email_in_use_txt'] = 'L\'email est en cours d\'utilisation';
78$wb['no_domain_perm'] = 'Vous n\'avez pas la permission pour ce domain.';
Original file line number Diff line number Diff line change 22$wb['limit_mailmailinglist_txt'] = 'Omezení limitu dosaženo';
33$wb['domain_error_empty'] = 'Doména je prázdná.';
44$wb['listname_error_empty'] = 'Název seznamu je prázdný.';
5+ $wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
56$wb['domain_error_regex'] = 'Neplatný název domény.';
67$wb['email_in_use_txt'] = 'E-mail je již používán';
78$wb['no_domain_perm'] = 'Nemáte oprávnění pro tuto doménu.';
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ $wb['mailinglist_txt'] = 'Mailing list';
33$wb['limit_mailmailinglist_txt'] = 'Begrænsninger nået';
44$wb['domain_error_empty'] = 'Domæne er tom.';
55$wb['listname_error_empty'] = 'Listenavn er tom.';
6+ $wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
67$wb['domain_error_regex'] = 'Ugyldigt domæne name.';
78$wb['email_in_use_txt'] = 'E-mail er i brug';
89$wb['no_domain_perm'] = 'Du har ikke tilladelse til dette domæne.';
Original file line number Diff line number Diff line change 22$wb['limit_mailmailinglist_txt'] = 'Το όριο ξεπεράστηκε.';
33$wb['domain_error_empty'] = 'Το Domain είναι άδειο.';
44$wb['listname_error_empty'] = 'Η λίστα είναι άδεια.';
5+ $wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
56$wb['domain_error_regex'] = 'Το όνομα domain δεν είναι έγκυρο/';
67$wb['email_in_use_txt'] = 'Το email χρησιμοποιείται ήδη.';
78$wb['no_domain_perm'] = 'Δεν έχετε δικαιώματα σε αυτό το domain.';
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ $wb['mailinglist_txt'] = 'Mailing list';
33$wb['limit_mailmailinglist_txt'] = 'Limit reached';
44$wb['domain_error_empty'] = 'Domain is empty.';
55$wb['listname_error_empty'] = 'Listname is empty.';
6+ $wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
67$wb['domain_error_regex'] = 'Invalid domain name.';
78$wb['email_in_use_txt'] = 'Email is in use';
89$wb['no_domain_perm'] = 'You have no permission for this domain.';
@@ -19,4 +20,4 @@ $wb['password_mismatch_txt'] = 'The passwords do not match.';
1920$wb['password_match_txt'] = 'The passwords do match.';
2021$wb['listname_error_unique'] = 'There is already a mailinglist with name on the server. Please choose a different listname.';
2122$wb['email_error_isemail'] = 'Email address is invalid.';
22- ?>
23+ ?>
You can’t perform that action at this time.
0 commit comments