Changeset 7646
- Timestamp:
- 05/06/09 13:34:40 (3 years ago)
- Files:
-
- freepbx/trunk (modified) (1 prop)
- freepbx/trunk/amp_conf/bin/module_admin (modified) (2 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/cdr/cdr.php (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/amp.pot (modified) (161 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/bg_BG/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/bg_BG/LC_MESSAGES/amp.po (modified) (13 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/es_ES/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/es_ES/LC_MESSAGES/amp.po (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.po (modified) (2 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_BR (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/pt_BR)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_BR/LC_MESSAGES (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/pt_BR/LC_MESSAGES)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_BR/LC_MESSAGES/amp.mo (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/pt_BR/LC_MESSAGES/amp.mo)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_BR/LC_MESSAGES/amp.po (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/pt_BR/LC_MESSAGES/amp.po)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/sv_SE/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/sv_SE/LC_MESSAGES/amp.po (modified) (2 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/zh_CN/LC_MESSAGES/amp.mo (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/zh_CN/LC_MESSAGES/amp.mo)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/zh_CN/LC_MESSAGES/amp.po (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/zh_CN/LC_MESSAGES/amp.po)
- freepbx/trunk/amp_conf/htdocs/admin/views/freepbx_admin.php (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/views/panel.php (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/recordings/includes/lang.php (modified) (2 diffs)
- freepbx/trunk/amp_conf/htdocs/recordings/locale/bg_BG (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/bg_BG)
- freepbx/trunk/amp_conf/htdocs/recordings/locale/bg_BG/LC_MESSAGES (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/bg_BG/LC_MESSAGES)
- freepbx/trunk/amp_conf/htdocs/recordings/locale/bg_BG/LC_MESSAGES/ari.mo (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/bg_BG/LC_MESSAGES/ari.mo)
- freepbx/trunk/amp_conf/htdocs/recordings/locale/bg_BG/LC_MESSAGES/ari.po (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/bg_BG/LC_MESSAGES/ari.po)
- freepbx/trunk/amp_conf/htdocs/recordings/locale/da_DK (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/da_DK)
- freepbx/trunk/amp_conf/htdocs/recordings/locale/da_DK/LC_MESSAGES (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/da_DK/LC_MESSAGES)
- freepbx/trunk/amp_conf/htdocs/recordings/locale/da_DK/LC_MESSAGES/ari.mo (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/da_DK/LC_MESSAGES/ari.mo)
- freepbx/trunk/amp_conf/htdocs/recordings/locale/da_DK/LC_MESSAGES/ari.po (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/recordings/locale/da_DK/LC_MESSAGES/ari.po)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk
- Property svnmerge-integrated changed from /freepbx/branches/2.5:1-7351,7461-7544,7552-7571,7573-7597,7638,7640 to /freepbx/branches/2.5:1-7645
freepbx/trunk/amp_conf/bin/module_admin
r7230 r7646 76 76 $amp_conf = parse_amportal_conf($ampconfpath); 77 77 78 $asterisk_conf = parse_asterisk_conf( "/etc/asterisk/asterisk.conf");78 $asterisk_conf = parse_asterisk_conf($amp_conf['ASTETCDIR']); 79 79 80 80 // connect to database … … 142 142 if ($online) { 143 143 $modules_online = module_getonlinexml(); 144 $modules += $modules_online; 144 if (isset($modules_online)) { 145 $modules += $modules_online; 146 } 145 147 } 146 148 ksort($modules); freepbx/trunk/amp_conf/htdocs/admin/cdr/call-log.php
r7413 r7646 295 295 296 296 $res = $DBHandle -> query($QUERY); 297 if(DB::isError($res)){ 298 die($res->getDebugInfo()); 299 } 300 297 301 $num = $res -> numRows(); 298 302 for($i=0;$i<$num;$i++) freepbx/trunk/amp_conf/htdocs/admin/cdr/cdr.php
r6816 r7646 51 51 <meta http-equiv="Content-Type" content="text/html"> 52 52 <link rel="stylesheet" type="text/css" media="print" href="common/print.css"> 53 < SCRIPT LANGUAGE="JavaScript" SRC="common/encrypt.js"></SCRIPT>53 <script type="text/javascript" src="common/encrypt.js"></script> 54 54 <style type="text/css" media="screen"> 55 55 @import url("common/layout.css"); freepbx/trunk/amp_conf/htdocs/admin/i18n/amp.pot
r7346 r7646 17 17 "Content-Transfer-Encoding: 8bit\n" 18 18 19 #: admin/components.class.php:362 20 #: admin/modules/core/page.did.php:313 19 #: admin/components.class.php:362 admin/modules/core/page.did.php:313 21 20 msgid "Submit" 22 21 msgstr "" … … 65 64 msgstr "" 66 65 67 #: admin/functions.inc.php:1504 68 #: admin/functions.inc.php:1574 66 #: admin/functions.inc.php:1504 admin/functions.inc.php:1574 69 67 #, php-format 70 68 msgid "Exit code was %s and output was: %s" 71 69 msgstr "" 72 70 73 #: admin/functions.inc.php:1505 74 #: admin/functions.inc.php:1575 71 #: admin/functions.inc.php:1505 admin/functions.inc.php:1575 75 72 #, php-format 76 73 msgid "Could not run %s script." … … 82 79 msgstr "" 83 80 84 #: admin/functions.inc.php:1524 85 #: admin/functions.inc.php:1532 81 #: admin/functions.inc.php:1524 admin/functions.inc.php:1532 86 82 msgid "retrieve_conf failed, config not applied" 87 83 msgstr "" 88 84 89 85 #: admin/functions.inc.php:1530 90 msgid "Reload failed because FreePBX could not connect to the asterisk manager interface." 86 msgid "" 87 "Reload failed because FreePBX could not connect to the asterisk manager " 88 "interface." 91 89 msgstr "" 92 90 … … 96 94 97 95 #: admin/functions.inc.php:1553 98 msgid "Could not reload the FOP operator panel server using the bounce_op.sh script. Configuration changes may not be reflected in the panel display." 96 msgid "" 97 "Could not reload the FOP operator panel server using the bounce_op.sh " 98 "script. Configuration changes may not be reflected in the panel display." 99 99 msgstr "" 100 100 … … 104 104 105 105 #: admin/functions.inc.php:1566 106 msgid " Successful reload, but could not clear reload flag due to a database error:"107 msgstr ""108 109 #: admin/functions.inc.php:1615 110 #: admin/ modules/core/functions.inc.php:4721106 msgid "" 107 "Successful reload, but could not clear reload flag due to a database error: " 108 msgstr "" 109 110 #: admin/functions.inc.php:1615 admin/modules/core/functions.inc.php:4721 111 111 #: admin/modules/core/functions.inc.php:4723 112 112 #: admin/modules/core/page.routing.php:578 … … 119 119 120 120 #: admin/functions.inc.php:2055 121 msgid "ERROR: You have an unknown destination. If this was carried over as a Custom App from an earlier version, you must go register the destination in the Custom Destination tab provided by the Custom Applications module.<br />This will remain active until you change it but you can no longer edit or add a new one here." 121 msgid "" 122 "ERROR: You have an unknown destination. If this was carried over as a Custom " 123 "App from an earlier version, you must go register the destination in the " 124 "Custom Destination tab provided by the Custom Applications module.<br />This " 125 "will remain active until you change it but you can no longer edit or add a " 126 "new one here." 122 127 msgstr "" 123 128 124 129 #: admin/functions.inc.php:2313 125 msgid "The following new modules are available for download. Click delete icon on the right to remove this notice." 130 msgid "" 131 "The following new modules are available for download. Click delete icon on " 132 "the right to remove this notice." 126 133 msgstr "" 127 134 … … 237 244 msgstr "" 238 245 239 #: admin/functions.inc.php:2808 240 #: admin/functions.inc.php:2904 246 #: admin/functions.inc.php:2808 admin/functions.inc.php:2904 241 247 #: admin/functions.inc.php:2982 242 248 #, php-format … … 244 250 msgstr "" 245 251 246 #: admin/functions.inc.php:2812 247 #: admin/functions.inc.php:2908 252 #: admin/functions.inc.php:2812 admin/functions.inc.php:2908 248 253 #: admin/functions.inc.php:2986 249 254 #, php-format … … 251 256 msgstr "" 252 257 253 #: admin/functions.inc.php:2816 254 #: admin/functions.inc.php:2912 258 #: admin/functions.inc.php:2816 admin/functions.inc.php:2912 255 259 #: admin/functions.inc.php:2990 256 260 #, php-format … … 258 262 msgstr "" 259 263 260 #: admin/functions.inc.php:2820 261 #: admin/functions.inc.php:2916 264 #: admin/functions.inc.php:2820 admin/functions.inc.php:2916 262 265 #: admin/functions.inc.php:2994 263 266 #, php-format … … 270 273 msgstr "" 271 274 272 #: admin/functions.inc.php:2857 273 #: admin/functions.inc.php:2860 275 #: admin/functions.inc.php:2857 admin/functions.inc.php:2860 274 276 #, php-format 275 277 msgid "Error opening %s for reading" … … 287 289 288 290 #: admin/functions.inc.php:2933 289 msgid "Error finding uploaded file - check your PHP and/or web server configuration" 291 msgid "" 292 "Error finding uploaded file - check your PHP and/or web server configuration" 290 293 msgstr "" 291 294 … … 295 298 296 299 #: admin/functions.inc.php:2943 297 msgid "Filename not in correct format: must be modulename-version.tar.gz (eg. custommodule-0.1.tar.gz)" 300 msgid "" 301 "Filename not in correct format: must be modulename-version.tar.gz (eg. " 302 "custommodule-0.1.tar.gz)" 298 303 msgstr "" 299 304 … … 321 326 322 327 #: admin/functions.inc.php:3039 323 msgid "This module is broken and cannot be installed. You should try to download it again." 328 msgid "" 329 "This module is broken and cannot be installed. You should try to download it " 330 "again." 324 331 msgstr "" 325 332 … … 333 340 msgstr "" 334 341 335 #: admin/functions.inc.php:3106 336 #: admin/functions.inc.php:3134 342 #: admin/functions.inc.php:3106 admin/functions.inc.php:3134 337 343 #: admin/functions.inc.php:3171 338 344 msgid "Specified module not found" … … 343 349 msgstr "" 344 350 345 #: admin/functions.inc.php:3115 346 #: admin/functions.inc.php:3143 351 #: admin/functions.inc.php:3115 admin/functions.inc.php:3143 347 352 msgid "Cannot disable: The following modules depend on this one: " 348 353 msgstr "" … … 383 388 msgstr "" 384 389 385 #: admin/functions.inc.php:3574 386 #: admin/functions.inc.php:3582 390 #: admin/functions.inc.php:3574 admin/functions.inc.php:3582 387 391 msgid "You should go to the module admin page to fix these." 388 392 msgstr "" … … 401 405 msgstr "" 402 406 403 #: admin/header_auth.php:43 404 #: admin/header_auth.php:70 407 #: admin/header_auth.php:43 admin/header_auth.php:70 405 408 msgid "Administration" 406 409 msgstr "" … … 411 414 412 415 #: admin/header.php:134 413 msgid "You are using the default Asterisk Manager password that is widely known, you should set a secure password" 416 msgid "" 417 "You are using the default Asterisk Manager password that is widely known, " 418 "you should set a secure password" 414 419 msgstr "" 415 420 … … 420 425 #: admin/page.modules.php:146 421 426 #, php-format 422 msgid "Warning: Cannot connect to online repository (%s). Online modules are not available." 427 msgid "" 428 "Warning: Cannot connect to online repository (%s). Online modules are not " 429 "available." 423 430 msgstr "" 424 431 425 432 #: admin/page.modules.php:150 426 433 #, php-format 427 msgid "Warning: Error retrieving updates from online repository (%s). Online modules are not available." 434 msgid "" 435 "Warning: Error retrieving updates from online repository (%s). Online " 436 "modules are not available." 428 437 msgstr "" 429 438 … … 442 451 msgstr "" 443 452 444 #: admin/page.modules.php:210 445 #: admin/page.modules.php:222 453 #: admin/page.modules.php:210 admin/page.modules.php:222 446 454 #, php-format 447 455 msgid "Error(s) installing %s" 448 456 msgstr "" 449 457 450 #: admin/page.modules.php:214 451 #: admin/page.modules.php:226 458 #: admin/page.modules.php:214 admin/page.modules.php:226 452 459 #, php-format 453 460 msgid "%s installed successfully" … … 484 491 msgstr "" 485 492 486 #: admin/page.modules.php:271 487 #: admin/page.modules.php:273 493 #: admin/page.modules.php:271 admin/page.modules.php:273 488 494 msgid "Return" 489 495 msgstr "" 490 496 491 #: admin/page.modules.php:304 492 #: admin/page.modules.php:328 493 #, php-format 494 msgid "%s cannot be upgraded: %s Please try again after the dependencies have been installed." 497 #: admin/page.modules.php:304 admin/page.modules.php:328 498 #, php-format 499 msgid "" 500 "%s cannot be upgraded: %s Please try again after the dependencies have been " 501 "installed." 495 502 msgstr "" 496 503 … … 500 507 msgstr "" 501 508 502 #: admin/page.modules.php:316 503 #: admin/page.modules.php:328 504 #, php-format 505 msgid "%s cannot be installed: %s Please try again after the dependencies have been installed." 509 #: admin/page.modules.php:316 admin/page.modules.php:328 510 #, php-format 511 msgid "" 512 "%s cannot be installed: %s Please try again after the dependencies have been " 513 "installed." 506 514 msgstr "" 507 515 … … 523 531 #: admin/page.modules.php:343 524 532 #, php-format 525 msgid "%s cannot be enabled: %s Please try again after the dependencies have been installed." 533 msgid "" 534 "%s cannot be enabled: %s Please try again after the dependencies have been " 535 "installed." 526 536 msgstr "" 527 537 … … 533 543 #: admin/page.modules.php:353 534 544 #, php-format 535 msgid "%s cannot be disabled because the following modules depend on it: %s Please disable those modules first then try again." 545 msgid "" 546 "%s cannot be disabled because the following modules depend on it: %s Please " 547 "disable those modules first then try again." 536 548 msgstr "" 537 549 … … 543 555 #: admin/page.modules.php:364 544 556 #, php-format 545 msgid "%s cannot be uninstalled because the following modules depend on it: %s Please disable those modules first then try again." 557 msgid "" 558 "%s cannot be uninstalled because the following modules depend on it: %s " 559 "Please disable those modules first then try again." 546 560 msgstr "" 547 561 … … 556 570 557 571 #: admin/page.modules.php:394 558 msgid "You may confirm the remaining selection and then try the again for the listed issues once the required dependencies have been met:" 572 msgid "" 573 "You may confirm the remaining selection and then try the again for the " 574 "listed issues once the required dependencies have been met:" 559 575 msgstr "" 560 576 … … 572 588 573 589 #: admin/page.modules.php:406 574 msgid "Please select at least one action to perform by clicking on the module, and selecting an action on the \"Action\" tab." 575 msgstr "" 576 577 #: admin/page.modules.php:408 578 #: admin/views/freepbx_reload.php:111 590 msgid "" 591 "Please select at least one action to perform by clicking on the module, and " 592 "selecting an action on the \"Action\" tab." 593 msgstr "" 594 595 #: admin/page.modules.php:408 admin/views/freepbx_reload.php:111 579 596 msgid "Cancel" 580 597 msgstr "" 581 598 582 #: admin/page.modules.php:414 583 #: admin/page.modules.php:466 599 #: admin/page.modules.php:414 admin/page.modules.php:466 584 600 msgid "Manage local modules" 585 601 msgstr "" 586 602 587 #: admin/page.modules.php:416 588 #: admin/page.modules.php:471 603 #: admin/page.modules.php:416 admin/page.modules.php:471 589 604 msgid "Check for updates online" 590 605 msgstr "" 591 606 592 #: admin/page.modules.php:416 593 #: admin/page.modules.php:471 594 msgid "Checking for updates will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and track version usage to focus development and maintenance efforts. No private information is transmitted." 595 msgstr "" 596 597 #: admin/page.modules.php:421 598 #: admin/page.modules.php:473 607 #: admin/page.modules.php:416 admin/page.modules.php:471 608 msgid "" 609 "Checking for updates will transmit your FreePBX and Asterisk version numbers " 610 "along with a unique but random identifier. This is used to provide proper " 611 "update information and track version usage to focus development and " 612 "maintenance efforts. No private information is transmitted." 613 msgstr "" 614 615 #: admin/page.modules.php:421 admin/page.modules.php:473 599 616 msgid "Upload module" 600 617 msgstr "" … … 616 633 #: admin/page.modules.php:434 617 634 #, php-format 618 msgid "Module uploaded successfully. You need to enable the module using %s to make it available." 635 msgid "" 636 "Module uploaded successfully. You need to enable the module using %s to make " 637 "it available." 619 638 msgstr "" 620 639 … … 624 643 625 644 #: admin/page.modules.php:440 626 msgid "You can upload a tar gzip file containing a FreePBX module from your local system. If a module with the same name already exists, it will be overwritten." 645 msgid "" 646 "You can upload a tar gzip file containing a FreePBX module from your local " 647 "system. If a module with the same name already exists, it will be " 648 "overwritten." 627 649 msgstr "" 628 650 … … 631 653 msgstr "" 632 654 633 #: admin/page.modules.php:484 634 #: admin/page.modules.php:768 655 #: admin/page.modules.php:484 admin/page.modules.php:768 635 656 msgid "Download all" 636 657 msgstr "" 637 658 638 #: admin/page.modules.php:485 639 #: admin/page.modules.php:769 659 #: admin/page.modules.php:485 admin/page.modules.php:769 640 660 msgid "Upgrade all" 641 661 msgstr "" 642 662 643 #: admin/page.modules.php:487 644 #: admin/page.modules.php:771 663 #: admin/page.modules.php:487 admin/page.modules.php:771 645 664 msgid "Reset" 646 665 msgstr "" 647 666 648 #: admin/page.modules.php:488 649 #: admin/page.modules.php:772 667 #: admin/page.modules.php:488 admin/page.modules.php:772 650 668 msgid "Process" 651 669 msgstr "" … … 663 681 msgstr "" 664 682 665 #: admin/page.modules.php:510 666 #: admin/page.modules.php:585 683 #: admin/page.modules.php:510 admin/page.modules.php:585 667 684 msgid "Broken" 668 685 msgstr "" 669 686 670 #: admin/page.modules.php:541 671 #: admin/page.modules.php:546 672 #: admin/views/freepbx_admin.php:107 673 #: admin/views/freepbx_admin.php:112 687 #: admin/page.modules.php:541 admin/page.modules.php:546 688 #: admin/views/freepbx_admin.php:107 admin/views/freepbx_admin.php:112 674 689 #: admin/modules/core/page.ampusers.php:223 675 690 #: admin/modules/core/page.ampusers.php:227 … … 700 715 msgstr "" 701 716 702 #: admin/page.modules.php:578 703 #: admin/modules/core/page.general.php:140 717 #: admin/page.modules.php:578 admin/modules/core/page.general.php:140 704 718 msgid "Disabled" 705 719 msgstr "" … … 728 742 msgstr "" 729 743 730 #: admin/page.modules.php:602 731 #: admin/modules/core/page.general.php:139 744 #: admin/page.modules.php:602 admin/modules/core/page.general.php:139 732 745 msgid "Enabled" 733 746 msgstr "" … … 749 762 msgstr "" 750 763 751 #: admin/page.modules.php:635 752 #: admin/page.modules.php:668 764 #: admin/page.modules.php:635 admin/page.modules.php:668 753 765 msgid "Install" 754 766 msgstr "" … … 758 770 msgstr "" 759 771 760 #: admin/page.modules.php:644 761 #: admin/modules/core/functions.inc.php:4257 772 #: admin/page.modules.php:644 admin/modules/core/functions.inc.php:4257 762 773 #: admin/modules/core/functions.inc.php:4262 763 774 #: admin/modules/core/page.trunks.php:399 … … 765 776 msgstr "" 766 777 767 #: admin/page.modules.php:647 768 #: admin/page.modules.php:662 769 #: admin/page.modules.php:670 770 #: admin/page.modules.php:690 778 #: admin/page.modules.php:647 admin/page.modules.php:662 779 #: admin/page.modules.php:670 admin/page.modules.php:690 771 780 msgid "Uninstall" 772 781 msgstr "" … … 787 796 msgstr "" 788 797 789 #: admin/page.modules.php:686 790 #: admin/modules/core/functions.inc.php:4258 798 #: admin/page.modules.php:686 admin/modules/core/functions.inc.php:4258 791 799 #: admin/modules/core/functions.inc.php:4261 792 800 #: admin/modules/core/functions.inc.php:4265 … … 795 803 msgstr "" 796 804 797 #: admin/page.modules.php:696 798 #: admin/modules/core/functions.inc.php:4754 805 #: admin/page.modules.php:696 admin/modules/core/functions.inc.php:4754 799 806 #: admin/modules/core/page.did.php:186 800 807 #: admin/modules/core/page.zapchandids.php:99 … … 815 822 msgstr "" 816 823 817 #: admin/page.modules.php:704 818 #: admin/page.modules.php:706 824 #: admin/page.modules.php:704 admin/page.modules.php:706 819 825 msgid "More info" 820 826 msgstr "" … … 886 892 msgstr "" 887 893 888 #: admin/views/freepbx_admin.php:87 889 #: admin/modules/core/page.ampusers.php:217 894 #: admin/views/freepbx_admin.php:87 admin/modules/core/page.ampusers.php:217 890 895 msgid "category" 891 896 msgstr "" 892 897 893 898 #: admin/views/freepbx_admin.php:178 894 msgid "WARNING: Javascript is disabled in your browser. The FreePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another browser that supports it." 899 msgid "" 900 "WARNING: Javascript is disabled in your browser. The FreePBX administration " 901 "interface requires Javascript to run properly. Please enable javascript or " 902 "switch to another browser that supports it." 895 903 msgstr "" 896 904 … … 900 908 msgstr "" 901 909 902 #: admin/views/freepbx_admin.php:193 903 #: admin/views/freepbx_admin.php:196 904 #: admin/views/freepbx.php:141 905 #: admin/views/freepbx.php:150 910 #: admin/views/freepbx_admin.php:193 admin/views/freepbx_admin.php:196 911 #: admin/views/freepbx.php:141 admin/views/freepbx.php:150 906 912 msgid "FreePBX" 907 913 msgstr "" … … 953 959 msgstr "" 954 960 955 #: admin/views/freepbx_reloadbar.php:4 956 #: admin/views/freepbx_reloadbar.php:5 961 #: admin/views/freepbx_reloadbar.php:4 admin/views/freepbx_reloadbar.php:5 957 962 #: admin/views/freepbx_reload.php:107 958 963 msgid "Apply Configuration Changes" … … 961 966 #: admin/views/freepbx_reloadbar.php:5 962 967 #, php-format 963 msgid "You have made changes to the configuration that have not yet been applied. When you are finished making all changes, click on %s to put them into effect." 968 msgid "" 969 "You have made changes to the configuration that have not yet been applied. " 970 "When you are finished making all changes, click on %s to put them into " 971 "effect." 964 972 msgstr "" 965 973 966 974 #: admin/views/freepbx_reload.php:71 967 msgid " error(s) occured, you should view the notification log on the dashboard or main screen to check for more details." 968 msgstr "" 969 970 #: admin/views/freepbx_reload.php:75 971 #: admin/views/freepbx_reload.php:89 975 msgid "" 976 " error(s) occured, you should view the notification log on the dashboard or " 977 "main screen to check for more details." 978 msgstr "" 979 980 #: admin/views/freepbx_reload.php:75 admin/views/freepbx_reload.php:89 972 981 msgid "Close" 973 982 msgstr "" … … 982 991 983 992 #: admin/views/freepbx_reload.php:108 984 msgid "Reloading will apply all configuration changes made in FreePBX to your PBX engine and make them active." 993 msgid "" 994 "Reloading will apply all configuration changes made in FreePBX to your PBX " 995 "engine and make them active." 985 996 msgstr "" 986 997 … … 1023 1034 1024 1035 #: admin/views/menuitem_disabled.php:4 1025 msgid "Restart Asterisk and then refresh the browser in order to try accessing this menu item again." 1036 msgid "" 1037 "Restart Asterisk and then refresh the browser in order to try accessing this " 1038 "menu item again." 1026 1039 msgstr "" 1027 1040 … … 1031 1044 1032 1045 #: admin/views/noaccess.php:5 1033 msgid "The section you requested does not exist or you do not have access to it." 1046 msgid "" 1047 "The section you requested does not exist or you do not have access to it." 1034 1048 msgstr "" 1035 1049 … … 1083 1097 1084 1098 #: admin/views/welcome.php:36 1085 msgid "If you're new to FreePBX, Welcome. Here are some quick instructions to get you started" 1099 msgid "" 1100 "If you're new to FreePBX, Welcome. Here are some quick instructions to get " 1101 "you started" 1086 1102 msgstr "" 1087 1103 … … 1089 1105 #, php-format 1090 1106 msgid "" 1091 "There are a large number of Plug-in modules available from the Online Repository. This is\n" 1107 "There are a large number of Plug-in modules available from the Online " 1108 "Repository. This is\n" 1092 1109 "available by clicking on the <a href='%s'>Tools menu</a> up the top, then\n" 1093 1110 "<a href='%s'>Module Admin</a>, then\n" 1094 1111 "<a href='%s'>Check for updates online</a>.\n" 1095 "Modules are updated and patched often, so if you are having a problem, it's worth checking there to see if there's\n" 1112 "Modules are updated and patched often, so if you are having a problem, it's " 1113 "worth checking there to see if there's\n" 1096 1114 "a new version of the module available." 1097 1115 msgstr "" … … 1100 1118 #, php-format 1101 1119 msgid "" 1102 "If you're having any problems, you can also use the <a href='%s'>Online Support</a> \n" 1103 "module (<b>you need to install this through the <a href='%s'>Module Repository</a> first</b>)\n" 1104 "to talk to other users and the devlopers in real time. Click on <a href='%s'>Start IRC</a>,\n" 1120 "If you're having any problems, you can also use the <a href='%s'>Online " 1121 "Support</a> \n" 1122 "module (<b>you need to install this through the <a href='%s'>Module " 1123 "Repository</a> first</b>)\n" 1124 "to talk to other users and the devlopers in real time. Click on <a href='%" 1125 "s'>Start IRC</a>,\n" 1105 1126 "when the module is installed, to start a Java IRC client." 1106 1127 msgstr "" … … 1109 1130 #, php-format 1110 1131 msgid "" 1111 "There is also a community based <a href='%s' target='_new'>FreePBX Web Forum</a> where you can post\n" 1132 "There is also a community based <a href='%s' target='_new'>FreePBX Web " 1133 "Forum</a> where you can post\n" 1112 1134 "questions and search for answers for any problems you may be having." 1113 1135 msgstr "" … … 1122 1144 1123 1145 #: admin/common/db_connect.php:78 1124 msgid "You are using the default SQL password that is widely known, you should set a secure password" 1146 msgid "" 1147 "You are using the default SQL password that is widely known, you should set " 1148 "a secure password" 1125 1149 msgstr "" 1126 1150 … … 1131 1155 #: admin/common/db_connect.php:89 1132 1156 #, php-format 1133 msgid "Your memory_limit, %sM, is set too low and has been increased to %sM. You may want to change this in you php.ini config file" 1157 msgid "" 1158 "Your memory_limit, %sM, is set too low and has been increased to %sM. You " 1159 "may want to change this in you php.ini config file" 1134 1160 msgstr "" 1135 1161 … … 1140 1166 #: admin/common/db_connect.php:91 1141 1167 #, php-format 1142 msgid "Your memory_limit, %sM, is set too low and may cause problems. FreePBX is not able to change this on your system. You should increase this to %sM in you php.ini config file" 1168 msgid "" 1169 "Your memory_limit, %sM, is set too low and may cause problems. FreePBX is " 1170 "not able to change this on your system. You should increase this to %sM in " 1171 "you php.ini config file" 1143 1172 msgstr "" 1144 1173 … … 1148 1177 1149 1178 #: admin/common/db_connect.php:100 1150 msgid "You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file which will cause errors in some modules. FreePBX expects this to be off and runs under that assumption" 1179 msgid "" 1180 "You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file " 1181 "which will cause errors in some modules. FreePBX expects this to be off and " 1182 "runs under that assumption" 1151 1183 msgstr "" 1152 1184 … … 1156 1188 1157 1189 #: admin/common/script.js.php:44 1158 msgid " Custom Goto contexts must contain the string \"custom-\". ie: custom-app,s,1"1159 msgstr ""1160 1161 #: admin/modules/core/core.i18n.php:5 1162 #: admin/modules/core/ install.php:41190 msgid "" 1191 "Custom Goto contexts must contain the string \"custom-\". ie: custom-app,s,1" 1192 msgstr "" 1193 1194 #: admin/modules/core/core.i18n.php:5 admin/modules/core/install.php:4 1163 1195 msgid "Core" 1164 1196 msgstr "" … … 1297 1329 #: admin/modules/core/functions.inc.php:4227 1298 1330 #, php-format 1299 msgid "Failed to open %s for writing, aborting attempt to write the country indications. The file may be readonly or the permissions may be incorrect." 1331 msgid "" 1332 "Failed to open %s for writing, aborting attempt to write the country " 1333 "indications. The file may be readonly or the permissions may be incorrect." 1300 1334 msgstr "" 1301 1335 … … 1325 1359 1326 1360 #: admin/modules/core/functions.inc.php:4270 1327 #: admin/modules/core/page.did.php:224 1328 #: admin/modules/core/page.general.php:196 1361 #: admin/modules/core/page.did.php:224 admin/modules/core/page.general.php:196 1329 1362 msgid "Default" 1330 1363 msgstr "" … … 1349 1382 1350 1383 #: admin/modules/core/functions.inc.php:4350 1351 #: admin/modules/core/page.did.php:159 1352 #: admin/modules/core/page.users.php:21 1384 #: admin/modules/core/page.did.php:159 admin/modules/core/page.users.php:21 1353 1385 msgid "User" 1354 1386 msgstr "" … … 1389 1421 1390 1422 #: admin/modules/core/functions.inc.php:4377 1391 msgid "You have entered a non-standard dialpattern for your DID. You can only enter standard dialpatterns. You must use the inbound routing form to enter non-standard patterns" 1423 msgid "" 1424 "You have entered a non-standard dialpattern for your DID. You can only enter " 1425 "standard dialpatterns. You must use the inbound routing form to enter non-" 1426 "standard patterns" 1392 1427 msgstr "" 1393 1428 1394 1429 #: admin/modules/core/functions.inc.php:4378 1395 msgid "Please enter a valid Caller ID Number or leave it blank for your Assigned DID/CID pair" 1430 msgid "" 1431 "Please enter a valid Caller ID Number or leave it blank for your Assigned " 1432 "DID/CID pair" 1396 1433 msgstr "" 1397 1434 … … 1445 1482 1446 1483 #: admin/modules/core/functions.inc.php:4399 1447 msgid "The caller id name for calls from this user will be set to this name. Only enter the name, NOT the number." 1484 msgid "" 1485 "The caller id name for calls from this user will be set to this name. Only " 1486 "enter the name, NOT the number." 1448 1487 msgstr "" 1449 1488 … … 1453 1492 1454 1493 #: admin/modules/core/functions.inc.php:4401 1455 msgid "The CID Number to use for internal calls, if different from the extension number. This is used to masquerade as a different user. A common example is a team of support people who would like their internal callerid to display the general support number (a ringgroup or queue). There will be no effect on external calls." 1494 msgid "" 1495 "The CID Number to use for internal calls, if different from the extension " 1496 "number. This is used to masquerade as a different user. A common example is " 1497 "a team of support people who would like their internal callerid to display " 1498 "the general support number (a ringgroup or queue). There will be no effect " 1499 "on external calls." 1456 1500 msgstr "" 1457 1501 … … 1461 1505 1462 1506 #: admin/modules/core/functions.inc.php:4402 1463 msgid "If you want to support direct sip dialing of users internally or through anonymous sip calls, you can supply a friendly name that can be used in addition to the users extension to call them." 1507 msgid "" 1508 "If you want to support direct sip dialing of users internally or through " 1509 "anonymous sip calls, you can supply a friendly name that can be used in " 1510 "addition to the users extension to call them." 1464 1511 msgstr "" 1465 1512 … … 1482 1529 1483 1530 #: admin/modules/core/functions.inc.php:4431 1484 msgid "Overrides the caller id when dialing out a trunk. Any setting here will override the common outbound caller id set in the Trunks admin.<br><br>Format: <b>\"caller name\" <#######></b><br><br>Leave this field blank to disable the outbound callerid feature for this user." 1531 msgid "" 1532 "Overrides the caller id when dialing out a trunk. Any setting here will " 1533 "override the common outbound caller id set in the Trunks admin." 1534 "<br><br>Format: <b>\"caller name\" <#######></b><br><br>Leave this " 1535 "field blank to disable the outbound callerid feature for this user." 1485 1536 msgstr "" 1486 1537 … … 1490 1541 1491 1542 #: admin/modules/core/functions.inc.php:4433 1492 msgid "Number of seconds to ring prior to going to voicemail. Default will use the value set in the General Tab. If no voicemail is configured this will be ignored." 1543 msgid "" 1544 "Number of seconds to ring prior to going to voicemail. Default will use the " 1545 "value set in the General Tab. If no voicemail is configured this will be " 1546 "ignored." 1493 1547 msgstr "" 1494 1548 … … 1506 1560 1507 1561 #: admin/modules/core/functions.inc.php:4442 1508 msgid "Call Screening requires external callers to say their name, which will be played back to the user and allow the user to accept or reject the call. Screening with memory only verifies a caller for their caller-id once. Screening without memory always requires a caller to say their name. Either mode will always announce the caller based on the last introduction saved with that callerid. If any user on the system uses the memory option, when that user is called, the caller will be required to re-introduce themselves and all users on the system will have that new introduction associated with the caller's CallerId." 1562 msgid "" 1563 "Call Screening requires external callers to say their name, which will be " 1564 "played back to the user and allow the user to accept or reject the call. " 1565 "Screening with memory only verifies a caller for their caller-id once. " 1566 "Screening without memory always requires a caller to say their name. Either " 1567 "mode will always announce the caller based on the last introduction saved " 1568 "with that callerid. If any user on the system uses the memory option, when " 1569 "that user is called, the caller will be required to re-introduce themselves " 1570 "and all users on the system will have that new introduction associated with " 1571 "the caller's CallerId." 1509 1572 msgstr "" 1510 1573 … … 1514 1577 1515 1578 #: admin/modules/core/functions.inc.php:4443 1516 msgid "Enabling Pinless Dialing will allow this extension to bypass any pin codes normally required on outbound calls" 1579 msgid "" 1580 "Enabling Pinless Dialing will allow this extension to bypass any pin codes " 1581 "normally required on outbound calls" 1517 1582 msgstr "" 1518 1583 … … 1534 1599 1535 1600 #: admin/modules/core/functions.inc.php:4447 1536 msgid "A direct DID that is associated with this extension. The DID should be in the same format as provided by the provider (e.g. full number, 4 digits for 10x4, etc).<br><br>Format should be: <b>XXXXXXXXXX</b><br><br>.An optional CID can also be associated with this DID by setting the next box" 1601 msgid "" 1602 "A direct DID that is associated with this extension. The DID should be in " 1603 "the same format as provided by the provider (e.g. full number, 4 digits for " 1604 "10x4, etc).<br><br>Format should be: <b>XXXXXXXXXX</b><br><br>.An optional " 1605 "CID can also be associated with this DID by setting the next box" 1537 1606 msgstr "" 1538 1607 … … 1542 1611 1543 1612 #: admin/modules/core/functions.inc.php:4448 1544 msgid "Add a CID for more specific DID + CID routing. A DID must be specified in the above Add DID box. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 1613 msgid "" 1614 "Add a CID for more specific DID + CID routing. A DID must be specified in " 1615 "the above Add DID box. In addition to standard dial sequences, you can also " 1616 "put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in " 1617 "order to catch these special cases if the Telco transmits them." 1545 1618 msgstr "" 1546 1619 … … 1586 1659 1587 1660 #: admin/modules/core/functions.inc.php:4510 1588 msgid "The following extension numbers are in conflict, you can click on the item(s) below to edit the conflicting entity." 1661 msgid "" 1662 "The following extension numbers are in conflict, you can click on the item" 1663 "(s) below to edit the conflicting entity." 1589 1664 msgstr "" 1590 1665 … … 1606 1681 1607 1682 #: admin/modules/core/functions.inc.php:4563 1608 msgid "You have not entered a Secret for this device, although this is possible it is generally bad practice to not assign a Secret to a device. Are you sure you want to leave the Secret empty?" 1683 msgid "" 1684 "You have not entered a Secret for this device, although this is possible it " 1685 "is generally bad practice to not assign a Secret to a device. Are you sure " 1686 "you want to leave the Secret empty?" 1609 1687 msgstr "" 1610 1688 … … 1709 1787 1710 1788 #: admin/modules/core/functions.inc.php:4752 1711 msgid "Give your device a unique integer ID. The device will use this ID to authenticate to the system." 1789 msgid "" 1790 "Give your device a unique integer ID. The device will use this ID to " 1791 "authenticate to the system." 1712 1792 msgstr "" 1713 1793 1714 1794 #: admin/modules/core/functions.inc.php:4754 1715 msgid "The caller id name for this device will be set to this description until it is logged into." 1795 msgid "" 1796 "The caller id name for this device will be set to this description until it " 1797 "is logged into." 1716 1798 msgstr "" 1717 1799 … … 1723 1805 #: admin/modules/core/functions.inc.php:4755 1724 1806 #: admin/modules/core/functions.inc.php:4760 1725 msgid "This caller id will always be set when dialing out an Outbound Route flagged as Emergency. The Emergency CID overrides all other caller id settings." 1807 msgid "" 1808 "This caller id will always be set when dialing out an Outbound Route flagged " 1809 "as Emergency. The Emergency CID overrides all other caller id settings." 1726 1810 msgstr "" 1727 1811 … … 1731 1815 1732 1816 #: admin/modules/core/functions.inc.php:4756 1733 msgid "Devices can be fixed or adhoc. Fixed devices are always associated to the same extension/user. Adhoc devices can be logged into and logged out of by users." 1817 msgid "" 1818 "Devices can be fixed or adhoc. Fixed devices are always associated to the " 1819 "same extension/user. Adhoc devices can be logged into and logged out of by " 1820 "users." 1734 1821 msgstr "" 1735 1822 … … 1739 1826 1740 1827 #: admin/modules/core/functions.inc.php:4757 1741 msgid "Fixed devices will always mapped to this user. Adhoc devices will be mapped to this user by default.<br><br>If selecting 'New User', a new User Extension of the same Device ID will be set as the Default User." 1828 msgid "" 1829 "Fixed devices will always mapped to this user. Adhoc devices will be mapped " 1830 "to this user by default.<br><br>If selecting 'New User', a new User " 1831 "Extension of the same Device ID will be set as the Default User." 1742 1832 msgstr "" 1743 1833 … … 1827 1917 #: admin/modules/core/install.php:159 1828 1918 #, php-format 1829 msgid "There were %s failures migrating directdids, users table not being changed" 1919 msgid "" 1920 "There were %s failures migrating directdids, users table not being changed" 1830 1921 msgstr "" 1831 1922 … … 1844 1935 1845 1936 #: admin/modules/core/install.php:174 1846 msgid "ERROR: could not access user table to migrate directdids to incoming table, aborting" 1937 msgid "" 1938 "ERROR: could not access user table to migrate directdids to incoming table, " 1939 "aborting" 1847 1940 msgstr "" 1848 1941 … … 1868 1961 msgstr "" 1869 1962 1870 #: admin/modules/core/install.php:221 1871 #: admin/modules/core/install.php:237 1963 #: admin/modules/core/install.php:221 admin/modules/core/install.php:237 1872 1964 msgid "fatal error" 1873 1965 msgstr "" 1874 1966 1875 #: admin/modules/core/install.php:224 1876 #: admin/modules/core/install.php:240 1967 #: admin/modules/core/install.php:224 admin/modules/core/install.php:240 1877 1968 msgid "added" 1878 1969 msgstr "" 1879 1970 1880 #: admin/modules/core/install.php:227 1881 #: admin/modules/core/install.php:243 1971 #: admin/modules/core/install.php:227 admin/modules/core/install.php:243 1882 1972 msgid "already exists" 1883 1973 msgstr "" … … 1913 2003 1914 2004 #: admin/modules/core/page.ampusers.php:165 1915 msgid "AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this module is not currently providing access control, and changing passwords here or adding users will have no effect unless AUTHTYPE is set to 'database'." 2005 msgid "" 2006 "AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this " 2007 "module is not currently providing access control, and changing passwords " 2008 "here or adding users will have no effect unless AUTHTYPE is set to " 2009 "'database'." 1916 2010 msgstr "" 1917 2011 … … 1929 2023 1930 2024 #: admin/modules/core/page.ampusers.php:191 1931 msgid "Department Name<span>Restrict this user's view of Digital Receptionist menus and System Recordings to only those for this department.</span>" 2025 msgid "" 2026 "Department Name<span>Restrict this user's view of Digital Receptionist menus " 2027 "and System Recordings to only those for this department.</span>" 1932 2028 msgstr "" 1933 2029 1934 2030 #: admin/modules/core/page.ampusers.php:198 1935 msgid "Extension Range<span>Restrict this user's view to only Extensions, Ring Groups, and Queues within this range.</span>" 2031 msgid "" 2032 "Extension Range<span>Restrict this user's view to only Extensions, Ring " 2033 "Groups, and Queues within this range.</span>" 1936 2034 msgstr "" 1937 2035 1938 2036 #: admin/modules/core/page.ampusers.php:207 1939 msgid "Admin Access<span>Select the Admin Sections this user should have access to.</span>" 2037 msgid "" 2038 "Admin Access<span>Select the Admin Sections this user should have access to." 2039 "</span>" 1940 2040 msgstr "" 1941 2041 … … 1961 2061 1962 2062 #: admin/modules/core/page.ampusers.php:268 1963 msgid "Username cannot start with a number, and can only contain letters and numbers" 2063 msgid "" 2064 "Username cannot start with a number, and can only contain letters and numbers" 1964 2065 msgstr "" 1965 2066 … … 1976 2077 msgstr "" 1977 2078 1978 #: admin/modules/core/page.did.php:85 1979 #: admin/modules/core/page.did.php:173 2079 #: admin/modules/core/page.did.php:85 admin/modules/core/page.did.php:173 1980 2080 #: admin/modules/core/page.did.php:184 1981 2081 msgid "Add Incoming Route" … … 2006 2106 msgstr "" 2007 2107 2008 #: admin/modules/core/page.did.php:146 2009 #: admin/modules/core/page.trunks.php:293 2108 #: admin/modules/core/page.did.php:146 admin/modules/core/page.trunks.php:293 2010 2109 msgid "Route" 2011 2110 msgstr "" 2012 2111 2013 #: admin/modules/core/page.did.php:149 2014 #: admin/modules/core/page.routing.php:275 2112 #: admin/modules/core/page.did.php:149 admin/modules/core/page.routing.php:275 2015 2113 #, php-format 2016 2114 msgid "Delete Route %s" … … 2040 2138 2041 2139 #: admin/modules/core/page.did.php:190 2042 msgid "Define the expected DID Number if your trunk passes DID on incoming calls. <br><br>Leave this blank to match calls with any or no DID info.<br><br>You can also use a pattern match (eg _2[345]X) to match a range of numbers" 2140 msgid "" 2141 "Define the expected DID Number if your trunk passes DID on incoming calls. " 2142 "<br><br>Leave this blank to match calls with any or no DID info.<br><br>You " 2143 "can also use a pattern match (eg _2[345]X) to match a range of numbers" 2043 2144 msgstr "" 2044 2145 … … 2048 2149 2049 2150 #: admin/modules/core/page.did.php:194 2050 msgid "Define the Caller ID Number to be matched on incoming calls.<br><br>Leave this field blank to match any or no CID info. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 2151 msgid "" 2152 "Define the Caller ID Number to be matched on incoming calls.<br><br>Leave " 2153 "this field blank to match any or no CID info. In addition to standard dial " 2154 "sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous " 2155 "and Unavailable in order to catch these special cases if the Telco transmits " 2156 "them." 2051 2157 msgstr "" 2052 2158 … … 2056 2162 2057 2163 #: admin/modules/core/page.did.php:199 2058 msgid "This effects CID ONLY routes where no DID is specified. If checked, calls with this CID will be routed to this route, even if there is a route to the DID that was called. Normal behavior is for the DID route to take the calls. If there is a specific DID/CID route for this CID, that route will still take the call when that DID is called." 2164 msgid "" 2165 "This effects CID ONLY routes where no DID is specified. If checked, calls " 2166 "with this CID will be routed to this route, even if there is a route to the " 2167 "DID that was called. Normal behavior is for the DID route to take the calls. " 2168 "If there is a specific DID/CID route for this CID, that route will still " 2169 "take the call when that DID is called." 2059 2170 msgstr "" 2060 2171 … … 2076 2187 2077 2188 #: admin/modules/core/page.did.php:209 2078 msgid "You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:\", a call from John Doe would display as \"Sales:John Doe\" on the extensions that ring." 2189 msgid "" 2190 "You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:" 2191 "\", a call from John Doe would display as \"Sales:John Doe\" on the " 2192 "extensions that ring." 2079 2193 msgstr "" 2080 2194 … … 2084 2198 2085 2199 #: admin/modules/core/page.did.php:214 2086 msgid "Set the MoH class that will be used for calls that come in on this route. For example, choose a type appropriate for routes coming in from a country which may have announcements in their language." 2200 msgid "" 2201 "Set the MoH class that will be used for calls that come in on this route. " 2202 "For example, choose a type appropriate for routes coming in from a country " 2203 "which may have announcements in their language." 2087 2204 msgstr "" 2088 2205 … … 2096 2213 2097 2214 #: admin/modules/core/page.did.php:234 2098 msgid "Some devices or providers require RINGING to be sent before ANSWER. You'll notice this happening if you can send calls directly to a phone, but if you send it to an IVR, it won't connect the call." 2215 msgid "" 2216 "Some devices or providers require RINGING to be sent before ANSWER. You'll " 2217 "notice this happening if you can send calls directly to a phone, but if you " 2218 "send it to an IVR, it won't connect the call." 2099 2219 msgstr "" 2100 2220 … … 2104 2224 2105 2225 #: admin/modules/core/page.did.php:238 2106 msgid "An optional delay to wait before processing this route. Setting this value will delay the channel from answering the call. This may be handy if external fax equipment or security systems are installed in parallel and you would like them to be able to seize the line." 2226 msgid "" 2227 "An optional delay to wait before processing this route. Setting this value " 2228 "will delay the channel from answering the call. This may be handy if " 2229 "external fax equipment or security systems are installed in parallel and you " 2230 "would like them to be able to seize the line." 2107 2231 msgstr "" 2108 2232 … … 2116 2240 2117 2241 #: admin/modules/core/page.did.php:245 2118 msgid "If no Caller ID is sent, Privacy Manager will asks the caller to enter their 10 digit phone number. The caller is given 3 attempts. The number of digits and attempts can be defined in privacy.conf. If a user has Call Screening enabled, the incoming caller will be asked to enter their CallerId here if enabled, and then to say their name once determined that the called user requires it." 2119 msgstr "" 2120 2121 #: admin/modules/core/page.did.php:248 2122 #: admin/modules/core/page.general.php:438 2242 msgid "" 2243 "If no Caller ID is sent, Privacy Manager will asks the caller to enter their " 2244 "10 digit phone number. The caller is given 3 attempts. The number of digits " 2245 "and attempts can be defined in privacy.conf. If a user has Call Screening " 2246 "enabled, the incoming caller will be asked to enter their CallerId here if " 2247 "enabled, and then to say their name once determined that the called user " 2248 "requires it." 2249 msgstr "" 2250 2251 #: admin/modules/core/page.did.php:248 admin/modules/core/page.general.php:438 2123 2252 msgid "No" 2124 2253 msgstr "" 2125 2254 2126 #: admin/modules/core/page.did.php:249 2127 #: admin/modules/core/page.general.php:437 2255 #: admin/modules/core/page.did.php:249 admin/modules/core/page.general.php:437 2128 2256 msgid "Yes" 2129 2257 msgstr "" … … 2138 2266 2139 2267 #: admin/modules/core/page.did.php:258 2140 msgid "Select 'system' to have the system receive and email faxes.<br><br>The FreePBX default is defined in General Settings." 2268 msgid "" 2269 "Select 'system' to have the system receive and email faxes.<br><br>The " 2270 "FreePBX default is defined in General Settings." 2141 2271 msgstr "" 2142 2272 … … 2145 2275 msgstr "" 2146 2276 2147 #: admin/modules/core/page.did.php:263 2148 #: admin/modules/core/page.general.php:368 2277 #: admin/modules/core/page.did.php:263 admin/modules/core/page.general.php:368 2149 2278 msgid "disabled" 2150 2279 msgstr "" 2151 2280 2152 #: admin/modules/core/page.did.php:264 2153 #: admin/modules/core/page.general.php:369 2281 #: admin/modules/core/page.did.php:264 admin/modules/core/page.general.php:369 2154 2282 msgid "system" 2155 2283 msgstr "" … … 2160 2288 2161 2289 #: admin/modules/core/page.did.php:279 2162 msgid "Email address is used if 'system' has been chosen for the fax extension above.<br><br>Leave this blank to use the FreePBX default in General Settings." 2290 msgid "" 2291 "Email address is used if 'system' has been chosen for the fax extension " 2292 "above.<br><br>Leave this blank to use the FreePBX default in General " 2293 "Settings." 2163 2294 msgstr "" 2164 2295 … … 2168 2299 2169 2300 #: admin/modules/core/page.did.php:286 2170 msgid "Selecting Zaptel or NVFax will immediately answer the call and play ringing tones to the caller for the number of seconds in Pause below. Use NVFax on SIP or IAX trunks." 2301 msgid "" 2302 "Selecting Zaptel or NVFax will immediately answer the call and play ringing " 2303 "tones to the caller for the number of seconds in Pause below. Use NVFax on " 2304 "SIP or IAX trunks." 2171 2305 msgstr "" 2172 2306 … … 2188 2322 2189 2323 #: admin/modules/core/page.did.php:296 2190 msgid "The number of seconds we should wait after performing an Immediate Answer. The primary purpose of this is to pause and listen for a fax tone before allowing the call to proceed." 2324 msgid "" 2325 "The number of seconds we should wait after performing an Immediate Answer. " 2326 "The primary purpose of this is to pause and listen for a fax tone before " 2327 "allowing the call to proceed." 2191 2328 msgstr "" 2192 2329 … … 2221 2358 #: admin/modules/core/page.did.php:331 2222 2359 msgid "" 2223 "Leaving the DID Number AND the Caller ID Number empty will match all incoming calls received not routed using any other defined Incoming Route.\\n"2224 " \\n"2225 " Are you sure?"2360 "Leaving the DID Number AND the Caller ID Number empty will match all " 2361 "incoming calls received not routed using any other defined Incoming Route.\\n" 2362 "\\nAre you sure?" 2226 2363 msgstr "" 2227 2364 2228 2365 #: admin/modules/core/page.did.php:332 2229 2366 msgid "" 2230 "DID information is normally just an incoming telephone number or for advanced users, a valid Asterisk Dial Pattern\\n" 2231 "\\n" 2232 "You have entered a non standard DID pattern.\\n" 2233 "\\n" 2234 "Are you sure this is correct?" 2367 "DID information is normally just an incoming telephone number or for " 2368 "advanced users, a valid Asterisk Dial Pattern\\n\\nYou have entered a non " 2369 "standard DID pattern.\\n\\nAre you sure this is correct?" 2235 2370 msgstr "" 2236 2371 … … 2267 2402 #: admin/modules/core/page.general.php:113 2268 2403 #: admin/modules/core/page.general.php:123 2269 msgid "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 2404 msgid "" 2405 "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 2270 2406 msgstr "" 2271 2407 2272 2408 #: admin/modules/core/page.general.php:114 2273 2409 #: admin/modules/core/page.general.php:124 2274 msgid "W: Allow the calling user to start recording after pressing *1 (Asterisk v1.2)" 2410 msgid "" 2411 "W: Allow the calling user to start recording after pressing *1 (Asterisk " 2412 "v1.2)" 2275 2413 msgstr "" 2276 2414 … … 2292 2430 2293 2431 #: admin/modules/core/page.general.php:136 2294 msgid "This will override the recording settings of all extensions/users. If enabled, the system will ignore all Record Always settings of a user and will not turn on recording. This does not effect On Demand recording controlled by the dial options 'w' and 'W' above. It does not effect other recording settings in modules such as Queues and Conferences. If you don't use recordings, setting this is beneficial to system performance as it removes the check that is otherwise done on every single call." 2432 msgid "" 2433 "This will override the recording settings of all extensions/users. If " 2434 "enabled, the system will ignore all Record Always settings of a user and " 2435 "will not turn on recording. This does not effect On Demand recording " 2436 "controlled by the dial options 'w' and 'W' above. It does not effect other " 2437 "recording settings in modules such as Queues and Conferences. If you don't " 2438 "use recordings, setting this is beneficial to system performance as it " 2439 "removes the check that is otherwise done on every single call." 2295 2440 msgstr "" 2296 2441 … … 2336 2481 2337 2482 #: admin/modules/core/page.general.php:160 2338 msgid "Override the default location where asterisk will store call recordings. Include the trailing /. Be sure to set proper permissions on the directory for the asterisk user." 2483 msgid "" 2484 "Override the default location where asterisk will store call recordings. " 2485 "Include the trailing /. Be sure to set proper permissions on the directory " 2486 "for the asterisk user." 2339 2487 msgstr "" 2340 2488 … … 2344 2492 2345 2493 #: admin/modules/core/page.general.php:167 2346 msgid "An optional script to be run after the call is hungup. You can include channel and MixMon variables like ${CALLFILENAME}, ${MIXMON_FORMAT} and ${MIXMON_DIR}. To ensure that you variables are properly escaped, use the following notation: ^{MY_VAR}" 2494 msgid "" 2495 "An optional script to be run after the call is hungup. You can include " 2496 "channel and MixMon variables like ${CALLFILENAME}, ${MIXMON_FORMAT} and " 2497 "${MIXMON_DIR}. To ensure that you variables are properly escaped, use the " 2498 "following notation: ^{MY_VAR}" 2347 2499 msgstr "" 2348 2500 … … 2356 2508 2357 2509 #: admin/modules/core/page.general.php:178 2358 msgid "Default number of seconds to ring phones before sending callers to voicemail. This can be set per extension/user and will have no effect on phones with no voicemail." 2510 msgid "" 2511 "Default number of seconds to ring phones before sending callers to " 2512 "voicemail. This can be set per extension/user and will have no effect on " 2513 "phones with no voicemail." 2359 2514 msgstr "" 2360 2515 … … 2364 2519 2365 2520 #: admin/modules/core/page.general.php:185 2366 msgid "Prefix used to dial directly to someone's voicemail. Caution should be taken in choosing this prefix to avoid conflicts with featurecodes." 2521 msgid "" 2522 "Prefix used to dial directly to someone's voicemail. Caution should be taken " 2523 "in choosing this prefix to avoid conflicts with featurecodes." 2367 2524 msgstr "" 2368 2525 … … 2372 2529 2373 2530 #: admin/modules/core/page.general.php:192 2374 msgid "Default message type to use when dialing direct to an extensions voicemail" 2531 msgid "" 2532 "Default message type to use when dialing direct to an extensions voicemail" 2375 2533 msgstr "" 2376 2534 … … 2400 2558 2401 2559 #: admin/modules/core/page.general.php:210 2402 msgid "Check this to remove the default message \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" That is played after the voicemail greeting (the s option). This applies globally to all vm boxes." 2560 msgid "" 2561 "Check this to remove the default message \"Please leave your message after " 2562 "the tone. When done, hang-up, or press the pound key.\" That is played after " 2563 "the voicemail greeting (the s option). This applies globally to all vm boxes." 2403 2564 msgstr "" 2404 2565 … … 2420 2581 2421 2582 #: admin/modules/core/page.general.php:229 2422 msgid "This is the default location that a caller will be sent if they don't press any key (timeout) or press # which is interpreted as a timeout. Set this to 'dovm' to go to voicemail (default)." 2583 msgid "" 2584 "This is the default location that a caller will be sent if they don't press " 2585 "any key (timeout) or press # which is interpreted as a timeout. Set this to " 2586 "'dovm' to go to voicemail (default)." 2423 2587 msgstr "" 2424 2588 … … 2428 2592 2429 2593 #: admin/modules/core/page.general.php:238 2430 msgid "This is the default location that a caller will be sent if they press an invalid options too man times, as defined by the Maximum Loops count. Set this to 'dovm' to go to voicemail (default)." 2594 msgid "" 2595 "This is the default location that a caller will be sent if they press an " 2596 "invalid options too man times, as defined by the Maximum Loops count. Set " 2597 "this to 'dovm' to go to voicemail (default)." 2431 2598 msgstr "" 2432 2599 … … 2437 2604 #: admin/modules/core/page.general.php:247 2438 2605 #: admin/modules/core/page.general.php:259 2439 msgid "If this destination is voicemail, select whether or not to play the standard voicemail instructions or just beep." 2606 msgid "" 2607 "If this destination is voicemail, select whether or not to play the standard " 2608 "voicemail instructions or just beep." 2440 2609 msgstr "" 2441 2610 … … 2461 2630 2462 2631 #: admin/modules/core/page.general.php:271 2463 msgid "If a user defined option is to go to voicemail (using the 'dovm' extension) this is the default option if not specified by the user's settings." 2632 msgid "" 2633 "If a user defined option is to go to voicemail (using the 'dovm' extension) " 2634 "this is the default option if not specified by the user's settings." 2464 2635 msgstr "" 2465 2636 … … 2469 2640 2470 2641 #: admin/modules/core/page.general.php:283 2471 msgid "Time to wait after message has played to timeout and/or repeat the message if no entry pressed." 2642 msgid "" 2643 "Time to wait after message has played to timeout and/or repeat the message " 2644 "if no entry pressed." 2472 2645 msgstr "" 2473 2646 … … 2481 2654 2482 2655 #: admin/modules/core/page.general.php:301 2483 msgid "Number of times to play the recorded message if the caller does not press any options and it times out." 2656 msgid "" 2657 "Number of times to play the recorded message if the caller does not press " 2658 "any options and it times out." 2484 2659 msgstr "" 2485 2660 … … 2494 2669 2495 2670 #: admin/modules/core/page.general.php:319 2496 msgid "Number of times to play invalid options and repeat the message upon receiving an undefined option." 2671 msgid "" 2672 "Number of times to play invalid options and repeat the message upon " 2673 "receiving an undefined option." 2497 2674 msgstr "" 2498 2675 … … 2506 2683 2507 2684 #: admin/modules/core/page.general.php:339 2508 msgid "The Company Directory allows a caller to spell the user's first name, last name, or both when searching for a user. This will select which of these modes are used." 2685 msgid "" 2686 "The Company Directory allows a caller to spell the user's first name, last " 2687 "name, or both when searching for a user. This will select which of these " 2688 "modes are used." 2509 2689 msgstr "" 2510 2690 … … 2526 2706 2527 2707 #: admin/modules/core/page.general.php:348 2528 msgid "Plays a message \"Please hold while I transfer you to extension xxx\" that lets the caller know what extension to use in the future when connecting from the company directory." 2708 msgid "" 2709 "Plays a message \"Please hold while I transfer you to extension xxx\" that " 2710 "lets the caller know what extension to use in the future when connecting " 2711 "from the company directory." 2529 2712 msgstr "" 2530 2713 … … 2534 2717 2535 2718 #: admin/modules/core/page.general.php:354 2536 msgid "When users hit '0' in the directory, they are put through to this number. Note that it" 2719 msgid "" 2720 "When users hit '0' in the directory, they are put through to this number. " 2721 "Note that it" 2537 2722 msgstr "" 2538 2723 2539 2724 #: admin/modules/core/page.general.php:355 2540 msgid " does NOT need to be an extension, it can be a Ring Group, or even an external number." 2725 msgid "" 2726 " does NOT need to be an extension, it can be a Ring Group, or even an " 2727 "external number." 2541 2728 msgstr "" 2542 2729 … … 2550 2737 2551 2738 #: admin/modules/core/page.general.php:364 2552 msgid "Select 'system' to have the system receive and email faxes.<br>Selecting 'disabled' will result in incoming calls being answered more quickly." 2739 msgid "" 2740 "Select 'system' to have the system receive and email faxes.<br>Selecting " 2741 "'disabled' will result in incoming calls being answered more quickly." 2553 2742 msgstr "" 2554 2743 … … 2558 2747 2559 2748 #: admin/modules/core/page.general.php:382 2560 msgid "Email address used if 'system' has been chosen for the fax extension above." 2749 msgid "" 2750 "Email address used if 'system' has been chosen for the fax extension above." 2561 2751 msgstr "" 2562 2752 … … 2566 2756 2567 2757 #: admin/modules/core/page.general.php:387 2568 msgid "Email address that faxes appear to come from if 'system' has been chosen for the fax extension above." 2758 msgid "" 2759 "Email address that faxes appear to come from if 'system' has been chosen for " 2760 "the fax extension above." 2569 2761 msgstr "" 2570 2762 … … 2586 2778 2587 2779 #: admin/modules/core/page.general.php:404 2588 msgid "Select Yes if you use 24-hour format or No if you are using 12-hour am/pm format" 2780 msgid "" 2781 "Select Yes if you use 24-hour format or No if you are using 12-hour am/pm " 2782 "format" 2589 2783 msgstr "" 2590 2784 … … 2612 2806 2613 2807 #: admin/modules/core/page.general.php:417 2614 msgid "Setting this to 'yes' will potentially allow ANYBODY to call into your Asterisk server using the SIP protocol" 2808 msgid "" 2809 "Setting this to 'yes' will potentially allow ANYBODY to call into your " 2810 "Asterisk server using the SIP protocol" 2615 2811 msgstr "" 2616 2812 2617 2813 #: admin/modules/core/page.general.php:418 2618 msgid "It should only be used if you fully understand the impact of allowing anonymous calls into your server" 2814 msgid "" 2815 "It should only be used if you fully understand the impact of allowing " 2816 "anonymous calls into your server" 2619 2817 msgstr "" 2620 2818 … … 2628 2826 2629 2827 #: admin/modules/core/page.general.php:433 2630 msgid "Choosing Yes will result in the system automatically checking for updates nighly. The resulting infomation will be displayed in the dashboard and will be optionally emailed to the address below if provided.<br />This will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and to track version usage to focus development and maintenance efforts. No private information is transmitted." 2828 msgid "" 2829 "Choosing Yes will result in the system automatically checking for updates " 2830 "nighly. The resulting infomation will be displayed in the dashboard and will " 2831 "be optionally emailed to the address below if provided.<br />This will " 2832 "transmit your FreePBX and Asterisk version numbers along with a unique but " 2833 "random identifier. This is used to provide proper update information and to " 2834 "track version usage to focus development and maintenance efforts. No private " 2835 "information is transmitted." 2631 2836 msgstr "" 2632 2837 … … 2636 2841 2637 2842 #: admin/modules/core/page.general.php:445 2638 msgid "Email address where online updates will be sent. Leaving blank will result in no updates being sent." 2843 msgid "" 2844 "Email address where online updates will be sent. Leaving blank will result " 2845 "in no updates being sent." 2639 2846 msgstr "" 2640 2847 … … 2648 2855 2649 2856 #: admin/modules/core/page.general.php:477 2650 msgid "You have selected the 'r' option for your trunks. This is highly discouraged and will create problems with calls on many PRI, VoIP, ISDN and other trunks that are capable of signaling. Asterisk will generate a ringing tone until the signalling indicates the line is answered. This will result in some external IVRs being inaccessible and other strange problems." 2857 msgid "" 2858 "You have selected the 'r' option for your trunks. This is highly discouraged " 2859 "and will create problems with calls on many PRI, VoIP, ISDN and other trunks " 2860 "that are capable of signaling. Asterisk will generate a ringing tone until " 2861 "the signalling indicates the line is answered. This will result in some " 2862 "external IVRs being inaccessible and other strange problems." 2651 2863 msgstr "" 2652 2864 … … 2689 2901 2690 2902 #: admin/modules/core/page.routing.php:290 2691 msgid "Name of this route. Should be used to describe what type of calls this route matches (for example, 'local' or 'longdistance')." 2903 msgid "" 2904 "Name of this route. Should be used to describe what type of calls this route " 2905 "matches (for example, 'local' or 'longdistance')." 2692 2906 msgstr "" 2693 2907 … … 2713 2927 2714 2928 #: admin/modules/core/page.routing.php:318 2715 msgid "Optional: A route can prompt users for a password before allowing calls to progress. This is useful for restricting calls to international destinations or 1-900 numbers.<br><br>A numerical password, or the path to an Authenticate password file can be used.<br><br>Leave this field blank to not prompt for password.</span>" 2929 msgid "" 2930 "Optional: A route can prompt users for a password before allowing calls to " 2931 "progress. This is useful for restricting calls to international " 2932 "destinations or 1-900 numbers.<br><br>A numerical password, or the path to " 2933 "an Authenticate password file can be used.<br><br>Leave this field blank to " 2934 "not prompt for password.</span>" 2716 2935 msgstr "" 2717 2936 … … 2721 2940 2722 2941 #: admin/modules/core/page.routing.php:327 2723 msgid "Optional: Selecting this option will enforce the use of a device's Emergency CID setting (if set). Select this option if this set of routes is used for emergency dialing (ie: 911).</span>" 2942 msgid "" 2943 "Optional: Selecting this option will enforce the use of a device's Emergency " 2944 "CID setting (if set). Select this option if this set of routes is used for " 2945 "emergency dialing (ie: 911).</span>" 2724 2946 msgstr "" 2725 2947 … … 2729 2951 2730 2952 #: admin/modules/core/page.routing.php:331 2731 msgid "Optional: Selecting this option will treat this route as a intra-company connection, preserving the internal Caller ID information and not use the outbound CID of either the extension or trunk.</span>" 2953 msgid "" 2954 "Optional: Selecting this option will treat this route as a intra-company " 2955 "connection, preserving the internal Caller ID information and not use the " 2956 "outbound CID of either the extension or trunk.</span>" 2732 2957 msgstr "" 2733 2958 … … 2737 2962 2738 2963 #: admin/modules/core/page.routing.php:336 2739 msgid "You can choose which music category to use. For example, choose a type appropriate for a destination country which may have announcements in the appropriate language." 2964 msgid "" 2965 "You can choose which music category to use. For example, choose a type " 2966 "appropriate for a destination country which may have announcements in the " 2967 "appropriate language." 2740 2968 msgstr "" 2741 2969 … … 2745 2973 2746 2974 #: admin/modules/core/page.routing.php:354 2747 msgid "A Dial Pattern is a unique set of digits that will select this trunk. Enter one dial pattern per line." 2975 msgid "" 2976 "A Dial Pattern is a unique set of digits that will select this trunk. Enter " 2977 "one dial pattern per line." 2748 2978 msgstr "" 2749 2979 … … 2770 3000 #: admin/modules/core/page.routing.php:358 2771 3001 #: admin/modules/core/page.trunks.php:414 2772 msgid "matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 3002 msgid "" 3003 "matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 2773 3004 msgstr "" 2774 3005 … … 2778 3009 2779 3010 #: admin/modules/core/page.routing.php:360 2780 msgid "separates a dialing prefix from the number (for example, 9|NXXXXXX would match when some dialed \"95551234\" but would only pass \"5551234\" to the trunks)" 3011 msgid "" 3012 "separates a dialing prefix from the number (for example, 9|NXXXXXX would " 3013 "match when some dialed \"95551234\" but would only pass \"5551234\" to the " 3014 "trunks)" 2781 3015 msgstr "" 2782 3016 … … 2791 3025 2792 3026 #: admin/modules/core/page.routing.php:403 2793 msgid "These options provide a quick way to add outbound dialing rules. Follow the prompts for each." 3027 msgid "" 3028 "These options provide a quick way to add outbound dialing rules. Follow the " 3029 "prompts for each." 2794 3030 msgstr "" 2795 3031 … … 2800 3036 2801 3037 #: admin/modules/core/page.routing.php:404 2802 msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7, 10 or 11 digits (5551234, 6135551234, 16135551234) to access this route." 3038 msgid "" 3039 "This looks up your local number on www.localcallingguide.com (NA-only), and " 3040 "sets up so you can dial either 7, 10 or 11 digits (5551234, 6135551234, " 3041 "16135551234) to access this route." 2803 3042 msgstr "" 2804 3043 … … 2806 3045 #: admin/modules/core/page.trunks.php:479 2807 3046 msgid "" 2808 "What is your areacode + prefix (NPA-NXX)?\\n" 2809 "\\n" 2810 "(Note: this database contains North American numbers only, and is not guaranteed to be 100% accurate. You will still have the option of modifying results.)\\n" 2811 "\\n" 2812 "This may take a few seconds." 3047 "What is your areacode + prefix (NPA-NXX)?\\n\\n(Note: this database contains " 3048 "North American numbers only, and is not guaranteed to be 100% accurate. You " 3049 "will still have the option of modifying results.)\\n\\nThis may take a few " 3050 "seconds." 2813 3051 msgstr "" 2814 3052 … … 2821 3059 #: admin/modules/core/page.trunks.php:493 2822 3060 msgid "" 2823 "Error: Cannot continue!\\n "2824 " \\n"2825 " Prefix lookup requires cURL support in PHP on the server. Please install or enable cURL support in your PHP installationto use this function. See http://www.php.net/curl for more information."3061 "Error: Cannot continue!\\n\\nPrefix lookup requires cURL support in PHP on " 3062 "the server. Please install or enable cURL support in your PHP installation " 3063 "to use this function. See http://www.php.net/curl for more information." 2826 3064 msgstr "" 2827 3065 … … 2864 3102 2865 3103 #: admin/modules/core/page.routing.php:496 2866 msgid "The Trunk Sequence controls the order of trunks that will be used when the above Dial Patterns are matched. <br><br>For Dial Patterns that match long distance numbers, for example, you'd want to pick the cheapest routes for long distance (ie, VoIP trunks first) followed by more expensive routes (POTS lines)." 3104 msgid "" 3105 "The Trunk Sequence controls the order of trunks that will be used when the " 3106 "above Dial Patterns are matched. <br><br>For Dial Patterns that match long " 3107 "distance numbers, for example, you'd want to pick the cheapest routes for " 3108 "long distance (ie, VoIP trunks first) followed by more expensive routes " 3109 "(POTS lines)." 2867 3110 msgstr "" 2868 3111 … … 2963 3206 2964 3207 #: admin/modules/core/page.trunks.php:298 2965 msgid "This trunk will not be able to be used for outbound calls until a route is setup that uses it. Click on <b>Outbound Routes</b> to setup routing." 3208 msgid "" 3209 "This trunk will not be able to be used for outbound calls until a route is " 3210 "setup that uses it. Click on <b>Outbound Routes</b> to setup routing." 3211 msgstr "" 3212 3213 #: admin/modules/core/page.trunks.php:325 3214 #, php-format 3215 msgid "Add %s Trunk" 2966 3216 msgstr "" 2967 3217 2968 3218 #: admin/modules/core/page.trunks.php:329 2969 msgid "FreePBX offers limited support for DUNDi trunks and additional manual configuration is required. The trunk name should correspond to the [mappings] section of the remote dundi.conf systems. For example, you may have a mapping on the remote system, and corresponding configurations in dundi.conf locally, that looks as follows:<br /><br />[mappings]<br />priv => dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /><br />In this example, you would create this trunk and name it priv. You would then create the corresponding IAX2 trunk with proper settings to work with DUNDi. This can be done by making an IAX2 trunk in FreePBX or by using the iax_custom.conf file.<br />The dundi-extens context in this example must be created in extensions_custom.conf. This can simply include contexts such as ext-local, ext-intercom-users, ext-paging and so forth to provide access to the corresponding extensions and features provided by these various contexts and generated by FreePBX." 3219 msgid "" 3220 "FreePBX offers limited support for DUNDi trunks and additional manual " 3221 "configuration is required. The trunk name should correspond to the " 3222 "[mappings] section of the remote dundi.conf systems. For example, you may " 3223 "have a mapping on the remote system, and corresponding configurations in " 3224 "dundi.conf locally, that looks as follows:<br /><br />[mappings]<br />priv " 3225 "=> dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /" 3226 "><br />In this example, you would create this trunk and name it priv. You " 3227 "would then create the corresponding IAX2 trunk with proper settings to work " 3228 "with DUNDi. This can be done by making an IAX2 trunk in FreePBX or by using " 3229 "the iax_custom.conf file.<br />The dundi-extens context in this example must " 3230 "be created in extensions_custom.conf. This can simply include contexts such " 3231 "as ext-local, ext-intercom-users, ext-paging and so forth to provide access " 3232 "to the corresponding extensions and features provided by these various " 3233 "contexts and generated by FreePBX." 2970 3234 msgstr "" 2971 3235 … … 2975 3239 2976 3240 #: admin/modules/core/page.trunks.php:356 2977 msgid "Caller ID for calls placed out on this trunk<br><br>Format: <b>\"caller name\" <#######></b>. You can also use the magic string 'hidden' to hide the CallerID sent out over Digital lines ONLY (E1/T1/J1/BRI/SIP/IAX)" 3241 msgid "" 3242 "Caller ID for calls placed out on this trunk<br><br>Format: <b>\"caller name" 3243 "\" <#######></b>. You can also use the magic string 'hidden' to hide " 3244 "the CallerID sent out over Digital lines ONLY (E1/T1/J1/BRI/SIP/IAX)" 2978 3245 msgstr "" 2979 3246 … … 2983 3250 2984 3251 #: admin/modules/core/page.trunks.php:363 2985 msgid "Some VoIP providers will drop the call if you try to send an invalid CallerID (one you don't 'own.' Use this to never send a CallerID that you haven't explicitly specified in this trunk or in the outbound callerid field of an extension/user. You might notice this problem if you discover that Follow-Me or RingGroups with external numbers don't work properly. Checking this box has the effect of disabling 'foreign' callerids from going out this trunk. You must define an Outbound Caller ID on the this trunk when checking this." 3252 msgid "" 3253 "Some VoIP providers will drop the call if you try to send an invalid " 3254 "CallerID (one you don't 'own.' Use this to never send a CallerID that you " 3255 "haven't explicitly specified in this trunk or in the outbound callerid field " 3256 "of an extension/user. You might notice this problem if you discover that " 3257 "Follow-Me or RingGroups with external numbers don't work properly. Checking " 3258 "this box has the effect of disabling 'foreign' callerids from going out this " 3259 "trunk. You must define an Outbound Caller ID on the this trunk when checking " 3260 "this." 2986 3261 msgstr "" 2987 3262 … … 2993 3268 #: admin/modules/core/page.trunks.php:373 2994 3269 #, php-format 2995 msgid "Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. To count inbound calls against this maximum, use the auto-generated context: %s as the inbound trunk's context. (see extensions_additional.conf) Leave blank to specify no maximum." 3270 msgid "" 3271 "Controls the maximum number of outbound channels (simultaneous calls) that " 3272 "can be used on this trunk. To count inbound calls against this maximum, use " 3273 "the auto-generated context: %s as the inbound trunk's context. (see " 3274 "extensions_additional.conf) Leave blank to specify no maximum." 2996 3275 msgstr "" 2997 3276 2998 3277 #: admin/modules/core/page.trunks.php:377 2999 msgid "Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. Inbound calls are not counted against the maximum. Leave blank to specify no maximum." 3278 msgid "" 3279 "Controls the maximum number of outbound channels (simultaneous calls) that " 3280 "can be used on this trunk. Inbound calls are not counted against the " 3281 "maximum. Leave blank to specify no maximum." 3000 3282 msgstr "" 3001 3283 … … 3013 3295 3014 3296 #: admin/modules/core/page.trunks.php:395 3015 msgid "If checked, supply the name of a custom AGI Script that will be called to report, log, email or otherwise take some action on trunk failures that are not caused by either NOANSWER or CANCEL." 3297 msgid "" 3298 "If checked, supply the name of a custom AGI Script that will be called to " 3299 "report, log, email or otherwise take some action on trunk failures that are " 3300 "not caused by either NOANSWER or CANCEL." 3016 3301 msgstr "" 3017 3302 … … 3025 3310 3026 3311 #: admin/modules/core/page.trunks.php:410 3027 msgid "A Dial Rule controls how calls will be dialed on this trunk. It can be used to add or remove prefixes. Numbers that don't match any patterns defined here will be dialed as-is. Note that a pattern without a + or | (to add or remove a prefix) will not make any changes but will create a match. Only the first matched rule will be executed and the remaining rules will not be acted on." 3312 msgid "" 3313 "A Dial Rule controls how calls will be dialed on this trunk. It can be used " 3314 "to add or remove prefixes. Numbers that don't match any patterns defined " 3315 "here will be dialed as-is. Note that a pattern without a + or | (to add or " 3316 "remove a prefix) will not make any changes but will create a match. Only the " 3317 "first matched rule will be executed and the remaining rules will not be " 3318 "acted on." 3028 3319 msgstr "" 3029 3320 … … 3033 3324 3034 3325 #: admin/modules/core/page.trunks.php:416 3035 msgid "removes a dialing prefix from the number (for example, 613|NXXXXXX would match when some dialed \"6135551234\" but would only pass \"5551234\" to the trunk)" 3326 msgid "" 3327 "removes a dialing prefix from the number (for example, 613|NXXXXXX would " 3328 "match when some dialed \"6135551234\" but would only pass \"5551234\" to the " 3329 "trunk)" 3036 3330 msgstr "" 3037 3331 3038 3332 #: admin/modules/core/page.trunks.php:417 3039 msgid "adds a dialing prefix from the number (for example, 1613+NXXXXXX would match when some dialed \"5551234\" and would pass \"16135551234\" to the trunk)" 3333 msgid "" 3334 "adds a dialing prefix from the number (for example, 1613+NXXXXXX would match " 3335 "when some dialed \"5551234\" and would pass \"16135551234\" to the trunk)" 3040 3336 msgstr "" 3041 3337 3042 3338 #: admin/modules/core/page.trunks.php:418 3043 msgid "You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match \"016065551234\" and dial it as \"0116065551234\" Note that the order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." 3339 msgid "" 3340 "You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match " 3341 "\"016065551234\" and dial it as \"0116065551234\" Note that the order does " 3342 "not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." 3044 3343 msgstr "" 3045 3344 … … 3054 3353 3055 3354 #: admin/modules/core/page.trunks.php:435 3056 msgid "is useful for VoIP trunks, where if a number is dialed as \"5551234\", it can be converted to \"16135551234\"." 3355 msgid "" 3356 "is useful for VoIP trunks, where if a number is dialed as \"5551234\", it " 3357 "can be converted to \"16135551234\"." 3057 3358 msgstr "" 3058 3359 … … 3063 3364 3064 3365 #: admin/modules/core/page.trunks.php:436 3065 msgid "is useful for ZAP trunks, where if a local number is dialed as \"6135551234\", it can be converted to \"555-1234\"." 3366 msgid "" 3367 "is useful for ZAP trunks, where if a local number is dialed as \"6135551234" 3368 "\", it can be converted to \"555-1234\"." 3066 3369 msgstr "" 3067 3370 … … 3071 3374 3072 3375 #: admin/modules/core/page.trunks.php:437 3073 msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7 or 10 digits (regardless of what your PSTN is) on a local trunk (where you have to dial 1+area code for long distance, but only 5551234 (7-digit dialing) or 6135551234 (10-digit dialing) for local calls" 3376 msgid "" 3377 "This looks up your local number on www.localcallingguide.com (NA-only), and " 3378 "sets up so you can dial either 7 or 10 digits (regardless of what your PSTN " 3379 "is) on a local trunk (where you have to dial 1+area code for long distance, " 3380 "but only 5551234 (7-digit dialing) or 6135551234 (10-digit dialing) for " 3381 "local calls" 3074 3382 msgstr "" 3075 3383 … … 3096 3404 #: admin/modules/core/page.trunks.php:501 3097 3405 msgid "" 3098 "What is the local dialing pattern?\\n" 3099 "\\n" 3100 "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 3406 "What is the local dialing pattern?\\n\\n(ie. NXXNXXXXXX for US/CAN 10-digit " 3407 "dialing, NXXXXXX for 7-digit)" 3101 3408 msgstr "" 3102 3409 … … 3108 3415 #: admin/modules/core/page.trunks.php:506 3109 3416 msgid "" 3110 "What prefix should be added to the dialing pattern?\\n" 3111 "\\n" 3112 "(ie. for US/CAN, 1+areacode, ie, \\'1613\\')?" 3417 "What prefix should be added to the dialing pattern?\\n\\n(ie. for US/CAN, 1" 3418 "+areacode, ie, \\'1613\\')?" 3113 3419 msgstr "" 3114 3420 … … 3119 3425 #: admin/modules/core/page.trunks.php:519 3120 3426 msgid "" 3121 "What prefix should be removed from the number?\\n" 3122 "\\n" 3123 "(ie. for US/CAN, 1+areacode, ie, \\'1613\\')" 3427 "What prefix should be removed from the number?\\n\\n(ie. for US/CAN, 1" 3428 "+areacode, ie, \\'1613\\')" 3124 3429 msgstr "" 3125 3430 … … 3141 3446 3142 3447 #: admin/modules/core/page.trunks.php:649 3143 msgid "The outbound dialing prefix is used to prefix a dialing string to all outbound calls placed on this trunk. For example, if this trunk is behind another PBX or is a Centrex line, then you would put 9 here to access an outbound line. Another common use is to prefix calls with 'w' on a POTS line that need time to obtain dial tone to avoid eating digits.<br><br>Most users should leave this option blank." 3448 msgid "" 3449 "The outbound dialing prefix is used to prefix a dialing string to all " 3450 "outbound calls placed on this trunk. For example, if this trunk is behind " 3451 "another PBX or is a Centrex line, then you would put 9 here to access an " 3452 "outbound line. Another common use is to prefix calls with 'w' on a POTS line " 3453 "that need time to obtain dial tone to avoid eating digits.<br><br>Most users " 3454 "should leave this option blank." 3144 3455 msgstr "" 3145 3456 … … 3153 3464 3154 3465 #: admin/modules/core/page.trunks.php:668 3155 msgid "ZAP channels are referenced either by a group number or channel number (which is defined in zapata.conf). <br><br>The default setting is <b>g0</b> (group zero)." 3466 msgid "" 3467 "ZAP channels are referenced either by a group number or channel number " 3468 "(which is defined in zapata.conf). <br><br>The default setting is <b>g0</b> " 3469 "(group zero)." 3156 3470 msgstr "" 3157 3471 … … 3173 3487 3174 3488 #: admin/modules/core/page.trunks.php:694 3175 msgid "This is the name of the DUNDi mapping as defined in the [mappings] section of remote dundi.conf peers. This corresponds to the 'include' section of the peer details in the local dundi.conf file. This requires manual configuration of DUNDi to use this trunk." 3489 msgid "" 3490 "This is the name of the DUNDi mapping as defined in the [mappings] section " 3491 "of remote dundi.conf peers. This corresponds to the 'include' section of the " 3492 "peer details in the local dundi.conf file. This requires manual " 3493 "configuration of DUNDi to use this trunk." 3176 3494 msgstr "" 3177 3495 … … 3189 3507 3190 3508 #: admin/modules/core/page.trunks.php:713 3191 msgid "Modify the default PEER connection parameters for your VoIP provider.<br><br>You may need to add to the default lines listed below, depending on your provider.<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny comes first." 3509 msgid "" 3510 "Modify the default PEER connection parameters for your VoIP provider." 3511 "<br><br>You may need to add to the default lines listed below, depending on " 3512 "your provider.<br /><br />WARNING: Order is important as it will be " 3513 "retained. For example, if you use the \"allow/deny\" directives make sure " 3514 "deny comes first." 3192 3515 msgstr "" 3193 3516 … … 3201 3524 3202 3525 #: admin/modules/core/page.trunks.php:728 3203 msgid "This is most often the account name or number your provider expects.<br><br>This USER Context will be used to define the below user details." 3526 msgid "" 3527 "This is most often the account name or number your provider expects." 3528 "<br><br>This USER Context will be used to define the below user details." 3204 3529 msgstr "" 3205 3530 … … 3214 3539 #: admin/modules/core/page.trunks.php:735 3215 3540 msgid "" 3216 "You may need to add to the default lines listed below, depending on your provider..<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny \n" 3541 "You may need to add to the default lines listed below, depending on your " 3542 "provider..<br /><br />WARNING: Order is important as it will be retained. " 3543 "For example, if you use the \"allow/deny\" directives make sure deny \n" 3217 3544 "\t\t\t\tcomes first." 3218 3545 msgstr "" … … 3227 3554 3228 3555 #: admin/modules/core/page.trunks.php:751 3229 msgid "Most VoIP providers require your system to REGISTER with theirs. Enter the registration line here.<br><br>example:<br><br>username:password@switch.voipprovider.com.<br><br>Many providers will require you to provide a DID number, ex: username:password@switch.voipprovider.com/didnumber in order for any DID matching to work." 3556 msgid "" 3557 "Most VoIP providers require your system to REGISTER with theirs. Enter the " 3558 "registration line here.<br><br>example:<br><br>username:password@switch." 3559 "voipprovider.com.<br><br>Many providers will require you to provide a DID " 3560 "number, ex: username:password@switch.voipprovider.com/didnumber in order for " 3561 "any DID matching to work." 3230 3562 msgstr "" 3231 3563 … … 3263 3595 3264 3596 #: admin/modules/core/page.trunks.php:787 3265 msgid "You must define an Outbound Caller ID when Choosing Never Override CallerID" 3597 msgid "" 3598 "You must define an Outbound Caller ID when Choosing Never Override CallerID" 3266 3599 msgstr "" 3267 3600 3268 3601 #: admin/modules/core/page.users.php:34 3269 3602 msgid "" 3270 "You have not entered a User Password. While this is acceptable, this user will not be able to login to an AdHoc device.\\n"3271 " \\n"3272 " Are you sure you wish toleave the User Password empty?"3603 "You have not entered a User Password. While this is acceptable, this user " 3604 "will not be able to login to an AdHoc device.\\n\\nAre you sure you wish to " 3605 "leave the User Password empty?" 3273 3606 msgstr "" 3274 3607 … … 3287 3620 3288 3621 #: admin/modules/core/page.zapchandids.php:79 3289 msgid "Zap Channel DIDs allow you to assign a DID to specific Zap Channels. You can supply the same DID to multiple channels. This would be a common scenario if you have multiple POTS lines that are on a hunt group from your provider. You MUST assign the channel's context to from-zaptel for these settings to have effect. It will be a line that looks like:<br /><br />context = from-zaptel<br /><br />in your zapata.conf configuration effecting the specified channel(s). Once you have assigned DIDs you can use standard Inbound Routes with the specified DIDs to route your calls." 3622 msgid "" 3623 "Zap Channel DIDs allow you to assign a DID to specific Zap Channels. You can " 3624 "supply the same DID to multiple channels. This would be a common scenario if " 3625 "you have multiple POTS lines that are on a hunt group from your provider. " 3626 "You MUST assign the channel's context to from-zaptel for these settings to " 3627 "have effect. It will be a line that looks like:<br /><br />context = from-" 3628 "zaptel<br /><br />in your zapata.conf configuration effecting the specified " 3629 "channel(s). Once you have assigned DIDs you can use standard Inbound Routes " 3630 "with the specified DIDs to route your calls." 3290 3631 msgstr "" 3291 3632 … … 3311 3652 3312 3653 #: admin/modules/core/page.zapchandids.php:103 3313 msgid "The DID that this channel represents. The incoming call on this channel will be treated as if it came in with this DID and can be managed with Inbound Routing on DIDs" 3654 msgid "" 3655 "The DID that this channel represents. The incoming call on this channel will " 3656 "be treated as if it came in with this DID and can be managed with Inbound " 3657 "Routing on DIDs" 3314 3658 msgstr "" 3315 3659 … … 3320 3664 #: admin/modules/core/page.zapchandids.php:125 3321 3665 msgid "" 3322 "DID information is normally just an incoming telephone number.\\n" 3323 "\\n" 3324 "You have entered a non standard DID pattern.\\n" 3325 "\\n" 3326 "Are you sure this is correct?" 3666 "DID information is normally just an incoming telephone number.\\n\\nYou have " 3667 "entered a non standard DID pattern.\\n\\nAre you sure this is correct?" 3327 3668 msgstr "" 3328 3669 3329 3670 #: admin/modules/core/page.zapchandids.php:126 3330 msgid "You appear to be using a converted DID in the form of zapchanNN that was automatically generated during an upgrade. You should consider assigning the DID that is normally associated with this channel to take full advantage of the inbound routing abilities. Changing the DID here will require you to make changes in the Inbound Routes tab. Do you want to continue?" 3671 msgid "" 3672 "You appear to be using a converted DID in the form of zapchanNN that was " 3673 "automatically generated during an upgrade. You should consider assigning the " 3674 "DID that is normally associated with this channel to take full advantage of " 3675 "the inbound routing abilities. Changing the DID here will require you to " 3676 "make changes in the Inbound Routes tab. Do you want to continue?" 3331 3677 msgstr "" 3332 3678 … … 3376 3722 msgstr "" 3377 3723 3724 msgid "View All DIDs" 3725 msgstr "" 3726 3727 msgid "View User DIDs" 3728 msgstr "" 3729 3730 msgid "View General DIDs" 3731 msgstr "" 3732 3733 msgid "View Unused DIDs" 3734 msgstr "" 3735 freepbx/trunk/amp_conf/htdocs/admin/i18n/bg_BG/LC_MESSAGES/amp.po
r7346 r7646 9 9 "Report-Msgid-Bugs-To: \n" 10 10 "POT-Creation-Date: 2008-10-24 18:46+0200\n" 11 "PO-Revision-Date: 200 8-11-11 00:07+0200\n"11 "PO-Revision-Date: 2009-02-14 16:58+0200\n" 12 12 "Last-Translator: \n" 13 13 "Language-Team: Chavdar Iliev <chavdar_75@yahoo.com>\n" … … 19 19 "X-Poedit-SourceCharset: utf-8\n" 20 20 21 #: amp_conf/htdocs/admin/featurecodes.class.php:289 21 #: admin/components.class.php:362 22 #: admin/modules/core/page.did.php:313 23 msgid "Submit" 24 msgstr "ÐÑОеЌО" 25 26 #: admin/config.php:34 27 msgid "Tools" 28 msgstr "СОÑÑеЌМО" 29 30 #: admin/config.php:35 31 msgid "Setup" 32 msgstr "ÐÑМПвМО" 33 34 #: admin/config.php:36 35 msgid "Call Cost" 36 msgstr "СÑПйМПÑÑ ÐœÐ° РазгПвПÑОÑе" 37 38 #: admin/featurecodes.class.php:289 22 39 msgid "** MISSING FEATURE CODE **" 23 40 msgstr "** ÐÐÐСÐÐЩ СÐÐЊÐÐÐÐÐ ÐÐÐ **" 24 41 25 #: amp_conf/htdocs/admin/header.php:134 42 #: admin/functions.inc.php:392 43 #, php-format 44 msgid "Cronmanager encountered %s Errors" 45 msgstr "Cronmanager Ñе МаÑÑкМа Ма %s гÑеÑкО" 46 47 #: admin/functions.inc.php:393 48 msgid "The following commands failed with the listed error" 49 msgstr "СлеЎМОÑе кПЌаМЎО Ñе пÑÐŸÐ²Ð°Ð»ÐžÑ 50 а Ñ Ð¿ÐŸÐºÐ°Ð·Ð°ÐœÐžÑе гÑеÑкО" 51 52 #: admin/functions.inc.php:765 53 #, php-format 54 msgid "Missing or unreadable config file (%s)...cannot continue" 55 msgstr "ÐОпÑÐ²Ð°Ñ ÐžÐ»Ðž МеÑеÑОЌ кПМÑОгÑÑаÑОПМеМ Ñайл (%s)...Ма ЌПга Ўа пÑПЎÑлжа" 56 57 #: admin/functions.inc.php:1044 58 msgid "Objects" 59 msgstr "ÐбекÑО" 60 61 #: admin/functions.inc.php:1044 62 msgid "Object" 63 msgstr "ÐбекÑ" 64 65 #: admin/functions.inc.php:1045 66 #, php-format 67 msgid "Used as Destination by %s %s" 68 msgstr "ÐзпПлзваМ за ÐапÑавлеМОе ÐŸÑ %s %s" 69 70 #: admin/functions.inc.php:1504 71 #: admin/functions.inc.php:1574 72 #, php-format 73 msgid "Exit code was %s and output was: %s" 74 msgstr "ÐÐ·Ñ 75 ПЎМОÑÑ ÐºÐŸÐŽ беÑе %s О ÑезÑлÑаÑа е: %s" 76 77 #: admin/functions.inc.php:1505 78 #: admin/functions.inc.php:1575 79 #, php-format 80 msgid "Could not run %s script." 81 msgstr "Ðе ЌПга Ўа ÑÑаÑÑОÑаЌ ÑкÑОпÑа %s." 82 83 #: admin/functions.inc.php:1522 84 #, php-format 85 msgid "Reload failed because retrieve_conf encountered an error: %s" 86 msgstr "ÐÑезаÑежЎаМеÑП Ñе пÑПвалО заÑПÑП retrieve_conf Ñе МаÑÑкМа Ма гÑеÑка: %s" 87 88 #: admin/functions.inc.php:1524 89 #: admin/functions.inc.php:1532 90 msgid "retrieve_conf failed, config not applied" 91 msgstr "retrieve_conf Ñе пÑПвалО, кПМÑОгÑÑОÑаМеÑП Ме е пÑОлПжеМП" 92 93 #: admin/functions.inc.php:1530 94 msgid "Reload failed because FreePBX could not connect to the asterisk manager interface." 95 msgstr "ÐÑезаÑежЎаМеÑП Ñе пÑПвалО заÑПÑП FreePBX Ме ЌПже Ўа Ñе ÑвÑÑже Ñ ÐÑÑеÑОÑк manager ОМÑеÑÑейÑа." 96 97 #: admin/functions.inc.php:1544 98 msgid "Successfully reloaded" 99 msgstr "УÑпеÑМП пÑезаÑежЎаМе" 100 101 #: admin/functions.inc.php:1553 102 msgid "Could not reload the FOP operator panel server using the bounce_op.sh script. Configuration changes may not be reflected in the panel display." 103 msgstr "Ðе ЌПга Ўа пÑезаÑÐµÐŽÑ Ð€ÐÐ ÑÑÑвÑÑа ОзпПлзвайкО bounce_op.sh ÑкÑОпÑа. ÐзЌеМеМОÑÑа в кПМÑОгÑÑаÑОÑÑа ЌПже Ўа Ме Ñе Ð¿ÐŸÐºÐ°Ð¶Ð°Ñ ÐœÐ° паМел ЎОÑплеÑ." 104 105 #: admin/functions.inc.php:1554 106 msgid "Could not reload FOP server" 107 msgstr "Ðе ЌПга Ўа пÑезаÑÐµÐŽÑ Ð€ÐÐ ÑÑÑвÑÑа" 108 109 #: admin/functions.inc.php:1566 110 msgid "Successful reload, but could not clear reload flag due to a database error: " 111 msgstr "УÑпеÑМП пÑезаÑеЎеМ, МП Ме ЌПга Ўа ОзÑОÑÑÑ Ð¿ÑезаÑежЎаÑÐžÑ Ñлаг ÐŽÑлжаÑП Ñе Ма гÑеÑка в базаÑа ЎаММО: " 112 113 #: admin/functions.inc.php:1615 114 #: admin/modules/core/functions.inc.php:4721 115 #: admin/modules/core/functions.inc.php:4723 116 #: admin/modules/core/page.routing.php:578 117 msgid "Add" 118 msgstr "ÐПбавО" 119 120 #: admin/functions.inc.php:2055 121 msgid "Unknown Destination" 122 msgstr "ÐеОзвеÑÑМП ÐапÑавлеМОе" 123 124 #: admin/functions.inc.php:2055 125 msgid "ERROR: You have an unknown destination. If this was carried over as a Custom App from an earlier version, you must go register the destination in the Custom Destination tab provided by the Custom Applications module.<br />This will remain active until you change it but you can no longer edit or add a new one here." 126 msgstr "ÐÑеÑка: ÐОе ОЌаÑе МеОзвеÑÑМП МапÑавлеМОе. ÐкП ÑПва Ñе е ÑлÑÑОлП пПÑаЎО Custom ÐÑОлПжеМОе ÐŸÑ Ð¿ÑеЎОÑМа веÑÑОÑ, ÑÑÑбва Ўа ÑегОÑÑÑОÑаÑе МапÑавлеМОеÑП в Custom ÐапÑÐ°Ð²Ð»ÐµÐœÐžÑ ÐŒÐµÐœÑÑП пÑеЎПÑÑавеМП ÐŸÑ ÐŒÐŸÐŽÑл Custom ÐÑОлПжеМОÑ.<br />ТПва Ñе ПÑÑаМе акÑОвМП ЎПкаÑП Ме гП пÑПЌеМОÑе, МП МÑЌа Ўа ЌПжеÑе Ўа ÑеЎакÑОÑаÑе ОлО Ўа ЎПбавÑÑе МПвП МапÑавлеМОе ÑÑк." 127 128 #: admin/functions.inc.php:2313 129 msgid "The following new modules are available for download. Click delete icon on the right to remove this notice." 130 msgstr "СлеЎваÑОÑе МПвО ЌПЎÑлО Ñа ЎПÑÑÑпМО за ОзÑеглÑМе. ÐлОкМеÑе вÑÑÑ 131 Ñ ÐžÐºÐŸÐœÐ°Ñа ОзÑÑОй ПÑÐŽÑÑМП за Ўа пÑÐµÐŒÐ°Ñ 132 МеÑе ÑПва ÑÑПбÑеМОе" 133 134 #: admin/functions.inc.php:2317 135 #, php-format 136 msgid "%s New modules are available" 137 msgstr "%s ÐПвО ЌПЎÑла Ñа ЎПÑÑÑпМО" 138 139 #: admin/functions.inc.php:2351 140 msgid "There is 1 module available for online upgrade" 141 msgstr "ÐЌа 1 ЌПЎÑл ЎПÑÑÑпеМ за ПМлайМ ПбМПвÑваМе" 142 143 #: admin/functions.inc.php:2353 144 #, php-format 145 msgid "There are %s modules available for online upgrades" 146 msgstr "ÐЌа %s ЌПЎÑла ЎПÑÑÑпМО за ПМлайМ ПбМПвÑваМе" 147 148 #: admin/functions.inc.php:2357 149 #, php-format 150 msgid "%s (current: %s)" 151 msgstr "%s (ÑекÑÑО: %s)" 152 153 #: admin/functions.inc.php:2559 154 #, php-format 155 msgid "Module %s is required, but yours is broken. You should reinstall " 156 msgstr "ÐПЎÑл %s е ÐœÐµÐŸÐ±Ñ 157 ПЎОЌ, МП ваÑÐžÑ Ðµ пПвÑеЎеМ. ÐÑеОМÑÑалОÑайÑе гП" 158 159 #: admin/functions.inc.php:2560 160 #, php-format 161 msgid "it and try again." 162 msgstr "О ПпОÑайÑе ПÑМПвП." 163 164 #: admin/functions.inc.php:2563 165 #, php-format 166 msgid "Module %s is required, but yours is disabled." 167 msgstr "ÐПЎÑл %s е ÐœÐµÐŸÐ±Ñ 168 ПЎОЌ, МП ваÑÐžÑ Ðµ забÑаМеМ." 169 170 #: admin/functions.inc.php:2566 171 #, php-format 172 msgid "Module %s is required, but yours is disabled because it needs to " 173 msgstr "ÐПЎÑл %s е ÐœÐµÐŸÐ±Ñ 174 ПЎОЌ, МП ваÑÐžÑ Ðµ забÑаМеМ заÑПÑП Ñе МÑжЎае" 175 176 #: admin/functions.inc.php:2567 177 #, php-format 178 msgid "be upgraded. Please upgrade %s first, and then try again." 179 msgstr "ÐŸÑ ÐŸÐ±ÐœÐŸÐ²ÑваМе. ÐÐŸÐ»Ñ ÐŸÐ±ÐœÐŸÐ²ÐµÑе %s О ПпОÑайÑе ПÑМПвП." 180 181 #: admin/functions.inc.php:2572 182 #, php-format 183 msgid "Module %s is required, yours is not installed." 184 msgstr "ÐПЎÑл %s е ÐœÐµÐŸÐ±Ñ 185 ПЎОЌ, ваÑÐžÑ ÐœÐµ е ОМÑÑалОÑаМ." 186 187 #: admin/functions.inc.php:2576 188 #, php-format 189 msgid "Module %s is required." 190 msgstr "ÐПЎÑл %s е ÐœÐµÐŸÐ±Ñ 191 ПЎОЌ." 192 193 #: admin/functions.inc.php:2585 194 #, php-format 195 msgid "File %s must exist." 196 msgstr "ЀайлÑÑ %s ÑÑÑбва Ўа ÑÑÑеÑÑвÑва." 197 198 #: admin/functions.inc.php:2632 199 #, php-format 200 msgid "Requires engine %s, you have: %s" 201 msgstr "ÐзОÑква Ñе ОМÑÑÑÑÐŒÐµÐœÑ %s, вОе ОЌаÑе: %s" 202 203 #: admin/functions.inc.php:2634 204 #, php-format 205 msgid "Requires one of the following engines: %s; you have: %s" 206 msgstr "ÐзОÑква Ñе еЎОМ ÐŸÑ ÑлеЎМОÑе ОМÑÑÑÑЌеМÑО: %s; вОе ОЌаÑе: %s" 207 208 #: admin/functions.inc.php:2649 209 #, php-format 210 msgid "A %s version below %s is required, you have %s" 211 msgstr "%s веÑÑÐžÑ Ð¿ÐŸ-МОÑка ÐŸÑ %s е ÐœÐµÐŸÐ±Ñ 212 ПЎОЌа, вОе ОЌаÑе %s" 213 214 #: admin/functions.inc.php:2652 215 #, php-format 216 msgid "%s version %s or below is required, you have %s" 217 msgstr "%s веÑÑÐžÑ %s ОлО пП-МОÑка е ÐœÐµÐŸÐ±Ñ 218 ПЎОЌа, вОе ОЌаÑе %s" 219 220 #: admin/functions.inc.php:2655 221 #, php-format 222 msgid "A %s version newer than %s required, you have %s" 223 msgstr "%s веÑÑÐžÑ Ð¿ÐŸ-МПва ÐŸÑ %s е ÐœÐµÐŸÐ±Ñ 224 ПЎОЌа, вОе ОЌаÑе %s" 225 226 #: admin/functions.inc.php:2658 227 #, php-format 228 msgid "Your %s version (%s) is incompatible." 229 msgstr "ÐаÑаÑа %s веÑÑÐžÑ (%s) е МеÑÑвЌеÑÑОЌа." 230 231 #: admin/functions.inc.php:2661 232 #, php-format 233 msgid "Only %s version %s is compatible, you have %s" 234 msgstr "СаЌП %s веÑÑÐžÑ %s е ÑÑвЌеÑÑОЌа, вОе ОЌаÑе %s" 235 236 #: admin/functions.inc.php:2665 237 #, php-format 238 msgid "%s version %s or higher is required, you have %s" 239 msgstr "%s веÑÑÐžÑ %s ОлО пП-вОÑПка е ÐœÐµÐŸÐ±Ñ 240 ПЎОЌа, вОе ОЌаÑе %s" 241 242 #: admin/functions.inc.php:2723 243 msgid "Module is already enabled" 244 msgstr "ÐПЎÑлÑÑ Ð²ÐµÑе е ÑазÑеÑеМ" 245 246 #: admin/functions.inc.php:2728 247 msgid "Module cannot be enabled" 248 msgstr "ÐПЎÑлÑÑ ÐœÐµ ЌПже Ўа бÑЎе ÑазÑеÑеМ" 249 250 #: admin/functions.inc.php:2775 251 msgid "Module not found in repository" 252 msgstr "ÐПЎÑла Ме е МаЌеÑеМ в бОблОПÑекОÑе" 253 254 #: admin/functions.inc.php:2808 255 #: admin/functions.inc.php:2904 256 #: admin/functions.inc.php:2982 257 #, php-format 258 msgid "Could not remove %s to install new version" 259 msgstr "Ðе ЌПга Ўа пÑÐµÐŒÐ°Ñ 260 Ма %s за Ўа ОМÑÑалОÑаЌ МПваÑа веÑÑОÑ" 261 262 #: admin/functions.inc.php:2812 263 #: admin/functions.inc.php:2908 264 #: admin/functions.inc.php:2986 265 #, php-format 266 msgid "Could not untar %s to %s" 267 msgstr "Ðе ЌПга Ўа ÑазаÑÑ 268 ОвОÑаЌ %s в %s" 269 270 #: admin/functions.inc.php:2816 271 #: admin/functions.inc.php:2912 272 #: admin/functions.inc.php:2990 273 #, php-format 274 msgid "Could not remove old module %s to install new version" 275 msgstr "Ðе ЌПга Ўа пÑÐµÐŒÐ°Ñ 276 Ма ÑÑаÑÐžÑ ÐŒÐŸÐŽÑл %s за Ўа ОМÑÑалОÑаЌ МПваÑа веÑÑОÑ" 277 278 #: admin/functions.inc.php:2820 279 #: admin/functions.inc.php:2916 280 #: admin/functions.inc.php:2994 281 #, php-format 282 msgid "Could not move %s to %s" 283 msgstr "Ðе ЌПга Ўа пÑеЌеÑÑÑ %s в %s" 284 285 #: admin/functions.inc.php:2841 286 #, php-format 287 msgid "Error opening %s for writing" 288 msgstr "ÐÑеÑка пÑО ПÑваÑÑМе Ма %s за запОÑ" 289 290 #: admin/functions.inc.php:2857 291 #: admin/functions.inc.php:2860 292 #, php-format 293 msgid "Error opening %s for reading" 294 msgstr "ÐÑеÑка пÑО ПÑваÑÑМе Ма %s за ÑеÑеМе" 295 296 #: admin/functions.inc.php:2880 297 #, php-format 298 msgid "Unable to save %s" 299 msgstr "Ðе ЌПга Ўа запОÑа %s" 300 301 #: admin/functions.inc.php:2888 302 #, php-format 303 msgid "File Integrity failed for %s - aborting" 304 msgstr "ЊелПÑÑÑа Ма Ñайла Ñе пÑПвалО за %s - пÑекÑаÑÑваЌ" 305 306 #: admin/functions.inc.php:2933 307 msgid "Error finding uploaded file - check your PHP and/or web server configuration" 308 msgstr "ÐÑеÑка пÑО МаЌОÑаМе Ма ЎПбавеМ Ñайл - пÑПвеÑеÑе ваÑОÑе PHP О/ОлО Ñеб ÑÑÑвÑÑ ÐœÐ°ÑÑÑПйкО" 309 310 #: admin/functions.inc.php:2938 311 msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 312 msgstr "ЀайлÑÑ ÑÑÑбва Ўа е в tar+gzip (.tgz or .tar.gz) ÑПÑЌаÑ" 313 314 #: admin/functions.inc.php:2943 315 msgid "Filename not in correct format: must be modulename-version.tar.gz (eg. custommodule-0.1.tar.gz)" 316 msgstr "ÐЌеÑП Ма Ñайла е в МепÑавОлеМ ÑПÑЌаÑ: ÑÑÑбва Ўа е modulename-version.tar.gz (МапÑÐžÐŒÐµÑ custommodule-0.1.tar.gz)" 317 318 #: admin/functions.inc.php:2952 319 #, php-format 320 msgid "Error creating temporary directory: %s" 321 msgstr "ÐÑеÑка пÑО ÑÑзЎаваМе Ма вÑеЌеММа ЎОÑекÑПÑОÑ: %s" 322 323 #: admin/functions.inc.php:2960 324 msgid "Error untaring uploaded file. Must be a tar+gzip file" 325 msgstr "ÐÑеÑка пÑО ÑазаÑÑ 326 ОвОÑаМе Ма ÐŽÐŸÐ±Ð°Ð²ÐµÐœÐžÑ Ñайл. ТÑÑбва Ўа е tar+gzip Ñайл" 327 328 #: admin/functions.inc.php:2999 329 #, php-format 330 msgid "Error removing temporary directory: %s" 331 msgstr "ÐÑеÑка пÑО пÑÐµÐŒÐ°Ñ 332 ваМе Ма вÑеЌеММаÑа ЎОÑекÑПÑОÑ: %s" 333 334 #: admin/functions.inc.php:3028 335 msgid "Cannot find module" 336 msgstr "Ðе ЌПга Ўа МаЌеÑÑ ÐŒÐŸÐŽÑла" 337 338 #: admin/functions.inc.php:3034 339 msgid "Could not read module.xml" 340 msgstr "Ðе ЌПга Ўа пÑПÑеÑа module.xml" 341 342 #: admin/functions.inc.php:3039 343 msgid "This module is broken and cannot be installed. You should try to download it again." 344 msgstr "ÐПЎÑлÑÑ Ðµ пПвÑеЎеМ О Ме ЌПже Ўа бÑЎе ОМÑÑалОÑаМ. ÐÑПбвайÑе Ўа гП ОзÑеглОÑе ПÑМПвП." 345 346 #: admin/functions.inc.php:3058 347 msgid "Failed to run installation scripts" 348 msgstr "СÑаÑÑОÑаМеÑП Ма ОМÑÑалаÑОПММОÑе ÑкÑОпÑПве Ñе пÑПвалО" 349 350 #: admin/functions.inc.php:3072 351 #, php-format 352 msgid "Error updating database. Command was: %s; error was: %s " 353 msgstr "ÐÑеÑка пÑО ПбМПвÑваМе Ма базаÑа ЎаММО. ÐПЌаМЎаÑа беÑе: %s; гÑеÑкаÑа е: %s " 354 355 #: admin/functions.inc.php:3106 356 #: admin/functions.inc.php:3134 357 #: admin/functions.inc.php:3171 358 msgid "Specified module not found" 359 msgstr "ÐпÑеЎелеМОÑÑ ÐŒÐŸÐŽÑл Ме е МаЌеÑеМ" 360 361 #: admin/functions.inc.php:3111 362 msgid "Module not enabled: cannot disable" 363 msgstr "ÐПЎÑлÑÑ ÐœÐµ е ÑазÑеÑеМ: Ме ЌПга Ўа гП забÑаМÑ" 364 365 #: admin/functions.inc.php:3115 366 #: admin/functions.inc.php:3143 367 msgid "Cannot disable: The following modules depend on this one: " 368 msgstr "Ðе ЌПга Ўа забÑаМÑ: СлеЎМОÑе ЌПЎÑлО завОÑÑÑ ÐŸÑ ÐœÐµÐ³ÐŸ: " 369 370 #: admin/functions.inc.php:3139 371 msgid "Module not installed: cannot uninstall" 372 msgstr "ÐПЎÑлÑÑ ÐœÐµ е ОМÑÑалОÑаМ: Ме ЌПга ЎП гП ЎеОМÑÑалОÑаЌ" 373 374 #: admin/functions.inc.php:3150 375 msgid "Error updating database: " 376 msgstr "ÐÑеÑка пÑО ПбМПвÑваМе Ма базаÑа ЎаММО: " 377 378 #: admin/functions.inc.php:3154 379 msgid "Failed to run un-installation scripts" 380 msgstr "СÑаÑÑОÑаМеÑП Ма ЎеОМÑÑалаÑОПММОÑе ÑкÑОпÑПве Ñе пÑПвалО" 381 382 #: admin/functions.inc.php:3184 383 #, php-format 384 msgid "Cannot delete directory %s" 385 msgstr "Ðе ЌПга Ўа ОзÑÑÐžÑ ÐŽÐžÑекÑПÑÐžÑ %s" 386 387 #: admin/functions.inc.php:3191 388 #, php-format 389 msgid "Error deleting directory %s (code %d)" 390 msgstr "ÐÑеÑка пÑО ОзÑÑОваМе Ма ЎОÑекÑПÑÐžÑ %s (кПЎ %d)" 391 392 #: admin/functions.inc.php:3572 393 #, php-format 394 msgid "You have %s disabled modules" 395 msgstr "ÐОе ОЌаÑе %s забÑаМеМО ЌПЎÑлО" 396 397 #: admin/functions.inc.php:3572 398 msgid "You have a disabled module" 399 msgstr "ÐОе ОЌаÑе забÑаМеМО ЌПЎÑлО" 400 401 #: admin/functions.inc.php:3573 402 msgid "The following modules are disabled because they need to be upgraded:" 403 msgstr "СлеЎМОÑе ЌПЎÑлО Ñа забÑаМеМО заÑПÑП Ñе МÑжЎаÑÑ ÐŸÑ ÐŸÐ±ÐœÐŸÐ²ÑваМе:" 404 405 #: admin/functions.inc.php:3574 406 #: admin/functions.inc.php:3582 407 msgid "You should go to the module admin page to fix these." 408 msgstr "ТÑÑбва Ўа ПÑОЎеÑе Ма ÑÑÑаМОÑаÑа за ÑпÑавлеМОе Ма ЌПЎÑлОÑе за Ўа кПÑОгОÑаÑе ÑПва." 409 410 #: admin/functions.inc.php:3580 411 #, php-format 412 msgid "You have %s broken modules" 413 msgstr "ÐОе ОЌаÑе %s пПвÑеЎеМО ЌПЎÑла" 414 415 #: admin/functions.inc.php:3580 416 msgid "You have a broken module" 417 msgstr "ÐОе ОЌаÑе пПвÑеЎеМ ЌПЎÑл" 418 419 #: admin/functions.inc.php:3581 420 msgid "The following modules are disabled because they are broken:" 421 msgstr "СлеЎМОÑе ЌПЎÑлО Ñа забÑаМеМО заÑПÑП Ñа пПвÑеЎеМО:" 422 423 #: admin/header_auth.php:43 424 #: admin/header_auth.php:70 425 msgid "Administration" 426 msgstr "Administration" 427 428 #: admin/header.php:134 26 429 msgid "Default Asterisk Manager Password Used" 27 430 msgstr "ÐзпПлзваÑе ÐÑÑеÑОÑк Manager ÐаÑПла ÐП-ÐПЎÑазбОÑаМе" 28 431 29 #: a mp_conf/htdocs/admin/header.php:134432 #: admin/header.php:134 30 433 msgid "You are using the default Asterisk Manager password that is widely known, you should set a secure password" 31 434 msgstr "ÐОе ОзпПлзваÑе ÐÑÑеÑОÑк Manager паÑПла пП-пПЎÑазбОÑаМе кПÑÑП е ÑОÑПкП ÑазпÑПÑÑÑаМеМа, ÑÑÑбва Ўа ÑÑÑаМПвОÑе пП-ÑОгÑÑМа паÑПла" 32 435 33 #: amp_conf/htdocs/admin/views/welcome.php:3 436 #: admin/page.modules.php:129 437 msgid "Module Administration" 438 msgstr "УпÑавлеМОе Ма ÐПЎÑлОÑе" 439 440 #: admin/page.modules.php:146 441 #, php-format 442 msgid "Warning: Cannot connect to online repository (%s). Online modules are not available." 443 msgstr "ÐМОЌаМОе: Ðе ЌПга Ўа Ñе ÑвÑÑжа Ñ ÐŸÐœÐ»Ð°Ð¹Ðœ бОблОПÑекОÑе (%s). ÐМлайМ ЌПЎÑлОÑе Ме Ñа ЎПÑÑÑпМО." 444 445 #: admin/page.modules.php:150 446 #, php-format 447 msgid "Warning: Error retrieving updates from online repository (%s). Online modules are not available." 448 msgstr "ÐМОЌаМОе: ÐÑеÑка пÑО ПбÑабПÑваМе Ма ПМлайМ бОблОПÑекОÑе (%s). ÐМлайМ ЌПЎÑлОÑе Ме Ñа ЎПÑÑÑпМО." 449 450 #: admin/page.modules.php:190 451 msgid "Please wait while module actions are performed" 452 msgstr "ÐÐŸÐ»Ñ ÐžÐ·ÑакайÑе ЎПкаÑП заЎаÑОÑе Ñе ОзпÑлМÑваÑ" 453 454 #: admin/page.modules.php:203 455 #, php-format 456 msgid "Downloading %s" 457 msgstr "ÐзÑеглÑМе Ма %s" 458 459 #: admin/page.modules.php:205 460 #, php-format 461 msgid "Error(s) downloading %s" 462 msgstr "ÐÑеÑка пÑО ОзÑеглÑМе Ма %s" 463 464 #: admin/page.modules.php:210 465 #: admin/page.modules.php:222 466 #, php-format 467 msgid "Error(s) installing %s" 468 msgstr "ÐÑеÑка пÑО ОМÑÑалОÑаМе Ма %s" 469 470 #: admin/page.modules.php:214 471 #: admin/page.modules.php:226 472 #, php-format 473 msgid "%s installed successfully" 474 msgstr "%s е ОМÑÑалОÑаМ ÑÑпеÑМП" 475 476 #: admin/page.modules.php:232 477 #, php-format 478 msgid "Error(s) enabling %s" 479 msgstr "ÐÑеÑка пÑО ÑазÑеÑаваМе Ма %s" 480 481 #: admin/page.modules.php:236 482 #, php-format 483 msgid "%s enabled successfully" 484 msgstr "%s е ÑазÑеÑеМ ÑÑпеÑМП" 485 486 #: admin/page.modules.php:241 487 #, php-format 488 msgid "Error(s) disabling %s" 489 msgstr "ÐÑеÑка пÑО забÑаМÑваМе Ма %s" 490 491 #: admin/page.modules.php:245 492 #, php-format 493 msgid "%s disabled successfully" 494 msgstr "%s е забÑаМеМ ÑÑпеÑМП" 495 496 #: admin/page.modules.php:251 497 #, php-format 498 msgid "Error(s) uninstalling %s" 499 msgstr "ÐÑеÑка пÑО ЎеОМÑÑалОÑаМе Ма %s" 500 501 #: admin/page.modules.php:255 502 #, php-format 503 msgid "%s uninstalled successfully" 504 msgstr "%s е ЎеОМÑÑалОÑаМ ÑÑпеÑМП" 505 506 #: admin/page.modules.php:271 507 #: admin/page.modules.php:273 508 msgid "Return" 509 msgstr "ÐбÑаÑМП" 510 511 #: admin/page.modules.php:304 512 #: admin/page.modules.php:328 513 #, php-format 514 msgid "%s cannot be upgraded: %s Please try again after the dependencies have been installed." 515 msgstr "%s Ме ЌПже Ўа бÑЎе ПбМПвеМ: %s ÐÐŸÐ»Ñ ÐŸÐ¿ÐžÑайÑе ПÑМПвП ÑлеЎ каÑП ÐœÐµÐŸÐ±Ñ 516 ПЎОЌОÑе за ÑПва ЌПЎÑлО Ñе ОМÑÑалОÑаÑ." 517 518 #: admin/page.modules.php:308 519 #, php-format 520 msgid "%s %s will be upgraded to online version %s" 521 msgstr "%s %s Ñе бÑЎе ПбМПвеМ ЎП ПМлайМ веÑÑÐžÑ %s" 522 523 #: admin/page.modules.php:316 524 #: admin/page.modules.php:328 525 #, php-format 526 msgid "%s cannot be installed: %s Please try again after the dependencies have been installed." 527 msgstr "%s Ме ЌПже Ўа бÑЎе ОМÑÑалОÑаМ: %s ÐÐŸÐ»Ñ ÐŸÐ¿ÐžÑайÑе ПÑМПвП ÑлеЎ каÑП ÐœÐµÐŸÐ±Ñ 528 ПЎОЌОÑе за ÑПва ЌПЎÑлО Ñе ОМÑÑалОÑаÑ." 529 530 #: admin/page.modules.php:320 531 #, php-format 532 msgid "%s %s will be downloaded and installed" 533 msgstr "%s %s Ñе бÑЎе ОзÑеглеМ О ОМÑÑалОÑаМ" 534 535 #: admin/page.modules.php:333 536 #, php-format 537 msgid "%s %s will be upgraded to %s" 538 msgstr "%s %s Ñе бÑЎе ПбМПвеМ ЎП %s" 539 540 #: admin/page.modules.php:335 541 #, php-format 542 msgid "%s %s will be installed and enabled" 543 msgstr "%s %s Ñе бÑЎе ОМÑÑалОÑаМ О ÑазÑеÑеМ" 544 545 #: admin/page.modules.php:343 546 #, php-format 547 msgid "%s cannot be enabled: %s Please try again after the dependencies have been installed." 548 msgstr "%s Ме ЌПже Ўа бÑЎе ÑазÑеÑеМ: %s ÐÐŸÐ»Ñ ÐŸÐ¿ÐžÑайÑе ПÑМПвП ÑлеЎ каÑП ÐœÐµÐŸÐ±Ñ 549 ПЎОЌОÑе за ÑПва Ñе ОМÑÑалОÑаÑ." 550 551 #: admin/page.modules.php:347 552 #, php-format 553 msgid "%s %s will be enabled" 554 msgstr "%s %s Ñе бÑЎе ÑазÑеÑеМ" 555 556 #: admin/page.modules.php:353 557 #, php-format 558 msgid "%s cannot be disabled because the following modules depend on it: %s Please disable those modules first then try again." 559 msgstr "%s Ме ЌПже Ўа бÑЎе забÑаМеМ заÑПÑП ÑлеЎМОÑе ЌПЎÑлО завОÑÑÑ ÐŸÑ ÐœÐµÐ³ÐŸ: %s ÐÐŸÐ»Ñ Ð·Ð°Ð±ÑаМеÑе ÑезО ЌПЎÑлО О ПпОÑайÑе ПÑМПвП." 560 561 #: admin/page.modules.php:357 562 #, php-format 563 msgid "%s %s will be disabled" 564 msgstr "%s %s Ñе бÑÐŽe забÑаМеМ" 565 566 #: admin/page.modules.php:364 567 #, php-format 568 msgid "%s cannot be uninstalled because the following modules depend on it: %s Please disable those modules first then try again." 569 msgstr "%s Ме ЌПже Ўа бÑЎе ЎеОМÑÑалОÑаМ заÑПÑП ÑлеЎМОÑе ЌПЎÑлО завОÑÑÑ ÐŸÑ ÐœÐµÐ³ÐŸ: %s ÐÐŸÐ»Ñ Ð·Ð°Ð±ÑаМеÑе ÑезО ЌПЎÑлО О ПпОÑайÑе ПÑМПвП." 570 571 #: admin/page.modules.php:368 572 #, php-format 573 msgid "%s %s will be uninstalled" 574 msgstr "%s %s Ñе бÑЎе ЎеОМÑÑалОÑаМ" 575 576 #: admin/page.modules.php:385 577 msgid "Errors with selection:" 578 msgstr "ÐÑеÑкО пÑО ОзбОÑаМеÑП:" 579 580 #: admin/page.modules.php:394 581 msgid "You may confirm the remaining selection and then try the again for the listed issues once the required dependencies have been met:" 582 msgstr "ÐОе ЌПжеÑе Ўа пПÑвÑÑЎОÑе ПÑÑаМалОÑе ОзбÑаМО О ÑлеЎ ÑПва Ўа ПпОÑаÑе ПÑМПвП за ПпОÑаМОÑе пÑПблеЌО ÑлеЎ каÑП ÐœÐµÐŸÐ±Ñ 583 ПЎОЌОÑе завОÑОЌПÑÑО Ñа ОзпÑлМеМО:" 584 585 #: admin/page.modules.php:396 586 msgid "Please confirm the following actions:" 587 msgstr "ÐÐŸÐ»Ñ Ð¿ÐŸÑвÑÑЎеÑе ÑлеЎМОÑе заЎаÑО:" 588 589 #: admin/page.modules.php:403 590 msgid "Confirm" 591 msgstr "ÐПÑвÑÑЎО" 592 593 #: admin/page.modules.php:405 594 msgid "No actions to perform" 595 msgstr "ÐÑЌа заЎаÑО за ОзпÑлМеМОе" 596 597 #: admin/page.modules.php:406 598 msgid "Please select at least one action to perform by clicking on the module, and selecting an action on the \"Action\" tab." 599 msgstr "ÐÐŸÐ»Ñ ÐžÐ·Ð±ÐµÑеÑе заЎаÑа за ОзпÑлМеМОе каÑП клОкМеÑе Ма ЌПЎÑла О ОзбеÑеÑе ЎейÑÑвОе ÐŸÑ Ð¿ÐŸÐ»Ðµ \"ÐейÑÑвОе\"." 600 601 #: admin/page.modules.php:408 602 #: admin/views/freepbx_reload.php:111 603 msgid "Cancel" 604 msgstr "ÐÑказ" 605 606 #: admin/page.modules.php:414 607 #: admin/page.modules.php:466 608 msgid "Manage local modules" 609 msgstr "ÐПкалМП ÑпÑавлеМОе Ма ЌПЎÑлОÑе" 610 611 #: admin/page.modules.php:416 612 #: admin/page.modules.php:471 613 msgid "Check for updates online" 614 msgstr "ÐÑПвеÑО за ПМлайМ ПбМПвÑваМОÑ" 615 616 #: admin/page.modules.php:416 617 #: admin/page.modules.php:471 618 msgid "Checking for updates will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and track version usage to focus development and maintenance efforts. No private information is transmitted." 619 msgstr "ÐÑПвеÑкаÑа за ПбМПвÑваМе Ñе ОзпÑаÑО ваÑОÑе FreePBX О Asterisk веÑÑОО заеЎМП Ñ ÑМОкалМОÑ, МП пÑПОзвПлеМ ОЎеМÑОÑОкаÑПÑ. ТПва Ñе ОзпПлзва за Ўа пÑеЎПÑÑавО пÑавОлМа ОМÑПÑЌаÑÐžÑ Ð·Ð° ПбМПвÑваМеÑП О Ўа пÑПÑлеЎО ОзпПлзваМаÑа веÑÑÐžÑ Ð·Ð° Ўа ÑПкÑÑОÑа ÑÑОлОÑÑа за ÑазÑабПÑваМе О пПЎЎÑÑжка. Ðе Ñе ОзпÑаÑа лОÑМа ОМÑПÑЌаÑОÑ." 620 621 #: admin/page.modules.php:421 622 #: admin/page.modules.php:473 623 msgid "Upload module" 624 msgstr "ÐПбавО ЌПЎÑл" 625 626 #: admin/page.modules.php:427 627 #, php-format 628 msgid "The following error(s) occurred processing the uploaded file: %s" 629 msgstr "СлеЎМОÑе гÑеÑкО ÐžÐ·ÐœÐžÐºÐœÐ°Ñ 630 а в пÑПÑеÑа Ма ЎПбавÑМе Ма Ñайл: %s" 631 632 #: admin/page.modules.php:429 633 #, php-format 634 msgid "You should fix the problem or select another file and %s." 635 msgstr "ТÑÑбва Ўа ПпÑавОÑе пÑПблеЌа ОлО ОзбеÑеÑе ÐŽÑÑг Ñайл О %s." 636 637 #: admin/page.modules.php:430 638 msgid "try again" 639 msgstr "ПпОÑайÑе ПÑМПвП" 640 641 #: admin/page.modules.php:434 642 #, php-format 643 msgid "Module uploaded successfully. You need to enable the module using %s to make it available." 644 msgstr "ÐПЎÑла е ЎПбавеМ ÑÑпеÑМП. ТÑÑбва Ўа ÑазÑеÑОÑе ЌПЎÑла каÑП ОзпПлзваÑе %s за Ўа гП МапÑавОÑе ЎПÑÑÑпеМ." 645 646 #: admin/page.modules.php:435 647 msgid "local module administration" 648 msgstr "лПкалМП ÑпÑавлеМОе Ма ЌПЎÑлОÑе" 649 650 #: admin/page.modules.php:440 651 msgid "You can upload a tar gzip file containing a FreePBX module from your local system. If a module with the same name already exists, it will be overwritten." 652 msgstr "ÐПжеÑе Ўа ЎПбавОÑе tar gzip Ñайл ÑÑÐŽÑÑÐ¶Ð°Ñ FreePBX ЌПЎÑл ÐŸÑ Ð²Ð°ÑаÑа лПкалМа ÑОÑÑеЌа. ÐкП ЌПЎÑл ÑÑÑ ÑÑÑПÑП ОЌе веÑе ÑÑÑеÑÑвÑва, ÑПй Ñе бÑЎе пÑезапОÑаМ." 653 654 #: admin/page.modules.php:467 655 msgid "Show only upgradable" 656 msgstr "ÐПкажО ÑаЌП за ПбМПвÑваМе" 657 658 #: admin/page.modules.php:484 659 #: admin/page.modules.php:768 660 msgid "Download all" 661 msgstr "ÐзÑеглО вÑОÑкО" 662 663 #: admin/page.modules.php:485 664 #: admin/page.modules.php:769 665 msgid "Upgrade all" 666 msgstr "ÐбМПвО вÑОÑкО" 667 668 #: admin/page.modules.php:487 669 #: admin/page.modules.php:771 670 msgid "Reset" 671 msgstr "ÐзÑОÑÑО" 672 673 #: admin/page.modules.php:488 674 #: admin/page.modules.php:772 675 msgid "Process" 676 msgstr "ÐÑПЎÑлжО" 677 678 #: admin/page.modules.php:494 679 msgid "Module" 680 msgstr "ÐПЎÑл" 681 682 #: admin/page.modules.php:495 683 msgid "Type" 684 msgstr "ТОп" 685 686 #: admin/page.modules.php:496 687 msgid "Version" 688 msgstr "ÐеÑÑОÑ" 689 690 #: admin/page.modules.php:510 691 #: admin/page.modules.php:585 692 msgid "Broken" 693 msgstr "ÐПвÑеЎеМ" 694 695 #: admin/page.modules.php:541 696 #: admin/page.modules.php:546 697 #: admin/views/freepbx_admin.php:107 698 #: admin/views/freepbx_admin.php:112 699 #: admin/modules/core/page.ampusers.php:223 700 #: admin/modules/core/page.ampusers.php:227 701 msgid "name" 702 msgstr "ОЌе" 703 704 #: admin/page.modules.php:562 705 msgid "Not Installed (Locally available)" 706 msgstr "Ðе е ОМÑÑалОÑаМ (ÐПÑÑÑпеМ лПкалМП)" 707 708 #: admin/page.modules.php:564 709 #, php-format 710 msgid "Not Installed (Available online: %s)" 711 msgstr "Ðе е ОМÑÑалОÑаМ (ÐПÑÑÑпеМ ПМлайМ: %s)" 712 713 #: admin/page.modules.php:571 714 #, php-format 715 msgid "Disabled; Online upgrade available (%s)" 716 msgstr "ÐабÑаМеМ; ÐПÑÑÑпМП ПМлайМ ПбМПвÑваМе (%s)" 717 718 #: admin/page.modules.php:573 719 #, php-format 720 msgid "Disabled; Newer than online version (%s)" 721 msgstr "ÐабÑаМеМ; ÐП-МПв ÐŸÑ ÐŸÐœÐ»Ð°Ð¹Ðœ веÑÑÐžÑ (%s)" 722 723 #: admin/page.modules.php:575 724 msgid "Disabled; up to date" 725 msgstr "ÐабÑаМеМ; ÐбМПвеМ" 726 727 #: admin/page.modules.php:578 728 #: admin/modules/core/page.general.php:140 729 msgid "Disabled" 730 msgstr "ÐабÑаМеМ" 731 732 #: admin/page.modules.php:582 733 #, php-format 734 msgid "Disabled; Pending upgrade to %s" 735 msgstr "ÐабÑаМеМ; Ð§Ð°ÐºÐ°Ñ ÐŸÐœÐŸÐ²ÑваМе ЎП %s" 736 737 #: admin/page.modules.php:592 738 #, php-format 739 msgid "Online upgrade available (%s)" 740 msgstr "ÐПÑÑÑпМП е ПМлайМ ПбМПвÑваМе (%s)" 741 742 #: admin/page.modules.php:594 743 #, php-format 744 msgid "Newer than online version (%s)" 745 msgstr "ÐП-МПв ÐŸÑ ÐŸÐœÐ»Ð°Ð¹Ðœ веÑÑÐžÑ (%s)" 746 747 #: admin/page.modules.php:596 748 msgid "Enabled and up to date" 749 msgstr "РазÑеÑеМ О ПбМПвеМ" 750 751 #: admin/page.modules.php:600 752 msgid "Enabled; Not available online" 753 msgstr "РазÑеÑеМ; Ðе е ЎПÑÑÑпеМ ПМлайМ" 754 755 #: admin/page.modules.php:602 756 #: admin/modules/core/page.general.php:139 757 msgid "Enabled" 758 msgstr "РазÑеÑеМ" 759 760 #: admin/page.modules.php:620 761 msgid "Attention" 762 msgstr "ÐМОЌаМОе" 763 764 #: admin/page.modules.php:621 765 msgid "attention" 766 msgstr "вМОЌаМОе" 767 768 #: admin/page.modules.php:625 769 msgid "Action" 770 msgstr "ÐейÑÑвОе" 771 772 #: admin/page.modules.php:628 773 msgid "No Action" 774 msgstr "Ðез ÐÑПЌÑМа" 775 776 #: admin/page.modules.php:635 777 #: admin/page.modules.php:668 778 msgid "Install" 779 msgstr "ÐМÑÑалОÑай" 780 781 #: admin/page.modules.php:638 782 msgid "Download and Install" 783 msgstr "ÐзÑеглО О ÐМÑÑалОÑай" 784 785 #: admin/page.modules.php:644 786 #: admin/modules/core/functions.inc.php:4257 787 #: admin/modules/core/functions.inc.php:4262 788 #: admin/modules/core/page.trunks.php:399 789 msgid "Enable" 790 msgstr "РазÑеÑО" 791 792 #: admin/page.modules.php:647 793 #: admin/page.modules.php:662 794 #: admin/page.modules.php:670 795 #: admin/page.modules.php:690 796 msgid "Uninstall" 797 msgstr "ÐеОМÑÑалОÑай" 798 799 #: admin/page.modules.php:652 800 #, php-format 801 msgid "Download %s, keep Disabled" 802 msgstr "ÐзÑеглО %s О гП ПÑÑавО ÐабÑаМеМ" 803 804 #: admin/page.modules.php:660 805 #, php-format 806 msgid "Upgrade to %s and Enable" 807 msgstr "ÐбМПвО ЎП %s О гП РазÑеÑО" 808 809 #: admin/page.modules.php:680 810 #, php-format 811 msgid "Download and Upgrade to %s" 812 msgstr "ÐзÑеглО О ÐбМПвО ЎП %s" 813 814 #: admin/page.modules.php:686 815 #: admin/modules/core/functions.inc.php:4258 816 #: admin/modules/core/functions.inc.php:4261 817 #: admin/modules/core/functions.inc.php:4265 818 #: admin/modules/core/page.trunks.php:390 819 msgid "Disable" 820 msgstr "ÐабÑаМО" 821 822 #: admin/page.modules.php:696 823 #: admin/modules/core/functions.inc.php:4754 824 #: admin/modules/core/page.did.php:186 825 #: admin/modules/core/page.zapchandids.php:99 826 msgid "Description" 827 msgstr "ÐпОÑаМОе" 828 829 #: admin/page.modules.php:698 830 #, php-format 831 msgid "Description for version %s" 832 msgstr "ÐпОÑаМОе за веÑÑÐžÑ %s" 833 834 #: admin/page.modules.php:699 835 msgid "description" 836 msgstr "ПпОÑаМОе" 837 838 #: admin/page.modules.php:701 839 msgid "No description is available." 840 msgstr "Ðе е ЎПÑÑÑпМП ПпОÑаМОе." 841 842 #: admin/page.modules.php:704 843 #: admin/page.modules.php:706 844 msgid "More info" 845 msgstr "ÐПвеÑе ОМÑПÑЌаÑОÑ" 846 847 #: admin/page.modules.php:706 848 #, php-format 849 msgid "Get help for %s" 850 msgstr "ÐПлÑÑО Ð¿ÐŸÐŒÐŸÑ Ð·Ð° %s" 851 852 #: admin/page.modules.php:711 853 msgid "Changelog" 854 msgstr "ÐзЌеМеМОÑ" 855 856 #: admin/page.modules.php:712 857 #, php-format 858 msgid "Change Log for version %s" 859 msgstr "ÐÐ·ÐŒÐµÐœÐµÐœÐžÑ Ð·Ð° веÑÑÐžÑ %s" 860 861 #: admin/page.modules.php:732 862 msgid "Debug" 863 msgstr "ÐÑÑÑаМÑваМе Ма ÐÑеÑкО" 864 865 #: admin/page.modules.php:757 866 msgid "All available modules are up-to-date and installed." 867 msgstr "ÐÑОÑкО ЎПÑÑÑпМО ЌПЎÑлО Ñа ПбМПвеМО О ОМÑÑалОÑаМО." 868 869 #: admin/page.modules.php:759 870 msgid "No modules to display." 871 msgstr "ÐÑЌа ЌПЎÑлО за пПказваМе." 872 873 #: admin/page.modules.php:809 874 msgid "Untarring.." 875 msgstr "РазаÑÑ 876 ОвОÑаМе.." 877 878 #: admin/page.modules.php:829 879 msgid "Done." 880 msgstr "ÐзпÑлМеМП." 881 882 #: admin/panel.php:18 883 msgid "FreePBX: Flash Operator Panel" 884 msgstr "FreePBX: Ð€Ð»Ð°Ñ ÐпеÑаÑÐŸÑ ÐаМел" 885 886 #: admin/panel.php:19 887 msgid "Flash Operator Panel" 888 msgstr "Ð€Ð»Ð°Ñ ÐпеÑаÑÐŸÑ ÐаМел" 889 890 #: admin/reports.php:18 891 msgid "FreePBX: Call Detail Reports" 892 msgstr "FreePBX: ÐПЎÑПбМО ÐÑÑеÑО Ма РазгПвПÑОÑе" 893 894 #: admin/reports.php:19 895 msgid "Call Detail Reports" 896 msgstr "ÐПЎÑПбМО ÐÑÑеÑО Ма РазгПвПÑОÑе" 897 898 #: admin/reports.php:41 899 msgid "Call Logs" 900 msgstr "РегОÑÑÑОÑаМО РазгПвПÑО" 901 902 #: admin/reports.php:42 903 msgid "Compare Calls" 904 msgstr "СÑавМеМОе Ма РазгПвПÑОÑе" 905 906 #: admin/reports.php:43 907 msgid "Monthly Traffic" 908 msgstr "ÐеÑеÑеМ ТÑаÑОк" 909 910 #: admin/reports.php:44 911 msgid "Daily load" 912 msgstr "ÐМевМП ÐаÑПваÑваМе" 913 914 #: admin/views/freepbx_admin.php:87 915 #: admin/modules/core/page.ampusers.php:217 916 msgid "category" 917 msgstr "каÑегПÑОÑ" 918 919 #: admin/views/freepbx_admin.php:178 920 msgid "WARNING: Javascript is disabled in your browser. The FreePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another browser that supports it." 921 msgstr "ÐÐÐÐÐÐÐÐ: Javascript е забÑаМеМ вÑв ваÑÐžÑ Ð±ÑаÑзеÑ. FreePBX Ñе МÑжЎае ÐŸÑ Javascript за Ўа ÑабПÑО МПÑЌалМП. ÐÐŸÐ»Ñ ÑазÑеÑеÑе Javascript ОлО ОзпПлзвайÑе ÐŽÑÑг бÑаÑÐ·ÐµÑ ÐºÐŸÐ¹ÑП гП пПЎЎÑÑжа." 922 923 #: admin/views/freepbx_admin.php:192 924 #, php-format 925 msgid "%s is a registered trademark of %s" 926 msgstr "%s е запазеМа ЌаÑка Ма %s" 927 928 #: admin/views/freepbx_admin.php:193 929 #: admin/views/freepbx_admin.php:196 930 #: admin/views/freepbx.php:141 931 #: admin/views/freepbx.php:150 932 msgid "FreePBX" 933 msgstr "FreePBX" 934 935 #: admin/views/freepbx_admin.php:195 936 #, php-format 937 msgid "%s is licensed under %s" 938 msgstr "%s е лОÑеМзОÑаМ пПЎ %s" 939 940 #: admin/views/freepbx.php:148 941 #, php-format 942 msgid "%s %s on %s" 943 msgstr "%s %s Ма %s" 944 945 #: admin/views/freepbx.php:165 946 msgid "Management" 947 msgstr "УпÑавлеМОе" 948 949 #: admin/views/freepbx.php:166 950 msgid "Admin" 951 msgstr "ÐЎЌОМ" 952 953 #: admin/views/freepbx.php:167 954 msgid "Reports" 955 msgstr "ÐÑÑеÑО" 956 957 #: admin/views/freepbx.php:169 958 msgid "Panel" 959 msgstr "ÐаМел" 960 961 #: admin/views/freepbx.php:171 962 msgid "Recordings" 963 msgstr "ÐапОÑО" 964 965 #: admin/views/freepbx.php:172 966 msgid "Help" 967 msgstr "ÐПЌПÑ" 968 969 #: admin/views/freepbx.php:189 970 msgid "Logged in: " 971 msgstr "ÐлÑзÑл Ñ:" 972 973 #: admin/views/freepbx.php:190 974 msgid "Logout" 975 msgstr "Ðзлез" 976 977 #: admin/views/freepbx_reloadbar.php:3 978 msgid "Reload Required" 979 msgstr "ÐÐµÐŸÐ±Ñ 980 ПЎОЌП е ÐÑезаÑежЎаМе" 981 982 #: admin/views/freepbx_reloadbar.php:4 983 #: admin/views/freepbx_reloadbar.php:5 984 #: admin/views/freepbx_reload.php:107 985 msgid "Apply Configuration Changes" 986 msgstr "ÐÑОлПжО ÐÑПЌеМОÑе" 987 988 #: admin/views/freepbx_reloadbar.php:5 989 #, php-format 990 msgid "You have made changes to the configuration that have not yet been applied. When you are finished making all changes, click on %s to put them into effect." 991 msgstr "ÐОе ÑÑе МапÑавОлО пÑПЌеМО в кПМÑОгÑÑаÑОÑÑа, кПОÑП ПÑе Ме Ñа пÑОлПжеМО. ÐПгаÑП пÑОклÑÑОÑе Ñ Ð¿ÑПЌеМОÑе, клОкМеÑе вÑÑÑ 992 Ñ %s за Ўа Ñе пÑОлПжаÑ." 993 994 #: admin/views/freepbx_reload.php:71 995 msgid " error(s) occured, you should view the notification log on the dashboard or main screen to check for more details." 996 msgstr "МаÑÑÐºÐœÐ°Ñ 997 Ñе Ма гÑеÑка, вОжÑе лПга Ñ ÑÑПбÑеМОÑÑа Ма ÑаблПÑП ОлО Ð³Ð»Ð°Ð²ÐœÐžÑ ÐµÐºÑаМ за пПвеÑе ОМÑПÑЌаÑОÑ." 998 999 #: admin/views/freepbx_reload.php:75 1000 #: admin/views/freepbx_reload.php:89 1001 msgid "Close" 1002 msgstr "ÐаÑвПÑО" 1003 1004 #: admin/views/freepbx_reload.php:76 1005 msgid "Retry" 1006 msgstr "ÐÑМПвП" 1007 1008 #: admin/views/freepbx_reload.php:88 1009 msgid "Error: Did not receive valid response from server" 1010 msgstr "ÐÑеÑка: Ðе пПлÑÑÐžÑ 1011 пÑавОлеМ ПÑÐ³ÐŸÐ²ÐŸÑ ÐŸÑ ÑÑÑвÑÑа" 1012 1013 #: admin/views/freepbx_reload.php:108 1014 msgid "Reloading will apply all configuration changes made in FreePBX to your PBX engine and make them active." 1015 msgstr "ÐÑезаÑежЎаМеÑП Ñе пÑОлПжО вÑОÑкО пÑПЌеМО МапÑавеМО в FreePBX Ма ваÑаÑа ÑеМÑÑала О Ñе гО МапÑавО акÑОвМО." 1016 1017 #: admin/views/freepbx_reload.php:110 1018 msgid "Accept" 1019 msgstr "ÐÑОеЌО" 1020 1021 #: admin/views/freepbx_reload.php:110 1022 msgid "Continue with reload" 1023 msgstr "ÐÑПЎÑлжО Ñ Ð¿ÑезаÑежЎаМеÑП" 1024 1025 #: admin/views/freepbx_reload.php:111 1026 msgid "Cancel reload and go back to editing" 1027 msgstr "ÐÑЌеМО пÑезаÑежЎаМеÑП О Ñе вÑÑМО кÑÐŒ ÑеЎакÑОÑаМе" 1028 1029 #: admin/views/freepbx_reload.php:116 1030 msgid "Please wait, reloading.." 1031 msgstr "ÐÐŸÐ»Ñ ÐžÐ·ÑакайÑе, пÑезаÑежЎаЌ.." 1032 1033 #: admin/views/freepbx_reload.php:117 1034 msgid "Loading..." 1035 msgstr "ÐаÑÑежЎаЌ..." 1036 1037 #: admin/views/loggedout.php:4 1038 msgid "Logged out" 1039 msgstr "ÐзлÑзÑл" 1040 1041 #: admin/views/loggedout.php:5 1042 msgid "You have been succesfully logged out." 1043 msgstr "ÐОе ОзлÑÐ·ÐŸÑ 1044 Ñе ÑÑпеÑМП." 1045 1046 #: admin/views/loggedout.php:6 1047 msgid "Log in" 1048 msgstr "Ðлез" 1049 1050 #: admin/views/menuitem_disabled.php:3 1051 #, php-format 1052 msgid "[WARNING]: Menu Item: %s is disabled because asterisk is not running" 1053 msgstr "[ÐÐÐÐÐÐÐÐ]: ÐÐµÐœÑ ÐлеЌеМÑа: %s е забÑаМеМ заÑПÑП ÐÑÑеÑОÑк Ме е ÑÑаÑÑОÑаМ" 1054 1055 #: admin/views/menuitem_disabled.php:4 1056 msgid "Restart Asterisk and then refresh the browser in order to try accessing this menu item again." 1057 msgstr "РеÑÑаÑÑОÑайÑе ÐÑÑеÑОÑк О ÑПгава пÑезаÑеЎеÑе бÑаÑзеÑа ÑО." 1058 1059 #: admin/views/noaccess.php:4 1060 msgid "Not found" 1061 msgstr "Ðе е МаЌеÑеМ" 1062 1063 #: admin/views/noaccess.php:5 1064 msgid "The section you requested does not exist or you do not have access to it." 1065 msgstr "РазЎелÑÑ ÐºÐŸÐ¹ÑП ÑÑÑÑОÑе Ме ÑÑÑеÑÑвÑва ОлО МÑЌаÑе ЎПÑÑÑп ЎП МегП." 1066 1067 #: admin/views/unauthorized.php:4 1068 msgid "Unauthorized" 1069 msgstr "ÐеПÑПÑОзОÑаМ" 1070 1071 #: admin/views/unauthorized.php:5 1072 msgid "You are not authorized to access this page." 1073 msgstr "ÐОе МÑЌаÑе пÑавП Ма ЎПÑÑÑп ЎП ÑазО ÑÑÑаМОÑа." 1074 1075 #: admin/views/welcome_nomanager.php:2 1076 msgid "Warning:" 1077 msgstr "ÐМОЌаМОе:" 1078 1079 #: admin/views/welcome_nomanager.php:5 1080 msgid "Cannot connect to Asterisk Manager with " 1081 msgstr "Ðе ЌПга Ўа Ñе ÑвÑÑжа кÑÐŒ ÐÑÑеÑОÑк Manager Ñ" 1082 1083 #: admin/views/welcome_nomanager.php:7 1084 msgid "Asterisk may not be running." 1085 msgstr "ÐПже бО ÐÑÑеÑОÑк Ме ÑÑаÑÑОÑаМ." 1086 1087 #: admin/views/welcome.php:3 34 1088 msgid "Welcome to FreePBX." 35 1089 msgstr "ÐПбÑе ÐПÑлО в FreePBX" 36 1090 37 #: a mp_conf/htdocs/admin/views/welcome.php:91091 #: admin/views/welcome.php:9 38 1092 msgid "Critical" 39 1093 msgstr "ÐÑОÑОÑМП" 40 1094 41 #: a mp_conf/htdocs/admin/views/welcome.php:101095 #: admin/views/welcome.php:10 42 1096 msgid "Security" 43 1097 msgstr "ÐаÑОÑМП" 44 1098 45 #: a mp_conf/htdocs/admin/views/welcome.php:111099 #: admin/views/welcome.php:11 46 1100 msgid "Update" 47 1101 msgstr "ÐбМПвÑваМе" 48 1102 49 #: a mp_conf/htdocs/admin/views/welcome.php:121103 #: admin/views/welcome.php:12 50 1104 msgid "Error" 51 1105 msgstr "ÐÑеÑка" 52 1106 53 #: a mp_conf/htdocs/admin/views/welcome.php:131107 #: admin/views/welcome.php:13 54 1108 msgid "Warning" 55 1109 msgstr "ÐМОЌаМОе" 56 1110 57 #: a mp_conf/htdocs/admin/views/welcome.php:141111 #: admin/views/welcome.php:14 58 1112 msgid "Notice" 59 1113 msgstr "ÐМОЌаМОе" 60 1114 61 #: a mp_conf/htdocs/admin/views/welcome.php:361115 #: admin/views/welcome.php:36 62 1116 msgid "If you're new to FreePBX, Welcome. Here are some quick instructions to get you started" 63 1117 msgstr "ÐкП Ñега запПÑваÑе Ñ FreePBX, ÐÐŽÑавейÑе. ÐÑП МÑкПО бÑÑзО ОМÑÑÑÑкÑОО за МаÑалП" 64 1118 65 #: a mp_conf/htdocs/admin/views/welcome.php:401119 #: admin/views/welcome.php:40 66 1120 #, php-format 67 1121 msgid "" … … 80 1134 "ЎПÑÑÑпМа МПва веÑÑÐžÑ ÐœÐ° ЌПЎÑла." 81 1135 82 #: a mp_conf/htdocs/admin/views/welcome.php:541136 #: admin/views/welcome.php:54 83 1137 #, php-format 84 1138 msgid "" … … 93 1147 "кПгаÑП ЌПЎÑла е ОМÑÑалОÑаМ, за Ўа ÑÑаÑÑОÑаÑе Java IRC клОеМÑ." 94 1148 95 #: a mp_conf/htdocs/admin/views/welcome.php:661149 #: admin/views/welcome.php:66 96 1150 #, php-format 97 1151 msgid "" … … 102 1156 "вÑпÑПÑО О Ўа ÑÑÑÑОÑе ПÑгПвПÑО за вÑекО пÑПблеЌ кПйÑП ЌПже бО ОЌаÑе." 103 1157 104 #: a mp_conf/htdocs/admin/views/welcome.php:711158 #: admin/views/welcome.php:71 105 1159 msgid "We hope you enjoy using FreePBX!" 106 1160 msgstr "ÐаЎÑваЌе Ñе Ñе Ñе ОзпПлзваÑе Ñ ÑЎПвПлÑÑвОе FreePBX!" 107 1161 108 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:3 109 msgid "Reload Required" 110 msgstr "ÐÐµÐŸÐ±Ñ 111 ПЎОЌП е ÐÑезаÑежЎаМе" 112 113 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:4 114 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:5 115 #: amp_conf/htdocs/admin/views/freepbx_reload.php:107 116 msgid "Apply Configuration Changes" 117 msgstr "ÐÑОлПжО ÐÑПЌеМОÑе" 118 119 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:5 120 #, php-format 121 msgid "You have made changes to the configuration that have not yet been applied. When you are finished making all changes, click on %s to put them into effect." 122 msgstr "ÐОе ÑÑе МапÑавОлО пÑПЌеМО в кПМÑОгÑÑаÑОÑÑа, кПОÑП ПÑе Ме Ñа пÑОлПжеМО. ÐПгаÑП пÑОклÑÑОÑе Ñ Ð¿ÑПЌеМОÑе, клОкМеÑе вÑÑÑ 123 Ñ %s за Ўа Ñе пÑОлПжаÑ." 124 125 #: amp_conf/htdocs/admin/views/unauthorized.php:4 126 msgid "Unauthorized" 127 msgstr "ÐеПÑПÑОзОÑаМ" 128 129 #: amp_conf/htdocs/admin/views/unauthorized.php:5 130 msgid "You are not authorized to access this page." 131 msgstr "ÐОе МÑЌаÑе пÑавП Ма ЎПÑÑÑп ЎП ÑазО ÑÑÑаМОÑа." 132 133 #: amp_conf/htdocs/admin/views/freepbx_admin.php:87 134 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:217 135 msgid "category" 136 msgstr "каÑегПÑОÑ" 137 138 #: amp_conf/htdocs/admin/views/freepbx_admin.php:107 139 #: amp_conf/htdocs/admin/views/freepbx_admin.php:112 140 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:223 141 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:227 142 #: amp_conf/htdocs/admin/page.modules.php:541 143 #: amp_conf/htdocs/admin/page.modules.php:546 144 msgid "name" 145 msgstr "ОЌе" 146 147 #: amp_conf/htdocs/admin/views/freepbx_admin.php:177 148 msgid "WARNING: Javascript is disabled in your browser. The FreePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another browser that supports it." 149 msgstr "ÐÐÐÐÐÐÐÐ: Javascript е забÑаМеМ вÑв ваÑÐžÑ Ð±ÑаÑзеÑ. FreePBX Ñе МÑжЎае ÐŸÑ Javascript за Ўа ÑабПÑО МПÑЌалМП. ÐÐŸÐ»Ñ ÑазÑеÑеÑе Javascript ОлО ОзпПлзвайÑе ÐŽÑÑг бÑаÑÐ·ÐµÑ ÐºÐŸÐ¹ÑП гП пПЎЎÑÑжа." 150 151 #: amp_conf/htdocs/admin/views/freepbx_admin.php:191 152 #, php-format 153 msgid "%s is a registered trademark of %s" 154 msgstr "%s е запазеМа ЌаÑка Ма %s" 155 156 #: amp_conf/htdocs/admin/views/freepbx_admin.php:192 157 #: amp_conf/htdocs/admin/views/freepbx_admin.php:195 158 #: amp_conf/htdocs/admin/views/freepbx.php:140 159 #: amp_conf/htdocs/admin/views/freepbx.php:149 160 msgid "FreePBX" 161 msgstr "FreePBX" 162 163 #: amp_conf/htdocs/admin/views/freepbx_admin.php:194 164 #, php-format 165 msgid "%s is licensed under %s" 166 msgstr "%s е лОÑеМзОÑаМ пПЎ %s" 167 168 #: amp_conf/htdocs/admin/views/loggedout.php:4 169 msgid "Logged out" 170 msgstr "ÐзлÑзÑл" 171 172 #: amp_conf/htdocs/admin/views/loggedout.php:5 173 msgid "You have been succesfully logged out." 174 msgstr "ÐОе ОзлÑÐ·ÐŸÑ 175 Ñе ÑÑпеÑМП." 176 177 #: amp_conf/htdocs/admin/views/loggedout.php:6 178 msgid "Log in" 179 msgstr "Ðлез" 180 181 #: amp_conf/htdocs/admin/views/welcome_nomanager.php:2 182 msgid "Warning:" 183 msgstr "ÐМОЌаМОе:" 184 185 #: amp_conf/htdocs/admin/views/welcome_nomanager.php:5 186 msgid "Cannot connect to Asterisk Manager with " 187 msgstr "Ðе ЌПга Ўа Ñе ÑвÑÑжа кÑÐŒ ÐÑÑеÑОÑк Manager Ñ" 188 189 #: amp_conf/htdocs/admin/views/welcome_nomanager.php:7 190 msgid "Asterisk may not be running." 191 msgstr "ÐПже бО ÐÑÑеÑОÑк Ме ÑÑаÑÑОÑаМ." 192 193 #: amp_conf/htdocs/admin/views/freepbx_reload.php:71 194 msgid " error(s) occured, you should view the notification log on the dashboard or main screen to check for more details." 195 msgstr "МаÑÑÐºÐœÐ°Ñ 196 Ñе Ма гÑеÑка, вОжÑе лПга Ñ ÑÑПбÑеМОÑÑа Ма ÑаблПÑП ОлО Ð³Ð»Ð°Ð²ÐœÐžÑ ÐµÐºÑаМ за пПвеÑе ОМÑПÑЌаÑОÑ." 197 198 #: amp_conf/htdocs/admin/views/freepbx_reload.php:75 199 #: amp_conf/htdocs/admin/views/freepbx_reload.php:89 200 msgid "Close" 201 msgstr "ÐаÑвПÑО" 202 203 #: amp_conf/htdocs/admin/views/freepbx_reload.php:76 204 msgid "Retry" 205 msgstr "ÐÑМПвП" 206 207 #: amp_conf/htdocs/admin/views/freepbx_reload.php:88 208 msgid "Error: Did not receive valid response from server" 209 msgstr "ÐÑеÑка: Ðе пПлÑÑÐžÑ 210 пÑавОлеМ ПÑÐ³ÐŸÐ²ÐŸÑ ÐŸÑ ÑÑÑвÑÑа" 211 212 #: amp_conf/htdocs/admin/views/freepbx_reload.php:108 213 msgid "Reloading will apply all configuration changes made in FreePBX to your PBX engine and make them active." 214 msgstr "ÐÑезаÑежЎаМеÑП Ñе пÑОлПжО вÑОÑкО пÑПЌеМО МапÑавеМО в FreePBX Ма ваÑаÑа ÑеМÑÑала О Ñе гО МапÑавО акÑОвМО." 215 216 #: amp_conf/htdocs/admin/views/freepbx_reload.php:110 217 msgid "Accept" 218 msgstr "ÐÑОеЌО" 219 220 #: amp_conf/htdocs/admin/views/freepbx_reload.php:110 221 msgid "Continue with reload" 222 msgstr "ÐÑПЎÑлжО Ñ Ð¿ÑезаÑежЎаМеÑП" 223 224 #: amp_conf/htdocs/admin/views/freepbx_reload.php:111 225 #: amp_conf/htdocs/admin/page.modules.php:408 226 msgid "Cancel" 227 msgstr "ÐÑказ" 228 229 #: amp_conf/htdocs/admin/views/freepbx_reload.php:111 230 msgid "Cancel reload and go back to editing" 231 msgstr "ÐÑЌеМО пÑезаÑежЎаМеÑП О Ñе вÑÑМО кÑÐŒ ÑеЎакÑОÑаМе" 232 233 #: amp_conf/htdocs/admin/views/freepbx_reload.php:116 234 msgid "Please wait, reloading.." 235 msgstr "ÐÐŸÐ»Ñ ÐžÐ·ÑакайÑе, пÑезаÑежЎаЌ.." 236 237 #: amp_conf/htdocs/admin/views/freepbx_reload.php:117 238 msgid "Loading..." 239 msgstr "ÐаÑÑежЎаЌ..." 240 241 #: amp_conf/htdocs/admin/views/freepbx.php:147 242 #, php-format 243 msgid "%s %s on %s" 244 msgstr "%s %s Ма %s" 245 246 #: amp_conf/htdocs/admin/views/freepbx.php:164 247 msgid "Management" 248 msgstr "УпÑавлеМОе" 249 250 #: amp_conf/htdocs/admin/views/freepbx.php:165 251 msgid "Admin" 252 msgstr "ÐЎЌОМ" 253 254 #: amp_conf/htdocs/admin/views/freepbx.php:166 255 msgid "Reports" 256 msgstr "ÐÑÑеÑО" 257 258 #: amp_conf/htdocs/admin/views/freepbx.php:168 259 msgid "Panel" 260 msgstr "ÐаМел" 261 262 #: amp_conf/htdocs/admin/views/freepbx.php:170 263 msgid "Recordings" 264 msgstr "ÐапОÑО" 265 266 #: amp_conf/htdocs/admin/views/freepbx.php:171 267 msgid "Help" 268 msgstr "ÐПЌПÑ" 269 270 #: amp_conf/htdocs/admin/views/freepbx.php:188 271 msgid "Logged in: " 272 msgstr "ÐлÑзÑл Ñ:" 273 274 #: amp_conf/htdocs/admin/views/freepbx.php:189 275 msgid "Logout" 276 msgstr "Ðзлез" 277 278 #: amp_conf/htdocs/admin/views/menuitem_disabled.php:3 279 #, php-format 280 msgid "[WARNING]: Menu Item: %s is disabled because asterisk is not running" 281 msgstr "[ÐÐÐÐÐÐÐÐ]: ÐÐµÐœÑ ÐлеЌеМÑа: %s е забÑаМеМ заÑПÑП ÐÑÑеÑОÑк Ме е ÑÑаÑÑОÑаМ" 282 283 #: amp_conf/htdocs/admin/views/menuitem_disabled.php:4 284 msgid "Restart Asterisk and then refresh the browser in order to try accessing this menu item again." 285 msgstr "РеÑÑаÑÑОÑайÑе ÐÑÑеÑОÑк О ÑПгава пÑезаÑеЎеÑе бÑаÑзеÑа ÑО." 286 287 #: amp_conf/htdocs/admin/views/noaccess.php:4 288 msgid "Not found" 289 msgstr "Ðе е МаЌеÑеМ" 290 291 #: amp_conf/htdocs/admin/views/noaccess.php:5 292 msgid "The section you requested does not exist or you do not have access to it." 293 msgstr "РазЎелÑÑ ÐºÐŸÐ¹ÑП ÑÑÑÑОÑе Ме ÑÑÑеÑÑвÑва ОлО МÑЌаÑе ЎПÑÑÑп ЎП МегП." 294 295 #: amp_conf/htdocs/admin/common/db_connect.php:78 1162 #: admin/common/db_connect.php:78 296 1163 msgid "Default SQL Password Used" 297 1164 msgstr "ÐзпПлзва Ñе SQL ÐаÑПла ÐП-ÐПЎÑазбОÑаМе" 298 1165 299 #: a mp_conf/htdocs/admin/common/db_connect.php:781166 #: admin/common/db_connect.php:78 300 1167 msgid "You are using the default SQL password that is widely known, you should set a secure password" 301 1168 msgstr "ÐОе ОзпПлзваÑе за SQL паÑПла кПÑÑП е ÑОÑПкП ÑазпÑПÑÑÑаМеМа, ÑÑÑбва Ўа ÑÑÑаМПвОÑе МПва пП-ÑОгÑÑМа паÑПла" 302 1169 303 #: a mp_conf/htdocs/admin/common/db_connect.php:891170 #: admin/common/db_connect.php:89 304 1171 msgid "Memory Limit Changed" 305 1172 msgstr "ÐÑПЌеМеМ ÐÐžÐŒÐžÑ ÐœÐ° ÐаЌеÑÑа" 306 1173 307 #: a mp_conf/htdocs/admin/common/db_connect.php:891174 #: admin/common/db_connect.php:89 308 1175 #, php-format 309 1176 msgid "Your memory_limit, %sM, is set too low and has been increased to %sM. You may want to change this in you php.ini config file" 310 1177 msgstr "ÐаÑОÑÑ memory_limit, %sM, е ÑÑÑаМПвеМ пÑекалеМП МОÑÑк О беÑе ÑвелОÑеМ ЎП %sM. ÐПже Ўа ОÑкаÑе Ўа пÑПЌеМОÑе ÑПва в php.ini кПМÑОгÑÑаÑÐžÐŸÐœÐœÐžÑ Ñайл" 311 1178 312 #: a mp_conf/htdocs/admin/common/db_connect.php:911179 #: admin/common/db_connect.php:91 313 1180 msgid "Low Memory Limit" 314 1181 msgstr "ÐОÑÑк ÐÐžÐŒÐžÑ ÐœÐ° ÐаЌеÑÑа" 315 1182 316 #: a mp_conf/htdocs/admin/common/db_connect.php:911183 #: admin/common/db_connect.php:91 317 1184 #, php-format 318 1185 msgid "Your memory_limit, %sM, is set too low and may cause problems. FreePBX is not able to change this on your system. You should increase this to %sM in you php.ini config file" 319 1186 msgstr "ÐаÑОÑÑ memory_limit, %sM, е ÑÑÑаМПвеМ пÑекалеМП МОÑÑк О ЌПже Ўа ÑÑзЎаЎе пÑПблеЌО. FreePBX Ме ЌПже Ўа пÑПЌеМО ÑПва Ма ваÑаÑа ÑОÑÑеЌа. ТÑÑбва Ўа ÑвелОÑОÑе ÑПва ЎП %sM вÑв ваÑÐžÑ php.ini кПМÑОгÑÑаÑÐžÐŸÐœÐœÐžÑ Ñайл" 320 1187 321 #: a mp_conf/htdocs/admin/common/db_connect.php:1001188 #: admin/common/db_connect.php:100 322 1189 msgid "Magic Quotes GPC" 323 1190 msgstr "Magic Quotes GPC" 324 1191 325 #: a mp_conf/htdocs/admin/common/db_connect.php:1001192 #: admin/common/db_connect.php:100 326 1193 msgid "You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file which will cause errors in some modules. FreePBX expects this to be off and runs under that assumption" 327 1194 msgstr "ÐОе ОЌаÑе magic_quotes_gpc ÑазÑеÑеМО вÑв ваÑÐžÑ php.ini, http ОлО .htaccess Ñайл, кПеÑП ЌПже Ўа ЎПвеЎе ЎП гÑеÑкО в МÑкПО ЌПЎÑлО. FreePBX ПÑаква Ñе Ўа Ñа ОзклÑÑеМО О ÑабПÑО пПЎ ÑПва пÑеЎпПлПжеМОе" 328 1195 329 #: a mp_conf/htdocs/admin/common/script.js.php:361196 #: admin/common/script.js.php:36 330 1197 msgid "Please select a \"Destination\"" 331 1198 msgstr "ÐÐŸÐ»Ñ ÐžÐ·Ð±ÐµÑеÑе \"ÐапÑавлеМОе\"" 332 1199 333 #: a mp_conf/htdocs/admin/common/script.js.php:441200 #: admin/common/script.js.php:44 334 1201 msgid "Custom Goto contexts must contain the string \"custom-\". ie: custom-app,s,1" 335 1202 msgstr "Custom Goto кПМÑекÑÑОÑе ÑÑÑбва Ўа ÑÑÐŽÑÑÐ¶Ð°Ñ ÑÑÑОМг \"custom-\". ÐапÑОЌеÑ: custom-app,s,1" 336 1203 337 #: amp_conf/htdocs/admin/components.class.php:362 338 #: amp_conf/htdocs/admin/modules/core/page.did.php:301 339 msgid "Submit" 340 msgstr "ÐÑОеЌО" 341 342 #: amp_conf/htdocs/admin/header_auth.php:43 343 #: amp_conf/htdocs/admin/header_auth.php:70 344 msgid "Administration" 345 msgstr "Administration" 346 347 #: amp_conf/htdocs/admin/panel.php:18 348 msgid "FreePBX: Flash Operator Panel" 349 msgstr "FreePBX: Ð€Ð»Ð°Ñ ÐпеÑаÑÐŸÑ ÐаМел" 350 351 #: amp_conf/htdocs/admin/panel.php:19 352 msgid "Flash Operator Panel" 353 msgstr "Ð€Ð»Ð°Ñ ÐпеÑаÑÐŸÑ ÐаМел" 354 355 #: amp_conf/htdocs/admin/functions.inc.php:392 356 #, php-format 357 msgid "Cronmanager encountered %s Errors" 358 msgstr "Cronmanager Ñе МаÑÑкМа Ма %s гÑеÑкО" 359 360 #: amp_conf/htdocs/admin/functions.inc.php:393 361 msgid "The following commands failed with the listed error" 362 msgstr "СлеЎМОÑе кПЌаМЎО Ñе пÑÐŸÐ²Ð°Ð»ÐžÑ 363 а Ñ Ð¿ÐŸÐºÐ°Ð·Ð°ÐœÐžÑе гÑеÑкО" 364 365 #: amp_conf/htdocs/admin/functions.inc.php:765 366 #, php-format 367 msgid "Missing or unreadable config file (%s)...cannot continue" 368 msgstr "ÐОпÑÐ²Ð°Ñ ÐžÐ»Ðž МеÑеÑОЌ кПМÑОгÑÑаÑОПМеМ Ñайл (%s)...Ма ЌПга Ўа пÑПЎÑлжа" 369 370 #: amp_conf/htdocs/admin/functions.inc.php:1044 371 msgid "Objects" 372 msgstr "ÐбекÑО" 373 374 #: amp_conf/htdocs/admin/functions.inc.php:1044 375 msgid "Object" 376 msgstr "ÐбекÑ" 377 378 #: amp_conf/htdocs/admin/functions.inc.php:1045 379 #, php-format 380 msgid "Used as Destination by %s %s" 381 msgstr "ÐзпПлзваМ за ÐапÑавлеМОе ÐŸÑ %s %s" 382 383 #: amp_conf/htdocs/admin/functions.inc.php:1504 384 #: amp_conf/htdocs/admin/functions.inc.php:1574 385 #, php-format 386 msgid "Exit code was %s and output was: %s" 387 msgstr "ÐÐ·Ñ 388 ПЎМОÑÑ ÐºÐŸÐŽ беÑе %s О ÑезÑлÑаÑа е: %s" 389 390 #: amp_conf/htdocs/admin/functions.inc.php:1505 391 #: amp_conf/htdocs/admin/functions.inc.php:1575 392 #, php-format 393 msgid "Could not run %s script." 394 msgstr "Ðе ЌПга Ўа ÑÑаÑÑОÑаЌ ÑкÑОпÑа %s." 395 396 #: amp_conf/htdocs/admin/functions.inc.php:1522 397 #, php-format 398 msgid "Reload failed because retrieve_conf encountered an error: %s" 399 msgstr "ÐÑезаÑежЎаМеÑП Ñе пÑПвалО заÑПÑП retrieve_conf Ñе МаÑÑкМа Ма гÑеÑка: %s" 400 401 #: amp_conf/htdocs/admin/functions.inc.php:1524 402 #: amp_conf/htdocs/admin/functions.inc.php:1532 403 msgid "retrieve_conf failed, config not applied" 404 msgstr "retrieve_conf Ñе пÑПвалО, кПМÑОгÑÑОÑаМеÑП Ме е пÑОлПжеМП" 405 406 #: amp_conf/htdocs/admin/functions.inc.php:1530 407 msgid "Reload failed because FreePBX could not connect to the asterisk manager interface." 408 msgstr "ÐÑезаÑежЎаМеÑП Ñе пÑПвалО заÑПÑП FreePBX Ме ЌПже Ўа Ñе ÑвÑÑже Ñ ÐÑÑеÑОÑк manager ОМÑеÑÑейÑа." 409 410 #: amp_conf/htdocs/admin/functions.inc.php:1544 411 msgid "Successfully reloaded" 412 msgstr "УÑпеÑМП пÑезаÑежЎаМе" 413 414 #: amp_conf/htdocs/admin/functions.inc.php:1553 415 msgid "Could not reload the FOP operator panel server using the bounce_op.sh script. Configuration changes may not be reflected in the panel display." 416 msgstr "Ðе ЌПга Ўа пÑезаÑÐµÐŽÑ Ð€ÐÐ ÑÑÑвÑÑа ОзпПлзвайкО bounce_op.sh ÑкÑОпÑа. ÐзЌеМеМОÑÑа в кПМÑОгÑÑаÑОÑÑа ЌПже Ўа Ме Ñе Ð¿ÐŸÐºÐ°Ð¶Ð°Ñ ÐœÐ° паМел ЎОÑплеÑ." 417 418 #: amp_conf/htdocs/admin/functions.inc.php:1554 419 msgid "Could not reload FOP server" 420 msgstr "Ðе ЌПга Ўа пÑезаÑÐµÐŽÑ Ð€ÐÐ ÑÑÑвÑÑа" 421 422 #: amp_conf/htdocs/admin/functions.inc.php:1566 423 msgid "Successful reload, but could not clear reload flag due to a database error: " 424 msgstr "УÑпеÑМП пÑезаÑеЎеМ, МП Ме ЌПга Ўа ОзÑОÑÑÑ Ð¿ÑезаÑежЎаÑÐžÑ Ñлаг ÐŽÑлжаÑП Ñе Ма гÑеÑка в базаÑа ЎаММО: " 425 426 #: amp_conf/htdocs/admin/functions.inc.php:1615 427 #: amp_conf/htdocs/admin/modules/core/page.routing.php:578 428 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4695 429 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4697 430 msgid "Add" 431 msgstr "ÐПбавО" 432 433 #: amp_conf/htdocs/admin/functions.inc.php:2055 434 msgid "Unknown Destination" 435 msgstr "ÐеОзвеÑÑМП ÐапÑавлеМОе" 436 437 #: amp_conf/htdocs/admin/functions.inc.php:2055 438 msgid "ERROR: You have an unknown destination. If this was carried over as a Custom App from an earlier version, you must go register the destination in the Custom Destination tab provided by the Custom Applications module.<br />This will remain active until you change it but you can no longer edit or add a new one here." 439 msgstr "ÐÑеÑка: ÐОе ОЌаÑе МеОзвеÑÑМП МапÑавлеМОе. ÐкП ÑПва Ñе е ÑлÑÑОлП пПÑаЎО Custom ÐÑОлПжеМОе ÐŸÑ Ð¿ÑеЎОÑМа веÑÑОÑ, ÑÑÑбва Ўа ÑегОÑÑÑОÑаÑе МапÑавлеМОеÑП в Custom ÐапÑÐ°Ð²Ð»ÐµÐœÐžÑ ÐŒÐµÐœÑÑП пÑеЎПÑÑавеМП ÐŸÑ ÐŒÐŸÐŽÑл Custom ÐÑОлПжеМОÑ.<br />ТПва Ñе ПÑÑаМе акÑОвМП ЎПкаÑП Ме гП пÑПЌеМОÑе, МП МÑЌа Ўа ЌПжеÑе Ўа ÑеЎакÑОÑаÑе ОлО Ўа ЎПбавÑÑе МПвП МапÑавлеМОе ÑÑк." 440 441 #: amp_conf/htdocs/admin/functions.inc.php:2313 442 msgid "The following new modules are available for download. Click delete icon on the right to remove this notice." 443 msgstr "СлеЎваÑОÑе МПвО ЌПЎÑлО Ñа ЎПÑÑÑпМО за ОзÑеглÑМе. ÐлОкМеÑе вÑÑÑ 444 Ñ ÐžÐºÐŸÐœÐ°Ñа ОзÑÑОй ПÑÐŽÑÑМП за Ўа пÑÐµÐŒÐ°Ñ 445 МеÑе ÑПва ÑÑПбÑеМОе" 446 447 #: amp_conf/htdocs/admin/functions.inc.php:2317 448 #, php-format 449 msgid "%s New modules are available" 450 msgstr "%s ÐПвО ЌПЎÑла Ñа ЎПÑÑÑпМО" 451 452 #: amp_conf/htdocs/admin/functions.inc.php:2351 453 msgid "There is 1 module available for online upgrade" 454 msgstr "ÐЌа 1 ЌПЎÑл ЎПÑÑÑпеМ за ПМлайМ ПбМПвÑваМе" 455 456 #: amp_conf/htdocs/admin/functions.inc.php:2353 457 #, php-format 458 msgid "There are %s modules available for online upgrades" 459 msgstr "ÐЌа %s ЌПЎÑла ЎПÑÑÑпМО за ПМлайМ ПбМПвÑваМе" 460 461 #: amp_conf/htdocs/admin/functions.inc.php:2357 462 #, php-format 463 msgid "%s (current: %s)" 464 msgstr "%s (ÑекÑÑО: %s)" 465 466 #: amp_conf/htdocs/admin/functions.inc.php:2559 467 #, php-format 468 msgid "Module %s is required, but yours is broken. You should reinstall " 469 msgstr "ÐПЎÑл %s е ÐœÐµÐŸÐ±Ñ 470 ПЎОЌ, МП ваÑÐžÑ Ðµ пПвÑеЎеМ. ÐÑеОМÑÑалОÑайÑе гП" 471 472 #: amp_conf/htdocs/admin/functions.inc.php:2560 473 #, php-format 474 msgid "it and try again." 475 msgstr "О ПпОÑайÑе ПÑМПвП." 476 477 #: amp_conf/htdocs/admin/functions.inc.php:2563 478 #, php-format 479 msgid "Module %s is required, but yours is disabled." 480 msgstr "ÐПЎÑл %s е ÐœÐµÐŸÐ±Ñ 481 ПЎОЌ, МП ваÑÐžÑ Ðµ забÑаМеМ." 482 483 #: amp_conf/htdocs/admin/functions.inc.php:2566 484 #, php-format 485 msgid "Module %s is required, but yours is disabled because it needs to " 486 msgstr "ÐПЎÑл %s е ÐœÐµÐŸÐ±Ñ 487 ПЎОЌ, МП ваÑÐžÑ Ðµ забÑаМеМ заÑПÑП Ñе МÑжЎае" 488 489 #: amp_conf/htdocs/admin/functions.inc.php:2567 490 #, php-format 491 msgid "be upgraded. Please upgrade %s first, and then try again." 492 msgstr "ÐŸÑ ÐŸÐ±ÐœÐŸÐ²ÑваМе. ÐÐŸÐ»Ñ ÐŸÐ±ÐœÐŸÐ²ÐµÑе %s О ПпОÑайÑе ПÑМПвП." 493 494 #: amp_conf/htdocs/admin/functions.inc.php:2572 495 #, php-format 496 msgid "Module %s is required, yours is not installed." 497 msgstr "ÐПЎÑл %s е ÐœÐµÐŸÐ±Ñ 498 ПЎОЌ, ваÑÐžÑ ÐœÐµ е ОМÑÑалОÑаМ." 499 500 #: amp_conf/htdocs/admin/functions.inc.php:2576 501 #, php-format 502 msgid "Module %s is required." 503 msgstr "ÐПЎÑл %s е ÐœÐµÐŸÐ±Ñ 504 ПЎОЌ." 505 506 #: amp_conf/htdocs/admin/functions.inc.php:2585 507 #, php-format 508 msgid "File %s must exist." 509 msgstr "ЀайлÑÑ %s ÑÑÑбва Ўа ÑÑÑеÑÑвÑва." 510 511 #: amp_conf/htdocs/admin/functions.inc.php:2632 512 #, php-format 513 msgid "Requires engine %s, you have: %s" 514 msgstr "ÐзОÑква Ñе ОМÑÑÑÑÐŒÐµÐœÑ %s, вОе ОЌаÑе: %s" 515 516 #: amp_conf/htdocs/admin/functions.inc.php:2634 517 #, php-format 518 msgid "Requires one of the following engines: %s; you have: %s" 519 msgstr "ÐзОÑква Ñе еЎОМ ÐŸÑ ÑлеЎМОÑе ОМÑÑÑÑЌеМÑО: %s; вОе ОЌаÑе: %s" 520 521 #: amp_conf/htdocs/admin/functions.inc.php:2649 522 #, php-format 523 msgid "A %s version below %s is required, you have %s" 524 msgstr "%s веÑÑÐžÑ Ð¿ÐŸ-МОÑка ÐŸÑ %s е ÐœÐµÐŸÐ±Ñ 525 ПЎОЌа, вОе ОЌаÑе %s" 526 527 #: amp_conf/htdocs/admin/functions.inc.php:2652 528 #, php-format 529 msgid "%s version %s or below is required, you have %s" 530 msgstr "%s веÑÑÐžÑ %s ОлО пП-МОÑка е ÐœÐµÐŸÐ±Ñ 531 ПЎОЌа, вОе ОЌаÑе %s" 532 533 #: amp_conf/htdocs/admin/functions.inc.php:2655 534 #, php-format 535 msgid "A %s version newer than %s required, you have %s" 536 msgstr "%s веÑÑÐžÑ Ð¿ÐŸ-МПва ÐŸÑ %s е ÐœÐµÐŸÐ±Ñ 537 ПЎОЌа, вОе ОЌаÑе %s" 538 539 #: amp_conf/htdocs/admin/functions.inc.php:2658 540 #, php-format 541 msgid "Your %s version (%s) is incompatible." 542 msgstr "ÐаÑаÑа %s веÑÑÐžÑ (%s) е МеÑÑвЌеÑÑОЌа." 543 544 #: amp_conf/htdocs/admin/functions.inc.php:2661 545 #, php-format 546 msgid "Only %s version %s is compatible, you have %s" 547 msgstr "СаЌП %s веÑÑÐžÑ %s е ÑÑвЌеÑÑОЌа, вОе ОЌаÑе %s" 548 549 #: amp_conf/htdocs/admin/functions.inc.php:2665 550 #, php-format 551 msgid "%s version %s or higher is required, you have %s" 552 msgstr "%s веÑÑÐžÑ %s ОлО пП-вОÑПка е ÐœÐµÐŸÐ±Ñ 553 ПЎОЌа, вОе ОЌаÑе %s" 554 555 #: amp_conf/htdocs/admin/functions.inc.php:2723 556 msgid "Module is already enabled" 557 msgstr "ÐПЎÑлÑÑ Ð²ÐµÑе е ÑазÑеÑеМ" 558 559 #: amp_conf/htdocs/admin/functions.inc.php:2728 560 msgid "Module cannot be enabled" 561 msgstr "ÐПЎÑлÑÑ ÐœÐµ ЌПже Ўа бÑЎе ÑазÑеÑеМ" 562 563 #: amp_conf/htdocs/admin/functions.inc.php:2775 564 msgid "Module not found in repository" 565 msgstr "ÐПЎÑла Ме е МаЌеÑеМ в бОблОПÑекОÑе" 566 567 #: amp_conf/htdocs/admin/functions.inc.php:2808 568 #: amp_conf/htdocs/admin/functions.inc.php:2904 569 #: amp_conf/htdocs/admin/functions.inc.php:2982 570 #, php-format 571 msgid "Could not remove %s to install new version" 572 msgstr "Ðе ЌПга Ўа пÑÐµÐŒÐ°Ñ 573 Ма %s за Ўа ОМÑÑалОÑаЌ МПваÑа веÑÑОÑ" 574 575 #: amp_conf/htdocs/admin/functions.inc.php:2812 576 #: amp_conf/htdocs/admin/functions.inc.php:2908 577 #: amp_conf/htdocs/admin/functions.inc.php:2986 578 #, php-format 579 msgid "Could not untar %s to %s" 580 msgstr "Ðе ЌПга Ўа ÑазаÑÑ 581 ОвОÑаЌ %s в %s" 582 583 #: amp_conf/htdocs/admin/functions.inc.php:2816 584 #: amp_conf/htdocs/admin/functions.inc.php:2912 585 #: amp_conf/htdocs/admin/functions.inc.php:2990 586 #, php-format 587 msgid "Could not remove old module %s to install new version" 588 msgstr "Ðе ЌПга Ўа пÑÐµÐŒÐ°Ñ 589 Ма ÑÑаÑÐžÑ ÐŒÐŸÐŽÑл %s за Ўа ОМÑÑалОÑаЌ МПваÑа веÑÑОÑ" 590 591 #: amp_conf/htdocs/admin/functions.inc.php:2820 592 #: amp_conf/htdocs/admin/functions.inc.php:2916 593 #: amp_conf/htdocs/admin/functions.inc.php:2994 594 #, php-format 595 msgid "Could not move %s to %s" 596 msgstr "Ðе ЌПга Ўа пÑеЌеÑÑÑ %s в %s" 597 598 #: amp_conf/htdocs/admin/functions.inc.php:2841 599 #, php-format 600 msgid "Error opening %s for writing" 601 msgstr "ÐÑеÑка пÑО ПÑваÑÑМе Ма %s за запОÑ" 602 603 #: amp_conf/htdocs/admin/functions.inc.php:2857 604 #: amp_conf/htdocs/admin/functions.inc.php:2860 605 #, php-format 606 msgid "Error opening %s for reading" 607 msgstr "ÐÑеÑка пÑО ПÑваÑÑМе Ма %s за ÑеÑеМе" 608 609 #: amp_conf/htdocs/admin/functions.inc.php:2880 610 #, php-format 611 msgid "Unable to save %s" 612 msgstr "Ðе ЌПга Ўа запОÑа %s" 613 614 #: amp_conf/htdocs/admin/functions.inc.php:2888 615 #, php-format 616 msgid "File Integrity failed for %s - aborting" 617 msgstr "ЊелПÑÑÑа Ма Ñайла Ñе пÑПвалО за %s - пÑекÑаÑÑваЌ" 618 619 #: amp_conf/htdocs/admin/functions.inc.php:2933 620 msgid "Error finding uploaded file - check your PHP and/or web server configuration" 621 msgstr "ÐÑеÑка пÑО МаЌОÑаМе Ма ЎПбавеМ Ñайл - пÑПвеÑеÑе ваÑОÑе PHP О/ОлО Ñеб ÑÑÑвÑÑ ÐœÐ°ÑÑÑПйкО" 622 623 #: amp_conf/htdocs/admin/functions.inc.php:2938 624 msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 625 msgstr "ЀайлÑÑ ÑÑÑбва Ўа е в tar+gzip (.tgz or .tar.gz) ÑПÑЌаÑ" 626 627 #: amp_conf/htdocs/admin/functions.inc.php:2943 628 msgid "Filename not in correct format: must be modulename-version.tar.gz (eg. custommodule-0.1.tar.gz)" 629 msgstr "ÐЌеÑП Ма Ñайла е в МепÑавОлеМ ÑПÑЌаÑ: ÑÑÑбва Ўа е modulename-version.tar.gz (МапÑÐžÐŒÐµÑ custommodule-0.1.tar.gz)" 630 631 #: amp_conf/htdocs/admin/functions.inc.php:2952 632 #, php-format 633 msgid "Error creating temporary directory: %s" 634 msgstr "ÐÑеÑка пÑО ÑÑзЎаваМе Ма вÑеЌеММа ЎОÑекÑПÑОÑ: %s" 635 636 #: amp_conf/htdocs/admin/functions.inc.php:2960 637 msgid "Error untaring uploaded file. Must be a tar+gzip file" 638 msgstr "ÐÑеÑка пÑО ÑазаÑÑ 639 ОвОÑаМе Ма ÐŽÐŸÐ±Ð°Ð²ÐµÐœÐžÑ Ñайл. ТÑÑбва Ўа е tar+gzip Ñайл" 640 641 #: amp_conf/htdocs/admin/functions.inc.php:2999 642 #, php-format 643 msgid "Error removing temporary directory: %s" 644 msgstr "ÐÑеÑка пÑО пÑÐµÐŒÐ°Ñ 645 ваМе Ма вÑеЌеММаÑа ЎОÑекÑПÑОÑ: %s" 646 647 #: amp_conf/htdocs/admin/functions.inc.php:3028 648 msgid "Cannot find module" 649 msgstr "Ðе ЌПга Ўа МаЌеÑÑ ÐŒÐŸÐŽÑла" 650 651 #: amp_conf/htdocs/admin/functions.inc.php:3034 652 msgid "Could not read module.xml" 653 msgstr "Ðе ЌПга Ўа пÑПÑеÑа module.xml" 654 655 #: amp_conf/htdocs/admin/functions.inc.php:3039 656 msgid "This module is broken and cannot be installed. You should try to download it again." 657 msgstr "ÐПЎÑлÑÑ Ðµ пПвÑеЎеМ О Ме ЌПже Ўа бÑЎе ОМÑÑалОÑаМ. ÐÑПбвайÑе Ўа гП ОзÑеглОÑе ПÑМПвП." 658 659 #: amp_conf/htdocs/admin/functions.inc.php:3058 660 msgid "Failed to run installation scripts" 661 msgstr "СÑаÑÑОÑаМеÑП Ма ОМÑÑалаÑОПММОÑе ÑкÑОпÑПве Ñе пÑПвалО" 662 663 #: amp_conf/htdocs/admin/functions.inc.php:3072 664 #, php-format 665 msgid "Error updating database. Command was: %s; error was: %s " 666 msgstr "ÐÑеÑка пÑО ПбМПвÑваМе Ма базаÑа ЎаММО. ÐПЌаМЎаÑа беÑе: %s; гÑеÑкаÑа е: %s " 667 668 #: amp_conf/htdocs/admin/functions.inc.php:3106 669 #: amp_conf/htdocs/admin/functions.inc.php:3134 670 #: amp_conf/htdocs/admin/functions.inc.php:3171 671 msgid "Specified module not found" 672 msgstr "ÐпÑеЎелеМОÑÑ ÐŒÐŸÐŽÑл Ме е МаЌеÑеМ" 673 674 #: amp_conf/htdocs/admin/functions.inc.php:3111 675 msgid "Module not enabled: cannot disable" 676 msgstr "ÐПЎÑлÑÑ ÐœÐµ е ÑазÑеÑеМ: Ме ЌПга Ўа гП забÑаМÑ" 677 678 #: amp_conf/htdocs/admin/functions.inc.php:3115 679 #: amp_conf/htdocs/admin/functions.inc.php:3143 680 msgid "Cannot disable: The following modules depend on this one: " 681 msgstr "Ðе ЌПга Ўа забÑаМÑ: СлеЎМОÑе ЌПЎÑлО завОÑÑÑ ÐŸÑ ÐœÐµÐ³ÐŸ: " 682 683 #: amp_conf/htdocs/admin/functions.inc.php:3139 684 msgid "Module not installed: cannot uninstall" 685 msgstr "ÐПЎÑлÑÑ ÐœÐµ е ОМÑÑалОÑаМ: Ме ЌПга ЎП гП ЎеОМÑÑалОÑаЌ" 686 687 #: amp_conf/htdocs/admin/functions.inc.php:3150 688 msgid "Error updating database: " 689 msgstr "ÐÑеÑка пÑО ПбМПвÑваМе Ма базаÑа ЎаММО: " 690 691 #: amp_conf/htdocs/admin/functions.inc.php:3154 692 msgid "Failed to run un-installation scripts" 693 msgstr "СÑаÑÑОÑаМеÑП Ма ЎеОМÑÑалаÑОПММОÑе ÑкÑОпÑПве Ñе пÑПвалО" 694 695 #: amp_conf/htdocs/admin/functions.inc.php:3184 696 #, php-format 697 msgid "Cannot delete directory %s" 698 msgstr "Ðе ЌПга Ўа ОзÑÑÐžÑ ÐŽÐžÑекÑПÑÐžÑ %s" 699 700 #: amp_conf/htdocs/admin/functions.inc.php:3191 701 #, php-format 702 msgid "Error deleting directory %s (code %d)" 703 msgstr "ÐÑеÑка пÑО ОзÑÑОваМе Ма ЎОÑекÑПÑÐžÑ %s (кПЎ %d)" 704 705 #: amp_conf/htdocs/admin/functions.inc.php:3572 706 #, php-format 707 msgid "You have %s disabled modules" 708 msgstr "ÐОе ОЌаÑе %s забÑаМеМО ЌПЎÑлО" 709 710 #: amp_conf/htdocs/admin/functions.inc.php:3572 711 msgid "You have a disabled module" 712 msgstr "ÐОе ОЌаÑе забÑаМеМО ЌПЎÑлО" 713 714 #: amp_conf/htdocs/admin/functions.inc.php:3573 715 msgid "The following modules are disabled because they need to be upgraded:" 716 msgstr "СлеЎМОÑе ЌПЎÑлО Ñа забÑаМеМО заÑПÑП Ñе МÑжЎаÑÑ ÐŸÑ ÐŸÐ±ÐœÐŸÐ²ÑваМе:" 717 718 #: amp_conf/htdocs/admin/functions.inc.php:3574 719 #: amp_conf/htdocs/admin/functions.inc.php:3582 720 msgid "You should go to the module admin page to fix these." 721 msgstr "ТÑÑбва Ўа ПÑОЎеÑе Ма ÑÑÑаМОÑаÑа за ÑпÑавлеМОе Ма ЌПЎÑлОÑе за Ўа кПÑОгОÑаÑе ÑПва." 722 723 #: amp_conf/htdocs/admin/functions.inc.php:3580 724 #, php-format 725 msgid "You have %s broken modules" 726 msgstr "ÐОе ОЌаÑе %s пПвÑеЎеМО ЌПЎÑла" 727 728 #: amp_conf/htdocs/admin/functions.inc.php:3580 729 msgid "You have a broken module" 730 msgstr "ÐОе ОЌаÑе пПвÑеЎеМ ЌПЎÑл" 731 732 #: amp_conf/htdocs/admin/functions.inc.php:3581 733 msgid "The following modules are disabled because they are broken:" 734 msgstr "СлеЎМОÑе ЌПЎÑлО Ñа забÑаМеМО заÑПÑП Ñа пПвÑеЎеМО:" 735 736 #: amp_conf/htdocs/admin/reports.php:18 737 msgid "FreePBX: Call Detail Reports" 738 msgstr "FreePBX: ÐПЎÑПбМО ÐÑÑеÑО Ма РазгПвПÑОÑе" 739 740 #: amp_conf/htdocs/admin/reports.php:19 741 msgid "Call Detail Reports" 742 msgstr "ÐПЎÑПбМО ÐÑÑеÑО Ма РазгПвПÑОÑе" 743 744 #: amp_conf/htdocs/admin/reports.php:41 745 msgid "Call Logs" 746 msgstr "РегОÑÑÑОÑаМО РазгПвПÑО" 747 748 #: amp_conf/htdocs/admin/reports.php:42 749 msgid "Compare Calls" 750 msgstr "СÑавМеМОе Ма РазгПвПÑОÑе" 751 752 #: amp_conf/htdocs/admin/reports.php:43 753 msgid "Monthly Traffic" 754 msgstr "ÐеÑеÑеМ ТÑаÑОк" 755 756 #: amp_conf/htdocs/admin/reports.php:44 757 msgid "Daily load" 758 msgstr "ÐМевМП ÐаÑПваÑваМе" 759 760 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:477 761 msgid "Terminate Call" 762 msgstr "ÐÑекÑаÑО ÐбажЎаМе" 763 764 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:478 765 msgid "Hangup" 766 msgstr "ÐаÑвПÑО" 767 768 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:479 769 msgid "Congestion" 770 msgstr "ÐÑеÑПваÑеМ" 771 772 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:481 773 msgid "Play SIT Tone (Zapateller)" 774 msgstr "ÐÑзпÑПОзвеЎО SIT ÑПМ (Zapateller)" 775 776 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:482 777 msgid "Put caller on hold forever" 778 msgstr "ÐПÑÑавО ПбажЎаÑÐžÑ Ñе Ма заЎÑÑжаМе завОМагО" 779 780 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:483 781 msgid "Play ringtones to caller until they hangup" 782 msgstr "ÐÑÑкай звÑМеМе Ма ПбажЎаÑÐžÑ Ñе ЎПкаÑП заÑвПÑО" 783 784 #: amp_conf/htdocs/admin/modules/core/page.devices.php:18 785 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4656 786 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4673 787 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4695 788 msgid "Device" 789 msgstr "УÑÑÑПйÑÑвП" 790 791 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4444 792 msgid " Any DID" 793 msgstr " ÐÑекО DID" 794 795 #: amp_conf/htdocs/admin/modules/core/module.php:4 1204 #: admin/modules/core/core.i18n.php:5 1205 #: admin/modules/core/install.php:4 1206 msgid "Core" 1207 msgstr "ÐÑМПвМО" 1208 1209 #: admin/modules/core/core.i18n.php:7 796 1210 msgid "Basic" 797 1211 msgstr "ÐÑМПвМО ÐаÑÑÑПйкО" 798 1212 799 #: amp_conf/htdocs/admin/modules/core/module.php:5 800 #: amp_conf/htdocs/admin/modules/core/install.php:4 801 msgid "Core" 802 msgstr "ÐÑМПвМО" 803 804 #: amp_conf/htdocs/admin/modules/core/module.php:6 1213 #: admin/modules/core/core.i18n.php:9 805 1214 msgid "Extensions" 806 1215 msgstr "ÐÑÑÑеÑМО ÐОМОО" 807 1216 808 #: a mp_conf/htdocs/admin/modules/core/module.php:71217 #: admin/modules/core/core.i18n.php:11 809 1218 msgid "Users" 810 1219 msgstr "ÐПÑÑебОÑелО" 811 1220 812 #: a mp_conf/htdocs/admin/modules/core/module.php:81221 #: admin/modules/core/core.i18n.php:13 813 1222 msgid "Devices" 814 1223 msgstr "УÑÑÑПйÑÑва" 815 1224 816 #: a mp_conf/htdocs/admin/modules/core/module.php:91225 #: admin/modules/core/core.i18n.php:15 817 1226 msgid "Inbound Routes" 818 1227 msgstr "ÐÑ 819 1228 ПЎÑÑО ÐаÑÑÑÑÑО" 820 1229 821 #: a mp_conf/htdocs/admin/modules/core/module.php:101230 #: admin/modules/core/core.i18n.php:17 822 1231 msgid "Zap Channel DIDs" 823 1232 msgstr "DID Ма Zap ÐаМалО" 824 1233 825 #: a mp_conf/htdocs/admin/modules/core/module.php:111234 #: admin/modules/core/core.i18n.php:19 826 1235 msgid "Outbound Routes" 827 1236 msgstr "ÐÐ·Ñ 828 1237 ПЎÑÑО ÐаÑÑÑÑÑО" 829 1238 830 #: a mp_conf/htdocs/admin/modules/core/module.php:121239 #: admin/modules/core/core.i18n.php:21 831 1240 msgid "Trunks" 832 1241 msgstr "ÐÑМÑМО ÐОМОО" 833 1242 834 #: a mp_conf/htdocs/admin/modules/core/module.php:13835 #: a mp_conf/htdocs/admin/modules/core/page.ampusers.php:159836 #: a mp_conf/htdocs/admin/modules/core/page.trunks.php:3511243 #: admin/modules/core/core.i18n.php:23 1244 #: admin/modules/core/page.ampusers.php:159 1245 #: admin/modules/core/page.trunks.php:351 837 1246 msgid "General Settings" 838 1247 msgstr "ÐбÑО ÐаÑÑÑПйкО" 839 1248 840 #: a mp_conf/htdocs/admin/modules/core/module.php:141249 #: admin/modules/core/core.i18n.php:25 841 1250 msgid "Administrators" 842 1251 msgstr "ÐЎЌОМОÑÑÑаÑПÑО" 843 1252 844 #: a mp_conf/htdocs/admin/modules/core/module.php:151253 #: admin/modules/core/core.i18n.php:27 845 1254 msgid "FreePBX Support" 846 1255 msgstr "FreePBX ÐПЎЎÑÑжка" 847 1256 848 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:101 849 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4362 1257 #: admin/modules/core/functions.inc.php:477 1258 msgid "Terminate Call" 1259 msgstr "ÐÑекÑаÑО ÐбажЎаМе" 1260 1261 #: admin/modules/core/functions.inc.php:478 1262 msgid "Hangup" 1263 msgstr "ÐаÑвПÑО" 1264 1265 #: admin/modules/core/functions.inc.php:479 1266 msgid "Congestion" 1267 msgstr "ÐÑеÑПваÑеМ" 1268 1269 #: admin/modules/core/functions.inc.php:480 1270 #: admin/modules/core/page.general.php:198 1271 msgid "Busy" 1272 msgstr "ÐаеÑП" 1273 1274 #: admin/modules/core/functions.inc.php:481 1275 msgid "Play SIT Tone (Zapateller)" 1276 msgstr "ÐÑзпÑПОзвеЎО SIT ÑПМ (Zapateller)" 1277 1278 #: admin/modules/core/functions.inc.php:482 1279 msgid "Put caller on hold forever" 1280 msgstr "ÐПÑÑавО ПбажЎаÑÐžÑ Ñе Ма заЎÑÑжаМе завОМагО" 1281 1282 #: admin/modules/core/functions.inc.php:483 1283 msgid "Play ringtones to caller until they hangup" 1284 msgstr "ÐÑÑкай звÑМеМе Ма ПбажЎаÑÐžÑ Ñе ЎПкаÑП заÑвПÑО" 1285 1286 #: admin/modules/core/functions.inc.php:554 1287 #, php-format 1288 msgid "User Extension %s: %s" 1289 msgstr "ÐÑÑÑеÑМа ÐÐžÐœÐžÑ ÐœÐ° ÐПÑÑебОÑел %s: %s" 1290 1291 #: admin/modules/core/functions.inc.php:1993 1292 #: admin/modules/core/functions.inc.php:2012 1293 msgid "A route for this DID/CID already exists!" 1294 msgstr "ÐеÑе ÑÑÑеÑÑвÑва ЌаÑÑÑÑÑ Ð·Ð° ÑПзО DID/CID!" 1295 1296 #: admin/modules/core/functions.inc.php:2079 1297 msgid "You must put in a device id" 1298 msgstr "ТÑÑбва Ўа вÑвеЎеÑе ID Ма ÑÑÑÑПйÑÑвПÑП" 1299 1300 #: admin/modules/core/functions.inc.php:2089 1301 msgid "This device id is already in use" 1302 msgstr "ID Ма ÑÑÑÑПйÑÑвПÑП веÑе Ñе ОзпПлзва" 1303 1304 #: admin/modules/core/functions.inc.php:2670 1305 msgid "User Extension: " 1306 msgstr "ÐÑÑÑеÑМа ÐОМОÑ:" 1307 1308 #: admin/modules/core/functions.inc.php:2699 1309 #, php-format 1310 msgid "Inbound Route: %s (%s)" 1311 msgstr "ÐÑ 1312 ПЎÑÑ ÐаÑÑÑÑÑ: %s (%s)" 1313 1314 #: admin/modules/core/functions.inc.php:2733 1315 msgid "You must put in an extension (or user) number" 1316 msgstr "ТÑÑбва Ўа вÑвеЎеÑе ÐœÐŸÐŒÐµÑ ÐœÐ° вÑÑÑеÑМа Ð»ÐžÐœÐžÑ (ОлО пПÑÑебОÑел)" 1317 1318 #: admin/modules/core/functions.inc.php:2742 1319 #, php-format 1320 msgid "This user/extension %s is already in use" 1321 msgstr "ÐПÑÑебОÑелÑÑ/вÑÑÑеÑМаÑа Ð»ÐžÐœÐžÑ %s веÑе Ñе ОзпПлзва" 1322 1323 #: admin/modules/core/functions.inc.php:2761 1324 #: admin/modules/core/functions.inc.php:3012 1325 #, php-format 1326 msgid "A route with this DID/CID: %s/%s already exists" 1327 msgstr "ÐаÑÑÑÑÑ Ñ ÑПзО DID/CID: %s/%s веÑе Ñе ОзпПлзва" 1328 1329 #: admin/modules/core/functions.inc.php:3047 1330 #: admin/modules/core/page.zapchandids.php:123 1331 msgid "Invalid Channel Number, must be numeric and not blank" 1332 msgstr "ÐепÑавОлеМ ÐÐŸÐŒÐµÑ ÐœÐ° ÐаМал, ÑÑÑбва Ўа е ÐŸÑ ÑОÑÑО О Ўа Ме е пÑазеМ" 1333 1334 #: admin/modules/core/functions.inc.php:3051 1335 #: admin/modules/core/page.zapchandids.php:124 1336 msgid "Invalid DID, must be a non-blank DID" 1337 msgstr "ÐепÑавОлеМ DID, пПлеÑП Ме ЌПже Ўа е пÑазМП" 1338 1339 #: admin/modules/core/functions.inc.php:3063 1340 msgid "Error Duplicate Channel Entry" 1341 msgstr "ÐÑеÑка ÐÑблОÑаМП ÐÑвежЎаМе Ма ÐаМал" 1342 1343 #: admin/modules/core/functions.inc.php:4227 1344 #, php-format 1345 msgid "Failed to open %s for writing, aborting attempt to write the country indications. The file may be readonly or the permissions may be incorrect." 1346 msgstr "ÐÑеÑка пÑО ПÑваÑÑМе Ма %s за запОÑ, пÑекÑаÑÑваЌ ПпОÑОÑе за Ð·Ð°Ð¿ÐžÑ ÐœÐ° МаÑОПМалМП зМаÑеМОе Ма ÑПМПвеÑе. ЀайлÑÑ ÐŒÐŸÐ¶Ðµ Ўа е ÑаЌП за ÑеÑеМе ОлО пÑаваÑа за ЎПÑÑÑп Ўа Ме Ñа МаÑÑÑПеМО пÑавОлМП." 1347 1348 #: admin/modules/core/functions.inc.php:4228 1349 msgid "Failed to write indications.conf" 1350 msgstr "ÐÑеÑка пÑО Ð·Ð°Ð¿ÐžÑ ÐœÐ° indications.conf" 1351 1352 #: admin/modules/core/functions.inc.php:4252 1353 msgid "On Demand" 1354 msgstr "ÐÑО ÐПОÑкваМе" 1355 1356 #: admin/modules/core/functions.inc.php:4253 1357 msgid "Always" 1358 msgstr "ÐОМагО" 1359 1360 #: admin/modules/core/functions.inc.php:4254 1361 msgid "Never" 1362 msgstr "ÐОкПга" 1363 1364 #: admin/modules/core/functions.inc.php:4266 1365 msgid "Screen Caller: No Memory" 1366 msgstr "Ðез ÐапПЌМÑМе" 1367 1368 #: admin/modules/core/functions.inc.php:4267 1369 msgid "Screen Caller: Memory" 1370 msgstr "СÑÑ ÐапПЌМÑМе" 1371 1372 #: admin/modules/core/functions.inc.php:4270 1373 #: admin/modules/core/page.did.php:224 1374 #: admin/modules/core/page.general.php:196 1375 msgid "Default" 1376 msgstr "ÐП-ÐПЎÑазбОÑаМе" 1377 1378 #: admin/modules/core/functions.inc.php:4318 1379 #: admin/modules/core/functions.inc.php:4671 1380 #: admin/modules/core/page.did.php:134 1381 msgid "deleted" 1382 msgstr "ОзÑÑОÑО" 1383 1384 #: admin/modules/core/functions.inc.php:4338 1385 #: admin/modules/core/functions.inc.php:4723 1386 #: admin/modules/core/page.did.php:163 1387 #: admin/modules/core/page.extensions.php:18 1388 msgid "Extension" 1389 msgstr "ÐÑÑÑеÑМа ÐОМОÑ" 1390 1391 #: admin/modules/core/functions.inc.php:4340 1392 #, php-format 1393 msgid "Delete Extension %s" 1394 msgstr "ÐзÑÑОй ÐÑÑÑеÑМа ÐÐžÐœÐžÑ %s" 1395 1396 #: admin/modules/core/functions.inc.php:4350 1397 #: admin/modules/core/page.did.php:159 1398 #: admin/modules/core/page.users.php:21 1399 msgid "User" 1400 msgstr "ÐПÑÑебОÑел" 1401 1402 #: admin/modules/core/functions.inc.php:4352 1403 #, php-format 1404 msgid "Delete User %s" 1405 msgstr "ÐзÑÑОй ÐПÑÑебОÑел %s" 1406 1407 #: admin/modules/core/functions.inc.php:4364 1408 msgid "Add User/Extension" 1409 msgstr "ÐПбавО ÐПÑÑебОÑел/ÐÑÑÑеÑМа ÐОМОÑ" 1410 1411 #: admin/modules/core/functions.inc.php:4371 1412 #: admin/modules/core/functions.inc.php:4741 1413 msgid "Please enter a valid extension number." 1414 msgstr "ÐÐŸÐ»Ñ Ð²ÑвеЎеÑе пÑавОлеМ ÐœÐŸÐŒÐµÑ ÐœÐ° вÑÑÑеÑМа лОМОÑ." 1415 1416 #: admin/modules/core/functions.inc.php:4372 1417 msgid "Please enter a valid CID Num Alias (must be a valid number)." 1418 msgstr "ÐÐŸÐ»Ñ Ð²ÑвеЎеÑе пÑавОлеМ пÑевЎПЌОМ Ма CID ÐÐŸÐŒÐµÑ (ÑÑÑбва Ўа е валОЎеМ МПЌеÑ)." 1419 1420 #: admin/modules/core/functions.inc.php:4373 1421 msgid "Please enter valid User Password using numbers only" 1422 msgstr "ÐÐŸÐ»Ñ Ð²ÑвеЎеÑе пÑавОлМа ÐПÑÑебОÑелÑка ÐаÑПла, каÑП ОзпПлзваÑе ÑаЌП ÑОÑÑО" 1423 1424 #: admin/modules/core/functions.inc.php:4374 1425 msgid "Please enter a valid Display Name" 1426 msgstr "ÐÐŸÐ»Ñ Ð²ÑвеЎеÑе пÑавОлМП ÐÑеЎÑÑавÑÑП ÐЌе" 1427 1428 #: admin/modules/core/functions.inc.php:4375 1429 msgid "Please enter a valid Outbound CID" 1430 msgstr "ÐÐŸÐ»Ñ Ð²ÑвеЎеÑе пÑавОлеМ ÐÐ·Ñ 1431 ПЎÑÑ CID" 1432 1433 #: admin/modules/core/functions.inc.php:4376 1434 msgid "Please enter a valid pause time in seconds, using digits only" 1435 msgstr "ÐÐŸÐ»Ñ Ð²ÑвеЎеÑе пÑавОлМа паÑза в ÑекÑМЎО, каÑП ОзпПлзваÑе ÑаЌП ÑОÑÑО" 1436 1437 #: admin/modules/core/functions.inc.php:4377 1438 msgid "You have entered a non-standard dialpattern for your DID. You can only enter standard dialpatterns. You must use the inbound routing form to enter non-standard patterns" 1439 msgstr "ÐÑвелО ÑÑе МаÑÑаМЎаÑÑеМ ЌПЎел за Ð²Ð°Ñ DID. ТÑк ЌПжеÑе Ўа вÑвежЎаÑе ÑаЌП ÑÑаМЎаÑÑМО ЌПЎелО. ÐзпПлзвайÑе ÐŒÐµÐœÑ ÐÑ 1440 ПЎÑÑО ЌаÑÑÑÑÑО за МеÑÑаМЎаÑÑМО ЌПЎелО." 1441 1442 #: admin/modules/core/functions.inc.php:4378 1443 msgid "Please enter a valid Caller ID Number or leave it blank for your Assigned DID/CID pair" 1444 msgstr "ÐÐŸÐ»Ñ Ð²ÑвеЎеÑе пÑавОлеМ CallerID ÐÐŸÐŒÐµÑ ÐžÐ»Ðž ПÑÑавеÑе пÑазМП за ваÑÐžÑ ÐазМаÑеМ DID/CID" 1445 1446 #: admin/modules/core/functions.inc.php:4385 1447 msgid "Edit Extension" 1448 msgstr "РеЎакÑОÑай ÐÑÑÑеÑМа ÐОМОÑ" 1449 1450 #: admin/modules/core/functions.inc.php:4385 1451 #: admin/modules/core/page.ampusers.php:239 1452 msgid "Add Extension" 1453 msgstr "ÐПбавО ÐÑÑÑеÑМа ÐОМОÑ" 1454 1455 #: admin/modules/core/functions.inc.php:4387 1456 msgid "Edit User" 1457 msgstr "РеЎакÑОÑай ÐПÑÑебОÑел" 1458 1459 #: admin/modules/core/functions.inc.php:4387 1460 #: admin/modules/core/page.ampusers.php:101 850 1461 msgid "Add User" 851 1462 msgstr "ÐПбавО ÐПÑÑебОÑел" 852 1463 853 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:118 1464 #: admin/modules/core/functions.inc.php:4392 1465 msgid "User Extension" 1466 msgstr "ÐÑÑÑеÑеМ ÐПЌеÑ" 1467 1468 #: admin/modules/core/functions.inc.php:4392 1469 msgid "The extension number to dial to reach this user." 1470 msgstr "ÐÑÑÑеÑеМ ÐœÐŸÐŒÐµÑ Ñ ÐºÐŸÐ¹ÑП Ўа Ñе ОзбОÑа ÑПзО пПÑÑебОÑел." 1471 1472 #: admin/modules/core/functions.inc.php:4395 1473 msgid "User Password" 1474 msgstr "ÐаÑПла" 1475 1476 #: admin/modules/core/functions.inc.php:4395 1477 msgid "A user will enter this password when logging onto a device." 1478 msgstr "ÐПÑÑебОÑелÑÑ Ñе ОзпПлзва ÑазО паÑПла пÑО влОзаМе в ÑÑÑÑПйÑÑвПÑП." 1479 1480 #: admin/modules/core/functions.inc.php:4395 1481 #: admin/modules/core/functions.inc.php:4756 1482 msgid "logs into a device." 1483 msgstr "влОзаМе в ÑÑÑÑПйÑÑвПÑП." 1484 1485 #: admin/modules/core/functions.inc.php:4395 1486 #: admin/modules/core/functions.inc.php:4756 1487 msgid "logs out of a device." 1488 msgstr "ОзлОзаМе ÐŸÑ ÑÑÑÑПйÑÑвПÑП." 1489 1490 #: admin/modules/core/functions.inc.php:4399 1491 msgid "Display Name" 1492 msgstr "ÐÑеЎÑÑавÑÑП ÐЌе" 1493 1494 #: admin/modules/core/functions.inc.php:4399 1495 msgid "The caller id name for calls from this user will be set to this name. Only enter the name, NOT the number." 1496 msgstr "CallerID ОЌе за ÐŸÐ±Ð°Ð¶ÐŽÐ°ÐœÐžÑ ÐŸÑ ÑПзО пПÑÑебОÑел Ñе бÑÐŽÐ°Ñ ÑÑÑаМПвеМО Ñ ÑПва ОЌе. ÐÑвеЎеÑе ÑаЌП ОЌе, ÐÐРМПЌеÑ." 1497 1498 #: admin/modules/core/functions.inc.php:4401 1499 msgid "CID Num Alias" 1500 msgstr "ÐÑевЎПМОЌ Ма CID ÐПЌеÑ" 1501 1502 #: admin/modules/core/functions.inc.php:4401 1503 msgid "The CID Number to use for internal calls, if different from the extension number. This is used to masquerade as a different user. A common example is a team of support people who would like their internal callerid to display the general support number (a ringgroup or queue). There will be no effect on external calls." 1504 msgstr "CID ÐÐŸÐŒÐµÑ ÐºÐŸÐ¹ÑП Ўа Ñе ОзпПлзва за вÑÑÑеÑМО ПбажЎаМОÑ, акП е ÑазлОÑеМ ÐŸÑ Ð²ÑÑÑеÑÐœÐžÑ ÐœÐŸÐŒÐµÑ. ÐзпПлзва Ñе за ЌаÑкОÑаМе каÑП ÐŽÑÑг пПÑÑебОÑел. ЧеÑÑП ÑÑеÑаМ пÑÐžÐŒÐµÑ Ðµ екОп ÐŸÑ Ñ 1505 ПÑа за пПЎЎÑÑжка кПОÑП ОÑÐºÐ°Ñ ÑÐµÑ 1506 ÐœÐžÑ CallerID Ўа Ñе пПказва каÑП еЎОМеМ ÐœÐŸÐŒÐµÑ Ð·Ð° пПЎЎÑÑжка (гÑÑпа Ма звÑМеМе ОлО ПпаÑка). Ðе влОÑе Ма вÑМÑМОÑе ПбажЎаМОÑ." 1507 1508 #: admin/modules/core/functions.inc.php:4402 1509 msgid "SIP Alias" 1510 msgstr "SIP ÐÑевЎПМОЌ" 1511 1512 #: admin/modules/core/functions.inc.php:4402 1513 msgid "If you want to support direct sip dialing of users internally or through anonymous sip calls, you can supply a friendly name that can be used in addition to the users extension to call them." 1514 msgstr "ÐкП ОÑкаÑе пПЎЎÑÑжка Ма вÑÑÑеÑМП ЎОÑекÑМП SIP ОзбОÑаМе Ма пПÑÑебОÑелО ОлО ÑÑез аМПМОЌМО SIP ПбажЎаМОÑ, вÑвеЎеÑе леÑМП ОЌе кПеÑП Ўа Ñе ОзпПлзва в ЎПбавка Ма пПÑÑебОÑелÑÐºÐžÑ Ð²ÑÑÑеÑеМ МПЌеÑ." 1515 1516 #: admin/modules/core/functions.inc.php:4407 1517 msgid "User Devices" 1518 msgstr "УÑÑÑПйÑÑва Ма ÐПÑÑебОÑелÑ" 1519 1520 #: admin/modules/core/functions.inc.php:4418 1521 msgid "Edit:" 1522 msgstr "РеЎакÑОÑай:" 1523 1524 #: admin/modules/core/functions.inc.php:4430 1525 #: admin/modules/core/functions.inc.php:4759 1526 msgid "Extension Options" 1527 msgstr "ÐпÑОО Ма ÐÑÑÑеÑМа ÐОМОÑ" 1528 1529 #: admin/modules/core/functions.inc.php:4431 1530 msgid "Outbound CID" 1531 msgstr "ÐÐ·Ñ 1532 ПЎÑÑ CID" 1533 1534 #: admin/modules/core/functions.inc.php:4431 1535 msgid "Overrides the caller id when dialing out a trunk. Any setting here will override the common outbound caller id set in the Trunks admin.<br><br>Format: <b>\"caller name\" <#######></b><br><br>Leave this field blank to disable the outbound callerid feature for this user." 1536 msgstr "ÐÑÐŸÐŒÐµÐœÑ CallerID кПгаÑП ОзбОÑа ÐŸÑ Ð²ÑМÑМа лОМОÑ. ТезО МаÑÑÑПйкО Ñе пÑеМапОÑÐ°Ñ CallerID ÑÑÑаМПвеМП в ÐŒÐµÐœÑ ÐÑМÑМО ÐОМОО.<br><br>ЀПÑЌаÑ: <b>\"ОЌе Ма ПбажЎаÑÐžÑ Ñе\" <#######></b><br><br>ÐÑÑавеÑе ÑПва пПле пÑазМП за Ўа забÑаМОÑе ÑÑМкÑОÑÑа за ÑПзО пПÑÑебОÑел." 1537 1538 #: admin/modules/core/functions.inc.php:4433 1539 msgid "Ring Time" 1540 msgstr "ÐÑеЌе Ма ÐвÑМеМе" 1541 1542 #: admin/modules/core/functions.inc.php:4433 1543 msgid "Number of seconds to ring prior to going to voicemail. Default will use the value set in the General Tab. If no voicemail is configured this will be ignored." 1544 msgstr "ÐÑПй ÑекÑМЎО Ма звÑМеМе ЎП пÑеМаÑПÑваМе кÑÐŒ глаÑПва пПÑа. ÐП-пПЎÑазбОÑаМе Ñе Ñе ОзпПлзва ÑÑПйМПÑÑа ÑÑÑаМПвеМа в ÐŒÐµÐœÑ ÐбÑО ÐаÑÑÑПйкО." 1545 1546 #: admin/modules/core/functions.inc.php:4441 1547 msgid "Call Waiting" 1548 msgstr "ЧакаÑП ÐПвОкваМе" 1549 1550 #: admin/modules/core/functions.inc.php:4441 1551 msgid "Set the initial/current Call Waiting state for this user's extension" 1552 msgstr "УÑÑаМПвеÑе пÑÑвПМаÑалМПÑП/ÑекÑÑПÑП ÑÑÑÑПÑМОе Ма ЧакаÑП ÐПвОкваМе за ÑПзО пПÑÑебОÑел" 1553 1554 #: admin/modules/core/functions.inc.php:4442 1555 msgid "Call Screening" 1556 msgstr "ЀОлÑÑÑ ÐœÐ° ÐбажЎаМОÑ" 1557 1558 #: admin/modules/core/functions.inc.php:4442 1559 msgid "Call Screening requires external callers to say their name, which will be played back to the user and allow the user to accept or reject the call. Screening with memory only verifies a caller for their caller-id once. Screening without memory always requires a caller to say their name. Either mode will always announce the caller based on the last introduction saved with that callerid. If any user on the system uses the memory option, when that user is called, the caller will be required to re-introduce themselves and all users on the system will have that new introduction associated with the caller's CallerId." 1560 msgstr "ЀОлÑÑÑа Ма ÐбажЎаМОÑÑа ОзОÑква ÐŸÑ ÐŸÐ±Ð°Ð¶ÐŽÐ°ÑОÑе Ñе ÐŸÑ Ð²ÑМÑМО лОМОО Ўа ÐºÐ°Ð¶Ð°Ñ ÐžÐŒÐµÑП ÑО, кПеÑП Ñе бÑЎе вÑзпÑПОзвеЎеМП Ма пПÑÑебОÑÐµÐ»Ñ Ðž Ñе ÐŒÑ Ð¿ÐŸÐ·Ð²ÐŸÐ»Ðž Ўа ОзбеÑе ЎалО Ўа пÑОеЌе ОлО ПÑкаже ÑазгПвПÑа. ЀОлÑÑÑÑÑ ÑÑÑ Ð·Ð°Ð¿ÐŸÐŒÐœÑМе пÑПвеÑÑва ÑаЌП веЎМÑж CallerID Ма ПбажЎаÑÐžÑ Ñе. ЀОлÑÑÑÑÑ Ð±ÐµÐ· запПЌМÑМе вОМагО ОзОÑква ÐŸÑ ÐŸÐ±Ð°Ð¶ÐŽÐ°ÑОÑе Ñе Ўа ÐºÐ°Ð¶Ð°Ñ ÐžÐŒÐµÑП ÑО. ÐÑекО ÐŸÑ ÑежОЌОÑе вОМагО Ñе пÑеЎÑÑÐ°Ð²Ñ ÐŸÐ±Ð°Ð¶ÐŽÐ°ÑÐžÑ Ñе базОÑаМП Ма пПÑлеЎМПÑП ÐŒÑ ÑакПва, кПеÑП е запОÑаМП Ñ ÑПзО CallerID. ÐкП МÑкПй ÐŸÑ Ð¿ÐŸÑÑебОÑелОÑе ОзпПлзва ÑазО ПпÑОÑ, кПгаÑП ОЌа пПвОкваМе за МегП, ПбажЎаÑÐžÑ Ñе Ñе бÑЎе пПЌПлеМ Ўа Ñе пÑеЎÑÑавО МаМПвП О вÑОÑкО пПÑÑебОÑелО Ñе ÐŒÐŸÐ³Ð°Ñ ÐŽÐ° ÐžÐ·Ð¿ÐŸÐ»Ð·Ð²Ð°Ñ ÑПва пÑеЎÑÑавÑМе за Ñебе ÑО." 1561 1562 #: admin/modules/core/functions.inc.php:4443 1563 msgid "Pinless Dialing" 1564 msgstr "ÐзбегМО PIN пÑО ÐзбОÑаМе" 1565 1566 #: admin/modules/core/functions.inc.php:4443 1567 msgid "Enabling Pinless Dialing will allow this extension to bypass any pin codes normally required on outbound calls" 1568 msgstr "РазÑеÑаваМеÑП Ма ÐзбÑгваМе Ма PIN пÑО ÐзбОÑаМе Ñе вО пПзвПлО Ўа ОзбегМеÑе вÑОÑкО PIN кПЎПве кПОÑП МПÑЌалМП Ñе ОзОÑÐºÐ²Ð°Ñ Ð¿ÑО ÐžÐ·Ñ 1569 ПЎÑÑО ПбажЎаМОÑ." 1570 1571 #: admin/modules/core/functions.inc.php:4445 1572 msgid "Assigned DID/CID" 1573 msgstr "ÐазМаÑеМО DID/CID" 1574 1575 #: admin/modules/core/functions.inc.php:4446 1576 msgid "DID Description" 1577 msgstr "DID ÐпОÑаМОе" 1578 1579 #: admin/modules/core/functions.inc.php:4446 1580 msgid "A description for this DID, such as \"Fax\"" 1581 msgstr "ÐпОÑаМОе за ÑПзО DID, МапÑÐžÐŒÐµÑ \"ЀакÑ\"" 1582 1583 #: admin/modules/core/functions.inc.php:4447 1584 msgid "Add Inbound DID" 1585 msgstr "ÐПбавО ÐÑ 1586 ПЎÑÑ DID" 1587 1588 #: admin/modules/core/functions.inc.php:4447 1589 msgid "A direct DID that is associated with this extension. The DID should be in the same format as provided by the provider (e.g. full number, 4 digits for 10x4, etc).<br><br>Format should be: <b>XXXXXXXXXX</b><br><br>.An optional CID can also be associated with this DID by setting the next box" 1590 msgstr "ÐОÑекÑеМ DID кПйÑП е МазМаÑеМ за ÑазО вÑÑÑеÑМа лОМОÑ. DID ÑÑÑбва Ўа е в ÑÑÑÐžÑ ÑПÑЌаÑ, кПйÑП Ñе пÑеЎПÑÑÐ°Ð²Ñ ÐŸÑ ÐŽÐŸÑÑавÑОка (каÑП пÑлеМ МПЌеÑ, 4 ÑОÑÑО за 10x4 О Ñ.М.).<br><br>ЀПÑЌаÑа ÑÑÑбва Ўа е: <b>XXXXXXXXXX</b><br><br>.ÐПпÑлМОÑелМП CID ЌПже Ўа бÑЎе ÑвÑÑзаМ Ñ ÑПзО DID в ÑлеЎваÑПÑП пПле." 1591 1592 #: admin/modules/core/functions.inc.php:4448 1593 msgid "Add Inbound CID" 1594 msgstr "ÐПбавО ÐÑ 1595 ПЎÑÑ CID" 1596 1597 #: admin/modules/core/functions.inc.php:4448 1598 msgid "Add a CID for more specific DID + CID routing. A DID must be specified in the above Add DID box. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 1599 msgstr "ÐПбавеÑе CID за ПпÑеЎелеМП DID + CID ÑÑÑОÑаМе. DID ÑÑÑбва Ўа е вÑвеЎеМ в пП-гПÑМПÑП ÐПбавО DID пПле. РЎПпÑлМеМОе Ма ÑÑаМЎаÑÑМОÑе пПÑлеЎПваÑелМПÑÑО Ма ОзÐ
