Changeset 9070
- Timestamp:
- 03/03/10 15:00:06 (2 years ago)
- Files:
-
- freepbx/trunk (modified) (1 prop)
- freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) (2 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/amp.pot (modified) (141 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) (175 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/de_DE/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/de_DE/LC_MESSAGES/amp.po (modified) (143 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) (158 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.po (modified) (173 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/he_IL/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/he_IL/LC_MESSAGES/amp.po (modified) (133 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/hu_HU/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/hu_HU/LC_MESSAGES/amp.po (modified) (145 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.po (modified) (161 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_BR/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_BR/LC_MESSAGES/amp.po (modified) (151 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_PT/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/pt_PT/LC_MESSAGES/amp.po (modified) (137 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.po (modified) (157 diffs)
- 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) (3 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/zh_CN/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/zh_CN/LC_MESSAGES/amp.po (modified) (186 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk
- Property svnmerge-integrated changed from /freepbx/branches/2.7:1-9042 to /freepbx/branches/2.7:1-9069
freepbx/trunk/amp_conf/htdocs/admin/config.php
r7730 r9070 12 12 //GNU General Public License for more details. 13 13 14 // This is ugly, but it is the only way I can think of to get the menu sections localized. MC 15 if (false) { 16 _("Internal Options & Configuration"); 17 _("Inbound Call Control"); 18 _("Module Admin"); 19 _("System Administration"); 20 _("Third Party Addon"); 21 } 22 14 23 /* benchmark */ 15 24 function microtime_float() { list($usec,$sec) = explode(' ',microtime()); return ((float)$usec+(float)$sec); } … … 38 47 // determine module type to show, default to 'setup' 39 48 $type_names = array( 40 'tool'=> 'Tools',41 'setup'=> 'Setup',42 'cdrcost'=> 'Call Cost',49 'tool'=>_('Tools'), 50 'setup'=>_('Setup'), 51 'cdrcost'=>_('Call Cost'), 43 52 ); 44 53 freepbx/trunk/amp_conf/htdocs/admin/i18n/amp.pot
r9043 r9070 14 14 # along with FreePBX. If not, see <http://www.gnu.org/licenses/>. 15 15 # 16 # FreePBX language template for amp16 # FreePBX language template for 17 17 # Copyright (C) 2008, 2009, 2010 Bandwith.com 18 18 # … … 21 21 "Project-Id-Version: PACKAGE VERSION\n" 22 22 "Report-Msgid-Bugs-To: \n" 23 "POT-Creation-Date: 2010-02-2 7 14:09+0100\n"23 "POT-Creation-Date: 2010-02-28 20:57+0100\n" 24 24 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 25 25 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 29 29 "Content-Transfer-Encoding: 8bit\n" 30 30 31 #: admin/components.class.php:362 admin/modules/core/page.did.php:31532 31 msgid "Submit" 33 32 msgstr "" 34 33 35 #: admin/featurecodes.class.php:289 34 msgid "Internal Options & Configuration" 35 msgstr "" 36 37 msgid "Inbound Call Control" 38 msgstr "" 39 40 msgid "Module Admin" 41 msgstr "" 42 43 msgid "System Administration" 44 msgstr "" 45 46 msgid "Third Party Addon" 47 msgstr "" 48 49 msgid "Tools" 50 msgstr "" 51 52 msgid "Setup" 53 msgstr "" 54 55 msgid "Call Cost" 56 msgstr "" 57 36 58 msgid "** MISSING FEATURE CODE **" 37 59 msgstr "" 38 60 39 #: admin/functions.inc.php:39240 61 #, php-format 41 62 msgid "Cronmanager encountered %s Errors" 42 63 msgstr "" 43 64 44 #: admin/functions.inc.php:39345 65 msgid "The following commands failed with the listed error" 46 66 msgstr "" 47 67 48 #: admin/functions.inc.php:77349 68 #, php-format 50 69 msgid "Missing or unreadable config file (%s)...cannot continue" 51 70 msgstr "" 52 71 53 #: admin/functions.inc.php:105454 72 msgid "Objects" 55 73 msgstr "" 56 74 57 #: admin/functions.inc.php:105458 75 msgid "Object" 59 76 msgstr "" 60 77 61 #: admin/functions.inc.php:105562 78 #, php-format 63 79 msgid "Used as Destination by %s %s" 64 80 msgstr "" 65 81 66 #: admin/functions.inc.php:1519 admin/functions.inc.php:159367 82 #, php-format 68 83 msgid "Exit code was %s and output was: %s" 69 84 msgstr "" 70 85 71 #: admin/functions.inc.php:1520 admin/functions.inc.php:159472 86 #, php-format 73 87 msgid "Could not run %s script." 74 88 msgstr "" 75 89 76 #: admin/functions.inc.php:153777 90 #, php-format 78 91 msgid "Reload failed because retrieve_conf encountered an error: %s" 79 92 msgstr "" 80 93 81 #: admin/functions.inc.php:1539 admin/functions.inc.php:154782 94 msgid "retrieve_conf failed, config not applied" 83 95 msgstr "" 84 96 85 #: admin/functions.inc.php:154586 97 msgid "" 87 98 "Reload failed because FreePBX could not connect to the asterisk manager " … … 89 100 msgstr "" 90 101 91 #: admin/functions.inc.php:156392 102 msgid "Successfully reloaded" 93 103 msgstr "" 94 104 95 #: admin/functions.inc.php:157296 105 msgid "" 97 106 "Could not reload the FOP operator panel server using the bounce_op.sh " … … 99 108 msgstr "" 100 109 101 #: admin/functions.inc.php:1573102 110 msgid "Could not reload FOP server" 103 111 msgstr "" 104 112 105 #: admin/functions.inc.php:1585106 113 msgid "" 107 114 "Successful reload, but could not clear reload flag due to a database error: " 108 115 msgstr "" 109 116 110 #: admin/functions.inc.php:1634 admin/modules/core/page.routing.php:610111 117 msgid "Add" 112 118 msgstr "" 113 119 114 #: admin/functions.inc.php:2063115 120 msgid "Unknown Destination" 116 121 msgstr "" 117 122 118 #: admin/functions.inc.php:2063119 123 msgid "" 120 124 "ERROR: You have an unknown destination. If this was carried over as a Custom " … … 125 129 msgstr "" 126 130 127 #: admin/functions.inc.php:2334128 131 msgid "" 129 132 "The following new modules are available for download. Click delete icon on " … … 131 134 msgstr "" 132 135 133 #: admin/functions.inc.php:2338134 136 #, php-format 135 137 msgid "%s New modules are available" 136 138 msgstr "" 137 139 138 #: admin/functions.inc.php:2372139 140 msgid "There is 1 module available for online upgrade" 140 141 msgstr "" 141 142 142 #: admin/functions.inc.php:2374143 143 #, php-format 144 144 msgid "There are %s modules available for online upgrades" 145 145 msgstr "" 146 146 147 #: admin/functions.inc.php:2378148 147 #, php-format 149 148 msgid "%s (current: %s)" 150 149 msgstr "" 151 150 152 #: admin/functions.inc.php:2604153 151 #, php-format 154 152 msgid "PHP Component %s is required but missing from you PHP installation." 155 153 msgstr "" 156 154 157 #: admin/functions.inc.php:2606158 155 #, php-format 159 156 msgid "" … … 162 159 msgstr "" 163 160 164 #: admin/functions.inc.php:2634165 161 #, php-format 166 162 msgid "Module %s is required, but yours is broken. You should reinstall " 167 163 msgstr "" 168 164 169 #: admin/functions.inc.php:2635170 165 #, php-format 171 166 msgid "it and try again." 172 167 msgstr "" 173 168 174 #: admin/functions.inc.php:2638175 169 #, php-format 176 170 msgid "Module %s is required, but yours is disabled." 177 171 msgstr "" 178 172 179 #: admin/functions.inc.php:2641180 173 #, php-format 181 174 msgid "Module %s is required, but yours is disabled because it needs to " 182 175 msgstr "" 183 176 184 #: admin/functions.inc.php:2642185 177 #, php-format 186 178 msgid "be upgraded. Please upgrade %s first, and then try again." 187 179 msgstr "" 188 180 189 #: admin/functions.inc.php:2647190 181 #, php-format 191 182 msgid "Module %s is required, yours is not installed." 192 183 msgstr "" 193 184 194 #: admin/functions.inc.php:2651195 185 #, php-format 196 186 msgid "Module %s is required." 197 187 msgstr "" 198 188 199 #: admin/functions.inc.php:2660200 189 #, php-format 201 190 msgid "File %s must exist." 202 191 msgstr "" 203 192 204 #: admin/functions.inc.php:2707205 193 #, php-format 206 194 msgid "Requires engine %s, you have: %s" 207 195 msgstr "" 208 196 209 #: admin/functions.inc.php:2709210 197 #, php-format 211 198 msgid "Requires one of the following engines: %s; you have: %s" 212 199 msgstr "" 213 200 214 #: admin/functions.inc.php:2724215 201 #, php-format 216 202 msgid "A %s version below %s is required, you have %s" 217 203 msgstr "" 218 204 219 #: admin/functions.inc.php:2727220 205 #, php-format 221 206 msgid "%s version %s or below is required, you have %s" 222 207 msgstr "" 223 208 224 #: admin/functions.inc.php:2730225 209 #, php-format 226 210 msgid "A %s version newer than %s required, you have %s" 227 211 msgstr "" 228 212 229 #: admin/functions.inc.php:2733230 213 #, php-format 231 214 msgid "Your %s version (%s) is incompatible." 232 215 msgstr "" 233 216 234 #: admin/functions.inc.php:2736235 217 #, php-format 236 218 msgid "Only %s version %s is compatible, you have %s" 237 219 msgstr "" 238 220 239 #: admin/functions.inc.php:2740240 221 #, php-format 241 222 msgid "%s version %s or higher is required, you have %s" 242 223 msgstr "" 243 224 244 #: admin/functions.inc.php:2798 admin/functions.inc.php:2803245 #: admin/functions.inc.php:3114246 225 msgid "Module " 247 226 msgstr "" 248 227 249 #: admin/functions.inc.php:2798250 228 msgid " is already enabled" 251 229 msgstr "" 252 230 253 #: admin/functions.inc.php:2803254 231 msgid " cannot be enabled" 255 232 msgstr "" 256 233 257 #: admin/functions.inc.php:2850258 234 msgid "Module not found in repository" 259 235 msgstr "" 260 236 261 #: admin/functions.inc.php:2883 admin/functions.inc.php:2979262 #: admin/functions.inc.php:3057263 237 #, php-format 264 238 msgid "Could not remove %s to install new version" 265 239 msgstr "" 266 240 267 #: admin/functions.inc.php:2887 admin/functions.inc.php:2983268 #: admin/functions.inc.php:3061269 241 #, php-format 270 242 msgid "Could not untar %s to %s" 271 243 msgstr "" 272 244 273 #: admin/functions.inc.php:2891 admin/functions.inc.php:2987274 #: admin/functions.inc.php:3065275 245 #, php-format 276 246 msgid "Could not remove old module %s to install new version" 277 247 msgstr "" 278 248 279 #: admin/functions.inc.php:2895 admin/functions.inc.php:2991280 #: admin/functions.inc.php:3069281 249 #, php-format 282 250 msgid "Could not move %s to %s" 283 251 msgstr "" 284 252 285 #: admin/functions.inc.php:2916286 253 #, php-format 287 254 msgid "Error opening %s for writing" 288 255 msgstr "" 289 256 290 #: admin/functions.inc.php:2932 admin/functions.inc.php:2935291 257 #, php-format 292 258 msgid "Error opening %s for reading" 293 259 msgstr "" 294 260 295 #: admin/functions.inc.php:2955296 261 #, php-format 297 262 msgid "Unable to save %s" 298 263 msgstr "" 299 264 300 #: admin/functions.inc.php:2963301 265 #, php-format 302 266 msgid "File Integrity failed for %s - aborting" 303 267 msgstr "" 304 268 305 #: admin/functions.inc.php:3008306 269 msgid "" 307 270 "Error finding uploaded file - check your PHP and/or web server configuration" 308 271 msgstr "" 309 272 310 #: admin/functions.inc.php:3013311 273 msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 312 274 msgstr "" 313 275 314 #: admin/functions.inc.php:3018315 276 msgid "" 316 277 "Filename not in correct format: must be modulename-version.tar.gz (eg. " … … 318 279 msgstr "" 319 280 320 #: admin/functions.inc.php:3027321 281 #, php-format 322 282 msgid "Error creating temporary directory: %s" 323 283 msgstr "" 324 284 325 #: admin/functions.inc.php:3035326 285 msgid "Error untaring uploaded file. Must be a tar+gzip file" 327 286 msgstr "" 328 287 329 #: admin/functions.inc.php:3074330 288 #, php-format 331 289 msgid "Error removing temporary directory: %s" 332 290 msgstr "" 333 291 334 #: admin/functions.inc.php:3103335 292 msgid "Cannot find module" 336 293 msgstr "" 337 294 338 #: admin/functions.inc.php:3109339 295 msgid "Could not read module.xml" 340 296 msgstr "" 341 297 342 #: admin/functions.inc.php:3114343 298 msgid "rawname" 344 299 msgstr "" 345 300 346 #: admin/functions.inc.php:3114347 301 msgid "" 348 302 " is broken and cannot be installed. You should try to download it again." 349 303 msgstr "" 350 304 351 #: admin/functions.inc.php:3133352 305 msgid "Failed to run installation scripts" 353 306 msgstr "" 354 307 355 #: admin/functions.inc.php:3147356 308 #, php-format 357 309 msgid "Error updating database. Command was: %s; error was: %s " 358 310 msgstr "" 359 311 360 #: admin/functions.inc.php:3181 admin/functions.inc.php:3209361 #: admin/functions.inc.php:3246362 312 msgid "Specified module not found" 363 313 msgstr "" 364 314 365 #: admin/functions.inc.php:3186366 315 msgid "Module not enabled: cannot disable" 367 316 msgstr "" 368 317 369 #: admin/functions.inc.php:3190 admin/functions.inc.php:3218370 318 msgid "Cannot disable: The following modules depend on this one: " 371 319 msgstr "" 372 320 373 #: admin/functions.inc.php:3214374 321 msgid "Module not installed: cannot uninstall" 375 322 msgstr "" 376 323 377 #: admin/functions.inc.php:3225378 324 msgid "Error updating database: " 379 325 msgstr "" 380 326 381 #: admin/functions.inc.php:3229382 327 msgid "Failed to run un-installation scripts" 383 328 msgstr "" 384 329 385 #: admin/functions.inc.php:3259386 330 #, php-format 387 331 msgid "Cannot delete directory %s" 388 332 msgstr "" 389 333 390 #: admin/functions.inc.php:3266391 334 #, php-format 392 335 msgid "Error deleting directory %s (code %d)" 393 336 msgstr "" 394 337 395 #: admin/functions.inc.php:3647396 338 #, php-format 397 339 msgid "You have %s disabled modules" 398 340 msgstr "" 399 341 400 #: admin/functions.inc.php:3647401 342 msgid "You have a disabled module" 402 343 msgstr "" 403 344 404 #: admin/functions.inc.php:3648405 345 msgid "The following modules are disabled because they need to be upgraded:" 406 346 msgstr "" 407 347 408 #: admin/functions.inc.php:3649 admin/functions.inc.php:3657409 348 msgid "You should go to the module admin page to fix these." 410 349 msgstr "" 411 350 412 #: admin/functions.inc.php:3655413 351 #, php-format 414 352 msgid "You have %s broken modules" 415 353 msgstr "" 416 354 417 #: admin/functions.inc.php:3655418 355 msgid "You have a broken module" 419 356 msgstr "" 420 357 421 #: admin/functions.inc.php:3656422 358 msgid "The following modules are disabled because they are broken:" 423 359 msgstr "" 424 360 425 #: admin/header_auth.php:43 admin/header_auth.php:70426 361 msgid "Administration" 427 362 msgstr "" 428 363 429 #: admin/header.php:138430 364 msgid "Default Asterisk Manager Password Used" 431 365 msgstr "" 432 366 433 #: admin/header.php:138434 367 msgid "" 435 368 "You are using the default Asterisk Manager password that is widely known, " … … 437 370 msgstr "" 438 371 439 #: admin/page.modules.php:134440 372 msgid "Module Administration" 441 373 msgstr "" 442 374 443 #: admin/page.modules.php:136444 375 msgid "NOTICE" 445 376 msgstr "" 446 377 447 #: admin/page.modules.php:136448 378 msgid "" 449 379 "You have accessed the extended repository which includes un-supported and " … … 451 381 msgstr "" 452 382 453 #: admin/page.modules.php:154454 383 #, php-format 455 384 msgid "" … … 458 387 msgstr "" 459 388 460 #: admin/page.modules.php:158461 389 #, php-format 462 390 msgid "" … … 465 393 msgstr "" 466 394 467 #: admin/page.modules.php:198468 395 msgid "Please wait while module actions are performed" 469 396 msgstr "" 470 397 471 #: admin/page.modules.php:212472 398 #, php-format 473 399 msgid "Downloading %s" 474 400 msgstr "" 475 401 476 #: admin/page.modules.php:214477 402 #, php-format 478 403 msgid "Error(s) downloading %s" 479 404 msgstr "" 480 405 481 #: admin/page.modules.php:219 admin/page.modules.php:231482 406 #, php-format 483 407 msgid "Error(s) installing %s" 484 408 msgstr "" 485 409 486 #: admin/page.modules.php:223 admin/page.modules.php:235487 410 #, php-format 488 411 msgid "%s installed successfully" 489 412 msgstr "" 490 413 491 #: admin/page.modules.php:241492 414 #, php-format 493 415 msgid "Error(s) enabling %s" 494 416 msgstr "" 495 417 496 #: admin/page.modules.php:245497 418 #, php-format 498 419 msgid "%s enabled successfully" 499 420 msgstr "" 500 421 501 #: admin/page.modules.php:250502 422 #, php-format 503 423 msgid "Error(s) disabling %s" 504 424 msgstr "" 505 425 506 #: admin/page.modules.php:254507 426 #, php-format 508 427 msgid "%s disabled successfully" 509 428 msgstr "" 510 429 511 #: admin/page.modules.php:260512 430 #, php-format 513 431 msgid "Error(s) uninstalling %s" 514 432 msgstr "" 515 433 516 #: admin/page.modules.php:264517 434 #, php-format 518 435 msgid "%s uninstalled successfully" 519 436 msgstr "" 520 437 521 #: admin/page.modules.php:280 admin/page.modules.php:282522 438 msgid "Return" 523 439 msgstr "" 524 440 525 #: admin/page.modules.php:325 admin/page.modules.php:358526 441 #, php-format 527 442 msgid "" … … 530 445 msgstr "" 531 446 532 #: admin/page.modules.php:331533 447 #, php-format 534 448 msgid "%s %s will be upgraded to online version %s" 535 449 msgstr "" 536 450 537 #: admin/page.modules.php:334538 451 #, php-format 539 452 msgid "%s %s will be re-installed to online version %s" 540 453 msgstr "" 541 454 542 #: admin/page.modules.php:337543 455 #, php-format 544 456 msgid "%s %s will be downgraded to online version %s" 545 457 msgstr "" 546 458 547 #: admin/page.modules.php:346 admin/page.modules.php:358548 459 #, php-format 549 460 msgid "" … … 552 463 msgstr "" 553 464 554 #: admin/page.modules.php:350555 465 #, php-format 556 466 msgid "%s %s will be downloaded and installed" 557 467 msgstr "" 558 468 559 #: admin/page.modules.php:363560 469 #, php-format 561 470 msgid "%s %s will be upgraded to %s" 562 471 msgstr "" 563 472 564 #: admin/page.modules.php:365565 473 #, php-format 566 474 msgid "%s %s will be installed and enabled" 567 475 msgstr "" 568 476 569 #: admin/page.modules.php:373570 477 #, php-format 571 478 msgid "" … … 574 481 msgstr "" 575 482 576 #: admin/page.modules.php:377577 483 #, php-format 578 484 msgid "%s %s will be enabled" 579 485 msgstr "" 580 486 581 #: admin/page.modules.php:383582 487 #, php-format 583 488 msgid "" … … 586 491 msgstr "" 587 492 588 #: admin/page.modules.php:387589 493 #, php-format 590 494 msgid "%s %s will be disabled" 591 495 msgstr "" 592 496 593 #: admin/page.modules.php:394594 497 #, php-format 595 498 msgid "" … … 598 501 msgstr "" 599 502 600 #: admin/page.modules.php:398601 503 #, php-format 602 504 msgid "%s %s will be uninstalled" 603 505 msgstr "" 604 506 605 #: admin/page.modules.php:415606 507 msgid "Errors with selection:" 607 508 msgstr "" 608 509 609 #: admin/page.modules.php:424610 510 msgid "" 611 511 "You may confirm the remaining selection and then try the again for the " … … 613 513 msgstr "" 614 514 615 #: admin/page.modules.php:426616 515 msgid "Please confirm the following actions:" 617 516 msgstr "" 618 517 619 #: admin/page.modules.php:429620 518 msgid "Upgrades, installs, enables and disables:" 621 519 msgstr "" 622 520 623 #: admin/page.modules.php:437624 521 msgid "Forced downgrades and re-installs:" 625 522 msgstr "" 626 523 627 #: admin/page.modules.php:444628 524 msgid "Confirm" 629 525 msgstr "" 630 526 631 #: admin/page.modules.php:446632 527 msgid "No actions to perform" 633 528 msgstr "" 634 529 635 #: admin/page.modules.php:447636 530 msgid "" 637 531 "Please select at least one action to perform by clicking on the module, and " … … 639 533 msgstr "" 640 534 641 #: admin/page.modules.php:449 admin/views/freepbx_reload.php:111642 535 msgid "Cancel" 643 536 msgstr "" 644 537 645 #: admin/page.modules.php:458 admin/page.modules.php:510646 538 msgid "Manage local modules" 647 539 msgstr "" 648 540 649 #: admin/page.modules.php:460 admin/page.modules.php:516650 541 msgid "Check for updates online" 651 542 msgstr "" 652 543 653 #: admin/page.modules.php:460 admin/page.modules.php:516654 544 msgid "" 655 545 "Checking for updates will transmit your FreePBX and Asterisk version numbers " … … 659 549 msgstr "" 660 550 661 #: admin/page.modules.php:465 admin/page.modules.php:518662 551 msgid "Upload module" 663 552 msgstr "" 664 553 665 #: admin/page.modules.php:471666 554 #, php-format 667 555 msgid "The following error(s) occurred processing the uploaded file: %s" 668 556 msgstr "" 669 557 670 #: admin/page.modules.php:473671 558 #, php-format 672 559 msgid "You should fix the problem or select another file and %s." 673 560 msgstr "" 674 561 675 #: admin/page.modules.php:474676 562 msgid "try again" 677 563 msgstr "" 678 564 679 #: admin/page.modules.php:478680 565 #, php-format 681 566 msgid "" … … 684 569 msgstr "" 685 570 686 #: admin/page.modules.php:479687 571 msgid "local module administration" 688 572 msgstr "" 689 573 690 #: admin/page.modules.php:484691 574 msgid "" 692 575 "You can upload a tar gzip file containing a FreePBX module from your local " … … 695 578 msgstr "" 696 579 697 #: admin/page.modules.php:511698 580 msgid "Show only upgradeable" 699 581 msgstr "" 700 582 701 #: admin/page.modules.php:530 admin/page.modules.php:822702 583 msgid "Download all" 703 584 msgstr "" 704 585 705 #: admin/page.modules.php:531 admin/page.modules.php:823706 586 msgid "Upgrade all" 707 587 msgstr "" 708 588 709 #: admin/page.modules.php:533 admin/page.modules.php:825710 589 msgid "Reset" 711 590 msgstr "" 712 591 713 #: admin/page.modules.php:534 admin/page.modules.php:826714 592 msgid "Process" 715 593 msgstr "" 716 594 717 #: admin/page.modules.php:540718 595 msgid "Module" 719 596 msgstr "" 720 597 721 #: admin/page.modules.php:541722 598 msgid "Version" 723 599 msgstr "" 724 600 725 #: admin/page.modules.php:542726 601 msgid "Publisher" 727 602 msgstr "" 728 603 729 #: admin/page.modules.php:556 admin/page.modules.php:631730 604 msgid "Broken" 731 605 msgstr "" 732 606 733 #: admin/page.modules.php:587 admin/page.modules.php:592734 #: admin/views/freepbx_admin.php:107 admin/views/freepbx_admin.php:112735 #: admin/modules/core/page.ampusers.php:240736 #: admin/modules/core/page.ampusers.php:244737 607 msgid "name" 738 608 msgstr "" 739 609 740 #: admin/page.modules.php:608741 610 msgid "Not Installed (Locally available)" 742 611 msgstr "" 743 612 744 #: admin/page.modules.php:610745 613 #, php-format 746 614 msgid "Not Installed (Available online: %s)" 747 615 msgstr "" 748 616 749 #: admin/page.modules.php:617750 617 #, php-format 751 618 msgid "Disabled; Online upgrade available (%s)" 752 619 msgstr "" 753 620 754 #: admin/page.modules.php:619755 621 #, php-format 756 622 msgid "Disabled; Newer than online version (%s)" 757 623 msgstr "" 758 624 759 #: admin/page.modules.php:621760 625 msgid "Disabled; up to date" 761 626 msgstr "" 762 627 763 #: admin/page.modules.php:624 admin/modules/core/page.general.php:144764 628 msgid "Disabled" 765 629 msgstr "" 766 630 767 #: admin/page.modules.php:628768 631 #, php-format 769 632 msgid "Disabled; Pending upgrade to %s" 770 633 msgstr "" 771 634 772 #: admin/page.modules.php:638773 635 #, php-format 774 636 msgid "Online upgrade available (%s)" 775 637 msgstr "" 776 638 777 #: admin/page.modules.php:640778 639 #, php-format 779 640 msgid "Newer than online version (%s)" 780 641 msgstr "" 781 642 782 #: admin/page.modules.php:642783 643 msgid "Enabled and up to date" 784 644 msgstr "" 785 645 786 #: admin/page.modules.php:646787 646 msgid "Enabled; Not available online" 788 647 msgstr "" 789 648 790 #: admin/page.modules.php:648 admin/modules/core/page.general.php:143791 649 msgid "Enabled" 792 650 msgstr "" 793 651 794 #: admin/page.modules.php:666795 652 msgid "Attention" 796 653 msgstr "" 797 654 798 #: admin/page.modules.php:667799 655 msgid "attention" 800 656 msgstr "" 801 657 802 #: admin/page.modules.php:671803 658 msgid "Action" 804 659 msgstr "" 805 660 806 #: admin/page.modules.php:674807 661 msgid "No Action" 808 662 msgstr "" 809 663 810 #: admin/page.modules.php:681 admin/page.modules.php:714811 664 msgid "Install" 812 665 msgstr "" 813 666 814 #: admin/page.modules.php:684815 667 msgid "Download and Install" 816 668 msgstr "" 817 669 818 #: admin/page.modules.php:690 admin/modules/core/functions.inc.php:5431819 #: admin/modules/core/functions.inc.php:5436820 #: admin/modules/core/page.trunks.php:421821 670 msgid "Enable" 822 671 msgstr "" 823 672 824 #: admin/page.modules.php:693 admin/page.modules.php:708825 #: admin/page.modules.php:716 admin/page.modules.php:740826 673 msgid "Uninstall" 827 674 msgstr "" 828 675 829 #: admin/page.modules.php:698830 676 #, php-format 831 677 msgid "Download %s, keep Disabled" 832 678 msgstr "" 833 679 834 #: admin/page.modules.php:706835 680 #, php-format 836 681 msgid "Upgrade to %s and Enable" 837 682 msgstr "" 838 683 839 #: admin/page.modules.php:726840 684 #, php-format 841 685 msgid "Download and Upgrade to %s" 842 686 msgstr "" 843 687 844 #: admin/page.modules.php:728845 688 #, php-format 846 689 msgid "Force Download and Install %s" 847 690 msgstr "" 848 691 849 #: admin/page.modules.php:728850 692 #, php-format 851 693 msgid "Force Download and Downgrade to %s" 852 694 msgstr "" 853 695 854 #: admin/page.modules.php:736 admin/modules/core/functions.inc.php:5432855 #: admin/modules/core/functions.inc.php:5435856 #: admin/modules/core/functions.inc.php:5439857 #: admin/modules/core/page.trunks.php:413858 696 msgid "Disable" 859 697 msgstr "" 860 698 861 #: admin/page.modules.php:746 admin/modules/core/functions.inc.php:5936862 #: admin/modules/core/page.did.php:209863 #: admin/modules/core/page.zapchandids.php:103864 699 msgid "Description" 865 700 msgstr "" 866 701 867 #: admin/page.modules.php:748868 702 #, php-format 869 703 msgid "Publisher: %s" 870 704 msgstr "" 871 705 872 #: admin/page.modules.php:750873 706 #, php-format 874 707 msgid "License: %s" 875 708 msgstr "" 876 709 877 #: admin/page.modules.php:752878 710 #, php-format 879 711 msgid "Description for version %s" 880 712 msgstr "" 881 713 882 #: admin/page.modules.php:753883 714 msgid "description" 884 715 msgstr "" 885 716 886 #: admin/page.modules.php:755887 717 msgid "No description is available." 888 718 msgstr "" 889 719 890 #: admin/page.modules.php:758 admin/page.modules.php:760891 720 msgid "More info" 892 721 msgstr "" 893 722 894 #: admin/page.modules.php:760895 723 #, php-format 896 724 msgid "Get help for %s" 897 725 msgstr "" 898 726 899 #: admin/page.modules.php:765900 727 msgid "Changelog" 901 728 msgstr "" 902 729 903 #: admin/page.modules.php:766904 730 #, php-format 905 731 msgid "Change Log for version %s" 906 732 msgstr "" 907 733 908 #: admin/page.modules.php:786909 734 msgid "Debug" 910 735 msgstr "" 911 736 912 #: admin/page.modules.php:811913 737 msgid "All available modules are up-to-date and installed." 914 738 msgstr "" 915 739 916 #: admin/page.modules.php:813917 740 msgid "No modules to display." 918 741 msgstr "" 919 742 920 #: admin/page.modules.php:863921 743 msgid "Untarring.." 922 744 msgstr "" 923 745 924 #: admin/page.modules.php:883925 746 msgid "Done." 926 747 msgstr "" 927 748 928 #: admin/page.modules.php:942929 749 msgid "Standard Repository" 930 750 msgstr "" 931 751 932 #: admin/page.modules.php:943933 752 msgid "Extended Repository" 934 753 msgstr "" 935 754 936 #: admin/page.modules.php:952937 755 msgid "" 938 756 "You have selected to access the Extended Repository. This repository " … … 944 762 msgstr "" 945 763 946 #: admin/panel.php:18947 764 msgid "FreePBX: Flash Operator Panel" 948 765 msgstr "" 949 766 950 #: admin/panel.php:19951 767 msgid "Flash Operator Panel" 952 768 msgstr "" 953 769 954 #: admin/reports.php:18955 770 msgid "FreePBX: Call Detail Reports" 956 771 msgstr "" 957 772 958 #: admin/reports.php:19959 773 msgid "Call Detail Reports" 960 774 msgstr "" 961 775 962 #: admin/reports.php:36963 776 msgid "Call Logs" 964 777 msgstr "" 965 778 966 #: admin/reports.php:37967 779 msgid "Compare Calls" 968 780 msgstr "" 969 781 970 #: admin/reports.php:38971 782 msgid "Monthly Traffic" 972 783 msgstr "" 973 784 974 #: admin/reports.php:39975 785 msgid "Daily load" 976 786 msgstr "" 977 787 978 #: admin/views/bad_refferer.php:16979 788 msgid "Potential Security Breach" 980 789 msgstr "" 981 790 982 #: admin/views/bad_refferer.php:17983 791 msgid "" 984 792 "You are attempting to modify settings from a URL that does not appear to " … … 990 798 msgstr "" 991 799 992 #: admin/views/bad_refferer.php:18993 800 msgid "" 994 801 "The suspect URL is listed below. If this action is intended, you can click " … … 998 805 msgstr "" 999 806 1000 #: admin/views/bad_refferer.php:191001 807 msgid "SUSPECT LINK:" 1002 808 msgstr "" 1003 809 1004 #: admin/views/freepbx_admin.php:87 admin/modules/core/page.ampusers.php:2341005 810 msgid "category" 1006 811 msgstr "" 1007 812 1008 #: admin/views/freepbx_admin.php:1791009 813 msgid "" 1010 814 "WARNING: Javascript is disabled in your browser. The FreePBX administration " … … 1013 817 msgstr "" 1014 818 1015 #: admin/views/freepbx_admin.php:1931016 819 #, php-format 1017 820 msgid "%s is a registered trademark of %s" 1018 821 msgstr "" 1019 822 1020 #: admin/views/freepbx_admin.php:194 admin/views/freepbx_admin.php:1971021 #: admin/views/freepbx.php:151 admin/views/freepbx.php:1601022 823 msgid "FreePBX" 1023 824 msgstr "" 1024 825 1025 #: admin/views/freepbx_admin.php:1961026 826 #, php-format 1027 827 msgid "%s is licensed under %s" 1028 828 msgstr "" 1029 829 1030 #: admin/views/freepbx.php:1581031 830 #, php-format 1032 831 msgid "%s %s on %s" 1033 832 msgstr "" 1034 833 1035 #: admin/views/freepbx.php:1751036 834 msgid "Management" 1037 835 msgstr "" 1038 836 1039 #: admin/views/freepbx.php:1761040 837 msgid "Admin" 1041 838 msgstr "" 1042 839 1043 #: admin/views/freepbx.php:1771044 840 msgid "Reports" 1045 841 msgstr "" 1046 842 1047 #: admin/views/freepbx.php:1791048 843 msgid "Panel" 1049 844 msgstr "" 1050 845 1051 #: admin/views/freepbx.php:1811052 846 msgid "Recordings" 1053 847 msgstr "" 1054 848 1055 #: admin/views/freepbx.php:1821056 849 msgid "Help" 1057 850 msgstr "" 1058 851 1059 #: admin/views/freepbx.php:1991060 852 msgid "Logged in: " 1061 853 msgstr "" 1062 854 1063 #: admin/views/freepbx.php:2001064 855 msgid "Logout" 1065 856 msgstr "" 1066 857 1067 #: admin/views/freepbx_reloadbar.php:31068 858 msgid "Reload Required" 1069 859 msgstr "" 1070 860 1071 #: admin/views/freepbx_reloadbar.php:4 admin/views/freepbx_reloadbar.php:51072 #: admin/views/freepbx_reload.php:1071073 861 msgid "Apply Configuration Changes" 1074 862 msgstr "" 1075 863 1076 #: admin/views/freepbx_reloadbar.php:51077 864 #, php-format 1078 865 msgid "" … … 1082 869 msgstr "" 1083 870 1084 #: admin/views/freepbx_reload.php:711085 871 msgid "" 1086 872 " error(s) occurred, you should view the notification log on the dashboard or " … … 1088 874 msgstr "" 1089 875 1090 #: admin/views/freepbx_reload.php:75 admin/views/freepbx_reload.php:891091 876 msgid "Close" 1092 877 msgstr "" 1093 878 1094 #: admin/views/freepbx_reload.php:761095 879 msgid "Retry" 1096 880 msgstr "" 1097 881 1098 #: admin/views/freepbx_reload.php:881099 882 msgid "Error: Did not receive valid response from server" 1100 883 msgstr "" 1101 884 1102 #: admin/views/freepbx_reload.php:1081103 885 msgid "" 1104 886 "Reloading will apply all configuration changes made in FreePBX to your PBX " … … 1106 888 msgstr "" 1107 889 1108 #: admin/views/freepbx_reload.php:1101109 890 msgid "Accept" 1110 891 msgstr "" 1111 892 1112 #: admin/views/freepbx_reload.php:1101113 893 msgid "Continue with reload" 1114 894 msgstr "" 1115 895 1116 #: admin/views/freepbx_reload.php:1111117 896 msgid "Cancel reload and go back to editing" 1118 897 msgstr "" 1119 898 1120 #: admin/views/freepbx_reload.php:1161121 899 msgid "Please wait, reloading.." 1122 900 msgstr "" 1123 901 1124 #: admin/views/freepbx_reload.php:1171125 902 msgid "Loading..." 1126 903 msgstr "" 1127 904 1128 #: admin/views/loggedout.php:41129 905 msgid "Logged out" 1130 906 msgstr "" 1131 907 1132 #: admin/views/loggedout.php:51133 908 msgid "You have been successfully logged out." 1134 909 msgstr "" 1135 910 1136 #: admin/views/loggedout.php:71137 911 msgid "Log in" 1138 912 msgstr "" 1139 913 1140 #: admin/views/menuitem_disabled.php:31141 914 #, php-format 1142 915 msgid "[WARNING]: Menu Item: %s is disabled because asterisk is not running" 1143 916 msgstr "" 1144 917 1145 #: admin/views/menuitem_disabled.php:41146 918 msgid "" 1147 919 "Restart Asterisk and then refresh the browser in order to try accessing this " … … 1149 921 msgstr "" 1150 922 1151 #: admin/views/noaccess.php:41152 923 msgid "Not found" 1153 924 msgstr "" 1154 925 1155 #: admin/views/noaccess.php:51156 926 msgid "" 1157 927 "The section you requested does not exist or you do not have access to it." 1158 928 msgstr "" 1159 929 1160 #: admin/views/unauthorized.php:41161 930 msgid "Unauthorized" 1162 931 msgstr "" 1163 932 1164 #: admin/views/unauthorized.php:51165 933 msgid "You are not authorized to access this page." 1166 934 msgstr "" 1167 935 1168 #: admin/views/welcome_nomanager.php:21169 936 msgid "Warning:" 1170 937 msgstr "" 1171 938 1172 #: admin/views/welcome_nomanager.php:51173 939 msgid "Cannot connect to Asterisk Manager with " 1174 940 msgstr "" 1175 941 1176 #: admin/views/welcome_nomanager.php:71177 942 msgid "Asterisk may not be running." 1178 943 msgstr "" 1179 944 1180 #: admin/views/welcome.php:31181 945 msgid "Welcome to FreePBX." 1182 946 msgstr "" 1183 947 1184 #: admin/views/welcome.php:91185 948 msgid "Critical" 1186 949 msgstr "" 1187 950 1188 #: admin/views/welcome.php:101189 951 msgid "Security" 1190 952 msgstr "" 1191 953 1192 #: admin/views/welcome.php:111193 954 msgid "Update" 1194 955 msgstr "" 1195 956 1196 #: admin/views/welcome.php:121197 957 msgid "Error" 1198 958 msgstr "" 1199 959 1200 #: admin/views/welcome.php:131201 960 msgid "Warning" 1202 961 msgstr "" 1203 962 1204 #: admin/views/welcome.php:141205 963 msgid "Notice" 1206 964 msgstr "" 1207 965 1208 #: admin/views/welcome.php:361209 966 msgid "" 1210 967 "If you're new to FreePBX, Welcome. Here are some quick instructions to get " … … 1212 969 msgstr "" 1213 970 1214 #: admin/views/welcome.php:401215 971 #, php-format 1216 972 msgid "" … … 1225 981 msgstr "" 1226 982 1227 #: admin/views/welcome.php:541228 983 #, php-format 1229 984 msgid "" … … 1237 992 msgstr "" 1238 993 1239 #: admin/views/welcome.php:661240 994 #, php-format 1241 995 msgid "" … … 1245 999 msgstr "" 1246 1000 1247 #: admin/views/welcome.php:711248 1001 msgid "We hope you enjoy using FreePBX!" 1249 1002 msgstr "" 1250 1003 1251 #: admin/common/db_connect.php:781252 1004 msgid "Default SQL Password Used" 1253 1005 msgstr "" 1254 1006 1255 #: admin/common/db_connect.php:781256 1007 msgid "" 1257 1008 "You are using the default SQL password that is widely known, you should set " … … 1259 1010 msgstr "" 1260 1011 1261 #: admin/common/db_connect.php:891262 1012 msgid "Memory Limit Changed" 1263 1013 msgstr "" 1264 1014 1265 #: admin/common/db_connect.php:891266 1015 #, php-format 1267 1016 msgid "" … … 1270 1019 msgstr "" 1271 1020 1272 #: admin/common/db_connect.php:911273 1021 msgid "Low Memory Limit" 1274 1022 msgstr "" 1275 1023 1276 #: admin/common/db_connect.php:911277 1024 #, php-format 1278 1025 msgid "" … … 1282 1029 msgstr "" 1283 1030 1284 #: admin/common/db_connect.php:1001285 1031 msgid "Magic Quotes GPC" 1286 1032 msgstr "" 1287 1033 1288 #: admin/common/db_connect.php:1001289 1034 msgid "" 1290 1035 "You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file " … … 1293 1038 msgstr "" 1294 1039 1295 #: admin/common/script.js.php:561296 1040 msgid "Please select a \"Destination\"" 1297 1041 msgstr "" 1298 1042 1299 #: admin/common/script.js.php:561300 1043 msgid "" 1301 1044 "Custom Goto contexts must contain the string \"custom-\". ie: custom-app,s,1" 1302 1045 msgstr "" 1303 1046 1304 #: admin/common/script.js.php:721305 1047 msgid "The secret must be at minimum six characters in length." 1306 1048 msgstr "" 1307 1049 1308 #: admin/common/script.js.php:781309 1050 msgid "The secret must contain at least two numbers and two letters." 1310 1051 msgstr "" 1311 1052 1312 #: admin/modules/core/core.i18n.php:5 admin/modules/core/install.php:211313 1053 msgid "Core" 1314 1054 msgstr "" 1315 1055 1316 #: admin/modules/core/core.i18n.php:71317 1056 msgid "Basic" 1318 1057 msgstr "" 1319 1058 1320 #: admin/modules/core/core.i18n.php:91321 1059 msgid "Extensions" 1322 1060 msgstr "" 1323 1061 1324 #: admin/modules/core/core.i18n.php:111325 1062 msgid "Users" 1326 1063 msgstr "" 1327 1064 1328 #: admin/modules/core/core.i18n.php:131329 1065 msgid "Devices" 1330 1066 msgstr "" 1331 1067 1332 #: admin/modules/core/core.i18n.php:151333 1068 msgid "Inbound Routes" 1334 1069 msgstr "" 1335 1070 1336 #: admin/modules/core/core.i18n.php:171337 1071 msgid "Zap Channel DIDs" 1338 1072 msgstr "" 1339 1073 1340 #: admin/modules/core/core.i18n.php:191341 1074 msgid "Outbound Routes" 1342 1075 msgstr "" 1343 1076 1344 #: admin/modules/core/core.i18n.php:211345 1077 msgid "Trunks" 1346 1078 msgstr "" 1347 1079 1348 #: admin/modules/core/core.i18n.php:231349 #: admin/modules/core/page.ampusers.php:1761350 #: admin/modules/core/page.trunks.php:3541351 1080 msgid "General Settings" 1352 1081 msgstr "" 1353 1082 1354 #: admin/modules/core/core.i18n.php:251355 1083 msgid "Administrators" 1356 1084 msgstr "" 1357 1085 1358 #: admin/modules/core/core.i18n.php:271359 1086 msgid "FreePBX Support" 1360 1087 msgstr "" 1361 1088 1362 #: admin/modules/core/functions.inc.php:5841363 1089 msgid "Terminate Call" 1364 1090 msgstr "" 1365 1091 1366 #: admin/modules/core/functions.inc.php:5851367 1092 msgid "Hangup" 1368 1093 msgstr "" 1369 1094 1370 #: admin/modules/core/functions.inc.php:5861371 1095 msgid "Congestion" 1372 1096 msgstr "" 1373 1097 1374 #: admin/modules/core/functions.inc.php:5871375 #: admin/modules/core/page.general.php:2021376 1098 msgid "Busy" 1377 1099 msgstr "" 1378 1100 1379 #: admin/modules/core/functions.inc.php:5881380 1101 msgid "Play SIT Tone (Zapateller)" 1381 1102 msgstr "" 1382 1103 1383 #: admin/modules/core/functions.inc.php:5891384 1104 msgid "Put caller on hold forever" 1385 1105 msgstr "" 1386 1106 1387 #: admin/modules/core/functions.inc.php:5901388 1107 msgid "Play ringtones to caller until they hangup" 1389 1108 msgstr "" 1390 1109 1391 #: admin/modules/core/functions.inc.php:6621392 1110 #, php-format 1393 1111 msgid "User Extension %s: %s" 1394 1112 msgstr "" 1395 1113 1396 #: admin/modules/core/functions.inc.php:30381397 #: admin/modules/core/functions.inc.php:31231398 1114 msgid "A route for this DID/CID already exists!" 1399 1115 msgstr "" 1400 1116 1401 #: admin/modules/core/functions.inc.php:31941402 1117 msgid "You must put in a device id" 1403 1118 msgstr "" 1404 1119 1405 #: admin/modules/core/functions.inc.php:32041406 1120 msgid "This device id is already in use" 1407 1121 msgstr "" 1408 1122 1409 #: admin/modules/core/functions.inc.php:37961410 1123 msgid "User Extension: " 1411 1124 msgstr "" 1412 1125 1413 #: admin/modules/core/functions.inc.php:38251414 1126 #, php-format 1415 1127 msgid "Inbound Route: %s (%s)" 1416 1128 msgstr "" 1417 1129 1418 #: admin/modules/core/functions.inc.php:38591419 1130 msgid "You must put in an extension (or user) number" 1420 1131 msgstr "" 1421 1132 1422 #: admin/modules/core/functions.inc.php:38681423 1133 #, php-format 1424 1134 msgid "This user/extension %s is already in use" 1425 1135 msgstr "" 1426 1136 1427 #: admin/modules/core/functions.inc.php:38871428 #: admin/modules/core/functions.inc.php:41341429 1137 #, php-format 1430 1138 msgid "A route with this DID/CID: %s/%s already exists" 1431 1139 msgstr "" 1432 1140 1433 #: admin/modules/core/functions.inc.php:41691434 #: admin/modules/core/page.zapchandids.php:1271435 1141 msgid "Invalid Channel Number, must be numeric and not blank" 1436 1142 msgstr "" 1437 1143 1438 #: admin/modules/core/functions.inc.php:41731439 #: admin/modules/core/page.zapchandids.php:1281440 1144 msgid "Invalid DID, must be a non-blank DID" 1441 1145 msgstr "" 1442 1146 1443 #: admin/modules/core/functions.inc.php:41851444 1147 msgid "Error Duplicate Channel Entry" 1445 1148 msgstr "" 1446 1149 1447 #: admin/modules/core/functions.inc.php:53911448 1150 #, php-format 1449 1151 msgid "" … … 1452 1154 msgstr "" 1453 1155 1454 #: admin/modules/core/functions.inc.php:53921455 1156 msgid "Failed to write indications.conf" 1456 1157 msgstr "" 1457 1158 1458 #: admin/modules/core/functions.inc.php:54261459 1159 msgid "On Demand" 1460 1160 msgstr "" 1461 1161 1462 #: admin/modules/core/functions.inc.php:54271463 1162 msgid "Always" 1464 1163 msgstr "" 1465 1164 1466 #: admin/modules/core/functions.inc.php:54281467 1165 msgid "Never" 1468 1166 msgstr "" 1469 1167 1470 #: admin/modules/core/functions.inc.php:54401471 1168 msgid "Screen Caller: No Memory" 1472 1169 msgstr "" 1473 1170 1474 #: admin/modules/core/functions.inc.php:54411475 1171 msgid "Screen Caller: Memory" 1476 1172 msgstr "" 1477 1173 1478 #: admin/modules/core/functions.inc.php:54441479 #: admin/modules/core/page.did.php:247 admin/modules/core/page.general.php:2001480 1174 msgid "Default" 1481 1175 msgstr "" 1482 1176 1483 #: admin/modules/core/functions.inc.php:54921484 #: admin/modules/core/functions.inc.php:58601485 #: admin/modules/core/page.did.php:1391486 1177 msgid "deleted" 1487 1178 msgstr "" 1488 1179 1489 #: admin/modules/core/functions.inc.php:55121490 #: admin/modules/core/page.did.php:1861491 #: admin/modules/core/page.extensions.php:231492 1180 msgid "Extension" 1493 1181 msgstr "" 1494 1182 1495 #: admin/modules/core/functions.inc.php:55141496 1183 #, php-format 1497 1184 msgid "Delete Extension %s" 1498 1185 msgstr "" 1499 1186 1500 #: admin/modules/core/functions.inc.php:55241501 #: admin/modules/core/page.did.php:182 admin/modules/core/page.users.php:271502 1187 msgid "User" 1503 1188 msgstr "" 1504 1189 1505 #: admin/modules/core/functions.inc.php:55261506 1190 #, php-format 1507 1191 msgid "Delete User %s" 1508 1192 msgstr "" 1509 1193 1510 #: admin/modules/core/functions.inc.php:55381511 1194 msgid "Add User/Extension" 1512 1195 msgstr "" 1513 1196 1514 #: admin/modules/core/functions.inc.php:55451515 #: admin/modules/core/functions.inc.php:59231516 1197 msgid "Please enter a valid extension number." 1517 1198 msgstr "" 1518 1199 1519 #: admin/modules/core/functions.inc.php:55461520 1200 msgid "Please enter a valid CID Num Alias (must be a valid number)." 1521 1201 msgstr "" 1522 1202 1523 #: admin/modules/core/functions.inc.php:55471524 1203 msgid "Please enter valid User Password using numbers only" 1525 1204 msgstr "" 1526 1205 1527 #: admin/modules/core/functions.inc.php:55481528 1206 msgid "Please enter a valid Display Name" 1529 1207 msgstr "" 1530 1208 1531 #: admin/modules/core/functions.inc.php:55491532 1209 msgid "Please enter a valid Outbound CID" 1533 1210 msgstr "" 1534 1211 1535 #: admin/modules/core/functions.inc.php:55501536 1212 msgid "Please enter a valid pause time in seconds, using digits only" 1537 1213 msgstr "" 1538 1214 1539 #: admin/modules/core/functions.inc.php:55511540 1215 msgid "" 1541 1216 "You have entered a non-standard dialpattern for your DID. You can only enter " … … 1544 1219 msgstr "" 1545 1220 1546 #: admin/modules/core/functions.inc.php:55521547 1221 msgid "" 1548 1222 "Please enter a valid Caller ID Number or leave it blank for your Assigned " … … 1550 1224 msgstr "" 1551 1225 1552 #: admin/modules/core/functions.inc.php:55591553 1226 msgid "Edit Extension" 1554 1227 msgstr "" 1555 1228 1556 #: admin/modules/core/functions.inc.php:55591557 #: admin/modules/core/page.ampusers.php:2561558 1229 msgid "Add Extension" 1559 1230 msgstr "" 1560 1231 1561 #: admin/modules/core/functions.inc.php:55611562 1232 msgid "Edit User" 1563 1233 msgstr "" 1564 1234 1565 #: admin/modules/core/functions.inc.php:55611566 #: admin/modules/core/page.ampusers.php:1161567 1235 msgid "Add User" 1568 1236 msgstr "" 1569 1237 1570 #: admin/modules/core/functions.inc.php:55661571 1238 msgid "User Extension" 1572 1239 msgstr "" 1573 1240 1574 #: admin/modules/core/functions.inc.php:55661575 1241 msgid "The extension number to dial to reach this user." 1576 1242 msgstr "" 1577 1243 1578 #: admin/modules/core/functions.inc.php:55691579 1244 msgid "User Password" 1580 1245 msgstr "" 1581 1246 1582 #: admin/modules/core/functions.inc.php:55691583 1247 msgid "A user will enter this password when logging onto a device." 1584 1248 msgstr "" 1585 1249 1586 #: admin/modules/core/functions.inc.php:55691587 #: admin/modules/core/functions.inc.php:59381588 1250 msgid "logs into a device." 1589 1251 msgstr "" 1590 1252 1591 #: admin/modules/core/functions.inc.php:55691592 #: admin/modules/core/functions.inc.php:59381593 1253 msgid "logs out of a device." 1594 1254 msgstr "" 1595 1255 1596 #: admin/modules/core/functions.inc.php:55731597 1256 msgid "Display Name" 1598 1257 msgstr "" 1599 1258 1600 #: admin/modules/core/functions.inc.php:55731601 1259 msgid "" 1602 1260 "The caller id name for calls from this user will be set to this name. Only " … … 1604 1262 msgstr "" 1605 1263 1606 #: admin/modules/core/functions.inc.php:55751607 1264 msgid "CID Num Alias" 1608 1265 msgstr "" 1609 1266 1610 #: admin/modules/core/functions.inc.php:55751611 1267 msgid "" 1612 1268 "The CID Number to use for internal calls, if different from the extension " … … 1617 1273 msgstr "" 1618 1274 1619 #: admin/modules/core/functions.inc.php:55761620 1275 msgid "SIP Alias" 1621 1276 msgstr "" 1622 1277 1623 #: admin/modules/core/functions.inc.php:55761624 1278 msgid "" 1625 1279 "If you want to support direct sip dialing of users internally or through " … … 1628 1282 msgstr "" 1629 1283 1630 #: admin/modules/core/functions.inc.php:55811631 1284 msgid "User Devices" 1632 1285 msgstr "" 1633 1286 1634 #: admin/modules/core/functions.inc.php:55921635 1287 msgid "Edit:" 1636 1288 msgstr "" 1637 1289 1638 #: admin/modules/core/functions.inc.php:56041639 #: admin/modules/core/functions.inc.php:59411640 1290 msgid "Extension Options" 1641 1291 msgstr "" 1642 1292 1643 #: admin/modules/core/functions.inc.php:56051644 1293 msgid "Outbound CID" 1645 1294 msgstr "" 1646 1295 1647 #: admin/modules/core/functions.inc.php:56051648 1296 msgid "" 1649 1297 "Overrides the caller id when dialing out a trunk. Any setting here will " … … 1653 1301 msgstr "" 1654 1302 1655 #: admin/modules/core/functions.inc.php:56071656 1303 msgid "Ring Time" 1657 1304 msgstr "" 1658 1305 1659 #: admin/modules/core/functions.inc.php:56071660 1306 msgid "" 1661 1307 "Number of seconds to ring prior to going to voicemail. Default will use the " … … 1664 1310 msgstr "" 1665 1311 1666 #: admin/modules/core/functions.inc.php:56151667 1312 msgid "Call Waiting" 1668 1313 msgstr "" 1669 1314 1670 #: admin/modules/core/functions.inc.php:56151671 1315 msgid "Set the initial/current Call Waiting state for this user's extension" 1672 1316 msgstr "" 1673 1317 1674 #: admin/modules/core/functions.inc.php:56161675 1318 msgid "Call Screening" 1676 1319 msgstr "" 1677 1320 1678 #: admin/modules/core/functions.inc.php:56161679 1321 msgid "" 1680 1322 "Call Screening requires external callers to say their name, which will be " … … 1689 1331 msgstr "" 1690 1332 1691 #: admin/modules/core/functions.inc.php:56171692 1333 msgid "Pinless Dialing" 1693 1334 msgstr "" 1694 1335 1695 #: admin/modules/core/functions.inc.php:56171696 1336 msgid "" 1697 1337 "Enabling Pinless Dialing will allow this extension to bypass any pin codes " … … 1699 1339 msgstr "" 1700 1340 1701 #: admin/modules/core/functions.inc.php:56191702 1341 msgid "Assigned DID/CID" 1703 1342 msgstr "" 1704 1343 1705 #: admin/modules/core/functions.inc.php:56201706 1344 msgid "DID Description" 1707 1345 msgstr "" 1708 1346 1709 #: admin/modules/core/functions.inc.php:56201710 1347 msgid "A description for this DID, such as \"Fax\"" 1711 1348 msgstr "" 1712 1349 1713 #: admin/modules/core/functions.inc.php:56211714 1350 msgid "Add Inbound DID" 1715 1351 msgstr "" 1716 1352 1717 #: admin/modules/core/functions.inc.php:56211718 1353 msgid "" 1719 1354 "A direct DID that is associated with this extension. The DID should be in " … … 1723 1358 msgstr "" 1724 1359 1725 #: admin/modules/core/functions.inc.php:56221726 1360 msgid "Add Inbound CID" 1727 1361 msgstr "" 1728 1362 1729 #: admin/modules/core/functions.inc.php:56221730 1363 msgid "" 1731 1364 "Add a CID for more specific DID + CID routing. A DID must be specified in " … … 1735 1368 msgstr "" 1736 1369 1737 #: admin/modules/core/functions.inc.php:56301738 1370 msgid "DID / CID" 1739 1371 msgstr "" 1740 1372 1741 #: admin/modules/core/functions.inc.php:56341742 1373 msgid "Any DID" 1743 1374 msgstr "" 1744 1375 1745 #: admin/modules/core/functions.inc.php:56501746 1376 msgid "Recording Options" 1747 1377 msgstr "" 1748 1378 1749 #: admin/modules/core/functions.inc.php:56511750 1379 msgid "Record Incoming" 1751 1380 msgstr "" 1752 1381 1753 #: admin/modules/core/functions.inc.php:56511754 1382 msgid "Record all inbound calls received at this extension." 1755 1383 msgstr "" 1756 1384 1757 #: admin/modules/core/functions.inc.php:56521758 1385 msgid "Record Outgoing" 1759 1386 msgstr "" 1760 1387 1761 #: admin/modules/core/functions.inc.php:56521762 1388 msgid "Record all outbound calls received at this extension." 1763 1389 msgstr "" 1764 1390 1765 #: admin/modules/core/functions.inc.php:56701766 1391 msgid "Warning! Extension" 1767 1392 msgstr "" 1768 1393 1769 #: admin/modules/core/functions.inc.php:56701770 1394 msgid "is not allowed for your account" 1771 1395 msgstr "" 1772 1396 1773 #: admin/modules/core/functions.inc.php:56841774 1397 msgid "Conflicting Extensions" 1775 1398 msgstr "" 1776 1399 1777 #: admin/modules/core/functions.inc.php:56841778 1400 msgid "" 1779 1401 "The following extension numbers are in conflict, you can click on the item" … … 1781 1403 msgstr "" 1782 1404 1783 #: admin/modules/core/functions.inc.php:56881784 1405 msgid "Configure user again:" 1785 1406 msgstr "" 1786 1407 1787 #: admin/modules/core/functions.inc.php:56881788 1408 msgid "Configure extension again:" 1789 1409 msgstr "" 1790 1410 1791 #: admin/modules/core/functions.inc.php:57351792 1411 msgid "Please enter the dtmfmode for this device" 1793 1412 msgstr "" 1794 1413 1795 #: admin/modules/core/functions.inc.php:57361796 1414 msgid "Please enter the channel for this device" 1797 1415 msgstr "" 1798 1416 1799 #: admin/modules/core/functions.inc.php:57371800 1417 msgid "" 1801 1418 "You have not entered a Secret for this device, although this is possible it " … … 1804 1421 msgstr "" 1805 1422 1806 #: admin/modules/core/functions.inc.php:57381807 1423 msgid "Please enter a Secret for this device" 1808 1424 msgstr "" 1809 1425 1810 #: admin/modules/core/functions.inc.php:58121811 1426 msgid "Generic SIP Device" 1812 1427 msgstr "" 1813 1428 1814 #: admin/modules/core/functions.inc.php:58131815 1429 msgid "Generic IAX2 Device" 1816 1430 msgstr "" 1817 1431 1818 #: admin/modules/core/functions.inc.php:58141819 1432 msgid "Generic ZAP Device" 1820 1433 msgstr "" 1821 1434 1822 #: admin/modules/core/functions.inc.php:58151823 1435 msgid "Other (Custom) Device" 1824 1436 msgstr "" 1825 1437 1826 #: admin/modules/core/functions.inc.php:58181827 1438 msgid "None (virtual exten)" 1828 1439 msgstr "" 1829 1440 1830 #: admin/modules/core/functions.inc.php:58241831 1441 msgid "Fixed" 1832 1442 msgstr "" 1833 1443 1834 #: admin/modules/core/functions.inc.php:58251835 1444 msgid "Adhoc" 1836 1445 msgstr "" 1837 1446 1838 #: admin/modules/core/functions.inc.php:58281839 1447 msgid "none" 1840 1448 msgstr "" 1841 1449 1842 #: admin/modules/core/functions.inc.php:58291843 1450 msgid "New User" 1844 1451 msgstr "" 1845 1452 1846 #: admin/modules/core/functions.inc.php:58651847 #: admin/modules/core/page.ampusers.php:2561848 1453 msgid "Add Device" 1849 1454 msgstr "" 1850 1455 1851 #: admin/modules/core/functions.inc.php:58671852 1456 msgid "Add an Extension" 1853 1457 msgstr "" 1854 1458 1855 #: admin/modules/core/functions.inc.php:58691856 1459 msgid "Please select your Device below then click Submit" 1857 1460 msgstr "" 1858 1461 1859 #: admin/modules/core/functions.inc.php:58701860 #: admin/modules/core/functions.inc.php:58801861 #: admin/modules/core/page.devices.php:221862 1462 msgid "Device" 1863 1463 msgstr "" 1864 1464 1865 #: admin/modules/core/functions.inc.php:58831866 1465 #, php-format 1867 1466 msgid "Delete Device %s" 1868 1467 msgstr "" 1869 1468 1870 #: admin/modules/core/functions.inc.php:58891871 1469 #, php-format 1872 1470 msgid "Edit Default User: %s" 1873 1471 msgstr "" 1874 1472 1875 #: admin/modules/core/functions.inc.php:58891876 1473 #, php-format 1877 1474 msgid "Edit Fixed User: %s" 1878 1475 msgstr "" 1879 1476 1880 #: admin/modules/core/functions.inc.php:59021881 1477 #, php-format 1882 1478 msgid "Add %s Device" 1883 1479 msgstr "" 1884 1480 1885 #: admin/modules/core/functions.inc.php:59041886 1481 #, php-format 1887 1482 msgid "Add %s Extension" 1888 1483 msgstr "" 1889 1484 1890 #: admin/modules/core/functions.inc.php:59201891 1485 msgid "Please enter a device id." 1892 1486 msgstr "" 1893 1487 1894 #: admin/modules/core/functions.inc.php:59211895 1488 msgid "Please enter a valid Description for this device" 1896 1489 msgstr "" 1897 1490 1898 #: admin/modules/core/functions.inc.php:59221899 1491 msgid "Please enter a valid Emergency CID" 1900 1492 msgstr "" 1901 1493 1902 #: admin/modules/core/functions.inc.php:59301903 1494 msgid "Device Info" 1904 1495 msgstr "" 1905 1496 1906 #: admin/modules/core/functions.inc.php:59341907 1497 msgid "Device ID" 1908 1498 msgstr "" 1909 1499 1910 #: admin/modules/core/functions.inc.php:59341911 1500 msgid "" 1912 1501 "Give your device a unique integer ID. The device will use this ID to " … … 1914 1503 msgstr "" 1915 1504 1916 #: admin/modules/core/functions.inc.php:59361917 1505 msgid "" 1918 1506 "The caller id name for this device will be set to this description until it " … … 1920 1508 msgstr "" 1921 1509 1922 #: admin/modules/core/functions.inc.php:59371923 #: admin/modules/core/functions.inc.php:59421924 1510 msgid "Emergency CID" 1925 1511 msgstr "" 1926 1512 1927 #: admin/modules/core/functions.inc.php:59371928 #: admin/modules/core/functions.inc.php:59421929 1513 msgid "" 1930 1514 "This caller id will always be set when dialing out an Outbound Route flagged " … … 1932 1516 msgstr "" 1933 1517 1934 #: admin/modules/core/functions.inc.php:59381935 1518 msgid "Device Type" 1936 1519 msgstr "" 1937 1520 1938 #: admin/modules/core/functions.inc.php:59381939 1521 msgid "" 1940 1522 "Devices can be fixed or adhoc. Fixed devices are always associated to the " … … 1943 1525 msgstr "" 1944 1526 1945 #: admin/modules/core/functions.inc.php:59391946 1527 msgid "Default User" 1947 1528 msgstr "" 1948 1529 1949 #: admin/modules/core/functions.inc.php:59391950 1530 msgid "" 1951 1531 "Fixed devices will always mapped to this user. Adhoc devices will be mapped " … … 1954 1534 msgstr "" 1955 1535 1956 #: admin/modules/core/functions.inc.php:59481957 1536 msgid "Device Options" 1958 1537 msgstr "" 1959 1538 1960 #: admin/modules/core/functions.inc.php:59501961 1539 #, php-format 1962 1540 msgid "This device uses %s technology." 1963 1541 msgstr "" 1964 1542 1965 #: admin/modules/core/functions.inc.php:59501966 1543 msgid "Via DAHDI compatibility mode" 1967 1544 msgstr "" 1968 1545 1969 #: admin/modules/core/install.php:221970 1546 msgid "User Logon" 1971 1547 msgstr "" 1972 1548 1973 #: admin/modules/core/install.php:231974 1549 msgid "User Logoff" 1975 1550 msgstr "" 1976 1551 1977 #: admin/modules/core/install.php:241978 1552 msgid "ZapBarge" 1979 1553 msgstr "" 1980 1554 1981 #: admin/modules/core/install.php:251982 1555 msgid "ChanSpy" 1983 1556 msgstr "" 1984 1557 1985 #: admin/modules/core/install.php:261986 1558 msgid "Simulate Incoming Call" 1987 1559 msgstr "" 1988 1560 1989 #: admin/modules/core/install.php:271990 1561 msgid "Directed Call Pickup" 1991 1562 msgstr "" 1992 1563 1993 #: admin/modules/core/install.php:281994 1564 msgid "Asterisk General Call Pickup" 1995 1565 msgstr "" 1996 1566 1997 #: admin/modules/core/install.php:291998 1567 msgid "In-Call Asterisk Blind Transfer" 1999 1568 msgstr "" 2000 1569 2001 #: admin/modules/core/install.php:302002 1570 msgid "In-Call Asterisk Attended Transfer" 2003 1571 msgstr "" 2004 1572 2005 #: admin/modules/core/install.php:312006 1573 msgid "In-Call Asterisk Toggle Call Recording" 2007 1574 msgstr "" 2008 1575 2009 #: admin/modules/core/install.php:322010 1576 msgid "In-Call Asterisk Disconnect Code" 2011 1577 msgstr "" 2012 1578 2013 #: admin/modules/core/install.php:592014 1579 #, php-format 2015 1580 msgid "ERROR: trying to check if %s already in use" 2016 1581 msgstr "" 2017 1582 2018 #: admin/modules/core/install.php:1402019 1583 msgid "Checking if directdids need migrating.." 2020 1584 msgstr "" 2021 1585 2022 #: admin/modules/core/install.php:1442023 1586 msgid "starting migration" 2024 1587 msgstr "" 2025 1588 2026 #: admin/modules/core/install.php:1612027 1589 msgid "User: " 2028 1590 msgstr "" 2029 1591 2030 #: admin/modules/core/install.php:1642031 1592 #, php-format 2032 1593 msgid "ERROR: failed to insert %s for user %s" 2033 1594 msgstr "" 2034 1595 2035 #: admin/modules/core/install.php:1692036 1596 #, php-format 2037 1597 msgid "" … … 2039 1599 msgstr "" 2040 1600 2041 #: admin/modules/core/install.php:1732042 1601 #, php-format 2043 1602 msgid "Removing field %s from users table.." 2044 1603 msgstr "" 2045 1604 2046 #: admin/modules/core/install.php:1772047 1605 msgid "not present" 2048 1606 msgstr "" 2049 1607 2050 #: admin/modules/core/install.php:1792051 1608 msgid "removed" 2052 1609 msgstr "" 2053 1610 2054 #: admin/modules/core/install.php:1842055 1611 msgid "" 2056 1612 "ERROR: could not access user table to migrate directdids to incoming table, " … … 2058 1614 msgstr "" 2059 1615 2060 #: admin/modules/core/install.php:1872061 1616 msgid "already done" 2062 1617 msgstr "" 2063 1618 2064 #: admin/modules/core/install.php:1922065 1619 msgid "updating zap callgroup, pickupgroup.." 2066 1620 msgstr "" 2067 1621 2068 #: admin/modules/core/install.php:2172069 1622 #, php-format 2070 1623 msgid "updated %s callgroups, %s pickupgroups" 2071 1624 msgstr "" 2072 1625 2073 #: admin/modules/core/install.php:219 admin/modules/core/install.php:5182074 1626 msgid "not needed" 2075 1627 msgstr "" 2076 1628 2077 #: admin/modules/core/install.php:2242078 1629 msgid "checking for delay_answer field .." 2079 1630 msgstr "" 2080 1631 2081 #: admin/modules/core/install.php:231 admin/modules/core/install.php:2472082 1632 msgid "fatal error" 2083 1633 msgstr "" 2084 1634 2085 #: admin/modules/core/install.php:234 admin/modules/core/install.php:2502086 1635 msgid "added" 2087 1636 msgstr "" 2088 1637 2089 #: admin/modules/core/install.php:237 admin/modules/core/install.php:2532090 #: admin/modules/core/install.php:535 admin/modules/core/install.php:5712091 1638 msgid "already exists" 2092 1639 msgstr "" 2093 1640 2094 #: admin/modules/core/install.php:2402095 1641 msgid "checking for pricid field .." 2096 1642 msgstr "" 2097 1643 2098 #: admin/modules/core/install.php:2602099 1644 msgid "Checking for Global var RECORDING_STATE.." 2100 1645 msgstr "" 2101 1646 2102 #: admin/modules/core/install.php:2642103 1647 msgid "Created" 2104 1648 msgstr "" 2105 1649 2106 #: admin/modules/core/install.php:2662107 1650 msgid "Already exists!" 2108 1651 msgstr "" 2109 1652 2110 #: admin/modules/core/install.php:4772111 1653 msgid "Checking if trunk table migration required.." 2112 1654 msgstr "" 2113 1655 2114 #: admin/modules/core/install.php:4802115 1656 msgid "migrating.." 2116 1657 msgstr "" 2117 1658 2118 #: admin/modules/core/install.php:4982119 1659 msgid "removing globals.." 2120 1660 msgstr "" 2121 1661 2122 #: admin/modules/core/install.php:5162123 1662 msgid "done" 2124 1663 msgstr "" 2125 1664 2126 #: admin/modules/core/install.php:5302127 1665 msgid "Checking if trunks_dialpatterns table exists.." 2128 1666 msgstr "" 2129 1667 2130 #: admin/modules/core/install.php:5372131 1668 msgid "created" 2132 1669 msgstr "" 2133 1670 2134 #: admin/modules/core/install.php:5382135 1671 msgid "loading table from localprefixes.conf.." 2136 1672 msgstr "" 2137 1673 2138 #: admin/modules/core/install.php:5582139 1674 msgid "loaded" 2140 1675 msgstr "" 2141 1676 2142 #: admin/modules/core/install.php:5612143 1677 msgid "Checking if privacy manager options exists.." 2144 1678 msgstr "" 2145 1679 2146 #: admin/modules/core/install.php:5682147 1680 msgid "Added pmmaxretries and pmminlength" 2148 1681 msgstr "" 2149 1682 2150 #: admin/modules/core/page.ampusers.php:1332151 1683 msgid "Edit Administrator" 2152 1684 msgstr "" 2153 1685 2154 #: admin/modules/core/page.ampusers.php:1452155 1686 #, php-format 2156 1687 msgid "Delete User: %s" 2157 1688 msgstr "" 2158 1689 2159 #: admin/modules/core/page.ampusers.php:1632160 1690 msgid "Add Administrator" 2161 1691 msgstr "" 2162 1692 2163 #: admin/modules/core/page.ampusers.php:1822164 1693 msgid "NOTE:" 2165 1694 msgstr "" 2166 1695 2167 #: admin/modules/core/page.ampusers.php:1822168 1696 msgid "" 2169 1697 "AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this " … … 2173 1701 msgstr "" 2174 1702 2175 #: admin/modules/core/page.ampusers.php:1882176 1703 msgid "Username<span>Create a unique username for this new user</span>" 2177 1704 msgstr "" 2178 1705 2179 #: admin/modules/core/page.ampusers.php:1952180 1706 msgid "Password<span>Create a password for this new user</span>" 2181 1707 msgstr "" 2182 1708 2183 #: admin/modules/core/page.ampusers.php:2032184 1709 msgid "Access Restrictions" 2185 1710 msgstr "" 2186 1711 2187 #: admin/modules/core/page.ampusers.php:2082188 1712 msgid "" 2189 1713 "Department Name<span>Restrict this user's view of Digital Receptionist menus " … … 2191 1715 msgstr "" 2192 1716 2193 #: admin/modules/core/page.ampusers.php:2152194 1717 msgid "" 2195 1718 "Extension Range<span>Restrict this user's view to only Extensions, Ring " … … 2197 1720 msgstr "" 2198 1721 2199 #: admin/modules/core/page.ampusers.php:2242200 1722 msgid "" 2201 1723 "Admin Access<span>Select the Admin Sections this user should have access to." … … 2203 1725 msgstr "" 2204 1726 2205 #: admin/modules/core/page.ampusers.php:2512206 1727 msgid "Apply Changes Bar" 2207 1728 msgstr "" 2208 1729 2209 #: admin/modules/core/page.ampusers.php:2612210 1730 msgid "ALL SECTIONS" 2211 1731 msgstr "" 2212 1732 2213 #: admin/modules/core/page.ampusers.php:2692214 #: admin/modules/core/page.general.php:4262215 #: admin/modules/core/page.routing.php:6162216 #: admin/modules/core/page.trunks.php:7882217 #: admin/modules/core/page.zapchandids.php:1122218 1733 msgid "Submit Changes" 2219 1734 msgstr "" 2220 1735 2221 #: admin/modules/core/page.ampusers.php:2832222 1736 msgid "Username must not be blank" 2223 1737 msgstr "" 2224 1738 2225 #: admin/modules/core/page.ampusers.php:2852226 1739 msgid "" 2227 1740 "Username cannot start with a number, and can only contain letters and numbers" 2228 1741 msgstr "" 2229 1742 2230 #: admin/modules/core/page.ampusers.php:2872231 1743 msgid "For security reasons, you cannot use the department name default" 2232 1744 msgstr "" 2233 1745 2234 #: admin/modules/core/page.ampusers.php:2892235 1746 msgid "Department name cannot have a space" 2236 1747 msgstr "" 2237 1748 2238 #: admin/modules/core/page.did.php:862239 1749 msgid " (toggle sort)" 2240 1750 msgstr "" 2241 1751 2242 #: admin/modules/core/page.did.php:90 admin/modules/core/page.did.php:1652243 #: admin/modules/core/page.did.php:196 admin/modules/core/page.did.php:2072244 1752 msgid "Add Incoming Route" 2245 1753 msgstr "" 2246 1754 2247 #: admin/modules/core/page.did.php:912248 1755 msgid "All DIDs" 2249 1756 msgstr "" 2250 1757 2251 #: admin/modules/core/page.did.php:922252 1758 msgid "User DIDs" 2253 1759 msgstr "" 2254 1760 2255 #: admin/modules/core/page.did.php:932256 1761 msgid "General DIDs" 2257 1762 msgstr "" 2258 1763 2259 #: admin/modules/core/page.did.php:942260 1764 msgid "Unused DIDs" 2261 1765 msgstr "" 2262 1766 2263 #: admin/modules/core/page.did.php:1262264 1767 msgid "any DID" 2265 1768 msgstr "" 2266 1769 2267 #: admin/modules/core/page.did.php:1272268 1770 msgid "any CID" 2269 1771 msgstr "" 2270 1772 2271 #: admin/modules/core/page.did.php:157 admin/modules/core/page.trunks.php:2932272 1773 msgid "Route" 2273 1774 msgstr "" 2274 1775 2275 #: admin/modules/core/page.did.php:171 admin/modules/core/page.routing.php:2972276 1776 #, php-format 2277 1777 msgid "Delete Route %s" 2278 1778 msgstr "" 2279 1779 2280 #: admin/modules/core/page.did.php:1892281 1780 #, php-format 2282 1781 msgid "Edit %s" 2283 1782 msgstr "" 2284 1783 2285 #: admin/modules/core/page.did.php:1892286 1784 #, php-format 2287 1785 msgid "Edit %s %s (%s)" 2288 1786 msgstr "" 2289 1787 2290 #: admin/modules/core/page.did.php:2072291 1788 msgid "Edit Incoming Route" 2292 1789 msgstr "" 2293 1790 2294 #: admin/modules/core/page.did.php:2092295 1791 msgid "Provide a meaningful description of what this incoming route is" 2296 1792 msgstr "" 2297 1793 2298 #: admin/modules/core/page.did.php:2132299 1794 msgid "DID Number" 2300 1795 msgstr "" 2301 1796 2302 #: admin/modules/core/page.did.php:2132303 1797 msgid "" 2304 1798 "Define the expected DID Number if your trunk passes DID on incoming calls. " … … 2307 1801 msgstr "" 2308 1802 2309 #: admin/modules/core/page.did.php:2172310 1803 msgid "Caller ID Number" 2311 1804 msgstr "" 2312 1805 2313 #: admin/modules/core/page.did.php:2172314 1806 msgid "" 2315 1807 "Define the Caller ID Number to be matched on incoming calls.<br><br>Leave " … … 2320 1812 msgstr "" 2321 1813 2322 #: admin/modules/core/page.did.php:2222323 1814 msgid "CID Priority Route" 2324 1815 msgstr "" 2325 1816 2326 #: admin/modules/core/page.did.php:2222327 1817 msgid "" 2328 1818 "This effects CID ONLY routes where no DID is specified. If checked, calls " … … 2333 1823 msgstr "" 2334 1824 2335 #: admin/modules/core/page.did.php:2262336 1825 msgid "Options" 2337 1826 msgstr "" 2338 1827 2339 #: admin/modules/core/page.did.php:2282340 1828 msgid "Alert Info" 2341 1829 msgstr "" 2342 1830 2343 #: admin/modules/core/page.did.php:2282344 1831 msgid "ALERT_INFO can be used for distinctive ring with SIP devices." 2345 1832 msgstr "" 2346 1833 2347 #: admin/modules/core/page.did.php:2322348 1834 msgid "CID name prefix" 2349 1835 msgstr "" 2350 1836 2351 #: admin/modules/core/page.did.php:2322352 1837 msgid "" 2353 1838 "You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:" … … 2356 1841 msgstr "" 2357 1842 2358 #: admin/modules/core/page.did.php:2372359 1843 msgid "Music On Hold" 2360 1844 msgstr "" 2361 1845 2362 #: admin/modules/core/page.did.php:2372363 1846 msgid "" 2364 1847 "Set the MoH class that will be used for calls that come in on this route. " … … 2367 1850 msgstr "" 2368 1851 2369 #: admin/modules/core/page.did.php:2462370 1852 msgid "No Music" 2371 1853 msgstr "" 2372 1854 2373 #: admin/modules/core/page.did.php:2572374 1855 msgid "Signal RINGING" 2375 1856 msgstr "" 2376 1857 2377 #: admin/modules/core/page.did.php:2572378 1858 msgid "" 2379 1859 "Some devices or providers require RINGING to be sent before ANSWER. You'll " … … 2382 1862 msgstr "" 2383 1863 2384 #: admin/modules/core/page.did.php:2612385 1864 msgid "Pause Before Answer" 2386 1865 msgstr "" 2387 1866 2388 #: admin/modules/core/page.did.php:2612389 1867 msgid "" 2390 1868 "An optional delay to wait before processing this route. Setting this value " … … 2394 1872 msgstr "" 2395 1873 2396 #: admin/modules/core/page.did.php:2652397 1874 msgid "Privacy" 2398 1875 msgstr "" 2399 1876 2400 #: admin/modules/core/page.did.php:2682401 1877 msgid "Privacy Manager" 2402 1878 msgstr "" 2403 1879 2404 #: admin/modules/core/page.did.php:2682405 1880 msgid "" 2406 1881 "If no Caller ID has been received, Privacy Manager will ask the caller to " … … 2410 1885 msgstr "" 2411 1886 2412 #: admin/modules/core/page.did.php:271 admin/modules/core/page.general.php:4112413 1887 msgid "No" 2414 1888 msgstr "" 2415 1889 2416 #: admin/modules/core/page.did.php:272 admin/modules/core/page.general.php:4102417 1890 msgid "Yes" 2418 1891 msgstr "" 2419 1892 2420 #: admin/modules/core/page.did.php:2772421 1893 msgid "Max attempts" 2422 1894 msgstr "" 2423 1895 2424 #: admin/modules/core/page.did.php:2772425 1896 msgid "Number of attempts the caller has to enter a valid callerID" 2426 1897 msgstr "" 2427 1898 2428 #: admin/modules/core/page.did.php:2902429 1899 msgid "Min Length" 2430 1900 msgstr "" 2431 1901 2432 #: admin/modules/core/page.did.php:2902433 1902 msgid "" 2434 1903 "Minimum amount of digits callerID needs to contain in order to be considered " … … 2436 1905 msgstr "" 2437 1906 2438 #: admin/modules/core/page.did.php:3072439 1907 msgid "Set Destination" 2440 1908 msgstr "" 2441 1909 2442 #: admin/modules/core/page.did.php:3162443 1910 msgid "Clear Destination & Submit" 2444 1911 msgstr "" 2445 1912 2446 #: admin/modules/core/page.did.php:3282447 1913 msgid "Please enter a valid DID Number" 2448 1914 msgstr "" 2449 1915 2450 #: admin/modules/core/page.did.php:3292451 1916 msgid "Please enter a valid Caller ID Number" 2452 1917 msgstr "" 2453 1918 2454 #: admin/modules/core/page.did.php:3302455 1919 msgid "Please enter a valid Fax Email or leave it empty to use the default" 2456 1920 msgstr "" 2457 1921 2458 #: admin/modules/core/page.did.php:3312459 1922 msgid "Please enter a valid number for Pause after answer" 2460 1923 msgstr "" 2461 1924 2462 #: admin/modules/core/page.did.php:3322463 1925 msgid "Please enter a valid number for Pause Before Answer field" 2464 1926 msgstr "" 2465 1927 2466 #: admin/modules/core/page.did.php:3332467 1928 msgid "" 2468 1929 "Leaving the DID Number AND the Caller ID Number empty will match all " … … 2471 1932 msgstr "" 2472 1933 2473 #: admin/modules/core/page.did.php:3342474 1934 msgid "" 2475 1935 "DID information is normally just an incoming telephone number or for " … … 2478 1938 msgstr "" 2479 1939 2480 #: admin/modules/core/page.did.php:3352481 1940 msgid "A Slash ('/') is never a valid DID. Please remove it and try again" 2482 1941 msgstr "" 2483 1942 2484 #: admin/modules/core/page.did.php:3362485 1943 msgid "Invalid Caller ID prefix." 2486 1944 msgstr "" 2487 1945 2488 #: admin/modules/core/page.general.php:1102489 1946 msgid "Dialing Options" 2490 1947 msgstr "" 2491 1948 2492 #: admin/modules/core/page.general.php:1132493 1949 msgid "Asterisk Dial command options:" 2494 1950 msgstr "" 2495 1951 2496 #: admin/modules/core/page.general.php:1142497 #: admin/modules/core/page.general.php:1252498 1952 msgid "t: Allow the called user to transfer the call by hitting #" 2499 1953 msgstr "" 2500 1954 2501 #: admin/modules/core/page.general.php:1152502 #: admin/modules/core/page.general.php:1262503 1955 msgid "T: Allow the calling user to transfer the call by hitting #" 2504 1956 msgstr "" 2505 1957 2506 #: admin/modules/core/page.general.php:1162507 1958 msgid "r: Generate a ringing tone for the calling party" 2508 1959 msgstr "" 2509 1960 2510 #: admin/modules/core/page.general.php:1172511 #: admin/modules/core/page.general.php:1272512 1961 msgid "" 2513 1962 "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 2514 1963 msgstr "" 2515 1964 2516 #: admin/modules/core/page.general.php:1182517 #: admin/modules/core/page.general.php:1282518 1965 msgid "" 2519 1966 "W: Allow the calling user to start recording after pressing *1 (Asterisk " … … 2521 1968 msgstr "" 2522 1969 2523 #: admin/modules/core/page.general.php:1242524 1970 msgid "Asterisk Outbound Dial command options:" 2525 1971 msgstr "" 2526 1972 2527 #: admin/modules/core/page.general.php:1292528 1973 msgid "r: You SHOULD NOT use this option on outbound trunks" 2529 1974 msgstr "" 2530 1975 2531 #: admin/modules/core/page.general.php:1362532 1976 msgid "Call Recording" 2533 1977 msgstr "" 2534 1978 2535 #: admin/modules/core/page.general.php:1392536 1979 msgid "Extension Recording Override:" 2537 1980 msgstr "" 2538 1981 2539 #: admin/modules/core/page.general.php:1402540 1982 msgid "" 2541 1983 "This will override the recording settings of all extensions/users. If " … … 2548 1990 msgstr "" 2549 1991 2550 #: admin/modules/core/page.general.php:1482551 1992 msgid "Call recording format:" 2552 1993 msgstr "" 2553 1994 2554 #: admin/modules/core/page.general.php:1492555 1995 msgid "Pick the format in which to save recorded calls" 2556 1996 msgstr "" 2557 1997 2558 #: admin/modules/core/page.general.php:1532559 1998 msgid "WAV" 2560 1999 msgstr "" 2561 2000 2562 #: admin/modules/core/page.general.php:1542563 2001 msgid "wav" 2564 2002 msgstr "" 2565 2003 2566 #: admin/modules/core/page.general.php:1552567 2004 msgid "ulaw" 2568 2005 msgstr "" 2569 2006 2570 #: admin/modules/core/page.general.php:1562571 2007 msgid "alaw" 2572 2008 msgstr "" 2573 2009 2574 #: admin/modules/core/page.general.php:1572575 2010 msgid "sln" 2576 2011 msgstr "" 2577 2012 2578 #: admin/modules/core/page.general.php:1582579 2013 msgid "gsm" 2580 2014 msgstr "" 2581 2015 2582 #: admin/modules/core/page.general.php:1592583 2016 msgid "g729" 2584 2017 msgstr "" 2585 2018 2586 #: admin/modules/core/page.general.php:1632587 2019 msgid "Recording Location:" 2588 2020 msgstr "" 2589 2021 2590 #: admin/modules/core/page.general.php:1642591 2022 msgid "" 2592 2023 "Override the default location where asterisk will store call recordings. " … … 2595 2026 msgstr "" 2596 2027 2597 #: admin/modules/core/page.general.php:1702598 2028 msgid "Run after record:" 2599 2029 msgstr "" 2600 2030 2601 #: admin/modules/core/page.general.php:1712602 2031 msgid "" 2603 2032 "An optional script to be run after the call is hungup. You can include " … … 2607 2036 msgstr "" 2608 2037 2609 #: admin/modules/core/page.general.php:1782610 2038 msgid "Voicemail" 2611 2039 msgstr "" 2612 2040 2613 #: admin/modules/core/page.general.php:1812614 2041 msgid "Ringtime Default:" 2615 2042 msgstr "" 2616 2043 2617 #: admin/modules/core/page.general.php:1822618 2044 msgid "" 2619 2045 "Default number of seconds to ring phones before sending callers to " … … 2622 2048 msgstr "" 2623 2049 2624 #: admin/modules/core/page.general.php:1882625 2050 msgid "Direct Dial Voicemail Prefix:" 2626 2051 msgstr "" 2627 2052 2628 #: admin/modules/core/page.general.php:1892629 2053 msgid "" 2630 2054 "Prefix used to dial directly to someone's voicemail. Caution should be taken " … … 2632 2056 msgstr "" 2633 2057 2634 #: admin/modules/core/page.general.php:1952635 2058 msgid "Direct Dial to Voicemail message type:" 2636 2059 msgstr "" 2637 2060 2638 #: admin/modules/core/page.general.php:1962639 2061 msgid "" 2640 2062 "Default message type to use when dialing direct to an extensions voicemail" 2641 2063 msgstr "" 2642 2064 2643 #: admin/modules/core/page.general.php:2012644 2065 msgid "Unavailable" 2645 2066 msgstr "" 2646 2067 2647 #: admin/modules/core/page.general.php:2032648 2068 msgid "No Message" 2649 2069 msgstr "" 2650 2070 2651 #: admin/modules/core/page.general.php:2072652 2071 msgid "Optional Voicemail Recording Gain:" 2653 2072 msgstr "" 2654 2073 2655 #: admin/modules/core/page.general.php:2082656 2074 msgid "Use the specified amount of gain when recording the voicemail message." 2657 2075 msgstr "" 2658 2076 2659 #: admin/modules/core/page.general.php:2092660 2077 msgid "The units are whole-number decibels (dB)." 2661 2078 msgstr "" 2662 2079 2663 #: admin/modules/core/page.general.php:2142664 2080 msgid "Do Not Play \"please leave message after tone\" to caller" 2665 2081 msgstr "" 2666 2082 2667 #: admin/modules/core/page.general.php:2142668 2083 msgid "" 2669 2084 "Check this to remove the default message \"Please leave your message after " … … 2672 2087 msgstr "" 2673 2088 2674 #: admin/modules/core/page.general.php:2202675 2089 msgid "Voicemail VmX Locator" 2676 2090 msgstr "" 2677 2091 2678 #: admin/modules/core/page.general.php:2242679 2092 msgid "Default Context & Pri:" 2680 2093 msgstr "" 2681 2094 2682 #: admin/modules/core/page.general.php:2252683 2095 msgid "Default to use if only a number/extension are provided." 2684 2096 msgstr "" 2685 2097 2686 #: admin/modules/core/page.general.php:2322687 2098 msgid "Timeout/#-press default:" 2688 2099 msgstr "" 2689 2100 2690 #: admin/modules/core/page.general.php:2332691 2101 msgid "" 2692 2102 "This is the default location that a caller will be sent if they don't press " … … 2695 2105 msgstr "" 2696 2106 2697 #: admin/modules/core/page.general.php:2412698 2107 msgid "Loop Exceed default:" 2699 2108 msgstr "" 2700 2109 2701 #: admin/modules/core/page.general.php:2422702 2110 msgid "" 2703 2111 "This is the default location that a caller will be sent if they press an " … … 2706 2114 msgstr "" 2707 2115 2708 #: admin/modules/core/page.general.php:2502709 2116 msgid "Timeout VM Msg:" 2710 2117 msgstr "" 2711 2118 2712 #: admin/modules/core/page.general.php:2512713 #: admin/modules/core/page.general.php:2632714 2119 msgid "" 2715 2120 "If this destination is voicemail, select whether or not to play the standard " … … 2717 2122 msgstr "" 2718 2123 2719 #: admin/modules/core/page.general.php:2552720 #: admin/modules/core/page.general.php:2672721 #: admin/modules/core/page.general.php:2792722 2124 msgid "Std Instructions" 2723 2125 msgstr "" 2724 2126 2725 #: admin/modules/core/page.general.php:2562726 #: admin/modules/core/page.general.php:2682727 #: admin/modules/core/page.general.php:2802728 2127 msgid "Beep Only" 2729 2128 msgstr "" 2730 2129 2731 #: admin/modules/core/page.general.php:2622732 2130 msgid "Max Loop VM Msg:" 2733 2131 msgstr "" 2734 2132 2735 #: admin/modules/core/page.general.php:2742736 2133 msgid "Direct VM Option" 2737 2134 msgstr "" 2738 2135 2739 #: admin/modules/core/page.general.php:2752740 2136 msgid "" 2741 2137 "If a user defined option is to go to voicemail (using the 'dovm' extension) " … … 2743 2139 msgstr "" 2744 2140 2745 #: admin/modules/core/page.general.php:2862746 2141 msgid "Msg Timeout:" 2747 2142 msgstr "" 2748 2143 2749 #: admin/modules/core/page.general.php:2872750 2144 msgid "" 2751 2145 "Time to wait after message has played to timeout and/or repeat the message " … … 2753 2147 msgstr "" 2754 2148 2755 #: admin/modules/core/page.general.php:2992756 2149 msgid "seconds" 2757 2150 msgstr "" 2758 2151 2759 #: admin/modules/core/page.general.php:3042760 2152 msgid "Msg Play:" 2761 2153 msgstr "" 2762 2154 2763 #: admin/modules/core/page.general.php:3052764 2155 msgid "" 2765 2156 "Number of times to play the recorded message if the caller does not press " … … 2767 2158 msgstr "" 2768 2159 2769 #: admin/modules/core/page.general.php:3172770 #: admin/modules/core/page.general.php:3352771 2160 msgid "times" 2772 2161 msgstr "" 2773 2162 2774 #: admin/modules/core/page.general.php:3222775 2163 msgid "Error Re-tries:" 2776 2164 msgstr "" 2777 2165 2778 #: admin/modules/core/page.general.php:3232779 2166 msgid "" 2780 2167 "Number of times to play invalid options and repeat the message upon " … … 2782 2169 msgstr "" 2783 2170 2784 #: admin/modules/core/page.general.php:3402785 2171 msgid "Company Directory" 2786 2172 msgstr "" 2787 2173 2788 #: admin/modules/core/page.general.php:3432789 2174 msgid "Find users in the Company Directory by:" 2790 2175 msgstr "" 2791 2176 2792 #: admin/modules/core/page.general.php:3432793 2177 msgid "" 2794 2178 "The Company Directory allows a caller to spell the user's first name, last " … … 2797 2181 msgstr "" 2798 2182 2799 #: admin/modules/core/page.general.php:3462800 2183 msgid "first name" 2801 2184 msgstr "" 2802 2185 2803 #: admin/modules/core/page.general.php:3472804 2186 msgid "last name" 2805 2187 msgstr "" 2806 2188 2807 #: admin/modules/core/page.general.php:3482808 2189 msgid "first or last name" 2809 2190 msgstr "" 2810 2191 2811 #: admin/modules/core/page.general.php:3522812 2192 msgid "Announce Extension:" 2813 2193 msgstr "" 2814 2194 2815 #: admin/modules/core/page.general.php:3522816 2195 msgid "" 2817 2196 "Plays a message \"Please hold while I transfer you to extension xxx\" that " … … 2820 2199 msgstr "" 2821 2200 2822 #: admin/modules/core/page.general.php:3572823 2201 msgid "Operator Extension:" 2824 2202 msgstr "" 2825 2203 2826 #: admin/modules/core/page.general.php:3582827 2204 msgid "" 2828 2205 "When users hit '0' in the directory, they are put through to this number. " … … 2830 2207 msgstr "" 2831 2208 2832 #: admin/modules/core/page.general.php:3592833 2209 msgid "" 2834 2210 " does NOT need to be an extension, it can be a Ring Group, or even an " … … 2836 2212 msgstr "" 2837 2213 2838 #: admin/modules/core/page.general.php:3652839 2214 msgid "International Settings" 2840 2215 msgstr "" 2841 2216 2842 #: admin/modules/core/page.general.php:3682843 2217 msgid "Country Indications" 2844 2218 msgstr "" 2845 2219 2846 #: admin/modules/core/page.general.php:3682847 2220 msgid "Select which country you are in" 2848 2221 msgstr "" 2849 2222 2850 #: admin/modules/core/page.general.php:3772851 2223 msgid "24-hour format" 2852 2224 msgstr "" 2853 2225 2854 #: admin/modules/core/page.general.php:3772855 2226 msgid "" 2856 2227 "Select Yes if you use 24-hour format or No if you are using 12-hour am/pm " … … 2858 2229 msgstr "" 2859 2230 2860 #: admin/modules/core/page.general.php:3802861 #: admin/modules/core/page.general.php:3952862 2231 msgid "no" 2863 2232 msgstr "" 2864 2233 2865 #: admin/modules/core/page.general.php:3812866 #: admin/modules/core/page.general.php:3962867 2234 msgid "yes" 2868 2235 msgstr "" 2869 2236 2870 #: admin/modules/core/page.general.php:3852871 2237 msgid "Security Settings" 2872 2238 msgstr "" 2873 2239 2874 #: admin/modules/core/page.general.php:3882875 2240 msgid "Allow Anonymous Inbound SIP Calls?" 2876 2241 msgstr "" 2877 2242 2878 #: admin/modules/core/page.general.php:3892879 2243 msgid "** WARNING **" 2880 2244 msgstr "" 2881 2245 2882 #: admin/modules/core/page.general.php:3902883 2246 msgid "" 2884 2247 "Setting this to 'yes' will potentially allow ANYBODY to call into your " … … 2886 2249 msgstr "" 2887 2250 2888 #: admin/modules/core/page.general.php:3912889 2251 msgid "" 2890 2252 "It should only be used if you fully understand the impact of allowing " … … 2892 2254 msgstr "" 2893 2255 2894 #: admin/modules/core/page.general.php:4012895 2256 msgid "Online Updates" 2896 2257 msgstr "" 2897 2258 2898 #: admin/modules/core/page.general.php:4052899 2259 msgid "Check for Updates" 2900 2260 msgstr "" 2901 2261 2902 #: admin/modules/core/page.general.php:4062903 2262 msgid "" 2904 2263 "Choosing Yes will result in the system automatically checking for updates " … … 2911 2270 msgstr "" 2912 2271 2913 #: admin/modules/core/page.general.php:4172914 2272 msgid "Update Email" 2915 2273 msgstr "" 2916 2274 2917 #: admin/modules/core/page.general.php:4182918 2275 msgid "" 2919 2276 "Email address where online updates will be sent. Leaving blank will result " … … 2921 2278 msgstr "" 2922 2279 2923 #: admin/modules/core/page.general.php:4482924 2280 msgid "Please enter a valid Number of Seconds" 2925 2281 msgstr "" 2926 2282 2927 #: admin/modules/core/page.general.php:4492928 2283 msgid "Please enter a valid Fax Email" 2929 2284 msgstr "" 2930 2285 2931 #: admin/modules/core/page.general.php:4502932 2286 msgid "" 2933 2287 "You have selected the 'r' option for your trunks. This is highly discouraged " … … 2938 2292 msgstr "" 2939 2293 2940 #: admin/modules/core/page.routing.php:1282941 2294 msgid "Error renaming route: duplicate name" 2942 2295 msgstr "" 2943 2296 2944 #: admin/modules/core/page.routing.php:1742945 #: admin/modules/core/page.trunks.php:1442946 2297 msgid "Error fetching prefix list for: " 2947 2298 msgstr "" 2948 2299 2949 #: admin/modules/core/page.routing.php:1792950 #: admin/modules/core/page.trunks.php:1492951 2300 msgid "Invalid format for NPA-NXX code (must be format: NXXNXX)" 2952 2301 msgstr "" 2953 2302 2954 #: admin/modules/core/page.routing.php:2102955 #: admin/modules/core/page.routing.php:2872956 2303 msgid "Add Route" 2957 2304 msgstr "" 2958 2305 2959 #: admin/modules/core/page.routing.php:2252960 #: admin/modules/core/page.routing.php:5602961 2306 msgid "Move Up" 2962 2307 msgstr "" 2963 2308 2964 #: admin/modules/core/page.routing.php:2322965 #: admin/modules/core/page.routing.php:5682966 2309 msgid "Move Down" 2967 2310 msgstr "" 2968 2311 2969 #: admin/modules/core/page.routing.php:2852970 2312 msgid "Edit Route" 2971 2313 msgstr "" 2972 2314 2973 #: admin/modules/core/page.routing.php:3122974 2315 msgid "Route Name" 2975 2316 msgstr "" 2976 2317 2977 #: admin/modules/core/page.routing.php:3122978 2318 msgid "" 2979 2319 "Name of this route. Should be used to describe what type of calls this route " … … 2981 2321 msgstr "" 2982 2322 2983 #: admin/modules/core/page.routing.php:3182984 2323 msgid "Rename" 2985 2324 msgstr "" 2986 2325 2987 #: admin/modules/core/page.routing.php:3232988 2326 msgid "Rename route" 2989 2327 msgstr "" 2990 2328 2991 #: admin/modules/core/page.routing.php:3232992 2329 msgid "to:" 2993 2330 msgstr "" 2994 2331 2995 #: admin/modules/core/page.routing.php:3252996 2332 msgid "Route name is invalid...please try again" 2997 2333 msgstr "" 2998 2334 2999 #: admin/modules/core/page.routing.php:3413000 2335 msgid "Route CID" 3001 2336 msgstr "" 3002 2337 3003 #: admin/modules/core/page.routing.php:3413004 2338 msgid "" 3005 2339 "Optional Route CID to be used for this route. If set, this will override all " 3006 2340 "CIDS specified except:<ul><li>extension/device EMERGENCY CIDs if this route " 3007 "is checked as an EMERGENCY Route</li <li>trunk CID if trunk is set to force "2341 "is checked as an EMERGENCY Route</li><li>trunk CID if trunk is set to force " 3008 2342 "it's CID</li><li>Forwarded call CIDs (CF, Follow Me, Ring Groups, etc)</" 3009 2343 "li><li>Extension/User CIDs if checked</li></ul>" 3010 2344 msgstr "" 3011 2345 3012 #: admin/modules/core/page.routing.php:3443013 2346 msgid "Override Extension CID" 3014 2347 msgstr "" 3015 2348 3016 #: admin/modules/core/page.routing.php:3493017 2349 msgid "Route Password" 3018 2350 msgstr "" 3019 2351 3020 #: admin/modules/core/page.routing.php:3493021 2352 msgid "" 3022 2353 "Optional: A route can prompt users for a password before allowing calls to " … … 3027 2358 msgstr "" 3028 2359 3029 #: admin/modules/core/page.routing.php:3583030 2360 msgid "Emergency Dialing" 3031 2361 msgstr "" 3032 2362 3033 #: admin/modules/core/page.routing.php:3583034 2363 msgid "" 3035 2364 "Optional: Selecting this option will enforce the use of a device's Emergency " … … 3038 2367 msgstr "" 3039 2368 3040 #: admin/modules/core/page.routing.php:3623041 2369 msgid "Intra Company Route" 3042 2370 msgstr "" 3043 2371 3044 #: admin/modules/core/page.routing.php:3623045 2372 msgid "" 3046 2373 "Optional: Selecting this option will treat this route as a intra-company " … … 3049 2376 msgstr "" 3050 2377 3051 #: admin/modules/core/page.routing.php:3673052 2378 msgid "Music On Hold?" 3053 2379 msgstr "" 3054 2380 3055 #: admin/modules/core/page.routing.php:3673056 2381 msgid "" 3057 2382 "You can choose which music category to use. For example, choose a type " … … 3060 2385 msgstr "" 3061 2386 3062 #: admin/modules/core/page.routing.php:3853063 2387 msgid "Dial Patterns" 3064 2388 msgstr "" 3065 2389 3066 #: admin/modules/core/page.routing.php:3853067 2390 msgid "" 3068 2391 "A Dial Pattern is a unique set of digits that will select this trunk. Enter " … … 3070 2393 msgstr "" 3071 2394 3072 #: admin/modules/core/page.routing.php:3853073 #: admin/modules/core/page.trunks.php:4323074 2395 msgid "Rules:" 3075 2396 msgstr "" 3076 2397 3077 #: admin/modules/core/page.routing.php:3863078 #: admin/modules/core/page.trunks.php:4333079 2398 msgid "matches any digit from 0-9" 3080 2399 msgstr "" 3081 2400 3082 #: admin/modules/core/page.routing.php:3873083 #: admin/modules/core/page.trunks.php:4343084 2401 msgid "matches any digit from 1-9" 3085 2402 msgstr "" 3086 2403 3087 #: admin/modules/core/page.routing.php:3883088 #: admin/modules/core/page.trunks.php:4353089 2404 msgid "matches any digit from 2-9" 3090 2405 msgstr "" 3091 2406 3092 #: admin/modules/core/page.routing.php:3893093 #: admin/modules/core/page.trunks.php:4363094 2407 msgid "" 3095 2408 "matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 3096 2409 msgstr "" 3097 2410 3098 #: admin/modules/core/page.routing.php:3903099 2411 msgid "wildcard, matches one or more characters" 3100 2412 msgstr "" 3101 2413 3102 #: admin/modules/core/page.routing.php:3913103 2414 msgid "" 3104 2415 "separates a dialing prefix from the number (for example, 9|NXXXXXX would " … … 3107 2418 msgstr "" 3108 2419 3109 #: admin/modules/core/page.routing.php:3923110 2420 msgid "" 3111 2421 "appended to a dial pattern, matches a callerid or callerid pattern (for " … … 3113 2423 msgstr "" 3114 2424 3115 #: admin/modules/core/page.routing.php:4293116 #: admin/modules/core/page.trunks.php:4513117 2425 msgid "Clean & Remove duplicates" 3118 2426 msgstr "" 3119 2427 3120 #: admin/modules/core/page.routing.php:4343121 2428 msgid "Dial patterns wizards" 3122 2429 msgstr "" 3123 2430 3124 #: admin/modules/core/page.routing.php:4353125 2431 msgid "" 3126 2432 "These options provide a quick way to add outbound dialing rules. Follow the " … … 3128 2434 msgstr "" 3129 2435 3130 #: admin/modules/core/page.routing.php:4363131 #: admin/modules/core/page.routing.php:5223132 2436 msgid "Lookup local prefixes" 3133 2437 msgstr "" 3134 2438 3135 #: admin/modules/core/page.routing.php:4363136 2439 msgid "" 3137 2440 "This looks up your local number on www.localcallingguide.com (NA-only), and " … … 3140 2443 msgstr "" 3141 2444 3142 #: admin/modules/core/page.routing.php:4473143 #: admin/modules/core/page.trunks.php:5013144 2445 msgid "" 3145 2446 "What is your areacode + prefix (NPA-NXX)?\\n\\n(Note: this database contains " … … 3149 2450 msgstr "" 3150 2451 3151 #: admin/modules/core/page.routing.php:4493152 #: admin/modules/core/page.trunks.php:5033153 2452 msgid "Invalid NPA-NXX. Must be of the format \\'NXX-NXX\\'" 3154 2453 msgstr "" 3155 2454 3156 #: admin/modules/core/page.routing.php:4573157 #: admin/modules/core/page.trunks.php:5153158 2455 msgid "" 3159 2456 "Error: Cannot continue!\\n\\nPrefix lookup requires cURL support in PHP on " … … 3162 2459 msgstr "" 3163 2460 3164 #: admin/modules/core/page.routing.php:5143165 #: admin/modules/core/page.trunks.php:4623166 2461 msgid "(pick one)" 3167 2462 msgstr "" 3168 2463 3169 #: admin/modules/core/page.routing.php:5153170 2464 msgid "Local 7 digit" 3171 2465 msgstr "" 3172 2466 3173 #: admin/modules/core/page.routing.php:5163174 2467 msgid "Local 7/10 digit" 3175 2468 msgstr "" 3176 2469 3177 #: admin/modules/core/page.routing.php:5173178 2470 msgid "Toll-free" 3179 2471 msgstr "" 3180 2472 3181 #: admin/modules/core/page.routing.php:5183182 2473 msgid "Long-distance" 3183 2474 msgstr "" 3184 2475 3185 #: admin/modules/core/page.routing.php:5193186 2476 msgid "International" 3187 2477 msgstr "" 3188 2478 3189 #: admin/modules/core/page.routing.php:5203190 2479 msgid "Information" 3191 2480 msgstr "" 3192 2481 3193 #: admin/modules/core/page.routing.php:5213194 2482 msgid "Emergency" 3195 2483 msgstr "" 3196 2484 3197 #: admin/modules/core/page.routing.php:5283198 2485 msgid "Trunk Sequence" 3199 2486 msgstr "" 3200 2487 3201 #: admin/modules/core/page.routing.php:5283202 2488 msgid "" 3203 2489 "The Trunk Sequence controls the order of trunks that will be used when the " … … 3208 2494 msgstr "" 3209 2495 3210 #: admin/modules/core/page.routing.php:6503211 2496 msgid "Route name is invalid, please try again" 3212 2497 msgstr "" 3213 2498 3214 #: admin/modules/core/page.routing.php:6513215 2499 msgid "Route password must be numeric or leave blank to disable" 3216 2500 msgstr "" 3217 2501 3218 #: admin/modules/core/page.routing.php:6523219 2502 msgid "Dial pattern is invalid" 3220 2503 msgstr "" 3221 2504 3222 #: admin/modules/core/page.routing.php:6533223 2505 msgid "At least one trunk must be picked" 3224 2506 msgstr "" 3225 2507 3226 #: admin/modules/core/page.routing.php:6543227 #: admin/modules/core/page.trunks.php:8013228 2508 msgid "Invalid Outbound Caller ID" 3229 2509 msgstr "" 3230 2510 3231 #: admin/modules/core/page.trunks.php:1643232 2511 msgid "Add Trunk" 3233 2512 msgstr "" 3234 2513 3235 #: admin/modules/core/page.trunks.php:1853236 2514 #, php-format 3237 2515 msgid "Channel %s" 3238 2516 msgstr "" 3239 2517 3240 #: admin/modules/core/page.trunks.php:2123241 2518 msgid "Add a Trunk" 3242 2519 msgstr "" 3243 2520 3244 #: admin/modules/core/page.trunks.php:2163245 2521 msgid "Add Zap Trunk" 3246 2522 msgstr "" 3247 2523 3248 #: admin/modules/core/page.trunks.php:2163249 #: admin/modules/core/page.trunks.php:3253250 2524 msgid "DAHDI compatibility mode" 3251 2525 msgstr "" 3252 2526 3253 #: admin/modules/core/page.trunks.php:2173254 2527 msgid "Add SIP Trunk" 3255 2528 msgstr "" 3256 2529 3257 #: admin/modules/core/page.trunks.php:2183258 2530 msgid "Add IAX2 Trunk" 3259 2531 msgstr "" 3260 2532 3261 #: admin/modules/core/page.trunks.php:2193262 2533 msgid "Add ENUM Trunk" 3263 2534 msgstr "" 3264 2535 3265 #: admin/modules/core/page.trunks.php:2203266 2536 msgid "Add DUNDi Trunk" 3267 2537 msgstr "" 3268 2538 3269 #: admin/modules/core/page.trunks.php:2213270 2539 msgid "Add Custom Trunk" 3271 2540 msgstr "" 3272 2541 3273 #: admin/modules/core/page.trunks.php:2783274 2542 #, php-format 3275 2543 msgid "%s Channel %s" 3276 2544 msgstr "" 3277 2545 3278 #: admin/modules/core/page.trunks.php:2803279 2546 #, php-format 3280 2547 msgid "Edit %s Trunk" 3281 2548 msgstr "" 3282 2549 3283 #: admin/modules/core/page.trunks.php:2803284 2550 msgid "DAHDI compatibility Mode" 3285 2551 msgstr "" 3286 2552 3287 #: admin/modules/core/page.trunks.php:2813288 2553 #, php-format 3289 2554 msgid "Delete Trunk %s" 3290 2555 msgstr "" 3291 2556 3292 #: admin/modules/core/page.trunks.php:2913293 2557 msgid "In use by" 3294 2558 msgstr "" 3295 2559 3296 #: admin/modules/core/page.trunks.php:2913297 2560 msgid "route" 3298 2561 msgstr "" 3299 2562 3300 #: admin/modules/core/page.trunks.php:2913301 2563 msgid "routes" 3302 2564 msgstr "" 3303 2565 3304 #: admin/modules/core/page.trunks.php:2933305 2566 msgid "Sequence" 3306 2567 msgstr "" 3307 2568 3308 #: admin/modules/core/page.trunks.php:2973309 2569 msgid "WARNING:" 3310 2570 msgstr "" 3311 2571 3312 #: admin/modules/core/page.trunks.php:2973313 2572 msgid "This trunk is not used by any routes!" 3314 2573 msgstr "" 3315 2574 3316 #: admin/modules/core/page.trunks.php:2983317 2575 msgid "" 3318 2576 "This trunk will not be able to be used for outbound calls until a route is " … … 3320 2578 msgstr "" 3321 2579 3322 #: admin/modules/core/page.trunks.php:3253323 2580 #, php-format 3324 2581 msgid "Add %s Trunk" 3325 2582 msgstr "" 3326 2583 3327 #: admin/modules/core/page.trunks.php:3293328 2584 msgid "" 3329 2585 "FreePBX offers limited support for DUNDi trunks and additional manual " … … 3343 2599 msgstr "" 3344 2600 3345 #: admin/modules/core/page.trunks.php:3593346 2601 msgid "Trunk Description" 3347 2602 msgstr "" 3348 2603 3349 #: admin/modules/core/page.trunks.php:3593350 2604 msgid "Descriptive Name for this Trunk" 3351 2605 msgstr "" 3352 2606 3353 #: admin/modules/core/page.trunks.php:3663354 2607 msgid "Outbound Caller ID" 3355 2608 msgstr "" 3356 2609 3357 #: admin/modules/core/page.trunks.php:3663358 2610 msgid "" 3359 2611 "Caller ID for calls placed out on this trunk<br><br>Format: <b><" … … 3363 2615 msgstr "" 3364 2616 3365 #: admin/modules/core/page.trunks.php:3753366 2617 msgid "CID Options" 3367 2618 msgstr "" 3368 2619 3369 #: admin/modules/core/page.trunks.php:3753370 2620 msgid "" 3371 2621 "Determines what CIDs will be allowed out this trunk. IMPORTANT: EMERGENCY " … … 3381 2631 msgstr "" 3382 2632 3383 #: admin/modules/core/page.trunks.php:3813384 2633 msgid "Allow Any CID" 3385 2634 msgstr "" 3386 2635 3387 #: admin/modules/core/page.trunks.php:3823388 2636 msgid "Block Foreign CIDs" 3389 2637 msgstr "" 3390 2638 3391 #: admin/modules/core/page.trunks.php:3833392 2639 msgid "Remove CNAM" 3393 2640 msgstr "" 3394 2641 3395 #: admin/modules/core/page.trunks.php:3843396 2642 msgid "Force Trunk CID" 3397 2643 msgstr "" 3398 2644 3399 #: admin/modules/core/page.trunks.php:3963400 #: admin/modules/core/page.trunks.php:4003401 2645 msgid "Maximum Channels" 3402 2646 msgstr "" 3403 2647 3404 #: admin/modules/core/page.trunks.php:3963405 2648 #, php-format 3406 2649 msgid "" … … 3411 2654 msgstr "" 3412 2655 3413 #: admin/modules/core/page.trunks.php:4003414 2656 msgid "" 3415 2657 "Controls the maximum number of outbound channels (simultaneous calls) that " … … 3418 2660 msgstr "" 3419 2661 3420 #: admin/modules/core/page.trunks.php:4103421 2662 msgid "Disable Trunk" 3422 2663 msgstr "" 3423 2664 3424 #: admin/modules/core/page.trunks.php:4103425 2665 msgid "Check this to disable this trunk in all routes where it is used." 3426 2666 msgstr "" 3427 2667 3428 #: admin/modules/core/page.trunks.php:4173429 2668 msgid "Monitor Trunk Failures" 3430 2669 msgstr "" 3431 2670 3432 #: admin/modules/core/page.trunks.php:4173433 2671 msgid "" 3434 2672 "If checked, supply the name of a custom AGI Script that will be called to " … … 3437 2675 msgstr "" 3438 2676 3439 #: admin/modules/core/page.trunks.php:4273440 2677 msgid "Outgoing Dial Rules" 3441 2678 msgstr "" 3442 2679 3443 #: admin/modules/core/page.trunks.php:4323444 2680 msgid "Dial Rules" 3445 2681 msgstr "" 3446 2682 3447 #: admin/modules/core/page.trunks.php:4323448 2683 msgid "" 3449 2684 "A Dial Rule controls how calls will be dialed on this trunk. It can be used " … … 3455 2690 msgstr "" 3456 2691 3457 #: admin/modules/core/page.trunks.php:4373458 2692 msgid "wildcard, matches one or more characters (not allowed before a | or +)" 3459 2693 msgstr "" 3460 2694 3461 #: admin/modules/core/page.trunks.php:4383462 2695 msgid "" 3463 2696 "removes a dialing prefix from the number (for example, 613|NXXXXXX would " … … 3466 2699 msgstr "" 3467 2700 3468 #: admin/modules/core/page.trunks.php:4393469 2701 msgid "" 3470 2702 "adds a dialing prefix from the number (for example, 1613+NXXXXXX would match " … … 3472 2704 msgstr "" 3473 2705 3474 #: admin/modules/core/page.trunks.php:4403475 2706 msgid "" 3476 2707 "You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match " … … 3479 2710 msgstr "" 3480 2711 3481 #: admin/modules/core/page.trunks.php:4563482 2712 msgid "Dial Rules Wizards" 3483 2713 msgstr "" 3484 2714 3485 #: admin/modules/core/page.trunks.php:4573486 #: admin/modules/core/page.trunks.php:4633487 2715 msgid "Always dial with prefix" 3488 2716 msgstr "" 3489 2717 3490 #: admin/modules/core/page.trunks.php:4573491 2718 msgid "" 3492 2719 "is useful for VoIP trunks, where if a number is dialed as \"5551234\", it " … … 3494 2721 msgstr "" 3495 2722 3496 #: admin/modules/core/page.trunks.php:4583497 #: admin/modules/core/page.trunks.php:4643498 2723 msgid "Remove prefix from local numbers" 3499 2724 msgstr "" 3500 2725 3501 #: admin/modules/core/page.trunks.php:4583502 2726 msgid "" 3503 2727 "is useful for ZAP trunks, where if a local number is dialed as \"6135551234" … … 3505 2729 msgstr "" 3506 2730 3507 #: admin/modules/core/page.trunks.php:4593508 2731 msgid "Lookup numbers for local trunk" 3509 2732 msgstr "" 3510 2733 3511 #: admin/modules/core/page.trunks.php:4593512 2734 msgid "" 3513 2735 "This looks up your local number on www.localcallingguide.com (NA-only), and " … … 3518 2740 msgstr "" 3519 2741 3520 #: admin/modules/core/page.trunks.php:4653521 2742 msgid "Lookup numbers for local trunk (7-digit dialing)" 3522 2743 msgstr "" 3523 2744 3524 #: admin/modules/core/page.trunks.php:4663525 2745 msgid "Lookup numbers for local trunk (10-digit dialing)" 3526 2746 msgstr "" 3527 2747 3528 #: admin/modules/core/page.trunks.php:4863529 2748 msgid "Are you sure you want to disable this trunk in all routes it is used?" 3530 2749 msgstr "" 3531 2750 3532 #: admin/modules/core/page.trunks.php:4913533 2751 msgid "You have enabled this trunk in all routes it is used" 3534 2752 msgstr "" 3535 2753 3536 #: admin/modules/core/page.trunks.php:5013537 2754 msgid "\")" 3538 2755 msgstr "" 3539 2756 3540 #: admin/modules/core/page.trunks.php:5233541 2757 msgid "" 3542 2758 "What is the local dialing pattern?\\n\\n(ie. NXXNXXXXXX for US/CAN 10-digit " … … 3544 2760 msgstr "" 3545 2761 3546 #: admin/modules/core/page.trunks.php:5253547 #: admin/modules/core/page.trunks.php:5483548 2762 msgid "Invalid pattern. Only 0-9, #, *, Z, N, X and . are allowed." 3549 2763 msgstr "" 3550 2764 3551 #: admin/modules/core/page.trunks.php:5283552 2765 msgid "" 3553 2766 "What prefix should be added to the dialing pattern?\\n\\n(ie. for US/CAN, 1" … … 3555 2768 msgstr "" 3556 2769 3557 #: admin/modules/core/page.trunks.php:5303558 2770 msgid "Invalid prefix. Only dialable characters (0-9, #, and *) are allowed." 3559 2771 msgstr "" 3560 2772 3561 #: admin/modules/core/page.trunks.php:5413562 2773 msgid "" 3563 2774 "What prefix should be removed from the number?\\n\\n(ie. for US/CAN, 1" … … 3565 2776 msgstr "" 3566 2777 3567 #: admin/modules/core/page.trunks.php:5433568 2778 msgid "Invalid prefix. Only 0-9, #, *, Z, N, and X are allowed." 3569 2779 msgstr "" 3570 2780 3571 #: admin/modules/core/page.trunks.php:5463572 2781 msgid "What is the dialing pattern for local numbers after" 3573 2782 msgstr "" 3574 2783 3575 #: admin/modules/core/page.trunks.php:5463576 2784 msgid "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 3577 2785 msgstr "" 3578 2786 3579 #: admin/modules/core/page.trunks.php:6713580 2787 msgid "Outbound Dial Prefix" 3581 2788 msgstr "" 3582 2789 3583 #: admin/modules/core/page.trunks.php:6713584 2790 msgid "" 3585 2791 "The outbound dialing prefix is used to prefix a dialing string to all " … … 3591 2797 msgstr "" 3592 2798 3593 #: admin/modules/core/page.trunks.php:6793594 2799 msgid "Outgoing Settings" 3595 2800 msgstr "" 3596 2801 3597 #: admin/modules/core/page.trunks.php:6903598 2802 msgid "Zap Identifier (trunk name)" 3599 2803 msgstr "" 3600 2804 3601 #: admin/modules/core/page.trunks.php:6903602 2805 msgid "" 3603 2806 "ZAP channels are referenced either by a group number or channel number " … … 3606 2809 msgstr "" 3607 2810 3608 #: admin/modules/core/page.trunks.php:7043609 2811 msgid "Custom Dial String" 3610 2812 msgstr "" 3611 2813 3612 #: admin/modules/core/page.trunks.php:7043613 2814 msgid "Define the custom Dial String. Include the token" 3614 2815 msgstr "" 3615 2816 3616 #: admin/modules/core/page.trunks.php:7043617 2817 msgid "wherever the number to dial should go.<br><br><b>examples:</b><br>" 3618 2818 msgstr "" 3619 2819 3620 #: admin/modules/core/page.trunks.php:7163621 2820 msgid "DUNDi Mapping" 3622 2821 msgstr "" 3623 2822 3624 #: admin/modules/core/page.trunks.php:7163625 2823 msgid "" 3626 2824 "This is the name of the DUNDi mapping as defined in the [mappings] section " … … 3630 2828 msgstr "" 3631 2829 3632 #: admin/modules/core/page.trunks.php:7283633 2830 msgid "Trunk Name" 3634 2831 msgstr "" 3635 2832 3636 #: admin/modules/core/page.trunks.php:7283637 2833 msgid "Give this trunk a unique name. Example: myiaxtel" 3638 2834 msgstr "" 3639 2835 3640 #: admin/modules/core/page.trunks.php:7353641 2836 msgid "PEER Details" 3642 2837 msgstr "" 3643 2838 3644 #: admin/modules/core/page.trunks.php:7353645 2839 msgid "" 3646 2840 "Modify the default PEER connection parameters for your VoIP provider." … … 3651 2845 msgstr "" 3652 2846 3653 #: admin/modules/core/page.trunks.php:7453654 2847 msgid "Incoming Settings" 3655 2848 msgstr "" 3656 2849 3657 #: admin/modules/core/page.trunks.php:7503658 2850 msgid "USER Context" 3659 2851 msgstr "" 3660 2852 3661 #: admin/modules/core/page.trunks.php:7503662 2853 msgid "" 3663 2854 "This is most often the account name or number your provider expects." … … 3665 2856 msgstr "" 3666 2857 3667 #: admin/modules/core/page.trunks.php:7573668 2858 msgid "USER Details" 3669 2859 msgstr "" 3670 2860 3671 #: admin/modules/core/page.trunks.php:7573672 2861 msgid "Modify the default USER connection parameters for your VoIP provider." 3673 2862 msgstr "" 3674 2863 3675 #: admin/modules/core/page.trunks.php:7573676 2864 msgid "" 3677 2865 "You may need to add to the default lines listed below, depending on your " … … 3681 2869 msgstr "" 3682 2870 3683 #: admin/modules/core/page.trunks.php:7683684 2871 msgid "Registration" 3685 2872 msgstr "" 3686 2873 3687 #: admin/modules/core/page.trunks.php:7733688 2874 msgid "Register String" 3689 2875 msgstr "" 3690 2876 3691 #: admin/modules/core/page.trunks.php:7733692 2877 msgid "" 3693 2878 "Most VoIP providers require your system to REGISTER with theirs. Enter the " … … 3698 2883 msgstr "" 3699 2884 3700 #: admin/modules/core/page.trunks.php:8023701 2885 msgid "Invalid Maximum Channels" 3702 2886 msgstr "" 3703 2887 3704 #: admin/modules/core/page.trunks.php:8033705 2888 msgid "Invalid Dial Rules" 3706 2889 msgstr "" 3707 2890 3708 #: admin/modules/core/page.trunks.php:8043709 2891 msgid "Invalid Outbound Dial Prefix" 3710 2892 msgstr "" 3711 2893 3712 #: admin/modules/core/page.trunks.php:8053713 2894 msgid "Invalid Trunk Name entered" 3714 2895 msgstr "" 3715 2896 3716 #: admin/modules/core/page.trunks.php:8063717 2897 msgid "Invalid Custom Dial String entered" 3718 2898 msgstr "" 3719 2899 3720 #: admin/modules/core/page.trunks.php:8073721 2900 msgid "Trunk Name and User Context cannot be set to the same value" 3722 2901 msgstr "" 3723 2902 3724 #: admin/modules/core/page.trunks.php:8083725 2903 msgid "User Context was left blank and User Details will not be saved!" 3726 2904 msgstr "" 3727 2905 3728 #: admin/modules/core/page.trunks.php:8093729 2906 msgid "" 3730 2907 "You must define an Outbound Caller ID when Choosing Never Override CallerID" 3731 2908 msgstr "" 3732 2909 3733 #: admin/modules/core/page.users.php:403734 2910 msgid "" 3735 2911 "You have not entered a User Password. While this is acceptable, this user " … … 3738 2914 msgstr "" 3739 2915 3740 #: admin/modules/core/page.zapchandids.php:573741 #: admin/modules/core/page.zapchandids.php:913742 2916 msgid "Add Channel" 3743 2917 msgstr "" 3744 2918 3745 #: admin/modules/core/page.zapchandids.php:783746 2919 msgid "Edit Zap Channel: " 3747 2920 msgstr "" 3748 2921 3749 #: admin/modules/core/page.zapchandids.php:803750 2922 msgid "Add Zap Channel" 3751 2923 msgstr "" 3752 2924 3753 #: admin/modules/core/page.zapchandids.php:833754 2925 msgid "" 3755 2926 "Zap Channel DIDs allow you to assign a DID to specific Zap Channels. You can " … … 3763 2934 msgstr "" 3764 2935 3765 #: admin/modules/core/page.zapchandids.php:913766 2936 msgid "Edit Channel" 3767 2937 msgstr "" 3768 2938 3769 #: admin/modules/core/page.zapchandids.php:963770 2939 msgid "Channel" 3771 2940 msgstr "" 3772 2941 3773 #: admin/modules/core/page.zapchandids.php:963774 2942 msgid "The Zap Channel number to map to a DID" 3775 2943 msgstr "" 3776 2944 3777 #: admin/modules/core/page.zapchandids.php:1033778 2945 msgid "A useful description describing this channel" 3779 2946 msgstr "" 3780 2947 3781 #: admin/modules/core/page.zapchandids.php:1073782 2948 msgid "DID" 3783 2949 msgstr "" 3784 2950 3785 #: admin/modules/core/page.zapchandids.php:1073786 2951 msgid "" 3787 2952 "The DID that this channel represents. The incoming call on this channel will " … … 3790 2955 msgstr "" 3791 2956 3792 #: admin/modules/core/page.zapchandids.php:1133793 2957 msgid "Delete" 3794 2958 msgstr "" 3795 2959 3796 #: admin/modules/core/page.zapchandids.php:1293797 2960 msgid "" 3798 2961 "DID information is normally just an incoming telephone number.\\n\\nYou have " … … 3800 2963 msgstr "" 3801 2964 3802 #: admin/modules/core/page.zapchandids.php:1303803 2965 msgid "" 3804 2966 "You appear to be using a converted DID in the form of zapchanNN that was " … … 3808 2970 "make changes in the Inbound Routes tab. Do you want to continue?" 3809 2971 msgstr "" 3810 3811 msgid "Tools"3812 msgstr ""3813 3814 msgid "Setup"3815 msgstr ""3816 3817 msgid "Call Cost"3818 msgstr ""3819 3820 msgid "Type"3821 msgstr ""3822 3823 msgid "Edit existing Device"3824 msgstr ""3825 3826 msgid "Edit existing Extension"3827 msgstr ""3828 3829 msgid "Trunk"3830 msgstr ""3831 3832 msgid "Never Override CallerID"3833 msgstr ""3834 3835 msgid "Internal Options & Configuration"3836 msgstr ""3837 3838 msgid "Inbound Call Control"3839 msgstr ""3840 3841 msgid "Maintenance"3842 msgstr ""3843 3844 msgid "Support"3845 msgstr ""3846 3847 msgid "System Administration"3848 msgstr ""3849 3850 msgid "Third Party Addon"3851 msgstr ""3852 3853 msgid "Module Admin"3854 msgstr ""3855 3856 msgid "FreePBX System Status"3857 msgstr ""3858 3859 msgid "Sys Info"3860 msgstr ""3861 3862 msgid "Time Groups"3863 msgstr ""3864 3865 msgid "Custom Destinations"3866 msgstr ""3867 3868 msgid "Custom Extensions"3869 msgstr ""3870 3871 msgid "Custom Applications"3872 msgstr ""freepbx/trunk/amp_conf/htdocs/admin/i18n/bg_BG/LC_MESSAGES/amp.po
r8599 r9070 8 8 "Project-Id-Version: FreePBX v2.5\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 20 09-08-28 21:04+0200\n"10 "POT-Creation-Date: 2010-02-28 20:57+0100\n" 11 11 "PO-Revision-Date: 2009-02-14 16:58+0200\n" 12 12 "Last-Translator: \n" … … 19 19 "X-Poedit-SourceCharset: utf-8\n" 20 20 21 #: admin/components.class.php:362 admin/modules/core/page.did.php:33222 21 msgid "Submit" 23 22 msgstr "ÐÑОеЌО" 24 23 25 #: admin/featurecodes.class.php:289 24 msgid "Internal Options & Configuration" 25 msgstr "ÐÑÑÑеÑМО ÐпÑОО О ÐÑПÑОлО" 26 27 msgid "Inbound Call Control" 28 msgstr "ÐÑ 29 ПЎÑÑО ÐбажЎаМОÑ" 30 31 msgid "Module Admin" 32 msgstr "УпÑавлеМОе Ма ÐПЎÑлОÑе" 33 34 msgid "System Administration" 35 msgstr "ÐЎЌОМОÑÑÑОÑаМе Ма СОÑÑеЌаÑа" 36 37 msgid "Third Party Addon" 38 msgstr "ÐÑМÑМО ÐПпÑлМеМОÑ" 39 40 msgid "Tools" 41 msgstr "СОÑÑеЌМО" 42 43 msgid "Setup" 44 msgstr "ÐÑМПвМО" 45 46 msgid "Call Cost" 47 msgstr "СÑПйМПÑÑ ÐœÐ° РазгПвПÑОÑе" 48 26 49 msgid "** MISSING FEATURE CODE **" 27 50 msgstr "** ÐÐÐСÐÐЩ СÐÐЊÐÐÐÐÐ ÐÐÐ **" 28 51 29 #: admin/functions.inc.php:39230 52 #, php-format 31 53 msgid "Cronmanager encountered %s Errors" 32 54 msgstr "Cronmanager Ñе МаÑÑкМа Ма %s гÑеÑкО" 33 55 34 #: admin/functions.inc.php:39335 56 msgid "The following commands failed with the listed error" 36 57 msgstr "СлеЎМОÑе кПЌаМЎО Ñе пÑÐŸÐ²Ð°Ð»ÐžÑ 37 58 а Ñ Ð¿ÐŸÐºÐ°Ð·Ð°ÐœÐžÑе гÑеÑкО" 38 59 39 #: admin/functions.inc.php:76840 60 #, php-format 41 61 msgid "Missing or unreadable config file (%s)...cannot continue" 42 62 msgstr "ÐОпÑÐ²Ð°Ñ ÐžÐ»Ðž МеÑеÑОЌ кПМÑОгÑÑаÑОПМеМ Ñайл (%s)...Ма ЌПга Ўа пÑПЎÑлжа" 43 63 44 #: admin/functions.inc.php:104945 64 msgid "Objects" 46 65 msgstr "ÐбекÑО" 47 66 48 #: admin/functions.inc.php:104949 67 msgid "Object" 50 68 msgstr "ÐбекÑ" 51 69 52 #: admin/functions.inc.php:105053 70 #, php-format 54 71 msgid "Used as Destination by %s %s" 55 72 msgstr "ÐзпПлзваМ за ÐапÑавлеМОе ÐŸÑ %s %s" 56 73 57 #: admin/functions.inc.php:1509 admin/functions.inc.php:157958 74 #, php-format 59 75 msgid "Exit code was %s and output was: %s" … … 61 77 ПЎМОÑÑ ÐºÐŸÐŽ беÑе %s О ÑезÑлÑаÑа е: %s" 62 78 63 #: admin/functions.inc.php:1510 admin/functions.inc.php:158064 79 #, php-format 65 80 msgid "Could not run %s script." 66 81 msgstr "Ðе ЌПга Ўа ÑÑаÑÑОÑаЌ ÑкÑОпÑа %s." 67 82 68 #: admin/functions.inc.php:152769 83 #, php-format 70 84 msgid "Reload failed because retrieve_conf encountered an error: %s" … … 72 86 "ÐÑезаÑежЎаМеÑП Ñе пÑПвалО заÑПÑП retrieve_conf Ñе МаÑÑкМа Ма гÑеÑка: %s" 73 87 74 #: admin/functions.inc.php:1529 admin/functions.inc.php:153775 88 msgid "retrieve_conf failed, config not applied" 76 89 msgstr "retrieve_conf Ñе пÑПвалО, кПМÑОгÑÑОÑаМеÑП Ме е пÑОлПжеМП" 77 90 78 #: admin/functions.inc.php:153579 91 msgid "" 80 92 "Reload failed because FreePBX could not connect to the asterisk manager " … … 84 96 "manager ОМÑеÑÑейÑа." 85 97 86 #: admin/functions.inc.php:154987 98 msgid "Successfully reloaded" 88 99 msgstr "УÑпеÑМП пÑезаÑежЎаМе" 89 100 90 #: admin/functions.inc.php:155891 101 msgid "" 92 102 "Could not reload the FOP operator panel server using the bounce_op.sh " … … 96 106 "ÐзЌеМеМОÑÑа в кПМÑОгÑÑаÑОÑÑа ЌПже Ўа Ме Ñе Ð¿ÐŸÐºÐ°Ð¶Ð°Ñ ÐœÐ° паМел ЎОÑплеÑ." 97 107 98 #: admin/functions.inc.php:155999 108 msgid "Could not reload FOP server" 100 109 msgstr "Ðе ЌПга Ўа пÑезаÑÐµÐŽÑ Ð€ÐÐ ÑÑÑвÑÑа" 101 110 102 #: admin/functions.inc.php:1571103 111 msgid "" 104 112 "Successful reload, but could not clear reload flag due to a database error: " … … 107 115 "гÑеÑка в базаÑа ЎаММО: " 108 116 109 #: admin/functions.inc.php:1620 admin/modules/core/page.routing.php:586110 117 msgid "Add" 111 118 msgstr "ÐПбавО" 112 119 113 #: admin/functions.inc.php:2050114 120 msgid "Unknown Destination" 115 121 msgstr "ÐеОзвеÑÑМП ÐапÑавлеМОе" 116 122 117 #: admin/functions.inc.php:2050118 123 msgid "" 119 124 "ERROR: You have an unknown destination. If this was carried over as a Custom " … … 129 134 "ОлО Ўа ЎПбавÑÑе МПвП МапÑавлеМОе ÑÑк." 130 135 131 #: admin/functions.inc.php:2321132 136 msgid "" 133 137 "The following new modules are available for download. Click delete icon on " … … 139 143 МеÑе ÑПва ÑÑПбÑеМОе" 140 144 141 #: admin/functions.inc.php:2325142 145 #, php-format 143 146 msgid "%s New modules are available" 144 147 msgstr "%s ÐПвО ЌПЎÑла Ñа ЎПÑÑÑпМО" 145 148 146 #: admin/functions.inc.php:2359147 149 msgid "There is 1 module available for online upgrade" 148 150 msgstr "ÐЌа 1 ЌПЎÑл ЎПÑÑÑпеМ за ПМлайМ ПбМПвÑваМе" 149 151 150 #: admin/functions.inc.php:2361151 152 #, php-format 152 153 msgid "There are %s modules available for online upgrades" 153 154 msgstr "ÐЌа %s ЌПЎÑла ЎПÑÑÑпМО за ПМлайМ ПбМПвÑваМе" 154 155 155 #: admin/functions.inc.php:2365156 156 #, php-format 157 157 msgid "%s (current: %s)" 158 158 msgstr "%s (ÑекÑÑО: %s)" 159 159 160 #: admin/functions.inc.php:2591161 160 #, php-format 162 161 msgid "PHP Component %s is required but missing from you PHP installation." 163 162 msgstr "" 164 163 165 #: admin/functions.inc.php:2593166 164 #, php-format 167 165 msgid "" … … 170 168 msgstr "" 171 169 172 #: admin/functions.inc.php:2621173 170 #, php-format 174 171 msgid "Module %s is required, but yours is broken. You should reinstall " … … 176 173 ПЎОЌ, МП ваÑÐžÑ Ðµ пПвÑеЎеМ. ÐÑеОМÑÑалОÑайÑе гП" 177 174 178 #: admin/functions.inc.php:2622179 175 #, php-format 180 176 msgid "it and try again." 181 177 msgstr "О ПпОÑайÑе ПÑМПвП." 182 178 183 #: admin/functions.inc.php:2625184 179 #, php-format 185 180 msgid "Module %s is required, but yours is disabled." … … 187 182 ПЎОЌ, МП ваÑÐžÑ Ðµ забÑаМеМ." 188 183 189 #: admin/functions.inc.php:2628190 184 #, php-format 191 185 msgid "Module %s is required, but yours is disabled because it needs to " … … 193 187 ПЎОЌ, МП ваÑÐžÑ Ðµ забÑаМеМ заÑПÑП Ñе МÑжЎае" 194 188 195 #: admin/functions.inc.php:2629196 189 #, php-format 197 190 msgid "be upgraded. Please upgrade %s first, and then try again." 198 191 msgstr "ÐŸÑ ÐŸÐ±ÐœÐŸÐ²ÑваМе. ÐÐŸÐ»Ñ ÐŸÐ±ÐœÐŸÐ²ÐµÑе %s О ПпОÑайÑе ПÑМПвП." 199 192 200 #: admin/functions.inc.php:2634201 193 #, php-format 202 194 msgid "Module %s is required, yours is not installed." … … 204 196 ПЎОЌ, ваÑÐžÑ ÐœÐµ е ОМÑÑалОÑаМ." 205 197 206 #: admin/functions.inc.php:2638207 198 #, php-format 208 199 msgid "Module %s is required." … … 210 201 ПЎОЌ." 211 202 212 #: admin/functions.inc.php:2647213 203 #, php-format 214 204 msgid "File %s must exist." 215 205 msgstr "ЀайлÑÑ %s ÑÑÑбва Ўа ÑÑÑеÑÑвÑва." 216 206 217 #: admin/functions.inc.php:2694218 207 #, php-format 219 208 msgid "Requires engine %s, you have: %s" 220 209 msgstr "ÐзОÑква Ñе ОМÑÑÑÑÐŒÐµÐœÑ %s, вОе ОЌаÑе: %s" 221 210 222 #: admin/functions.inc.php:2696223 211 #, php-format 224 212 msgid "Requires one of the following engines: %s; you have: %s" 225 213 msgstr "ÐзОÑква Ñе еЎОМ ÐŸÑ ÑлеЎМОÑе ОМÑÑÑÑЌеМÑО: %s; вОе ОЌаÑе: %s" 226 214 227 #: admin/functions.inc.php:2711228 215 #, php-format 229 216 msgid "A %s version below %s is required, you have %s" … … 231 218 ПЎОЌа, вОе ОЌаÑе %s" 232 219 233 #: admin/functions.inc.php:2714234 220 #, php-format 235 221 msgid "%s version %s or below is required, you have %s" … … 237 223 ПЎОЌа, вОе ОЌаÑе %s" 238 224 239 #: admin/functions.inc.php:2717240 225 #, php-format 241 226 msgid "A %s version newer than %s required, you have %s" … … 243 228 ПЎОЌа, вОе ОЌаÑе %s" 244 229 245 #: admin/functions.inc.php:2720246 230 #, php-format 247 231 msgid "Your %s version (%s) is incompatible." 248 232 msgstr "ÐаÑаÑа %s веÑÑÐžÑ (%s) е МеÑÑвЌеÑÑОЌа." 249 233 250 #: admin/functions.inc.php:2723251 234 #, php-format 252 235 msgid "Only %s version %s is compatible, you have %s" 253 236 msgstr "СаЌП %s веÑÑÐžÑ %s е ÑÑвЌеÑÑОЌа, вОе ОЌаÑе %s" 254 237 255 #: admin/functions.inc.php:2727256 238 #, php-format 257 239 msgid "%s version %s or higher is required, you have %s" … … 259 241 ПЎОЌа, вОе ОЌаÑе %s" 260 242 261 #: admin/functions.inc.php:2785 262 msg id "Module is already enabled"263 msgstr "ÐПЎÑлÑÑ Ð²ÐµÑе е ÑазÑеÑеМ" 264 265 #: admin/functions.inc.php:2790 266 msgid "Module cannot be enabled" 267 msg str "ÐПЎÑлÑÑ ÐœÐµ ЌПже Ўа бÑЎе ÑазÑеÑеМ"268 269 #: admin/functions.inc.php:2837 243 msgid "Module " 244 msgstr "" 245 246 msgid " is already enabled" 247 msgstr "" 248 249 msgid " cannot be enabled" 250 msgstr "" 251 270 252 msgid "Module not found in repository" 271 253 msgstr "ÐПЎÑла Ме е МаЌеÑеМ в бОблОПÑекОÑе" 272 254 273 #: admin/functions.inc.php:2870 admin/functions.inc.php:2966274 #: admin/functions.inc.php:3044275 255 #, php-format 276 256 msgid "Could not remove %s to install new version" … … 278 258 Ма %s за Ўа ОМÑÑалОÑаЌ МПваÑа веÑÑОÑ" 279 259 280 #: admin/functions.inc.php:2874 admin/functions.inc.php:2970281 #: admin/functions.inc.php:3048282 260 #, php-format 283 261 msgid "Could not untar %s to %s" … … 285 263 ОвОÑаЌ %s в %s" 286 264 287 #: admin/functions.inc.php:2878 admin/functions.inc.php:2974288 #: admin/functions.inc.php:3052289 265 #, php-format 290 266 msgid "Could not remove old module %s to install new version" … … 292 268 Ма ÑÑаÑÐžÑ ÐŒÐŸÐŽÑл %s за Ўа ОМÑÑалОÑаЌ МПваÑа веÑÑОÑ" 293 269 294 #: admin/functions.inc.php:2882 admin/functions.inc.php:2978295 #: admin/functions.inc.php:3056296 270 #, php-format 297 271 msgid "Could not move %s to %s" 298 272 msgstr "Ðе ЌПга Ўа пÑеЌеÑÑÑ %s в %s" 299 273 300 #: admin/functions.inc.php:2903301 274 #, php-format 302 275 msgid "Error opening %s for writing" 303 276 msgstr "ÐÑеÑка пÑО ПÑваÑÑМе Ма %s за запОÑ" 304 277 305 #: admin/functions.inc.php:2919 admin/functions.inc.php:2922306 278 #, php-format 307 279 msgid "Error opening %s for reading" 308 280 msgstr "ÐÑеÑка пÑО ПÑваÑÑМе Ма %s за ÑеÑеМе" 309 281 310 #: admin/functions.inc.php:2942311 282 #, php-format 312 283 msgid "Unable to save %s" 313 284 msgstr "Ðе ЌПга Ўа запОÑа %s" 314 285 315 #: admin/functions.inc.php:2950316 286 #, php-format 317 287 msgid "File Integrity failed for %s - aborting" 318 288 msgstr "ЊелПÑÑÑа Ма Ñайла Ñе пÑПвалО за %s - пÑекÑаÑÑваЌ" 319 289 320 #: admin/functions.inc.php:2995321 290 msgid "" 322 291 "Error finding uploaded file - check your PHP and/or web server configuration" … … 325 294 "МаÑÑÑПйкО" 326 295 327 #: admin/functions.inc.php:3000328 296 msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 329 297 msgstr "ЀайлÑÑ ÑÑÑбва Ўа е в tar+gzip (.tgz or .tar.gz) ÑПÑЌаÑ" 330 298 331 #: admin/functions.inc.php:3005332 299 msgid "" 333 300 "Filename not in correct format: must be modulename-version.tar.gz (eg. " … … 337 304 "(МапÑÐžÐŒÐµÑ custommodule-0.1.tar.gz)" 338 305 339 #: admin/functions.inc.php:3014340 306 #, php-format 341 307 msgid "Error creating temporary directory: %s" 342 308 msgstr "ÐÑеÑка пÑО ÑÑзЎаваМе Ма вÑеЌеММа ЎОÑекÑПÑОÑ: %s" 343 309 344 #: admin/functions.inc.php:3022345 310 msgid "Error untaring uploaded file. Must be a tar+gzip file" 346 311 msgstr "ÐÑеÑка пÑО ÑазаÑÑ 347 312 ОвОÑаМе Ма ÐŽÐŸÐ±Ð°Ð²ÐµÐœÐžÑ Ñайл. ТÑÑбва Ўа е tar+gzip Ñайл" 348 313 349 #: admin/functions.inc.php:3061350 314 #, php-format 351 315 msgid "Error removing temporary directory: %s" … … 353 317 ваМе Ма вÑеЌеММаÑа ЎОÑекÑПÑОÑ: %s" 354 318 355 #: admin/functions.inc.php:3090356 319 msgid "Cannot find module" 357 320 msgstr "Ðе ЌПга Ўа МаЌеÑÑ ÐŒÐŸÐŽÑла" 358 321 359 #: admin/functions.inc.php:3096360 322 msgid "Could not read module.xml" 361 323 msgstr "Ðе ЌПга Ўа пÑПÑеÑа module.xml" 362 324 363 #: admin/functions.inc.php:3101 364 msgid "" 365 "This module is broken and cannot be installed. You should try to download it " 366 "again." 367 msgstr "" 368 "ÐПЎÑлÑÑ Ðµ пПвÑеЎеМ О Ме ЌПже Ўа бÑЎе ОМÑÑалОÑаМ. ÐÑПбвайÑе Ўа гП ОзÑеглОÑе " 369 "ПÑМПвП." 370 371 #: admin/functions.inc.php:3120 325 msgid "rawname" 326 msgstr "" 327 328 msgid "" 329 " is broken and cannot be installed. You should try to download it again." 330 msgstr "" 331 372 332 msgid "Failed to run installation scripts" 373 333 msgstr "СÑаÑÑОÑаМеÑП Ма ОМÑÑалаÑОПММОÑе ÑкÑОпÑПве Ñе пÑПвалО" 374 334 375 #: admin/functions.inc.php:3134376 335 #, php-format 377 336 msgid "Error updating database. Command was: %s; error was: %s " … … 379 338 "ÐÑеÑка пÑО ПбМПвÑваМе Ма базаÑа ЎаММО. ÐПЌаМЎаÑа беÑе: %s; гÑеÑкаÑа е: %s " 380 339 381 #: admin/functions.inc.php:3168 admin/functions.inc.php:3196382 #: admin/functions.inc.php:3233383 340 msgid "Specified module not found" 384 341 msgstr "ÐпÑеЎелеМОÑÑ ÐŒÐŸÐŽÑл Ме е МаЌеÑеМ" 385 342 386 #: admin/functions.inc.php:3173387 343 msgid "Module not enabled: cannot disable" 388 344 msgstr "ÐПЎÑлÑÑ ÐœÐµ е ÑазÑеÑеМ: Ме ЌПга Ўа гП забÑаМÑ" 389 345 390 #: admin/functions.inc.php:3177 admin/functions.inc.php:3205391 346 msgid "Cannot disable: The following modules depend on this one: " 392 347 msgstr "Ðе ЌПга Ўа забÑаМÑ: СлеЎМОÑе ЌПЎÑлО завОÑÑÑ ÐŸÑ ÐœÐµÐ³ÐŸ: " 393 348 394 #: admin/functions.inc.php:3201395 349 msgid "Module not installed: cannot uninstall" 396 350 msgstr "ÐПЎÑлÑÑ ÐœÐµ е ОМÑÑалОÑаМ: Ме ЌПга ЎП гП ЎеОМÑÑалОÑаЌ" 397 351 398 #: admin/functions.inc.php:3212399 352 msgid "Error updating database: " 400 353 msgstr "ÐÑеÑка пÑО ПбМПвÑваМе Ма базаÑа ЎаММО: " 401 354 402 #: admin/functions.inc.php:3216403 355 msgid "Failed to run un-installation scripts" 404 356 msgstr "СÑаÑÑОÑаМеÑП Ма ЎеОМÑÑалаÑОПММОÑе ÑкÑОпÑПве Ñе пÑПвалО" 405 357 406 #: admin/functions.inc.php:3246407 358 #, php-format 408 359 msgid "Cannot delete directory %s" 409 360 msgstr "Ðе ЌПга Ўа ОзÑÑÐžÑ ÐŽÐžÑекÑПÑÐžÑ %s" 410 361 411 #: admin/functions.inc.php:3253412 362 #, php-format 413 363 msgid "Error deleting directory %s (code %d)" 414 364 msgstr "ÐÑеÑка пÑО ОзÑÑОваМе Ма ЎОÑекÑПÑÐžÑ %s (кПЎ %d)" 415 365 416 #: admin/functions.inc.php:3634417 366 #, php-format 418 367 msgid "You have %s disabled modules" 419 368 msgstr "ÐОе ОЌаÑе %s забÑаМеМО ЌПЎÑлО" 420 369 421 #: admin/functions.inc.php:3634422 370 msgid "You have a disabled module" 423 371 msgstr "ÐОе ОЌаÑе забÑаМеМО ЌПЎÑлО" 424 372 425 #: admin/functions.inc.php:3635426 373 msgid "The following modules are disabled because they need to be upgraded:" 427 374 msgstr "СлеЎМОÑе ЌПЎÑлО Ñа забÑаМеМО заÑПÑП Ñе МÑжЎаÑÑ ÐŸÑ ÐŸÐ±ÐœÐŸÐ²ÑваМе:" 428 375 429 #: admin/functions.inc.php:3636 admin/functions.inc.php:3644430 376 msgid "You should go to the module admin page to fix these." 431 377 msgstr "" … … 433 379 "ÑПва." 434 380 435 #: admin/functions.inc.php:3642436 381 #, php-format 437 382 msgid "You have %s broken modules" 438 383 msgstr "ÐОе ОЌаÑе %s пПвÑеЎеМО ЌПЎÑла" 439 384 440 #: admin/functions.inc.php:3642441 385 msgid "You have a broken module" 442 386 msgstr "ÐОе ОЌаÑе пПвÑеЎеМ ЌПЎÑл" 443 387 444 #: admin/functions.inc.php:3643445 388 msgid "The following modules are disabled because they are broken:" 446 389 msgstr "СлеЎМОÑе ЌПЎÑлО Ñа забÑаМеМО заÑПÑП Ñа пПвÑеЎеМО:" 447 390 448 #: admin/header_auth.php:43 admin/header_auth.php:70449 391 msgid "Administration" 450 392 msgstr "Administration" 451 393 452 #: admin/header.php:138453 394 msgid "Default Asterisk Manager Password Used" 454 395 msgstr "ÐзпПлзваÑе ÐÑÑеÑОÑк Manager ÐаÑПла ÐП-ÐПЎÑазбОÑаМе" 455 396 456 #: admin/header.php:138457 397 msgid "" 458 398 "You are using the default Asterisk Manager password that is widely known, " … … 462 402 "ÑазпÑПÑÑÑаМеМа, ÑÑÑбва Ўа ÑÑÑаМПвОÑе пП-ÑОгÑÑМа паÑПла" 463 403 464 #: admin/page.modules.php:134465 404 msgid "Module Administration" 466 405 msgstr "УпÑавлеМОе Ма ÐПЎÑлОÑе" 467 406 468 #: admin/page.modules.php:136469 407 msgid "NOTICE" 470 408 msgstr "" 471 409 472 #: admin/page.modules.php:136473 410 msgid "" 474 411 "You have accessed the extended repository which includes un-supported and " … … 476 413 msgstr "" 477 414 478 #: admin/page.modules.php:154479 415 #, php-format 480 416 msgid "" … … 485 421 "Ме Ñа ЎПÑÑÑпМО." 486 422 487 #: admin/page.modules.php:158488 423 #, php-format 489 424 msgid "" … … 494 429 "ЌПЎÑлОÑе Ме Ñа ЎПÑÑÑпМО." 495 430 496 #: admin/page.modules.php:198497 431 msgid "Please wait while module actions are performed" 498 432 msgstr "ÐÐŸÐ»Ñ ÐžÐ·ÑакайÑе ЎПкаÑП заЎаÑОÑе Ñе ОзпÑлМÑваÑ" 499 433 500 #: admin/page.modules.php:211501 434 #, php-format 502 435 msgid "Downloading %s" 503 436 msgstr "ÐзÑеглÑМе Ма %s" 504 437 505 #: admin/page.modules.php:213506 438 #, php-format 507 439 msgid "Error(s) downloading %s" 508 440 msgstr "ÐÑеÑка пÑО ОзÑеглÑМе Ма %s" 509 441 510 #: admin/page.modules.php:218 admin/page.modules.php:230511 442 #, php-format 512 443 msgid "Error(s) installing %s" 513 444 msgstr "ÐÑеÑка пÑО ОМÑÑалОÑаМе Ма %s" 514 445 515 #: admin/page.modules.php:222 admin/page.modules.php:234516 446 #, php-format 517 447 msgid "%s installed successfully" 518 448 msgstr "%s е ОМÑÑалОÑаМ ÑÑпеÑМП" 519 449 520 #: admin/page.modules.php:240521 450 #, php-format 522 451 msgid "Error(s) enabling %s" 523 452 msgstr "ÐÑеÑка пÑО ÑазÑеÑаваМе Ма %s" 524 453 525 #: admin/page.modules.php:244526 454 #, php-format 527 455 msgid "%s enabled successfully" 528 456 msgstr "%s е ÑазÑеÑеМ ÑÑпеÑМП" 529 457 530 #: admin/page.modules.php:249531 458 #, php-format 532 459 msgid "Error(s) disabling %s" 533 460 msgstr "ÐÑеÑка пÑО забÑаМÑваМе Ма %s" 534 461 535 #: admin/page.modules.php:253536 462 #, php-format 537 463 msgid "%s disabled successfully" 538 464 msgstr "%s е забÑаМеМ ÑÑпеÑМП" 539 465 540 #: admin/page.modules.php:259541 466 #, php-format 542 467 msgid "Error(s) uninstalling %s" 543 468 msgstr "ÐÑеÑка пÑО ЎеОМÑÑалОÑаМе Ма %s" 544 469 545 #: admin/page.modules.php:263546 470 #, php-format 547 471 msgid "%s uninstalled successfully" 548 472 msgstr "%s е ЎеОМÑÑалОÑаМ ÑÑпеÑМП" 549 473 550 #: admin/page.modules.php:279 admin/page.modules.php:281551 474 msgid "Return" 552 475 msgstr "ÐбÑаÑМП" 553 476 554 #: admin/page.modules.php:322 admin/page.modules.php:346555 477 #, php-format 556 478 msgid "" … … 562 484 "за ÑПва ЌПЎÑлО Ñе ОМÑÑалОÑаÑ." 563 485 564 #: admin/page.modules.php:326565 486 #, php-format 566 487 msgid "%s %s will be upgraded to online version %s" 567 488 msgstr "%s %s Ñе бÑЎе ПбМПвеМ ЎП ПМлайМ веÑÑÐžÑ %s" 568 489 569 #: admin/page.modules.php:334 admin/page.modules.php:346 490 #, php-format 491 msgid "%s %s will be re-installed to online version %s" 492 msgstr "" 493 494 #, php-format 495 msgid "%s %s will be downgraded to online version %s" 496 msgstr "" 497 570 498 #, php-format 571 499 msgid "" … … 577 505 ПЎОЌОÑе за ÑПва ЌПЎÑлО Ñе ОМÑÑалОÑаÑ." 578 506 579 #: admin/page.modules.php:338580 507 #, php-format 581 508 msgid "%s %s will be downloaded and installed" 582 509 msgstr "%s %s Ñе бÑЎе ОзÑеглеМ О ОМÑÑалОÑаМ" 583 510 584 #: admin/page.modules.php:351585 511 #, php-format 586 512 msgid "%s %s will be upgraded to %s" 587 513 msgstr "%s %s Ñе бÑЎе ПбМПвеМ ЎП %s" 588 514 589 #: admin/page.modules.php:353590 515 #, php-format 591 516 msgid "%s %s will be installed and enabled" 592 517 msgstr "%s %s Ñе бÑЎе ОМÑÑалОÑаМ О ÑазÑеÑеМ" 593 518 594 #: admin/page.modules.php:361595 519 #, php-format 596 520 msgid "" … … 602 526 "за ÑПва Ñе ОМÑÑалОÑаÑ." 603 527 604 #: admin/page.modules.php:365605 528 #, php-format 606 529 msgid "%s %s will be enabled" 607 530 msgstr "%s %s Ñе бÑЎе ÑазÑеÑеМ" 608 531 609 #: admin/page.modules.php:371610 532 #, php-format 611 533 msgid "" … … 616 538 "забÑаМеÑе ÑезО ЌПЎÑлО О ПпОÑайÑе ПÑМПвП." 617 539 618 #: admin/page.modules.php:375619 540 #, php-format 620 541 msgid "%s %s will be disabled" 621 542 msgstr "%s %s Ñе бÑÐŽe забÑаМеМ" 622 543 623 #: admin/page.modules.php:382624 544 #, php-format 625 545 msgid "" … … 630 550 "ÐÐŸÐ»Ñ Ð·Ð°Ð±ÑаМеÑе ÑезО ЌПЎÑлО О ПпОÑайÑе ПÑМПвП." 631 551 632 #: admin/page.modules.php:386633 552 #, php-format 634 553 msgid "%s %s will be uninstalled" 635 554 msgstr "%s %s Ñе бÑЎе ЎеОМÑÑалОÑаМ" 636 555 637 #: admin/page.modules.php:403638 556 msgid "Errors with selection:" 639 557 msgstr "ÐÑеÑкО пÑО ОзбОÑаМеÑП:" 640 558 641 #: admin/page.modules.php:412642 559 msgid "" 643 560 "You may confirm the remaining selection and then try the again for the " … … 648 565 ПЎОЌОÑе завОÑОЌПÑÑО Ñа ОзпÑлМеМО:" 649 566 650 #: admin/page.modules.php:414651 567 msgid "Please confirm the following actions:" 652 568 msgstr "ÐÐŸÐ»Ñ Ð¿ÐŸÑвÑÑЎеÑе ÑлеЎМОÑе заЎаÑО:" 653 569 654 #: admin/page.modules.php:421 570 msgid "Upgrades, installs, enables and disables:" 571 msgstr "" 572 573 msgid "Forced downgrades and re-installs:" 574 msgstr "" 575 655 576 msgid "Confirm" 656 577 msgstr "ÐПÑвÑÑЎО" 657 578 658 #: admin/page.modules.php:423659 579 msgid "No actions to perform" 660 580 msgstr "ÐÑЌа заЎаÑО за ОзпÑлМеМОе" 661 581 662 #: admin/page.modules.php:424663 582 msgid "" 664 583 "Please select at least one action to perform by clicking on the module, and " … … 668 587 "ЎейÑÑвОе ÐŸÑ Ð¿ÐŸÐ»Ðµ \"ÐейÑÑвОе\"." 669 588 670 #: admin/page.modules.php:426 admin/views/freepbx_reload.php:111671 589 msgid "Cancel" 672 590 msgstr "ÐÑказ" 673 591 674 #: admin/page.modules.php:435 admin/page.modules.php:487675 592 msgid "Manage local modules" 676 593 msgstr "ÐПкалМП ÑпÑавлеМОе Ма ЌПЎÑлОÑе" 677 594 678 #: admin/page.modules.php:437 admin/page.modules.php:493679 595 msgid "Check for updates online" 680 596 msgstr "ÐÑПвеÑО за ПМлайМ ПбМПвÑваМОÑ" 681 597 682 #: admin/page.modules.php:437 admin/page.modules.php:493683 598 msgid "" 684 599 "Checking for updates will transmit your FreePBX and Asterisk version numbers " … … 693 608 "ОМÑПÑЌаÑОÑ." 694 609 695 #: admin/page.modules.php:442 admin/page.modules.php:495696 610 msgid "Upload module" 697 611 msgstr "ÐПбавО ЌПЎÑл" 698 612 699 #: admin/page.modules.php:448700 613 #, php-format 701 614 msgid "The following error(s) occurred processing the uploaded file: %s" … … 703 616 а в пÑПÑеÑа Ма ЎПбавÑМе Ма Ñайл: %s" 704 617 705 #: admin/page.modules.php:450706 618 #, php-format 707 619 msgid "You should fix the problem or select another file and %s." 708 620 msgstr "ТÑÑбва Ўа ПпÑавОÑе пÑПблеЌа ОлО ОзбеÑеÑе ÐŽÑÑг Ñайл О %s." 709 621 710 #: admin/page.modules.php:451711 622 msgid "try again" 712 623 msgstr "ПпОÑайÑе ПÑМПвП" 713 624 714 #: admin/page.modules.php:455715 625 #, php-format 716 626 msgid "" … … 721 631 "Ўа гП МапÑавОÑе ЎПÑÑÑпеМ." 722 632 723 #: admin/page.modules.php:456724 633 msgid "local module administration" 725 634 msgstr "лПкалМП ÑпÑавлеМОе Ма ЌПЎÑлОÑе" 726 635 727 #: admin/page.modules.php:461728 636 msgid "" 729 637 "You can upload a tar gzip file containing a FreePBX module from your local " … … 734 642 "ÑОÑÑеЌа. ÐкП ЌПЎÑл ÑÑÑ ÑÑÑПÑП ОЌе веÑе ÑÑÑеÑÑвÑва, ÑПй Ñе бÑЎе пÑезапОÑаМ." 735 643 736 #: admin/page.modules.php:488 737 msgid "Show only upgradable" 738 msgstr "ÐПкажО ÑаЌП за ПбМПвÑваМе" 739 740 #: admin/page.modules.php:507 admin/page.modules.php:795 644 msgid "Show only upgradeable" 645 msgstr "" 646 741 647 msgid "Download all" 742 648 msgstr "ÐзÑеглО вÑОÑкО" 743 649 744 #: admin/page.modules.php:508 admin/page.modules.php:796745 650 msgid "Upgrade all" 746 651 msgstr "ÐбМПвО вÑОÑкО" 747 652 748 #: admin/page.modules.php:510 admin/page.modules.php:798749 653 msgid "Reset" 750 654 msgstr "ÐзÑОÑÑО" 751 655 752 #: admin/page.modules.php:511 admin/page.modules.php:799753 656 msgid "Process" 754 657 msgstr "ÐÑПЎÑлжО" 755 658 756 #: admin/page.modules.php:517757 659 msgid "Module" 758 660 msgstr "ÐПЎÑл" 759 661 760 #: admin/page.modules.php:518761 662 msgid "Version" 762 663 msgstr "ÐеÑÑОÑ" 763 664 764 #: admin/page.modules.php:519765 665 msgid "Publisher" 766 666 msgstr "" 767 667 768 #: admin/page.modules.php:533 admin/page.modules.php:608769 668 msgid "Broken" 770 669 msgstr "ÐПвÑеЎеМ" 771 670 772 #: admin/page.modules.php:564 admin/page.modules.php:569773 #: admin/views/freepbx_admin.php:107 admin/views/freepbx_admin.php:112774 #: admin/modules/core/page.ampusers.php:240775 #: admin/modules/core/page.ampusers.php:244776 671 msgid "name" 777 672 msgstr "ОЌе" 778 673 779 #: admin/page.modules.php:585780 674 msgid "Not Installed (Locally available)" 781 675 msgstr "Ðе е ОМÑÑалОÑаМ (ÐПÑÑÑпеМ лПкалМП)" 782 676 783 #: admin/page.modules.php:587784 677 #, php-format 785 678 msgid "Not Installed (Available online: %s)" 786 679 msgstr "Ðе е ОМÑÑалОÑаМ (ÐПÑÑÑпеМ ПМлайМ: %s)" 787 680 788 #: admin/page.modules.php:594789 681 #, php-format 790 682 msgid "Disabled; Online upgrade available (%s)" 791 683 msgstr "ÐабÑаМеМ; ÐПÑÑÑпМП ПМлайМ ПбМПвÑваМе (%s)" 792 684 793 #: admin/page.modules.php:596794 685 #, php-format 795 686 msgid "Disabled; Newer than online version (%s)" 796 687 msgstr "ÐабÑаМеМ; ÐП-МПв ÐŸÑ ÐŸÐœÐ»Ð°Ð¹Ðœ веÑÑÐžÑ (%s)" 797 688 798 #: admin/page.modules.php:598799 689 msgid "Disabled; up to date" 800 690 msgstr "ÐабÑаМеМ; ÐбМПвеМ" 801 691 802 #: admin/page.modules.php:601 admin/modules/core/page.general.php:147803 692 msgid "Disabled" 804 693 msgstr "ÐабÑаМеМ" 805 694 806 #: admin/page.modules.php:605807 695 #, php-format 808 696 msgid "Disabled; Pending upgrade to %s" 809 697 msgstr "ÐабÑаМеМ; Ð§Ð°ÐºÐ°Ñ ÐŸÐœÐŸÐ²ÑваМе ЎП %s" 810 698 811 #: admin/page.modules.php:615812 699 #, php-format 813 700 msgid "Online upgrade available (%s)" 814 701 msgstr "ÐПÑÑÑпМП е ПМлайМ ПбМПвÑваМе (%s)" 815 702 816 #: admin/page.modules.php:617817 703 #, php-format 818 704 msgid "Newer than online version (%s)" 819 705 msgstr "ÐП-МПв ÐŸÑ ÐŸÐœÐ»Ð°Ð¹Ðœ веÑÑÐžÑ (%s)" 820 706 821 #: admin/page.modules.php:619822 707 msgid "Enabled and up to date" 823 708 msgstr "РазÑеÑеМ О ПбМПвеМ" 824 709 825 #: admin/page.modules.php:623826 710 msgid "Enabled; Not available online" 827 711 msgstr "РазÑеÑеМ; Ðе е ЎПÑÑÑпеМ ПМлайМ" 828 712 829 #: admin/page.modules.php:625 admin/modules/core/page.general.php:146830 713 msgid "Enabled" 831 714 msgstr "РазÑеÑе
