File tree Expand file tree Collapse file tree 6 files changed +70
-0
lines changed
interface/web/sites/lib/lang Expand file tree Collapse file tree 6 files changed +70
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["email_txt"] = 'Epost';
3+ $wb["cryptpwd_txt"] = 'L�senord';
4+ $wb["active_txt"] = 'Aktiv';
5+ $wb["btn_save_txt"] = 'Spara';
6+ $wb["btn_cancel_txt"] = 'Avbryt';
7+ $wb["email_error_isemail"] = 'Epostadress �r tomt.';
8+ $wb["email_error_unique"] = 'Dubblett av Epostadress.';
9+ $wb["autoresponder_text_txt"] = 'Text';
10+ $wb["autoresponder_txt"] = 'Autosvar';
11+ $wb["no_domain_perm"] = "Du har inga befogenheter i denna dom�n.";
12+ $wb["error_no_pwd"] = "L�senordet �r tomt.";
13+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["list_head_txt"] = 'Epostl�da';
3+ $wb["email_txt"] = 'Epost';
4+ $wb["autoresponder_txt"] = 'Autosvar';
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 Epostl�da';
12+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["domain_txt"] = 'Dom�n';
4+ $wb["destination_txt"] = 'M�l';
5+ $wb["active_txt"] = 'Aktiv';
6+ $wb["btn_save_txt"] = 'Spara';
7+ $wb["btn_cancel_txt"] = 'Avbryt';
8+ $wb["domain_error_empty"] = 'Dom�nen �r tom.';
9+ $wb["domain_error_unique"] = 'Dubbla Dom�ner.';
10+ $wb["destination_error_empty"] = 'M�let �r tomt.';
11+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["list_head_txt"] = 'epost_dom�n_alias';
3+ $wb["server_id_txt"] = 'server_id';
4+ $wb["domain_txt"] = 'dom�n';
5+ $wb["destination_txt"] = 'm�l';
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+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["server_id_txt"] = 'Server';
3+ $wb["domain_txt"] = 'Dom�n';
4+ $wb["active_txt"] = 'aktiv';
5+ $wb["btn_save_txt"] = 'Spara';
6+ $wb["btn_cancel_txt"] = 'Avbryt';
7+ $wb["domain_error_empty"] = 'Dom�nen �r tom.';
8+ $wb["domain_error_unique"] = 'Dubbel Dom�n.';
9+ $wb["destination_error_empty"] = 'M�let �r tomt.';
10+ ?>
Original file line number Diff line number Diff line change 1+ <?php
2+ $wb["list_head_txt"] = 'Relay Dom�n';
3+ $wb["server_id_txt"] = 'Server';
4+ $wb["domain_txt"] = 'Dom�n';
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 Relay Dom�n';
12+ ?>
You can’t perform that action at this time.
0 commit comments