Changeset 7646 for freepbx/trunk

Show
Ignore:
Timestamp:
05/06/09 14:34:40 (4 years ago)
Author:
p_lindheimer
Message:

Merged revisions 7352-7407,7409-7460,7462-7481,7483-7519,7521,7524-7529,7531-7543,7545-7551,7553-7590,7596,7598-7637,7639,7641-7645 via svnmerge from
http://svn.freepbx.org/freepbx/branches/2.5

........

r7410 | mickecarlsson | 2009-01-07 10:02:26 -0800 (Wed, 07 Jan 2009) | 1 line


re #3463, updated the amp.pot file and Swedish language

........

r7420 | mickecarlsson | 2009-01-27 10:01:03 -0800 (Tue, 27 Jan 2009) | 1 line


Closes #3484 updated spanish language for core (and modules)

........

r7423 | mickecarlsson | 2009-01-27 10:24:35 -0800 (Tue, 27 Jan 2009) | 1 line


Closes #3438 updated amp.po file for french language

........

r7441 | mickecarlsson | 2009-02-01 10:46:43 -0800 (Sun, 01 Feb 2009) | 1 line


Closes #3503 adds chinese language to core

........

r7460 | mickecarlsson | 2009-02-16 12:35:51 -0800 (Mon, 16 Feb 2009) | 1 line


Closes #3539 updates Bulgarian language to core and ari. Thank you chocho

........

r7551 | mickecarlsson | 2009-03-26 04:36:44 -0700 (Thu, 26 Mar 2009) | 1 line


Closes #3596, adds Danish language to Ari. Thank you danielz

........

r7572 | mickecarlsson | 2009-04-06 11:20:22 -0700 (Mon, 06 Apr 2009) | 1 line


Closes #3616 adds Portuguese (Brasil) language to amp. Thank you Flavio E. Goncalves. Please feel free to do the Brazilian translations fro FreePBX

........

r7614 | p_lindheimer | 2009-05-02 10:35:40 -0700 (Sat, 02 May 2009) | 1 line


fixes #3449 path is relative to admin and not admin/views directory

........

r7616 | p_lindheimer | 2009-05-02 10:44:53 -0700 (Sat, 02 May 2009) | 1 line


closes #3556

........

r7625 | p_lindheimer | 2009-05-02 11:58:49 -0700 (Sat, 02 May 2009) | 1 line


fixes 641 hardcoded path

........

r7628 | p_lindheimer | 2009-05-02 13:19:12 -0700 (Sat, 02 May 2009) | 1 line


fixes #3513 check/report db error

........

r7629 | p_lindheimer | 2009-05-02 13:29:44 -0700 (Sat, 02 May 2009) | 1 line


fixes #3525 HTML errors

........

r7645 | p_lindheimer | 2009-05-06 09:36:46 -0700 (Wed, 06 May 2009) | 1 line


fixes #3658 module_admin PHP error when online repository not available

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk

    • Property svnmerge-integrated changed from /freepbx/branches/2.5:1-7351,7461-7544,7552-7571,7573-7597,7638,7640 to /freepbx/branches/2.5:1-7645
  • freepbx/trunk/amp_conf/bin/module_admin

    r7230 r7646  
    7676  $amp_conf = parse_amportal_conf($ampconfpath); 
    7777   
    78   $asterisk_conf = parse_asterisk_conf("/etc/asterisk/asterisk.conf"); 
     78  $asterisk_conf = parse_asterisk_conf($amp_conf['ASTETCDIR']); 
    7979 
    8080  // connect to database 
     
    142142  if ($online) { 
    143143    $modules_online = module_getonlinexml(); 
    144     $modules += $modules_online; 
     144    if (isset($modules_online)) { 
     145      $modules += $modules_online; 
     146    } 
    145147  } 
    146148  ksort($modules); 
  • freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php

    r7413 r7646  
    295295   
    296296      $res = $DBHandle -> query($QUERY); 
     297      if(DB::isError($res)){ 
     298        die($res->getDebugInfo()); 
     299      } 
     300 
    297301      $num = $res -> numRows(); 
    298302      for($i=0;$i<$num;$i++) 
  • freepbx/trunk/amp_conf/htdocs/admin/cdr/cdr.php

    r6816 r7646  
    5151    <meta http-equiv="Content-Type" content="text/html"> 
    5252    <link rel="stylesheet" type="text/css" media="print" href="common/print.css"> 
    53     <SCRIPT LANGUAGE="JavaScript" SRC="common/encrypt.js"></SCRIPT
     53    <script type="text/javascript" src="common/encrypt.js"></script
    5454    <style type="text/css" media="screen"> 
    5555      @import url("common/layout.css"); 
  • freepbx/trunk/amp_conf/htdocs/admin/i18n/amp.pot

    r7346 r7646  
    1717"Content-Transfer-Encoding: 8bit\n" 
    1818 
    19 #: admin/components.class.php:362 
    20 #: admin/modules/core/page.did.php:313 
     19#: admin/components.class.php:362 admin/modules/core/page.did.php:313 
    2120msgid "Submit" 
    2221msgstr "" 
     
    6564msgstr "" 
    6665 
    67 #: admin/functions.inc.php:1504 
    68 #: admin/functions.inc.php:1574 
     66#: admin/functions.inc.php:1504 admin/functions.inc.php:1574 
    6967#, php-format 
    7068msgid "Exit code was %s and output was: %s" 
    7169msgstr "" 
    7270 
    73 #: admin/functions.inc.php:1505 
    74 #: admin/functions.inc.php:1575 
     71#: admin/functions.inc.php:1505 admin/functions.inc.php:1575 
    7572#, php-format 
    7673msgid "Could not run %s script." 
     
    8279msgstr "" 
    8380 
    84 #: admin/functions.inc.php:1524 
    85 #: admin/functions.inc.php:1532 
     81#: admin/functions.inc.php:1524 admin/functions.inc.php:1532 
    8682msgid "retrieve_conf failed, config not applied" 
    8783msgstr "" 
    8884 
    8985#: admin/functions.inc.php:1530 
    90 msgid "Reload failed because FreePBX could not connect to the asterisk manager interface." 
     86msgid "" 
     87"Reload failed because FreePBX could not connect to the asterisk manager " 
     88"interface." 
    9189msgstr "" 
    9290 
     
    9694 
    9795#: admin/functions.inc.php:1553 
    98 msgid "Could not reload the FOP operator panel server using the bounce_op.sh script. Configuration changes may not be reflected in the panel display." 
     96msgid "" 
     97"Could not reload the FOP operator panel server using the bounce_op.sh " 
     98"script. Configuration changes may not be reflected in the panel display." 
    9999msgstr "" 
    100100 
     
    104104 
    105105#: admin/functions.inc.php:1566 
    106 msgid "Successful reload, but could not clear reload flag due to a database error:
    107 msgstr "
    108  
    109 #: admin/functions.inc.php:1615 
    110 #: admin/modules/core/functions.inc.php:4721 
     106msgid "
     107"Successful reload, but could not clear reload flag due to a database error:
     108msgstr "" 
     109 
     110#: admin/functions.inc.php:1615 admin/modules/core/functions.inc.php:4721 
    111111#: admin/modules/core/functions.inc.php:4723 
    112112#: admin/modules/core/page.routing.php:578 
     
    119119 
    120120#: admin/functions.inc.php:2055 
    121 msgid "ERROR: You have an unknown destination. If this was carried over as a Custom App from an earlier version, you must go register the destination in the Custom Destination tab provided by the Custom Applications module.<br />This will remain active until you change it but you can no longer edit or add a new one here." 
     121msgid "" 
     122"ERROR: You have an unknown destination. If this was carried over as a Custom " 
     123"App from an earlier version, you must go register the destination in the " 
     124"Custom Destination tab provided by the Custom Applications module.<br />This " 
     125"will remain active until you change it but you can no longer edit or add a " 
     126"new one here." 
    122127msgstr "" 
    123128 
    124129#: admin/functions.inc.php:2313 
    125 msgid "The following new modules are available for download. Click delete icon on the right to remove this notice." 
     130msgid "" 
     131"The following new modules are available for download. Click delete icon on " 
     132"the right to remove this notice." 
    126133msgstr "" 
    127134 
     
    237244msgstr "" 
    238245 
    239 #: admin/functions.inc.php:2808 
    240 #: admin/functions.inc.php:2904 
     246#: admin/functions.inc.php:2808 admin/functions.inc.php:2904 
    241247#: admin/functions.inc.php:2982 
    242248#, php-format 
     
    244250msgstr "" 
    245251 
    246 #: admin/functions.inc.php:2812 
    247 #: admin/functions.inc.php:2908 
     252#: admin/functions.inc.php:2812 admin/functions.inc.php:2908 
    248253#: admin/functions.inc.php:2986 
    249254#, php-format 
     
    251256msgstr "" 
    252257 
    253 #: admin/functions.inc.php:2816 
    254 #: admin/functions.inc.php:2912 
     258#: admin/functions.inc.php:2816 admin/functions.inc.php:2912 
    255259#: admin/functions.inc.php:2990 
    256260#, php-format 
     
    258262msgstr "" 
    259263 
    260 #: admin/functions.inc.php:2820 
    261 #: admin/functions.inc.php:2916 
     264#: admin/functions.inc.php:2820 admin/functions.inc.php:2916 
    262265#: admin/functions.inc.php:2994 
    263266#, php-format 
     
    270273msgstr "" 
    271274 
    272 #: admin/functions.inc.php:2857 
    273 #: admin/functions.inc.php:2860 
     275#: admin/functions.inc.php:2857 admin/functions.inc.php:2860 
    274276#, php-format 
    275277msgid "Error opening %s for reading" 
     
    287289 
    288290#: admin/functions.inc.php:2933 
    289 msgid "Error finding uploaded file - check your PHP and/or web server configuration" 
     291msgid "" 
     292"Error finding uploaded file - check your PHP and/or web server configuration" 
    290293msgstr "" 
    291294 
     
    295298 
    296299#: admin/functions.inc.php:2943 
    297 msgid "Filename not in correct format: must be modulename-version.tar.gz (eg. custommodule-0.1.tar.gz)" 
     300msgid "" 
     301"Filename not in correct format: must be modulename-version.tar.gz (eg. " 
     302"custommodule-0.1.tar.gz)" 
    298303msgstr "" 
    299304 
     
    321326 
    322327#: admin/functions.inc.php:3039 
    323 msgid "This module is broken and cannot be installed. You should try to download it again." 
     328msgid "" 
     329"This module is broken and cannot be installed. You should try to download it " 
     330"again." 
    324331msgstr "" 
    325332 
     
    333340msgstr "" 
    334341 
    335 #: admin/functions.inc.php:3106 
    336 #: admin/functions.inc.php:3134 
     342#: admin/functions.inc.php:3106 admin/functions.inc.php:3134 
    337343#: admin/functions.inc.php:3171 
    338344msgid "Specified module not found" 
     
    343349msgstr "" 
    344350 
    345 #: admin/functions.inc.php:3115 
    346 #: admin/functions.inc.php:3143 
     351#: admin/functions.inc.php:3115 admin/functions.inc.php:3143 
    347352msgid "Cannot disable: The following modules depend on this one: " 
    348353msgstr "" 
     
    383388msgstr "" 
    384389 
    385 #: admin/functions.inc.php:3574 
    386 #: admin/functions.inc.php:3582 
     390#: admin/functions.inc.php:3574 admin/functions.inc.php:3582 
    387391msgid "You should go to the module admin page to fix these." 
    388392msgstr "" 
     
    401405msgstr "" 
    402406 
    403 #: admin/header_auth.php:43 
    404 #: admin/header_auth.php:70 
     407#: admin/header_auth.php:43 admin/header_auth.php:70 
    405408msgid "Administration" 
    406409msgstr "" 
     
    411414 
    412415#: admin/header.php:134 
    413 msgid "You are using the default Asterisk Manager password that is widely known, you should set a secure password" 
     416msgid "" 
     417"You are using the default Asterisk Manager password that is widely known, " 
     418"you should set a secure password" 
    414419msgstr "" 
    415420 
     
    420425#: admin/page.modules.php:146 
    421426#, php-format 
    422 msgid "Warning: Cannot connect to online repository (%s). Online modules are not available." 
     427msgid "" 
     428"Warning: Cannot connect to online repository (%s). Online modules are not " 
     429"available." 
    423430msgstr "" 
    424431 
    425432#: admin/page.modules.php:150 
    426433#, php-format 
    427 msgid "Warning: Error retrieving updates from online repository (%s). Online modules are not available." 
     434msgid "" 
     435"Warning: Error retrieving updates from online repository (%s). Online " 
     436"modules are not available." 
    428437msgstr "" 
    429438 
     
    442451msgstr "" 
    443452 
    444 #: admin/page.modules.php:210 
    445 #: admin/page.modules.php:222 
     453#: admin/page.modules.php:210 admin/page.modules.php:222 
    446454#, php-format 
    447455msgid "Error(s) installing %s" 
    448456msgstr "" 
    449457 
    450 #: admin/page.modules.php:214 
    451 #: admin/page.modules.php:226 
     458#: admin/page.modules.php:214 admin/page.modules.php:226 
    452459#, php-format 
    453460msgid "%s installed successfully" 
     
    484491msgstr "" 
    485492 
    486 #: admin/page.modules.php:271 
    487 #: admin/page.modules.php:273 
     493#: admin/page.modules.php:271 admin/page.modules.php:273 
    488494msgid "Return" 
    489495msgstr "" 
    490496 
    491 #: admin/page.modules.php:304 
    492 #: admin/page.modules.php:328 
    493 #, php-format 
    494 msgid "%s cannot be upgraded: %s Please try again after the dependencies have been installed." 
     497#: admin/page.modules.php:304 admin/page.modules.php:328 
     498#, php-format 
     499msgid "" 
     500"%s cannot be upgraded: %s Please try again after the dependencies have been " 
     501"installed." 
    495502msgstr "" 
    496503 
     
    500507msgstr "" 
    501508 
    502 #: admin/page.modules.php:316 
    503 #: admin/page.modules.php:328 
    504 #, php-format 
    505 msgid "%s cannot be installed: %s Please try again after the dependencies have been installed." 
     509#: admin/page.modules.php:316 admin/page.modules.php:328 
     510#, php-format 
     511msgid "" 
     512"%s cannot be installed: %s Please try again after the dependencies have been " 
     513"installed." 
    506514msgstr "" 
    507515 
     
    523531#: admin/page.modules.php:343 
    524532#, php-format 
    525 msgid "%s cannot be enabled: %s Please try again after the dependencies have been installed." 
     533msgid "" 
     534"%s cannot be enabled: %s Please try again after the dependencies have been " 
     535"installed." 
    526536msgstr "" 
    527537 
     
    533543#: admin/page.modules.php:353 
    534544#, php-format 
    535 msgid "%s cannot be disabled because the following modules depend on it: %s Please disable those modules first then try again." 
     545msgid "" 
     546"%s cannot be disabled because the following modules depend on it: %s Please " 
     547"disable those modules first then try again." 
    536548msgstr "" 
    537549 
     
    543555#: admin/page.modules.php:364 
    544556#, php-format 
    545 msgid "%s cannot be uninstalled because the following modules depend on it: %s Please disable those modules first then try again." 
     557msgid "" 
     558"%s cannot be uninstalled because the following modules depend on it: %s " 
     559"Please disable those modules first then try again." 
    546560msgstr "" 
    547561 
     
    556570 
    557571#: admin/page.modules.php:394 
    558 msgid "You may confirm the remaining selection and then try the again for the listed issues once the required dependencies have been met:" 
     572msgid "" 
     573"You may confirm the remaining selection and then try the again for the " 
     574"listed issues once the required dependencies have been met:" 
    559575msgstr "" 
    560576 
     
    572588 
    573589#: admin/page.modules.php:406 
    574 msgid "Please select at least one action to perform by clicking on the module, and selecting an action on the \"Action\" tab." 
    575 msgstr "" 
    576  
    577 #: admin/page.modules.php:408 
    578 #: admin/views/freepbx_reload.php:111 
     590msgid "" 
     591"Please select at least one action to perform by clicking on the module, and " 
     592"selecting an action on the \"Action\" tab." 
     593msgstr "" 
     594 
     595#: admin/page.modules.php:408 admin/views/freepbx_reload.php:111 
    579596msgid "Cancel" 
    580597msgstr "" 
    581598 
    582 #: admin/page.modules.php:414 
    583 #: admin/page.modules.php:466 
     599#: admin/page.modules.php:414 admin/page.modules.php:466 
    584600msgid "Manage local modules" 
    585601msgstr "" 
    586602 
    587 #: admin/page.modules.php:416 
    588 #: admin/page.modules.php:471 
     603#: admin/page.modules.php:416 admin/page.modules.php:471 
    589604msgid "Check for updates online" 
    590605msgstr "" 
    591606 
    592 #: admin/page.modules.php:416 
    593 #: admin/page.modules.php:471 
    594 msgid "Checking for updates will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and track version usage to focus development and maintenance efforts. No private information is transmitted." 
    595 msgstr "" 
    596  
    597 #: admin/page.modules.php:421 
    598 #: admin/page.modules.php:473 
     607#: admin/page.modules.php:416 admin/page.modules.php:471 
     608msgid "" 
     609"Checking for updates will transmit your FreePBX and Asterisk version numbers " 
     610"along with a unique but random identifier. This is used to provide proper " 
     611"update information and track version usage to focus development and " 
     612"maintenance efforts. No private information is transmitted." 
     613msgstr "" 
     614 
     615#: admin/page.modules.php:421 admin/page.modules.php:473 
    599616msgid "Upload module" 
    600617msgstr "" 
     
    616633#: admin/page.modules.php:434 
    617634#, php-format 
    618 msgid "Module uploaded successfully. You need to enable the module using %s to make it available." 
     635msgid "" 
     636"Module uploaded successfully. You need to enable the module using %s to make " 
     637"it available." 
    619638msgstr "" 
    620639 
     
    624643 
    625644#: admin/page.modules.php:440 
    626 msgid "You can upload a tar gzip file containing a FreePBX module from your local system. If a module with the same name already exists, it will be overwritten." 
     645msgid "" 
     646"You can upload a tar gzip file containing a FreePBX module from your local " 
     647"system. If a module with the same name already exists, it will be " 
     648"overwritten." 
    627649msgstr "" 
    628650 
     
    631653msgstr "" 
    632654 
    633 #: admin/page.modules.php:484 
    634 #: admin/page.modules.php:768 
     655#: admin/page.modules.php:484 admin/page.modules.php:768 
    635656msgid "Download all" 
    636657msgstr "" 
    637658 
    638 #: admin/page.modules.php:485 
    639 #: admin/page.modules.php:769 
     659#: admin/page.modules.php:485 admin/page.modules.php:769 
    640660msgid "Upgrade all" 
    641661msgstr "" 
    642662 
    643 #: admin/page.modules.php:487 
    644 #: admin/page.modules.php:771 
     663#: admin/page.modules.php:487 admin/page.modules.php:771 
    645664msgid "Reset" 
    646665msgstr "" 
    647666 
    648 #: admin/page.modules.php:488 
    649 #: admin/page.modules.php:772 
     667#: admin/page.modules.php:488 admin/page.modules.php:772 
    650668msgid "Process" 
    651669msgstr "" 
     
    663681msgstr "" 
    664682 
    665 #: admin/page.modules.php:510 
    666 #: admin/page.modules.php:585 
     683#: admin/page.modules.php:510 admin/page.modules.php:585 
    667684msgid "Broken" 
    668685msgstr "" 
    669686 
    670 #: admin/page.modules.php:541 
    671 #: admin/page.modules.php:546 
    672 #: admin/views/freepbx_admin.php:107 
    673 #: admin/views/freepbx_admin.php:112 
     687#: admin/page.modules.php:541 admin/page.modules.php:546 
     688#: admin/views/freepbx_admin.php:107 admin/views/freepbx_admin.php:112 
    674689#: admin/modules/core/page.ampusers.php:223 
    675690#: admin/modules/core/page.ampusers.php:227 
     
    700715msgstr "" 
    701716 
    702 #: admin/page.modules.php:578 
    703 #: admin/modules/core/page.general.php:140 
     717#: admin/page.modules.php:578 admin/modules/core/page.general.php:140 
    704718msgid "Disabled" 
    705719msgstr "" 
     
    728742msgstr "" 
    729743 
    730 #: admin/page.modules.php:602 
    731 #: admin/modules/core/page.general.php:139 
     744#: admin/page.modules.php:602 admin/modules/core/page.general.php:139 
    732745msgid "Enabled" 
    733746msgstr "" 
     
    749762msgstr "" 
    750763 
    751 #: admin/page.modules.php:635 
    752 #: admin/page.modules.php:668 
     764#: admin/page.modules.php:635 admin/page.modules.php:668 
    753765msgid "Install" 
    754766msgstr "" 
     
    758770msgstr "" 
    759771 
    760 #: admin/page.modules.php:644 
    761 #: admin/modules/core/functions.inc.php:4257 
     772#: admin/page.modules.php:644 admin/modules/core/functions.inc.php:4257 
    762773#: admin/modules/core/functions.inc.php:4262 
    763774#: admin/modules/core/page.trunks.php:399 
     
    765776msgstr "" 
    766777 
    767 #: admin/page.modules.php:647 
    768 #: admin/page.modules.php:662 
    769 #: admin/page.modules.php:670 
    770 #: admin/page.modules.php:690 
     778#: admin/page.modules.php:647 admin/page.modules.php:662 
     779#: admin/page.modules.php:670 admin/page.modules.php:690 
    771780msgid "Uninstall" 
    772781msgstr "" 
     
    787796msgstr "" 
    788797 
    789 #: admin/page.modules.php:686 
    790 #: admin/modules/core/functions.inc.php:4258 
     798#: admin/page.modules.php:686 admin/modules/core/functions.inc.php:4258 
    791799#: admin/modules/core/functions.inc.php:4261 
    792800#: admin/modules/core/functions.inc.php:4265 
     
    795803msgstr "" 
    796804 
    797 #: admin/page.modules.php:696 
    798 #: admin/modules/core/functions.inc.php:4754 
     805#: admin/page.modules.php:696 admin/modules/core/functions.inc.php:4754 
    799806#: admin/modules/core/page.did.php:186 
    800807#: admin/modules/core/page.zapchandids.php:99 
     
    815822msgstr "" 
    816823 
    817 #: admin/page.modules.php:704 
    818 #: admin/page.modules.php:706 
     824#: admin/page.modules.php:704 admin/page.modules.php:706 
    819825msgid "More info" 
    820826msgstr "" 
     
    886892msgstr "" 
    887893 
    888 #: admin/views/freepbx_admin.php:87 
    889 #: admin/modules/core/page.ampusers.php:217 
     894#: admin/views/freepbx_admin.php:87 admin/modules/core/page.ampusers.php:217 
    890895msgid "category" 
    891896msgstr "" 
    892897 
    893898#: admin/views/freepbx_admin.php:178 
    894 msgid "WARNING: Javascript is disabled in your browser. The FreePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another  browser that supports it." 
     899msgid "" 
     900"WARNING: Javascript is disabled in your browser. The FreePBX administration " 
     901"interface requires Javascript to run properly. Please enable javascript or " 
     902"switch to another  browser that supports it." 
    895903msgstr "" 
    896904 
     
    900908msgstr "" 
    901909 
    902 #: admin/views/freepbx_admin.php:193 
    903 #: admin/views/freepbx_admin.php:196 
    904 #: admin/views/freepbx.php:141 
    905 #: admin/views/freepbx.php:150 
     910#: admin/views/freepbx_admin.php:193 admin/views/freepbx_admin.php:196 
     911#: admin/views/freepbx.php:141 admin/views/freepbx.php:150 
    906912msgid "FreePBX" 
    907913msgstr "" 
     
    953959msgstr "" 
    954960 
    955 #: admin/views/freepbx_reloadbar.php:4 
    956 #: admin/views/freepbx_reloadbar.php:5 
     961#: admin/views/freepbx_reloadbar.php:4 admin/views/freepbx_reloadbar.php:5 
    957962#: admin/views/freepbx_reload.php:107 
    958963msgid "Apply Configuration Changes" 
     
    961966#: admin/views/freepbx_reloadbar.php:5 
    962967#, php-format 
    963 msgid "You have made changes to the configuration that have not yet been applied. When you are finished making all changes, click on %s to put them into effect." 
     968msgid "" 
     969"You have made changes to the configuration that have not yet been applied. " 
     970"When you are finished making all changes, click on %s to put them into " 
     971"effect." 
    964972msgstr "" 
    965973 
    966974#: admin/views/freepbx_reload.php:71 
    967 msgid " error(s) occured, you should view the notification log on the dashboard or main screen to check for more details." 
    968 msgstr "" 
    969  
    970 #: admin/views/freepbx_reload.php:75 
    971 #: admin/views/freepbx_reload.php:89 
     975msgid "" 
     976" error(s) occured, you should view the notification log on the dashboard or " 
     977"main screen to check for more details." 
     978msgstr "" 
     979 
     980#: admin/views/freepbx_reload.php:75 admin/views/freepbx_reload.php:89 
    972981msgid "Close" 
    973982msgstr "" 
     
    982991 
    983992#: admin/views/freepbx_reload.php:108 
    984 msgid "Reloading will apply all configuration changes made in FreePBX to your PBX engine and make them active." 
     993msgid "" 
     994"Reloading will apply all configuration changes made in FreePBX to your PBX " 
     995"engine and make them active." 
    985996msgstr "" 
    986997 
     
    10231034 
    10241035#: admin/views/menuitem_disabled.php:4 
    1025 msgid "Restart Asterisk and then refresh the browser in order to try accessing this menu item again." 
     1036msgid "" 
     1037"Restart Asterisk and then refresh the browser in order to try accessing this " 
     1038"menu item again." 
    10261039msgstr "" 
    10271040 
     
    10311044 
    10321045#: admin/views/noaccess.php:5 
    1033 msgid "The section you requested does not exist or you do not have access to it." 
     1046msgid "" 
     1047"The section you requested does not exist or you do not have access to it." 
    10341048msgstr "" 
    10351049 
     
    10831097 
    10841098#: admin/views/welcome.php:36 
    1085 msgid "If you're new to FreePBX, Welcome. Here are some quick instructions to get you started" 
     1099msgid "" 
     1100"If you're new to FreePBX, Welcome. Here are some quick instructions to get " 
     1101"you started" 
    10861102msgstr "" 
    10871103 
     
    10891105#, php-format 
    10901106msgid "" 
    1091 "There are a large number of Plug-in modules available from the Online Repository. This is\n" 
     1107"There are a large number of Plug-in modules available from the Online " 
     1108"Repository. This is\n" 
    10921109"available by clicking on the <a href='%s'>Tools menu</a> up the top, then\n" 
    10931110"<a href='%s'>Module Admin</a>, then\n" 
    10941111"<a href='%s'>Check for updates online</a>.\n" 
    1095 "Modules are updated and patched often, so if you are having a problem, it's worth checking there to see if there's\n" 
     1112"Modules are updated and patched often, so if you are having a problem, it's " 
     1113"worth checking there to see if there's\n" 
    10961114"a new version of the module available." 
    10971115msgstr "" 
     
    11001118#, php-format 
    11011119msgid "" 
    1102 "If you're having any problems, you can also use the <a href='%s'>Online Support</a> \n" 
    1103 "module (<b>you need to install this through the <a href='%s'>Module Repository</a> first</b>)\n" 
    1104 "to talk to other users and the devlopers in real time. Click on <a href='%s'>Start IRC</a>,\n" 
     1120"If you're having any problems, you can also use the <a href='%s'>Online " 
     1121"Support</a> \n" 
     1122"module (<b>you need to install this through the <a href='%s'>Module " 
     1123"Repository</a> first</b>)\n" 
     1124"to talk to other users and the devlopers in real time. Click on <a href='%" 
     1125"s'>Start IRC</a>,\n" 
    11051126"when the module is installed, to start a Java IRC client." 
    11061127msgstr "" 
     
    11091130#, php-format 
    11101131msgid "" 
    1111 "There is also a community based <a href='%s' target='_new'>FreePBX Web Forum</a> where you can post\n" 
     1132"There is also a community based <a href='%s' target='_new'>FreePBX Web " 
     1133"Forum</a> where you can post\n" 
    11121134"questions and search for answers for any problems you may be having." 
    11131135msgstr "" 
     
    11221144 
    11231145#: admin/common/db_connect.php:78 
    1124 msgid "You are using the default SQL password that is widely known, you should set a secure password" 
     1146msgid "" 
     1147"You are using the default SQL password that is widely known, you should set " 
     1148"a secure password" 
    11251149msgstr "" 
    11261150 
     
    11311155#: admin/common/db_connect.php:89 
    11321156#, php-format 
    1133 msgid "Your memory_limit, %sM, is set too low and has been increased to %sM. You may want to change this in you php.ini config file" 
     1157msgid "" 
     1158"Your memory_limit, %sM, is set too low and has been increased to %sM. You " 
     1159"may want to change this in you php.ini config file" 
    11341160msgstr "" 
    11351161 
     
    11401166#: admin/common/db_connect.php:91 
    11411167#, php-format 
    1142 msgid "Your memory_limit, %sM, is set too low and may cause problems. FreePBX is not able to change this on your system. You should increase this to %sM in you php.ini config file" 
     1168msgid "" 
     1169"Your memory_limit, %sM, is set too low and may cause problems. FreePBX is " 
     1170"not able to change this on your system. You should increase this to %sM in " 
     1171"you php.ini config file" 
    11431172msgstr "" 
    11441173 
     
    11481177 
    11491178#: admin/common/db_connect.php:100 
    1150 msgid "You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file which will cause errors in some modules. FreePBX expects this to be off and runs under that assumption" 
     1179msgid "" 
     1180"You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file " 
     1181"which will cause errors in some modules. FreePBX expects this to be off and " 
     1182"runs under that assumption" 
    11511183msgstr "" 
    11521184 
     
    11561188 
    11571189#: admin/common/script.js.php:44 
    1158 msgid "Custom Goto contexts must contain the string \"custom-\".  ie: custom-app,s,1
    1159 msgstr "
    1160  
    1161 #: admin/modules/core/core.i18n.php:5 
    1162 #: admin/modules/core/install.php:4 
     1190msgid "
     1191"Custom Goto contexts must contain the string \"custom-\".  ie: custom-app,s,1
     1192msgstr "" 
     1193 
     1194#: admin/modules/core/core.i18n.php:5 admin/modules/core/install.php:4 
    11631195msgid "Core" 
    11641196msgstr "" 
     
    12971329#: admin/modules/core/functions.inc.php:4227 
    12981330#, php-format 
    1299 msgid "Failed to open %s for writing, aborting attempt to write the country indications. The file may be readonly or the permissions may be incorrect." 
     1331msgid "" 
     1332"Failed to open %s for writing, aborting attempt to write the country " 
     1333"indications. The file may be readonly or the permissions may be incorrect." 
    13001334msgstr "" 
    13011335 
     
    13251359 
    13261360#: admin/modules/core/functions.inc.php:4270 
    1327 #: admin/modules/core/page.did.php:224 
    1328 #: admin/modules/core/page.general.php:196 
     1361#: admin/modules/core/page.did.php:224 admin/modules/core/page.general.php:196 
    13291362msgid "Default" 
    13301363msgstr "" 
     
    13491382 
    13501383#: admin/modules/core/functions.inc.php:4350 
    1351 #: admin/modules/core/page.did.php:159 
    1352 #: admin/modules/core/page.users.php:21 
     1384#: admin/modules/core/page.did.php:159 admin/modules/core/page.users.php:21 
    13531385msgid "User" 
    13541386msgstr "" 
     
    13891421 
    13901422#: admin/modules/core/functions.inc.php:4377 
    1391 msgid "You have entered a non-standard dialpattern for your DID. You can only enter standard dialpatterns. You must use the inbound routing form to enter non-standard patterns" 
     1423msgid "" 
     1424"You have entered a non-standard dialpattern for your DID. You can only enter " 
     1425"standard dialpatterns. You must use the inbound routing form to enter non-" 
     1426"standard patterns" 
    13921427msgstr "" 
    13931428 
    13941429#: admin/modules/core/functions.inc.php:4378 
    1395 msgid "Please enter a valid Caller ID Number or leave it blank for your Assigned DID/CID pair" 
     1430msgid "" 
     1431"Please enter a valid Caller ID Number or leave it blank for your Assigned " 
     1432"DID/CID pair" 
    13961433msgstr "" 
    13971434 
     
    14451482 
    14461483#: admin/modules/core/functions.inc.php:4399 
    1447 msgid "The caller id name for calls from this user will be set to this name. Only enter the name, NOT the number." 
     1484msgid "" 
     1485"The caller id name for calls from this user will be set to this name. Only " 
     1486"enter the name, NOT the number." 
    14481487msgstr "" 
    14491488 
     
    14531492 
    14541493#: admin/modules/core/functions.inc.php:4401 
    1455 msgid "The CID Number to use for internal calls, if different from the extension number. This is used to masquerade as a different user. A common example is a team of support people who would like their internal callerid to display the general support number (a ringgroup or queue). There will be no effect on external calls." 
     1494msgid "" 
     1495"The CID Number to use for internal calls, if different from the extension " 
     1496"number. This is used to masquerade as a different user. A common example is " 
     1497"a team of support people who would like their internal callerid to display " 
     1498"the general support number (a ringgroup or queue). There will be no effect " 
     1499"on external calls." 
    14561500msgstr "" 
    14571501 
     
    14611505 
    14621506#: admin/modules/core/functions.inc.php:4402 
    1463 msgid "If you want to support direct sip dialing of users internally or through anonymous sip calls, you can supply a friendly name that can be used in addition to the users extension to call them." 
     1507msgid "" 
     1508"If you want to support direct sip dialing of users internally or through " 
     1509"anonymous sip calls, you can supply a friendly name that can be used in " 
     1510"addition to the users extension to call them." 
    14641511msgstr "" 
    14651512 
     
    14821529 
    14831530#: admin/modules/core/functions.inc.php:4431 
    1484 msgid "Overrides the caller id when dialing out a trunk. Any setting here will override the common outbound caller id set in the Trunks admin.<br><br>Format: <b>\"caller name\" &lt;#######&gt;</b><br><br>Leave this field blank to disable the outbound callerid feature for this user." 
     1531msgid "" 
     1532"Overrides the caller id when dialing out a trunk. Any setting here will " 
     1533"override the common outbound caller id set in the Trunks admin." 
     1534"<br><br>Format: <b>\"caller name\" &lt;#######&gt;</b><br><br>Leave this " 
     1535"field blank to disable the outbound callerid feature for this user." 
    14851536msgstr "" 
    14861537 
     
    14901541 
    14911542#: admin/modules/core/functions.inc.php:4433 
    1492 msgid "Number of seconds to ring prior to going to voicemail. Default will use the value set in the General Tab. If no voicemail is configured this will be ignored." 
     1543msgid "" 
     1544"Number of seconds to ring prior to going to voicemail. Default will use the " 
     1545"value set in the General Tab. If no voicemail is configured this will be " 
     1546"ignored." 
    14931547msgstr "" 
    14941548 
     
    15061560 
    15071561#: admin/modules/core/functions.inc.php:4442 
    1508 msgid "Call Screening requires external callers to say their name, which will be played back to the user and allow the user to accept or reject the call.  Screening with memory only verifies a caller for their caller-id once. Screening without memory always requires a caller to say their name. Either mode will always announce the caller based on the last introduction saved with that callerid. If any user on the system uses the memory option, when that user is called, the caller will be required to re-introduce themselves and all users on the system will have that new introduction associated with the caller's CallerId." 
     1562msgid "" 
     1563"Call Screening requires external callers to say their name, which will be " 
     1564"played back to the user and allow the user to accept or reject the call.  " 
     1565"Screening with memory only verifies a caller for their caller-id once. " 
     1566"Screening without memory always requires a caller to say their name. Either " 
     1567"mode will always announce the caller based on the last introduction saved " 
     1568"with that callerid. If any user on the system uses the memory option, when " 
     1569"that user is called, the caller will be required to re-introduce themselves " 
     1570"and all users on the system will have that new introduction associated with " 
     1571"the caller's CallerId." 
    15091572msgstr "" 
    15101573 
     
    15141577 
    15151578#: admin/modules/core/functions.inc.php:4443 
    1516 msgid "Enabling Pinless Dialing will allow this extension to bypass any pin codes normally required on outbound calls" 
     1579msgid "" 
     1580"Enabling Pinless Dialing will allow this extension to bypass any pin codes " 
     1581"normally required on outbound calls" 
    15171582msgstr "" 
    15181583 
     
    15341599 
    15351600#: admin/modules/core/functions.inc.php:4447 
    1536 msgid "A direct DID that is associated with this extension. The DID should be in the same format as provided by the provider (e.g. full number, 4 digits for 10x4, etc).<br><br>Format should be: <b>XXXXXXXXXX</b><br><br>.An optional CID can also be associated with this DID by setting the next box" 
     1601msgid "" 
     1602"A direct DID that is associated with this extension. The DID should be in " 
     1603"the same format as provided by the provider (e.g. full number, 4 digits for " 
     1604"10x4, etc).<br><br>Format should be: <b>XXXXXXXXXX</b><br><br>.An optional " 
     1605"CID can also be associated with this DID by setting the next box" 
    15371606msgstr "" 
    15381607 
     
    15421611 
    15431612#: admin/modules/core/functions.inc.php:4448 
    1544 msgid "Add a CID for more specific DID + CID routing. A DID must be specified in the above Add DID box. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 
     1613msgid "" 
     1614"Add a CID for more specific DID + CID routing. A DID must be specified in " 
     1615"the above Add DID box. In addition to standard dial sequences, you can also " 
     1616"put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in " 
     1617"order to catch these special cases if the Telco transmits them." 
    15451618msgstr "" 
    15461619 
     
    15861659 
    15871660#: admin/modules/core/functions.inc.php:4510 
    1588 msgid "The following extension numbers are in conflict, you can click on the item(s) below to edit the conflicting entity." 
     1661msgid "" 
     1662"The following extension numbers are in conflict, you can click on the item" 
     1663"(s) below to edit the conflicting entity." 
    15891664msgstr "" 
    15901665 
     
    16061681 
    16071682#: admin/modules/core/functions.inc.php:4563 
    1608 msgid "You have not entered a Secret for this device, although this is possible it is generally bad practice to not assign a Secret to a device. Are you sure you want to leave the Secret empty?" 
     1683msgid "" 
     1684"You have not entered a Secret for this device, although this is possible it " 
     1685"is generally bad practice to not assign a Secret to a device. Are you sure " 
     1686"you want to leave the Secret empty?" 
    16091687msgstr "" 
    16101688 
     
    17091787 
    17101788#: admin/modules/core/functions.inc.php:4752 
    1711 msgid "Give your device a unique integer ID.  The device will use this ID to authenticate to the system." 
     1789msgid "" 
     1790"Give your device a unique integer ID.  The device will use this ID to " 
     1791"authenticate to the system." 
    17121792msgstr "" 
    17131793 
    17141794#: admin/modules/core/functions.inc.php:4754 
    1715 msgid "The caller id name for this device will be set to this description until it is logged into." 
     1795msgid "" 
     1796"The caller id name for this device will be set to this description until it " 
     1797"is logged into." 
    17161798msgstr "" 
    17171799 
     
    17231805#: admin/modules/core/functions.inc.php:4755 
    17241806#: admin/modules/core/functions.inc.php:4760 
    1725 msgid "This caller id will always be set when dialing out an Outbound Route flagged as Emergency.  The Emergency CID overrides all other caller id settings." 
     1807msgid "" 
     1808"This caller id will always be set when dialing out an Outbound Route flagged " 
     1809"as Emergency.  The Emergency CID overrides all other caller id settings." 
    17261810msgstr "" 
    17271811 
     
    17311815 
    17321816#: admin/modules/core/functions.inc.php:4756 
    1733 msgid "Devices can be fixed or adhoc. Fixed devices are always associated to the same extension/user. Adhoc devices can be logged into and logged out of by users." 
     1817msgid "" 
     1818"Devices can be fixed or adhoc. Fixed devices are always associated to the " 
     1819"same extension/user. Adhoc devices can be logged into and logged out of by " 
     1820"users." 
    17341821msgstr "" 
    17351822 
     
    17391826 
    17401827#: admin/modules/core/functions.inc.php:4757 
    1741 msgid "Fixed devices will always mapped to this user.  Adhoc devices will be mapped to this user by default.<br><br>If selecting 'New User', a new User Extension of the same Device ID will be set as the Default User." 
     1828msgid "" 
     1829"Fixed devices will always mapped to this user.  Adhoc devices will be mapped " 
     1830"to this user by default.<br><br>If selecting 'New User', a new User " 
     1831"Extension of the same Device ID will be set as the Default User." 
    17421832msgstr "" 
    17431833 
     
    18271917#: admin/modules/core/install.php:159 
    18281918#, php-format 
    1829 msgid "There were %s failures migrating directdids, users table not being changed" 
     1919msgid "" 
     1920"There were %s failures migrating directdids, users table not being changed" 
    18301921msgstr "" 
    18311922 
     
    18441935 
    18451936#: admin/modules/core/install.php:174 
    1846 msgid "ERROR: could not access user table to migrate directdids to incoming table, aborting" 
     1937msgid "" 
     1938"ERROR: could not access user table to migrate directdids to incoming table, " 
     1939"aborting" 
    18471940msgstr "" 
    18481941 
     
    18681961msgstr "" 
    18691962 
    1870 #: admin/modules/core/install.php:221 
    1871 #: admin/modules/core/install.php:237 
     1963#: admin/modules/core/install.php:221 admin/modules/core/install.php:237 
    18721964msgid "fatal error" 
    18731965msgstr "" 
    18741966 
    1875 #: admin/modules/core/install.php:224 
    1876 #: admin/modules/core/install.php:240 
     1967#: admin/modules/core/install.php:224 admin/modules/core/install.php:240 
    18771968msgid "added" 
    18781969msgstr "" 
    18791970 
    1880 #: admin/modules/core/install.php:227 
    1881 #: admin/modules/core/install.php:243 
     1971#: admin/modules/core/install.php:227 admin/modules/core/install.php:243 
    18821972msgid "already exists" 
    18831973msgstr "" 
     
    19132003 
    19142004#: admin/modules/core/page.ampusers.php:165 
    1915 msgid "AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this module is not currently providing access control, and changing passwords here or adding users will have no effect unless AUTHTYPE is set to 'database'." 
     2005msgid "" 
     2006"AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this " 
     2007"module is not currently providing access control, and changing passwords " 
     2008"here or adding users will have no effect unless AUTHTYPE is set to " 
     2009"'database'." 
    19162010msgstr "" 
    19172011 
     
    19292023 
    19302024#: admin/modules/core/page.ampusers.php:191 
    1931 msgid "Department Name<span>Restrict this user's view of Digital Receptionist menus and System Recordings to only those for this department.</span>" 
     2025msgid "" 
     2026"Department Name<span>Restrict this user's view of Digital Receptionist menus " 
     2027"and System Recordings to only those for this department.</span>" 
    19322028msgstr "" 
    19332029 
    19342030#: admin/modules/core/page.ampusers.php:198 
    1935 msgid "Extension Range<span>Restrict this user's view to only Extensions, Ring Groups, and Queues within this range.</span>" 
     2031msgid "" 
     2032"Extension Range<span>Restrict this user's view to only Extensions, Ring " 
     2033"Groups, and Queues within this range.</span>" 
    19362034msgstr "" 
    19372035 
    19382036#: admin/modules/core/page.ampusers.php:207 
    1939 msgid "Admin Access<span>Select the Admin Sections this user should have access to.</span>" 
     2037msgid "" 
     2038"Admin Access<span>Select the Admin Sections this user should have access to." 
     2039"</span>" 
    19402040msgstr "" 
    19412041 
     
    19612061 
    19622062#: admin/modules/core/page.ampusers.php:268 
    1963 msgid "Username cannot start with a number, and can only contain letters and numbers" 
     2063msgid "" 
     2064"Username cannot start with a number, and can only contain letters and numbers" 
    19642065msgstr "" 
    19652066 
     
    19762077msgstr "" 
    19772078 
    1978 #: admin/modules/core/page.did.php:85 
    1979 #: admin/modules/core/page.did.php:173 
     2079#: admin/modules/core/page.did.php:85 admin/modules/core/page.did.php:173 
    19802080#: admin/modules/core/page.did.php:184 
    19812081msgid "Add Incoming Route" 
     
    20062106msgstr "" 
    20072107 
    2008 #: admin/modules/core/page.did.php:146 
    2009 #: admin/modules/core/page.trunks.php:293 
     2108#: admin/modules/core/page.did.php:146 admin/modules/core/page.trunks.php:293 
    20102109msgid "Route" 
    20112110msgstr "" 
    20122111 
    2013 #: admin/modules/core/page.did.php:149 
    2014 #: admin/modules/core/page.routing.php:275 
     2112#: admin/modules/core/page.did.php:149 admin/modules/core/page.routing.php:275 
    20152113#, php-format 
    20162114msgid "Delete Route %s" 
     
    20402138 
    20412139#: admin/modules/core/page.did.php:190 
    2042 msgid "Define the expected DID Number if your trunk passes DID on incoming calls. <br><br>Leave this blank to match calls with any or no DID info.<br><br>You can also use a pattern match (eg _2[345]X) to match a range of numbers" 
     2140msgid "" 
     2141"Define the expected DID Number if your trunk passes DID on incoming calls. " 
     2142"<br><br>Leave this blank to match calls with any or no DID info.<br><br>You " 
     2143"can also use a pattern match (eg _2[345]X) to match a range of numbers" 
    20432144msgstr "" 
    20442145 
     
    20482149 
    20492150#: admin/modules/core/page.did.php:194 
    2050 msgid "Define the Caller ID Number to be matched on incoming calls.<br><br>Leave this field blank to match any or no CID info. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 
     2151msgid "" 
     2152"Define the Caller ID Number to be matched on incoming calls.<br><br>Leave " 
     2153"this field blank to match any or no CID info. In addition to standard dial " 
     2154"sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous " 
     2155"and Unavailable in order to catch these special cases if the Telco transmits " 
     2156"them." 
    20512157msgstr "" 
    20522158 
     
    20562162 
    20572163#: admin/modules/core/page.did.php:199 
    2058 msgid "This effects CID ONLY routes where no DID is specified. If checked, calls with this CID will be routed to this route, even if there is a route to the DID that was called. Normal behavior is for the DID route to take the calls. If there is a specific DID/CID route for this CID, that route will still take the call when that DID is called." 
     2164msgid "" 
     2165"This effects CID ONLY routes where no DID is specified. If checked, calls " 
     2166"with this CID will be routed to this route, even if there is a route to the " 
     2167"DID that was called. Normal behavior is for the DID route to take the calls. " 
     2168"If there is a specific DID/CID route for this CID, that route will still " 
     2169"take the call when that DID is called." 
    20592170msgstr "" 
    20602171 
     
    20762187 
    20772188#: admin/modules/core/page.did.php:209 
    2078 msgid "You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:\", a call from John Doe would display as \"Sales:John Doe\" on the extensions that ring." 
     2189msgid "" 
     2190"You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:" 
     2191"\", a call from John Doe would display as \"Sales:John Doe\" on the " 
     2192"extensions that ring." 
    20792193msgstr "" 
    20802194 
     
    20842198 
    20852199#: admin/modules/core/page.did.php:214 
    2086 msgid "Set the MoH class that will be used for calls that come in on this route. For example, choose a type appropriate for routes coming in from a country which may have announcements in their language." 
     2200msgid "" 
     2201"Set the MoH class that will be used for calls that come in on this route. " 
     2202"For example, choose a type appropriate for routes coming in from a country " 
     2203"which may have announcements in their language." 
    20872204msgstr "" 
    20882205 
     
    20962213 
    20972214#: admin/modules/core/page.did.php:234 
    2098 msgid "Some devices or providers require RINGING to be sent before ANSWER. You'll notice this happening if you can send calls directly to a phone, but if you send it to an IVR, it won't connect the call." 
     2215msgid "" 
     2216"Some devices or providers require RINGING to be sent before ANSWER. You'll " 
     2217"notice this happening if you can send calls directly to a phone, but if you " 
     2218"send it to an IVR, it won't connect the call." 
    20992219msgstr "" 
    21002220 
     
    21042224 
    21052225#: admin/modules/core/page.did.php:238 
    2106 msgid "An optional delay to wait before processing this route. Setting this value will delay the channel from answering the call. This may be handy if external fax equipment or security systems are installed in parallel and you would like them to be able to seize the line." 
     2226msgid "" 
     2227"An optional delay to wait before processing this route. Setting this value " 
     2228"will delay the channel from answering the call. This may be handy if " 
     2229"external fax equipment or security systems are installed in parallel and you " 
     2230"would like them to be able to seize the line." 
    21072231msgstr "" 
    21082232 
     
    21162240 
    21172241#: admin/modules/core/page.did.php:245 
    2118 msgid "If no Caller ID is sent, Privacy Manager will asks the caller to enter their 10 digit phone number. The caller is given 3 attempts. The number of digits and attempts can be defined in privacy.conf. If a user has Call Screening enabled, the incoming caller will be asked to enter their CallerId here if enabled, and then to say their name once determined that the called user requires it." 
    2119 msgstr "" 
    2120  
    2121 #: admin/modules/core/page.did.php:248 
    2122 #: admin/modules/core/page.general.php:438 
     2242msgid "" 
     2243"If no Caller ID is sent, Privacy Manager will asks the caller to enter their " 
     2244"10 digit phone number. The caller is given 3 attempts. The number of digits " 
     2245"and attempts can be defined in privacy.conf. If a user has Call Screening " 
     2246"enabled, the incoming caller will be asked to enter their CallerId here if " 
     2247"enabled, and then to say their name once determined that the called user " 
     2248"requires it." 
     2249msgstr "" 
     2250 
     2251#: admin/modules/core/page.did.php:248 admin/modules/core/page.general.php:438 
    21232252msgid "No" 
    21242253msgstr "" 
    21252254 
    2126 #: admin/modules/core/page.did.php:249 
    2127 #: admin/modules/core/page.general.php:437 
     2255#: admin/modules/core/page.did.php:249 admin/modules/core/page.general.php:437 
    21282256msgid "Yes" 
    21292257msgstr "" 
     
    21382266 
    21392267#: admin/modules/core/page.did.php:258 
    2140 msgid "Select 'system' to have the system receive and email faxes.<br><br>The FreePBX default is defined in General Settings." 
     2268msgid "" 
     2269"Select 'system' to have the system receive and email faxes.<br><br>The " 
     2270"FreePBX default is defined in General Settings." 
    21412271msgstr "" 
    21422272 
     
    21452275msgstr "" 
    21462276 
    2147 #: admin/modules/core/page.did.php:263 
    2148 #: admin/modules/core/page.general.php:368 
     2277#: admin/modules/core/page.did.php:263 admin/modules/core/page.general.php:368 
    21492278msgid "disabled" 
    21502279msgstr "" 
    21512280 
    2152 #: admin/modules/core/page.did.php:264 
    2153 #: admin/modules/core/page.general.php:369 
     2281#: admin/modules/core/page.did.php:264 admin/modules/core/page.general.php:369 
    21542282msgid "system" 
    21552283msgstr "" 
     
    21602288 
    21612289#: admin/modules/core/page.did.php:279 
    2162 msgid "Email address is used if 'system' has been chosen for the fax extension above.<br><br>Leave this blank to use the FreePBX default in General Settings." 
     2290msgid "" 
     2291"Email address is used if 'system' has been chosen for the fax extension " 
     2292"above.<br><br>Leave this blank to use the FreePBX default in General " 
     2293"Settings." 
    21632294msgstr "" 
    21642295 
     
    21682299 
    21692300#: admin/modules/core/page.did.php:286 
    2170 msgid "Selecting Zaptel or NVFax will immediately answer the call and play ringing tones to the caller for the number of seconds in Pause below. Use NVFax on SIP or IAX trunks." 
     2301msgid "" 
     2302"Selecting Zaptel or NVFax will immediately answer the call and play ringing " 
     2303"tones to the caller for the number of seconds in Pause below. Use NVFax on " 
     2304"SIP or IAX trunks." 
    21712305msgstr "" 
    21722306 
     
    21882322 
    21892323#: admin/modules/core/page.did.php:296 
    2190 msgid "The number of seconds we should wait after performing an Immediate Answer. The primary purpose of this is to pause and listen for a fax tone before allowing the call to proceed." 
     2324msgid "" 
     2325"The number of seconds we should wait after performing an Immediate Answer. " 
     2326"The primary purpose of this is to pause and listen for a fax tone before " 
     2327"allowing the call to proceed." 
    21912328msgstr "" 
    21922329 
     
    22212358#: admin/modules/core/page.did.php:331 
    22222359msgid "" 
    2223 "Leaving the DID Number AND the Caller ID Number empty will match all incoming calls received not routed using any other defined Incoming Route.\\n
    2224 "\\n" 
    2225 "Are you sure?" 
     2360"Leaving the DID Number AND the Caller ID Number empty will match all
     2361"incoming calls received not routed using any other defined Incoming Route.\\n" 
     2362"\\nAre you sure?" 
    22262363msgstr "" 
    22272364 
    22282365#: admin/modules/core/page.did.php:332 
    22292366msgid "" 
    2230 "DID information is normally just an incoming telephone number or for advanced users, a valid Asterisk Dial Pattern\\n" 
    2231 "\\n" 
    2232 "You have entered a non standard DID pattern.\\n" 
    2233 "\\n" 
    2234 "Are you sure this is correct?" 
     2367"DID information is normally just an incoming telephone number or for " 
     2368"advanced users, a valid Asterisk Dial Pattern\\n\\nYou have entered a non " 
     2369"standard DID pattern.\\n\\nAre you sure this is correct?" 
    22352370msgstr "" 
    22362371 
     
    22672402#: admin/modules/core/page.general.php:113 
    22682403#: admin/modules/core/page.general.php:123 
    2269 msgid "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 
     2404msgid "" 
     2405"w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 
    22702406msgstr "" 
    22712407 
    22722408#: admin/modules/core/page.general.php:114 
    22732409#: admin/modules/core/page.general.php:124 
    2274 msgid "W: Allow the calling user to start recording after pressing *1 (Asterisk v1.2)" 
     2410msgid "" 
     2411"W: Allow the calling user to start recording after pressing *1 (Asterisk " 
     2412"v1.2)" 
    22752413msgstr "" 
    22762414 
     
    22922430 
    22932431#: admin/modules/core/page.general.php:136 
    2294 msgid "This will override the recording settings of all extensions/users. If enabled, the system will ignore all Record Always settings of a user and will not turn on recording. This does not effect On Demand recording controlled by the dial options 'w' and 'W' above. It does not effect other recording settings in modules such as Queues and Conferences. If you don't use recordings, setting this is beneficial to system performance as it removes the check that is otherwise done on every single call." 
     2432msgid "" 
     2433"This will override the recording settings of all extensions/users. If " 
     2434"enabled, the system will ignore all Record Always settings of a user and " 
     2435"will not turn on recording. This does not effect On Demand recording " 
     2436"controlled by the dial options 'w' and 'W' above. It does not effect other " 
     2437"recording settings in modules such as Queues and Conferences. If you don't " 
     2438"use recordings, setting this is beneficial to system performance as it " 
     2439"removes the check that is otherwise done on every single call." 
    22952440msgstr "" 
    22962441 
     
    23362481 
    23372482#: admin/modules/core/page.general.php:160 
    2338 msgid "Override the default location where asterisk will store call recordings. Include the trailing /. Be sure to set proper permissions on the directory for the asterisk user." 
     2483msgid "" 
     2484"Override the default location where asterisk will store call recordings. " 
     2485"Include the trailing /. Be sure to set proper permissions on the directory " 
     2486"for the asterisk user." 
    23392487msgstr "" 
    23402488 
     
    23442492 
    23452493#: admin/modules/core/page.general.php:167 
    2346 msgid "An optional script to be run after the call is hungup. You can include channel and MixMon variables like ${CALLFILENAME}, ${MIXMON_FORMAT} and ${MIXMON_DIR}. To ensure that you variables are properly escaped, use the following notation: ^{MY_VAR}" 
     2494msgid "" 
     2495"An optional script to be run after the call is hungup. You can include " 
     2496"channel and MixMon variables like ${CALLFILENAME}, ${MIXMON_FORMAT} and " 
     2497"${MIXMON_DIR}. To ensure that you variables are properly escaped, use the " 
     2498"following notation: ^{MY_VAR}" 
    23472499msgstr "" 
    23482500 
     
    23562508 
    23572509#: admin/modules/core/page.general.php:178 
    2358 msgid "Default number of seconds to ring phones before sending callers to voicemail. This can be set per extension/user and will have no effect on phones with no voicemail." 
     2510msgid "" 
     2511"Default number of seconds to ring phones before sending callers to " 
     2512"voicemail. This can be set per extension/user and will have no effect on " 
     2513"phones with no voicemail." 
    23592514msgstr "" 
    23602515 
     
    23642519 
    23652520#: admin/modules/core/page.general.php:185 
    2366 msgid "Prefix used to dial directly to someone's voicemail. Caution should be taken in choosing this prefix to avoid conflicts with featurecodes." 
     2521msgid "" 
     2522"Prefix used to dial directly to someone's voicemail. Caution should be taken " 
     2523"in choosing this prefix to avoid conflicts with featurecodes." 
    23672524msgstr "" 
    23682525 
     
    23722529 
    23732530#: admin/modules/core/page.general.php:192 
    2374 msgid "Default message type to use when dialing direct to an extensions voicemail" 
     2531msgid "" 
     2532"Default message type to use when dialing direct to an extensions voicemail" 
    23752533msgstr "" 
    23762534 
     
    24002558 
    24012559#: admin/modules/core/page.general.php:210 
    2402 msgid "Check this to remove the default message \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" That is played after the voicemail greeting (the s option). This applies globally to all vm boxes." 
     2560msgid "" 
     2561"Check this to remove the default message \"Please leave your message after " 
     2562"the tone. When done, hang-up, or press the pound key.\" That is played after " 
     2563"the voicemail greeting (the s option). This applies globally to all vm boxes." 
    24032564msgstr "" 
    24042565 
     
    24202581 
    24212582#: admin/modules/core/page.general.php:229 
    2422 msgid "This is the default location that a caller will be sent if they don't press any key (timeout) or press # which is interpreted as a timeout. Set this to 'dovm' to go to voicemail (default)." 
     2583msgid "" 
     2584"This is the default location that a caller will be sent if they don't press " 
     2585"any key (timeout) or press # which is interpreted as a timeout. Set this to " 
     2586"'dovm' to go to voicemail (default)." 
    24232587msgstr "" 
    24242588 
     
    24282592 
    24292593#: admin/modules/core/page.general.php:238 
    2430 msgid "This is the default location that a caller will be sent if they press an invalid options too man times, as defined by the Maximum Loops count. Set this to 'dovm' to go to voicemail (default)." 
     2594msgid "" 
     2595"This is the default location that a caller will be sent if they press an " 
     2596"invalid options too man times, as defined by the Maximum Loops count. Set " 
     2597"this to 'dovm' to go to voicemail (default)." 
    24312598msgstr "" 
    24322599 
     
    24372604#: admin/modules/core/page.general.php:247 
    24382605#: admin/modules/core/page.general.php:259 
    2439 msgid "If this destination is voicemail, select whether or not to play the standard voicemail instructions or just beep." 
     2606msgid "" 
     2607"If this destination is voicemail, select whether or not to play the standard " 
     2608"voicemail instructions or just beep." 
    24402609msgstr "" 
    24412610 
     
    24612630 
    24622631#: admin/modules/core/page.general.php:271 
    2463 msgid "If a user defined option is to go to voicemail (using the 'dovm' extension) this is the default option if not specified by the user's settings." 
     2632msgid "" 
     2633"If a user defined option is to go to voicemail (using the 'dovm' extension) " 
     2634"this is the default option if not specified by the user's settings." 
    24642635msgstr "" 
    24652636 
     
    24692640 
    24702641#: admin/modules/core/page.general.php:283 
    2471 msgid "Time to wait after message has played to timeout and/or repeat the message if no entry pressed." 
     2642msgid "" 
     2643"Time to wait after message has played to timeout and/or repeat the message " 
     2644"if no entry pressed." 
    24722645msgstr "" 
    24732646 
     
    24812654 
    24822655#: admin/modules/core/page.general.php:301 
    2483 msgid "Number of times to play the recorded message if the caller does not press any options and it times out." 
     2656msgid "" 
     2657"Number of times to play the recorded message if the caller does not press " 
     2658"any options and it times out." 
    24842659msgstr "" 
    24852660 
     
    24942669 
    24952670#: admin/modules/core/page.general.php:319 
    2496 msgid "Number of times to play invalid options and repeat the message upon receiving an undefined option." 
     2671msgid "" 
     2672"Number of times to play invalid options and repeat the message upon " 
     2673"receiving an undefined option." 
    24972674msgstr "" 
    24982675 
     
    25062683 
    25072684#: admin/modules/core/page.general.php:339 
    2508 msgid "The Company Directory allows a caller to spell the user's first name, last name, or both when searching for a user. This will select which of these modes are used." 
     2685msgid "" 
     2686"The Company Directory allows a caller to spell the user's first name, last " 
     2687"name, or both when searching for a user. This will select which of these " 
     2688"modes are used." 
    25092689msgstr "" 
    25102690 
     
    25262706 
    25272707#: admin/modules/core/page.general.php:348 
    2528 msgid "Plays a message \"Please hold while I transfer you to extension xxx\" that lets the caller know what extension to use in the future when connecting from the company directory." 
     2708msgid "" 
     2709"Plays a message \"Please hold while I transfer you to extension xxx\" that " 
     2710"lets the caller know what extension to use in the future when connecting " 
     2711"from the company directory." 
    25292712msgstr "" 
    25302713 
     
    25342717 
    25352718#: admin/modules/core/page.general.php:354 
    2536 msgid "When users hit '0' in the directory, they are put through to this number. Note that it" 
     2719msgid "" 
     2720"When users hit '0' in the directory, they are put through to this number. " 
     2721"Note that it" 
    25372722msgstr "" 
    25382723 
    25392724#: admin/modules/core/page.general.php:355 
    2540 msgid " does NOT need to be an extension, it can be a Ring Group, or even an external number." 
     2725msgid "" 
     2726" does NOT need to be an extension, it can be a Ring Group, or even an " 
     2727"external number." 
    25412728msgstr "" 
    25422729 
     
    25502737 
    25512738#: admin/modules/core/page.general.php:364 
    2552 msgid "Select 'system' to have the system receive and email faxes.<br>Selecting 'disabled' will result in incoming calls being answered more quickly." 
     2739msgid "" 
     2740"Select 'system' to have the system receive and email faxes.<br>Selecting " 
     2741"'disabled' will result in incoming calls being answered more quickly." 
    25532742msgstr "" 
    25542743 
     
    25582747 
    25592748#: admin/modules/core/page.general.php:382 
    2560 msgid "Email address used if 'system' has been chosen for the fax extension above." 
     2749msgid "" 
     2750"Email address used if 'system' has been chosen for the fax extension above." 
    25612751msgstr "" 
    25622752 
     
    25662756 
    25672757#: admin/modules/core/page.general.php:387 
    2568 msgid "Email address that faxes appear to come from if 'system' has been chosen for the fax extension above." 
     2758msgid "" 
     2759"Email address that faxes appear to come from if 'system' has been chosen for " 
     2760"the fax extension above." 
    25692761msgstr "" 
    25702762 
     
    25862778 
    25872779#: admin/modules/core/page.general.php:404 
    2588 msgid "Select Yes if you use 24-hour format or No if you are using 12-hour am/pm format" 
     2780msgid "" 
     2781"Select Yes if you use 24-hour format or No if you are using 12-hour am/pm " 
     2782"format" 
    25892783msgstr "" 
    25902784 
     
    26122806 
    26132807#: admin/modules/core/page.general.php:417 
    2614 msgid "Setting this to 'yes' will potentially allow ANYBODY to call into your Asterisk server using the SIP protocol" 
     2808msgid "" 
     2809"Setting this to 'yes' will potentially allow ANYBODY to call into your " 
     2810"Asterisk server using the SIP protocol" 
    26152811msgstr "" 
    26162812 
    26172813#: admin/modules/core/page.general.php:418 
    2618 msgid "It should only be used if you fully understand the impact of allowing anonymous calls into your server" 
     2814msgid "" 
     2815"It should only be used if you fully understand the impact of allowing " 
     2816"anonymous calls into your server" 
    26192817msgstr "" 
    26202818 
     
    26282826 
    26292827#: admin/modules/core/page.general.php:433 
    2630 msgid "Choosing Yes will result in the system automatically checking for updates nighly. The resulting infomation will be displayed in the dashboard and will be optionally emailed to the address below if provided.<br />This will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and to track version usage to focus development and maintenance efforts. No private information is transmitted." 
     2828msgid "" 
     2829"Choosing Yes will result in the system automatically checking for updates " 
     2830"nighly. The resulting infomation will be displayed in the dashboard and will " 
     2831"be optionally emailed to the address below if provided.<br />This will " 
     2832"transmit your FreePBX and Asterisk version numbers along with a unique but " 
     2833"random identifier. This is used to provide proper update information and to " 
     2834"track version usage to focus development and maintenance efforts. No private " 
     2835"information is transmitted." 
    26312836msgstr "" 
    26322837 
     
    26362841 
    26372842#: admin/modules/core/page.general.php:445 
    2638 msgid "Email address where online updates will be sent. Leaving blank will result in no updates being sent." 
     2843msgid "" 
     2844"Email address where online updates will be sent. Leaving blank will result " 
     2845"in no updates being sent." 
    26392846msgstr "" 
    26402847 
     
    26482855 
    26492856#: admin/modules/core/page.general.php:477 
    2650 msgid "You have selected the 'r' option for your trunks. This is highly discouraged and will create problems with calls on many PRI, VoIP, ISDN and other trunks that are capable of signaling. Asterisk will generate a ringing tone until the signalling indicates the line is answered. This will result in some external IVRs being inaccessible and other strange problems." 
     2857msgid "" 
     2858"You have selected the 'r' option for your trunks. This is highly discouraged " 
     2859"and will create problems with calls on many PRI, VoIP, ISDN and other trunks " 
     2860"that are capable of signaling. Asterisk will generate a ringing tone until " 
     2861"the signalling indicates the line is answered. This will result in some " 
     2862"external IVRs being inaccessible and other strange problems." 
    26512863msgstr "" 
    26522864 
     
    26892901 
    26902902#: admin/modules/core/page.routing.php:290 
    2691 msgid "Name of this route. Should be used to describe what type of calls this route matches (for example, 'local' or 'longdistance')." 
     2903msgid "" 
     2904"Name of this route. Should be used to describe what type of calls this route " 
     2905"matches (for example, 'local' or 'longdistance')." 
    26922906msgstr "" 
    26932907 
     
    27132927 
    27142928#: admin/modules/core/page.routing.php:318 
    2715 msgid "Optional: A route can prompt users for a password before allowing calls to progress.  This is useful for restricting calls to international destinations or 1-900 numbers.<br><br>A numerical password, or the path to an Authenticate password file can be used.<br><br>Leave this field blank to not prompt for password.</span>" 
     2929msgid "" 
     2930"Optional: A route can prompt users for a password before allowing calls to " 
     2931"progress.  This is useful for restricting calls to international " 
     2932"destinations or 1-900 numbers.<br><br>A numerical password, or the path to " 
     2933"an Authenticate password file can be used.<br><br>Leave this field blank to " 
     2934"not prompt for password.</span>" 
    27162935msgstr "" 
    27172936 
     
    27212940 
    27222941#: admin/modules/core/page.routing.php:327 
    2723 msgid "Optional: Selecting this option will enforce the use of a device's Emergency CID setting (if set).  Select this option if this set of routes is used for emergency dialing (ie: 911).</span>" 
     2942msgid "" 
     2943"Optional: Selecting this option will enforce the use of a device's Emergency " 
     2944"CID setting (if set).  Select this option if this set of routes is used for " 
     2945"emergency dialing (ie: 911).</span>" 
    27242946msgstr "" 
    27252947 
     
    27292951 
    27302952#: admin/modules/core/page.routing.php:331 
    2731 msgid "Optional: Selecting this option will treat this route as a intra-company connection, preserving the internal Caller ID information and not use the outbound CID of either the extension or trunk.</span>" 
     2953msgid "" 
     2954"Optional: Selecting this option will treat this route as a intra-company " 
     2955"connection, preserving the internal Caller ID information and not use the " 
     2956"outbound CID of either the extension or trunk.</span>" 
    27322957msgstr "" 
    27332958 
     
    27372962 
    27382963#: admin/modules/core/page.routing.php:336 
    2739 msgid "You can choose which music category to use. For example, choose a type appropriate for a destination country which may have announcements in the appropriate language." 
     2964msgid "" 
     2965"You can choose which music category to use. For example, choose a type " 
     2966"appropriate for a destination country which may have announcements in the " 
     2967"appropriate language." 
    27402968msgstr "" 
    27412969 
     
    27452973 
    27462974#: admin/modules/core/page.routing.php:354 
    2747 msgid "A Dial Pattern is a unique set of digits that will select this trunk. Enter one dial pattern per line." 
     2975msgid "" 
     2976"A Dial Pattern is a unique set of digits that will select this trunk. Enter " 
     2977"one dial pattern per line." 
    27482978msgstr "" 
    27492979 
     
    27703000#: admin/modules/core/page.routing.php:358 
    27713001#: admin/modules/core/page.trunks.php:414 
    2772 msgid "matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 
     3002msgid "" 
     3003"matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 
    27733004msgstr "" 
    27743005 
     
    27783009 
    27793010#: admin/modules/core/page.routing.php:360 
    2780 msgid "separates a dialing prefix from the number (for example, 9|NXXXXXX would match when some dialed \"95551234\" but would only pass \"5551234\" to the trunks)" 
     3011msgid "" 
     3012"separates a dialing prefix from the number (for example, 9|NXXXXXX would " 
     3013"match when some dialed \"95551234\" but would only pass \"5551234\" to the " 
     3014"trunks)" 
    27813015msgstr "" 
    27823016 
     
    27913025 
    27923026#: admin/modules/core/page.routing.php:403 
    2793 msgid "These options provide a quick way to add outbound dialing rules. Follow the prompts for each." 
     3027msgid "" 
     3028"These options provide a quick way to add outbound dialing rules. Follow the " 
     3029"prompts for each." 
    27943030msgstr "" 
    27953031 
     
    28003036 
    28013037#: admin/modules/core/page.routing.php:404 
    2802 msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7, 10 or 11 digits (5551234, 6135551234, 16135551234) to access this route." 
     3038msgid "" 
     3039"This looks up your local number on www.localcallingguide.com (NA-only), and " 
     3040"sets up so you can dial either 7, 10 or 11 digits (5551234, 6135551234, " 
     3041"16135551234) to access this route." 
    28033042msgstr "" 
    28043043 
     
    28063045#: admin/modules/core/page.trunks.php:479 
    28073046msgid "" 
    2808 "What is your areacode + prefix (NPA-NXX)?\\n" 
    2809 "\\n" 
    2810 "(Note: this database contains North American numbers only, and is not guaranteed to be 100% accurate. You will still have the option of modifying results.)\\n" 
    2811 "\\n" 
    2812 "This may take a few seconds." 
     3047"What is your areacode + prefix (NPA-NXX)?\\n\\n(Note: this database contains " 
     3048"North American numbers only, and is not guaranteed to be 100% accurate. You " 
     3049"will still have the option of modifying results.)\\n\\nThis may take a few " 
     3050"seconds." 
    28133051msgstr "" 
    28143052 
     
    28213059#: admin/modules/core/page.trunks.php:493 
    28223060msgid "" 
    2823 "Error: Cannot continue!\\n
    2824 "\\n
    2825 "Prefix lookup requires cURL support in PHP on the server. Please install or enable cURL support in your PHP installation to use this function. See http://www.php.net/curl for more information." 
     3061"Error: Cannot continue!\\n\\nPrefix lookup requires cURL support in PHP on
     3062"the server. Please install or enable cURL support in your PHP installation
     3063"to use this function. See http://www.php.net/curl for more information." 
    28263064msgstr "" 
    28273065 
     
    28643102 
    28653103#: admin/modules/core/page.routing.php:496 
    2866 msgid "The Trunk Sequence controls the order of trunks that will be used when the above Dial Patterns are matched. <br><br>For Dial Patterns that match long distance numbers, for example, you'd want to pick the cheapest routes for long distance (ie, VoIP trunks first) followed by more expensive routes (POTS lines)." 
     3104msgid "" 
     3105"The Trunk Sequence controls the order of trunks that will be used when the " 
     3106"above Dial Patterns are matched. <br><br>For Dial Patterns that match long " 
     3107"distance numbers, for example, you'd want to pick the cheapest routes for " 
     3108"long distance (ie, VoIP trunks first) followed by more expensive routes " 
     3109"(POTS lines)." 
    28673110msgstr "" 
    28683111 
     
    29633206 
    29643207#: admin/modules/core/page.trunks.php:298 
    2965 msgid "This trunk will not be able to be used for outbound calls until a route is setup that uses it. Click on <b>Outbound Routes</b> to setup routing." 
     3208msgid "" 
     3209"This trunk will not be able to be used for outbound calls until a route is " 
     3210"setup that uses it. Click on <b>Outbound Routes</b> to setup routing." 
     3211msgstr "" 
     3212 
     3213#: admin/modules/core/page.trunks.php:325 
     3214#, php-format 
     3215msgid "Add %s Trunk" 
    29663216msgstr "" 
    29673217 
    29683218#: admin/modules/core/page.trunks.php:329 
    2969 msgid "FreePBX offers limited support for DUNDi trunks and additional manual configuration is required. The trunk name should correspond to the [mappings] section of the remote dundi.conf systems. For example, you may have a mapping on the remote system, and corresponding configurations in dundi.conf locally, that looks as follows:<br /><br />[mappings]<br />priv => dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /><br />In this example, you would create this trunk and name it priv. You would then create the corresponding IAX2 trunk with proper settings to work with DUNDi. This can be done by making an IAX2 trunk in FreePBX or by using the iax_custom.conf file.<br />The dundi-extens context in this example must be created in extensions_custom.conf. This can simply include contexts such as ext-local, ext-intercom-users, ext-paging and so forth to provide access to the corresponding extensions and features provided by these various contexts and generated by FreePBX." 
     3219msgid "" 
     3220"FreePBX offers limited support for DUNDi trunks and additional manual " 
     3221"configuration is required. The trunk name should correspond to the " 
     3222"[mappings] section of the remote dundi.conf systems. For example, you may " 
     3223"have a mapping on the remote system, and corresponding configurations in " 
     3224"dundi.conf locally, that looks as follows:<br /><br />[mappings]<br />priv " 
     3225"=> dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /" 
     3226"><br />In this example, you would create this trunk and name it priv. You " 
     3227"would then create the corresponding IAX2 trunk with proper settings to work " 
     3228"with DUNDi. This can be done by making an IAX2 trunk in FreePBX or by using " 
     3229"the iax_custom.conf file.<br />The dundi-extens context in this example must " 
     3230"be created in extensions_custom.conf. This can simply include contexts such " 
     3231"as ext-local, ext-intercom-users, ext-paging and so forth to provide access " 
     3232"to the corresponding extensions and features provided by these various " 
     3233"contexts and generated by FreePBX." 
    29703234msgstr "" 
    29713235 
     
    29753239 
    29763240#: admin/modules/core/page.trunks.php:356 
    2977 msgid "Caller ID for calls placed out on this trunk<br><br>Format: <b>\"caller name\" &lt;#######&gt;</b>. You can also use the magic string 'hidden' to hide the CallerID sent out over Digital lines ONLY (E1/T1/J1/BRI/SIP/IAX)" 
     3241msgid "" 
     3242"Caller ID for calls placed out on this trunk<br><br>Format: <b>\"caller name" 
     3243"\" &lt;#######&gt;</b>. You can also use the magic string 'hidden' to hide " 
     3244"the CallerID sent out over Digital lines ONLY (E1/T1/J1/BRI/SIP/IAX)" 
    29783245msgstr "" 
    29793246 
     
    29833250 
    29843251#: admin/modules/core/page.trunks.php:363 
    2985 msgid "Some VoIP providers will drop the call if you try to send an invalid CallerID (one you don't 'own.' Use this to never send a CallerID that you haven't explicitly specified in this trunk or in the outbound callerid field of an extension/user. You might notice this problem if you discover that Follow-Me or RingGroups with external numbers don't work properly. Checking this box has the effect of disabling 'foreign' callerids from going out this trunk. You must define an Outbound Caller ID on the this trunk when checking this." 
     3252msgid "" 
     3253"Some VoIP providers will drop the call if you try to send an invalid " 
     3254"CallerID (one you don't 'own.' Use this to never send a CallerID that you " 
     3255"haven't explicitly specified in this trunk or in the outbound callerid field " 
     3256"of an extension/user. You might notice this problem if you discover that " 
     3257"Follow-Me or RingGroups with external numbers don't work properly. Checking " 
     3258"this box has the effect of disabling 'foreign' callerids from going out this " 
     3259"trunk. You must define an Outbound Caller ID on the this trunk when checking " 
     3260"this." 
    29863261msgstr "" 
    29873262 
     
    29933268#: admin/modules/core/page.trunks.php:373 
    29943269#, php-format 
    2995 msgid "Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. To count inbound calls against this maximum, use the auto-generated context: %s as the inbound trunk's context. (see extensions_additional.conf) Leave blank to specify no maximum." 
     3270msgid "" 
     3271"Controls the maximum number of outbound channels (simultaneous calls) that " 
     3272"can be used on this trunk. To count inbound calls against this maximum, use " 
     3273"the auto-generated context: %s as the inbound trunk's context. (see " 
     3274"extensions_additional.conf) Leave blank to specify no maximum." 
    29963275msgstr "" 
    29973276 
    29983277#: admin/modules/core/page.trunks.php:377 
    2999 msgid "Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. Inbound calls are not counted against the maximum. Leave blank to specify no maximum." 
     3278msgid "" 
     3279"Controls the maximum number of outbound channels (simultaneous calls) that " 
     3280"can be used on this trunk. Inbound calls are not counted against the " 
     3281"maximum. Leave blank to specify no maximum." 
    30003282msgstr "" 
    30013283 
     
    30133295 
    30143296#: admin/modules/core/page.trunks.php:395 
    3015 msgid "If checked, supply the name of a custom AGI Script that will be called to report, log, email or otherwise take some action on trunk failures that are not caused by either NOANSWER or CANCEL." 
     3297msgid "" 
     3298"If checked, supply the name of a custom AGI Script that will be called to " 
     3299"report, log, email or otherwise take some action on trunk failures that are " 
     3300"not caused by either NOANSWER or CANCEL." 
    30163301msgstr "" 
    30173302 
     
    30253310 
    30263311#: admin/modules/core/page.trunks.php:410 
    3027 msgid "A Dial Rule controls how calls will be dialed on this trunk. It can be used to add or remove prefixes. Numbers that don't match any patterns defined here will be dialed as-is. Note that a pattern without a + or | (to add or remove a prefix) will not make any changes but will create a match. Only the first matched rule will be executed and the remaining rules will not be acted on." 
     3312msgid "" 
     3313"A Dial Rule controls how calls will be dialed on this trunk. It can be used " 
     3314"to add or remove prefixes. Numbers that don't match any patterns defined " 
     3315"here will be dialed as-is. Note that a pattern without a + or | (to add or " 
     3316"remove a prefix) will not make any changes but will create a match. Only the " 
     3317"first matched rule will be executed and the remaining rules will not be " 
     3318"acted on." 
    30283319msgstr "" 
    30293320 
     
    30333324 
    30343325#: admin/modules/core/page.trunks.php:416 
    3035 msgid "removes a dialing prefix from the number (for example, 613|NXXXXXX would match when some dialed \"6135551234\" but would only pass \"5551234\" to the trunk)" 
     3326msgid "" 
     3327"removes a dialing prefix from the number (for example, 613|NXXXXXX would " 
     3328"match when some dialed \"6135551234\" but would only pass \"5551234\" to the " 
     3329"trunk)" 
    30363330msgstr "" 
    30373331 
    30383332#: admin/modules/core/page.trunks.php:417 
    3039 msgid "adds a dialing prefix from the number (for example, 1613+NXXXXXX would match when some dialed \"5551234\" and would pass \"16135551234\" to the trunk)" 
     3333msgid "" 
     3334"adds a dialing prefix from the number (for example, 1613+NXXXXXX would match " 
     3335"when some dialed \"5551234\" and would pass \"16135551234\" to the trunk)" 
    30403336msgstr "" 
    30413337 
    30423338#: admin/modules/core/page.trunks.php:418 
    3043 msgid "You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match \"016065551234\" and dial it as \"0116065551234\" Note that the order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." 
     3339msgid "" 
     3340"You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match " 
     3341"\"016065551234\" and dial it as \"0116065551234\" Note that the order does " 
     3342"not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." 
    30443343msgstr "" 
    30453344 
     
    30543353 
    30553354#: admin/modules/core/page.trunks.php:435 
    3056 msgid "is useful for VoIP trunks, where if a number is dialed as \"5551234\", it can be converted to \"16135551234\"." 
     3355msgid "" 
     3356"is useful for VoIP trunks, where if a number is dialed as \"5551234\", it " 
     3357"can be converted to \"16135551234\"." 
    30573358msgstr "" 
    30583359 
     
    30633364 
    30643365#: admin/modules/core/page.trunks.php:436 
    3065 msgid "is useful for ZAP trunks, where if a local number is dialed as \"6135551234\", it can be converted to \"555-1234\"." 
     3366msgid "" 
     3367"is useful for ZAP trunks, where if a local number is dialed as \"6135551234" 
     3368"\", it can be converted to \"555-1234\"." 
    30663369msgstr "" 
    30673370 
     
    30713374 
    30723375#: admin/modules/core/page.trunks.php:437 
    3073 msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7 or 10 digits (regardless of what your PSTN is) on a local trunk (where you have to dial 1+area code for long distance, but only 5551234 (7-digit dialing) or 6135551234 (10-digit dialing) for local calls" 
     3376msgid "" 
     3377"This looks up your local number on www.localcallingguide.com (NA-only), and " 
     3378"sets up so you can dial either 7 or 10 digits (regardless of what your PSTN " 
     3379"is) on a local trunk (where you have to dial 1+area code for long distance, " 
     3380"but only 5551234 (7-digit dialing) or 6135551234 (10-digit dialing) for " 
     3381"local calls" 
    30743382msgstr "" 
    30753383 
     
    30963404#: admin/modules/core/page.trunks.php:501 
    30973405msgid "" 
    3098 "What is the local dialing pattern?\\n" 
    3099 "\\n" 
    3100 "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 
     3406"What is the local dialing pattern?\\n\\n(ie. NXXNXXXXXX for US/CAN 10-digit " 
     3407"dialing, NXXXXXX for 7-digit)" 
    31013408msgstr "" 
    31023409 
     
    31083415#: admin/modules/core/page.trunks.php:506 
    31093416msgid "" 
    3110 "What prefix should be added to the dialing pattern?\\n" 
    3111 "\\n" 
    3112 "(ie. for US/CAN, 1+areacode, ie, \\'1613\\')?" 
     3417"What prefix should be added to the dialing pattern?\\n\\n(ie. for US/CAN, 1" 
     3418"+areacode, ie, \\'1613\\')?" 
    31133419msgstr "" 
    31143420 
     
    31193425#: admin/modules/core/page.trunks.php:519 
    31203426msgid "" 
    3121 "What prefix should be removed from the number?\\n" 
    3122 "\\n" 
    3123 "(ie. for US/CAN, 1+areacode, ie, \\'1613\\')" 
     3427"What prefix should be removed from the number?\\n\\n(ie. for US/CAN, 1" 
     3428"+areacode, ie, \\'1613\\')" 
    31243429msgstr "" 
    31253430 
     
    31413446 
    31423447#: admin/modules/core/page.trunks.php:649 
    3143 msgid "The outbound dialing prefix is used to prefix a dialing string to all outbound calls placed on this trunk. For example, if this trunk is behind another PBX or is a Centrex line, then you would put 9 here to access an outbound line. Another common use is to prefix calls with 'w' on a POTS line that need time to obtain dial tone to avoid eating digits.<br><br>Most users should leave this option blank." 
     3448msgid "" 
     3449"The outbound dialing prefix is used to prefix a dialing string to all " 
     3450"outbound calls placed on this trunk. For example, if this trunk is behind " 
     3451"another PBX or is a Centrex line, then you would put 9 here to access an " 
     3452"outbound line. Another common use is to prefix calls with 'w' on a POTS line " 
     3453"that need time to obtain dial tone to avoid eating digits.<br><br>Most users " 
     3454"should leave this option blank." 
    31443455msgstr "" 
    31453456 
     
    31533464 
    31543465#: admin/modules/core/page.trunks.php:668 
    3155 msgid "ZAP channels are referenced either by a group number or channel number (which is defined in zapata.conf).  <br><br>The default setting is <b>g0</b> (group zero)." 
     3466msgid "" 
     3467"ZAP channels are referenced either by a group number or channel number " 
     3468"(which is defined in zapata.conf).  <br><br>The default setting is <b>g0</b> " 
     3469"(group zero)." 
    31563470msgstr "" 
    31573471 
     
    31733487 
    31743488#: admin/modules/core/page.trunks.php:694 
    3175 msgid "This is the name of the DUNDi mapping as defined in the [mappings] section of remote dundi.conf peers. This corresponds to the 'include' section of the peer details in the local dundi.conf file. This requires manual configuration of DUNDi to use this trunk." 
     3489msgid "" 
     3490"This is the name of the DUNDi mapping as defined in the [mappings] section " 
     3491"of remote dundi.conf peers. This corresponds to the 'include' section of the " 
     3492"peer details in the local dundi.conf file. This requires manual " 
     3493"configuration of DUNDi to use this trunk." 
    31763494msgstr "" 
    31773495 
     
    31893507 
    31903508#: admin/modules/core/page.trunks.php:713 
    3191 msgid "Modify the default PEER connection parameters for your VoIP provider.<br><br>You may need to add to the default lines listed below, depending on your provider.<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny comes first." 
     3509msgid "" 
     3510"Modify the default PEER connection parameters for your VoIP provider." 
     3511"<br><br>You may need to add to the default lines listed below, depending on " 
     3512"your provider.<br /><br />WARNING: Order is important as it will be " 
     3513"retained. For example, if you use the \"allow/deny\" directives make sure " 
     3514"deny comes first." 
    31923515msgstr "" 
    31933516 
     
    32013524 
    32023525#: admin/modules/core/page.trunks.php:728 
    3203 msgid "This is most often the account name or number your provider expects.<br><br>This USER Context will be used to define the below user details." 
     3526msgid "" 
     3527"This is most often the account name or number your provider expects." 
     3528"<br><br>This USER Context will be used to define the below user details." 
    32043529msgstr "" 
    32053530 
     
    32143539#: admin/modules/core/page.trunks.php:735 
    32153540msgid "" 
    3216 "You may need to add to the default lines listed below, depending on your provider..<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny \n" 
     3541"You may need to add to the default lines listed below, depending on your " 
     3542"provider..<br /><br />WARNING: Order is important as it will be retained. " 
     3543"For example, if you use the \"allow/deny\" directives make sure deny \n" 
    32173544"\t\t\t\tcomes first." 
    32183545msgstr "" 
     
    32273554 
    32283555#: admin/modules/core/page.trunks.php:751 
    3229 msgid "Most VoIP providers require your system to REGISTER with theirs. Enter the registration line here.<br><br>example:<br><br>username:password@switch.voipprovider.com.<br><br>Many providers will require you to provide a DID number, ex: username:password@switch.voipprovider.com/didnumber in order for any DID matching to work." 
     3556msgid "" 
     3557"Most VoIP providers require your system to REGISTER with theirs. Enter the " 
     3558"registration line here.<br><br>example:<br><br>username:password@switch." 
     3559"voipprovider.com.<br><br>Many providers will require you to provide a DID " 
     3560"number, ex: username:password@switch.voipprovider.com/didnumber in order for " 
     3561"any DID matching to work." 
    32303562msgstr "" 
    32313563 
     
    32633595 
    32643596#: admin/modules/core/page.trunks.php:787 
    3265 msgid "You must define an Outbound Caller ID when Choosing Never Override CallerID" 
     3597msgid "" 
     3598"You must define an Outbound Caller ID when Choosing Never Override CallerID" 
    32663599msgstr "" 
    32673600 
    32683601#: admin/modules/core/page.users.php:34 
    32693602msgid "" 
    3270 "You have not entered a User Password.  While this is acceptable, this user will not be able to login to an AdHoc device.\\n
    3271 "\\n
    3272 "Are you sure you wish to leave the User Password empty?" 
     3603"You have not entered a User Password.  While this is acceptable, this user
     3604"will not be able to login to an AdHoc device.\\n\\nAre you sure you wish to
     3605"leave the User Password empty?" 
    32733606msgstr "" 
    32743607 
     
    32873620 
    32883621#: admin/modules/core/page.zapchandids.php:79 
    3289 msgid "Zap Channel DIDs allow you to assign a DID to specific Zap Channels. You can supply the same DID to multiple channels. This would be a common scenario if you have multiple POTS lines that are on a hunt group from your provider. You MUST assign the channel's context to from-zaptel for these settings to have effect. It will be a line that looks like:<br /><br />context = from-zaptel<br /><br />in your zapata.conf configuration effecting the specified channel(s). Once you have assigned DIDs you can use standard Inbound Routes with the specified DIDs to route your calls." 
     3622msgid "" 
     3623"Zap Channel DIDs allow you to assign a DID to specific Zap Channels. You can " 
     3624"supply the same DID to multiple channels. This would be a common scenario if " 
     3625"you have multiple POTS lines that are on a hunt group from your provider. " 
     3626"You MUST assign the channel's context to from-zaptel for these settings to " 
     3627"have effect. It will be a line that looks like:<br /><br />context = from-" 
     3628"zaptel<br /><br />in your zapata.conf configuration effecting the specified " 
     3629"channel(s). Once you have assigned DIDs you can use standard Inbound Routes " 
     3630"with the specified DIDs to route your calls." 
    32903631msgstr "" 
    32913632 
     
    33113652 
    33123653#: admin/modules/core/page.zapchandids.php:103 
    3313 msgid "The DID that this channel represents. The incoming call on this channel will be treated as if it came in with this DID and can be managed with Inbound Routing on DIDs" 
     3654msgid "" 
     3655"The DID that this channel represents. The incoming call on this channel will " 
     3656"be treated as if it came in with this DID and can be managed with Inbound " 
     3657"Routing on DIDs" 
    33143658msgstr "" 
    33153659 
     
    33203664#: admin/modules/core/page.zapchandids.php:125 
    33213665msgid "" 
    3322 "DID information is normally just an incoming telephone number.\\n" 
    3323 "\\n" 
    3324 "You have entered a non standard DID pattern.\\n" 
    3325 "\\n" 
    3326 "Are you sure this is correct?" 
     3666"DID information is normally just an incoming telephone number.\\n\\nYou have " 
     3667"entered a non standard DID pattern.\\n\\nAre you sure this is correct?" 
    33273668msgstr "" 
    33283669 
    33293670#: admin/modules/core/page.zapchandids.php:126 
    3330 msgid "You appear to be using a converted DID in the form of zapchanNN that was automatically generated during an upgrade. You should consider assigning the DID that is normally associated with this channel to take full advantage of the inbound routing abilities. Changing the DID here will require you to make changes in the Inbound Routes tab. Do you want to continue?" 
     3671msgid "" 
     3672"You appear to be using a converted DID in the form of zapchanNN that was " 
     3673"automatically generated during an upgrade. You should consider assigning the " 
     3674"DID that is normally associated with this channel to take full advantage of " 
     3675"the inbound routing abilities. Changing the DID here will require you to " 
     3676"make changes in the Inbound Routes tab. Do you want to continue?" 
    33313677msgstr "" 
    33323678 
     
    33763722msgstr "" 
    33773723 
     3724msgid "View All DIDs" 
     3725msgstr "" 
     3726 
     3727msgid "View User DIDs" 
     3728msgstr "" 
     3729 
     3730msgid "View General DIDs" 
     3731msgstr "" 
     3732 
     3733msgid "View Unused DIDs" 
     3734msgstr "" 
     3735 
  • freepbx/trunk/amp_conf/htdocs/admin/i18n/bg_BG/LC_MESSAGES/amp.po

    r7346 r7646  
    99"Report-Msgid-Bugs-To: \n" 
    1010"POT-Creation-Date: 2008-10-24 18:46+0200\n" 
    11 "PO-Revision-Date: 2008-11-11 00:07+0200\n" 
     11"PO-Revision-Date: 2009-02-14 16:58+0200\n" 
    1212"Last-Translator: \n" 
    1313"Language-Team: Chavdar Iliev <chavdar_75@yahoo.com>\n" 
     
    1919"X-Poedit-SourceCharset: utf-8\n" 
    2020 
    21 #: amp_conf/htdocs/admin/featurecodes.class.php:289 
     21#: admin/components.class.php:362 
     22#: admin/modules/core/page.did.php:313 
     23msgid "Submit" 
     24msgstr "ПрОеЌО" 
     25 
     26#: admin/config.php:34 
     27msgid "Tools" 
     28msgstr "СОстеЌМО" 
     29 
     30#: admin/config.php:35 
     31msgid "Setup" 
     32msgstr "ОсМПвМО" 
     33 
     34#: admin/config.php:36 
     35msgid "Call Cost" 
     36msgstr "СтПйМПст Ма РазгПвПрОте" 
     37 
     38#: admin/featurecodes.class.php:289 
    2239msgid "** MISSING FEATURE CODE **" 
    2340msgstr "** ЛИПСВАЩ СПЕЊИАЛЕН КОД **" 
    2441 
    25 #: amp_conf/htdocs/admin/header.php:134 
     42#: admin/functions.inc.php:392 
     43#, php-format 
     44msgid "Cronmanager encountered %s Errors" 
     45msgstr "Cronmanager се МатъкМа Ма  %s грешкО" 
     46 
     47#: admin/functions.inc.php:393 
     48msgid "The following commands failed with the listed error" 
     49msgstr "СлеЎМОте кПЌаМЎО се прПвалОѠ
     50а с пПказаМОте грешкО" 
     51 
     52#: admin/functions.inc.php:765 
     53#, php-format 
     54msgid "Missing or unreadable config file (%s)...cannot continue" 
     55msgstr "ЛОпсващ ОлО МечетОЌ кПМфОгурацОПМеМ файл (%s)...Ма ЌПга Ўа прПЎължа" 
     56 
     57#: admin/functions.inc.php:1044 
     58msgid "Objects" 
     59msgstr "ОбектО" 
     60 
     61#: admin/functions.inc.php:1044 
     62msgid "Object" 
     63msgstr "Обект" 
     64 
     65#: admin/functions.inc.php:1045 
     66#, php-format 
     67msgid "Used as Destination by %s %s" 
     68msgstr "ИзпПлзваМ за НаправлеМОе Пт %s %s" 
     69 
     70#: admin/functions.inc.php:1504 
     71#: admin/functions.inc.php:1574 
     72#, php-format 
     73msgid "Exit code was %s and output was: %s" 
     74msgstr "ИзѠ
     75ПЎМОят кПЎ беше %s О резултата е: %s" 
     76 
     77#: admin/functions.inc.php:1505 
     78#: admin/functions.inc.php:1575 
     79#, php-format 
     80msgid "Could not run %s script." 
     81msgstr "Не ЌПга Ўа стартОраЌ скрОпта %s." 
     82 
     83#: admin/functions.inc.php:1522 
     84#, php-format 
     85msgid "Reload failed because retrieve_conf encountered an error: %s" 
     86msgstr "ПрезарежЎаМетП се прПвалО защПтП retrieve_conf се МатъкМа Ма грешка: %s" 
     87 
     88#: admin/functions.inc.php:1524 
     89#: admin/functions.inc.php:1532 
     90msgid "retrieve_conf failed, config not applied" 
     91msgstr "retrieve_conf се прПвалО, кПМфОгурОраМетП Ме е прОлПжеМП" 
     92 
     93#: admin/functions.inc.php:1530 
     94msgid "Reload failed because FreePBX could not connect to the asterisk manager interface." 
     95msgstr "ПрезарежЎаМетП се прПвалО защПтП FreePBX Ме ЌПже Ўа се свърже с АстерОск manager ОМтерфейса." 
     96 
     97#: admin/functions.inc.php:1544 
     98msgid "Successfully reloaded" 
     99msgstr "УспешМП презарежЎаМе" 
     100 
     101#: admin/functions.inc.php:1553 
     102msgid "Could not reload the FOP operator panel server using the bounce_op.sh script. Configuration changes may not be reflected in the panel display." 
     103msgstr "Не ЌПга Ўа презареЎя ЀОП сървъра ОзпПлзвайкО bounce_op.sh скрОпта. ИзЌеМеМОята в кПМфОгурацОята ЌПже Ўа Ме се пПкажат Ма паМел ЎОсплея." 
     104 
     105#: admin/functions.inc.php:1554 
     106msgid "Could not reload FOP server" 
     107msgstr "Не ЌПга Ўа презареЎя ЀОП сървъра" 
     108 
     109#: admin/functions.inc.php:1566 
     110msgid "Successful reload, but could not clear reload flag due to a database error: " 
     111msgstr "УспешМП презареЎеМ, МП Ме ЌПга Ўа ОзчОстя презарежЎащОя флаг ЎължащП се Ма грешка в базата ЎаММО: " 
     112 
     113#: admin/functions.inc.php:1615 
     114#: admin/modules/core/functions.inc.php:4721 
     115#: admin/modules/core/functions.inc.php:4723 
     116#: admin/modules/core/page.routing.php:578 
     117msgid "Add" 
     118msgstr "ДПбавО" 
     119 
     120#: admin/functions.inc.php:2055 
     121msgid "Unknown Destination" 
     122msgstr "НеОзвестМП НаправлеМОе" 
     123 
     124#: admin/functions.inc.php:2055 
     125msgid "ERROR: You have an unknown destination. If this was carried over as a Custom App from an earlier version, you must go register the destination in the Custom Destination tab provided by the Custom Applications module.<br />This will remain active until you change it but you can no longer edit or add a new one here." 
     126msgstr "Грешка: ВОе ОЌате МеОзвестМП МаправлеМОе. АкП тПва се е случОлП пПраЎО Custom ПрОлПжеМОе Пт преЎОшМа версОя, трябва Ўа регОстрОрате МаправлеМОетП в Custom НаправлеМОя ЌеМютП преЎПставеМП Пт ЌПЎул Custom ПрОлПжеМОя.<br />ТПва ще ПстаМе актОвМП ЎПкатП Ме гП прПЌеМОте, МП МяЌа Ўа ЌПжете Ўа реЎактОрате ОлО Ўа ЎПбавяте МПвП МаправлеМОе тук." 
     127 
     128#: admin/functions.inc.php:2313 
     129msgid "The following new modules are available for download. Click delete icon on the right to remove this notice." 
     130msgstr "СлеЎващОте МПвО ЌПЎулО са ЎПстъпМО за ОзтегляМе. КлОкМете върѠ
     131у ОкПМата ОзтрОй ПтЎясМП за Ўа преЌаѠ
     132Мете тПва съПбщеМОе" 
     133 
     134#: admin/functions.inc.php:2317 
     135#, php-format 
     136msgid "%s New modules are available" 
     137msgstr "%s НПвО ЌПЎула са ЎПстъпМО" 
     138 
     139#: admin/functions.inc.php:2351 
     140msgid "There is 1 module available for online upgrade" 
     141msgstr "ИЌа 1 ЌПЎул ЎПстъпеМ за ПМлайМ ПбМПвяваМе" 
     142 
     143#: admin/functions.inc.php:2353 
     144#, php-format 
     145msgid "There are %s modules available for online upgrades" 
     146msgstr "ИЌа %s ЌПЎула ЎПстъпМО за ПМлайМ ПбМПвяваМе" 
     147 
     148#: admin/functions.inc.php:2357 
     149#, php-format 
     150msgid "%s (current: %s)" 
     151msgstr "%s (текущО: %s)" 
     152 
     153#: admin/functions.inc.php:2559 
     154#, php-format 
     155msgid "Module %s is required, but yours is broken. You should reinstall " 
     156msgstr "МПЎул %s е МеПбѠ
     157ПЎОЌ, МП вашОя е пПвреЎеМ. ПреОМсталОрайте гП" 
     158 
     159#: admin/functions.inc.php:2560 
     160#, php-format 
     161msgid "it and try again." 
     162msgstr "О ПпОтайте ПтМПвП." 
     163 
     164#: admin/functions.inc.php:2563 
     165#, php-format 
     166msgid "Module %s is required, but yours is disabled." 
     167msgstr "МПЎул %s е МеПбѠ
     168ПЎОЌ, МП вашОя е забраМеМ." 
     169 
     170#: admin/functions.inc.php:2566 
     171#, php-format 
     172msgid "Module %s is required, but yours is disabled because it needs to " 
     173msgstr "МПЎул %s е МеПбѠ
     174ПЎОЌ, МП вашОя е забраМеМ защПтП се МужЎае" 
     175 
     176#: admin/functions.inc.php:2567 
     177#, php-format 
     178msgid "be upgraded. Please upgrade %s first, and then try again." 
     179msgstr "Пт ПбМПвяваМе. МПля ПбМПвете %s О ПпОтайте ПтМПвП." 
     180 
     181#: admin/functions.inc.php:2572 
     182#, php-format 
     183msgid "Module %s is required, yours is not installed." 
     184msgstr "МПЎул %s е МеПбѠ
     185ПЎОЌ, вашОя Ме е ОМсталОраМ." 
     186 
     187#: admin/functions.inc.php:2576 
     188#, php-format 
     189msgid "Module %s is required." 
     190msgstr "МПЎул %s е МеПбѠ
     191ПЎОЌ." 
     192 
     193#: admin/functions.inc.php:2585 
     194#, php-format 
     195msgid "File %s must exist." 
     196msgstr "Ѐайлът %s трябва Ўа съществува." 
     197 
     198#: admin/functions.inc.php:2632 
     199#, php-format 
     200msgid "Requires engine %s, you have: %s" 
     201msgstr "ИзОсква се ОМструЌеМт %s, вОе ОЌате: %s" 
     202 
     203#: admin/functions.inc.php:2634 
     204#, php-format 
     205msgid "Requires one of the following engines: %s; you have: %s" 
     206msgstr "ИзОсква се еЎОМ Пт слеЎМОте ОМструЌеМтО: %s; вОе ОЌате: %s" 
     207 
     208#: admin/functions.inc.php:2649 
     209#, php-format 
     210msgid "A %s version below %s is required, you have %s" 
     211msgstr "%s версОя пП-МОска Пт %s е МеПбѠ
     212ПЎОЌа, вОе ОЌате %s" 
     213 
     214#: admin/functions.inc.php:2652 
     215#, php-format 
     216msgid "%s version %s or below is required, you have %s" 
     217msgstr "%s версОя %s ОлО пП-МОска е МеПбѠ
     218ПЎОЌа, вОе ОЌате %s" 
     219 
     220#: admin/functions.inc.php:2655 
     221#, php-format 
     222msgid "A %s version newer than %s required, you have %s" 
     223msgstr "%s версОя пП-МПва Пт %s е МеПбѠ
     224ПЎОЌа, вОе ОЌате %s" 
     225 
     226#: admin/functions.inc.php:2658 
     227#, php-format 
     228msgid "Your %s version (%s) is incompatible." 
     229msgstr "Вашата %s версОя (%s) е МесъвЌестОЌа." 
     230 
     231#: admin/functions.inc.php:2661 
     232#, php-format 
     233msgid "Only %s version %s is compatible, you have %s" 
     234msgstr "СаЌП %s версОя %s е съвЌестОЌа, вОе ОЌате %s" 
     235 
     236#: admin/functions.inc.php:2665 
     237#, php-format 
     238msgid "%s version %s or higher is required, you have %s" 
     239msgstr "%s версОя %s ОлО пП-вОсПка е МеПбѠ
     240ПЎОЌа, вОе ОЌате %s" 
     241 
     242#: admin/functions.inc.php:2723 
     243msgid "Module is already enabled" 
     244msgstr "МПЎулът вече е разрешеМ" 
     245 
     246#: admin/functions.inc.php:2728 
     247msgid "Module cannot be enabled" 
     248msgstr "МПЎулът Ме ЌПже Ўа бъЎе разрешеМ" 
     249 
     250#: admin/functions.inc.php:2775 
     251msgid "Module not found in repository" 
     252msgstr "МПЎула Ме е МаЌереМ в бОблОПтекОте" 
     253 
     254#: admin/functions.inc.php:2808 
     255#: admin/functions.inc.php:2904 
     256#: admin/functions.inc.php:2982 
     257#, php-format 
     258msgid "Could not remove %s to install new version" 
     259msgstr "Не ЌПга Ўа преЌаѠ
     260Ма %s за Ўа ОМсталОраЌ МПвата версОя" 
     261 
     262#: admin/functions.inc.php:2812 
     263#: admin/functions.inc.php:2908 
     264#: admin/functions.inc.php:2986 
     265#, php-format 
     266msgid "Could not untar %s to %s" 
     267msgstr "Не ЌПга Ўа разарѠ
     268ОвОраЌ %s в %s" 
     269 
     270#: admin/functions.inc.php:2816 
     271#: admin/functions.inc.php:2912 
     272#: admin/functions.inc.php:2990 
     273#, php-format 
     274msgid "Could not remove old module %s to install new version" 
     275msgstr "Не ЌПга Ўа преЌаѠ
     276Ма старОя ЌПЎул %s за Ўа ОМсталОраЌ МПвата версОя" 
     277 
     278#: admin/functions.inc.php:2820 
     279#: admin/functions.inc.php:2916 
     280#: admin/functions.inc.php:2994 
     281#, php-format 
     282msgid "Could not move %s to %s" 
     283msgstr "Не ЌПга Ўа преЌестя %s в %s" 
     284 
     285#: admin/functions.inc.php:2841 
     286#, php-format 
     287msgid "Error opening %s for writing" 
     288msgstr "Грешка прО ПтваряМе Ма %s за запОс" 
     289 
     290#: admin/functions.inc.php:2857 
     291#: admin/functions.inc.php:2860 
     292#, php-format 
     293msgid "Error opening %s for reading" 
     294msgstr "Грешка прО ПтваряМе Ма %s за четеМе" 
     295 
     296#: admin/functions.inc.php:2880 
     297#, php-format 
     298msgid "Unable to save %s" 
     299msgstr "Не ЌПга Ўа запОша %s" 
     300 
     301#: admin/functions.inc.php:2888 
     302#, php-format 
     303msgid "File Integrity failed for %s - aborting" 
     304msgstr "ЊелПстта Ма файла се прПвалО за %s - прекратяваЌ" 
     305 
     306#: admin/functions.inc.php:2933 
     307msgid "Error finding uploaded file - check your PHP and/or web server configuration" 
     308msgstr "Грешка прО МаЌОраМе Ма ЎПбавеМ файл - прПверете вашОте PHP О/ОлО уеб сървър МастрПйкО" 
     309 
     310#: admin/functions.inc.php:2938 
     311msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 
     312msgstr "Ѐайлът трябва Ўа е в  tar+gzip (.tgz or .tar.gz) фПрЌат" 
     313 
     314#: admin/functions.inc.php:2943 
     315msgid "Filename not in correct format: must be modulename-version.tar.gz (eg. custommodule-0.1.tar.gz)" 
     316msgstr "ИЌетП Ма файла е в МеправОлеМ фПрЌат: трябва Ўа е modulename-version.tar.gz (МапрОЌер custommodule-0.1.tar.gz)" 
     317 
     318#: admin/functions.inc.php:2952 
     319#, php-format 
     320msgid "Error creating temporary directory: %s" 
     321msgstr "Грешка прО съзЎаваМе Ма вреЌеММа ЎОректПрОя: %s" 
     322 
     323#: admin/functions.inc.php:2960 
     324msgid "Error untaring uploaded file. Must be a tar+gzip file" 
     325msgstr "Грешка прО разарѠ
     326ОвОраМе Ма ЎПбавеМОя файл. Трябва Ўа е tar+gzip файл" 
     327 
     328#: admin/functions.inc.php:2999 
     329#, php-format 
     330msgid "Error removing temporary directory: %s" 
     331msgstr "Грешка прО преЌаѠ
     332ваМе Ма вреЌеММата ЎОректПрОя: %s" 
     333 
     334#: admin/functions.inc.php:3028 
     335msgid "Cannot find module" 
     336msgstr "Не ЌПга Ўа МаЌеря ЌПЎула" 
     337 
     338#: admin/functions.inc.php:3034 
     339msgid "Could not read module.xml" 
     340msgstr "Не ЌПга Ўа прПчета module.xml" 
     341 
     342#: admin/functions.inc.php:3039 
     343msgid "This module is broken and cannot be installed. You should try to download it again." 
     344msgstr "МПЎулът е пПвреЎеМ О Ме ЌПже Ўа бъЎе ОМсталОраМ. ПрПбвайте Ўа гП ОзтеглОте ПтМПвП." 
     345 
     346#: admin/functions.inc.php:3058 
     347msgid "Failed to run installation scripts" 
     348msgstr "СтартОраМетП Ма ОМсталацОПММОте скрОптПве се прПвалО" 
     349 
     350#: admin/functions.inc.php:3072 
     351#, php-format 
     352msgid "Error updating database. Command was: %s; error was: %s " 
     353msgstr "Грешка прО ПбМПвяваМе Ма базата ЎаММО. КПЌаМЎата беше: %s; грешката е: %s " 
     354 
     355#: admin/functions.inc.php:3106 
     356#: admin/functions.inc.php:3134 
     357#: admin/functions.inc.php:3171 
     358msgid "Specified module not found" 
     359msgstr "ОпреЎелеМОят ЌПЎул Ме е МаЌереМ" 
     360 
     361#: admin/functions.inc.php:3111 
     362msgid "Module not enabled: cannot disable" 
     363msgstr "МПЎулът Ме е разрешеМ: Ме ЌПга Ўа гП забраМя" 
     364 
     365#: admin/functions.inc.php:3115 
     366#: admin/functions.inc.php:3143 
     367msgid "Cannot disable: The following modules depend on this one: " 
     368msgstr "Не ЌПга Ўа забраМя: СлеЎМОте ЌПЎулО завОсят Пт МегП: " 
     369 
     370#: admin/functions.inc.php:3139 
     371msgid "Module not installed: cannot uninstall" 
     372msgstr "МПЎулът Ме е ОМсталОраМ: Ме ЌПга ЎП гП ЎеОМсталОраЌ" 
     373 
     374#: admin/functions.inc.php:3150 
     375msgid "Error updating database: " 
     376msgstr "Грешка прО ПбМПвяваМе Ма базата ЎаММО: " 
     377 
     378#: admin/functions.inc.php:3154 
     379msgid "Failed to run un-installation scripts" 
     380msgstr "СтартОраМетП Ма ЎеОМсталацОПММОте скрОптПве се прПвалО" 
     381 
     382#: admin/functions.inc.php:3184 
     383#, php-format 
     384msgid "Cannot delete directory %s" 
     385msgstr "Не ЌПга Ўа ОзтрОя ЎОректПрОя %s" 
     386 
     387#: admin/functions.inc.php:3191 
     388#, php-format 
     389msgid "Error deleting directory %s (code %d)" 
     390msgstr "Грешка прО ОзтрОваМе Ма ЎОректПрОя %s (кПЎ %d)" 
     391 
     392#: admin/functions.inc.php:3572 
     393#, php-format 
     394msgid "You have %s disabled modules" 
     395msgstr "ВОе ОЌате %s забраМеМО ЌПЎулО" 
     396 
     397#: admin/functions.inc.php:3572 
     398msgid "You have a disabled module" 
     399msgstr "ВОе ОЌате забраМеМО ЌПЎулО" 
     400 
     401#: admin/functions.inc.php:3573 
     402msgid "The following modules are disabled because they need to be upgraded:" 
     403msgstr "СлеЎМОте ЌПЎулО са забраМеМО защПтП се МужЎаят Пт ПбМПвяваМе:" 
     404 
     405#: admin/functions.inc.php:3574 
     406#: admin/functions.inc.php:3582 
     407msgid "You should go to the module admin page to fix these." 
     408msgstr "Трябва Ўа ПтОЎете Ма страМОцата за управлеМОе Ма ЌПЎулОте за Ўа кПрОгОрате тПва." 
     409 
     410#: admin/functions.inc.php:3580 
     411#, php-format 
     412msgid "You have %s broken modules" 
     413msgstr "ВОе ОЌате %s пПвреЎеМО ЌПЎула" 
     414 
     415#: admin/functions.inc.php:3580 
     416msgid "You have a broken module" 
     417msgstr "ВОе ОЌате пПвреЎеМ ЌПЎул" 
     418 
     419#: admin/functions.inc.php:3581 
     420msgid "The following modules are disabled because they are broken:" 
     421msgstr "СлеЎМОте ЌПЎулО са забраМеМО защПтП са пПвреЎеМО:" 
     422 
     423#: admin/header_auth.php:43 
     424#: admin/header_auth.php:70 
     425msgid "Administration" 
     426msgstr "Administration" 
     427 
     428#: admin/header.php:134 
    26429msgid "Default Asterisk Manager Password Used" 
    27430msgstr "ИзпПлзвате АстерОск Manager ПарПла ПП-ППЎразбОраМе" 
    28431 
    29 #: amp_conf/htdocs/admin/header.php:134 
     432#: admin/header.php:134 
    30433msgid "You are using the default Asterisk Manager password that is widely known, you should set a secure password" 
    31434msgstr "ВОе ОзпПлзвате АстерОск Manager парПла пП-пПЎразбОраМе кПятП е шОрПкП разпрПстраМеМа, трябва Ўа устаМПвОте пП-сОгурМа парПла" 
    32435 
    33 #: amp_conf/htdocs/admin/views/welcome.php:3 
     436#: admin/page.modules.php:129 
     437msgid "Module Administration" 
     438msgstr "УправлеМОе Ма МПЎулОте" 
     439 
     440#: admin/page.modules.php:146 
     441#, php-format 
     442msgid "Warning: Cannot connect to online repository (%s). Online modules are not available." 
     443msgstr "ВМОЌаМОе: Не ЌПга Ўа се свържа с ПМлайМ бОблОПтекОте (%s). ОМлайМ ЌПЎулОте Ме са ЎПстъпМО." 
     444 
     445#: admin/page.modules.php:150 
     446#, php-format 
     447msgid "Warning: Error retrieving updates from online repository (%s). Online modules are not available." 
     448msgstr "ВМОЌаМОе: Грешка прО ПбрабПтваМе Ма ПМлайМ бОблОПтекОте (%s). ОМлайМ ЌПЎулОте Ме са ЎПстъпМО." 
     449 
     450#: admin/page.modules.php:190 
     451msgid "Please wait while module actions are performed" 
     452msgstr "МПля Озчакайте ЎПкатП заЎачОте се ОзпълМяват" 
     453 
     454#: admin/page.modules.php:203 
     455#, php-format 
     456msgid "Downloading %s" 
     457msgstr "ИзтегляМе Ма %s" 
     458 
     459#: admin/page.modules.php:205 
     460#, php-format 
     461msgid "Error(s) downloading %s" 
     462msgstr "Грешка прО ОзтегляМе Ма %s" 
     463 
     464#: admin/page.modules.php:210 
     465#: admin/page.modules.php:222 
     466#, php-format 
     467msgid "Error(s) installing %s" 
     468msgstr "Грешка прО ОМсталОраМе Ма %s" 
     469 
     470#: admin/page.modules.php:214 
     471#: admin/page.modules.php:226 
     472#, php-format 
     473msgid "%s installed successfully" 
     474msgstr "%s е ОМсталОраМ успешМП" 
     475 
     476#: admin/page.modules.php:232 
     477#, php-format 
     478msgid "Error(s) enabling %s" 
     479msgstr "Грешка прО разрешаваМе Ма %s" 
     480 
     481#: admin/page.modules.php:236 
     482#, php-format 
     483msgid "%s enabled successfully" 
     484msgstr "%s е разрешеМ успешМП" 
     485 
     486#: admin/page.modules.php:241 
     487#, php-format 
     488msgid "Error(s) disabling %s" 
     489msgstr "Грешка прО забраМяваМе Ма %s" 
     490 
     491#: admin/page.modules.php:245 
     492#, php-format 
     493msgid "%s disabled successfully" 
     494msgstr "%s е забраМеМ успешМП" 
     495 
     496#: admin/page.modules.php:251 
     497#, php-format 
     498msgid "Error(s) uninstalling %s" 
     499msgstr "Грешка прО ЎеОМсталОраМе Ма %s" 
     500 
     501#: admin/page.modules.php:255 
     502#, php-format 
     503msgid "%s uninstalled successfully" 
     504msgstr "%s е ЎеОМсталОраМ успешМП" 
     505 
     506#: admin/page.modules.php:271 
     507#: admin/page.modules.php:273 
     508msgid "Return" 
     509msgstr "ОбратМП" 
     510 
     511#: admin/page.modules.php:304 
     512#: admin/page.modules.php:328 
     513#, php-format 
     514msgid "%s cannot be upgraded: %s Please try again after the dependencies have been installed." 
     515msgstr "%s Ме ЌПже Ўа бъЎе ПбМПвеМ: %s МПля ПпОтайте ПтМПвП слеЎ катП МеПбѠ
     516ПЎОЌОте за тПва  ЌПЎулО се ОМсталОрат." 
     517 
     518#: admin/page.modules.php:308 
     519#, php-format 
     520msgid "%s %s will be upgraded to online version %s" 
     521msgstr "%s %s ще бъЎе ПбМПвеМ ЎП ПМлайМ версОя %s" 
     522 
     523#: admin/page.modules.php:316 
     524#: admin/page.modules.php:328 
     525#, php-format 
     526msgid "%s cannot be installed: %s Please try again after the dependencies have been installed." 
     527msgstr "%s Ме ЌПже Ўа бъЎе ОМсталОраМ: %s МПля ПпОтайте ПтМПвП слеЎ катП МеПбѠ
     528ПЎОЌОте за тПва ЌПЎулО се ОМсталОрат." 
     529 
     530#: admin/page.modules.php:320 
     531#, php-format 
     532msgid "%s %s will be downloaded and installed" 
     533msgstr "%s %s ще бъЎе ОзтеглеМ О ОМсталОраМ" 
     534 
     535#: admin/page.modules.php:333 
     536#, php-format 
     537msgid "%s %s will be upgraded to %s" 
     538msgstr "%s %s ще бъЎе ПбМПвеМ ЎП %s" 
     539 
     540#: admin/page.modules.php:335 
     541#, php-format 
     542msgid "%s %s will be installed and enabled" 
     543msgstr "%s %s ще бъЎе ОМсталОраМ О разрешеМ" 
     544 
     545#: admin/page.modules.php:343 
     546#, php-format 
     547msgid "%s cannot be enabled: %s Please try again after the dependencies have been installed." 
     548msgstr "%s Ме ЌПже Ўа бъЎе разрешеМ: %s МПля ПпОтайте ПтМПвП слеЎ катП МеПбѠ
     549ПЎОЌОте за тПва се ОМсталОрат." 
     550 
     551#: admin/page.modules.php:347 
     552#, php-format 
     553msgid "%s %s will be enabled" 
     554msgstr "%s %s ще бъЎе разрешеМ" 
     555 
     556#: admin/page.modules.php:353 
     557#, php-format 
     558msgid "%s cannot be disabled because the following modules depend on it: %s Please disable those modules first then try again." 
     559msgstr "%s Ме ЌПже Ўа бъЎе забраМеМ защПтП слеЎМОте ЌПЎулО завОсят Пт МегП: %s МПля забраМете тезО ЌПЎулО О ПпОтайте ПтМПвП." 
     560 
     561#: admin/page.modules.php:357 
     562#, php-format 
     563msgid "%s %s will be disabled" 
     564msgstr "%s %s ще бъЎe забраМеМ" 
     565 
     566#: admin/page.modules.php:364 
     567#, php-format 
     568msgid "%s cannot be uninstalled because the following modules depend on it: %s Please disable those modules first then try again." 
     569msgstr "%s Ме ЌПже Ўа бъЎе ЎеОМсталОраМ защПтП слеЎМОте ЌПЎулО завОсят Пт МегП: %s МПля забраМете тезО ЌПЎулО О ПпОтайте ПтМПвП." 
     570 
     571#: admin/page.modules.php:368 
     572#, php-format 
     573msgid "%s %s will be uninstalled" 
     574msgstr "%s %s ще бъЎе ЎеОМсталОраМ" 
     575 
     576#: admin/page.modules.php:385 
     577msgid "Errors with selection:" 
     578msgstr "ГрешкО прО ОзбОраМетП:" 
     579 
     580#: admin/page.modules.php:394 
     581msgid "You may confirm the remaining selection and then try the again for the listed issues once the required dependencies have been met:" 
     582msgstr "ВОе ЌПжете Ўа пПтвърЎОте ПстаМалОте ОзбраМО О слеЎ тПва Ўа ПпОтате ПтМПвП за ПпОсаМОте прПблеЌО слеЎ катП МеПбѠ
     583ПЎОЌОте завОсОЌПстО са ОзпълМеМО:" 
     584 
     585#: admin/page.modules.php:396 
     586msgid "Please confirm the following actions:" 
     587msgstr "МПля пПтвърЎете слеЎМОте заЎачО:" 
     588 
     589#: admin/page.modules.php:403 
     590msgid "Confirm" 
     591msgstr "ППтвърЎО" 
     592 
     593#: admin/page.modules.php:405 
     594msgid "No actions to perform" 
     595msgstr "НяЌа заЎачО за ОзпълМеМОе" 
     596 
     597#: admin/page.modules.php:406 
     598msgid "Please select at least one action to perform by clicking on the module, and selecting an action on the \"Action\" tab." 
     599msgstr "МПля Озберете заЎача за ОзпълМеМОе катП клОкМете Ма ЌПЎула О Озберете ЎействОе Пт пПле \"ДействОе\"." 
     600 
     601#: admin/page.modules.php:408 
     602#: admin/views/freepbx_reload.php:111 
     603msgid "Cancel" 
     604msgstr "Отказ" 
     605 
     606#: admin/page.modules.php:414 
     607#: admin/page.modules.php:466 
     608msgid "Manage local modules" 
     609msgstr "ЛПкалМП управлеМОе Ма ЌПЎулОте" 
     610 
     611#: admin/page.modules.php:416 
     612#: admin/page.modules.php:471 
     613msgid "Check for updates online" 
     614msgstr "ПрПверО за ПМлайМ ПбМПвяваМОя" 
     615 
     616#: admin/page.modules.php:416 
     617#: admin/page.modules.php:471 
     618msgid "Checking for updates will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and track version usage to focus development and maintenance efforts. No private information is transmitted." 
     619msgstr "ПрПверката за ПбМПвяваМе ще ОзпратО вашОте FreePBX О Asterisk версОО заеЎМП с уМОкалМОя, МП прПОзвПлеМ ОЎеМтОфОкатПр. ТПва се ОзпПлзва за Ўа преЎПставО правОлМа ОМфПрЌацОя за ПбМПвяваМетП О Ўа прПслеЎО ОзпПлзваМата версОя за Ўа фПкусОра усОлОята за разрабПтваМе О пПЎЎръжка. Не се Озпраща лОчМа ОМфПрЌацОя." 
     620 
     621#: admin/page.modules.php:421 
     622#: admin/page.modules.php:473 
     623msgid "Upload module" 
     624msgstr "ДПбавО ЌПЎул" 
     625 
     626#: admin/page.modules.php:427 
     627#, php-format 
     628msgid "The following error(s) occurred processing the uploaded file: %s" 
     629msgstr "СлеЎМОте грешкО ОзМОкМаѠ
     630а в прПцеса Ма ЎПбавяМе Ма файл: %s" 
     631 
     632#: admin/page.modules.php:429 
     633#, php-format 
     634msgid "You should fix the problem or select another file and %s." 
     635msgstr "Трябва Ўа ПправОте прПблеЌа ОлО Озберете Ўруг файл О  %s." 
     636 
     637#: admin/page.modules.php:430 
     638msgid "try again" 
     639msgstr "ПпОтайте ПтМПвП" 
     640 
     641#: admin/page.modules.php:434 
     642#, php-format 
     643msgid "Module uploaded successfully. You need to enable the module using %s to make it available." 
     644msgstr "МПЎула е ЎПбавеМ успешМП. Трябва Ўа разрешОте ЌПЎула катП ОзпПлзвате %s за Ўа гП МаправОте ЎПстъпеМ." 
     645 
     646#: admin/page.modules.php:435 
     647msgid "local module administration" 
     648msgstr "лПкалМП управлеМОе Ма ЌПЎулОте" 
     649 
     650#: admin/page.modules.php:440 
     651msgid "You can upload a tar gzip file containing a FreePBX module from your local system. If a module with the same name already exists, it will be overwritten." 
     652msgstr "МПжете Ўа ЎПбавОте tar gzip файл съЎържащ FreePBX ЌПЎул Пт вашата лПкалМа сОстеЌа. АкП ЌПЎул със същПтП ОЌе вече съществува, тПй ще бъЎе презапОсаМ." 
     653 
     654#: admin/page.modules.php:467 
     655msgid "Show only upgradable" 
     656msgstr "ППкажО саЌП за ПбМПвяваМе" 
     657 
     658#: admin/page.modules.php:484 
     659#: admin/page.modules.php:768 
     660msgid "Download all" 
     661msgstr "ИзтеглО всОчкО" 
     662 
     663#: admin/page.modules.php:485 
     664#: admin/page.modules.php:769 
     665msgid "Upgrade all" 
     666msgstr "ОбМПвО всОчкО" 
     667 
     668#: admin/page.modules.php:487 
     669#: admin/page.modules.php:771 
     670msgid "Reset" 
     671msgstr "ИзчОстО" 
     672 
     673#: admin/page.modules.php:488 
     674#: admin/page.modules.php:772 
     675msgid "Process" 
     676msgstr "ПрПЎължО" 
     677 
     678#: admin/page.modules.php:494 
     679msgid "Module" 
     680msgstr "МПЎул" 
     681 
     682#: admin/page.modules.php:495 
     683msgid "Type" 
     684msgstr "ТОп" 
     685 
     686#: admin/page.modules.php:496 
     687msgid "Version" 
     688msgstr "ВерсОя" 
     689 
     690#: admin/page.modules.php:510 
     691#: admin/page.modules.php:585 
     692msgid "Broken" 
     693msgstr "ППвреЎеМ" 
     694 
     695#: admin/page.modules.php:541 
     696#: admin/page.modules.php:546 
     697#: admin/views/freepbx_admin.php:107 
     698#: admin/views/freepbx_admin.php:112 
     699#: admin/modules/core/page.ampusers.php:223 
     700#: admin/modules/core/page.ampusers.php:227 
     701msgid "name" 
     702msgstr "ОЌе" 
     703 
     704#: admin/page.modules.php:562 
     705msgid "Not Installed (Locally available)" 
     706msgstr "Не е ОМсталОраМ (ДПстъпеМ лПкалМП)" 
     707 
     708#: admin/page.modules.php:564 
     709#, php-format 
     710msgid "Not Installed (Available online: %s)" 
     711msgstr "Не е ОМсталОраМ (ДПстъпеМ ПМлайМ: %s)" 
     712 
     713#: admin/page.modules.php:571 
     714#, php-format 
     715msgid "Disabled; Online upgrade available (%s)" 
     716msgstr "ЗабраМеМ; ДПстъпМП ПМлайМ ПбМПвяваМе (%s)" 
     717 
     718#: admin/page.modules.php:573 
     719#, php-format 
     720msgid "Disabled; Newer than online version (%s)" 
     721msgstr "ЗабраМеМ; ПП-МПв Пт ПМлайМ версОя (%s)" 
     722 
     723#: admin/page.modules.php:575 
     724msgid "Disabled; up to date" 
     725msgstr "ЗабраМеМ; ОбМПвеМ" 
     726 
     727#: admin/page.modules.php:578 
     728#: admin/modules/core/page.general.php:140 
     729msgid "Disabled" 
     730msgstr "ЗабраМеМ" 
     731 
     732#: admin/page.modules.php:582 
     733#, php-format 
     734msgid "Disabled; Pending upgrade to %s" 
     735msgstr "ЗабраМеМ; Чакащ ПМПвяваМе ЎП %s" 
     736 
     737#: admin/page.modules.php:592 
     738#, php-format 
     739msgid "Online upgrade available (%s)" 
     740msgstr "ДПстъпМП е ПМлайМ ПбМПвяваМе (%s)" 
     741 
     742#: admin/page.modules.php:594 
     743#, php-format 
     744msgid "Newer than online version (%s)" 
     745msgstr "ПП-МПв Пт ПМлайМ версОя (%s)" 
     746 
     747#: admin/page.modules.php:596 
     748msgid "Enabled and up to date" 
     749msgstr "РазрешеМ О ПбМПвеМ" 
     750 
     751#: admin/page.modules.php:600 
     752msgid "Enabled; Not available online" 
     753msgstr "РазрешеМ; Не е ЎПстъпеМ ПМлайМ" 
     754 
     755#: admin/page.modules.php:602 
     756#: admin/modules/core/page.general.php:139 
     757msgid "Enabled" 
     758msgstr "РазрешеМ" 
     759 
     760#: admin/page.modules.php:620 
     761msgid "Attention" 
     762msgstr "ВМОЌаМОе" 
     763 
     764#: admin/page.modules.php:621 
     765msgid "attention" 
     766msgstr "вМОЌаМОе" 
     767 
     768#: admin/page.modules.php:625 
     769msgid "Action" 
     770msgstr "ДействОе" 
     771 
     772#: admin/page.modules.php:628 
     773msgid "No Action" 
     774msgstr "Без ПрПЌяМа" 
     775 
     776#: admin/page.modules.php:635 
     777#: admin/page.modules.php:668 
     778msgid "Install" 
     779msgstr "ИМсталОрай" 
     780 
     781#: admin/page.modules.php:638 
     782msgid "Download and Install" 
     783msgstr "ИзтеглО О ИМсталОрай" 
     784 
     785#: admin/page.modules.php:644 
     786#: admin/modules/core/functions.inc.php:4257 
     787#: admin/modules/core/functions.inc.php:4262 
     788#: admin/modules/core/page.trunks.php:399 
     789msgid "Enable" 
     790msgstr "РазрешО" 
     791 
     792#: admin/page.modules.php:647 
     793#: admin/page.modules.php:662 
     794#: admin/page.modules.php:670 
     795#: admin/page.modules.php:690 
     796msgid "Uninstall" 
     797msgstr "ДеОМсталОрай" 
     798 
     799#: admin/page.modules.php:652 
     800#, php-format 
     801msgid "Download %s, keep Disabled" 
     802msgstr "ИзтеглО %s О гП ПставО ЗабраМеМ" 
     803 
     804#: admin/page.modules.php:660 
     805#, php-format 
     806msgid "Upgrade to %s and Enable" 
     807msgstr "ОбМПвО ЎП %s О гП РазрешО" 
     808 
     809#: admin/page.modules.php:680 
     810#, php-format 
     811msgid "Download and Upgrade to %s" 
     812msgstr "ИзтеглО О ОбМПвО ЎП %s" 
     813 
     814#: admin/page.modules.php:686 
     815#: admin/modules/core/functions.inc.php:4258 
     816#: admin/modules/core/functions.inc.php:4261 
     817#: admin/modules/core/functions.inc.php:4265 
     818#: admin/modules/core/page.trunks.php:390 
     819msgid "Disable" 
     820msgstr "ЗабраМО" 
     821 
     822#: admin/page.modules.php:696 
     823#: admin/modules/core/functions.inc.php:4754 
     824#: admin/modules/core/page.did.php:186 
     825#: admin/modules/core/page.zapchandids.php:99 
     826msgid "Description" 
     827msgstr "ОпОсаМОе" 
     828 
     829#: admin/page.modules.php:698 
     830#, php-format 
     831msgid "Description for version %s" 
     832msgstr "ОпОсаМОе за версОя  %s" 
     833 
     834#: admin/page.modules.php:699 
     835msgid "description" 
     836msgstr "ПпОсаМОе" 
     837 
     838#: admin/page.modules.php:701 
     839msgid "No description is available." 
     840msgstr "Не е ЎПстъпМП ПпОсаМОе." 
     841 
     842#: admin/page.modules.php:704 
     843#: admin/page.modules.php:706 
     844msgid "More info" 
     845msgstr "ППвече ОМфПрЌацОя" 
     846 
     847#: admin/page.modules.php:706 
     848#, php-format 
     849msgid "Get help for %s" 
     850msgstr "ППлучО пПЌПщ за %s" 
     851 
     852#: admin/page.modules.php:711 
     853msgid "Changelog" 
     854msgstr "ИзЌеМеМОя" 
     855 
     856#: admin/page.modules.php:712 
     857#, php-format 
     858msgid "Change Log for version %s" 
     859msgstr "ИзЌеМеМОя за версОя %s" 
     860 
     861#: admin/page.modules.php:732 
     862msgid "Debug" 
     863msgstr "ОтсраМяваМе Ма ГрешкО" 
     864 
     865#: admin/page.modules.php:757 
     866msgid "All available modules are up-to-date and installed." 
     867msgstr "ВсОчкО ЎПстъпМО ЌПЎулО са ПбМПвеМО О ОМсталОраМО." 
     868 
     869#: admin/page.modules.php:759 
     870msgid "No modules to display." 
     871msgstr "НяЌа ЌПЎулО за пПказваМе." 
     872 
     873#: admin/page.modules.php:809 
     874msgid "Untarring.." 
     875msgstr "РазарѠ
     876ОвОраМе.." 
     877 
     878#: admin/page.modules.php:829 
     879msgid "Done." 
     880msgstr "ИзпълМеМП." 
     881 
     882#: admin/panel.php:18 
     883msgid "FreePBX: Flash Operator Panel" 
     884msgstr "FreePBX: Ѐлаш ОператПр ПаМел" 
     885 
     886#: admin/panel.php:19 
     887msgid "Flash Operator Panel" 
     888msgstr "Ѐлаш ОператПр ПаМел" 
     889 
     890#: admin/reports.php:18 
     891msgid "FreePBX: Call Detail Reports" 
     892msgstr "FreePBX: ППЎрПбМО ОтчетО Ма РазгПвПрОте" 
     893 
     894#: admin/reports.php:19 
     895msgid "Call Detail Reports" 
     896msgstr "ППЎрПбМО ОтчетО Ма РазгПвПрОте" 
     897 
     898#: admin/reports.php:41 
     899msgid "Call Logs" 
     900msgstr "РегОстрОраМО РазгПвПрО" 
     901 
     902#: admin/reports.php:42 
     903msgid "Compare Calls" 
     904msgstr "СравМеМОе Ма РазгПвПрОте" 
     905 
     906#: admin/reports.php:43 
     907msgid "Monthly Traffic" 
     908msgstr "МесечеМ ТрафОк" 
     909 
     910#: admin/reports.php:44 
     911msgid "Daily load" 
     912msgstr "ДМевМП НатПварваМе" 
     913 
     914#: admin/views/freepbx_admin.php:87 
     915#: admin/modules/core/page.ampusers.php:217 
     916msgid "category" 
     917msgstr "категПрОя" 
     918 
     919#: admin/views/freepbx_admin.php:178 
     920msgid "WARNING: Javascript is disabled in your browser. The FreePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another  browser that supports it." 
     921msgstr "ВНИМАНИЕ: Javascript е забраМеМ във вашОя браузер. FreePBX се МужЎае Пт Javascript за Ўа рабПтО МПрЌалМП. МПля разрешете Javascript  ОлО ОзпПлзвайте Ўруг браузер кПйтП гП пПЎЎържа." 
     922 
     923#: admin/views/freepbx_admin.php:192 
     924#, php-format 
     925msgid "%s is a registered trademark of %s" 
     926msgstr "%s е запазеМа Ќарка Ма %s" 
     927 
     928#: admin/views/freepbx_admin.php:193 
     929#: admin/views/freepbx_admin.php:196 
     930#: admin/views/freepbx.php:141 
     931#: admin/views/freepbx.php:150 
     932msgid "FreePBX" 
     933msgstr "FreePBX" 
     934 
     935#: admin/views/freepbx_admin.php:195 
     936#, php-format 
     937msgid "%s is licensed under %s" 
     938msgstr "%s е лОцеМзОраМ пПЎ %s" 
     939 
     940#: admin/views/freepbx.php:148 
     941#, php-format 
     942msgid "%s %s on %s" 
     943msgstr "%s %s Ма %s" 
     944 
     945#: admin/views/freepbx.php:165 
     946msgid "Management" 
     947msgstr "УправлеМОе" 
     948 
     949#: admin/views/freepbx.php:166 
     950msgid "Admin" 
     951msgstr "АЎЌОМ" 
     952 
     953#: admin/views/freepbx.php:167 
     954msgid "Reports" 
     955msgstr "ОтчетО" 
     956 
     957#: admin/views/freepbx.php:169 
     958msgid "Panel" 
     959msgstr "ПаМел" 
     960 
     961#: admin/views/freepbx.php:171 
     962msgid "Recordings" 
     963msgstr "ЗапОсО" 
     964 
     965#: admin/views/freepbx.php:172 
     966msgid "Help" 
     967msgstr "ППЌПщ" 
     968 
     969#: admin/views/freepbx.php:189 
     970msgid "Logged in: " 
     971msgstr "Влязъл с:" 
     972 
     973#: admin/views/freepbx.php:190 
     974msgid "Logout" 
     975msgstr "Излез" 
     976 
     977#: admin/views/freepbx_reloadbar.php:3 
     978msgid "Reload Required" 
     979msgstr "НеПбѠ
     980ПЎОЌП е ПрезарежЎаМе" 
     981 
     982#: admin/views/freepbx_reloadbar.php:4 
     983#: admin/views/freepbx_reloadbar.php:5 
     984#: admin/views/freepbx_reload.php:107 
     985msgid "Apply Configuration Changes" 
     986msgstr "ПрОлПжО ПрПЌеМОте" 
     987 
     988#: admin/views/freepbx_reloadbar.php:5 
     989#, php-format 
     990msgid "You have made changes to the configuration that have not yet been applied. When you are finished making all changes, click on %s to put them into effect." 
     991msgstr "ВОе сте МаправОлО прПЌеМО в кПМфОгурацОята, кПОтП Пще Ме са прОлПжеМО. КПгатП прОключОте с прПЌеМОте, клОкМете върѠ
     992у %s за Ўа се прОлПжат." 
     993 
     994#: admin/views/freepbx_reload.php:71 
     995msgid " error(s) occured, you should view the notification log on the dashboard or main screen to check for more details." 
     996msgstr "МатъкМаѠ
     997 ÑÐµ Ма грешка, вОжте лПга с съПбщеМОята Ма таблПтП ОлО главМОя екраМ за пПвече ОМфПрЌацОя." 
     998 
     999#: admin/views/freepbx_reload.php:75 
     1000#: admin/views/freepbx_reload.php:89 
     1001msgid "Close" 
     1002msgstr "ЗатвПрО" 
     1003 
     1004#: admin/views/freepbx_reload.php:76 
     1005msgid "Retry" 
     1006msgstr "ОтМПвП" 
     1007 
     1008#: admin/views/freepbx_reload.php:88 
     1009msgid "Error: Did not receive valid response from server" 
     1010msgstr "Грешка: Не пПлучОѠ
     1011 Ð¿Ñ€Ð°Ð²ÐžÐ»ÐµÐœ ПтгПвПр Пт сървъра" 
     1012 
     1013#: admin/views/freepbx_reload.php:108 
     1014msgid "Reloading will apply all configuration changes made in FreePBX to your PBX engine and make them active." 
     1015msgstr "ПрезарежЎаМетП ще прОлПжО всОчкО прПЌеМО МаправеМО в FreePBX Ма вашата цеМтрала О ще гО МаправО актОвМО." 
     1016 
     1017#: admin/views/freepbx_reload.php:110 
     1018msgid "Accept" 
     1019msgstr "ПрОеЌО" 
     1020 
     1021#: admin/views/freepbx_reload.php:110 
     1022msgid "Continue with reload" 
     1023msgstr "ПрПЎължО с презарежЎаМетП" 
     1024 
     1025#: admin/views/freepbx_reload.php:111 
     1026msgid "Cancel reload and go back to editing" 
     1027msgstr "ОтЌеМО презарежЎаМетП О се върМО къЌ реЎактОраМе" 
     1028 
     1029#: admin/views/freepbx_reload.php:116 
     1030msgid "Please wait, reloading.." 
     1031msgstr "МПля Озчакайте, презарежЎаЌ.." 
     1032 
     1033#: admin/views/freepbx_reload.php:117 
     1034msgid "Loading..." 
     1035msgstr "ЗаррежЎаЌ..." 
     1036 
     1037#: admin/views/loggedout.php:4 
     1038msgid "Logged out" 
     1039msgstr "Излязъл" 
     1040 
     1041#: admin/views/loggedout.php:5 
     1042msgid "You have been succesfully logged out." 
     1043msgstr "ВОе ОзлязПѠ
     1044те успешМП." 
     1045 
     1046#: admin/views/loggedout.php:6 
     1047msgid "Log in" 
     1048msgstr "Влез" 
     1049 
     1050#: admin/views/menuitem_disabled.php:3 
     1051#, php-format 
     1052msgid "[WARNING]: Menu Item: %s is disabled because asterisk is not running" 
     1053msgstr "[ВНИМАНИЕ]: МеМю ЕлеЌеМта: %s е забраМеМ защПтП АстерОск Ме е стартОраМ" 
     1054 
     1055#: admin/views/menuitem_disabled.php:4 
     1056msgid "Restart Asterisk and then refresh the browser in order to try accessing this menu item again." 
     1057msgstr "РестартОрайте АстерОск О тПгава презареЎете браузера сО." 
     1058 
     1059#: admin/views/noaccess.php:4 
     1060msgid "Not found" 
     1061msgstr "Не е МаЌереМ" 
     1062 
     1063#: admin/views/noaccess.php:5 
     1064msgid "The section you requested does not exist or you do not have access to it." 
     1065msgstr "РазЎелът кПйтП търсОте Ме съществува ОлО МяЌате ЎПстъп ЎП МегП." 
     1066 
     1067#: admin/views/unauthorized.php:4 
     1068msgid "Unauthorized" 
     1069msgstr "НеПтПрОзОраМ" 
     1070 
     1071#: admin/views/unauthorized.php:5 
     1072msgid "You are not authorized to access this page." 
     1073msgstr "ВОе МяЌате правП Ма ЎПстъп ЎП тазО страМОца." 
     1074 
     1075#: admin/views/welcome_nomanager.php:2 
     1076msgid "Warning:" 
     1077msgstr "ВМОЌаМОе:" 
     1078 
     1079#: admin/views/welcome_nomanager.php:5 
     1080msgid "Cannot connect to Asterisk Manager with " 
     1081msgstr "Не ЌПга Ўа се свържа къЌ АстерОск Manager с" 
     1082 
     1083#: admin/views/welcome_nomanager.php:7 
     1084msgid "Asterisk may not be running." 
     1085msgstr "МПже бО АстерОск Ме стартОраМ." 
     1086 
     1087#: admin/views/welcome.php:3 
    341088msgid "Welcome to FreePBX." 
    351089msgstr "ДПбре ДПшлО в FreePBX" 
    361090 
    37 #: amp_conf/htdocs/admin/views/welcome.php:9 
     1091#: admin/views/welcome.php:9 
    381092msgid "Critical" 
    391093msgstr "КрОтОчМП" 
    401094 
    41 #: amp_conf/htdocs/admin/views/welcome.php:10 
     1095#: admin/views/welcome.php:10 
    421096msgid "Security" 
    431097msgstr "ЗащОтМП" 
    441098 
    45 #: amp_conf/htdocs/admin/views/welcome.php:11 
     1099#: admin/views/welcome.php:11 
    461100msgid "Update" 
    471101msgstr "ОбМПвяваМе" 
    481102 
    49 #: amp_conf/htdocs/admin/views/welcome.php:12 
     1103#: admin/views/welcome.php:12 
    501104msgid "Error" 
    511105msgstr "Грешка" 
    521106 
    53 #: amp_conf/htdocs/admin/views/welcome.php:13 
     1107#: admin/views/welcome.php:13 
    541108msgid "Warning" 
    551109msgstr "ВМОЌаМОе" 
    561110 
    57 #: amp_conf/htdocs/admin/views/welcome.php:14 
     1111#: admin/views/welcome.php:14 
    581112msgid "Notice" 
    591113msgstr "ВМОЌаМОе" 
    601114 
    61 #: amp_conf/htdocs/admin/views/welcome.php:36 
     1115#: admin/views/welcome.php:36 
    621116msgid "If you're new to FreePBX, Welcome. Here are some quick instructions to get you started" 
    631117msgstr "АкП сега запПчвате с FreePBX, ЗЎравейте. ЕтП МякПО бързО ОМструкцОО за МачалП" 
    641118 
    65 #: amp_conf/htdocs/admin/views/welcome.php:40 
     1119#: admin/views/welcome.php:40 
    661120#, php-format 
    671121msgid "" 
     
    801134"ЎПстъпМа МПва версОя Ма ЌПЎула." 
    811135 
    82 #: amp_conf/htdocs/admin/views/welcome.php:54 
     1136#: admin/views/welcome.php:54 
    831137#, php-format 
    841138msgid "" 
     
    931147"кПгатП ЌПЎула е ОМсталОраМ, за Ўа стартОрате Java IRC клОеМт." 
    941148 
    95 #: amp_conf/htdocs/admin/views/welcome.php:66 
     1149#: admin/views/welcome.php:66 
    961150#, php-format 
    971151msgid "" 
     
    1021156"въпрПсО О Ўа търсОте ПтгПвПрО за всекО прПблеЌ кПйтП ЌПже бО ОЌате." 
    1031157 
    104 #: amp_conf/htdocs/admin/views/welcome.php:71 
     1158#: admin/views/welcome.php:71 
    1051159msgid "We hope you enjoy using FreePBX!" 
    1061160msgstr "НаЎяваЌе се че ще ОзпПлзвате с уЎПвПлствОе FreePBX!" 
    1071161 
    108 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:3 
    109 msgid "Reload Required" 
    110 msgstr "НеПбѠ
    111 ÐŸÐŽÐžÐŒÐŸ е ПрезарежЎаМе" 
    112  
    113 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:4 
    114 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:5 
    115 #: amp_conf/htdocs/admin/views/freepbx_reload.php:107 
    116 msgid "Apply Configuration Changes" 
    117 msgstr "ПрОлПжО ПрПЌеМОте" 
    118  
    119 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:5 
    120 #, php-format 
    121 msgid "You have made changes to the configuration that have not yet been applied. When you are finished making all changes, click on %s to put them into effect." 
    122 msgstr "ВОе сте МаправОлО прПЌеМО в кПМфОгурацОята, кПОтП Пще Ме са прОлПжеМО. КПгатП прОключОте с прПЌеМОте, клОкМете върѠ
    123 Ñƒ %s за Ўа се прОлПжат." 
    124  
    125 #: amp_conf/htdocs/admin/views/unauthorized.php:4 
    126 msgid "Unauthorized" 
    127 msgstr "НеПтПрОзОраМ" 
    128  
    129 #: amp_conf/htdocs/admin/views/unauthorized.php:5 
    130 msgid "You are not authorized to access this page." 
    131 msgstr "ВОе МяЌате правП Ма ЎПстъп ЎП тазО страМОца." 
    132  
    133 #: amp_conf/htdocs/admin/views/freepbx_admin.php:87 
    134 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:217 
    135 msgid "category" 
    136 msgstr "категПрОя" 
    137  
    138 #: amp_conf/htdocs/admin/views/freepbx_admin.php:107 
    139 #: amp_conf/htdocs/admin/views/freepbx_admin.php:112 
    140 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:223 
    141 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:227 
    142 #: amp_conf/htdocs/admin/page.modules.php:541 
    143 #: amp_conf/htdocs/admin/page.modules.php:546 
    144 msgid "name" 
    145 msgstr "ОЌе" 
    146  
    147 #: amp_conf/htdocs/admin/views/freepbx_admin.php:177 
    148 msgid "WARNING: Javascript is disabled in your browser. The FreePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another  browser that supports it." 
    149 msgstr "ВНИМАНИЕ: Javascript е забраМеМ във вашОя браузер. FreePBX се МужЎае Пт Javascript за Ўа рабПтО МПрЌалМП. МПля разрешете Javascript  ОлО ОзпПлзвайте Ўруг браузер кПйтП гП пПЎЎържа." 
    150  
    151 #: amp_conf/htdocs/admin/views/freepbx_admin.php:191 
    152 #, php-format 
    153 msgid "%s is a registered trademark of %s" 
    154 msgstr "%s е запазеМа Ќарка Ма %s" 
    155  
    156 #: amp_conf/htdocs/admin/views/freepbx_admin.php:192 
    157 #: amp_conf/htdocs/admin/views/freepbx_admin.php:195 
    158 #: amp_conf/htdocs/admin/views/freepbx.php:140 
    159 #: amp_conf/htdocs/admin/views/freepbx.php:149 
    160 msgid "FreePBX" 
    161 msgstr "FreePBX" 
    162  
    163 #: amp_conf/htdocs/admin/views/freepbx_admin.php:194 
    164 #, php-format 
    165 msgid "%s is licensed under %s" 
    166 msgstr "%s е лОцеМзОраМ пПЎ %s" 
    167  
    168 #: amp_conf/htdocs/admin/views/loggedout.php:4 
    169 msgid "Logged out" 
    170 msgstr "Излязъл" 
    171  
    172 #: amp_conf/htdocs/admin/views/loggedout.php:5 
    173 msgid "You have been succesfully logged out." 
    174 msgstr "ВОе ОзлязПѠ
    175 Ñ‚е успешМП." 
    176  
    177 #: amp_conf/htdocs/admin/views/loggedout.php:6 
    178 msgid "Log in" 
    179 msgstr "Влез" 
    180  
    181 #: amp_conf/htdocs/admin/views/welcome_nomanager.php:2 
    182 msgid "Warning:" 
    183 msgstr "ВМОЌаМОе:" 
    184  
    185 #: amp_conf/htdocs/admin/views/welcome_nomanager.php:5 
    186 msgid "Cannot connect to Asterisk Manager with " 
    187 msgstr "Не ЌПга Ўа се свържа къЌ АстерОск Manager с" 
    188  
    189 #: amp_conf/htdocs/admin/views/welcome_nomanager.php:7 
    190 msgid "Asterisk may not be running." 
    191 msgstr "МПже бО АстерОск Ме стартОраМ." 
    192  
    193 #: amp_conf/htdocs/admin/views/freepbx_reload.php:71 
    194 msgid " error(s) occured, you should view the notification log on the dashboard or main screen to check for more details." 
    195 msgstr "МатъкМаѠ
    196  ÑÐµ Ма грешка, вОжте лПга с съПбщеМОята Ма таблПтП ОлО главМОя екраМ за пПвече ОМфПрЌацОя." 
    197  
    198 #: amp_conf/htdocs/admin/views/freepbx_reload.php:75 
    199 #: amp_conf/htdocs/admin/views/freepbx_reload.php:89 
    200 msgid "Close" 
    201 msgstr "ЗатвПрО" 
    202  
    203 #: amp_conf/htdocs/admin/views/freepbx_reload.php:76 
    204 msgid "Retry" 
    205 msgstr "ОтМПвП" 
    206  
    207 #: amp_conf/htdocs/admin/views/freepbx_reload.php:88 
    208 msgid "Error: Did not receive valid response from server" 
    209 msgstr "Грешка: Не пПлучОѠ
    210  Ð¿Ñ€Ð°Ð²ÐžÐ»ÐµÐœ ПтгПвПр Пт сървъра" 
    211  
    212 #: amp_conf/htdocs/admin/views/freepbx_reload.php:108 
    213 msgid "Reloading will apply all configuration changes made in FreePBX to your PBX engine and make them active." 
    214 msgstr "ПрезарежЎаМетП ще прОлПжО всОчкО прПЌеМО МаправеМО в FreePBX Ма вашата цеМтрала О ще гО МаправО актОвМО." 
    215  
    216 #: amp_conf/htdocs/admin/views/freepbx_reload.php:110 
    217 msgid "Accept" 
    218 msgstr "ПрОеЌО" 
    219  
    220 #: amp_conf/htdocs/admin/views/freepbx_reload.php:110 
    221 msgid "Continue with reload" 
    222 msgstr "ПрПЎължО с презарежЎаМетП" 
    223  
    224 #: amp_conf/htdocs/admin/views/freepbx_reload.php:111 
    225 #: amp_conf/htdocs/admin/page.modules.php:408 
    226 msgid "Cancel" 
    227 msgstr "Отказ" 
    228  
    229 #: amp_conf/htdocs/admin/views/freepbx_reload.php:111 
    230 msgid "Cancel reload and go back to editing" 
    231 msgstr "ОтЌеМО презарежЎаМетП О се върМО къЌ реЎактОраМе" 
    232  
    233 #: amp_conf/htdocs/admin/views/freepbx_reload.php:116 
    234 msgid "Please wait, reloading.." 
    235 msgstr "МПля Озчакайте, презарежЎаЌ.." 
    236  
    237 #: amp_conf/htdocs/admin/views/freepbx_reload.php:117 
    238 msgid "Loading..." 
    239 msgstr "ЗаррежЎаЌ..." 
    240  
    241 #: amp_conf/htdocs/admin/views/freepbx.php:147 
    242 #, php-format 
    243 msgid "%s %s on %s" 
    244 msgstr "%s %s Ма %s" 
    245  
    246 #: amp_conf/htdocs/admin/views/freepbx.php:164 
    247 msgid "Management" 
    248 msgstr "УправлеМОе" 
    249  
    250 #: amp_conf/htdocs/admin/views/freepbx.php:165 
    251 msgid "Admin" 
    252 msgstr "АЎЌОМ" 
    253  
    254 #: amp_conf/htdocs/admin/views/freepbx.php:166 
    255 msgid "Reports" 
    256 msgstr "ОтчетО" 
    257  
    258 #: amp_conf/htdocs/admin/views/freepbx.php:168 
    259 msgid "Panel" 
    260 msgstr "ПаМел" 
    261  
    262 #: amp_conf/htdocs/admin/views/freepbx.php:170 
    263 msgid "Recordings" 
    264 msgstr "ЗапОсО" 
    265  
    266 #: amp_conf/htdocs/admin/views/freepbx.php:171 
    267 msgid "Help" 
    268 msgstr "ППЌПщ" 
    269  
    270 #: amp_conf/htdocs/admin/views/freepbx.php:188 
    271 msgid "Logged in: " 
    272 msgstr "Влязъл с:" 
    273  
    274 #: amp_conf/htdocs/admin/views/freepbx.php:189 
    275 msgid "Logout" 
    276 msgstr "Излез" 
    277  
    278 #: amp_conf/htdocs/admin/views/menuitem_disabled.php:3 
    279 #, php-format 
    280 msgid "[WARNING]: Menu Item: %s is disabled because asterisk is not running" 
    281 msgstr "[ВНИМАНИЕ]: МеМю ЕлеЌеМта: %s е забраМеМ защПтП АстерОск Ме е стартОраМ" 
    282  
    283 #: amp_conf/htdocs/admin/views/menuitem_disabled.php:4 
    284 msgid "Restart Asterisk and then refresh the browser in order to try accessing this menu item again." 
    285 msgstr "РестартОрайте АстерОск О тПгава презареЎете браузера сО." 
    286  
    287 #: amp_conf/htdocs/admin/views/noaccess.php:4 
    288 msgid "Not found" 
    289 msgstr "Не е МаЌереМ" 
    290  
    291 #: amp_conf/htdocs/admin/views/noaccess.php:5 
    292 msgid "The section you requested does not exist or you do not have access to it." 
    293 msgstr "РазЎелът кПйтП търсОте Ме съществува ОлО МяЌате ЎПстъп ЎП МегП." 
    294  
    295 #: amp_conf/htdocs/admin/common/db_connect.php:78 
     1162#: admin/common/db_connect.php:78 
    2961163msgid "Default SQL Password Used" 
    2971164msgstr "ИзпПлзва се SQL ПарПла ПП-ППЎразбОраМе" 
    2981165 
    299 #: amp_conf/htdocs/admin/common/db_connect.php:78 
     1166#: admin/common/db_connect.php:78 
    3001167msgid "You are using the default SQL password that is widely known, you should set a secure password" 
    3011168msgstr "ВОе ОзпПлзвате за SQL парПла кПятП е шОрПкП разпрПстраМеМа, трябва Ўа устаМПвОте МПва пП-сОгурМа парПла" 
    3021169 
    303 #: amp_conf/htdocs/admin/common/db_connect.php:89 
     1170#: admin/common/db_connect.php:89 
    3041171msgid "Memory Limit Changed" 
    3051172msgstr "ПрПЌеМеМ ЛОЌОт Ма ПаЌетта" 
    3061173 
    307 #: amp_conf/htdocs/admin/common/db_connect.php:89 
     1174#: admin/common/db_connect.php:89 
    3081175#, php-format 
    3091176msgid "Your memory_limit, %sM, is set too low and has been increased to %sM. You may want to change this in you php.ini config file" 
    3101177msgstr "ВашОят memory_limit, %sM, е устаМПвеМ прекалеМП МОсък О беше увелОчеМ ЎП %sM. МПже Ўа Оскате Ўа прПЌеМОте тПва в php.ini кПМфОгурацОПММОя файл" 
    3111178 
    312 #: amp_conf/htdocs/admin/common/db_connect.php:91 
     1179#: admin/common/db_connect.php:91 
    3131180msgid "Low Memory Limit" 
    3141181msgstr "НОсък ЛОЌОт Ма ПаЌетта" 
    3151182 
    316 #: amp_conf/htdocs/admin/common/db_connect.php:91 
     1183#: admin/common/db_connect.php:91 
    3171184#, php-format 
    3181185msgid "Your memory_limit, %sM, is set too low and may cause problems. FreePBX is not able to change this on your system. You should increase this to %sM in you php.ini config file" 
    3191186msgstr "ВашОят memory_limit, %sM, е устаМПвеМ прекалеМП МОсък О ЌПже Ўа съзЎаЎе прПблеЌО. FreePBX Ме ЌПже Ўа прПЌеМО тПва Ма вашата сОстеЌа. Трябва Ўа увелОчОте тПва ЎП %sM във вашОя php.ini кПМфОгурацОПММОя файл" 
    3201187 
    321 #: amp_conf/htdocs/admin/common/db_connect.php:100 
     1188#: admin/common/db_connect.php:100 
    3221189msgid "Magic Quotes GPC" 
    3231190msgstr "Magic Quotes GPC" 
    3241191 
    325 #: amp_conf/htdocs/admin/common/db_connect.php:100 
     1192#: admin/common/db_connect.php:100 
    3261193msgid "You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file which will cause errors in some modules. FreePBX expects this to be off and runs under that assumption" 
    3271194msgstr "ВОе ОЌате magic_quotes_gpc разрешеМО във вашОя php.ini, http ОлО .htaccess файл, кПетП ЌПже Ўа ЎПвеЎе ЎП грешкО в МякПО ЌПЎулО. FreePBX Пчаква те Ўа са ОзключеМО О рабПтО пПЎ тПва преЎпПлПжеМОе" 
    3281195 
    329 #: amp_conf/htdocs/admin/common/script.js.php:36 
     1196#: admin/common/script.js.php:36 
    3301197msgid "Please select a \"Destination\"" 
    3311198msgstr "МПля Озберете \"НаправлеМОе\"" 
    3321199 
    333 #: amp_conf/htdocs/admin/common/script.js.php:44 
     1200#: admin/common/script.js.php:44 
    3341201msgid "Custom Goto contexts must contain the string \"custom-\".  ie: custom-app,s,1" 
    3351202msgstr "Custom Goto кПМтекстОте трябва Ўа съЎържат стрОМг \"custom-\". НапрОЌер: custom-app,s,1" 
    3361203 
    337 #: amp_conf/htdocs/admin/components.class.php:362 
    338 #: amp_conf/htdocs/admin/modules/core/page.did.php:301 
    339 msgid "Submit" 
    340 msgstr "ПрОеЌО" 
    341  
    342 #: amp_conf/htdocs/admin/header_auth.php:43 
    343 #: amp_conf/htdocs/admin/header_auth.php:70 
    344 msgid "Administration" 
    345 msgstr "Administration" 
    346  
    347 #: amp_conf/htdocs/admin/panel.php:18 
    348 msgid "FreePBX: Flash Operator Panel" 
    349 msgstr "FreePBX: Ѐлаш ОператПр ПаМел" 
    350  
    351 #: amp_conf/htdocs/admin/panel.php:19 
    352 msgid "Flash Operator Panel" 
    353 msgstr "Ѐлаш ОператПр ПаМел" 
    354  
    355 #: amp_conf/htdocs/admin/functions.inc.php:392 
    356 #, php-format 
    357 msgid "Cronmanager encountered %s Errors" 
    358 msgstr "Cronmanager се МатъкМа Ма  %s грешкО" 
    359  
    360 #: amp_conf/htdocs/admin/functions.inc.php:393 
    361 msgid "The following commands failed with the listed error" 
    362 msgstr "СлеЎМОте кПЌаМЎО се прПвалОѠ
    363 Ð° с пПказаМОте грешкО" 
    364  
    365 #: amp_conf/htdocs/admin/functions.inc.php:765 
    366 #, php-format 
    367 msgid "Missing or unreadable config file (%s)...cannot continue" 
    368 msgstr "ЛОпсващ ОлО МечетОЌ кПМфОгурацОПМеМ файл (%s)...Ма ЌПга Ўа прПЎължа" 
    369  
    370 #: amp_conf/htdocs/admin/functions.inc.php:1044 
    371 msgid "Objects" 
    372 msgstr "ОбектО" 
    373  
    374 #: amp_conf/htdocs/admin/functions.inc.php:1044 
    375 msgid "Object" 
    376 msgstr "Обект" 
    377  
    378 #: amp_conf/htdocs/admin/functions.inc.php:1045 
    379 #, php-format 
    380 msgid "Used as Destination by %s %s" 
    381 msgstr "ИзпПлзваМ за НаправлеМОе Пт %s %s" 
    382  
    383 #: amp_conf/htdocs/admin/functions.inc.php:1504 
    384 #: amp_conf/htdocs/admin/functions.inc.php:1574 
    385 #, php-format 
    386 msgid "Exit code was %s and output was: %s" 
    387 msgstr "ИзѠ
    388 ÐŸÐŽÐœÐžÑÑ‚ кПЎ беше %s О резултата е: %s" 
    389  
    390 #: amp_conf/htdocs/admin/functions.inc.php:1505 
    391 #: amp_conf/htdocs/admin/functions.inc.php:1575 
    392 #, php-format 
    393 msgid "Could not run %s script." 
    394 msgstr "Не ЌПга Ўа стартОраЌ скрОпта %s." 
    395  
    396 #: amp_conf/htdocs/admin/functions.inc.php:1522 
    397 #, php-format 
    398 msgid "Reload failed because retrieve_conf encountered an error: %s" 
    399 msgstr "ПрезарежЎаМетП се прПвалО защПтП retrieve_conf се МатъкМа Ма грешка: %s" 
    400  
    401 #: amp_conf/htdocs/admin/functions.inc.php:1524 
    402 #: amp_conf/htdocs/admin/functions.inc.php:1532 
    403 msgid "retrieve_conf failed, config not applied" 
    404 msgstr "retrieve_conf се прПвалО, кПМфОгурОраМетП Ме е прОлПжеМП" 
    405  
    406 #: amp_conf/htdocs/admin/functions.inc.php:1530 
    407 msgid "Reload failed because FreePBX could not connect to the asterisk manager interface." 
    408 msgstr "ПрезарежЎаМетП се прПвалО защПтП FreePBX Ме ЌПже Ўа се свърже с АстерОск manager ОМтерфейса." 
    409  
    410 #: amp_conf/htdocs/admin/functions.inc.php:1544 
    411 msgid "Successfully reloaded" 
    412 msgstr "УспешМП презарежЎаМе" 
    413  
    414 #: amp_conf/htdocs/admin/functions.inc.php:1553 
    415 msgid "Could not reload the FOP operator panel server using the bounce_op.sh script. Configuration changes may not be reflected in the panel display." 
    416 msgstr "Не ЌПга Ўа презареЎя ЀОП сървъра ОзпПлзвайкО bounce_op.sh скрОпта. ИзЌеМеМОята в кПМфОгурацОята ЌПже Ўа Ме се пПкажат Ма паМел ЎОсплея." 
    417  
    418 #: amp_conf/htdocs/admin/functions.inc.php:1554 
    419 msgid "Could not reload FOP server" 
    420 msgstr "Не ЌПга Ўа презареЎя ЀОП сървъра" 
    421  
    422 #: amp_conf/htdocs/admin/functions.inc.php:1566 
    423 msgid "Successful reload, but could not clear reload flag due to a database error: " 
    424 msgstr "УспешМП презареЎеМ, МП Ме ЌПга Ўа ОзчОстя презарежЎащОя флаг ЎължащП се Ма грешка в базата ЎаММО: " 
    425  
    426 #: amp_conf/htdocs/admin/functions.inc.php:1615 
    427 #: amp_conf/htdocs/admin/modules/core/page.routing.php:578 
    428 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4695 
    429 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4697 
    430 msgid "Add" 
    431 msgstr "ДПбавО" 
    432  
    433 #: amp_conf/htdocs/admin/functions.inc.php:2055 
    434 msgid "Unknown Destination" 
    435 msgstr "НеОзвестМП НаправлеМОе" 
    436  
    437 #: amp_conf/htdocs/admin/functions.inc.php:2055 
    438 msgid "ERROR: You have an unknown destination. If this was carried over as a Custom App from an earlier version, you must go register the destination in the Custom Destination tab provided by the Custom Applications module.<br />This will remain active until you change it but you can no longer edit or add a new one here." 
    439 msgstr "Грешка: ВОе ОЌате МеОзвестМП МаправлеМОе. АкП тПва се е случОлП пПраЎО Custom ПрОлПжеМОе Пт преЎОшМа версОя, трябва Ўа регОстрОрате МаправлеМОетП в Custom НаправлеМОя ЌеМютП преЎПставеМП Пт ЌПЎул Custom ПрОлПжеМОя.<br />ТПва ще ПстаМе актОвМП ЎПкатП Ме гП прПЌеМОте, МП МяЌа Ўа ЌПжете Ўа реЎактОрате ОлО Ўа ЎПбавяте МПвП МаправлеМОе тук." 
    440  
    441 #: amp_conf/htdocs/admin/functions.inc.php:2313 
    442 msgid "The following new modules are available for download. Click delete icon on the right to remove this notice." 
    443 msgstr "СлеЎващОте МПвО ЌПЎулО са ЎПстъпМО за ОзтегляМе. КлОкМете върѠ
    444 Ñƒ ОкПМата ОзтрОй ПтЎясМП за Ўа преЌаѠ
    445 ÐœÐµÑ‚е тПва съПбщеМОе" 
    446  
    447 #: amp_conf/htdocs/admin/functions.inc.php:2317 
    448 #, php-format 
    449 msgid "%s New modules are available" 
    450 msgstr "%s НПвО ЌПЎула са ЎПстъпМО" 
    451  
    452 #: amp_conf/htdocs/admin/functions.inc.php:2351 
    453 msgid "There is 1 module available for online upgrade" 
    454 msgstr "ИЌа 1 ЌПЎул ЎПстъпеМ за ПМлайМ ПбМПвяваМе" 
    455  
    456 #: amp_conf/htdocs/admin/functions.inc.php:2353 
    457 #, php-format 
    458 msgid "There are %s modules available for online upgrades" 
    459 msgstr "ИЌа %s ЌПЎула ЎПстъпМО за ПМлайМ ПбМПвяваМе" 
    460  
    461 #: amp_conf/htdocs/admin/functions.inc.php:2357 
    462 #, php-format 
    463 msgid "%s (current: %s)" 
    464 msgstr "%s (текущО: %s)" 
    465  
    466 #: amp_conf/htdocs/admin/functions.inc.php:2559 
    467 #, php-format 
    468 msgid "Module %s is required, but yours is broken. You should reinstall " 
    469 msgstr "МПЎул %s е МеПбѠ
    470 ÐŸÐŽÐžÐŒ, МП вашОя е пПвреЎеМ. ПреОМсталОрайте гП" 
    471  
    472 #: amp_conf/htdocs/admin/functions.inc.php:2560 
    473 #, php-format 
    474 msgid "it and try again." 
    475 msgstr "О ПпОтайте ПтМПвП." 
    476  
    477 #: amp_conf/htdocs/admin/functions.inc.php:2563 
    478 #, php-format 
    479 msgid "Module %s is required, but yours is disabled." 
    480 msgstr "МПЎул %s е МеПбѠ
    481 ÐŸÐŽÐžÐŒ, МП вашОя е забраМеМ." 
    482  
    483 #: amp_conf/htdocs/admin/functions.inc.php:2566 
    484 #, php-format 
    485 msgid "Module %s is required, but yours is disabled because it needs to " 
    486 msgstr "МПЎул %s е МеПбѠ
    487 ÐŸÐŽÐžÐŒ, МП вашОя е забраМеМ защПтП се МужЎае" 
    488  
    489 #: amp_conf/htdocs/admin/functions.inc.php:2567 
    490 #, php-format 
    491 msgid "be upgraded. Please upgrade %s first, and then try again." 
    492 msgstr "Пт ПбМПвяваМе. МПля ПбМПвете %s О ПпОтайте ПтМПвП." 
    493  
    494 #: amp_conf/htdocs/admin/functions.inc.php:2572 
    495 #, php-format 
    496 msgid "Module %s is required, yours is not installed." 
    497 msgstr "МПЎул %s е МеПбѠ
    498 ÐŸÐŽÐžÐŒ, вашОя Ме е ОМсталОраМ." 
    499  
    500 #: amp_conf/htdocs/admin/functions.inc.php:2576 
    501 #, php-format 
    502 msgid "Module %s is required." 
    503 msgstr "МПЎул %s е МеПбѠ
    504 ÐŸÐŽÐžÐŒ." 
    505  
    506 #: amp_conf/htdocs/admin/functions.inc.php:2585 
    507 #, php-format 
    508 msgid "File %s must exist." 
    509 msgstr "Ѐайлът %s трябва Ўа съществува." 
    510  
    511 #: amp_conf/htdocs/admin/functions.inc.php:2632 
    512 #, php-format 
    513 msgid "Requires engine %s, you have: %s" 
    514 msgstr "ИзОсква се ОМструЌеМт %s, вОе ОЌате: %s" 
    515  
    516 #: amp_conf/htdocs/admin/functions.inc.php:2634 
    517 #, php-format 
    518 msgid "Requires one of the following engines: %s; you have: %s" 
    519 msgstr "ИзОсква се еЎОМ Пт слеЎМОте ОМструЌеМтО: %s; вОе ОЌате: %s" 
    520  
    521 #: amp_conf/htdocs/admin/functions.inc.php:2649 
    522 #, php-format 
    523 msgid "A %s version below %s is required, you have %s" 
    524 msgstr "%s версОя пП-МОска Пт %s е МеПбѠ
    525 ÐŸÐŽÐžÐŒÐ°, вОе ОЌате %s" 
    526  
    527 #: amp_conf/htdocs/admin/functions.inc.php:2652 
    528 #, php-format 
    529 msgid "%s version %s or below is required, you have %s" 
    530 msgstr "%s версОя %s ОлО пП-МОска е МеПбѠ
    531 ÐŸÐŽÐžÐŒÐ°, вОе ОЌате %s" 
    532  
    533 #: amp_conf/htdocs/admin/functions.inc.php:2655 
    534 #, php-format 
    535 msgid "A %s version newer than %s required, you have %s" 
    536 msgstr "%s версОя пП-МПва Пт %s е МеПбѠ
    537 ÐŸÐŽÐžÐŒÐ°, вОе ОЌате %s" 
    538  
    539 #: amp_conf/htdocs/admin/functions.inc.php:2658 
    540 #, php-format 
    541 msgid "Your %s version (%s) is incompatible." 
    542 msgstr "Вашата %s версОя (%s) е МесъвЌестОЌа." 
    543  
    544 #: amp_conf/htdocs/admin/functions.inc.php:2661 
    545 #, php-format 
    546 msgid "Only %s version %s is compatible, you have %s" 
    547 msgstr "СаЌП %s версОя %s е съвЌестОЌа, вОе ОЌате %s" 
    548  
    549 #: amp_conf/htdocs/admin/functions.inc.php:2665 
    550 #, php-format 
    551 msgid "%s version %s or higher is required, you have %s" 
    552 msgstr "%s версОя %s ОлО пП-вОсПка е МеПбѠ
    553 ÐŸÐŽÐžÐŒÐ°, вОе ОЌате %s" 
    554  
    555 #: amp_conf/htdocs/admin/functions.inc.php:2723 
    556 msgid "Module is already enabled" 
    557 msgstr "МПЎулът вече е разрешеМ" 
    558  
    559 #: amp_conf/htdocs/admin/functions.inc.php:2728 
    560 msgid "Module cannot be enabled" 
    561 msgstr "МПЎулът Ме ЌПже Ўа бъЎе разрешеМ" 
    562  
    563 #: amp_conf/htdocs/admin/functions.inc.php:2775 
    564 msgid "Module not found in repository" 
    565 msgstr "МПЎула Ме е МаЌереМ в бОблОПтекОте" 
    566  
    567 #: amp_conf/htdocs/admin/functions.inc.php:2808 
    568 #: amp_conf/htdocs/admin/functions.inc.php:2904 
    569 #: amp_conf/htdocs/admin/functions.inc.php:2982 
    570 #, php-format 
    571 msgid "Could not remove %s to install new version" 
    572 msgstr "Не ЌПга Ўа преЌаѠ
    573 ÐœÐ° %s за Ўа ОМсталОраЌ МПвата версОя" 
    574  
    575 #: amp_conf/htdocs/admin/functions.inc.php:2812 
    576 #: amp_conf/htdocs/admin/functions.inc.php:2908 
    577 #: amp_conf/htdocs/admin/functions.inc.php:2986 
    578 #, php-format 
    579 msgid "Could not untar %s to %s" 
    580 msgstr "Не ЌПга Ўа разарѠ
    581 ÐžÐ²ÐžÑ€Ð°ÐŒ %s в %s" 
    582  
    583 #: amp_conf/htdocs/admin/functions.inc.php:2816 
    584 #: amp_conf/htdocs/admin/functions.inc.php:2912 
    585 #: amp_conf/htdocs/admin/functions.inc.php:2990 
    586 #, php-format 
    587 msgid "Could not remove old module %s to install new version" 
    588 msgstr "Не ЌПга Ўа преЌаѠ
    589 ÐœÐ° старОя ЌПЎул %s за Ўа ОМсталОраЌ МПвата версОя" 
    590  
    591 #: amp_conf/htdocs/admin/functions.inc.php:2820 
    592 #: amp_conf/htdocs/admin/functions.inc.php:2916 
    593 #: amp_conf/htdocs/admin/functions.inc.php:2994 
    594 #, php-format 
    595 msgid "Could not move %s to %s" 
    596 msgstr "Не ЌПга Ўа преЌестя %s в %s" 
    597  
    598 #: amp_conf/htdocs/admin/functions.inc.php:2841 
    599 #, php-format 
    600 msgid "Error opening %s for writing" 
    601 msgstr "Грешка прО ПтваряМе Ма %s за запОс" 
    602  
    603 #: amp_conf/htdocs/admin/functions.inc.php:2857 
    604 #: amp_conf/htdocs/admin/functions.inc.php:2860 
    605 #, php-format 
    606 msgid "Error opening %s for reading" 
    607 msgstr "Грешка прО ПтваряМе Ма %s за четеМе" 
    608  
    609 #: amp_conf/htdocs/admin/functions.inc.php:2880 
    610 #, php-format 
    611 msgid "Unable to save %s" 
    612 msgstr "Не ЌПга Ўа запОша %s" 
    613  
    614 #: amp_conf/htdocs/admin/functions.inc.php:2888 
    615 #, php-format 
    616 msgid "File Integrity failed for %s - aborting" 
    617 msgstr "ЊелПстта Ма файла се прПвалО за %s - прекратяваЌ" 
    618  
    619 #: amp_conf/htdocs/admin/functions.inc.php:2933 
    620 msgid "Error finding uploaded file - check your PHP and/or web server configuration" 
    621 msgstr "Грешка прО МаЌОраМе Ма ЎПбавеМ файл - прПверете вашОте PHP О/ОлО уеб сървър МастрПйкО" 
    622  
    623 #: amp_conf/htdocs/admin/functions.inc.php:2938 
    624 msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 
    625 msgstr "Ѐайлът трябва Ўа е в  tar+gzip (.tgz or .tar.gz) фПрЌат" 
    626  
    627 #: amp_conf/htdocs/admin/functions.inc.php:2943 
    628 msgid "Filename not in correct format: must be modulename-version.tar.gz (eg. custommodule-0.1.tar.gz)" 
    629 msgstr "ИЌетП Ма файла е в МеправОлеМ фПрЌат: трябва Ўа е modulename-version.tar.gz (МапрОЌер custommodule-0.1.tar.gz)" 
    630  
    631 #: amp_conf/htdocs/admin/functions.inc.php:2952 
    632 #, php-format 
    633 msgid "Error creating temporary directory: %s" 
    634 msgstr "Грешка прО съзЎаваМе Ма вреЌеММа ЎОректПрОя: %s" 
    635  
    636 #: amp_conf/htdocs/admin/functions.inc.php:2960 
    637 msgid "Error untaring uploaded file. Must be a tar+gzip file" 
    638 msgstr "Грешка прО разарѠ
    639 ÐžÐ²ÐžÑ€Ð°ÐœÐµ Ма ЎПбавеМОя файл. Трябва Ўа е tar+gzip файл" 
    640  
    641 #: amp_conf/htdocs/admin/functions.inc.php:2999 
    642 #, php-format 
    643 msgid "Error removing temporary directory: %s" 
    644 msgstr "Грешка прО преЌаѠ
    645 Ð²Ð°ÐœÐµ Ма вреЌеММата ЎОректПрОя: %s" 
    646  
    647 #: amp_conf/htdocs/admin/functions.inc.php:3028 
    648 msgid "Cannot find module" 
    649 msgstr "Не ЌПга Ўа МаЌеря ЌПЎула" 
    650  
    651 #: amp_conf/htdocs/admin/functions.inc.php:3034 
    652 msgid "Could not read module.xml" 
    653 msgstr "Не ЌПга Ўа прПчета module.xml" 
    654  
    655 #: amp_conf/htdocs/admin/functions.inc.php:3039 
    656 msgid "This module is broken and cannot be installed. You should try to download it again." 
    657 msgstr "МПЎулът е пПвреЎеМ О Ме ЌПже Ўа бъЎе ОМсталОраМ. ПрПбвайте Ўа гП ОзтеглОте ПтМПвП." 
    658  
    659 #: amp_conf/htdocs/admin/functions.inc.php:3058 
    660 msgid "Failed to run installation scripts" 
    661 msgstr "СтартОраМетП Ма ОМсталацОПММОте скрОптПве се прПвалО" 
    662  
    663 #: amp_conf/htdocs/admin/functions.inc.php:3072 
    664 #, php-format 
    665 msgid "Error updating database. Command was: %s; error was: %s " 
    666 msgstr "Грешка прО ПбМПвяваМе Ма базата ЎаММО. КПЌаМЎата беше: %s; грешката е: %s " 
    667  
    668 #: amp_conf/htdocs/admin/functions.inc.php:3106 
    669 #: amp_conf/htdocs/admin/functions.inc.php:3134 
    670 #: amp_conf/htdocs/admin/functions.inc.php:3171 
    671 msgid "Specified module not found" 
    672 msgstr "ОпреЎелеМОят ЌПЎул Ме е МаЌереМ" 
    673  
    674 #: amp_conf/htdocs/admin/functions.inc.php:3111 
    675 msgid "Module not enabled: cannot disable" 
    676 msgstr "МПЎулът Ме е разрешеМ: Ме ЌПга Ўа гП забраМя" 
    677  
    678 #: amp_conf/htdocs/admin/functions.inc.php:3115 
    679 #: amp_conf/htdocs/admin/functions.inc.php:3143 
    680 msgid "Cannot disable: The following modules depend on this one: " 
    681 msgstr "Не ЌПга Ўа забраМя: СлеЎМОте ЌПЎулО завОсят Пт МегП: " 
    682  
    683 #: amp_conf/htdocs/admin/functions.inc.php:3139 
    684 msgid "Module not installed: cannot uninstall" 
    685 msgstr "МПЎулът Ме е ОМсталОраМ: Ме ЌПга ЎП гП ЎеОМсталОраЌ" 
    686  
    687 #: amp_conf/htdocs/admin/functions.inc.php:3150 
    688 msgid "Error updating database: " 
    689 msgstr "Грешка прО ПбМПвяваМе Ма базата ЎаММО: " 
    690  
    691 #: amp_conf/htdocs/admin/functions.inc.php:3154 
    692 msgid "Failed to run un-installation scripts" 
    693 msgstr "СтартОраМетП Ма ЎеОМсталацОПММОте скрОптПве се прПвалО" 
    694  
    695 #: amp_conf/htdocs/admin/functions.inc.php:3184 
    696 #, php-format 
    697 msgid "Cannot delete directory %s" 
    698 msgstr "Не ЌПга Ўа ОзтрОя ЎОректПрОя %s" 
    699  
    700 #: amp_conf/htdocs/admin/functions.inc.php:3191 
    701 #, php-format 
    702 msgid "Error deleting directory %s (code %d)" 
    703 msgstr "Грешка прО ОзтрОваМе Ма ЎОректПрОя %s (кПЎ %d)" 
    704  
    705 #: amp_conf/htdocs/admin/functions.inc.php:3572 
    706 #, php-format 
    707 msgid "You have %s disabled modules" 
    708 msgstr "ВОе ОЌате %s забраМеМО ЌПЎулО" 
    709  
    710 #: amp_conf/htdocs/admin/functions.inc.php:3572 
    711 msgid "You have a disabled module" 
    712 msgstr "ВОе ОЌате забраМеМО ЌПЎулО" 
    713  
    714 #: amp_conf/htdocs/admin/functions.inc.php:3573 
    715 msgid "The following modules are disabled because they need to be upgraded:" 
    716 msgstr "СлеЎМОте ЌПЎулО са забраМеМО защПтП се МужЎаят Пт ПбМПвяваМе:" 
    717  
    718 #: amp_conf/htdocs/admin/functions.inc.php:3574 
    719 #: amp_conf/htdocs/admin/functions.inc.php:3582 
    720 msgid "You should go to the module admin page to fix these." 
    721 msgstr "Трябва Ўа ПтОЎете Ма страМОцата за управлеМОе Ма ЌПЎулОте за Ўа кПрОгОрате тПва." 
    722  
    723 #: amp_conf/htdocs/admin/functions.inc.php:3580 
    724 #, php-format 
    725 msgid "You have %s broken modules" 
    726 msgstr "ВОе ОЌате %s пПвреЎеМО ЌПЎула" 
    727  
    728 #: amp_conf/htdocs/admin/functions.inc.php:3580 
    729 msgid "You have a broken module" 
    730 msgstr "ВОе ОЌате пПвреЎеМ ЌПЎул" 
    731  
    732 #: amp_conf/htdocs/admin/functions.inc.php:3581 
    733 msgid "The following modules are disabled because they are broken:" 
    734 msgstr "СлеЎМОте ЌПЎулО са забраМеМО защПтП са пПвреЎеМО:" 
    735  
    736 #: amp_conf/htdocs/admin/reports.php:18 
    737 msgid "FreePBX: Call Detail Reports" 
    738 msgstr "FreePBX: ППЎрПбМО ОтчетО Ма РазгПвПрОте" 
    739  
    740 #: amp_conf/htdocs/admin/reports.php:19 
    741 msgid "Call Detail Reports" 
    742 msgstr "ППЎрПбМО ОтчетО Ма РазгПвПрОте" 
    743  
    744 #: amp_conf/htdocs/admin/reports.php:41 
    745 msgid "Call Logs" 
    746 msgstr "РегОстрОраМО РазгПвПрО" 
    747  
    748 #: amp_conf/htdocs/admin/reports.php:42 
    749 msgid "Compare Calls" 
    750 msgstr "СравМеМОе Ма РазгПвПрОте" 
    751  
    752 #: amp_conf/htdocs/admin/reports.php:43 
    753 msgid "Monthly Traffic" 
    754 msgstr "МесечеМ ТрафОк" 
    755  
    756 #: amp_conf/htdocs/admin/reports.php:44 
    757 msgid "Daily load" 
    758 msgstr "ДМевМП НатПварваМе" 
    759  
    760 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:477 
    761 msgid "Terminate Call" 
    762 msgstr "ПрекратО ОбажЎаМе" 
    763  
    764 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:478 
    765 msgid "Hangup" 
    766 msgstr "ЗатвПрО" 
    767  
    768 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:479 
    769 msgid "Congestion" 
    770 msgstr "ПретПвареМ" 
    771  
    772 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:481 
    773 msgid "Play SIT Tone (Zapateller)" 
    774 msgstr "ВъзпрПОзвеЎО SIT тПМ (Zapateller)" 
    775  
    776 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:482 
    777 msgid "Put caller on hold forever" 
    778 msgstr "ППставО ПбажЎащОя се Ма заЎържаМе завОМагО" 
    779  
    780 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:483 
    781 msgid "Play ringtones to caller until they hangup" 
    782 msgstr "Пускай звъМеМе Ма ПбажЎащОя се ЎПкатП затвПрО" 
    783  
    784 #: amp_conf/htdocs/admin/modules/core/page.devices.php:18 
    785 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4656 
    786 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4673 
    787 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4695 
    788 msgid "Device" 
    789 msgstr "УстрПйствП" 
    790  
    791 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4444 
    792 msgid " Any DID" 
    793 msgstr " ВсекО DID" 
    794  
    795 #: amp_conf/htdocs/admin/modules/core/module.php:4 
     1204#: admin/modules/core/core.i18n.php:5 
     1205#: admin/modules/core/install.php:4 
     1206msgid "Core" 
     1207msgstr "ОсМПвМО" 
     1208 
     1209#: admin/modules/core/core.i18n.php:7 
    7961210msgid "Basic" 
    7971211msgstr "ОсМПвМО НастрПйкО" 
    7981212 
    799 #: amp_conf/htdocs/admin/modules/core/module.php:5 
    800 #: amp_conf/htdocs/admin/modules/core/install.php:4 
    801 msgid "Core" 
    802 msgstr "ОсМПвМО" 
    803  
    804 #: amp_conf/htdocs/admin/modules/core/module.php:6 
     1213#: admin/modules/core/core.i18n.php:9 
    8051214msgid "Extensions" 
    8061215msgstr "ВътрешМО ЛОМОО" 
    8071216 
    808 #: amp_conf/htdocs/admin/modules/core/module.php:7 
     1217#: admin/modules/core/core.i18n.php:11 
    8091218msgid "Users" 
    8101219msgstr "ППтребОтелО" 
    8111220 
    812 #: amp_conf/htdocs/admin/modules/core/module.php:8 
     1221#: admin/modules/core/core.i18n.php:13 
    8131222msgid "Devices" 
    8141223msgstr "УстрПйства" 
    8151224 
    816 #: amp_conf/htdocs/admin/modules/core/module.php:9 
     1225#: admin/modules/core/core.i18n.php:15 
    8171226msgid "Inbound Routes" 
    8181227msgstr "ВѠ
    8191228ПЎящО МаршрутО" 
    8201229 
    821 #: amp_conf/htdocs/admin/modules/core/module.php:10 
     1230#: admin/modules/core/core.i18n.php:17 
    8221231msgid "Zap Channel DIDs" 
    8231232msgstr "DID Ма Zap КаМалО" 
    8241233 
    825 #: amp_conf/htdocs/admin/modules/core/module.php:11 
     1234#: admin/modules/core/core.i18n.php:19 
    8261235msgid "Outbound Routes" 
    8271236msgstr "ИзѠ
    8281237ПЎящО МаршрутО" 
    8291238 
    830 #: amp_conf/htdocs/admin/modules/core/module.php:12 
     1239#: admin/modules/core/core.i18n.php:21 
    8311240msgid "Trunks" 
    8321241msgstr "ВъМшМО ЛОМОО" 
    8331242 
    834 #: amp_conf/htdocs/admin/modules/core/module.php:1
    835 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:159 
    836 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:351 
     1243#: admin/modules/core/core.i18n.php:2
     1244#: admin/modules/core/page.ampusers.php:159 
     1245#: admin/modules/core/page.trunks.php:351 
    8371246msgid "General Settings" 
    8381247msgstr "ОбщО НастрПйкО" 
    8391248 
    840 #: amp_conf/htdocs/admin/modules/core/module.php:14 
     1249#: admin/modules/core/core.i18n.php:25 
    8411250msgid "Administrators" 
    8421251msgstr "АЎЌОМОстратПрО" 
    8431252 
    844 #: amp_conf/htdocs/admin/modules/core/module.php:15 
     1253#: admin/modules/core/core.i18n.php:27 
    8451254msgid "FreePBX Support" 
    8461255msgstr "FreePBX ППЎЎръжка" 
    8471256 
    848 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:101 
    849 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4362 
     1257#: admin/modules/core/functions.inc.php:477 
     1258msgid "Terminate Call" 
     1259msgstr "ПрекратО ОбажЎаМе" 
     1260 
     1261#: admin/modules/core/functions.inc.php:478 
     1262msgid "Hangup" 
     1263msgstr "ЗатвПрО" 
     1264 
     1265#: admin/modules/core/functions.inc.php:479 
     1266msgid "Congestion" 
     1267msgstr "ПретПвареМ" 
     1268 
     1269#: admin/modules/core/functions.inc.php:480 
     1270#: admin/modules/core/page.general.php:198 
     1271msgid "Busy" 
     1272msgstr "ЗаетП" 
     1273 
     1274#: admin/modules/core/functions.inc.php:481 
     1275msgid "Play SIT Tone (Zapateller)" 
     1276msgstr "ВъзпрПОзвеЎО SIT тПМ (Zapateller)" 
     1277 
     1278#: admin/modules/core/functions.inc.php:482 
     1279msgid "Put caller on hold forever" 
     1280msgstr "ППставО ПбажЎащОя се Ма заЎържаМе завОМагО" 
     1281 
     1282#: admin/modules/core/functions.inc.php:483 
     1283msgid "Play ringtones to caller until they hangup" 
     1284msgstr "Пускай звъМеМе Ма ПбажЎащОя се ЎПкатП затвПрО" 
     1285 
     1286#: admin/modules/core/functions.inc.php:554 
     1287#, php-format 
     1288msgid "User Extension %s: %s" 
     1289msgstr "ВътрешМа ЛОМОя Ма ППтребОтел %s: %s" 
     1290 
     1291#: admin/modules/core/functions.inc.php:1993 
     1292#: admin/modules/core/functions.inc.php:2012 
     1293msgid "A route for this DID/CID already exists!" 
     1294msgstr "Вече съществува Ќаршрут за тПзО DID/CID!" 
     1295 
     1296#: admin/modules/core/functions.inc.php:2079 
     1297msgid "You must put in a device id" 
     1298msgstr "Трябва Ўа въвеЎете ID Ма устрПйствПтП" 
     1299 
     1300#: admin/modules/core/functions.inc.php:2089 
     1301msgid "This device id is already in use" 
     1302msgstr "ID Ма устрПйствПтП вече се ОзпПлзва" 
     1303 
     1304#: admin/modules/core/functions.inc.php:2670 
     1305msgid "User Extension: " 
     1306msgstr "ВътрешМа ЛОМОя:" 
     1307 
     1308#: admin/modules/core/functions.inc.php:2699 
     1309#, php-format 
     1310msgid "Inbound Route: %s (%s)" 
     1311msgstr "ВѠ
     1312ПЎящ Маршрут: %s (%s)" 
     1313 
     1314#: admin/modules/core/functions.inc.php:2733 
     1315msgid "You must put in an extension (or user) number" 
     1316msgstr "Трябва Ўа въвеЎете МПЌер Ма вътрешМа лОМОя (ОлО пПтребОтел)" 
     1317 
     1318#: admin/modules/core/functions.inc.php:2742 
     1319#, php-format 
     1320msgid "This user/extension %s is already in use" 
     1321msgstr "ППтребОтелят/вътрешМата лОМОя %s вече се ОзпПлзва" 
     1322 
     1323#: admin/modules/core/functions.inc.php:2761 
     1324#: admin/modules/core/functions.inc.php:3012 
     1325#, php-format 
     1326msgid "A route with this DID/CID: %s/%s already exists" 
     1327msgstr "Маршрут с тПзО DID/CID: %s/%s вече се ОзпПлзва" 
     1328 
     1329#: admin/modules/core/functions.inc.php:3047 
     1330#: admin/modules/core/page.zapchandids.php:123 
     1331msgid "Invalid Channel Number, must be numeric and not blank" 
     1332msgstr "НеправОлеМ НПЌер Ма КаМал, трябва Ўа е Пт цОфрО О Ўа Ме е празеМ" 
     1333 
     1334#: admin/modules/core/functions.inc.php:3051 
     1335#: admin/modules/core/page.zapchandids.php:124 
     1336msgid "Invalid DID, must be a non-blank DID" 
     1337msgstr "НеправОлеМ DID, пПлетП Ме ЌПже Ўа е празМП" 
     1338 
     1339#: admin/modules/core/functions.inc.php:3063 
     1340msgid "Error Duplicate Channel Entry" 
     1341msgstr "Грешка ДублОраМП ВъвежЎаМе Ма КаМал" 
     1342 
     1343#: admin/modules/core/functions.inc.php:4227 
     1344#, php-format 
     1345msgid "Failed to open %s for writing, aborting attempt to write the country indications. The file may be readonly or the permissions may be incorrect." 
     1346msgstr "Грешка прО ПтваряМе Ма %s за запОс, прекратяваЌ ПпОтОте за запОс Ма МацОПМалМП зМачеМОе Ма тПМПвете. Ѐайлът ЌПже Ўа е саЌП за четеМе ОлО правата за ЎПстъп Ўа Ме са МастрПеМО правОлМП." 
     1347 
     1348#: admin/modules/core/functions.inc.php:4228 
     1349msgid "Failed to write indications.conf" 
     1350msgstr "Грешка прО запОс Ма indications.conf" 
     1351 
     1352#: admin/modules/core/functions.inc.php:4252 
     1353msgid "On Demand" 
     1354msgstr "ПрО ППОскваМе" 
     1355 
     1356#: admin/modules/core/functions.inc.php:4253 
     1357msgid "Always" 
     1358msgstr "ВОМагО" 
     1359 
     1360#: admin/modules/core/functions.inc.php:4254 
     1361msgid "Never" 
     1362msgstr "НОкПга" 
     1363 
     1364#: admin/modules/core/functions.inc.php:4266 
     1365msgid "Screen Caller: No Memory" 
     1366msgstr "Без ЗапПЌМяМе" 
     1367 
     1368#: admin/modules/core/functions.inc.php:4267 
     1369msgid "Screen Caller: Memory" 
     1370msgstr "Със ЗапПЌМяМе" 
     1371 
     1372#: admin/modules/core/functions.inc.php:4270 
     1373#: admin/modules/core/page.did.php:224 
     1374#: admin/modules/core/page.general.php:196 
     1375msgid "Default" 
     1376msgstr "ПП-ППЎразбОраМе" 
     1377 
     1378#: admin/modules/core/functions.inc.php:4318 
     1379#: admin/modules/core/functions.inc.php:4671 
     1380#: admin/modules/core/page.did.php:134 
     1381msgid "deleted" 
     1382msgstr "ОзтрОтО" 
     1383 
     1384#: admin/modules/core/functions.inc.php:4338 
     1385#: admin/modules/core/functions.inc.php:4723 
     1386#: admin/modules/core/page.did.php:163 
     1387#: admin/modules/core/page.extensions.php:18 
     1388msgid "Extension" 
     1389msgstr "ВътрешМа ЛОМОя" 
     1390 
     1391#: admin/modules/core/functions.inc.php:4340 
     1392#, php-format 
     1393msgid "Delete Extension %s" 
     1394msgstr "ИзтрОй ВътрешМа ЛОМОя %s" 
     1395 
     1396#: admin/modules/core/functions.inc.php:4350 
     1397#: admin/modules/core/page.did.php:159 
     1398#: admin/modules/core/page.users.php:21 
     1399msgid "User" 
     1400msgstr "ППтребОтел" 
     1401 
     1402#: admin/modules/core/functions.inc.php:4352 
     1403#, php-format 
     1404msgid "Delete User %s" 
     1405msgstr "ИзтрОй ППтребОтел %s" 
     1406 
     1407#: admin/modules/core/functions.inc.php:4364 
     1408msgid "Add User/Extension" 
     1409msgstr "ДПбавО ППтребОтел/ВътрешМа ЛОМОя" 
     1410 
     1411#: admin/modules/core/functions.inc.php:4371 
     1412#: admin/modules/core/functions.inc.php:4741 
     1413msgid "Please enter a valid extension number." 
     1414msgstr "МПля въвеЎете правОлеМ МПЌер Ма вътрешМа лОМОя." 
     1415 
     1416#: admin/modules/core/functions.inc.php:4372 
     1417msgid "Please enter a valid CID Num Alias (must be a valid number)." 
     1418msgstr "МПля въвеЎете правОлеМ псевЎПЌОМ Ма CID НПЌер (трябва Ўа е валОЎеМ МПЌер)." 
     1419 
     1420#: admin/modules/core/functions.inc.php:4373 
     1421msgid "Please enter valid User Password using numbers only" 
     1422msgstr "МПля въвеЎете правОлМа ППтребОтелска ПарПла, катП ОзпПлзвате саЌП цОфрО" 
     1423 
     1424#: admin/modules/core/functions.inc.php:4374 
     1425msgid "Please enter a valid Display Name" 
     1426msgstr "МПля въвеЎете правОлМП ПреЎставящП ИЌе" 
     1427 
     1428#: admin/modules/core/functions.inc.php:4375 
     1429msgid "Please enter a valid Outbound CID" 
     1430msgstr "МПля въвеЎете правОлеМ ИзѠ
     1431ПЎящ CID" 
     1432 
     1433#: admin/modules/core/functions.inc.php:4376 
     1434msgid "Please enter a valid pause time in seconds, using digits only" 
     1435msgstr "МПля въвеЎете правОлМа пауза в секуМЎО, катП ОзпПлзвате саЌП цОфрО" 
     1436 
     1437#: admin/modules/core/functions.inc.php:4377 
     1438msgid "You have entered a non-standard dialpattern for your DID. You can only enter standard dialpatterns. You must use the inbound routing form to enter non-standard patterns" 
     1439msgstr "ВъвелО сте МастаМЎартеМ ЌПЎел за ваш DID. Тук ЌПжете Ўа въвежЎате саЌП стаМЎартМО ЌПЎелО. ИзпПлзвайте ЌеМю ВѠ
     1440ПЎящО ЌаршрутО за МестаМЎартМО ЌПЎелО." 
     1441 
     1442#: admin/modules/core/functions.inc.php:4378 
     1443msgid "Please enter a valid Caller ID Number or leave it blank for your Assigned DID/CID pair" 
     1444msgstr "МПля въвеЎете правОлеМ CallerID НПЌер ОлО Пставете празМП за вашОя НазМачеМ DID/CID" 
     1445 
     1446#: admin/modules/core/functions.inc.php:4385 
     1447msgid "Edit Extension" 
     1448msgstr "РеЎактОрай ВътрешМа ЛОМОя" 
     1449 
     1450#: admin/modules/core/functions.inc.php:4385 
     1451#: admin/modules/core/page.ampusers.php:239 
     1452msgid "Add Extension" 
     1453msgstr "ДПбавО ВътрешМа ЛОМОя" 
     1454 
     1455#: admin/modules/core/functions.inc.php:4387 
     1456msgid "Edit User" 
     1457msgstr "РеЎактОрай ППтребОтел" 
     1458 
     1459#: admin/modules/core/functions.inc.php:4387 
     1460#: admin/modules/core/page.ampusers.php:101 
    8501461msgid "Add User" 
    8511462msgstr "ДПбавО ППтребОтел" 
    8521463 
    853 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:118 
     1464#: admin/modules/core/functions.inc.php:4392 
     1465msgid "User Extension" 
     1466msgstr "ВътрешеМ НПЌер" 
     1467 
     1468#: admin/modules/core/functions.inc.php:4392 
     1469msgid "The extension number to dial to reach this user." 
     1470msgstr "ВътрешеМ МПЌер с кПйтП Ўа се ОзбОра тПзО пПтребОтел." 
     1471 
     1472#: admin/modules/core/functions.inc.php:4395 
     1473msgid "User Password" 
     1474msgstr "ПарПла" 
     1475 
     1476#: admin/modules/core/functions.inc.php:4395 
     1477msgid "A user will enter this password when logging onto a device." 
     1478msgstr "ППтребОтелят ще ОзпПлзва тазО парПла прО влОзаМе в устрПйствПтП." 
     1479 
     1480#: admin/modules/core/functions.inc.php:4395 
     1481#: admin/modules/core/functions.inc.php:4756 
     1482msgid "logs into a device." 
     1483msgstr "влОзаМе в устрПйствПтП." 
     1484 
     1485#: admin/modules/core/functions.inc.php:4395 
     1486#: admin/modules/core/functions.inc.php:4756 
     1487msgid "logs out of a device." 
     1488msgstr "ОзлОзаМе Пт устрПйствПтП." 
     1489 
     1490#: admin/modules/core/functions.inc.php:4399 
     1491msgid "Display Name" 
     1492msgstr "ПреЎставящП ИЌе" 
     1493 
     1494#: admin/modules/core/functions.inc.php:4399 
     1495msgid "The caller id name for calls from this user will be set to this name. Only enter the name, NOT the number." 
     1496msgstr "CallerID ОЌе за ПбажЎаМОя Пт тПзО пПтребОтел ще бъЎат устаМПвеМО с тПва ОЌе. ВъвеЎете саЌП ОЌе, БЕЗ МПЌер." 
     1497 
     1498#: admin/modules/core/functions.inc.php:4401 
     1499msgid "CID Num Alias" 
     1500msgstr "ПсевЎПМОЌ Ма CID НПЌер" 
     1501 
     1502#: admin/modules/core/functions.inc.php:4401 
     1503msgid "The CID Number to use for internal calls, if different from the extension number. This is used to masquerade as a different user. A common example is a team of support people who would like their internal callerid to display the general support number (a ringgroup or queue). There will be no effect on external calls." 
     1504msgstr "CID НПЌер кПйтП Ўа се ОзпПлзва за вътрешМО ПбажЎаМОя, акП е разлОчеМ Пт вътрешМОя МПЌер. ИзпПлзва се за ЌаскОраМе катП Ўруг пПтребОтел. ЧестП срещаМ прОЌер е екОп Пт Ñ 
     1505Пра за пПЎЎръжка кПОтП Оскат теѠ
     1506МОя CallerID Ўа се пПказва катП еЎОМеМ МПЌер за пПЎЎръжка (група Ма звъМеМе ОлО Ппашка). Не влОяе Ма въМшМОте ПбажЎаМОя." 
     1507 
     1508#: admin/modules/core/functions.inc.php:4402 
     1509msgid "SIP Alias" 
     1510msgstr "SIP ПсевЎПМОЌ" 
     1511 
     1512#: admin/modules/core/functions.inc.php:4402 
     1513msgid "If you want to support direct sip dialing of users internally or through anonymous sip calls, you can supply a friendly name that can be used in addition to the users extension to call them." 
     1514msgstr "АкП Оскате пПЎЎръжка Ма вътрешМП ЎОректМП SIP ОзбОраМе Ма пПтребОтелО ОлО чрез аМПМОЌМО SIP ПбажЎаМОя, въвеЎете лесМП ОЌе кПетП Ўа се ОзпПлзва в ЎПбавка Ма пПтребОтелскОя вътрешеМ МПЌер." 
     1515 
     1516#: admin/modules/core/functions.inc.php:4407 
     1517msgid "User Devices" 
     1518msgstr "УстрПйства Ма ППтребОтеля" 
     1519 
     1520#: admin/modules/core/functions.inc.php:4418 
     1521msgid "Edit:" 
     1522msgstr "РеЎактОрай:" 
     1523 
     1524#: admin/modules/core/functions.inc.php:4430 
     1525#: admin/modules/core/functions.inc.php:4759 
     1526msgid "Extension Options" 
     1527msgstr "ОпцОО Ма ВътрешМа ЛОМОя" 
     1528 
     1529#: admin/modules/core/functions.inc.php:4431 
     1530msgid "Outbound CID" 
     1531msgstr "ИзѠ
     1532ПЎящ CID" 
     1533 
     1534#: admin/modules/core/functions.inc.php:4431 
     1535msgid "Overrides the caller id when dialing out a trunk. Any setting here will override the common outbound caller id set in the Trunks admin.<br><br>Format: <b>\"caller name\" &lt;#######&gt;</b><br><br>Leave this field blank to disable the outbound callerid feature for this user." 
     1536msgstr "ПрПЌеМя CallerID кПгатП ОзбОра Пт въМшМа лОМОя. ТезО МастрПйкО ще преМапОшат CallerID устаМПвеМП в ЌеМю ВъМшМО ЛОМОО.<br><br>ЀПрЌат: <b>\"ОЌе Ма ПбажЎащОя се\" &lt;#######&gt;</b><br><br>Оставете тПва пПле празМП за Ўа забраМОте фуМкцОята за тПзО пПтребОтел." 
     1537 
     1538#: admin/modules/core/functions.inc.php:4433 
     1539msgid "Ring Time" 
     1540msgstr "ВреЌе Ма ЗвъМеМе" 
     1541 
     1542#: admin/modules/core/functions.inc.php:4433 
     1543msgid "Number of seconds to ring prior to going to voicemail. Default will use the value set in the General Tab. If no voicemail is configured this will be ignored." 
     1544msgstr "БрПй секуМЎО Ма звъМеМе ЎП преМасПчваМе къЌ гласПва пПща. ПП-пПЎразбОраМе ще се ОзпПлзва стПйМПста устаМПвеМа в ЌеМю ОбщО НастрПйкО." 
     1545 
     1546#: admin/modules/core/functions.inc.php:4441 
     1547msgid "Call Waiting" 
     1548msgstr "ЧакащП ППвОкваМе" 
     1549 
     1550#: admin/modules/core/functions.inc.php:4441 
     1551msgid "Set the initial/current Call Waiting state for this user's extension" 
     1552msgstr "УстаМПвете първПМачалМПтП/текущПтП състПяМОе Ма ЧакащП ППвОкваМе за тПзО пПтребОтел" 
     1553 
     1554#: admin/modules/core/functions.inc.php:4442 
     1555msgid "Call Screening" 
     1556msgstr "ЀОлтър Ма ОбажЎаМОя" 
     1557 
     1558#: admin/modules/core/functions.inc.php:4442 
     1559msgid "Call Screening requires external callers to say their name, which will be played back to the user and allow the user to accept or reject the call.  Screening with memory only verifies a caller for their caller-id once. Screening without memory always requires a caller to say their name. Either mode will always announce the caller based on the last introduction saved with that callerid. If any user on the system uses the memory option, when that user is called, the caller will be required to re-introduce themselves and all users on the system will have that new introduction associated with the caller's CallerId." 
     1560msgstr "ЀОлтъра Ма ОбажЎаМОята ОзОсква Пт ПбажЎащОте се Пт въМшМО лОМОО Ўа кажат ОЌетП сО, кПетП ще бъЎе възпрПОзвеЎеМП Ма пПтребОтеля О ще Ќу пПзвПлО Ўа Озбере ЎалО Ўа прОеЌе ОлО Пткаже разгПвПра. ЀОлтърът със запПЌМяМе прПверява саЌП веЎМъж CallerID Ма ПбажЎащОя се. ЀОлтърът без запПЌМяМе вОМагО ОзОсква Пт ПбажЎащОте се Ўа кажат ОЌетП сО. ВсекО Пт режОЌОте вОМагО ще преЎставя ПбажЎащОя се базОраМП Ма пПслеЎМПтП Ќу такПва, кПетП е запОсаМП с тПзО CallerID. АкП МякПй Пт пПтребОтелОте ОзпПлзва тазО ПпцОя, кПгатП ОЌа пПвОкваМе за МегП, ПбажЎащОя се ще бъЎе пПЌПлеМ Ўа се преЎставО МаМПвП О всОчкО пПтребОтелО ще ЌПгат Ўа ОзпПлзват тПва преЎставяМе за себе сО." 
     1561 
     1562#: admin/modules/core/functions.inc.php:4443 
     1563msgid "Pinless Dialing" 
     1564msgstr "ИзбегМО PIN прО ИзбОраМе" 
     1565 
     1566#: admin/modules/core/functions.inc.php:4443 
     1567msgid "Enabling Pinless Dialing will allow this extension to bypass any pin codes normally required on outbound calls" 
     1568msgstr "РазрешаваМетП Ма ИзбягваМе Ма PIN прО ИзбОраМе ще вО пПзвПлО Ўа ОзбегМете всОчкО PIN кПЎПве кПОтП МПрЌалМП се ОзОскват прО ОзѠ
     1569ПЎящО ПбажЎаМОя." 
     1570 
     1571#: admin/modules/core/functions.inc.php:4445 
     1572msgid "Assigned DID/CID" 
     1573msgstr "НазМачеМО DID/CID" 
     1574 
     1575#: admin/modules/core/functions.inc.php:4446 
     1576msgid "DID Description" 
     1577msgstr "DID ОпОсаМОе" 
     1578 
     1579#: admin/modules/core/functions.inc.php:4446 
     1580msgid "A description for this DID, such as \"Fax\"" 
     1581msgstr "ОпОсаМОе за тПзО DID, МапрОЌер \"Ѐакс\"" 
     1582 
     1583#: admin/modules/core/functions.inc.php:4447 
     1584msgid "Add Inbound DID" 
     1585msgstr "ДПбавО ВѠ
     1586ПЎящ DID" 
     1587 
     1588#: admin/modules/core/functions.inc.php:4447 
     1589msgid "A direct DID that is associated with this extension. The DID should be in the same format as provided by the provider (e.g. full number, 4 digits for 10x4, etc).<br><br>Format should be: <b>XXXXXXXXXX</b><br><br>.An optional CID can also be associated with this DID by setting the next box" 
     1590msgstr "ДОректеМ DID кПйтП е МазМачеМ за тазО вътрешМа лОМОя. DID трябва Ўа е в същОя фПрЌат, кПйтП се преЎПставя Пт ЎПставчОка (катП пълеМ МПЌер, 4 цОфрО за 10x4 О т.М.).<br><br>ЀПрЌата трябва Ўа е: <b>XXXXXXXXXX</b><br><br>.ДПпълМОтелМП CID ЌПже Ўа бъЎе свързаМ с тПзО DID в слеЎващПтП пПле." 
     1591 
     1592#: admin/modules/core/functions.inc.php:4448 
     1593msgid "Add Inbound CID" 
     1594msgstr "ДПбавО ВѠ
     1595ПЎящ CID" 
     1596 
     1597#: admin/modules/core/functions.inc.php:4448 
     1598msgid "Add a CID for more specific DID + CID routing. A DID must be specified in the above Add DID box. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 
     1599msgstr "ДПбавете CID за ПпреЎелеМП DID + CID рутОраМе. DID трябва Ўа е въвеЎеМ в пП-гПрМПтП ДПбавО DID пПле. В ЎПпълМеМОе Ма стаМЎартМОте пПслеЎПвателМПстО Ма ОзбОраМе, ЌПжете Ўа пПставОте Private, Blocked, Unknown, Restricted, Anonymous О Unavailable в реЎ Ўа Ñ 
     1600ваща тезО спецОалМО случаО акП ТелекПЌа гО Озпраща." 
     1601 
     1602#: admin/modules/core/functions.inc.php:4456 
     1603msgid "DID / CID" 
     1604msgstr "DID / CID" 
     1605 
     1606#: admin/modules/core/functions.inc.php:4460 
     1607msgid "Any DID" 
     1608msgstr "ВсекО DID" 
     1609 
     1610#: admin/modules/core/functions.inc.php:4476 
     1611msgid "Recording Options" 
     1612msgstr "ОпцОО за ЗапОс" 
     1613 
     1614#: admin/modules/core/functions.inc.php:4477 
     1615msgid "Record Incoming" 
     1616msgstr "ЗапОсвай ВѠ
     1617ПЎящО" 
     1618 
     1619#: admin/modules/core/functions.inc.php:4477 
     1620msgid "Record all inbound calls received at this extension." 
     1621msgstr "ЗапОсва всОчкО вѠ
     1622ПЎящО ПбажЎаМОя прОетО Пт тазО вътрешМа лОМОя." 
     1623 
     1624#: admin/modules/core/functions.inc.php:4478 
     1625msgid "Record Outgoing" 
     1626msgstr "ЗапОсвай ИзѠ
     1627ПЎящО" 
     1628 
     1629#: admin/modules/core/functions.inc.php:4478 
     1630msgid "Record all outbound calls received at this extension." 
     1631msgstr "ЗапОсва всОчкО ОзѠ
     1632ПЎящО ПбажЎаМОя прОетО Пт тазО вътрешМа лОМОя." 
     1633 
     1634#: admin/modules/core/functions.inc.php:4496 
     1635msgid "Warning! Extension" 
     1636msgstr "ВМОЌаМОе! ВътрешМа ЛОМОя" 
     1637 
     1638#: admin/modules/core/functions.inc.php:4496 
     1639msgid "is not allowed for your account" 
     1640msgstr "Ме е разрешеМа за вашОя акауМт" 
     1641 
     1642#: admin/modules/core/functions.inc.php:4510 
     1643msgid "Conflicting Extensions" 
     1644msgstr "ВътрешМО ЛОМОО в КПМфлОкт" 
     1645 
     1646#: admin/modules/core/functions.inc.php:4510 
     1647msgid "The following extension numbers are in conflict, you can click on the item(s) below to edit the conflicting entity." 
     1648msgstr "СлеЎващОте вътрешМО лОМОО са в кПМфлОкт, ЌПжете Ўа клОкМете Ма ЌеМютата пП-ЎПлу за Ўа реЎактОрате кПМфлОктМОте МастрПйкО." 
     1649 
     1650#: admin/modules/core/functions.inc.php:4514 
     1651msgid "Configure user again:" 
     1652msgstr "КПМфОгурОрай ПтМПвП пПтребОтел:" 
     1653 
     1654#: admin/modules/core/functions.inc.php:4514 
     1655msgid "Configure extension again:" 
     1656msgstr "КПМфОгурОрай ПтМПвП вътрешМа лОМОя:" 
     1657 
     1658#: admin/modules/core/functions.inc.php:4561 
     1659msgid "Please enter the dtmfmode for this device" 
     1660msgstr "МПля въвеЎете DTMF режОЌ за тПва устрПйствП" 
     1661 
     1662#: admin/modules/core/functions.inc.php:4562 
     1663msgid "Please enter the channel for this device" 
     1664msgstr "МПля въвеЎете каМал за тПва устрПйствП" 
     1665 
     1666#: admin/modules/core/functions.inc.php:4563 
     1667msgid "You have not entered a Secret for this device, although this is possible it is generally bad practice to not assign a Secret to a device. Are you sure you want to leave the Secret empty?" 
     1668msgstr "Не сте въвелО ПарПла за тПва устрПйствП. ВъпрекО че е възЌПжМП Ме е желателМП Ўа Ме въвежЎате ПарПла за устрПйствПтП. СОгурМО лО сте че Оскате Ўа ПставОте пПлетП ПарПла празМП?" 
     1669 
     1670#: admin/modules/core/functions.inc.php:4564 
     1671msgid "Please enter a Secret for this device" 
     1672msgstr "МПля въвеЎете ПарПла за тПва устрПйствП" 
     1673 
     1674#: admin/modules/core/functions.inc.php:4631 
     1675msgid "Generic SIP Device" 
     1676msgstr "ОбщП SIP УстрПйствП" 
     1677 
     1678#: admin/modules/core/functions.inc.php:4632 
     1679msgid "Generic IAX2 Device" 
     1680msgstr "ОбщП IAX2 УстрПйствП" 
     1681 
     1682#: admin/modules/core/functions.inc.php:4633 
     1683msgid "Generic ZAP Device" 
     1684msgstr "ОбщП ZAP УстрПйствП" 
     1685 
     1686#: admin/modules/core/functions.inc.php:4634 
     1687msgid "Other (Custom) Device" 
     1688msgstr "ДругП (Custom) УстрПйствП" 
     1689 
     1690#: admin/modules/core/functions.inc.php:4639 
     1691msgid "Fixed" 
     1692msgstr "УстаМПвеМ" 
     1693 
     1694#: admin/modules/core/functions.inc.php:4640 
     1695msgid "Adhoc" 
     1696msgstr "ПрПЌеМящ се" 
     1697 
     1698#: admin/modules/core/functions.inc.php:4643 
     1699msgid "none" 
     1700msgstr "МяЌа" 
     1701 
     1702#: admin/modules/core/functions.inc.php:4644 
     1703msgid "New User" 
     1704msgstr "НПв ППтребОтел" 
     1705 
     1706#: admin/modules/core/functions.inc.php:4677 
     1707#: admin/modules/core/page.ampusers.php:239 
     1708msgid "Add Device" 
     1709msgstr "ДПбавО УстрПйствП" 
     1710 
     1711#: admin/modules/core/functions.inc.php:4679 
     1712msgid "Add an Extension" 
     1713msgstr "ДПбавяМе Ма ВътрешМа ЛОМОя" 
     1714 
     1715#: admin/modules/core/functions.inc.php:4681 
     1716msgid "Please select your Device below then click Submit" 
     1717msgstr "МПля Озберете тОпа Ма вашетП УстрПйствП пП-ЎПлу О клОкМете Ма ПрОеЌО" 
     1718 
     1719#: admin/modules/core/functions.inc.php:4682 
     1720#: admin/modules/core/functions.inc.php:4699 
     1721#: admin/modules/core/functions.inc.php:4721 
     1722#: admin/modules/core/page.devices.php:18 
     1723msgid "Device" 
     1724msgstr "УстрПйствП" 
     1725 
     1726#: admin/modules/core/functions.inc.php:4685 
     1727msgid "Edit existing Device" 
     1728msgstr "РеЎактОрай съществуващП УстрПйствП" 
     1729 
     1730#: admin/modules/core/functions.inc.php:4687 
     1731msgid "Edit existing Extension" 
     1732msgstr "РеЎактОрай съществуваща ВътрешМа ЛОМОя" 
     1733 
     1734#: admin/modules/core/functions.inc.php:4702 
     1735#, php-format 
     1736msgid "Delete Device %s" 
     1737msgstr "ИзтрОй УстрПйствП %s" 
     1738 
     1739#: admin/modules/core/functions.inc.php:4708 
     1740#, php-format 
     1741msgid "Edit Default User: %s" 
     1742msgstr "РеЎактОрай ППтребОтел ПП-ППЎразбОраМе: %s" 
     1743 
     1744#: admin/modules/core/functions.inc.php:4708 
     1745#, php-format 
     1746msgid "Edit Fixed User: %s" 
     1747msgstr "РеЎактОрай УстаМПвеМ ППтребОтел: %s" 
     1748 
     1749#: admin/modules/core/functions.inc.php:4738 
     1750msgid "Please enter a device id." 
     1751msgstr "МПля въвеЎете ID Ма устрПйствПтП." 
     1752 
     1753#: admin/modules/core/functions.inc.php:4739 
     1754msgid "Please enter a valid Description for this device" 
     1755msgstr "МПля въвеЎете правОлМП ОпОсаМОе за тПва устрПйствП" 
     1756 
     1757#: admin/modules/core/functions.inc.php:4740 
     1758msgid "Please enter a valid Emergency CID" 
     1759msgstr "МПля въвеЎете правОлеМ CID за СпешМО СлучаО" 
     1760 
     1761#: admin/modules/core/functions.inc.php:4748 
     1762msgid "Device Info" 
     1763msgstr "ИМфПрЌацОя за УстрПйствП" 
     1764 
     1765#: admin/modules/core/functions.inc.php:4752 
     1766msgid "Device ID" 
     1767msgstr "ID Ма УстрПйствП" 
     1768 
     1769#: admin/modules/core/functions.inc.php:4752 
     1770msgid "Give your device a unique integer ID.  The device will use this ID to authenticate to the system." 
     1771msgstr "Дайте Ма вашетП устрПйствП уМОкалеМ ID с цялП чОслП. УстрПйствПтП ще ОзпПлзва тПва ID за Ўа се ПтПрОзОра със сОстеЌата." 
     1772 
     1773#: admin/modules/core/functions.inc.php:4754 
     1774msgid "The caller id name for this device will be set to this description until it is logged into." 
     1775msgstr "CallerID ОЌетП Ма тПва устрПйствП ще бъЎе устаМПвеМП спПреЎ тПва ПпОсаМОе ЎПкатП МякПй Ме влезе в МегП." 
     1776 
     1777#: admin/modules/core/functions.inc.php:4755 
     1778#: admin/modules/core/functions.inc.php:4760 
     1779msgid "Emergency CID" 
     1780msgstr "CID за СпешМО СлучаО" 
     1781 
     1782#: admin/modules/core/functions.inc.php:4755 
     1783#: admin/modules/core/functions.inc.php:4760 
     1784msgid "This caller id will always be set when dialing out an Outbound Route flagged as Emergency.  The Emergency CID overrides all other caller id settings." 
     1785msgstr "ТПзО CallerID ще се ОзпПлзва вОМагО кПгатП се ОзбОра МавъМ през ИзѠ
     1786ПЎящ Маршрут ПпреЎелеМ за СпешМО СлучаО. CID за СпешМО СлучаО ПтЌеМя всОчкО ЎругО МастрПйкО за CallerID." 
     1787 
     1788#: admin/modules/core/functions.inc.php:4756 
     1789msgid "Device Type" 
     1790msgstr "ТОп Ма УстрПйствП" 
     1791 
     1792#: admin/modules/core/functions.inc.php:4756 
     1793msgid "Devices can be fixed or adhoc. Fixed devices are always associated to the same extension/user. Adhoc devices can be logged into and logged out of by users." 
     1794msgstr "ТОпът Ма устрПйствПтП ЌПЎе Ўа бъЎе устаМПвеМ ОлО прПЌеМящ се. УстаМПвеМОте устрПйства са вОМагО МазМачеМО къЌ еЎОМ О същ пПтребОтел/вътрешМа лОМОя. В прПЌеМящОте се устрПйства ЌПже Ўа се влОза О ОзлОза Пт пПтребОтелОте." 
     1795 
     1796#: admin/modules/core/functions.inc.php:4757 
     1797msgid "Default User" 
     1798msgstr "ППтребОтел ПП-ППЎразбОраМе" 
     1799 
     1800#: admin/modules/core/functions.inc.php:4757 
     1801msgid "Fixed devices will always mapped to this user.  Adhoc devices will be mapped to this user by default.<br><br>If selecting 'New User', a new User Extension of the same Device ID will be set as the Default User." 
     1802msgstr "УстаМПвеМОте устрПйства ще бъЎат вОМагО МазМачеМО къЌ тПзО пПтребОтел. ПрПЌеМящОте се устрПйства ще бъЎат МазМачеМО къЌ тПзО пПтребОтел пП-пПЎразбОраМе.<br><br>АкП Озберете 'НПв ППтребОтел', МПвата вътрешМа лОМОя къЌ устрПйствПтП със същПтП ID ще бъЎе устаМПвеМа катП ППтребОтел ПП-ППЎразбОраМе." 
     1803 
     1804#: admin/modules/core/functions.inc.php:4765 
     1805msgid "Device Options" 
     1806msgstr "ОпцОО Ма УстрПйствП" 
     1807 
     1808#: admin/modules/core/functions.inc.php:4767 
     1809#, php-format 
     1810msgid "This device uses %s technology." 
     1811msgstr "УстрПйствПтП ОзпПлзва %s теѠ
     1812МПлПгОя." 
     1813 
     1814#: admin/modules/core/functions.inc.php:4767 
     1815msgid "Via DAHDI compatibility mode" 
     1816msgstr "Чрез DAHDI съвЌестОЌ режОЌ" 
     1817 
     1818#: admin/modules/core/install.php:5 
     1819msgid "User Logon" 
     1820msgstr "ППтребОтел ВлОзаМе" 
     1821 
     1822#: admin/modules/core/install.php:6 
     1823msgid "User Logoff" 
     1824msgstr "ППтребОтел ИзлОзаМе" 
     1825 
     1826#: admin/modules/core/install.php:7 
     1827msgid "ZapBarge" 
     1828msgstr "ZapBarge" 
     1829 
     1830#: admin/modules/core/install.php:8 
     1831msgid "ChanSpy" 
     1832msgstr "ChanSpy" 
     1833 
     1834#: admin/modules/core/install.php:9 
     1835msgid "Simulate Incoming Call" 
     1836msgstr "ИЌОтОрай ВѠ
     1837ПЎящП ОбажЎаМе" 
     1838 
     1839#: admin/modules/core/install.php:10 
     1840msgid "Dial System FAX" 
     1841msgstr "НаберО СОстеЌеМ Ѐакс" 
     1842 
     1843#: admin/modules/core/install.php:11 
     1844msgid "Directed Call Pickup" 
     1845msgstr "ДОректМП ИзтегляМе Ма ОбажЎаМе" 
     1846 
     1847#: admin/modules/core/install.php:12 
     1848msgid "Asterisk General Call Pickup" 
     1849msgstr "ОсМПвМП ИзтегляМе Ма ОбажЎаМе" 
     1850 
     1851#: admin/modules/core/install.php:13 
     1852msgid "In-Call Asterisk Blind Transfer" 
     1853msgstr "ПреѠ
     1854върляМе без ПреЎупрежЎеМОе" 
     1855 
     1856#: admin/modules/core/install.php:14 
     1857msgid "In-Call Asterisk Attended Transfer" 
     1858msgstr "ПреѠ
     1859върляМе с ПреЎупрежЎеМОе" 
     1860 
     1861#: admin/modules/core/install.php:15 
     1862msgid "In-Call Asterisk Toggle Call Recording" 
     1863msgstr "ЗапОс Ма РазгПвПр" 
     1864 
     1865#: admin/modules/core/install.php:16 
     1866msgid "In-Call Asterisk Disconnect Code" 
     1867msgstr "ПрекъсваМе Ма РазгПвПра" 
     1868 
     1869#: admin/modules/core/install.php:43 
     1870#, php-format 
     1871msgid "ERROR: trying to check if %s already in use" 
     1872msgstr "ГРЕККА: ПпОтваЌ се Ўа прПверя ЎалО %s се ОзпПлзва" 
     1873 
     1874#: admin/modules/core/install.php:130 
     1875msgid "Checking if directdids need migrating.." 
     1876msgstr "ПрПверка ЎалО directdids се МужЎаят Пт преЌестваМе.." 
     1877 
     1878#: admin/modules/core/install.php:134 
     1879msgid "starting migration" 
     1880msgstr "стартОраМе Ма преЌестваМе" 
     1881 
     1882#: admin/modules/core/install.php:151 
     1883msgid "User: " 
     1884msgstr "ППтребОтел:" 
     1885 
     1886#: admin/modules/core/install.php:154 
     1887#, php-format 
     1888msgid "ERROR: failed to insert %s for user %s" 
     1889msgstr "ГРЕККА: МеуспеѠ
     1890 Ð¿Ñ€Ðž въвежЎаМе Ма %s за пПтребОтел %s" 
     1891 
     1892#: admin/modules/core/install.php:159 
     1893#, php-format 
     1894msgid "There were %s failures migrating directdids, users table not being changed" 
     1895msgstr "ППлучОѠ
     1896а се %s МеуспеѠ
     1897а прО преЌестваМе Ма directdids, пПтребОтелскОте таблОцО Ме са прПЌеМеМО" 
     1898 
     1899#: admin/modules/core/install.php:163 
     1900#, php-format 
     1901msgid "Removing field %s from users table.." 
     1902msgstr "ПреЌаѠ
     1903ваМе Ма пПле %s Пт пПтребОтелскОте таблОцО.." 
     1904 
     1905#: admin/modules/core/install.php:167 
     1906msgid "not present" 
     1907msgstr "Ме прОсъства" 
     1908 
     1909#: admin/modules/core/install.php:169 
     1910msgid "removed" 
     1911msgstr "преЌаѠ
     1912Мат" 
     1913 
     1914#: admin/modules/core/install.php:174 
     1915msgid "ERROR: could not access user table to migrate directdids to incoming table, aborting" 
     1916msgstr "ГРЕККА: МяЌаЌ ЎПстъп ЎП пПтребОтелската таблОца за преЌестваМе Ма directdids във вѠ
     1917ПЎящата таблОца, прекратяваЌ" 
     1918 
     1919#: admin/modules/core/install.php:177 
     1920msgid "already done" 
     1921msgstr "вече е МаправеМП" 
     1922 
     1923#: admin/modules/core/install.php:182 
     1924msgid "updating zap callgroup, pickupgroup.." 
     1925msgstr "ПбМПвяваМе Ма zap групО Ма ОзбОраМе, групО Ма ОзтегляМе.." 
     1926 
     1927#: admin/modules/core/install.php:207 
     1928#, php-format 
     1929msgid "updated %s callgroups, %s pickupgroups" 
     1930msgstr "ПбМПвеМО %s групО Ма ОзбОраМе, %s групО Ма ОзтегляМе" 
     1931 
     1932#: admin/modules/core/install.php:209 
     1933msgid "not needed" 
     1934msgstr "Ме е МеПбѠ
     1935ПЎОЌП" 
     1936 
     1937#: admin/modules/core/install.php:214 
     1938msgid "checking for delay_answer field .." 
     1939msgstr "прПверка за delay_answer пПле .." 
     1940 
     1941#: admin/modules/core/install.php:221 
     1942#: admin/modules/core/install.php:237 
     1943msgid "fatal error" 
     1944msgstr "фаталМа грешка" 
     1945 
     1946#: admin/modules/core/install.php:224 
     1947#: admin/modules/core/install.php:240 
     1948msgid "added" 
     1949msgstr "ЎПбавеМО" 
     1950 
     1951#: admin/modules/core/install.php:227 
     1952#: admin/modules/core/install.php:243 
     1953msgid "already exists" 
     1954msgstr "вече съществуват" 
     1955 
     1956#: admin/modules/core/install.php:230 
     1957msgid "checking for pricid field .." 
     1958msgstr "прПверка за пПле pricid .." 
     1959 
     1960#: admin/modules/core/install.php:254 
     1961msgid "Created" 
     1962msgstr "СъзЎаЎеМО" 
     1963 
     1964#: admin/modules/core/install.php:256 
     1965msgid "Already exists!" 
     1966msgstr "Вече съществуват!" 
     1967 
     1968#: admin/modules/core/page.ampusers.php:118 
    8541969msgid "Edit Administrator" 
    8551970msgstr "РеЎактОрай АЎЌОМОстратПр" 
    8561971 
    857 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:129 
     1972#: admin/modules/core/page.ampusers.php:129 
    8581973#, php-format 
    8591974msgid "Delete User: %s" 
    8601975msgstr "ИзтрОй ППтребОтел: %s" 
    8611976 
    862 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:147 
     1977#: admin/modules/core/page.ampusers.php:147 
    8631978msgid "Add Administrator" 
    8641979msgstr "ДПбавО АЎЌОМОстратПр" 
    8651980 
    866 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:165 
     1981#: admin/modules/core/page.ampusers.php:165 
    8671982msgid "NOTE:" 
    8681983msgstr "ЗАБЕЛЕЖКА:" 
    8691984 
    870 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:165 
     1985#: admin/modules/core/page.ampusers.php:165 
    8711986msgid "AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this module is not currently providing access control, and changing passwords here or adding users will have no effect unless AUTHTYPE is set to 'database'." 
    8721987msgstr "AUTHTYPE Ме е устаМПвеМ Ма 'database' в /etc/amportal.conf - ОЌайте в преЎвОЎ, че тПзО ЌПЎул в ЌПЌеМта Ме преЎПставя кПМтрПл Ма ЎПстъпа, О прПЌяМата Ма парПлО тук О въвежЎаМе Ма пПтребОтелО МяЌа Ўа ОЌа ефект ЎПкатП AUTHTYPE Ме се устаМПвО Ма 'database'." 
    8731988 
    874 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:171 
     1989#: admin/modules/core/page.ampusers.php:171 
    8751990msgid "Username<span>Create a unique username for this new user</span>" 
    8761991msgstr "ППтребОтелскП ИЌе<span>ВъвеЎете пПтребОтелскП ОЌе за тПзО МПв пПтребОтел</span>" 
    8771992 
    878 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:178 
     1993#: admin/modules/core/page.ampusers.php:178 
    8791994msgid "Password<span>Create a password for this new user</span>" 
    8801995msgstr "ПарПла<span>ВъвеЎете парПла за тПзО МПв пПтребОтел</span>" 
    8811996 
    882 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:186 
     1997#: admin/modules/core/page.ampusers.php:186 
    8831998msgid "Access Restrictions" 
    8841999msgstr "ЗабраМО за ДПстъп" 
    8852000 
    886 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:191 
     2001#: admin/modules/core/page.ampusers.php:191 
    8872002msgid "Department Name<span>Restrict this user's view of Digital Receptionist menus and System Recordings to only those for this department.</span>" 
    8882003msgstr "ИЌе Ма ОтЎел<span>ОграМОчО тПзО пПтребОтел Ўа разглежЎа ЌеМюта IVR О СОстеЌМО ЗапОсО саЌП за тПзО ПтЎел.</span>" 
    8892004 
    890 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:198 
     2005#: admin/modules/core/page.ampusers.php:198 
    8912006msgid "Extension Range<span>Restrict this user's view to only Extensions, Ring Groups, and Queues within this range.</span>" 
    8922007msgstr "ОбѠ
     
    8942009ват.</span>" 
    8952010 
    896 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:207 
     2011#: admin/modules/core/page.ampusers.php:207 
    8972012msgid "Admin Access<span>Select the Admin Sections this user should have access to.</span>" 
    8982013msgstr "АЎЌОМ ДПстъп<span>Изберете АЎЌОМ СекцОО ЎП кПОтП тПзО пПтребОтел Ўа ОЌа ЎПстъп.</span>" 
    8992014 
    900 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:234 
     2015#: admin/modules/core/page.ampusers.php:234 
    9012016msgid "Apply Changes Bar" 
    9022017msgstr "ПрОлПжО ПрПЌеМОте" 
    9032018 
    904 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:239 
    905 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4651 
    906 msgid "Add Device" 
    907 msgstr "ДПбавО УстрПйствП" 
    908  
    909 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:239 
    910 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4360 
    911 msgid "Add Extension" 
    912 msgstr "ДПбавО ВътрешМа ЛОМОя" 
    913  
    914 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:244 
     2019#: admin/modules/core/page.ampusers.php:244 
    9152020msgid "ALL SECTIONS" 
    9162021msgstr "ВСИЧКИ СЕКЊИИ" 
    9172022 
    918 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:252 
    919 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:766 
    920 #: amp_conf/htdocs/admin/modules/core/page.general.php:453 
    921 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:108 
    922 #: amp_conf/htdocs/admin/modules/core/page.routing.php:584 
     2023#: admin/modules/core/page.ampusers.php:252 
     2024#: admin/modules/core/page.general.php:453 
     2025#: admin/modules/core/page.routing.php:584 
     2026#: admin/modules/core/page.trunks.php:766 
     2027#: admin/modules/core/page.zapchandids.php:108 
    9232028msgid "Submit Changes" 
    9242029msgstr "ПрОеЌО ПрПЌеМОте" 
    9252030 
    926 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:266 
     2031#: admin/modules/core/page.ampusers.php:266 
    9272032msgid "Username must not be blank" 
    9282033msgstr "Трябва Ўа въвеЎете ППтребОтелскП ИЌе" 
    9292034 
    930 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:268 
     2035#: admin/modules/core/page.ampusers.php:268 
    9312036msgid "Username cannot start with a number, and can only contain letters and numbers" 
    9322037msgstr "ППтребОтелскПтП ИЌе Ме ЌПже Ўа запПчва с МПЌер О ЌПже Ўа съЎържа саЌП буквО О цОфрО" 
    9332038 
    934 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:270 
     2039#: admin/modules/core/page.ampusers.php:270 
    9352040msgid "For security reasons, you cannot use the department name default" 
    9362041msgstr "ППраЎО защОтМО прОчОМО, вОе Ме ЌПжете Ўа ОзпПлзвате ОЌе Ма ПтЎел пП-пПЎразбОраМе" 
    9372042 
    938 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:272 
     2043#: admin/modules/core/page.ampusers.php:272 
    9392044msgid "Department name cannot have a space" 
    9402045msgstr "ИЌетП Ма ПтЎел Ме ЌПже Ўа съЎържа ОМтервалО" 
    9412046 
    942 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:159 
    943 #: amp_conf/htdocs/admin/modules/core/page.routing.php:164 
    944 msgid "Error fetching prefix list for: " 
    945 msgstr "Грешка прО вЌъкваМе Ма префОксОте за:" 
    946  
    947 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:164 
    948 #: amp_conf/htdocs/admin/modules/core/page.routing.php:169 
    949 msgid "Invalid format for NPA-NXX code (must be format: NXXNXX)" 
    950 msgstr "НеправОлеМ фПрЌат за NPA-NXX кПЎ (трябва Ўа е във фПрЌат: NXXNXX)" 
    951  
    952 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:191 
    953 msgid "Add Trunk" 
    954 msgstr "ДПбавО ВъМшМа ЛОМОя" 
    955  
    956 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:198 
    957 msgid "Trunk" 
    958 msgstr "ВъМшМа ЛОМОя" 
    959  
    960 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:210 
    961 msgid "Add a Trunk" 
    962 msgstr "ДПбавяМе Ма ВъМшМа ЛОМОя" 
    963  
    964 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:214 
    965 msgid "Add Zap Trunk" 
    966 msgstr "ДПбавО Zap ВъМшМа ЛОМОя" 
    967  
    968 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:214 
    969 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:325 
    970 msgid "DAHDI compatibility mode" 
    971 msgstr "DAHDI съвЌестОЌ режОЌ" 
    972  
    973 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:215 
    974 msgid "Add IAX2 Trunk" 
    975 msgstr "ДПбавО IAX2 ВъМшМа ЛОМОя" 
    976  
    977 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:216 
    978 msgid "Add SIP Trunk" 
    979 msgstr "ДПбавО SIP ВъМшМа ЛОМОя" 
    980  
    981 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:217 
    982 msgid "Add ENUM Trunk" 
    983 msgstr "ДПбавО ENUM ВъМшМа ЛОМОя" 
    984  
    985 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:218 
    986 msgid "Add DUNDi Trunk" 
    987 msgstr "ДПбавО DUNDi ВъМшМа ЛОМОя" 
    988  
    989 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:219 
    990 msgid "Add Custom Trunk" 
    991 msgstr "ДПбавО Custom ВъМшМа ЛОМОя" 
    992  
    993 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:280 
    994 #, php-format 
    995 msgid "Edit %s Trunk" 
    996 msgstr "РеЎактОрай %s ВъМшМа ЛОМОя" 
    997  
    998 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:280 
    999 msgid "DAHDI compatibility Mode" 
    1000 msgstr "DAHDI съвЌестОЌ РежОЌ" 
    1001  
    1002 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:281 
    1003 #, php-format 
    1004 msgid "Delete Trunk %s" 
    1005 msgstr "ИзтрОй ВъМшМа ЛОМОя %s" 
    1006  
    1007 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:291 
    1008 msgid "In use by" 
    1009 msgstr "ИзпПлзваМа Пт" 
    1010  
    1011 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:291 
    1012 msgid "route" 
    1013 msgstr "Ќаршрут" 
    1014  
    1015 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:291 
    1016 msgid "routes" 
    1017 msgstr "Ќаршрута" 
    1018  
    1019 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:293 
    1020 #: amp_conf/htdocs/admin/modules/core/page.did.php:138 
    1021 msgid "Route" 
    1022 msgstr "Маршрут" 
    1023  
    1024 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:293 
    1025 msgid "Sequence" 
    1026 msgstr "ППслеЎПвателМПст" 
    1027  
    1028 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:297 
    1029 msgid "WARNING:" 
    1030 msgstr "ВНИМАНИЕ:" 
    1031  
    1032 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:297 
    1033 msgid "This trunk is not used by any routes!" 
    1034 msgstr "ТазО въМшМа лОМОя Ме се ОзпПлзва Пт МОкаквО ЌаршрутО!" 
    1035  
    1036 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:298 
    1037 msgid "This trunk will not be able to be used for outbound calls until a route is setup that uses it. Click on <b>Outbound Routes</b> to setup routing." 
    1038 msgstr "ТазО въМшМа лОМОя МяЌа Ўа се ОзпПлзва за ОзѠ
    1039 ÐŸÐŽÑÑ‰Ðž ПбажЎаМОя ЎПкатП Ме се устаМПвО Ќаршрут, кПйтП Ўа я ОзпПлзва. КлОкМете Ма <b>ИзѠ
    1040 ÐŸÐŽÑÑ‰Ðž МаршрутО</b> за Ўа устаМПвОте Ќаршрут." 
    1041  
    1042 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:329 
    1043 msgid "FreePBX offers limited support for DUNDi trunks and additional manual configuration is required. The trunk name should correspond to the [mappings] section of the remote dundi.conf systems. For example, you may have a mapping on the remote system, and corresponding configurations in dundi.conf locally, that looks as follows:<br /><br />[mappings]<br />priv => dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /><br />In this example, you would create this trunk and name it priv. You would then create the corresponding IAX2 trunk with proper settings to work with DUNDi. This can be done by making an IAX2 trunk in FreePBX or by using the iax_custom.conf file.<br />The dundi-extens context in this example must be created in extensions_custom.conf. This can simply include contexts such as ext-local, ext-intercom-users, ext-paging and so forth to provide access to the corresponding extensions and features provided by these various contexts and generated by FreePBX." 
    1044 msgstr "FreePBX преЎлага ПграМОчеМа пПЎЎръжка за DUNDi въМшМО лОМОО О е МеПбѠ
    1045 ÐŸÐŽÐžÐŒÐŸ ЎПпълМОтелМП кПМфОгурОраМе Ма ръка. ИЌетП Ма въМшМата лОМОя трябва Ўа ПтгПваря Ма [mappings] секцОята Ма ПтЎалечеМата dundi.conf сОстеЌа.НапрОЌер, вОе ЌПже Ўа ОЌате (mapping) Ма ПтЎалечеМата сОстеЌа, О съПтветстващО кПМфОгурацОО в dundi.conf лПкалМП, кПОтП ОзглежЎат така:<br /><br />[mappings]<br />priv => dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /><br />В тПзО прОЌер, вОе трябва Ўа съзЎаЎете въМшМа лОМОя с ОЌе priv. СлеЎ тПва трябва Ўа съзЎаЎете съПтветстваща IAX2 въМшМа лОМОя с кПректМО МастрПйкО за рабПта с DUNDi. ТПва ЌПже Ўа се МаправО катП съзЎаЎете IAX2 въМшМа лОМОя в FreePBX ОлО катП ОзпПлзвате iax_custom.conf файла.<br />КПМтекста dundi-extens в тПзО прОЌер трябва Ўа се пПставО в extensions_custom.conf. ТПй ЌПже прПстП Ўа включва кПМтекстО катП ext-local, ext-intercom-users, ext-paging О така Мататък за Ўа преЎПставО ЎПстъп ЎП съПтветМОте вътрешМО лОМОО О спецОалМО кПЎПве преЎПставеМО Пт тезО разлОчМО кПМтекстО О геМерОраМО Пт FreePBX." 
    1046  
    1047 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:356 
    1048 msgid "Outbound Caller ID" 
    1049 msgstr "ИзѠ
    1050 ÐŸÐŽÑÑ‰ Caller ID" 
    1051  
    1052 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:356 
    1053 msgid "Caller ID for calls placed out on this trunk<br><br>Format: <b>\"caller name\" &lt;#######&gt;</b>. You can also use the magic string 'hidden' to hide the CallerID sent out over Digital lines ONLY (E1/T1/J1/BRI/SIP/IAX)" 
    1054 msgstr "Caller ID за ПбажЎаМОя ОзпПлзващО тазО въМшМа лОМОя<br><br>ЀПрЌат: <b>\"ОЌе Ма ПбажЎащОя се\" &lt;#######&gt;</b>. СъщП така ЌПже Ўа ОзпПлзвате вълшебМОя стрОМг 'hidden' за Ўа скрОете CallerID ОзпращаМ Пт ЊОфрПвОте вО лОМОО САМО (E1/T1/J1/BRI/SIP/IAX)" 
    1055  
    1056 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:363 
    1057 msgid "Never Override CallerID" 
    1058 msgstr "Не ОтЌеМяй CallerID" 
    1059  
    1060 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:363 
    1061 msgid "Some VoIP providers will drop the call if you try to send an invalid CallerID (one you don't 'own.' Use this to never send a CallerID that you haven't explicitly specified in this trunk or in the outbound callerid field of an extension/user. You might notice this problem if you discover that Follow-Me or RingGroups with external numbers don't work properly. Checking this box has the effect of disabling 'foreign' callerids from going out this trunk. You must define an Outbound Caller ID on the this trunk when checking this." 
    1062 msgstr "НякПО VoIP ЎПставчОцО ще прекратят ПбажЎаМетП акП се ПпОтате Ўа ОзпратОте МеправОлеМ CallerID (акП Ме 'прОтежавате' такъв). ИзпПлзвайте тПва МОкПга Ўа Ме Озпращате CallerID, кПйтП гП МяЌа ОзрОчМП устаМПвеМ в тазО въМшМа лОМОя ОлО в ОзѠ
    1063 ÐŸÐŽÑÑ‰ callerid пПлетП във вътрешМа лОМОя/пПтребОтел. МПжете Ўа забележОте тПзО прПблеЌ, акП ПткрОете че СлеЎвай Ме ОлО ГрупО Ма ЗвъМеМе с вътрешМО МПЌера Ме рабПтят кПректМП. МаркОраМетП Ма тазО ПтЌетка ОЌа ефекта Ма забраМяваМе 'въМшМО' callerid прО ОзлОзаМе Пт тазО лОМОя. Трябва Ўа ПпреЎелОте ИзѠ
    1064 ÐŸÐŽÑÑ‰ Caller ID Ма тазО въМшМа лОМОя акП ЌаркОрате тПва." 
    1065  
    1066 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:373 
    1067 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:377 
    1068 msgid "Maximum Channels" 
    1069 msgstr "МаксОЌалМП КаМалО" 
    1070  
    1071 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:373 
    1072 #, php-format 
    1073 msgid "Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. To count inbound calls against this maximum, use the auto-generated context: %s as the inbound trunk's context. (see extensions_additional.conf) Leave blank to specify no maximum." 
    1074 msgstr "КПМтрПлОра ЌаксОЌалМОя брПй ОзѠ
    1075 ÐŸÐŽÑÑ‰Ðž каМалО (еЎМПвреЌеММО разгПвПра) кПОтП ЌПгат Ўа се ОзпПлзват Пт тазО въМшМа лОМОя. За Ўа ОзчОслОте вѠ
    1076 ÐŸÐŽÑÑ‰ÐžÑ‚е ПбажЎаМОя за тПзО ЌаксОЌуЌ, ОзпПлзвайте автПЌатОчМП геМерОраМОя кПМтекст: %s в кПМтекст вѠ
    1077 ÐŸÐŽÑÑ‰Ðž въМшМО лОМОО. (вОжте extensions_additional.conf) Оставете празМП за Ўа ПпреЎелОте без лОЌОт." 
    1078  
    1079 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:377 
    1080 msgid "Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. Inbound calls are not counted against the maximum. Leave blank to specify no maximum." 
    1081 msgstr "КПМтрПлОра ЌаксОЌалМОя брПй ОзѠ
    1082 ÐŸÐŽÑÑ‰Ðž каМалО (еЎМПвреЌеММО разгПвПра) кПОтП ЌПгат Ўа се ОзпПлзват Пт тазО въМшМа лОМОя. ВѠ
    1083 ÐŸÐŽÑÑ‰ÐžÑ‚е ПбажЎаМОя Ме се ОзчОсляват Пт тПзО ЌаксОЌуЌ. Оставете празМП за Ўа ПпреЎелОте без лОЌОт." 
    1084  
    1085 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:387 
    1086 msgid "Disable Trunk" 
    1087 msgstr "ЗабраМО ВъМшМата ЛОМОя" 
    1088  
    1089 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:387 
    1090 msgid "Check this to disable this trunk in all routes where it is used." 
    1091 msgstr "МаркОрайте тПва за Ўа забраМОте тазО въМшМа лОМОя във всОчкО ЌаршрутО, кПОтП я ОзпПлзват." 
    1092  
    1093 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:390 
    1094 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4237 
    1095 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4240 
    1096 #: amp_conf/htdocs/admin/page.modules.php:686 
    1097 msgid "Disable" 
    1098 msgstr "ЗабраМО" 
    1099  
    1100 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:395 
    1101 msgid "Monitor Trunk Failures" 
    1102 msgstr "СлеЎО за ОтпаЎаМОя Ма ВъМшМата ЛОМОя" 
    1103  
    1104 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:395 
    1105 msgid "If checked, supply the name of a custom AGI Script that will be called to report, log, email or otherwise take some action on trunk failures that are not caused by either NOANSWER or CANCEL." 
    1106 msgstr "АкП е ЌаркОраМП, ЌПля ЎПбавете ОЌе Ма custom AGI Script кПйтП ще се ОзпПлзва за Ўа ЎПклаЎва, регОстрОра, Озпраща Ма email ОлО пП Мякакъв МачОМ преЎпрОеЌа ЎействОя прО ПтпаЎаМе Ма въМшМата лОМОя, кПетП Ме е прОчОМеМП Пт NOANSWER ОлО CANCEL." 
    1107  
    1108 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:399 
    1109 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4236 
    1110 #: amp_conf/htdocs/admin/page.modules.php:644 
    1111 msgid "Enable" 
    1112 msgstr "РазрешО" 
    1113  
    1114 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:405 
    1115 msgid "Outgoing Dial Rules" 
    1116 msgstr "ПравОла за ИзѠ
    1117 ÐŸÐŽÑÑ‰ÐŸ ИзбОраМе" 
    1118  
    1119 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:410 
    1120 msgid "Dial Rules" 
    1121 msgstr "ПравОла за ИзбОраМе" 
    1122  
    1123 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:410 
    1124 msgid "A Dial Rule controls how calls will be dialed on this trunk. It can be used to add or remove prefixes. Numbers that don't match any patterns defined here will be dialed as-is. Note that a pattern without a + or | (to add or remove a prefix) will not make any changes but will create a match. Only the first matched rule will be executed and the remaining rules will not be acted on." 
    1125 msgstr "ПравОлата за ИзбОраМе кПМтрПлОрат как всОчкО ПбажЎаМОя ще се ОзбОрат през тазО въМшМа лОМОя. МПгат Ўа се ОзпПлзват за ЎПбавяМе ОлО преЌаѠ
    1126 Ð²Ð°ÐœÐµ Ма префОксО. НПЌерата кПОтП Ме съвпаЎат с МОтП еЎМа Пт сѠ
    1127 ÐµÐŒÐžÑ‚е ПпреЎелеМО тук ще се ОзбОрат кактП са сО. ИЌайте в преЎвОЎ, че сѠ
    1128 ÐµÐŒÐž без + ОлО | (Ўа ЎПбавО ОлО преЌаѠ
    1129 ÐœÐµ префОкс) МяЌа Ўа Маправят МОкаквО прПЌеМО в МабраМОя МПЌер, МП ще съзЎаЎе съвпаЎеМОе. СаЌП първПтП правОлП кПетП ПтгПваря ще бъЎе ОзпълМеМП, катП ПстаМалОте МяЌа Ўа бъЎат съпПставеМО." 
    1130  
    1131 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:410 
    1132 #: amp_conf/htdocs/admin/modules/core/page.routing.php:354 
    1133 msgid "Rules:" 
    1134 msgstr "ПравОла:" 
    1135  
    1136 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:411 
    1137 #: amp_conf/htdocs/admin/modules/core/page.routing.php:355 
    1138 msgid "matches any digit from 0-9" 
    1139 msgstr "ПтгПваря Ма цОфрОте Пт 0-9" 
    1140  
    1141 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:412 
    1142 #: amp_conf/htdocs/admin/modules/core/page.routing.php:356 
    1143 msgid "matches any digit from 1-9" 
    1144 msgstr "ПтгПваря Ма цОфрОте Пт 1-9" 
    1145  
    1146 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:413 
    1147 #: amp_conf/htdocs/admin/modules/core/page.routing.php:357 
    1148 msgid "matches any digit from 2-9" 
    1149 msgstr "ПтгПваря Ма цОфрОте Пт 2-9" 
    1150  
    1151 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:414 
    1152 #: amp_conf/htdocs/admin/modules/core/page.routing.php:358 
    1153 msgid "matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 
    1154 msgstr "ПтгПваря Ма цОфрОте ОлО сОЌвПлОте в скПбОте (в тПзО прОЌер, 1,2,3,7,8,9)" 
    1155  
    1156 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:415 
    1157 msgid "wildcard, matches one or more characters (not allowed before a | or +)" 
    1158 msgstr "тПчка, ПтгПваря Ма еЎОМ ОлО пПвече сОЌвПла (Ме се пПзвПлява преЎО | ОлО +)" 
    1159  
    1160 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:416 
    1161 msgid "removes a dialing prefix from the number (for example, 613|NXXXXXX would match when some dialed \"6135551234\" but would only pass \"5551234\" to the trunk)" 
    1162 msgstr "преЌаѠ
    1163 Ð²Ð° префОкс за ОзбОраМе Пт МПЌера (МапрОЌер, 613|NXXXXXX ще ПтгПваря кПгатП МякПй Мабере \"6135551234\" МП ще прПпусМе саЌП \"5551234\" къЌ въМшМата лОМОя)" 
    1164  
    1165 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:417 
    1166 msgid "adds a dialing prefix from the number (for example, 1613+NXXXXXX would match when some dialed \"5551234\" and would pass \"16135551234\" to the trunk)" 
    1167 msgstr "ЎПбавя префОкс за ОзбОраМе къЌ МПЌера (МапрОЌер, 1613+NXXXXXX ще ПтгПваря кПгатП МякПй Мабере \"5551234\" МП ще прПпусМе саЌП \"16135551234\" къЌ въМшМата лОМОя)" 
    1168  
    1169 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:418 
    1170 msgid "You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match \"016065551234\" and dial it as \"0116065551234\" Note that the order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." 
    1171 msgstr "СъщП така ЌПжете Ўа ОзпПлзвате еЎМПвреЌеММП + О |, МапрОЌер: 01+0|1ZXXXXXXXXX ще ПтгПваря Ма \"016065551234\" О ще гП МабОра катП \"0116065551234\" ИЌайте в преЎвОЎ че пПслеЎПвателМПстта МяЌа зМачеМОе, катП 0|01+1ZXXXXXXXXX ПзМачава същПтП." 
    1172  
    1173 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:429 
    1174 #: amp_conf/htdocs/admin/modules/core/page.routing.php:397 
    1175 msgid "Clean & Remove duplicates" 
    1176 msgstr "ИзчОстО О ПреЌаѠ
    1177 ÐœÐž пПвтарящОте се" 
    1178  
    1179 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:434 
    1180 msgid "Dial Rules Wizards" 
    1181 msgstr "ППЌПщМОк Ма ПравОла за ИзбОраМе" 
    1182  
    1183 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:435 
    1184 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:441 
    1185 msgid "Always dial with prefix" 
    1186 msgstr "ВОМагО ОзбОрай с префОкс" 
    1187  
    1188 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:435 
    1189 msgid "is useful for VoIP trunks, where if a number is dialed as \"5551234\", it can be converted to \"16135551234\"." 
    1190 msgstr "е уЎачМП за VoIP въМшМО лОМОО, къЎетП акП МПЌер е ОзбраМ катП \"5551234\", ЌПже Ўа бъЎе преПбразуваМ в \"16135551234\"." 
    1191  
    1192 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:436 
    1193 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:442 
    1194 msgid "Remove prefix from local numbers" 
    1195 msgstr "ПреЌѠ
    1196 ÐœÐž префОкс Пт граЎскО МПЌера" 
    1197  
    1198 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:436 
    1199 msgid "is useful for ZAP trunks, where if a local number is dialed as \"6135551234\", it can be converted to \"555-1234\"." 
    1200 msgstr "е уЎачМП за ZAP въМшМО лОМОО, къЎетП акП граЎскО МПЌер е ОзбраМ катП \"6135551234\", ЌПже Ўа бъЎе преПбразуваМ в \"555-1234\"." 
    1201  
    1202 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:437 
    1203 msgid "Lookup numbers for local trunk" 
    1204 msgstr "СлеЎО за МПЌера Пт граЎскО ЎестОМацОО" 
    1205  
    1206 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:437 
    1207 msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7 or 10 digits (regardless of what your PSTN is) on a local trunk (where you have to dial 1+area code for long distance, but only 5551234 (7-digit dialing) or 6135551234 (10-digit dialing) for local calls" 
    1208 msgstr "ТПва слеЎО за вашОте граЎскО МПЌера в  www.localcallingguide.com (саЌП за СеверМа АЌерОка), О устаМПвява ОзбОраМе Ма 7 ОлО 10 цОфрО (в завОсОЌПст Пт вашата PSTN лОМОя) пП вашата граЎска лОМОя (къЎетП трябва Ўа Озберете 1+ПбластеМ кПЎ за ЌежЎуграЎскО, МП саЌП 5551234 (7-цОфрПвП ОзбОраМе) ОлО 6135551234 (10-цОфрПвП ОзбОраМе) за граЎскО разгПвПрО)" 
    1209  
    1210 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:440 
    1211 #: amp_conf/htdocs/admin/modules/core/page.routing.php:482 
    1212 msgid "(pick one)" 
    1213 msgstr "(ОзберО еЎМП)" 
    1214  
    1215 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:443 
    1216 msgid "Lookup numbers for local trunk (7-digit dialing)" 
    1217 msgstr "СлеЎО за граЎскО ЎестОМацОО (7-цОфрО)" 
    1218  
    1219 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:444 
    1220 msgid "Lookup numbers for local trunk (10-digit dialing)" 
    1221 msgstr "СлеЎО за граЎскО ЎестОМацОО (10-цОфрО)" 
    1222  
    1223 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:464 
    1224 msgid "Are you sure you want to disable this trunk in all routes it is used?" 
    1225 msgstr "СОгурМО лО сте че Оскате Ўа забраМОте тазО въМшМа лОМОя във всОчкО ЌаршрутО кПОтП я ОзпПлзват?" 
    1226  
    1227 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:469 
    1228 msgid "You have enabled this trunk in all routes it is used" 
    1229 msgstr "ВОе разрешОѠ
    1230 Ñ‚е тазО въМшМа лОМОя във всОчкО ЌаршрутО кПОтП я ОзпПлзват" 
    1231  
    1232 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:479 
    1233 #: amp_conf/htdocs/admin/modules/core/page.routing.php:415 
    1234 msgid "" 
    1235 "What is your areacode + prefix (NPA-NXX)?\\n" 
    1236 "\\n" 
    1237 "(Note: this database contains North American numbers only, and is not guaranteed to be 100% accurate. You will still have the option of modifying results.)\\n" 
    1238 "\\n" 
    1239 "This may take a few seconds." 
    1240 msgstr "" 
    1241 "Какъв е ПбластМОя вО кПЎ + префОкс (NPA-NXX)?\\n" 
    1242 "\\n" 
    1243 "(Забележка: тазО база ЎаММО съЎържа саЌП МПЌера Пт СеверМа АЌерОка, О Ме гараМтОра Ўа е 100% тПчМа. ВОе ЌПжете Ўа кПрОгОрате резултата слеЎ тПва.)\\n" 
    1244 "\\n" 
    1245 "ТПва ЌПже Ўа ПтМеЌе МякПлкП секуМЎО." 
    1246  
    1247 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:479 
    1248 msgid "\")" 
    1249 msgstr "\")" 
    1250  
    1251 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:481 
    1252 #: amp_conf/htdocs/admin/modules/core/page.routing.php:417 
    1253 msgid "Invalid NPA-NXX. Must be of the format \\'NXX-NXX\\'" 
    1254 msgstr "НеправОлеМ NPA-NXX. Трябва Ўа е във фПрЌат \\'NXX-NXX\\'" 
    1255  
    1256 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:493 
    1257 #: amp_conf/htdocs/admin/modules/core/page.routing.php:425 
    1258 msgid "" 
    1259 "Error: Cannot continue!\\n" 
    1260 "\\n" 
    1261 "Prefix lookup requires cURL support in PHP on the server. Please install or enable cURL support in your PHP installation to use this function. See http://www.php.net/curl for more information." 
    1262 msgstr "" 
    1263 "Грешка: Не ЌПга Ўа прПЎължа!\\n" 
    1264 "\\n" 
    1265 "СлеЎеМетП за префОкс ОзОсква cURL пПЎЎръжка в PHP Ма тПзО сървър. МПля ОМсталОрайте ОлО разрешете cURL пПЎЎръжка във вашата PHP ОМсталацОя Ўа ОзпПлзва тазО фуМкцОя. ППсетете http://www.php.net/curl за пПвече ОМфПрЌацОя." 
    1266  
    1267 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:501 
    1268 msgid "" 
    1269 "What is the local dialing pattern?\\n" 
    1270 "\\n" 
    1271 "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 
    1272 msgstr "" 
    1273 "Каква е сѠ
    1274 ÐµÐŒÐ°Ñ‚а за ОзбОраМе Ма граЎскО МПЌера?\\n" 
    1275 "\\n" 
    1276 "(МапрОЌер NXXNXXXXXX за US/CAN 10-цОфрПвП ОзбОраМе, NXXXXXX за 7-цОфрО)" 
    1277  
    1278 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:503 
    1279 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:526 
    1280 msgid "Invalid pattern. Only 0-9, #, *, Z, N, X and . are allowed." 
    1281 msgstr "НеправОлМа сѠ
    1282 ÐµÐŒÐ°. СаЌП 0-9, #, *, Z, N, X О . са пПзвПлеМО." 
    1283  
    1284 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:506 
    1285 msgid "" 
    1286 "What prefix should be added to the dialing pattern?\\n" 
    1287 "\\n" 
    1288 "(ie. for US/CAN, 1+areacode, ie, \\'1613\\')?" 
    1289 msgstr "" 
    1290 "Какъв префОкс Ўа се ЎПбавО къЌ сѠ
    1291 ÐµÐŒÐ°Ñ‚а Ма ОзбОраМе?\\n" 
    1292 "\\n" 
    1293 "(МапрОЌер за US/CAN, 1+ПбластеМ кПЎ, катП \\'1613\\')?" 
    1294  
    1295 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:508 
    1296 msgid "Invalid prefix. Only dialable characters (0-9, #, and *) are allowed." 
    1297 msgstr "НеправОлеМ префОкс.СаЌП ОзбОраеЌО сОЌвПлО (0-9, # О *) са пПзвПлеМО." 
    1298  
    1299 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:519 
    1300 msgid "" 
    1301 "What prefix should be removed from the number?\\n" 
    1302 "\\n" 
    1303 "(ie. for US/CAN, 1+areacode, ie, \\'1613\\')" 
    1304 msgstr "" 
    1305 "Какъв префОкс Ўа се преЌаѠ
    1306 ÐœÐµ Пт МПЌера?\\n" 
    1307 "\\n" 
    1308 "(МапрОЌер за US/CAN, 1+ПбластеМ кПЎ, катП \\'1613\\')" 
    1309  
    1310 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:521 
    1311 msgid "Invalid prefix. Only 0-9, #, *, Z, N, and X are allowed." 
    1312 msgstr "НеправОлеМ префОкс. СаЌП 0-9, #, *, Z, N О X са пПзвПлеМО." 
    1313  
    1314 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:524 
    1315 msgid "What is the dialing pattern for local numbers after" 
    1316 msgstr "Каква е сѠ
    1317 ÐµÐŒÐ°Ñ‚а Ма ОзбОраМе за граЎскО МПЌера слеЎ" 
    1318  
    1319 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:524 
    1320 msgid "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 
    1321 msgstr "(МапрОЌер NXXNXXXXXX за US/CAN 10-цОфрПвП ОзбОраМе, NXXXXXX за 7-цОфрО)" 
    1322  
    1323 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:649 
    1324 msgid "Outbound Dial Prefix" 
    1325 msgstr "ПрефОкс за ИзѠ
    1326 ÐŸÐŽÑÑ‰ÐŸ ИзбОраМе" 
    1327  
    1328 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:649 
    1329 msgid "The outbound dialing prefix is used to prefix a dialing string to all outbound calls placed on this trunk. For example, if this trunk is behind another PBX or is a Centrex line, then you would put 9 here to access an outbound line. Another common use is to prefix calls with 'w' on a POTS line that need time to obtain dial tone to avoid eating digits.<br><br>Most users should leave this option blank." 
    1330 msgstr "ПрефОкса за ОзѠ
    1331 ÐŸÐŽÑÑ‰ÐŸ ОзбОраМе се ОзпПлзва за въвежЎаМе Ма префОкс стрОМг за всОчкО ОзѠ
    1332 ÐŸÐŽÑÑ‰Ðž ПбажЎаМОя МасПчеМО къЌ тазО въМшМа лОМОя. НапрОЌер, акП тазО въМшМа лОМОя е заЎ Ўруга телефПММа цеМтрала ОлО е Centrex лОМОя, тПгава вОе трябва Ўа пПставОте 9 тук за ЎПстъп ЎП ОзѠ
    1333 ÐŸÐŽÑÑ‰Ð°Ñ‚а лОМОя. ДругП честП прОлПжеМОе е Ўа пПставя префОкс Ма ПбажЎаМОята с 'w' Ма POTS лОМОя кПятП ОЌа МужЎа Пт вреЌе за Ўа пПлучО сОгМал за ОзбОраМе О Ўа преЎПтвратО 'ОзяжЎаМе' Ма цОфрО.<br><br>ППвечетП пПтребОтелО трябва Ўа Пстявят пПлетП МепПпълМеМП." 
    1334  
    1335 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:657 
    1336 msgid "Outgoing Settings" 
    1337 msgstr "ИзѠ
    1338 ÐŸÐŽÑÑ‰Ðž НастрПйкО" 
    1339  
    1340 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:668 
    1341 msgid "Zap Identifier (trunk name)" 
    1342 msgstr "Zap ИЎеМтОфОкатПр (ОЌе Ма въМшМа лОМОя)" 
    1343  
    1344 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:668 
    1345 msgid "ZAP channels are referenced either by a group number or channel number (which is defined in zapata.conf).  <br><br>The default setting is <b>g0</b> (group zero)." 
    1346 msgstr "ZAP каМалОте се ПтМасят за всекО МПЌер Ма група ОлО МПЌер Ма каМал (кПетП е ПпреЎелеМП в zapata.conf).  <br><br>ПП-пПЎразбОраМе <b>g0</b> (група Мула)." 
    1347  
    1348 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:682 
    1349 msgid "Custom Dial String" 
    1350 msgstr "Custom СтрОМг за ИзбОраМе" 
    1351  
    1352 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:682 
    1353 msgid "Define the custom Dial String.  Include the token" 
    1354 msgstr "ОпреЎелете custom СтрОМг за ИзбОраМе.  Включете сОЌвПла" 
    1355  
    1356 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:682 
    1357 msgid "wherever the number to dial should go.<br><br><b>examples:</b><br>" 
    1358 msgstr "къЎетП ОзбраМОя МПЌер трябва Ўа ПтОЎе.<br><br><b>прОЌерО:</b><br>" 
    1359  
    1360 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:694 
    1361 msgid "DUNDi Mapping" 
    1362 msgstr "DUNDi Mapping" 
    1363  
    1364 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:694 
    1365 msgid "This is the name of the DUNDi mapping as defined in the [mappings] section of remote dundi.conf peers. This corresponds to the 'include' section of the peer details in the local dundi.conf file. This requires manual configuration of DUNDi to use this trunk." 
    1366 msgstr "ИЌетП Ма DUNDi mapping кактП е ЎефОМОраМП в [mappings] секцОята Ма ПтЎалечеМОте dundi.conf peer-О. ОтгПваря Ма 'include' секцОята Ма peer ЎетайлОте в лПкалМОя dundi.conf файл. ИзОсква се ЎПпълМОтелМП кПМфОгурОраМе Ма ръка Ма DUNDi за Ўа се ОзпПлзва тазО въМшМа лОМОя." 
    1367  
    1368 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:706 
    1369 msgid "Trunk Name" 
    1370 msgstr "ИЌе Ма ВъМшМа ЛОМОя" 
    1371  
    1372 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:706 
    1373 msgid "Give this trunk a unique name.  Example: myiaxtel" 
    1374 msgstr "Дайте уМОкалМП ОЌе Ма тазО въМшМа лОМОя. НапрОЌер: myiaxtel" 
    1375  
    1376 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:713 
    1377 msgid "PEER Details" 
    1378 msgstr "PEER ДетайлО" 
    1379  
    1380 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:713 
    1381 msgid "Modify the default PEER connection parameters for your VoIP provider.<br><br>You may need to add to the default lines listed below, depending on your provider.<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny comes first." 
    1382 msgstr "РеЎактОрайте PEER параЌетрОте за връзка с вашОя VoIP ЎПставчОк.<br><br>МПже Ўа се МалПжО Ўа ЎПбавОте ЎПпълМОтелМО лОМОО къЌ въвеЎеМОте пП-ЎПлу, в завОсОЌПст Пт вашОя ЎПставчОк.<br /><br />ВМОЌаМОе: ППслеЎПвателМПстта Ма въвежЎаМе кактП О ще бъЎе запПЌМеМа е важМа. НапрОЌер,акП ОзпПлзвате \"allow/deny\" ЎОректОвО пПставете първП deny." 
    1383  
    1384 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:723 
    1385 msgid "Incoming Settings" 
    1386 msgstr "ВѠ
    1387 ÐŸÐŽÑÑ‰Ðž НастрПйкО" 
    1388  
    1389 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:728 
    1390 msgid "USER Context" 
    1391 msgstr "USER КПМтекст" 
    1392  
    1393 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:728 
    1394 msgid "This is most often the account name or number your provider expects.<br><br>This USER Context will be used to define the below user details." 
    1395 msgstr "В пПвечетП случаО е ОЌетП ОлО МПЌера Ма акауМта кПйтП вашОя ЎПставчОк Пчаква.<br><br>USER КПМтекст ще се ОзпПлзва за ЎефОМОраМе Ма въвеЎеМОте пП-ЎПлу пПтребОтелскО ЎетайлО." 
    1396  
    1397 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:735 
    1398 msgid "USER Details" 
    1399 msgstr "USER ДетайлО" 
    1400  
    1401 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:735 
    1402 msgid "Modify the default USER connection parameters for your VoIP provider." 
    1403 msgstr "РеЎактОрайте USER параЌетрО пП-пПЎразбОраМе за връзка с вашОя VoIP ЎПставчОк." 
    1404  
    1405 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:735 
    1406 msgid "" 
    1407 "You may need to add to the default lines listed below, depending on your provider..<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny \n" 
    1408 "\t\t\t\tcomes first." 
    1409 msgstr "МПже Ўа се МалПжО Ўа ЎПбавОте ЎПпълМОтелМО лОМОО къЌ въвеЎеМОте пП-ЎПлу, в завОсОЌПст Пт вашОя ЎПставчОк.<br /><br />ВМОЌаМОе: ППслеЎПвателМПстта Ма въвежЎаМе кактП О ще бъЎе запПЌМеМа е важМа. НапрОЌер,акП ОзпПлзвате \"allow/deny\" ЎОректОвО пПставете първП deny." 
    1410  
    1411 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:746 
    1412 msgid "Registration" 
    1413 msgstr "РегОстрОраМе" 
    1414  
    1415 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:751 
    1416 msgid "Register String" 
    1417 msgstr "СтрОМг за РегОстрОраМе" 
    1418  
    1419 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:751 
    1420 msgid "Most VoIP providers require your system to REGISTER with theirs. Enter the registration line here.<br><br>example:<br><br>username:password@switch.voipprovider.com.<br><br>Many providers will require you to provide a DID number, ex: username:password@switch.voipprovider.com/didnumber in order for any DID matching to work." 
    1421 msgstr "ППвечетП VoIP ЎПставчОцО ОзОскват вашата сОстеЌа Ўа се РЕГИСТРИРА с теѠ
    1422 ÐœÐžÑ‚е. ВъвеЎете стрОМга за регОстрОраМе тук.<br>прОЌер:<br>username:password@switch.voipprovider.com.<br>ММПгП ЎПставчОцО ОзОскват Ўа преЎПставОте DID МПЌер, катП:<br>username:password@switch.voipprovider.com/didnumber за Ўа ЌПже всекО ПтгПварящ DID Ўа рабПтО." 
    1423  
    1424 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:779 
    1425 msgid "Invalid Outbound Caller ID" 
    1426 msgstr "НеправОлеМ ИзѠ
    1427 ÐŸÐŽÑÑ‰ Caller ID" 
    1428  
    1429 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:780 
    1430 msgid "Invalid Maximum Channels" 
    1431 msgstr "НеправОлеМ ЛОЌОт Ма КаМалОте" 
    1432  
    1433 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:781 
    1434 msgid "Invalid Dial Rules" 
    1435 msgstr "НеправОлМО ПравОла за ИзбОраМе" 
    1436  
    1437 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:782 
    1438 msgid "Invalid Outbound Dial Prefix" 
    1439 msgstr "НеправОлеМ ПрефОкс за ИзѠ
    1440 ÐŸÐŽÑÑ‰ÐŸ ИзбОраМе" 
    1441  
    1442 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:783 
    1443 msgid "Invalid Trunk Name entered" 
    1444 msgstr "НеправОлМП ИЌе Ма ВъМшМа ЛОМОя" 
    1445  
    1446 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:784 
    1447 msgid "Invalid Custom Dial String entered" 
    1448 msgstr "НеправОлеМ Custom СтрОМг за ИзбОраМе" 
    1449  
    1450 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:785 
    1451 msgid "Trunk Name and User Context cannot be set to the same value" 
    1452 msgstr "ИЌетП Ма ВъМшМата ЛОМОя О USER КПМтекст Ме ЌПгат Ўа са еЎМО О същО" 
    1453  
    1454 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:786 
    1455 msgid "User Context was left blank and User Details will not be saved!" 
    1456 msgstr "USER КПМтекст Ме е въвеЎеМ О ППтребОтелскОте ДетайлО МяЌа Ўа бъЎат запОсаМО!" 
    1457  
    1458 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:787 
    1459 msgid "You must define an Outbound Caller ID when Choosing Never Override CallerID" 
    1460 msgstr "Трябва Ўа ПпреЎелОте ИзѠ
    1461 ÐŸÐŽÑÑ‰ Caller ID кПгатП ОзбОрате Не ПреМапОсвай CallerID" 
    1462  
    1463 #: amp_conf/htdocs/admin/modules/core/page.general.php:106 
    1464 msgid "Dialing Options" 
    1465 msgstr "ОпцОО прО ИзбОраМе" 
    1466  
    1467 #: amp_conf/htdocs/admin/modules/core/page.general.php:109 
    1468 msgid "Asterisk Dial command options:" 
    1469 msgstr "ОпцОО Ма АстерОск за КПЌаМЎО прО ИзбОраМе:" 
    1470  
    1471 #: amp_conf/htdocs/admin/modules/core/page.general.php:110 
    1472 #: amp_conf/htdocs/admin/modules/core/page.general.php:121 
    1473 msgid "t: Allow the called user to transfer the call by hitting #" 
    1474 msgstr "t: ППзвПлява Ма търсеМОя пПтребОтел Ўа преѠ
    1475 Ð²ÑŠÑ€Ð»Ðž разгПвПра катП МатОсМе #" 
    1476  
    1477 #: amp_conf/htdocs/admin/modules/core/page.general.php:111 
    1478 #: amp_conf/htdocs/admin/modules/core/page.general.php:122 
    1479 msgid "T: Allow the calling user to transfer the call by hitting #" 
    1480 msgstr "T: ППзвПлява Ма ПбажЎащОя се пПтребОтел Ўа преѠ
    1481 Ð²ÑŠÑ€Ð»Ðž разгПвПра катП МатОсМе #" 
    1482  
    1483 #: amp_conf/htdocs/admin/modules/core/page.general.php:112 
    1484 msgid "r: Generate a ringing tone for the calling party" 
    1485 msgstr "r: ГеМерОра тПМ Ма звъМеМе къЌ страМата Ма ОзбОращОя" 
    1486  
    1487 #: amp_conf/htdocs/admin/modules/core/page.general.php:113 
    1488 #: amp_conf/htdocs/admin/modules/core/page.general.php:123 
    1489 msgid "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 
    1490 msgstr "w: ППзвПлява Ма търсеМОя пПтребОтел Ўа запПчМе запОс слеЎ МабОраМе Ма *1 (АстерОск v1.2)" 
    1491  
    1492 #: amp_conf/htdocs/admin/modules/core/page.general.php:114 
    1493 #: amp_conf/htdocs/admin/modules/core/page.general.php:124 
    1494 msgid "W: Allow the calling user to start recording after pressing *1 (Asterisk v1.2)" 
    1495 msgstr "W: ППзвПлява Ма ПбажЎащОя се Ўа запПчМе запОс слеЎ МабОраМе Ма *1 (АстерОск v1.2)" 
    1496  
    1497 #: amp_conf/htdocs/admin/modules/core/page.general.php:120 
    1498 msgid "Asterisk Outbound Dial command options:" 
    1499 msgstr "ОпцОО Ма АстерОск за КПЌаМЎО прО ИзѠ
    1500 ÐŸÐŽÑÑ‰ÐŸ ИзбОраМе:" 
    1501  
    1502 #: amp_conf/htdocs/admin/modules/core/page.general.php:125 
    1503 msgid "r: You SHOULD NOT use this option on outbound trunks" 
    1504 msgstr "r: Не трябва Ўа ОзпПлзвате тазО ПпцОя за ОзѠ
    1505 ÐŸÐŽÑÑ‰Ðž въМшМО лОМОО" 
    1506  
    1507 #: amp_conf/htdocs/admin/modules/core/page.general.php:132 
    1508 msgid "Call Recording" 
    1509 msgstr "ЗапОс Ма РазгПвПр" 
    1510  
    1511 #: amp_conf/htdocs/admin/modules/core/page.general.php:135 
    1512 msgid "Extension Recording Override:" 
    1513 msgstr "ОтЌеМяМе Ма ЗапОс Ма ВътрешМа ЛОМОя" 
    1514  
    1515 #: amp_conf/htdocs/admin/modules/core/page.general.php:136 
    1516 msgid "This will override the recording settings of all extensions/users. If enabled, the system will ignore all Record Always settings of a user and will not turn on recording. This does not effect On Demand recording controlled by the dial options 'w' and 'W' above. It does not effect other recording settings in modules such as Queues and Conferences. If you don't use recordings, setting this is beneficial to system performance as it removes the check that is otherwise done on every single call." 
    1517 msgstr "ТПва ще ПтЌеМО МастрПйкОте за запОс Ма всОчкО вътрешМО МПЌера/пПтребОтелО. АкП е разрешеМП, сОстеЌата ще ОгМПрОра всОчкО ЗапОсвай ВОМагО МастрПйкО Ма пПтребОтел О МяЌа Ўа включО запОса. ТПва МяЌа ефект прО запОс ПрО ППОскваМе кПМтрПлОраМ Пт ПпцООте за ОзбОраМе 'w' О 'W' пП-гПре. СъщП така Ме засяга ЎругОте МастрПйкО за запОс в ЌПЎулО катП ОпашкО О КПМфереМцОО. АкП Ме ОзпПлзвате запОсваМе Ма разгПвПр, тазО МастрПйка е пПлезМа за прПОзвПЎОтелМПстта Ма сОстеЌата тъй катП преЌаѠ
    1518 Ð²Ð° прПверкО, кПОтП ОМаче се ОзпълМяват за всекО еЎОМ разгПвПр." 
    1519  
    1520 #: amp_conf/htdocs/admin/modules/core/page.general.php:139 
    1521 #: amp_conf/htdocs/admin/page.modules.php:602 
    1522 msgid "Enabled" 
    1523 msgstr "РазрешеМ" 
    1524  
    1525 #: amp_conf/htdocs/admin/modules/core/page.general.php:140 
    1526 msgid "Disabled" 
    1527 msgstr "ЗабраМеМ" 
    1528  
    1529 #: amp_conf/htdocs/admin/modules/core/page.general.php:144 
    1530 msgid "Call recording format:" 
    1531 msgstr "ЀПрЌат Ма запОса:" 
    1532  
    1533 #: amp_conf/htdocs/admin/modules/core/page.general.php:145 
    1534 msgid "Pick the format in which to save recorded calls" 
    1535 msgstr "Изберете фПрЌат в кПйтП Ўа се запОсват разгПвПрОте" 
    1536  
    1537 #: amp_conf/htdocs/admin/modules/core/page.general.php:149 
    1538 msgid "WAV" 
    1539 msgstr "WAV" 
    1540  
    1541 #: amp_conf/htdocs/admin/modules/core/page.general.php:150 
    1542 msgid "wav" 
    1543 msgstr "wav" 
    1544  
    1545 #: amp_conf/htdocs/admin/modules/core/page.general.php:151 
    1546 msgid "ulaw" 
    1547 msgstr "ulaw" 
    1548  
    1549 #: amp_conf/htdocs/admin/modules/core/page.general.php:152 
    1550 msgid "alaw" 
    1551 msgstr "alaw" 
    1552  
    1553 #: amp_conf/htdocs/admin/modules/core/page.general.php:153 
    1554 msgid "sln" 
    1555 msgstr "sln" 
    1556  
    1557 #: amp_conf/htdocs/admin/modules/core/page.general.php:154 
    1558 msgid "gsm" 
    1559 msgstr "gsm" 
    1560  
    1561 #: amp_conf/htdocs/admin/modules/core/page.general.php:155 
    1562 msgid "g729" 
    1563 msgstr "g729" 
    1564  
    1565 #: amp_conf/htdocs/admin/modules/core/page.general.php:159 
    1566 msgid "Recording Location:" 
    1567 msgstr "МестПМаѠ
    1568 ÐŸÐ¶ÐŽÐµÐœÐžÐµ Ма ЗапОсОте:" 
    1569  
    1570 #: amp_conf/htdocs/admin/modules/core/page.general.php:160 
    1571 msgid "Override the default location where asterisk will store call recordings. Include the trailing /. Be sure to set proper permissions on the directory for the asterisk user." 
    1572 msgstr "ОтЌеМя ЌестПМаѠ
    1573 ÐŸÐ¶ÐŽÐµÐœÐžÐµÑ‚П пП-пПЎразбОраМе къЎетП АстерОск Ўа съѠ
    1574 Ñ€Ð°ÐœÑÐ²Ð° запОсаМОте разгПвПрО. Включете О пътя /. Уверете се че сте заЎалО правОлМО права Ма ЎОректПрОята за пПтребОтел asterisk." 
    1575  
    1576 #: amp_conf/htdocs/admin/modules/core/page.general.php:166 
    1577 msgid "Run after record:" 
    1578 msgstr "СтартОрай слеЎ запОс:" 
    1579  
    1580 #: amp_conf/htdocs/admin/modules/core/page.general.php:167 
    1581 msgid "An optional script to be run after the call is hungup. You can include channel and MixMon variables like ${CALLFILENAME}, ${MIXMON_FORMAT} and ${MIXMON_DIR}. To ensure that you variables are properly escaped, use the following notation: ^{MY_VAR}" 
    1582 msgstr "ДПплМОтелеМ скрОпт кПйтП Ўа се стартОра слеЎ катП прОключО разгПвПра. МПжете Ўа включОте каМал О MixMon прПЌеМлОвО катП ${CALLFILENAME}, ${MIXMON_FORMAT} О ${MIXMON_DIR}. За Ўа се пПЎсОгурОте че прПЌеМлОвОте вО са правОлМП ОзлезлО, ОзпПлзвайте слеЎМПтП ПзМачаваМе: ^{MY_VAR}" 
    1583  
    1584 #: amp_conf/htdocs/admin/modules/core/page.general.php:174 
    1585 msgid "Voicemail" 
    1586 msgstr "ГласПва ППща" 
    1587  
    1588 #: amp_conf/htdocs/admin/modules/core/page.general.php:177 
    1589 msgid "Ringtime Default:" 
    1590 msgstr "ВреЌе Ма ЗвъМеМе ПП-ППЎразбОраМе" 
    1591  
    1592 #: amp_conf/htdocs/admin/modules/core/page.general.php:178 
    1593 msgid "Default number of seconds to ring phones before sending callers to voicemail. This can be set per extension/user and will have no effect on phones with no voicemail." 
    1594 msgstr "БрПй секуМЎО пП-пПЎразбОраМе, за кПОтП Ўа звъМят телефПМОте преЎО пПвОкваМетП Ўа се преѠ
    1595 Ð²ÑŠÑ€Ð»Ðž къЌ гласПвата пПща. МПже Ўа се устаМПвО за вътрешеМ МПЌер/пПтребОтел О МяЌа Ўа ОЌа ефект за телефПМОте без гласПва пПща." 
    1596  
    1597 #: amp_conf/htdocs/admin/modules/core/page.general.php:184 
    1598 msgid "Direct Dial Voicemail Prefix:" 
    1599 msgstr "ПрефОкс за ДОректМП ИзбОраМе Ма ГласПва ППща" 
    1600  
    1601 #: amp_conf/htdocs/admin/modules/core/page.general.php:185 
    1602 msgid "Prefix used to dial directly to someone's voicemail. Caution should be taken in choosing this prefix to avoid conflicts with featurecodes." 
    1603 msgstr "ПрефОкс ОзпПлзваМ за ЎОректМП ОзбОраМе Ма МечОя гласПва пПща. Трябва Ўа се взеЌе пПЎ вМОЌаМОе прО ОзбПр Ма префОкс ОзбягваМетП Ма евеМтуалМО кПМфлОктО със спецОалМОте кПЎПве." 
    1604  
    1605 #: amp_conf/htdocs/admin/modules/core/page.general.php:191 
    1606 msgid "Direct Dial to Voicemail message type:" 
    1607 msgstr "ТОп Ма съПбщеМОетП за ДОректМП ИзбОраМе Ма ГП" 
    1608  
    1609 #: amp_conf/htdocs/admin/modules/core/page.general.php:192 
    1610 msgid "Default message type to use when dialing direct to an extensions voicemail" 
    1611 msgstr "ТОп Ма съПбщеМОетП пП-пПЎразбОраМе кПетП Ўа се ОзпПлзва кПгатП ОзбОрате ЎОректМП гласПва пПща Ма вътрешеМ МПЌер" 
    1612  
    1613 #: amp_conf/htdocs/admin/modules/core/page.general.php:196 
    1614 msgid "Default" 
    1615 msgstr "ПП-ППЎразбОраМе" 
    1616  
    1617 #: amp_conf/htdocs/admin/modules/core/page.general.php:197 
    1618 msgid "Unavailable" 
    1619 msgstr "НеЎПстъпеМ" 
    1620  
    1621 #: amp_conf/htdocs/admin/modules/core/page.general.php:198 
    1622 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:480 
    1623 msgid "Busy" 
    1624 msgstr "ЗаетП" 
    1625  
    1626 #: amp_conf/htdocs/admin/modules/core/page.general.php:199 
    1627 msgid "No Message" 
    1628 msgstr "Без СъПбщеМОе" 
    1629  
    1630 #: amp_conf/htdocs/admin/modules/core/page.general.php:203 
    1631 msgid "Optional Voicemail Recording Gain:" 
    1632 msgstr "ДПпълМОтелМП УсОлваМе  Звука Ма ЗапОса Ма ГП" 
    1633  
    1634 #: amp_conf/htdocs/admin/modules/core/page.general.php:204 
    1635 msgid "Use the specified amount of gain when recording the voicemail message." 
    1636 msgstr "ИзпПлзвайте спецОфОчМа сОла Ма звука кПгатП се запОсва гласПвП съПбщеМОе." 
    1637  
    1638 #: amp_conf/htdocs/admin/modules/core/page.general.php:205 
    1639 msgid "The units are whole-number decibels (dB)." 
    1640 msgstr "ЊялП чОслП в ЎецОбелО (dB)." 
    1641  
    1642 #: amp_conf/htdocs/admin/modules/core/page.general.php:210 
    1643 msgid "Do Not Play \"please leave message after tone\" to caller" 
    1644 msgstr "Не ВъзпрПОзвежЎай \"please leave message after tone\"" 
    1645  
    1646 #: amp_conf/htdocs/admin/modules/core/page.general.php:210 
    1647 msgid "Check this to remove the default message \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" That is played after the voicemail greeting (the s option). This applies globally to all vm boxes." 
    1648 msgstr "МаркОрайте тПва за Ўа преЌаѠ
    1649 ÐœÐµÑ‚е съПбщеМОетП пП-пПЎразбОраМе \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" ТПва се възпрПОзвежЎа слеЎ прОветствОетП Ма гласПвата пПща (ПпцОята s). ПрОлага се за всОчкО кутОО с гласПвО пПщО." 
    1650  
    1651 #: amp_conf/htdocs/admin/modules/core/page.general.php:216 
    1652 msgid "Voicemail VmX Locator" 
    1653 msgstr "ГласПва ППща VmX НаЌерО Ме" 
    1654  
    1655 #: amp_conf/htdocs/admin/modules/core/page.general.php:220 
    1656 msgid "Default Context & Pri:" 
    1657 msgstr "КПМтекст О Pri:" 
    1658  
    1659 #: amp_conf/htdocs/admin/modules/core/page.general.php:221 
    1660 msgid "Default to use if only a number/extension are provided." 
    1661 msgstr "Да се ОзпПлзва пП-пПЎразбОраМе акП саЌП МПЌер/вътрешеМ МПЌер са преЎПставеМО." 
    1662  
    1663 #: amp_conf/htdocs/admin/modules/core/page.general.php:228 
    1664 msgid "Timeout/#-press default:" 
    1665 msgstr "ВреЌе Ма ИзчакваМе / #:" 
    1666  
    1667 #: amp_conf/htdocs/admin/modules/core/page.general.php:229 
    1668 msgid "This is the default location that a caller will be sent if they don't press any key (timeout) or press # which is interpreted as a timeout. Set this to 'dovm' to go to voicemail (default)." 
    1669 msgstr "ТПва е ЌестПМаѠ
    1670 ÐŸÐ¶ÐŽÐµÐœÐžÐµÑ‚П пП-пПЎразбОраМе къЎетП ПбажЎащОя се ще бъЎе ОзпратеМ акП Ме МатОсМе МОкакъв бутПМ (вреЌе Ма ОзчакваМе) ОлО МатОсМе # кПетП се прОеЌа за вреЌе Ма ОзчакваМе. УстаМПвете 'dovm' за Ўа се МасПчО къЌ гласПва пПща (пП-пПЎразбОраМе)." 
    1671  
    1672 #: amp_conf/htdocs/admin/modules/core/page.general.php:237 
    1673 msgid "Loop Exceed default:" 
    1674 msgstr "ВръщаМе прО ПревОшаваМе:" 
    1675  
    1676 #: amp_conf/htdocs/admin/modules/core/page.general.php:238 
    1677 msgid "This is the default location that a caller will be sent if they press an invalid options too man times, as defined by the Maximum Loops count. Set this to 'dovm' to go to voicemail (default)." 
    1678 msgstr "ТПва е ЌестПМаѠ
    1679 ÐŸÐ¶ÐŽÐµÐœÐžÐµÑ‚П пП-пПЎразбОраМе къЎетП ПбажЎащОя се ще бъЎе ОзпратеМ акП Озбере МеправОлМа ПпцОя МякПлкП пътО, катП брПят е ПпреЎелеМ Пт МаксОЌалеМ БрПй ВръщаМОя. УстаМПвете 'dovm' за Ўа се МасПчО къЌ гласПва пПща (пП-пПЎразбОраМе)." 
    1680  
    1681 #: amp_conf/htdocs/admin/modules/core/page.general.php:246 
    1682 msgid "Timeout VM Msg:" 
    1683 msgstr "ИМструкцОО Ма ГП слеЎ Паузата :" 
    1684  
    1685 #: amp_conf/htdocs/admin/modules/core/page.general.php:247 
    1686 #: amp_conf/htdocs/admin/modules/core/page.general.php:259 
    1687 msgid "If this destination is voicemail, select whether or not to play the standard voicemail instructions or just beep." 
    1688 msgstr "АкП МаправлеМОетП е гласПва пПща, Озберете ЎалО Ўа се възпрПОзвежЎат стаМЎарМОте ОМструкцОО Ма гласПва пПща ОлО саЌП бОпкаМе." 
    1689  
    1690 #: amp_conf/htdocs/admin/modules/core/page.general.php:251 
    1691 #: amp_conf/htdocs/admin/modules/core/page.general.php:263 
    1692 #: amp_conf/htdocs/admin/modules/core/page.general.php:275 
    1693 msgid "Std Instructions" 
    1694 msgstr "СтаМЎартМО ИМструкцОО" 
    1695  
    1696 #: amp_conf/htdocs/admin/modules/core/page.general.php:252 
    1697 #: amp_conf/htdocs/admin/modules/core/page.general.php:264 
    1698 #: amp_conf/htdocs/admin/modules/core/page.general.php:276 
    1699 msgid "Beep Only" 
    1700 msgstr "СаЌП ЗвукПв СОгМал" 
    1701  
    1702 #: amp_conf/htdocs/admin/modules/core/page.general.php:258 
    1703 msgid "Max Loop VM Msg:" 
    1704 msgstr "СлеЎ МаксОЌалМО ВръщаМОя:" 
    1705  
    1706 #: amp_conf/htdocs/admin/modules/core/page.general.php:270 
    1707 msgid "Direct VM Option" 
    1708 msgstr "ОпцОя ДОректМП къЌ ГП" 
    1709  
    1710 #: amp_conf/htdocs/admin/modules/core/page.general.php:271 
    1711 msgid "If a user defined option is to go to voicemail (using the 'dovm' extension) this is the default option if not specified by the user's settings." 
    1712 msgstr "АкП пПтребОтеля е ПпреЎелОл ПпцОя за МасПчваМе къЌ гласПва пПща (ОзпПлзвайкО 'dovm' вътрешеМ МПЌер) тПва е ПпцОята пП-пПЎразбОраМе акП Ме е ПпреЎелеМа Пт пПтребОтелскОте МастрПйкО." 
    1713  
    1714 #: amp_conf/htdocs/admin/modules/core/page.general.php:282 
    1715 msgid "Msg Timeout:" 
    1716 msgstr "Пауза слеЎ СъПбщеМОетП:" 
    1717  
    1718 #: amp_conf/htdocs/admin/modules/core/page.general.php:283 
    1719 msgid "Time to wait after message has played to timeout and/or repeat the message if no entry pressed." 
    1720 msgstr "ВреЌетП за ОзчакваМе слеЎ възпрПОзвежЎаМе Ма съПбщеМОетП ЎП вреЌе Ма ОзчакваМе О/ОлО пПвтаряМе Ма съПбщеМОетП акП МОщП Ме е МатОсМатП." 
    1721  
    1722 #: amp_conf/htdocs/admin/modules/core/page.general.php:295 
    1723 msgid "seconds" 
    1724 msgstr "секуМЎО" 
    1725  
    1726 #: amp_conf/htdocs/admin/modules/core/page.general.php:300 
    1727 msgid "Msg Play:" 
    1728 msgstr "ППвтаряМе Ма СъПбщеМОетП:" 
    1729  
    1730 #: amp_conf/htdocs/admin/modules/core/page.general.php:301 
    1731 msgid "Number of times to play the recorded message if the caller does not press any options and it times out." 
    1732 msgstr "КПлкП пътО Ўа се възпрПОзвеЎе съПбщеМОетП акП ПбажЎащОя се Ме Озбере МОщП О Озтече вреЌетП Ма ОзчакваМе." 
    1733  
    1734 #: amp_conf/htdocs/admin/modules/core/page.general.php:313 
    1735 #: amp_conf/htdocs/admin/modules/core/page.general.php:331 
    1736 msgid "times" 
    1737 msgstr "пътО" 
    1738  
    1739 #: amp_conf/htdocs/admin/modules/core/page.general.php:318 
    1740 msgid "Error Re-tries:" 
    1741 msgstr "ОпОтО прО Грешка:" 
    1742  
    1743 #: amp_conf/htdocs/admin/modules/core/page.general.php:319 
    1744 msgid "Number of times to play invalid options and repeat the message upon receiving an undefined option." 
    1745 msgstr "КПлкП пътО Ўа се възпрПОзвеЎе МеправОлМа ПпцОя О Ўа се пПвтПрО съПбщеМОетП кПгатП се пПлучО МеПпреЎелеМа ПпцОя." 
    1746  
    1747 #: amp_conf/htdocs/admin/modules/core/page.general.php:336 
    1748 msgid "Company Directory" 
    1749 msgstr "ЀОрЌеМа ДОректПрОя" 
    1750  
    1751 #: amp_conf/htdocs/admin/modules/core/page.general.php:339 
    1752 msgid "Find users in the Company Directory by:" 
    1753 msgstr "ТърсО пПтребОтелО във ЀОрЌеМата ДОректПрОя пП:" 
    1754  
    1755 #: amp_conf/htdocs/admin/modules/core/page.general.php:339 
    1756 msgid "The Company Directory allows a caller to spell the user's first name, last name, or both when searching for a user. This will select which of these modes are used." 
    1757 msgstr "ЀОрЌеМата ДОректПрОя пПзвПлява Ма ПбажЎащОя се Ўа каже ОЌетП Ма пПтребОтеля, фаЌОлОята ОлО О Ўвете кПгатП търсО пПтребОтел. Изберете кПй Пт тезО режОЌО Ўа се ОзпПлзва." 
    1758  
    1759 #: amp_conf/htdocs/admin/modules/core/page.general.php:342 
    1760 msgid "first name" 
    1761 msgstr "ОЌе" 
    1762  
    1763 #: amp_conf/htdocs/admin/modules/core/page.general.php:343 
    1764 msgid "last name" 
    1765 msgstr "фаЌОлОя" 
    1766  
    1767 #: amp_conf/htdocs/admin/modules/core/page.general.php:344 
    1768 msgid "first or last name" 
    1769 msgstr "ОЌе ОлО фаЌОлОя" 
    1770  
    1771 #: amp_conf/htdocs/admin/modules/core/page.general.php:348 
    1772 msgid "Announce Extension:" 
    1773 msgstr "ПрПЎОктувай ВътрешеМ НПЌер:" 
    1774  
    1775 #: amp_conf/htdocs/admin/modules/core/page.general.php:348 
    1776 msgid "Plays a message \"Please hold while I transfer you to extension xxx\" that lets the caller know what extension to use in the future when connecting from the company directory." 
    1777 msgstr "ВъзпрПОзвежЎа съПбщеМОе \"Please hold while I transfer you to extension xxx\" тПва пПзвПлява Ма ПбажЎащОя се Ўа МаучО кПй вътрешМеМ МПЌер Ўа ОзпПлзва в бъЎеще кПгатП се свързва с фОрЌата." 
    1778  
    1779 #: amp_conf/htdocs/admin/modules/core/page.general.php:353 
    1780 msgid "Operator Extension:" 
    1781 msgstr "ВътрешеМ НПЌер Ма ОператПр:" 
    1782  
    1783 #: amp_conf/htdocs/admin/modules/core/page.general.php:354 
    1784 msgid "When users hit '0' in the directory, they are put through to this number. Note that it" 
    1785 msgstr "В случаОте кПгатП пПтребОтелОте МатОсМат '0' в ЎОректПрОята, те са преМасПчеМО къЌ тПзО МПЌер. ИЌайте в преЎвОЎ че" 
    1786  
    1787 #: amp_conf/htdocs/admin/modules/core/page.general.php:355 
    1788 msgid " does NOT need to be an extension, it can be a Ring Group, or even an external number." 
    1789 msgstr " НЕ Е МеПбѠ
    1790 ÐŸÐŽÐžÐŒÐŸ Ўа е вътрешМа лОМОя, ЌПже Ўа е Група Ма ЗвъМеМе ОлО ЎПрО въМшеМ МПЌер." 
    1791  
    1792 #: amp_conf/htdocs/admin/modules/core/page.general.php:361 
    1793 msgid "Fax Machine" 
    1794 msgstr "Ѐакс Апарат" 
    1795  
    1796 #: amp_conf/htdocs/admin/modules/core/page.general.php:364 
    1797 msgid "Extension of fax machine for receiving faxes:" 
    1798 msgstr "ВътрешМа ЛОМОя за прОеЌаМе Ма факсПве:" 
    1799  
    1800 #: amp_conf/htdocs/admin/modules/core/page.general.php:364 
    1801 msgid "Select 'system' to have the system receive and email faxes.<br>Selecting 'disabled' will result in incoming calls being answered more quickly." 
    1802 msgstr "Изберете 'сОстеЌа' за Ўа ЌПже сОстеЌата Ўа пПлучава О препраща Ма email факсПвете.<br>ИзбОраМетП Ма 'забраМеМ' ще ЎПвеЎе ЎП пП-бързП ПтгПваряМе Ма вѠ
    1803 ÐŸÐŽÑÑ‰ÐžÑ‚е ПбажЎаМОя." 
    1804  
    1805 #: amp_conf/htdocs/admin/modules/core/page.general.php:368 
    1806 #: amp_conf/htdocs/admin/modules/core/page.did.php:251 
    1807 msgid "disabled" 
    1808 msgstr "забраМеМ" 
    1809  
    1810 #: amp_conf/htdocs/admin/modules/core/page.general.php:369 
    1811 #: amp_conf/htdocs/admin/modules/core/page.did.php:252 
    1812 msgid "system" 
    1813 msgstr "сОстеЌа" 
    1814  
    1815 #: amp_conf/htdocs/admin/modules/core/page.general.php:382 
    1816 msgid "Email address to have faxes emailed to:" 
    1817 msgstr "Email аЎрес за препращаМе Ма факсПвете:" 
    1818  
    1819 #: amp_conf/htdocs/admin/modules/core/page.general.php:382 
    1820 msgid "Email address used if 'system' has been chosen for the fax extension above." 
    1821 msgstr "Email аЎрес ОзпПлзваМ акП 'сОстеЌа' е ОзбраМ за факс вътрешМа лОМОя пП-гПре." 
    1822  
    1823 #: amp_conf/htdocs/admin/modules/core/page.general.php:387 
    1824 msgid "Email address that faxes appear to come from:" 
    1825 msgstr "Email аЎрес Пт кПйтП Ўа се Озпращат:" 
    1826  
    1827 #: amp_conf/htdocs/admin/modules/core/page.general.php:387 
    1828 msgid "Email address that faxes appear to come from if 'system' has been chosen for the fax extension above." 
    1829 msgstr "Email аЎрес кПйтП Ўа се пПказва за пПлучеМО факсПве акП 'сОстеЌа' е ОзбраМ за факс вътрешМа лОМОя пП-гПре." 
    1830  
    1831 #: amp_conf/htdocs/admin/modules/core/page.general.php:392 
    1832 msgid "International Settings" 
    1833 msgstr "МежЎуМарПЎМО НастрПйкО" 
    1834  
    1835 #: amp_conf/htdocs/admin/modules/core/page.general.php:395 
    1836 msgid "Country Indications" 
    1837 msgstr "НацОПМалМО ЗМачеМОя Ма ТПМПвете" 
    1838  
    1839 #: amp_conf/htdocs/admin/modules/core/page.general.php:395 
    1840 msgid "Select which country you are in" 
    1841 msgstr "Изберете кПО МацОПМалМО зМачеМОя Ма тПМПвете за сОгМалОзацОя Ўа се ОзпПлзват." 
    1842  
    1843 #: amp_conf/htdocs/admin/modules/core/page.general.php:404 
    1844 msgid "24-hour format" 
    1845 msgstr "24-часПв фПрЌат" 
    1846  
    1847 #: amp_conf/htdocs/admin/modules/core/page.general.php:404 
    1848 msgid "Select Yes if you use 24-hour format or No if you are using 12-hour am/pm format" 
    1849 msgstr "Изберете 'Ўа' акП желаете Ўа ОзпПлзвате 24-часПв фПрЌат ОлО 'Ме' акП ОзпПлзвате 12-часПв am/pm фПрЌат." 
    1850  
    1851 #: amp_conf/htdocs/admin/modules/core/page.general.php:407 
    1852 #: amp_conf/htdocs/admin/modules/core/page.general.php:422 
    1853 msgid "no" 
    1854 msgstr "Ме" 
    1855  
    1856 #: amp_conf/htdocs/admin/modules/core/page.general.php:408 
    1857 #: amp_conf/htdocs/admin/modules/core/page.general.php:423 
    1858 msgid "yes" 
    1859 msgstr "Ўа" 
    1860  
    1861 #: amp_conf/htdocs/admin/modules/core/page.general.php:412 
    1862 msgid "Security Settings" 
    1863 msgstr "ЗащОтМО НастрПйкО" 
    1864  
    1865 #: amp_conf/htdocs/admin/modules/core/page.general.php:415 
    1866 msgid "Allow Anonymous Inbound SIP Calls?" 
    1867 msgstr "ППзвПлО АМПМОЌМО ВѠ
    1868 ÐŸÐŽÑÑ‰Ðž SIP ОбажЎаМОя?" 
    1869  
    1870 #: amp_conf/htdocs/admin/modules/core/page.general.php:416 
    1871 msgid "** WARNING **" 
    1872 msgstr "** ВНИМАНИЕ **" 
    1873  
    1874 #: amp_conf/htdocs/admin/modules/core/page.general.php:417 
    1875 msgid "Setting this to 'yes' will potentially allow ANYBODY to call into your Asterisk server using the SIP protocol" 
    1876 msgstr "УстаМПвяваМетП Ма 'Ўа' евеМтуалМП ще пПзвПлО Ма ВСЕКИ  Ўа се ПбажЎа във вашОя АстерОск сървър ОзпПлзвайкО SIP прПтПкПл." 
    1877  
    1878 #: amp_conf/htdocs/admin/modules/core/page.general.php:418 
    1879 msgid "It should only be used if you fully understand the impact of allowing anonymous calls into your server" 
    1880 msgstr "ИзпПлзвайте саЌП акП МапълМП разбОрате възЎействОетП Ма пПзвПляваМе Ма аМПМОЌМО ПбажЎаМОя във вашОя сървър." 
    1881  
    1882 #: amp_conf/htdocs/admin/modules/core/page.general.php:428 
    1883 msgid "Online Updates" 
    1884 msgstr "ОМлайМ ОбМПвяваМОя" 
    1885  
    1886 #: amp_conf/htdocs/admin/modules/core/page.general.php:432 
    1887 msgid "Check for Updates" 
    1888 msgstr "ПрПверО за ОбМПвяваМОя" 
    1889  
    1890 #: amp_conf/htdocs/admin/modules/core/page.general.php:433 
    1891 msgid "Choosing Yes will result in the system automatically checking for updates nighly. The resulting infomation will be displayed in the dashboard and will be optionally emailed to the address below if provided.<br />This will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and to track version usage to focus development and maintenance efforts. No private information is transmitted." 
    1892 msgstr "Изберете 'Да' за Ўа ЌПже сОстеЌата автПЌатОчМП Ўа прПверява за ПбМПвяваМОя през МПщта. Резултата ще се пПказва Ма статус страМОцата О препраща Ма email акП е пПсПчеМ.<br />ТПва ще ОзпратО вашОте FreePBX О Asterisk версОО заеЎМП с уМОкалМОя, МП случаеМ ОЎеМтОфОкатПр. ИзпПлзва се за ПсОгуряваМе Ма правОлМа ОМфПрЌацОя за ПбМПвяваМОя. ЛОчМа ОМфПрЌацОя Ме се Озпраща." 
    1893  
    1894 #: amp_conf/htdocs/admin/modules/core/page.general.php:437 
    1895 #: amp_conf/htdocs/admin/modules/core/page.did.php:237 
    1896 msgid "Yes" 
    1897 msgstr "Да" 
    1898  
    1899 #: amp_conf/htdocs/admin/modules/core/page.general.php:438 
    1900 #: amp_conf/htdocs/admin/modules/core/page.did.php:236 
    1901 msgid "No" 
    1902 msgstr "Не" 
    1903  
    1904 #: amp_conf/htdocs/admin/modules/core/page.general.php:444 
    1905 msgid "Update Email" 
    1906 msgstr "Email за ОбМПвяваМОя" 
    1907  
    1908 #: amp_conf/htdocs/admin/modules/core/page.general.php:445 
    1909 msgid "Email address where online updates will be sent. Leaving blank will result in no updates being sent." 
    1910 msgstr "Email аЎрес къЎетП Ўа се Озпраща ОМфПрЌацОя за МалОчМО ПМлайМ ПбМПвяваМОя. ПрО МепПпълМеМП пПле МяЌа Ўа се Озпращат съПбщеМОя." 
    1911  
    1912 #: amp_conf/htdocs/admin/modules/core/page.general.php:475 
    1913 msgid "Please enter a valid Number of Seconds" 
    1914 msgstr "МПля въвеЎете валОЎеМ БрПй СекуМЎО" 
    1915  
    1916 #: amp_conf/htdocs/admin/modules/core/page.general.php:476 
    1917 msgid "Please enter a valid Fax Email" 
    1918 msgstr "МПля въвеЎете валОЎеМ Ѐакс Email" 
    1919  
    1920 #: amp_conf/htdocs/admin/modules/core/page.general.php:477 
    1921 msgid "You have selected the 'r' option for your trunks. This is highly discouraged and will create problems with calls on many PRI, VoIP, ISDN and other trunks that are capable of signaling. Asterisk will generate a ringing tone until the signalling indicates the line is answered. This will result in some external IVRs being inaccessible and other strange problems." 
    1922 msgstr "ИзбралО сте 'r' ПпцОята за вашОте въМшМО лОМОО. ТПва е ЌМПгП МеправОлМП О ЌПже Ўа ЎПвеЎе ЎП прПблеЌО с ПбажЎаМОята прО ЌМПгП PRI, VoIP, ISDN О ЎругО въМшМО лОМОО кПОтП ОзпПлзват сОгМалОзацОя. АстерОск ще геМерОра тПМ Ма звъМеМе ЎПкатП сОгМалОзацОята Ме пПкаже че лОМОята е ПтвПреМа. ТПва ЌПже Ўа ЎПвеЎе ЎП МеЎПстъпМПст прО МякПО въМшМО IVR-О О ЎругО страММО прПблеЌО." 
    1923  
    1924 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:53 
    1925 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:87 
    1926 msgid "Add Channel" 
    1927 msgstr "ДПбавО КаМал" 
    1928  
    1929 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:74 
    1930 msgid "Edit Zap Channel: " 
    1931 msgstr "РеЎактОрай Zap КаМал: " 
    1932  
    1933 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:76 
    1934 msgid "Add Zap Channel" 
    1935 msgstr "ДПбавО Zap КаМал" 
    1936  
    1937 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:79 
    1938 msgid "Zap Channel DIDs allow you to assign a DID to specific Zap Channels. You can supply the same DID to multiple channels. This would be a common scenario if you have multiple POTS lines that are on a hunt group from your provider. You MUST assign the channel's context to from-zaptel for these settings to have effect. It will be a line that looks like:<br /><br />context = from-zaptel<br /><br />in your zapata.conf configuration effecting the specified channel(s). Once you have assigned DIDs you can use standard Inbound Routes with the specified DIDs to route your calls." 
    1939 msgstr "DID Ма Zap КаМал вО пПзвПлява Ўа МазМачОте DID Ма спецОфОчМО Zap КаМалО. МПжете Ўа пПставОте еЎОМ О същ DID Ма МякПлкП каМала. ТПва ЌПже Ўа е ПбОчаеМ сцеМарОй акП ОЌате МякПлкП POTS кПОтП са в  hunt група Пт вашОя ЎПставчОк.ВОе ТРЯБВА Ўа МазМачОте кПМтекст Ма каМалОте from-zaptel за Ўа ЌПгат МастрПйкОте Ўа ОЌат ефект. Ще ОзглежЎа катП:<br /><br />context = from-zaptel<br /><br />във вашОя zapata.conf Ўействащ за ПпреЎелеМ каМал(О). СлеЎ катП сте МазМачОлО DID ЌПжете Ўа ОзпПлзвате стаМЎартМОте ВѠ
    1940 ÐŸÐŽÑÑ‰Ðž МаршрутО с ПпреЎелеМ DID за Ўа рутОрате вашОте ПбажЎаМОя." 
    1941  
    1942 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:87 
    1943 msgid "Edit Channel" 
    1944 msgstr "РеЎактОрай КаМал" 
    1945  
    1946 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:92 
    1947 msgid "Channel" 
    1948 msgstr "КаМал" 
    1949  
    1950 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:92 
    1951 msgid "The Zap Channel number to map to a DID" 
    1952 msgstr "НПЌер Ма Zap КаМал за прОкачаМе Ма DID" 
    1953  
    1954 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:99 
    1955 #: amp_conf/htdocs/admin/modules/core/page.did.php:176 
    1956 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4728 
    1957 #: amp_conf/htdocs/admin/page.modules.php:696 
    1958 msgid "Description" 
    1959 msgstr "ОпОсаМОе" 
    1960  
    1961 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:99 
    1962 msgid "A useful description describing this channel" 
    1963 msgstr "ППлезМП ПпОсаМОе за тПзО каМал" 
    1964  
    1965 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:103 
    1966 msgid "DID" 
    1967 msgstr "DID" 
    1968  
    1969 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:103 
    1970 msgid "The DID that this channel represents. The incoming call on this channel will be treated as if it came in with this DID and can be managed with Inbound Routing on DIDs" 
    1971 msgstr "DID кПйтП преЎставя тПзО каМал. ВѠ
    1972 ÐŸÐŽÑÑ‰ÐžÑ‚е ПбажЎаМОя пП тПзО каМал ще бъЎат преЎставяМО с тПзО DID О ЌПгат Ўа бъЎат рутОраМО с ВѠ
    1973 ÐŸÐŽÑÑ‰Ðž МаршрутО катП DID" 
    1974  
    1975 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:109 
    1976 msgid "Delete" 
    1977 msgstr "ИзтрОй" 
    1978  
    1979 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:123 
    1980 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:3026 
    1981 msgid "Invalid Channel Number, must be numeric and not blank" 
    1982 msgstr "НеправОлеМ НПЌер Ма КаМал, трябва Ўа е Пт цОфрО О Ўа Ме е празеМ" 
    1983  
    1984 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:124 
    1985 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:3030 
    1986 msgid "Invalid DID, must be a non-blank DID" 
    1987 msgstr "НеправОлеМ DID, пПлетП Ме ЌПже Ўа е празМП" 
    1988  
    1989 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:125 
    1990 msgid "" 
    1991 "DID information is normally just an incoming telephone number.\\n" 
    1992 "\\n" 
    1993 "You have entered a non standard DID pattern.\\n" 
    1994 "\\n" 
    1995 "Are you sure this is correct?" 
    1996 msgstr "" 
    1997 "DID ОМфПрЌацОята пП прОМцОп е саЌП вѠ
    1998 ÐŸÐŽÑÑ‰ телефПМеМ МПЌер.\\n" 
    1999 "\\n" 
    2000 "ВОе сте въвелО МестаМЎартеМ DID ЌПЎел.\\n" 
    2001 "\\n" 
    2002 "СОгурМО лО сте че е правОлеМ?" 
    2003  
    2004 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:126 
    2005 msgid "You appear to be using a converted DID in the form of zapchanNN that was automatically generated during an upgrade. You should consider assigning the DID that is normally associated with this channel to take full advantage of the inbound routing abilities. Changing the DID here will require you to make changes in the Inbound Routes tab. Do you want to continue?" 
    2006 msgstr "ИзглежЎа ОзпПлзвате кПМвертОраМ DID във фПрЌата Ма zapchanNN кПйтП автПЌатОчМП е геМерОраМ прО ПбМПвяваМетП. ПрепПръчваЌе вО Ўа МазМачОте DID кПйтП е МПрЌалМП свързаМ с тПзО каМал, за Ўа се възпПлзвате МапълМП Пт възЌПжМПстОте Ма вѠ
    2007 ÐŸÐŽÑÑ‰ÐŸÑ‚П рутОраМе. ПрПЌяМата Ма DID тук ще ОзОсква Ўа МаправОте прПЌеМО О в ЌеМю ВѠ
    2008 ÐŸÐŽÑÑ‰Ðž МаршрутО. Искате лО Ўа прПЎължОте?" 
    2009  
    2010 #: amp_conf/htdocs/admin/modules/core/install.php:5 
    2011 msgid "User Logon" 
    2012 msgstr "ППтребОтел ВлОзаМе" 
    2013  
    2014 #: amp_conf/htdocs/admin/modules/core/install.php:6 
    2015 msgid "User Logoff" 
    2016 msgstr "ППтребОтел ИзлОзаМе" 
    2017  
    2018 #: amp_conf/htdocs/admin/modules/core/install.php:7 
    2019 msgid "ZapBarge" 
    2020 msgstr "ZapBarge" 
    2021  
    2022 #: amp_conf/htdocs/admin/modules/core/install.php:8 
    2023 msgid "ChanSpy" 
    2024 msgstr "ChanSpy" 
    2025  
    2026 #: amp_conf/htdocs/admin/modules/core/install.php:9 
    2027 msgid "Simulate Incoming Call" 
    2028 msgstr "ИЌОтОрай ВѠ
    2029 ÐŸÐŽÑÑ‰ÐŸ ОбажЎаМе" 
    2030  
    2031 #: amp_conf/htdocs/admin/modules/core/install.php:10 
    2032 msgid "Dial System FAX" 
    2033 msgstr "НаберО СОстеЌеМ Ѐакс" 
    2034  
    2035 #: amp_conf/htdocs/admin/modules/core/install.php:11 
    2036 msgid "Directed Call Pickup" 
    2037 msgstr "ДОректМП ИзтегляМе Ма ОбажЎаМе" 
    2038  
    2039 #: amp_conf/htdocs/admin/modules/core/install.php:12 
    2040 msgid "Asterisk General Call Pickup" 
    2041 msgstr "ОсМПвМП ИзтегляМе Ма ОбажЎаМе" 
    2042  
    2043 #: amp_conf/htdocs/admin/modules/core/install.php:13 
    2044 msgid "In-Call Asterisk Blind Transfer" 
    2045 msgstr "ПреѠ
    2046 Ð²ÑŠÑ€Ð»ÑÐœÐµ без ПреЎупрежЎеМОе" 
    2047  
    2048 #: amp_conf/htdocs/admin/modules/core/install.php:14 
    2049 msgid "In-Call Asterisk Attended Transfer" 
    2050 msgstr "ПреѠ
    2051 Ð²ÑŠÑ€Ð»ÑÐœÐµ с ПреЎупрежЎеМОе" 
    2052  
    2053 #: amp_conf/htdocs/admin/modules/core/install.php:15 
    2054 msgid "In-Call Asterisk Toggle Call Recording" 
    2055 msgstr "ЗапОс Ма РазгПвПр" 
    2056  
    2057 #: amp_conf/htdocs/admin/modules/core/install.php:16 
    2058 msgid "In-Call Asterisk Disconnect Code" 
    2059 msgstr "ПрекъсваМе Ма РазгПвПра" 
    2060  
    2061 #: amp_conf/htdocs/admin/modules/core/install.php:43 
    2062 #, php-format 
    2063 msgid "ERROR: trying to check if %s already in use" 
    2064 msgstr "ГРЕККА: ПпОтваЌ се Ўа прПверя ЎалО %s се ОзпПлзва" 
    2065  
    2066 #: amp_conf/htdocs/admin/modules/core/install.php:130 
    2067 msgid "Checking if directdids need migrating.." 
    2068 msgstr "ПрПверка ЎалО directdids се МужЎаят Пт преЌестваМе.." 
    2069  
    2070 #: amp_conf/htdocs/admin/modules/core/install.php:134 
    2071 msgid "starting migration" 
    2072 msgstr "стартОраМе Ма преЌестваМе" 
    2073  
    2074 #: amp_conf/htdocs/admin/modules/core/install.php:151 
    2075 msgid "User: " 
    2076 msgstr "ППтребОтел:" 
    2077  
    2078 #: amp_conf/htdocs/admin/modules/core/install.php:154 
    2079 #, php-format 
    2080 msgid "ERROR: failed to insert %s for user %s" 
    2081 msgstr "ГРЕККА: МеуспеѠ
    2082  Ð¿Ñ€Ðž въвежЎаМе Ма %s за пПтребОтел %s" 
    2083  
    2084 #: amp_conf/htdocs/admin/modules/core/install.php:159 
    2085 #, php-format 
    2086 msgid "There were %s failures migrating directdids, users table not being changed" 
    2087 msgstr "ППлучОѠ
    2088 Ð° се %s МеуспеѠ
    2089 Ð° прО преЌестваМе Ма directdids, пПтребОтелскОте таблОцО Ме са прПЌеМеМО" 
    2090  
    2091 #: amp_conf/htdocs/admin/modules/core/install.php:163 
    2092 #, php-format 
    2093 msgid "Removing field %s from users table.." 
    2094 msgstr "ПреЌаѠ
    2095 Ð²Ð°ÐœÐµ Ма пПле %s Пт пПтребОтелскОте таблОцО.." 
    2096  
    2097 #: amp_conf/htdocs/admin/modules/core/install.php:167 
    2098 msgid "not present" 
    2099 msgstr "Ме прОсъства" 
    2100  
    2101 #: amp_conf/htdocs/admin/modules/core/install.php:169 
    2102 msgid "removed" 
    2103 msgstr "преЌаѠ
    2104 ÐœÐ°Ñ‚" 
    2105  
    2106 #: amp_conf/htdocs/admin/modules/core/install.php:174 
    2107 msgid "ERROR: could not access user table to migrate directdids to incoming table, aborting" 
    2108 msgstr "ГРЕККА: МяЌаЌ ЎПстъп ЎП пПтребОтелската таблОца за преЌестваМе Ма directdids във вѠ
    2109 ÐŸÐŽÑÑ‰Ð°Ñ‚а таблОца, прекратяваЌ" 
    2110  
    2111 #: amp_conf/htdocs/admin/modules/core/install.php:177 
    2112 msgid "already done" 
    2113 msgstr "вече е МаправеМП" 
    2114  
    2115 #: amp_conf/htdocs/admin/modules/core/install.php:182 
    2116 msgid "updating zap callgroup, pickupgroup.." 
    2117 msgstr "ПбМПвяваМе Ма zap групО Ма ОзбОраМе, групО Ма ОзтегляМе.." 
    2118  
    2119 #: amp_conf/htdocs/admin/modules/core/install.php:207 
    2120 #, php-format 
    2121 msgid "updated %s callgroups, %s pickupgroups" 
    2122 msgstr "ПбМПвеМО %s групО Ма ОзбОраМе, %s групО Ма ОзтегляМе" 
    2123  
    2124 #: amp_conf/htdocs/admin/modules/core/install.php:209 
    2125 msgid "not needed" 
    2126 msgstr "Ме е МеПбѠ
    2127 ÐŸÐŽÐžÐŒÐŸ" 
    2128  
    2129 #: amp_conf/htdocs/admin/modules/core/install.php:214 
    2130 msgid "checking for delay_answer field .." 
    2131 msgstr "прПверка за delay_answer пПле .." 
    2132  
    2133 #: amp_conf/htdocs/admin/modules/core/install.php:221 
    2134 #: amp_conf/htdocs/admin/modules/core/install.php:237 
    2135 msgid "fatal error" 
    2136 msgstr "фаталМа грешка" 
    2137  
    2138 #: amp_conf/htdocs/admin/modules/core/install.php:224 
    2139 #: amp_conf/htdocs/admin/modules/core/install.php:240 
    2140 msgid "added" 
    2141 msgstr "ЎПбавеМО" 
    2142  
    2143 #: amp_conf/htdocs/admin/modules/core/install.php:227 
    2144 #: amp_conf/htdocs/admin/modules/core/install.php:243 
    2145 msgid "already exists" 
    2146 msgstr "вече съществуват" 
    2147  
    2148 #: amp_conf/htdocs/admin/modules/core/install.php:230 
    2149 msgid "checking for pricid field .." 
    2150 msgstr "прПверка за пПле pricid .." 
    2151  
    2152 #: amp_conf/htdocs/admin/modules/core/install.php:254 
    2153 msgid "Created" 
    2154 msgstr "СъзЎаЎеМО" 
    2155  
    2156 #: amp_conf/htdocs/admin/modules/core/install.php:256 
    2157 msgid "Already exists!" 
    2158 msgstr "Вече съществуват!" 
    2159  
    2160 #: amp_conf/htdocs/admin/modules/core/page.routing.php:118 
    2161 msgid "Error renaming route: duplicate name" 
    2162 msgstr "Грешка прО преОЌеМуваМе Ма Ќаршрут: пПвтарящП се ОЌе" 
    2163  
    2164 #: amp_conf/htdocs/admin/modules/core/page.routing.php:200 
    2165 #: amp_conf/htdocs/admin/modules/core/page.routing.php:265 
    2166 msgid "Add Route" 
    2167 msgstr "ДПбавО Маршрут" 
    2168  
    2169 #: amp_conf/htdocs/admin/modules/core/page.routing.php:215 
    2170 #: amp_conf/htdocs/admin/modules/core/page.routing.php:528 
    2171 msgid "Move Up" 
    2172 msgstr "ПреЌестО НагПре" 
    2173  
    2174 #: amp_conf/htdocs/admin/modules/core/page.routing.php:222 
    2175 #: amp_conf/htdocs/admin/modules/core/page.routing.php:536 
    2176 msgid "Move Down" 
    2177 msgstr "ПреЌестО НаЎПлу" 
    2178  
    2179 #: amp_conf/htdocs/admin/modules/core/page.routing.php:263 
    2180 msgid "Edit Route" 
    2181 msgstr "РеЎактОрай Маршрут" 
    2182  
    2183 #: amp_conf/htdocs/admin/modules/core/page.routing.php:275 
    2184 #: amp_conf/htdocs/admin/modules/core/page.did.php:141 
    2185 #, php-format 
    2186 msgid "Delete Route %s" 
    2187 msgstr "ИзтрОй Маршрут %s" 
    2188  
    2189 #: amp_conf/htdocs/admin/modules/core/page.routing.php:290 
    2190 msgid "Route Name" 
    2191 msgstr "ИЌе Ма Маршрут" 
    2192  
    2193 #: amp_conf/htdocs/admin/modules/core/page.routing.php:290 
    2194 msgid "Name of this route. Should be used to describe what type of calls this route matches (for example, 'local' or 'longdistance')." 
    2195 msgstr "ИЌе Ма Ќаршрут. ИзпПлзва се Ўа ПпОше Ма какъв тОп разгПвПрО тПзО Ќаршрут ПтгПваря (МапрОЌер, 'local' ОлО 'longdistance')." 
    2196  
    2197 #: amp_conf/htdocs/admin/modules/core/page.routing.php:296 
    2198 msgid "Rename" 
    2199 msgstr "ПреОЌеМувай" 
    2200  
    2201 #: amp_conf/htdocs/admin/modules/core/page.routing.php:301 
    2202 msgid "Rename route" 
    2203 msgstr "ПреОЌеМувай Ќаршрут" 
    2204  
    2205 #: amp_conf/htdocs/admin/modules/core/page.routing.php:301 
    2206 msgid "to:" 
    2207 msgstr "Ма:" 
    2208  
    2209 #: amp_conf/htdocs/admin/modules/core/page.routing.php:303 
    2210 msgid "Route name is invalid...please try again" 
    2211 msgstr "ИЌетП Ма Ќаршрута е МеправОлМП...ЌПля ПпОтайте ПтМПвП" 
    2212  
    2213 #: amp_conf/htdocs/admin/modules/core/page.routing.php:318 
    2214 msgid "Route Password" 
    2215 msgstr "ПарПла Ма Маршрут" 
    2216  
    2217 #: amp_conf/htdocs/admin/modules/core/page.routing.php:318 
    2218 msgid "Optional: A route can prompt users for a password before allowing calls to progress.  This is useful for restricting calls to international destinations or 1-900 numbers.<br><br>A numerical password, or the path to an Authenticate password file can be used.<br><br>Leave this field blank to not prompt for password.</span>" 
    2219 msgstr "НезаЎължОтелМа: Маршрута ЌПже Ўа ОзОсква Пт пПтребОтелОте парПла преЎО Ўа пПзвПлО ПбажЎаМетП Ўа се прПвеЎе. ТПва е пПлезМП за ПграМОчаваМе Ма ЌежЎуМарПЎМО разгПвПрО ОлО 0900 МПЌера.<br><br>МПгат Ўа се ОзпПлзват цОфрПвО парПлО ОлО път ЎП файл с ОтПрОзОраща ПарПла.<br><br>Оставете тПва пПле празМП за Ўа Ме се ОзОсква парПла.</span>" 
    2220  
    2221 #: amp_conf/htdocs/admin/modules/core/page.routing.php:327 
    2222 msgid "Emergency Dialing" 
    2223 msgstr "ИзбОраМе Ма СпешМО СлучаО" 
    2224  
    2225 #: amp_conf/htdocs/admin/modules/core/page.routing.php:327 
    2226 msgid "Optional: Selecting this option will enforce the use of a device's Emergency CID setting (if set).  Select this option if this set of routes is used for emergency dialing (ie: 911).</span>" 
    2227 msgstr "НезаЎължОтелМП: ИзбОраМетП Ма тазО ПпцОя ще МалПжО ОзпПлзваМетП Ма CID за СпешМО СлучаО МастрПйкОте (акП са устаМПвеМО).  Изберете тазО ПпцОя акП тПзО Ќаршрут се ОзпПлзва за ОзбОраМе Ма спешМО случаО (МапрОЌер: 112).</span>" 
    2228  
    2229 #: amp_conf/htdocs/admin/modules/core/page.routing.php:331 
    2230 msgid "Intra Company Route" 
    2231 msgstr "МежЎу ЀОрЌеМ Маршрут" 
    2232  
    2233 #: amp_conf/htdocs/admin/modules/core/page.routing.php:331 
    2234 msgid "Optional: Selecting this option will treat this route as a intra-company connection, preserving the internal Caller ID information and not use the outbound CID of either the extension or trunk.</span>" 
    2235 msgstr "НезаЎължОтелеМ: ИзбОрайкО тазО ПпцОя ще третОрате тПзО Ќаршрут катП ЌежЎу-фОрЌеМа връзка, запазвайкО вътрешМата Caller ID ОМфПрЌацОя О МяЌа Ўа се ОзпПлзва CID Ма вътрешМОте ОлО въМшМОте лОМОО.</span>" 
    2236  
    2237 #: amp_conf/htdocs/admin/modules/core/page.routing.php:336 
    2238 msgid "Music On Hold?" 
    2239 msgstr "МузОка прО ЗаЎържаМе?" 
    2240  
    2241 #: amp_conf/htdocs/admin/modules/core/page.routing.php:336 
    2242 msgid "You can choose which music category to use. For example, choose a type appropriate for a destination country which may have announcements in the appropriate language." 
    2243 msgstr "МПжете Ўа Озберете кПя ЌузОкалМа категПрОя Ўа се ОзпПлзва. НапрОЌер, Озберете категПрОя ПтгПваряща Ма страМата МаправлеМОе, кПятП ЌПже Ўа съЎържа прОветствОе с пПЎѠ
    2244 ÐŸÐŽÑÑ‰ÐžÑ езОк." 
    2245  
    2246 #: amp_conf/htdocs/admin/modules/core/page.routing.php:354 
    2247 msgid "Dial Patterns" 
    2248 msgstr "СѠ
    2249 ÐµÐŒÐž Ма ИзбОраМе" 
    2250  
    2251 #: amp_conf/htdocs/admin/modules/core/page.routing.php:354 
    2252 msgid "A Dial Pattern is a unique set of digits that will select this trunk. Enter one dial pattern per line." 
    2253 msgstr "СѠ
    2254 ÐµÐŒÐ°Ñ‚а Ма ОзбОраМе е уМОкалеМ пПЎбПр Пт цОфрО, кПОтП ще ПпреЎелят ОзпПлзваМетП Ма тазО въМшМа лОМОя. ВъвежЎайте пП еЎМа сѠ
    2255 ÐµÐŒÐ° Ма лОМОя." 
    2256  
    2257 #: amp_conf/htdocs/admin/modules/core/page.routing.php:359 
    2258 msgid "wildcard, matches one or more characters" 
    2259 msgstr "тПчка, ПтгПваря Ма еЎОМ ОлО пПвече сОЌвПлО" 
    2260  
    2261 #: amp_conf/htdocs/admin/modules/core/page.routing.php:360 
    2262 msgid "separates a dialing prefix from the number (for example, 9|NXXXXXX would match when some dialed \"95551234\" but would only pass \"5551234\" to the trunks)" 
    2263 msgstr "разЎеля префОкса за ОзбОраМе Пт МПЌера (МапрОЌер, 9|NXXXXXX ще ПтгПваря кПгатП МякПй Мабере \"95551234\" МП ще прПпусМе саЌП \"5551234\" къЌ въМшМата лОМОя)" 
    2264  
    2265 #: amp_conf/htdocs/admin/modules/core/page.routing.php:402 
    2266 msgid "Dial patterns wizards" 
    2267 msgstr "ППЌПщМОк за сѠ
    2268 ÐµÐŒÐž Ма ОзбОраМе" 
    2269  
    2270 #: amp_conf/htdocs/admin/modules/core/page.routing.php:403 
    2271 msgid "These options provide a quick way to add outbound dialing rules. Follow the prompts for each." 
    2272 msgstr "ТазО ПпцОя преЎПставя бърз МачОМ за ЎПбавяМе Ма ОзѠ
    2273 ÐŸÐŽÑÑ‰Ðž сѠ
    2274 ÐµÐŒÐž Ма ОзбОраМе. СлеЎвайте пПЎсказкОте за всекО." 
    2275  
    2276 #: amp_conf/htdocs/admin/modules/core/page.routing.php:404 
    2277 #: amp_conf/htdocs/admin/modules/core/page.routing.php:490 
    2278 msgid "Lookup local prefixes" 
    2279 msgstr "СлеЎО за граЎскО МПЌера" 
    2280  
    2281 #: amp_conf/htdocs/admin/modules/core/page.routing.php:404 
    2282 msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7, 10 or 11 digits (5551234, 6135551234, 16135551234) to access this route." 
    2283 msgstr "ТПва слеЎО вашОте граЎскО МПЌера Ма www.localcallingguide.com (саЌП за СеверМа АЌерОка), О гО устаМПвява  за Ўа ЌПжете Ўа ОзбОрате всОчкО 7, 10 ОлО 11 цОфрО (5551234, 6135551234, 16135551234) за ЎПстъп ЎП тПзО Ќаршрут." 
    2284  
    2285 #: amp_conf/htdocs/admin/modules/core/page.routing.php:483 
    2286 msgid "Local 7 digit" 
    2287 msgstr "ГраЎа 7 цОфрО" 
    2288  
    2289 #: amp_conf/htdocs/admin/modules/core/page.routing.php:484 
    2290 msgid "Local 7/10 digit" 
    2291 msgstr "ГраЎа 7/10 цОфрО" 
    2292  
    2293 #: amp_conf/htdocs/admin/modules/core/page.routing.php:485 
    2294 msgid "Toll-free" 
    2295 msgstr "БезплатМО" 
    2296  
    2297 #: amp_conf/htdocs/admin/modules/core/page.routing.php:486 
    2298 msgid "Long-distance" 
    2299 msgstr "МежЎуграЎскО" 
    2300  
    2301 #: amp_conf/htdocs/admin/modules/core/page.routing.php:487 
    2302 msgid "International" 
    2303 msgstr "МежЎуМарПЎМО" 
    2304  
    2305 #: amp_conf/htdocs/admin/modules/core/page.routing.php:488 
    2306 msgid "Information" 
    2307 msgstr "ИМфПрЌацОя" 
    2308  
    2309 #: amp_conf/htdocs/admin/modules/core/page.routing.php:489 
    2310 msgid "Emergency" 
    2311 msgstr "СпешМО СлучаО" 
    2312  
    2313 #: amp_conf/htdocs/admin/modules/core/page.routing.php:496 
    2314 msgid "Trunk Sequence" 
    2315 msgstr "ППЎреЎба Ма ВъМшМОте ЛОМОО" 
    2316  
    2317 #: amp_conf/htdocs/admin/modules/core/page.routing.php:496 
    2318 msgid "The Trunk Sequence controls the order of trunks that will be used when the above Dial Patterns are matched. <br><br>For Dial Patterns that match long distance numbers, for example, you'd want to pick the cheapest routes for long distance (ie, VoIP trunks first) followed by more expensive routes (POTS lines)." 
    2319 msgstr "ППЎреЎбата Ма ВъМшМОте ЛОМОО кПМтрПлОра реЎа пП кПйтП лОМООте ще се ОзпПлзват кПгатП СѠ
    2320 ÐµÐŒÐ°Ñ‚а Ма ИзбОраМе съвпаЎа. <br><br>За СѠ
    2321 ÐµÐŒÐž Ма ИзбОраМе кПОтП ПтгПварят Ма ЌежЎуграЎскО МПЌера, МапрОЌер, Оскате Ўа Озберете Май-евтОМОя Ќаршрут за ЌежЎуграЎскО (VoIP въМшМО лОМОО първП) слеЎваМО Пт пП-скпОте ЌаршрутО (POTS въМшМО лОМОО)." 
    2322  
    2323 #: amp_conf/htdocs/admin/modules/core/page.routing.php:618 
    2324 msgid "Route name is invalid, please try again" 
    2325 msgstr "ИЌетП Ма Ќаршрута е МеправОлМП, ЌПля ПпОтайте ПтМПвП" 
    2326  
    2327 #: amp_conf/htdocs/admin/modules/core/page.routing.php:619 
    2328 msgid "Route password must be numeric or leave blank to disable" 
    2329 msgstr "ПарПлата Ма Ќаршрута трябва Ўа е цОфрПва ОлО Пставете пПлетП празМП за забраМа" 
    2330  
    2331 #: amp_conf/htdocs/admin/modules/core/page.routing.php:620 
    2332 msgid "Dial pattern is invalid" 
    2333 msgstr "СѠ
    2334 ÐµÐŒÐ°Ñ‚а Ма ОзбОраМе е МаправОлМа" 
    2335  
    2336 #: amp_conf/htdocs/admin/modules/core/page.routing.php:621 
    2337 msgid "At least one trunk must be picked" 
    2338 msgstr "Трябва Ўа Озберете пПМе еЎМа въМшМа лОМОя" 
    2339  
    2340 #: amp_conf/htdocs/admin/modules/core/page.did.php:77 
    2341 #: amp_conf/htdocs/admin/modules/core/page.did.php:165 
    2342 #: amp_conf/htdocs/admin/modules/core/page.did.php:174 
     2047#: admin/modules/core/page.did.php:81 
     2048msgid " (toggle sort)" 
     2049msgstr " (пПказаМО)" 
     2050 
     2051#: admin/modules/core/page.did.php:85 
     2052#: admin/modules/core/page.did.php:173 
     2053#: admin/modules/core/page.did.php:184 
    23432054msgid "Add Incoming Route" 
    23442055msgstr "ДПбавО ВѠ
    23452056ПЎящ Маршрут" 
    23462057 
    2347 #: amp_conf/htdocs/admin/modules/core/page.did.php:78 
    2348 msgid "View All DIDs" 
    2349 msgstr "ППкажО ВсОчкО DID" 
    2350  
    2351 #: amp_conf/htdocs/admin/modules/core/page.did.php:79 
    2352 msgid "View User DIDs" 
    2353 msgstr "ППкажО ППтребОтелскО DID" 
    2354  
    2355 #: amp_conf/htdocs/admin/modules/core/page.did.php:80 
    2356 msgid "View General DIDs" 
    2357 msgstr "ППкажО ОсМПвМО DID" 
    2358  
    2359 #: amp_conf/htdocs/admin/modules/core/page.did.php:81 
    2360 msgid "View Unused DIDs" 
    2361 msgstr "ППкажО НеОзпПлзваМО DID" 
    2362  
    2363 #: amp_conf/htdocs/admin/modules/core/page.did.php:113 
     2058#: admin/modules/core/page.did.php:86 
     2059msgid "All DIDs" 
     2060msgstr "ВсОчкО DID" 
     2061 
     2062#: admin/modules/core/page.did.php:87 
     2063msgid "User DIDs" 
     2064msgstr "ППтребОтелскО DID" 
     2065 
     2066#: admin/modules/core/page.did.php:88 
     2067msgid "General DIDs" 
     2068msgstr "ОсМПвМО DID" 
     2069 
     2070#: admin/modules/core/page.did.php:89 
     2071msgid "Unused DIDs" 
     2072msgstr "НеОзпПлзваМО DID" 
     2073 
     2074#: admin/modules/core/page.did.php:121 
    23642075msgid "any DID" 
    23652076msgstr "всекО DID" 
    23662077 
    2367 #: amp_conf/htdocs/admin/modules/core/page.did.php:114 
     2078#: admin/modules/core/page.did.php:122 
    23682079msgid "any CID" 
    23692080msgstr "всекО CID" 
    23702081 
    2371 #: amp_conf/htdocs/admin/modules/core/page.did.php:126 
    2372 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4293 
    2373 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4645 
    2374 msgid "deleted" 
    2375 msgstr "ОзтрОтО" 
    2376  
    2377 #: amp_conf/htdocs/admin/modules/core/page.did.php:151 
    2378 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4325 
    2379 #: amp_conf/htdocs/admin/modules/core/page.users.php:21 
    2380 msgid "User" 
    2381 msgstr "ППтребОтел" 
    2382  
    2383 #: amp_conf/htdocs/admin/modules/core/page.did.php:155 
    2384 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4313 
    2385 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4697 
    2386 #: amp_conf/htdocs/admin/modules/core/page.extensions.php:18 
    2387 msgid "Extension" 
    2388 msgstr "ВътрешМа ЛОМОя" 
    2389  
    2390 #: amp_conf/htdocs/admin/modules/core/page.did.php:158 
     2082#: admin/modules/core/page.did.php:146 
     2083#: admin/modules/core/page.trunks.php:293 
     2084msgid "Route" 
     2085msgstr "Маршрут" 
     2086 
     2087#: admin/modules/core/page.did.php:149 
     2088#: admin/modules/core/page.routing.php:275 
     2089#, php-format 
     2090msgid "Delete Route %s" 
     2091msgstr "ИзтрОй Маршрут %s" 
     2092 
     2093#: admin/modules/core/page.did.php:166 
    23912094#, php-format 
    23922095msgid "Edit %s" 
    23932096msgstr "РеЎактОрай %s" 
    23942097 
    2395 #: amp_conf/htdocs/admin/modules/core/page.did.php:158 
     2098#: admin/modules/core/page.did.php:166 
    23962099#, php-format 
    23972100msgid "Edit %s %s (%s)" 
    23982101msgstr "РеЎактОрай %s %s (%s)" 
    23992102 
    2400 #: amp_conf/htdocs/admin/modules/core/page.did.php:17
     2103#: admin/modules/core/page.did.php:18
    24012104msgid "Edit Incoming Route" 
    24022105msgstr "РеЎактОрай ВѠ
    24032106ПЎящ Маршрут" 
    24042107 
    2405 #: amp_conf/htdocs/admin/modules/core/page.did.php:17
     2108#: admin/modules/core/page.did.php:18
    24062109msgid "Provide a meaningful description of what this incoming route is" 
    24072110msgstr "Дайте сЌОслеМП ПпОсаМОе за каквП се ОзпПлзва тПзО вѠ
    24082111ПЎящ Ќаршрут" 
    24092112 
    2410 #: amp_conf/htdocs/admin/modules/core/page.did.php:18
     2113#: admin/modules/core/page.did.php:19
    24112114msgid "DID Number" 
    24122115msgstr "DID НПЌер" 
    24132116 
    2414 #: amp_conf/htdocs/admin/modules/core/page.did.php:18
     2117#: admin/modules/core/page.did.php:19
    24152118msgid "Define the expected DID Number if your trunk passes DID on incoming calls. <br><br>Leave this blank to match calls with any or no DID info.<br><br>You can also use a pattern match (eg _2[345]X) to match a range of numbers" 
    24162119msgstr "ВъвеЎете ПчакваМОя DID НПЌер акП вашата въМшМа лОМОя прПпуска DID Ма вѠ
    24172120ПЎящОте ПбажЎаМОя. <br><br>Оставете празМП за Ўа ПтгПваря Ма ПбажЎаМОята с всякаква ОлО без DID ОМфПрЌацОя.<br><br>СъщП така ЌПжете Ўа ОзпПлзвате ЌПЎел за съвпаЎеМОя (катП _2[345]X) кПйтП Ўа ПтгПваря Ма ЎОапазПМ Пт МПЌера." 
    24182121 
    2419 #: amp_conf/htdocs/admin/modules/core/page.did.php:18
     2122#: admin/modules/core/page.did.php:19
    24202123msgid "Caller ID Number" 
    24212124msgstr "CallerID НПЌер" 
    24222125 
    2423 #: amp_conf/htdocs/admin/modules/core/page.did.php:18
     2126#: admin/modules/core/page.did.php:19
    24242127msgid "Define the Caller ID Number to be matched on incoming calls.<br><br>Leave this field blank to match any or no CID info. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 
    24252128msgstr "ВъвеЎете CallerID НПЌер кПйтП Ўа ПтгПваря Ма вѠ
     
    24272130ваща тезО спецОалМО случаО акП ТелекПЌа гО Озпраща." 
    24282131 
    2429 #: amp_conf/htdocs/admin/modules/core/page.did.php:18
     2132#: admin/modules/core/page.did.php:19
    24302133msgid "CID Priority Route" 
    24312134msgstr "ПрОПрОтет Ма CID Маршрут" 
    24322135 
    2433 #: amp_conf/htdocs/admin/modules/core/page.did.php:18
     2136#: admin/modules/core/page.did.php:19
    24342137msgid "This effects CID ONLY routes where no DID is specified. If checked, calls with this CID will be routed to this route, even if there is a route to the DID that was called. Normal behavior is for the DID route to take the calls. If there is a specific DID/CID route for this CID, that route will still take the call when that DID is called." 
    24352138msgstr "ТПва засяга CID ЌаршрутО САМО Ма кПОтП Ме е ПреЎелеМ DID. АкП е ЌаркОраМП, ПбажЎаМОята с тПзО CID ще се рутОрат къЌ тПзО Ќаршрут, ЎПрО О Ўа ОЌа Ќаршрут с DID Ма ПбжЎаМетП. НПрЌалМПтП пПлПжеМОе е DID Ќаршрута Ўа прОеЌа ПбажЎаМетП. АкП ОЌа ПпреЎелеМ DID/CID Ќаршрут за тПзО CID,  Ќаршрута ще прОеЌа ПбажЎаМетП кПгатП тПзО DID е пПвОкаМ." 
    24362139 
    2437 #: amp_conf/htdocs/admin/modules/core/page.did.php:19
     2140#: admin/modules/core/page.did.php:20
    24382141msgid "Options" 
    24392142msgstr "ОпцОО" 
    24402143 
    2441 #: amp_conf/htdocs/admin/modules/core/page.did.php:19
     2144#: admin/modules/core/page.did.php:20
    24422145msgid "Alert Info" 
    24432146msgstr "ИМфПрЌацОя за СОгМал" 
    24442147 
    2445 #: amp_conf/htdocs/admin/modules/core/page.did.php:19
     2148#: admin/modules/core/page.did.php:20
    24462149msgid "ALERT_INFO can be used for distinctive ring with SIP devices." 
    24472150msgstr "ALERT_INFO ЌПже Ўа се ОзпПлзва за ПтлОчОтелМП звъМеМе с SIP устрПйства." 
    24482151 
    2449 #: amp_conf/htdocs/admin/modules/core/page.did.php:19
     2152#: admin/modules/core/page.did.php:20
    24502153msgid "CID name prefix" 
    24512154msgstr "ПрефОкс Ма CID ОЌе" 
    24522155 
    2453 #: amp_conf/htdocs/admin/modules/core/page.did.php:19
     2156#: admin/modules/core/page.did.php:20
    24542157msgid "You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:\", a call from John Doe would display as \"Sales:John Doe\" on the extensions that ring." 
    24552158msgstr "МПжете Ўа ЎПбавОте префОкс къЌ CallerID ОЌетП. МапрОЌер: акП пПставОте префОкс \"ПрПЎажбО:\", ПбажЎаМетП за ИваМ ИваМПв ще се пПкаже катП \"ПрПЎажбО:ИваМ ИваМПв\" Ма търсеМата вътрешМа лОМОя." 
    24562159 
    2457 #: amp_conf/htdocs/admin/modules/core/page.did.php:20
     2160#: admin/modules/core/page.did.php:21
    24582161msgid "Music On Hold" 
    24592162msgstr "МузОка прО ЗаЎържаМе" 
    24602163 
    2461 #: amp_conf/htdocs/admin/modules/core/page.did.php:20
     2164#: admin/modules/core/page.did.php:21
    24622165msgid "Set the MoH class that will be used for calls that come in on this route. For example, choose a type appropriate for routes coming in from a country which may have announcements in their language." 
    24632166msgstr "УстаМПвете категПрОя Ма МузОка прО ЗаЎържаМе, кПятП Ўа се ОзпПлзва прО вѠ
     
    24652168ПЎящОя езОк." 
    24662169 
    2467 #: amp_conf/htdocs/admin/modules/core/page.did.php:210 
     2170#: admin/modules/core/page.did.php:223 
    24682171msgid "No Music" 
    24692172msgstr "Без МузОка" 
    24702173 
    2471 #: amp_conf/htdocs/admin/modules/core/page.did.php:222 
     2174#: admin/modules/core/page.did.php:234 
    24722175msgid "Signal RINGING" 
    24732176msgstr "СОгМал ЗВЪНЕНЕ" 
    24742177 
    2475 #: amp_conf/htdocs/admin/modules/core/page.did.php:222 
     2178#: admin/modules/core/page.did.php:234 
    24762179msgid "Some devices or providers require RINGING to be sent before ANSWER. You'll notice this happening if you can send calls directly to a phone, but if you send it to an IVR, it won't connect the call." 
    24772180msgstr "НякПО устрПйства ОлО ЎПставчОцО ОзОскват Ўа се ОзпратО ЗВЪНЕНЕ преЎО ОТГОВОР. МПже Ўа забележОте тПва акП Озпращате ПбажЎаМОя ЎОректМП къЌ телефПМ без прПблеЌО, МП Ме ЌПжете Ўа гО ОзпратОте къЌ IVR." 
    24782181 
    2479 #: amp_conf/htdocs/admin/modules/core/page.did.php:226 
     2182#: admin/modules/core/page.did.php:238 
    24802183msgid "Pause Before Answer" 
    24812184msgstr "Пауза ПреЎО ОтгПвПр" 
    24822185 
    2483 #: amp_conf/htdocs/admin/modules/core/page.did.php:226 
     2186#: admin/modules/core/page.did.php:238 
    24842187msgid "An optional delay to wait before processing this route. Setting this value will delay the channel from answering the call. This may be handy if external fax equipment or security systems are installed in parallel and you would like them to be able to seize the line." 
    24852188msgstr "ДПпълМОтелМП забавяМе преЎО Ўа прПЎължО с рутОраМетП. УстаМПвяваМетП Ма тазО прПЌеМлОва ще ЎПвеЎе ЎП забавяМе Ма каМала Пт ПтгПвПр Ма ПбажЎаМетП. УЎПбМП е в случай че въМшеМ факс апарат ОлО ПѠ
    24862189раМОтелМа сОстеЌа са ОМсталОраМО в паралел О Оскате те Ўа ЌПгат Ўа ОзпПлзват лОМОята." 
    24872190 
    2488 #: amp_conf/htdocs/admin/modules/core/page.did.php:230 
     2191#: admin/modules/core/page.did.php:242 
    24892192msgid "Privacy" 
    24902193msgstr "УеЎОМеМОе" 
    24912194 
    2492 #: amp_conf/htdocs/admin/modules/core/page.did.php:233 
     2195#: admin/modules/core/page.did.php:245 
    24932196msgid "Privacy Manager" 
    24942197msgstr "Manager УеЎОМеМОе" 
    24952198 
    2496 #: amp_conf/htdocs/admin/modules/core/page.did.php:233 
     2199#: admin/modules/core/page.did.php:245 
    24972200msgid "If no Caller ID is sent, Privacy Manager will asks the caller to enter their 10 digit phone number. The caller is given 3 attempts. The number of digits and attempts can be defined in privacy.conf. If a user has Call Screening enabled, the incoming caller will be asked to enter their CallerId here if enabled, and then to say their name once determined that the called user requires it." 
    24982201msgstr "АкП Ме е ОзпратеМ CallerID, Manager УеЎОМеМОе ще пПОска Пт ПбажЎащОя се Ўа въвеЎе МегПвОя 10 цОфрПв телефПМеМ МПЌер. На ПбажЎащОя се Ўават 3 ПпОта. БрПят цОфрО О ПпОта се ПпреЎелят в privacy.conf. АкП пПтребОтелят ОЌа актОвОраМ ЀОлтър Ма ОбажЎаМОята, ПбажЎащОя се ще бъЎе пПЌПлеМ Ўа въвеЎе МегПвОя CallerID, О слеЎ тПва Ўа каже ОЌетП сО." 
    24992202 
    2500 #: amp_conf/htdocs/admin/modules/core/page.did.php:242 
     2203#: admin/modules/core/page.did.php:248 
     2204#: admin/modules/core/page.general.php:438 
     2205msgid "No" 
     2206msgstr "Не" 
     2207 
     2208#: admin/modules/core/page.did.php:249 
     2209#: admin/modules/core/page.general.php:437 
     2210msgid "Yes" 
     2211msgstr "Да" 
     2212 
     2213#: admin/modules/core/page.did.php:254 
    25012214msgid "Fax Handling" 
    25022215msgstr "Ѐакс УправлеМОе" 
    25032216 
    2504 #: amp_conf/htdocs/admin/modules/core/page.did.php:246 
     2217#: admin/modules/core/page.did.php:258 
    25052218msgid "Fax Extension" 
    25062219msgstr "Ѐакс ВътрешМа ЛОМОя" 
    25072220 
    2508 #: amp_conf/htdocs/admin/modules/core/page.did.php:246 
     2221#: admin/modules/core/page.did.php:258 
    25092222msgid "Select 'system' to have the system receive and email faxes.<br><br>The FreePBX default is defined in General Settings." 
    25102223msgstr "Изберете 'сОстеЌа' за Ўа ЌПже сОстеЌата Ўа пПлучава О препраща Ма email факсПвете.<br><br>ПП-пПЎразбОраМе за FreePBX е МастрПеМП в ОбщО НастрПйкО." 
    25112224 
    2512 #: amp_conf/htdocs/admin/modules/core/page.did.php:250 
     2225#: admin/modules/core/page.did.php:262 
    25132226msgid "FreePBX default" 
    25142227msgstr "FreePBX пП-пПЎразбОраМе" 
    25152228 
    2516 #: amp_conf/htdocs/admin/modules/core/page.did.php:267 
     2229#: admin/modules/core/page.did.php:263 
     2230#: admin/modules/core/page.general.php:368 
     2231msgid "disabled" 
     2232msgstr "забраМеМ" 
     2233 
     2234#: admin/modules/core/page.did.php:264 
     2235#: admin/modules/core/page.general.php:369 
     2236msgid "system" 
     2237msgstr "сОстеЌа" 
     2238 
     2239#: admin/modules/core/page.did.php:279 
    25172240msgid "Fax Email" 
    25182241msgstr "Ѐакс Email" 
    25192242 
    2520 #: amp_conf/htdocs/admin/modules/core/page.did.php:267 
     2243#: admin/modules/core/page.did.php:279 
    25212244msgid "Email address is used if 'system' has been chosen for the fax extension above.<br><br>Leave this blank to use the FreePBX default in General Settings." 
    25222245msgstr "Email аЎрес ОзпПлзваМ акП 'сОстеЌа' е ОзбраМ за факс вътрешМа лОМОя пП-гПре..<br><br>Оставете тПва пПле празМП акП Оскате Ўа ОзпПлзвате FreePBX пП-пПЎразбОраМе в ОбщО НастрПйкО." 
    25232246 
    2524 #: amp_conf/htdocs/admin/modules/core/page.did.php:274 
     2247#: admin/modules/core/page.did.php:286 
    25252248msgid "Fax Detection Type" 
    25262249msgstr "ТОп Ѐакс ДетектОраМе" 
    25272250 
    2528 #: amp_conf/htdocs/admin/modules/core/page.did.php:274 
     2251#: admin/modules/core/page.did.php:286 
    25292252msgid "Selecting Zaptel or NVFax will immediately answer the call and play ringing tones to the caller for the number of seconds in Pause below. Use NVFax on SIP or IAX trunks." 
    25302253msgstr "ИзбОраМетП Ма Zaptel ОлО NVFax ще ЎПвеЎе ЎП МезабавМП ПтгПваряМе Ма ПбажЎаМетП О възпрПОзвежЎаМе Ма тПМПве Ма звъМеМе Ма ПбажЎащОя се за перОПЎа ПпреЎелеМ Пт Пауза СлеЎ ОтгПвПр пП-ЎПлу. ИзпПлзвайте NVFax за SIP ОлО IAX въМшМО лОМОО." 
    25312254 
    2532 #: amp_conf/htdocs/admin/modules/core/page.did.php:277 
     2255#: admin/modules/core/page.did.php:289 
    25332256msgid "None" 
    25342257msgstr "НяЌа" 
    25352258 
    2536 #: amp_conf/htdocs/admin/modules/core/page.did.php:278 
     2259#: admin/modules/core/page.did.php:290 
    25372260msgid "Zaptel" 
    25382261msgstr "Zaptel" 
    25392262 
    2540 #: amp_conf/htdocs/admin/modules/core/page.did.php:279 
     2263#: admin/modules/core/page.did.php:291 
    25412264msgid "NVFax" 
    25422265msgstr "NVFax" 
    25432266 
    2544 #: amp_conf/htdocs/admin/modules/core/page.did.php:284 
     2267#: admin/modules/core/page.did.php:296 
    25452268msgid "Pause After Answer" 
    25462269msgstr "Пауза СлеЎ ОтгПвПр" 
    25472270 
    2548 #: amp_conf/htdocs/admin/modules/core/page.did.php:284 
     2271#: admin/modules/core/page.did.php:296 
    25492272msgid "The number of seconds we should wait after performing an Immediate Answer. The primary purpose of this is to pause and listen for a fax tone before allowing the call to proceed." 
    25502273msgstr "БрПй секуМЎО за ОзчакваМе слеЎ НезабавМП ОтгПваряМе. ГлавМата цел Ма тПва е Ўа Озчаква О слуша за факс сОгМал преЎО Ўа пПзвПлО ПбажЎаМетП Ўа прПЎължО." 
    25512274 
    2552 #: amp_conf/htdocs/admin/modules/core/page.did.php:293 
     2275#: admin/modules/core/page.did.php:305 
    25532276msgid "Set Destination" 
    25542277msgstr "УстаМПвО НаправлеМОе" 
    25552278 
    2556 #: amp_conf/htdocs/admin/modules/core/page.did.php:302 
     2279#: admin/modules/core/page.did.php:314 
    25572280msgid "Clear Destination & Submit" 
    25582281msgstr "ИзчОстО НаправлеМОетП О ПрОеЌО" 
    25592282 
    2560 #: amp_conf/htdocs/admin/modules/core/page.did.php:314 
     2283#: admin/modules/core/page.did.php:326 
    25612284msgid "Please enter a valid DID Number" 
    25622285msgstr "МПля въвеЎете правОлеМ DID НПЌер" 
    25632286 
    2564 #: amp_conf/htdocs/admin/modules/core/page.did.php:315 
     2287#: admin/modules/core/page.did.php:327 
    25652288msgid "Please enter a valid Caller ID Number" 
    25662289msgstr "МПля въвеЎете правОлеМ CallerID НПЌер" 
    25672290 
    2568 #: amp_conf/htdocs/admin/modules/core/page.did.php:316 
     2291#: admin/modules/core/page.did.php:328 
    25692292msgid "Please enter a valid Fax Email or leave it empty to use the default" 
    25702293msgstr "МПля въвеЎете правОлеМ Ѐакс Email ОлО Пставете празМП за Ўа ОзпПлзвате пП-пПЎразбОраМе" 
    25712294 
    2572 #: amp_conf/htdocs/admin/modules/core/page.did.php:317 
     2295#: admin/modules/core/page.did.php:329 
    25732296msgid "Please enter a valid number for Pause after answer" 
    25742297msgstr "МПля въвеЎете правОлеМ брПй секуМЎО за Пауза СлеЎ ОтгПвПр" 
    25752298 
    2576 #: amp_conf/htdocs/admin/modules/core/page.did.php:318 
     2299#: admin/modules/core/page.did.php:330 
    25772300msgid "Please enter a valid number for Pause Before Answer field" 
    25782301msgstr "МПля въвеЎете правОлеМ брПй секуМЎО за пПле Пауза ПреЎО ОтгПвПр" 
    25792302 
    2580 #: amp_conf/htdocs/admin/modules/core/page.did.php:319 
     2303#: admin/modules/core/page.did.php:331 
    25812304msgid "" 
    25822305"Leaving the DID Number AND the Caller ID Number empty will match all incoming calls received not routed using any other defined Incoming Route.\\n" 
     
    25902313"СОгурМО лО сте?" 
    25912314 
    2592 #: amp_conf/htdocs/admin/modules/core/page.did.php:320 
     2315#: admin/modules/core/page.did.php:332 
    25932316msgid "" 
    25942317"DID information is normally just an incoming telephone number or for advanced users, a valid Asterisk Dial Pattern\\n" 
     
    26062329"СОгурМО лО сте че е правОлеМ?" 
    26072330 
    2608 #: amp_conf/htdocs/admin/modules/core/page.did.php:321 
     2331#: admin/modules/core/page.did.php:333 
    26092332msgid "A Slash ('/') is never a valid DID. Please remove it and try again" 
    26102333msgstr "РазЎелОтелят ('/') Ме е валОЎеМ DID. МПля преЌаѠ
    26112334Мете гП О ПпОтайте ПтМПвП" 
    26122335 
    2613 #: amp_conf/htdocs/admin/modules/core/page.did.php:322 
     2336#: admin/modules/core/page.did.php:334 
    26142337msgid "Invalid Caller ID prefix." 
    26152338msgstr "НеправОлеМ CallerID префОкс." 
    26162339 
    2617 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:554 
    2618 #, php-format 
    2619 msgid "User Extension %s: %s" 
    2620 msgstr "ВътрешМа ЛОМОя Ма ППтребОтел %s: %s" 
    2621  
    2622 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:1983 
    2623 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2002 
    2624 msgid "A route for this DID/CID already exists!" 
    2625 msgstr "Вече съществува Ќаршрут за тПзО DID/CID!" 
    2626  
    2627 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2069 
    2628 msgid "You must put in a device id" 
    2629 msgstr "Трябва Ўа въвеЎете ID Ма устрПйствПтП" 
    2630  
    2631 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2079 
    2632 msgid "This device id is already in use" 
    2633 msgstr "ID Ма устрПйствПтП вече се ОзпПлзва" 
    2634  
    2635 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2660 
    2636 msgid "User Extension: " 
    2637 msgstr "ВътрешМа ЛОМОя:" 
    2638  
    2639 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2689 
    2640 #, php-format 
    2641 msgid "Inbound Route: %s (%s)" 
     2340#: admin/modules/core/page.general.php:106 
     2341msgid "Dialing Options" 
     2342msgstr "ОпцОО прО ИзбОраМе" 
     2343 
     2344#: admin/modules/core/page.general.php:109 
     2345msgid "Asterisk Dial command options:" 
     2346msgstr "ОпцОО Ма АстерОск за КПЌаМЎО прО ИзбОраМе:" 
     2347 
     2348#: admin/modules/core/page.general.php:110 
     2349#: admin/modules/core/page.general.php:121 
     2350msgid "t: Allow the called user to transfer the call by hitting #" 
     2351msgstr "t: ППзвПлява Ма търсеМОя пПтребОтел Ўа преѠ
     2352върлО разгПвПра катП МатОсМе #" 
     2353 
     2354#: admin/modules/core/page.general.php:111 
     2355#: admin/modules/core/page.general.php:122 
     2356msgid "T: Allow the calling user to transfer the call by hitting #" 
     2357msgstr "T: ППзвПлява Ма ПбажЎащОя се пПтребОтел Ўа преѠ
     2358върлО разгПвПра катП МатОсМе #" 
     2359 
     2360#: admin/modules/core/page.general.php:112 
     2361msgid "r: Generate a ringing tone for the calling party" 
     2362msgstr "r: ГеМерОра тПМ Ма звъМеМе къЌ страМата Ма ОзбОращОя" 
     2363 
     2364#: admin/modules/core/page.general.php:113 
     2365#: admin/modules/core/page.general.php:123 
     2366msgid "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 
     2367msgstr "w: ППзвПлява Ма търсеМОя пПтребОтел Ўа запПчМе запОс слеЎ МабОраМе Ма *1 (АстерОск v1.2)" 
     2368 
     2369#: admin/modules/core/page.general.php:114 
     2370#: admin/modules/core/page.general.php:124 
     2371msgid "W: Allow the calling user to start recording after pressing *1 (Asterisk v1.2)" 
     2372msgstr "W: ППзвПлява Ма ПбажЎащОя се Ўа запПчМе запОс слеЎ МабОраМе Ма *1 (АстерОск v1.2)" 
     2373 
     2374#: admin/modules/core/page.general.php:120 
     2375msgid "Asterisk Outbound Dial command options:" 
     2376msgstr "ОпцОО Ма АстерОск за КПЌаМЎО прО ИзѠ
     2377ПЎящП ИзбОраМе:" 
     2378 
     2379#: admin/modules/core/page.general.php:125 
     2380msgid "r: You SHOULD NOT use this option on outbound trunks" 
     2381msgstr "r: Не трябва Ўа ОзпПлзвате тазО ПпцОя за ОзѠ
     2382ПЎящО въМшМО лОМОО" 
     2383 
     2384#: admin/modules/core/page.general.php:132 
     2385msgid "Call Recording" 
     2386msgstr "ЗапОс Ма РазгПвПр" 
     2387 
     2388#: admin/modules/core/page.general.php:135 
     2389msgid "Extension Recording Override:" 
     2390msgstr "ОтЌеМяМе Ма ЗапОс Ма ВътрешМа ЛОМОя" 
     2391 
     2392#: admin/modules/core/page.general.php:136 
     2393msgid "This will override the recording settings of all extensions/users. If enabled, the system will ignore all Record Always settings of a user and will not turn on recording. This does not effect On Demand recording controlled by the dial options 'w' and 'W' above. It does not effect other recording settings in modules such as Queues and Conferences. If you don't use recordings, setting this is beneficial to system performance as it removes the check that is otherwise done on every single call." 
     2394msgstr "ТПва ще ПтЌеМО МастрПйкОте за запОс Ма всОчкО вътрешМО МПЌера/пПтребОтелО. АкП е разрешеМП, сОстеЌата ще ОгМПрОра всОчкО ЗапОсвай ВОМагО МастрПйкО Ма пПтребОтел О МяЌа Ўа включО запОса. ТПва МяЌа ефект прО запОс ПрО ППОскваМе кПМтрПлОраМ Пт ПпцООте за ОзбОраМе 'w' О 'W' пП-гПре. СъщП така Ме засяга ЎругОте МастрПйкО за запОс в ЌПЎулО катП ОпашкО О КПМфереМцОО. АкП Ме ОзпПлзвате запОсваМе Ма разгПвПр, тазО МастрПйка е пПлезМа за прПОзвПЎОтелМПстта Ма сОстеЌата тъй катП преЌаѠ
     2395ва прПверкО, кПОтП ОМаче се ОзпълМяват за всекО еЎОМ разгПвПр." 
     2396 
     2397#: admin/modules/core/page.general.php:144 
     2398msgid "Call recording format:" 
     2399msgstr "ЀПрЌат Ма запОса:" 
     2400 
     2401#: admin/modules/core/page.general.php:145 
     2402msgid "Pick the format in which to save recorded calls" 
     2403msgstr "Изберете фПрЌат в кПйтП Ўа се запОсват разгПвПрОте" 
     2404 
     2405#: admin/modules/core/page.general.php:149 
     2406msgid "WAV" 
     2407msgstr "WAV" 
     2408 
     2409#: admin/modules/core/page.general.php:150 
     2410msgid "wav" 
     2411msgstr "wav" 
     2412 
     2413#: admin/modules/core/page.general.php:151 
     2414msgid "ulaw" 
     2415msgstr "ulaw" 
     2416 
     2417#: admin/modules/core/page.general.php:152 
     2418msgid "alaw" 
     2419msgstr "alaw" 
     2420 
     2421#: admin/modules/core/page.general.php:153 
     2422msgid "sln" 
     2423msgstr "sln" 
     2424 
     2425#: admin/modules/core/page.general.php:154 
     2426msgid "gsm" 
     2427msgstr "gsm" 
     2428 
     2429#: admin/modules/core/page.general.php:155 
     2430msgid "g729" 
     2431msgstr "g729" 
     2432 
     2433#: admin/modules/core/page.general.php:159 
     2434msgid "Recording Location:" 
     2435msgstr "МестПМаѠ
     2436ПжЎеМОе Ма ЗапОсОте:" 
     2437 
     2438#: admin/modules/core/page.general.php:160 
     2439msgid "Override the default location where asterisk will store call recordings. Include the trailing /. Be sure to set proper permissions on the directory for the asterisk user." 
     2440msgstr "ОтЌеМя ЌестПМаѠ
     2441ПжЎеМОетП пП-пПЎразбОраМе къЎетП АстерОск Ўа съѠ
     2442раМява запОсаМОте разгПвПрО. Включете О пътя /. Уверете се че сте заЎалО правОлМО права Ма ЎОректПрОята за пПтребОтел asterisk." 
     2443 
     2444#: admin/modules/core/page.general.php:166 
     2445msgid "Run after record:" 
     2446msgstr "СтартОрай слеЎ запОс:" 
     2447 
     2448#: admin/modules/core/page.general.php:167 
     2449msgid "An optional script to be run after the call is hungup. You can include channel and MixMon variables like ${CALLFILENAME}, ${MIXMON_FORMAT} and ${MIXMON_DIR}. To ensure that you variables are properly escaped, use the following notation: ^{MY_VAR}" 
     2450msgstr "ДПплМОтелеМ скрОпт кПйтП Ўа се стартОра слеЎ катП прОключО разгПвПра. МПжете Ўа включОте каМал О MixMon прПЌеМлОвО катП ${CALLFILENAME}, ${MIXMON_FORMAT} О ${MIXMON_DIR}. За Ўа се пПЎсОгурОте че прПЌеМлОвОте вО са правОлМП ОзлезлО, ОзпПлзвайте слеЎМПтП ПзМачаваМе: ^{MY_VAR}" 
     2451 
     2452#: admin/modules/core/page.general.php:174 
     2453msgid "Voicemail" 
     2454msgstr "ГласПва ППща" 
     2455 
     2456#: admin/modules/core/page.general.php:177 
     2457msgid "Ringtime Default:" 
     2458msgstr "ВреЌе Ма ЗвъМеМе ПП-ППЎразбОраМе" 
     2459 
     2460#: admin/modules/core/page.general.php:178 
     2461msgid "Default number of seconds to ring phones before sending callers to voicemail. This can be set per extension/user and will have no effect on phones with no voicemail." 
     2462msgstr "БрПй секуМЎО пП-пПЎразбОраМе, за кПОтП Ўа звъМят телефПМОте преЎО пПвОкваМетП Ўа се преѠ
     2463върлО къЌ гласПвата пПща. МПже Ўа се устаМПвО за вътрешеМ МПЌер/пПтребОтел О МяЌа Ўа ОЌа ефект за телефПМОте без гласПва пПща." 
     2464 
     2465#: admin/modules/core/page.general.php:184 
     2466msgid "Direct Dial Voicemail Prefix:" 
     2467msgstr "ПрефОкс за ДОректМП ИзбОраМе Ма ГласПва ППща" 
     2468 
     2469#: admin/modules/core/page.general.php:185 
     2470msgid "Prefix used to dial directly to someone's voicemail. Caution should be taken in choosing this prefix to avoid conflicts with featurecodes." 
     2471msgstr "ПрефОкс ОзпПлзваМ за ЎОректМП ОзбОраМе Ма МечОя гласПва пПща. Трябва Ўа се взеЌе пПЎ вМОЌаМОе прО ОзбПр Ма префОкс ОзбягваМетП Ма евеМтуалМО кПМфлОктО със спецОалМОте кПЎПве." 
     2472 
     2473#: admin/modules/core/page.general.php:191 
     2474msgid "Direct Dial to Voicemail message type:" 
     2475msgstr "ТОп Ма съПбщеМОетП за ДОректМП ИзбОраМе Ма ГП" 
     2476 
     2477#: admin/modules/core/page.general.php:192 
     2478msgid "Default message type to use when dialing direct to an extensions voicemail" 
     2479msgstr "ТОп Ма съПбщеМОетП пП-пПЎразбОраМе кПетП Ўа се ОзпПлзва кПгатП ОзбОрате ЎОректМП гласПва пПща Ма вътрешеМ МПЌер" 
     2480 
     2481#: admin/modules/core/page.general.php:197 
     2482msgid "Unavailable" 
     2483msgstr "НеЎПстъпеМ" 
     2484 
     2485#: admin/modules/core/page.general.php:199 
     2486msgid "No Message" 
     2487msgstr "Без СъПбщеМОе" 
     2488 
     2489#: admin/modules/core/page.general.php:203 
     2490msgid "Optional Voicemail Recording Gain:" 
     2491msgstr "ДПпълМОтелМП УсОлваМе  Звука Ма ЗапОса Ма ГП" 
     2492 
     2493#: admin/modules/core/page.general.php:204 
     2494msgid "Use the specified amount of gain when recording the voicemail message." 
     2495msgstr "ИзпПлзвайте спецОфОчМа сОла Ма звука кПгатП се запОсва гласПвП съПбщеМОе." 
     2496 
     2497#: admin/modules/core/page.general.php:205 
     2498msgid "The units are whole-number decibels (dB)." 
     2499msgstr "ЊялП чОслП в ЎецОбелО (dB)." 
     2500 
     2501#: admin/modules/core/page.general.php:210 
     2502msgid "Do Not Play \"please leave message after tone\" to caller" 
     2503msgstr "Не ВъзпрПОзвежЎай \"please leave message after tone\"" 
     2504 
     2505#: admin/modules/core/page.general.php:210 
     2506msgid "Check this to remove the default message \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" That is played after the voicemail greeting (the s option). This applies globally to all vm boxes." 
     2507msgstr "МаркОрайте тПва за Ўа преЌаѠ
     2508Мете съПбщеМОетП пП-пПЎразбОраМе \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" ТПва се възпрПОзвежЎа слеЎ прОветствОетП Ма гласПвата пПща (ПпцОята s). ПрОлага се за всОчкО кутОО с гласПвО пПщО." 
     2509 
     2510#: admin/modules/core/page.general.php:216 
     2511msgid "Voicemail VmX Locator" 
     2512msgstr "ГласПва ППща VmX НаЌерО Ме" 
     2513 
     2514#: admin/modules/core/page.general.php:220 
     2515msgid "Default Context & Pri:" 
     2516msgstr "КПМтекст О Pri:" 
     2517 
     2518#: admin/modules/core/page.general.php:221 
     2519msgid "Default to use if only a number/extension are provided." 
     2520msgstr "Да се ОзпПлзва пП-пПЎразбОраМе акП саЌП МПЌер/вътрешеМ МПЌер са преЎПставеМО." 
     2521 
     2522#: admin/modules/core/page.general.php:228 
     2523msgid "Timeout/#-press default:" 
     2524msgstr "ВреЌе Ма ИзчакваМе / #:" 
     2525 
     2526#: admin/modules/core/page.general.php:229 
     2527msgid "This is the default location that a caller will be sent if they don't press any key (timeout) or press # which is interpreted as a timeout. Set this to 'dovm' to go to voicemail (default)." 
     2528msgstr "ТПва е ЌестПМаѠ
     2529ПжЎеМОетП пП-пПЎразбОраМе къЎетП ПбажЎащОя се ще бъЎе ОзпратеМ акП Ме МатОсМе МОкакъв бутПМ (вреЌе Ма ОзчакваМе) ОлО МатОсМе # кПетП се прОеЌа за вреЌе Ма ОзчакваМе. УстаМПвете 'dovm' за Ўа се МасПчО къЌ гласПва пПща (пП-пПЎразбОраМе)." 
     2530 
     2531#: admin/modules/core/page.general.php:237 
     2532msgid "Loop Exceed default:" 
     2533msgstr "ВръщаМе прО ПревОшаваМе:" 
     2534 
     2535#: admin/modules/core/page.general.php:238 
     2536msgid "This is the default location that a caller will be sent if they press an invalid options too man times, as defined by the Maximum Loops count. Set this to 'dovm' to go to voicemail (default)." 
     2537msgstr "ТПва е ЌестПМаѠ
     2538ПжЎеМОетП пП-пПЎразбОраМе къЎетП ПбажЎащОя се ще бъЎе ОзпратеМ акП Озбере МеправОлМа ПпцОя МякПлкП пътО, катП брПят е ПпреЎелеМ Пт МаксОЌалеМ БрПй ВръщаМОя. УстаМПвете 'dovm' за Ўа се МасПчО къЌ гласПва пПща (пП-пПЎразбОраМе)." 
     2539 
     2540#: admin/modules/core/page.general.php:246 
     2541msgid "Timeout VM Msg:" 
     2542msgstr "ИМструкцОО Ма ГП слеЎ Паузата :" 
     2543 
     2544#: admin/modules/core/page.general.php:247 
     2545#: admin/modules/core/page.general.php:259 
     2546msgid "If this destination is voicemail, select whether or not to play the standard voicemail instructions or just beep." 
     2547msgstr "АкП МаправлеМОетП е гласПва пПща, Озберете ЎалО Ўа се възпрПОзвежЎат стаМЎарМОте ОМструкцОО Ма гласПва пПща ОлО саЌП бОпкаМе." 
     2548 
     2549#: admin/modules/core/page.general.php:251 
     2550#: admin/modules/core/page.general.php:263 
     2551#: admin/modules/core/page.general.php:275 
     2552msgid "Std Instructions" 
     2553msgstr "СтаМЎартМО ИМструкцОО" 
     2554 
     2555#: admin/modules/core/page.general.php:252 
     2556#: admin/modules/core/page.general.php:264 
     2557#: admin/modules/core/page.general.php:276 
     2558msgid "Beep Only" 
     2559msgstr "СаЌП ЗвукПв СОгМал" 
     2560 
     2561#: admin/modules/core/page.general.php:258 
     2562msgid "Max Loop VM Msg:" 
     2563msgstr "СлеЎ МаксОЌалМО ВръщаМОя:" 
     2564 
     2565#: admin/modules/core/page.general.php:270 
     2566msgid "Direct VM Option" 
     2567msgstr "ОпцОя ДОректМП къЌ ГП" 
     2568 
     2569#: admin/modules/core/page.general.php:271 
     2570msgid "If a user defined option is to go to voicemail (using the 'dovm' extension) this is the default option if not specified by the user's settings." 
     2571msgstr "АкП пПтребОтеля е ПпреЎелОл ПпцОя за МасПчваМе къЌ гласПва пПща (ОзпПлзвайкО 'dovm' вътрешеМ МПЌер) тПва е ПпцОята пП-пПЎразбОраМе акП Ме е ПпреЎелеМа Пт пПтребОтелскОте МастрПйкО." 
     2572 
     2573#: admin/modules/core/page.general.php:282 
     2574msgid "Msg Timeout:" 
     2575msgstr "Пауза слеЎ СъПбщеМОетП:" 
     2576 
     2577#: admin/modules/core/page.general.php:283 
     2578msgid "Time to wait after message has played to timeout and/or repeat the message if no entry pressed." 
     2579msgstr "ВреЌетП за ОзчакваМе слеЎ възпрПОзвежЎаМе Ма съПбщеМОетП ЎП вреЌе Ма ОзчакваМе О/ОлО пПвтаряМе Ма съПбщеМОетП акП МОщП Ме е МатОсМатП." 
     2580 
     2581#: admin/modules/core/page.general.php:295 
     2582msgid "seconds" 
     2583msgstr "секуМЎО" 
     2584 
     2585#: admin/modules/core/page.general.php:300 
     2586msgid "Msg Play:" 
     2587msgstr "ППвтаряМе Ма СъПбщеМОетП:" 
     2588 
     2589#: admin/modules/core/page.general.php:301 
     2590msgid "Number of times to play the recorded message if the caller does not press any options and it times out." 
     2591msgstr "КПлкП пътО Ўа се възпрПОзвеЎе съПбщеМОетП акП ПбажЎащОя се Ме Озбере МОщП О Озтече вреЌетП Ма ОзчакваМе." 
     2592 
     2593#: admin/modules/core/page.general.php:313 
     2594#: admin/modules/core/page.general.php:331 
     2595msgid "times" 
     2596msgstr "пътО" 
     2597 
     2598#: admin/modules/core/page.general.php:318 
     2599msgid "Error Re-tries:" 
     2600msgstr "ОпОтО прО Грешка:" 
     2601 
     2602#: admin/modules/core/page.general.php:319 
     2603msgid "Number of times to play invalid options and repeat the message upon receiving an undefined option." 
     2604msgstr "КПлкП пътО Ўа се възпрПОзвеЎе МеправОлМа ПпцОя О Ўа се пПвтПрО съПбщеМОетП кПгатП се пПлучО МеПпреЎелеМа ПпцОя." 
     2605 
     2606#: admin/modules/core/page.general.php:336 
     2607msgid "Company Directory" 
     2608msgstr "ЀОрЌеМа ДОректПрОя" 
     2609 
     2610#: admin/modules/core/page.general.php:339 
     2611msgid "Find users in the Company Directory by:" 
     2612msgstr "ТърсО пПтребОтелО във ЀОрЌеМата ДОректПрОя пП:" 
     2613 
     2614#: admin/modules/core/page.general.php:339 
     2615msgid "The Company Directory allows a caller to spell the user's first name, last name, or both when searching for a user. This will select which of these modes are used." 
     2616msgstr "ЀОрЌеМата ДОректПрОя пПзвПлява Ма ПбажЎащОя се Ўа каже ОЌетП Ма пПтребОтеля, фаЌОлОята ОлО О Ўвете кПгатП търсО пПтребОтел. Изберете кПй Пт тезО режОЌО Ўа се ОзпПлзва." 
     2617 
     2618#: admin/modules/core/page.general.php:342 
     2619msgid "first name" 
     2620msgstr "ОЌе" 
     2621 
     2622#: admin/modules/core/page.general.php:343 
     2623msgid "last name" 
     2624msgstr "фаЌОлОя" 
     2625 
     2626#: admin/modules/core/page.general.php:344 
     2627msgid "first or last name" 
     2628msgstr "ОЌе ОлО фаЌОлОя" 
     2629 
     2630#: admin/modules/core/page.general.php:348 
     2631msgid "Announce Extension:" 
     2632msgstr "ПрПЎОктувай ВътрешеМ НПЌер:" 
     2633 
     2634#: admin/modules/core/page.general.php:348 
     2635msgid "Plays a message \"Please hold while I transfer you to extension xxx\" that lets the caller know what extension to use in the future when connecting from the company directory." 
     2636msgstr "ВъзпрПОзвежЎа съПбщеМОе \"Please hold while I transfer you to extension xxx\" тПва пПзвПлява Ма ПбажЎащОя се Ўа МаучО кПй вътрешМеМ МПЌер Ўа ОзпПлзва в бъЎеще кПгатП се свързва с фОрЌата." 
     2637 
     2638#: admin/modules/core/page.general.php:353 
     2639msgid "Operator Extension:" 
     2640msgstr "ВътрешеМ НПЌер Ма ОператПр:" 
     2641 
     2642#: admin/modules/core/page.general.php:354 
     2643msgid "When users hit '0' in the directory, they are put through to this number. Note that it" 
     2644msgstr "В случаОте кПгатП пПтребОтелОте МатОсМат '0' в ЎОректПрОята, те са преМасПчеМО къЌ тПзО МПЌер. ИЌайте в преЎвОЎ че" 
     2645 
     2646#: admin/modules/core/page.general.php:355 
     2647msgid " does NOT need to be an extension, it can be a Ring Group, or even an external number." 
     2648msgstr " НЕ Е МеПбѠ
     2649ПЎОЌП Ўа е вътрешМа лОМОя, ЌПже Ўа е Група Ма ЗвъМеМе ОлО ЎПрО въМшеМ МПЌер." 
     2650 
     2651#: admin/modules/core/page.general.php:361 
     2652msgid "Fax Machine" 
     2653msgstr "Ѐакс Апарат" 
     2654 
     2655#: admin/modules/core/page.general.php:364 
     2656msgid "Extension of fax machine for receiving faxes:" 
     2657msgstr "ВътрешМа ЛОМОя за прОеЌаМе Ма факсПве:" 
     2658 
     2659#: admin/modules/core/page.general.php:364 
     2660msgid "Select 'system' to have the system receive and email faxes.<br>Selecting 'disabled' will result in incoming calls being answered more quickly." 
     2661msgstr "Изберете 'сОстеЌа' за Ўа ЌПже сОстеЌата Ўа пПлучава О препраща Ма email факсПвете.<br>ИзбОраМетП Ма 'забраМеМ' ще ЎПвеЎе ЎП пП-бързП ПтгПваряМе Ма вѠ
     2662ПЎящОте ПбажЎаМОя." 
     2663 
     2664#: admin/modules/core/page.general.php:382 
     2665msgid "Email address to have faxes emailed to:" 
     2666msgstr "Email аЎрес за препращаМе Ма факсПвете:" 
     2667 
     2668#: admin/modules/core/page.general.php:382 
     2669msgid "Email address used if 'system' has been chosen for the fax extension above." 
     2670msgstr "Email аЎрес ОзпПлзваМ акП 'сОстеЌа' е ОзбраМ за факс вътрешМа лОМОя пП-гПре." 
     2671 
     2672#: admin/modules/core/page.general.php:387 
     2673msgid "Email address that faxes appear to come from:" 
     2674msgstr "Email аЎрес Пт кПйтП Ўа се Озпращат:" 
     2675 
     2676#: admin/modules/core/page.general.php:387 
     2677msgid "Email address that faxes appear to come from if 'system' has been chosen for the fax extension above." 
     2678msgstr "Email аЎрес кПйтП Ўа се пПказва за пПлучеМО факсПве акП 'сОстеЌа' е ОзбраМ за факс вътрешМа лОМОя пП-гПре." 
     2679 
     2680#: admin/modules/core/page.general.php:392 
     2681msgid "International Settings" 
     2682msgstr "МежЎуМарПЎМО НастрПйкО" 
     2683 
     2684#: admin/modules/core/page.general.php:395 
     2685msgid "Country Indications" 
     2686msgstr "НацОПМалМО ЗМачеМОя Ма ТПМПвете" 
     2687 
     2688#: admin/modules/core/page.general.php:395 
     2689msgid "Select which country you are in" 
     2690msgstr "Изберете кПО МацОПМалМО зМачеМОя Ма тПМПвете за сОгМалОзацОя Ўа се ОзпПлзват." 
     2691 
     2692#: admin/modules/core/page.general.php:404 
     2693msgid "24-hour format" 
     2694msgstr "24-часПв фПрЌат" 
     2695 
     2696#: admin/modules/core/page.general.php:404 
     2697msgid "Select Yes if you use 24-hour format or No if you are using 12-hour am/pm format" 
     2698msgstr "Изберете 'Ўа' акП желаете Ўа ОзпПлзвате 24-часПв фПрЌат ОлО 'Ме' акП ОзпПлзвате 12-часПв am/pm фПрЌат." 
     2699 
     2700#: admin/modules/core/page.general.php:407 
     2701#: admin/modules/core/page.general.php:422 
     2702msgid "no" 
     2703msgstr "Ме" 
     2704 
     2705#: admin/modules/core/page.general.php:408 
     2706#: admin/modules/core/page.general.php:423 
     2707msgid "yes" 
     2708msgstr "Ўа" 
     2709 
     2710#: admin/modules/core/page.general.php:412 
     2711msgid "Security Settings" 
     2712msgstr "ЗащОтМО НастрПйкО" 
     2713 
     2714#: admin/modules/core/page.general.php:415 
     2715msgid "Allow Anonymous Inbound SIP Calls?" 
     2716msgstr "ППзвПлО АМПМОЌМО ВѠ
     2717ПЎящО SIP ОбажЎаМОя?" 
     2718 
     2719#: admin/modules/core/page.general.php:416 
     2720msgid "** WARNING **" 
     2721msgstr "** ВНИМАНИЕ **" 
     2722 
     2723#: admin/modules/core/page.general.php:417 
     2724msgid "Setting this to 'yes' will potentially allow ANYBODY to call into your Asterisk server using the SIP protocol" 
     2725msgstr "УстаМПвяваМетП Ма 'Ўа' евеМтуалМП ще пПзвПлО Ма ВСЕКИ  Ўа се ПбажЎа във вашОя АстерОск сървър ОзпПлзвайкО SIP прПтПкПл." 
     2726 
     2727#: admin/modules/core/page.general.php:418 
     2728msgid "It should only be used if you fully understand the impact of allowing anonymous calls into your server" 
     2729msgstr "ИзпПлзвайте саЌП акП МапълМП разбОрате възЎействОетП Ма пПзвПляваМе Ма аМПМОЌМО ПбажЎаМОя във вашОя сървър." 
     2730 
     2731#: admin/modules/core/page.general.php:428 
     2732msgid "Online Updates" 
     2733msgstr "ОМлайМ ОбМПвяваМОя" 
     2734 
     2735#: admin/modules/core/page.general.php:432 
     2736msgid "Check for Updates" 
     2737msgstr "ПрПверО за ОбМПвяваМОя" 
     2738 
     2739#: admin/modules/core/page.general.php:433 
     2740msgid "Choosing Yes will result in the system automatically checking for updates nighly. The resulting infomation will be displayed in the dashboard and will be optionally emailed to the address below if provided.<br />This will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and to track version usage to focus development and maintenance efforts. No private information is transmitted." 
     2741msgstr "Изберете 'Да' за Ўа ЌПже сОстеЌата автПЌатОчМП Ўа прПверява за ПбМПвяваМОя през МПщта. Резултата ще се пПказва Ма статус страМОцата О препраща Ма email акП е пПсПчеМ.<br />ТПва ще ОзпратО вашОте FreePBX О Asterisk версОО заеЎМП с уМОкалМОя, МП случаеМ ОЎеМтОфОкатПр. ИзпПлзва се за ПсОгуряваМе Ма правОлМа ОМфПрЌацОя за ПбМПвяваМОя. ЛОчМа ОМфПрЌацОя Ме се Озпраща." 
     2742 
     2743#: admin/modules/core/page.general.php:444 
     2744msgid "Update Email" 
     2745msgstr "Email за ОбМПвяваМОя" 
     2746 
     2747#: admin/modules/core/page.general.php:445 
     2748msgid "Email address where online updates will be sent. Leaving blank will result in no updates being sent." 
     2749msgstr "Email аЎрес къЎетП Ўа се Озпраща ОМфПрЌацОя за МалОчМО ПМлайМ ПбМПвяваМОя. ПрО МепПпълМеМП пПле МяЌа Ўа се Озпращат съПбщеМОя." 
     2750 
     2751#: admin/modules/core/page.general.php:475 
     2752msgid "Please enter a valid Number of Seconds" 
     2753msgstr "МПля въвеЎете валОЎеМ БрПй СекуМЎО" 
     2754 
     2755#: admin/modules/core/page.general.php:476 
     2756msgid "Please enter a valid Fax Email" 
     2757msgstr "МПля въвеЎете валОЎеМ Ѐакс Email" 
     2758 
     2759#: admin/modules/core/page.general.php:477 
     2760msgid "You have selected the 'r' option for your trunks. This is highly discouraged and will create problems with calls on many PRI, VoIP, ISDN and other trunks that are capable of signaling. Asterisk will generate a ringing tone until the signalling indicates the line is answered. This will result in some external IVRs being inaccessible and other strange problems." 
     2761msgstr "ИзбралО сте 'r' ПпцОята за вашОте въМшМО лОМОО. ТПва е ЌМПгП МеправОлМП О ЌПже Ўа ЎПвеЎе ЎП прПблеЌО с ПбажЎаМОята прО ЌМПгП PRI, VoIP, ISDN О ЎругО въМшМО лОМОО кПОтП ОзпПлзват сОгМалОзацОя. АстерОск ще геМерОра тПМ Ма звъМеМе ЎПкатП сОгМалОзацОята Ме пПкаже че лОМОята е ПтвПреМа. ТПва ЌПже Ўа ЎПвеЎе ЎП МеЎПстъпМПст прО МякПО въМшМО IVR-О О ЎругО страММО прПблеЌО." 
     2762 
     2763#: admin/modules/core/page.routing.php:118 
     2764msgid "Error renaming route: duplicate name" 
     2765msgstr "Грешка прО преОЌеМуваМе Ма Ќаршрут: пПвтарящП се ОЌе" 
     2766 
     2767#: admin/modules/core/page.routing.php:164 
     2768#: admin/modules/core/page.trunks.php:159 
     2769msgid "Error fetching prefix list for: " 
     2770msgstr "Грешка прО вЌъкваМе Ма префОксОте за:" 
     2771 
     2772#: admin/modules/core/page.routing.php:169 
     2773#: admin/modules/core/page.trunks.php:164 
     2774msgid "Invalid format for NPA-NXX code (must be format: NXXNXX)" 
     2775msgstr "НеправОлеМ фПрЌат за NPA-NXX кПЎ (трябва Ўа е във фПрЌат: NXXNXX)" 
     2776 
     2777#: admin/modules/core/page.routing.php:200 
     2778#: admin/modules/core/page.routing.php:265 
     2779msgid "Add Route" 
     2780msgstr "ДПбавО Маршрут" 
     2781 
     2782#: admin/modules/core/page.routing.php:215 
     2783#: admin/modules/core/page.routing.php:528 
     2784msgid "Move Up" 
     2785msgstr "ПреЌестО НагПре" 
     2786 
     2787#: admin/modules/core/page.routing.php:222 
     2788#: admin/modules/core/page.routing.php:536 
     2789msgid "Move Down" 
     2790msgstr "ПреЌестО НаЎПлу" 
     2791 
     2792#: admin/modules/core/page.routing.php:263 
     2793msgid "Edit Route" 
     2794msgstr "РеЎактОрай Маршрут" 
     2795 
     2796#: admin/modules/core/page.routing.php:290 
     2797msgid "Route Name" 
     2798msgstr "ИЌе Ма Маршрут" 
     2799 
     2800#: admin/modules/core/page.routing.php:290 
     2801msgid "Name of this route. Should be used to describe what type of calls this route matches (for example, 'local' or 'longdistance')." 
     2802msgstr "ИЌе Ма Ќаршрут. ИзпПлзва се Ўа ПпОше Ма какъв тОп разгПвПрО тПзО Ќаршрут ПтгПваря (МапрОЌер, 'local' ОлО 'longdistance')." 
     2803 
     2804#: admin/modules/core/page.routing.php:296 
     2805msgid "Rename" 
     2806msgstr "ПреОЌеМувай" 
     2807 
     2808#: admin/modules/core/page.routing.php:301 
     2809msgid "Rename route" 
     2810msgstr "ПреОЌеМувай Ќаршрут" 
     2811 
     2812#: admin/modules/core/page.routing.php:301 
     2813msgid "to:" 
     2814msgstr "Ма:" 
     2815 
     2816#: admin/modules/core/page.routing.php:303 
     2817msgid "Route name is invalid...please try again" 
     2818msgstr "ИЌетП Ма Ќаршрута е МеправОлМП...ЌПля ПпОтайте ПтМПвП" 
     2819 
     2820#: admin/modules/core/page.routing.php:318 
     2821msgid "Route Password" 
     2822msgstr "ПарПла Ма Маршрут" 
     2823 
     2824#: admin/modules/core/page.routing.php:318 
     2825msgid "Optional: A route can prompt users for a password before allowing calls to progress.  This is useful for restricting calls to international destinations or 1-900 numbers.<br><br>A numerical password, or the path to an Authenticate password file can be used.<br><br>Leave this field blank to not prompt for password.</span>" 
     2826msgstr "НезаЎължОтелМа: Маршрута ЌПже Ўа ОзОсква Пт пПтребОтелОте парПла преЎО Ўа пПзвПлО ПбажЎаМетП Ўа се прПвеЎе. ТПва е пПлезМП за ПграМОчаваМе Ма ЌежЎуМарПЎМО разгПвПрО ОлО 0900 МПЌера.<br><br>МПгат Ўа се ОзпПлзват цОфрПвО парПлО ОлО път ЎП файл с ОтПрОзОраща ПарПла.<br><br>Оставете тПва пПле празМП за Ўа Ме се ОзОсква парПла.</span>" 
     2827 
     2828#: admin/modules/core/page.routing.php:327 
     2829msgid "Emergency Dialing" 
     2830msgstr "ИзбОраМе Ма СпешМО СлучаО" 
     2831 
     2832#: admin/modules/core/page.routing.php:327 
     2833msgid "Optional: Selecting this option will enforce the use of a device's Emergency CID setting (if set).  Select this option if this set of routes is used for emergency dialing (ie: 911).</span>" 
     2834msgstr "НезаЎължОтелМП: ИзбОраМетП Ма тазО ПпцОя ще МалПжО ОзпПлзваМетП Ма CID за СпешМО СлучаО МастрПйкОте (акП са устаМПвеМО).  Изберете тазО ПпцОя акП тПзО Ќаршрут се ОзпПлзва за ОзбОраМе Ма спешМО случаО (МапрОЌер: 112).</span>" 
     2835 
     2836#: admin/modules/core/page.routing.php:331 
     2837msgid "Intra Company Route" 
     2838msgstr "МежЎу ЀОрЌеМ Маршрут" 
     2839 
     2840#: admin/modules/core/page.routing.php:331 
     2841msgid "Optional: Selecting this option will treat this route as a intra-company connection, preserving the internal Caller ID information and not use the outbound CID of either the extension or trunk.</span>" 
     2842msgstr "НезаЎължОтелеМ: ИзбОрайкО тазО ПпцОя ще третОрате тПзО Ќаршрут катП ЌежЎу-фОрЌеМа връзка, запазвайкО вътрешМата Caller ID ОМфПрЌацОя О МяЌа Ўа се ОзпПлзва CID Ма вътрешМОте ОлО въМшМОте лОМОО.</span>" 
     2843 
     2844#: admin/modules/core/page.routing.php:336 
     2845msgid "Music On Hold?" 
     2846msgstr "МузОка прО ЗаЎържаМе?" 
     2847 
     2848#: admin/modules/core/page.routing.php:336 
     2849msgid "You can choose which music category to use. For example, choose a type appropriate for a destination country which may have announcements in the appropriate language." 
     2850msgstr "МПжете Ўа Озберете кПя ЌузОкалМа категПрОя Ўа се ОзпПлзва. НапрОЌер, Озберете категПрОя ПтгПваряща Ма страМата МаправлеМОе, кПятП ЌПже Ўа съЎържа прОветствОе с пПЎѠ
     2851ПЎящОя езОк." 
     2852 
     2853#: admin/modules/core/page.routing.php:354 
     2854msgid "Dial Patterns" 
     2855msgstr "СѠ
     2856еЌО Ма ИзбОраМе" 
     2857 
     2858#: admin/modules/core/page.routing.php:354 
     2859msgid "A Dial Pattern is a unique set of digits that will select this trunk. Enter one dial pattern per line." 
     2860msgstr "СѠ
     2861еЌата Ма ОзбОраМе е уМОкалеМ пПЎбПр Пт цОфрО, кПОтП ще ПпреЎелят ОзпПлзваМетП Ма тазО въМшМа лОМОя. ВъвежЎайте пП еЎМа сѠ
     2862еЌа Ма реЎ." 
     2863 
     2864#: admin/modules/core/page.routing.php:354 
     2865#: admin/modules/core/page.trunks.php:410 
     2866msgid "Rules:" 
     2867msgstr "ПравОла:" 
     2868 
     2869#: admin/modules/core/page.routing.php:355 
     2870#: admin/modules/core/page.trunks.php:411 
     2871msgid "matches any digit from 0-9" 
     2872msgstr "ПтгПваря Ма цОфрОте Пт 0-9" 
     2873 
     2874#: admin/modules/core/page.routing.php:356 
     2875#: admin/modules/core/page.trunks.php:412 
     2876msgid "matches any digit from 1-9" 
     2877msgstr "ПтгПваря Ма цОфрОте Пт 1-9" 
     2878 
     2879#: admin/modules/core/page.routing.php:357 
     2880#: admin/modules/core/page.trunks.php:413 
     2881msgid "matches any digit from 2-9" 
     2882msgstr "ПтгПваря Ма цОфрОте Пт 2-9" 
     2883 
     2884#: admin/modules/core/page.routing.php:358 
     2885#: admin/modules/core/page.trunks.php:414 
     2886msgid "matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 
     2887msgstr "ПтгПваря Ма цОфрОте ОлО сОЌвПлОте в скПбОте (в тПзО прОЌер, 1,2,3,7,8,9)" 
     2888 
     2889#: admin/modules/core/page.routing.php:359 
     2890msgid "wildcard, matches one or more characters" 
     2891msgstr "тПчка, ПтгПваря Ма еЎОМ ОлО пПвече сОЌвПлО" 
     2892 
     2893#: admin/modules/core/page.routing.php:360 
     2894msgid "separates a dialing prefix from the number (for example, 9|NXXXXXX would match when some dialed \"95551234\" but would only pass \"5551234\" to the trunks)" 
     2895msgstr "разЎеля префОкса за ОзбОраМе Пт МПЌера (МапрОЌер, 9|NXXXXXX ще ПтгПваря кПгатП МякПй Мабере \"95551234\" МП ще прПпусМе саЌП \"5551234\" къЌ въМшМата лОМОя)" 
     2896 
     2897#: admin/modules/core/page.routing.php:397 
     2898#: admin/modules/core/page.trunks.php:429 
     2899msgid "Clean & Remove duplicates" 
     2900msgstr "ИзчОстО О ПреЌаѠ
     2901МО пПвтарящОте се" 
     2902 
     2903#: admin/modules/core/page.routing.php:402 
     2904msgid "Dial patterns wizards" 
     2905msgstr "ППЌПщМОк за сѠ
     2906еЌО Ма ОзбОраМе" 
     2907 
     2908#: admin/modules/core/page.routing.php:403 
     2909msgid "These options provide a quick way to add outbound dialing rules. Follow the prompts for each." 
     2910msgstr "ТазО ПпцОя преЎПставя бърз МачОМ за ЎПбавяМе Ма ОзѠ
     2911ПЎящО сѠ
     2912еЌО Ма ОзбОраМе. СлеЎвайте пПЎсказкОте за всекО." 
     2913 
     2914#: admin/modules/core/page.routing.php:404 
     2915#: admin/modules/core/page.routing.php:490 
     2916msgid "Lookup local prefixes" 
     2917msgstr "СлеЎО за граЎскО МПЌера" 
     2918 
     2919#: admin/modules/core/page.routing.php:404 
     2920msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7, 10 or 11 digits (5551234, 6135551234, 16135551234) to access this route." 
     2921msgstr "ТПва слеЎО вашОте граЎскО МПЌера Ма www.localcallingguide.com (саЌП за СеверМа АЌерОка), О гО устаМПвява  за Ўа ЌПжете Ўа ОзбОрате всОчкО 7, 10 ОлО 11 цОфрО (5551234, 6135551234, 16135551234) за ЎПстъп ЎП тПзО Ќаршрут." 
     2922 
     2923#: admin/modules/core/page.routing.php:415 
     2924#: admin/modules/core/page.trunks.php:479 
     2925msgid "" 
     2926"What is your areacode + prefix (NPA-NXX)?\\n" 
     2927"\\n" 
     2928"(Note: this database contains North American numbers only, and is not guaranteed to be 100% accurate. You will still have the option of modifying results.)\\n" 
     2929"\\n" 
     2930"This may take a few seconds." 
     2931msgstr "" 
     2932"Какъв е ПбластМОя вО кПЎ + префОкс (NPA-NXX)?\\n" 
     2933"\\n" 
     2934"(Забележка: тазО база ЎаММО съЎържа саЌП МПЌера Пт СеверМа АЌерОка, О Ме гараМтОра Ўа е 100% тПчМа. ВОе ЌПжете Ўа кПрОгОрате резултата слеЎ тПва.)\\n" 
     2935"\\n" 
     2936"ТПва ЌПже Ўа ПтМеЌе МякПлкП секуМЎО." 
     2937 
     2938#: admin/modules/core/page.routing.php:417 
     2939#: admin/modules/core/page.trunks.php:481 
     2940msgid "Invalid NPA-NXX. Must be of the format \\'NXX-NXX\\'" 
     2941msgstr "НеправОлеМ NPA-NXX. Трябва Ўа е във фПрЌат \\'NXX-NXX\\'" 
     2942 
     2943#: admin/modules/core/page.routing.php:425 
     2944#: admin/modules/core/page.trunks.php:493 
     2945msgid "" 
     2946"Error: Cannot continue!\\n" 
     2947"\\n" 
     2948"Prefix lookup requires cURL support in PHP on the server. Please install or enable cURL support in your PHP installation to use this function. See http://www.php.net/curl for more information." 
     2949msgstr "" 
     2950"Грешка: Не ЌПга Ўа прПЎължа!\\n" 
     2951"\\n" 
     2952"СлеЎеМетП за префОкс ОзОсква cURL пПЎЎръжка в PHP Ма тПзО сървър. МПля ОМсталОрайте ОлО разрешете cURL пПЎЎръжка във вашата PHP ОМсталацОя Ўа ОзпПлзва тазО фуМкцОя. ППсетете http://www.php.net/curl за пПвече ОМфПрЌацОя." 
     2953 
     2954#: admin/modules/core/page.routing.php:482 
     2955#: admin/modules/core/page.trunks.php:440 
     2956msgid "(pick one)" 
     2957msgstr "(ОзберО еЎМП)" 
     2958 
     2959#: admin/modules/core/page.routing.php:483 
     2960msgid "Local 7 digit" 
     2961msgstr "ГраЎа 7 цОфрО" 
     2962 
     2963#: admin/modules/core/page.routing.php:484 
     2964msgid "Local 7/10 digit" 
     2965msgstr "ГраЎа 7/10 цОфрО" 
     2966 
     2967#: admin/modules/core/page.routing.php:485 
     2968msgid "Toll-free" 
     2969msgstr "БезплатМО" 
     2970 
     2971#: admin/modules/core/page.routing.php:486 
     2972msgid "Long-distance" 
     2973msgstr "МежЎуграЎскО" 
     2974 
     2975#: admin/modules/core/page.routing.php:487 
     2976msgid "International" 
     2977msgstr "МежЎуМарПЎМО" 
     2978 
     2979#: admin/modules/core/page.routing.php:488 
     2980msgid "Information" 
     2981msgstr "ИМфПрЌацОя" 
     2982 
     2983#: admin/modules/core/page.routing.php:489 
     2984msgid "Emergency" 
     2985msgstr "СпешМО СлучаО" 
     2986 
     2987#: admin/modules/core/page.routing.php:496 
     2988msgid "Trunk Sequence" 
     2989msgstr "ППЎреЎба Ма ВъМшМОте ЛОМОО" 
     2990 
     2991#: admin/modules/core/page.routing.php:496 
     2992msgid "The Trunk Sequence controls the order of trunks that will be used when the above Dial Patterns are matched. <br><br>For Dial Patterns that match long distance numbers, for example, you'd want to pick the cheapest routes for long distance (ie, VoIP trunks first) followed by more expensive routes (POTS lines)." 
     2993msgstr "ППЎреЎбата Ма ВъМшМОте ЛОМОО кПМтрПлОра реЎа пП кПйтП лОМООте ще се ОзпПлзват кПгатП СѠ
     2994еЌата Ма ИзбОраМе съвпаЎа. <br><br>За СѠ
     2995еЌО Ма ИзбОраМе кПОтП ПтгПварят Ма ЌежЎуграЎскО МПЌера, МапрОЌер, Оскате Ўа Озберете Май-евтОМОя Ќаршрут за ЌежЎуграЎскО (VoIP въМшМО лОМОО първП) слеЎваМО Пт пП-скъпО ЌаршрутО (POTS въМшМО лОМОО)." 
     2996 
     2997#: admin/modules/core/page.routing.php:618 
     2998msgid "Route name is invalid, please try again" 
     2999msgstr "ИЌетП Ма Ќаршрута е МеправОлМП, ЌПля ПпОтайте ПтМПвП" 
     3000 
     3001#: admin/modules/core/page.routing.php:619 
     3002msgid "Route password must be numeric or leave blank to disable" 
     3003msgstr "ПарПлата Ма Ќаршрута трябва Ўа е цОфрПва ОлО Пставете пПлетП празМП за забраМа" 
     3004 
     3005#: admin/modules/core/page.routing.php:620 
     3006msgid "Dial pattern is invalid" 
     3007msgstr "СѠ
     3008еЌата Ма ОзбОраМе е МаправОлМа" 
     3009 
     3010#: admin/modules/core/page.routing.php:621 
     3011msgid "At least one trunk must be picked" 
     3012msgstr "Трябва Ўа Озберете пПМе еЎМа въМшМа лОМОя" 
     3013 
     3014#: admin/modules/core/page.trunks.php:191 
     3015msgid "Add Trunk" 
     3016msgstr "ДПбавО ВъМшМа ЛОМОя" 
     3017 
     3018#: admin/modules/core/page.trunks.php:198 
     3019msgid "Trunk" 
     3020msgstr "ВъМшМа ЛОМОя" 
     3021 
     3022#: admin/modules/core/page.trunks.php:210 
     3023msgid "Add a Trunk" 
     3024msgstr "ДПбавяМе Ма ВъМшМа ЛОМОя" 
     3025 
     3026#: admin/modules/core/page.trunks.php:214 
     3027msgid "Add Zap Trunk" 
     3028msgstr "ДПбавО Zap ВъМшМа ЛОМОя" 
     3029 
     3030#: admin/modules/core/page.trunks.php:214 
     3031#: admin/modules/core/page.trunks.php:325 
     3032msgid "DAHDI compatibility mode" 
     3033msgstr "DAHDI съвЌестОЌ режОЌ" 
     3034 
     3035#: admin/modules/core/page.trunks.php:215 
     3036msgid "Add IAX2 Trunk" 
     3037msgstr "ДПбавО IAX2 ВъМшМа ЛОМОя" 
     3038 
     3039#: admin/modules/core/page.trunks.php:216 
     3040msgid "Add SIP Trunk" 
     3041msgstr "ДПбавО SIP ВъМшМа ЛОМОя" 
     3042 
     3043#: admin/modules/core/page.trunks.php:217 
     3044msgid "Add ENUM Trunk" 
     3045msgstr "ДПбавО ENUM ВъМшМа ЛОМОя" 
     3046 
     3047#: admin/modules/core/page.trunks.php:218 
     3048msgid "Add DUNDi Trunk" 
     3049msgstr "ДПбавО DUNDi ВъМшМа ЛОМОя" 
     3050 
     3051#: admin/modules/core/page.trunks.php:219 
     3052msgid "Add Custom Trunk" 
     3053msgstr "ДПбавО Custom ВъМшМа ЛОМОя" 
     3054 
     3055#: admin/modules/core/page.trunks.php:280 
     3056#, php-format 
     3057msgid "Edit %s Trunk" 
     3058msgstr "РеЎактОрай %s ВъМшМа ЛОМОя" 
     3059 
     3060#: admin/modules/core/page.trunks.php:280 
     3061msgid "DAHDI compatibility Mode" 
     3062msgstr "DAHDI съвЌестОЌ РежОЌ" 
     3063 
     3064#: admin/modules/core/page.trunks.php:281 
     3065#, php-format 
     3066msgid "Delete Trunk %s" 
     3067msgstr "ИзтрОй ВъМшМа ЛОМОя %s" 
     3068 
     3069#: admin/modules/core/page.trunks.php:291 
     3070msgid "In use by" 
     3071msgstr "ИзпПлзваМа Пт" 
     3072 
     3073#: admin/modules/core/page.trunks.php:291 
     3074msgid "route" 
     3075msgstr "Ќаршрут" 
     3076 
     3077#: admin/modules/core/page.trunks.php:291 
     3078msgid "routes" 
     3079msgstr "Ќаршрута" 
     3080 
     3081#: admin/modules/core/page.trunks.php:293 
     3082msgid "Sequence" 
     3083msgstr "ППслеЎПвателМПст" 
     3084 
     3085#: admin/modules/core/page.trunks.php:297 
     3086msgid "WARNING:" 
     3087msgstr "ВНИМАНИЕ:" 
     3088 
     3089#: admin/modules/core/page.trunks.php:297 
     3090msgid "This trunk is not used by any routes!" 
     3091msgstr "ТазО въМшМа лОМОя Ме се ОзпПлзва Пт МОкаквО ЌаршрутО!" 
     3092 
     3093#: admin/modules/core/page.trunks.php:298 
     3094msgid "This trunk will not be able to be used for outbound calls until a route is setup that uses it. Click on <b>Outbound Routes</b> to setup routing." 
     3095msgstr "ТазО въМшМа лОМОя МяЌа Ўа се ОзпПлзва за ОзѠ
     3096ПЎящО ПбажЎаМОя ЎПкатП Ме се устаМПвО Ќаршрут, кПйтП Ўа я ОзпПлзва. КлОкМете Ма <b>ИзѠ
     3097ПЎящО МаршрутО</b> за Ўа устаМПвОте Ќаршрут." 
     3098 
     3099#: admin/modules/core/page.trunks.php:325 
     3100#, php-format 
     3101msgid "Add %s Trunk" 
     3102msgstr "ДПбавяМе Ма %s ВъМшМа ЛОМОя" 
     3103 
     3104#: admin/modules/core/page.trunks.php:329 
     3105msgid "FreePBX offers limited support for DUNDi trunks and additional manual configuration is required. The trunk name should correspond to the [mappings] section of the remote dundi.conf systems. For example, you may have a mapping on the remote system, and corresponding configurations in dundi.conf locally, that looks as follows:<br /><br />[mappings]<br />priv => dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /><br />In this example, you would create this trunk and name it priv. You would then create the corresponding IAX2 trunk with proper settings to work with DUNDi. This can be done by making an IAX2 trunk in FreePBX or by using the iax_custom.conf file.<br />The dundi-extens context in this example must be created in extensions_custom.conf. This can simply include contexts such as ext-local, ext-intercom-users, ext-paging and so forth to provide access to the corresponding extensions and features provided by these various contexts and generated by FreePBX." 
     3106msgstr "FreePBX преЎлага ПграМОчеМа пПЎЎръжка за DUNDi въМшМО лОМОО О е МеПбѠ
     3107ПЎОЌП ЎПпълМОтелМП кПМфОгурОраМе Ма ръка. ИЌетП Ма въМшМата лОМОя трябва Ўа ПтгПваря Ма [mappings] секцОята Ма ПтЎалечеМата dundi.conf сОстеЌа.НапрОЌер, вОе ЌПже Ўа ОЌате (mapping) Ма ПтЎалечеМата сОстеЌа, О съПтветстващО кПМфОгурацОО в dundi.conf лПкалМП, кПОтП ОзглежЎат така:<br /><br />[mappings]<br />priv => dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /><br />В тПзО прОЌер, вОе трябва Ўа съзЎаЎете въМшМа лОМОя с ОЌе priv. СлеЎ тПва трябва Ўа съзЎаЎете съПтветстваща IAX2 въМшМа лОМОя с кПректМО МастрПйкО за рабПта с DUNDi. ТПва ЌПже Ўа се МаправО катП съзЎаЎете IAX2 въМшМа лОМОя в FreePBX ОлО катП ОзпПлзвате iax_custom.conf файла.<br />КПМтекста dundi-extens в тПзО прОЌер трябва Ўа се пПставО в extensions_custom.conf. ТПй ЌПже прПстП Ўа включва кПМтекстО катП ext-local, ext-intercom-users, ext-paging О така Мататък за Ўа преЎПставО ЎПстъп ЎП съПтветМОте вътрешМО лОМОО О спецОалМО кПЎПве преЎПставеМО Пт тезО разлОчМО кПМтекстО О геМерОраМО Пт FreePBX." 
     3108 
     3109#: admin/modules/core/page.trunks.php:356 
     3110msgid "Outbound Caller ID" 
     3111msgstr "ИзѠ
     3112ПЎящ Caller ID" 
     3113 
     3114#: admin/modules/core/page.trunks.php:356 
     3115msgid "Caller ID for calls placed out on this trunk<br><br>Format: <b>\"caller name\" &lt;#######&gt;</b>. You can also use the magic string 'hidden' to hide the CallerID sent out over Digital lines ONLY (E1/T1/J1/BRI/SIP/IAX)" 
     3116msgstr "Caller ID за ПбажЎаМОя ОзпПлзващО тазО въМшМа лОМОя<br><br>ЀПрЌат: <b>\"ОЌе Ма ПбажЎащОя се\" &lt;#######&gt;</b>. СъщП така ЌПже Ўа ОзпПлзвате вълшебМОя стрОМг 'hidden' за Ўа скрОете CallerID ОзпращаМ Пт ЊОфрПвОте вО лОМОО САМО (E1/T1/J1/BRI/SIP/IAX)" 
     3117 
     3118#: admin/modules/core/page.trunks.php:363 
     3119msgid "Never Override CallerID" 
     3120msgstr "Не ОтЌеМяй CallerID" 
     3121 
     3122#: admin/modules/core/page.trunks.php:363 
     3123msgid "Some VoIP providers will drop the call if you try to send an invalid CallerID (one you don't 'own.' Use this to never send a CallerID that you haven't explicitly specified in this trunk or in the outbound callerid field of an extension/user. You might notice this problem if you discover that Follow-Me or RingGroups with external numbers don't work properly. Checking this box has the effect of disabling 'foreign' callerids from going out this trunk. You must define an Outbound Caller ID on the this trunk when checking this." 
     3124msgstr "НякПО VoIP ЎПставчОцО ще прекратят ПбажЎаМетП акП се ПпОтате Ўа ОзпратОте МеправОлеМ CallerID (акП Ме 'прОтежавате' такъв). ИзпПлзвайте тПва МОкПга Ўа Ме Озпращате CallerID, кПйтП гП МяЌа ОзрОчМП устаМПвеМ в тазО въМшМа лОМОя ОлО в ОзѠ
     3125ПЎящ callerid пПлетП във вътрешМа лОМОя/пПтребОтел. МПжете Ўа забележОте тПзО прПблеЌ, акП ПткрОете че СлеЎвай Ме ОлО ГрупО Ма ЗвъМеМе с вътрешМО МПЌера Ме рабПтят кПректМП. МаркОраМетП Ма тазО ПтЌетка ОЌа ефекта Ма забраМяваМе 'въМшМО' callerid прО ОзлОзаМе Пт тазО лОМОя. Трябва Ўа ПпреЎелОте ИзѠ
     3126ПЎящ Caller ID Ма тазО въМшМа лОМОя акП ЌаркОрате тПва." 
     3127 
     3128#: admin/modules/core/page.trunks.php:373 
     3129#: admin/modules/core/page.trunks.php:377 
     3130msgid "Maximum Channels" 
     3131msgstr "МаксОЌалМП КаМалО" 
     3132 
     3133#: admin/modules/core/page.trunks.php:373 
     3134#, php-format 
     3135msgid "Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. To count inbound calls against this maximum, use the auto-generated context: %s as the inbound trunk's context. (see extensions_additional.conf) Leave blank to specify no maximum." 
     3136msgstr "КПМтрПлОра ЌаксОЌалМОя брПй ОзѠ
     3137ПЎящО каМалО (еЎМПвреЌеММО разгПвПра) кПОтП ЌПгат Ўа се ОзпПлзват Пт тазО въМшМа лОМОя. За Ўа ОзчОслОте вѠ
     3138ПЎящОте ПбажЎаМОя за тПзО ЌаксОЌуЌ, ОзпПлзвайте автПЌатОчМП геМерОраМОя кПМтекст: %s в кПМтекст вѠ
     3139ПЎящО въМшМО лОМОО. (вОжте extensions_additional.conf) Оставете празМП за Ўа ПпреЎелОте без лОЌОт." 
     3140 
     3141#: admin/modules/core/page.trunks.php:377 
     3142msgid "Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. Inbound calls are not counted against the maximum. Leave blank to specify no maximum." 
     3143msgstr "КПМтрПлОра ЌаксОЌалМОя брПй ОзѠ
     3144ПЎящО каМалО (еЎМПвреЌеММО разгПвПра) кПОтП ЌПгат Ўа се ОзпПлзват Пт тазО въМшМа лОМОя. ВѠ
     3145ПЎящОте ПбажЎаМОя Ме се ОзчОсляват Пт тПзО ЌаксОЌуЌ. Оставете празМП за Ўа ПпреЎелОте без лОЌОт." 
     3146 
     3147#: admin/modules/core/page.trunks.php:387 
     3148msgid "Disable Trunk" 
     3149msgstr "ЗабраМО ВъМшМата ЛОМОя" 
     3150 
     3151#: admin/modules/core/page.trunks.php:387 
     3152msgid "Check this to disable this trunk in all routes where it is used." 
     3153msgstr "МаркОрайте тПва за Ўа забраМОте тазО въМшМа лОМОя във всОчкО ЌаршрутО, кПОтП я ОзпПлзват." 
     3154 
     3155#: admin/modules/core/page.trunks.php:395 
     3156msgid "Monitor Trunk Failures" 
     3157msgstr "СлеЎО за ОтпаЎаМОя Ма ВъМшМата ЛОМОя" 
     3158 
     3159#: admin/modules/core/page.trunks.php:395 
     3160msgid "If checked, supply the name of a custom AGI Script that will be called to report, log, email or otherwise take some action on trunk failures that are not caused by either NOANSWER or CANCEL." 
     3161msgstr "АкП е ЌаркОраМП, ЌПля ЎПбавете ОЌе Ма custom AGI Script кПйтП ще се ОзпПлзва за Ўа ЎПклаЎва, регОстрОра, Озпраща Ма email ОлО пП Мякакъв МачОМ преЎпрОеЌа ЎействОя прО ПтпаЎаМе Ма въМшМата лОМОя, кПетП Ме е прОчОМеМП Пт NOANSWER ОлО CANCEL." 
     3162 
     3163#: admin/modules/core/page.trunks.php:405 
     3164msgid "Outgoing Dial Rules" 
     3165msgstr "ПравОла за ИзѠ
     3166ПЎящП ИзбОраМе" 
     3167 
     3168#: admin/modules/core/page.trunks.php:410 
     3169msgid "Dial Rules" 
     3170msgstr "ПравОла за ИзбОраМе" 
     3171 
     3172#: admin/modules/core/page.trunks.php:410 
     3173msgid "A Dial Rule controls how calls will be dialed on this trunk. It can be used to add or remove prefixes. Numbers that don't match any patterns defined here will be dialed as-is. Note that a pattern without a + or | (to add or remove a prefix) will not make any changes but will create a match. Only the first matched rule will be executed and the remaining rules will not be acted on." 
     3174msgstr "ПравОлата за ИзбОраМе кПМтрПлОрат как всОчкО ПбажЎаМОя ще се ОзбОрат през тазО въМшМа лОМОя. МПгат Ўа се ОзпПлзват за ЎПбавяМе ОлО преЌаѠ
     3175ваМе Ма префОксО. НПЌерата кПОтП Ме съвпаЎат с МОтП еЎМа Пт сѠ
     3176еЌОте ПпреЎелеМО тук ще се ОзбОрат кактП са сО. ИЌайте в преЎвОЎ, че сѠ
     3177еЌО без + ОлО | (Ўа ЎПбавО ОлО преЌаѠ
     3178Ме префОкс) МяЌа Ўа Маправят МОкаквО прПЌеМО в МабраМОя МПЌер, МП ще съзЎаЎе съвпаЎеМОе. СаЌП първПтП правОлП кПетП ПтгПваря ще бъЎе ОзпълМеМП, катП ПстаМалОте МяЌа Ўа бъЎат съпПставеМО." 
     3179 
     3180#: admin/modules/core/page.trunks.php:415 
     3181msgid "wildcard, matches one or more characters (not allowed before a | or +)" 
     3182msgstr "тПчка, ПтгПваря Ма еЎОМ ОлО пПвече сОЌвПла (Ме се пПзвПлява преЎО | ОлО +)" 
     3183 
     3184#: admin/modules/core/page.trunks.php:416 
     3185msgid "removes a dialing prefix from the number (for example, 613|NXXXXXX would match when some dialed \"6135551234\" but would only pass \"5551234\" to the trunk)" 
     3186msgstr "преЌаѠ
     3187ва префОкс за ОзбОраМе Пт МПЌера (МапрОЌер, 613|NXXXXXX ще ПтгПваря кПгатП МякПй Мабере \"6135551234\" МП ще прПпусМе саЌП \"5551234\" къЌ въМшМата лОМОя)" 
     3188 
     3189#: admin/modules/core/page.trunks.php:417 
     3190msgid "adds a dialing prefix from the number (for example, 1613+NXXXXXX would match when some dialed \"5551234\" and would pass \"16135551234\" to the trunk)" 
     3191msgstr "ЎПбавя префОкс за ОзбОраМе къЌ МПЌера (МапрОЌер, 1613+NXXXXXX ще ПтгПваря кПгатП МякПй Мабере \"5551234\" МП ще ОзпратО \"16135551234\" къЌ въМшМата лОМОя)" 
     3192 
     3193#: admin/modules/core/page.trunks.php:418 
     3194msgid "You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match \"016065551234\" and dial it as \"0116065551234\" Note that the order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." 
     3195msgstr "СъщП така ЌПжете Ўа ОзпПлзвате еЎМПвреЌеММП + О |, МапрОЌер: 01+0|1ZXXXXXXXXX ще ПтгПваря Ма \"016065551234\" О ще гП МабОра катП \"0116065551234\" ИЌайте в преЎвОЎ че пПслеЎПвателМПстта МяЌа зМачеМОе, катП 0|01+1ZXXXXXXXXX ПзМачава същПтП." 
     3196 
     3197#: admin/modules/core/page.trunks.php:434 
     3198msgid "Dial Rules Wizards" 
     3199msgstr "ППЌПщМОк Ма ПравОла за ИзбОраМе" 
     3200 
     3201#: admin/modules/core/page.trunks.php:435 
     3202#: admin/modules/core/page.trunks.php:441 
     3203msgid "Always dial with prefix" 
     3204msgstr "ВОМагО ОзбОрай с префОкс" 
     3205 
     3206#: admin/modules/core/page.trunks.php:435 
     3207msgid "is useful for VoIP trunks, where if a number is dialed as \"5551234\", it can be converted to \"16135551234\"." 
     3208msgstr "е уЎачМП за VoIP въМшМО лОМОО, къЎетП акП МПЌер е ОзбраМ катП \"5551234\", ЌПже Ўа бъЎе преПбразуваМ в \"16135551234\"." 
     3209 
     3210#: admin/modules/core/page.trunks.php:436 
     3211#: admin/modules/core/page.trunks.php:442 
     3212msgid "Remove prefix from local numbers" 
     3213msgstr "ПреЌѠ
     3214МО префОкс Пт граЎскО МПЌера" 
     3215 
     3216#: admin/modules/core/page.trunks.php:436 
     3217msgid "is useful for ZAP trunks, where if a local number is dialed as \"6135551234\", it can be converted to \"555-1234\"." 
     3218msgstr "е уЎачМП за ZAP въМшМО лОМОО, къЎетП акП граЎскО МПЌер е ОзбраМ катП \"6135551234\", ЌПже Ўа бъЎе преПбразуваМ в \"555-1234\"." 
     3219 
     3220#: admin/modules/core/page.trunks.php:437 
     3221msgid "Lookup numbers for local trunk" 
     3222msgstr "СлеЎО за МПЌера Пт граЎскО ЎестОМацОО" 
     3223 
     3224#: admin/modules/core/page.trunks.php:437 
     3225msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7 or 10 digits (regardless of what your PSTN is) on a local trunk (where you have to dial 1+area code for long distance, but only 5551234 (7-digit dialing) or 6135551234 (10-digit dialing) for local calls" 
     3226msgstr "ТПва слеЎО за вашОте граЎскО МПЌера в  www.localcallingguide.com (саЌП за СеверМа АЌерОка), О устаМПвява ОзбОраМе Ма 7 ОлО 10 цОфрО (в завОсОЌПст Пт вашата PSTN лОМОя) пП вашата граЎска лОМОя (къЎетП трябва Ўа Озберете 1+ПбластеМ кПЎ за ЌежЎуграЎскО, МП саЌП 5551234 (7-цОфрПвП ОзбОраМе) ОлО 6135551234 (10-цОфрПвП ОзбОраМе) за граЎскО разгПвПрО)" 
     3227 
     3228#: admin/modules/core/page.trunks.php:443 
     3229msgid "Lookup numbers for local trunk (7-digit dialing)" 
     3230msgstr "СлеЎО за граЎскО ЎестОМацОО (7-цОфрО)" 
     3231 
     3232#: admin/modules/core/page.trunks.php:444 
     3233msgid "Lookup numbers for local trunk (10-digit dialing)" 
     3234msgstr "СлеЎО за граЎскО ЎестОМацОО (10-цОфрО)" 
     3235 
     3236#: admin/modules/core/page.trunks.php:464 
     3237msgid "Are you sure you want to disable this trunk in all routes it is used?" 
     3238msgstr "СОгурМО лО сте че Оскате Ўа забраМОте тазО въМшМа лОМОя във всОчкО ЌаршрутО кПОтП я ОзпПлзват?" 
     3239 
     3240#: admin/modules/core/page.trunks.php:469 
     3241msgid "You have enabled this trunk in all routes it is used" 
     3242msgstr "ВОе разрешОѠ
     3243те тазО въМшМа лОМОя във всОчкО ЌаршрутО кПОтП я ОзпПлзват" 
     3244 
     3245#: admin/modules/core/page.trunks.php:479 
     3246msgid "\")" 
     3247msgstr "\")" 
     3248 
     3249#: admin/modules/core/page.trunks.php:501 
     3250msgid "" 
     3251"What is the local dialing pattern?\\n" 
     3252"\\n" 
     3253"(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 
     3254msgstr "" 
     3255"Каква е сѠ
     3256еЌата за ОзбОраМе Ма граЎскО МПЌера?\\n" 
     3257"\\n" 
     3258"(МапрОЌер NXXNXXXXXX за US/CAN 10-цОфрПвП ОзбОраМе, NXXXXXX за 7-цОфрО)" 
     3259 
     3260#: admin/modules/core/page.trunks.php:503 
     3261#: admin/modules/core/page.trunks.php:526 
     3262msgid "Invalid pattern. Only 0-9, #, *, Z, N, X and . are allowed." 
     3263msgstr "НеправОлМа сѠ
     3264еЌа. СаЌП 0-9, #, *, Z, N, X О . са пПзвПлеМО." 
     3265 
     3266#: admin/modules/core/page.trunks.php:506 
     3267msgid "" 
     3268"What prefix should be added to the dialing pattern?\\n" 
     3269"\\n" 
     3270"(ie. for US/CAN, 1+areacode, ie, \\'1613\\')?" 
     3271msgstr "" 
     3272"Какъв префОкс Ўа се ЎПбавО къЌ сѠ
     3273еЌата Ма ОзбОраМе?\\n" 
     3274"\\n" 
     3275"(МапрОЌер за US/CAN, 1+ПбластеМ кПЎ, катП \\'1613\\')?" 
     3276 
     3277#: admin/modules/core/page.trunks.php:508 
     3278msgid "Invalid prefix. Only dialable characters (0-9, #, and *) are allowed." 
     3279msgstr "НеправОлеМ префОкс.СаЌП ОзбОраеЌО сОЌвПлО (0-9, # О *) са пПзвПлеМО." 
     3280 
     3281#: admin/modules/core/page.trunks.php:519 
     3282msgid "" 
     3283"What prefix should be removed from the number?\\n" 
     3284"\\n" 
     3285"(ie. for US/CAN, 1+areacode, ie, \\'1613\\')" 
     3286msgstr "" 
     3287"Какъв префОкс Ўа се преЌаѠ
     3288Ме Пт МПЌера?\\n" 
     3289"\\n" 
     3290"(МапрОЌер за US/CAN, 1+ПбластеМ кПЎ, катП \\'1613\\')" 
     3291 
     3292#: admin/modules/core/page.trunks.php:521 
     3293msgid "Invalid prefix. Only 0-9, #, *, Z, N, and X are allowed." 
     3294msgstr "НеправОлеМ префОкс. СаЌП 0-9, #, *, Z, N О X са пПзвПлеМО." 
     3295 
     3296#: admin/modules/core/page.trunks.php:524 
     3297msgid "What is the dialing pattern for local numbers after" 
     3298msgstr "Каква е сѠ
     3299еЌата Ма ОзбОраМе за граЎскО МПЌера слеЎ" 
     3300 
     3301#: admin/modules/core/page.trunks.php:524 
     3302msgid "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 
     3303msgstr "(МапрОЌер NXXNXXXXXX за US/CAN 10-цОфрПвП ОзбОраМе, NXXXXXX за 7-цОфрО)" 
     3304 
     3305#: admin/modules/core/page.trunks.php:649 
     3306msgid "Outbound Dial Prefix" 
     3307msgstr "ПрефОкс за ИзѠ
     3308ПЎящП ИзбОраМе" 
     3309 
     3310#: admin/modules/core/page.trunks.php:649 
     3311msgid "The outbound dialing prefix is used to prefix a dialing string to all outbound calls placed on this trunk. For example, if this trunk is behind another PBX or is a Centrex line, then you would put 9 here to access an outbound line. Another common use is to prefix calls with 'w' on a POTS line that need time to obtain dial tone to avoid eating digits.<br><br>Most users should leave this option blank." 
     3312msgstr "ПрефОкса за ОзѠ
     3313ПЎящП ОзбОраМе се ОзпПлзва за въвежЎаМе Ма префОкс стрОМг за всОчкО ОзѠ
     3314ПЎящО ПбажЎаМОя МасПчеМО къЌ тазО въМшМа лОМОя. НапрОЌер, акП тазО въМшМа лОМОя е заЎ Ўруга телефПММа цеМтрала ОлО е Centrex лОМОя, тПгава вОе трябва Ўа пПставОте 9 тук за ЎПстъп ЎП ОзѠ
     3315ПЎящата лОМОя. ДругП честП прОлПжеМОе е Ўа пПставя префОкс Ма ПбажЎаМОята с 'w' Ма POTS лОМОя кПятП ОЌа МужЎа Пт вреЌе за Ўа пПлучО сОгМал за ОзбОраМе О Ўа преЎПтвратО 'ОзяжЎаМе' Ма цОфрО.<br><br>ППвечетП пПтребОтелО трябва Ўа Пстявят пПлетП МепПпълМеМП." 
     3316 
     3317#: admin/modules/core/page.trunks.php:657 
     3318msgid "Outgoing Settings" 
     3319msgstr "ИзѠ
     3320ПЎящО НастрПйкО" 
     3321 
     3322#: admin/modules/core/page.trunks.php:668 
     3323msgid "Zap Identifier (trunk name)" 
     3324msgstr "Zap ИЎеМтОфОкатПр (ОЌе Ма въМшМа лОМОя)" 
     3325 
     3326#: admin/modules/core/page.trunks.php:668 
     3327msgid "ZAP channels are referenced either by a group number or channel number (which is defined in zapata.conf).  <br><br>The default setting is <b>g0</b> (group zero)." 
     3328msgstr "ZAP каМалОте се ПтМасят за всекО МПЌер Ма група ОлО МПЌер Ма каМал (кПетП е ПпреЎелеМП в zapata.conf).  <br><br>ПП-пПЎразбОраМе <b>g0</b> (група Мула)." 
     3329 
     3330#: admin/modules/core/page.trunks.php:682 
     3331msgid "Custom Dial String" 
     3332msgstr "Custom СтрОМг за ИзбОраМе" 
     3333 
     3334#: admin/modules/core/page.trunks.php:682 
     3335msgid "Define the custom Dial String.  Include the token" 
     3336msgstr "ОпреЎелете custom СтрОМг за ИзбОраМе.  Включете сОЌвПла" 
     3337 
     3338#: admin/modules/core/page.trunks.php:682 
     3339msgid "wherever the number to dial should go.<br><br><b>examples:</b><br>" 
     3340msgstr "къЎетП ОзбраМОя МПЌер трябва Ўа ПтОЎе.<br><br><b>прОЌерО:</b><br>" 
     3341 
     3342#: admin/modules/core/page.trunks.php:694 
     3343msgid "DUNDi Mapping" 
     3344msgstr "DUNDi Mapping" 
     3345 
     3346#: admin/modules/core/page.trunks.php:694 
     3347msgid "This is the name of the DUNDi mapping as defined in the [mappings] section of remote dundi.conf peers. This corresponds to the 'include' section of the peer details in the local dundi.conf file. This requires manual configuration of DUNDi to use this trunk." 
     3348msgstr "ИЌетП Ма DUNDi mapping кактП е ЎефОМОраМП в [mappings] секцОята Ма ПтЎалечеМОте dundi.conf peer-О. ОтгПваря Ма 'include' секцОята Ма peer ЎетайлОте в лПкалМОя dundi.conf файл. ИзОсква се ЎПпълМОтелМП кПМфОгурОраМе Ма ръка Ма DUNDi за Ўа се ОзпПлзва тазО въМшМа лОМОя." 
     3349 
     3350#: admin/modules/core/page.trunks.php:706 
     3351msgid "Trunk Name" 
     3352msgstr "ИЌе Ма ВъМшМа ЛОМОя" 
     3353 
     3354#: admin/modules/core/page.trunks.php:706 
     3355msgid "Give this trunk a unique name.  Example: myiaxtel" 
     3356msgstr "Дайте уМОкалМП ОЌе Ма тазО въМшМа лОМОя. НапрОЌер: myiaxtel" 
     3357 
     3358#: admin/modules/core/page.trunks.php:713 
     3359msgid "PEER Details" 
     3360msgstr "PEER ДетайлО" 
     3361 
     3362#: admin/modules/core/page.trunks.php:713 
     3363msgid "Modify the default PEER connection parameters for your VoIP provider.<br><br>You may need to add to the default lines listed below, depending on your provider.<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny comes first." 
     3364msgstr "РеЎактОрайте PEER параЌетрОте за връзка с вашОя VoIP ЎПставчОк.<br><br>МПже Ўа се МалПжО Ўа ЎПбавОте ЎПпълМОтелМО лОМОО къЌ въвеЎеМОте пП-ЎПлу, в завОсОЌПст Пт вашОя ЎПставчОк.<br /><br />ВМОЌаМОе: ППслеЎПвателМПстта Ма въвежЎаМе кактП О ще бъЎе запПЌМеМа е важМа. НапрОЌер,акП ОзпПлзвате \"allow/deny\" ЎОректОвО пПставете първП deny." 
     3365 
     3366#: admin/modules/core/page.trunks.php:723 
     3367msgid "Incoming Settings" 
    26423368msgstr "ВѠ
    2643 ÐŸÐŽÑÑ‰ Маршрут: %s (%s)" 
    2644  
    2645 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2723 
    2646 msgid "You must put in an extension (or user) number" 
    2647 msgstr "Трябва Ўа въвеЎете МПЌер Ма вътрешМа лОМОя (ОлО пПтребОтел)" 
    2648  
    2649 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2732 
    2650 #, php-format 
    2651 msgid "This user/extension %s is already in use" 
    2652 msgstr "ППтребОтелят/вътрешМата лОМОя %s вече се ОзпПлзва" 
    2653  
    2654 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2751 
    2655 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2991 
    2656 #, php-format 
    2657 msgid "A route with this DID/CID: %s/%s already exists" 
    2658 msgstr "Маршрут с тПзО DID/CID: %s/%s вече се ОзпПлзва" 
    2659  
    2660 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:3042 
    2661 msgid "Error Duplicate Channel Entry" 
    2662 msgstr "Грешка ДублОраМП ВъвежЎаМе Ма КаМал" 
    2663  
    2664 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4206 
    2665 #, php-format 
    2666 msgid "Failed to open %s for writing, aborting attempt to write the country indications. The file may be readonly or the permissions may be incorrect." 
    2667 msgstr "Грешка прО ПтваряМе Ма %s за запОс, прекратяваЌ ПпОтОте за запОс Ма МацОПМалМП зМачеМОе Ма тПМПвете. Ѐайлът ЌПже Ўа е саЌП за четеМе ОлО правата за ЎПстъп Ўа Ме са МастрПеМО правОлМП." 
    2668  
    2669 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4207 
    2670 msgid "Failed to write indications.conf" 
    2671 msgstr "Грешка прО запОс Ма indications.conf" 
    2672  
    2673 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4231 
    2674 msgid "On Demand" 
    2675 msgstr "ПрО ППОскваМе" 
    2676  
    2677 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4232 
    2678 msgid "Always" 
    2679 msgstr "ВОМагО" 
    2680  
    2681 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4233 
    2682 msgid "Never" 
    2683 msgstr "НОкПга" 
    2684  
    2685 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4241 
    2686 msgid "Screen Caller: No Memory" 
    2687 msgstr "Без ЗапПЌМяМе" 
    2688  
    2689 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4242 
    2690 msgid "Screen Caller: Memory" 
    2691 msgstr "Със ЗапПЌМяМе" 
    2692  
    2693 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4315 
    2694 #, php-format 
    2695 msgid "Delete Extension %s" 
    2696 msgstr "ИзтрОй ВътрешМа ЛОМОя %s" 
    2697  
    2698 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4327 
    2699 #, php-format 
    2700 msgid "Delete User %s" 
    2701 msgstr "ИзтрОй ППтребОтел %s" 
    2702  
    2703 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4339 
    2704 msgid "Add User/Extension" 
    2705 msgstr "ДПбавО ППтребОтел/ВътрешМа ЛОМОя" 
    2706  
    2707 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4346 
    2708 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4715 
    2709 msgid "Please enter a valid extension number." 
    2710 msgstr "МПля въвеЎете правОлеМ МПЌер Ма вътрешМа лОМОя." 
    2711  
    2712 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4347 
    2713 msgid "Please enter a valid CID Num Alias (must be a valid number)." 
    2714 msgstr "МПля въвеЎете правОлеМ псевЎПЌОМ Ма CID НПЌер (трябва Ўа е валОЎеМ МПЌер)." 
    2715  
    2716 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4348 
    2717 msgid "Please enter valid User Password using numbers only" 
    2718 msgstr "МПля въвеЎете правОлМа ППтребОтелска ПарПла, катП ОзпПлзвате саЌП цОфрО" 
    2719  
    2720 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4349 
    2721 msgid "Please enter a valid Display Name" 
    2722 msgstr "МПля въвеЎете правОлМП ПреЎставящП ИЌе" 
    2723  
    2724 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4350 
    2725 msgid "Please enter a valid Outbound CID" 
    2726 msgstr "МПля въвеЎете правОлеМ ИзѠ
    2727 ÐŸÐŽÑÑ‰ CID" 
    2728  
    2729 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4351 
    2730 msgid "Please enter a valid pause time in seconds, using digits only" 
    2731 msgstr "МПля въвеЎете правОлМа пауза в секуМЎО, катП ОзпПлзвате саЌП цОфрО" 
    2732  
    2733 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4352 
    2734 msgid "You have entered a non-standard dialpattern for your DID. You can only enter standard dialpatterns. You must use the inbound routing form to enter non-standard patterns" 
    2735 msgstr "ВъвелО сте МастаМЎартеМ ЌПЎел за ваш DID. Тук ЌПжете Ўа въвежЎате саЌП стаМЎартМО ЌПЎелО. ИзпПлзвайте ЌеМю ВѠ
    2736 ÐŸÐŽÑÑ‰Ðž ЌаршрутО за МестаМЎартМО ЌПЎелО." 
    2737  
    2738 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4353 
    2739 msgid "Please enter a valid Caller ID Number or leave it blank for your Assigned DID/CID pair" 
    2740 msgstr "МПля въвеЎете правОлеМ CallerID НПЌер ОлО Пставете празМП за вашОя НазМачеМ DID/CID" 
    2741  
    2742 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4360 
    2743 msgid "Edit Extension" 
    2744 msgstr "РеЎактОрай ВътрешМа ЛОМОя" 
    2745  
    2746 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4362 
    2747 msgid "Edit User" 
    2748 msgstr "РеЎактОрай ППтребОтел" 
    2749  
    2750 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4367 
    2751 msgid "User Extension" 
    2752 msgstr "ВътрешеМ НПЌер" 
    2753  
    2754 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4367 
    2755 msgid "The extension number to dial to reach this user." 
    2756 msgstr "ВътрешеМ МПЌер с кПйтП Ўа се ОзбОра тПзО пПтребОтел." 
    2757  
    2758 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4370 
    2759 msgid "User Password" 
    2760 msgstr "ПарПла" 
    2761  
    2762 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4370 
    2763 msgid "A user will enter this password when logging onto a device." 
    2764 msgstr "ППтребОтелят ще ОзпПлзва тазО парПла прО влОзаМе в устрПйствПтП." 
    2765  
    2766 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4370 
    2767 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4730 
    2768 msgid "logs into a device." 
    2769 msgstr "влОзаМе в устрПйствПтП." 
    2770  
    2771 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4370 
    2772 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4730 
    2773 msgid "logs out of a device." 
    2774 msgstr "ОзлОзаМе Пт устрПйствПтП." 
    2775  
    2776 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4374 
    2777 msgid "Display Name" 
    2778 msgstr "ПреЎставящП ИЌе" 
    2779  
    2780 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4374 
    2781 msgid "The caller id name for calls from this user will be set to this name. Only enter the name, NOT the number." 
    2782 msgstr "CallerID ОЌе за ПбажЎаМОя Пт тПзО пПтребОтел ще бъЎат устаМПвеМО с тПва ОЌе. ВъвеЎете саЌП ОЌе, БЕЗ МПЌер." 
    2783  
    2784 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4376 
    2785 msgid "CID Num Alias" 
    2786 msgstr "ПсевЎПМОЌ Ма CID НПЌер" 
    2787  
    2788 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4376 
    2789 msgid "The CID Number to use for internal calls, if different from the extension number. This is used to masquerade as a different user. A common example is a team of support people who would like their internal callerid to display the general support number (a ringgroup or queue). There will be no effect on external calls." 
    2790 msgstr "CID НПЌер кПйтП Ўа се ОзпПлзва за вътрешМО ПбажЎаМОя, акП е разлОчеМ Пт вътрешМОя МПЌер. ИзпПлзва се за ЌаскОраМе катП Ўруг пПтребОтел. ЧестП срещаМ прОЌер е екОп Пт Ñ 
    2791 ÐŸÑ€Ð° за пПЎЎръжка кПОтП Оскат теѠ
    2792 ÐœÐžÑ CallerID Ўа се пПказва катП еЎОМеМ МПЌер за пПЎЎръжка (група Ма звъМеМе ОлО Ппашка). Не влОяе Ма въМшМОте ПбажЎаМОя." 
    2793  
    2794 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4377 
    2795 msgid "SIP Alias" 
    2796 msgstr "SIP ПсевЎПМОЌ" 
    2797  
    2798 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4377 
    2799 msgid "If you want to support direct sip dialing of users internally or through anonymous sip calls, you can supply a friendly name that can be used in addition to the users extension to call them." 
    2800 msgstr "АкП Оскате пПЎЎръжка Ма вътрешМП ЎОректМП SIP ОзбОраМе Ма пПтребОтелО ОлО чрез аМПМОЌМО SIP ПбажЎаМОя, въвеЎете лесМП ОЌе кПетП Ўа се ОзпПлзва в ЎПбавка Ма пПтребОтелскОя вътрешеМ МПЌер." 
    2801  
    2802 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4382 
    2803 msgid "User Devices" 
    2804 msgstr "УстрПйства Ма ППтребОтеля" 
    2805  
    2806 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4393 
    2807 msgid "Edit:" 
    2808 msgstr "РеЎактОрай:" 
    2809  
    2810 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4405 
    2811 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4733 
    2812 msgid "Extension Options" 
    2813 msgstr "ОпцОО Ма ВътрешМа ЛОМОя" 
    2814  
    2815 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4406 
    2816 msgid "Outbound CID" 
    2817 msgstr "ИзѠ
    2818 ÐŸÐŽÑÑ‰ CID" 
    2819  
    2820 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4406 
    2821 msgid "Overrides the caller id when dialing out a trunk. Any setting here will override the common outbound caller id set in the Trunks admin.<br><br>Format: <b>\"caller name\" &lt;#######&gt;</b><br><br>Leave this field blank to disable the outbound callerid feature for this user." 
    2822 msgstr "ПрПЌеМя CallerID кПгатП ОзбОра Пт въМшМа лОМОя. ТезО МастрПйкО ще преМапОшат CallerID устаМПвеМП в ЌеМю ВъМшМО ЛОМОО.<br><br>ЀПрЌат: <b>\"ОЌе Ма ПбажЎащОя се\" &lt;#######&gt;</b><br><br>Оставете тПва пПле празМП за Ўа забраМОте фуМкцОята за тПзО пПтребОтел." 
    2823  
    2824 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4408 
    2825 msgid "Ring Time" 
    2826 msgstr "ВреЌе Ма ЗвъМеМе" 
    2827  
    2828 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4408 
    2829 msgid "Number of seconds to ring prior to going to voicemail. Default will use the value set in the General Tab. If no voicemail is configured this will be ignored." 
    2830 msgstr "БрПй секуМЎО Ма звъМеМе ЎП преМасПчваМе къЌ гласПва пПща. ПП-пПЎразбОраМе ще се ОзпПлзва стПйМПста устаМПвеМа в ЌеМю ОбщО НастрПйкО." 
    2831  
    2832 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4416 
    2833 msgid "Call Waiting" 
    2834 msgstr "ЧакащП ППвОкваМе" 
    2835  
    2836 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4416 
    2837 msgid "Set the initial/current Call Waiting state for this user's extension" 
    2838 msgstr "УстаМПвете първПМачалМПтП/текущПтП състПяМОе Ма ЧакащП ППвОкваМе за тПзО пПтребОтел" 
    2839  
    2840 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4417 
    2841 msgid "Call Screening" 
    2842 msgstr "ЀОлтър Ма ОбажЎаМОя" 
    2843  
    2844 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4417 
    2845 msgid "Call Screening requires external callers to say their name, which will be played back to the user and allow the user to accept or reject the call.  Screening with memory only verifies a caller for their caller-id once. Screening without memory always requires a caller to say their name. Either mode will always announce the caller based on the last introduction saved with that callerid. If any user on the system uses the memory option, when that user is called, the caller will be required to re-introduce themselves and all users on the system will have that new introduction associated with the caller's CallerId." 
    2846 msgstr "ЀОлтъра Ма ОбажЎаМОята ОзОсква Пт ПбажЎащОте се Пт въМшМО лОМОО Ўа кажат ОЌетП сО, кПетП ще бъЎе възпрПОзвеЎеМП Ма пПтребОтеля О ще Ќу пПзвПлО Ўа Озбере ЎалО Ўа прОеЌе ОлО Пткаже разгПвПра. ЀОлтърът със запПЌМяМе прПверява саЌП веЎМъж CallerID Ма ПбажЎащОя се. ЀОлтърът без запПЌМяМе вОМагО ОзОсква Пт ПбажЎащОте се Ўа кажат ОЌетП сО. ВсекО Пт режОЌОте вОМагО ще преЎставя ПбажЎащОя се базОраМП Ма пПслеЎМПтП Ќу такПва, кПетП е запОсаМП с тПзО CallerID. АкП МякПй Пт пПтребОтелОте ОзпПлзва тазО ПпцОя, кПгатП ОЌа пПвОкваМе за МегП, ПбажЎащОя се ще бъЎе пПЌПлеМ Ўа се преЎставО МаМПвП О всОчкО пПтребОтелО ще ЌПгат Ўа ОзпПлзват тПва преЎставяМе за себе сО." 
    2847  
    2848 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4419 
    2849 msgid "Assigned DID/CID" 
    2850 msgstr "НазМачеМО DID/CID" 
    2851  
    2852 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4420 
    2853 msgid "DID Description" 
    2854 msgstr "DID ОпОсаМОе" 
    2855  
    2856 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4420 
    2857 msgid "A description for this DID, such as \"Fax\"" 
    2858 msgstr "ОпОсаМОе за тПзО DID, МапрОЌер \"Ѐакс\"" 
    2859  
    2860 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4421 
    2861 msgid "Add Inbound DID" 
    2862 msgstr "ДПбавО ВѠ
    2863 ÐŸÐŽÑÑ‰ DID" 
    2864  
    2865 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4421 
    2866 msgid "A direct DID that is associated with this extension. The DID should be in the same format as provided by the provider (e.g. full number, 4 digits for 10x4, etc).<br><br>Format should be: <b>XXXXXXXXXX</b><br><br>.An optional CID can also be associated with this DID by setting the next box" 
    2867 msgstr "ДОректеМ DID кПйтП е МазМачеМ за тазО вътрешМа лОМОя. DID трябва Ўа е в същОя фПрЌат, кПйтП се преЎПставя Пт ЎПставчОка (катП пълеМ МПЌер, 4 цОфрО за 10x4 О т.М.).<br><br>ЀПрЌата трябва Ўа е: <b>XXXXXXXXXX</b><br><br>.ДПпълМОтелМП CID ЌПже Ўа бъЎе свързаМ с тПзО DID в слеЎващПтП пПле." 
    2868  
    2869 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4422 
    2870 msgid "Add Inbound CID" 
    2871 msgstr "ДПбавО ВѠ
    2872 ÐŸÐŽÑÑ‰ CID" 
    2873  
    2874 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4422 
    2875 msgid "Add a CID for more specific DID + CID routing. A DID must be specified in the above Add DID box. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 
    2876 msgstr "ДПбавете CID за ПпреЎелеМП DID + CID рутОраМе. DID трябва Ўа е въвеЎеМ в пП-гПрМПтП ДПбавО DID пПле. В ЎПпълМеМОе Ма стаМЎартМОте пПслеЎПвателМПстО Ма ОзбОраМе, ЌПжете Ўа пПставОте Private, Blocked, Unknown, Restricted, Anonymous О Unavailable в реЎ Ўа Ñ 
    2877 Ð²Ð°Ñ‰Ð° тезО спецОалМО случаО акП ТелекПЌа гО Озпраща." 
    2878  
    2879 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4430 
    2880 msgid "DID / CID" 
    2881 msgstr "DID / CID" 
    2882  
    2883 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4450 
    2884 msgid "Recording Options" 
    2885 msgstr "ОпцОО за ЗапОс" 
    2886  
    2887 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4451 
    2888 msgid "Record Incoming" 
    2889 msgstr "ЗапОсвай ВѠ
    2890 ÐŸÐŽÑÑ‰Ðž" 
    2891  
    2892 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4451 
    2893 msgid "Record all inbound calls received at this extension." 
    2894 msgstr "ЗапОсва всОчкО вѠ
    2895 ÐŸÐŽÑÑ‰Ðž ПбажЎаМОя прОетО Пт тазО вътрешМа лОМОя." 
    2896  
    2897 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4452 
    2898 msgid "Record Outgoing" 
    2899 msgstr "ЗапОсвай ИзѠ
    2900 ÐŸÐŽÑÑ‰Ðž" 
    2901  
    2902 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4452 
    2903 msgid "Record all outbound calls received at this extension." 
    2904 msgstr "ЗапОсва всОчкО ОзѠ
    2905 ÐŸÐŽÑÑ‰Ðž ПбажЎаМОя прОетО Пт тазО вътрешМа лОМОя." 
    2906  
    2907 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4470 
    2908 msgid "Warning! Extension" 
    2909 msgstr "ВМОЌаМОе! ВътрешМа ЛОМОя" 
    2910  
    2911 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4470 
    2912 msgid "is not allowed for your account" 
    2913 msgstr "Ме е разрешеМа за вашОя акауМт" 
    2914  
    2915 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4484 
    2916 msgid "Conflicting Extensions" 
    2917 msgstr "ВътрешМО ЛОМОО в КПМфлОкт" 
    2918  
    2919 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4484 
    2920 msgid "The following extension numbers are in conflict, you can click on the item(s) below to edit the conflicting entity." 
    2921 msgstr "СлеЎващОте вътрешМО лОМОО са в кПМфлОкт, ЌПжете Ўа клОкМете Ма ЌеМютата пП-ЎПлу за Ўа реЎактОрате кПМфлОктМОте МастрПйкО." 
    2922  
    2923 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4488 
    2924 msgid "Configure user again:" 
    2925 msgstr "КПМфОгурОрай ПтМПвП пПтребОтел:" 
    2926  
    2927 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4488 
    2928 msgid "Configure extension again:" 
    2929 msgstr "КПМфОгурОрай ПтМПвП вътрешМа лОМОя:" 
    2930  
    2931 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4535 
    2932 msgid "Please enter the dtmfmode for this device" 
    2933 msgstr "МПля въвеЎете DTMF режОЌ за тПва устрПйствП" 
    2934  
    2935 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4536 
    2936 msgid "Please enter the channel for this device" 
    2937 msgstr "МПля въвеЎете каМал за тПва устрПйствП" 
    2938  
    2939 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4537 
    2940 msgid "You have not entered a Secret for this device, although this is possible it is generally bad practice to not assign a Secret to a device. Are you sure you want to leave the Secret empty?" 
    2941 msgstr "Не сте въвелО ПарПла за тПва устрПйствП. ВъпрекО че е възЌПжМП Ме е желателМП Ўа Ме въвежЎате ПарПла за устрПйствПтП. СОгурМО лО сте че Оскате Ўа ПставОте пПлетП ПарПла празМП?" 
    2942  
    2943 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4538 
    2944 msgid "Please enter a Secret for this device" 
    2945 msgstr "МПля въвеЎете ПарПла за тПва устрПйствП" 
    2946  
    2947 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4605 
    2948 msgid "Generic SIP Device" 
    2949 msgstr "ОбщП SIP УстрПйствП" 
    2950  
    2951 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4606 
    2952 msgid "Generic IAX2 Device" 
    2953 msgstr "ОбщП IAX2 УстрПйствП" 
    2954  
    2955 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4607 
    2956 msgid "Generic ZAP Device" 
    2957 msgstr "ОбщП ZAP УстрПйствП" 
    2958  
    2959 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4608 
    2960 msgid "Other (Custom) Device" 
    2961 msgstr "ДругП (Custom) УстрПйствП" 
    2962  
    2963 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4613 
    2964 msgid "Fixed" 
    2965 msgstr "УстаМПвеМ" 
    2966  
    2967 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4614 
    2968 msgid "Adhoc" 
    2969 msgstr "ПрПЌеМящ се" 
    2970  
    2971 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4617 
    2972 msgid "none" 
    2973 msgstr "МяЌа" 
    2974  
    2975 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4618 
    2976 msgid "New User" 
    2977 msgstr "НПв ППтребОтел" 
    2978  
    2979 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4653 
    2980 msgid "Add an Extension" 
    2981 msgstr "ДПбавяМе Ма ВътрешМа ЛОМОя" 
    2982  
    2983 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4655 
    2984 msgid "Please select your Device below then click Submit" 
    2985 msgstr "МПля Озберете тОпа