File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed
Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 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?>
Original file line number Diff line number Diff line change 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?>
Original file line number Diff line number Diff 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?>
Original file line number Diff line number Diff 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?>
You can’t perform that action at this time.
0 commit comments