Skip to content

Commit bd8f4f9

Browse files
NBonlineNBonline
authored andcommitted
Swe lng files added
1 parent 348aef7 commit bd8f4f9

File tree

6 files changed

+70
-0
lines changed

6 files changed

+70
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
?>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
?>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
?>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
?>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
?>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
?>

0 commit comments

Comments
 (0)