Skip to content

Commit e0b6391

Browse files
NBonlineNBonline
authored andcommitted
Updated SWE lng
1 parent 1d3319e commit e0b6391

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

interface/lib/lang/se.lng

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
$wb[301] = 'Modulen �r ej till�ten f�r nuvarande anv�ndare.';
55
$wb[302] = 'Modulen �r ogiltig.';
66

7-
$wb[1001] = 'The username and password must not be empty!';
8-
$wb[1002] = 'The username and/or password are not correct!';
9-
$wb[1003] = 'The username is deactivated!';
7+
$wb[1001] = 'Anv�ndarnamn och l�senord f�r ej vara tomma!';
8+
$wb[1002] = 'Anv�ndarnamnet och/eller l�senordet �r felaktigt!';
9+
$wb[1003] = 'Detta anv�ndarnamn �r deaktiverat!';
1010

11-
$wb['delete_confirmation'] = 'Do you really want to delete this record?';
11+
$wb['delete_confirmation'] = 'Vill du verkligen ta bort detta inl�gg?';
1212

13-
$wb['error_no_view_permission'] = 'You don\'t have the permission to view this record or this record does not exist!';
14-
$wb['error_no_delete_permission'] = 'You don\'t have the permission to delete this record!';
13+
$wb['error_no_view_permission'] = 'Du har ej beh�righet att se detta inl�gg eller s� existerar den ej!';
14+
$wb['error_no_delete_permission'] = 'Du har ej beh�righet att ta bort detta inl�gg!';
1515

1616
?>

interface/web/dns/lib/lang/se.lng

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

3-
$wb["Yes"] = 'Yes';
4-
$wb["No"] = 'No';
5-
$wb["error_no_permission"] = 'You do not have the right permissions to perform the action!';
3+
$wb["Yes"] = 'Ja';
4+
$wb["No"] = 'Nej';
5+
$wb["error_no_permission"] = 'Du har ej beh�righet att utf�ra denna �tg�rd!';
66

77
?>

interface/web/dns/lib/lang/se_rr_list.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ $wb["page_back_txt"] = 'Tillbaka';
1212
$wb["delete_txt"] = 'Ta bort';
1313
$wb["filter_txt"] = 'Filter';
1414
$wb["add_new_record_txt"] = 'L�gg till Nytt Inl�gg';
15+
$wb['delete_confirmation'] = 'Vill du verkligen ta bort detta inl�gg?';
1516
?>

interface/web/dns/lib/lang/se_soa_list.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $wb["page_next_txt"] = 'N
1717
$wb["page_back_txt"] = 'Tillbaka';
1818
$wb["delete_txt"] = 'Ta bort';
1919
$wb["filter_txt"] = 'Filter';
20-
$wb["Y"] = 'Ja';
21-
$wb["N"] = 'Nej';
20+
$wb["Yes"] = 'Ja';
21+
$wb["No"] = 'Nej';
2222
$wb["add_new_record_txt"] = 'L�gg till Ny Zon';
2323
?>

0 commit comments

Comments
 (0)