| 1 |
<?php |
|---|
| 2 |
// |
|---|
| 3 |
// Swedish translation by Mikael Carlsson |
|---|
| 4 |
// Copyright (C) 2007 |
|---|
| 5 |
// This file is distributed under the same license as the FreePBX package. |
|---|
| 6 |
// Mikael Carlsson <mickecamino@gmail.com>, 2007. |
|---|
| 7 |
// |
|---|
| 8 |
define("_BLACKLISTENTRY","Svartlista nummer"); |
|---|
| 9 |
define("_BLACKLISTDELETED","raderad"); |
|---|
| 10 |
define("_BLACKLISTENTRIES","Svartlistade nummer"); |
|---|
| 11 |
define("_BLACKLISTNUMBER","Nummer"); |
|---|
| 12 |
define("_BLACKLISTDELETE","Radera"); |
|---|
| 13 |
define("_BLACKLISTEDIT","Redigera"); |
|---|
| 14 |
define("_BLACKLISTADD","Lägg till eller byt ut nummer"); |
|---|
| 15 |
define("_BLACKLISTNUMBER1","Nummer:"); |
|---|
| 16 |
define("_BLACKLISTBLOCK","Mata in nummret du vill svartlista"); |
|---|
| 17 |
define("_BLACKLISTSUBMIT","Spara ändringar"); |
|---|
| 18 |
?> |
|---|