Changeset 9070

Show
Ignore:
Timestamp:
03/03/10 15:00:06 (2 years ago)
Author:
p_lindheimer
Message:

Merged revisions 9043-9069 via svnmerge from
http://svn.freepbx.org/freepbx/branches/2.7

........

r9056 | mickecarlsson | 2010-02-28 13:03:34 -0800 (Sun, 28 Feb 2010) | 1 line


Enclosed text strings for localization

........

r9057 | mickecarlsson | 2010-02-28 13:04:25 -0800 (Sun, 28 Feb 2010) | 1 line


Updated language files for amp

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk

    • Property svnmerge-integrated changed from /freepbx/branches/2.7:1-9042 to /freepbx/branches/2.7:1-9069
  • freepbx/trunk/amp_conf/htdocs/admin/config.php

    r7730 r9070  
    1212//GNU General Public License for more details. 
    1313 
     14// This is ugly, but it is the only way I can think of to get the menu sections localized. MC 
     15if (false) { 
     16_("Internal Options & Configuration"); 
     17_("Inbound Call Control"); 
     18_("Module Admin"); 
     19_("System Administration"); 
     20_("Third Party Addon"); 
     21} 
     22 
    1423/* benchmark */ 
    1524function microtime_float() { list($usec,$sec) = explode(' ',microtime()); return ((float)$usec+(float)$sec); } 
     
    3847// determine module type to show, default to 'setup' 
    3948$type_names = array( 
    40   'tool'=>'Tools'
    41   'setup'=>'Setup'
    42   'cdrcost'=>'Call Cost'
     49  'tool'=>_('Tools')
     50  'setup'=>_('Setup')
     51  'cdrcost'=>_('Call Cost')
    4352); 
    4453 
  • freepbx/trunk/amp_conf/htdocs/admin/i18n/amp.pot

    r9043 r9070  
    1414#    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
    1515# 
    16 # FreePBX language template for amp 
     16# FreePBX language template for  
    1717# Copyright (C) 2008, 2009, 2010 Bandwith.com 
    1818# 
     
    2121"Project-Id-Version: PACKAGE VERSION\n" 
    2222"Report-Msgid-Bugs-To: \n" 
    23 "POT-Creation-Date: 2010-02-27 14:09+0100\n" 
     23"POT-Creation-Date: 2010-02-28 20:57+0100\n" 
    2424"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    2525"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    2929"Content-Transfer-Encoding: 8bit\n" 
    3030 
    31 #: admin/components.class.php:362 admin/modules/core/page.did.php:315 
    3231msgid "Submit" 
    3332msgstr "" 
    3433 
    35 #: admin/featurecodes.class.php:289 
     34msgid "Internal Options & Configuration" 
     35msgstr "" 
     36 
     37msgid "Inbound Call Control" 
     38msgstr "" 
     39 
     40msgid "Module Admin" 
     41msgstr "" 
     42 
     43msgid "System Administration" 
     44msgstr "" 
     45 
     46msgid "Third Party Addon" 
     47msgstr "" 
     48 
     49msgid "Tools" 
     50msgstr "" 
     51 
     52msgid "Setup" 
     53msgstr "" 
     54 
     55msgid "Call Cost" 
     56msgstr "" 
     57 
    3658msgid "** MISSING FEATURE CODE **" 
    3759msgstr "" 
    3860 
    39 #: admin/functions.inc.php:392 
    4061#, php-format 
    4162msgid "Cronmanager encountered %s Errors" 
    4263msgstr "" 
    4364 
    44 #: admin/functions.inc.php:393 
    4565msgid "The following commands failed with the listed error" 
    4666msgstr "" 
    4767 
    48 #: admin/functions.inc.php:773 
    4968#, php-format 
    5069msgid "Missing or unreadable config file (%s)...cannot continue" 
    5170msgstr "" 
    5271 
    53 #: admin/functions.inc.php:1054 
    5472msgid "Objects" 
    5573msgstr "" 
    5674 
    57 #: admin/functions.inc.php:1054 
    5875msgid "Object" 
    5976msgstr "" 
    6077 
    61 #: admin/functions.inc.php:1055 
    6278#, php-format 
    6379msgid "Used as Destination by %s %s" 
    6480msgstr "" 
    6581 
    66 #: admin/functions.inc.php:1519 admin/functions.inc.php:1593 
    6782#, php-format 
    6883msgid "Exit code was %s and output was: %s" 
    6984msgstr "" 
    7085 
    71 #: admin/functions.inc.php:1520 admin/functions.inc.php:1594 
    7286#, php-format 
    7387msgid "Could not run %s script." 
    7488msgstr "" 
    7589 
    76 #: admin/functions.inc.php:1537 
    7790#, php-format 
    7891msgid "Reload failed because retrieve_conf encountered an error: %s" 
    7992msgstr "" 
    8093 
    81 #: admin/functions.inc.php:1539 admin/functions.inc.php:1547 
    8294msgid "retrieve_conf failed, config not applied" 
    8395msgstr "" 
    8496 
    85 #: admin/functions.inc.php:1545 
    8697msgid "" 
    8798"Reload failed because FreePBX could not connect to the asterisk manager " 
     
    89100msgstr "" 
    90101 
    91 #: admin/functions.inc.php:1563 
    92102msgid "Successfully reloaded" 
    93103msgstr "" 
    94104 
    95 #: admin/functions.inc.php:1572 
    96105msgid "" 
    97106"Could not reload the FOP operator panel server using the bounce_op.sh " 
     
    99108msgstr "" 
    100109 
    101 #: admin/functions.inc.php:1573 
    102110msgid "Could not reload FOP server" 
    103111msgstr "" 
    104112 
    105 #: admin/functions.inc.php:1585 
    106113msgid "" 
    107114"Successful reload, but could not clear reload flag due to a database error: " 
    108115msgstr "" 
    109116 
    110 #: admin/functions.inc.php:1634 admin/modules/core/page.routing.php:610 
    111117msgid "Add" 
    112118msgstr "" 
    113119 
    114 #: admin/functions.inc.php:2063 
    115120msgid "Unknown Destination" 
    116121msgstr "" 
    117122 
    118 #: admin/functions.inc.php:2063 
    119123msgid "" 
    120124"ERROR: You have an unknown destination. If this was carried over as a Custom " 
     
    125129msgstr "" 
    126130 
    127 #: admin/functions.inc.php:2334 
    128131msgid "" 
    129132"The following new modules are available for download. Click delete icon on " 
     
    131134msgstr "" 
    132135 
    133 #: admin/functions.inc.php:2338 
    134136#, php-format 
    135137msgid "%s New modules are available" 
    136138msgstr "" 
    137139 
    138 #: admin/functions.inc.php:2372 
    139140msgid "There is 1 module available for online upgrade" 
    140141msgstr "" 
    141142 
    142 #: admin/functions.inc.php:2374 
    143143#, php-format 
    144144msgid "There are %s modules available for online upgrades" 
    145145msgstr "" 
    146146 
    147 #: admin/functions.inc.php:2378 
    148147#, php-format 
    149148msgid "%s (current: %s)" 
    150149msgstr "" 
    151150 
    152 #: admin/functions.inc.php:2604 
    153151#, php-format 
    154152msgid "PHP Component %s is required but missing from you PHP installation." 
    155153msgstr "" 
    156154 
    157 #: admin/functions.inc.php:2606 
    158155#, php-format 
    159156msgid "" 
     
    162159msgstr "" 
    163160 
    164 #: admin/functions.inc.php:2634 
    165161#, php-format 
    166162msgid "Module %s is required, but yours is broken. You should reinstall " 
    167163msgstr "" 
    168164 
    169 #: admin/functions.inc.php:2635 
    170165#, php-format 
    171166msgid "it and try again." 
    172167msgstr "" 
    173168 
    174 #: admin/functions.inc.php:2638 
    175169#, php-format 
    176170msgid "Module %s is required, but yours is disabled." 
    177171msgstr "" 
    178172 
    179 #: admin/functions.inc.php:2641 
    180173#, php-format 
    181174msgid "Module %s is required, but yours is disabled because it needs to " 
    182175msgstr "" 
    183176 
    184 #: admin/functions.inc.php:2642 
    185177#, php-format 
    186178msgid "be upgraded. Please upgrade %s first, and then try again." 
    187179msgstr "" 
    188180 
    189 #: admin/functions.inc.php:2647 
    190181#, php-format 
    191182msgid "Module %s is required, yours is not installed." 
    192183msgstr "" 
    193184 
    194 #: admin/functions.inc.php:2651 
    195185#, php-format 
    196186msgid "Module %s is required." 
    197187msgstr "" 
    198188 
    199 #: admin/functions.inc.php:2660 
    200189#, php-format 
    201190msgid "File %s must exist." 
    202191msgstr "" 
    203192 
    204 #: admin/functions.inc.php:2707 
    205193#, php-format 
    206194msgid "Requires engine %s, you have: %s" 
    207195msgstr "" 
    208196 
    209 #: admin/functions.inc.php:2709 
    210197#, php-format 
    211198msgid "Requires one of the following engines: %s; you have: %s" 
    212199msgstr "" 
    213200 
    214 #: admin/functions.inc.php:2724 
    215201#, php-format 
    216202msgid "A %s version below %s is required, you have %s" 
    217203msgstr "" 
    218204 
    219 #: admin/functions.inc.php:2727 
    220205#, php-format 
    221206msgid "%s version %s or below is required, you have %s" 
    222207msgstr "" 
    223208 
    224 #: admin/functions.inc.php:2730 
    225209#, php-format 
    226210msgid "A %s version newer than %s required, you have %s" 
    227211msgstr "" 
    228212 
    229 #: admin/functions.inc.php:2733 
    230213#, php-format 
    231214msgid "Your %s version (%s) is incompatible." 
    232215msgstr "" 
    233216 
    234 #: admin/functions.inc.php:2736 
    235217#, php-format 
    236218msgid "Only %s version %s is compatible, you have %s" 
    237219msgstr "" 
    238220 
    239 #: admin/functions.inc.php:2740 
    240221#, php-format 
    241222msgid "%s version %s or higher is required, you have %s" 
    242223msgstr "" 
    243224 
    244 #: admin/functions.inc.php:2798 admin/functions.inc.php:2803 
    245 #: admin/functions.inc.php:3114 
    246225msgid "Module " 
    247226msgstr "" 
    248227 
    249 #: admin/functions.inc.php:2798 
    250228msgid " is already enabled" 
    251229msgstr "" 
    252230 
    253 #: admin/functions.inc.php:2803 
    254231msgid " cannot be enabled" 
    255232msgstr "" 
    256233 
    257 #: admin/functions.inc.php:2850 
    258234msgid "Module not found in repository" 
    259235msgstr "" 
    260236 
    261 #: admin/functions.inc.php:2883 admin/functions.inc.php:2979 
    262 #: admin/functions.inc.php:3057 
    263237#, php-format 
    264238msgid "Could not remove %s to install new version" 
    265239msgstr "" 
    266240 
    267 #: admin/functions.inc.php:2887 admin/functions.inc.php:2983 
    268 #: admin/functions.inc.php:3061 
    269241#, php-format 
    270242msgid "Could not untar %s to %s" 
    271243msgstr "" 
    272244 
    273 #: admin/functions.inc.php:2891 admin/functions.inc.php:2987 
    274 #: admin/functions.inc.php:3065 
    275245#, php-format 
    276246msgid "Could not remove old module %s to install new version" 
    277247msgstr "" 
    278248 
    279 #: admin/functions.inc.php:2895 admin/functions.inc.php:2991 
    280 #: admin/functions.inc.php:3069 
    281249#, php-format 
    282250msgid "Could not move %s to %s" 
    283251msgstr "" 
    284252 
    285 #: admin/functions.inc.php:2916 
    286253#, php-format 
    287254msgid "Error opening %s for writing" 
    288255msgstr "" 
    289256 
    290 #: admin/functions.inc.php:2932 admin/functions.inc.php:2935 
    291257#, php-format 
    292258msgid "Error opening %s for reading" 
    293259msgstr "" 
    294260 
    295 #: admin/functions.inc.php:2955 
    296261#, php-format 
    297262msgid "Unable to save %s" 
    298263msgstr "" 
    299264 
    300 #: admin/functions.inc.php:2963 
    301265#, php-format 
    302266msgid "File Integrity failed for %s - aborting" 
    303267msgstr "" 
    304268 
    305 #: admin/functions.inc.php:3008 
    306269msgid "" 
    307270"Error finding uploaded file - check your PHP and/or web server configuration" 
    308271msgstr "" 
    309272 
    310 #: admin/functions.inc.php:3013 
    311273msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 
    312274msgstr "" 
    313275 
    314 #: admin/functions.inc.php:3018 
    315276msgid "" 
    316277"Filename not in correct format: must be modulename-version.tar.gz (eg. " 
     
    318279msgstr "" 
    319280 
    320 #: admin/functions.inc.php:3027 
    321281#, php-format 
    322282msgid "Error creating temporary directory: %s" 
    323283msgstr "" 
    324284 
    325 #: admin/functions.inc.php:3035 
    326285msgid "Error untaring uploaded file. Must be a tar+gzip file" 
    327286msgstr "" 
    328287 
    329 #: admin/functions.inc.php:3074 
    330288#, php-format 
    331289msgid "Error removing temporary directory: %s" 
    332290msgstr "" 
    333291 
    334 #: admin/functions.inc.php:3103 
    335292msgid "Cannot find module" 
    336293msgstr "" 
    337294 
    338 #: admin/functions.inc.php:3109 
    339295msgid "Could not read module.xml" 
    340296msgstr "" 
    341297 
    342 #: admin/functions.inc.php:3114 
    343298msgid "rawname" 
    344299msgstr "" 
    345300 
    346 #: admin/functions.inc.php:3114 
    347301msgid "" 
    348302" is broken and cannot be installed. You should try to download it again." 
    349303msgstr "" 
    350304 
    351 #: admin/functions.inc.php:3133 
    352305msgid "Failed to run installation scripts" 
    353306msgstr "" 
    354307 
    355 #: admin/functions.inc.php:3147 
    356308#, php-format 
    357309msgid "Error updating database. Command was: %s; error was: %s " 
    358310msgstr "" 
    359311 
    360 #: admin/functions.inc.php:3181 admin/functions.inc.php:3209 
    361 #: admin/functions.inc.php:3246 
    362312msgid "Specified module not found" 
    363313msgstr "" 
    364314 
    365 #: admin/functions.inc.php:3186 
    366315msgid "Module not enabled: cannot disable" 
    367316msgstr "" 
    368317 
    369 #: admin/functions.inc.php:3190 admin/functions.inc.php:3218 
    370318msgid "Cannot disable: The following modules depend on this one: " 
    371319msgstr "" 
    372320 
    373 #: admin/functions.inc.php:3214 
    374321msgid "Module not installed: cannot uninstall" 
    375322msgstr "" 
    376323 
    377 #: admin/functions.inc.php:3225 
    378324msgid "Error updating database: " 
    379325msgstr "" 
    380326 
    381 #: admin/functions.inc.php:3229 
    382327msgid "Failed to run un-installation scripts" 
    383328msgstr "" 
    384329 
    385 #: admin/functions.inc.php:3259 
    386330#, php-format 
    387331msgid "Cannot delete directory %s" 
    388332msgstr "" 
    389333 
    390 #: admin/functions.inc.php:3266 
    391334#, php-format 
    392335msgid "Error deleting directory %s (code %d)" 
    393336msgstr "" 
    394337 
    395 #: admin/functions.inc.php:3647 
    396338#, php-format 
    397339msgid "You have %s disabled modules" 
    398340msgstr "" 
    399341 
    400 #: admin/functions.inc.php:3647 
    401342msgid "You have a disabled module" 
    402343msgstr "" 
    403344 
    404 #: admin/functions.inc.php:3648 
    405345msgid "The following modules are disabled because they need to be upgraded:" 
    406346msgstr "" 
    407347 
    408 #: admin/functions.inc.php:3649 admin/functions.inc.php:3657 
    409348msgid "You should go to the module admin page to fix these." 
    410349msgstr "" 
    411350 
    412 #: admin/functions.inc.php:3655 
    413351#, php-format 
    414352msgid "You have %s broken modules" 
    415353msgstr "" 
    416354 
    417 #: admin/functions.inc.php:3655 
    418355msgid "You have a broken module" 
    419356msgstr "" 
    420357 
    421 #: admin/functions.inc.php:3656 
    422358msgid "The following modules are disabled because they are broken:" 
    423359msgstr "" 
    424360 
    425 #: admin/header_auth.php:43 admin/header_auth.php:70 
    426361msgid "Administration" 
    427362msgstr "" 
    428363 
    429 #: admin/header.php:138 
    430364msgid "Default Asterisk Manager Password Used" 
    431365msgstr "" 
    432366 
    433 #: admin/header.php:138 
    434367msgid "" 
    435368"You are using the default Asterisk Manager password that is widely known, " 
     
    437370msgstr "" 
    438371 
    439 #: admin/page.modules.php:134 
    440372msgid "Module Administration" 
    441373msgstr "" 
    442374 
    443 #: admin/page.modules.php:136 
    444375msgid "NOTICE" 
    445376msgstr "" 
    446377 
    447 #: admin/page.modules.php:136 
    448378msgid "" 
    449379"You have accessed the extended repository which includes un-supported and " 
     
    451381msgstr "" 
    452382 
    453 #: admin/page.modules.php:154 
    454383#, php-format 
    455384msgid "" 
     
    458387msgstr "" 
    459388 
    460 #: admin/page.modules.php:158 
    461389#, php-format 
    462390msgid "" 
     
    465393msgstr "" 
    466394 
    467 #: admin/page.modules.php:198 
    468395msgid "Please wait while module actions are performed" 
    469396msgstr "" 
    470397 
    471 #: admin/page.modules.php:212 
    472398#, php-format 
    473399msgid "Downloading %s" 
    474400msgstr "" 
    475401 
    476 #: admin/page.modules.php:214 
    477402#, php-format 
    478403msgid "Error(s) downloading %s" 
    479404msgstr "" 
    480405 
    481 #: admin/page.modules.php:219 admin/page.modules.php:231 
    482406#, php-format 
    483407msgid "Error(s) installing %s" 
    484408msgstr "" 
    485409 
    486 #: admin/page.modules.php:223 admin/page.modules.php:235 
    487410#, php-format 
    488411msgid "%s installed successfully" 
    489412msgstr "" 
    490413 
    491 #: admin/page.modules.php:241 
    492414#, php-format 
    493415msgid "Error(s) enabling %s" 
    494416msgstr "" 
    495417 
    496 #: admin/page.modules.php:245 
    497418#, php-format 
    498419msgid "%s enabled successfully" 
    499420msgstr "" 
    500421 
    501 #: admin/page.modules.php:250 
    502422#, php-format 
    503423msgid "Error(s) disabling %s" 
    504424msgstr "" 
    505425 
    506 #: admin/page.modules.php:254 
    507426#, php-format 
    508427msgid "%s disabled successfully" 
    509428msgstr "" 
    510429 
    511 #: admin/page.modules.php:260 
    512430#, php-format 
    513431msgid "Error(s) uninstalling %s" 
    514432msgstr "" 
    515433 
    516 #: admin/page.modules.php:264 
    517434#, php-format 
    518435msgid "%s uninstalled successfully" 
    519436msgstr "" 
    520437 
    521 #: admin/page.modules.php:280 admin/page.modules.php:282 
    522438msgid "Return" 
    523439msgstr "" 
    524440 
    525 #: admin/page.modules.php:325 admin/page.modules.php:358 
    526441#, php-format 
    527442msgid "" 
     
    530445msgstr "" 
    531446 
    532 #: admin/page.modules.php:331 
    533447#, php-format 
    534448msgid "%s %s will be upgraded to online version %s" 
    535449msgstr "" 
    536450 
    537 #: admin/page.modules.php:334 
    538451#, php-format 
    539452msgid "%s %s will be re-installed to online version %s" 
    540453msgstr "" 
    541454 
    542 #: admin/page.modules.php:337 
    543455#, php-format 
    544456msgid "%s %s will be downgraded to online version %s" 
    545457msgstr "" 
    546458 
    547 #: admin/page.modules.php:346 admin/page.modules.php:358 
    548459#, php-format 
    549460msgid "" 
     
    552463msgstr "" 
    553464 
    554 #: admin/page.modules.php:350 
    555465#, php-format 
    556466msgid "%s %s will be downloaded and installed" 
    557467msgstr "" 
    558468 
    559 #: admin/page.modules.php:363 
    560469#, php-format 
    561470msgid "%s %s will be upgraded to %s" 
    562471msgstr "" 
    563472 
    564 #: admin/page.modules.php:365 
    565473#, php-format 
    566474msgid "%s %s will be installed and enabled" 
    567475msgstr "" 
    568476 
    569 #: admin/page.modules.php:373 
    570477#, php-format 
    571478msgid "" 
     
    574481msgstr "" 
    575482 
    576 #: admin/page.modules.php:377 
    577483#, php-format 
    578484msgid "%s %s will be enabled" 
    579485msgstr "" 
    580486 
    581 #: admin/page.modules.php:383 
    582487#, php-format 
    583488msgid "" 
     
    586491msgstr "" 
    587492 
    588 #: admin/page.modules.php:387 
    589493#, php-format 
    590494msgid "%s %s will be disabled" 
    591495msgstr "" 
    592496 
    593 #: admin/page.modules.php:394 
    594497#, php-format 
    595498msgid "" 
     
    598501msgstr "" 
    599502 
    600 #: admin/page.modules.php:398 
    601503#, php-format 
    602504msgid "%s %s will be uninstalled" 
    603505msgstr "" 
    604506 
    605 #: admin/page.modules.php:415 
    606507msgid "Errors with selection:" 
    607508msgstr "" 
    608509 
    609 #: admin/page.modules.php:424 
    610510msgid "" 
    611511"You may confirm the remaining selection and then try the again for the " 
     
    613513msgstr "" 
    614514 
    615 #: admin/page.modules.php:426 
    616515msgid "Please confirm the following actions:" 
    617516msgstr "" 
    618517 
    619 #: admin/page.modules.php:429 
    620518msgid "Upgrades, installs, enables and disables:" 
    621519msgstr "" 
    622520 
    623 #: admin/page.modules.php:437 
    624521msgid "Forced downgrades and re-installs:" 
    625522msgstr "" 
    626523 
    627 #: admin/page.modules.php:444 
    628524msgid "Confirm" 
    629525msgstr "" 
    630526 
    631 #: admin/page.modules.php:446 
    632527msgid "No actions to perform" 
    633528msgstr "" 
    634529 
    635 #: admin/page.modules.php:447 
    636530msgid "" 
    637531"Please select at least one action to perform by clicking on the module, and " 
     
    639533msgstr "" 
    640534 
    641 #: admin/page.modules.php:449 admin/views/freepbx_reload.php:111 
    642535msgid "Cancel" 
    643536msgstr "" 
    644537 
    645 #: admin/page.modules.php:458 admin/page.modules.php:510 
    646538msgid "Manage local modules" 
    647539msgstr "" 
    648540 
    649 #: admin/page.modules.php:460 admin/page.modules.php:516 
    650541msgid "Check for updates online" 
    651542msgstr "" 
    652543 
    653 #: admin/page.modules.php:460 admin/page.modules.php:516 
    654544msgid "" 
    655545"Checking for updates will transmit your FreePBX and Asterisk version numbers " 
     
    659549msgstr "" 
    660550 
    661 #: admin/page.modules.php:465 admin/page.modules.php:518 
    662551msgid "Upload module" 
    663552msgstr "" 
    664553 
    665 #: admin/page.modules.php:471 
    666554#, php-format 
    667555msgid "The following error(s) occurred processing the uploaded file: %s" 
    668556msgstr "" 
    669557 
    670 #: admin/page.modules.php:473 
    671558#, php-format 
    672559msgid "You should fix the problem or select another file and %s." 
    673560msgstr "" 
    674561 
    675 #: admin/page.modules.php:474 
    676562msgid "try again" 
    677563msgstr "" 
    678564 
    679 #: admin/page.modules.php:478 
    680565#, php-format 
    681566msgid "" 
     
    684569msgstr "" 
    685570 
    686 #: admin/page.modules.php:479 
    687571msgid "local module administration" 
    688572msgstr "" 
    689573 
    690 #: admin/page.modules.php:484 
    691574msgid "" 
    692575"You can upload a tar gzip file containing a FreePBX module from your local " 
     
    695578msgstr "" 
    696579 
    697 #: admin/page.modules.php:511 
    698580msgid "Show only upgradeable" 
    699581msgstr "" 
    700582 
    701 #: admin/page.modules.php:530 admin/page.modules.php:822 
    702583msgid "Download all" 
    703584msgstr "" 
    704585 
    705 #: admin/page.modules.php:531 admin/page.modules.php:823 
    706586msgid "Upgrade all" 
    707587msgstr "" 
    708588 
    709 #: admin/page.modules.php:533 admin/page.modules.php:825 
    710589msgid "Reset" 
    711590msgstr "" 
    712591 
    713 #: admin/page.modules.php:534 admin/page.modules.php:826 
    714592msgid "Process" 
    715593msgstr "" 
    716594 
    717 #: admin/page.modules.php:540 
    718595msgid "Module" 
    719596msgstr "" 
    720597 
    721 #: admin/page.modules.php:541 
    722598msgid "Version" 
    723599msgstr "" 
    724600 
    725 #: admin/page.modules.php:542 
    726601msgid "Publisher" 
    727602msgstr "" 
    728603 
    729 #: admin/page.modules.php:556 admin/page.modules.php:631 
    730604msgid "Broken" 
    731605msgstr "" 
    732606 
    733 #: admin/page.modules.php:587 admin/page.modules.php:592 
    734 #: admin/views/freepbx_admin.php:107 admin/views/freepbx_admin.php:112 
    735 #: admin/modules/core/page.ampusers.php:240 
    736 #: admin/modules/core/page.ampusers.php:244 
    737607msgid "name" 
    738608msgstr "" 
    739609 
    740 #: admin/page.modules.php:608 
    741610msgid "Not Installed (Locally available)" 
    742611msgstr "" 
    743612 
    744 #: admin/page.modules.php:610 
    745613#, php-format 
    746614msgid "Not Installed (Available online: %s)" 
    747615msgstr "" 
    748616 
    749 #: admin/page.modules.php:617 
    750617#, php-format 
    751618msgid "Disabled; Online upgrade available (%s)" 
    752619msgstr "" 
    753620 
    754 #: admin/page.modules.php:619 
    755621#, php-format 
    756622msgid "Disabled; Newer than online version (%s)" 
    757623msgstr "" 
    758624 
    759 #: admin/page.modules.php:621 
    760625msgid "Disabled; up to date" 
    761626msgstr "" 
    762627 
    763 #: admin/page.modules.php:624 admin/modules/core/page.general.php:144 
    764628msgid "Disabled" 
    765629msgstr "" 
    766630 
    767 #: admin/page.modules.php:628 
    768631#, php-format 
    769632msgid "Disabled; Pending upgrade to %s" 
    770633msgstr "" 
    771634 
    772 #: admin/page.modules.php:638 
    773635#, php-format 
    774636msgid "Online upgrade available (%s)" 
    775637msgstr "" 
    776638 
    777 #: admin/page.modules.php:640 
    778639#, php-format 
    779640msgid "Newer than online version (%s)" 
    780641msgstr "" 
    781642 
    782 #: admin/page.modules.php:642 
    783643msgid "Enabled and up to date" 
    784644msgstr "" 
    785645 
    786 #: admin/page.modules.php:646 
    787646msgid "Enabled; Not available online" 
    788647msgstr "" 
    789648 
    790 #: admin/page.modules.php:648 admin/modules/core/page.general.php:143 
    791649msgid "Enabled" 
    792650msgstr "" 
    793651 
    794 #: admin/page.modules.php:666 
    795652msgid "Attention" 
    796653msgstr "" 
    797654 
    798 #: admin/page.modules.php:667 
    799655msgid "attention" 
    800656msgstr "" 
    801657 
    802 #: admin/page.modules.php:671 
    803658msgid "Action" 
    804659msgstr "" 
    805660 
    806 #: admin/page.modules.php:674 
    807661msgid "No Action" 
    808662msgstr "" 
    809663 
    810 #: admin/page.modules.php:681 admin/page.modules.php:714 
    811664msgid "Install" 
    812665msgstr "" 
    813666 
    814 #: admin/page.modules.php:684 
    815667msgid "Download and Install" 
    816668msgstr "" 
    817669 
    818 #: admin/page.modules.php:690 admin/modules/core/functions.inc.php:5431 
    819 #: admin/modules/core/functions.inc.php:5436 
    820 #: admin/modules/core/page.trunks.php:421 
    821670msgid "Enable" 
    822671msgstr "" 
    823672 
    824 #: admin/page.modules.php:693 admin/page.modules.php:708 
    825 #: admin/page.modules.php:716 admin/page.modules.php:740 
    826673msgid "Uninstall" 
    827674msgstr "" 
    828675 
    829 #: admin/page.modules.php:698 
    830676#, php-format 
    831677msgid "Download %s, keep Disabled" 
    832678msgstr "" 
    833679 
    834 #: admin/page.modules.php:706 
    835680#, php-format 
    836681msgid "Upgrade to %s and Enable" 
    837682msgstr "" 
    838683 
    839 #: admin/page.modules.php:726 
    840684#, php-format 
    841685msgid "Download and Upgrade to %s" 
    842686msgstr "" 
    843687 
    844 #: admin/page.modules.php:728 
    845688#, php-format 
    846689msgid "Force Download and Install %s" 
    847690msgstr "" 
    848691 
    849 #: admin/page.modules.php:728 
    850692#, php-format 
    851693msgid "Force Download and Downgrade to %s" 
    852694msgstr "" 
    853695 
    854 #: admin/page.modules.php:736 admin/modules/core/functions.inc.php:5432 
    855 #: admin/modules/core/functions.inc.php:5435 
    856 #: admin/modules/core/functions.inc.php:5439 
    857 #: admin/modules/core/page.trunks.php:413 
    858696msgid "Disable" 
    859697msgstr "" 
    860698 
    861 #: admin/page.modules.php:746 admin/modules/core/functions.inc.php:5936 
    862 #: admin/modules/core/page.did.php:209 
    863 #: admin/modules/core/page.zapchandids.php:103 
    864699msgid "Description" 
    865700msgstr "" 
    866701 
    867 #: admin/page.modules.php:748 
    868702#, php-format 
    869703msgid "Publisher: %s" 
    870704msgstr "" 
    871705 
    872 #: admin/page.modules.php:750 
    873706#, php-format 
    874707msgid "License: %s" 
    875708msgstr "" 
    876709 
    877 #: admin/page.modules.php:752 
    878710#, php-format 
    879711msgid "Description for version %s" 
    880712msgstr "" 
    881713 
    882 #: admin/page.modules.php:753 
    883714msgid "description" 
    884715msgstr "" 
    885716 
    886 #: admin/page.modules.php:755 
    887717msgid "No description is available." 
    888718msgstr "" 
    889719 
    890 #: admin/page.modules.php:758 admin/page.modules.php:760 
    891720msgid "More info" 
    892721msgstr "" 
    893722 
    894 #: admin/page.modules.php:760 
    895723#, php-format 
    896724msgid "Get help for %s" 
    897725msgstr "" 
    898726 
    899 #: admin/page.modules.php:765 
    900727msgid "Changelog" 
    901728msgstr "" 
    902729 
    903 #: admin/page.modules.php:766 
    904730#, php-format 
    905731msgid "Change Log for version %s" 
    906732msgstr "" 
    907733 
    908 #: admin/page.modules.php:786 
    909734msgid "Debug" 
    910735msgstr "" 
    911736 
    912 #: admin/page.modules.php:811 
    913737msgid "All available modules are up-to-date and installed." 
    914738msgstr "" 
    915739 
    916 #: admin/page.modules.php:813 
    917740msgid "No modules to display." 
    918741msgstr "" 
    919742 
    920 #: admin/page.modules.php:863 
    921743msgid "Untarring.." 
    922744msgstr "" 
    923745 
    924 #: admin/page.modules.php:883 
    925746msgid "Done." 
    926747msgstr "" 
    927748 
    928 #: admin/page.modules.php:942 
    929749msgid "Standard Repository" 
    930750msgstr "" 
    931751 
    932 #: admin/page.modules.php:943 
    933752msgid "Extended Repository" 
    934753msgstr "" 
    935754 
    936 #: admin/page.modules.php:952 
    937755msgid "" 
    938756"You have selected to access the Extended Repository. This repository " 
     
    944762msgstr "" 
    945763 
    946 #: admin/panel.php:18 
    947764msgid "FreePBX: Flash Operator Panel" 
    948765msgstr "" 
    949766 
    950 #: admin/panel.php:19 
    951767msgid "Flash Operator Panel" 
    952768msgstr "" 
    953769 
    954 #: admin/reports.php:18 
    955770msgid "FreePBX: Call Detail Reports" 
    956771msgstr "" 
    957772 
    958 #: admin/reports.php:19 
    959773msgid "Call Detail Reports" 
    960774msgstr "" 
    961775 
    962 #: admin/reports.php:36 
    963776msgid "Call Logs" 
    964777msgstr "" 
    965778 
    966 #: admin/reports.php:37 
    967779msgid "Compare Calls" 
    968780msgstr "" 
    969781 
    970 #: admin/reports.php:38 
    971782msgid "Monthly Traffic" 
    972783msgstr "" 
    973784 
    974 #: admin/reports.php:39 
    975785msgid "Daily load" 
    976786msgstr "" 
    977787 
    978 #: admin/views/bad_refferer.php:16 
    979788msgid "Potential Security Breach" 
    980789msgstr "" 
    981790 
    982 #: admin/views/bad_refferer.php:17 
    983791msgid "" 
    984792"You are attempting to modify settings from a URL that does not appear to " 
     
    990798msgstr "" 
    991799 
    992 #: admin/views/bad_refferer.php:18 
    993800msgid "" 
    994801"The suspect URL is listed below. If this action is intended, you can click " 
     
    998805msgstr "" 
    999806 
    1000 #: admin/views/bad_refferer.php:19 
    1001807msgid "SUSPECT LINK:" 
    1002808msgstr "" 
    1003809 
    1004 #: admin/views/freepbx_admin.php:87 admin/modules/core/page.ampusers.php:234 
    1005810msgid "category" 
    1006811msgstr "" 
    1007812 
    1008 #: admin/views/freepbx_admin.php:179 
    1009813msgid "" 
    1010814"WARNING: Javascript is disabled in your browser. The FreePBX administration " 
     
    1013817msgstr "" 
    1014818 
    1015 #: admin/views/freepbx_admin.php:193 
    1016819#, php-format 
    1017820msgid "%s is a registered trademark of %s" 
    1018821msgstr "" 
    1019822 
    1020 #: admin/views/freepbx_admin.php:194 admin/views/freepbx_admin.php:197 
    1021 #: admin/views/freepbx.php:151 admin/views/freepbx.php:160 
    1022823msgid "FreePBX" 
    1023824msgstr "" 
    1024825 
    1025 #: admin/views/freepbx_admin.php:196 
    1026826#, php-format 
    1027827msgid "%s is licensed under %s" 
    1028828msgstr "" 
    1029829 
    1030 #: admin/views/freepbx.php:158 
    1031830#, php-format 
    1032831msgid "%s %s on %s" 
    1033832msgstr "" 
    1034833 
    1035 #: admin/views/freepbx.php:175 
    1036834msgid "Management" 
    1037835msgstr "" 
    1038836 
    1039 #: admin/views/freepbx.php:176 
    1040837msgid "Admin" 
    1041838msgstr "" 
    1042839 
    1043 #: admin/views/freepbx.php:177 
    1044840msgid "Reports" 
    1045841msgstr "" 
    1046842 
    1047 #: admin/views/freepbx.php:179 
    1048843msgid "Panel" 
    1049844msgstr "" 
    1050845 
    1051 #: admin/views/freepbx.php:181 
    1052846msgid "Recordings" 
    1053847msgstr "" 
    1054848 
    1055 #: admin/views/freepbx.php:182 
    1056849msgid "Help" 
    1057850msgstr "" 
    1058851 
    1059 #: admin/views/freepbx.php:199 
    1060852msgid "Logged in: " 
    1061853msgstr "" 
    1062854 
    1063 #: admin/views/freepbx.php:200 
    1064855msgid "Logout" 
    1065856msgstr "" 
    1066857 
    1067 #: admin/views/freepbx_reloadbar.php:3 
    1068858msgid "Reload Required" 
    1069859msgstr "" 
    1070860 
    1071 #: admin/views/freepbx_reloadbar.php:4 admin/views/freepbx_reloadbar.php:5 
    1072 #: admin/views/freepbx_reload.php:107 
    1073861msgid "Apply Configuration Changes" 
    1074862msgstr "" 
    1075863 
    1076 #: admin/views/freepbx_reloadbar.php:5 
    1077864#, php-format 
    1078865msgid "" 
     
    1082869msgstr "" 
    1083870 
    1084 #: admin/views/freepbx_reload.php:71 
    1085871msgid "" 
    1086872" error(s) occurred, you should view the notification log on the dashboard or " 
     
    1088874msgstr "" 
    1089875 
    1090 #: admin/views/freepbx_reload.php:75 admin/views/freepbx_reload.php:89 
    1091876msgid "Close" 
    1092877msgstr "" 
    1093878 
    1094 #: admin/views/freepbx_reload.php:76 
    1095879msgid "Retry" 
    1096880msgstr "" 
    1097881 
    1098 #: admin/views/freepbx_reload.php:88 
    1099882msgid "Error: Did not receive valid response from server" 
    1100883msgstr "" 
    1101884 
    1102 #: admin/views/freepbx_reload.php:108 
    1103885msgid "" 
    1104886"Reloading will apply all configuration changes made in FreePBX to your PBX " 
     
    1106888msgstr "" 
    1107889 
    1108 #: admin/views/freepbx_reload.php:110 
    1109890msgid "Accept" 
    1110891msgstr "" 
    1111892 
    1112 #: admin/views/freepbx_reload.php:110 
    1113893msgid "Continue with reload" 
    1114894msgstr "" 
    1115895 
    1116 #: admin/views/freepbx_reload.php:111 
    1117896msgid "Cancel reload and go back to editing" 
    1118897msgstr "" 
    1119898 
    1120 #: admin/views/freepbx_reload.php:116 
    1121899msgid "Please wait, reloading.." 
    1122900msgstr "" 
    1123901 
    1124 #: admin/views/freepbx_reload.php:117 
    1125902msgid "Loading..." 
    1126903msgstr "" 
    1127904 
    1128 #: admin/views/loggedout.php:4 
    1129905msgid "Logged out" 
    1130906msgstr "" 
    1131907 
    1132 #: admin/views/loggedout.php:5 
    1133908msgid "You have been successfully logged out." 
    1134909msgstr "" 
    1135910 
    1136 #: admin/views/loggedout.php:7 
    1137911msgid "Log in" 
    1138912msgstr "" 
    1139913 
    1140 #: admin/views/menuitem_disabled.php:3 
    1141914#, php-format 
    1142915msgid "[WARNING]: Menu Item: %s is disabled because asterisk is not running" 
    1143916msgstr "" 
    1144917 
    1145 #: admin/views/menuitem_disabled.php:4 
    1146918msgid "" 
    1147919"Restart Asterisk and then refresh the browser in order to try accessing this " 
     
    1149921msgstr "" 
    1150922 
    1151 #: admin/views/noaccess.php:4 
    1152923msgid "Not found" 
    1153924msgstr "" 
    1154925 
    1155 #: admin/views/noaccess.php:5 
    1156926msgid "" 
    1157927"The section you requested does not exist or you do not have access to it." 
    1158928msgstr "" 
    1159929 
    1160 #: admin/views/unauthorized.php:4 
    1161930msgid "Unauthorized" 
    1162931msgstr "" 
    1163932 
    1164 #: admin/views/unauthorized.php:5 
    1165933msgid "You are not authorized to access this page." 
    1166934msgstr "" 
    1167935 
    1168 #: admin/views/welcome_nomanager.php:2 
    1169936msgid "Warning:" 
    1170937msgstr "" 
    1171938 
    1172 #: admin/views/welcome_nomanager.php:5 
    1173939msgid "Cannot connect to Asterisk Manager with " 
    1174940msgstr "" 
    1175941 
    1176 #: admin/views/welcome_nomanager.php:7 
    1177942msgid "Asterisk may not be running." 
    1178943msgstr "" 
    1179944 
    1180 #: admin/views/welcome.php:3 
    1181945msgid "Welcome to FreePBX." 
    1182946msgstr "" 
    1183947 
    1184 #: admin/views/welcome.php:9 
    1185948msgid "Critical" 
    1186949msgstr "" 
    1187950 
    1188 #: admin/views/welcome.php:10 
    1189951msgid "Security" 
    1190952msgstr "" 
    1191953 
    1192 #: admin/views/welcome.php:11 
    1193954msgid "Update" 
    1194955msgstr "" 
    1195956 
    1196 #: admin/views/welcome.php:12 
    1197957msgid "Error" 
    1198958msgstr "" 
    1199959 
    1200 #: admin/views/welcome.php:13 
    1201960msgid "Warning" 
    1202961msgstr "" 
    1203962 
    1204 #: admin/views/welcome.php:14 
    1205963msgid "Notice" 
    1206964msgstr "" 
    1207965 
    1208 #: admin/views/welcome.php:36 
    1209966msgid "" 
    1210967"If you're new to FreePBX, Welcome. Here are some quick instructions to get " 
     
    1212969msgstr "" 
    1213970 
    1214 #: admin/views/welcome.php:40 
    1215971#, php-format 
    1216972msgid "" 
     
    1225981msgstr "" 
    1226982 
    1227 #: admin/views/welcome.php:54 
    1228983#, php-format 
    1229984msgid "" 
     
    1237992msgstr "" 
    1238993 
    1239 #: admin/views/welcome.php:66 
    1240994#, php-format 
    1241995msgid "" 
     
    1245999msgstr "" 
    12461000 
    1247 #: admin/views/welcome.php:71 
    12481001msgid "We hope you enjoy using FreePBX!" 
    12491002msgstr "" 
    12501003 
    1251 #: admin/common/db_connect.php:78 
    12521004msgid "Default SQL Password Used" 
    12531005msgstr "" 
    12541006 
    1255 #: admin/common/db_connect.php:78 
    12561007msgid "" 
    12571008"You are using the default SQL password that is widely known, you should set " 
     
    12591010msgstr "" 
    12601011 
    1261 #: admin/common/db_connect.php:89 
    12621012msgid "Memory Limit Changed" 
    12631013msgstr "" 
    12641014 
    1265 #: admin/common/db_connect.php:89 
    12661015#, php-format 
    12671016msgid "" 
     
    12701019msgstr "" 
    12711020 
    1272 #: admin/common/db_connect.php:91 
    12731021msgid "Low Memory Limit" 
    12741022msgstr "" 
    12751023 
    1276 #: admin/common/db_connect.php:91 
    12771024#, php-format 
    12781025msgid "" 
     
    12821029msgstr "" 
    12831030 
    1284 #: admin/common/db_connect.php:100 
    12851031msgid "Magic Quotes GPC" 
    12861032msgstr "" 
    12871033 
    1288 #: admin/common/db_connect.php:100 
    12891034msgid "" 
    12901035"You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file " 
     
    12931038msgstr "" 
    12941039 
    1295 #: admin/common/script.js.php:56 
    12961040msgid "Please select a \"Destination\"" 
    12971041msgstr "" 
    12981042 
    1299 #: admin/common/script.js.php:56 
    13001043msgid "" 
    13011044"Custom Goto contexts must contain the string \"custom-\".  ie: custom-app,s,1" 
    13021045msgstr "" 
    13031046 
    1304 #: admin/common/script.js.php:72 
    13051047msgid "The secret must be at minimum six characters in length." 
    13061048msgstr "" 
    13071049 
    1308 #: admin/common/script.js.php:78 
    13091050msgid "The secret must contain at least two numbers and two letters." 
    13101051msgstr "" 
    13111052 
    1312 #: admin/modules/core/core.i18n.php:5 admin/modules/core/install.php:21 
    13131053msgid "Core" 
    13141054msgstr "" 
    13151055 
    1316 #: admin/modules/core/core.i18n.php:7 
    13171056msgid "Basic" 
    13181057msgstr "" 
    13191058 
    1320 #: admin/modules/core/core.i18n.php:9 
    13211059msgid "Extensions" 
    13221060msgstr "" 
    13231061 
    1324 #: admin/modules/core/core.i18n.php:11 
    13251062msgid "Users" 
    13261063msgstr "" 
    13271064 
    1328 #: admin/modules/core/core.i18n.php:13 
    13291065msgid "Devices" 
    13301066msgstr "" 
    13311067 
    1332 #: admin/modules/core/core.i18n.php:15 
    13331068msgid "Inbound Routes" 
    13341069msgstr "" 
    13351070 
    1336 #: admin/modules/core/core.i18n.php:17 
    13371071msgid "Zap Channel DIDs" 
    13381072msgstr "" 
    13391073 
    1340 #: admin/modules/core/core.i18n.php:19 
    13411074msgid "Outbound Routes" 
    13421075msgstr "" 
    13431076 
    1344 #: admin/modules/core/core.i18n.php:21 
    13451077msgid "Trunks" 
    13461078msgstr "" 
    13471079 
    1348 #: admin/modules/core/core.i18n.php:23 
    1349 #: admin/modules/core/page.ampusers.php:176 
    1350 #: admin/modules/core/page.trunks.php:354 
    13511080msgid "General Settings" 
    13521081msgstr "" 
    13531082 
    1354 #: admin/modules/core/core.i18n.php:25 
    13551083msgid "Administrators" 
    13561084msgstr "" 
    13571085 
    1358 #: admin/modules/core/core.i18n.php:27 
    13591086msgid "FreePBX Support" 
    13601087msgstr "" 
    13611088 
    1362 #: admin/modules/core/functions.inc.php:584 
    13631089msgid "Terminate Call" 
    13641090msgstr "" 
    13651091 
    1366 #: admin/modules/core/functions.inc.php:585 
    13671092msgid "Hangup" 
    13681093msgstr "" 
    13691094 
    1370 #: admin/modules/core/functions.inc.php:586 
    13711095msgid "Congestion" 
    13721096msgstr "" 
    13731097 
    1374 #: admin/modules/core/functions.inc.php:587 
    1375 #: admin/modules/core/page.general.php:202 
    13761098msgid "Busy" 
    13771099msgstr "" 
    13781100 
    1379 #: admin/modules/core/functions.inc.php:588 
    13801101msgid "Play SIT Tone (Zapateller)" 
    13811102msgstr "" 
    13821103 
    1383 #: admin/modules/core/functions.inc.php:589 
    13841104msgid "Put caller on hold forever" 
    13851105msgstr "" 
    13861106 
    1387 #: admin/modules/core/functions.inc.php:590 
    13881107msgid "Play ringtones to caller until they hangup" 
    13891108msgstr "" 
    13901109 
    1391 #: admin/modules/core/functions.inc.php:662 
    13921110#, php-format 
    13931111msgid "User Extension %s: %s" 
    13941112msgstr "" 
    13951113 
    1396 #: admin/modules/core/functions.inc.php:3038 
    1397 #: admin/modules/core/functions.inc.php:3123 
    13981114msgid "A route for this DID/CID already exists!" 
    13991115msgstr "" 
    14001116 
    1401 #: admin/modules/core/functions.inc.php:3194 
    14021117msgid "You must put in a device id" 
    14031118msgstr "" 
    14041119 
    1405 #: admin/modules/core/functions.inc.php:3204 
    14061120msgid "This device id is already in use" 
    14071121msgstr "" 
    14081122 
    1409 #: admin/modules/core/functions.inc.php:3796 
    14101123msgid "User Extension: " 
    14111124msgstr "" 
    14121125 
    1413 #: admin/modules/core/functions.inc.php:3825 
    14141126#, php-format 
    14151127msgid "Inbound Route: %s (%s)" 
    14161128msgstr "" 
    14171129 
    1418 #: admin/modules/core/functions.inc.php:3859 
    14191130msgid "You must put in an extension (or user) number" 
    14201131msgstr "" 
    14211132 
    1422 #: admin/modules/core/functions.inc.php:3868 
    14231133#, php-format 
    14241134msgid "This user/extension %s is already in use" 
    14251135msgstr "" 
    14261136 
    1427 #: admin/modules/core/functions.inc.php:3887 
    1428 #: admin/modules/core/functions.inc.php:4134 
    14291137#, php-format 
    14301138msgid "A route with this DID/CID: %s/%s already exists" 
    14311139msgstr "" 
    14321140 
    1433 #: admin/modules/core/functions.inc.php:4169 
    1434 #: admin/modules/core/page.zapchandids.php:127 
    14351141msgid "Invalid Channel Number, must be numeric and not blank" 
    14361142msgstr "" 
    14371143 
    1438 #: admin/modules/core/functions.inc.php:4173 
    1439 #: admin/modules/core/page.zapchandids.php:128 
    14401144msgid "Invalid DID, must be a non-blank DID" 
    14411145msgstr "" 
    14421146 
    1443 #: admin/modules/core/functions.inc.php:4185 
    14441147msgid "Error Duplicate Channel Entry" 
    14451148msgstr "" 
    14461149 
    1447 #: admin/modules/core/functions.inc.php:5391 
    14481150#, php-format 
    14491151msgid "" 
     
    14521154msgstr "" 
    14531155 
    1454 #: admin/modules/core/functions.inc.php:5392 
    14551156msgid "Failed to write indications.conf" 
    14561157msgstr "" 
    14571158 
    1458 #: admin/modules/core/functions.inc.php:5426 
    14591159msgid "On Demand" 
    14601160msgstr "" 
    14611161 
    1462 #: admin/modules/core/functions.inc.php:5427 
    14631162msgid "Always" 
    14641163msgstr "" 
    14651164 
    1466 #: admin/modules/core/functions.inc.php:5428 
    14671165msgid "Never" 
    14681166msgstr "" 
    14691167 
    1470 #: admin/modules/core/functions.inc.php:5440 
    14711168msgid "Screen Caller: No Memory" 
    14721169msgstr "" 
    14731170 
    1474 #: admin/modules/core/functions.inc.php:5441 
    14751171msgid "Screen Caller: Memory" 
    14761172msgstr "" 
    14771173 
    1478 #: admin/modules/core/functions.inc.php:5444 
    1479 #: admin/modules/core/page.did.php:247 admin/modules/core/page.general.php:200 
    14801174msgid "Default" 
    14811175msgstr "" 
    14821176 
    1483 #: admin/modules/core/functions.inc.php:5492 
    1484 #: admin/modules/core/functions.inc.php:5860 
    1485 #: admin/modules/core/page.did.php:139 
    14861177msgid "deleted" 
    14871178msgstr "" 
    14881179 
    1489 #: admin/modules/core/functions.inc.php:5512 
    1490 #: admin/modules/core/page.did.php:186 
    1491 #: admin/modules/core/page.extensions.php:23 
    14921180msgid "Extension" 
    14931181msgstr "" 
    14941182 
    1495 #: admin/modules/core/functions.inc.php:5514 
    14961183#, php-format 
    14971184msgid "Delete Extension %s" 
    14981185msgstr "" 
    14991186 
    1500 #: admin/modules/core/functions.inc.php:5524 
    1501 #: admin/modules/core/page.did.php:182 admin/modules/core/page.users.php:27 
    15021187msgid "User" 
    15031188msgstr "" 
    15041189 
    1505 #: admin/modules/core/functions.inc.php:5526 
    15061190#, php-format 
    15071191msgid "Delete User %s" 
    15081192msgstr "" 
    15091193 
    1510 #: admin/modules/core/functions.inc.php:5538 
    15111194msgid "Add User/Extension" 
    15121195msgstr "" 
    15131196 
    1514 #: admin/modules/core/functions.inc.php:5545 
    1515 #: admin/modules/core/functions.inc.php:5923 
    15161197msgid "Please enter a valid extension number." 
    15171198msgstr "" 
    15181199 
    1519 #: admin/modules/core/functions.inc.php:5546 
    15201200msgid "Please enter a valid CID Num Alias (must be a valid number)." 
    15211201msgstr "" 
    15221202 
    1523 #: admin/modules/core/functions.inc.php:5547 
    15241203msgid "Please enter valid User Password using numbers only" 
    15251204msgstr "" 
    15261205 
    1527 #: admin/modules/core/functions.inc.php:5548 
    15281206msgid "Please enter a valid Display Name" 
    15291207msgstr "" 
    15301208 
    1531 #: admin/modules/core/functions.inc.php:5549 
    15321209msgid "Please enter a valid Outbound CID" 
    15331210msgstr "" 
    15341211 
    1535 #: admin/modules/core/functions.inc.php:5550 
    15361212msgid "Please enter a valid pause time in seconds, using digits only" 
    15371213msgstr "" 
    15381214 
    1539 #: admin/modules/core/functions.inc.php:5551 
    15401215msgid "" 
    15411216"You have entered a non-standard dialpattern for your DID. You can only enter " 
     
    15441219msgstr "" 
    15451220 
    1546 #: admin/modules/core/functions.inc.php:5552 
    15471221msgid "" 
    15481222"Please enter a valid Caller ID Number or leave it blank for your Assigned " 
     
    15501224msgstr "" 
    15511225 
    1552 #: admin/modules/core/functions.inc.php:5559 
    15531226msgid "Edit Extension" 
    15541227msgstr "" 
    15551228 
    1556 #: admin/modules/core/functions.inc.php:5559 
    1557 #: admin/modules/core/page.ampusers.php:256 
    15581229msgid "Add Extension" 
    15591230msgstr "" 
    15601231 
    1561 #: admin/modules/core/functions.inc.php:5561 
    15621232msgid "Edit User" 
    15631233msgstr "" 
    15641234 
    1565 #: admin/modules/core/functions.inc.php:5561 
    1566 #: admin/modules/core/page.ampusers.php:116 
    15671235msgid "Add User" 
    15681236msgstr "" 
    15691237 
    1570 #: admin/modules/core/functions.inc.php:5566 
    15711238msgid "User Extension" 
    15721239msgstr "" 
    15731240 
    1574 #: admin/modules/core/functions.inc.php:5566 
    15751241msgid "The extension number to dial to reach this user." 
    15761242msgstr "" 
    15771243 
    1578 #: admin/modules/core/functions.inc.php:5569 
    15791244msgid "User Password" 
    15801245msgstr "" 
    15811246 
    1582 #: admin/modules/core/functions.inc.php:5569 
    15831247msgid "A user will enter this password when logging onto a device." 
    15841248msgstr "" 
    15851249 
    1586 #: admin/modules/core/functions.inc.php:5569 
    1587 #: admin/modules/core/functions.inc.php:5938 
    15881250msgid "logs into a device." 
    15891251msgstr "" 
    15901252 
    1591 #: admin/modules/core/functions.inc.php:5569 
    1592 #: admin/modules/core/functions.inc.php:5938 
    15931253msgid "logs out of a device." 
    15941254msgstr "" 
    15951255 
    1596 #: admin/modules/core/functions.inc.php:5573 
    15971256msgid "Display Name" 
    15981257msgstr "" 
    15991258 
    1600 #: admin/modules/core/functions.inc.php:5573 
    16011259msgid "" 
    16021260"The caller id name for calls from this user will be set to this name. Only " 
     
    16041262msgstr "" 
    16051263 
    1606 #: admin/modules/core/functions.inc.php:5575 
    16071264msgid "CID Num Alias" 
    16081265msgstr "" 
    16091266 
    1610 #: admin/modules/core/functions.inc.php:5575 
    16111267msgid "" 
    16121268"The CID Number to use for internal calls, if different from the extension " 
     
    16171273msgstr "" 
    16181274 
    1619 #: admin/modules/core/functions.inc.php:5576 
    16201275msgid "SIP Alias" 
    16211276msgstr "" 
    16221277 
    1623 #: admin/modules/core/functions.inc.php:5576 
    16241278msgid "" 
    16251279"If you want to support direct sip dialing of users internally or through " 
     
    16281282msgstr "" 
    16291283 
    1630 #: admin/modules/core/functions.inc.php:5581 
    16311284msgid "User Devices" 
    16321285msgstr "" 
    16331286 
    1634 #: admin/modules/core/functions.inc.php:5592 
    16351287msgid "Edit:" 
    16361288msgstr "" 
    16371289 
    1638 #: admin/modules/core/functions.inc.php:5604 
    1639 #: admin/modules/core/functions.inc.php:5941 
    16401290msgid "Extension Options" 
    16411291msgstr "" 
    16421292 
    1643 #: admin/modules/core/functions.inc.php:5605 
    16441293msgid "Outbound CID" 
    16451294msgstr "" 
    16461295 
    1647 #: admin/modules/core/functions.inc.php:5605 
    16481296msgid "" 
    16491297"Overrides the caller id when dialing out a trunk. Any setting here will " 
     
    16531301msgstr "" 
    16541302 
    1655 #: admin/modules/core/functions.inc.php:5607 
    16561303msgid "Ring Time" 
    16571304msgstr "" 
    16581305 
    1659 #: admin/modules/core/functions.inc.php:5607 
    16601306msgid "" 
    16611307"Number of seconds to ring prior to going to voicemail. Default will use the " 
     
    16641310msgstr "" 
    16651311 
    1666 #: admin/modules/core/functions.inc.php:5615 
    16671312msgid "Call Waiting" 
    16681313msgstr "" 
    16691314 
    1670 #: admin/modules/core/functions.inc.php:5615 
    16711315msgid "Set the initial/current Call Waiting state for this user's extension" 
    16721316msgstr "" 
    16731317 
    1674 #: admin/modules/core/functions.inc.php:5616 
    16751318msgid "Call Screening" 
    16761319msgstr "" 
    16771320 
    1678 #: admin/modules/core/functions.inc.php:5616 
    16791321msgid "" 
    16801322"Call Screening requires external callers to say their name, which will be " 
     
    16891331msgstr "" 
    16901332 
    1691 #: admin/modules/core/functions.inc.php:5617 
    16921333msgid "Pinless Dialing" 
    16931334msgstr "" 
    16941335 
    1695 #: admin/modules/core/functions.inc.php:5617 
    16961336msgid "" 
    16971337"Enabling Pinless Dialing will allow this extension to bypass any pin codes " 
     
    16991339msgstr "" 
    17001340 
    1701 #: admin/modules/core/functions.inc.php:5619 
    17021341msgid "Assigned DID/CID" 
    17031342msgstr "" 
    17041343 
    1705 #: admin/modules/core/functions.inc.php:5620 
    17061344msgid "DID Description" 
    17071345msgstr "" 
    17081346 
    1709 #: admin/modules/core/functions.inc.php:5620 
    17101347msgid "A description for this DID, such as \"Fax\"" 
    17111348msgstr "" 
    17121349 
    1713 #: admin/modules/core/functions.inc.php:5621 
    17141350msgid "Add Inbound DID" 
    17151351msgstr "" 
    17161352 
    1717 #: admin/modules/core/functions.inc.php:5621 
    17181353msgid "" 
    17191354"A direct DID that is associated with this extension. The DID should be in " 
     
    17231358msgstr "" 
    17241359 
    1725 #: admin/modules/core/functions.inc.php:5622 
    17261360msgid "Add Inbound CID" 
    17271361msgstr "" 
    17281362 
    1729 #: admin/modules/core/functions.inc.php:5622 
    17301363msgid "" 
    17311364"Add a CID for more specific DID + CID routing. A DID must be specified in " 
     
    17351368msgstr "" 
    17361369 
    1737 #: admin/modules/core/functions.inc.php:5630 
    17381370msgid "DID / CID" 
    17391371msgstr "" 
    17401372 
    1741 #: admin/modules/core/functions.inc.php:5634 
    17421373msgid "Any DID" 
    17431374msgstr "" 
    17441375 
    1745 #: admin/modules/core/functions.inc.php:5650 
    17461376msgid "Recording Options" 
    17471377msgstr "" 
    17481378 
    1749 #: admin/modules/core/functions.inc.php:5651 
    17501379msgid "Record Incoming" 
    17511380msgstr "" 
    17521381 
    1753 #: admin/modules/core/functions.inc.php:5651 
    17541382msgid "Record all inbound calls received at this extension." 
    17551383msgstr "" 
    17561384 
    1757 #: admin/modules/core/functions.inc.php:5652 
    17581385msgid "Record Outgoing" 
    17591386msgstr "" 
    17601387 
    1761 #: admin/modules/core/functions.inc.php:5652 
    17621388msgid "Record all outbound calls received at this extension." 
    17631389msgstr "" 
    17641390 
    1765 #: admin/modules/core/functions.inc.php:5670 
    17661391msgid "Warning! Extension" 
    17671392msgstr "" 
    17681393 
    1769 #: admin/modules/core/functions.inc.php:5670 
    17701394msgid "is not allowed for your account" 
    17711395msgstr "" 
    17721396 
    1773 #: admin/modules/core/functions.inc.php:5684 
    17741397msgid "Conflicting Extensions" 
    17751398msgstr "" 
    17761399 
    1777 #: admin/modules/core/functions.inc.php:5684 
    17781400msgid "" 
    17791401"The following extension numbers are in conflict, you can click on the item" 
     
    17811403msgstr "" 
    17821404 
    1783 #: admin/modules/core/functions.inc.php:5688 
    17841405msgid "Configure user again:" 
    17851406msgstr "" 
    17861407 
    1787 #: admin/modules/core/functions.inc.php:5688 
    17881408msgid "Configure extension again:" 
    17891409msgstr "" 
    17901410 
    1791 #: admin/modules/core/functions.inc.php:5735 
    17921411msgid "Please enter the dtmfmode for this device" 
    17931412msgstr "" 
    17941413 
    1795 #: admin/modules/core/functions.inc.php:5736 
    17961414msgid "Please enter the channel for this device" 
    17971415msgstr "" 
    17981416 
    1799 #: admin/modules/core/functions.inc.php:5737 
    18001417msgid "" 
    18011418"You have not entered a Secret for this device, although this is possible it " 
     
    18041421msgstr "" 
    18051422 
    1806 #: admin/modules/core/functions.inc.php:5738 
    18071423msgid "Please enter a Secret for this device" 
    18081424msgstr "" 
    18091425 
    1810 #: admin/modules/core/functions.inc.php:5812 
    18111426msgid "Generic SIP Device" 
    18121427msgstr "" 
    18131428 
    1814 #: admin/modules/core/functions.inc.php:5813 
    18151429msgid "Generic IAX2 Device" 
    18161430msgstr "" 
    18171431 
    1818 #: admin/modules/core/functions.inc.php:5814 
    18191432msgid "Generic ZAP Device" 
    18201433msgstr "" 
    18211434 
    1822 #: admin/modules/core/functions.inc.php:5815 
    18231435msgid "Other (Custom) Device" 
    18241436msgstr "" 
    18251437 
    1826 #: admin/modules/core/functions.inc.php:5818 
    18271438msgid "None (virtual exten)" 
    18281439msgstr "" 
    18291440 
    1830 #: admin/modules/core/functions.inc.php:5824 
    18311441msgid "Fixed" 
    18321442msgstr "" 
    18331443 
    1834 #: admin/modules/core/functions.inc.php:5825 
    18351444msgid "Adhoc" 
    18361445msgstr "" 
    18371446 
    1838 #: admin/modules/core/functions.inc.php:5828 
    18391447msgid "none" 
    18401448msgstr "" 
    18411449 
    1842 #: admin/modules/core/functions.inc.php:5829 
    18431450msgid "New User" 
    18441451msgstr "" 
    18451452 
    1846 #: admin/modules/core/functions.inc.php:5865 
    1847 #: admin/modules/core/page.ampusers.php:256 
    18481453msgid "Add Device" 
    18491454msgstr "" 
    18501455 
    1851 #: admin/modules/core/functions.inc.php:5867 
    18521456msgid "Add an Extension" 
    18531457msgstr "" 
    18541458 
    1855 #: admin/modules/core/functions.inc.php:5869 
    18561459msgid "Please select your Device below then click Submit" 
    18571460msgstr "" 
    18581461 
    1859 #: admin/modules/core/functions.inc.php:5870 
    1860 #: admin/modules/core/functions.inc.php:5880 
    1861 #: admin/modules/core/page.devices.php:22 
    18621462msgid "Device" 
    18631463msgstr "" 
    18641464 
    1865 #: admin/modules/core/functions.inc.php:5883 
    18661465#, php-format 
    18671466msgid "Delete Device %s" 
    18681467msgstr "" 
    18691468 
    1870 #: admin/modules/core/functions.inc.php:5889 
    18711469#, php-format 
    18721470msgid "Edit Default User: %s" 
    18731471msgstr "" 
    18741472 
    1875 #: admin/modules/core/functions.inc.php:5889 
    18761473#, php-format 
    18771474msgid "Edit Fixed User: %s" 
    18781475msgstr "" 
    18791476 
    1880 #: admin/modules/core/functions.inc.php:5902 
    18811477#, php-format 
    18821478msgid "Add %s Device" 
    18831479msgstr "" 
    18841480 
    1885 #: admin/modules/core/functions.inc.php:5904 
    18861481#, php-format 
    18871482msgid "Add %s Extension" 
    18881483msgstr "" 
    18891484 
    1890 #: admin/modules/core/functions.inc.php:5920 
    18911485msgid "Please enter a device id." 
    18921486msgstr "" 
    18931487 
    1894 #: admin/modules/core/functions.inc.php:5921 
    18951488msgid "Please enter a valid Description for this device" 
    18961489msgstr "" 
    18971490 
    1898 #: admin/modules/core/functions.inc.php:5922 
    18991491msgid "Please enter a valid Emergency CID" 
    19001492msgstr "" 
    19011493 
    1902 #: admin/modules/core/functions.inc.php:5930 
    19031494msgid "Device Info" 
    19041495msgstr "" 
    19051496 
    1906 #: admin/modules/core/functions.inc.php:5934 
    19071497msgid "Device ID" 
    19081498msgstr "" 
    19091499 
    1910 #: admin/modules/core/functions.inc.php:5934 
    19111500msgid "" 
    19121501"Give your device a unique integer ID.  The device will use this ID to " 
     
    19141503msgstr "" 
    19151504 
    1916 #: admin/modules/core/functions.inc.php:5936 
    19171505msgid "" 
    19181506"The caller id name for this device will be set to this description until it " 
     
    19201508msgstr "" 
    19211509 
    1922 #: admin/modules/core/functions.inc.php:5937 
    1923 #: admin/modules/core/functions.inc.php:5942 
    19241510msgid "Emergency CID" 
    19251511msgstr "" 
    19261512 
    1927 #: admin/modules/core/functions.inc.php:5937 
    1928 #: admin/modules/core/functions.inc.php:5942 
    19291513msgid "" 
    19301514"This caller id will always be set when dialing out an Outbound Route flagged " 
     
    19321516msgstr "" 
    19331517 
    1934 #: admin/modules/core/functions.inc.php:5938 
    19351518msgid "Device Type" 
    19361519msgstr "" 
    19371520 
    1938 #: admin/modules/core/functions.inc.php:5938 
    19391521msgid "" 
    19401522"Devices can be fixed or adhoc. Fixed devices are always associated to the " 
     
    19431525msgstr "" 
    19441526 
    1945 #: admin/modules/core/functions.inc.php:5939 
    19461527msgid "Default User" 
    19471528msgstr "" 
    19481529 
    1949 #: admin/modules/core/functions.inc.php:5939 
    19501530msgid "" 
    19511531"Fixed devices will always mapped to this user.  Adhoc devices will be mapped " 
     
    19541534msgstr "" 
    19551535 
    1956 #: admin/modules/core/functions.inc.php:5948 
    19571536msgid "Device Options" 
    19581537msgstr "" 
    19591538 
    1960 #: admin/modules/core/functions.inc.php:5950 
    19611539#, php-format 
    19621540msgid "This device uses %s technology." 
    19631541msgstr "" 
    19641542 
    1965 #: admin/modules/core/functions.inc.php:5950 
    19661543msgid "Via DAHDI compatibility mode" 
    19671544msgstr "" 
    19681545 
    1969 #: admin/modules/core/install.php:22 
    19701546msgid "User Logon" 
    19711547msgstr "" 
    19721548 
    1973 #: admin/modules/core/install.php:23 
    19741549msgid "User Logoff" 
    19751550msgstr "" 
    19761551 
    1977 #: admin/modules/core/install.php:24 
    19781552msgid "ZapBarge" 
    19791553msgstr "" 
    19801554 
    1981 #: admin/modules/core/install.php:25 
    19821555msgid "ChanSpy" 
    19831556msgstr "" 
    19841557 
    1985 #: admin/modules/core/install.php:26 
    19861558msgid "Simulate Incoming Call" 
    19871559msgstr "" 
    19881560 
    1989 #: admin/modules/core/install.php:27 
    19901561msgid "Directed Call Pickup" 
    19911562msgstr "" 
    19921563 
    1993 #: admin/modules/core/install.php:28 
    19941564msgid "Asterisk General Call Pickup" 
    19951565msgstr "" 
    19961566 
    1997 #: admin/modules/core/install.php:29 
    19981567msgid "In-Call Asterisk Blind Transfer" 
    19991568msgstr "" 
    20001569 
    2001 #: admin/modules/core/install.php:30 
    20021570msgid "In-Call Asterisk Attended Transfer" 
    20031571msgstr "" 
    20041572 
    2005 #: admin/modules/core/install.php:31 
    20061573msgid "In-Call Asterisk Toggle Call Recording" 
    20071574msgstr "" 
    20081575 
    2009 #: admin/modules/core/install.php:32 
    20101576msgid "In-Call Asterisk Disconnect Code" 
    20111577msgstr "" 
    20121578 
    2013 #: admin/modules/core/install.php:59 
    20141579#, php-format 
    20151580msgid "ERROR: trying to check if %s already in use" 
    20161581msgstr "" 
    20171582 
    2018 #: admin/modules/core/install.php:140 
    20191583msgid "Checking if directdids need migrating.." 
    20201584msgstr "" 
    20211585 
    2022 #: admin/modules/core/install.php:144 
    20231586msgid "starting migration" 
    20241587msgstr "" 
    20251588 
    2026 #: admin/modules/core/install.php:161 
    20271589msgid "User: " 
    20281590msgstr "" 
    20291591 
    2030 #: admin/modules/core/install.php:164 
    20311592#, php-format 
    20321593msgid "ERROR: failed to insert %s for user %s" 
    20331594msgstr "" 
    20341595 
    2035 #: admin/modules/core/install.php:169 
    20361596#, php-format 
    20371597msgid "" 
     
    20391599msgstr "" 
    20401600 
    2041 #: admin/modules/core/install.php:173 
    20421601#, php-format 
    20431602msgid "Removing field %s from users table.." 
    20441603msgstr "" 
    20451604 
    2046 #: admin/modules/core/install.php:177 
    20471605msgid "not present" 
    20481606msgstr "" 
    20491607 
    2050 #: admin/modules/core/install.php:179 
    20511608msgid "removed" 
    20521609msgstr "" 
    20531610 
    2054 #: admin/modules/core/install.php:184 
    20551611msgid "" 
    20561612"ERROR: could not access user table to migrate directdids to incoming table, " 
     
    20581614msgstr "" 
    20591615 
    2060 #: admin/modules/core/install.php:187 
    20611616msgid "already done" 
    20621617msgstr "" 
    20631618 
    2064 #: admin/modules/core/install.php:192 
    20651619msgid "updating zap callgroup, pickupgroup.." 
    20661620msgstr "" 
    20671621 
    2068 #: admin/modules/core/install.php:217 
    20691622#, php-format 
    20701623msgid "updated %s callgroups, %s pickupgroups" 
    20711624msgstr "" 
    20721625 
    2073 #: admin/modules/core/install.php:219 admin/modules/core/install.php:518 
    20741626msgid "not needed" 
    20751627msgstr "" 
    20761628 
    2077 #: admin/modules/core/install.php:224 
    20781629msgid "checking for delay_answer field .." 
    20791630msgstr "" 
    20801631 
    2081 #: admin/modules/core/install.php:231 admin/modules/core/install.php:247 
    20821632msgid "fatal error" 
    20831633msgstr "" 
    20841634 
    2085 #: admin/modules/core/install.php:234 admin/modules/core/install.php:250 
    20861635msgid "added" 
    20871636msgstr "" 
    20881637 
    2089 #: admin/modules/core/install.php:237 admin/modules/core/install.php:253 
    2090 #: admin/modules/core/install.php:535 admin/modules/core/install.php:571 
    20911638msgid "already exists" 
    20921639msgstr "" 
    20931640 
    2094 #: admin/modules/core/install.php:240 
    20951641msgid "checking for pricid field .." 
    20961642msgstr "" 
    20971643 
    2098 #: admin/modules/core/install.php:260 
    20991644msgid "Checking for Global var RECORDING_STATE.." 
    21001645msgstr "" 
    21011646 
    2102 #: admin/modules/core/install.php:264 
    21031647msgid "Created" 
    21041648msgstr "" 
    21051649 
    2106 #: admin/modules/core/install.php:266 
    21071650msgid "Already exists!" 
    21081651msgstr "" 
    21091652 
    2110 #: admin/modules/core/install.php:477 
    21111653msgid "Checking if trunk table migration required.." 
    21121654msgstr "" 
    21131655 
    2114 #: admin/modules/core/install.php:480 
    21151656msgid "migrating.." 
    21161657msgstr "" 
    21171658 
    2118 #: admin/modules/core/install.php:498 
    21191659msgid "removing globals.." 
    21201660msgstr "" 
    21211661 
    2122 #: admin/modules/core/install.php:516 
    21231662msgid "done" 
    21241663msgstr "" 
    21251664 
    2126 #: admin/modules/core/install.php:530 
    21271665msgid "Checking if trunks_dialpatterns table exists.." 
    21281666msgstr "" 
    21291667 
    2130 #: admin/modules/core/install.php:537 
    21311668msgid "created" 
    21321669msgstr "" 
    21331670 
    2134 #: admin/modules/core/install.php:538 
    21351671msgid "loading table from localprefixes.conf.." 
    21361672msgstr "" 
    21371673 
    2138 #: admin/modules/core/install.php:558 
    21391674msgid "loaded" 
    21401675msgstr "" 
    21411676 
    2142 #: admin/modules/core/install.php:561 
    21431677msgid "Checking if privacy manager options exists.." 
    21441678msgstr "" 
    21451679 
    2146 #: admin/modules/core/install.php:568 
    21471680msgid "Added pmmaxretries and pmminlength" 
    21481681msgstr "" 
    21491682 
    2150 #: admin/modules/core/page.ampusers.php:133 
    21511683msgid "Edit Administrator" 
    21521684msgstr "" 
    21531685 
    2154 #: admin/modules/core/page.ampusers.php:145 
    21551686#, php-format 
    21561687msgid "Delete User: %s" 
    21571688msgstr "" 
    21581689 
    2159 #: admin/modules/core/page.ampusers.php:163 
    21601690msgid "Add Administrator" 
    21611691msgstr "" 
    21621692 
    2163 #: admin/modules/core/page.ampusers.php:182 
    21641693msgid "NOTE:" 
    21651694msgstr "" 
    21661695 
    2167 #: admin/modules/core/page.ampusers.php:182 
    21681696msgid "" 
    21691697"AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this " 
     
    21731701msgstr "" 
    21741702 
    2175 #: admin/modules/core/page.ampusers.php:188 
    21761703msgid "Username<span>Create a unique username for this new user</span>" 
    21771704msgstr "" 
    21781705 
    2179 #: admin/modules/core/page.ampusers.php:195 
    21801706msgid "Password<span>Create a password for this new user</span>" 
    21811707msgstr "" 
    21821708 
    2183 #: admin/modules/core/page.ampusers.php:203 
    21841709msgid "Access Restrictions" 
    21851710msgstr "" 
    21861711 
    2187 #: admin/modules/core/page.ampusers.php:208 
    21881712msgid "" 
    21891713"Department Name<span>Restrict this user's view of Digital Receptionist menus " 
     
    21911715msgstr "" 
    21921716 
    2193 #: admin/modules/core/page.ampusers.php:215 
    21941717msgid "" 
    21951718"Extension Range<span>Restrict this user's view to only Extensions, Ring " 
     
    21971720msgstr "" 
    21981721 
    2199 #: admin/modules/core/page.ampusers.php:224 
    22001722msgid "" 
    22011723"Admin Access<span>Select the Admin Sections this user should have access to." 
     
    22031725msgstr "" 
    22041726 
    2205 #: admin/modules/core/page.ampusers.php:251 
    22061727msgid "Apply Changes Bar" 
    22071728msgstr "" 
    22081729 
    2209 #: admin/modules/core/page.ampusers.php:261 
    22101730msgid "ALL SECTIONS" 
    22111731msgstr "" 
    22121732 
    2213 #: admin/modules/core/page.ampusers.php:269 
    2214 #: admin/modules/core/page.general.php:426 
    2215 #: admin/modules/core/page.routing.php:616 
    2216 #: admin/modules/core/page.trunks.php:788 
    2217 #: admin/modules/core/page.zapchandids.php:112 
    22181733msgid "Submit Changes" 
    22191734msgstr "" 
    22201735 
    2221 #: admin/modules/core/page.ampusers.php:283 
    22221736msgid "Username must not be blank" 
    22231737msgstr "" 
    22241738 
    2225 #: admin/modules/core/page.ampusers.php:285 
    22261739msgid "" 
    22271740"Username cannot start with a number, and can only contain letters and numbers" 
    22281741msgstr "" 
    22291742 
    2230 #: admin/modules/core/page.ampusers.php:287 
    22311743msgid "For security reasons, you cannot use the department name default" 
    22321744msgstr "" 
    22331745 
    2234 #: admin/modules/core/page.ampusers.php:289 
    22351746msgid "Department name cannot have a space" 
    22361747msgstr "" 
    22371748 
    2238 #: admin/modules/core/page.did.php:86 
    22391749msgid " (toggle sort)" 
    22401750msgstr "" 
    22411751 
    2242 #: admin/modules/core/page.did.php:90 admin/modules/core/page.did.php:165 
    2243 #: admin/modules/core/page.did.php:196 admin/modules/core/page.did.php:207 
    22441752msgid "Add Incoming Route" 
    22451753msgstr "" 
    22461754 
    2247 #: admin/modules/core/page.did.php:91 
    22481755msgid "All DIDs" 
    22491756msgstr "" 
    22501757 
    2251 #: admin/modules/core/page.did.php:92 
    22521758msgid "User DIDs" 
    22531759msgstr "" 
    22541760 
    2255 #: admin/modules/core/page.did.php:93 
    22561761msgid "General DIDs" 
    22571762msgstr "" 
    22581763 
    2259 #: admin/modules/core/page.did.php:94 
    22601764msgid "Unused DIDs" 
    22611765msgstr "" 
    22621766 
    2263 #: admin/modules/core/page.did.php:126 
    22641767msgid "any DID" 
    22651768msgstr "" 
    22661769 
    2267 #: admin/modules/core/page.did.php:127 
    22681770msgid "any CID" 
    22691771msgstr "" 
    22701772 
    2271 #: admin/modules/core/page.did.php:157 admin/modules/core/page.trunks.php:293 
    22721773msgid "Route" 
    22731774msgstr "" 
    22741775 
    2275 #: admin/modules/core/page.did.php:171 admin/modules/core/page.routing.php:297 
    22761776#, php-format 
    22771777msgid "Delete Route %s" 
    22781778msgstr "" 
    22791779 
    2280 #: admin/modules/core/page.did.php:189 
    22811780#, php-format 
    22821781msgid "Edit %s" 
    22831782msgstr "" 
    22841783 
    2285 #: admin/modules/core/page.did.php:189 
    22861784#, php-format 
    22871785msgid "Edit %s %s (%s)" 
    22881786msgstr "" 
    22891787 
    2290 #: admin/modules/core/page.did.php:207 
    22911788msgid "Edit Incoming Route" 
    22921789msgstr "" 
    22931790 
    2294 #: admin/modules/core/page.did.php:209 
    22951791msgid "Provide a meaningful description of what this incoming route is" 
    22961792msgstr "" 
    22971793 
    2298 #: admin/modules/core/page.did.php:213 
    22991794msgid "DID Number" 
    23001795msgstr "" 
    23011796 
    2302 #: admin/modules/core/page.did.php:213 
    23031797msgid "" 
    23041798"Define the expected DID Number if your trunk passes DID on incoming calls. " 
     
    23071801msgstr "" 
    23081802 
    2309 #: admin/modules/core/page.did.php:217 
    23101803msgid "Caller ID Number" 
    23111804msgstr "" 
    23121805 
    2313 #: admin/modules/core/page.did.php:217 
    23141806msgid "" 
    23151807"Define the Caller ID Number to be matched on incoming calls.<br><br>Leave " 
     
    23201812msgstr "" 
    23211813 
    2322 #: admin/modules/core/page.did.php:222 
    23231814msgid "CID Priority Route" 
    23241815msgstr "" 
    23251816 
    2326 #: admin/modules/core/page.did.php:222 
    23271817msgid "" 
    23281818"This effects CID ONLY routes where no DID is specified. If checked, calls " 
     
    23331823msgstr "" 
    23341824 
    2335 #: admin/modules/core/page.did.php:226 
    23361825msgid "Options" 
    23371826msgstr "" 
    23381827 
    2339 #: admin/modules/core/page.did.php:228 
    23401828msgid "Alert Info" 
    23411829msgstr "" 
    23421830 
    2343 #: admin/modules/core/page.did.php:228 
    23441831msgid "ALERT_INFO can be used for distinctive ring with SIP devices." 
    23451832msgstr "" 
    23461833 
    2347 #: admin/modules/core/page.did.php:232 
    23481834msgid "CID name prefix" 
    23491835msgstr "" 
    23501836 
    2351 #: admin/modules/core/page.did.php:232 
    23521837msgid "" 
    23531838"You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:" 
     
    23561841msgstr "" 
    23571842 
    2358 #: admin/modules/core/page.did.php:237 
    23591843msgid "Music On Hold" 
    23601844msgstr "" 
    23611845 
    2362 #: admin/modules/core/page.did.php:237 
    23631846msgid "" 
    23641847"Set the MoH class that will be used for calls that come in on this route. " 
     
    23671850msgstr "" 
    23681851 
    2369 #: admin/modules/core/page.did.php:246 
    23701852msgid "No Music" 
    23711853msgstr "" 
    23721854 
    2373 #: admin/modules/core/page.did.php:257 
    23741855msgid "Signal RINGING" 
    23751856msgstr "" 
    23761857 
    2377 #: admin/modules/core/page.did.php:257 
    23781858msgid "" 
    23791859"Some devices or providers require RINGING to be sent before ANSWER. You'll " 
     
    23821862msgstr "" 
    23831863 
    2384 #: admin/modules/core/page.did.php:261 
    23851864msgid "Pause Before Answer" 
    23861865msgstr "" 
    23871866 
    2388 #: admin/modules/core/page.did.php:261 
    23891867msgid "" 
    23901868"An optional delay to wait before processing this route. Setting this value " 
     
    23941872msgstr "" 
    23951873 
    2396 #: admin/modules/core/page.did.php:265 
    23971874msgid "Privacy" 
    23981875msgstr "" 
    23991876 
    2400 #: admin/modules/core/page.did.php:268 
    24011877msgid "Privacy Manager" 
    24021878msgstr "" 
    24031879 
    2404 #: admin/modules/core/page.did.php:268 
    24051880msgid "" 
    24061881"If no Caller ID has been received, Privacy Manager will ask the caller to " 
     
    24101885msgstr "" 
    24111886 
    2412 #: admin/modules/core/page.did.php:271 admin/modules/core/page.general.php:411 
    24131887msgid "No" 
    24141888msgstr "" 
    24151889 
    2416 #: admin/modules/core/page.did.php:272 admin/modules/core/page.general.php:410 
    24171890msgid "Yes" 
    24181891msgstr "" 
    24191892 
    2420 #: admin/modules/core/page.did.php:277 
    24211893msgid "Max attempts" 
    24221894msgstr "" 
    24231895 
    2424 #: admin/modules/core/page.did.php:277 
    24251896msgid "Number of attempts the caller has to enter a valid callerID" 
    24261897msgstr "" 
    24271898 
    2428 #: admin/modules/core/page.did.php:290 
    24291899msgid "Min Length" 
    24301900msgstr "" 
    24311901 
    2432 #: admin/modules/core/page.did.php:290 
    24331902msgid "" 
    24341903"Minimum amount of digits callerID needs to contain in order to be considered " 
     
    24361905msgstr "" 
    24371906 
    2438 #: admin/modules/core/page.did.php:307 
    24391907msgid "Set Destination" 
    24401908msgstr "" 
    24411909 
    2442 #: admin/modules/core/page.did.php:316 
    24431910msgid "Clear Destination & Submit" 
    24441911msgstr "" 
    24451912 
    2446 #: admin/modules/core/page.did.php:328 
    24471913msgid "Please enter a valid DID Number" 
    24481914msgstr "" 
    24491915 
    2450 #: admin/modules/core/page.did.php:329 
    24511916msgid "Please enter a valid Caller ID Number" 
    24521917msgstr "" 
    24531918 
    2454 #: admin/modules/core/page.did.php:330 
    24551919msgid "Please enter a valid Fax Email or leave it empty to use the default" 
    24561920msgstr "" 
    24571921 
    2458 #: admin/modules/core/page.did.php:331 
    24591922msgid "Please enter a valid number for Pause after answer" 
    24601923msgstr "" 
    24611924 
    2462 #: admin/modules/core/page.did.php:332 
    24631925msgid "Please enter a valid number for Pause Before Answer field" 
    24641926msgstr "" 
    24651927 
    2466 #: admin/modules/core/page.did.php:333 
    24671928msgid "" 
    24681929"Leaving the DID Number AND the Caller ID Number empty will match all " 
     
    24711932msgstr "" 
    24721933 
    2473 #: admin/modules/core/page.did.php:334 
    24741934msgid "" 
    24751935"DID information is normally just an incoming telephone number or for " 
     
    24781938msgstr "" 
    24791939 
    2480 #: admin/modules/core/page.did.php:335 
    24811940msgid "A Slash ('/') is never a valid DID. Please remove it and try again" 
    24821941msgstr "" 
    24831942 
    2484 #: admin/modules/core/page.did.php:336 
    24851943msgid "Invalid Caller ID prefix." 
    24861944msgstr "" 
    24871945 
    2488 #: admin/modules/core/page.general.php:110 
    24891946msgid "Dialing Options" 
    24901947msgstr "" 
    24911948 
    2492 #: admin/modules/core/page.general.php:113 
    24931949msgid "Asterisk Dial command options:" 
    24941950msgstr "" 
    24951951 
    2496 #: admin/modules/core/page.general.php:114 
    2497 #: admin/modules/core/page.general.php:125 
    24981952msgid "t: Allow the called user to transfer the call by hitting #" 
    24991953msgstr "" 
    25001954 
    2501 #: admin/modules/core/page.general.php:115 
    2502 #: admin/modules/core/page.general.php:126 
    25031955msgid "T: Allow the calling user to transfer the call by hitting #" 
    25041956msgstr "" 
    25051957 
    2506 #: admin/modules/core/page.general.php:116 
    25071958msgid "r: Generate a ringing tone for the calling party" 
    25081959msgstr "" 
    25091960 
    2510 #: admin/modules/core/page.general.php:117 
    2511 #: admin/modules/core/page.general.php:127 
    25121961msgid "" 
    25131962"w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 
    25141963msgstr "" 
    25151964 
    2516 #: admin/modules/core/page.general.php:118 
    2517 #: admin/modules/core/page.general.php:128 
    25181965msgid "" 
    25191966"W: Allow the calling user to start recording after pressing *1 (Asterisk " 
     
    25211968msgstr "" 
    25221969 
    2523 #: admin/modules/core/page.general.php:124 
    25241970msgid "Asterisk Outbound Dial command options:" 
    25251971msgstr "" 
    25261972 
    2527 #: admin/modules/core/page.general.php:129 
    25281973msgid "r: You SHOULD NOT use this option on outbound trunks" 
    25291974msgstr "" 
    25301975 
    2531 #: admin/modules/core/page.general.php:136 
    25321976msgid "Call Recording" 
    25331977msgstr "" 
    25341978 
    2535 #: admin/modules/core/page.general.php:139 
    25361979msgid "Extension Recording Override:" 
    25371980msgstr "" 
    25381981 
    2539 #: admin/modules/core/page.general.php:140 
    25401982msgid "" 
    25411983"This will override the recording settings of all extensions/users. If " 
     
    25481990msgstr "" 
    25491991 
    2550 #: admin/modules/core/page.general.php:148 
    25511992msgid "Call recording format:" 
    25521993msgstr "" 
    25531994 
    2554 #: admin/modules/core/page.general.php:149 
    25551995msgid "Pick the format in which to save recorded calls" 
    25561996msgstr "" 
    25571997 
    2558 #: admin/modules/core/page.general.php:153 
    25591998msgid "WAV" 
    25601999msgstr "" 
    25612000 
    2562 #: admin/modules/core/page.general.php:154 
    25632001msgid "wav" 
    25642002msgstr "" 
    25652003 
    2566 #: admin/modules/core/page.general.php:155 
    25672004msgid "ulaw" 
    25682005msgstr "" 
    25692006 
    2570 #: admin/modules/core/page.general.php:156 
    25712007msgid "alaw" 
    25722008msgstr "" 
    25732009 
    2574 #: admin/modules/core/page.general.php:157 
    25752010msgid "sln" 
    25762011msgstr "" 
    25772012 
    2578 #: admin/modules/core/page.general.php:158 
    25792013msgid "gsm" 
    25802014msgstr "" 
    25812015 
    2582 #: admin/modules/core/page.general.php:159 
    25832016msgid "g729" 
    25842017msgstr "" 
    25852018 
    2586 #: admin/modules/core/page.general.php:163 
    25872019msgid "Recording Location:" 
    25882020msgstr "" 
    25892021 
    2590 #: admin/modules/core/page.general.php:164 
    25912022msgid "" 
    25922023"Override the default location where asterisk will store call recordings. " 
     
    25952026msgstr "" 
    25962027 
    2597 #: admin/modules/core/page.general.php:170 
    25982028msgid "Run after record:" 
    25992029msgstr "" 
    26002030 
    2601 #: admin/modules/core/page.general.php:171 
    26022031msgid "" 
    26032032"An optional script to be run after the call is hungup. You can include " 
     
    26072036msgstr "" 
    26082037 
    2609 #: admin/modules/core/page.general.php:178 
    26102038msgid "Voicemail" 
    26112039msgstr "" 
    26122040 
    2613 #: admin/modules/core/page.general.php:181 
    26142041msgid "Ringtime Default:" 
    26152042msgstr "" 
    26162043 
    2617 #: admin/modules/core/page.general.php:182 
    26182044msgid "" 
    26192045"Default number of seconds to ring phones before sending callers to " 
     
    26222048msgstr "" 
    26232049 
    2624 #: admin/modules/core/page.general.php:188 
    26252050msgid "Direct Dial Voicemail Prefix:" 
    26262051msgstr "" 
    26272052 
    2628 #: admin/modules/core/page.general.php:189 
    26292053msgid "" 
    26302054"Prefix used to dial directly to someone's voicemail. Caution should be taken " 
     
    26322056msgstr "" 
    26332057 
    2634 #: admin/modules/core/page.general.php:195 
    26352058msgid "Direct Dial to Voicemail message type:" 
    26362059msgstr "" 
    26372060 
    2638 #: admin/modules/core/page.general.php:196 
    26392061msgid "" 
    26402062"Default message type to use when dialing direct to an extensions voicemail" 
    26412063msgstr "" 
    26422064 
    2643 #: admin/modules/core/page.general.php:201 
    26442065msgid "Unavailable" 
    26452066msgstr "" 
    26462067 
    2647 #: admin/modules/core/page.general.php:203 
    26482068msgid "No Message" 
    26492069msgstr "" 
    26502070 
    2651 #: admin/modules/core/page.general.php:207 
    26522071msgid "Optional Voicemail Recording Gain:" 
    26532072msgstr "" 
    26542073 
    2655 #: admin/modules/core/page.general.php:208 
    26562074msgid "Use the specified amount of gain when recording the voicemail message." 
    26572075msgstr "" 
    26582076 
    2659 #: admin/modules/core/page.general.php:209 
    26602077msgid "The units are whole-number decibels (dB)." 
    26612078msgstr "" 
    26622079 
    2663 #: admin/modules/core/page.general.php:214 
    26642080msgid "Do Not Play \"please leave message after tone\" to caller" 
    26652081msgstr "" 
    26662082 
    2667 #: admin/modules/core/page.general.php:214 
    26682083msgid "" 
    26692084"Check this to remove the default message \"Please leave your message after " 
     
    26722087msgstr "" 
    26732088 
    2674 #: admin/modules/core/page.general.php:220 
    26752089msgid "Voicemail VmX Locator" 
    26762090msgstr "" 
    26772091 
    2678 #: admin/modules/core/page.general.php:224 
    26792092msgid "Default Context & Pri:" 
    26802093msgstr "" 
    26812094 
    2682 #: admin/modules/core/page.general.php:225 
    26832095msgid "Default to use if only a number/extension are provided." 
    26842096msgstr "" 
    26852097 
    2686 #: admin/modules/core/page.general.php:232 
    26872098msgid "Timeout/#-press default:" 
    26882099msgstr "" 
    26892100 
    2690 #: admin/modules/core/page.general.php:233 
    26912101msgid "" 
    26922102"This is the default location that a caller will be sent if they don't press " 
     
    26952105msgstr "" 
    26962106 
    2697 #: admin/modules/core/page.general.php:241 
    26982107msgid "Loop Exceed default:" 
    26992108msgstr "" 
    27002109 
    2701 #: admin/modules/core/page.general.php:242 
    27022110msgid "" 
    27032111"This is the default location that a caller will be sent if they press an " 
     
    27062114msgstr "" 
    27072115 
    2708 #: admin/modules/core/page.general.php:250 
    27092116msgid "Timeout VM Msg:" 
    27102117msgstr "" 
    27112118 
    2712 #: admin/modules/core/page.general.php:251 
    2713 #: admin/modules/core/page.general.php:263 
    27142119msgid "" 
    27152120"If this destination is voicemail, select whether or not to play the standard " 
     
    27172122msgstr "" 
    27182123 
    2719 #: admin/modules/core/page.general.php:255 
    2720 #: admin/modules/core/page.general.php:267 
    2721 #: admin/modules/core/page.general.php:279 
    27222124msgid "Std Instructions" 
    27232125msgstr "" 
    27242126 
    2725 #: admin/modules/core/page.general.php:256 
    2726 #: admin/modules/core/page.general.php:268 
    2727 #: admin/modules/core/page.general.php:280 
    27282127msgid "Beep Only" 
    27292128msgstr "" 
    27302129 
    2731 #: admin/modules/core/page.general.php:262 
    27322130msgid "Max Loop VM Msg:" 
    27332131msgstr "" 
    27342132 
    2735 #: admin/modules/core/page.general.php:274 
    27362133msgid "Direct VM Option" 
    27372134msgstr "" 
    27382135 
    2739 #: admin/modules/core/page.general.php:275 
    27402136msgid "" 
    27412137"If a user defined option is to go to voicemail (using the 'dovm' extension) " 
     
    27432139msgstr "" 
    27442140 
    2745 #: admin/modules/core/page.general.php:286 
    27462141msgid "Msg Timeout:" 
    27472142msgstr "" 
    27482143 
    2749 #: admin/modules/core/page.general.php:287 
    27502144msgid "" 
    27512145"Time to wait after message has played to timeout and/or repeat the message " 
     
    27532147msgstr "" 
    27542148 
    2755 #: admin/modules/core/page.general.php:299 
    27562149msgid "seconds" 
    27572150msgstr "" 
    27582151 
    2759 #: admin/modules/core/page.general.php:304 
    27602152msgid "Msg Play:" 
    27612153msgstr "" 
    27622154 
    2763 #: admin/modules/core/page.general.php:305 
    27642155msgid "" 
    27652156"Number of times to play the recorded message if the caller does not press " 
     
    27672158msgstr "" 
    27682159 
    2769 #: admin/modules/core/page.general.php:317 
    2770 #: admin/modules/core/page.general.php:335 
    27712160msgid "times" 
    27722161msgstr "" 
    27732162 
    2774 #: admin/modules/core/page.general.php:322 
    27752163msgid "Error Re-tries:" 
    27762164msgstr "" 
    27772165 
    2778 #: admin/modules/core/page.general.php:323 
    27792166msgid "" 
    27802167"Number of times to play invalid options and repeat the message upon " 
     
    27822169msgstr "" 
    27832170 
    2784 #: admin/modules/core/page.general.php:340 
    27852171msgid "Company Directory" 
    27862172msgstr "" 
    27872173 
    2788 #: admin/modules/core/page.general.php:343 
    27892174msgid "Find users in the Company Directory by:" 
    27902175msgstr "" 
    27912176 
    2792 #: admin/modules/core/page.general.php:343 
    27932177msgid "" 
    27942178"The Company Directory allows a caller to spell the user's first name, last " 
     
    27972181msgstr "" 
    27982182 
    2799 #: admin/modules/core/page.general.php:346 
    28002183msgid "first name" 
    28012184msgstr "" 
    28022185 
    2803 #: admin/modules/core/page.general.php:347 
    28042186msgid "last name" 
    28052187msgstr "" 
    28062188 
    2807 #: admin/modules/core/page.general.php:348 
    28082189msgid "first or last name" 
    28092190msgstr "" 
    28102191 
    2811 #: admin/modules/core/page.general.php:352 
    28122192msgid "Announce Extension:" 
    28132193msgstr "" 
    28142194 
    2815 #: admin/modules/core/page.general.php:352 
    28162195msgid "" 
    28172196"Plays a message \"Please hold while I transfer you to extension xxx\" that " 
     
    28202199msgstr "" 
    28212200 
    2822 #: admin/modules/core/page.general.php:357 
    28232201msgid "Operator Extension:" 
    28242202msgstr "" 
    28252203 
    2826 #: admin/modules/core/page.general.php:358 
    28272204msgid "" 
    28282205"When users hit '0' in the directory, they are put through to this number. " 
     
    28302207msgstr "" 
    28312208 
    2832 #: admin/modules/core/page.general.php:359 
    28332209msgid "" 
    28342210" does NOT need to be an extension, it can be a Ring Group, or even an " 
     
    28362212msgstr "" 
    28372213 
    2838 #: admin/modules/core/page.general.php:365 
    28392214msgid "International Settings" 
    28402215msgstr "" 
    28412216 
    2842 #: admin/modules/core/page.general.php:368 
    28432217msgid "Country Indications" 
    28442218msgstr "" 
    28452219 
    2846 #: admin/modules/core/page.general.php:368 
    28472220msgid "Select which country you are in" 
    28482221msgstr "" 
    28492222 
    2850 #: admin/modules/core/page.general.php:377 
    28512223msgid "24-hour format" 
    28522224msgstr "" 
    28532225 
    2854 #: admin/modules/core/page.general.php:377 
    28552226msgid "" 
    28562227"Select Yes if you use 24-hour format or No if you are using 12-hour am/pm " 
     
    28582229msgstr "" 
    28592230 
    2860 #: admin/modules/core/page.general.php:380 
    2861 #: admin/modules/core/page.general.php:395 
    28622231msgid "no" 
    28632232msgstr "" 
    28642233 
    2865 #: admin/modules/core/page.general.php:381 
    2866 #: admin/modules/core/page.general.php:396 
    28672234msgid "yes" 
    28682235msgstr "" 
    28692236 
    2870 #: admin/modules/core/page.general.php:385 
    28712237msgid "Security Settings" 
    28722238msgstr "" 
    28732239 
    2874 #: admin/modules/core/page.general.php:388 
    28752240msgid "Allow Anonymous Inbound SIP Calls?" 
    28762241msgstr "" 
    28772242 
    2878 #: admin/modules/core/page.general.php:389 
    28792243msgid "** WARNING **" 
    28802244msgstr "" 
    28812245 
    2882 #: admin/modules/core/page.general.php:390 
    28832246msgid "" 
    28842247"Setting this to 'yes' will potentially allow ANYBODY to call into your " 
     
    28862249msgstr "" 
    28872250 
    2888 #: admin/modules/core/page.general.php:391 
    28892251msgid "" 
    28902252"It should only be used if you fully understand the impact of allowing " 
     
    28922254msgstr "" 
    28932255 
    2894 #: admin/modules/core/page.general.php:401 
    28952256msgid "Online Updates" 
    28962257msgstr "" 
    28972258 
    2898 #: admin/modules/core/page.general.php:405 
    28992259msgid "Check for Updates" 
    29002260msgstr "" 
    29012261 
    2902 #: admin/modules/core/page.general.php:406 
    29032262msgid "" 
    29042263"Choosing Yes will result in the system automatically checking for updates " 
     
    29112270msgstr "" 
    29122271 
    2913 #: admin/modules/core/page.general.php:417 
    29142272msgid "Update Email" 
    29152273msgstr "" 
    29162274 
    2917 #: admin/modules/core/page.general.php:418 
    29182275msgid "" 
    29192276"Email address where online updates will be sent. Leaving blank will result " 
     
    29212278msgstr "" 
    29222279 
    2923 #: admin/modules/core/page.general.php:448 
    29242280msgid "Please enter a valid Number of Seconds" 
    29252281msgstr "" 
    29262282 
    2927 #: admin/modules/core/page.general.php:449 
    29282283msgid "Please enter a valid Fax Email" 
    29292284msgstr "" 
    29302285 
    2931 #: admin/modules/core/page.general.php:450 
    29322286msgid "" 
    29332287"You have selected the 'r' option for your trunks. This is highly discouraged " 
     
    29382292msgstr "" 
    29392293 
    2940 #: admin/modules/core/page.routing.php:128 
    29412294msgid "Error renaming route: duplicate name" 
    29422295msgstr "" 
    29432296 
    2944 #: admin/modules/core/page.routing.php:174 
    2945 #: admin/modules/core/page.trunks.php:144 
    29462297msgid "Error fetching prefix list for: " 
    29472298msgstr "" 
    29482299 
    2949 #: admin/modules/core/page.routing.php:179 
    2950 #: admin/modules/core/page.trunks.php:149 
    29512300msgid "Invalid format for NPA-NXX code (must be format: NXXNXX)" 
    29522301msgstr "" 
    29532302 
    2954 #: admin/modules/core/page.routing.php:210 
    2955 #: admin/modules/core/page.routing.php:287 
    29562303msgid "Add Route" 
    29572304msgstr "" 
    29582305 
    2959 #: admin/modules/core/page.routing.php:225 
    2960 #: admin/modules/core/page.routing.php:560 
    29612306msgid "Move Up" 
    29622307msgstr "" 
    29632308 
    2964 #: admin/modules/core/page.routing.php:232 
    2965 #: admin/modules/core/page.routing.php:568 
    29662309msgid "Move Down" 
    29672310msgstr "" 
    29682311 
    2969 #: admin/modules/core/page.routing.php:285 
    29702312msgid "Edit Route" 
    29712313msgstr "" 
    29722314 
    2973 #: admin/modules/core/page.routing.php:312 
    29742315msgid "Route Name" 
    29752316msgstr "" 
    29762317 
    2977 #: admin/modules/core/page.routing.php:312 
    29782318msgid "" 
    29792319"Name of this route. Should be used to describe what type of calls this route " 
     
    29812321msgstr "" 
    29822322 
    2983 #: admin/modules/core/page.routing.php:318 
    29842323msgid "Rename" 
    29852324msgstr "" 
    29862325 
    2987 #: admin/modules/core/page.routing.php:323 
    29882326msgid "Rename route" 
    29892327msgstr "" 
    29902328 
    2991 #: admin/modules/core/page.routing.php:323 
    29922329msgid "to:" 
    29932330msgstr "" 
    29942331 
    2995 #: admin/modules/core/page.routing.php:325 
    29962332msgid "Route name is invalid...please try again" 
    29972333msgstr "" 
    29982334 
    2999 #: admin/modules/core/page.routing.php:341 
    30002335msgid "Route CID" 
    30012336msgstr "" 
    30022337 
    3003 #: admin/modules/core/page.routing.php:341 
    30042338msgid "" 
    30052339"Optional Route CID to be used for this route. If set, this will override all " 
    30062340"CIDS specified except:<ul><li>extension/device EMERGENCY CIDs if this route " 
    3007 "is checked as an EMERGENCY Route</li<li>trunk CID if trunk is set to force " 
     2341"is checked as an EMERGENCY Route</li><li>trunk CID if trunk is set to force " 
    30082342"it's CID</li><li>Forwarded call CIDs (CF, Follow Me, Ring Groups, etc)</" 
    30092343"li><li>Extension/User CIDs if checked</li></ul>" 
    30102344msgstr "" 
    30112345 
    3012 #: admin/modules/core/page.routing.php:344 
    30132346msgid "Override Extension CID" 
    30142347msgstr "" 
    30152348 
    3016 #: admin/modules/core/page.routing.php:349 
    30172349msgid "Route Password" 
    30182350msgstr "" 
    30192351 
    3020 #: admin/modules/core/page.routing.php:349 
    30212352msgid "" 
    30222353"Optional: A route can prompt users for a password before allowing calls to " 
     
    30272358msgstr "" 
    30282359 
    3029 #: admin/modules/core/page.routing.php:358 
    30302360msgid "Emergency Dialing" 
    30312361msgstr "" 
    30322362 
    3033 #: admin/modules/core/page.routing.php:358 
    30342363msgid "" 
    30352364"Optional: Selecting this option will enforce the use of a device's Emergency " 
     
    30382367msgstr "" 
    30392368 
    3040 #: admin/modules/core/page.routing.php:362 
    30412369msgid "Intra Company Route" 
    30422370msgstr "" 
    30432371 
    3044 #: admin/modules/core/page.routing.php:362 
    30452372msgid "" 
    30462373"Optional: Selecting this option will treat this route as a intra-company " 
     
    30492376msgstr "" 
    30502377 
    3051 #: admin/modules/core/page.routing.php:367 
    30522378msgid "Music On Hold?" 
    30532379msgstr "" 
    30542380 
    3055 #: admin/modules/core/page.routing.php:367 
    30562381msgid "" 
    30572382"You can choose which music category to use. For example, choose a type " 
     
    30602385msgstr "" 
    30612386 
    3062 #: admin/modules/core/page.routing.php:385 
    30632387msgid "Dial Patterns" 
    30642388msgstr "" 
    30652389 
    3066 #: admin/modules/core/page.routing.php:385 
    30672390msgid "" 
    30682391"A Dial Pattern is a unique set of digits that will select this trunk. Enter " 
     
    30702393msgstr "" 
    30712394 
    3072 #: admin/modules/core/page.routing.php:385 
    3073 #: admin/modules/core/page.trunks.php:432 
    30742395msgid "Rules:" 
    30752396msgstr "" 
    30762397 
    3077 #: admin/modules/core/page.routing.php:386 
    3078 #: admin/modules/core/page.trunks.php:433 
    30792398msgid "matches any digit from 0-9" 
    30802399msgstr "" 
    30812400 
    3082 #: admin/modules/core/page.routing.php:387 
    3083 #: admin/modules/core/page.trunks.php:434 
    30842401msgid "matches any digit from 1-9" 
    30852402msgstr "" 
    30862403 
    3087 #: admin/modules/core/page.routing.php:388 
    3088 #: admin/modules/core/page.trunks.php:435 
    30892404msgid "matches any digit from 2-9" 
    30902405msgstr "" 
    30912406 
    3092 #: admin/modules/core/page.routing.php:389 
    3093 #: admin/modules/core/page.trunks.php:436 
    30942407msgid "" 
    30952408"matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 
    30962409msgstr "" 
    30972410 
    3098 #: admin/modules/core/page.routing.php:390 
    30992411msgid "wildcard, matches one or more characters" 
    31002412msgstr "" 
    31012413 
    3102 #: admin/modules/core/page.routing.php:391 
    31032414msgid "" 
    31042415"separates a dialing prefix from the number (for example, 9|NXXXXXX would " 
     
    31072418msgstr "" 
    31082419 
    3109 #: admin/modules/core/page.routing.php:392 
    31102420msgid "" 
    31112421"appended to a dial pattern, matches a callerid or callerid pattern (for " 
     
    31132423msgstr "" 
    31142424 
    3115 #: admin/modules/core/page.routing.php:429 
    3116 #: admin/modules/core/page.trunks.php:451 
    31172425msgid "Clean & Remove duplicates" 
    31182426msgstr "" 
    31192427 
    3120 #: admin/modules/core/page.routing.php:434 
    31212428msgid "Dial patterns wizards" 
    31222429msgstr "" 
    31232430 
    3124 #: admin/modules/core/page.routing.php:435 
    31252431msgid "" 
    31262432"These options provide a quick way to add outbound dialing rules. Follow the " 
     
    31282434msgstr "" 
    31292435 
    3130 #: admin/modules/core/page.routing.php:436 
    3131 #: admin/modules/core/page.routing.php:522 
    31322436msgid "Lookup local prefixes" 
    31332437msgstr "" 
    31342438 
    3135 #: admin/modules/core/page.routing.php:436 
    31362439msgid "" 
    31372440"This looks up your local number on www.localcallingguide.com (NA-only), and " 
     
    31402443msgstr "" 
    31412444 
    3142 #: admin/modules/core/page.routing.php:447 
    3143 #: admin/modules/core/page.trunks.php:501 
    31442445msgid "" 
    31452446"What is your areacode + prefix (NPA-NXX)?\\n\\n(Note: this database contains " 
     
    31492450msgstr "" 
    31502451 
    3151 #: admin/modules/core/page.routing.php:449 
    3152 #: admin/modules/core/page.trunks.php:503 
    31532452msgid "Invalid NPA-NXX. Must be of the format \\'NXX-NXX\\'" 
    31542453msgstr "" 
    31552454 
    3156 #: admin/modules/core/page.routing.php:457 
    3157 #: admin/modules/core/page.trunks.php:515 
    31582455msgid "" 
    31592456"Error: Cannot continue!\\n\\nPrefix lookup requires cURL support in PHP on " 
     
    31622459msgstr "" 
    31632460 
    3164 #: admin/modules/core/page.routing.php:514 
    3165 #: admin/modules/core/page.trunks.php:462 
    31662461msgid "(pick one)" 
    31672462msgstr "" 
    31682463 
    3169 #: admin/modules/core/page.routing.php:515 
    31702464msgid "Local 7 digit" 
    31712465msgstr "" 
    31722466 
    3173 #: admin/modules/core/page.routing.php:516 
    31742467msgid "Local 7/10 digit" 
    31752468msgstr "" 
    31762469 
    3177 #: admin/modules/core/page.routing.php:517 
    31782470msgid "Toll-free" 
    31792471msgstr "" 
    31802472 
    3181 #: admin/modules/core/page.routing.php:518 
    31822473msgid "Long-distance" 
    31832474msgstr "" 
    31842475 
    3185 #: admin/modules/core/page.routing.php:519 
    31862476msgid "International" 
    31872477msgstr "" 
    31882478 
    3189 #: admin/modules/core/page.routing.php:520 
    31902479msgid "Information" 
    31912480msgstr "" 
    31922481 
    3193 #: admin/modules/core/page.routing.php:521 
    31942482msgid "Emergency" 
    31952483msgstr "" 
    31962484 
    3197 #: admin/modules/core/page.routing.php:528 
    31982485msgid "Trunk Sequence" 
    31992486msgstr "" 
    32002487 
    3201 #: admin/modules/core/page.routing.php:528 
    32022488msgid "" 
    32032489"The Trunk Sequence controls the order of trunks that will be used when the " 
     
    32082494msgstr "" 
    32092495 
    3210 #: admin/modules/core/page.routing.php:650 
    32112496msgid "Route name is invalid, please try again" 
    32122497msgstr "" 
    32132498 
    3214 #: admin/modules/core/page.routing.php:651 
    32152499msgid "Route password must be numeric or leave blank to disable" 
    32162500msgstr "" 
    32172501 
    3218 #: admin/modules/core/page.routing.php:652 
    32192502msgid "Dial pattern is invalid" 
    32202503msgstr "" 
    32212504 
    3222 #: admin/modules/core/page.routing.php:653 
    32232505msgid "At least one trunk must be picked" 
    32242506msgstr "" 
    32252507 
    3226 #: admin/modules/core/page.routing.php:654 
    3227 #: admin/modules/core/page.trunks.php:801 
    32282508msgid "Invalid Outbound Caller ID" 
    32292509msgstr "" 
    32302510 
    3231 #: admin/modules/core/page.trunks.php:164 
    32322511msgid "Add Trunk" 
    32332512msgstr "" 
    32342513 
    3235 #: admin/modules/core/page.trunks.php:185 
    32362514#, php-format 
    32372515msgid "Channel %s" 
    32382516msgstr "" 
    32392517 
    3240 #: admin/modules/core/page.trunks.php:212 
    32412518msgid "Add a Trunk" 
    32422519msgstr "" 
    32432520 
    3244 #: admin/modules/core/page.trunks.php:216 
    32452521msgid "Add Zap Trunk" 
    32462522msgstr "" 
    32472523 
    3248 #: admin/modules/core/page.trunks.php:216 
    3249 #: admin/modules/core/page.trunks.php:325 
    32502524msgid "DAHDI compatibility mode" 
    32512525msgstr "" 
    32522526 
    3253 #: admin/modules/core/page.trunks.php:217 
    32542527msgid "Add SIP Trunk" 
    32552528msgstr "" 
    32562529 
    3257 #: admin/modules/core/page.trunks.php:218 
    32582530msgid "Add IAX2 Trunk" 
    32592531msgstr "" 
    32602532 
    3261 #: admin/modules/core/page.trunks.php:219 
    32622533msgid "Add ENUM Trunk" 
    32632534msgstr "" 
    32642535 
    3265 #: admin/modules/core/page.trunks.php:220 
    32662536msgid "Add DUNDi Trunk" 
    32672537msgstr "" 
    32682538 
    3269 #: admin/modules/core/page.trunks.php:221 
    32702539msgid "Add Custom Trunk" 
    32712540msgstr "" 
    32722541 
    3273 #: admin/modules/core/page.trunks.php:278 
    32742542#, php-format 
    32752543msgid "%s Channel %s" 
    32762544msgstr "" 
    32772545 
    3278 #: admin/modules/core/page.trunks.php:280 
    32792546#, php-format 
    32802547msgid "Edit %s Trunk" 
    32812548msgstr "" 
    32822549 
    3283 #: admin/modules/core/page.trunks.php:280 
    32842550msgid "DAHDI compatibility Mode" 
    32852551msgstr "" 
    32862552 
    3287 #: admin/modules/core/page.trunks.php:281 
    32882553#, php-format 
    32892554msgid "Delete Trunk %s" 
    32902555msgstr "" 
    32912556 
    3292 #: admin/modules/core/page.trunks.php:291 
    32932557msgid "In use by" 
    32942558msgstr "" 
    32952559 
    3296 #: admin/modules/core/page.trunks.php:291 
    32972560msgid "route" 
    32982561msgstr "" 
    32992562 
    3300 #: admin/modules/core/page.trunks.php:291 
    33012563msgid "routes" 
    33022564msgstr "" 
    33032565 
    3304 #: admin/modules/core/page.trunks.php:293 
    33052566msgid "Sequence" 
    33062567msgstr "" 
    33072568 
    3308 #: admin/modules/core/page.trunks.php:297 
    33092569msgid "WARNING:" 
    33102570msgstr "" 
    33112571 
    3312 #: admin/modules/core/page.trunks.php:297 
    33132572msgid "This trunk is not used by any routes!" 
    33142573msgstr "" 
    33152574 
    3316 #: admin/modules/core/page.trunks.php:298 
    33172575msgid "" 
    33182576"This trunk will not be able to be used for outbound calls until a route is " 
     
    33202578msgstr "" 
    33212579 
    3322 #: admin/modules/core/page.trunks.php:325 
    33232580#, php-format 
    33242581msgid "Add %s Trunk" 
    33252582msgstr "" 
    33262583 
    3327 #: admin/modules/core/page.trunks.php:329 
    33282584msgid "" 
    33292585"FreePBX offers limited support for DUNDi trunks and additional manual " 
     
    33432599msgstr "" 
    33442600 
    3345 #: admin/modules/core/page.trunks.php:359 
    33462601msgid "Trunk Description" 
    33472602msgstr "" 
    33482603 
    3349 #: admin/modules/core/page.trunks.php:359 
    33502604msgid "Descriptive Name for this Trunk" 
    33512605msgstr "" 
    33522606 
    3353 #: admin/modules/core/page.trunks.php:366 
    33542607msgid "Outbound Caller ID" 
    33552608msgstr "" 
    33562609 
    3357 #: admin/modules/core/page.trunks.php:366 
    33582610msgid "" 
    33592611"Caller ID for calls placed out on this trunk<br><br>Format: <b>&lt;" 
     
    33632615msgstr "" 
    33642616 
    3365 #: admin/modules/core/page.trunks.php:375 
    33662617msgid "CID Options" 
    33672618msgstr "" 
    33682619 
    3369 #: admin/modules/core/page.trunks.php:375 
    33702620msgid "" 
    33712621"Determines what CIDs will be allowed out this trunk. IMPORTANT: EMERGENCY " 
     
    33812631msgstr "" 
    33822632 
    3383 #: admin/modules/core/page.trunks.php:381 
    33842633msgid "Allow Any CID" 
    33852634msgstr "" 
    33862635 
    3387 #: admin/modules/core/page.trunks.php:382 
    33882636msgid "Block Foreign CIDs" 
    33892637msgstr "" 
    33902638 
    3391 #: admin/modules/core/page.trunks.php:383 
    33922639msgid "Remove CNAM" 
    33932640msgstr "" 
    33942641 
    3395 #: admin/modules/core/page.trunks.php:384 
    33962642msgid "Force Trunk CID" 
    33972643msgstr "" 
    33982644 
    3399 #: admin/modules/core/page.trunks.php:396 
    3400 #: admin/modules/core/page.trunks.php:400 
    34012645msgid "Maximum Channels" 
    34022646msgstr "" 
    34032647 
    3404 #: admin/modules/core/page.trunks.php:396 
    34052648#, php-format 
    34062649msgid "" 
     
    34112654msgstr "" 
    34122655 
    3413 #: admin/modules/core/page.trunks.php:400 
    34142656msgid "" 
    34152657"Controls the maximum number of outbound channels (simultaneous calls) that " 
     
    34182660msgstr "" 
    34192661 
    3420 #: admin/modules/core/page.trunks.php:410 
    34212662msgid "Disable Trunk" 
    34222663msgstr "" 
    34232664 
    3424 #: admin/modules/core/page.trunks.php:410 
    34252665msgid "Check this to disable this trunk in all routes where it is used." 
    34262666msgstr "" 
    34272667 
    3428 #: admin/modules/core/page.trunks.php:417 
    34292668msgid "Monitor Trunk Failures" 
    34302669msgstr "" 
    34312670 
    3432 #: admin/modules/core/page.trunks.php:417 
    34332671msgid "" 
    34342672"If checked, supply the name of a custom AGI Script that will be called to " 
     
    34372675msgstr "" 
    34382676 
    3439 #: admin/modules/core/page.trunks.php:427 
    34402677msgid "Outgoing Dial Rules" 
    34412678msgstr "" 
    34422679 
    3443 #: admin/modules/core/page.trunks.php:432 
    34442680msgid "Dial Rules" 
    34452681msgstr "" 
    34462682 
    3447 #: admin/modules/core/page.trunks.php:432 
    34482683msgid "" 
    34492684"A Dial Rule controls how calls will be dialed on this trunk. It can be used " 
     
    34552690msgstr "" 
    34562691 
    3457 #: admin/modules/core/page.trunks.php:437 
    34582692msgid "wildcard, matches one or more characters (not allowed before a | or +)" 
    34592693msgstr "" 
    34602694 
    3461 #: admin/modules/core/page.trunks.php:438 
    34622695msgid "" 
    34632696"removes a dialing prefix from the number (for example, 613|NXXXXXX would " 
     
    34662699msgstr "" 
    34672700 
    3468 #: admin/modules/core/page.trunks.php:439 
    34692701msgid "" 
    34702702"adds a dialing prefix from the number (for example, 1613+NXXXXXX would match " 
     
    34722704msgstr "" 
    34732705 
    3474 #: admin/modules/core/page.trunks.php:440 
    34752706msgid "" 
    34762707"You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match " 
     
    34792710msgstr "" 
    34802711 
    3481 #: admin/modules/core/page.trunks.php:456 
    34822712msgid "Dial Rules Wizards" 
    34832713msgstr "" 
    34842714 
    3485 #: admin/modules/core/page.trunks.php:457 
    3486 #: admin/modules/core/page.trunks.php:463 
    34872715msgid "Always dial with prefix" 
    34882716msgstr "" 
    34892717 
    3490 #: admin/modules/core/page.trunks.php:457 
    34912718msgid "" 
    34922719"is useful for VoIP trunks, where if a number is dialed as \"5551234\", it " 
     
    34942721msgstr "" 
    34952722 
    3496 #: admin/modules/core/page.trunks.php:458 
    3497 #: admin/modules/core/page.trunks.php:464 
    34982723msgid "Remove prefix from local numbers" 
    34992724msgstr "" 
    35002725 
    3501 #: admin/modules/core/page.trunks.php:458 
    35022726msgid "" 
    35032727"is useful for ZAP trunks, where if a local number is dialed as \"6135551234" 
     
    35052729msgstr "" 
    35062730 
    3507 #: admin/modules/core/page.trunks.php:459 
    35082731msgid "Lookup numbers for local trunk" 
    35092732msgstr "" 
    35102733 
    3511 #: admin/modules/core/page.trunks.php:459 
    35122734msgid "" 
    35132735"This looks up your local number on www.localcallingguide.com (NA-only), and " 
     
    35182740msgstr "" 
    35192741 
    3520 #: admin/modules/core/page.trunks.php:465 
    35212742msgid "Lookup numbers for local trunk (7-digit dialing)" 
    35222743msgstr "" 
    35232744 
    3524 #: admin/modules/core/page.trunks.php:466 
    35252745msgid "Lookup numbers for local trunk (10-digit dialing)" 
    35262746msgstr "" 
    35272747 
    3528 #: admin/modules/core/page.trunks.php:486 
    35292748msgid "Are you sure you want to disable this trunk in all routes it is used?" 
    35302749msgstr "" 
    35312750 
    3532 #: admin/modules/core/page.trunks.php:491 
    35332751msgid "You have enabled this trunk in all routes it is used" 
    35342752msgstr "" 
    35352753 
    3536 #: admin/modules/core/page.trunks.php:501 
    35372754msgid "\")" 
    35382755msgstr "" 
    35392756 
    3540 #: admin/modules/core/page.trunks.php:523 
    35412757msgid "" 
    35422758"What is the local dialing pattern?\\n\\n(ie. NXXNXXXXXX for US/CAN 10-digit " 
     
    35442760msgstr "" 
    35452761 
    3546 #: admin/modules/core/page.trunks.php:525 
    3547 #: admin/modules/core/page.trunks.php:548 
    35482762msgid "Invalid pattern. Only 0-9, #, *, Z, N, X and . are allowed." 
    35492763msgstr "" 
    35502764 
    3551 #: admin/modules/core/page.trunks.php:528 
    35522765msgid "" 
    35532766"What prefix should be added to the dialing pattern?\\n\\n(ie. for US/CAN, 1" 
     
    35552768msgstr "" 
    35562769 
    3557 #: admin/modules/core/page.trunks.php:530 
    35582770msgid "Invalid prefix. Only dialable characters (0-9, #, and *) are allowed." 
    35592771msgstr "" 
    35602772 
    3561 #: admin/modules/core/page.trunks.php:541 
    35622773msgid "" 
    35632774"What prefix should be removed from the number?\\n\\n(ie. for US/CAN, 1" 
     
    35652776msgstr "" 
    35662777 
    3567 #: admin/modules/core/page.trunks.php:543 
    35682778msgid "Invalid prefix. Only 0-9, #, *, Z, N, and X are allowed." 
    35692779msgstr "" 
    35702780 
    3571 #: admin/modules/core/page.trunks.php:546 
    35722781msgid "What is the dialing pattern for local numbers after" 
    35732782msgstr "" 
    35742783 
    3575 #: admin/modules/core/page.trunks.php:546 
    35762784msgid "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 
    35772785msgstr "" 
    35782786 
    3579 #: admin/modules/core/page.trunks.php:671 
    35802787msgid "Outbound Dial Prefix" 
    35812788msgstr "" 
    35822789 
    3583 #: admin/modules/core/page.trunks.php:671 
    35842790msgid "" 
    35852791"The outbound dialing prefix is used to prefix a dialing string to all " 
     
    35912797msgstr "" 
    35922798 
    3593 #: admin/modules/core/page.trunks.php:679 
    35942799msgid "Outgoing Settings" 
    35952800msgstr "" 
    35962801 
    3597 #: admin/modules/core/page.trunks.php:690 
    35982802msgid "Zap Identifier (trunk name)" 
    35992803msgstr "" 
    36002804 
    3601 #: admin/modules/core/page.trunks.php:690 
    36022805msgid "" 
    36032806"ZAP channels are referenced either by a group number or channel number " 
     
    36062809msgstr "" 
    36072810 
    3608 #: admin/modules/core/page.trunks.php:704 
    36092811msgid "Custom Dial String" 
    36102812msgstr "" 
    36112813 
    3612 #: admin/modules/core/page.trunks.php:704 
    36132814msgid "Define the custom Dial String.  Include the token" 
    36142815msgstr "" 
    36152816 
    3616 #: admin/modules/core/page.trunks.php:704 
    36172817msgid "wherever the number to dial should go.<br><br><b>examples:</b><br>" 
    36182818msgstr "" 
    36192819 
    3620 #: admin/modules/core/page.trunks.php:716 
    36212820msgid "DUNDi Mapping" 
    36222821msgstr "" 
    36232822 
    3624 #: admin/modules/core/page.trunks.php:716 
    36252823msgid "" 
    36262824"This is the name of the DUNDi mapping as defined in the [mappings] section " 
     
    36302828msgstr "" 
    36312829 
    3632 #: admin/modules/core/page.trunks.php:728 
    36332830msgid "Trunk Name" 
    36342831msgstr "" 
    36352832 
    3636 #: admin/modules/core/page.trunks.php:728 
    36372833msgid "Give this trunk a unique name.  Example: myiaxtel" 
    36382834msgstr "" 
    36392835 
    3640 #: admin/modules/core/page.trunks.php:735 
    36412836msgid "PEER Details" 
    36422837msgstr "" 
    36432838 
    3644 #: admin/modules/core/page.trunks.php:735 
    36452839msgid "" 
    36462840"Modify the default PEER connection parameters for your VoIP provider." 
     
    36512845msgstr "" 
    36522846 
    3653 #: admin/modules/core/page.trunks.php:745 
    36542847msgid "Incoming Settings" 
    36552848msgstr "" 
    36562849 
    3657 #: admin/modules/core/page.trunks.php:750 
    36582850msgid "USER Context" 
    36592851msgstr "" 
    36602852 
    3661 #: admin/modules/core/page.trunks.php:750 
    36622853msgid "" 
    36632854"This is most often the account name or number your provider expects." 
     
    36652856msgstr "" 
    36662857 
    3667 #: admin/modules/core/page.trunks.php:757 
    36682858msgid "USER Details" 
    36692859msgstr "" 
    36702860 
    3671 #: admin/modules/core/page.trunks.php:757 
    36722861msgid "Modify the default USER connection parameters for your VoIP provider." 
    36732862msgstr "" 
    36742863 
    3675 #: admin/modules/core/page.trunks.php:757 
    36762864msgid "" 
    36772865"You may need to add to the default lines listed below, depending on your " 
     
    36812869msgstr "" 
    36822870 
    3683 #: admin/modules/core/page.trunks.php:768 
    36842871msgid "Registration" 
    36852872msgstr "" 
    36862873 
    3687 #: admin/modules/core/page.trunks.php:773 
    36882874msgid "Register String" 
    36892875msgstr "" 
    36902876 
    3691 #: admin/modules/core/page.trunks.php:773 
    36922877msgid "" 
    36932878"Most VoIP providers require your system to REGISTER with theirs. Enter the " 
     
    36982883msgstr "" 
    36992884 
    3700 #: admin/modules/core/page.trunks.php:802 
    37012885msgid "Invalid Maximum Channels" 
    37022886msgstr "" 
    37032887 
    3704 #: admin/modules/core/page.trunks.php:803 
    37052888msgid "Invalid Dial Rules" 
    37062889msgstr "" 
    37072890 
    3708 #: admin/modules/core/page.trunks.php:804 
    37092891msgid "Invalid Outbound Dial Prefix" 
    37102892msgstr "" 
    37112893 
    3712 #: admin/modules/core/page.trunks.php:805 
    37132894msgid "Invalid Trunk Name entered" 
    37142895msgstr "" 
    37152896 
    3716 #: admin/modules/core/page.trunks.php:806 
    37172897msgid "Invalid Custom Dial String entered" 
    37182898msgstr "" 
    37192899 
    3720 #: admin/modules/core/page.trunks.php:807 
    37212900msgid "Trunk Name and User Context cannot be set to the same value" 
    37222901msgstr "" 
    37232902 
    3724 #: admin/modules/core/page.trunks.php:808 
    37252903msgid "User Context was left blank and User Details will not be saved!" 
    37262904msgstr "" 
    37272905 
    3728 #: admin/modules/core/page.trunks.php:809 
    37292906msgid "" 
    37302907"You must define an Outbound Caller ID when Choosing Never Override CallerID" 
    37312908msgstr "" 
    37322909 
    3733 #: admin/modules/core/page.users.php:40 
    37342910msgid "" 
    37352911"You have not entered a User Password.  While this is acceptable, this user " 
     
    37382914msgstr "" 
    37392915 
    3740 #: admin/modules/core/page.zapchandids.php:57 
    3741 #: admin/modules/core/page.zapchandids.php:91 
    37422916msgid "Add Channel" 
    37432917msgstr "" 
    37442918 
    3745 #: admin/modules/core/page.zapchandids.php:78 
    37462919msgid "Edit Zap Channel: " 
    37472920msgstr "" 
    37482921 
    3749 #: admin/modules/core/page.zapchandids.php:80 
    37502922msgid "Add Zap Channel" 
    37512923msgstr "" 
    37522924 
    3753 #: admin/modules/core/page.zapchandids.php:83 
    37542925msgid "" 
    37552926"Zap Channel DIDs allow you to assign a DID to specific Zap Channels. You can " 
     
    37632934msgstr "" 
    37642935 
    3765 #: admin/modules/core/page.zapchandids.php:91 
    37662936msgid "Edit Channel" 
    37672937msgstr "" 
    37682938 
    3769 #: admin/modules/core/page.zapchandids.php:96 
    37702939msgid "Channel" 
    37712940msgstr "" 
    37722941 
    3773 #: admin/modules/core/page.zapchandids.php:96 
    37742942msgid "The Zap Channel number to map to a DID" 
    37752943msgstr "" 
    37762944 
    3777 #: admin/modules/core/page.zapchandids.php:103 
    37782945msgid "A useful description describing this channel" 
    37792946msgstr "" 
    37802947 
    3781 #: admin/modules/core/page.zapchandids.php:107 
    37822948msgid "DID" 
    37832949msgstr "" 
    37842950 
    3785 #: admin/modules/core/page.zapchandids.php:107 
    37862951msgid "" 
    37872952"The DID that this channel represents. The incoming call on this channel will " 
     
    37902955msgstr "" 
    37912956 
    3792 #: admin/modules/core/page.zapchandids.php:113 
    37932957msgid "Delete" 
    37942958msgstr "" 
    37952959 
    3796 #: admin/modules/core/page.zapchandids.php:129 
    37972960msgid "" 
    37982961"DID information is normally just an incoming telephone number.\\n\\nYou have " 
     
    38002963msgstr "" 
    38012964 
    3802 #: admin/modules/core/page.zapchandids.php:130 
    38032965msgid "" 
    38042966"You appear to be using a converted DID in the form of zapchanNN that was " 
     
    38082970"make changes in the Inbound Routes tab. Do you want to continue?" 
    38092971msgstr "" 
    3810  
    3811 msgid "Tools" 
    3812 msgstr "" 
    3813  
    3814 msgid "Setup" 
    3815 msgstr "" 
    3816  
    3817 msgid "Call Cost" 
    3818 msgstr "" 
    3819  
    3820 msgid "Type" 
    3821 msgstr "" 
    3822  
    3823 msgid "Edit existing Device" 
    3824 msgstr "" 
    3825  
    3826 msgid "Edit existing Extension" 
    3827 msgstr "" 
    3828  
    3829 msgid "Trunk" 
    3830 msgstr "" 
    3831  
    3832 msgid "Never Override CallerID" 
    3833 msgstr "" 
    3834  
    3835 msgid "Internal Options & Configuration" 
    3836 msgstr "" 
    3837  
    3838 msgid "Inbound Call Control" 
    3839 msgstr "" 
    3840  
    3841 msgid "Maintenance" 
    3842 msgstr "" 
    3843  
    3844 msgid "Support" 
    3845 msgstr "" 
    3846  
    3847 msgid "System Administration" 
    3848 msgstr "" 
    3849  
    3850 msgid "Third Party Addon" 
    3851 msgstr "" 
    3852  
    3853 msgid "Module Admin" 
    3854 msgstr "" 
    3855  
    3856 msgid "FreePBX System Status" 
    3857 msgstr "" 
    3858  
    3859 msgid "Sys Info" 
    3860 msgstr "" 
    3861  
    3862 msgid "Time Groups" 
    3863 msgstr "" 
    3864  
    3865 msgid "Custom Destinations" 
    3866 msgstr "" 
    3867  
    3868 msgid "Custom Extensions" 
    3869 msgstr "" 
    3870  
    3871 msgid "Custom Applications" 
    3872 msgstr "" 
  • freepbx/trunk/amp_conf/htdocs/admin/i18n/bg_BG/LC_MESSAGES/amp.po

    r8599 r9070  
    88"Project-Id-Version: FreePBX v2.5\n" 
    99"Report-Msgid-Bugs-To: \n" 
    10 "POT-Creation-Date: 2009-08-28 21:04+0200\n" 
     10"POT-Creation-Date: 2010-02-28 20:57+0100\n" 
    1111"PO-Revision-Date: 2009-02-14 16:58+0200\n" 
    1212"Last-Translator: \n" 
     
    1919"X-Poedit-SourceCharset: utf-8\n" 
    2020 
    21 #: admin/components.class.php:362 admin/modules/core/page.did.php:332 
    2221msgid "Submit" 
    2322msgstr "ПрОеЌО" 
    2423 
    25 #: admin/featurecodes.class.php:289 
     24msgid "Internal Options & Configuration" 
     25msgstr "ВътрешМО ОпцОО О ПрПфОлО" 
     26 
     27msgid "Inbound Call Control" 
     28msgstr "ВѠ
     29ПЎящО ОбажЎаМОя" 
     30 
     31msgid "Module Admin" 
     32msgstr "УправлеМОе Ма МПЎулОте" 
     33 
     34msgid "System Administration" 
     35msgstr "АЎЌОМОстрОраМе Ма СОстеЌата" 
     36 
     37msgid "Third Party Addon" 
     38msgstr "ВъМшМО ДПпълМеМОя" 
     39 
     40msgid "Tools" 
     41msgstr "СОстеЌМО" 
     42 
     43msgid "Setup" 
     44msgstr "ОсМПвМО" 
     45 
     46msgid "Call Cost" 
     47msgstr "СтПйМПст Ма РазгПвПрОте" 
     48 
    2649msgid "** MISSING FEATURE CODE **" 
    2750msgstr "** ЛИПСВАЩ СПЕЊИАЛЕН КОД **" 
    2851 
    29 #: admin/functions.inc.php:392 
    3052#, php-format 
    3153msgid "Cronmanager encountered %s Errors" 
    3254msgstr "Cronmanager се МатъкМа Ма  %s грешкО" 
    3355 
    34 #: admin/functions.inc.php:393 
    3556msgid "The following commands failed with the listed error" 
    3657msgstr "СлеЎМОте кПЌаМЎО се прПвалОѠ
    3758а с пПказаМОте грешкО" 
    3859 
    39 #: admin/functions.inc.php:768 
    4060#, php-format 
    4161msgid "Missing or unreadable config file (%s)...cannot continue" 
    4262msgstr "ЛОпсващ ОлО МечетОЌ кПМфОгурацОПМеМ файл (%s)...Ма ЌПга Ўа прПЎължа" 
    4363 
    44 #: admin/functions.inc.php:1049 
    4564msgid "Objects" 
    4665msgstr "ОбектО" 
    4766 
    48 #: admin/functions.inc.php:1049 
    4967msgid "Object" 
    5068msgstr "Обект" 
    5169 
    52 #: admin/functions.inc.php:1050 
    5370#, php-format 
    5471msgid "Used as Destination by %s %s" 
    5572msgstr "ИзпПлзваМ за НаправлеМОе Пт %s %s" 
    5673 
    57 #: admin/functions.inc.php:1509 admin/functions.inc.php:1579 
    5874#, php-format 
    5975msgid "Exit code was %s and output was: %s" 
     
    6177ПЎМОят кПЎ беше %s О резултата е: %s" 
    6278 
    63 #: admin/functions.inc.php:1510 admin/functions.inc.php:1580 
    6479#, php-format 
    6580msgid "Could not run %s script." 
    6681msgstr "Не ЌПга Ўа стартОраЌ скрОпта %s." 
    6782 
    68 #: admin/functions.inc.php:1527 
    6983#, php-format 
    7084msgid "Reload failed because retrieve_conf encountered an error: %s" 
     
    7286"ПрезарежЎаМетП се прПвалО защПтП retrieve_conf се МатъкМа Ма грешка: %s" 
    7387 
    74 #: admin/functions.inc.php:1529 admin/functions.inc.php:1537 
    7588msgid "retrieve_conf failed, config not applied" 
    7689msgstr "retrieve_conf се прПвалО, кПМфОгурОраМетП Ме е прОлПжеМП" 
    7790 
    78 #: admin/functions.inc.php:1535 
    7991msgid "" 
    8092"Reload failed because FreePBX could not connect to the asterisk manager " 
     
    8496"manager ОМтерфейса." 
    8597 
    86 #: admin/functions.inc.php:1549 
    8798msgid "Successfully reloaded" 
    8899msgstr "УспешМП презарежЎаМе" 
    89100 
    90 #: admin/functions.inc.php:1558 
    91101msgid "" 
    92102"Could not reload the FOP operator panel server using the bounce_op.sh " 
     
    96106"ИзЌеМеМОята в кПМфОгурацОята ЌПже Ўа Ме се пПкажат Ма паМел ЎОсплея." 
    97107 
    98 #: admin/functions.inc.php:1559 
    99108msgid "Could not reload FOP server" 
    100109msgstr "Не ЌПга Ўа презареЎя ЀОП сървъра" 
    101110 
    102 #: admin/functions.inc.php:1571 
    103111msgid "" 
    104112"Successful reload, but could not clear reload flag due to a database error: " 
     
    107115"грешка в базата ЎаММО: " 
    108116 
    109 #: admin/functions.inc.php:1620 admin/modules/core/page.routing.php:586 
    110117msgid "Add" 
    111118msgstr "ДПбавО" 
    112119 
    113 #: admin/functions.inc.php:2050 
    114120msgid "Unknown Destination" 
    115121msgstr "НеОзвестМП НаправлеМОе" 
    116122 
    117 #: admin/functions.inc.php:2050 
    118123msgid "" 
    119124"ERROR: You have an unknown destination. If this was carried over as a Custom " 
     
    129134"ОлО Ўа ЎПбавяте МПвП МаправлеМОе тук." 
    130135 
    131 #: admin/functions.inc.php:2321 
    132136msgid "" 
    133137"The following new modules are available for download. Click delete icon on " 
     
    139143Мете тПва съПбщеМОе" 
    140144 
    141 #: admin/functions.inc.php:2325 
    142145#, php-format 
    143146msgid "%s New modules are available" 
    144147msgstr "%s НПвО ЌПЎула са ЎПстъпМО" 
    145148 
    146 #: admin/functions.inc.php:2359 
    147149msgid "There is 1 module available for online upgrade" 
    148150msgstr "ИЌа 1 ЌПЎул ЎПстъпеМ за ПМлайМ ПбМПвяваМе" 
    149151 
    150 #: admin/functions.inc.php:2361 
    151152#, php-format 
    152153msgid "There are %s modules available for online upgrades" 
    153154msgstr "ИЌа %s ЌПЎула ЎПстъпМО за ПМлайМ ПбМПвяваМе" 
    154155 
    155 #: admin/functions.inc.php:2365 
    156156#, php-format 
    157157msgid "%s (current: %s)" 
    158158msgstr "%s (текущО: %s)" 
    159159 
    160 #: admin/functions.inc.php:2591 
    161160#, php-format 
    162161msgid "PHP Component %s is required but missing from you PHP installation." 
    163162msgstr "" 
    164163 
    165 #: admin/functions.inc.php:2593 
    166164#, php-format 
    167165msgid "" 
     
    170168msgstr "" 
    171169 
    172 #: admin/functions.inc.php:2621 
    173170#, php-format 
    174171msgid "Module %s is required, but yours is broken. You should reinstall " 
     
    176173ПЎОЌ, МП вашОя е пПвреЎеМ. ПреОМсталОрайте гП" 
    177174 
    178 #: admin/functions.inc.php:2622 
    179175#, php-format 
    180176msgid "it and try again." 
    181177msgstr "О ПпОтайте ПтМПвП." 
    182178 
    183 #: admin/functions.inc.php:2625 
    184179#, php-format 
    185180msgid "Module %s is required, but yours is disabled." 
     
    187182ПЎОЌ, МП вашОя е забраМеМ." 
    188183 
    189 #: admin/functions.inc.php:2628 
    190184#, php-format 
    191185msgid "Module %s is required, but yours is disabled because it needs to " 
     
    193187ПЎОЌ, МП вашОя е забраМеМ защПтП се МужЎае" 
    194188 
    195 #: admin/functions.inc.php:2629 
    196189#, php-format 
    197190msgid "be upgraded. Please upgrade %s first, and then try again." 
    198191msgstr "Пт ПбМПвяваМе. МПля ПбМПвете %s О ПпОтайте ПтМПвП." 
    199192 
    200 #: admin/functions.inc.php:2634 
    201193#, php-format 
    202194msgid "Module %s is required, yours is not installed." 
     
    204196ПЎОЌ, вашОя Ме е ОМсталОраМ." 
    205197 
    206 #: admin/functions.inc.php:2638 
    207198#, php-format 
    208199msgid "Module %s is required." 
     
    210201ПЎОЌ." 
    211202 
    212 #: admin/functions.inc.php:2647 
    213203#, php-format 
    214204msgid "File %s must exist." 
    215205msgstr "Ѐайлът %s трябва Ўа съществува." 
    216206 
    217 #: admin/functions.inc.php:2694 
    218207#, php-format 
    219208msgid "Requires engine %s, you have: %s" 
    220209msgstr "ИзОсква се ОМструЌеМт %s, вОе ОЌате: %s" 
    221210 
    222 #: admin/functions.inc.php:2696 
    223211#, php-format 
    224212msgid "Requires one of the following engines: %s; you have: %s" 
    225213msgstr "ИзОсква се еЎОМ Пт слеЎМОте ОМструЌеМтО: %s; вОе ОЌате: %s" 
    226214 
    227 #: admin/functions.inc.php:2711 
    228215#, php-format 
    229216msgid "A %s version below %s is required, you have %s" 
     
    231218ПЎОЌа, вОе ОЌате %s" 
    232219 
    233 #: admin/functions.inc.php:2714 
    234220#, php-format 
    235221msgid "%s version %s or below is required, you have %s" 
     
    237223ПЎОЌа, вОе ОЌате %s" 
    238224 
    239 #: admin/functions.inc.php:2717 
    240225#, php-format 
    241226msgid "A %s version newer than %s required, you have %s" 
     
    243228ПЎОЌа, вОе ОЌате %s" 
    244229 
    245 #: admin/functions.inc.php:2720 
    246230#, php-format 
    247231msgid "Your %s version (%s) is incompatible." 
    248232msgstr "Вашата %s версОя (%s) е МесъвЌестОЌа." 
    249233 
    250 #: admin/functions.inc.php:2723 
    251234#, php-format 
    252235msgid "Only %s version %s is compatible, you have %s" 
    253236msgstr "СаЌП %s версОя %s е съвЌестОЌа, вОе ОЌате %s" 
    254237 
    255 #: admin/functions.inc.php:2727 
    256238#, php-format 
    257239msgid "%s version %s or higher is required, you have %s" 
     
    259241ПЎОЌа, вОе ОЌате %s" 
    260242 
    261 #: admin/functions.inc.php:2785 
    262 msgid "Module is already enabled
    263 msgstr "МПЎулът вече е разрешеМ" 
    264  
    265 #: admin/functions.inc.php:2790 
    266 msgid "Module cannot be enabled" 
    267 msgstr "МПЎулът Ме ЌПже Ўа бъЎе разрешеМ
    268  
    269 #: admin/functions.inc.php:2837 
     243msgid "Module " 
     244msgstr "
     245 
     246msgid " is already enabled" 
     247msgstr "" 
     248 
     249msgid " cannot be enabled
     250msgstr "" 
     251 
    270252msgid "Module not found in repository" 
    271253msgstr "МПЎула Ме е МаЌереМ в бОблОПтекОте" 
    272254 
    273 #: admin/functions.inc.php:2870 admin/functions.inc.php:2966 
    274 #: admin/functions.inc.php:3044 
    275255#, php-format 
    276256msgid "Could not remove %s to install new version" 
     
    278258Ма %s за Ўа ОМсталОраЌ МПвата версОя" 
    279259 
    280 #: admin/functions.inc.php:2874 admin/functions.inc.php:2970 
    281 #: admin/functions.inc.php:3048 
    282260#, php-format 
    283261msgid "Could not untar %s to %s" 
     
    285263ОвОраЌ %s в %s" 
    286264 
    287 #: admin/functions.inc.php:2878 admin/functions.inc.php:2974 
    288 #: admin/functions.inc.php:3052 
    289265#, php-format 
    290266msgid "Could not remove old module %s to install new version" 
     
    292268Ма старОя ЌПЎул %s за Ўа ОМсталОраЌ МПвата версОя" 
    293269 
    294 #: admin/functions.inc.php:2882 admin/functions.inc.php:2978 
    295 #: admin/functions.inc.php:3056 
    296270#, php-format 
    297271msgid "Could not move %s to %s" 
    298272msgstr "Не ЌПга Ўа преЌестя %s в %s" 
    299273 
    300 #: admin/functions.inc.php:2903 
    301274#, php-format 
    302275msgid "Error opening %s for writing" 
    303276msgstr "Грешка прО ПтваряМе Ма %s за запОс" 
    304277 
    305 #: admin/functions.inc.php:2919 admin/functions.inc.php:2922 
    306278#, php-format 
    307279msgid "Error opening %s for reading" 
    308280msgstr "Грешка прО ПтваряМе Ма %s за четеМе" 
    309281 
    310 #: admin/functions.inc.php:2942 
    311282#, php-format 
    312283msgid "Unable to save %s" 
    313284msgstr "Не ЌПга Ўа запОша %s" 
    314285 
    315 #: admin/functions.inc.php:2950 
    316286#, php-format 
    317287msgid "File Integrity failed for %s - aborting" 
    318288msgstr "ЊелПстта Ма файла се прПвалО за %s - прекратяваЌ" 
    319289 
    320 #: admin/functions.inc.php:2995 
    321290msgid "" 
    322291"Error finding uploaded file - check your PHP and/or web server configuration" 
     
    325294"МастрПйкО" 
    326295 
    327 #: admin/functions.inc.php:3000 
    328296msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 
    329297msgstr "Ѐайлът трябва Ўа е в  tar+gzip (.tgz or .tar.gz) фПрЌат" 
    330298 
    331 #: admin/functions.inc.php:3005 
    332299msgid "" 
    333300"Filename not in correct format: must be modulename-version.tar.gz (eg. " 
     
    337304"(МапрОЌер custommodule-0.1.tar.gz)" 
    338305 
    339 #: admin/functions.inc.php:3014 
    340306#, php-format 
    341307msgid "Error creating temporary directory: %s" 
    342308msgstr "Грешка прО съзЎаваМе Ма вреЌеММа ЎОректПрОя: %s" 
    343309 
    344 #: admin/functions.inc.php:3022 
    345310msgid "Error untaring uploaded file. Must be a tar+gzip file" 
    346311msgstr "Грешка прО разарѠ
    347312ОвОраМе Ма ЎПбавеМОя файл. Трябва Ўа е tar+gzip файл" 
    348313 
    349 #: admin/functions.inc.php:3061 
    350314#, php-format 
    351315msgid "Error removing temporary directory: %s" 
     
    353317ваМе Ма вреЌеММата ЎОректПрОя: %s" 
    354318 
    355 #: admin/functions.inc.php:3090 
    356319msgid "Cannot find module" 
    357320msgstr "Не ЌПга Ўа МаЌеря ЌПЎула" 
    358321 
    359 #: admin/functions.inc.php:3096 
    360322msgid "Could not read module.xml" 
    361323msgstr "Не ЌПга Ўа прПчета module.xml" 
    362324 
    363 #: admin/functions.inc.php:3101 
    364 msgid "" 
    365 "This module is broken and cannot be installed. You should try to download it " 
    366 "again." 
    367 msgstr "" 
    368 "МПЎулът е пПвреЎеМ О Ме ЌПже Ўа бъЎе ОМсталОраМ. ПрПбвайте Ўа гП ОзтеглОте " 
    369 "ПтМПвП." 
    370  
    371 #: admin/functions.inc.php:3120 
     325msgid "rawname" 
     326msgstr "" 
     327 
     328msgid "" 
     329" is broken and cannot be installed. You should try to download it again." 
     330msgstr "" 
     331 
    372332msgid "Failed to run installation scripts" 
    373333msgstr "СтартОраМетП Ма ОМсталацОПММОте скрОптПве се прПвалО" 
    374334 
    375 #: admin/functions.inc.php:3134 
    376335#, php-format 
    377336msgid "Error updating database. Command was: %s; error was: %s " 
     
    379338"Грешка прО ПбМПвяваМе Ма базата ЎаММО. КПЌаМЎата беше: %s; грешката е: %s " 
    380339 
    381 #: admin/functions.inc.php:3168 admin/functions.inc.php:3196 
    382 #: admin/functions.inc.php:3233 
    383340msgid "Specified module not found" 
    384341msgstr "ОпреЎелеМОят ЌПЎул Ме е МаЌереМ" 
    385342 
    386 #: admin/functions.inc.php:3173 
    387343msgid "Module not enabled: cannot disable" 
    388344msgstr "МПЎулът Ме е разрешеМ: Ме ЌПга Ўа гП забраМя" 
    389345 
    390 #: admin/functions.inc.php:3177 admin/functions.inc.php:3205 
    391346msgid "Cannot disable: The following modules depend on this one: " 
    392347msgstr "Не ЌПга Ўа забраМя: СлеЎМОте ЌПЎулО завОсят Пт МегП: " 
    393348 
    394 #: admin/functions.inc.php:3201 
    395349msgid "Module not installed: cannot uninstall" 
    396350msgstr "МПЎулът Ме е ОМсталОраМ: Ме ЌПга ЎП гП ЎеОМсталОраЌ" 
    397351 
    398 #: admin/functions.inc.php:3212 
    399352msgid "Error updating database: " 
    400353msgstr "Грешка прО ПбМПвяваМе Ма базата ЎаММО: " 
    401354 
    402 #: admin/functions.inc.php:3216 
    403355msgid "Failed to run un-installation scripts" 
    404356msgstr "СтартОраМетП Ма ЎеОМсталацОПММОте скрОптПве се прПвалО" 
    405357 
    406 #: admin/functions.inc.php:3246 
    407358#, php-format 
    408359msgid "Cannot delete directory %s" 
    409360msgstr "Не ЌПга Ўа ОзтрОя ЎОректПрОя %s" 
    410361 
    411 #: admin/functions.inc.php:3253 
    412362#, php-format 
    413363msgid "Error deleting directory %s (code %d)" 
    414364msgstr "Грешка прО ОзтрОваМе Ма ЎОректПрОя %s (кПЎ %d)" 
    415365 
    416 #: admin/functions.inc.php:3634 
    417366#, php-format 
    418367msgid "You have %s disabled modules" 
    419368msgstr "ВОе ОЌате %s забраМеМО ЌПЎулО" 
    420369 
    421 #: admin/functions.inc.php:3634 
    422370msgid "You have a disabled module" 
    423371msgstr "ВОе ОЌате забраМеМО ЌПЎулО" 
    424372 
    425 #: admin/functions.inc.php:3635 
    426373msgid "The following modules are disabled because they need to be upgraded:" 
    427374msgstr "СлеЎМОте ЌПЎулО са забраМеМО защПтП се МужЎаят Пт ПбМПвяваМе:" 
    428375 
    429 #: admin/functions.inc.php:3636 admin/functions.inc.php:3644 
    430376msgid "You should go to the module admin page to fix these." 
    431377msgstr "" 
     
    433379"тПва." 
    434380 
    435 #: admin/functions.inc.php:3642 
    436381#, php-format 
    437382msgid "You have %s broken modules" 
    438383msgstr "ВОе ОЌате %s пПвреЎеМО ЌПЎула" 
    439384 
    440 #: admin/functions.inc.php:3642 
    441385msgid "You have a broken module" 
    442386msgstr "ВОе ОЌате пПвреЎеМ ЌПЎул" 
    443387 
    444 #: admin/functions.inc.php:3643 
    445388msgid "The following modules are disabled because they are broken:" 
    446389msgstr "СлеЎМОте ЌПЎулО са забраМеМО защПтП са пПвреЎеМО:" 
    447390 
    448 #: admin/header_auth.php:43 admin/header_auth.php:70 
    449391msgid "Administration" 
    450392msgstr "Administration" 
    451393 
    452 #: admin/header.php:138 
    453394msgid "Default Asterisk Manager Password Used" 
    454395msgstr "ИзпПлзвате АстерОск Manager ПарПла ПП-ППЎразбОраМе" 
    455396 
    456 #: admin/header.php:138 
    457397msgid "" 
    458398"You are using the default Asterisk Manager password that is widely known, " 
     
    462402"разпрПстраМеМа, трябва Ўа устаМПвОте пП-сОгурМа парПла" 
    463403 
    464 #: admin/page.modules.php:134 
    465404msgid "Module Administration" 
    466405msgstr "УправлеМОе Ма МПЎулОте" 
    467406 
    468 #: admin/page.modules.php:136 
    469407msgid "NOTICE" 
    470408msgstr "" 
    471409 
    472 #: admin/page.modules.php:136 
    473410msgid "" 
    474411"You have accessed the extended repository which includes un-supported and " 
     
    476413msgstr "" 
    477414 
    478 #: admin/page.modules.php:154 
    479415#, php-format 
    480416msgid "" 
     
    485421"Ме са ЎПстъпМО." 
    486422 
    487 #: admin/page.modules.php:158 
    488423#, php-format 
    489424msgid "" 
     
    494429"ЌПЎулОте Ме са ЎПстъпМО." 
    495430 
    496 #: admin/page.modules.php:198 
    497431msgid "Please wait while module actions are performed" 
    498432msgstr "МПля Озчакайте ЎПкатП заЎачОте се ОзпълМяват" 
    499433 
    500 #: admin/page.modules.php:211 
    501434#, php-format 
    502435msgid "Downloading %s" 
    503436msgstr "ИзтегляМе Ма %s" 
    504437 
    505 #: admin/page.modules.php:213 
    506438#, php-format 
    507439msgid "Error(s) downloading %s" 
    508440msgstr "Грешка прО ОзтегляМе Ма %s" 
    509441 
    510 #: admin/page.modules.php:218 admin/page.modules.php:230 
    511442#, php-format 
    512443msgid "Error(s) installing %s" 
    513444msgstr "Грешка прО ОМсталОраМе Ма %s" 
    514445 
    515 #: admin/page.modules.php:222 admin/page.modules.php:234 
    516446#, php-format 
    517447msgid "%s installed successfully" 
    518448msgstr "%s е ОМсталОраМ успешМП" 
    519449 
    520 #: admin/page.modules.php:240 
    521450#, php-format 
    522451msgid "Error(s) enabling %s" 
    523452msgstr "Грешка прО разрешаваМе Ма %s" 
    524453 
    525 #: admin/page.modules.php:244 
    526454#, php-format 
    527455msgid "%s enabled successfully" 
    528456msgstr "%s е разрешеМ успешМП" 
    529457 
    530 #: admin/page.modules.php:249 
    531458#, php-format 
    532459msgid "Error(s) disabling %s" 
    533460msgstr "Грешка прО забраМяваМе Ма %s" 
    534461 
    535 #: admin/page.modules.php:253 
    536462#, php-format 
    537463msgid "%s disabled successfully" 
    538464msgstr "%s е забраМеМ успешМП" 
    539465 
    540 #: admin/page.modules.php:259 
    541466#, php-format 
    542467msgid "Error(s) uninstalling %s" 
    543468msgstr "Грешка прО ЎеОМсталОраМе Ма %s" 
    544469 
    545 #: admin/page.modules.php:263 
    546470#, php-format 
    547471msgid "%s uninstalled successfully" 
    548472msgstr "%s е ЎеОМсталОраМ успешМП" 
    549473 
    550 #: admin/page.modules.php:279 admin/page.modules.php:281 
    551474msgid "Return" 
    552475msgstr "ОбратМП" 
    553476 
    554 #: admin/page.modules.php:322 admin/page.modules.php:346 
    555477#, php-format 
    556478msgid "" 
     
    562484"за тПва  ЌПЎулО се ОМсталОрат." 
    563485 
    564 #: admin/page.modules.php:326 
    565486#, php-format 
    566487msgid "%s %s will be upgraded to online version %s" 
    567488msgstr "%s %s ще бъЎе ПбМПвеМ ЎП ПМлайМ версОя %s" 
    568489 
    569 #: admin/page.modules.php:334 admin/page.modules.php:346 
     490#, php-format 
     491msgid "%s %s will be re-installed to online version %s" 
     492msgstr "" 
     493 
     494#, php-format 
     495msgid "%s %s will be downgraded to online version %s" 
     496msgstr "" 
     497 
    570498#, php-format 
    571499msgid "" 
     
    577505ПЎОЌОте за тПва ЌПЎулО се ОМсталОрат." 
    578506 
    579 #: admin/page.modules.php:338 
    580507#, php-format 
    581508msgid "%s %s will be downloaded and installed" 
    582509msgstr "%s %s ще бъЎе ОзтеглеМ О ОМсталОраМ" 
    583510 
    584 #: admin/page.modules.php:351 
    585511#, php-format 
    586512msgid "%s %s will be upgraded to %s" 
    587513msgstr "%s %s ще бъЎе ПбМПвеМ ЎП %s" 
    588514 
    589 #: admin/page.modules.php:353 
    590515#, php-format 
    591516msgid "%s %s will be installed and enabled" 
    592517msgstr "%s %s ще бъЎе ОМсталОраМ О разрешеМ" 
    593518 
    594 #: admin/page.modules.php:361 
    595519#, php-format 
    596520msgid "" 
     
    602526"за тПва се ОМсталОрат." 
    603527 
    604 #: admin/page.modules.php:365 
    605528#, php-format 
    606529msgid "%s %s will be enabled" 
    607530msgstr "%s %s ще бъЎе разрешеМ" 
    608531 
    609 #: admin/page.modules.php:371 
    610532#, php-format 
    611533msgid "" 
     
    616538"забраМете тезО ЌПЎулО О ПпОтайте ПтМПвП." 
    617539 
    618 #: admin/page.modules.php:375 
    619540#, php-format 
    620541msgid "%s %s will be disabled" 
    621542msgstr "%s %s ще бъЎe забраМеМ" 
    622543 
    623 #: admin/page.modules.php:382 
    624544#, php-format 
    625545msgid "" 
     
    630550"МПля забраМете тезО ЌПЎулО О ПпОтайте ПтМПвП." 
    631551 
    632 #: admin/page.modules.php:386 
    633552#, php-format 
    634553msgid "%s %s will be uninstalled" 
    635554msgstr "%s %s ще бъЎе ЎеОМсталОраМ" 
    636555 
    637 #: admin/page.modules.php:403 
    638556msgid "Errors with selection:" 
    639557msgstr "ГрешкО прО ОзбОраМетП:" 
    640558 
    641 #: admin/page.modules.php:412 
    642559msgid "" 
    643560"You may confirm the remaining selection and then try the again for the " 
     
    648565ПЎОЌОте завОсОЌПстО са ОзпълМеМО:" 
    649566 
    650 #: admin/page.modules.php:414 
    651567msgid "Please confirm the following actions:" 
    652568msgstr "МПля пПтвърЎете слеЎМОте заЎачО:" 
    653569 
    654 #: admin/page.modules.php:421 
     570msgid "Upgrades, installs, enables and disables:" 
     571msgstr "" 
     572 
     573msgid "Forced downgrades and re-installs:" 
     574msgstr "" 
     575 
    655576msgid "Confirm" 
    656577msgstr "ППтвърЎО" 
    657578 
    658 #: admin/page.modules.php:423 
    659579msgid "No actions to perform" 
    660580msgstr "НяЌа заЎачО за ОзпълМеМОе" 
    661581 
    662 #: admin/page.modules.php:424 
    663582msgid "" 
    664583"Please select at least one action to perform by clicking on the module, and " 
     
    668587"ЎействОе Пт пПле \"ДействОе\"." 
    669588 
    670 #: admin/page.modules.php:426 admin/views/freepbx_reload.php:111 
    671589msgid "Cancel" 
    672590msgstr "Отказ" 
    673591 
    674 #: admin/page.modules.php:435 admin/page.modules.php:487 
    675592msgid "Manage local modules" 
    676593msgstr "ЛПкалМП управлеМОе Ма ЌПЎулОте" 
    677594 
    678 #: admin/page.modules.php:437 admin/page.modules.php:493 
    679595msgid "Check for updates online" 
    680596msgstr "ПрПверО за ПМлайМ ПбМПвяваМОя" 
    681597 
    682 #: admin/page.modules.php:437 admin/page.modules.php:493 
    683598msgid "" 
    684599"Checking for updates will transmit your FreePBX and Asterisk version numbers " 
     
    693608"ОМфПрЌацОя." 
    694609 
    695 #: admin/page.modules.php:442 admin/page.modules.php:495 
    696610msgid "Upload module" 
    697611msgstr "ДПбавО ЌПЎул" 
    698612 
    699 #: admin/page.modules.php:448 
    700613#, php-format 
    701614msgid "The following error(s) occurred processing the uploaded file: %s" 
     
    703616а в прПцеса Ма ЎПбавяМе Ма файл: %s" 
    704617 
    705 #: admin/page.modules.php:450 
    706618#, php-format 
    707619msgid "You should fix the problem or select another file and %s." 
    708620msgstr "Трябва Ўа ПправОте прПблеЌа ОлО Озберете Ўруг файл О  %s." 
    709621 
    710 #: admin/page.modules.php:451 
    711622msgid "try again" 
    712623msgstr "ПпОтайте ПтМПвП" 
    713624 
    714 #: admin/page.modules.php:455 
    715625#, php-format 
    716626msgid "" 
     
    721631"Ўа гП МаправОте ЎПстъпеМ." 
    722632 
    723 #: admin/page.modules.php:456 
    724633msgid "local module administration" 
    725634msgstr "лПкалМП управлеМОе Ма ЌПЎулОте" 
    726635 
    727 #: admin/page.modules.php:461 
    728636msgid "" 
    729637"You can upload a tar gzip file containing a FreePBX module from your local " 
     
    734642"сОстеЌа. АкП ЌПЎул със същПтП ОЌе вече съществува, тПй ще бъЎе презапОсаМ." 
    735643 
    736 #: admin/page.modules.php:488 
    737 msgid "Show only upgradable" 
    738 msgstr "ППкажО саЌП за ПбМПвяваМе" 
    739  
    740 #: admin/page.modules.php:507 admin/page.modules.php:795 
     644msgid "Show only upgradeable" 
     645msgstr "" 
     646 
    741647msgid "Download all" 
    742648msgstr "ИзтеглО всОчкО" 
    743649 
    744 #: admin/page.modules.php:508 admin/page.modules.php:796 
    745650msgid "Upgrade all" 
    746651msgstr "ОбМПвО всОчкО" 
    747652 
    748 #: admin/page.modules.php:510 admin/page.modules.php:798 
    749653msgid "Reset" 
    750654msgstr "ИзчОстО" 
    751655 
    752 #: admin/page.modules.php:511 admin/page.modules.php:799 
    753656msgid "Process" 
    754657msgstr "ПрПЎължО" 
    755658 
    756 #: admin/page.modules.php:517 
    757659msgid "Module" 
    758660msgstr "МПЎул" 
    759661 
    760 #: admin/page.modules.php:518 
    761662msgid "Version" 
    762663msgstr "ВерсОя" 
    763664 
    764 #: admin/page.modules.php:519 
    765665msgid "Publisher" 
    766666msgstr "" 
    767667 
    768 #: admin/page.modules.php:533 admin/page.modules.php:608 
    769668msgid "Broken" 
    770669msgstr "ППвреЎеМ" 
    771670 
    772 #: admin/page.modules.php:564 admin/page.modules.php:569 
    773 #: admin/views/freepbx_admin.php:107 admin/views/freepbx_admin.php:112 
    774 #: admin/modules/core/page.ampusers.php:240 
    775 #: admin/modules/core/page.ampusers.php:244 
    776671msgid "name" 
    777672msgstr "ОЌе" 
    778673 
    779 #: admin/page.modules.php:585 
    780674msgid "Not Installed (Locally available)" 
    781675msgstr "Не е ОМсталОраМ (ДПстъпеМ лПкалМП)" 
    782676 
    783 #: admin/page.modules.php:587 
    784677#, php-format 
    785678msgid "Not Installed (Available online: %s)" 
    786679msgstr "Не е ОМсталОраМ (ДПстъпеМ ПМлайМ: %s)" 
    787680 
    788 #: admin/page.modules.php:594 
    789681#, php-format 
    790682msgid "Disabled; Online upgrade available (%s)" 
    791683msgstr "ЗабраМеМ; ДПстъпМП ПМлайМ ПбМПвяваМе (%s)" 
    792684 
    793 #: admin/page.modules.php:596 
    794685#, php-format 
    795686msgid "Disabled; Newer than online version (%s)" 
    796687msgstr "ЗабраМеМ; ПП-МПв Пт ПМлайМ версОя (%s)" 
    797688 
    798 #: admin/page.modules.php:598 
    799689msgid "Disabled; up to date" 
    800690msgstr "ЗабраМеМ; ОбМПвеМ" 
    801691 
    802 #: admin/page.modules.php:601 admin/modules/core/page.general.php:147 
    803692msgid "Disabled" 
    804693msgstr "ЗабраМеМ" 
    805694 
    806 #: admin/page.modules.php:605 
    807695#, php-format 
    808696msgid "Disabled; Pending upgrade to %s" 
    809697msgstr "ЗабраМеМ; Чакащ ПМПвяваМе ЎП %s" 
    810698 
    811 #: admin/page.modules.php:615 
    812699#, php-format 
    813700msgid "Online upgrade available (%s)" 
    814701msgstr "ДПстъпМП е ПМлайМ ПбМПвяваМе (%s)" 
    815702 
    816 #: admin/page.modules.php:617 
    817703#, php-format 
    818704msgid "Newer than online version (%s)" 
    819705msgstr "ПП-МПв Пт ПМлайМ версОя (%s)" 
    820706 
    821 #: admin/page.modules.php:619 
    822707msgid "Enabled and up to date" 
    823708msgstr "РазрешеМ О ПбМПвеМ" 
    824709 
    825 #: admin/page.modules.php:623 
    826710msgid "Enabled; Not available online" 
    827711msgstr "РазрешеМ; Не е ЎПстъпеМ ПМлайМ" 
    828712 
    829 #: admin/page.modules.php:625 admin/modules/core/page.general.php:146 
    830713msgid "Enabled" 
    831714msgstr "Разреше