File tree Expand file tree Collapse file tree 10 files changed +103
-0
lines changed
interface/web/sites/lib/lang Expand file tree Collapse file tree 10 files changed +103
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["email_txt"] = 'Epost';
3+ $wb["destination_txt"] = 'M�l';
4+ $wb["active_txt"] = 'Aktiv';
5+ $wb["btn_save_txt"] = 'Spara';
6+ $wb["btn_cancel_txt"] = 'Avbryt';
7+ $wb["email_error_isemail"] = 'Epostadressen �r tom.';
8+ $wb["email_error_unique"] = 'Dubbla Epostadresser.';
9+ $wb["no_domain_perm"] = "Du har ingen beh�righet f�r denna dom�nen.";
10+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["list_head_txt"] = 'epost_alias';
3+ $wb["email_txt"] = 'epost';
4+ $wb["destination_txt"] = 'm�l';
5+ $wb["page_txt"] = 'Sida';
6+ $wb["page_of_txt"] = 'av';
7+ $wb["page_next_txt"] = 'N�sta';
8+ $wb["page_back_txt"] = 'Tillbaka';
9+ $wb["delete_txt"] = 'Ta bort';
10+ $wb["filter_txt"] = 'Filter';
11+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["address_txt"] = 'Adress';
4+ $wb["active_txt"] = 'Aktiv';
5+ $wb["btn_save_txt"] = 'Spara';
6+ $wb["btn_cancel_txt"] = 'Avbryt';
7+ $wb["address_error_notempty"] = 'Adress saknas.';
8+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["list_head_txt"] = 'Epost Svartlista';
3+ $wb["server_id_txt"] = 'Server';
4+ $wb["address_txt"] = 'Svartlistade adresser';
5+ $wb["page_txt"] = 'Sida';
6+ $wb["page_of_txt"] = 'av';
7+ $wb["page_next_txt"] = 'N�sta';
8+ $wb["page_back_txt"] = 'Tillbaka';
9+ $wb["delete_txt"] = 'Ta bort';
10+ $wb["filter_txt"] = 'Filter';
11+ $wb["add_new_record_txt"] = 'L�gga till ny Svartlistad epostadress';
12+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["domain_txt"] = 'Dom�n';
3+ $wb["destination_txt"] = 'M�l';
4+ $wb["active_txt"] = 'Aktiv';
5+ $wb["btn_save_txt"] = 'Spara';
6+ $wb["btn_cancel_txt"] = 'Avbryt';
7+ $wb["domain_error_unique"] = "Det finns alla redan en Catchall f�r denna dom�nen.";
8+ $wb["no_domain_perm"] = "Du har inga r�ttigheter f�r denna dom�nen.";
9+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["list_head_txt"] = 'Epost Catchall';
3+ $wb["server_id_txt"] = 'Server';
4+ $wb["domain_txt"] = 'Dom�n';
5+ $wb["destination_txt"] = 'Mottagande epost adress';
6+ $wb["page_txt"] = 'Sida';
7+ $wb["page_of_txt"] = 'av';
8+ $wb["page_next_txt"] = 'N�sta';
9+ $wb["page_back_txt"] = 'Tillbaka';
10+ $wb["delete_txt"] = 'Ta bort';
11+ $wb["filter_txt"] = 'Filter';
12+ $wb["add_new_record_txt"] = 'L�gg till ny Catchall';
13+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["email_txt"] = 'Epost';
3+ $wb["destination_txt"] = 'Mottagande Epost';
4+ $wb["active_txt"] = 'Aktiv';
5+ $wb["btn_save_txt"] = 'Spara';
6+ $wb["btn_cancel_txt"] = 'Avbryt';
7+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["list_head_txt"] = 'Epost Skicka vidare';
3+ $wb["active_txt"] = 'Aktiv';
4+ $wb["email_txt"] = 'Epost';
5+ $wb["destination_txt"] = 'Mottagare';
6+ $wb["page_txt"] = 'Sida';
7+ $wb["page_of_txt"] = 'av';
8+ $wb["page_next_txt"] = 'N�sta';
9+ $wb["page_back_txt"] = 'Tillbaka';
10+ $wb["delete_txt"] = 'Ta bort';
11+ $wb["filter_txt"] = 'Filter';
12+ $wb["add_new_record_txt"] = 'L�gg till ny Skicka vidare';
13+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["address_txt"] = 'Adress';
4+ $wb["active_txt"] = 'Aktiv';
5+ $wb["btn_save_txt"] = 'Spara';
6+ $wb["btn_cancel_txt"] = 'Avbryt';
7+ $wb["address_error_notempty"] = 'Adressen �r tom.';
8+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["list_head_txt"] = 'Epost Whitelist';
3+ $wb["server_id_txt"] = 'Server';
4+ $wb["address_txt"] = 'Whitelisted adresser';
5+ $wb["page_txt"] = 'Sida';
6+ $wb["page_of_txt"] = 'av';
7+ $wb["page_next_txt"] = 'N�sta';
8+ $wb["page_back_txt"] = 'Tillbaka';
9+ $wb["delete_txt"] = 'Ta bort';
10+ $wb["filter_txt"] = 'Filter';
11+ $wb["add_new_record_txt"] = 'L�gg till ny Whitelist epostadress';
12+ ?>
You can’t perform that action at this time.
0 commit comments