Unverified Commit 9df37ff0 authored by clk's avatar clk
Browse files

Added string to all language files

parent 82a7ab0c
......@@ -3,6 +3,7 @@ $wb['limit_mailmailinglist_txt'] = 'Limit reached';
$wb['domain_error_empty'] = 'Domain is empty.';
$wb['listname_error_empty'] = 'Listname is empty.';
$wb['domain_error_regex'] = 'Invalid domain name.';
$wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
$wb['email_in_use_txt'] = 'Email is in use';
$wb['no_domain_perm'] = 'You have no permission for this domain.';
$wb['password_strength_txt'] = 'Password strength';
......
......@@ -3,6 +3,7 @@ $wb['limit_mailmailinglist_txt'] = 'Limit reached';
$wb['domain_error_empty'] = 'Domain is empty.';
$wb['listname_error_empty'] = 'Listname is empty.';
$wb['domain_error_regex'] = 'Invalid domain name.';
$wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
$wb['email_in_use_txt'] = 'Email is in use';
$wb['no_domain_perm'] = 'You have no permission for this domain.';
$wb['password_strength_txt'] = 'Password strength';
......
......@@ -3,6 +3,7 @@ $wb['limit_mailmailinglist_txt'] = 'Лимит достигнут';
$wb['domain_error_empty'] = 'Домен пустой.';
$wb['listname_error_empty'] = 'Имя списка пустое.';
$wb['domain_error_regex'] = 'Некорректное имя домена.';
$wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
$wb['email_in_use_txt'] = 'Этот адрес эл. почты уже используется';
$wb['no_domain_perm'] = 'У вас нет прав доступа к этому домену.';
$wb['password_strength_txt'] = 'Стойкость пароля';
......
......@@ -3,6 +3,7 @@ $wb['limit_mailmailinglist_txt'] = 'Gränsen nådd';
$wb['domain_error_empty'] = 'Domänfältet är tomt.';
$wb['listname_error_empty'] = 'Listnamnfältet är tomt.';
$wb['domain_error_regex'] = 'Ogiltigt domännamn.';
$wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
$wb['email_in_use_txt'] = 'Epostadressen används redan';
$wb['no_domain_perm'] = 'Du har inte rättigheter för denna domän.';
$wb['password_strength_txt'] = 'Lösenordsstyrka';
......
......@@ -3,6 +3,7 @@ $wb['limit_mailmailinglist_txt'] = 'Limit reached';
$wb['domain_error_empty'] = 'Domain is empty.';
$wb['listname_error_empty'] = 'Listname is empty.';
$wb['domain_error_regex'] = 'Invalid domain name.';
$wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
$wb['email_in_use_txt'] = 'Email is in use';
$wb['no_domain_perm'] = 'You have no permission for this domain.';
$wb['password_strength_txt'] = 'Password strength';
......
......@@ -3,6 +3,7 @@ $wb['mailinglist_txt'] = 'E-posta Listesi';
$wb['limit_mailmailinglist_txt'] = 'Sınıra ulaşıldı';
$wb['domain_error_empty'] = 'Etki alanı boş olamaz.';
$wb['listname_error_empty'] = 'Liste adı boş olamaz.';
$wb['listname_error_regex'] = 'The list name is invalid. The minimum length is 2 characters (allowed are: [a-z 1-9 - _]).';
$wb['domain_error_regex'] = 'Etki alanı geçersiz.';
$wb['email_in_use_txt'] = 'E-posta kullanımda';
$wb['no_domain_perm'] = 'Bu etki alanı için izniniz yok.';
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment