Changeset 7646

Show
Ignore:
Timestamp:
05/06/09 13:34:40 (3 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 пПле. В ЎПпълМеМОе Ма стаМЎартМОте пПслеЎПвателМПстО Ма ОзÐ