| 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","Blacklist entry"); |
|---|
| 9 |
define("_BLACKLISTDELETED","deleted"); |
|---|
| 10 |
define("_BLACKLISTENTRIES","Blacklist entries"); |
|---|
| 11 |
define("_BLACKLISTNUMBER","Number"); |
|---|
| 12 |
define("_BLACKLISTDELETE","Delete"); |
|---|
| 13 |
define("_BLACKLISTEDIT","Edit"); |
|---|
| 14 |
define("_BLACKLISTADD","Add or replace entry"); |
|---|
| 15 |
define("_BLACKLISTNUMBER1","Number:"); |
|---|
| 16 |
define("_BLACKLISTBLOCK","Enter the number you want to block"); |
|---|
| 17 |
define("_BLACKLISTSUBMIT","Submit Changes"); |
|---|
| 18 |
?> |
|---|