Changeset 7346
- Timestamp:
- 01/06/09 17:59:27 (4 years ago)
- Files:
-
- freepbx/trunk (modified) (1 prop)
- freepbx/trunk/amp_conf/astetc/vm_general.inc (modified) (1 diff)
- freepbx/trunk/amp_conf/bin/archive_recordings (modified) (2 diffs)
- freepbx/trunk/amp_conf/bin/retrieve_conf (modified) (2 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) (7 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/amp.pot (modified) (3 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/bg_BG (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/bg_BG)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/bg_BG/LC_MESSAGES (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/bg_BG/LC_MESSAGES)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/bg_BG/LC_MESSAGES/amp.mo (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/bg_BG/LC_MESSAGES/amp.mo)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/bg_BG/LC_MESSAGES/amp.po (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/bg_BG/LC_MESSAGES/amp.po)
- 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) (1 diff)
- 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) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/readme.txt (modified) (1 diff)
- 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) (12 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/zh_CN (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/zh_CN)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/zh_CN/LC_MESSAGES (copied) (copied from freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/zh_CN/LC_MESSAGES)
- freepbx/trunk/amp_conf/htdocs/admin/page.modules.php (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php (modified) (5 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/views/freepbx_admin.php (modified) (3 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/views/freepbx_reload.php (modified) (3 diffs)
- freepbx/trunk/amp_conf/htdocs/recordings/locale/ari.pot (modified) (14 diffs)
- freepbx/trunk/amp_conf/htdocs/recordings/locale/it_IT/LC_MESSAGES/ari.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/recordings/locale/it_IT/LC_MESSAGES/ari.po (modified) (42 diffs)
- freepbx/trunk/amp_conf/htdocs/recordings/modules/VmX.module (modified) (11 diffs)
- freepbx/trunk/amp_conf/htdocs/recordings/modules/phonefeatures.module (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/recordings/modules/settings.module (modified) (1 diff)
- freepbx/trunk/freepbx.pot (deleted)
- freepbx/trunk/update_i18n.sh (copied) (copied from freepbx/branches/2.5/update_i18n.sh)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk
- Property svnmerge-integrated changed from /freepbx/branches/2.5:1-7087 to /freepbx/branches/2.5:1-7345
freepbx/trunk/amp_conf/astetc/vm_general.inc
r745 r7346 5 5 pbxskip=yes ; Don't put [PBX]: in the subject line 6 6 serveremail=vm@asterisk ; Who the e-mail notification should appear to come from 7 fromstring=Voicemail System ; Real name of email sender7 fromstring=Voicemail System ; Real name of email sender 8 8 maxmessage=180 ; max length of vm message 9 minmessage=3 ; Minimum length of a voicemail message in seconds9 minmessage=3 ; Minimum length of a voicemail message in seconds 10 10 maxsilence=5 ; Wait for 5 silent seconds and end the voicemail 11 11 silencethreshold=128 ; What do we consider to be silence 12 skipms=3000 ; How many miliseconds to skip forward/back when rew/ff in message playback 13 review=yes ; Allow sender to review/rerecord their message before saving it 14 operator=yes ; Allow caller to press 0 15 nextaftercmd=yes ; Automagically play next message when current message is deleted or saved 12 skipms=3000 ; How many miliseconds to skip forward/back when rew/ff in message playback 13 review=yes ; Allow sender to review/rerecord their message before saving it 14 operator=yes ; Allow caller to press 0 15 nextaftercmd=yes ; Automagically play next message when current message is deleted or saved 16 17 ; If using Asterisk 1.6 and ARI or other sources for mail, you should set pollmailboxes to 18 ; yes and pollfreq if you want to change the default 30 sec polling 19 ; 20 ;pollmailboxes=yes 21 ;pollfreq=30 freepbx/trunk/amp_conf/bin/archive_recordings
r6976 r7346 48 48 'ASTETCDIR' => '/etc/asterisk', 49 49 'ASTMANAGERPORT' => '5038', 50 'CDRDBNAME' => 'asteriskcdrdb', 50 51 ); 51 52 // boolean values, will be converted to true/false … … 438 439 $db_host = $amp_conf["AMPDBHOST"]; 439 440 $db_engine = $amp_conf["AMPDBENGINE"]; 440 $db_name = 'asteriskcdrdb';441 $db_name = $amp_conf["CDRDBNAME"]; 441 442 442 443 $datasource = $db_engine.'://'.$db_user.':'.$db_pass.'@'.$db_host.'/'.$db_name; freepbx/trunk/amp_conf/bin/retrieve_conf
r7114 r7346 738 738 // 739 739 if (!isset($core_conf) || !is_a($core_conf, "core_conf")) { 740 include_once("libfreepbx.confgen.php"); 740 741 generate_configurations_sip($version); 741 742 generate_configurations_iax($version); … … 743 744 } 744 745 if (!isset($queues_conf) || !is_a($queues_conf, "queues_conf")) { 746 include_once("libfreepbx.confgen.php"); 745 747 generate_configurations_queues($version); 746 748 } freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css
r7088 r7346 231 231 width: 180px; 232 232 font-size:12px; 233 background-color: none;233 background-color: transparent; 234 234 } 235 235 #login_message a:link { freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php
r7088 r7346 393 393 $extext = _("The following commands failed with the listed error"); 394 394 foreach ($error_arr as $item) { 395 $extext .= "<br >".$item[0]." (".$item[1].")";395 $extext .= "<br />".$item[0]." (".$item[1].")"; 396 396 } 397 397 $nt->add_error('cron_manager', 'EXECFAIL', $text, $extext, '', true, true); … … 1417 1417 $results = $db->$type($sql,$fetchmode); 1418 1418 if(DB::IsError($results)) { 1419 die_freepbx($results->getDebugInfo() . "SQL - <br > $sql" );1419 die_freepbx($results->getDebugInfo() . "SQL - <br /> $sql" ); 1420 1420 } 1421 1421 return $results; … … 2029 2029 $selectHtml .= '<select name="'.$cat_identifier.$i.'" onfocus="document.getElementById(\''.$radioid.'\').checked = true; this.form.goto'.$i.'.value=\''.$cat.'\';">'; 2030 2030 $selectHtml .= $options; 2031 $selectHtml .= "</select><br >\n";2031 $selectHtml .= "</select><br />\n"; 2032 2032 2033 2033 if ($checked) $foundone = true; … … 2311 2311 $cnt = count($diff_modules); 2312 2312 if ($cnt) { 2313 $extext = _("The following new modules are available for download. Click delete icon on the right to remove this notice.")."<br >";2313 $extext = _("The following new modules are available for download. Click delete icon on the right to remove this notice.")."<br />"; 2314 2314 foreach ($diff_modules as $mod) { 2315 $extext .= $mod['rawname']." (".$mod['version'].")<br >";2315 $extext .= $mod['rawname']." (".$mod['version'].")<br />"; 2316 2316 } 2317 2317 $notifications->add_notice('freepbx', 'NEWMODS', sprintf(_('%s New modules are available'),$cnt), $extext, '', $reset_value, true); … … 2814 2814 exec("rm -rf ".$amp_conf['AMPWEBROOT']."/admin/modules/$modulename", $output, $exitcode); 2815 2815 if ($exitcode != 0) { 2816 return array(sprintf(_('Could not remove old module %s to install new version'), $amp_conf['AMPWEBROOT'].'/admin/modules/'.$modulenam ));2816 return array(sprintf(_('Could not remove old module %s to install new version'), $amp_conf['AMPWEBROOT'].'/admin/modules/'.$modulename)); 2817 2817 } 2818 2818 exec("mv ".$amp_conf['AMPWEBROOT']."/admin/modules/_cache/$modulename ".$amp_conf['AMPWEBROOT']."/admin/modules/$modulename", $output, $exitcode); … … 2910 2910 exec("rm -rf ".$amp_conf['AMPWEBROOT']."/admin/modules/$modulename", $output, $exitcode); 2911 2911 if ($exitcode != 0) { 2912 return array(sprintf(_('Could not remove old module %s to install new version'), $amp_conf['AMPWEBROOT'].'/admin/modules/'.$modulenam ));2912 return array(sprintf(_('Could not remove old module %s to install new version'), $amp_conf['AMPWEBROOT'].'/admin/modules/'.$modulename)); 2913 2913 } 2914 2914 exec("mv ".$amp_conf['AMPWEBROOT']."/admin/modules/_cache/$modulename ".$amp_conf['AMPWEBROOT']."/admin/modules/$modulename", $output, $exitcode); … … 2988 2988 exec("rm -rf ".$amp_conf['AMPWEBROOT']."/admin/modules/$modulename", $output, $exitcode); 2989 2989 if ($exitcode != 0) { 2990 return array(sprintf(_('Could not remove old module %s to install new version'), $amp_conf['AMPWEBROOT'].'/admin/modules/'.$modulenam ));2990 return array(sprintf(_('Could not remove old module %s to install new version'), $amp_conf['AMPWEBROOT'].'/admin/modules/'.$modulename)); 2991 2991 } 2992 2992 exec("mv ".$amp_conf['AMPWEBROOT']."/admin/modules/_cache/$modulename ".$amp_conf['AMPWEBROOT']."/admin/modules/$modulename", $output, $exitcode); freepbx/trunk/amp_conf/htdocs/admin/i18n/amp.pot
r7088 r7346 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2008-1 0-10 03:46+0200\n"11 "POT-Creation-Date: 2008-11-12 23:00+0100\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 17 17 "Content-Transfer-Encoding: 8bit\n" 18 18 19 #: amp_conf/htdocs/admin/featurecodes.class.php:289 19 #: admin/components.class.php:362 20 #: admin/modules/core/page.did.php:313 21 msgid "Submit" 22 msgstr "" 23 24 #: admin/config.php:34 25 msgid "Tools" 26 msgstr "" 27 28 #: admin/config.php:35 29 msgid "Setup" 30 msgstr "" 31 32 #: admin/config.php:36 33 msgid "Call Cost" 34 msgstr "" 35 36 #: admin/featurecodes.class.php:289 20 37 msgid "** MISSING FEATURE CODE **" 21 38 msgstr "" 22 39 23 #: amp_conf/htdocs/admin/header.php:134 40 #: admin/functions.inc.php:392 41 #, php-format 42 msgid "Cronmanager encountered %s Errors" 43 msgstr "" 44 45 #: admin/functions.inc.php:393 46 msgid "The following commands failed with the listed error" 47 msgstr "" 48 49 #: admin/functions.inc.php:765 50 #, php-format 51 msgid "Missing or unreadable config file (%s)...cannot continue" 52 msgstr "" 53 54 #: admin/functions.inc.php:1044 55 msgid "Objects" 56 msgstr "" 57 58 #: admin/functions.inc.php:1044 59 msgid "Object" 60 msgstr "" 61 62 #: admin/functions.inc.php:1045 63 #, php-format 64 msgid "Used as Destination by %s %s" 65 msgstr "" 66 67 #: admin/functions.inc.php:1504 68 #: admin/functions.inc.php:1574 69 #, php-format 70 msgid "Exit code was %s and output was: %s" 71 msgstr "" 72 73 #: admin/functions.inc.php:1505 74 #: admin/functions.inc.php:1575 75 #, php-format 76 msgid "Could not run %s script." 77 msgstr "" 78 79 #: admin/functions.inc.php:1522 80 #, php-format 81 msgid "Reload failed because retrieve_conf encountered an error: %s" 82 msgstr "" 83 84 #: admin/functions.inc.php:1524 85 #: admin/functions.inc.php:1532 86 msgid "retrieve_conf failed, config not applied" 87 msgstr "" 88 89 #: admin/functions.inc.php:1530 90 msgid "Reload failed because FreePBX could not connect to the asterisk manager interface." 91 msgstr "" 92 93 #: admin/functions.inc.php:1544 94 msgid "Successfully reloaded" 95 msgstr "" 96 97 #: admin/functions.inc.php:1553 98 msgid "Could not reload the FOP operator panel server using the bounce_op.sh script. Configuration changes may not be reflected in the panel display." 99 msgstr "" 100 101 #: admin/functions.inc.php:1554 102 msgid "Could not reload FOP server" 103 msgstr "" 104 105 #: admin/functions.inc.php:1566 106 msgid "Successful reload, but could not clear reload flag due to a database error: " 107 msgstr "" 108 109 #: admin/functions.inc.php:1615 110 #: admin/modules/core/functions.inc.php:4721 111 #: admin/modules/core/functions.inc.php:4723 112 #: admin/modules/core/page.routing.php:578 113 msgid "Add" 114 msgstr "" 115 116 #: admin/functions.inc.php:2055 117 msgid "Unknown Destination" 118 msgstr "" 119 120 #: admin/functions.inc.php:2055 121 msgid "ERROR: You have an unknown destination. If this was carried over as a Custom App from an earlier version, you must go register the destination in the Custom Destination tab provided by the Custom Applications module.<br />This will remain active until you change it but you can no longer edit or add a new one here." 122 msgstr "" 123 124 #: admin/functions.inc.php:2313 125 msgid "The following new modules are available for download. Click delete icon on the right to remove this notice." 126 msgstr "" 127 128 #: admin/functions.inc.php:2317 129 #, php-format 130 msgid "%s New modules are available" 131 msgstr "" 132 133 #: admin/functions.inc.php:2351 134 msgid "There is 1 module available for online upgrade" 135 msgstr "" 136 137 #: admin/functions.inc.php:2353 138 #, php-format 139 msgid "There are %s modules available for online upgrades" 140 msgstr "" 141 142 #: admin/functions.inc.php:2357 143 #, php-format 144 msgid "%s (current: %s)" 145 msgstr "" 146 147 #: admin/functions.inc.php:2559 148 #, php-format 149 msgid "Module %s is required, but yours is broken. You should reinstall " 150 msgstr "" 151 152 #: admin/functions.inc.php:2560 153 #, php-format 154 msgid "it and try again." 155 msgstr "" 156 157 #: admin/functions.inc.php:2563 158 #, php-format 159 msgid "Module %s is required, but yours is disabled." 160 msgstr "" 161 162 #: admin/functions.inc.php:2566 163 #, php-format 164 msgid "Module %s is required, but yours is disabled because it needs to " 165 msgstr "" 166 167 #: admin/functions.inc.php:2567 168 #, php-format 169 msgid "be upgraded. Please upgrade %s first, and then try again." 170 msgstr "" 171 172 #: admin/functions.inc.php:2572 173 #, php-format 174 msgid "Module %s is required, yours is not installed." 175 msgstr "" 176 177 #: admin/functions.inc.php:2576 178 #, php-format 179 msgid "Module %s is required." 180 msgstr "" 181 182 #: admin/functions.inc.php:2585 183 #, php-format 184 msgid "File %s must exist." 185 msgstr "" 186 187 #: admin/functions.inc.php:2632 188 #, php-format 189 msgid "Requires engine %s, you have: %s" 190 msgstr "" 191 192 #: admin/functions.inc.php:2634 193 #, php-format 194 msgid "Requires one of the following engines: %s; you have: %s" 195 msgstr "" 196 197 #: admin/functions.inc.php:2649 198 #, php-format 199 msgid "A %s version below %s is required, you have %s" 200 msgstr "" 201 202 #: admin/functions.inc.php:2652 203 #, php-format 204 msgid "%s version %s or below is required, you have %s" 205 msgstr "" 206 207 #: admin/functions.inc.php:2655 208 #, php-format 209 msgid "A %s version newer than %s required, you have %s" 210 msgstr "" 211 212 #: admin/functions.inc.php:2658 213 #, php-format 214 msgid "Your %s version (%s) is incompatible." 215 msgstr "" 216 217 #: admin/functions.inc.php:2661 218 #, php-format 219 msgid "Only %s version %s is compatible, you have %s" 220 msgstr "" 221 222 #: admin/functions.inc.php:2665 223 #, php-format 224 msgid "%s version %s or higher is required, you have %s" 225 msgstr "" 226 227 #: admin/functions.inc.php:2723 228 msgid "Module is already enabled" 229 msgstr "" 230 231 #: admin/functions.inc.php:2728 232 msgid "Module cannot be enabled" 233 msgstr "" 234 235 #: admin/functions.inc.php:2775 236 msgid "Module not found in repository" 237 msgstr "" 238 239 #: admin/functions.inc.php:2808 240 #: admin/functions.inc.php:2904 241 #: admin/functions.inc.php:2982 242 #, php-format 243 msgid "Could not remove %s to install new version" 244 msgstr "" 245 246 #: admin/functions.inc.php:2812 247 #: admin/functions.inc.php:2908 248 #: admin/functions.inc.php:2986 249 #, php-format 250 msgid "Could not untar %s to %s" 251 msgstr "" 252 253 #: admin/functions.inc.php:2816 254 #: admin/functions.inc.php:2912 255 #: admin/functions.inc.php:2990 256 #, php-format 257 msgid "Could not remove old module %s to install new version" 258 msgstr "" 259 260 #: admin/functions.inc.php:2820 261 #: admin/functions.inc.php:2916 262 #: admin/functions.inc.php:2994 263 #, php-format 264 msgid "Could not move %s to %s" 265 msgstr "" 266 267 #: admin/functions.inc.php:2841 268 #, php-format 269 msgid "Error opening %s for writing" 270 msgstr "" 271 272 #: admin/functions.inc.php:2857 273 #: admin/functions.inc.php:2860 274 #, php-format 275 msgid "Error opening %s for reading" 276 msgstr "" 277 278 #: admin/functions.inc.php:2880 279 #, php-format 280 msgid "Unable to save %s" 281 msgstr "" 282 283 #: admin/functions.inc.php:2888 284 #, php-format 285 msgid "File Integrity failed for %s - aborting" 286 msgstr "" 287 288 #: admin/functions.inc.php:2933 289 msgid "Error finding uploaded file - check your PHP and/or web server configuration" 290 msgstr "" 291 292 #: admin/functions.inc.php:2938 293 msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 294 msgstr "" 295 296 #: admin/functions.inc.php:2943 297 msgid "Filename not in correct format: must be modulename-version.tar.gz (eg. custommodule-0.1.tar.gz)" 298 msgstr "" 299 300 #: admin/functions.inc.php:2952 301 #, php-format 302 msgid "Error creating temporary directory: %s" 303 msgstr "" 304 305 #: admin/functions.inc.php:2960 306 msgid "Error untaring uploaded file. Must be a tar+gzip file" 307 msgstr "" 308 309 #: admin/functions.inc.php:2999 310 #, php-format 311 msgid "Error removing temporary directory: %s" 312 msgstr "" 313 314 #: admin/functions.inc.php:3028 315 msgid "Cannot find module" 316 msgstr "" 317 318 #: admin/functions.inc.php:3034 319 msgid "Could not read module.xml" 320 msgstr "" 321 322 #: admin/functions.inc.php:3039 323 msgid "This module is broken and cannot be installed. You should try to download it again." 324 msgstr "" 325 326 #: admin/functions.inc.php:3058 327 msgid "Failed to run installation scripts" 328 msgstr "" 329 330 #: admin/functions.inc.php:3072 331 #, php-format 332 msgid "Error updating database. Command was: %s; error was: %s " 333 msgstr "" 334 335 #: admin/functions.inc.php:3106 336 #: admin/functions.inc.php:3134 337 #: admin/functions.inc.php:3171 338 msgid "Specified module not found" 339 msgstr "" 340 341 #: admin/functions.inc.php:3111 342 msgid "Module not enabled: cannot disable" 343 msgstr "" 344 345 #: admin/functions.inc.php:3115 346 #: admin/functions.inc.php:3143 347 msgid "Cannot disable: The following modules depend on this one: " 348 msgstr "" 349 350 #: admin/functions.inc.php:3139 351 msgid "Module not installed: cannot uninstall" 352 msgstr "" 353 354 #: admin/functions.inc.php:3150 355 msgid "Error updating database: " 356 msgstr "" 357 358 #: admin/functions.inc.php:3154 359 msgid "Failed to run un-installation scripts" 360 msgstr "" 361 362 #: admin/functions.inc.php:3184 363 #, php-format 364 msgid "Cannot delete directory %s" 365 msgstr "" 366 367 #: admin/functions.inc.php:3191 368 #, php-format 369 msgid "Error deleting directory %s (code %d)" 370 msgstr "" 371 372 #: admin/functions.inc.php:3572 373 #, php-format 374 msgid "You have %s disabled modules" 375 msgstr "" 376 377 #: admin/functions.inc.php:3572 378 msgid "You have a disabled module" 379 msgstr "" 380 381 #: admin/functions.inc.php:3573 382 msgid "The following modules are disabled because they need to be upgraded:" 383 msgstr "" 384 385 #: admin/functions.inc.php:3574 386 #: admin/functions.inc.php:3582 387 msgid "You should go to the module admin page to fix these." 388 msgstr "" 389 390 #: admin/functions.inc.php:3580 391 #, php-format 392 msgid "You have %s broken modules" 393 msgstr "" 394 395 #: admin/functions.inc.php:3580 396 msgid "You have a broken module" 397 msgstr "" 398 399 #: admin/functions.inc.php:3581 400 msgid "The following modules are disabled because they are broken:" 401 msgstr "" 402 403 #: admin/header_auth.php:43 404 #: admin/header_auth.php:70 405 msgid "Administration" 406 msgstr "" 407 408 #: admin/header.php:134 24 409 msgid "Default Asterisk Manager Password Used" 25 410 msgstr "" 26 411 27 #: amp_conf/htdocs/admin/header.php:134 412 #: admin/header.php:134 413 msgid "You are using the default Asterisk Manager password that is widely known, you should set a secure password" 414 msgstr "" 415 416 #: admin/page.modules.php:129 417 msgid "Module Administration" 418 msgstr "" 419 420 #: admin/page.modules.php:146 421 #, php-format 422 msgid "Warning: Cannot connect to online repository (%s). Online modules are not available." 423 msgstr "" 424 425 #: admin/page.modules.php:150 426 #, php-format 427 msgid "Warning: Error retrieving updates from online repository (%s). Online modules are not available." 428 msgstr "" 429 430 #: admin/page.modules.php:190 431 msgid "Please wait while module actions are performed" 432 msgstr "" 433 434 #: admin/page.modules.php:203 435 #, php-format 436 msgid "Downloading %s" 437 msgstr "" 438 439 #: admin/page.modules.php:205 440 #, php-format 441 msgid "Error(s) downloading %s" 442 msgstr "" 443 444 #: admin/page.modules.php:210 445 #: admin/page.modules.php:222 446 #, php-format 447 msgid "Error(s) installing %s" 448 msgstr "" 449 450 #: admin/page.modules.php:214 451 #: admin/page.modules.php:226 452 #, php-format 453 msgid "%s installed successfully" 454 msgstr "" 455 456 #: admin/page.modules.php:232 457 #, php-format 458 msgid "Error(s) enabling %s" 459 msgstr "" 460 461 #: admin/page.modules.php:236 462 #, php-format 463 msgid "%s enabled successfully" 464 msgstr "" 465 466 #: admin/page.modules.php:241 467 #, php-format 468 msgid "Error(s) disabling %s" 469 msgstr "" 470 471 #: admin/page.modules.php:245 472 #, php-format 473 msgid "%s disabled successfully" 474 msgstr "" 475 476 #: admin/page.modules.php:251 477 #, php-format 478 msgid "Error(s) uninstalling %s" 479 msgstr "" 480 481 #: admin/page.modules.php:255 482 #, php-format 483 msgid "%s uninstalled successfully" 484 msgstr "" 485 486 #: admin/page.modules.php:271 487 #: admin/page.modules.php:273 488 msgid "Return" 489 msgstr "" 490 491 #: admin/page.modules.php:304 492 #: admin/page.modules.php:328 493 #, php-format 494 msgid "%s cannot be upgraded: %s Please try again after the dependencies have been installed." 495 msgstr "" 496 497 #: admin/page.modules.php:308 498 #, php-format 499 msgid "%s %s will be upgraded to online version %s" 500 msgstr "" 501 502 #: admin/page.modules.php:316 503 #: admin/page.modules.php:328 504 #, php-format 505 msgid "%s cannot be installed: %s Please try again after the dependencies have been installed." 506 msgstr "" 507 508 #: admin/page.modules.php:320 509 #, php-format 510 msgid "%s %s will be downloaded and installed" 511 msgstr "" 512 513 #: admin/page.modules.php:333 514 #, php-format 515 msgid "%s %s will be upgraded to %s" 516 msgstr "" 517 518 #: admin/page.modules.php:335 519 #, php-format 520 msgid "%s %s will be installed and enabled" 521 msgstr "" 522 523 #: admin/page.modules.php:343 524 #, php-format 525 msgid "%s cannot be enabled: %s Please try again after the dependencies have been installed." 526 msgstr "" 527 528 #: admin/page.modules.php:347 529 #, php-format 530 msgid "%s %s will be enabled" 531 msgstr "" 532 533 #: admin/page.modules.php:353 534 #, php-format 535 msgid "%s cannot be disabled because the following modules depend on it: %s Please disable those modules first then try again." 536 msgstr "" 537 538 #: admin/page.modules.php:357 539 #, php-format 540 msgid "%s %s will be disabled" 541 msgstr "" 542 543 #: admin/page.modules.php:364 544 #, php-format 545 msgid "%s cannot be uninstalled because the following modules depend on it: %s Please disable those modules first then try again." 546 msgstr "" 547 548 #: admin/page.modules.php:368 549 #, php-format 550 msgid "%s %s will be uninstalled" 551 msgstr "" 552 553 #: admin/page.modules.php:385 554 msgid "Errors with selection:" 555 msgstr "" 556 557 #: admin/page.modules.php:394 558 msgid "You may confirm the remaining selection and then try the again for the listed issues once the required dependencies have been met:" 559 msgstr "" 560 561 #: admin/page.modules.php:396 562 msgid "Please confirm the following actions:" 563 msgstr "" 564 565 #: admin/page.modules.php:403 566 msgid "Confirm" 567 msgstr "" 568 569 #: admin/page.modules.php:405 570 msgid "No actions to perform" 571 msgstr "" 572 573 #: admin/page.modules.php:406 574 msgid "Please select at least one action to perform by clicking on the module, and selecting an action on the \"Action\" tab." 575 msgstr "" 576 577 #: admin/page.modules.php:408 578 #: admin/views/freepbx_reload.php:111 579 msgid "Cancel" 580 msgstr "" 581 582 #: admin/page.modules.php:414 583 #: admin/page.modules.php:466 584 msgid "Manage local modules" 585 msgstr "" 586 587 #: admin/page.modules.php:416 588 #: admin/page.modules.php:471 589 msgid "Check for updates online" 590 msgstr "" 591 592 #: admin/page.modules.php:416 593 #: admin/page.modules.php:471 594 msgid "Checking for updates will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and track version usage to focus development and maintenance efforts. No private information is transmitted." 595 msgstr "" 596 597 #: admin/page.modules.php:421 598 #: admin/page.modules.php:473 599 msgid "Upload module" 600 msgstr "" 601 602 #: admin/page.modules.php:427 603 #, php-format 604 msgid "The following error(s) occurred processing the uploaded file: %s" 605 msgstr "" 606 607 #: admin/page.modules.php:429 608 #, php-format 609 msgid "You should fix the problem or select another file and %s." 610 msgstr "" 611 612 #: admin/page.modules.php:430 613 msgid "try again" 614 msgstr "" 615 616 #: admin/page.modules.php:434 617 #, php-format 618 msgid "Module uploaded successfully. You need to enable the module using %s to make it available." 619 msgstr "" 620 621 #: admin/page.modules.php:435 622 msgid "local module administration" 623 msgstr "" 624 625 #: admin/page.modules.php:440 626 msgid "You can upload a tar gzip file containing a FreePBX module from your local system. If a module with the same name already exists, it will be overwritten." 627 msgstr "" 628 629 #: admin/page.modules.php:467 630 msgid "Show only upgradable" 631 msgstr "" 632 633 #: admin/page.modules.php:484 634 #: admin/page.modules.php:768 635 msgid "Download all" 636 msgstr "" 637 638 #: admin/page.modules.php:485 639 #: admin/page.modules.php:769 640 msgid "Upgrade all" 641 msgstr "" 642 643 #: admin/page.modules.php:487 644 #: admin/page.modules.php:771 645 msgid "Reset" 646 msgstr "" 647 648 #: admin/page.modules.php:488 649 #: admin/page.modules.php:772 650 msgid "Process" 651 msgstr "" 652 653 #: admin/page.modules.php:494 654 msgid "Module" 655 msgstr "" 656 657 #: admin/page.modules.php:495 658 msgid "Type" 659 msgstr "" 660 661 #: admin/page.modules.php:496 662 msgid "Version" 663 msgstr "" 664 665 #: admin/page.modules.php:510 666 #: admin/page.modules.php:585 667 msgid "Broken" 668 msgstr "" 669 670 #: admin/page.modules.php:541 671 #: admin/page.modules.php:546 672 #: admin/views/freepbx_admin.php:107 673 #: admin/views/freepbx_admin.php:112 674 #: admin/modules/core/page.ampusers.php:223 675 #: admin/modules/core/page.ampusers.php:227 676 msgid "name" 677 msgstr "" 678 679 #: admin/page.modules.php:562 680 msgid "Not Installed (Locally available)" 681 msgstr "" 682 683 #: admin/page.modules.php:564 684 #, php-format 685 msgid "Not Installed (Available online: %s)" 686 msgstr "" 687 688 #: admin/page.modules.php:571 689 #, php-format 690 msgid "Disabled; Online upgrade available (%s)" 691 msgstr "" 692 693 #: admin/page.modules.php:573 694 #, php-format 695 msgid "Disabled; Newer than online version (%s)" 696 msgstr "" 697 698 #: admin/page.modules.php:575 699 msgid "Disabled; up to date" 700 msgstr "" 701 702 #: admin/page.modules.php:578 703 #: admin/modules/core/page.general.php:140 704 msgid "Disabled" 705 msgstr "" 706 707 #: admin/page.modules.php:582 708 #, php-format 709 msgid "Disabled; Pending upgrade to %s" 710 msgstr "" 711 712 #: admin/page.modules.php:592 713 #, php-format 714 msgid "Online upgrade available (%s)" 715 msgstr "" 716 717 #: admin/page.modules.php:594 718 #, php-format 719 msgid "Newer than online version (%s)" 720 msgstr "" 721 722 #: admin/page.modules.php:596 723 msgid "Enabled and up to date" 724 msgstr "" 725 726 #: admin/page.modules.php:600 727 msgid "Enabled; Not available online" 728 msgstr "" 729 730 #: admin/page.modules.php:602 731 #: admin/modules/core/page.general.php:139 732 msgid "Enabled" 733 msgstr "" 734 735 #: admin/page.modules.php:620 736 msgid "Attention" 737 msgstr "" 738 739 #: admin/page.modules.php:621 740 msgid "attention" 741 msgstr "" 742 743 #: admin/page.modules.php:625 744 msgid "Action" 745 msgstr "" 746 747 #: admin/page.modules.php:628 748 msgid "No Action" 749 msgstr "" 750 751 #: admin/page.modules.php:635 752 #: admin/page.modules.php:668 753 msgid "Install" 754 msgstr "" 755 756 #: admin/page.modules.php:638 757 msgid "Download and Install" 758 msgstr "" 759 760 #: admin/page.modules.php:644 761 #: admin/modules/core/functions.inc.php:4257 762 #: admin/modules/core/functions.inc.php:4262 763 #: admin/modules/core/page.trunks.php:399 764 msgid "Enable" 765 msgstr "" 766 767 #: admin/page.modules.php:647 768 #: admin/page.modules.php:662 769 #: admin/page.modules.php:670 770 #: admin/page.modules.php:690 771 msgid "Uninstall" 772 msgstr "" 773 774 #: admin/page.modules.php:652 775 #, php-format 776 msgid "Download %s, keep Disabled" 777 msgstr "" 778 779 #: admin/page.modules.php:660 780 #, php-format 781 msgid "Upgrade to %s and Enable" 782 msgstr "" 783 784 #: admin/page.modules.php:680 785 #, php-format 786 msgid "Download and Upgrade to %s" 787 msgstr "" 788 789 #: admin/page.modules.php:686 790 #: admin/modules/core/functions.inc.php:4258 791 #: admin/modules/core/functions.inc.php:4261 792 #: admin/modules/core/functions.inc.php:4265 793 #: admin/modules/core/page.trunks.php:390 794 msgid "Disable" 795 msgstr "" 796 797 #: admin/page.modules.php:696 798 #: admin/modules/core/functions.inc.php:4754 799 #: admin/modules/core/page.did.php:186 800 #: admin/modules/core/page.zapchandids.php:99 801 msgid "Description" 802 msgstr "" 803 804 #: admin/page.modules.php:698 805 #, php-format 806 msgid "Description for version %s" 807 msgstr "" 808 809 #: admin/page.modules.php:699 810 msgid "description" 811 msgstr "" 812 813 #: admin/page.modules.php:701 814 msgid "No description is available." 815 msgstr "" 816 817 #: admin/page.modules.php:704 818 #: admin/page.modules.php:706 819 msgid "More info" 820 msgstr "" 821 822 #: admin/page.modules.php:706 823 #, php-format 824 msgid "Get help for %s" 825 msgstr "" 826 827 #: admin/page.modules.php:711 828 msgid "Changelog" 829 msgstr "" 830 831 #: admin/page.modules.php:712 832 #, php-format 833 msgid "Change Log for version %s" 834 msgstr "" 835 836 #: admin/page.modules.php:732 837 msgid "Debug" 838 msgstr "" 839 840 #: admin/page.modules.php:757 841 msgid "All available modules are up-to-date and installed." 842 msgstr "" 843 844 #: admin/page.modules.php:759 845 msgid "No modules to display." 846 msgstr "" 847 848 #: admin/page.modules.php:809 849 msgid "Untarring.." 850 msgstr "" 851 852 #: admin/page.modules.php:829 853 msgid "Done." 854 msgstr "" 855 856 #: admin/panel.php:18 857 msgid "FreePBX: Flash Operator Panel" 858 msgstr "" 859 860 #: admin/panel.php:19 861 msgid "Flash Operator Panel" 862 msgstr "" 863 864 #: admin/reports.php:18 865 msgid "FreePBX: Call Detail Reports" 866 msgstr "" 867 868 #: admin/reports.php:19 869 msgid "Call Detail Reports" 870 msgstr "" 871 872 #: admin/reports.php:41 873 msgid "Call Logs" 874 msgstr "" 875 876 #: admin/reports.php:42 877 msgid "Compare Calls" 878 msgstr "" 879 880 #: admin/reports.php:43 881 msgid "Monthly Traffic" 882 msgstr "" 883 884 #: admin/reports.php:44 885 msgid "Daily load" 886 msgstr "" 887 888 #: admin/views/freepbx_admin.php:87 889 #: admin/modules/core/page.ampusers.php:217 890 msgid "category" 891 msgstr "" 892 893 #: admin/views/freepbx_admin.php:178 894 msgid "WARNING: Javascript is disabled in your browser. The FreePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another browser that supports it." 895 msgstr "" 896 897 #: admin/views/freepbx_admin.php:192 898 #, php-format 899 msgid "%s is a registered trademark of %s" 900 msgstr "" 901 902 #: admin/views/freepbx_admin.php:193 903 #: admin/views/freepbx_admin.php:196 904 #: admin/views/freepbx.php:141 905 #: admin/views/freepbx.php:150 906 msgid "FreePBX" 907 msgstr "" 908 909 #: admin/views/freepbx_admin.php:195 910 #, php-format 911 msgid "%s is licensed under %s" 912 msgstr "" 913 914 #: admin/views/freepbx.php:148 915 #, php-format 916 msgid "%s %s on %s" 917 msgstr "" 918 919 #: admin/views/freepbx.php:165 920 msgid "Management" 921 msgstr "" 922 923 #: admin/views/freepbx.php:166 924 msgid "Admin" 925 msgstr "" 926 927 #: admin/views/freepbx.php:167 928 msgid "Reports" 929 msgstr "" 930 931 #: admin/views/freepbx.php:169 932 msgid "Panel" 933 msgstr "" 934 935 #: admin/views/freepbx.php:171 936 msgid "Recordings" 937 msgstr "" 938 939 #: admin/views/freepbx.php:172 940 msgid "Help" 941 msgstr "" 942 943 #: admin/views/freepbx.php:189 944 msgid "Logged in: " 945 msgstr "" 946 947 #: admin/views/freepbx.php:190 948 msgid "Logout" 949 msgstr "" 950 951 #: admin/views/freepbx_reloadbar.php:3 952 msgid "Reload Required" 953 msgstr "" 954 955 #: admin/views/freepbx_reloadbar.php:4 956 #: admin/views/freepbx_reloadbar.php:5 957 #: admin/views/freepbx_reload.php:107 958 msgid "Apply Configuration Changes" 959 msgstr "" 960 961 #: admin/views/freepbx_reloadbar.php:5 962 #, php-format 963 msgid "You have made changes to the configuration that have not yet been applied. When you are finished making all changes, click on %s to put them into effect." 964 msgstr "" 965 966 #: admin/views/freepbx_reload.php:71 967 msgid " error(s) occured, you should view the notification log on the dashboard or main screen to check for more details." 968 msgstr "" 969 970 #: admin/views/freepbx_reload.php:75 971 #: admin/views/freepbx_reload.php:89 972 msgid "Close" 973 msgstr "" 974 975 #: admin/views/freepbx_reload.php:76 976 msgid "Retry" 977 msgstr "" 978 979 #: admin/views/freepbx_reload.php:88 980 msgid "Error: Did not receive valid response from server" 981 msgstr "" 982 983 #: admin/views/freepbx_reload.php:108 984 msgid "Reloading will apply all configuration changes made in FreePBX to your PBX engine and make them active." 985 msgstr "" 986 987 #: admin/views/freepbx_reload.php:110 988 msgid "Accept" 989 msgstr "" 990 991 #: admin/views/freepbx_reload.php:110 992 msgid "Continue with reload" 993 msgstr "" 994 995 #: admin/views/freepbx_reload.php:111 996 msgid "Cancel reload and go back to editing" 997 msgstr "" 998 999 #: admin/views/freepbx_reload.php:116 1000 msgid "Please wait, reloading.." 1001 msgstr "" 1002 1003 #: admin/views/freepbx_reload.php:117 1004 msgid "Loading..." 1005 msgstr "" 1006 1007 #: admin/views/loggedout.php:4 1008 msgid "Logged out" 1009 msgstr "" 1010 1011 #: admin/views/loggedout.php:5 1012 msgid "You have been succesfully logged out." 1013 msgstr "" 1014 1015 #: admin/views/loggedout.php:6 1016 msgid "Log in" 1017 msgstr "" 1018 1019 #: admin/views/menuitem_disabled.php:3 1020 #, php-format 1021 msgid "[WARNING]: Menu Item: %s is disabled because asterisk is not running" 1022 msgstr "" 1023 1024 #: admin/views/menuitem_disabled.php:4 1025 msgid "Restart Asterisk and then refresh the browser in order to try accessing this menu item again." 1026 msgstr "" 1027 1028 #: admin/views/noaccess.php:4 1029 msgid "Not found" 1030 msgstr "" 1031 1032 #: admin/views/noaccess.php:5 1033 msgid "The section you requested does not exist or you do not have access to it." 1034 msgstr "" 1035 1036 #: admin/views/unauthorized.php:4 1037 msgid "Unauthorized" 1038 msgstr "" 1039 1040 #: admin/views/unauthorized.php:5 1041 msgid "You are not authorized to access this page." 1042 msgstr "" 1043 1044 #: admin/views/welcome_nomanager.php:2 1045 msgid "Warning:" 1046 msgstr "" 1047 1048 #: admin/views/welcome_nomanager.php:5 1049 msgid "Cannot connect to Asterisk Manager with " 1050 msgstr "" 1051 1052 #: admin/views/welcome_nomanager.php:7 1053 msgid "Asterisk may not be running." 1054 msgstr "" 1055 1056 #: admin/views/welcome.php:3 1057 msgid "Welcome to FreePBX." 1058 msgstr "" 1059 1060 #: admin/views/welcome.php:9 1061 msgid "Critical" 1062 msgstr "" 1063 1064 #: admin/views/welcome.php:10 1065 msgid "Security" 1066 msgstr "" 1067 1068 #: admin/views/welcome.php:11 1069 msgid "Update" 1070 msgstr "" 1071 1072 #: admin/views/welcome.php:12 1073 msgid "Error" 1074 msgstr "" 1075 1076 #: admin/views/welcome.php:13 1077 msgid "Warning" 1078 msgstr "" 1079 1080 #: admin/views/welcome.php:14 1081 msgid "Notice" 1082 msgstr "" 1083 1084 #: admin/views/welcome.php:36 1085 msgid "If you're new to FreePBX, Welcome. Here are some quick instructions to get you started" 1086 msgstr "" 1087 1088 #: admin/views/welcome.php:40 1089 #, php-format 28 1090 msgid "" 29 "You are using the default Asterisk Manager password that is widely known, " 30 "you should set a secure password" 31 msgstr "" 32 33 #: amp_conf/htdocs/admin/views/welcome.php:3 34 msgid "Welcome to FreePBX." 35 msgstr "" 36 37 #: amp_conf/htdocs/admin/views/welcome.php:9 38 msgid "Critical" 39 msgstr "" 40 41 #: amp_conf/htdocs/admin/views/welcome.php:10 42 msgid "Security" 43 msgstr "" 44 45 #: amp_conf/htdocs/admin/views/welcome.php:11 46 msgid "Update" 47 msgstr "" 48 49 #: amp_conf/htdocs/admin/views/welcome.php:12 50 msgid "Error" 51 msgstr "" 52 53 #: amp_conf/htdocs/admin/views/welcome.php:13 54 msgid "Warning" 55 msgstr "" 56 57 #: amp_conf/htdocs/admin/views/welcome.php:14 58 msgid "Notice" 59 msgstr "" 60 61 #: amp_conf/htdocs/admin/views/welcome.php:36 62 msgid "" 63 "If you're new to FreePBX, Welcome. Here are some quick instructions to get " 64 "you started" 65 msgstr "" 66 67 #: amp_conf/htdocs/admin/views/welcome.php:40 68 #, php-format 69 msgid "" 70 "There are a large number of Plug-in modules available from the Online " 71 "Repository. This is\n" 1091 "There are a large number of Plug-in modules available from the Online Repository. This is\n" 72 1092 "available by clicking on the <a href='%s'>Tools menu</a> up the top, then\n" 73 1093 "<a href='%s'>Module Admin</a>, then\n" 74 1094 "<a href='%s'>Check for updates online</a>.\n" 75 "Modules are updated and patched often, so if you are having a problem, it's " 76 "worth checking there to see if there's\n" 1095 "Modules are updated and patched often, so if you are having a problem, it's worth checking there to see if there's\n" 77 1096 "a new version of the module available." 78 1097 msgstr "" 79 1098 80 #: a mp_conf/htdocs/admin/views/welcome.php:541099 #: admin/views/welcome.php:54 81 1100 #, php-format 82 1101 msgid "" 83 "If you're having any problems, you can also use the <a href='%s'>Online " 84 "Support</a> \n" 85 "module (<b>you need to install this through the <a href='%s'>Module " 86 "Repository</a> first</b>)\n" 87 "to talk to other users and the devlopers in real time. Click on <a href='%" 88 "s'>Start IRC</a>,\n" 1102 "If you're having any problems, you can also use the <a href='%s'>Online Support</a> \n" 1103 "module (<b>you need to install this through the <a href='%s'>Module Repository</a> first</b>)\n" 1104 "to talk to other users and the devlopers in real time. Click on <a href='%s'>Start IRC</a>,\n" 89 1105 "when the module is installed, to start a Java IRC client." 90 1106 msgstr "" 91 1107 92 #: a mp_conf/htdocs/admin/views/welcome.php:661108 #: admin/views/welcome.php:66 93 1109 #, php-format 94 1110 msgid "" 95 "There is also a community based <a href='%s' target='_new'>FreePBX Web " 96 "Forum</a> where you can post\n" 1111 "There is also a community based <a href='%s' target='_new'>FreePBX Web Forum</a> where you can post\n" 97 1112 "questions and search for answers for any problems you may be having." 98 1113 msgstr "" 99 1114 100 #: a mp_conf/htdocs/admin/views/welcome.php:711115 #: admin/views/welcome.php:71 101 1116 msgid "We hope you enjoy using FreePBX!" 102 1117 msgstr "" 103 1118 104 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:3 105 msgid "Reload Required" 106 msgstr "" 107 108 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:4 109 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:5 110 #: amp_conf/htdocs/admin/views/freepbx_reload.php:107 111 msgid "Apply Configuration Changes" 112 msgstr "" 113 114 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:5 115 #, php-format 1119 #: admin/common/db_connect.php:78 1120 msgid "Default SQL Password Used" 1121 msgstr "" 1122 1123 #: admin/common/db_connect.php:78 1124 msgid "You are using the default SQL password that is widely known, you should set a secure password" 1125 msgstr "" 1126 1127 #: admin/common/db_connect.php:89 1128 msgid "Memory Limit Changed" 1129 msgstr "" 1130 1131 #: admin/common/db_connect.php:89 1132 #, php-format 1133 msgid "Your memory_limit, %sM, is set too low and has been increased to %sM. You may want to change this in you php.ini config file" 1134 msgstr "" 1135 1136 #: admin/common/db_connect.php:91 1137 msgid "Low Memory Limit" 1138 msgstr "" 1139 1140 #: admin/common/db_connect.php:91 1141 #, php-format 1142 msgid "Your memory_limit, %sM, is set too low and may cause problems. FreePBX is not able to change this on your system. You should increase this to %sM in you php.ini config file" 1143 msgstr "" 1144 1145 #: admin/common/db_connect.php:100 1146 msgid "Magic Quotes GPC" 1147 msgstr "" 1148 1149 #: admin/common/db_connect.php:100 1150 msgid "You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file which will cause errors in some modules. FreePBX expects this to be off and runs under that assumption" 1151 msgstr "" 1152 1153 #: admin/common/script.js.php:36 1154 msgid "Please select a \"Destination\"" 1155 msgstr "" 1156 1157 #: admin/common/script.js.php:44 1158 msgid "Custom Goto contexts must contain the string \"custom-\". ie: custom-app,s,1" 1159 msgstr "" 1160 1161 #: admin/modules/core/core.i18n.php:5 1162 #: admin/modules/core/install.php:4 1163 msgid "Core" 1164 msgstr "" 1165 1166 #: admin/modules/core/core.i18n.php:7 1167 msgid "Basic" 1168 msgstr "" 1169 1170 #: admin/modules/core/core.i18n.php:9 1171 msgid "Extensions" 1172 msgstr "" 1173 1174 #: admin/modules/core/core.i18n.php:11 1175 msgid "Users" 1176 msgstr "" 1177 1178 #: admin/modules/core/core.i18n.php:13 1179 msgid "Devices" 1180 msgstr "" 1181 1182 #: admin/modules/core/core.i18n.php:15 1183 msgid "Inbound Routes" 1184 msgstr "" 1185 1186 #: admin/modules/core/core.i18n.php:17 1187 msgid "Zap Channel DIDs" 1188 msgstr "" 1189 1190 #: admin/modules/core/core.i18n.php:19 1191 msgid "Outbound Routes" 1192 msgstr "" 1193 1194 #: admin/modules/core/core.i18n.php:21 1195 msgid "Trunks" 1196 msgstr "" 1197 1198 #: admin/modules/core/core.i18n.php:23 1199 #: admin/modules/core/page.ampusers.php:159 1200 #: admin/modules/core/page.trunks.php:351 1201 msgid "General Settings" 1202 msgstr "" 1203 1204 #: admin/modules/core/core.i18n.php:25 1205 msgid "Administrators" 1206 msgstr "" 1207 1208 #: admin/modules/core/core.i18n.php:27 1209 msgid "FreePBX Support" 1210 msgstr "" 1211 1212 #: admin/modules/core/functions.inc.php:477 1213 msgid "Terminate Call" 1214 msgstr "" 1215 1216 #: admin/modules/core/functions.inc.php:478 1217 msgid "Hangup" 1218 msgstr "" 1219 1220 #: admin/modules/core/functions.inc.php:479 1221 msgid "Congestion" 1222 msgstr "" 1223 1224 #: admin/modules/core/functions.inc.php:480 1225 #: admin/modules/core/page.general.php:198 1226 msgid "Busy" 1227 msgstr "" 1228 1229 #: admin/modules/core/functions.inc.php:481 1230 msgid "Play SIT Tone (Zapateller)" 1231 msgstr "" 1232 1233 #: admin/modules/core/functions.inc.php:482 1234 msgid "Put caller on hold forever" 1235 msgstr "" 1236 1237 #: admin/modules/core/functions.inc.php:483 1238 msgid "Play ringtones to caller until they hangup" 1239 msgstr "" 1240 1241 #: admin/modules/core/functions.inc.php:554 1242 #, php-format 1243 msgid "User Extension %s: %s" 1244 msgstr "" 1245 1246 #: admin/modules/core/functions.inc.php:1993 1247 #: admin/modules/core/functions.inc.php:2012 1248 msgid "A route for this DID/CID already exists!" 1249 msgstr "" 1250 1251 #: admin/modules/core/functions.inc.php:2079 1252 msgid "You must put in a device id" 1253 msgstr "" 1254 1255 #: admin/modules/core/functions.inc.php:2089 1256 msgid "This device id is already in use" 1257 msgstr "" 1258 1259 #: admin/modules/core/functions.inc.php:2670 1260 msgid "User Extension: " 1261 msgstr "" 1262 1263 #: admin/modules/core/functions.inc.php:2699 1264 #, php-format 1265 msgid "Inbound Route: %s (%s)" 1266 msgstr "" 1267 1268 #: admin/modules/core/functions.inc.php:2733 1269 msgid "You must put in an extension (or user) number" 1270 msgstr "" 1271 1272 #: admin/modules/core/functions.inc.php:2742 1273 #, php-format 1274 msgid "This user/extension %s is already in use" 1275 msgstr "" 1276 1277 #: admin/modules/core/functions.inc.php:2761 1278 #: admin/modules/core/functions.inc.php:3012 1279 #, php-format 1280 msgid "A route with this DID/CID: %s/%s already exists" 1281 msgstr "" 1282 1283 #: admin/modules/core/functions.inc.php:3047 1284 #: admin/modules/core/page.zapchandids.php:123 1285 msgid "Invalid Channel Number, must be numeric and not blank" 1286 msgstr "" 1287 1288 #: admin/modules/core/functions.inc.php:3051 1289 #: admin/modules/core/page.zapchandids.php:124 1290 msgid "Invalid DID, must be a non-blank DID" 1291 msgstr "" 1292 1293 #: admin/modules/core/functions.inc.php:3063 1294 msgid "Error Duplicate Channel Entry" 1295 msgstr "" 1296 1297 #: admin/modules/core/functions.inc.php:4227 1298 #, php-format 1299 msgid "Failed to open %s for writing, aborting attempt to write the country indications. The file may be readonly or the permissions may be incorrect." 1300 msgstr "" 1301 1302 #: admin/modules/core/functions.inc.php:4228 1303 msgid "Failed to write indications.conf" 1304 msgstr "" 1305 1306 #: admin/modules/core/functions.inc.php:4252 1307 msgid "On Demand" 1308 msgstr "" 1309 1310 #: admin/modules/core/functions.inc.php:4253 1311 msgid "Always" 1312 msgstr "" 1313 1314 #: admin/modules/core/functions.inc.php:4254 1315 msgid "Never" 1316 msgstr "" 1317 1318 #: admin/modules/core/functions.inc.php:4266 1319 msgid "Screen Caller: No Memory" 1320 msgstr "" 1321 1322 #: admin/modules/core/functions.inc.php:4267 1323 msgid "Screen Caller: Memory" 1324 msgstr "" 1325 1326 #: admin/modules/core/functions.inc.php:4270 1327 #: admin/modules/core/page.did.php:224 1328 #: admin/modules/core/page.general.php:196 1329 msgid "Default" 1330 msgstr "" 1331 1332 #: admin/modules/core/functions.inc.php:4318 1333 #: admin/modules/core/functions.inc.php:4671 1334 #: admin/modules/core/page.did.php:134 1335 msgid "deleted" 1336 msgstr "" 1337 1338 #: admin/modules/core/functions.inc.php:4338 1339 #: admin/modules/core/functions.inc.php:4723 1340 #: admin/modules/core/page.did.php:163 1341 #: admin/modules/core/page.extensions.php:18 1342 msgid "Extension" 1343 msgstr "" 1344 1345 #: admin/modules/core/functions.inc.php:4340 1346 #, php-format 1347 msgid "Delete Extension %s" 1348 msgstr "" 1349 1350 #: admin/modules/core/functions.inc.php:4350 1351 #: admin/modules/core/page.did.php:159 1352 #: admin/modules/core/page.users.php:21 1353 msgid "User" 1354 msgstr "" 1355 1356 #: admin/modules/core/functions.inc.php:4352 1357 #, php-format 1358 msgid "Delete User %s" 1359 msgstr "" 1360 1361 #: admin/modules/core/functions.inc.php:4364 1362 msgid "Add User/Extension" 1363 msgstr "" 1364 1365 #: admin/modules/core/functions.inc.php:4371 1366 #: admin/modules/core/functions.inc.php:4741 1367 msgid "Please enter a valid extension number." 1368 msgstr "" 1369 1370 #: admin/modules/core/functions.inc.php:4372 1371 msgid "Please enter a valid CID Num Alias (must be a valid number)." 1372 msgstr "" 1373 1374 #: admin/modules/core/functions.inc.php:4373 1375 msgid "Please enter valid User Password using numbers only" 1376 msgstr "" 1377 1378 #: admin/modules/core/functions.inc.php:4374 1379 msgid "Please enter a valid Display Name" 1380 msgstr "" 1381 1382 #: admin/modules/core/functions.inc.php:4375 1383 msgid "Please enter a valid Outbound CID" 1384 msgstr "" 1385 1386 #: admin/modules/core/functions.inc.php:4376 1387 msgid "Please enter a valid pause time in seconds, using digits only" 1388 msgstr "" 1389 1390 #: admin/modules/core/functions.inc.php:4377 1391 msgid "You have entered a non-standard dialpattern for your DID. You can only enter standard dialpatterns. You must use the inbound routing form to enter non-standard patterns" 1392 msgstr "" 1393 1394 #: admin/modules/core/functions.inc.php:4378 1395 msgid "Please enter a valid Caller ID Number or leave it blank for your Assigned DID/CID pair" 1396 msgstr "" 1397 1398 #: admin/modules/core/functions.inc.php:4385 1399 msgid "Edit Extension" 1400 msgstr "" 1401 1402 #: admin/modules/core/functions.inc.php:4385 1403 #: admin/modules/core/page.ampusers.php:239 1404 msgid "Add Extension" 1405 msgstr "" 1406 1407 #: admin/modules/core/functions.inc.php:4387 1408 msgid "Edit User" 1409 msgstr "" 1410 1411 #: admin/modules/core/functions.inc.php:4387 1412 #: admin/modules/core/page.ampusers.php:101 1413 msgid "Add User" 1414 msgstr "" 1415 1416 #: admin/modules/core/functions.inc.php:4392 1417 msgid "User Extension" 1418 msgstr "" 1419 1420 #: admin/modules/core/functions.inc.php:4392 1421 msgid "The extension number to dial to reach this user." 1422 msgstr "" 1423 1424 #: admin/modules/core/functions.inc.php:4395 1425 msgid "User Password" 1426 msgstr "" 1427 1428 #: admin/modules/core/functions.inc.php:4395 1429 msgid "A user will enter this password when logging onto a device." 1430 msgstr "" 1431 1432 #: admin/modules/core/functions.inc.php:4395 1433 #: admin/modules/core/functions.inc.php:4756 1434 msgid "logs into a device." 1435 msgstr "" 1436 1437 #: admin/modules/core/functions.inc.php:4395 1438 #: admin/modules/core/functions.inc.php:4756 1439 msgid "logs out of a device." 1440 msgstr "" 1441 1442 #: admin/modules/core/functions.inc.php:4399 1443 msgid "Display Name" 1444 msgstr "" 1445 1446 #: admin/modules/core/functions.inc.php:4399 1447 msgid "The caller id name for calls from this user will be set to this name. Only enter the name, NOT the number." 1448 msgstr "" 1449 1450 #: admin/modules/core/functions.inc.php:4401 1451 msgid "CID Num Alias" 1452 msgstr "" 1453 1454 #: admin/modules/core/functions.inc.php:4401 1455 msgid "The CID Number to use for internal calls, if different from the extension number. This is used to masquerade as a different user. A common example is a team of support people who would like their internal callerid to display the general support number (a ringgroup or queue). There will be no effect on external calls." 1456 msgstr "" 1457 1458 #: admin/modules/core/functions.inc.php:4402 1459 msgid "SIP Alias" 1460 msgstr "" 1461 1462 #: admin/modules/core/functions.inc.php:4402 1463 msgid "If you want to support direct sip dialing of users internally or through anonymous sip calls, you can supply a friendly name that can be used in addition to the users extension to call them." 1464 msgstr "" 1465 1466 #: admin/modules/core/functions.inc.php:4407 1467 msgid "User Devices" 1468 msgstr "" 1469 1470 #: admin/modules/core/functions.inc.php:4418 1471 msgid "Edit:" 1472 msgstr "" 1473 1474 #: admin/modules/core/functions.inc.php:4430 1475 #: admin/modules/core/functions.inc.php:4759 1476 msgid "Extension Options" 1477 msgstr "" 1478 1479 #: admin/modules/core/functions.inc.php:4431 1480 msgid "Outbound CID" 1481 msgstr "" 1482 1483 #: admin/modules/core/functions.inc.php:4431 1484 msgid "Overrides the caller id when dialing out a trunk. Any setting here will override the common outbound caller id set in the Trunks admin.<br><br>Format: <b>\"caller name\" <#######></b><br><br>Leave this field blank to disable the outbound callerid feature for this user." 1485 msgstr "" 1486 1487 #: admin/modules/core/functions.inc.php:4433 1488 msgid "Ring Time" 1489 msgstr "" 1490 1491 #: admin/modules/core/functions.inc.php:4433 1492 msgid "Number of seconds to ring prior to going to voicemail. Default will use the value set in the General Tab. If no voicemail is configured this will be ignored." 1493 msgstr "" 1494 1495 #: admin/modules/core/functions.inc.php:4441 1496 msgid "Call Waiting" 1497 msgstr "" 1498 1499 #: admin/modules/core/functions.inc.php:4441 1500 msgid "Set the initial/current Call Waiting state for this user's extension" 1501 msgstr "" 1502 1503 #: admin/modules/core/functions.inc.php:4442 1504 msgid "Call Screening" 1505 msgstr "" 1506 1507 #: admin/modules/core/functions.inc.php:4442 1508 msgid "Call Screening requires external callers to say their name, which will be played back to the user and allow the user to accept or reject the call. Screening with memory only verifies a caller for their caller-id once. Screening without memory always requires a caller to say their name. Either mode will always announce the caller based on the last introduction saved with that callerid. If any user on the system uses the memory option, when that user is called, the caller will be required to re-introduce themselves and all users on the system will have that new introduction associated with the caller's CallerId." 1509 msgstr "" 1510 1511 #: admin/modules/core/functions.inc.php:4443 1512 msgid "Pinless Dialing" 1513 msgstr "" 1514 1515 #: admin/modules/core/functions.inc.php:4443 1516 msgid "Enabling Pinless Dialing will allow this extension to bypass any pin codes normally required on outbound calls" 1517 msgstr "" 1518 1519 #: admin/modules/core/functions.inc.php:4445 1520 msgid "Assigned DID/CID" 1521 msgstr "" 1522 1523 #: admin/modules/core/functions.inc.php:4446 1524 msgid "DID Description" 1525 msgstr "" 1526 1527 #: admin/modules/core/functions.inc.php:4446 1528 msgid "A description for this DID, such as \"Fax\"" 1529 msgstr "" 1530 1531 #: admin/modules/core/functions.inc.php:4447 1532 msgid "Add Inbound DID" 1533 msgstr "" 1534 1535 #: admin/modules/core/functions.inc.php:4447 1536 msgid "A direct DID that is associated with this extension. The DID should be in the same format as provided by the provider (e.g. full number, 4 digits for 10x4, etc).<br><br>Format should be: <b>XXXXXXXXXX</b><br><br>.An optional CID can also be associated with this DID by setting the next box" 1537 msgstr "" 1538 1539 #: admin/modules/core/functions.inc.php:4448 1540 msgid "Add Inbound CID" 1541 msgstr "" 1542 1543 #: admin/modules/core/functions.inc.php:4448 1544 msgid "Add a CID for more specific DID + CID routing. A DID must be specified in the above Add DID box. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 1545 msgstr "" 1546 1547 #: admin/modules/core/functions.inc.php:4456 1548 msgid "DID / CID" 1549 msgstr "" 1550 1551 #: admin/modules/core/functions.inc.php:4460 1552 msgid "Any DID" 1553 msgstr "" 1554 1555 #: admin/modules/core/functions.inc.php:4476 1556 msgid "Recording Options" 1557 msgstr "" 1558 1559 #: admin/modules/core/functions.inc.php:4477 1560 msgid "Record Incoming" 1561 msgstr "" 1562 1563 #: admin/modules/core/functions.inc.php:4477 1564 msgid "Record all inbound calls received at this extension." 1565 msgstr "" 1566 1567 #: admin/modules/core/functions.inc.php:4478 1568 msgid "Record Outgoing" 1569 msgstr "" 1570 1571 #: admin/modules/core/functions.inc.php:4478 1572 msgid "Record all outbound calls received at this extension." 1573 msgstr "" 1574 1575 #: admin/modules/core/functions.inc.php:4496 1576 msgid "Warning! Extension" 1577 msgstr "" 1578 1579 #: admin/modules/core/functions.inc.php:4496 1580 msgid "is not allowed for your account" 1581 msgstr "" 1582 1583 #: admin/modules/core/functions.inc.php:4510 1584 msgid "Conflicting Extensions" 1585 msgstr "" 1586 1587 #: admin/modules/core/functions.inc.php:4510 1588 msgid "The following extension numbers are in conflict, you can click on the item(s) below to edit the conflicting entity." 1589 msgstr "" 1590 1591 #: admin/modules/core/functions.inc.php:4514 1592 msgid "Configure user again:" 1593 msgstr "" 1594 1595 #: admin/modules/core/functions.inc.php:4514 1596 msgid "Configure extension again:" 1597 msgstr "" 1598 1599 #: admin/modules/core/functions.inc.php:4561 1600 msgid "Please enter the dtmfmode for this device" 1601 msgstr "" 1602 1603 #: admin/modules/core/functions.inc.php:4562 1604 msgid "Please enter the channel for this device" 1605 msgstr "" 1606 1607 #: admin/modules/core/functions.inc.php:4563 1608 msgid "You have not entered a Secret for this device, although this is possible it is generally bad practice to not assign a Secret to a device. Are you sure you want to leave the Secret empty?" 1609 msgstr "" 1610 1611 #: admin/modules/core/functions.inc.php:4564 1612 msgid "Please enter a Secret for this device" 1613 msgstr "" 1614 1615 #: admin/modules/core/functions.inc.php:4631 1616 msgid "Generic SIP Device" 1617 msgstr "" 1618 1619 #: admin/modules/core/functions.inc.php:4632 1620 msgid "Generic IAX2 Device" 1621 msgstr "" 1622 1623 #: admin/modules/core/functions.inc.php:4633 1624 msgid "Generic ZAP Device" 1625 msgstr "" 1626 1627 #: admin/modules/core/functions.inc.php:4634 1628 msgid "Other (Custom) Device" 1629 msgstr "" 1630 1631 #: admin/modules/core/functions.inc.php:4639 1632 msgid "Fixed" 1633 msgstr "" 1634 1635 #: admin/modules/core/functions.inc.php:4640 1636 msgid "Adhoc" 1637 msgstr "" 1638 1639 #: admin/modules/core/functions.inc.php:4643 1640 msgid "none" 1641 msgstr "" 1642 1643 #: admin/modules/core/functions.inc.php:4644 1644 msgid "New User" 1645 msgstr "" 1646 1647 #: admin/modules/core/functions.inc.php:4677 1648 #: admin/modules/core/page.ampusers.php:239 1649 msgid "Add Device" 1650 msgstr "" 1651 1652 #: admin/modules/core/functions.inc.php:4679 1653 msgid "Add an Extension" 1654 msgstr "" 1655 1656 #: admin/modules/core/functions.inc.php:4681 1657 msgid "Please select your Device below then click Submit" 1658 msgstr "" 1659 1660 #: admin/modules/core/functions.inc.php:4682 1661 #: admin/modules/core/functions.inc.php:4699 1662 #: admin/modules/core/functions.inc.php:4721 1663 #: admin/modules/core/page.devices.php:18 1664 msgid "Device" 1665 msgstr "" 1666 1667 #: admin/modules/core/functions.inc.php:4685 1668 msgid "Edit existing Device" 1669 msgstr "" 1670 1671 #: admin/modules/core/functions.inc.php:4687 1672 msgid "Edit existing Extension" 1673 msgstr "" 1674 1675 #: admin/modules/core/functions.inc.php:4702 1676 #, php-format 1677 msgid "Delete Device %s" 1678 msgstr "" 1679 1680 #: admin/modules/core/functions.inc.php:4708 1681 #, php-format 1682 msgid "Edit Default User: %s" 1683 msgstr "" 1684 1685 #: admin/modules/core/functions.inc.php:4708 1686 #, php-format 1687 msgid "Edit Fixed User: %s" 1688 msgstr "" 1689 1690 #: admin/modules/core/functions.inc.php:4738 1691 msgid "Please enter a device id." 1692 msgstr "" 1693 1694 #: admin/modules/core/functions.inc.php:4739 1695 msgid "Please enter a valid Description for this device" 1696 msgstr "" 1697 1698 #: admin/modules/core/functions.inc.php:4740 1699 msgid "Please enter a valid Emergency CID" 1700 msgstr "" 1701 1702 #: admin/modules/core/functions.inc.php:4748 1703 msgid "Device Info" 1704 msgstr "" 1705 1706 #: admin/modules/core/functions.inc.php:4752 1707 msgid "Device ID" 1708 msgstr "" 1709 1710 #: admin/modules/core/functions.inc.php:4752 1711 msgid "Give your device a unique integer ID. The device will use this ID to authenticate to the system." 1712 msgstr "" 1713 1714 #: admin/modules/core/functions.inc.php:4754 1715 msgid "The caller id name for this device will be set to this description until it is logged into." 1716 msgstr "" 1717 1718 #: admin/modules/core/functions.inc.php:4755 1719 #: admin/modules/core/functions.inc.php:4760 1720 msgid "Emergency CID" 1721 msgstr "" 1722 1723 #: admin/modules/core/functions.inc.php:4755 1724 #: admin/modules/core/functions.inc.php:4760 1725 msgid "This caller id will always be set when dialing out an Outbound Route flagged as Emergency. The Emergency CID overrides all other caller id settings." 1726 msgstr "" 1727 1728 #: admin/modules/core/functions.inc.php:4756 1729 msgid "Device Type" 1730 msgstr "" 1731 1732 #: admin/modules/core/functions.inc.php:4756 1733 msgid "Devices can be fixed or adhoc. Fixed devices are always associated to the same extension/user. Adhoc devices can be logged into and logged out of by users." 1734 msgstr "" 1735 1736 #: admin/modules/core/functions.inc.php:4757 1737 msgid "Default User" 1738 msgstr "" 1739 1740 #: admin/modules/core/functions.inc.php:4757 1741 msgid "Fixed devices will always mapped to this user. Adhoc devices will be mapped to this user by default.<br><br>If selecting 'New User', a new User Extension of the same Device ID will be set as the Default User." 1742 msgstr "" 1743 1744 #: admin/modules/core/functions.inc.php:4765 1745 msgid "Device Options" 1746 msgstr "" 1747 1748 #: admin/modules/core/functions.inc.php:4767 1749 #, php-format 1750 msgid "This device uses %s technology." 1751 msgstr "" 1752 1753 #: admin/modules/core/functions.inc.php:4767 1754 msgid "Via DAHDI compatibility mode" 1755 msgstr "" 1756 1757 #: admin/modules/core/install.php:5 1758 msgid "User Logon" 1759 msgstr "" 1760 1761 #: admin/modules/core/install.php:6 1762 msgid "User Logoff" 1763 msgstr "" 1764 1765 #: admin/modules/core/install.php:7 1766 msgid "ZapBarge" 1767 msgstr "" 1768 1769 #: admin/modules/core/install.php:8 1770 msgid "ChanSpy" 1771 msgstr "" 1772 1773 #: admin/modules/core/install.php:9 1774 msgid "Simulate Incoming Call" 1775 msgstr "" 1776 1777 #: admin/modules/core/install.php:10 1778 msgid "Dial System FAX" 1779 msgstr "" 1780 1781 #: admin/modules/core/install.php:11 1782 msgid "Directed Call Pickup" 1783 msgstr "" 1784 1785 #: admin/modules/core/install.php:12 1786 msgid "Asterisk General Call Pickup" 1787 msgstr "" 1788 1789 #: admin/modules/core/install.php:13 1790 msgid "In-Call Asterisk Blind Transfer" 1791 msgstr "" 1792 1793 #: admin/modules/core/install.php:14 1794 msgid "In-Call Asterisk Attended Transfer" 1795 msgstr "" 1796 1797 #: admin/modules/core/install.php:15 1798 msgid "In-Call Asterisk Toggle Call Recording" 1799 msgstr "" 1800 1801 #: admin/modules/core/install.php:16 1802 msgid "In-Call Asterisk Disconnect Code" 1803 msgstr "" 1804 1805 #: admin/modules/core/install.php:43 1806 #, php-format 1807 msgid "ERROR: trying to check if %s already in use" 1808 msgstr "" 1809 1810 #: admin/modules/core/install.php:130 1811 msgid "Checking if directdids need migrating.." 1812 msgstr "" 1813 1814 #: admin/modules/core/install.php:134 1815 msgid "starting migration" 1816 msgstr "" 1817 1818 #: admin/modules/core/install.php:151 1819 msgid "User: " 1820 msgstr "" 1821 1822 #: admin/modules/core/install.php:154 1823 #, php-format 1824 msgid "ERROR: failed to insert %s for user %s" 1825 msgstr "" 1826 1827 #: admin/modules/core/install.php:159 1828 #, php-format 1829 msgid "There were %s failures migrating directdids, users table not being changed" 1830 msgstr "" 1831 1832 #: admin/modules/core/install.php:163 1833 #, php-format 1834 msgid "Removing field %s from users table.." 1835 msgstr "" 1836 1837 #: admin/modules/core/install.php:167 1838 msgid "not present" 1839 msgstr "" 1840 1841 #: admin/modules/core/install.php:169 1842 msgid "removed" 1843 msgstr "" 1844 1845 #: admin/modules/core/install.php:174 1846 msgid "ERROR: could not access user table to migrate directdids to incoming table, aborting" 1847 msgstr "" 1848 1849 #: admin/modules/core/install.php:177 1850 msgid "already done" 1851 msgstr "" 1852 1853 #: admin/modules/core/install.php:182 1854 msgid "updating zap callgroup, pickupgroup.." 1855 msgstr "" 1856 1857 #: admin/modules/core/install.php:207 1858 #, php-format 1859 msgid "updated %s callgroups, %s pickupgroups" 1860 msgstr "" 1861 1862 #: admin/modules/core/install.php:209 1863 msgid "not needed" 1864 msgstr "" 1865 1866 #: admin/modules/core/install.php:214 1867 msgid "checking for delay_answer field .." 1868 msgstr "" 1869 1870 #: admin/modules/core/install.php:221 1871 #: admin/modules/core/install.php:237 1872 msgid "fatal error" 1873 msgstr "" 1874 1875 #: admin/modules/core/install.php:224 1876 #: admin/modules/core/install.php:240 1877 msgid "added" 1878 msgstr "" 1879 1880 #: admin/modules/core/install.php:227 1881 #: admin/modules/core/install.php:243 1882 msgid "already exists" 1883 msgstr "" 1884 1885 #: admin/modules/core/install.php:230 1886 msgid "checking for pricid field .." 1887 msgstr "" 1888 1889 #: admin/modules/core/install.php:254 1890 msgid "Created" 1891 msgstr "" 1892 1893 #: admin/modules/core/install.php:256 1894 msgid "Already exists!" 1895 msgstr "" 1896 1897 #: admin/modules/core/page.ampusers.php:118 1898 msgid "Edit Administrator" 1899 msgstr "" 1900 1901 #: admin/modules/core/page.ampusers.php:129 1902 #, php-format 1903 msgid "Delete User: %s" 1904 msgstr "" 1905 1906 #: admin/modules/core/page.ampusers.php:147 1907 msgid "Add Administrator" 1908 msgstr "" 1909 1910 #: admin/modules/core/page.ampusers.php:165 1911 msgid "NOTE:" 1912 msgstr "" 1913 1914 #: admin/modules/core/page.ampusers.php:165 1915 msgid "AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this module is not currently providing access control, and changing passwords here or adding users will have no effect unless AUTHTYPE is set to 'database'." 1916 msgstr "" 1917 1918 #: admin/modules/core/page.ampusers.php:171 1919 msgid "Username<span>Create a unique username for this new user</span>" 1920 msgstr "" 1921 1922 #: admin/modules/core/page.ampusers.php:178 1923 msgid "Password<span>Create a password for this new user</span>" 1924 msgstr "" 1925 1926 #: admin/modules/core/page.ampusers.php:186 1927 msgid "Access Restrictions" 1928 msgstr "" 1929 1930 #: admin/modules/core/page.ampusers.php:191 1931 msgid "Department Name<span>Restrict this user's view of Digital Receptionist menus and System Recordings to only those for this department.</span>" 1932 msgstr "" 1933 1934 #: admin/modules/core/page.ampusers.php:198 1935 msgid "Extension Range<span>Restrict this user's view to only Extensions, Ring Groups, and Queues within this range.</span>" 1936 msgstr "" 1937 1938 #: admin/modules/core/page.ampusers.php:207 1939 msgid "Admin Access<span>Select the Admin Sections this user should have access to.</span>" 1940 msgstr "" 1941 1942 #: admin/modules/core/page.ampusers.php:234 1943 msgid "Apply Changes Bar" 1944 msgstr "" 1945 1946 #: admin/modules/core/page.ampusers.php:244 1947 msgid "ALL SECTIONS" 1948 msgstr "" 1949 1950 #: admin/modules/core/page.ampusers.php:252 1951 #: admin/modules/core/page.general.php:453 1952 #: admin/modules/core/page.routing.php:584 1953 #: admin/modules/core/page.trunks.php:766 1954 #: admin/modules/core/page.zapchandids.php:108 1955 msgid "Submit Changes" 1956 msgstr "" 1957 1958 #: admin/modules/core/page.ampusers.php:266 1959 msgid "Username must not be blank" 1960 msgstr "" 1961 1962 #: admin/modules/core/page.ampusers.php:268 1963 msgid "Username cannot start with a number, and can only contain letters and numbers" 1964 msgstr "" 1965 1966 #: admin/modules/core/page.ampusers.php:270 1967 msgid "For security reasons, you cannot use the department name default" 1968 msgstr "" 1969 1970 #: admin/modules/core/page.ampusers.php:272 1971 msgid "Department name cannot have a space" 1972 msgstr "" 1973 1974 #: admin/modules/core/page.did.php:81 1975 msgid " (toggle sort)" 1976 msgstr "" 1977 1978 #: admin/modules/core/page.did.php:85 1979 #: admin/modules/core/page.did.php:173 1980 #: admin/modules/core/page.did.php:184 1981 msgid "Add Incoming Route" 1982 msgstr "" 1983 1984 #: admin/modules/core/page.did.php:86 1985 msgid "All DIDs" 1986 msgstr "" 1987 1988 #: admin/modules/core/page.did.php:87 1989 msgid "User DIDs" 1990 msgstr "" 1991 1992 #: admin/modules/core/page.did.php:88 1993 msgid "General DIDs" 1994 msgstr "" 1995 1996 #: admin/modules/core/page.did.php:89 1997 msgid "Unused DIDs" 1998 msgstr "" 1999 2000 #: admin/modules/core/page.did.php:121 2001 msgid "any DID" 2002 msgstr "" 2003 2004 #: admin/modules/core/page.did.php:122 2005 msgid "any CID" 2006 msgstr "" 2007 2008 #: admin/modules/core/page.did.php:146 2009 #: admin/modules/core/page.trunks.php:293 2010 msgid "Route" 2011 msgstr "" 2012 2013 #: admin/modules/core/page.did.php:149 2014 #: admin/modules/core/page.routing.php:275 2015 #, php-format 2016 msgid "Delete Route %s" 2017 msgstr "" 2018 2019 #: admin/modules/core/page.did.php:166 2020 #, php-format 2021 msgid "Edit %s" 2022 msgstr "" 2023 2024 #: admin/modules/core/page.did.php:166 2025 #, php-format 2026 msgid "Edit %s %s (%s)" 2027 msgstr "" 2028 2029 #: admin/modules/core/page.did.php:184 2030 msgid "Edit Incoming Route" 2031 msgstr "" 2032 2033 #: admin/modules/core/page.did.php:186 2034 msgid "Provide a meaningful description of what this incoming route is" 2035 msgstr "" 2036 2037 #: admin/modules/core/page.did.php:190 2038 msgid "DID Number" 2039 msgstr "" 2040 2041 #: admin/modules/core/page.did.php:190 2042 msgid "Define the expected DID Number if your trunk passes DID on incoming calls. <br><br>Leave this blank to match calls with any or no DID info.<br><br>You can also use a pattern match (eg _2[345]X) to match a range of numbers" 2043 msgstr "" 2044 2045 #: admin/modules/core/page.did.php:194 2046 msgid "Caller ID Number" 2047 msgstr "" 2048 2049 #: admin/modules/core/page.did.php:194 2050 msgid "Define the Caller ID Number to be matched on incoming calls.<br><br>Leave this field blank to match any or no CID info. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 2051 msgstr "" 2052 2053 #: admin/modules/core/page.did.php:199 2054 msgid "CID Priority Route" 2055 msgstr "" 2056 2057 #: admin/modules/core/page.did.php:199 2058 msgid "This effects CID ONLY routes where no DID is specified. If checked, calls with this CID will be routed to this route, even if there is a route to the DID that was called. Normal behavior is for the DID route to take the calls. If there is a specific DID/CID route for this CID, that route will still take the call when that DID is called." 2059 msgstr "" 2060 2061 #: admin/modules/core/page.did.php:203 2062 msgid "Options" 2063 msgstr "" 2064 2065 #: admin/modules/core/page.did.php:205 2066 msgid "Alert Info" 2067 msgstr "" 2068 2069 #: admin/modules/core/page.did.php:205 2070 msgid "ALERT_INFO can be used for distinctive ring with SIP devices." 2071 msgstr "" 2072 2073 #: admin/modules/core/page.did.php:209 2074 msgid "CID name prefix" 2075 msgstr "" 2076 2077 #: admin/modules/core/page.did.php:209 2078 msgid "You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:\", a call from John Doe would display as \"Sales:John Doe\" on the extensions that ring." 2079 msgstr "" 2080 2081 #: admin/modules/core/page.did.php:214 2082 msgid "Music On Hold" 2083 msgstr "" 2084 2085 #: admin/modules/core/page.did.php:214 2086 msgid "Set the MoH class that will be used for calls that come in on this route. For example, choose a type appropriate for routes coming in from a country which may have announcements in their language." 2087 msgstr "" 2088 2089 #: admin/modules/core/page.did.php:223 2090 msgid "No Music" 2091 msgstr "" 2092 2093 #: admin/modules/core/page.did.php:234 2094 msgid "Signal RINGING" 2095 msgstr "" 2096 2097 #: admin/modules/core/page.did.php:234 2098 msgid "Some devices or providers require RINGING to be sent before ANSWER. You'll notice this happening if you can send calls directly to a phone, but if you send it to an IVR, it won't connect the call." 2099 msgstr "" 2100 2101 #: admin/modules/core/page.did.php:238 2102 msgid "Pause Before Answer" 2103 msgstr "" 2104 2105 #: admin/modules/core/page.did.php:238 2106 msgid "An optional delay to wait before processing this route. Setting this value will delay the channel from answering the call. This may be handy if external fax equipment or security systems are installed in parallel and you would like them to be able to seize the line." 2107 msgstr "" 2108 2109 #: admin/modules/core/page.did.php:242 2110 msgid "Privacy" 2111 msgstr "" 2112 2113 #: admin/modules/core/page.did.php:245 2114 msgid "Privacy Manager" 2115 msgstr "" 2116 2117 #: admin/modules/core/page.did.php:245 2118 msgid "If no Caller ID is sent, Privacy Manager will asks the caller to enter their 10 digit phone number. The caller is given 3 attempts. The number of digits and attempts can be defined in privacy.conf. If a user has Call Screening enabled, the incoming caller will be asked to enter their CallerId here if enabled, and then to say their name once determined that the called user requires it." 2119 msgstr "" 2120 2121 #: admin/modules/core/page.did.php:248 2122 #: admin/modules/core/page.general.php:438 2123 msgid "No" 2124 msgstr "" 2125 2126 #: admin/modules/core/page.did.php:249 2127 #: admin/modules/core/page.general.php:437 2128 msgid "Yes" 2129 msgstr "" 2130 2131 #: admin/modules/core/page.did.php:254 2132 msgid "Fax Handling" 2133 msgstr "" 2134 2135 #: admin/modules/core/page.did.php:258 2136 msgid "Fax Extension" 2137 msgstr "" 2138 2139 #: admin/modules/core/page.did.php:258 2140 msgid "Select 'system' to have the system receive and email faxes.<br><br>The FreePBX default is defined in General Settings." 2141 msgstr "" 2142 2143 #: admin/modules/core/page.did.php:262 2144 msgid "FreePBX default" 2145 msgstr "" 2146 2147 #: admin/modules/core/page.did.php:263 2148 #: admin/modules/core/page.general.php:368 2149 msgid "disabled" 2150 msgstr "" 2151 2152 #: admin/modules/core/page.did.php:264 2153 #: admin/modules/core/page.general.php:369 2154 msgid "system" 2155 msgstr "" 2156 2157 #: admin/modules/core/page.did.php:279 2158 msgid "Fax Email" 2159 msgstr "" 2160 2161 #: admin/modules/core/page.did.php:279 2162 msgid "Email address is used if 'system' has been chosen for the fax extension above.<br><br>Leave this blank to use the FreePBX default in General Settings." 2163 msgstr "" 2164 2165 #: admin/modules/core/page.did.php:286 2166 msgid "Fax Detection Type" 2167 msgstr "" 2168 2169 #: admin/modules/core/page.did.php:286 2170 msgid "Selecting Zaptel or NVFax will immediately answer the call and play ringing tones to the caller for the number of seconds in Pause below. Use NVFax on SIP or IAX trunks." 2171 msgstr "" 2172 2173 #: admin/modules/core/page.did.php:289 2174 msgid "None" 2175 msgstr "" 2176 2177 #: admin/modules/core/page.did.php:290 2178 msgid "Zaptel" 2179 msgstr "" 2180 2181 #: admin/modules/core/page.did.php:291 2182 msgid "NVFax" 2183 msgstr "" 2184 2185 #: admin/modules/core/page.did.php:296 2186 msgid "Pause After Answer" 2187 msgstr "" 2188 2189 #: admin/modules/core/page.did.php:296 2190 msgid "The number of seconds we should wait after performing an Immediate Answer. The primary purpose of this is to pause and listen for a fax tone before allowing the call to proceed." 2191 msgstr "" 2192 2193 #: admin/modules/core/page.did.php:305 2194 msgid "Set Destination" 2195 msgstr "" 2196 2197 #: admin/modules/core/page.did.php:314 2198 msgid "Clear Destination & Submit" 2199 msgstr "" 2200 2201 #: admin/modules/core/page.did.php:326 2202 msgid "Please enter a valid DID Number" 2203 msgstr "" 2204 2205 #: admin/modules/core/page.did.php:327 2206 msgid "Please enter a valid Caller ID Number" 2207 msgstr "" 2208 2209 #: admin/modules/core/page.did.php:328 2210 msgid "Please enter a valid Fax Email or leave it empty to use the default" 2211 msgstr "" 2212 2213 #: admin/modules/core/page.did.php:329 2214 msgid "Please enter a valid number for Pause after answer" 2215 msgstr "" 2216 2217 #: admin/modules/core/page.did.php:330 2218 msgid "Please enter a valid number for Pause Before Answer field" 2219 msgstr "" 2220 2221 #: admin/modules/core/page.did.php:331 116 2222 msgid "" 117 "You have made changes to the configuration that have not yet been applied. " 118 "When you are finished making all changes, click on %s to put them into " 119 "effect." 120 msgstr "" 121 122 #: amp_conf/htdocs/admin/views/unauthorized.php:4 123 msgid "Unauthorized" 124 msgstr "" 125 126 #: amp_conf/htdocs/admin/views/unauthorized.php:5 127 msgid "You are not authorized to access this page." 128 msgstr "" 129 130 #: amp_conf/htdocs/admin/views/freepbx_admin.php:87 131 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:217 132 msgid "category" 133 msgstr "" 134 135 #: amp_conf/htdocs/admin/views/freepbx_admin.php:107 136 #: amp_conf/htdocs/admin/views/freepbx_admin.php:112 137 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:223 138 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:227 139 #: amp_conf/htdocs/admin/page.modules.php:541 140 #: amp_conf/htdocs/admin/page.modules.php:546 141 msgid "name" 142 msgstr "" 143 144 #: amp_conf/htdocs/admin/views/freepbx_admin.php:177 2223 "Leaving the DID Number AND the Caller ID Number empty will match all incoming calls received not routed using any other defined Incoming Route.\\n" 2224 "\\n" 2225 "Are you sure?" 2226 msgstr "" 2227 2228 #: admin/modules/core/page.did.php:332 145 2229 msgid "" 146 "WARNING: Javascript is disabled in your browser. The FreePBX administration " 147 "interface requires Javascript to run properly. Please enable javascript or " 148 "switch to another browser that supports it." 149 msgstr "" 150 151 #: amp_conf/htdocs/admin/views/freepbx_admin.php:191 152 #, php-format 153 msgid "%s is a registered trademark of %s" 154 msgstr "" 155 156 #: amp_conf/htdocs/admin/views/freepbx_admin.php:192 157 #: amp_conf/htdocs/admin/views/freepbx_admin.php:195 158 #: amp_conf/htdocs/admin/views/freepbx.php:140 159 #: amp_conf/htdocs/admin/views/freepbx.php:149 160 msgid "FreePBX" 161 msgstr "" 162 163 #: amp_conf/htdocs/admin/views/freepbx_admin.php:194 164 #, php-format 165 msgid "%s is licensed under %s" 166 msgstr "" 167 168 #: amp_conf/htdocs/admin/views/loggedout.php:4 169 msgid "Logged out" 170 msgstr "" 171 172 #: amp_conf/htdocs/admin/views/loggedout.php:5 173 msgid "You have been succesfully logged out." 174 msgstr "" 175 176 #: amp_conf/htdocs/admin/views/loggedout.php:6 177 msgid "Log in" 178 msgstr "" 179 180 #: amp_conf/htdocs/admin/views/welcome_nomanager.php:2 181 msgid "Warning:" 182 msgstr "" 183 184 #: amp_conf/htdocs/admin/views/welcome_nomanager.php:5 185 msgid "Cannot connect to Asterisk Manager with " 186 msgstr "" 187 188 #: amp_conf/htdocs/admin/views/welcome_nomanager.php:7 189 msgid "Asterisk may not be running." 190 msgstr "" 191 192 #: amp_conf/htdocs/admin/views/freepbx_reload.php:71 2230 "DID information is normally just an incoming telephone number or for advanced users, a valid Asterisk Dial Pattern\\n" 2231 "\\n" 2232 "You have entered a non standard DID pattern.\\n" 2233 "\\n" 2234 "Are you sure this is correct?" 2235 msgstr "" 2236 2237 #: admin/modules/core/page.did.php:333 2238 msgid "A Slash ('/') is never a valid DID. Please remove it and try again" 2239 msgstr "" 2240 2241 #: admin/modules/core/page.did.php:334 2242 msgid "Invalid Caller ID prefix." 2243 msgstr "" 2244 2245 #: admin/modules/core/page.general.php:106 2246 msgid "Dialing Options" 2247 msgstr "" 2248 2249 #: admin/modules/core/page.general.php:109 2250 msgid "Asterisk Dial command options:" 2251 msgstr "" 2252 2253 #: admin/modules/core/page.general.php:110 2254 #: admin/modules/core/page.general.php:121 2255 msgid "t: Allow the called user to transfer the call by hitting #" 2256 msgstr "" 2257 2258 #: admin/modules/core/page.general.php:111 2259 #: admin/modules/core/page.general.php:122 2260 msgid "T: Allow the calling user to transfer the call by hitting #" 2261 msgstr "" 2262 2263 #: admin/modules/core/page.general.php:112 2264 msgid "r: Generate a ringing tone for the calling party" 2265 msgstr "" 2266 2267 #: admin/modules/core/page.general.php:113 2268 #: admin/modules/core/page.general.php:123 2269 msgid "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 2270 msgstr "" 2271 2272 #: admin/modules/core/page.general.php:114 2273 #: admin/modules/core/page.general.php:124 2274 msgid "W: Allow the calling user to start recording after pressing *1 (Asterisk v1.2)" 2275 msgstr "" 2276 2277 #: admin/modules/core/page.general.php:120 2278 msgid "Asterisk Outbound Dial command options:" 2279 msgstr "" 2280 2281 #: admin/modules/core/page.general.php:125 2282 msgid "r: You SHOULD NOT use this option on outbound trunks" 2283 msgstr "" 2284 2285 #: admin/modules/core/page.general.php:132 2286 msgid "Call Recording" 2287 msgstr "" 2288 2289 #: admin/modules/core/page.general.php:135 2290 msgid "Extension Recording Override:" 2291 msgstr "" 2292 2293 #: admin/modules/core/page.general.php:136 2294 msgid "This will override the recording settings of all extensions/users. If enabled, the system will ignore all Record Always settings of a user and will not turn on recording. This does not effect On Demand recording controlled by the dial options 'w' and 'W' above. It does not effect other recording settings in modules such as Queues and Conferences. If you don't use recordings, setting this is beneficial to system performance as it removes the check that is otherwise done on every single call." 2295 msgstr "" 2296 2297 #: admin/modules/core/page.general.php:144 2298 msgid "Call recording format:" 2299 msgstr "" 2300 2301 #: admin/modules/core/page.general.php:145 2302 msgid "Pick the format in which to save recorded calls" 2303 msgstr "" 2304 2305 #: admin/modules/core/page.general.php:149 2306 msgid "WAV" 2307 msgstr "" 2308 2309 #: admin/modules/core/page.general.php:150 2310 msgid "wav" 2311 msgstr "" 2312 2313 #: admin/modules/core/page.general.php:151 2314 msgid "ulaw" 2315 msgstr "" 2316 2317 #: admin/modules/core/page.general.php:152 2318 msgid "alaw" 2319 msgstr "" 2320 2321 #: admin/modules/core/page.general.php:153 2322 msgid "sln" 2323 msgstr "" 2324 2325 #: admin/modules/core/page.general.php:154 2326 msgid "gsm" 2327 msgstr "" 2328 2329 #: admin/modules/core/page.general.php:155 2330 msgid "g729" 2331 msgstr "" 2332 2333 #: admin/modules/core/page.general.php:159 2334 msgid "Recording Location:" 2335 msgstr "" 2336 2337 #: admin/modules/core/page.general.php:160 2338 msgid "Override the default location where asterisk will store call recordings. Include the trailing /. Be sure to set proper permissions on the directory for the asterisk user." 2339 msgstr "" 2340 2341 #: admin/modules/core/page.general.php:166 2342 msgid "Run after record:" 2343 msgstr "" 2344 2345 #: admin/modules/core/page.general.php:167 2346 msgid "An optional script to be run after the call is hungup. You can include channel and MixMon variables like ${CALLFILENAME}, ${MIXMON_FORMAT} and ${MIXMON_DIR}. To ensure that you variables are properly escaped, use the following notation: ^{MY_VAR}" 2347 msgstr "" 2348 2349 #: admin/modules/core/page.general.php:174 2350 msgid "Voicemail" 2351 msgstr "" 2352 2353 #: admin/modules/core/page.general.php:177 2354 msgid "Ringtime Default:" 2355 msgstr "" 2356 2357 #: admin/modules/core/page.general.php:178 2358 msgid "Default number of seconds to ring phones before sending callers to voicemail. This can be set per extension/user and will have no effect on phones with no voicemail." 2359 msgstr "" 2360 2361 #: admin/modules/core/page.general.php:184 2362 msgid "Direct Dial Voicemail Prefix:" 2363 msgstr "" 2364 2365 #: admin/modules/core/page.general.php:185 2366 msgid "Prefix used to dial directly to someone's voicemail. Caution should be taken in choosing this prefix to avoid conflicts with featurecodes." 2367 msgstr "" 2368 2369 #: admin/modules/core/page.general.php:191 2370 msgid "Direct Dial to Voicemail message type:" 2371 msgstr "" 2372 2373 #: admin/modules/core/page.general.php:192 2374 msgid "Default message type to use when dialing direct to an extensions voicemail" 2375 msgstr "" 2376 2377 #: admin/modules/core/page.general.php:197 2378 msgid "Unavailable" 2379 msgstr "" 2380 2381 #: admin/modules/core/page.general.php:199 2382 msgid "No Message" 2383 msgstr "" 2384 2385 #: admin/modules/core/page.general.php:203 2386 msgid "Optional Voicemail Recording Gain:" 2387 msgstr "" 2388 2389 #: admin/modules/core/page.general.php:204 2390 msgid "Use the specified amount of gain when recording the voicemail message." 2391 msgstr "" 2392 2393 #: admin/modules/core/page.general.php:205 2394 msgid "The units are whole-number decibels (dB)." 2395 msgstr "" 2396 2397 #: admin/modules/core/page.general.php:210 2398 msgid "Do Not Play \"please leave message after tone\" to caller" 2399 msgstr "" 2400 2401 #: admin/modules/core/page.general.php:210 2402 msgid "Check this to remove the default message \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" That is played after the voicemail greeting (the s option). This applies globally to all vm boxes." 2403 msgstr "" 2404 2405 #: admin/modules/core/page.general.php:216 2406 msgid "Voicemail VmX Locator" 2407 msgstr "" 2408 2409 #: admin/modules/core/page.general.php:220 2410 msgid "Default Context & Pri:" 2411 msgstr "" 2412 2413 #: admin/modules/core/page.general.php:221 2414 msgid "Default to use if only a number/extension are provided." 2415 msgstr "" 2416 2417 #: admin/modules/core/page.general.php:228 2418 msgid "Timeout/#-press default:" 2419 msgstr "" 2420 2421 #: admin/modules/core/page.general.php:229 2422 msgid "This is the default location that a caller will be sent if they don't press any key (timeout) or press # which is interpreted as a timeout. Set this to 'dovm' to go to voicemail (default)." 2423 msgstr "" 2424 2425 #: admin/modules/core/page.general.php:237 2426 msgid "Loop Exceed default:" 2427 msgstr "" 2428 2429 #: admin/modules/core/page.general.php:238 2430 msgid "This is the default location that a caller will be sent if they press an invalid options too man times, as defined by the Maximum Loops count. Set this to 'dovm' to go to voicemail (default)." 2431 msgstr "" 2432 2433 #: admin/modules/core/page.general.php:246 2434 msgid "Timeout VM Msg:" 2435 msgstr "" 2436 2437 #: admin/modules/core/page.general.php:247 2438 #: admin/modules/core/page.general.php:259 2439 msgid "If this destination is voicemail, select whether or not to play the standard voicemail instructions or just beep." 2440 msgstr "" 2441 2442 #: admin/modules/core/page.general.php:251 2443 #: admin/modules/core/page.general.php:263 2444 #: admin/modules/core/page.general.php:275 2445 msgid "Std Instructions" 2446 msgstr "" 2447 2448 #: admin/modules/core/page.general.php:252 2449 #: admin/modules/core/page.general.php:264 2450 #: admin/modules/core/page.general.php:276 2451 msgid "Beep Only" 2452 msgstr "" 2453 2454 #: admin/modules/core/page.general.php:258 2455 msgid "Max Loop VM Msg:" 2456 msgstr "" 2457 2458 #: admin/modules/core/page.general.php:270 2459 msgid "Direct VM Option" 2460 msgstr "" 2461 2462 #: admin/modules/core/page.general.php:271 2463 msgid "If a user defined option is to go to voicemail (using the 'dovm' extension) this is the default option if not specified by the user's settings." 2464 msgstr "" 2465 2466 #: admin/modules/core/page.general.php:282 2467 msgid "Msg Timeout:" 2468 msgstr "" 2469 2470 #: admin/modules/core/page.general.php:283 2471 msgid "Time to wait after message has played to timeout and/or repeat the message if no entry pressed." 2472 msgstr "" 2473 2474 #: admin/modules/core/page.general.php:295 2475 msgid "seconds" 2476 msgstr "" 2477 2478 #: admin/modules/core/page.general.php:300 2479 msgid "Msg Play:" 2480 msgstr "" 2481 2482 #: admin/modules/core/page.general.php:301 2483 msgid "Number of times to play the recorded message if the caller does not press any options and it times out." 2484 msgstr "" 2485 2486 #: admin/modules/core/page.general.php:313 2487 #: admin/modules/core/page.general.php:331 2488 msgid "times" 2489 msgstr "" 2490 2491 #: admin/modules/core/page.general.php:318 2492 msgid "Error Re-tries:" 2493 msgstr "" 2494 2495 #: admin/modules/core/page.general.php:319 2496 msgid "Number of times to play invalid options and repeat the message upon receiving an undefined option." 2497 msgstr "" 2498 2499 #: admin/modules/core/page.general.php:336 2500 msgid "Company Directory" 2501 msgstr "" 2502 2503 #: admin/modules/core/page.general.php:339 2504 msgid "Find users in the Company Directory by:" 2505 msgstr "" 2506 2507 #: admin/modules/core/page.general.php:339 2508 msgid "The Company Directory allows a caller to spell the user's first name, last name, or both when searching for a user. This will select which of these modes are used." 2509 msgstr "" 2510 2511 #: admin/modules/core/page.general.php:342 2512 msgid "first name" 2513 msgstr "" 2514 2515 #: admin/modules/core/page.general.php:343 2516 msgid "last name" 2517 msgstr "" 2518 2519 #: admin/modules/core/page.general.php:344 2520 msgid "first or last name" 2521 msgstr "" 2522 2523 #: admin/modules/core/page.general.php:348 2524 msgid "Announce Extension:" 2525 msgstr "" 2526 2527 #: admin/modules/core/page.general.php:348 2528 msgid "Plays a message \"Please hold while I transfer you to extension xxx\" that lets the caller know what extension to use in the future when connecting from the company directory." 2529 msgstr "" 2530 2531 #: admin/modules/core/page.general.php:353 2532 msgid "Operator Extension:" 2533 msgstr "" 2534 2535 #: admin/modules/core/page.general.php:354 2536 msgid "When users hit '0' in the directory, they are put through to this number. Note that it" 2537 msgstr "" 2538 2539 #: admin/modules/core/page.general.php:355 2540 msgid " does NOT need to be an extension, it can be a Ring Group, or even an external number." 2541 msgstr "" 2542 2543 #: admin/modules/core/page.general.php:361 2544 msgid "Fax Machine" 2545 msgstr "" 2546 2547 #: admin/modules/core/page.general.php:364 2548 msgid "Extension of fax machine for receiving faxes:" 2549 msgstr "" 2550 2551 #: admin/modules/core/page.general.php:364 2552 msgid "Select 'system' to have the system receive and email faxes.<br>Selecting 'disabled' will result in incoming calls being answered more quickly." 2553 msgstr "" 2554 2555 #: admin/modules/core/page.general.php:382 2556 msgid "Email address to have faxes emailed to:" 2557 msgstr "" 2558 2559 #: admin/modules/core/page.general.php:382 2560 msgid "Email address used if 'system' has been chosen for the fax extension above." 2561 msgstr "" 2562 2563 #: admin/modules/core/page.general.php:387 2564 msgid "Email address that faxes appear to come from:" 2565 msgstr "" 2566 2567 #: admin/modules/core/page.general.php:387 2568 msgid "Email address that faxes appear to come from if 'system' has been chosen for the fax extension above." 2569 msgstr "" 2570 2571 #: admin/modules/core/page.general.php:392 2572 msgid "International Settings" 2573 msgstr "" 2574 2575 #: admin/modules/core/page.general.php:395 2576 msgid "Country Indications" 2577 msgstr "" 2578 2579 #: admin/modules/core/page.general.php:395 2580 msgid "Select which country you are in" 2581 msgstr "" 2582 2583 #: admin/modules/core/page.general.php:404 2584 msgid "24-hour format" 2585 msgstr "" 2586 2587 #: admin/modules/core/page.general.php:404 2588 msgid "Select Yes if you use 24-hour format or No if you are using 12-hour am/pm format" 2589 msgstr "" 2590 2591 #: admin/modules/core/page.general.php:407 2592 #: admin/modules/core/page.general.php:422 2593 msgid "no" 2594 msgstr "" 2595 2596 #: admin/modules/core/page.general.php:408 2597 #: admin/modules/core/page.general.php:423 2598 msgid "yes" 2599 msgstr "" 2600 2601 #: admin/modules/core/page.general.php:412 2602 msgid "Security Settings" 2603 msgstr "" 2604 2605 #: admin/modules/core/page.general.php:415 2606 msgid "Allow Anonymous Inbound SIP Calls?" 2607 msgstr "" 2608 2609 #: admin/modules/core/page.general.php:416 2610 msgid "** WARNING **" 2611 msgstr "" 2612 2613 #: admin/modules/core/page.general.php:417 2614 msgid "Setting this to 'yes' will potentially allow ANYBODY to call into your Asterisk server using the SIP protocol" 2615 msgstr "" 2616 2617 #: admin/modules/core/page.general.php:418 2618 msgid "It should only be used if you fully understand the impact of allowing anonymous calls into your server" 2619 msgstr "" 2620 2621 #: admin/modules/core/page.general.php:428 2622 msgid "Online Updates" 2623 msgstr "" 2624 2625 #: admin/modules/core/page.general.php:432 2626 msgid "Check for Updates" 2627 msgstr "" 2628 2629 #: admin/modules/core/page.general.php:433 2630 msgid "Choosing Yes will result in the system automatically checking for updates nighly. The resulting infomation will be displayed in the dashboard and will be optionally emailed to the address below if provided.<br />This will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and to track version usage to focus development and maintenance efforts. No private information is transmitted." 2631 msgstr "" 2632 2633 #: admin/modules/core/page.general.php:444 2634 msgid "Update Email" 2635 msgstr "" 2636 2637 #: admin/modules/core/page.general.php:445 2638 msgid "Email address where online updates will be sent. Leaving blank will result in no updates being sent." 2639 msgstr "" 2640 2641 #: admin/modules/core/page.general.php:475 2642 msgid "Please enter a valid Number of Seconds" 2643 msgstr "" 2644 2645 #: admin/modules/core/page.general.php:476 2646 msgid "Please enter a valid Fax Email" 2647 msgstr "" 2648 2649 #: admin/modules/core/page.general.php:477 2650 msgid "You have selected the 'r' option for your trunks. This is highly discouraged and will create problems with calls on many PRI, VoIP, ISDN and other trunks that are capable of signaling. Asterisk will generate a ringing tone until the signalling indicates the line is answered. This will result in some external IVRs being inaccessible and other strange problems." 2651 msgstr "" 2652 2653 #: admin/modules/core/page.routing.php:118 2654 msgid "Error renaming route: duplicate name" 2655 msgstr "" 2656 2657 #: admin/modules/core/page.routing.php:164 2658 #: admin/modules/core/page.trunks.php:159 2659 msgid "Error fetching prefix list for: " 2660 msgstr "" 2661 2662 #: admin/modules/core/page.routing.php:169 2663 #: admin/modules/core/page.trunks.php:164 2664 msgid "Invalid format for NPA-NXX code (must be format: NXXNXX)" 2665 msgstr "" 2666 2667 #: admin/modules/core/page.routing.php:200 2668 #: admin/modules/core/page.routing.php:265 2669 msgid "Add Route" 2670 msgstr "" 2671 2672 #: admin/modules/core/page.routing.php:215 2673 #: admin/modules/core/page.routing.php:528 2674 msgid "Move Up" 2675 msgstr "" 2676 2677 #: admin/modules/core/page.routing.php:222 2678 #: admin/modules/core/page.routing.php:536 2679 msgid "Move Down" 2680 msgstr "" 2681 2682 #: admin/modules/core/page.routing.php:263 2683 msgid "Edit Route" 2684 msgstr "" 2685 2686 #: admin/modules/core/page.routing.php:290 2687 msgid "Route Name" 2688 msgstr "" 2689 2690 #: admin/modules/core/page.routing.php:290 2691 msgid "Name of this route. Should be used to describe what type of calls this route matches (for example, 'local' or 'longdistance')." 2692 msgstr "" 2693 2694 #: admin/modules/core/page.routing.php:296 2695 msgid "Rename" 2696 msgstr "" 2697 2698 #: admin/modules/core/page.routing.php:301 2699 msgid "Rename route" 2700 msgstr "" 2701 2702 #: admin/modules/core/page.routing.php:301 2703 msgid "to:" 2704 msgstr "" 2705 2706 #: admin/modules/core/page.routing.php:303 2707 msgid "Route name is invalid...please try again" 2708 msgstr "" 2709 2710 #: admin/modules/core/page.routing.php:318 2711 msgid "Route Password" 2712 msgstr "" 2713 2714 #: admin/modules/core/page.routing.php:318 2715 msgid "Optional: A route can prompt users for a password before allowing calls to progress. This is useful for restricting calls to international destinations or 1-900 numbers.<br><br>A numerical password, or the path to an Authenticate password file can be used.<br><br>Leave this field blank to not prompt for password.</span>" 2716 msgstr "" 2717 2718 #: admin/modules/core/page.routing.php:327 2719 msgid "Emergency Dialing" 2720 msgstr "" 2721 2722 #: admin/modules/core/page.routing.php:327 2723 msgid "Optional: Selecting this option will enforce the use of a device's Emergency CID setting (if set). Select this option if this set of routes is used for emergency dialing (ie: 911).</span>" 2724 msgstr "" 2725 2726 #: admin/modules/core/page.routing.php:331 2727 msgid "Intra Company Route" 2728 msgstr "" 2729 2730 #: admin/modules/core/page.routing.php:331 2731 msgid "Optional: Selecting this option will treat this route as a intra-company connection, preserving the internal Caller ID information and not use the outbound CID of either the extension or trunk.</span>" 2732 msgstr "" 2733 2734 #: admin/modules/core/page.routing.php:336 2735 msgid "Music On Hold?" 2736 msgstr "" 2737 2738 #: admin/modules/core/page.routing.php:336 2739 msgid "You can choose which music category to use. For example, choose a type appropriate for a destination country which may have announcements in the appropriate language." 2740 msgstr "" 2741 2742 #: admin/modules/core/page.routing.php:354 2743 msgid "Dial Patterns" 2744 msgstr "" 2745 2746 #: admin/modules/core/page.routing.php:354 2747 msgid "A Dial Pattern is a unique set of digits that will select this trunk. Enter one dial pattern per line." 2748 msgstr "" 2749 2750 #: admin/modules/core/page.routing.php:354 2751 #: admin/modules/core/page.trunks.php:410 2752 msgid "Rules:" 2753 msgstr "" 2754 2755 #: admin/modules/core/page.routing.php:355 2756 #: admin/modules/core/page.trunks.php:411 2757 msgid "matches any digit from 0-9" 2758 msgstr "" 2759 2760 #: admin/modules/core/page.routing.php:356 2761 #: admin/modules/core/page.trunks.php:412 2762 msgid "matches any digit from 1-9" 2763 msgstr "" 2764 2765 #: admin/modules/core/page.routing.php:357 2766 #: admin/modules/core/page.trunks.php:413 2767 msgid "matches any digit from 2-9" 2768 msgstr "" 2769 2770 #: admin/modules/core/page.routing.php:358 2771 #: admin/modules/core/page.trunks.php:414 2772 msgid "matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 2773 msgstr "" 2774 2775 #: admin/modules/core/page.routing.php:359 2776 msgid "wildcard, matches one or more characters" 2777 msgstr "" 2778 2779 #: admin/modules/core/page.routing.php:360 2780 msgid "separates a dialing prefix from the number (for example, 9|NXXXXXX would match when some dialed \"95551234\" but would only pass \"5551234\" to the trunks)" 2781 msgstr "" 2782 2783 #: admin/modules/core/page.routing.php:397 2784 #: admin/modules/core/page.trunks.php:429 2785 msgid "Clean & Remove duplicates" 2786 msgstr "" 2787 2788 #: admin/modules/core/page.routing.php:402 2789 msgid "Dial patterns wizards" 2790 msgstr "" 2791 2792 #: admin/modules/core/page.routing.php:403 2793 msgid "These options provide a quick way to add outbound dialing rules. Follow the prompts for each." 2794 msgstr "" 2795 2796 #: admin/modules/core/page.routing.php:404 2797 #: admin/modules/core/page.routing.php:490 2798 msgid "Lookup local prefixes" 2799 msgstr "" 2800 2801 #: admin/modules/core/page.routing.php:404 2802 msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7, 10 or 11 digits (5551234, 6135551234, 16135551234) to access this route." 2803 msgstr "" 2804 2805 #: admin/modules/core/page.routing.php:415 2806 #: admin/modules/core/page.trunks.php:479 193 2807 msgid "" 194 " error(s) occured, you should view the notification log on the dashboard or " 195 "main screen to check for more details." 196 msgstr "" 197 198 #: amp_conf/htdocs/admin/views/freepbx_reload.php:75 199 #: amp_conf/htdocs/admin/views/freepbx_reload.php:89 200 msgid "Close" 201 msgstr "" 202 203 #: amp_conf/htdocs/admin/views/freepbx_reload.php:76 204 msgid "Retry" 205 msgstr "" 206 207 #: amp_conf/htdocs/admin/views/freepbx_reload.php:88 208 msgid "Error: Did not receive valid response from server" 209 msgstr "" 210 211 #: amp_conf/htdocs/admin/views/freepbx_reload.php:108 2808 "What is your areacode + prefix (NPA-NXX)?\\n" 2809 "\\n" 2810 "(Note: this database contains North American numbers only, and is not guaranteed to be 100% accurate. You will still have the option of modifying results.)\\n" 2811 "\\n" 2812 "This may take a few seconds." 2813 msgstr "" 2814 2815 #: admin/modules/core/page.routing.php:417 2816 #: admin/modules/core/page.trunks.php:481 2817 msgid "Invalid NPA-NXX. Must be of the format \\'NXX-NXX\\'" 2818 msgstr "" 2819 2820 #: admin/modules/core/page.routing.php:425 2821 #: admin/modules/core/page.trunks.php:493 212 2822 msgid "" 213 "Reloading will apply all configuration changes made in FreePBX to your PBX " 214 "engine and make them active." 215 msgstr "" 216 217 #: amp_conf/htdocs/admin/views/freepbx_reload.php:110 218 msgid "Accept" 219 msgstr "" 220 221 #: amp_conf/htdocs/admin/views/freepbx_reload.php:110 222 msgid "Continue with reload" 223 msgstr "" 224 225 #: amp_conf/htdocs/admin/views/freepbx_reload.php:111 226 #: amp_conf/htdocs/admin/page.modules.php:408 227 msgid "Cancel" 228 msgstr "" 229 230 #: amp_conf/htdocs/admin/views/freepbx_reload.php:111 231 msgid "Cancel reload and go back to editing" 232 msgstr "" 233 234 #: amp_conf/htdocs/admin/views/freepbx_reload.php:116 235 msgid "Please wait, reloading.." 236 msgstr "" 237 238 #: amp_conf/htdocs/admin/views/freepbx_reload.php:117 239 msgid "Loading..." 240 msgstr "" 241 242 #: amp_conf/htdocs/admin/views/freepbx.php:147 243 #, php-format 244 msgid "%s %s on %s" 245 msgstr "" 246 247 #: amp_conf/htdocs/admin/views/freepbx.php:164 248 msgid "Management" 249 msgstr "" 250 251 #: amp_conf/htdocs/admin/views/freepbx.php:165 252 msgid "Admin" 253 msgstr "" 254 255 #: amp_conf/htdocs/admin/views/freepbx.php:166 256 msgid "Reports" 257 msgstr "" 258 259 #: amp_conf/htdocs/admin/views/freepbx.php:168 260 msgid "Panel" 261 msgstr "" 262 263 #: amp_conf/htdocs/admin/views/freepbx.php:170 264 msgid "Recordings" 265 msgstr "" 266 267 #: amp_conf/htdocs/admin/views/freepbx.php:171 268 msgid "Help" 269 msgstr "" 270 271 #: amp_conf/htdocs/admin/views/freepbx.php:188 272 msgid "Logged in: " 273 msgstr "" 274 275 #: amp_conf/htdocs/admin/views/freepbx.php:189 276 msgid "Logout" 277 msgstr "" 278 279 #: amp_conf/htdocs/admin/views/menuitem_disabled.php:3 280 #, php-format 281 msgid "[WARNING]: Menu Item: %s is disabled because asterisk is not running" 282 msgstr "" 283 284 #: amp_conf/htdocs/admin/views/menuitem_disabled.php:4 2823 "Error: Cannot continue!\\n" 2824 "\\n" 2825 "Prefix lookup requires cURL support in PHP on the server. Please install or enable cURL support in your PHP installation to use this function. See http://www.php.net/curl for more information." 2826 msgstr "" 2827 2828 #: admin/modules/core/page.routing.php:482 2829 #: admin/modules/core/page.trunks.php:440 2830 msgid "(pick one)" 2831 msgstr "" 2832 2833 #: admin/modules/core/page.routing.php:483 2834 msgid "Local 7 digit" 2835 msgstr "" 2836 2837 #: admin/modules/core/page.routing.php:484 2838 msgid "Local 7/10 digit" 2839 msgstr "" 2840 2841 #: admin/modules/core/page.routing.php:485 2842 msgid "Toll-free" 2843 msgstr "" 2844 2845 #: admin/modules/core/page.routing.php:486 2846 msgid "Long-distance" 2847 msgstr "" 2848 2849 #: admin/modules/core/page.routing.php:487 2850 msgid "International" 2851 msgstr "" 2852 2853 #: admin/modules/core/page.routing.php:488 2854 msgid "Information" 2855 msgstr "" 2856 2857 #: admin/modules/core/page.routing.php:489 2858 msgid "Emergency" 2859 msgstr "" 2860 2861 #: admin/modules/core/page.routing.php:496 2862 msgid "Trunk Sequence" 2863 msgstr "" 2864 2865 #: admin/modules/core/page.routing.php:496 2866 msgid "The Trunk Sequence controls the order of trunks that will be used when the above Dial Patterns are matched. <br><br>For Dial Patterns that match long distance numbers, for example, you'd want to pick the cheapest routes for long distance (ie, VoIP trunks first) followed by more expensive routes (POTS lines)." 2867 msgstr "" 2868 2869 #: admin/modules/core/page.routing.php:618 2870 msgid "Route name is invalid, please try again" 2871 msgstr "" 2872 2873 #: admin/modules/core/page.routing.php:619 2874 msgid "Route password must be numeric or leave blank to disable" 2875 msgstr "" 2876 2877 #: admin/modules/core/page.routing.php:620 2878 msgid "Dial pattern is invalid" 2879 msgstr "" 2880 2881 #: admin/modules/core/page.routing.php:621 2882 msgid "At least one trunk must be picked" 2883 msgstr "" 2884 2885 #: admin/modules/core/page.trunks.php:191 2886 msgid "Add Trunk" 2887 msgstr "" 2888 2889 #: admin/modules/core/page.trunks.php:198 2890 msgid "Trunk" 2891 msgstr "" 2892 2893 #: admin/modules/core/page.trunks.php:210 2894 msgid "Add a Trunk" 2895 msgstr "" 2896 2897 #: admin/modules/core/page.trunks.php:214 2898 msgid "Add Zap Trunk" 2899 msgstr "" 2900 2901 #: admin/modules/core/page.trunks.php:214 2902 #: admin/modules/core/page.trunks.php:325 2903 msgid "DAHDI compatibility mode" 2904 msgstr "" 2905 2906 #: admin/modules/core/page.trunks.php:215 2907 msgid "Add IAX2 Trunk" 2908 msgstr "" 2909 2910 #: admin/modules/core/page.trunks.php:216 2911 msgid "Add SIP Trunk" 2912 msgstr "" 2913 2914 #: admin/modules/core/page.trunks.php:217 2915 msgid "Add ENUM Trunk" 2916 msgstr "" 2917 2918 #: admin/modules/core/page.trunks.php:218 2919 msgid "Add DUNDi Trunk" 2920 msgstr "" 2921 2922 #: admin/modules/core/page.trunks.php:219 2923 msgid "Add Custom Trunk" 2924 msgstr "" 2925 2926 #: admin/modules/core/page.trunks.php:280 2927 #, php-format 2928 msgid "Edit %s Trunk" 2929 msgstr "" 2930 2931 #: admin/modules/core/page.trunks.php:280 2932 msgid "DAHDI compatibility Mode" 2933 msgstr "" 2934 2935 #: admin/modules/core/page.trunks.php:281 2936 #, php-format 2937 msgid "Delete Trunk %s" 2938 msgstr "" 2939 2940 #: admin/modules/core/page.trunks.php:291 2941 msgid "In use by" 2942 msgstr "" 2943 2944 #: admin/modules/core/page.trunks.php:291 2945 msgid "route" 2946 msgstr "" 2947 2948 #: admin/modules/core/page.trunks.php:291 2949 msgid "routes" 2950 msgstr "" 2951 2952 #: admin/modules/core/page.trunks.php:293 2953 msgid "Sequence" 2954 msgstr "" 2955 2956 #: admin/modules/core/page.trunks.php:297 2957 msgid "WARNING:" 2958 msgstr "" 2959 2960 #: admin/modules/core/page.trunks.php:297 2961 msgid "This trunk is not used by any routes!" 2962 msgstr "" 2963 2964 #: admin/modules/core/page.trunks.php:298 2965 msgid "This trunk will not be able to be used for outbound calls until a route is setup that uses it. Click on <b>Outbound Routes</b> to setup routing." 2966 msgstr "" 2967 2968 #: admin/modules/core/page.trunks.php:329 2969 msgid "FreePBX offers limited support for DUNDi trunks and additional manual configuration is required. The trunk name should correspond to the [mappings] section of the remote dundi.conf systems. For example, you may have a mapping on the remote system, and corresponding configurations in dundi.conf locally, that looks as follows:<br /><br />[mappings]<br />priv => dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /><br />In this example, you would create this trunk and name it priv. You would then create the corresponding IAX2 trunk with proper settings to work with DUNDi. This can be done by making an IAX2 trunk in FreePBX or by using the iax_custom.conf file.<br />The dundi-extens context in this example must be created in extensions_custom.conf. This can simply include contexts such as ext-local, ext-intercom-users, ext-paging and so forth to provide access to the corresponding extensions and features provided by these various contexts and generated by FreePBX." 2970 msgstr "" 2971 2972 #: admin/modules/core/page.trunks.php:356 2973 msgid "Outbound Caller ID" 2974 msgstr "" 2975 2976 #: admin/modules/core/page.trunks.php:356 2977 msgid "Caller ID for calls placed out on this trunk<br><br>Format: <b>\"caller name\" <#######></b>. You can also use the magic string 'hidden' to hide the CallerID sent out over Digital lines ONLY (E1/T1/J1/BRI/SIP/IAX)" 2978 msgstr "" 2979 2980 #: admin/modules/core/page.trunks.php:363 2981 msgid "Never Override CallerID" 2982 msgstr "" 2983 2984 #: admin/modules/core/page.trunks.php:363 2985 msgid "Some VoIP providers will drop the call if you try to send an invalid CallerID (one you don't 'own.' Use this to never send a CallerID that you haven't explicitly specified in this trunk or in the outbound callerid field of an extension/user. You might notice this problem if you discover that Follow-Me or RingGroups with external numbers don't work properly. Checking this box has the effect of disabling 'foreign' callerids from going out this trunk. You must define an Outbound Caller ID on the this trunk when checking this." 2986 msgstr "" 2987 2988 #: admin/modules/core/page.trunks.php:373 2989 #: admin/modules/core/page.trunks.php:377 2990 msgid "Maximum Channels" 2991 msgstr "" 2992 2993 #: admin/modules/core/page.trunks.php:373 2994 #, php-format 2995 msgid "Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. To count inbound calls against this maximum, use the auto-generated context: %s as the inbound trunk's context. (see extensions_additional.conf) Leave blank to specify no maximum." 2996 msgstr "" 2997 2998 #: admin/modules/core/page.trunks.php:377 2999 msgid "Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. Inbound calls are not counted against the maximum. Leave blank to specify no maximum." 3000 msgstr "" 3001 3002 #: admin/modules/core/page.trunks.php:387 3003 msgid "Disable Trunk" 3004 msgstr "" 3005 3006 #: admin/modules/core/page.trunks.php:387 3007 msgid "Check this to disable this trunk in all routes where it is used." 3008 msgstr "" 3009 3010 #: admin/modules/core/page.trunks.php:395 3011 msgid "Monitor Trunk Failures" 3012 msgstr "" 3013 3014 #: admin/modules/core/page.trunks.php:395 3015 msgid "If checked, supply the name of a custom AGI Script that will be called to report, log, email or otherwise take some action on trunk failures that are not caused by either NOANSWER or CANCEL." 3016 msgstr "" 3017 3018 #: admin/modules/core/page.trunks.php:405 3019 msgid "Outgoing Dial Rules" 3020 msgstr "" 3021 3022 #: admin/modules/core/page.trunks.php:410 3023 msgid "Dial Rules" 3024 msgstr "" 3025 3026 #: admin/modules/core/page.trunks.php:410 3027 msgid "A Dial Rule controls how calls will be dialed on this trunk. It can be used to add or remove prefixes. Numbers that don't match any patterns defined here will be dialed as-is. Note that a pattern without a + or | (to add or remove a prefix) will not make any changes but will create a match. Only the first matched rule will be executed and the remaining rules will not be acted on." 3028 msgstr "" 3029 3030 #: admin/modules/core/page.trunks.php:415 3031 msgid "wildcard, matches one or more characters (not allowed before a | or +)" 3032 msgstr "" 3033 3034 #: admin/modules/core/page.trunks.php:416 3035 msgid "removes a dialing prefix from the number (for example, 613|NXXXXXX would match when some dialed \"6135551234\" but would only pass \"5551234\" to the trunk)" 3036 msgstr "" 3037 3038 #: admin/modules/core/page.trunks.php:417 3039 msgid "adds a dialing prefix from the number (for example, 1613+NXXXXXX would match when some dialed \"5551234\" and would pass \"16135551234\" to the trunk)" 3040 msgstr "" 3041 3042 #: admin/modules/core/page.trunks.php:418 3043 msgid "You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match \"016065551234\" and dial it as \"0116065551234\" Note that the order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." 3044 msgstr "" 3045 3046 #: admin/modules/core/page.trunks.php:434 3047 msgid "Dial Rules Wizards" 3048 msgstr "" 3049 3050 #: admin/modules/core/page.trunks.php:435 3051 #: admin/modules/core/page.trunks.php:441 3052 msgid "Always dial with prefix" 3053 msgstr "" 3054 3055 #: admin/modules/core/page.trunks.php:435 3056 msgid "is useful for VoIP trunks, where if a number is dialed as \"5551234\", it can be converted to \"16135551234\"." 3057 msgstr "" 3058 3059 #: admin/modules/core/page.trunks.php:436 3060 #: admin/modules/core/page.trunks.php:442 3061 msgid "Remove prefix from local numbers" 3062 msgstr "" 3063 3064 #: admin/modules/core/page.trunks.php:436 3065 msgid "is useful for ZAP trunks, where if a local number is dialed as \"6135551234\", it can be converted to \"555-1234\"." 3066 msgstr "" 3067 3068 #: admin/modules/core/page.trunks.php:437 3069 msgid "Lookup numbers for local trunk" 3070 msgstr "" 3071 3072 #: admin/modules/core/page.trunks.php:437 3073 msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7 or 10 digits (regardless of what your PSTN is) on a local trunk (where you have to dial 1+area code for long distance, but only 5551234 (7-digit dialing) or 6135551234 (10-digit dialing) for local calls" 3074 msgstr "" 3075 3076 #: admin/modules/core/page.trunks.php:443 3077 msgid "Lookup numbers for local trunk (7-digit dialing)" 3078 msgstr "" 3079 3080 #: admin/modules/core/page.trunks.php:444 3081 msgid "Lookup numbers for local trunk (10-digit dialing)" 3082 msgstr "" 3083 3084 #: admin/modules/core/page.trunks.php:464 3085 msgid "Are you sure you want to disable this trunk in all routes it is used?" 3086 msgstr "" 3087 3088 #: admin/modules/core/page.trunks.php:469 3089 msgid "You have enabled this trunk in all routes it is used" 3090 msgstr "" 3091 3092 #: admin/modules/core/page.trunks.php:479 3093 msgid "\")" 3094 msgstr "" 3095 3096 #: admin/modules/core/page.trunks.php:501 285 3097 msgid "" 286 "Restart Asterisk and then refresh the browser in order to try accessing this " 287 "menu item again." 288 msgstr "" 289 290 #: amp_conf/htdocs/admin/views/noaccess.php:4 291 msgid "Not found" 292 msgstr "" 293 294 #: amp_conf/htdocs/admin/views/noaccess.php:5 3098 "What is the local dialing pattern?\\n" 3099 "\\n" 3100 "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 3101 msgstr "" 3102 3103 #: admin/modules/core/page.trunks.php:503 3104 #: admin/modules/core/page.trunks.php:526 3105 msgid "Invalid pattern. Only 0-9, #, *, Z, N, X and . are allowed." 3106 msgstr "" 3107 3108 #: admin/modules/core/page.trunks.php:506 295 3109 msgid "" 296 "The section you requested does not exist or you do not have access to it." 297 msgstr "" 298 299 #: amp_conf/htdocs/admin/common/db_connect.php:78 300 msgid "Default SQL Password Used" 301 msgstr "" 302 303 #: amp_conf/htdocs/admin/common/db_connect.php:78 3110 "What prefix should be added to the dialing pattern?\\n" 3111 "\\n" 3112 "(ie. for US/CAN, 1+areacode, ie, \\'1613\\')?" 3113 msgstr "" 3114 3115 #: admin/modules/core/page.trunks.php:508 3116 msgid "Invalid prefix. Only dialable characters (0-9, #, and *) are allowed." 3117 msgstr "" 3118 3119 #: admin/modules/core/page.trunks.php:519 304 3120 msgid "" 305 "You are using the default SQL password that is widely known, you should set " 306 "a secure password" 307 msgstr "" 308 309 #: amp_conf/htdocs/admin/common/db_connect.php:89 310 msgid "Memory Limit Changed" 311 msgstr "" 312 313 #: amp_conf/htdocs/admin/common/db_connect.php:89 314 #, php-format 3121 "What prefix should be removed from the number?\\n" 3122 "\\n" 3123 "(ie. for US/CAN, 1+areacode, ie, \\'1613\\')" 3124 msgstr "" 3125 3126 #: admin/modules/core/page.trunks.php:521 3127 msgid "Invalid prefix. Only 0-9, #, *, Z, N, and X are allowed." 3128 msgstr "" 3129 3130 #: admin/modules/core/page.trunks.php:524 3131 msgid "What is the dialing pattern for local numbers after" 3132 msgstr "" 3133 3134 #: admin/modules/core/page.trunks.php:524 3135 msgid "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 3136 msgstr "" 3137 3138 #: admin/modules/core/page.trunks.php:649 3139 msgid "Outbound Dial Prefix" 3140 msgstr "" 3141 3142 #: admin/modules/core/page.trunks.php:649 3143 msgid "The outbound dialing prefix is used to prefix a dialing string to all outbound calls placed on this trunk. For example, if this trunk is behind another PBX or is a Centrex line, then you would put 9 here to access an outbound line. Another common use is to prefix calls with 'w' on a POTS line that need time to obtain dial tone to avoid eating digits.<br><br>Most users should leave this option blank." 3144 msgstr "" 3145 3146 #: admin/modules/core/page.trunks.php:657 3147 msgid "Outgoing Settings" 3148 msgstr "" 3149 3150 #: admin/modules/core/page.trunks.php:668 3151 msgid "Zap Identifier (trunk name)" 3152 msgstr "" 3153 3154 #: admin/modules/core/page.trunks.php:668 3155 msgid "ZAP channels are referenced either by a group number or channel number (which is defined in zapata.conf). <br><br>The default setting is <b>g0</b> (group zero)." 3156 msgstr "" 3157 3158 #: admin/modules/core/page.trunks.php:682 3159 msgid "Custom Dial String" 3160 msgstr "" 3161 3162 #: admin/modules/core/page.trunks.php:682 3163 msgid "Define the custom Dial String. Include the token" 3164 msgstr "" 3165 3166 #: admin/modules/core/page.trunks.php:682 3167 msgid "wherever the number to dial should go.<br><br><b>examples:</b><br>" 3168 msgstr "" 3169 3170 #: admin/modules/core/page.trunks.php:694 3171 msgid "DUNDi Mapping" 3172 msgstr "" 3173 3174 #: admin/modules/core/page.trunks.php:694 3175 msgid "This is the name of the DUNDi mapping as defined in the [mappings] section of remote dundi.conf peers. This corresponds to the 'include' section of the peer details in the local dundi.conf file. This requires manual configuration of DUNDi to use this trunk." 3176 msgstr "" 3177 3178 #: admin/modules/core/page.trunks.php:706 3179 msgid "Trunk Name" 3180 msgstr "" 3181 3182 #: admin/modules/core/page.trunks.php:706 3183 msgid "Give this trunk a unique name. Example: myiaxtel" 3184 msgstr "" 3185 3186 #: admin/modules/core/page.trunks.php:713 3187 msgid "PEER Details" 3188 msgstr "" 3189 3190 #: admin/modules/core/page.trunks.php:713 3191 msgid "Modify the default PEER connection parameters for your VoIP provider.<br><br>You may need to add to the default lines listed below, depending on your provider.<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny comes first." 3192 msgstr "" 3193 3194 #: admin/modules/core/page.trunks.php:723 3195 msgid "Incoming Settings" 3196 msgstr "" 3197 3198 #: admin/modules/core/page.trunks.php:728 3199 msgid "USER Context" 3200 msgstr "" 3201 3202 #: admin/modules/core/page.trunks.php:728 3203 msgid "This is most often the account name or number your provider expects.<br><br>This USER Context will be used to define the below user details." 3204 msgstr "" 3205 3206 #: admin/modules/core/page.trunks.php:735 3207 msgid "USER Details" 3208 msgstr "" 3209 3210 #: admin/modules/core/page.trunks.php:735 3211 msgid "Modify the default USER connection parameters for your VoIP provider." 3212 msgstr "" 3213 3214 #: admin/modules/core/page.trunks.php:735 315 3215 msgid "" 316 "Your memory_limit, %sM, is set too low and has been increased to %sM. You " 317 "may want to change this in you php.ini config file" 318 msgstr "" 319 320 #: amp_conf/htdocs/admin/common/db_connect.php:91 321 msgid "Low Memory Limit" 322 msgstr "" 323 324 #: amp_conf/htdocs/admin/common/db_connect.php:91 325 #, php-format 3216 "You may need to add to the default lines listed below, depending on your provider..<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny \n" 3217 "\t\t\t\tcomes first." 3218 msgstr "" 3219 3220 #: admin/modules/core/page.trunks.php:746 3221 msgid "Registration" 3222 msgstr "" 3223 3224 #: admin/modules/core/page.trunks.php:751 3225 msgid "Register String" 3226 msgstr "" 3227 3228 #: admin/modules/core/page.trunks.php:751 3229 msgid "Most VoIP providers require your system to REGISTER with theirs. Enter the registration line here.<br><br>example:<br><br>username:password@switch.voipprovider.com.<br><br>Many providers will require you to provide a DID number, ex: username:password@switch.voipprovider.com/didnumber in order for any DID matching to work." 3230 msgstr "" 3231 3232 #: admin/modules/core/page.trunks.php:779 3233 msgid "Invalid Outbound Caller ID" 3234 msgstr "" 3235 3236 #: admin/modules/core/page.trunks.php:780 3237 msgid "Invalid Maximum Channels" 3238 msgstr "" 3239 3240 #: admin/modules/core/page.trunks.php:781 3241 msgid "Invalid Dial Rules" 3242 msgstr "" 3243 3244 #: admin/modules/core/page.trunks.php:782 3245 msgid "Invalid Outbound Dial Prefix" 3246 msgstr "" 3247 3248 #: admin/modules/core/page.trunks.php:783 3249 msgid "Invalid Trunk Name entered" 3250 msgstr "" 3251 3252 #: admin/modules/core/page.trunks.php:784 3253 msgid "Invalid Custom Dial String entered" 3254 msgstr "" 3255 3256 #: admin/modules/core/page.trunks.php:785 3257 msgid "Trunk Name and User Context cannot be set to the same value" 3258 msgstr "" 3259 3260 #: admin/modules/core/page.trunks.php:786 3261 msgid "User Context was left blank and User Details will not be saved!" 3262 msgstr "" 3263 3264 #: admin/modules/core/page.trunks.php:787 3265 msgid "You must define an Outbound Caller ID when Choosing Never Override CallerID" 3266 msgstr "" 3267 3268 #: admin/modules/core/page.users.php:34 326 3269 msgid "" 327 "Your memory_limit, %sM, is set too low and may cause problems. FreePBX is " 328 "not able to change this on your system. You should increase this to %sM in " 329 "you php.ini config file" 330 msgstr "" 331 332 #: amp_conf/htdocs/admin/common/db_connect.php:100 333 msgid "Magic Quotes GPC" 334 msgstr "" 335 336 #: amp_conf/htdocs/admin/common/db_connect.php:100 3270 "You have not entered a User Password. While this is acceptable, this user will not be able to login to an AdHoc device.\\n" 3271 "\\n" 3272 "Are you sure you wish to leave the User Password empty?" 3273 msgstr "" 3274 3275 #: admin/modules/core/page.zapchandids.php:53 3276 #: admin/modules/core/page.zapchandids.php:87 3277 msgid "Add Channel" 3278 msgstr "" 3279 3280 #: admin/modules/core/page.zapchandids.php:74 3281 msgid "Edit Zap Channel: " 3282 msgstr "" 3283 3284 #: admin/modules/core/page.zapchandids.php:76 3285 msgid "Add Zap Channel" 3286 msgstr "" 3287 3288 #: admin/modules/core/page.zapchandids.php:79 3289 msgid "Zap Channel DIDs allow you to assign a DID to specific Zap Channels. You can supply the same DID to multiple channels. This would be a common scenario if you have multiple POTS lines that are on a hunt group from your provider. You MUST assign the channel's context to from-zaptel for these settings to have effect. It will be a line that looks like:<br /><br />context = from-zaptel<br /><br />in your zapata.conf configuration effecting the specified channel(s). Once you have assigned DIDs you can use standard Inbound Routes with the specified DIDs to route your calls." 3290 msgstr "" 3291 3292 #: admin/modules/core/page.zapchandids.php:87 3293 msgid "Edit Channel" 3294 msgstr "" 3295 3296 #: admin/modules/core/page.zapchandids.php:92 3297 msgid "Channel" 3298 msgstr "" 3299 3300 #: admin/modules/core/page.zapchandids.php:92 3301 msgid "The Zap Channel number to map to a DID" 3302 msgstr "" 3303 3304 #: admin/modules/core/page.zapchandids.php:99 3305 msgid "A useful description describing this channel" 3306 msgstr "" 3307 3308 #: admin/modules/core/page.zapchandids.php:103 3309 msgid "DID" 3310 msgstr "" 3311 3312 #: admin/modules/core/page.zapchandids.php:103 3313 msgid "The DID that this channel represents. The incoming call on this channel will be treated as if it came in with this DID and can be managed with Inbound Routing on DIDs" 3314 msgstr "" 3315 3316 #: admin/modules/core/page.zapchandids.php:109 3317 msgid "Delete" 3318 msgstr "" 3319 3320 #: admin/modules/core/page.zapchandids.php:125 337 3321 msgid "" 338 "You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file " 339 "which will cause errors in some modules. FreePBX expects this to be off and " 340 "runs under that assumption" 341 msgstr "" 342 343 #: amp_conf/htdocs/admin/common/script.js.php:36 344 msgid "Please select a \"Destination\"" 345 msgstr "" 346 347 #: amp_conf/htdocs/admin/common/script.js.php:44 348 msgid "" 349 "Custom Goto contexts must contain the string \"custom-\". ie: custom-app,s,1" 350 msgstr "" 351 352 #: amp_conf/htdocs/admin/components.class.php:362 353 #: amp_conf/htdocs/admin/modules/core/page.did.php:306 354 msgid "Submit" 355 msgstr "" 356 357 #: amp_conf/htdocs/admin/header_auth.php:43 358 #: amp_conf/htdocs/admin/header_auth.php:70 359 msgid "Administration" 360 msgstr "" 361 362 #: amp_conf/htdocs/admin/panel.php:18 363 msgid "FreePBX: Flash Operator Panel" 364 msgstr "" 365 366 #: amp_conf/htdocs/admin/panel.php:19 367 msgid "Flash Operator Panel" 368 msgstr "" 369 370 #: amp_conf/htdocs/admin/functions.inc.php:392 371 #, php-format 372 msgid "Cronmanager encountered %s Errors" 373 msgstr "" 374 375 #: amp_conf/htdocs/admin/functions.inc.php:393 376 msgid "The following commands failed with the listed error" 377 msgstr "" 378 379 #: amp_conf/htdocs/admin/functions.inc.php:765 380 #, php-format 381 msgid "Missing or unreadable config file (%s)...cannot continue" 382 msgstr "" 383 384 #: amp_conf/htdocs/admin/functions.inc.php:1044 385 msgid "Objects" 386 msgstr "" 387 388 #: amp_conf/htdocs/admin/functions.inc.php:1044 389 msgid "Object" 390 msgstr "" 391 392 #: amp_conf/htdocs/admin/functions.inc.php:1045 393 #, php-format 394 msgid "Used as Destination by %s %s" 395 msgstr "" 396 397 #: amp_conf/htdocs/admin/functions.inc.php:1500 398 #: amp_conf/htdocs/admin/functions.inc.php:1570 399 #, php-format 400 msgid "Exit code was %s and output was: %s" 401 msgstr "" 402 403 #: amp_conf/htdocs/admin/functions.inc.php:1501 404 #: amp_conf/htdocs/admin/functions.inc.php:1571 405 #, php-format 406 msgid "Could not run %s script." 407 msgstr "" 408 409 #: amp_conf/htdocs/admin/functions.inc.php:1518 410 #, php-format 411 msgid "Reload failed because retrieve_conf encountered an error: %s" 412 msgstr "" 413 414 #: amp_conf/htdocs/admin/functions.inc.php:1520 415 #: amp_conf/htdocs/admin/functions.inc.php:1528 416 msgid "retrieve_conf failed, config not applied" 417 msgstr "" 418 419 #: amp_conf/htdocs/admin/functions.inc.php:1526 420 msgid "" 421 "Reload failed because FreePBX could not connect to the asterisk manager " 422 "interface." 423 msgstr "" 424 425 #: amp_conf/htdocs/admin/functions.inc.php:1540 426 msgid "Successfully reloaded" 427 msgstr "" 428 429 #: amp_conf/htdocs/admin/functions.inc.php:1549 430 msgid "" 431 "Could not reload the FOP operator panel server using the bounce_op.sh " 432 "script. Configuration changes may not be reflected in the panel display." 433 msgstr "" 434 435 #: amp_conf/htdocs/admin/functions.inc.php:1550 436 msgid "Could not reload FOP server" 437 msgstr "" 438 439 #: amp_conf/htdocs/admin/functions.inc.php:1562 440 msgid "" 441 "Successful reload, but could not clear reload flag due to a database error: " 442 msgstr "" 443 444 #: amp_conf/htdocs/admin/functions.inc.php:1611 445 #: amp_conf/htdocs/admin/modules/core/page.routing.php:578 446 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4696 447 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4698 448 msgid "Add" 449 msgstr "" 450 451 #: amp_conf/htdocs/admin/functions.inc.php:2051 452 msgid "Unknown Destination" 453 msgstr "" 454 455 #: amp_conf/htdocs/admin/functions.inc.php:2051 456 msgid "" 457 "ERROR: You have an unknown destination. If this was carried over as a Custom " 458 "App from an earlier version, you must go register the destination in the " 459 "Custom Destination tab provided by the Custom Applications module.<br />This " 460 "will remain active until you change it but you can no longer edit or add a " 461 "new one here." 462 msgstr "" 463 464 #: amp_conf/htdocs/admin/functions.inc.php:2309 465 msgid "" 466 "The following new modules are available for download. Click delete icon on " 467 "the right to remove this notice." 468 msgstr "" 469 470 #: amp_conf/htdocs/admin/functions.inc.php:2313 471 #, php-format 472 msgid "%s New modules are available" 473 msgstr "" 474 475 #: amp_conf/htdocs/admin/functions.inc.php:2347 476 msgid "There is 1 module available for online upgrade" 477 msgstr "" 478 479 #: amp_conf/htdocs/admin/functions.inc.php:2349 480 #, php-format 481 msgid "There are %s modules available for online upgrades" 482 msgstr "" 483 484 #: amp_conf/htdocs/admin/functions.inc.php:2353 485 #, php-format 486 msgid "%s (current: %s)" 487 msgstr "" 488 489 #: amp_conf/htdocs/admin/functions.inc.php:2555 490 #, php-format 491 msgid "Module %s is required, but yours is broken. You should reinstall " 492 msgstr "" 493 494 #: amp_conf/htdocs/admin/functions.inc.php:2556 495 #, php-format 496 msgid "it and try again." 497 msgstr "" 498 499 #: amp_conf/htdocs/admin/functions.inc.php:2559 500 #, php-format 501 msgid "Module %s is required, but yours is disabled." 502 msgstr "" 503 504 #: amp_conf/htdocs/admin/functions.inc.php:2562 505 #, php-format 506 msgid "Module %s is required, but yours is disabled because it needs to " 507 msgstr "" 508 509 #: amp_conf/htdocs/admin/functions.inc.php:2563 510 #, php-format 511 msgid "be upgraded. Please upgrade %s first, and then try again." 512 msgstr "" 513 514 #: amp_conf/htdocs/admin/functions.inc.php:2568 515 #, php-format 516 msgid "Module %s is required, yours is not installed." 517 msgstr "" 518 519 #: amp_conf/htdocs/admin/functions.inc.php:2572 520 #, php-format 521 msgid "Module %s is required." 522 msgstr "" 523 524 #: amp_conf/htdocs/admin/functions.inc.php:2581 525 #, php-format 526 msgid "File %s must exist." 527 msgstr "" 528 529 #: amp_conf/htdocs/admin/functions.inc.php:2628 530 #, php-format 531 msgid "Requires engine %s, you have: %s" 532 msgstr "" 533 534 #: amp_conf/htdocs/admin/functions.inc.php:2630 535 #, php-format 536 msgid "Requires one of the following engines: %s; you have: %s" 537 msgstr "" 538 539 #: amp_conf/htdocs/admin/functions.inc.php:2645 540 #, php-format 541 msgid "A %s version below %s is required, you have %s" 542 msgstr "" 543 544 #: amp_conf/htdocs/admin/functions.inc.php:2648 545 #, php-format 546 msgid "%s version %s or below is required, you have %s" 547 msgstr "" 548 549 #: amp_conf/htdocs/admin/functions.inc.php:2651 550 #, php-format 551 msgid "A %s version newer than %s required, you have %s" 552 msgstr "" 553 554 #: amp_conf/htdocs/admin/functions.inc.php:2654 555 #, php-format 556 msgid "Your %s version (%s) is incompatible." 557 msgstr "" 558 559 #: amp_conf/htdocs/admin/functions.inc.php:2657 560 #, php-format 561 msgid "Only %s version %s is compatible, you have %s" 562 msgstr "" 563 564 #: amp_conf/htdocs/admin/functions.inc.php:2661 565 #, php-format 566 msgid "%s version %s or higher is required, you have %s" 567 msgstr "" 568 569 #: amp_conf/htdocs/admin/functions.inc.php:2719 570 msgid "Module is already enabled" 571 msgstr "" 572 573 #: amp_conf/htdocs/admin/functions.inc.php:2724 574 msgid "Module cannot be enabled" 575 msgstr "" 576 577 #: amp_conf/htdocs/admin/functions.inc.php:2771 578 msgid "Module not found in repository" 579 msgstr "" 580 581 #: amp_conf/htdocs/admin/functions.inc.php:2804 582 #: amp_conf/htdocs/admin/functions.inc.php:2900 583 #: amp_conf/htdocs/admin/functions.inc.php:2978 584 #, php-format 585 msgid "Could not remove %s to install new version" 586 msgstr "" 587 588 #: amp_conf/htdocs/admin/functions.inc.php:2808 589 #: amp_conf/htdocs/admin/functions.inc.php:2904 590 #: amp_conf/htdocs/admin/functions.inc.php:2982 591 #, php-format 592 msgid "Could not untar %s to %s" 593 msgstr "" 594 595 #: amp_conf/htdocs/admin/functions.inc.php:2812 596 #: amp_conf/htdocs/admin/functions.inc.php:2908 597 #: amp_conf/htdocs/admin/functions.inc.php:2986 598 #, php-format 599 msgid "Could not remove old module %s to install new version" 600 msgstr "" 601 602 #: amp_conf/htdocs/admin/functions.inc.php:2816 603 #: amp_conf/htdocs/admin/functions.inc.php:2912 604 #: amp_conf/htdocs/admin/functions.inc.php:2990 605 #, php-format 606 msgid "Could not move %s to %s" 607 msgstr "" 608 609 #: amp_conf/htdocs/admin/functions.inc.php:2837 610 #, php-format 611 msgid "Error opening %s for writing" 612 msgstr "" 613 614 #: amp_conf/htdocs/admin/functions.inc.php:2853 615 #: amp_conf/htdocs/admin/functions.inc.php:2856 616 #, php-format 617 msgid "Error opening %s for reading" 618 msgstr "" 619 620 #: amp_conf/htdocs/admin/functions.inc.php:2876 621 #, php-format 622 msgid "Unable to save %s" 623 msgstr "" 624 625 #: amp_conf/htdocs/admin/functions.inc.php:2884 626 #, php-format 627 msgid "File Integrity failed for %s - aborting" 628 msgstr "" 629 630 #: amp_conf/htdocs/admin/functions.inc.php:2929 631 msgid "" 632 "Error finding uploaded file - check your PHP and/or web server configuration" 633 msgstr "" 634 635 #: amp_conf/htdocs/admin/functions.inc.php:2934 636 msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 637 msgstr "" 638 639 #: amp_conf/htdocs/admin/functions.inc.php:2939 640 msgid "" 641 "Filename not in correct format: must be modulename-version.tar.gz (eg. " 642 "custommodule-0.1.tar.gz)" 643 msgstr "" 644 645 #: amp_conf/htdocs/admin/functions.inc.php:2948 646 #, php-format 647 msgid "Error creating temporary directory: %s" 648 msgstr "" 649 650 #: amp_conf/htdocs/admin/functions.inc.php:2956 651 msgid "Error untaring uploaded file. Must be a tar+gzip file" 652 msgstr "" 653 654 #: amp_conf/htdocs/admin/functions.inc.php:2995 655 #, php-format 656 msgid "Error removing temporary directory: %s" 657 msgstr "" 658 659 #: amp_conf/htdocs/admin/functions.inc.php:3024 660 msgid "Cannot find module" 661 msgstr "" 662 663 #: amp_conf/htdocs/admin/functions.inc.php:3030 664 msgid "Could not read module.xml" 665 msgstr "" 666 667 #: amp_conf/htdocs/admin/functions.inc.php:3035 668 msgid "" 669 "This module is broken and cannot be installed. You should try to download it " 670 "again." 671 msgstr "" 672 673 #: amp_conf/htdocs/admin/functions.inc.php:3054 674 msgid "Failed to run installation scripts" 675 msgstr "" 676 677 #: amp_conf/htdocs/admin/functions.inc.php:3068 678 #, php-format 679 msgid "Error updating database. Command was: %s; error was: %s " 680 msgstr "" 681 682 #: amp_conf/htdocs/admin/functions.inc.php:3102 683 #: amp_conf/htdocs/admin/functions.inc.php:3130 684 #: amp_conf/htdocs/admin/functions.inc.php:3167 685 msgid "Specified module not found" 686 msgstr "" 687 688 #: amp_conf/htdocs/admin/functions.inc.php:3107 689 msgid "Module not enabled: cannot disable" 690 msgstr "" 691 692 #: amp_conf/htdocs/admin/functions.inc.php:3111 693 #: amp_conf/htdocs/admin/functions.inc.php:3139 694 msgid "Cannot disable: The following modules depend on this one: " 695 msgstr "" 696 697 #: amp_conf/htdocs/admin/functions.inc.php:3135 698 msgid "Module not installed: cannot uninstall" 699 msgstr "" 700 701 #: amp_conf/htdocs/admin/functions.inc.php:3146 702 msgid "Error updating database: " 703 msgstr "" 704 705 #: amp_conf/htdocs/admin/functions.inc.php:3150 706 msgid "Failed to run un-installation scripts" 707 msgstr "" 708 709 #: amp_conf/htdocs/admin/functions.inc.php:3180 710 #, php-format 711 msgid "Cannot delete directory %s" 712 msgstr "" 713 714 #: amp_conf/htdocs/admin/functions.inc.php:3187 715 #, php-format 716 msgid "Error deleting directory %s (code %d)" 717 msgstr "" 718 719 #: amp_conf/htdocs/admin/functions.inc.php:3565 720 #, php-format 721 msgid "You have %s disabled modules" 722 msgstr "" 723 724 #: amp_conf/htdocs/admin/functions.inc.php:3565 725 msgid "You have a disabled module" 726 msgstr "" 727 728 #: amp_conf/htdocs/admin/functions.inc.php:3566 729 msgid "The following modules are disabled because they need to be upgraded:" 730 msgstr "" 731 732 #: amp_conf/htdocs/admin/functions.inc.php:3567 733 #: amp_conf/htdocs/admin/functions.inc.php:3575 734 msgid "You should go to the module admin page to fix these." 735 msgstr "" 736 737 #: amp_conf/htdocs/admin/functions.inc.php:3573 738 #, php-format 739 msgid "You have %s broken modules" 740 msgstr "" 741 742 #: amp_conf/htdocs/admin/functions.inc.php:3573 743 msgid "You have a broken module" 744 msgstr "" 745 746 #: amp_conf/htdocs/admin/functions.inc.php:3574 747 msgid "The following modules are disabled because they are broken:" 748 msgstr "" 749 750 #: amp_conf/htdocs/admin/reports.php:18 751 msgid "FreePBX: Call Detail Reports" 752 msgstr "" 753 754 #: amp_conf/htdocs/admin/reports.php:19 755 msgid "Call Detail Reports" 756 msgstr "" 757 758 #: amp_conf/htdocs/admin/reports.php:41 759 msgid "Call Logs" 760 msgstr "" 761 762 #: amp_conf/htdocs/admin/reports.php:42 763 msgid "Compare Calls" 764 msgstr "" 765 766 #: amp_conf/htdocs/admin/reports.php:43 767 msgid "Monthly Traffic" 768 msgstr "" 769 770 #: amp_conf/htdocs/admin/reports.php:44 771 msgid "Daily load" 772 msgstr "" 773 774 #: amp_conf/htdocs/admin/modules/core/page.devices.php:18 775 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4657 776 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4674 777 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4696 778 msgid "Device" 779 msgstr "" 780 781 #: amp_conf/htdocs/admin/modules/core/module.php:4 782 msgid "Basic" 783 msgstr "" 784 785 #: amp_conf/htdocs/admin/modules/core/module.php:5 786 #: amp_conf/htdocs/admin/modules/core/install.php:4 787 msgid "Core" 788 msgstr "" 789 790 #: amp_conf/htdocs/admin/modules/core/module.php:6 791 msgid "Extensions" 792 msgstr "" 793 794 #: amp_conf/htdocs/admin/modules/core/module.php:7 795 msgid "Users" 796 msgstr "" 797 798 #: amp_conf/htdocs/admin/modules/core/module.php:8 799 msgid "Devices" 800 msgstr "" 801 802 #: amp_conf/htdocs/admin/modules/core/module.php:9 803 msgid "Inbound Routes" 804 msgstr "" 805 806 #: amp_conf/htdocs/admin/modules/core/module.php:10 807 msgid "Zap Channel DIDs" 808 msgstr "" 809 810 #: amp_conf/htdocs/admin/modules/core/module.php:11 811 msgid "Outbound Routes" 812 msgstr "" 813 814 #: amp_conf/htdocs/admin/modules/core/module.php:12 815 msgid "Trunks" 816 msgstr "" 817 818 #: amp_conf/htdocs/admin/modules/core/module.php:13 819 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:159 820 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:351 821 msgid "General Settings" 822 msgstr "" 823 824 #: amp_conf/htdocs/admin/modules/core/module.php:14 825 msgid "Administrators" 826 msgstr "" 827 828 #: amp_conf/htdocs/admin/modules/core/module.php:15 829 msgid "FreePBX Support" 830 msgstr "" 831 832 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:101 833 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4362 834 msgid "Add User" 835 msgstr "" 836 837 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:118 838 msgid "Edit Administrator" 839 msgstr "" 840 841 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:129 842 #, php-format 843 msgid "Delete User: %s" 844 msgstr "" 845 846 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:147 847 msgid "Add Administrator" 848 msgstr "" 849 850 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:165 851 msgid "NOTE:" 852 msgstr "" 853 854 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:165 855 msgid "" 856 "AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this " 857 "module is not currently providing access control, and changing passwords " 858 "here or adding users will have no effect unless AUTHTYPE is set to " 859 "'database'." 860 msgstr "" 861 862 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:171 863 msgid "Username<span>Create a unique username for this new user</span>" 864 msgstr "" 865 866 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:178 867 msgid "Password<span>Create a password for this new user</span>" 868 msgstr "" 869 870 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:186 871 msgid "Access Restrictions" 872 msgstr "" 873 874 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:191 875 msgid "" 876 "Department Name<span>Restrict this user's view of Digital Receptionist menus " 877 "and System Recordings to only those for this department.</span>" 878 msgstr "" 879 880 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:198 881 msgid "" 882 "Extension Range<span>Restrict this user's view to only Extensions, Ring " 883 "Groups, and Queues within this range.</span>" 884 msgstr "" 885 886 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:207 887 msgid "" 888 "Admin Access<span>Select the Admin Sections this user should have access to." 889 "</span>" 890 msgstr "" 891 892 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:234 893 msgid "Apply Changes Bar" 894 msgstr "" 895 896 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:239 897 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4652 898 msgid "Add Device" 899 msgstr "" 900 901 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:239 902 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4360 903 msgid "Add Extension" 904 msgstr "" 905 906 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:244 907 msgid "ALL SECTIONS" 908 msgstr "" 909 910 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:252 911 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:766 912 #: amp_conf/htdocs/admin/modules/core/page.general.php:453 913 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:108 914 #: amp_conf/htdocs/admin/modules/core/page.routing.php:584 915 msgid "Submit Changes" 916 msgstr "" 917 918 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:266 919 msgid "Username must not be blank" 920 msgstr "" 921 922 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:268 923 msgid "" 924 "Username cannot start with a number, and can only contain letters and numbers" 925 msgstr "" 926 927 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:270 928 msgid "For security reasons, you cannot use the department name default" 929 msgstr "" 930 931 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:272 932 msgid "Department name cannot have a space" 933 msgstr "" 934 935 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:159 936 #: amp_conf/htdocs/admin/modules/core/page.routing.php:164 937 msgid "Error fetching prefix list for: " 938 msgstr "" 939 940 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:164 941 #: amp_conf/htdocs/admin/modules/core/page.routing.php:169 942 msgid "Invalid format for NPA-NXX code (must be format: NXXNXX)" 943 msgstr "" 944 945 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:191 946 msgid "Add Trunk" 947 msgstr "" 948 949 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:198 950 msgid "Trunk" 951 msgstr "" 952 953 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:210 954 msgid "Add a Trunk" 955 msgstr "" 956 957 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:214 958 msgid "Add Zap Trunk" 959 msgstr "" 960 961 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:214 962 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:325 963 msgid "DAHDI compatibility mode" 964 msgstr "" 965 966 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:215 967 msgid "Add IAX2 Trunk" 968 msgstr "" 969 970 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:216 971 msgid "Add SIP Trunk" 972 msgstr "" 973 974 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:217 975 msgid "Add ENUM Trunk" 976 msgstr "" 977 978 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:218 979 msgid "Add DUNDi Trunk" 980 msgstr "" 981 982 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:219 983 msgid "Add Custom Trunk" 984 msgstr "" 985 986 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:280 987 #, php-format 988 msgid "Edit %s Trunk" 989 msgstr "" 990 991 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:280 992 msgid "DAHDI compatibility Mode" 993 msgstr "" 994 995 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:281 996 #, php-format 997 msgid "Delete Trunk %s" 998 msgstr "" 999 1000 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:291 1001 msgid "In use by" 1002 msgstr "" 1003 1004 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:291 1005 msgid "route" 1006 msgstr "" 1007 1008 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:291 1009 msgid "routes" 1010 msgstr "" 1011 1012 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:293 1013 #: amp_conf/htdocs/admin/modules/core/page.did.php:138 1014 msgid "Route" 1015 msgstr "" 1016 1017 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:293 1018 msgid "Sequence" 1019 msgstr "" 1020 1021 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:297 1022 msgid "WARNING:" 1023 msgstr "" 1024 1025 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:297 1026 msgid "This trunk is not used by any routes!" 1027 msgstr "" 1028 1029 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:298 1030 msgid "" 1031 "This trunk will not be able to be used for outbound calls until a route is " 1032 "setup that uses it. Click on <b>Outbound Routes</b> to setup routing." 1033 msgstr "" 1034 1035 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:329 1036 msgid "" 1037 "FreePBX offers limited support for DUNDi trunks and additional manual " 1038 "configuration is required. The trunk name should correspond to the " 1039 "[mappings] section of the remote dundi.conf systems. For example, you may " 1040 "have a mapping on the remote system, and corresponding configurations in " 1041 "dundi.conf locally, that looks as follows:<br /><br />[mappings]<br />priv " 1042 "=> dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /" 1043 "><br />In this example, you would create this trunk and name it priv. You " 1044 "would then create the corresponding IAX2 trunk with proper settings to work " 1045 "with DUNDi. This can be done by making an IAX2 trunk in FreePBX or by using " 1046 "the iax_custom.conf file.<br />The dundi-extens context in this example must " 1047 "be created in extensions_custom.conf. This can simply include contexts such " 1048 "as ext-local, ext-intercom-users, ext-paging and so forth to provide access " 1049 "to the corresponding extensions and features provided by these various " 1050 "contexts and generated by FreePBX." 1051 msgstr "" 1052 1053 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:356 1054 msgid "Outbound Caller ID" 1055 msgstr "" 1056 1057 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:356 1058 msgid "" 1059 "Caller ID for calls placed out on this trunk<br><br>Format: <b>\"caller name" 1060 "\" <#######></b>. You can also use the magic string 'hidden' to hide " 1061 "the CallerID sent out over Digital lines ONLY (E1/T1/J1/BRI/SIP/IAX)" 1062 msgstr "" 1063 1064 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:363 1065 msgid "Never Override CallerID" 1066 msgstr "" 1067 1068 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:363 1069 msgid "" 1070 "Some VoIP providers will drop the call if you try to send an invalid " 1071 "CallerID (one you don't 'own.' Use this to never send a CallerID that you " 1072 "haven't explicitly specified in this trunk or in the outbound callerid field " 1073 "of an extension/user. You might notice this problem if you discover that " 1074 "Follow-Me or RingGroups with external numbers don't work properly. Checking " 1075 "this box has the effect of disabling 'foreign' callerids from going out this " 1076 "trunk. You must define an Outbound Caller ID on the this trunk when checking " 1077 "this." 1078 msgstr "" 1079 1080 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:373 1081 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:377 1082 msgid "Maximum Channels" 1083 msgstr "" 1084 1085 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:373 1086 #, php-format 1087 msgid "" 1088 "Controls the maximum number of outbound channels (simultaneous calls) that " 1089 "can be used on this trunk. To count inbound calls against this maximum, use " 1090 "the auto-generated context: %s as the inbound trunk's context. (see " 1091 "extensions_additional.conf) Leave blank to specify no maximum." 1092 msgstr "" 1093 1094 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:377 1095 msgid "" 1096 "Controls the maximum number of outbound channels (simultaneous calls) that " 1097 "can be used on this trunk. Inbound calls are not counted against the " 1098 "maximum. Leave blank to specify no maximum." 1099 msgstr "" 1100 1101 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:387 1102 msgid "Disable Trunk" 1103 msgstr "" 1104 1105 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:387 1106 msgid "Check this to disable this trunk in all routes where it is used." 1107 msgstr "" 1108 1109 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:390 1110 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4237 1111 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4240 1112 #: amp_conf/htdocs/admin/page.modules.php:686 1113 msgid "Disable" 1114 msgstr "" 1115 1116 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:395 1117 msgid "Monitor Trunk Failures" 1118 msgstr "" 1119 1120 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:395 1121 msgid "" 1122 "If checked, supply the name of a custom AGI Script that will be called to " 1123 "report, log, email or otherwise take some action on trunk failures that are " 1124 "not caused by either NOANSWER or CANCEL." 1125 msgstr "" 1126 1127 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:399 1128 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4236 1129 #: amp_conf/htdocs/admin/page.modules.php:644 1130 msgid "Enable" 1131 msgstr "" 1132 1133 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:405 1134 msgid "Outgoing Dial Rules" 1135 msgstr "" 1136 1137 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:410 1138 msgid "Dial Rules" 1139 msgstr "" 1140 1141 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:410 1142 msgid "" 1143 "A Dial Rule controls how calls will be dialed on this trunk. It can be used " 1144 "to add or remove prefixes. Numbers that don't match any patterns defined " 1145 "here will be dialed as-is. Note that a pattern without a + or | (to add or " 1146 "remove a prefix) will not make any changes but will create a match. Only the " 1147 "first matched rule will be executed and the remaining rules will not be " 1148 "acted on." 1149 msgstr "" 1150 1151 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:410 1152 #: amp_conf/htdocs/admin/modules/core/page.routing.php:354 1153 msgid "Rules:" 1154 msgstr "" 1155 1156 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:411 1157 #: amp_conf/htdocs/admin/modules/core/page.routing.php:355 1158 msgid "matches any digit from 0-9" 1159 msgstr "" 1160 1161 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:412 1162 #: amp_conf/htdocs/admin/modules/core/page.routing.php:356 1163 msgid "matches any digit from 1-9" 1164 msgstr "" 1165 1166 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:413 1167 #: amp_conf/htdocs/admin/modules/core/page.routing.php:357 1168 msgid "matches any digit from 2-9" 1169 msgstr "" 1170 1171 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:414 1172 #: amp_conf/htdocs/admin/modules/core/page.routing.php:358 1173 msgid "" 1174 "matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 1175 msgstr "" 1176 1177 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:415 1178 msgid "wildcard, matches one or more characters (not allowed before a | or +)" 1179 msgstr "" 1180 1181 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:416 1182 msgid "" 1183 "removes a dialing prefix from the number (for example, 613|NXXXXXX would " 1184 "match when some dialed \"6135551234\" but would only pass \"5551234\" to the " 1185 "trunk)" 1186 msgstr "" 1187 1188 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:417 1189 msgid "" 1190 "adds a dialing prefix from the number (for example, 1613+NXXXXXX would match " 1191 "when some dialed \"5551234\" and would pass \"16135551234\" to the trunk)" 1192 msgstr "" 1193 1194 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:418 1195 msgid "" 1196 "You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match " 1197 "\"016065551234\" and dial it as \"0116065551234\" Note that the order does " 1198 "not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." 1199 msgstr "" 1200 1201 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:429 1202 #: amp_conf/htdocs/admin/modules/core/page.routing.php:397 1203 msgid "Clean & Remove duplicates" 1204 msgstr "" 1205 1206 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:434 1207 msgid "Dial Rules Wizards" 1208 msgstr "" 1209 1210 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:435 1211 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:441 1212 msgid "Always dial with prefix" 1213 msgstr "" 1214 1215 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:435 1216 msgid "" 1217 "is useful for VoIP trunks, where if a number is dialed as \"5551234\", it " 1218 "can be converted to \"16135551234\"." 1219 msgstr "" 1220 1221 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:436 1222 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:442 1223 msgid "Remove prefix from local numbers" 1224 msgstr "" 1225 1226 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:436 1227 msgid "" 1228 "is useful for ZAP trunks, where if a local number is dialed as \"6135551234" 1229 "\", it can be converted to \"555-1234\"." 1230 msgstr "" 1231 1232 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:437 1233 msgid "Lookup numbers for local trunk" 1234 msgstr "" 1235 1236 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:437 1237 msgid "" 1238 "This looks up your local number on www.localcallingguide.com (NA-only), and " 1239 "sets up so you can dial either 7 or 10 digits (regardless of what your PSTN " 1240 "is) on a local trunk (where you have to dial 1+area code for long distance, " 1241 "but only 5551234 (7-digit dialing) or 6135551234 (10-digit dialing) for " 1242 "local calls" 1243 msgstr "" 1244 1245 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:440 1246 #: amp_conf/htdocs/admin/modules/core/page.routing.php:482 1247 msgid "(pick one)" 1248 msgstr "" 1249 1250 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:443 1251 msgid "Lookup numbers for local trunk (7-digit dialing)" 1252 msgstr "" 1253 1254 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:444 1255 msgid "Lookup numbers for local trunk (10-digit dialing)" 1256 msgstr "" 1257 1258 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:464 1259 msgid "Are you sure you want to disable this trunk in all routes it is used?" 1260 msgstr "" 1261 1262 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:469 1263 msgid "You have enabled this trunk in all routes it is used" 1264 msgstr "" 1265 1266 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:479 1267 #: amp_conf/htdocs/admin/modules/core/page.routing.php:415 1268 msgid "" 1269 "What is your areacode + prefix (NPA-NXX)?\\n\\n(Note: this database contains " 1270 "North American numbers only, and is not guaranteed to be 100% accurate. You " 1271 "will still have the option of modifying results.)\\n\\nThis may take a few " 1272 "seconds." 1273 msgstr "" 1274 1275 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:479 1276 msgid "\")" 1277 msgstr "" 1278 1279 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:481 1280 #: amp_conf/htdocs/admin/modules/core/page.routing.php:417 1281 msgid "Invalid NPA-NXX. Must be of the format \\'NXX-NXX\\'" 1282 msgstr "" 1283 1284 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:493 1285 #: amp_conf/htdocs/admin/modules/core/page.routing.php:425 1286 msgid "" 1287 "Error: Cannot continue!\\n\\nPrefix lookup requires cURL support in PHP on " 1288 "the server. Please install or enable cURL support in your PHP installation " 1289 "to use this function. See http://www.php.net/curl for more information." 1290 msgstr "" 1291 1292 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:501 1293 msgid "" 1294 "What is the local dialing pattern?\\n\\n(ie. NXXNXXXXXX for US/CAN 10-digit " 1295 "dialing, NXXXXXX for 7-digit)" 1296 msgstr "" 1297 1298 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:503 1299 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:526 1300 msgid "Invalid pattern. Only 0-9, #, *, Z, N, X and . are allowed." 1301 msgstr "" 1302 1303 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:506 1304 msgid "" 1305 "What prefix should be added to the dialing pattern?\\n\\n(ie. for US/CAN, 1" 1306 "+areacode, ie, \\'1613\\')?" 1307 msgstr "" 1308 1309 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:508 1310 msgid "Invalid prefix. Only dialable characters (0-9, #, and *) are allowed." 1311 msgstr "" 1312 1313 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:519 1314 msgid "" 1315 "What prefix should be removed from the number?\\n\\n(ie. for US/CAN, 1" 1316 "+areacode, ie, \\'1613\\')" 1317 msgstr "" 1318 1319 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:521 1320 msgid "Invalid prefix. Only 0-9, #, *, Z, N, and X are allowed." 1321 msgstr "" 1322 1323 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:524 1324 msgid "What is the dialing pattern for local numbers after" 1325 msgstr "" 1326 1327 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:524 1328 msgid "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 1329 msgstr "" 1330 1331 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:649 1332 msgid "Outbound Dial Prefix" 1333 msgstr "" 1334 1335 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:649 1336 msgid "" 1337 "The outbound dialing prefix is used to prefix a dialing string to all " 1338 "outbound calls placed on this trunk. For example, if this trunk is behind " 1339 "another PBX or is a Centrex line, then you would put 9 here to access an " 1340 "outbound line. Another common use is to prefix calls with 'w' on a POTS line " 1341 "that need time to obtain dial tone to avoid eating digits.<br><br>Most users " 1342 "should leave this option blank." 1343 msgstr "" 1344 1345 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:657 1346 msgid "Outgoing Settings" 1347 msgstr "" 1348 1349 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:668 1350 msgid "Zap Identifier (trunk name)" 1351 msgstr "" 1352 1353 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:668 1354 msgid "" 1355 "ZAP channels are referenced either by a group number or channel number " 1356 "(which is defined in zapata.conf). <br><br>The default setting is <b>g0</b> " 1357 "(group zero)." 1358 msgstr "" 1359 1360 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:682 1361 msgid "Custom Dial String" 1362 msgstr "" 1363 1364 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:682 1365 msgid "Define the custom Dial String. Include the token" 1366 msgstr "" 1367 1368 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:682 1369 msgid "wherever the number to dial should go.<br><br><b>examples:</b><br>" 1370 msgstr "" 1371 1372 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:694 1373 msgid "DUNDi Mapping" 1374 msgstr "" 1375 1376 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:694 1377 msgid "" 1378 "This is the name of the DUNDi mapping as defined in the [mappings] section " 1379 "of remote dundi.conf peers. This corresponds to the 'include' section of the " 1380 "peer details in the local dundi.conf file. This requires manual " 1381 "configuration of DUNDi to use this trunk." 1382 msgstr "" 1383 1384 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:706 1385 msgid "Trunk Name" 1386 msgstr "" 1387 1388 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:706 1389 msgid "Give this trunk a unique name. Example: myiaxtel" 1390 msgstr "" 1391 1392 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:713 1393 msgid "PEER Details" 1394 msgstr "" 1395 1396 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:713 1397 msgid "" 1398 "Modify the default PEER connection parameters for your VoIP provider." 1399 "<br><br>You may need to add to the default lines listed below, depending on " 1400 "your provider.<br /><br />WARNING: Order is important as it will be " 1401 "retained. For example, if you use the \"allow/deny\" directives make sure " 1402 "deny comes first." 1403 msgstr "" 1404 1405 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:723 1406 msgid "Incoming Settings" 1407 msgstr "" 1408 1409 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:728 1410 msgid "USER Context" 1411 msgstr "" 1412 1413 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:728 1414 msgid "" 1415 "This is most often the account name or number your provider expects." 1416 "<br><br>This USER Context will be used to define the below user details." 1417 msgstr "" 1418 1419 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:735 1420 msgid "USER Details" 1421 msgstr "" 1422 1423 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:735 1424 msgid "Modify the default USER connection parameters for your VoIP provider." 1425 msgstr "" 1426 1427 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:735 1428 msgid "" 1429 "You may need to add to the default lines listed below, depending on your " 1430 "provider..<br /><br />WARNING: Order is important as it will be retained. " 1431 "For example, if you use the \"allow/deny\" directives make sure deny \n" 1432 "\t\t\t\tcomes first." 1433 msgstr "" 1434 1435 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:746 1436 msgid "Registration" 1437 msgstr "" 1438 1439 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:751 1440 msgid "Register String" 1441 msgstr "" 1442 1443 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:751 1444 msgid "" 1445 "Most VoIP providers require your system to REGISTER with theirs. Enter the " 1446 "registration line here.<br><br>example:<br><br>username:password@switch." 1447 "voipprovider.com.<br><br>Many providers will require you to provide a DID " 1448 "number, ex: username:password@switch.voipprovider.com/didnumber in order for " 1449 "any DID matching to work." 1450 msgstr "" 1451 1452 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:779 1453 msgid "Invalid Outbound Caller ID" 1454 msgstr "" 1455 1456 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:780 1457 msgid "Invalid Maximum Channels" 1458 msgstr "" 1459 1460 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:781 1461 msgid "Invalid Dial Rules" 1462 msgstr "" 1463 1464 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:782 1465 msgid "Invalid Outbound Dial Prefix" 1466 msgstr "" 1467 1468 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:783 1469 msgid "Invalid Trunk Name entered" 1470 msgstr "" 1471 1472 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:784 1473 msgid "Invalid Custom Dial String entered" 1474 msgstr "" 1475 1476 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:785 1477 msgid "Trunk Name and User Context cannot be set to the same value" 1478 msgstr "" 1479 1480 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:786 1481 msgid "User Context was left blank and User Details will not be saved!" 1482 msgstr "" 1483 1484 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:787 1485 msgid "" 1486 "You must define an Outbound Caller ID when Choosing Never Override CallerID" 1487 msgstr "" 1488 1489 #: amp_conf/htdocs/admin/modules/core/page.general.php:106 1490 msgid "Dialing Options" 1491 msgstr "" 1492 1493 #: amp_conf/htdocs/admin/modules/core/page.general.php:109 1494 msgid "Asterisk Dial command options:" 1495 msgstr "" 1496 1497 #: amp_conf/htdocs/admin/modules/core/page.general.php:110 1498 #: amp_conf/htdocs/admin/modules/core/page.general.php:121 1499 msgid "t: Allow the called user to transfer the call by hitting #" 1500 msgstr "" 1501 1502 #: amp_conf/htdocs/admin/modules/core/page.general.php:111 1503 #: amp_conf/htdocs/admin/modules/core/page.general.php:122 1504 msgid "T: Allow the calling user to transfer the call by hitting #" 1505 msgstr "" 1506 1507 #: amp_conf/htdocs/admin/modules/core/page.general.php:112 1508 msgid "r: Generate a ringing tone for the calling party" 1509 msgstr "" 1510 1511 #: amp_conf/htdocs/admin/modules/core/page.general.php:113 1512 #: amp_conf/htdocs/admin/modules/core/page.general.php:123 1513 msgid "" 1514 "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 1515 msgstr "" 1516 1517 #: amp_conf/htdocs/admin/modules/core/page.general.php:114 1518 #: amp_conf/htdocs/admin/modules/core/page.general.php:124 1519 msgid "" 1520 "W: Allow the calling user to start recording after pressing *1 (Asterisk " 1521 "v1.2)" 1522 msgstr "" 1523 1524 #: amp_conf/htdocs/admin/modules/core/page.general.php:120 1525 msgid "Asterisk Outbound Dial command options:" 1526 msgstr "" 1527 1528 #: amp_conf/htdocs/admin/modules/core/page.general.php:125 1529 msgid "r: You SHOULD NOT use this option on outbound trunks" 1530 msgstr "" 1531 1532 #: amp_conf/htdocs/admin/modules/core/page.general.php:132 1533 msgid "Call Recording" 1534 msgstr "" 1535 1536 #: amp_conf/htdocs/admin/modules/core/page.general.php:135 1537 msgid "Extension Recording Override:" 1538 msgstr "" 1539 1540 #: amp_conf/htdocs/admin/modules/core/page.general.php:136 1541 msgid "" 1542 "This will override the recording settings of all extensions/users. If " 1543 "enabled, the system will ignore all Record Always settings of a user and " 1544 "will not turn on recording. This does not effect On Demand recording " 1545 "controlled by the dial options 'w' and 'W' above. It does not effect other " 1546 "recording settings in modules such as Queues and Conferences. If you don't " 1547 "use recordings, setting this is beneficial to system performance as it " 1548 "removes the check that is otherwise done on every single call." 1549 msgstr "" 1550 1551 #: amp_conf/htdocs/admin/modules/core/page.general.php:139 1552 #: amp_conf/htdocs/admin/page.modules.php:602 1553 msgid "Enabled" 1554 msgstr "" 1555 1556 #: amp_conf/htdocs/admin/modules/core/page.general.php:140 1557 msgid "Disabled" 1558 msgstr "" 1559 1560 #: amp_conf/htdocs/admin/modules/core/page.general.php:144 1561 msgid "Call recording format:" 1562 msgstr "" 1563 1564 #: amp_conf/htdocs/admin/modules/core/page.general.php:145 1565 msgid "Pick the format in which to save recorded calls" 1566 msgstr "" 1567 1568 #: amp_conf/htdocs/admin/modules/core/page.general.php:149 1569 msgid "WAV" 1570 msgstr "" 1571 1572 #: amp_conf/htdocs/admin/modules/core/page.general.php:150 1573 msgid "wav" 1574 msgstr "" 1575 1576 #: amp_conf/htdocs/admin/modules/core/page.general.php:151 1577 msgid "ulaw" 1578 msgstr "" 1579 1580 #: amp_conf/htdocs/admin/modules/core/page.general.php:152 1581 msgid "alaw" 1582 msgstr "" 1583 1584 #: amp_conf/htdocs/admin/modules/core/page.general.php:153 1585 msgid "sln" 1586 msgstr "" 1587 1588 #: amp_conf/htdocs/admin/modules/core/page.general.php:154 1589 msgid "gsm" 1590 msgstr "" 1591 1592 #: amp_conf/htdocs/admin/modules/core/page.general.php:155 1593 msgid "g729" 1594 msgstr "" 1595 1596 #: amp_conf/htdocs/admin/modules/core/page.general.php:159 1597 msgid "Recording Location:" 1598 msgstr "" 1599 1600 #: amp_conf/htdocs/admin/modules/core/page.general.php:160 1601 msgid "" 1602 "Override the default location where asterisk will store call recordings. " 1603 "Include the trailing /. Be sure to set proper permissions on the directory " 1604 "for the asterisk user." 1605 msgstr "" 1606 1607 #: amp_conf/htdocs/admin/modules/core/page.general.php:166 1608 msgid "Run after record:" 1609 msgstr "" 1610 1611 #: amp_conf/htdocs/admin/modules/core/page.general.php:167 1612 msgid "" 1613 "An optional script to be run after the call is hungup. You can include " 1614 "channel and MixMon variables like ${CALLFILENAME}, ${MIXMON_FORMAT} and " 1615 "${MIXMON_DIR}. To ensure that you variables are properly escaped, use the " 1616 "following notation: ^{MY_VAR}" 1617 msgstr "" 1618 1619 #: amp_conf/htdocs/admin/modules/core/page.general.php:174 1620 msgid "Voicemail" 1621 msgstr "" 1622 1623 #: amp_conf/htdocs/admin/modules/core/page.general.php:177 1624 msgid "Ringtime Default:" 1625 msgstr "" 1626 1627 #: amp_conf/htdocs/admin/modules/core/page.general.php:178 1628 msgid "" 1629 "Default number of seconds to ring phones before sending callers to " 1630 "voicemail. This can be set per extension/user and will have no effect on " 1631 "phones with no voicemail." 1632 msgstr "" 1633 1634 #: amp_conf/htdocs/admin/modules/core/page.general.php:184 1635 msgid "Direct Dial Voicemail Prefix:" 1636 msgstr "" 1637 1638 #: amp_conf/htdocs/admin/modules/core/page.general.php:185 1639 msgid "" 1640 "Prefix used to dial directly to someone's voicemail. Caution should be taken " 1641 "in choosing this prefix to avoid conflicts with featurecodes." 1642 msgstr "" 1643 1644 #: amp_conf/htdocs/admin/modules/core/page.general.php:191 1645 msgid "Direct Dial to Voicemail message type:" 1646 msgstr "" 1647 1648 #: amp_conf/htdocs/admin/modules/core/page.general.php:192 1649 msgid "" 1650 "Default message type to use when dialing direct to an extensions voicemail" 1651 msgstr "" 1652 1653 #: amp_conf/htdocs/admin/modules/core/page.general.php:196 1654 msgid "Default" 1655 msgstr "" 1656 1657 #: amp_conf/htdocs/admin/modules/core/page.general.php:197 1658 msgid "Unavailable" 1659 msgstr "" 1660 1661 #: amp_conf/htdocs/admin/modules/core/page.general.php:198 1662 msgid "Busy" 1663 msgstr "" 1664 1665 #: amp_conf/htdocs/admin/modules/core/page.general.php:203 1666 msgid "Optional Voicemail Recording Gain:" 1667 msgstr "" 1668 1669 #: amp_conf/htdocs/admin/modules/core/page.general.php:204 1670 msgid "Use the specified amount of gain when recording the voicemail message." 1671 msgstr "" 1672 1673 #: amp_conf/htdocs/admin/modules/core/page.general.php:205 1674 msgid "The units are whole-number decibels (dB)." 1675 msgstr "" 1676 1677 #: amp_conf/htdocs/admin/modules/core/page.general.php:210 1678 msgid "Do Not Play \"please leave message after tone\" to caller" 1679 msgstr "" 1680 1681 #: amp_conf/htdocs/admin/modules/core/page.general.php:210 1682 msgid "" 1683 "Check this to remove the default message \"Please leave your message after " 1684 "the tone. When done, hang-up, or press the pound key.\" That is played after " 1685 "the voicemail greeting (the s option). This applies globally to all vm boxes." 1686 msgstr "" 1687 1688 #: amp_conf/htdocs/admin/modules/core/page.general.php:216 1689 msgid "Voicemail VmX Locator" 1690 msgstr "" 1691 1692 #: amp_conf/htdocs/admin/modules/core/page.general.php:220 1693 msgid "Default Context & Pri:" 1694 msgstr "" 1695 1696 #: amp_conf/htdocs/admin/modules/core/page.general.php:221 1697 msgid "Default to use if only a number/extension are provided." 1698 msgstr "" 1699 1700 #: amp_conf/htdocs/admin/modules/core/page.general.php:228 1701 msgid "Timeout/#-press default:" 1702 msgstr "" 1703 1704 #: amp_conf/htdocs/admin/modules/core/page.general.php:229 1705 msgid "" 1706 "This is the default location that a caller will be sent if they don't press " 1707 "any key (timeout) or press # which is interpreted as a timeout. Set this to " 1708 "'dovm' to go to voicemail (default)." 1709 msgstr "" 1710 1711 #: amp_conf/htdocs/admin/modules/core/page.general.php:237 1712 msgid "Loop Exceed default:" 1713 msgstr "" 1714 1715 #: amp_conf/htdocs/admin/modules/core/page.general.php:238 1716 msgid "" 1717 "This is the default location that a caller will be sent if they press an " 1718 "invalid options too man times, as defined by the Maximum Loops count. Set " 1719 "this to 'dovm' to go to voicemail (default)." 1720 msgstr "" 1721 1722 #: amp_conf/htdocs/admin/modules/core/page.general.php:246 1723 msgid "Timeout VM Msg:" 1724 msgstr "" 1725 1726 #: amp_conf/htdocs/admin/modules/core/page.general.php:247 1727 #: amp_conf/htdocs/admin/modules/core/page.general.php:259 1728 msgid "" 1729 "If this destination is voicemail, select whether or not to play the standard " 1730 "voicemail instructions or just beep." 1731 msgstr "" 1732 1733 #: amp_conf/htdocs/admin/modules/core/page.general.php:251 1734 #: amp_conf/htdocs/admin/modules/core/page.general.php:263 1735 #: amp_conf/htdocs/admin/modules/core/page.general.php:275 1736 msgid "Std Instructions" 1737 msgstr "" 1738 1739 #: amp_conf/htdocs/admin/modules/core/page.general.php:252 1740 #: amp_conf/htdocs/admin/modules/core/page.general.php:264 1741 #: amp_conf/htdocs/admin/modules/core/page.general.php:276 1742 msgid "Beep Only" 1743 msgstr "" 1744 1745 #: amp_conf/htdocs/admin/modules/core/page.general.php:258 1746 msgid "Max Loop VM Msg:" 1747 msgstr "" 1748 1749 #: amp_conf/htdocs/admin/modules/core/page.general.php:270 1750 msgid "Direct VM Option" 1751 msgstr "" 1752 1753 #: amp_conf/htdocs/admin/modules/core/page.general.php:271 1754 msgid "" 1755 "If a user defined option is to go to voicemail (using the 'dovm' extension) " 1756 "this is the default option if not specified by the user's settings." 1757 msgstr "" 1758 1759 #: amp_conf/htdocs/admin/modules/core/page.general.php:282 1760 msgid "Msg Timeout:" 1761 msgstr "" 1762 1763 #: amp_conf/htdocs/admin/modules/core/page.general.php:283 1764 msgid "" 1765 "Time to wait after message has played to timeout and/or repeat the message " 1766 "if no entry pressed." 1767 msgstr "" 1768 1769 #: amp_conf/htdocs/admin/modules/core/page.general.php:295 1770 msgid "seconds" 1771 msgstr "" 1772 1773 #: amp_conf/htdocs/admin/modules/core/page.general.php:300 1774 msgid "Msg Play:" 1775 msgstr "" 1776 1777 #: amp_conf/htdocs/admin/modules/core/page.general.php:301 1778 msgid "" 1779 "Number of times to play the recorded message if the caller does not press " 1780 "any options and it times out." 1781 msgstr "" 1782 1783 #: amp_conf/htdocs/admin/modules/core/page.general.php:313 1784 #: amp_conf/htdocs/admin/modules/core/page.general.php:331 1785 msgid "times" 1786 msgstr "" 1787 1788 #: amp_conf/htdocs/admin/modules/core/page.general.php:318 1789 msgid "Error Re-tries:" 1790 msgstr "" 1791 1792 #: amp_conf/htdocs/admin/modules/core/page.general.php:319 1793 msgid "" 1794 "Number of times to play invalid options and repeat the message upon " 1795 "receiving an undefined option." 1796 msgstr "" 1797 1798 #: amp_conf/htdocs/admin/modules/core/page.general.php:336 1799 msgid "Company Directory" 1800 msgstr "" 1801 1802 #: amp_conf/htdocs/admin/modules/core/page.general.php:339 1803 msgid "Find users in the Company Directory by:" 1804 msgstr "" 1805 1806 #: amp_conf/htdocs/admin/modules/core/page.general.php:339 1807 msgid "" 1808 "The Company Directory allows a caller to spell the user's first name, last " 1809 "name, or both when searching for a user. This will select which of these " 1810 "modes are used." 1811 msgstr "" 1812 1813 #: amp_conf/htdocs/admin/modules/core/page.general.php:342 1814 msgid "first name" 1815 msgstr "" 1816 1817 #: amp_conf/htdocs/admin/modules/core/page.general.php:343 1818 msgid "last name" 1819 msgstr "" 1820 1821 #: amp_conf/htdocs/admin/modules/core/page.general.php:344 1822 msgid "first or last name" 1823 msgstr "" 1824 1825 #: amp_conf/htdocs/admin/modules/core/page.general.php:348 1826 msgid "Announce Extension:" 1827 msgstr "" 1828 1829 #: amp_conf/htdocs/admin/modules/core/page.general.php:348 1830 msgid "" 1831 "Plays a message \"Please hold while I transfer you to extension xxx\" that " 1832 "lets the caller know what extension to use in the future when connecting " 1833 "from the company directory." 1834 msgstr "" 1835 1836 #: amp_conf/htdocs/admin/modules/core/page.general.php:353 1837 msgid "Operator Extension:" 1838 msgstr "" 1839 1840 #: amp_conf/htdocs/admin/modules/core/page.general.php:354 1841 msgid "" 1842 "When users hit '0' in the directory, they are put through to this number. " 1843 "Note that it" 1844 msgstr "" 1845 1846 #: amp_conf/htdocs/admin/modules/core/page.general.php:355 1847 msgid "" 1848 " does NOT need to be an extension, it can be a Ring Group, or even an " 1849 "external number." 1850 msgstr "" 1851 1852 #: amp_conf/htdocs/admin/modules/core/page.general.php:361 1853 msgid "Fax Machine" 1854 msgstr "" 1855 1856 #: amp_conf/htdocs/admin/modules/core/page.general.php:364 1857 msgid "Extension of fax machine for receiving faxes:" 1858 msgstr "" 1859 1860 #: amp_conf/htdocs/admin/modules/core/page.general.php:364 1861 msgid "" 1862 "Select 'system' to have the system receive and email faxes.<br>Selecting " 1863 "'disabled' will result in incoming calls being answered more quickly." 1864 msgstr "" 1865 1866 #: amp_conf/htdocs/admin/modules/core/page.general.php:368 1867 #: amp_conf/htdocs/admin/modules/core/page.did.php:251 1868 msgid "disabled" 1869 msgstr "" 1870 1871 #: amp_conf/htdocs/admin/modules/core/page.general.php:369 1872 #: amp_conf/htdocs/admin/modules/core/page.did.php:252 1873 msgid "system" 1874 msgstr "" 1875 1876 #: amp_conf/htdocs/admin/modules/core/page.general.php:382 1877 msgid "Email address to have faxes emailed to:" 1878 msgstr "" 1879 1880 #: amp_conf/htdocs/admin/modules/core/page.general.php:382 1881 msgid "" 1882 "Email address used if 'system' has been chosen for the fax extension above." 1883 msgstr "" 1884 1885 #: amp_conf/htdocs/admin/modules/core/page.general.php:387 1886 msgid "Email address that faxes appear to come from:" 1887 msgstr "" 1888 1889 #: amp_conf/htdocs/admin/modules/core/page.general.php:387 1890 msgid "" 1891 "Email address that faxes appear to come from if 'system' has been chosen for " 1892 "the fax extension above." 1893 msgstr "" 1894 1895 #: amp_conf/htdocs/admin/modules/core/page.general.php:392 1896 msgid "International Settings" 1897 msgstr "" 1898 1899 #: amp_conf/htdocs/admin/modules/core/page.general.php:395 1900 msgid "Country Indications" 1901 msgstr "" 1902 1903 #: amp_conf/htdocs/admin/modules/core/page.general.php:395 1904 msgid "Select which country you are in" 1905 msgstr "" 1906 1907 #: amp_conf/htdocs/admin/modules/core/page.general.php:404 1908 msgid "24-hour format" 1909 msgstr "" 1910 1911 #: amp_conf/htdocs/admin/modules/core/page.general.php:404 1912 msgid "" 1913 "Select Yes if you use 24-hour format or No if you are using 12-hour am/pm " 1914 "format" 1915 msgstr "" 1916 1917 #: amp_conf/htdocs/admin/modules/core/page.general.php:407 1918 #: amp_conf/htdocs/admin/modules/core/page.general.php:422 1919 msgid "no" 1920 msgstr "" 1921 1922 #: amp_conf/htdocs/admin/modules/core/page.general.php:408 1923 #: amp_conf/htdocs/admin/modules/core/page.general.php:423 1924 msgid "yes" 1925 msgstr "" 1926 1927 #: amp_conf/htdocs/admin/modules/core/page.general.php:412 1928 msgid "Security Settings" 1929 msgstr "" 1930 1931 #: amp_conf/htdocs/admin/modules/core/page.general.php:415 1932 msgid "Allow Anonymous Inbound SIP Calls?" 1933 msgstr "" 1934 1935 #: amp_conf/htdocs/admin/modules/core/page.general.php:416 1936 msgid "** WARNING **" 1937 msgstr "" 1938 1939 #: amp_conf/htdocs/admin/modules/core/page.general.php:417 1940 msgid "" 1941 "Setting this to 'yes' will potentially allow ANYBODY to call into your " 1942 "Asterisk server using the SIP protocol" 1943 msgstr "" 1944 1945 #: amp_conf/htdocs/admin/modules/core/page.general.php:418 1946 msgid "" 1947 "It should only be used if you fully understand the impact of allowing " 1948 "anonymous calls into your server" 1949 msgstr "" 1950 1951 #: amp_conf/htdocs/admin/modules/core/page.general.php:428 1952 msgid "Online Updates" 1953 msgstr "" 1954 1955 #: amp_conf/htdocs/admin/modules/core/page.general.php:432 1956 msgid "Check for Updates" 1957 msgstr "" 1958 1959 #: amp_conf/htdocs/admin/modules/core/page.general.php:433 1960 msgid "" 1961 "Choosing Yes will result in the system automatically checking for updates " 1962 "nighly. The resulting infomation will be displayed in the dashboard and will " 1963 "be optionally emailed to the address below if provided.<br />This will " 1964 "transmit your FreePBX and Asterisk version numbers along with a unique but " 1965 "random identifier. This is used to provide proper update information and to " 1966 "track version usage to focus development and maintenance efforts. No private " 1967 "information is transmitted." 1968 msgstr "" 1969 1970 #: amp_conf/htdocs/admin/modules/core/page.general.php:437 1971 #: amp_conf/htdocs/admin/modules/core/page.did.php:237 1972 msgid "Yes" 1973 msgstr "" 1974 1975 #: amp_conf/htdocs/admin/modules/core/page.general.php:438 1976 #: amp_conf/htdocs/admin/modules/core/page.did.php:236 1977 msgid "No" 1978 msgstr "" 1979 1980 #: amp_conf/htdocs/admin/modules/core/page.general.php:444 1981 msgid "Update Email" 1982 msgstr "" 1983 1984 #: amp_conf/htdocs/admin/modules/core/page.general.php:445 1985 msgid "" 1986 "Email address where online updates will be sent. Leaving blank will result " 1987 "in no updates being sent." 1988 msgstr "" 1989 1990 #: amp_conf/htdocs/admin/modules/core/page.general.php:475 1991 msgid "Please enter a valid Number of Seconds" 1992 msgstr "" 1993 1994 #: amp_conf/htdocs/admin/modules/core/page.general.php:476 1995 msgid "Please enter a valid Fax Email" 1996 msgstr "" 1997 1998 #: amp_conf/htdocs/admin/modules/core/page.general.php:477 1999 msgid "" 2000 "You have selected the 'r' option for your trunks. This is highly discouraged " 2001 "and will create problems with calls on many PRI, VoIP, ISDN and other trunks " 2002 "that are capable of signaling. Asterisk will generate a ringing tone until " 2003 "the signalling indicates the line is answered. This will result in some " 2004 "external IVRs being inaccessible and other strange problems." 2005 msgstr "" 2006 2007 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:53 2008 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:87 2009 msgid "Add Channel" 2010 msgstr "" 2011 2012 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:74 2013 msgid "Edit Zap Channel: " 2014 msgstr "" 2015 2016 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:76 2017 msgid "Add Zap Channel" 2018 msgstr "" 2019 2020 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:79 2021 msgid "" 2022 "Zap Channel DIDs allow you to assign a DID to specific Zap Channels. You can " 2023 "supply the same DID to multiple channels. This would be a common scenario if " 2024 "you have multiple POTS lines that are on a hunt group from your provider. " 2025 "You MUST assign the channel's context to from-zaptel for these settings to " 2026 "have effect. It will be a line that looks like:<br /><br />context = from-" 2027 "zaptel<br /><br />in your zapata.conf configuration effecting the specified " 2028 "channel(s). Once you have assigned DIDs you can use standard Inbound Routes " 2029 "with the specified DIDs to route your calls." 2030 msgstr "" 2031 2032 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:87 2033 msgid "Edit Channel" 2034 msgstr "" 2035 2036 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:92 2037 msgid "Channel" 2038 msgstr "" 2039 2040 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:92 2041 msgid "The Zap Channel number to map to a DID" 2042 msgstr "" 2043 2044 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:99 2045 #: amp_conf/htdocs/admin/modules/core/page.did.php:176 2046 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4729 2047 #: amp_conf/htdocs/admin/page.modules.php:696 2048 msgid "Description" 2049 msgstr "" 2050 2051 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:99 2052 msgid "A useful description describing this channel" 2053 msgstr "" 2054 2055 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:103 2056 msgid "DID" 2057 msgstr "" 2058 2059 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:103 2060 msgid "" 2061 "The DID that this channel represents. The incoming call on this channel will " 2062 "be treated as if it came in with this DID and can be managed with Inbound " 2063 "Routing on DIDs" 2064 msgstr "" 2065 2066 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:109 2067 msgid "Delete" 2068 msgstr "" 2069 2070 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:123 2071 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:3026 2072 msgid "Invalid Channel Number, must be numeric and not blank" 2073 msgstr "" 2074 2075 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:124 2076 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:3030 2077 msgid "Invalid DID, must be a non-blank DID" 2078 msgstr "" 2079 2080 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:125 2081 msgid "" 2082 "DID information is normally just an incoming telephone number.\\n\\nYou have " 2083 "entered a non standard DID pattern.\\n\\nAre you sure this is correct?" 2084 msgstr "" 2085 2086 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:126 2087 msgid "" 2088 "You appear to be using a converted DID in the form of zapchanNN that was " 2089 "automatically generated during an upgrade. You should consider assigning the " 2090 "DID that is normally associated with this channel to take full advantage of " 2091 "the inbound routing abilities. Changing the DID here will require you to " 2092 "make changes in the Inbound Routes tab. Do you want to continue?" 2093 msgstr "" 2094 2095 #: amp_conf/htdocs/admin/modules/core/install.php:5 2096 msgid "User Logon" 2097 msgstr "" 2098 2099 #: amp_conf/htdocs/admin/modules/core/install.php:6 2100 msgid "User Logoff" 2101 msgstr "" 2102 2103 #: amp_conf/htdocs/admin/modules/core/install.php:7 2104 msgid "ZapBarge" 2105 msgstr "" 2106 2107 #: amp_conf/htdocs/admin/modules/core/install.php:8 2108 msgid "ChanSpy" 2109 msgstr "" 2110 2111 #: amp_conf/htdocs/admin/modules/core/install.php:9 2112 msgid "Simulate Incoming Call" 2113 msgstr "" 2114 2115 #: amp_conf/htdocs/admin/modules/core/install.php:10 2116 msgid "Dial System FAX" 2117 msgstr "" 2118 2119 #: amp_conf/htdocs/admin/modules/core/install.php:11 2120 msgid "Directed Call Pickup" 2121 msgstr "" 2122 2123 #: amp_conf/htdocs/admin/modules/core/install.php:12 2124 msgid "Asterisk General Call Pickup" 2125 msgstr "" 2126 2127 #: amp_conf/htdocs/admin/modules/core/install.php:13 2128 msgid "In-Call Asterisk Blind Transfer" 2129 msgstr "" 2130 2131 #: amp_conf/htdocs/admin/modules/core/install.php:14 2132 msgid "In-Call Asterisk Attended Transfer" 2133 msgstr "" 2134 2135 #: amp_conf/htdocs/admin/modules/core/install.php:15 2136 msgid "In-Call Asterisk Toggle Call Recording" 2137 msgstr "" 2138 2139 #: amp_conf/htdocs/admin/modules/core/install.php:16 2140 msgid "In-Call Asterisk Disconnect Code" 2141 msgstr "" 2142 2143 #: amp_conf/htdocs/admin/modules/core/install.php:43 2144 #, php-format 2145 msgid "ERROR: trying to check if %s already in use" 2146 msgstr "" 2147 2148 #: amp_conf/htdocs/admin/modules/core/install.php:130 2149 msgid "Checking if directdids need migrating.." 2150 msgstr "" 2151 2152 #: amp_conf/htdocs/admin/modules/core/install.php:134 2153 msgid "starting migration" 2154 msgstr "" 2155 2156 #: amp_conf/htdocs/admin/modules/core/install.php:151 2157 msgid "User: " 2158 msgstr "" 2159 2160 #: amp_conf/htdocs/admin/modules/core/install.php:154 2161 #, php-format 2162 msgid "ERROR: failed to insert %s for user %s" 2163 msgstr "" 2164 2165 #: amp_conf/htdocs/admin/modules/core/install.php:159 2166 #, php-format 2167 msgid "" 2168 "There were %s failures migrating directdids, users table not being changed" 2169 msgstr "" 2170 2171 #: amp_conf/htdocs/admin/modules/core/install.php:163 2172 #, php-format 2173 msgid "Removing field %s from users table.." 2174 msgstr "" 2175 2176 #: amp_conf/htdocs/admin/modules/core/install.php:167 2177 msgid "not present" 2178 msgstr "" 2179 2180 #: amp_conf/htdocs/admin/modules/core/install.php:169 2181 msgid "removed" 2182 msgstr "" 2183 2184 #: amp_conf/htdocs/admin/modules/core/install.php:174 2185 msgid "" 2186 "ERROR: could not access user table to migrate directdids to incoming table, " 2187 "aborting" 2188 msgstr "" 2189 2190 #: amp_conf/htdocs/admin/modules/core/install.php:177 2191 msgid "already done" 2192 msgstr "" 2193 2194 #: amp_conf/htdocs/admin/modules/core/install.php:182 2195 msgid "updating zap callgroup, pickupgroup.." 2196 msgstr "" 2197 2198 #: amp_conf/htdocs/admin/modules/core/install.php:207 2199 #, php-format 2200 msgid "updated %s callgroups, %s pickupgroups" 2201 msgstr "" 2202 2203 #: amp_conf/htdocs/admin/modules/core/install.php:209 2204 msgid "not needed" 2205 msgstr "" 2206 2207 #: amp_conf/htdocs/admin/modules/core/install.php:214 2208 msgid "checking for delay_answer field .." 2209 msgstr "" 2210 2211 #: amp_conf/htdocs/admin/modules/core/install.php:221 2212 #: amp_conf/htdocs/admin/modules/core/install.php:237 2213 msgid "fatal error" 2214 msgstr "" 2215 2216 #: amp_conf/htdocs/admin/modules/core/install.php:224 2217 #: amp_conf/htdocs/admin/modules/core/install.php:240 2218 msgid "added" 2219 msgstr "" 2220 2221 #: amp_conf/htdocs/admin/modules/core/install.php:227 2222 #: amp_conf/htdocs/admin/modules/core/install.php:243 2223 msgid "already exists" 2224 msgstr "" 2225 2226 #: amp_conf/htdocs/admin/modules/core/install.php:230 2227 msgid "checking for pricid field .." 2228 msgstr "" 2229 2230 #: amp_conf/htdocs/admin/modules/core/install.php:254 2231 msgid "Created" 2232 msgstr "" 2233 2234 #: amp_conf/htdocs/admin/modules/core/install.php:256 2235 msgid "Already exists!" 2236 msgstr "" 2237 2238 #: amp_conf/htdocs/admin/modules/core/page.routing.php:118 2239 msgid "Error renaming route: duplicate name" 2240 msgstr "" 2241 2242 #: amp_conf/htdocs/admin/modules/core/page.routing.php:200 2243 #: amp_conf/htdocs/admin/modules/core/page.routing.php:265 2244 msgid "Add Route" 2245 msgstr "" 2246 2247 #: amp_conf/htdocs/admin/modules/core/page.routing.php:215 2248 #: amp_conf/htdocs/admin/modules/core/page.routing.php:528 2249 msgid "Move Up" 2250 msgstr "" 2251 2252 #: amp_conf/htdocs/admin/modules/core/page.routing.php:222 2253 #: amp_conf/htdocs/admin/modules/core/page.routing.php:536 2254 msgid "Move Down" 2255 msgstr "" 2256 2257 #: amp_conf/htdocs/admin/modules/core/page.routing.php:263 2258 msgid "Edit Route" 2259 msgstr "" 2260 2261 #: amp_conf/htdocs/admin/modules/core/page.routing.php:275 2262 #: amp_conf/htdocs/admin/modules/core/page.did.php:141 2263 #, php-format 2264 msgid "Delete Route %s" 2265 msgstr "" 2266 2267 #: amp_conf/htdocs/admin/modules/core/page.routing.php:290 2268 msgid "Route Name" 2269 msgstr "" 2270 2271 #: amp_conf/htdocs/admin/modules/core/page.routing.php:290 2272 msgid "" 2273 "Name of this route. Should be used to describe what type of calls this route " 2274 "matches (for example, 'local' or 'longdistance')." 2275 msgstr "" 2276 2277 #: amp_conf/htdocs/admin/modules/core/page.routing.php:296 2278 msgid "Rename" 2279 msgstr "" 2280 2281 #: amp_conf/htdocs/admin/modules/core/page.routing.php:301 2282 msgid "Rename route" 2283 msgstr "" 2284 2285 #: amp_conf/htdocs/admin/modules/core/page.routing.php:301 2286 msgid "to:" 2287 msgstr "" 2288 2289 #: amp_conf/htdocs/admin/modules/core/page.routing.php:303 2290 msgid "Route name is invalid...please try again" 2291 msgstr "" 2292 2293 #: amp_conf/htdocs/admin/modules/core/page.routing.php:318 2294 msgid "Route Password" 2295 msgstr "" 2296 2297 #: amp_conf/htdocs/admin/modules/core/page.routing.php:318 2298 msgid "" 2299 "Optional: A route can prompt users for a password before allowing calls to " 2300 "progress. This is useful for restricting calls to international " 2301 "destinations or 1-900 numbers.<br><br>A numerical password, or the path to " 2302 "an Authenticate password file can be used.<br><br>Leave this field blank to " 2303 "not prompt for password.</span>" 2304 msgstr "" 2305 2306 #: amp_conf/htdocs/admin/modules/core/page.routing.php:327 2307 msgid "Emergency Dialing" 2308 msgstr "" 2309 2310 #: amp_conf/htdocs/admin/modules/core/page.routing.php:327 2311 msgid "" 2312 "Optional: Selecting this option will enforce the use of a device's Emergency " 2313 "CID setting (if set). Select this option if this set of routes is used for " 2314 "emergency dialing (ie: 911).</span>" 2315 msgstr "" 2316 2317 #: amp_conf/htdocs/admin/modules/core/page.routing.php:331 2318 msgid "Intra Company Route" 2319 msgstr "" 2320 2321 #: amp_conf/htdocs/admin/modules/core/page.routing.php:331 2322 msgid "" 2323 "Optional: Selecting this option will treat this route as a intra-company " 2324 "connection, preserving the internal Caller ID information and not use the " 2325 "outbound CID of either the extension or trunk.</span>" 2326 msgstr "" 2327 2328 #: amp_conf/htdocs/admin/modules/core/page.routing.php:336 2329 msgid "Music On Hold?" 2330 msgstr "" 2331 2332 #: amp_conf/htdocs/admin/modules/core/page.routing.php:336 2333 msgid "" 2334 "You can choose which music category to use. For example, choose a type " 2335 "appropriate for a destination country which may have announcements in the " 2336 "appropriate language." 2337 msgstr "" 2338 2339 #: amp_conf/htdocs/admin/modules/core/page.routing.php:354 2340 msgid "Dial Patterns" 2341 msgstr "" 2342 2343 #: amp_conf/htdocs/admin/modules/core/page.routing.php:354 2344 msgid "" 2345 "A Dial Pattern is a unique set of digits that will select this trunk. Enter " 2346 "one dial pattern per line." 2347 msgstr "" 2348 2349 #: amp_conf/htdocs/admin/modules/core/page.routing.php:359 2350 msgid "wildcard, matches one or more characters" 2351 msgstr "" 2352 2353 #: amp_conf/htdocs/admin/modules/core/page.routing.php:360 2354 msgid "" 2355 "separates a dialing prefix from the number (for example, 9|NXXXXXX would " 2356 "match when some dialed \"95551234\" but would only pass \"5551234\" to the " 2357 "trunks)" 2358 msgstr "" 2359 2360 #: amp_conf/htdocs/admin/modules/core/page.routing.php:402 2361 msgid "Dial patterns wizards" 2362 msgstr "" 2363 2364 #: amp_conf/htdocs/admin/modules/core/page.routing.php:403 2365 msgid "" 2366 "These options provide a quick way to add outbound dialing rules. Follow the " 2367 "prompts for each." 2368 msgstr "" 2369 2370 #: amp_conf/htdocs/admin/modules/core/page.routing.php:404 2371 #: amp_conf/htdocs/admin/modules/core/page.routing.php:490 2372 msgid "Lookup local prefixes" 2373 msgstr "" 2374 2375 #: amp_conf/htdocs/admin/modules/core/page.routing.php:404 2376 msgid "" 2377 "This looks up your local number on www.localcallingguide.com (NA-only), and " 2378 "sets up so you can dial either 7, 10 or 11 digits (5551234, 6135551234, " 2379 "16135551234) to access this route." 2380 msgstr "" 2381 2382 #: amp_conf/htdocs/admin/modules/core/page.routing.php:483 2383 msgid "Local 7 digit" 2384 msgstr "" 2385 2386 #: amp_conf/htdocs/admin/modules/core/page.routing.php:484 2387 msgid "Local 7/10 digit" 2388 msgstr "" 2389 2390 #: amp_conf/htdocs/admin/modules/core/page.routing.php:485 2391 msgid "Toll-free" 2392 msgstr "" 2393 2394 #: amp_conf/htdocs/admin/modules/core/page.routing.php:486 2395 msgid "Long-distance" 2396 msgstr "" 2397 2398 #: amp_conf/htdocs/admin/modules/core/page.routing.php:487 2399 msgid "International" 2400 msgstr "" 2401 2402 #: amp_conf/htdocs/admin/modules/core/page.routing.php:488 2403 msgid "Information" 2404 msgstr "" 2405 2406 #: amp_conf/htdocs/admin/modules/core/page.routing.php:489 2407 msgid "Emergency" 2408 msgstr "" 2409 2410 #: amp_conf/htdocs/admin/modules/core/page.routing.php:496 2411 msgid "Trunk Sequence" 2412 msgstr "" 2413 2414 #: amp_conf/htdocs/admin/modules/core/page.routing.php:496 2415 msgid "" 2416 "The Trunk Sequence controls the order of trunks that will be used when the " 2417 "above Dial Patterns are matched. <br><br>For Dial Patterns that match long " 2418 "distance numbers, for example, you'd want to pick the cheapest routes for " 2419 "long distance (ie, VoIP trunks first) followed by more expensive routes " 2420 "(POTS lines)." 2421 msgstr "" 2422 2423 #: amp_conf/htdocs/admin/modules/core/page.routing.php:618 2424 msgid "Route name is invalid, please try again" 2425 msgstr "" 2426 2427 #: amp_conf/htdocs/admin/modules/core/page.routing.php:619 2428 msgid "Route password must be numeric or leave blank to disable" 2429 msgstr "" 2430 2431 #: amp_conf/htdocs/admin/modules/core/page.routing.php:620 2432 msgid "Dial pattern is invalid" 2433 msgstr "" 2434 2435 #: amp_conf/htdocs/admin/modules/core/page.routing.php:621 2436 msgid "At least one trunk must be picked" 2437 msgstr "" 2438 2439 #: amp_conf/htdocs/admin/modules/core/page.did.php:77 2440 #: amp_conf/htdocs/admin/modules/core/page.did.php:165 2441 #: amp_conf/htdocs/admin/modules/core/page.did.php:174 2442 msgid "Add Incoming Route" 2443 msgstr "" 2444 2445 #: amp_conf/htdocs/admin/modules/core/page.did.php:78 2446 msgid "View All DIDs" 2447 msgstr "" 2448 2449 #: amp_conf/htdocs/admin/modules/core/page.did.php:79 2450 msgid "View User DIDs" 2451 msgstr "" 2452 2453 #: amp_conf/htdocs/admin/modules/core/page.did.php:80 2454 msgid "View General DIDs" 2455 msgstr "" 2456 2457 #: amp_conf/htdocs/admin/modules/core/page.did.php:81 2458 msgid "View Unused DIDs" 2459 msgstr "" 2460 2461 #: amp_conf/htdocs/admin/modules/core/page.did.php:113 2462 msgid "any DID" 2463 msgstr "" 2464 2465 #: amp_conf/htdocs/admin/modules/core/page.did.php:114 2466 msgid "any CID" 2467 msgstr "" 2468 2469 #: amp_conf/htdocs/admin/modules/core/page.did.php:126 2470 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4293 2471 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4646 2472 msgid "deleted" 2473 msgstr "" 2474 2475 #: amp_conf/htdocs/admin/modules/core/page.did.php:151 2476 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4325 2477 #: amp_conf/htdocs/admin/modules/core/page.users.php:21 2478 msgid "User" 2479 msgstr "" 2480 2481 #: amp_conf/htdocs/admin/modules/core/page.did.php:155 2482 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4313 2483 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4698 2484 #: amp_conf/htdocs/admin/modules/core/page.extensions.php:18 2485 msgid "Extension" 2486 msgstr "" 2487 2488 #: amp_conf/htdocs/admin/modules/core/page.did.php:158 2489 #, php-format 2490 msgid "Edit %s" 2491 msgstr "" 2492 2493 #: amp_conf/htdocs/admin/modules/core/page.did.php:158 2494 #, php-format 2495 msgid "Edit %s %s (%s)" 2496 msgstr "" 2497 2498 #: amp_conf/htdocs/admin/modules/core/page.did.php:174 2499 msgid "Edit Incoming Route" 2500 msgstr "" 2501 2502 #: amp_conf/htdocs/admin/modules/core/page.did.php:176 2503 msgid "Provide a meaningful description of what this incoming route is" 2504 msgstr "" 2505 2506 #: amp_conf/htdocs/admin/modules/core/page.did.php:180 2507 msgid "DID Number" 2508 msgstr "" 2509 2510 #: amp_conf/htdocs/admin/modules/core/page.did.php:180 2511 msgid "" 2512 "Define the expected DID Number if your trunk passes DID on incoming calls. " 2513 "<br><br>Leave this blank to match calls with any or no DID info.<br><br>You " 2514 "can also use a pattern match (eg _2[345]X) to match a range of numbers" 2515 msgstr "" 2516 2517 #: amp_conf/htdocs/admin/modules/core/page.did.php:184 2518 msgid "Caller ID Number" 2519 msgstr "" 2520 2521 #: amp_conf/htdocs/admin/modules/core/page.did.php:184 2522 msgid "" 2523 "Define the Caller ID Number to be matched on incoming calls.<br><br>Leave " 2524 "this field blank to match any or no CID info. In addition to standard dial " 2525 "sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous " 2526 "and Unavailable in order to catch these special cases if the Telco transmits " 2527 "them." 2528 msgstr "" 2529 2530 #: amp_conf/htdocs/admin/modules/core/page.did.php:189 2531 msgid "CID Priority Route" 2532 msgstr "" 2533 2534 #: amp_conf/htdocs/admin/modules/core/page.did.php:189 2535 msgid "" 2536 "This effects CID ONLY routes where no DID is specified. If checked, calls " 2537 "with this CID will be routed to this route, even if there is a route to the " 2538 "DID that was called. Normal behavior is for the DID route to take the calls. " 2539 "If there is a specific DID/CID route for this CID, that route will still " 2540 "take the call when that DID is called." 2541 msgstr "" 2542 2543 #: amp_conf/htdocs/admin/modules/core/page.did.php:193 2544 msgid "Options" 2545 msgstr "" 2546 2547 #: amp_conf/htdocs/admin/modules/core/page.did.php:195 2548 msgid "Alert Info" 2549 msgstr "" 2550 2551 #: amp_conf/htdocs/admin/modules/core/page.did.php:195 2552 msgid "ALERT_INFO can be used for distinctive ring with SIP devices." 2553 msgstr "" 2554 2555 #: amp_conf/htdocs/admin/modules/core/page.did.php:199 2556 msgid "CID name prefix" 2557 msgstr "" 2558 2559 #: amp_conf/htdocs/admin/modules/core/page.did.php:199 2560 msgid "" 2561 "You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:" 2562 "\", a call from John Doe would display as \"Sales:John Doe\" on the " 2563 "extensions that ring." 2564 msgstr "" 2565 2566 #: amp_conf/htdocs/admin/modules/core/page.did.php:204 2567 msgid "Music On Hold" 2568 msgstr "" 2569 2570 #: amp_conf/htdocs/admin/modules/core/page.did.php:204 2571 msgid "" 2572 "Set the MoH class that will be used for calls that come in on this route. " 2573 "For example, choose a type appropriate for routes coming in from a country " 2574 "which may have announcements in their language." 2575 msgstr "" 2576 2577 #: amp_conf/htdocs/admin/modules/core/page.did.php:210 2578 msgid "No Music" 2579 msgstr "" 2580 2581 #: amp_conf/htdocs/admin/modules/core/page.did.php:222 2582 msgid "Signal RINGING" 2583 msgstr "" 2584 2585 #: amp_conf/htdocs/admin/modules/core/page.did.php:222 2586 msgid "" 2587 "Some devices or providers require RINGING to be sent before ANSWER. You'll " 2588 "notice this happening if you can send calls directly to a phone, but if you " 2589 "send it to an IVR, it won't connect the call." 2590 msgstr "" 2591 2592 #: amp_conf/htdocs/admin/modules/core/page.did.php:226 2593 msgid "Pause Before Answer" 2594 msgstr "" 2595 2596 #: amp_conf/htdocs/admin/modules/core/page.did.php:226 2597 msgid "" 2598 "An optional delay to wait before processing this route. Setting this value " 2599 "will delay the channel from answering the call. This may be handy if " 2600 "external fax equipment or security systems are installed in parallel and you " 2601 "would like them to be able to seize the line." 2602 msgstr "" 2603 2604 #: amp_conf/htdocs/admin/modules/core/page.did.php:230 2605 msgid "Privacy" 2606 msgstr "" 2607 2608 #: amp_conf/htdocs/admin/modules/core/page.did.php:233 2609 msgid "Privacy Manager" 2610 msgstr "" 2611 2612 #: amp_conf/htdocs/admin/modules/core/page.did.php:233 2613 msgid "" 2614 "If no Caller ID is sent, Privacy Manager will asks the caller to enter their " 2615 "10 digit phone number. The caller is given 3 attempts. The number of digits " 2616 "and attempts can be defined in privacy.conf. If a user has Call Screening " 2617 "enabled, the incoming caller will be asked to enter their CallerId here if " 2618 "enabled, and then to say their name once determined that the called user " 2619 "requires it." 2620 msgstr "" 2621 2622 #: amp_conf/htdocs/admin/modules/core/page.did.php:242 2623 msgid "Fax Handling" 2624 msgstr "" 2625 2626 #: amp_conf/htdocs/admin/modules/core/page.did.php:246 2627 msgid "Fax Extension" 2628 msgstr "" 2629 2630 #: amp_conf/htdocs/admin/modules/core/page.did.php:246 2631 msgid "" 2632 "Select 'system' to have the system receive and email faxes.<br><br>The " 2633 "FreePBX default is defined in General Settings." 2634 msgstr "" 2635 2636 #: amp_conf/htdocs/admin/modules/core/page.did.php:250 2637 msgid "FreePBX default" 2638 msgstr "" 2639 2640 #: amp_conf/htdocs/admin/modules/core/page.did.php:267 2641 msgid "Fax Email" 2642 msgstr "" 2643 2644 #: amp_conf/htdocs/admin/modules/core/page.did.php:267 2645 msgid "" 2646 "Email address is used if 'system' has been chosen for the fax extension " 2647 "above.<br><br>Leave this blank to use the FreePBX default in General " 2648 "Settings." 2649 msgstr "" 2650 2651 #: amp_conf/htdocs/admin/modules/core/page.did.php:274 2652 msgid "Fax Detection Type" 2653 msgstr "" 2654 2655 #: amp_conf/htdocs/admin/modules/core/page.did.php:274 2656 msgid "" 2657 "Selecting Zaptel or NVFax will immediately answer the call and play ringing " 2658 "tones to the caller for the number of seconds in Pause below. Use NVFax on " 2659 "SIP or IAX trunks." 2660 msgstr "" 2661 2662 #: amp_conf/htdocs/admin/modules/core/page.did.php:277 2663 msgid "None" 2664 msgstr "" 2665 2666 #: amp_conf/htdocs/admin/modules/core/page.did.php:278 2667 msgid "Zaptel" 2668 msgstr "" 2669 2670 #: amp_conf/htdocs/admin/modules/core/page.did.php:279 2671 msgid "NVFax" 2672 msgstr "" 2673 2674 #: amp_conf/htdocs/admin/modules/core/page.did.php:284 2675 msgid "Pause After Answer" 2676 msgstr "" 2677 2678 #: amp_conf/htdocs/admin/modules/core/page.did.php:284 2679 msgid "" 2680 "The number of seconds we should wait after performing an Immediate Answer. " 2681 "The primary purpose of this is to pause and listen for a fax tone before " 2682 "allowing the call to proceed." 2683 msgstr "" 2684 2685 #: amp_conf/htdocs/admin/modules/core/page.did.php:293 2686 msgid "Set Destination" 2687 msgstr "" 2688 2689 #: amp_conf/htdocs/admin/modules/core/page.did.php:298 2690 msgid "Clear Destination" 2691 msgstr "" 2692 2693 #: amp_conf/htdocs/admin/modules/core/page.did.php:307 2694 msgid "Clear Destination & Submit" 2695 msgstr "" 2696 2697 #: amp_conf/htdocs/admin/modules/core/page.did.php:319 2698 msgid "Please enter a valid DID Number" 2699 msgstr "" 2700 2701 #: amp_conf/htdocs/admin/modules/core/page.did.php:320 2702 msgid "Please enter a valid Caller ID Number" 2703 msgstr "" 2704 2705 #: amp_conf/htdocs/admin/modules/core/page.did.php:321 2706 msgid "Please enter a valid Fax Email or leave it empty to use the default" 2707 msgstr "" 2708 2709 #: amp_conf/htdocs/admin/modules/core/page.did.php:322 2710 msgid "Please enter a valid number for Pause after answer" 2711 msgstr "" 2712 2713 #: amp_conf/htdocs/admin/modules/core/page.did.php:323 2714 msgid "Please enter a valid number for Pause Before Answer field" 2715 msgstr "" 2716 2717 #: amp_conf/htdocs/admin/modules/core/page.did.php:324 2718 msgid "" 2719 "Leaving the DID Number AND the Caller ID Number empty will match all " 2720 "incoming calls received not routed using any other defined Incoming Route.\\n" 2721 "\\nAre you sure?" 2722 msgstr "" 2723 2724 #: amp_conf/htdocs/admin/modules/core/page.did.php:325 2725 msgid "" 2726 "DID information is normally just an incoming telephone number or for " 2727 "advanced users, a valid Asterisk Dial Pattern\\n\\nYou have entered a non " 2728 "standard DID pattern.\\n\\nAre you sure this is correct?" 2729 msgstr "" 2730 2731 #: amp_conf/htdocs/admin/modules/core/page.did.php:326 2732 msgid "A Slash ('/') is never a valid DID. Please remove it and try again" 2733 msgstr "" 2734 2735 #: amp_conf/htdocs/admin/modules/core/page.did.php:327 2736 msgid "Invalid Caller ID prefix." 2737 msgstr "" 2738 2739 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:554 2740 #, php-format 2741 msgid "User Extension %s: %s" 2742 msgstr "" 2743 2744 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:1983 2745 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2002 2746 msgid "A route for this DID/CID already exists!" 2747 msgstr "" 2748 2749 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2069 2750 msgid "You must put in a device id" 2751 msgstr "" 2752 2753 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2079 2754 msgid "This device id is already in use" 2755 msgstr "" 2756 2757 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2660 2758 msgid "User Extension: " 2759 msgstr "" 2760 2761 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2689 2762 #, php-format 2763 msgid "Inbound Route: %s (%s)" 2764 msgstr "" 2765 2766 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2723 2767 msgid "You must put in an extension (or user) number" 2768 msgstr "" 2769 2770 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2732 2771 #, php-format 2772 msgid "This user/extension %s is already in use" 2773 msgstr "" 2774 2775 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2751 2776 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2991 2777 #, php-format 2778 msgid "A route with this DID/CID: %s/%s already exists" 2779 msgstr "" 2780 2781 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:3042 2782 msgid "Error Duplicate Channel Entry" 2783 msgstr "" 2784 2785 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4206 2786 #, php-format 2787 msgid "" 2788 "Failed to open %s for writing, aborting attempt to write the country " 2789 "indications. The file may be readonly or the permissions may be incorrect." 2790 msgstr "" 2791 2792 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4207 2793 msgid "Failed to write indications.conf" 2794 msgstr "" 2795 2796 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4231 2797 msgid "On Demand" 2798 msgstr "" 2799 2800 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4232 2801 msgid "Always" 2802 msgstr "" 2803 2804 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4233 2805 msgid "Never" 2806 msgstr "" 2807 2808 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4241 2809 msgid "Screen Caller: No Memory" 2810 msgstr "" 2811 2812 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4242 2813 msgid "Screen Caller: Memory" 2814 msgstr "" 2815 2816 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4315 2817 #, php-format 2818 msgid "Delete Extension %s" 2819 msgstr "" 2820 2821 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4327 2822 #, php-format 2823 msgid "Delete User %s" 2824 msgstr "" 2825 2826 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4339 2827 msgid "Add User/Extension" 2828 msgstr "" 2829 2830 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4346 2831 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4716 2832 msgid "Please enter a valid extension number." 2833 msgstr "" 2834 2835 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4347 2836 msgid "Please enter a valid CID Num Alias (must be a valid number)." 2837 msgstr "" 2838 2839 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4348 2840 msgid "Please enter valid User Password using numbers only" 2841 msgstr "" 2842 2843 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4349 2844 msgid "Please enter a valid Display Name" 2845 msgstr "" 2846 2847 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4350 2848 msgid "Please enter a valid Outbound CID" 2849 msgstr "" 2850 2851 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4351 2852 msgid "Please enter a valid pause time in seconds, using digits only" 2853 msgstr "" 2854 2855 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4352 2856 msgid "" 2857 "You have entered a non-standard dialpattern for your DID. You can only enter " 2858 "standard dialpatterns. You must use the inbound routing form to enter non-" 2859 "standard patterns" 2860 msgstr "" 2861 2862 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4353 2863 msgid "" 2864 "Please enter a valid Caller ID Number or leave it blank for your Assigned " 2865 "DID/CID pair" 2866 msgstr "" 2867 2868 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4360 2869 msgid "Edit Extension" 2870 msgstr "" 2871 2872 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4362 2873 msgid "Edit User" 2874 msgstr "" 2875 2876 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4367 2877 msgid "User Extension" 2878 msgstr "" 2879 2880 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4367 2881 msgid "The extension number to dial to reach this user." 2882 msgstr "" 2883 2884 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4370 2885 msgid "User Password" 2886 msgstr "" 2887 2888 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4370 2889 msgid "A user will enter this password when logging onto a device." 2890 msgstr "" 2891 2892 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4370 2893 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4731 2894 msgid "logs into a device." 2895 msgstr "" 2896 2897 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4370 2898 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4731 2899 msgid "logs out of a device." 2900 msgstr "" 2901 2902 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4374 2903 msgid "Display Name" 2904 msgstr "" 2905 2906 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4374 2907 msgid "" 2908 "The caller id name for calls from this user will be set to this name. Only " 2909 "enter the name, NOT the number." 2910 msgstr "" 2911 2912 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4376 2913 msgid "CID Num Alias" 2914 msgstr "" 2915 2916 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4376 2917 msgid "" 2918 "The CID Number to use for internal calls, if different from the extension " 2919 "number. This is used to masquerade as a different user. A common example is " 2920 "a team of support people who would like their internal callerid to display " 2921 "the general support number (a ringgroup or queue). There will be no effect " 2922 "on external calls." 2923 msgstr "" 2924 2925 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4377 2926 msgid "SIP Alias" 2927 msgstr "" 2928 2929 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4377 2930 msgid "" 2931 "If you want to support direct sip dialing of users internally or through " 2932 "anonymous sip calls, you can supply a friendly name that can be used in " 2933 "addition to the users extension to call them." 2934 msgstr "" 2935 2936 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4382 2937 msgid "User Devices" 2938 msgstr "" 2939 2940 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4393 2941 msgid "Edit:" 2942 msgstr "" 2943 2944 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4405 2945 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4734 2946 msgid "Extension Options" 2947 msgstr "" 2948 2949 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4406 2950 msgid "Outbound CID" 2951 msgstr "" 2952 2953 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4406 2954 msgid "" 2955 "Overrides the caller id when dialing out a trunk. Any setting here will " 2956 "override the common outbound caller id set in the Trunks admin." 2957 "<br><br>Format: <b>\"caller name\" <#######></b><br><br>Leave this " 2958 "field blank to disable the outbound callerid feature for this user." 2959 msgstr "" 2960 2961 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4408 2962 msgid "Ring Time" 2963 msgstr "" 2964 2965 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4408 2966 msgid "" 2967 "Number of seconds to ring prior to going to voicemail. Default will use the " 2968 "value set in the General Tab. If no voicemail is configured this will be " 2969 "ignored." 2970 msgstr "" 2971 2972 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4416 2973 msgid "Call Waiting" 2974 msgstr "" 2975 2976 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4416 2977 msgid "Set the initial/current Call Waiting state for this user's extension" 2978 msgstr "" 2979 2980 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4417 2981 msgid "Call Screening" 2982 msgstr "" 2983 2984 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4417 2985 msgid "" 2986 "Call Screening requires external callers to say their name, which will be " 2987 "played back to the user and allow the user to accept or reject the call. " 2988 "Screening with memory only verifies a caller for their caller-id once. " 2989 "Screening without memory always requires a caller to say their name. Either " 2990 "mode will always announce the caller based on the last introduction saved " 2991 "with that callerid. If any user on the system uses the memory option, when " 2992 "that user is called, the caller will be required to re-introduce themselves " 2993 "and all users on the system will have that new introduction associated with " 2994 "the caller's CallerId." 2995 msgstr "" 2996 2997 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4419 2998 msgid "Assigned DID/CID" 2999 msgstr "" 3000 3001 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4420 3002 msgid "DID Description" 3003 msgstr "" 3004 3005 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4420 3006 msgid "A description for this DID, such as \"Fax\"" 3007 msgstr "" 3008 3009 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4421 3010 msgid "Add Inbound DID" 3011 msgstr "" 3012 3013 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4421 3014 msgid "" 3015 "A direct DID that is associated with this extension. The DID should be in " 3016 "the same format as provided by the provider (e.g. full number, 4 digits for " 3017 "10x4, etc).<br><br>Format should be: <b>XXXXXXXXXX</b><br><br>.An optional " 3018 "CID can also be associated with this DID by setting the next box" 3019 msgstr "" 3020 3021 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4422 3022 msgid "Add Inbound CID" 3023 msgstr "" 3024 3025 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4422 3026 msgid "" 3027 "Add a CID for more specific DID + CID routing. A DID must be specified in " 3028 "the above Add DID box. In addition to standard dial sequences, you can also " 3029 "put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in " 3030 "order to catch these special cases if the Telco transmits them." 3031 msgstr "" 3032 3033 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4430 3034 msgid "DID / CID" 3035 msgstr "" 3036 3037 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4450 3038 msgid "Recording Options" 3039 msgstr "" 3040 3041 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4451 3042 msgid "Record Incoming" 3043 msgstr "" 3044 3045 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4451 3046 msgid "Record all inbound calls received at this extension." 3047 msgstr "" 3048 3049 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4452 3050 msgid "Record Outgoing" 3051 msgstr "" 3052 3053 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4452 3054 msgid "Record all outbound calls received at this extension." 3055 msgstr "" 3056 3057 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4470 3058 msgid "Warning! Extension" 3059 msgstr "" 3060 3061 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4470 3062 msgid "is not allowed for your account" 3063 msgstr "" 3064 3065 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4484 3066 msgid "Conflicting Extensions" 3067 msgstr "" 3068 3069 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4484 3070 msgid "" 3071 "The following extension numbers are in conflict, you can click on the item" 3072 "(s) below to edit the conflicting entity." 3073 msgstr "" 3074 3075 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4488 3076 msgid "Configure user again:" 3077 msgstr "" 3078 3079 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4488 3080 msgid "Configure extension again:" 3081 msgstr "" 3082 3083 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4535 3084 msgid "Please enter the dtmfmode for this device" 3085 msgstr "" 3086 3087 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4536 3088 msgid "Please enter the channel for this device" 3089 msgstr "" 3090 3091 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4537 3092 msgid "" 3093 "You have not entered a Secret for this device, although this is possible it " 3094 "is generally bad practice to not assign a Secret to a device. Are you sure " 3095 "you want to leave the Secret empty?" 3096 msgstr "" 3097 3098 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4538 3099 msgid "Please enter a Secret for this device" 3100 msgstr "" 3101 3102 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4539 3103 msgid "" 3104 "You have set your secret and device/extension to the same value. This can be " 3105 "a serious security vulnerability resulting in a hacker compromising your " 3106 "system to make free phone calls. There are many known instances where this " 3107 "has already occurred" 3108 msgstr "" 3109 3110 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4606 3111 msgid "Generic SIP Device" 3112 msgstr "" 3113 3114 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4607 3115 msgid "Generic IAX2 Device" 3116 msgstr "" 3117 3118 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4608 3119 msgid "Generic ZAP Device" 3120 msgstr "" 3121 3122 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4609 3123 msgid "Other (Custom) Device" 3124 msgstr "" 3125 3126 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4614 3127 msgid "Fixed" 3128 msgstr "" 3129 3130 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4615 3131 msgid "Adhoc" 3132 msgstr "" 3133 3134 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4618 3135 msgid "none" 3136 msgstr "" 3137 3138 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4619 3139 msgid "New User" 3140 msgstr "" 3141 3142 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4654 3143 msgid "Add an Extension" 3144 msgstr "" 3145 3146 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4656 3147 msgid "Please select your Device below then click Submit" 3148 msgstr "" 3149 3150 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4660 3151 msgid "Edit existing Device" 3152 msgstr "" 3153 3154 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4662 3155 msgid "Edit existing Extension" 3156 msgstr "" 3157 3158 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4677 3159 #, php-format 3160 msgid "Delete Device %s" 3161 msgstr "" 3162 3163 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4683 3164 #, php-format 3165 msgid "Edit Default User: %s" 3166 msgstr "" 3167 3168 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4683 3169 #, php-format 3170 msgid "Edit Fixed User: %s" 3171 msgstr "" 3172 3173 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4713 3174 msgid "Please enter a device id." 3175 msgstr "" 3176 3177 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4714 3178 msgid "Please enter a valid Description for this device" 3179 msgstr "" 3180 3181 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4715 3182 msgid "Please enter a valid Emergency CID" 3183 msgstr "" 3184 3185 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4723 3186 msgid "Device Info" 3187 msgstr "" 3188 3189 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4727 3190 msgid "Device ID" 3191 msgstr "" 3192 3193 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4727 3194 msgid "" 3195 "Give your device a unique integer ID. The device will use this ID to " 3196 "authenticate to the system." 3197 msgstr "" 3198 3199 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4729 3200 msgid "" 3201 "The caller id name for this device will be set to this description until it " 3202 "is logged into." 3203 msgstr "" 3204 3205 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4730 3206 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4735 3207 msgid "Emergency CID" 3208 msgstr "" 3209 3210 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4730 3211 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4735 3212 msgid "" 3213 "This caller id will always be set when dialing out an Outbound Route flagged " 3214 "as Emergency. The Emergency CID overrides all other caller id settings." 3215 msgstr "" 3216 3217 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4731 3218 msgid "Device Type" 3219 msgstr "" 3220 3221 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4731 3222 msgid "" 3223 "Devices can be fixed or adhoc. Fixed devices are always associated to the " 3224 "same extension/user. Adhoc devices can be logged into and logged out of by " 3225 "users." 3226 msgstr "" 3227 3228 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4732 3229 msgid "Default User" 3230 msgstr "" 3231 3232 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4732 3233 msgid "" 3234 "Fixed devices will always mapped to this user. Adhoc devices will be mapped " 3235 "to this user by default.<br><br>If selecting 'New User', a new User " 3236 "Extension of the same Device ID will be set as the Default User." 3237 msgstr "" 3238 3239 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4740 3240 msgid "Device Options" 3241 msgstr "" 3242 3243 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4742 3244 #, php-format 3245 msgid "This device uses %s technology." 3246 msgstr "" 3247 3248 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4742 3249 msgid "Via DAHDI compatibility mode" 3250 msgstr "" 3251 3252 #: amp_conf/htdocs/admin/modules/core/page.users.php:34 3253 msgid "" 3254 "You have not entered a User Password. While this is acceptable, this user " 3255 "will not be able to login to an AdHoc device.\\n\\nAre you sure you wish to " 3256 "leave the User Password empty?" 3257 msgstr "" 3258 3259 #: amp_conf/htdocs/admin/page.modules.php:129 3260 msgid "Module Administration" 3261 msgstr "" 3262 3263 #: amp_conf/htdocs/admin/page.modules.php:146 3264 #, php-format 3265 msgid "" 3266 "Warning: Cannot connect to online repository (%s). Online modules are not " 3267 "available." 3268 msgstr "" 3269 3270 #: amp_conf/htdocs/admin/page.modules.php:150 3271 #, php-format 3272 msgid "" 3273 "Warning: Error retrieving updates from online repository (%s). Online " 3274 "modules are not available." 3275 msgstr "" 3276 3277 #: amp_conf/htdocs/admin/page.modules.php:190 3278 msgid "Please wait while module actions are performed" 3279 msgstr "" 3280 3281 #: amp_conf/htdocs/admin/page.modules.php:203 3282 #, php-format 3283 msgid "Downloading %s" 3284 msgstr "" 3285 3286 #: amp_conf/htdocs/admin/page.modules.php:205 3287 #, php-format 3288 msgid "Error(s) downloading %s" 3289 msgstr "" 3290 3291 #: amp_conf/htdocs/admin/page.modules.php:210 3292 #: amp_conf/htdocs/admin/page.modules.php:222 3293 #, php-format 3294 msgid "Error(s) installing %s" 3295 msgstr "" 3296 3297 #: amp_conf/htdocs/admin/page.modules.php:214 3298 #: amp_conf/htdocs/admin/page.modules.php:226 3299 #, php-format 3300 msgid "%s installed successfully" 3301 msgstr "" 3302 3303 #: amp_conf/htdocs/admin/page.modules.php:232 3304 #, php-format 3305 msgid "Error(s) enabling %s" 3306 msgstr "" 3307 3308 #: amp_conf/htdocs/admin/page.modules.php:236 3309 #, php-format 3310 msgid "%s enabled successfully" 3311 msgstr "" 3312 3313 #: amp_conf/htdocs/admin/page.modules.php:241 3314 #, php-format 3315 msgid "Error(s) disabling %s" 3316 msgstr "" 3317 3318 #: amp_conf/htdocs/admin/page.modules.php:245 3319 #, php-format 3320 msgid "%s disabled successfully" 3321 msgstr "" 3322 3323 #: amp_conf/htdocs/admin/page.modules.php:251 3324 #, php-format 3325 msgid "Error(s) uninstalling %s" 3326 msgstr "" 3327 3328 #: amp_conf/htdocs/admin/page.modules.php:255 3329 #, php-format 3330 msgid "%s uninstalled successfully" 3331 msgstr "" 3332 3333 #: amp_conf/htdocs/admin/page.modules.php:271 3334 #: amp_conf/htdocs/admin/page.modules.php:273 3335 msgid "Return" 3336 msgstr "" 3337 3338 #: amp_conf/htdocs/admin/page.modules.php:304 3339 #: amp_conf/htdocs/admin/page.modules.php:328 3340 #, php-format 3341 msgid "" 3342 "%s cannot be upgraded: %s Please try again after the dependencies have been " 3343 "installed." 3344 msgstr "" 3345 3346 #: amp_conf/htdocs/admin/page.modules.php:308 3347 #, php-format 3348 msgid "%s %s will be upgraded to online version %s" 3349 msgstr "" 3350 3351 #: amp_conf/htdocs/admin/page.modules.php:316 3352 #: amp_conf/htdocs/admin/page.modules.php:328 3353 #, php-format 3354 msgid "" 3355 "%s cannot be installed: %s Please try again after the dependencies have been " 3356 "installed." 3357 msgstr "" 3358 3359 #: amp_conf/htdocs/admin/page.modules.php:320 3360 #, php-format 3361 msgid "%s %s will be downloaded and installed" 3362 msgstr "" 3363 3364 #: amp_conf/htdocs/admin/page.modules.php:333 3365 #, php-format 3366 msgid "%s %s will be upgraded to %s" 3367 msgstr "" 3368 3369 #: amp_conf/htdocs/admin/page.modules.php:335 3370 #, php-format 3371 msgid "%s %s will be installed and enabled" 3372 msgstr "" 3373 3374 #: amp_conf/htdocs/admin/page.modules.php:343 3375 #, php-format 3376 msgid "" 3377 "%s cannot be enabled: %s Please try again after the dependencies have been " 3378 "installed." 3379 msgstr "" 3380 3381 #: amp_conf/htdocs/admin/page.modules.php:347 3382 #, php-format 3383 msgid "%s %s will be enabled" 3384 msgstr "" 3385 3386 #: amp_conf/htdocs/admin/page.modules.php:353 3387 #, php-format 3388 msgid "" 3389 "%s cannot be disabled because the following modules depend on it: %s Please " 3390 "disable those modules first then try again." 3391 msgstr "" 3392 3393 #: amp_conf/htdocs/admin/page.modules.php:357 3394 #, php-format 3395 msgid "%s %s will be disabled" 3396 msgstr "" 3397 3398 #: amp_conf/htdocs/admin/page.modules.php:364 3399 #, php-format 3400 msgid "" 3401 "%s cannot be uninstalled because the following modules depend on it: %s " 3402 "Please disable those modules first then try again." 3403 msgstr "" 3404 3405 #: amp_conf/htdocs/admin/page.modules.php:368 3406 #, php-format 3407 msgid "%s %s will be uninstalled" 3408 msgstr "" 3409 3410 #: amp_conf/htdocs/admin/page.modules.php:385 3411 msgid "Errors with selection:" 3412 msgstr "" 3413 3414 #: amp_conf/htdocs/admin/page.modules.php:394 3415 msgid "" 3416 "You may confirm the remaining selection and then try the again for the " 3417 "listed issues once the required dependencies have been met:" 3418 msgstr "" 3419 3420 #: amp_conf/htdocs/admin/page.modules.php:396 3421 msgid "Please confirm the following actions:" 3422 msgstr "" 3423 3424 #: amp_conf/htdocs/admin/page.modules.php:403 3425 msgid "Confirm" 3426 msgstr "" 3427 3428 #: amp_conf/htdocs/admin/page.modules.php:405 3429 msgid "No actions to perform" 3430 msgstr "" 3431 3432 #: amp_conf/htdocs/admin/page.modules.php:406 3433 msgid "" 3434 "Please select at least one action to perform by clicking on the module, and " 3435 "selecting an action on the \"Action\" tab." 3436 msgstr "" 3437 3438 #: amp_conf/htdocs/admin/page.modules.php:414 3439 #: amp_conf/htdocs/admin/page.modules.php:466 3440 msgid "Manage local modules" 3441 msgstr "" 3442 3443 #: amp_conf/htdocs/admin/page.modules.php:416 3444 #: amp_conf/htdocs/admin/page.modules.php:471 3445 msgid "Check for updates online" 3446 msgstr "" 3447 3448 #: amp_conf/htdocs/admin/page.modules.php:416 3449 #: amp_conf/htdocs/admin/page.modules.php:471 3450 msgid "" 3451 "Checking for updates will transmit your FreePBX and Asterisk version numbers " 3452 "along with a unique but random identifier. This is used to provide proper " 3453 "update information and track version usage to focus development and " 3454 "maintenance efforts. No private information is transmitted." 3455 msgstr "" 3456 3457 #: amp_conf/htdocs/admin/page.modules.php:421 3458 #: amp_conf/htdocs/admin/page.modules.php:473 3459 msgid "Upload module" 3460 msgstr "" 3461 3462 #: amp_conf/htdocs/admin/page.modules.php:427 3463 #, php-format 3464 msgid "The following error(s) occurred processing the uploaded file: %s" 3465 msgstr "" 3466 3467 #: amp_conf/htdocs/admin/page.modules.php:429 3468 #, php-format 3469 msgid "You should fix the problem or select another file and %s." 3470 msgstr "" 3471 3472 #: amp_conf/htdocs/admin/page.modules.php:430 3473 msgid "try again" 3474 msgstr "" 3475 3476 #: amp_conf/htdocs/admin/page.modules.php:434 3477 #, php-format 3478 msgid "" 3479 "Module uploaded successfully. You need to enable the module using %s to make " 3480 "it available." 3481 msgstr "" 3482 3483 #: amp_conf/htdocs/admin/page.modules.php:435 3484 msgid "local module administration" 3485 msgstr "" 3486 3487 #: amp_conf/htdocs/admin/page.modules.php:440 3488 msgid "" 3489 "You can upload a tar gzip file containing a FreePBX module from your local " 3490 "system. If a module with the same name already exists, it will be " 3491 "overwritten." 3492 msgstr "" 3493 3494 #: amp_conf/htdocs/admin/page.modules.php:467 3495 msgid "Show only upgradable" 3496 msgstr "" 3497 3498 #: amp_conf/htdocs/admin/page.modules.php:484 3499 #: amp_conf/htdocs/admin/page.modules.php:768 3500 msgid "Download all" 3501 msgstr "" 3502 3503 #: amp_conf/htdocs/admin/page.modules.php:485 3504 #: amp_conf/htdocs/admin/page.modules.php:769 3505 msgid "Upgrade all" 3506 msgstr "" 3507 3508 #: amp_conf/htdocs/admin/page.modules.php:487 3509 #: amp_conf/htdocs/admin/page.modules.php:771 3510 msgid "Reset" 3511 msgstr "" 3512 3513 #: amp_conf/htdocs/admin/page.modules.php:488 3514 #: amp_conf/htdocs/admin/page.modules.php:772 3515 msgid "Process" 3516 msgstr "" 3517 3518 #: amp_conf/htdocs/admin/page.modules.php:494 3519 msgid "Module" 3520 msgstr "" 3521 3522 #: amp_conf/htdocs/admin/page.modules.php:495 3523 msgid "Type" 3524 msgstr "" 3525 3526 #: amp_conf/htdocs/admin/page.modules.php:496 3527 msgid "Version" 3528 msgstr "" 3529 3530 #: amp_conf/htdocs/admin/page.modules.php:510 3531 #: amp_conf/htdocs/admin/page.modules.php:585 3532 msgid "Broken" 3533 msgstr "" 3534 3535 #: amp_conf/htdocs/admin/page.modules.php:562 3536 msgid "Not Installed (Locally available)" 3537 msgstr "" 3538 3539 #: amp_conf/htdocs/admin/page.modules.php:564 3540 #, php-format 3541 msgid "Not Installed (Available online: %s)" 3542 msgstr "" 3543 3544 #: amp_conf/htdocs/admin/page.modules.php:571 3545 #, php-format 3546 msgid "Disabled; Online upgrade available (%s)" 3547 msgstr "" 3548 3549 #: amp_conf/htdocs/admin/page.modules.php:573 3550 #, php-format 3551 msgid "Disabled; Newer than online version (%s)" 3552 msgstr "" 3553 3554 #: amp_conf/htdocs/admin/page.modules.php:575 3555 msgid "Disabled; up to date" 3556 msgstr "" 3557 3558 #: amp_conf/htdocs/admin/page.modules.php:582 3559 #, php-format 3560 msgid "Disabled; Pending upgrade to %s" 3561 msgstr "" 3562 3563 #: amp_conf/htdocs/admin/page.modules.php:592 3564 #, php-format 3565 msgid "Online upgrade available (%s)" 3566 msgstr "" 3567 3568 #: amp_conf/htdocs/admin/page.modules.php:594 3569 #, php-format 3570 msgid "Newer than online version (%s)" 3571 msgstr "" 3572 3573 #: amp_conf/htdocs/admin/page.modules.php:596 3574 msgid "Enabled and up to date" 3575 msgstr "" 3576 3577 #: amp_conf/htdocs/admin/page.modules.php:600 3578 msgid "Enabled; Not available online" 3579 msgstr "" 3580 3581 #: amp_conf/htdocs/admin/page.modules.php:620 3582 msgid "Attention" 3583 msgstr "" 3584 3585 #: amp_conf/htdocs/admin/page.modules.php:621 3586 msgid "attention" 3587 msgstr "" 3588 3589 #: amp_conf/htdocs/admin/page.modules.php:625 3590 msgid "Action" 3591 msgstr "" 3592 3593 #: amp_conf/htdocs/admin/page.modules.php:628 3594 msgid "No Action" 3595 msgstr "" 3596 3597 #: amp_conf/htdocs/admin/page.modules.php:635 3598 #: amp_conf/htdocs/admin/page.modules.php:668 3599 msgid "Install" 3600 msgstr "" 3601 3602 #: amp_conf/htdocs/admin/page.modules.php:638 3603 msgid "Download and Install" 3604 msgstr "" 3605 3606 #: amp_conf/htdocs/admin/page.modules.php:647 3607 #: amp_conf/htdocs/admin/page.modules.php:662 3608 #: amp_conf/htdocs/admin/page.modules.php:670 3609 #: amp_conf/htdocs/admin/page.modules.php:690 3610 msgid "Uninstall" 3611 msgstr "" 3612 3613 #: amp_conf/htdocs/admin/page.modules.php:652 3614 #, php-format 3615 msgid "Download %s, keep Disabled" 3616 msgstr "" 3617 3618 #: amp_conf/htdocs/admin/page.modules.php:660 3619 #, php-format 3620 msgid "Upgrade to %s and Enable" 3621 msgstr "" 3622 3623 #: amp_conf/htdocs/admin/page.modules.php:680 3624 #, php-format 3625 msgid "Download and Upgrade to %s" 3626 msgstr "" 3627 3628 #: amp_conf/htdocs/admin/page.modules.php:698 3629 #, php-format 3630 msgid "Description for version %s" 3631 msgstr "" 3632 3633 #: amp_conf/htdocs/admin/page.modules.php:699 3634 msgid "description" 3635 msgstr "" 3636 3637 #: amp_conf/htdocs/admin/page.modules.php:701 3638 msgid "No description is available." 3639 msgstr "" 3640 3641 #: amp_conf/htdocs/admin/page.modules.php:704 3642 #: amp_conf/htdocs/admin/page.modules.php:706 3643 msgid "More info" 3644 msgstr "" 3645 3646 #: amp_conf/htdocs/admin/page.modules.php:706 3647 #, php-format 3648 msgid "Get help for %s" 3649 msgstr "" 3650 3651 #: amp_conf/htdocs/admin/page.modules.php:711 3652 msgid "Changelog" 3653 msgstr "" 3654 3655 #: amp_conf/htdocs/admin/page.modules.php:712 3656 #, php-format 3657 msgid "Change Log for version %s" 3658 msgstr "" 3659 3660 #: amp_conf/htdocs/admin/page.modules.php:732 3661 msgid "Debug" 3662 msgstr "" 3663 3664 #: amp_conf/htdocs/admin/page.modules.php:757 3665 msgid "All available modules are up-to-date and installed." 3666 msgstr "" 3667 3668 #: amp_conf/htdocs/admin/page.modules.php:759 3669 msgid "No modules to display." 3670 msgstr "" 3671 3672 #: amp_conf/htdocs/admin/page.modules.php:809 3673 msgid "Untarring.." 3674 msgstr "" 3675 3676 #: amp_conf/htdocs/admin/page.modules.php:829 3677 msgid "Done." 3322 "DID information is normally just an incoming telephone number.\\n" 3323 "\\n" 3324 "You have entered a non standard DID pattern.\\n" 3325 "\\n" 3326 "Are you sure this is correct?" 3327 msgstr "" 3328 3329 #: admin/modules/core/page.zapchandids.php:126 3330 msgid "You appear to be using a converted DID in the form of zapchanNN that was automatically generated during an upgrade. You should consider assigning the DID that is normally associated with this channel to take full advantage of the inbound routing abilities. Changing the DID here will require you to make changes in the Inbound Routes tab. Do you want to continue?" 3678 3331 msgstr "" 3679 3332 … … 3702 3355 msgstr "" 3703 3356 3704 msgid "Setup"3705 msgstr ""3706 3707 msgid "Tools"3708 msgstr ""3709 3710 3357 msgid "Config Edit" 3711 3358 msgstr "" freepbx/trunk/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.po
r4993 r7346 4 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 5 # 6 #, fuzzy7 6 msgid "" 8 7 msgstr "" 9 8 "Project-Id-Version: AMP_1.10.008\n" 10 9 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 200 6-02-27 13:25+0200\n"12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"13 "Last-Translator: Stephane Delcroix <stephane@delcroix.org>\n"10 "POT-Creation-Date: 2008-10-10 03:46+0200\n" 11 "PO-Revision-Date: 2008-12-10 19:28+0100\n" 12 "Last-Translator: Jouniaux <c.jouniaux@techtelecom.fr>\n" 14 13 "Language-Team: Francais <LL@li.org>\n" 15 14 "MIME-Version: 1.0\n" 16 "Content-Type: text/plain; charset= ISO-8859-1\n"15 "Content-Type: text/plain; charset=UTF-8\n" 17 16 "Content-Transfer-Encoding: 8bit\n" 18 17 19 #: ampusers.php:62 18 #: amp_conf/htdocs/admin/featurecodes.class.php:289 19 msgid "** MISSING FEATURE CODE **" 20 msgstr "**CODE FONCTION MANQUANT**" 21 22 #: amp_conf/htdocs/admin/header.php:134 23 msgid "Default Asterisk Manager Password Used" 24 msgstr "Mot de passe Administrateur Asterisk utilisé par défaut" 25 26 #: amp_conf/htdocs/admin/header.php:134 27 msgid "You are using the default Asterisk Manager password that is widely known, you should set a secure password" 28 msgstr "Vous utilisez le mot de passe Administrateur Asterisk qui est connu. Vous devriez utiliser un autre mot de passe" 29 30 #: amp_conf/htdocs/admin/views/welcome.php:3 31 msgid "Welcome to FreePBX." 32 msgstr "Bienvenue sur FreePBX" 33 34 #: amp_conf/htdocs/admin/views/welcome.php:9 35 msgid "Critical" 36 msgstr "Critique" 37 38 #: amp_conf/htdocs/admin/views/welcome.php:10 39 msgid "Security" 40 msgstr "Sécurité" 41 42 #: amp_conf/htdocs/admin/views/welcome.php:11 43 msgid "Update" 44 msgstr "Mis à jour" 45 46 #: amp_conf/htdocs/admin/views/welcome.php:12 47 msgid "Error" 48 msgstr "Erreur" 49 50 #: amp_conf/htdocs/admin/views/welcome.php:13 51 msgid "Warning" 52 msgstr "Attention" 53 54 #: amp_conf/htdocs/admin/views/welcome.php:14 55 msgid "Notice" 56 msgstr "Remarque" 57 58 #: amp_conf/htdocs/admin/views/welcome.php:36 59 msgid "If you're new to FreePBX, Welcome. Here are some quick instructions to get you started" 60 msgstr "Si vous êtes nouveau sur FreePbx, bienvenue. Voici quelques instructions rapides pour commencer" 61 62 #: amp_conf/htdocs/admin/views/welcome.php:40 63 #, php-format 64 msgid "" 65 "There are a large number of Plug-in modules available from the Online Repository. This is\n" 66 "available by clicking on the <a href='%s'>Tools menu</a> up the top, then\n" 67 "<a href='%s'>Module Admin</a>, then\n" 68 "<a href='%s'>Check for updates online</a>.\n" 69 "Modules are updated and patched often, so if you are having a problem, it's worth checking there to see if there's\n" 70 "a new version of the module available." 71 msgstr "" 72 "Il y a un grand nombre de modules disponible Online. C'est disponible\n" 73 "en ckiquant sur le lien <a href='%s'>Menu outils</a> en haut, puis\n" 74 "<a href='%s'>Module Administration</a>, puis\n" 75 "<a href='%s'>Vérification des mises à jour</a>.\n" 76 "Les modules sont souvent mis à jour, aussi si vous vaez un problÚme, vérifiez qu'il n'y a pas \n" 77 "une nouvelle version du module de disponible" 78 79 #: amp_conf/htdocs/admin/views/welcome.php:54 80 #, php-format 81 msgid "" 82 "If you're having any problems, you can also use the <a href='%s'>Online Support</a> \n" 83 "module (<b>you need to install this through the <a href='%s'>Module Repository</a> first</b>)\n" 84 "to talk to other users and the devlopers in real time. Click on <a href='%s'>Start IRC</a>,\n" 85 "when the module is installed, to start a Java IRC client." 86 msgstr "" 87 "Si vous avez des problÚmes, vous pouvez aussi consulter <a href='%s'>Support Online</a> \n" 88 "module (<b> vous devez l'installer via <a href='%s'>DépÃŽt des Modules</a> first</b>)\n" 89 "pour parler avec d'autres utilisateurs ou les développeurs en temps réel. Cliquez sur <a href='%s'>Start IRC</a>,\n" 90 "quand le module est installé pour lancer le client IRC Java." 91 92 #: amp_conf/htdocs/admin/views/welcome.php:66 93 #, php-format 94 msgid "" 95 "There is also a community based <a href='%s' target='_new'>FreePBX Web Forum</a> where you can post\n" 96 "questions and search for answers for any problems you may be having." 97 msgstr "" 98 "Il y a aussi une communauté à <a href='%s' target='_new'>FreePBX Web Forum</a> où vous pouvez poser\n" 99 "vos questions et chercher des réponses aux problÚmes que vous avez." 100 101 #: amp_conf/htdocs/admin/views/welcome.php:71 102 msgid "We hope you enjoy using FreePBX!" 103 msgstr "Nous espérons que vous avez apprécié d'utiliser FreePBX!" 104 105 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:3 106 msgid "Reload Required" 107 msgstr "Activation requise" 108 109 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:4 110 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:5 111 #: amp_conf/htdocs/admin/views/freepbx_reload.php:107 112 msgid "Apply Configuration Changes" 113 msgstr "Activer nouvelle configuration" 114 115 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:5 116 #, php-format 117 msgid "You have made changes to the configuration that have not yet been applied. When you are finished making all changes, click on %s to put them into effect." 118 msgstr "Vous avez fait des changements de configuration qui n'ont pas été pris en compte. Quand vous avez fini, cliquez sur %s pour les activer." 119 120 #: amp_conf/htdocs/admin/views/unauthorized.php:4 121 msgid "Unauthorized" 122 msgstr "Non autorisé" 123 124 #: amp_conf/htdocs/admin/views/unauthorized.php:5 125 msgid "You are not authorized to access this page." 126 msgstr "Vous n'êtes pas autorisés à accéder à cette page" 127 128 #: amp_conf/htdocs/admin/views/freepbx_admin.php:87 129 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:217 130 msgid "category" 131 msgstr "Catégorie" 132 133 #: amp_conf/htdocs/admin/views/freepbx_admin.php:107 134 #: amp_conf/htdocs/admin/views/freepbx_admin.php:112 135 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:223 136 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:227 137 #: amp_conf/htdocs/admin/page.modules.php:541 138 #: amp_conf/htdocs/admin/page.modules.php:546 139 msgid "name" 140 msgstr "Nom" 141 142 #: amp_conf/htdocs/admin/views/freepbx_admin.php:177 143 msgid "WARNING: Javascript is disabled in your browser. The FreePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another browser that supports it." 144 msgstr "ATTENTION: Javascript n'est pas activé dans votre navigateur. Linterface d'administration de FreePBX nécessite Javascript pour fonctionner. Merci d'activer Javascript ou d'utilser un autre navigateur qui le supporte." 145 146 #: amp_conf/htdocs/admin/views/freepbx_admin.php:191 147 #, php-format 148 msgid "%s is a registered trademark of %s" 149 msgstr "%s est une marque enregistrée de %s" 150 151 #: amp_conf/htdocs/admin/views/freepbx_admin.php:192 152 #: amp_conf/htdocs/admin/views/freepbx_admin.php:195 153 #: amp_conf/htdocs/admin/views/freepbx.php:140 154 #: amp_conf/htdocs/admin/views/freepbx.php:149 155 msgid "FreePBX" 156 msgstr "FreePBX" 157 158 #: amp_conf/htdocs/admin/views/freepbx_admin.php:194 159 #, php-format 160 msgid "%s is licensed under %s" 161 msgstr "%s est licencié sous %s" 162 163 #: amp_conf/htdocs/admin/views/loggedout.php:4 164 msgid "Logged out" 165 msgstr "Déconnecté" 166 167 #: amp_conf/htdocs/admin/views/loggedout.php:5 168 msgid "You have been succesfully logged out." 169 msgstr "Vous avez été déconnecté avec suuccés" 170 171 #: amp_conf/htdocs/admin/views/loggedout.php:6 172 msgid "Log in" 173 msgstr "Connecté" 174 175 #: amp_conf/htdocs/admin/views/welcome_nomanager.php:2 176 msgid "Warning:" 177 msgstr "Attention:" 178 179 #: amp_conf/htdocs/admin/views/welcome_nomanager.php:5 180 msgid "Cannot connect to Asterisk Manager with " 181 msgstr "Ne peut se connecterau gestionnaire Asterisk avec " 182 183 #: amp_conf/htdocs/admin/views/welcome_nomanager.php:7 184 msgid "Asterisk may not be running." 185 msgstr "Asterisk n'est peut être pas lancé" 186 187 #: amp_conf/htdocs/admin/views/freepbx_reload.php:71 188 msgid " error(s) occured, you should view the notification log on the dashboard or main screen to check for more details." 189 msgstr "Une erreur est survenue. Vous devriez regarder dans le statut systÚme ou l'écran principal pour plus d'information." 190 191 #: amp_conf/htdocs/admin/views/freepbx_reload.php:75 192 #: amp_conf/htdocs/admin/views/freepbx_reload.php:89 193 msgid "Close" 194 msgstr "Fermé" 195 196 #: amp_conf/htdocs/admin/views/freepbx_reload.php:76 197 msgid "Retry" 198 msgstr "Réessayer" 199 200 #: amp_conf/htdocs/admin/views/freepbx_reload.php:88 201 msgid "Error: Did not receive valid response from server" 202 msgstr "Erreur : n'a pas reçu de réponse valide du serveur" 203 204 #: amp_conf/htdocs/admin/views/freepbx_reload.php:108 205 msgid "Reloading will apply all configuration changes made in FreePBX to your PBX engine and make them active." 206 msgstr "Activer appliquera tous les changements de configuration effectués avec FreePBX à votre PaBX et les rendra actifs." 207 208 #: amp_conf/htdocs/admin/views/freepbx_reload.php:110 209 msgid "Accept" 210 msgstr "Accepter" 211 212 #: amp_conf/htdocs/admin/views/freepbx_reload.php:110 213 msgid "Continue with reload" 214 msgstr "Activer" 215 216 #: amp_conf/htdocs/admin/views/freepbx_reload.php:111 217 #: amp_conf/htdocs/admin/page.modules.php:408 218 msgid "Cancel" 219 msgstr "Abandonner" 220 221 #: amp_conf/htdocs/admin/views/freepbx_reload.php:111 222 msgid "Cancel reload and go back to editing" 223 msgstr "Annuler Activer et retour à l'édition" 224 225 #: amp_conf/htdocs/admin/views/freepbx_reload.php:116 226 msgid "Please wait, reloading.." 227 msgstr "Activation en cours" 228 229 #: amp_conf/htdocs/admin/views/freepbx_reload.php:117 230 msgid "Loading..." 231 msgstr "Chargement..." 232 233 #: amp_conf/htdocs/admin/views/freepbx.php:147 234 #, php-format 235 msgid "%s %s on %s" 236 msgstr "%s %s sur %s" 237 238 # ###### FIN ANCIENS MESSAGES de GENERAL 239 #: amp_conf/htdocs/admin/views/freepbx.php:164 240 msgid "Management" 241 msgstr "Gestion" 242 243 #: amp_conf/htdocs/admin/views/freepbx.php:165 244 msgid "Admin" 245 msgstr "Administrateur" 246 247 #: amp_conf/htdocs/admin/views/freepbx.php:166 248 msgid "Reports" 249 msgstr "Rapports" 250 251 #: amp_conf/htdocs/admin/views/freepbx.php:168 252 msgid "Panel" 253 msgstr "Panneau" 254 255 #: amp_conf/htdocs/admin/views/freepbx.php:170 256 msgid "Recordings" 257 msgstr "Enregistrements" 258 259 #: amp_conf/htdocs/admin/views/freepbx.php:171 260 msgid "Help" 261 msgstr "Aide!" 262 263 #: amp_conf/htdocs/admin/views/freepbx.php:188 264 msgid "Logged in: " 265 msgstr "Connexion:" 266 267 #: amp_conf/htdocs/admin/views/freepbx.php:189 268 msgid "Logout" 269 msgstr "Déconnexion" 270 271 #: amp_conf/htdocs/admin/views/menuitem_disabled.php:3 272 #, php-format 273 msgid "[WARNING]: Menu Item: %s is disabled because asterisk is not running" 274 msgstr "[Attention]: Choix menu : %s est désactivé car Asterisk ne fonctionne pas" 275 276 #: amp_conf/htdocs/admin/views/menuitem_disabled.php:4 277 msgid "Restart Asterisk and then refresh the browser in order to try accessing this menu item again." 278 msgstr "Relancer Asterisk et actualiser la page pour accéder de nouveau à ce menu." 279 280 #: amp_conf/htdocs/admin/views/noaccess.php:4 281 msgid "Not found" 282 msgstr "Pas trouvé" 283 284 #: amp_conf/htdocs/admin/views/noaccess.php:5 285 msgid "The section you requested does not exist or you do not have access to it." 286 msgstr "La section demandée n'existe pas ou vous n'y avez pas accÚs." 287 288 #: amp_conf/htdocs/admin/common/db_connect.php:78 289 msgid "Default SQL Password Used" 290 msgstr "Mot de passe par défaut SQL utilisé" 291 292 #: amp_conf/htdocs/admin/common/db_connect.php:78 293 msgid "You are using the default SQL password that is widely known, you should set a secure password" 294 msgstr "Vous utilisez le mot de passe SQL par défaut qui est connu. Vous devriez utiliser un autre mot de passe" 295 296 #: amp_conf/htdocs/admin/common/db_connect.php:89 297 msgid "Memory Limit Changed" 298 msgstr "Changement de mémoire limite" 299 300 #: amp_conf/htdocs/admin/common/db_connect.php:89 301 #, php-format 302 msgid "Your memory_limit, %sM, is set too low and has been increased to %sM. You may want to change this in you php.ini config file" 303 msgstr "Votre mémoire limite , %sM est trop basse et a été augmentée à %sM. Vous devriez le changer également dans le fichier de configuration php.ini" 304 305 #: amp_conf/htdocs/admin/common/db_connect.php:91 306 msgid "Low Memory Limit" 307 msgstr "Limite mémoire basse." 308 309 #: amp_conf/htdocs/admin/common/db_connect.php:91 310 #, php-format 311 msgid "Your memory_limit, %sM, is set too low and may cause problems. FreePBX is not able to change this on your system. You should increase this to %sM in you php.ini config file" 312 msgstr "Votre limite mémoire, %sM, est trop basse et peut générer des problÚmes. FreePBX n'est pas capable de la changer dans votre systÚme. Vous devriez l'augmenter à %sM dans le fichier de configuration php.ini" 313 314 #: amp_conf/htdocs/admin/common/db_connect.php:100 315 msgid "Magic Quotes GPC" 316 msgstr "Magic Quotes GPC" 317 318 #: amp_conf/htdocs/admin/common/db_connect.php:100 319 msgid "You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file which will cause errors in some modules. FreePBX expects this to be off and runs under that assumption" 320 msgstr "magic_quotes_gpc est activé dans le fichier php.ini, http ou .htaccess ce qui provoqera une erreur pour ceratins modules. FreePBX s'attend à ce que ce paramÚtre soit Off et fonctionne ainsi." 321 322 #: amp_conf/htdocs/admin/common/script.js.php:36 323 msgid "Please select a \"Destination\"" 324 msgstr "Choix d'une destination" 325 326 #: amp_conf/htdocs/admin/common/script.js.php:44 327 msgid "Custom Goto contexts must contain the string \"custom-\". ie: custom-app,s,1" 328 msgstr "Le contexte personnalisé Goito doit contenir la chaîne \"custom\". ie: custom-app,s,1" 329 330 #: amp_conf/htdocs/admin/components.class.php:362 331 #: amp_conf/htdocs/admin/modules/core/page.did.php:306 332 msgid "Submit" 333 msgstr "Soumettre" 334 335 #: amp_conf/htdocs/admin/header_auth.php:43 336 #: amp_conf/htdocs/admin/header_auth.php:70 337 msgid "Administration" 338 msgstr "Administration" 339 340 #: amp_conf/htdocs/admin/panel.php:18 341 msgid "FreePBX: Flash Operator Panel" 342 msgstr "FreePBX: Flash Operator Panel" 343 344 #: amp_conf/htdocs/admin/panel.php:19 345 msgid "Flash Operator Panel" 346 msgstr "Panneau Opérateur" 347 348 #: amp_conf/htdocs/admin/functions.inc.php:392 349 #, php-format 350 msgid "Cronmanager encountered %s Errors" 351 msgstr "Cronmanager a rencontré %s erreurs." 352 353 #: amp_conf/htdocs/admin/functions.inc.php:393 354 msgid "The following commands failed with the listed error" 355 msgstr "Echecs des commandes suivantes avec les erreurs suivantes" 356 357 #: amp_conf/htdocs/admin/functions.inc.php:765 358 #, php-format 359 msgid "Missing or unreadable config file (%s)...cannot continue" 360 msgstr "Fichier de configuration manquant ou non lisible (%s)..ne peut continuer" 361 362 #: amp_conf/htdocs/admin/functions.inc.php:1044 363 msgid "Objects" 364 msgstr "Objets" 365 366 #: amp_conf/htdocs/admin/functions.inc.php:1044 367 msgid "Object" 368 msgstr "Objet" 369 370 #: amp_conf/htdocs/admin/functions.inc.php:1045 371 #, php-format 372 msgid "Used as Destination by %s %s" 373 msgstr "Utilisé comme destination par %s %s" 374 375 #: amp_conf/htdocs/admin/functions.inc.php:1500 376 #: amp_conf/htdocs/admin/functions.inc.php:1570 377 #, php-format 378 msgid "Exit code was %s and output was: %s" 379 msgstr "Code sortie était %s et message de sortie était: %s" 380 381 #: amp_conf/htdocs/admin/functions.inc.php:1501 382 #: amp_conf/htdocs/admin/functions.inc.php:1571 383 #, php-format 384 msgid "Could not run %s script." 385 msgstr "Ne peut exécuter le script %s" 386 387 #: amp_conf/htdocs/admin/functions.inc.php:1518 388 #, php-format 389 msgid "Reload failed because retrieve_conf encountered an error: %s" 390 msgstr "Rechargement à échouer car retrieve_conf a rencontré l'erreur : %s" 391 392 #: amp_conf/htdocs/admin/functions.inc.php:1520 393 #: amp_conf/htdocs/admin/functions.inc.php:1528 394 msgid "retrieve_conf failed, config not applied" 395 msgstr "echec de retrieve_conf, configuration non activée" 396 397 #: amp_conf/htdocs/admin/functions.inc.php:1526 398 msgid "Reload failed because FreePBX could not connect to the asterisk manager interface." 399 msgstr "Le rechargement a échoué car FreePBX ne peut se connecter à l'interface de gestion d'Asterisk" 400 401 #: amp_conf/htdocs/admin/functions.inc.php:1540 402 msgid "Successfully reloaded" 403 msgstr "Téléchargement réussi" 404 405 #: amp_conf/htdocs/admin/functions.inc.php:1549 406 msgid "Could not reload the FOP operator panel server using the bounce_op.sh script. Configuration changes may not be reflected in the panel display." 407 msgstr "Ne peut recharger le serveur Opérateur avec le script bounce_op.sh. Les changements de configuration ne seront peut être pas pris en compte dans l'affichage." 408 409 #: amp_conf/htdocs/admin/functions.inc.php:1550 410 msgid "Could not reload FOP server" 411 msgstr "Ne peut recharger le serveur FOP" 412 413 #: amp_conf/htdocs/admin/functions.inc.php:1562 414 msgid "Successful reload, but could not clear reload flag due to a database error: " 415 msgstr "Rechargement réussi mais impossible d'effacer le flag de rechargement à cause d'une erreur de la base données" 416 417 #: amp_conf/htdocs/admin/functions.inc.php:1611 418 #: amp_conf/htdocs/admin/modules/core/page.routing.php:578 419 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4696 420 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4698 421 msgid "Add" 422 msgstr "Ajout" 423 424 #: amp_conf/htdocs/admin/functions.inc.php:2051 425 msgid "Unknown Destination" 426 msgstr "Destination inconnue" 427 428 #: amp_conf/htdocs/admin/functions.inc.php:2051 429 msgid "ERROR: You have an unknown destination. If this was carried over as a Custom App from an earlier version, you must go register the destination in the Custom Destination tab provided by the Custom Applications module.<br />This will remain active until you change it but you can no longer edit or add a new one here." 430 msgstr "ERREUR: vous avez une destination inconnue. Si cela provient d'une application particuliÚre d'une ancienne version, vous devez enregistrer la destination dans la tabulation Destination Personnalisée fourni par le module Applications Personnalisées.<br /> Cela restera actif jusqu'à ce que vous le changiez mais vous ne pouvez plus éditer ou ajouter ici. " 431 432 #: amp_conf/htdocs/admin/functions.inc.php:2309 433 msgid "The following new modules are available for download. Click delete icon on the right to remove this notice." 434 msgstr "Les nouveaux modules suivants sont disponibles au téléchargement. Cliquer sur l'icÃŽne supprimer à droite pour retirer cette information." 435 436 #: amp_conf/htdocs/admin/functions.inc.php:2313 437 #, php-format 438 msgid "%s New modules are available" 439 msgstr "%s nouveaux modules sont disponibles" 440 441 #: amp_conf/htdocs/admin/functions.inc.php:2347 442 msgid "There is 1 module available for online upgrade" 443 msgstr "Il y a un nouveau module disponible pour téléchargement" 444 445 #: amp_conf/htdocs/admin/functions.inc.php:2349 446 #, php-format 447 msgid "There are %s modules available for online upgrades" 448 msgstr "Il y a %s modules disponibles au téléchargement" 449 450 #: amp_conf/htdocs/admin/functions.inc.php:2353 451 #, php-format 452 msgid "%s (current: %s)" 453 msgstr "%s (actuellement: %s)" 454 455 #: amp_conf/htdocs/admin/functions.inc.php:2555 456 #, php-format 457 msgid "Module %s is required, but yours is broken. You should reinstall " 458 msgstr "Le module %s est requis mais le vÃŽtre ne fonctionne pas. Vous devriez le réinstaller." 459 460 #: amp_conf/htdocs/admin/functions.inc.php:2556 461 #, php-format 462 msgid "it and try again." 463 msgstr "et réessayer." 464 465 #: amp_conf/htdocs/admin/functions.inc.php:2559 466 #, php-format 467 msgid "Module %s is required, but yours is disabled." 468 msgstr "Le module %s est requie mais le vÃŽtre est désactivé." 469 470 #: amp_conf/htdocs/admin/functions.inc.php:2562 471 #, php-format 472 msgid "Module %s is required, but yours is disabled because it needs to " 473 msgstr "Le module %s est requis mais le vÃŽtre doit être" 474 475 #: amp_conf/htdocs/admin/functions.inc.php:2563 476 #, php-format 477 msgid "be upgraded. Please upgrade %s first, and then try again." 478 msgstr "mis à jour. Merci de mettre à jour %s puis essayez de nouveau." 479 480 #: amp_conf/htdocs/admin/functions.inc.php:2568 481 #, php-format 482 msgid "Module %s is required, yours is not installed." 483 msgstr "Le module %s est requis, il n'est pas installé" 484 485 #: amp_conf/htdocs/admin/functions.inc.php:2572 486 #, php-format 487 msgid "Module %s is required." 488 msgstr "Le module %s est requis" 489 490 #: amp_conf/htdocs/admin/functions.inc.php:2581 491 #, php-format 492 msgid "File %s must exist." 493 msgstr "Le fichier %s doit exister" 494 495 #: amp_conf/htdocs/admin/functions.inc.php:2628 496 #, php-format 497 msgid "Requires engine %s, you have: %s" 498 msgstr "A besoin du moteur %s, vous avez: %s" 499 500 #: amp_conf/htdocs/admin/functions.inc.php:2630 501 #, php-format 502 msgid "Requires one of the following engines: %s; you have: %s" 503 msgstr "A besoin d'un des moteurs suivants : %s; vous avez : %s" 504 505 #: amp_conf/htdocs/admin/functions.inc.php:2645 506 #, php-format 507 msgid "A %s version below %s is required, you have %s" 508 msgstr "La version %s sous %s est requise. Celle installée est %s" 509 510 #: amp_conf/htdocs/admin/functions.inc.php:2648 511 #, php-format 512 msgid "%s version %s or below is required, you have %s" 513 msgstr "Les versions %s ou %s sont requises. Celle installée est %s" 514 515 #: amp_conf/htdocs/admin/functions.inc.php:2651 516 #, php-format 517 msgid "A %s version newer than %s required, you have %s" 518 msgstr "La nouvelle version %s plus récente que %s est requise. Celle installée est %s" 519 520 #: amp_conf/htdocs/admin/functions.inc.php:2654 521 #, php-format 522 msgid "Your %s version (%s) is incompatible." 523 msgstr "Votre version %s (%s) est incompatible" 524 525 #: amp_conf/htdocs/admin/functions.inc.php:2657 526 #, php-format 527 msgid "Only %s version %s is compatible, you have %s" 528 msgstr "Seule la version %s %s est compatible. Celle installée est %s" 529 530 #: amp_conf/htdocs/admin/functions.inc.php:2661 531 #, php-format 532 msgid "%s version %s or higher is required, you have %s" 533 msgstr "La version %s %s ou plus est requise. Celle installée est %s" 534 535 #: amp_conf/htdocs/admin/functions.inc.php:2719 536 msgid "Module is already enabled" 537 msgstr "Le module est déjà activé" 538 539 #: amp_conf/htdocs/admin/functions.inc.php:2724 540 msgid "Module cannot be enabled" 541 msgstr "Le module ne peut être activé" 542 543 #: amp_conf/htdocs/admin/functions.inc.php:2771 544 msgid "Module not found in repository" 545 msgstr "Module non trouvé dans le dépÃŽt" 546 547 #: amp_conf/htdocs/admin/functions.inc.php:2804 548 #: amp_conf/htdocs/admin/functions.inc.php:2900 549 #: amp_conf/htdocs/admin/functions.inc.php:2978 550 #, php-format 551 msgid "Could not remove %s to install new version" 552 msgstr "Ne peut retirer %s pour installer la nouvelle version" 553 554 #: amp_conf/htdocs/admin/functions.inc.php:2808 555 #: amp_conf/htdocs/admin/functions.inc.php:2904 556 #: amp_conf/htdocs/admin/functions.inc.php:2982 557 #, php-format 558 msgid "Could not untar %s to %s" 559 msgstr "Ne peut décompresser %s vers %s" 560 561 #: amp_conf/htdocs/admin/functions.inc.php:2812 562 #: amp_conf/htdocs/admin/functions.inc.php:2908 563 #: amp_conf/htdocs/admin/functions.inc.php:2986 564 #, php-format 565 msgid "Could not remove old module %s to install new version" 566 msgstr "Ne peut retirer l'ancien module %s pour installer la nouvelle version" 567 568 #: amp_conf/htdocs/admin/functions.inc.php:2816 569 #: amp_conf/htdocs/admin/functions.inc.php:2912 570 #: amp_conf/htdocs/admin/functions.inc.php:2990 571 #, php-format 572 msgid "Could not move %s to %s" 573 msgstr "Ne peut déplacer %s vers %s" 574 575 #: amp_conf/htdocs/admin/functions.inc.php:2837 576 #, php-format 577 msgid "Error opening %s for writing" 578 msgstr "Erreur lors de l'ouverture de %s pour écriture" 579 580 #: amp_conf/htdocs/admin/functions.inc.php:2853 581 #: amp_conf/htdocs/admin/functions.inc.php:2856 582 #, php-format 583 msgid "Error opening %s for reading" 584 msgstr "Erreur lors de l'ouverture de %s pour lecture" 585 586 #: amp_conf/htdocs/admin/functions.inc.php:2876 587 #, php-format 588 msgid "Unable to save %s" 589 msgstr "Impossible de sauvegarder %s" 590 591 #: amp_conf/htdocs/admin/functions.inc.php:2884 592 #, php-format 593 msgid "File Integrity failed for %s - aborting" 594 msgstr "Erreur intégrité de fichier pour %s - arrêt" 595 596 #: amp_conf/htdocs/admin/functions.inc.php:2929 597 msgid "Error finding uploaded file - check your PHP and/or web server configuration" 598 msgstr "Erreur pour trouver le fichier téléchargé - vérifiez la configuration de votre serveur PHP et/ou Web" 599 600 #: amp_conf/htdocs/admin/functions.inc.php:2934 601 msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 602 msgstr "Le fichier doit être au format tar+gzip (.tar ou .tar.gz)" 603 604 #: amp_conf/htdocs/admin/functions.inc.php:2939 605 msgid "Filename not in correct format: must be modulename-version.tar.gz (eg. custommodule-0.1.tar.gz)" 606 msgstr "Le nom de fichier n'est pas correcte: doit être sous la forme nom_module-version.tar.gz (par exemple custommodule-0.1.tar.gz)" 607 608 #: amp_conf/htdocs/admin/functions.inc.php:2948 609 #, php-format 610 msgid "Error creating temporary directory: %s" 611 msgstr "Erreur lors de la création du répertoire temporaire: %s" 612 613 #: amp_conf/htdocs/admin/functions.inc.php:2956 614 msgid "Error untaring uploaded file. Must be a tar+gzip file" 615 msgstr "Erreur lors de la décompression du fichier téléchargé. Doit être au format tar+gzip" 616 617 #: amp_conf/htdocs/admin/functions.inc.php:2995 618 #, php-format 619 msgid "Error removing temporary directory: %s" 620 msgstr "Erreur suppression répertoire temporaire: %s" 621 622 #: amp_conf/htdocs/admin/functions.inc.php:3024 623 msgid "Cannot find module" 624 msgstr "Impossible de trouver le module" 625 626 #: amp_conf/htdocs/admin/functions.inc.php:3030 627 msgid "Could not read module.xml" 628 msgstr "Ne peut lire module.xml" 629 630 #: amp_conf/htdocs/admin/functions.inc.php:3035 631 msgid "This module is broken and cannot be installed. You should try to download it again." 632 msgstr "Ce module est incomplet et ne peut être installé. Vous devriez le télécharger à nouveau" 633 634 #: amp_conf/htdocs/admin/functions.inc.php:3054 635 msgid "Failed to run installation scripts" 636 msgstr "Impossible d'exécuter les cripts d'installation" 637 638 #: amp_conf/htdocs/admin/functions.inc.php:3068 639 #, php-format 640 msgid "Error updating database. Command was: %s; error was: %s " 641 msgstr "Erreur mise à jour base. Commande : %s; erreur : %s" 642 643 #: amp_conf/htdocs/admin/functions.inc.php:3102 644 #: amp_conf/htdocs/admin/functions.inc.php:3130 645 #: amp_conf/htdocs/admin/functions.inc.php:3167 646 msgid "Specified module not found" 647 msgstr "Module demandé non trouvé" 648 649 #: amp_conf/htdocs/admin/functions.inc.php:3107 650 msgid "Module not enabled: cannot disable" 651 msgstr "Module non activé donc ne peut être désactivé" 652 653 #: amp_conf/htdocs/admin/functions.inc.php:3111 654 #: amp_conf/htdocs/admin/functions.inc.php:3139 655 msgid "Cannot disable: The following modules depend on this one: " 656 msgstr "Ne peut désactivé: les modules suivants en dépendent:" 657 658 #: amp_conf/htdocs/admin/functions.inc.php:3135 659 msgid "Module not installed: cannot uninstall" 660 msgstr "Module non installé : ne peut être désinstallé" 661 662 #: amp_conf/htdocs/admin/functions.inc.php:3146 663 msgid "Error updating database: " 664 msgstr "Erreur de mise à jour de la base:" 665 666 #: amp_conf/htdocs/admin/functions.inc.php:3150 667 msgid "Failed to run un-installation scripts" 668 msgstr "Impossible de démarrer les scripts de désinstallation" 669 670 #: amp_conf/htdocs/admin/functions.inc.php:3180 671 #, php-format 672 msgid "Cannot delete directory %s" 673 msgstr "Ne peut supprimer le répertoire %s" 674 675 #: amp_conf/htdocs/admin/functions.inc.php:3187 676 #, php-format 677 msgid "Error deleting directory %s (code %d)" 678 msgstr "Erreur suppression répertoire %s (code %d)" 679 680 #: amp_conf/htdocs/admin/functions.inc.php:3565 681 #, php-format 682 msgid "You have %s disabled modules" 683 msgstr "Vous avez %s modules désactivés." 684 685 #: amp_conf/htdocs/admin/functions.inc.php:3565 686 msgid "You have a disabled module" 687 msgstr "Vous avez désactivé le module" 688 689 #: amp_conf/htdocs/admin/functions.inc.php:3566 690 msgid "The following modules are disabled because they need to be upgraded:" 691 msgstr "Les modules suivants sont désactivés car ils doivent être mis à jour." 692 693 #: amp_conf/htdocs/admin/functions.inc.php:3567 694 #: amp_conf/htdocs/admin/functions.inc.php:3575 695 msgid "You should go to the module admin page to fix these." 696 msgstr "Vous devriez aller dans le module Administration pour résoudre ce problÚme" 697 698 #: amp_conf/htdocs/admin/functions.inc.php:3573 699 #, php-format 700 msgid "You have %s broken modules" 701 msgstr "Vous avez %s modules défaillants" 702 703 #: amp_conf/htdocs/admin/functions.inc.php:3573 704 msgid "You have a broken module" 705 msgstr "Vous avez un module défaillant" 706 707 #: amp_conf/htdocs/admin/functions.inc.php:3574 708 msgid "The following modules are disabled because they are broken:" 709 msgstr "Les modules suivants sont désactivés car ils sont défaillants" 710 711 # ######## DEBUT ANCIENS MESSAGES de RECORDINGS 712 # ######## FIN ANCIENS MESSAGES de RECORDINGS 713 #: amp_conf/htdocs/admin/reports.php:18 714 msgid "FreePBX: Call Detail Reports" 715 msgstr "FreePBX : Rapports CDR" 716 717 # ######## DEBUT ANCIENS MESSAGES de RECORDINGS 718 # ######## FIN ANCIENS MESSAGES de RECORDINGS 719 #: amp_conf/htdocs/admin/reports.php:19 720 msgid "Call Detail Reports" 721 msgstr "Rapports des CDR" 722 723 #: amp_conf/htdocs/admin/reports.php:41 724 msgid "Call Logs" 725 msgstr "Journal des Appels" 726 727 #: amp_conf/htdocs/admin/reports.php:42 728 msgid "Compare Calls" 729 msgstr "Compare les Appels" 730 731 #: amp_conf/htdocs/admin/reports.php:43 732 msgid "Monthly Traffic" 733 msgstr "Trafic Mensuel" 734 735 #: amp_conf/htdocs/admin/reports.php:44 736 msgid "Daily load" 737 msgstr "Charge JournaliÚre" 738 739 # msgid "Not found" 740 # msgstr "pas trouvé" 741 # msgid "" 742 # "The section you requested does not exist or you do not have access to it." 743 # msgstr "" 744 # "La section demandée n'existe pas ou vous n'y avez pas accès." 745 # # FIN config 746 #: amp_conf/htdocs/admin/modules/core/page.devices.php:18 747 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4657 748 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4674 749 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4696 750 msgid "Device" 751 msgstr "Périphérique" 752 753 #: amp_conf/htdocs/admin/modules/core/module.php:4 754 msgid "Basic" 755 msgstr "Base" 756 757 #: amp_conf/htdocs/admin/modules/core/module.php:5 758 #: amp_conf/htdocs/admin/modules/core/install.php:4 759 msgid "Core" 760 msgstr "Coeur" 761 762 # La suite ne sont plus des messages de config. Peut-etre utilise par d'autres! 763 # msgid "Incoming Calls" 764 # msgstr "Appels entrants" 765 #: amp_conf/htdocs/admin/modules/core/module.php:6 766 msgid "Extensions" 767 msgstr "Extensions" 768 769 #: amp_conf/htdocs/admin/modules/core/module.php:7 770 msgid "Users" 771 msgstr "Utilisateurs" 772 773 #: amp_conf/htdocs/admin/modules/core/module.php:8 774 msgid "Devices" 775 msgstr "Périphériques" 776 777 #: amp_conf/htdocs/admin/modules/core/module.php:9 778 msgid "Inbound Routes" 779 msgstr "Routes Entrantes" 780 781 #: amp_conf/htdocs/admin/modules/core/module.php:10 782 msgid "Zap Channel DIDs" 783 msgstr "Canal ZAP DIDs" 784 785 #: amp_conf/htdocs/admin/modules/core/module.php:11 786 msgid "Outbound Routes" 787 msgstr "Routes Sortantes" 788 789 #: amp_conf/htdocs/admin/modules/core/module.php:12 790 msgid "Trunks" 791 msgstr "Trunks" 792 793 #: amp_conf/htdocs/admin/modules/core/module.php:13 794 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:159 795 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:351 796 msgid "General Settings" 797 msgstr "Réglages Généraux" 798 799 #: amp_conf/htdocs/admin/modules/core/module.php:14 800 msgid "Administrators" 801 msgstr "Administrateurs" 802 803 #: amp_conf/htdocs/admin/modules/core/module.php:15 804 msgid "FreePBX Support" 805 msgstr "Support FreePBX" 806 807 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:101 808 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4362 809 msgid "Add User" 810 msgstr "Ajout Utilisateur" 811 812 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:118 813 msgid "Edit Administrator" 814 msgstr "Edition Administrateur" 815 816 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:129 817 #, php-format 818 msgid "Delete User: %s" 819 msgstr "Suppression Utilisateur: %s" 820 821 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:147 20 822 msgid "Add Administrator" 21 823 msgstr "Ajout Administrateur" 22 824 23 #: ampusers.php:80 24 msgid "Edit Administrator" 25 msgstr "Edition Administrateur" 26 27 #: modules/core/page.ampusers.php:107 28 msgid "Delete Administrator" 29 msgstr "Suppression Administrateur" 30 31 #: modules/core/page.ampusers.php:122 32 msgid "Add AMP User" 33 msgstr "Ajout Administrateur" 34 35 #: modules/core/page.ampusers.php:134 config.php:97 config.php:165 36 msgid "General Settings" 37 msgstr "Réglages Globaux" 38 39 #: modules/core/page.ampusers.php:139 40 msgid "Username<span>Create a unique username for this new administrator</span>" 41 msgstr "Nom Administrateur<span>Création d'un Nom Unique pour cet Administrateur</span>" 42 43 #: modules/core/page.ampusers.php:147 44 msgid "Password<span>Create a password for this new administrator</span>" 45 msgstr "Mot de Passe<span>Mot de passe pour cet Administrateur</span>" 46 47 #: modules/core/page.ampusers.php:156 825 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:165 826 msgid "NOTE:" 827 msgstr "NOTE:" 828 829 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:165 830 msgid "AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this module is not currently providing access control, and changing passwords here or adding users will have no effect unless AUTHTYPE is set to 'database'." 831 msgstr "AUTHTYPE n'a pas comme valeur 'database' dans /etc/amportal.conf. Ce module ne fournit pas de contrÃŽle d'accés, et changer de mot de passe ou ajouter des utilisateurs n'aura aucun effet tant que AUTHTYPE n'est pas renseigné à 'database'." 832 833 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:171 834 msgid "Username<span>Create a unique username for this new user</span>" 835 msgstr "Nom Administrateur<span>Création d'un nom unique pour cet administrateur</span>" 836 837 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:178 838 msgid "Password<span>Create a password for this new user</span>" 839 msgstr "Mot de Passe<span>Mot de passe pour cet administrateur</span>" 840 841 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:186 48 842 msgid "Access Restrictions" 49 msgstr "Restrictions d'accès" 50 51 #: modules/core/page.ampusers.php:161 52 msgid "" 53 "Department Name<span>Restrict this administrator's view of Digital Receptionist menus " 54 "and System Recordings to only those for this department.</span>" 55 msgstr "" 56 "Nom du Département<span>Restriction d'affichage, pour cet Administrateur, " 57 "des menus du réceptioniste automatique et des enregistrements système appartenant " 58 "à ce Département.</span>" 59 60 #: modules/core/page.ampusers.php:168 61 msgid "" 62 "Extension Range<span>Restrict this administrator's view to only Extensions, Ring " 63 "Groups, and Queues within this range.</span>" 64 msgstr "" 65 "Gamme des Extensions<span>Restriction d'affichage, pour cet Administrateur, " 66 "à seulement les Extensions, les Groupes de Sonneries et les files d'attente appartenant à cette <strong>Gamme</strong>.</span>" 67 68 #: modules/core/page.ampusers.php:171 69 msgid " to" 70 msgstr " à" 71 72 #: modules/core/page.ampusers.php:177 73 msgid "" 74 "Admin Access<span>Select the Admin Sections this administrator should have access to." 75 "</span>" 76 msgstr "" 77 "Accès Admin<span>Sélection des modules auxquels cet Administrateur aura accès.</span>" 78 79 #: modules/core/page.ampusers.php:174 843 msgstr "Restrictions d'accÚs" 844 845 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:191 846 msgid "Department Name<span>Restrict this user's view of Digital Receptionist menus and System Recordings to only those for this department.</span>" 847 msgstr "Nom du Département<span>Restriction d'affichage, pour cet administrateur, à des menus Serveur vocal et Enregistrement systÚme appartenant à ce département.</span>" 848 849 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:198 850 msgid "Extension Range<span>Restrict this user's view to only Extensions, Ring Groups, and Queues within this range.</span>" 851 msgstr "Gamme des Extensions<span>Restriction d'affichage, pour cet utilisateur aux extensions, groupes de sonneries et files d'attente appartenant à cette <strong>Gamme</strong>.</span>" 852 853 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:207 854 msgid "Admin Access<span>Select the Admin Sections this user should have access to.</span>" 855 msgstr "AccÚs Administrateur<span>Sélection des modules auxquels cet administrateur aura accÚs.</span>" 856 857 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:234 858 msgid "Apply Changes Bar" 859 msgstr "Barre d'application des changements" 860 861 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:239 862 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4652 863 msgid "Add Device" 864 msgstr "Ajout Périphérique" 865 866 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:239 867 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4360 868 msgid "Add Extension" 869 msgstr "Ajout Extension" 870 871 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:244 80 872 msgid "ALL SECTIONS" 81 873 msgstr "TOUS LES MODULES" 82 874 83 #: modules/backup/page.backup.php:93 84 msgid "Add Backup Schedule" 85 msgstr "Ajout Programmation Sauvegarde" 86 87 #: modules/backup/page.backup.php:95 88 msgid "Restore from Backup" 89 msgstr "Restauration depuis Sauvegarde" 90 91 #: modules/backup/page.backup.php:95 92 msgid "Run Schedule" 93 msgstr "Lancement Programmation" 94 95 #: backup.php:115 backup.php:137 backup.php:183 96 msgid "System Backup" 97 msgstr "Sauvegarde Système" 98 99 #: backup.php:138 100 msgid "Delete Backup Schedule" 101 msgstr "Suppression Programmation Sauvegarde" 102 103 #: backup.php:161 104 msgid "System Restore" 105 msgstr "Restauration Système" 106 107 #: callgroups.php:56 extensions.php:77 875 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:252 876 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:766 877 #: amp_conf/htdocs/admin/modules/core/page.general.php:453 878 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:108 879 #: amp_conf/htdocs/admin/modules/core/page.routing.php:584 880 msgid "Submit Changes" 881 msgstr "Soumettre Changements" 882 883 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:266 884 msgid "Username must not be blank" 885 msgstr "Un nom d'utilisateur ne peut être à blanc" 886 887 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:268 888 msgid "Username cannot start with a number, and can only contain letters and numbers" 889 msgstr "Un nom d'utilisateur doit commencer par une lettre et ne contenir que des chiffres et des lettres" 890 891 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:270 892 msgid "For security reasons, you cannot use the department name default" 893 msgstr "Pour des raisons de sécurité, vous ne pouvez utiliser le nom de département par défaut" 894 895 #: amp_conf/htdocs/admin/modules/core/page.ampusers.php:272 896 msgid "Department name cannot have a space" 897 msgstr "Un nom de département ne peut avoir un espace" 898 899 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:159 900 #: amp_conf/htdocs/admin/modules/core/page.routing.php:164 901 msgid "Error fetching prefix list for: " 902 msgstr "Erreur lors de la récupération de la liste des préfixes pour:" 903 904 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:164 905 #: amp_conf/htdocs/admin/modules/core/page.routing.php:169 906 msgid "Invalid format for NPA-NXX code (must be format: NXXNXX)" 907 msgstr "Format invalide pour le code NPA-NXX (format doit être; <b>NXXNXX</b>)" 908 909 # ########################################################## 910 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:191 911 msgid "Add Trunk" 912 msgstr "Ajout Trunk" 913 914 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:198 915 msgid "Trunk" 916 msgstr "Trunk" 917 918 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:210 919 msgid "Add a Trunk" 920 msgstr "Ajout Trunk" 921 922 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:214 923 msgid "Add Zap Trunk" 924 msgstr "Ajout Trunk ZAP" 925 926 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:214 927 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:325 928 msgid "DAHDI compatibility mode" 929 msgstr "Mode compatibilité DAHDI" 930 931 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:215 932 msgid "Add IAX2 Trunk" 933 msgstr "Ajout Trunk IAX2" 934 935 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:216 936 msgid "Add SIP Trunk" 937 msgstr "Ajout Trunk SIP" 938 939 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:217 940 msgid "Add ENUM Trunk" 941 msgstr "Ajout Trunk ENUM" 942 943 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:218 944 msgid "Add DUNDi Trunk" 945 msgstr "Ajout Trunk DUNDi" 946 947 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:219 948 msgid "Add Custom Trunk" 949 msgstr "Ajout Trunk Personnalisé" 950 951 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:280 952 #, php-format 953 msgid "Edit %s Trunk" 954 msgstr "Edition Trunk %s" 955 956 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:280 957 msgid "DAHDI compatibility Mode" 958 msgstr "Mode compatibilité DAHDI" 959 960 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:281 961 #, php-format 962 msgid "Delete Trunk %s" 963 msgstr "Suppression Trunk %s" 964 965 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:291 966 msgid "In use by" 967 msgstr "Utilisé par" 968 969 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:291 970 msgid "route" 971 msgstr "route" 972 973 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:291 974 msgid "routes" 975 msgstr "routes" 976 977 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:293 978 #: amp_conf/htdocs/admin/modules/core/page.did.php:138 979 msgid "Route" 980 msgstr "Route" 981 982 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:293 983 msgid "Sequence" 984 msgstr "Séquence" 985 986 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:297 987 msgid "WARNING:" 988 msgstr "ATTENTION:" 989 990 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:297 991 msgid "This trunk is not used by any routes!" 992 msgstr "Ce trunk n'est utilisé par aucune route!" 993 994 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:298 995 msgid "This trunk will not be able to be used for outbound calls until a route is setup that uses it. Click on <b>Outbound Routes</b> to setup routing." 996 msgstr "Ce trunk ne peut pas être utilisé pour des appels sortants tant qu'une route ne l'utilise pas. Voir dans le menu <strong>Routes Sortantes</strong>." 997 998 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:329 999 msgid "FreePBX offers limited support for DUNDi trunks and additional manual configuration is required. The trunk name should correspond to the [mappings] section of the remote dundi.conf systems. For example, you may have a mapping on the remote system, and corresponding configurations in dundi.conf locally, that looks as follows:<br /><br />[mappings]<br />priv => dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /><br />In this example, you would create this trunk and name it priv. You would then create the corresponding IAX2 trunk with proper settings to work with DUNDi. This can be done by making an IAX2 trunk in FreePBX or by using the iax_custom.conf file.<br />The dundi-extens context in this example must be created in extensions_custom.conf. This can simply include contexts such as ext-local, ext-intercom-users, ext-paging and so forth to provide access to the corresponding extensions and features provided by these various contexts and generated by FreePBX." 1000 msgstr "FreePBX offre un support limité aux trunks DUNDi et nécessite une configuration manuelle. Le nom du trunk doit correspondre à la section [mappings] du systÚme dundi.conf à distance. Par exemple, vous pouvez avoir un mapping sur la machine distante et des configurations locales dundi.conf, ce qui ressemble à :<br /><br />[mappings]<br />priv => dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /><br />Dans cet exemple, vous allez créer ce trunk et l'appeler priv. Vous allez ensuite créer le trunk correspondant IAX2 avec les paramÚtres idoines pour fonctionner avec DUNDi. Ce qui peut être fait en créant un trunk IAX2 avec FreePBX ou en utilisant le fichier iax_custom.conf.<br />Le contexte dundi-extens dans cet exemple doit être créé dans extensions_custom.conf. Cela peut inclure simplement des contextes tels que ext-local, ext-intercom-users, ext-paging,... pour accéder aux extensions et fonctionnalités fournies par ces contextes nombreux et générées par FreePBX." 1001 1002 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:356 1003 msgid "Outbound Caller ID" 1004 msgstr "CID Sortant" 1005 1006 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:356 1007 msgid "Caller ID for calls placed out on this trunk<br><br>Format: <b>\"caller name\" <#######></b>. You can also use the magic string 'hidden' to hide the CallerID sent out over Digital lines ONLY (E1/T1/J1/BRI/SIP/IAX)" 1008 msgstr "CID pour les appels envoyé sur ce trunk<br><br>Format: <b>\"nom appelant\"<#######></b>. Vous pouvez aussi utiliser la chaîne 'hidden' pour cacher le CID envoyé sur les lignes numériques seulement (E1/T1/J1/BRI/SIP/IAX)" 1009 1010 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:363 1011 msgid "Never Override CallerID" 1012 msgstr "Ne jamais modifier le CID" 1013 1014 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:363 1015 msgid "Some VoIP providers will drop the call if you try to send an invalid CallerID (one you don't 'own.' Use this to never send a CallerID that you haven't explicitly specified in this trunk or in the outbound callerid field of an extension/user. You might notice this problem if you discover that Follow-Me or RingGroups with external numbers don't work properly. Checking this box has the effect of disabling 'foreign' callerids from going out this trunk. You must define an Outbound Caller ID on the this trunk when checking this." 1016 msgstr "Quelques fournisseurs VoIP annuleront l'appel si vous essayez d'envoyer un CID invalide. Utilisez cela pour ne jamais envoyer un CID que vous n'avez pas explicitement déclaré dans ce trunk ou dans le champ de sortie du CID d'une extension/utilisateur. Vous pouvez remarquer ce problÚme si le Follow Me ou les groupements d'appels ne fonctionnent pas correctement. Cette option empêche les appels 'étrangers' d'aller sur ce trunk. Vous devez définir un CID sortant sur ce trunk si vous activez cette option." 1017 1018 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:373 1019 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:377 1020 msgid "Maximum Channels" 1021 msgstr "Nombre maximal de canaux" 1022 1023 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:373 1024 #, php-format 1025 msgid "Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. To count inbound calls against this maximum, use the auto-generated context: %s as the inbound trunk's context. (see extensions_additional.conf) Leave blank to specify no maximum." 1026 msgstr "ContrÃŽle le nombre maximal de canaux (appels entrants et sortants simultanés) sur ce trunk. Pour compter les appels entrants dans ce maximum, utilisez le contexte auto-généré: %s comme contexte trunk entrant (voir le fichier extensions_additional.conf). Laissez vide pour ne pas préciser de maximum." 1027 1028 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:377 1029 msgid "Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. Inbound calls are not counted against the maximum. Leave blank to specify no maximum." 1030 msgstr "ContrÃŽle le nombre maximal de canaux (appels entrants et sortants simultanés) sur ce trunk. Les appels entrants ne sont pas comptés dans ce maximum. Laissez vide pour ne pas préciser de maximum." 1031 1032 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:387 1033 msgid "Disable Trunk" 1034 msgstr "Désactivation du Trunk" 1035 1036 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:387 1037 msgid "Check this to disable this trunk in all routes where it is used." 1038 msgstr "Cochez cette case pour désactiver ce trunk sur toutes les routes qui l'utilisent." 1039 1040 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:390 1041 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4237 1042 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4240 1043 #: amp_conf/htdocs/admin/page.modules.php:686 1044 msgid "Disable" 1045 msgstr "Désactivation" 1046 1047 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:395 1048 msgid "Monitor Trunk Failures" 1049 msgstr "Monitoring problÚmes de trunk" 1050 1051 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:395 1052 msgid "If checked, supply the name of a custom AGI Script that will be called to report, log, email or otherwise take some action on trunk failures that are not caused by either NOANSWER or CANCEL." 1053 msgstr "Si coché, fournit le nom de script AGI personnalisé qui sera appelé pour reporter, logguer, mailer ou prendre toute action sur les problÚmes du trunk qui ne proviennent pas des motifs : Pas de réponse (NOANSWER) ou Annulé (CANCEL)" 1054 1055 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:399 1056 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4236 1057 #: amp_conf/htdocs/admin/page.modules.php:644 1058 msgid "Enable" 1059 msgstr "Activation" 1060 1061 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:405 1062 msgid "Outgoing Dial Rules" 1063 msgstr "RÚgles de Composition de Sortie" 1064 1065 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:410 1066 msgid "Dial Rules" 1067 msgstr "RÚgles de Composition" 1068 1069 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:410 1070 msgid "A Dial Rule controls how calls will be dialed on this trunk. It can be used to add or remove prefixes. Numbers that don't match any patterns defined here will be dialed as-is. Note that a pattern without a + or | (to add or remove a prefix) will not make any changes but will create a match. Only the first matched rule will be executed and the remaining rules will not be acted on." 1071 msgstr "Une rÚgle de composition contrÃŽle comment les appels sont numérotés sur ce trunk. Utilisé pour ajouter ou supprimer des préfixes. Les numéros qui ne correspondent à aucune rÚgle sont composés tels quels. Une rÚgle qui ne contient ni <b>+</b> ni <b>|</b> (ajouter ou supprimer un préfixe) est inutile. Seule la premiÚre rÚgle qui peut être appliquée sera exécutée et les autres rÚgles seront ignorées." 1072 1073 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:410 1074 #: amp_conf/htdocs/admin/modules/core/page.routing.php:354 1075 msgid "Rules:" 1076 msgstr "RÚgles:" 1077 1078 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:411 1079 #: amp_conf/htdocs/admin/modules/core/page.routing.php:355 1080 msgid "matches any digit from 0-9" 1081 msgstr "correspond à un chiffre de 0-9" 1082 1083 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:412 1084 #: amp_conf/htdocs/admin/modules/core/page.routing.php:356 1085 msgid "matches any digit from 1-9" 1086 msgstr "correspond à un chiffre de 1-9" 1087 1088 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:413 1089 #: amp_conf/htdocs/admin/modules/core/page.routing.php:357 1090 msgid "matches any digit from 2-9" 1091 msgstr "correspond à un chiffre de 2-9" 1092 1093 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:414 1094 #: amp_conf/htdocs/admin/modules/core/page.routing.php:358 1095 msgid "matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 1096 msgstr "correspond à n'importe quel chiffre ou lettre inclus dans les crochets (dans cet exemple, 1,2,3,7,8,9)" 1097 1098 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:415 1099 msgid "wildcard, matches one or more characters (not allowed before a | or +)" 1100 msgstr "joker, correspond à un ou plusieurs caractÚres (interdit avant un <b>|</b> ou <b>+</b>)" 1101 1102 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:416 1103 msgid "removes a dialing prefix from the number (for example, 613|NXXXXXX would match when some dialed \"6135551234\" but would only pass \"5551234\" to the trunk)" 1104 msgstr "supprime un préfixe du numéro (par exemple, la rÚgle 613|NXXXXXX correspond à : si \"6135551234\" est composé, seulement \"5551234\" sera passé au trunk)" 1105 1106 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:417 1107 msgid "adds a dialing prefix from the number (for example, 1613+NXXXXXX would match when some dialed \"5551234\" and would pass \"16135551234\" to the trunk)" 1108 msgstr "ajoute un préfixe au numéro (par exemple, la rÚgle 1613+NXXXXXX correspond à : si \"5551234\" est composé \"16135551234\" sera passé au trunk)" 1109 1110 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:418 1111 msgid "You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match \"016065551234\" and dial it as \"0116065551234\" Note that the order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing." 1112 msgstr "Vous pouvez aussi utiliser ensemble + et |, par exemple: 01+0|1ZXXXXXXXXX sera appliqué pour \"016065551234\" et sera appelé comme \"0116065551234\" Notez que l'ordre n'a pas d'importance : 0|01+1ZXXXXXXXXX a le même résultat." 1113 1114 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:429 1115 #: amp_conf/htdocs/admin/modules/core/page.routing.php:397 1116 msgid "Clean & Remove duplicates" 1117 msgstr "Nettoyer & Supprimer les duplicats" 1118 1119 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:434 1120 msgid "Dial Rules Wizards" 1121 msgstr "Assistant rÚgles d'appels" 1122 1123 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:435 1124 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:441 1125 msgid "Always dial with prefix" 1126 msgstr "Toujours appeler avec un préfixe" 1127 1128 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:435 1129 msgid "is useful for VoIP trunks, where if a number is dialed as \"5551234\", it can be converted to \"16135551234\"." 1130 msgstr "est utile pour les trunks VoIP dans le cas où si un numéro est composé comme \"5551234\", il peut être converti en \"16135551234\"." 1131 1132 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:436 1133 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:442 1134 msgid "Remove prefix from local numbers" 1135 msgstr "Supprime le préfixe des numéros locaux" 1136 1137 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:436 1138 msgid "is useful for ZAP trunks, where if a local number is dialed as \"6135551234\", it can be converted to \"555-1234\"." 1139 msgstr "est utile pour les trunks ZAP dans le cas où si un numéro est composé comme \"16135551234\", il peut être converti comme \"555-1234\"." 1140 1141 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:437 1142 msgid "Lookup numbers for local trunk" 1143 msgstr "Recherche nombre pour trunk local" 1144 1145 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:437 1146 msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7 or 10 digits (regardless of what your PSTN is) on a local trunk (where you have to dial 1+area code for long distance, but only 5551234 (7-digit dialing) or 6135551234 (10-digit dialing) for local calls" 1147 msgstr "Cela recherche votre numéro local sur www.localcallingguide.com (NA-seulement), et ainsi vous pouvez appeler avec 7 ou 10 digits (quelque soit votre réseau PSTN) sur un trunk local où vous avez à composer 1+code région pour un appel longue distance, mais seulement 5551234 (7 chiffres) ou 6135551234 (10 chiffres) pour les appels locaux." 1148 1149 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:440 1150 #: amp_conf/htdocs/admin/modules/core/page.routing.php:482 1151 msgid "(pick one)" 1152 msgstr "(choisir un)" 1153 1154 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:443 1155 msgid "Lookup numbers for local trunk (7-digit dialing)" 1156 msgstr "Recherche nombre pour trunk local(7 chiffres)" 1157 1158 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:444 1159 msgid "Lookup numbers for local trunk (10-digit dialing)" 1160 msgstr "Recherche nombre pour trunk local(10 chiffres)" 1161 1162 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:464 1163 msgid "Are you sure you want to disable this trunk in all routes it is used?" 1164 msgstr "Etes-vous sûre de vouloir désactiver ce trunk sur toutes les routes qui l'utilisent" 1165 1166 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:469 1167 msgid "You have enabled this trunk in all routes it is used" 1168 msgstr "Vous avez autorisé ce Trunk pour toutes les routes qu'il utilise" 1169 1170 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:479 1171 #: amp_conf/htdocs/admin/modules/core/page.routing.php:415 1172 msgid "" 1173 "What is your areacode + prefix (NPA-NXX)?\\n" 1174 "\\n" 1175 "(Note: this database contains North American numbers only, and is not guaranteed to be 100% accurate. You will still have the option of modifying results.)\\n" 1176 "\\n" 1177 "This may take a few seconds." 1178 msgstr "" 1179 "Quel est votre code région + péfixe (NPA-NXX)?\\n" 1180 "\\n" 1181 "(Note: cette base ne contient que des numéros du Nord des Etats-Unis, et n'est pas garantieà 100% aussi vous pouvez toujours modifier ces résultats.)\\n" 1182 "\\n" 1183 "Cela peut prendre quelques secondes." 1184 1185 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:479 1186 msgid "\")" 1187 msgstr "\")" 1188 1189 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:481 1190 #: amp_conf/htdocs/admin/modules/core/page.routing.php:417 1191 msgid "Invalid NPA-NXX. Must be of the format \\'NXX-NXX\\'" 1192 msgstr "NPA-NXX invalide. Doit être au format \"NXX-NXX\"" 1193 1194 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:493 1195 #: amp_conf/htdocs/admin/modules/core/page.routing.php:425 1196 msgid "" 1197 "Error: Cannot continue!\\n" 1198 "\\n" 1199 "Prefix lookup requires cURL support in PHP on the server. Please install or enable cURL support in your PHP installation to use this function. See http://www.php.net/curl for more information." 1200 msgstr "" 1201 "Erreur: Impossible de continuer!\\n" 1202 "\\n" 1203 " La recherche du préfixe requiert le support cURL dans PHP sur le serveur. SVP, installez et activez le support cURL dans votre installation PHP pour utiliser cette fonction. Voir http://www.php.net/curl pour plus d'informations." 1204 1205 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:501 1206 msgid "" 1207 "What is the local dialing pattern?\\n" 1208 "\\n" 1209 "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 1210 msgstr "" 1211 "Quel est le plan de numérotation local?\\n" 1212 "\\n" 1213 "(ie. NXXNXXXXXX pour US/CAN composition pour 10 chiffres, NXXXXXX composition pour 7 chiffres)" 1214 1215 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:503 1216 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:526 1217 msgid "Invalid pattern. Only 0-9, #, *, Z, N, X and . are allowed." 1218 msgstr "Masque de numérotation invalide. Seulement <b>0-9</b>, <b>#</b>, <b>*</b>, <b>Z</b>, <b>N</b>, <b>X</b> sont autorisés." 1219 1220 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:506 1221 msgid "" 1222 "What prefix should be added to the dialing pattern?\\n" 1223 "\\n" 1224 "(ie. for US/CAN, 1+areacode, ie, \\'1613\\')?" 1225 msgstr "" 1226 "Quel préfixe doit être ajouté au plan de numérotation?\\n" 1227 "\\n" 1228 "(ie. pour US/CAN, 1 +code de zone => <strong>1613</strong>." 1229 1230 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:508 1231 msgid "Invalid prefix. Only dialable characters (0-9, #, and *) are allowed." 1232 msgstr "Préfixe invalide. Seulement les caractères numérotables (0-9, #, et *) sont autorisés." 1233 1234 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:519 1235 msgid "" 1236 "What prefix should be removed from the number?\\n" 1237 "\\n" 1238 "(ie. for US/CAN, 1+areacode, ie, \\'1613\\')" 1239 msgstr "" 1240 "Quel préfixe doit être supprimé du numéro?\\n" 1241 "\\n" 1242 "(ie. pour US/CAN, 1 +code de zone => <strong>1613</strong>." 1243 1244 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:521 1245 msgid "Invalid prefix. Only 0-9, #, *, Z, N, and X are allowed." 1246 msgstr "Préfixe invalide. Seulement 0-9, #, *, Z, N, et X sont autorisés" 1247 1248 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:524 1249 msgid "What is the dialing pattern for local numbers after" 1250 msgstr "Quel est le plan de numérotation pour les numéros locaux aprÚs" 1251 1252 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:524 1253 msgid "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 1254 msgstr "(ie. NXXNXXXXXX pour US/CAN composition pour 10 chiffres, NXXXXXX composition pour 7 chiffres)" 1255 1256 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:649 1257 msgid "Outbound Dial Prefix" 1258 msgstr "Préfixe de Numérotation Externe" 1259 1260 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:649 1261 msgid "The outbound dialing prefix is used to prefix a dialing string to all outbound calls placed on this trunk. For example, if this trunk is behind another PBX or is a Centrex line, then you would put 9 here to access an outbound line. Another common use is to prefix calls with 'w' on a POTS line that need time to obtain dial tone to avoid eating digits.<br><br>Most users should leave this option blank." 1262 msgstr "Le Préfixe de Numérotation Externe permet d'ajouter un préfixe à tous les appels sortant de ce trunk. Par exemple, si ce trunk est derriÚre un autre PBX ou qu'il soit une ligne Centrex, alors vous devez composer le 9 pour sortir. Une autre utilisation habituelle est d'utiliser le préfixe 'w' pour les lignes qui ont besoin d'un temps d'attente pour obtenir la ligne<br>La plupart des utilisateurs laisseront ce champ vide." 1263 1264 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:657 1265 msgid "Outgoing Settings" 1266 msgstr "ParamÚtres de Sortie" 1267 1268 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:668 1269 msgid "Zap Identifier (trunk name)" 1270 msgstr "Identifiant Zap (nom du trunk)" 1271 1272 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:668 1273 msgid "ZAP channels are referenced either by a group number or channel number (which is defined in zapata.conf). <br><br>The default setting is <b>g0</b> (group zero)." 1274 msgstr "Les canaux ZAP sont référencés soit par un numéro de groupe ou un numéo de canal (défini dans zapata.conf).<br>Le paramÚtres par défaut est <b>g0</b> (groupe zéro)" 1275 1276 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:682 1277 msgid "Custom Dial String" 1278 msgstr "Chaîne de Numérotation Personnalisée" 1279 1280 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:682 1281 msgid "Define the custom Dial String. Include the token" 1282 msgstr "Définit la chaîne de numérotation Personnalisée. Incluez le jeton" 1283 1284 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:682 1285 msgid "wherever the number to dial should go.<br><br><b>examples:</b><br>" 1286 msgstr "quelque soit l'endroit où le numéro à composer doit aller.<br><br><b>exemples:</b><br><br>CAPI/ XXXXXXXX:b" 1287 1288 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:694 1289 msgid "DUNDi Mapping" 1290 msgstr "DUNDi Mapping" 1291 1292 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:694 1293 msgid "This is the name of the DUNDi mapping as defined in the [mappings] section of remote dundi.conf peers. This corresponds to the 'include' section of the peer details in the local dundi.conf file. This requires manual configuration of DUNDi to use this trunk." 1294 msgstr "C'est le nom du mapping DUNDi défini dans la section [mappings] des peers à distance dundi.conf.Cela correspond à la section 'include' des détails peer dans le fichier local dundi.conf. Cela nécessite une configuration manuelle de DUNDi pour utiliser ce trunk." 1295 1296 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:706 1297 msgid "Trunk Name" 1298 msgstr "Nom du Trunk" 1299 1300 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:706 1301 msgid "Give this trunk a unique name. Example: myiaxtel" 1302 msgstr "Donnez un nom unique au trunk. Exemple: moniaxtel" 1303 1304 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:713 1305 msgid "PEER Details" 1306 msgstr "Détails du PEER" 1307 1308 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:713 1309 msgid "Modify the default PEER connection parameters for your VoIP provider.<br><br>You may need to add to the default lines listed below, depending on your provider.<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny comes first." 1310 msgstr "Modifie les paramÚtres par défaut de connexion PEER pour votre fournisseur VoIP.<br>Vous pouvez devoir ajouter des lignes à celles listées ci-dessous par défaut (dépend de votre fournisseur VoIP).<br><br>ATTENTION: l'ordre est important. Par exemple, si vous utilisez les directives \"allow/deny\" assurez vous que deny vient en premier!" 1311 1312 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:723 1313 msgid "Incoming Settings" 1314 msgstr "ParamÚ;tres d'Entrée" 1315 1316 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:728 1317 msgid "USER Context" 1318 msgstr "Contexte Utilisateur" 1319 1320 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:728 1321 msgid "This is most often the account name or number your provider expects.<br><br>This USER Context will be used to define the below user details." 1322 msgstr "C'est le plus souvent, le nom ou numéro du compte que votre fournisseur attend.<br>Ce Contexte USER sera utilisé pour définir les détails du USER ci-dessous." 1323 1324 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:735 1325 msgid "USER Details" 1326 msgstr "Détails de l'utilisateur" 1327 1328 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:735 1329 msgid "Modify the default USER connection parameters for your VoIP provider." 1330 msgstr "Modifie les paramÚtres de connection Utilisateur par défaut pour votre fournisseur VoIP." 1331 1332 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:735 1333 msgid "" 1334 "You may need to add to the default lines listed below, depending on your provider..<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny \n" 1335 "\t\t\t\tcomes first." 1336 msgstr "Il peut être nécessaire d'ajouter des lignes aux lignes par défaut ci-aprÚs, dépendant de votre provider.<br /><br />ATTENTION : l'ordre est important. Par exemple, si vous utilisez les directives \"allow/deny\" assurez vous que deny vient en premier!" 1337 1338 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:746 1339 msgid "Registration" 1340 msgstr "Enregistrement" 1341 1342 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:751 1343 msgid "Register String" 1344 msgstr "Chaîne d'enregistrement" 1345 1346 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:751 1347 msgid "Most VoIP providers require your system to REGISTER with theirs. Enter the registration line here.<br><br>example:<br><br>username:password@switch.voipprovider.com.<br><br>Many providers will require you to provide a DID number, ex: username:password@switch.voipprovider.com/didnumber in order for any DID matching to work." 1348 msgstr "La plupart des fournisseurs VoIP demande que votre systÚme s'enregistre auprÚs du leur. Entrez la ligne d'enregistrement ici.<br>exemple: <br><br>username:password@switch.fournisseurvoip.com<br><br>Beaucoup de providers demanderont de fournir un numéro DID, ex:username:password@switch.voipprovider.com/didnumber pour que les DID correspondant fonctionnent." 1349 1350 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:779 1351 msgid "Invalid Outbound Caller ID" 1352 msgstr "'CID sortant' invalide" 1353 1354 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:780 1355 msgid "Invalid Maximum Channels" 1356 msgstr "'Nombre maximal de Canaux' invalide" 1357 1358 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:781 1359 msgid "Invalid Dial Rules" 1360 msgstr "'RÚgles de Composition' invalide" 1361 1362 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:782 1363 msgid "Invalid Outbound Dial Prefix" 1364 msgstr "'Préfixe de Numérotation Externe' invalide" 1365 1366 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:783 1367 msgid "Invalid Trunk Name entered" 1368 msgstr "'Nom de Trunk' invalide" 1369 1370 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:784 1371 msgid "Invalid Custom Dial String entered" 1372 msgstr "Chaîne de Numérotation Personnalisée invalide" 1373 1374 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:785 1375 msgid "Trunk Name and User Context cannot be set to the same value" 1376 msgstr "Le 'Nom du Trunk' et le 'Contexte Utilisateur' ne peuvent pas avoir la même valeur." 1377 1378 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:786 1379 msgid "User Context was left blank and User Details will not be saved!" 1380 msgstr "Le contexte utilisateur est vide et les détails utilisateurs ne seront pas sauvegardés!" 1381 1382 #: amp_conf/htdocs/admin/modules/core/page.trunks.php:787 1383 msgid "You must define an Outbound Caller ID when Choosing Never Override CallerID" 1384 msgstr "Vous devez définir un identifiant appel sortant quand vous choisissez l'option Ne jamais modifier le CID." 1385 1386 # Deja dans functions.inc 1387 # msgid "" 1388 # "Custom App<span><br>ADVANCED USERS ONLY<br><br>Uses Goto() to send caller to " 1389 # "a custom context.<br><br>The context name <b>MUST</b> contain the word " 1390 # "'custom' and should be in the format custom-context , extension , priority. " 1391 # "Example entry:<br><br><b>custom-myapp,s,1</b><br><br>The <b>[custom-myapp]</" 1392 # "b> context would need to be created and included in extensions_custom.conf</" 1393 # "span>" 1394 # msgstr "" 1395 # "Autre application<span><br>UTILISATEURS AVANCES UNIQUEMENT<br><br>Utiliser Goto() pour envoyer l'appel " 1396 # "vers un context défini.<br><br>Le nom de contexte <b>DOIT</b> contenir le mot 'custom' et être au format " 1397 # "custom-context , extension , priorité. Exemple: <br><br><b>custom-myapp,s,1</b><br><br>Le context <b>[custom-myapp]</b> " 1398 # "doit être créé et inclut dans extension_custom.conf</span>" 1399 # ########### FIN ANCIENS MESSAGES de FUNCTIONS 1400 #: amp_conf/htdocs/admin/modules/core/page.general.php:106 1401 msgid "Dialing Options" 1402 msgstr "Options de Numérotation" 1403 1404 #: amp_conf/htdocs/admin/modules/core/page.general.php:109 1405 msgid "Asterisk Dial command options:" 1406 msgstr "Options Commandes de numérotation" 1407 1408 #: amp_conf/htdocs/admin/modules/core/page.general.php:110 1409 #: amp_conf/htdocs/admin/modules/core/page.general.php:121 1410 msgid "t: Allow the called user to transfer the call by hitting #" 1411 msgstr "<b>t</b>: Permet à l'Appelé de transférer l'appel en appuyant sur <b>#</b>" 1412 1413 #: amp_conf/htdocs/admin/modules/core/page.general.php:111 1414 #: amp_conf/htdocs/admin/modules/core/page.general.php:122 1415 msgid "T: Allow the calling user to transfer the call by hitting #" 1416 msgstr "<b>T</b>: Permet à l'Appelant de transférer l'appel en appuyant sur <b>#</b>" 1417 1418 #: amp_conf/htdocs/admin/modules/core/page.general.php:112 1419 msgid "r: Generate a ringing tone for the calling party" 1420 msgstr "<b>r</b>: GenÚre une tonalité pour l'appelant" 1421 1422 #: amp_conf/htdocs/admin/modules/core/page.general.php:113 1423 #: amp_conf/htdocs/admin/modules/core/page.general.php:123 1424 msgid "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 1425 msgstr "<b>w</b>: Permet à l'Appelé de débuter l'enregistrement en appuyant sur <b>*1</b> (Asterisk v1.2)" 1426 1427 #: amp_conf/htdocs/admin/modules/core/page.general.php:114 1428 #: amp_conf/htdocs/admin/modules/core/page.general.php:124 1429 msgid "W: Allow the calling user to start recording after pressing *1 (Asterisk v1.2)" 1430 msgstr "<b>W</b>: Permet à l'Appelant de débuter l'enregistrement en appuyant sur <b>*1</b> (Asterisk v1.2)" 1431 1432 #: amp_conf/htdocs/admin/modules/core/page.general.php:120 1433 msgid "Asterisk Outbound Dial command options:" 1434 msgstr "Options Commandes Appels sortants" 1435 1436 #: amp_conf/htdocs/admin/modules/core/page.general.php:125 1437 msgid "r: You SHOULD NOT use this option on outbound trunks" 1438 msgstr "r: vous NE DEVEZ PAS utiliser cette option pour les trunks sortants" 1439 1440 #: amp_conf/htdocs/admin/modules/core/page.general.php:132 1441 msgid "Call Recording" 1442 msgstr "Enregistrement d'appels" 1443 1444 #: amp_conf/htdocs/admin/modules/core/page.general.php:135 1445 msgid "Extension Recording Override:" 1446 msgstr "Remplacement des paramÚtres des extensions" 1447 1448 #: amp_conf/htdocs/admin/modules/core/page.general.php:136 1449 msgid "This will override the recording settings of all extensions/users. If enabled, the system will ignore all Record Always settings of a user and will not turn on recording. This does not effect On Demand recording controlled by the dial options 'w' and 'W' above. It does not effect other recording settings in modules such as Queues and Conferences. If you don't use recordings, setting this is beneficial to system performance as it removes the check that is otherwise done on every single call." 1450 msgstr "Cela va remplacer les paramÚtres d'enregistrement de tous les utilisateurs/extensions. Si activé, le systÚme ignorera les paramÚtres des utilisateurs et il ne sera pas possible d'enregistrer. Cela ne changera pas les demandes d'enregistrement paramÚtre 'w' ou 'W'. Cela ne change pas les paramÚtres des modules Queues et Conférences. Si vous n'utilisez pas l'enregistrement, paramétrez ceci est bénéfique pour les performances du systÚme car cela supprime la vérification qui est normalement fait à chaque appel." 1451 1452 #: amp_conf/htdocs/admin/modules/core/page.general.php:139 1453 #: amp_conf/htdocs/admin/page.modules.php:602 1454 msgid "Enabled" 1455 msgstr "Activé" 1456 1457 #: amp_conf/htdocs/admin/modules/core/page.general.php:140 1458 msgid "Disabled" 1459 msgstr "Désactivé" 1460 1461 #: amp_conf/htdocs/admin/modules/core/page.general.php:144 1462 msgid "Call recording format:" 1463 msgstr "Format des enregistrement d'appels" 1464 1465 #: amp_conf/htdocs/admin/modules/core/page.general.php:145 1466 msgid "Pick the format in which to save recorded calls" 1467 msgstr "Format de sauvegarde des appels enregistrés" 1468 1469 #: amp_conf/htdocs/admin/modules/core/page.general.php:149 1470 msgid "WAV" 1471 msgstr "WAV" 1472 1473 #: amp_conf/htdocs/admin/modules/core/page.general.php:150 1474 msgid "wav" 1475 msgstr "wav" 1476 1477 #: amp_conf/htdocs/admin/modules/core/page.general.php:151 1478 msgid "ulaw" 1479 msgstr "ulaw" 1480 1481 #: amp_conf/htdocs/admin/modules/core/page.general.php:152 1482 msgid "alaw" 1483 msgstr "alaw" 1484 1485 #: amp_conf/htdocs/admin/modules/core/page.general.php:153 1486 msgid "sln" 1487 msgstr "sln" 1488 1489 #: amp_conf/htdocs/admin/modules/core/page.general.php:154 1490 msgid "gsm" 1491 msgstr "gsm" 1492 1493 #: amp_conf/htdocs/admin/modules/core/page.general.php:155 1494 msgid "g729" 1495 msgstr "g729" 1496 1497 #: amp_conf/htdocs/admin/modules/core/page.general.php:159 1498 msgid "Recording Location:" 1499 msgstr "Répertoire d'enregistrement" 1500 1501 #: amp_conf/htdocs/admin/modules/core/page.general.php:160 1502 msgid "Override the default location where asterisk will store call recordings. Include the trailing /. Be sure to set proper permissions on the directory for the asterisk user." 1503 msgstr "Remplace le répertoire où Asterisk stocke par défaut les enregistrements d'appels. Ne pas oublier le /. Vérifiez les droits sur ce répertoire pour l'utilisateur Asterisk." 1504 1505 #: amp_conf/htdocs/admin/modules/core/page.general.php:166 1506 msgid "Run after record:" 1507 msgstr "Exécuter aprÚs enregistrement" 1508 1509 #: amp_conf/htdocs/admin/modules/core/page.general.php:167 1510 msgid "An optional script to be run after the call is hungup. You can include channel and MixMon variables like ${CALLFILENAME}, ${MIXMON_FORMAT} and ${MIXMON_DIR}. To ensure that you variables are properly escaped, use the following notation: ^{MY_VAR}" 1511 msgstr "Un script optionnel peut être exécuté aprÚs le raccoché de l'appel. Vous pouivez inclure le canal et les variables comme ${CALLFILENAME}, ${MIXMON_FORMAT} et ${MIXMON_DIR}. Assurez vous que les variables sont bien utilisées, notation : ^{MY_VAR}" 1512 1513 # ######### ANCIEN MESSAGES de FUNCTIONS 1514 # Deja dans Extension 1515 # msgid "Extension" 1516 # msgstr "Extension" 1517 #: amp_conf/htdocs/admin/modules/core/page.general.php:174 1518 msgid "Voicemail" 1519 msgstr "Boîte vocale" 1520 1521 #: amp_conf/htdocs/admin/modules/core/page.general.php:177 1522 msgid "Ringtime Default:" 1523 msgstr "Temps de sonnerie par défaut" 1524 1525 #: amp_conf/htdocs/admin/modules/core/page.general.php:178 1526 msgid "Default number of seconds to ring phones before sending callers to voicemail. This can be set per extension/user and will have no effect on phones with no voicemail." 1527 msgstr "Nombre de sonnerie par défaut avant d'activer la boîte vocale. Cela peut être défini par utilisateur/extension et n'a pas d'effet sur les téléphones qui n'ont pas de boîte vocale." 1528 1529 #: amp_conf/htdocs/admin/modules/core/page.general.php:184 1530 msgid "Direct Dial Voicemail Prefix:" 1531 msgstr "Préfixe d'accÚs direct à la boîte vocale" 1532 1533 #: amp_conf/htdocs/admin/modules/core/page.general.php:185 1534 msgid "Prefix used to dial directly to someone's voicemail. Caution should be taken in choosing this prefix to avoid conflicts with featurecodes." 1535 msgstr "Préfixe utilisé pour accéder directement à la boîte vocale de l'utilisateur. Attention de ne pas prendre un préfixe utilisé pour une fonctionnalité." 1536 1537 #: amp_conf/htdocs/admin/modules/core/page.general.php:191 1538 msgid "Direct Dial to Voicemail message type:" 1539 msgstr "Message type d'accÚs à la boîte vocale" 1540 1541 #: amp_conf/htdocs/admin/modules/core/page.general.php:192 1542 msgid "Default message type to use when dialing direct to an extensions voicemail" 1543 msgstr "Message type utilisé quand on accÚde directement à une boîte vocale par l'extension." 1544 1545 #: amp_conf/htdocs/admin/modules/core/page.general.php:196 1546 msgid "Default" 1547 msgstr "Défaut" 1548 1549 #: amp_conf/htdocs/admin/modules/core/page.general.php:197 1550 msgid "Unavailable" 1551 msgstr "Indisponible" 1552 1553 #: amp_conf/htdocs/admin/modules/core/page.general.php:198 1554 msgid "Busy" 1555 msgstr "Occupé" 1556 1557 #: amp_conf/htdocs/admin/modules/core/page.general.php:203 1558 msgid "Optional Voicemail Recording Gain:" 1559 msgstr "Augmentation du volume d'enregistrement" 1560 1561 #: amp_conf/htdocs/admin/modules/core/page.general.php:204 1562 msgid "Use the specified amount of gain when recording the voicemail message." 1563 msgstr "Utilisé pour spécifier l'augmentation de volume pour un enregistrement de message sur une boîte vocale" 1564 1565 #: amp_conf/htdocs/admin/modules/core/page.general.php:205 1566 msgid "The units are whole-number decibels (dB)." 1567 msgstr "L'unité est le nombre de décibels (dB)." 1568 1569 #: amp_conf/htdocs/admin/modules/core/page.general.php:210 1570 msgid "Do Not Play \"please leave message after tone\" to caller" 1571 msgstr "Ne pas jouer \"SVP laisser un message aprÚs le beep\" à l'appelant" 1572 1573 #: amp_conf/htdocs/admin/modules/core/page.general.php:210 1574 msgid "Check this to remove the default message \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" That is played after the voicemail greeting (the s option). This applies globally to all vm boxes." 1575 msgstr "Pour retirer le message par défaut \"SVP, laisser votre message aprÚs le beep. Quand activé, raccrochez ou appuyez sur la touche #. C'est joué aprÚs le message d'accueil (option s). Cela s'applique à toutes les boîtes vocales." 1576 1577 #: amp_conf/htdocs/admin/modules/core/page.general.php:216 1578 msgid "Voicemail VmX Locator" 1579 msgstr "Boîte vocale VmX Locator" 1580 1581 #: amp_conf/htdocs/admin/modules/core/page.general.php:220 1582 msgid "Default Context & Pri:" 1583 msgstr "Contexte par défaut & Pri" 1584 1585 #: amp_conf/htdocs/admin/modules/core/page.general.php:221 1586 msgid "Default to use if only a number/extension are provided." 1587 msgstr "A utiliser par défaut si seulement un numéro/extension est fourni" 1588 1589 #: amp_conf/htdocs/admin/modules/core/page.general.php:228 1590 msgid "Timeout/#-press default:" 1591 msgstr "Timeout/ Appui touche #" 1592 1593 #: amp_conf/htdocs/admin/modules/core/page.general.php:229 1594 msgid "This is the default location that a caller will be sent if they don't press any key (timeout) or press # which is interpreted as a timeout. Set this to 'dovm' to go to voicemail (default)." 1595 msgstr "C'est l'endroit par défaut où l'appelant sera envoyé si il n'appuie sur aucune touche (Timeout) ou appuie sur la touche #. 'dovm' permet d'aller sur la boîte vocale (défaut)" 1596 1597 #: amp_conf/htdocs/admin/modules/core/page.general.php:237 1598 msgid "Loop Exceed default:" 1599 msgstr "Nombre d'essais invalides" 1600 1601 #: amp_conf/htdocs/admin/modules/core/page.general.php:238 1602 msgid "This is the default location that a caller will be sent if they press an invalid options too man times, as defined by the Maximum Loops count. Set this to 'dovm' to go to voicemail (default)." 1603 msgstr "C'est l'endroit par défaut où l'appelant ira s'il presse une touche invalide trop de fois (nombre maximum de touches). 'dovm' permet d'aller vers la boîte vocale (défaut)." 1604 1605 #: amp_conf/htdocs/admin/modules/core/page.general.php:246 1606 msgid "Timeout VM Msg:" 1607 msgstr "Timeout : message vocale" 1608 1609 #: amp_conf/htdocs/admin/modules/core/page.general.php:247 1610 #: amp_conf/htdocs/admin/modules/core/page.general.php:259 1611 msgid "If this destination is voicemail, select whether or not to play the standard voicemail instructions or just beep." 1612 msgstr "Si la destination choisie est la boîte vocale, sélectionne si les instructions vocales standard sont jouées ou si c'est juste un beep." 1613 1614 #: amp_conf/htdocs/admin/modules/core/page.general.php:251 1615 #: amp_conf/htdocs/admin/modules/core/page.general.php:263 1616 #: amp_conf/htdocs/admin/modules/core/page.general.php:275 1617 msgid "Std Instructions" 1618 msgstr "Instructions standard" 1619 1620 #: amp_conf/htdocs/admin/modules/core/page.general.php:252 1621 #: amp_conf/htdocs/admin/modules/core/page.general.php:264 1622 #: amp_conf/htdocs/admin/modules/core/page.general.php:276 1623 msgid "Beep Only" 1624 msgstr "Beep seulement" 1625 1626 #: amp_conf/htdocs/admin/modules/core/page.general.php:258 1627 msgid "Max Loop VM Msg:" 1628 msgstr "Essais invalides : message vocale" 1629 1630 #: amp_conf/htdocs/admin/modules/core/page.general.php:270 1631 msgid "Direct VM Option" 1632 msgstr "Options boîte vocale" 1633 1634 #: amp_conf/htdocs/admin/modules/core/page.general.php:271 1635 msgid "If a user defined option is to go to voicemail (using the 'dovm' extension) this is the default option if not specified by the user's settings." 1636 msgstr "Si l'option choisie est d'activer la boîte vocale (extension 'dovm'), c'est l'option par défaut si les rÚglages utilisateurs ne précisent rien." 1637 1638 #: amp_conf/htdocs/admin/modules/core/page.general.php:282 1639 msgid "Msg Timeout:" 1640 msgstr "Message Timeout" 1641 1642 #: amp_conf/htdocs/admin/modules/core/page.general.php:283 1643 msgid "Time to wait after message has played to timeout and/or repeat the message if no entry pressed." 1644 msgstr "Temps d'attente aprÚs le message associé au Timeout et/ou le message est rejoué si aucune touche n'est appuyée." 1645 1646 #: amp_conf/htdocs/admin/modules/core/page.general.php:295 1647 msgid "seconds" 1648 msgstr "secondes" 1649 1650 #: amp_conf/htdocs/admin/modules/core/page.general.php:300 1651 msgid "Msg Play:" 1652 msgstr "Message rejoué" 1653 1654 #: amp_conf/htdocs/admin/modules/core/page.general.php:301 1655 msgid "Number of times to play the recorded message if the caller does not press any options and it times out." 1656 msgstr "Nombre de fois où le message est joué si l'appelant ne presse aucune touche et le timeout est atteint." 1657 1658 #: amp_conf/htdocs/admin/modules/core/page.general.php:313 1659 #: amp_conf/htdocs/admin/modules/core/page.general.php:331 1660 msgid "times" 1661 msgstr "fois" 1662 1663 #: amp_conf/htdocs/admin/modules/core/page.general.php:318 1664 msgid "Error Re-tries:" 1665 msgstr " Message invalide" 1666 1667 #: amp_conf/htdocs/admin/modules/core/page.general.php:319 1668 msgid "Number of times to play invalid options and repeat the message upon receiving an undefined option." 1669 msgstr "Nombre de fois pour jouer le message 'option invalide' en cas d'option non définie." 1670 1671 #: amp_conf/htdocs/admin/modules/core/page.general.php:336 1672 msgid "Company Directory" 1673 msgstr "Annuaire d'entreprise" 1674 1675 #: amp_conf/htdocs/admin/modules/core/page.general.php:339 1676 msgid "Find users in the Company Directory by:" 1677 msgstr "Chercher les utilisateurs dans le répertoire de l'entreprise par" 1678 1679 #: amp_conf/htdocs/admin/modules/core/page.general.php:339 1680 msgid "The Company Directory allows a caller to spell the user's first name, last name, or both when searching for a user. This will select which of these modes are used." 1681 msgstr "L'annuaire de l'entreprise permet à l'appelant d'épeler le nom, le prénom ou les deux lors d'une recherche pour un utilisateur. Ceci sélectionne le mode utilisé." 1682 1683 #: amp_conf/htdocs/admin/modules/core/page.general.php:342 1684 msgid "first name" 1685 msgstr "prénom" 1686 1687 #: amp_conf/htdocs/admin/modules/core/page.general.php:343 1688 msgid "last name" 1689 msgstr "nom" 1690 1691 #: amp_conf/htdocs/admin/modules/core/page.general.php:344 1692 msgid "first or last name" 1693 msgstr "prénom ou nom" 1694 1695 #: amp_conf/htdocs/admin/modules/core/page.general.php:348 1696 msgid "Announce Extension:" 1697 msgstr "Annonce de l'Extension" 1698 1699 #: amp_conf/htdocs/admin/modules/core/page.general.php:348 1700 msgid "Plays a message \"Please hold while I transfer you to extension xxx\" that lets the caller know what extension to use in the future when connecting from the company directory." 1701 msgstr "Joue un message: \"<strong>Veuillez patienter pendant que je vous transfÚre à l'extension XXXX</strong>\".<br>Permet d'informer l'appelant de l'extension à utiliser dans le futur." 1702 1703 #: amp_conf/htdocs/admin/modules/core/page.general.php:353 1704 msgid "Operator Extension:" 1705 msgstr "Extension Opérateur" 1706 1707 #: amp_conf/htdocs/admin/modules/core/page.general.php:354 1708 msgid "When users hit '0' in the directory, they are put through to this number. Note that it" 1709 msgstr "Quand un utilisateur presse le 0 dans l'annuaire, le numéro est composé. " 1710 1711 #: amp_conf/htdocs/admin/modules/core/page.general.php:355 1712 msgid " does NOT need to be an extension, it can be a Ring Group, or even an external number." 1713 msgstr "Cela ne peut être une extension mais un appel de groupe ou même un numéro externe." 1714 1715 #: amp_conf/htdocs/admin/modules/core/page.general.php:361 1716 msgid "Fax Machine" 1717 msgstr "Télécopieur" 1718 1719 #: amp_conf/htdocs/admin/modules/core/page.general.php:364 1720 msgid "Extension of fax machine for receiving faxes:" 1721 msgstr "Extension pour recevoir les télécopies" 1722 1723 #: amp_conf/htdocs/admin/modules/core/page.general.php:364 1724 msgid "Select 'system' to have the system receive and email faxes.<br>Selecting 'disabled' will result in incoming calls being answered more quickly." 1725 msgstr "Choisir SystÚme pour que le systÚme recoive les télécopies et les renvoie par courriel.Si désactivé,cela permettra de répondre aux appels plus rapidement." 1726 1727 #: amp_conf/htdocs/admin/modules/core/page.general.php:368 1728 #: amp_conf/htdocs/admin/modules/core/page.did.php:251 1729 msgid "disabled" 1730 msgstr "Désactivé" 1731 1732 #: amp_conf/htdocs/admin/modules/core/page.general.php:369 1733 #: amp_conf/htdocs/admin/modules/core/page.did.php:252 1734 msgid "system" 1735 msgstr "SystÚme" 1736 1737 #: amp_conf/htdocs/admin/modules/core/page.general.php:382 1738 msgid "Email address to have faxes emailed to:" 1739 msgstr "Adresse courriel du télécopieur" 1740 1741 #: amp_conf/htdocs/admin/modules/core/page.general.php:382 1742 msgid "Email address used if 'system' has been chosen for the fax extension above." 1743 msgstr "Adresse courriel utilisée si l'option <b>SystÚme</b> a été choisie pour l'<strong>Extension du télécopieur</strong> définie ci-dessus." 1744 1745 #: amp_conf/htdocs/admin/modules/core/page.general.php:387 1746 msgid "Email address that faxes appear to come from:" 1747 msgstr "Adresse courriel d'émission du télécopieur" 1748 1749 #: amp_conf/htdocs/admin/modules/core/page.general.php:387 1750 msgid "Email address that faxes appear to come from if 'system' has been chosen for the fax extension above." 1751 msgstr "Adresse courriel du télécopieur affiché si l'option <b>SystÚme</b> a été choisie pour l'<strong>Extension du télécopieur</strong> définie ci-dessus." 1752 1753 #: amp_conf/htdocs/admin/modules/core/page.general.php:392 1754 msgid "International Settings" 1755 msgstr "Réglages internationaux" 1756 1757 #: amp_conf/htdocs/admin/modules/core/page.general.php:395 1758 msgid "Country Indications" 1759 msgstr "Pays" 1760 1761 #: amp_conf/htdocs/admin/modules/core/page.general.php:395 1762 msgid "Select which country you are in" 1763 msgstr "Pays dans lequel vous êtes" 1764 1765 #: amp_conf/htdocs/admin/modules/core/page.general.php:404 1766 msgid "24-hour format" 1767 msgstr "Format 24 heures" 1768 1769 #: amp_conf/htdocs/admin/modules/core/page.general.php:404 1770 msgid "Select Yes if you use 24-hour format or No if you are using 12-hour am/pm format" 1771 msgstr "Sélectionner Oui pour utiliser le format 24 heures et Non pour utiliser le format 12 heures am/pm" 1772 1773 #: amp_conf/htdocs/admin/modules/core/page.general.php:407 1774 #: amp_conf/htdocs/admin/modules/core/page.general.php:422 1775 msgid "no" 1776 msgstr "non" 1777 1778 #: amp_conf/htdocs/admin/modules/core/page.general.php:408 1779 #: amp_conf/htdocs/admin/modules/core/page.general.php:423 1780 msgid "yes" 1781 msgstr "oui" 1782 1783 #: amp_conf/htdocs/admin/modules/core/page.general.php:412 1784 msgid "Security Settings" 1785 msgstr "Paramétres de sécurité" 1786 1787 #: amp_conf/htdocs/admin/modules/core/page.general.php:415 1788 msgid "Allow Anonymous Inbound SIP Calls?" 1789 msgstr "Autorise les appels SIP entrants anonymes?" 1790 1791 #: amp_conf/htdocs/admin/modules/core/page.general.php:416 1792 msgid "** WARNING **" 1793 msgstr "**ATTENTION**" 1794 1795 #: amp_conf/htdocs/admin/modules/core/page.general.php:417 1796 msgid "Setting this to 'yes' will potentially allow ANYBODY to call into your Asterisk server using the SIP protocol" 1797 msgstr "Une sélection à Oui autorise potentiellement tout le monde à appeler via le protocole SIP et votre serveur Asterisk" 1798 1799 #: amp_conf/htdocs/admin/modules/core/page.general.php:418 1800 msgid "It should only be used if you fully understand the impact of allowing anonymous calls into your server" 1801 msgstr "Ceci ne doit être utilisé que si vous comprenez parfaitement les risques encourus." 1802 1803 #: amp_conf/htdocs/admin/modules/core/page.general.php:428 1804 msgid "Online Updates" 1805 msgstr "Mise à jour réseau" 1806 1807 #: amp_conf/htdocs/admin/modules/core/page.general.php:432 1808 msgid "Check for Updates" 1809 msgstr "Vérification des mises à jour" 1810 1811 #: amp_conf/htdocs/admin/modules/core/page.general.php:433 1812 msgid "Choosing Yes will result in the system automatically checking for updates nighly. The resulting infomation will be displayed in the dashboard and will be optionally emailed to the address below if provided.<br />This will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and to track version usage to focus development and maintenance efforts. No private information is transmitted." 1813 msgstr "Le choix Oui amÚne le systÚme a automatiquement rechercher une mise à jour toutes les nuits. Le résultat sera affiché sur l'écran et sera de façon optionnelle envoyé par courriel si l'adresse est renseignée.<br />Cela transmettra les numéros de version FreePBX et Asterisk avec un identifiant unique aléatoire. Cela permet de fournir des informations sur les mises à jour et les versions utilisées au développement et à la maintenance. Aucune information privée n'est transmise." 1814 1815 #: amp_conf/htdocs/admin/modules/core/page.general.php:437 1816 #: amp_conf/htdocs/admin/modules/core/page.did.php:237 1817 msgid "Yes" 1818 msgstr "Oui" 1819 1820 #: amp_conf/htdocs/admin/modules/core/page.general.php:438 1821 #: amp_conf/htdocs/admin/modules/core/page.did.php:236 1822 msgid "No" 1823 msgstr "Non" 1824 1825 #: amp_conf/htdocs/admin/modules/core/page.general.php:444 1826 msgid "Update Email" 1827 msgstr "Adresse Courriel mis à jour" 1828 1829 #: amp_conf/htdocs/admin/modules/core/page.general.php:445 1830 msgid "Email address where online updates will be sent. Leaving blank will result in no updates being sent." 1831 msgstr "Adresse courriel où les mises à jour seront envoyées. Aucune mise à jour ne sera envoyée si le champ est vide." 1832 1833 #: amp_conf/htdocs/admin/modules/core/page.general.php:475 1834 msgid "Please enter a valid Number of Seconds" 1835 msgstr "SVP, entrez un nombre de secondes valide" 1836 1837 #: amp_conf/htdocs/admin/modules/core/page.general.php:476 1838 msgid "Please enter a valid Fax Email" 1839 msgstr "SVP, entrez une adresse courriel télécopieur valide." 1840 1841 #: amp_conf/htdocs/admin/modules/core/page.general.php:477 1842 msgid "You have selected the 'r' option for your trunks. This is highly discouraged and will create problems with calls on many PRI, VoIP, ISDN and other trunks that are capable of signaling. Asterisk will generate a ringing tone until the signalling indicates the line is answered. This will result in some external IVRs being inaccessible and other strange problems." 1843 msgstr "Vous avez sélectionné l'option 'r' pour vos trunks. C'est un choix à éviter car il crée des problÚmes avec les appels sur beaucoup de T2, VoIP, Numeris et autres trunks. Asterisk va générer un sonnerie jusqu'à ce la signalisation indique que l'appel est répondu. Cela va rendre certains serveurs vocaux inacessibles et crée d'autres problÚmes." 1844 1845 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:53 1846 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:87 1847 msgid "Add Channel" 1848 msgstr "Ajout Canal" 1849 1850 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:74 1851 msgid "Edit Zap Channel: " 1852 msgstr "Edition Canal ZAP" 1853 1854 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:76 1855 msgid "Add Zap Channel" 1856 msgstr "Ajout d'un canal ZAP" 1857 1858 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:79 1859 msgid "Zap Channel DIDs allow you to assign a DID to specific Zap Channels. You can supply the same DID to multiple channels. This would be a common scenario if you have multiple POTS lines that are on a hunt group from your provider. You MUST assign the channel's context to from-zaptel for these settings to have effect. It will be a line that looks like:<br /><br />context = from-zaptel<br /><br />in your zapata.conf configuration effecting the specified channel(s). Once you have assigned DIDs you can use standard Inbound Routes with the specified DIDs to route your calls." 1860 msgstr "Il est possible d'assigner un SDA à un canal Zap spécifique. Il est également possible d'assigner le même SDA à plusieurs canaux. C'est le cas par exemple si vous avez plusieurs lignes qui forment un hunt groupe de votre provider. Vous DEVEZ assigner le contexte du canal à from-zaptel pour que ces réglages sont effectifs. Ce sera une ligne comme :<br /><br />context = from-zaptel<br /><br />dans le fichier de configuration zapata.conf pour ces canaux. Une fois les SDA assignés, vous pouvez utiliser les routes entrantes standard avec les SDA spécifiés pour router vos appels." 1861 1862 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:87 1863 msgid "Edit Channel" 1864 msgstr "Edition Canal" 1865 1866 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:92 1867 msgid "Channel" 1868 msgstr "Canal" 1869 1870 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:92 1871 msgid "The Zap Channel number to map to a DID" 1872 msgstr "Le numéro de canal Zap pour associer un SDA" 1873 1874 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:99 1875 #: amp_conf/htdocs/admin/modules/core/page.did.php:176 1876 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4729 1877 #: amp_conf/htdocs/admin/page.modules.php:696 1878 msgid "Description" 1879 msgstr "Description" 1880 1881 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:99 1882 msgid "A useful description describing this channel" 1883 msgstr "La description du canal" 1884 1885 # #### Ancien Message DID, plus utilise par DID mais peut-etre par d'autres! 1886 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:103 1887 msgid "DID" 1888 msgstr "DID" 1889 1890 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:103 1891 msgid "The DID that this channel represents. The incoming call on this channel will be treated as if it came in with this DID and can be managed with Inbound Routing on DIDs" 1892 msgstr "Le SDA que représente ce canal. L'appel entrant sur ce canal sera traité comme si il venait avec ce SDA et peut être traité avec les Routes Entrantes sur SDA." 1893 1894 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:109 1895 msgid "Delete" 1896 msgstr "Suppression" 1897 1898 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:123 1899 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:3026 1900 msgid "Invalid Channel Number, must be numeric and not blank" 1901 msgstr "Numéro de canal invalide, ne doit contenir que des chiffres et pas de blanc" 1902 1903 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:124 1904 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:3030 1905 msgid "Invalid DID, must be a non-blank DID" 1906 msgstr "SDA invalide, ne peut être vide" 1907 1908 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:125 1909 msgid "" 1910 "DID information is normally just an incoming telephone number.\\n" 1911 "\\n" 1912 "You have entered a non standard DID pattern.\\n" 1913 "\\n" 1914 "Are you sure this is correct?" 1915 msgstr "" 1916 "L'information SDA est normalement juste un numéro d'appel entrant.\\n" 1917 "\\n" 1918 "Vous avez entré un numéro de SDA non standard.\\n" 1919 "\\n" 1920 "Etes vous sûr que c'est correct?" 1921 1922 #: amp_conf/htdocs/admin/modules/core/page.zapchandids.php:126 1923 msgid "You appear to be using a converted DID in the form of zapchanNN that was automatically generated during an upgrade. You should consider assigning the DID that is normally associated with this channel to take full advantage of the inbound routing abilities. Changing the DID here will require you to make changes in the Inbound Routes tab. Do you want to continue?" 1924 msgstr "Il apparaît que vous utilisé un SDA converti dans la forme zapchanNN qui a automatiquement été généré pendant une mise à jour. Vous devez assigner le SDA normalement associé à ce canal pour pouvoir utilsier toutes les possibilités associées au routage des appels entrants. Changer le SDA ici nécessite que vous fassiez aussi le changement dans les routes entrantes. Voulez vous continuer?" 1925 1926 #: amp_conf/htdocs/admin/modules/core/install.php:5 1927 msgid "User Logon" 1928 msgstr "Connexion utilisateur" 1929 1930 #: amp_conf/htdocs/admin/modules/core/install.php:6 1931 msgid "User Logoff" 1932 msgstr "Déconnexion utilisateur" 1933 1934 #: amp_conf/htdocs/admin/modules/core/install.php:7 1935 msgid "ZapBarge" 1936 msgstr "Entrée en tiers" 1937 1938 #: amp_conf/htdocs/admin/modules/core/install.php:8 1939 msgid "ChanSpy" 1940 msgstr "ChanSpy" 1941 1942 #: amp_conf/htdocs/admin/modules/core/install.php:9 1943 msgid "Simulate Incoming Call" 1944 msgstr "Simule un appels entrant" 1945 1946 #: amp_conf/htdocs/admin/modules/core/install.php:10 1947 msgid "Dial System FAX" 1948 msgstr "Appel systÚme Fax" 1949 1950 #: amp_conf/htdocs/admin/modules/core/install.php:11 1951 msgid "Directed Call Pickup" 1952 msgstr "Interception d'appel" 1953 1954 #: amp_conf/htdocs/admin/modules/core/install.php:12 1955 msgid "Asterisk General Call Pickup" 1956 msgstr "Interception général d'appel Asterisk" 1957 1958 #: amp_conf/htdocs/admin/modules/core/install.php:13 1959 msgid "In-Call Asterisk Blind Transfer" 1960 msgstr "Transfert en aveugle Asterisk" 1961 1962 #: amp_conf/htdocs/admin/modules/core/install.php:14 1963 msgid "In-Call Asterisk Attended Transfer" 1964 msgstr "Mise en liaison Asterisk" 1965 1966 #: amp_conf/htdocs/admin/modules/core/install.php:15 1967 msgid "In-Call Asterisk Toggle Call Recording" 1968 msgstr "Bascule enregistrement d'appel Asterisk" 1969 1970 #: amp_conf/htdocs/admin/modules/core/install.php:16 1971 msgid "In-Call Asterisk Disconnect Code" 1972 msgstr "Code de déconnexion Asterisk" 1973 1974 #: amp_conf/htdocs/admin/modules/core/install.php:43 1975 #, php-format 1976 msgid "ERROR: trying to check if %s already in use" 1977 msgstr "ERREUR: impossible de vérifier si %s est en cours d'utilisation" 1978 1979 #: amp_conf/htdocs/admin/modules/core/install.php:130 1980 msgid "Checking if directdids need migrating.." 1981 msgstr "Vérification de la nécessité de migration des SDA" 1982 1983 #: amp_conf/htdocs/admin/modules/core/install.php:134 1984 msgid "starting migration" 1985 msgstr "Migration en cours" 1986 1987 #: amp_conf/htdocs/admin/modules/core/install.php:151 1988 msgid "User: " 1989 msgstr "Utilisateur:" 1990 1991 #: amp_conf/htdocs/admin/modules/core/install.php:154 1992 #, php-format 1993 msgid "ERROR: failed to insert %s for user %s" 1994 msgstr "ERREUR: impossible d'insérer %s pour l'utilisateur %s" 1995 1996 #: amp_conf/htdocs/admin/modules/core/install.php:159 1997 #, php-format 1998 msgid "There were %s failures migrating directdids, users table not being changed" 1999 msgstr "Il y a %s erreurs de migration des SDA, la table utilisateurs n'a pas été modifiée" 2000 2001 #: amp_conf/htdocs/admin/modules/core/install.php:163 2002 #, php-format 2003 msgid "Removing field %s from users table.." 2004 msgstr "Supression du champ %s de la table utilisateurs.." 2005 2006 #: amp_conf/htdocs/admin/modules/core/install.php:167 2007 msgid "not present" 2008 msgstr "non présent" 2009 2010 #: amp_conf/htdocs/admin/modules/core/install.php:169 2011 msgid "removed" 2012 msgstr "retiré" 2013 2014 #: amp_conf/htdocs/admin/modules/core/install.php:174 2015 msgid "ERROR: could not access user table to migrate directdids to incoming table, aborting" 2016 msgstr "ERREUR: ne peut accéder à l atable utilisateurspour migrer les SDA à la table incoming, arrêt" 2017 2018 #: amp_conf/htdocs/admin/modules/core/install.php:177 2019 msgid "already done" 2020 msgstr "déjà fait" 2021 2022 #: amp_conf/htdocs/admin/modules/core/install.php:182 2023 msgid "updating zap callgroup, pickupgroup.." 2024 msgstr "mis à jour des groupements d'appels et d'interception Zap.." 2025 2026 #: amp_conf/htdocs/admin/modules/core/install.php:207 2027 #, php-format 2028 msgid "updated %s callgroups, %s pickupgroups" 2029 msgstr "mis à jour groupement d'appels %s, groupement d'interception %s" 2030 2031 #: amp_conf/htdocs/admin/modules/core/install.php:209 2032 msgid "not needed" 2033 msgstr "pas nécessaire" 2034 2035 #: amp_conf/htdocs/admin/modules/core/install.php:214 2036 msgid "checking for delay_answer field .." 2037 msgstr "vérification du champ delay_answer" 2038 2039 #: amp_conf/htdocs/admin/modules/core/install.php:221 2040 #: amp_conf/htdocs/admin/modules/core/install.php:237 2041 msgid "fatal error" 2042 msgstr "erreur fatale" 2043 2044 #: amp_conf/htdocs/admin/modules/core/install.php:224 2045 #: amp_conf/htdocs/admin/modules/core/install.php:240 2046 msgid "added" 2047 msgstr "ajouté" 2048 2049 #: amp_conf/htdocs/admin/modules/core/install.php:227 2050 #: amp_conf/htdocs/admin/modules/core/install.php:243 2051 msgid "already exists" 2052 msgstr "Existe déjà " 2053 2054 #: amp_conf/htdocs/admin/modules/core/install.php:230 2055 msgid "checking for pricid field .." 2056 msgstr "vérification du champ pricid" 2057 2058 #: amp_conf/htdocs/admin/modules/core/install.php:254 2059 msgid "Created" 2060 msgstr "Créé" 2061 2062 #: amp_conf/htdocs/admin/modules/core/install.php:256 2063 msgid "Already exists!" 2064 msgstr "Existe déjà !" 2065 2066 # ######## DEBUT ANCIENS MESSAGES de REPORTS 2067 # ######## FIN ANCIENS MESSAGES de REPORTS 2068 #: amp_conf/htdocs/admin/modules/core/page.routing.php:118 2069 msgid "Error renaming route: duplicate name" 2070 msgstr "Erreur: ce nom de route existe déjà " 2071 2072 #: amp_conf/htdocs/admin/modules/core/page.routing.php:200 2073 #: amp_conf/htdocs/admin/modules/core/page.routing.php:265 2074 msgid "Add Route" 2075 msgstr "Ajout Route" 2076 2077 #: amp_conf/htdocs/admin/modules/core/page.routing.php:215 2078 #: amp_conf/htdocs/admin/modules/core/page.routing.php:528 2079 msgid "Move Up" 2080 msgstr "Vers le Haut" 2081 2082 #: amp_conf/htdocs/admin/modules/core/page.routing.php:222 2083 #: amp_conf/htdocs/admin/modules/core/page.routing.php:536 2084 msgid "Move Down" 2085 msgstr "Vers le Bas" 2086 2087 #: amp_conf/htdocs/admin/modules/core/page.routing.php:263 2088 msgid "Edit Route" 2089 msgstr "Edition Route" 2090 2091 #: amp_conf/htdocs/admin/modules/core/page.routing.php:275 2092 #: amp_conf/htdocs/admin/modules/core/page.did.php:141 2093 #, php-format 2094 msgid "Delete Route %s" 2095 msgstr "Suppression Route %s" 2096 2097 #: amp_conf/htdocs/admin/modules/core/page.routing.php:290 2098 msgid "Route Name" 2099 msgstr "Nom de la Route" 2100 2101 #: amp_conf/htdocs/admin/modules/core/page.routing.php:290 2102 msgid "Name of this route. Should be used to describe what type of calls this route matches (for example, 'local' or 'longdistance')." 2103 msgstr "Nom de cette route. Par commodité, devrait décrire le type d'appels routés sur cette route (par exemple, <strong>local</strong> ou <strong>longuedistance</strong>)" 2104 2105 #: amp_conf/htdocs/admin/modules/core/page.routing.php:296 2106 msgid "Rename" 2107 msgstr "Renommer" 2108 2109 #: amp_conf/htdocs/admin/modules/core/page.routing.php:301 2110 msgid "Rename route" 2111 msgstr "Renommer la route" 2112 2113 #: amp_conf/htdocs/admin/modules/core/page.routing.php:301 2114 msgid "to:" 2115 msgstr "vers:" 2116 2117 #: amp_conf/htdocs/admin/modules/core/page.routing.php:303 2118 msgid "Route name is invalid...please try again" 2119 msgstr "Le 'Nom de la Route' est invalide... SVP réessayez." 2120 2121 #: amp_conf/htdocs/admin/modules/core/page.routing.php:318 2122 msgid "Route Password" 2123 msgstr "Mot de Passe de la Route" 2124 2125 #: amp_conf/htdocs/admin/modules/core/page.routing.php:318 2126 msgid "Optional: A route can prompt users for a password before allowing calls to progress. This is useful for restricting calls to international destinations or 1-900 numbers.<br><br>A numerical password, or the path to an Authenticate password file can be used.<br><br>Leave this field blank to not prompt for password.</span>" 2127 msgstr "Optionnel: Une route peut demander aux utilisateurs un mot de passe avant de permettre la progression des appels. Utile pour restreindre les appels internationaux ou les appels surtaxés.<br><br>Un mot de passe numérique ou un chemin vers un fichier d'authentification de mot de passe peuvent être utilisés.<br><br>Laissez ce champ vide si aucun mot de passe n'est requis.</span>" 2128 2129 #: amp_conf/htdocs/admin/modules/core/page.routing.php:327 2130 msgid "Emergency Dialing" 2131 msgstr "Numérotation d'Urgence" 2132 2133 #: amp_conf/htdocs/admin/modules/core/page.routing.php:327 2134 msgid "Optional: Selecting this option will enforce the use of a device's Emergency CID setting (if set). Select this option if this set of routes is used for emergency dialing (ie: 911).</span>" 2135 msgstr "Optionnel: Choisir cette option va forcer l'utilisation du paramètrage (si défini) du CID d'Urgence d'un périphérique. Choisir cette option si ces routes sont utilisés pour la numérotation des appels d'urgence (eg: 112).</span>" 2136 2137 #: amp_conf/htdocs/admin/modules/core/page.routing.php:331 2138 msgid "Intra Company Route" 2139 msgstr "Route intra-entreprise" 2140 2141 #: amp_conf/htdocs/admin/modules/core/page.routing.php:331 2142 msgid "Optional: Selecting this option will treat this route as a intra-company connection, preserving the internal Caller ID information and not use the outbound CID of either the extension or trunk.</span>" 2143 msgstr "Option: sélectionner cette option gÚrera la route come une route intra-entreprise, conservant le CID et n'utilisera pas le CID ou l'extension ou le trunk sortant ." 2144 2145 #: amp_conf/htdocs/admin/modules/core/page.routing.php:336 2146 msgid "Music On Hold?" 2147 msgstr "Musique d'attente" 2148 2149 #: amp_conf/htdocs/admin/modules/core/page.routing.php:336 2150 msgid "You can choose which music category to use. For example, choose a type appropriate for a destination country which may have announcements in the appropriate language." 2151 msgstr "Vous pouvez choisir votre type de musique à utiliser. Par exemple, choisir un type pour un pays de destination qui comprendra une annonce dans la langue du pays." 2152 2153 #: amp_conf/htdocs/admin/modules/core/page.routing.php:354 2154 msgid "Dial Patterns" 2155 msgstr "Masque de numérotation:" 2156 2157 #: amp_conf/htdocs/admin/modules/core/page.routing.php:354 2158 msgid "A Dial Pattern is a unique set of digits that will select this trunk. Enter one dial pattern per line." 2159 msgstr "Un Masque de numérotation est une suite de chiffres qui vont sélectionner cette route.<br> Entrez un masque de numérotation par ligne." 2160 2161 #: amp_conf/htdocs/admin/modules/core/page.routing.php:359 2162 msgid "wildcard, matches one or more characters" 2163 msgstr "joker, correspond à un ou plusieurs caractÚres" 2164 2165 #: amp_conf/htdocs/admin/modules/core/page.routing.php:360 2166 msgid "separates a dialing prefix from the number (for example, 9|NXXXXXX would match when some dialed \"95551234\" but would only pass \"5551234\" to the trunks)" 2167 msgstr "Sépare un préfixe de numérotation du numéro composé.<br>Par exemple, 9|NXXXXXX aura l'effet suivant: si \"95551234\" est composé, seulement \"5551234\" sera transmis au trunk." 2168 2169 #: amp_conf/htdocs/admin/modules/core/page.routing.php:402 2170 msgid "Dial patterns wizards" 2171 msgstr "Masque de numérotation pré-défini" 2172 2173 #: amp_conf/htdocs/admin/modules/core/page.routing.php:403 2174 msgid "These options provide a quick way to add outbound dialing rules. Follow the prompts for each." 2175 msgstr "Ces options fournissent un moyen rapide d'ajouter une rÚgle de numérotation sortante." 2176 2177 #: amp_conf/htdocs/admin/modules/core/page.routing.php:404 2178 #: amp_conf/htdocs/admin/modules/core/page.routing.php:490 2179 msgid "Lookup local prefixes" 2180 msgstr "Recherche préfixes locaux" 2181 2182 #: amp_conf/htdocs/admin/modules/core/page.routing.php:404 2183 msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7, 10 or 11 digits (5551234, 6135551234, 16135551234) to access this route." 2184 msgstr "Cela recherche votre numéro local sur www.localcallingguide.com (NA-seulement), et ainsi vous pouvez appeler avec 7, 10 ou 11 chiffres (5551234, 6135551234, 16135551234) pour accéder à cette route." 2185 2186 #: amp_conf/htdocs/admin/modules/core/page.routing.php:483 2187 msgid "Local 7 digit" 2188 msgstr "7 chiffres local" 2189 2190 #: amp_conf/htdocs/admin/modules/core/page.routing.php:484 2191 msgid "Local 7/10 digit" 2192 msgstr "7/10 chiffres local" 2193 2194 #: amp_conf/htdocs/admin/modules/core/page.routing.php:485 2195 msgid "Toll-free" 2196 msgstr "Numéro gratuit" 2197 2198 #: amp_conf/htdocs/admin/modules/core/page.routing.php:486 2199 msgid "Long-distance" 2200 msgstr "Longue distance" 2201 2202 #: amp_conf/htdocs/admin/modules/core/page.routing.php:487 2203 msgid "International" 2204 msgstr "International" 2205 2206 #: amp_conf/htdocs/admin/modules/core/page.routing.php:488 2207 msgid "Information" 2208 msgstr "Information" 2209 2210 #: amp_conf/htdocs/admin/modules/core/page.routing.php:489 2211 msgid "Emergency" 2212 msgstr "Urgence" 2213 2214 #: amp_conf/htdocs/admin/modules/core/page.routing.php:496 2215 msgid "Trunk Sequence" 2216 msgstr "Séquence Trunk" 2217 2218 #: amp_conf/htdocs/admin/modules/core/page.routing.php:496 2219 msgid "The Trunk Sequence controls the order of trunks that will be used when the above Dial Patterns are matched. <br><br>For Dial Patterns that match long distance numbers, for example, you'd want to pick the cheapest routes for long distance (ie, VoIP trunks first) followed by more expensive routes (POTS lines)." 2220 msgstr "La séquence de trunk contrÃŽle l'ordre des trunks qui seront utilisés pour cette route selon le masque de numérotation ci-dessus défini.<br>Pour les routes qui correspondent à des appels internationaux, vous pouvez par exemple choisir d'abord les routes les moins chÚres (trunks VoIP) et ensuite les lignes classiques." 2221 2222 #: amp_conf/htdocs/admin/modules/core/page.routing.php:618 2223 msgid "Route name is invalid, please try again" 2224 msgstr "Le 'Nom de la Route' est invalide, SVP réessayez." 2225 2226 #: amp_conf/htdocs/admin/modules/core/page.routing.php:619 2227 msgid "Route password must be numeric or leave blank to disable" 2228 msgstr "Le mot de passe de la Route ne doit contenir que des chiffres ou laisser le champ vide." 2229 2230 #: amp_conf/htdocs/admin/modules/core/page.routing.php:620 2231 msgid "Dial pattern is invalid" 2232 msgstr "Le 'Masque de Numerotation' est invalide." 2233 2234 #: amp_conf/htdocs/admin/modules/core/page.routing.php:621 2235 msgid "At least one trunk must be picked" 2236 msgstr "Au moins un Trunk doit être choisi." 2237 2238 #: amp_conf/htdocs/admin/modules/core/page.did.php:77 2239 #: amp_conf/htdocs/admin/modules/core/page.did.php:165 2240 #: amp_conf/htdocs/admin/modules/core/page.did.php:174 2241 msgid "Add Incoming Route" 2242 msgstr "Ajout Route Entrante" 2243 2244 #: amp_conf/htdocs/admin/modules/core/page.did.php:78 2245 msgid "View All DIDs" 2246 msgstr "Vue de tous les SDA" 2247 2248 #: amp_conf/htdocs/admin/modules/core/page.did.php:79 2249 msgid "View User DIDs" 2250 msgstr "Vue des SDA" 2251 2252 #: amp_conf/htdocs/admin/modules/core/page.did.php:80 2253 msgid "View General DIDs" 2254 msgstr "Vue des SDA généraux" 2255 2256 #: amp_conf/htdocs/admin/modules/core/page.did.php:81 2257 msgid "View Unused DIDs" 2258 msgstr "Vue des SDA non utilisés" 2259 2260 #: amp_conf/htdocs/admin/modules/core/page.did.php:113 2261 msgid "any DID" 2262 msgstr "Tout SDA" 2263 2264 #: amp_conf/htdocs/admin/modules/core/page.did.php:114 2265 msgid "any CID" 2266 msgstr "Tout CID" 2267 2268 #: amp_conf/htdocs/admin/modules/core/page.did.php:126 2269 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4293 2270 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4646 2271 msgid "deleted" 2272 msgstr "supprimé" 2273 2274 #: amp_conf/htdocs/admin/modules/core/page.did.php:151 2275 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4325 2276 #: amp_conf/htdocs/admin/modules/core/page.users.php:21 2277 msgid "User" 2278 msgstr "Utilisateur" 2279 2280 # msgid "DID Number" 2281 # msgstr "Numéro DID" 2282 # msgid "Set Destination" 2283 # msgstr "Choisir la destination" 2284 # msgid "Use 'Incoming Calls' settings" 2285 # msgstr "Utiliser les réglages 'Appels entrants'" 2286 # ### Fin message DID 2287 #: amp_conf/htdocs/admin/modules/core/page.did.php:155 2288 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4313 2289 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4698 2290 #: amp_conf/htdocs/admin/modules/core/page.extensions.php:18 2291 msgid "Extension" 2292 msgstr "Extension" 2293 2294 #: amp_conf/htdocs/admin/modules/core/page.did.php:158 2295 #, php-format 2296 msgid "Edit %s" 2297 msgstr "Edition %s" 2298 2299 #: amp_conf/htdocs/admin/modules/core/page.did.php:158 2300 #, php-format 2301 msgid "Edit %s %s (%s)" 2302 msgstr "Edition %s %s (%s)" 2303 2304 #: amp_conf/htdocs/admin/modules/core/page.did.php:174 2305 msgid "Edit Incoming Route" 2306 msgstr "Edition Route Entrante" 2307 2308 #: amp_conf/htdocs/admin/modules/core/page.did.php:176 2309 msgid "Provide a meaningful description of what this incoming route is" 2310 msgstr "Donnez une description précise de la route entrante" 2311 2312 #: amp_conf/htdocs/admin/modules/core/page.did.php:180 2313 msgid "DID Number" 2314 msgstr "Numéro SDA" 2315 2316 #: amp_conf/htdocs/admin/modules/core/page.did.php:180 2317 msgid "Define the expected DID Number if your trunk passes DID on incoming calls. <br><br>Leave this blank to match calls with any or no DID info.<br><br>You can also use a pattern match (eg _2[345]X) to match a range of numbers" 2318 msgstr "Définit le numéro de SDA attendu si votre Trunk le transmet sur les appels entrants. <br>Laissez ce champ vide pour correspondre à tous les SDA transmis ou non.<br><br>Vous pouvez aussi utiliser un masque (eg _2[345]X) pour associer une tranche de numéros." 2319 2320 #: amp_conf/htdocs/admin/modules/core/page.did.php:184 2321 msgid "Caller ID Number" 2322 msgstr "Numéro CID" 2323 2324 #: amp_conf/htdocs/admin/modules/core/page.did.php:184 2325 msgid "Define the Caller ID Number to be matched on incoming calls.<br><br>Leave this field blank to match any or no CID info. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 2326 msgstr "Définit le numéro de l'appelant qui doit correspondre pour les appels entrants.<br><br>Laissez ce champ à vide pour tous les CID ou aucun. De plus, vous pouvez ajouter Privé, Bloqué, Inconnu, Restreint, Anonyme si votre opérateur Telecom les transmets." 2327 2328 #: amp_conf/htdocs/admin/modules/core/page.did.php:189 2329 msgid "CID Priority Route" 2330 msgstr "Priorité de la route" 2331 2332 #: amp_conf/htdocs/admin/modules/core/page.did.php:189 2333 msgid "This effects CID ONLY routes where no DID is specified. If checked, calls with this CID will be routed to this route, even if there is a route to the DID that was called. Normal behavior is for the DID route to take the calls. If there is a specific DID/CID route for this CID, that route will still take the call when that DID is called." 2334 msgstr "Cela modifie seulement les routes où aucun SDA n'est spécifié. Si coché, les appels avec ce SDA seront routé sur cette route même s'il existe une autre route pour ce SDA. Un comportement normal est pour cette route SDA de prendre les appels. Si il y a unne route spécifique pour ce SDA, cette route prendra l'appel quand ce SDA est appelé." 2335 2336 #: amp_conf/htdocs/admin/modules/core/page.did.php:193 2337 msgid "Options" 2338 msgstr "Options" 2339 2340 #: amp_conf/htdocs/admin/modules/core/page.did.php:195 2341 msgid "Alert Info" 2342 msgstr "Alert Info" 2343 2344 #: amp_conf/htdocs/admin/modules/core/page.did.php:195 2345 msgid "ALERT_INFO can be used for distinctive ring with SIP devices." 2346 msgstr "ALERT_INFO peut-être utilisé pour des sonneries distinctes avec des périphériques SIP." 2347 2348 #: amp_conf/htdocs/admin/modules/core/page.did.php:199 2349 msgid "CID name prefix" 2350 msgstr "Préfixe au CID" 2351 2352 #: amp_conf/htdocs/admin/modules/core/page.did.php:199 2353 msgid "You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:\", a call from John Doe would display as \"Sales:John Doe\" on the extensions that ring." 2354 msgstr "Option: vous pouvez ajouter un préfixe au CID de la partie appellante. Par exemple: si le Préfixe est \"<b>Ventes:</b>\", un appel de Jean Martin devrait faire apparaitre le CID \"<b>Ventes:Jean Martin</b>\" sur les Extensions appelées." 2355 2356 #: amp_conf/htdocs/admin/modules/core/page.did.php:204 2357 msgid "Music On Hold" 2358 msgstr "Musique d'attente" 2359 2360 #: amp_conf/htdocs/admin/modules/core/page.did.php:204 2361 msgid "Set the MoH class that will be used for calls that come in on this route. For example, choose a type appropriate for routes coming in from a country which may have announcements in their language." 2362 msgstr "Définit la classe de musique d'attente qui sera utilisé pour les appels provenant de cette route. Par exemple, choississez un type approprié pour les routes venant de pays étrangers avec des messages dans leur langue" 2363 2364 #: amp_conf/htdocs/admin/modules/core/page.did.php:210 2365 msgid "No Music" 2366 msgstr "Pas de musique" 2367 2368 #: amp_conf/htdocs/admin/modules/core/page.did.php:222 2369 msgid "Signal RINGING" 2370 msgstr "Signal de sonnerie" 2371 2372 #: amp_conf/htdocs/admin/modules/core/page.did.php:222 2373 msgid "Some devices or providers require RINGING to be sent before ANSWER. You'll notice this happening if you can send calls directly to a phone, but if you send it to an IVR, it won't connect the call." 2374 msgstr "Quelques périphériques ont besoin d'un signal de sonnerie (RINGING) avant de recevoir la commande ANSWER. Vous pourrez remarquer cela si un appel envoyé à un serveur vocal ne fonctionne pas alors que envoyé à un téléphone cela fonctionne." 2375 2376 #: amp_conf/htdocs/admin/modules/core/page.did.php:226 2377 msgid "Pause Before Answer" 2378 msgstr "Pause avant réponse" 2379 2380 #: amp_conf/htdocs/admin/modules/core/page.did.php:226 2381 msgid "An optional delay to wait before processing this route. Setting this value will delay the channel from answering the call. This may be handy if external fax equipment or security systems are installed in parallel and you would like them to be able to seize the line." 2382 msgstr "Délai optionnel d'attente avant d'utiliser cette route. En positionnant cette valeur vous ajoutez un délai avant de répondre à l'appel. Cela peut servir si un télécopieur externe ou un équipement de sécurité est installé en paralelle et que vous souhaitez qu'ils prennent la ligne." 2383 2384 #: amp_conf/htdocs/admin/modules/core/page.did.php:230 2385 msgid "Privacy" 2386 msgstr "Protection" 2387 2388 #: amp_conf/htdocs/admin/modules/core/page.did.php:233 2389 msgid "Privacy Manager" 2390 msgstr "Gestion de la protection" 2391 2392 #: amp_conf/htdocs/admin/modules/core/page.did.php:233 2393 msgid "If no Caller ID is sent, Privacy Manager will asks the caller to enter their 10 digit phone number. The caller is given 3 attempts. The number of digits and attempts can be defined in privacy.conf. If a user has Call Screening enabled, the incoming caller will be asked to enter their CallerId here if enabled, and then to say their name once determined that the called user requires it." 2394 msgstr "Si l'appel est en numéro caché, le gestionnaire de protection demandera à l'appelant d'entrer son numéro à 10 chiffres. Il y a trois tentatives pour l'appelant. Le nombre de chiffres et d'essais est paramétrable dans le fichier privacy.conf. Si un utilisateur a l'option Call Screening, il sera demandé à l'appelant de saisir son numéro, si activé puis d'énoncer son nom si le paramétrage de l'appelé le demande." 2395 2396 #: amp_conf/htdocs/admin/modules/core/page.did.php:242 2397 msgid "Fax Handling" 2398 msgstr "Acheminement télécopie" 2399 2400 #: amp_conf/htdocs/admin/modules/core/page.did.php:246 2401 msgid "Fax Extension" 2402 msgstr "Numéro d'extension du télécopieur" 2403 2404 #: amp_conf/htdocs/admin/modules/core/page.did.php:246 2405 msgid "Select 'system' to have the system receive and email faxes.<br><br>The FreePBX default is defined in General Settings." 2406 msgstr "Choisir <b>SystÚme</b> pour autoriser le systÚme à recevoir les télécopies et à les retransmettre par courriel.<br>Le paramétrage par défaut est défini dans la section <strong>Réglages Globaux</strong> de FreePBX." 2407 2408 #: amp_conf/htdocs/admin/modules/core/page.did.php:250 2409 msgid "FreePBX default" 2410 msgstr "Par Défaut" 2411 2412 #: amp_conf/htdocs/admin/modules/core/page.did.php:267 2413 msgid "Fax Email" 2414 msgstr "Adresse courriel du télécopieur" 2415 2416 #: amp_conf/htdocs/admin/modules/core/page.did.php:267 2417 msgid "Email address is used if 'system' has been chosen for the fax extension above.<br><br>Leave this blank to use the FreePBX default in General Settings." 2418 msgstr "L'adresse courriel est utilisée si l'option <b>SystÚme</b> a été choisie ci-dessus.<br>Laissez ce champ vide pour utiliser le réglage par défaut défini dans la section <strong>Réglages Globaux</strong>." 2419 2420 #: amp_conf/htdocs/admin/modules/core/page.did.php:274 2421 msgid "Fax Detection Type" 2422 msgstr "Type de détection télécopieur" 2423 2424 #: amp_conf/htdocs/admin/modules/core/page.did.php:274 2425 msgid "Selecting Zaptel or NVFax will immediately answer the call and play ringing tones to the caller for the number of seconds in Pause below. Use NVFax on SIP or IAX trunks." 2426 msgstr "La sélection de Zaptel ou NVFAx permettra de faire sonner immédiatement le poste de l'appelé pour le nombre de secondes paramétré en dessous. Utilisez NVFax avec des trunks SIP ou IAX." 2427 2428 #: amp_conf/htdocs/admin/modules/core/page.did.php:277 2429 msgid "None" 2430 msgstr "Aucun" 2431 2432 #: amp_conf/htdocs/admin/modules/core/page.did.php:278 2433 msgid "Zaptel" 2434 msgstr "Zaptel" 2435 2436 #: amp_conf/htdocs/admin/modules/core/page.did.php:279 2437 msgid "NVFax" 2438 msgstr "NVFax" 2439 2440 #: amp_conf/htdocs/admin/modules/core/page.did.php:284 2441 msgid "Pause After Answer" 2442 msgstr "Pause aprÚs réponse" 2443 2444 #: amp_conf/htdocs/admin/modules/core/page.did.php:284 2445 msgid "The number of seconds we should wait after performing an Immediate Answer. The primary purpose of this is to pause and listen for a fax tone before allowing the call to proceed." 2446 msgstr "Le nombre de secondes à attendre aprÚs une <b>Réponse Immédiate</b>. Le but principal est de faire une pause pour détecter une tonalité télécopieur avant de permettre le déroulement de l'appel." 2447 2448 #: amp_conf/htdocs/admin/modules/core/page.did.php:293 2449 msgid "Set Destination" 2450 msgstr "Choix Destination" 2451 2452 #: amp_conf/htdocs/admin/modules/core/page.did.php:298 2453 msgid "Clear Destination" 2454 msgstr "Effacer Destination" 2455 2456 #: amp_conf/htdocs/admin/modules/core/page.did.php:307 2457 msgid "Clear Destination & Submit" 2458 msgstr "Effacer Destination et Soumettre" 2459 2460 #: amp_conf/htdocs/admin/modules/core/page.did.php:319 2461 msgid "Please enter a valid DID Number" 2462 msgstr "SVP, entrez un 'Numéro DID' valide." 2463 2464 #: amp_conf/htdocs/admin/modules/core/page.did.php:320 2465 msgid "Please enter a valid Caller ID Number" 2466 msgstr "SVP, entrez un 'Numero CID' valide." 2467 2468 #: amp_conf/htdocs/admin/modules/core/page.did.php:321 2469 msgid "Please enter a valid Fax Email or leave it empty to use the default" 2470 msgstr "SVP, entrez une 'Adresse courriel du télécopieur' valide ou laissez ce champ vide pour utiliser la configuration Par Defaut." 2471 2472 #: amp_conf/htdocs/admin/modules/core/page.did.php:322 2473 msgid "Please enter a valid number for Pause after answer" 2474 msgstr "SVP, entrez un nombre 'Pause aprÚs réponse' valide." 2475 2476 #: amp_conf/htdocs/admin/modules/core/page.did.php:323 2477 msgid "Please enter a valid number for Pause Before Answer field" 2478 msgstr "SVP, entrez un nombre pour 'Pause avant réponse' valide." 2479 2480 #: amp_conf/htdocs/admin/modules/core/page.did.php:324 2481 msgid "" 2482 "Leaving the DID Number AND the Caller ID Number empty will match all incoming calls received not routed using any other defined Incoming Route.\\n" 2483 "\\n" 2484 "Are you sure?" 2485 msgstr "Laisser les champs 'numéro SDA' ET 'numéro CID' vides aura pour conséquence recevoir tous les appels entrants n'utilisant aucune autre route definie. Etes vous certain?" 2486 2487 #: amp_conf/htdocs/admin/modules/core/page.did.php:325 2488 msgid "" 2489 "DID information is normally just an incoming telephone number or for advanced users, a valid Asterisk Dial Pattern\\n" 2490 "\\n" 2491 "You have entered a non standard DID pattern.\\n" 2492 "\\n" 2493 "Are you sure this is correct?" 2494 msgstr "" 2495 "L'information SDA est normalement juste un numéro d'appel entrant ou pour des utilisateurs experts un masque d'appel valide pour Asterisk.\\n" 2496 "\\n" 2497 "Vous avez entré un numéro de SDA non standard.\\n" 2498 "\\n" 2499 "Etes vous sûr que c'est correct?" 2500 2501 #: amp_conf/htdocs/admin/modules/core/page.did.php:326 2502 msgid "A Slash ('/') is never a valid DID. Please remove it and try again" 2503 msgstr "Un slash ('/') n'est pas un SDA valide. SVP retirez le et essayez de nouveau" 2504 2505 #: amp_conf/htdocs/admin/modules/core/page.did.php:327 2506 msgid "Invalid Caller ID prefix." 2507 msgstr " CID sortant' invalide" 2508 2509 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:554 2510 #, php-format 2511 msgid "User Extension %s: %s" 2512 msgstr "Extension Utilisateur %s: %s" 2513 2514 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:1983 2515 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2002 2516 msgid "A route for this DID/CID already exists!" 2517 msgstr "Une route pour ce DID/CID existe déjà !" 2518 2519 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2069 2520 msgid "You must put in a device id" 2521 msgstr "Vous devez mettre un identifiant périphérique" 2522 2523 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2079 2524 msgid "This device id is already in use" 2525 msgstr "Ce périphérique est déjà utilisé" 2526 2527 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2660 2528 msgid "User Extension: " 2529 msgstr "Extension Utilisateur:" 2530 2531 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2689 2532 #, php-format 2533 msgid "Inbound Route: %s (%s)" 2534 msgstr "Route Entrante: %s (%s)" 2535 2536 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2723 2537 msgid "You must put in an extension (or user) number" 2538 msgstr "Vous devez mettre un numéro d'extension ou d'utilisateur" 2539 2540 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2732 2541 #, php-format 2542 msgid "This user/extension %s is already in use" 2543 msgstr "L'extension %s est déjà utilisée" 2544 2545 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2751 2546 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:2991 2547 #, php-format 2548 msgid "A route with this DID/CID: %s/%s already exists" 2549 msgstr "Une route pour ce SDA/CID: %s/%s existe déjà " 2550 2551 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:3042 2552 msgid "Error Duplicate Channel Entry" 2553 msgstr "Erreur de copie de l'entrée du canal" 2554 2555 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4206 2556 #, php-format 2557 msgid "Failed to open %s for writing, aborting attempt to write the country indications. The file may be readonly or the permissions may be incorrect." 2558 msgstr "Impossible d'ouvrir %s pour écriture de l'indication pays. Le fichier doit être en écriture seule ou les autorisations ne sont pas correctes." 2559 2560 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4207 2561 msgid "Failed to write indications.conf" 2562 msgstr "Echec d'écriture du fichier indications.conf" 2563 2564 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4231 2565 msgid "On Demand" 2566 msgstr "A la Demande" 2567 2568 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4232 2569 msgid "Always" 2570 msgstr "Toujours" 2571 2572 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4233 2573 msgid "Never" 2574 msgstr "Jamais" 2575 2576 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4241 2577 msgid "Screen Caller: No Memory" 2578 msgstr "Screen : sans mémorisation" 2579 2580 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4242 2581 msgid "Screen Caller: Memory" 2582 msgstr "Screen : avec mémorisation" 2583 2584 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4315 2585 #, php-format 2586 msgid "Delete Extension %s" 2587 msgstr "Suppression Extension %s" 2588 2589 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4327 2590 #, php-format 2591 msgid "Delete User %s" 2592 msgstr "Suppression Utilisateur %s" 2593 2594 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4339 2595 msgid "Add User/Extension" 2596 msgstr "Ajout Utilisateur/Extension" 2597 2598 # ATTENTION: Les messages suivants sont des alertes: pas d'accent, pas de caracteres de control sont admis... le fichier script.js est traite plus haut 2599 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4346 2600 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4716 2601 msgid "Please enter a valid extension number." 2602 msgstr "SVP, entrez un numéro d'extension valide." 2603 2604 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4347 2605 msgid "Please enter a valid CID Num Alias (must be a valid number)." 2606 msgstr "SVP, entrez un 'Numéro SDA' valide( uniquement des chiffres)." 2607 2608 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4348 2609 msgid "Please enter valid User Password using numbers only" 2610 msgstr "SVP, entrez un 'Mot de Passe Utilisateur' valide utilisant des chiffres uniquement." 2611 2612 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4349 2613 msgid "Please enter a valid Display Name" 2614 msgstr "SVP, entrez un 'Nom Affiché (CID)' valide." 2615 2616 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4350 2617 msgid "Please enter a valid Outbound CID" 2618 msgstr "SVP, entrez un CID Sortant valide." 2619 2620 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4351 2621 msgid "Please enter a valid pause time in seconds, using digits only" 2622 msgstr "SVP, entrez un un temps de pause valide (utilisant des chiffres uniquement)." 2623 2624 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4352 2625 msgid "You have entered a non-standard dialpattern for your DID. You can only enter standard dialpatterns. You must use the inbound routing form to enter non-standard patterns" 2626 msgstr "Vous avez entré un masque non standard pour votre DID. Vous ne pouvez entrer que des masques standards. Vous devez utiliser une route entrante pour entrer un masque non standard." 2627 2628 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4353 2629 msgid "Please enter a valid Caller ID Number or leave it blank for your Assigned DID/CID pair" 2630 msgstr "SVP, entrez un 'Numero CID' valide ou laissez à vide pour votre SDA/CID assigné" 2631 2632 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4360 2633 msgid "Edit Extension" 2634 msgstr "Edition Extension" 2635 2636 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4362 2637 msgid "Edit User" 2638 msgstr "Edition Utilisateur" 2639 2640 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4367 2641 msgid "User Extension" 2642 msgstr "Extension Utilisateur" 2643 2644 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4367 2645 msgid "The extension number to dial to reach this user." 2646 msgstr "Le numéro d'extension à composer pour cet utilisateur" 2647 2648 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4370 2649 msgid "User Password" 2650 msgstr "Mot de Passe Utilisateur" 2651 2652 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4370 2653 msgid "A user will enter this password when logging onto a device." 2654 msgstr "Un utilisateur entrera ce mot de passe pour s'identifier sur un périphérique." 2655 2656 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4370 2657 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4731 2658 msgid "logs into a device." 2659 msgstr "connecté au périphérique" 2660 2661 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4370 2662 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4731 2663 msgid "logs out of a device." 2664 msgstr "déconnecté du périphérique" 2665 2666 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4374 2667 msgid "Display Name" 2668 msgstr "Nom Affiché (CID)" 2669 2670 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4374 2671 msgid "The caller id name for calls from this user will be set to this name. Only enter the name, NOT the number." 2672 msgstr "Le CID de cet utilisateur sera fixé à ce nom. Entrez le nom, pas le numéro!" 2673 2674 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4376 2675 msgid "CID Num Alias" 2676 msgstr "Numéro alias du CID" 2677 2678 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4376 2679 msgid "The CID Number to use for internal calls, if different from the extension number. This is used to masquerade as a different user. A common example is a team of support people who would like their internal callerid to display the general support number (a ringgroup or queue). There will be no effect on external calls." 2680 msgstr "Le CID à utiliser pour les appels internes s'il est différent de l'extension. Cela est utilisé pour passer pour un autre utilisateur. L'exemple classique est celui d'une équipe support qui souhaite voir s'afficher le numéro général du support (groupement d'appel ou file d'attente). Cela n'a aucun effet sur les appels extérieurs." 2681 2682 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4377 2683 msgid "SIP Alias" 2684 msgstr "Alias SIP" 2685 2686 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4377 2687 msgid "If you want to support direct sip dialing of users internally or through anonymous sip calls, you can supply a friendly name that can be used in addition to the users extension to call them." 2688 msgstr "Si vous voulez supporter l'appel direct sip des utilisateurs internes ou au travers d'appels anonymes, vous pouvez fournir un nom qui peut être utilisé en plus de l'extension pour appeler." 2689 2690 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4382 2691 msgid "User Devices" 2692 msgstr "Périphériques utilisateur" 2693 2694 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4393 2695 msgid "Edit:" 2696 msgstr "Edition:" 2697 2698 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4405 2699 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4734 2700 msgid "Extension Options" 2701 msgstr "Options Extension" 2702 2703 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4406 2704 msgid "Outbound CID" 2705 msgstr "CID Sortant" 2706 2707 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4406 2708 msgid "Overrides the caller id when dialing out a trunk. Any setting here will override the common outbound caller id set in the Trunks admin.<br><br>Format: <b>\"caller name\" <#######></b><br><br>Leave this field blank to disable the outbound callerid feature for this user." 2709 msgstr "Remplace le CID lors d'un appel vers un trunk. Ce paramétrage remplacera le CID sortant défini pour ce Trunk.<br>Format: <b>\"nom de l'appelant\" <#######></b><br>Laissez ce champ vide pour ne pas activer cette fonctionnalité pour cet utilisateur." 2710 2711 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4408 2712 msgid "Ring Time" 2713 msgstr "Temporisation Sonnerie" 2714 2715 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4408 2716 msgid "Number of seconds to ring prior to going to voicemail. Default will use the value set in the General Tab. If no voicemail is configured this will be ignored." 2717 msgstr "Nombre de secondes avant de basculer sur la boîte vocale. Par défaut la valeur utilisée est celle des réglages globaux. S'il n'y a pas de boîte configurée, c'est ignoré." 2718 2719 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4416 2720 msgid "Call Waiting" 2721 msgstr "Attente appel" 2722 2723 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4416 2724 msgid "Set the initial/current Call Waiting state for this user's extension" 2725 msgstr "Fixe l'état initial/courant de l'attente pour cette extension." 2726 2727 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4417 2728 msgid "Call Screening" 2729 msgstr "Call Screening" 2730 2731 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4417 2732 msgid "Call Screening requires external callers to say their name, which will be played back to the user and allow the user to accept or reject the call. Screening with memory only verifies a caller for their caller-id once. Screening without memory always requires a caller to say their name. Either mode will always announce the caller based on the last introduction saved with that callerid. If any user on the system uses the memory option, when that user is called, the caller will be required to re-introduce themselves and all users on the system will have that new introduction associated with the caller's CallerId." 2733 msgstr "La fonction Call Screening demande aux appelants de donner leur nom qui est ensuite répété à l'appelé qui accepte ou rejette l'appel. Le screening avec mémorisation fait cette vérification au premier appel de ce numéro. Sans mémorisation, cela est fait pour tout appel. Dans tous les cas, l'appelant est prévenu par le message du nom sauvegardé. Si un utilisateur utilise l'option sans mémoire, l'appelant devra redonner son nom et tous les utilisateurs recevront ce nouvel enregistrement de message en cas de nouvelle appel de cette personne. " 2734 2735 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4419 2736 msgid "Assigned DID/CID" 2737 msgstr "SDA/CID associé" 2738 2739 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4420 2740 msgid "DID Description" 2741 msgstr "Description SDA" 2742 2743 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4420 2744 msgid "A description for this DID, such as \"Fax\"" 2745 msgstr "Une description pour ce SDA, comme\"Télécopieur\"" 2746 2747 # #### Ancien Message DID, plus utilise par DID mais peut-etre par d'autres! 2748 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4421 2749 msgid "Add Inbound DID" 2750 msgstr "Ajouter une SDA" 2751 2752 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4421 2753 msgid "A direct DID that is associated with this extension. The DID should be in the same format as provided by the provider (e.g. full number, 4 digits for 10x4, etc).<br><br>Format should be: <b>XXXXXXXXXX</b><br><br>.An optional CID can also be associated with this DID by setting the next box" 2754 msgstr "Un SDA associé à cette extension. Le SDA doit être au même format que celui fourni par le provider (nombre complet, 4 chiffres pour 10x4,...)<br><br>Format :<b>XXXXXXXXXX</b><br><br>. Un identifiant de l'appelant peut être associé à ce SDA en modifiant le prochain champ." 2755 2756 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4422 2757 msgid "Add Inbound CID" 2758 msgstr "Ajout CID Sortant" 2759 2760 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4422 2761 msgid "Add a CID for more specific DID + CID routing. A DID must be specified in the above Add DID box. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 2762 msgstr "Ajout d'un identifiant appelant pour des routages plus spécifiques : SDA + identifiant. Un SDA doit avoir été spécifié au dessus. En plus des séquences standard d'appel, vous pouvez aussi mettre Privé, Bloqué, Inconnu, Restreint, Anonyme et Invalide pour gére ces cas particuliers si l'opérateur Telecom les transmet." 2763 2764 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4430 2765 msgid "DID / CID" 2766 msgstr "DID / CID" 2767 2768 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4450 2769 msgid "Recording Options" 2770 msgstr "Option d'enregistrement" 2771 2772 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4451 2773 msgid "Record Incoming" 2774 msgstr "Enregistrement Entrant" 2775 2776 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4451 2777 msgid "Record all inbound calls received at this extension." 2778 msgstr "Enregistre tous les appels entrants reçus à cette Extension." 2779 2780 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4452 2781 msgid "Record Outgoing" 2782 msgstr "Enregistrement Sortant" 2783 2784 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4452 2785 msgid "Record all outbound calls received at this extension." 2786 msgstr "Enregistrer tous les appels sortants reçus à cette Extension." 2787 2788 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4470 108 2789 msgid "Warning! Extension" 109 msgstr "Attention! L'Extension"110 111 #: callgroups.php:56 extensions.php:772790 msgstr "Attention!'Extension" 2791 2792 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4470 112 2793 msgid "is not allowed for your account" 113 2794 msgstr "n'est pas permise pour votre compte" 114 2795 115 #: callgroups.php:90 callgroups.php:133 116 msgid "Add Ring Group" 117 msgstr "Ajout Groupe de Sonnerie" 118 119 #: callgroups.php:97 callgroups.php:125 120 msgid "Ring Group" 121 msgstr "Groupe de Sonnerie" 122 123 #: callgroups.php:104 124 msgid "Group" 125 msgstr "Groupe" 126 127 #: callgroups.php:128 modules/paging/page.paging.php:70 128 msgid "Delete Group" 129 msgstr "Suppression Groupe" 130 131 #: callgroups.php:134 132 msgid "Edit Ring Group" 133 msgstr "Edition Groupe de Sonnerie" 134 135 #: callgroups.php:139 136 msgid "group number" 137 msgstr "Numéro Groupe" 138 139 #: callgroups.php:139 140 msgid "The number users will dial to ring extensions in this ring group" 2796 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4484 2797 msgid "Conflicting Extensions" 2798 msgstr "Conflit d'extensions" 2799 2800 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4484 2801 msgid "The following extension numbers are in conflict, you can click on the item(s) below to edit the conflicting entity." 2802 msgstr "Les extensions suivantes sont en conflit. Vous pouvez cliquer et éditer les entités en conflit." 2803 2804 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4488 2805 msgid "Configure user again:" 2806 msgstr "Reconfigurer l'utilisateur" 2807 2808 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4488 2809 msgid "Configure extension again:" 2810 msgstr "Reconfigurer l'extension" 2811 2812 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4535 2813 msgid "Please enter the dtmfmode for this device" 2814 msgstr "SVP, entrez un mode DTMF valide pour ce péripherique." 2815 2816 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4536 2817 msgid "Please enter the channel for this device" 2818 msgstr "SVP, entrez un canal valide pour ce péripherique." 2819 2820 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4537 2821 msgid "You have not entered a Secret for this device, although this is possible it is generally bad practice to not assign a Secret to a device. Are you sure you want to leave the Secret empty?" 2822 msgstr "Vous n'avez pas entré de mot de passe dans le champ 'secret' de ce péripherique. Bien que cela soit possible, il est généralement déconseillé de ne pas saisir le champ 'secret' pour un périphérique. Etes vous certain de laisser ce champ vide?" 2823 2824 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4538 2825 msgid "Please enter a Secret for this device" 2826 msgstr "SVP, entrez un mot de passe (secret) pour ce péripherique." 2827 2828 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4539 2829 msgid "You have set your secret and device/extension to the same value. This can be a serious security vulnerability resulting in a hacker compromising your system to make free phone calls. There are many known instances where this has already occurred" 2830 msgstr "Vous avez le même mot de passe pour votre périphérique et votre extension. C'est un problÚme de sécurité permettant à une personne mal intentionnée d'utiliser votre systÚme pour appeler gratuitement comme c'est déjà arrivé à de nombreuses reprises." 2831 2832 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4606 2833 msgid "Generic SIP Device" 2834 msgstr "Périphérique SIP" 2835 2836 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4607 2837 msgid "Generic IAX2 Device" 2838 msgstr "Périphérique IAX2" 2839 2840 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4608 2841 msgid "Generic ZAP Device" 2842 msgstr "Périphérique ZAP" 2843 2844 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4609 2845 msgid "Other (Custom) Device" 2846 msgstr "Périphérique autre" 2847 2848 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4614 2849 msgid "Fixed" 2850 msgstr "Fixe" 2851 2852 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4615 2853 msgid "Adhoc" 2854 msgstr "Adhoc" 2855 2856 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4618 2857 msgid "none" 2858 msgstr "aucun" 2859 2860 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4619 2861 msgid "New User" 2862 msgstr "Nouvel Utilisateur" 2863 2864 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4654 2865 msgid "Add an Extension" 2866 msgstr "Ajout Extension" 2867 2868 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4656 2869 msgid "Please select your Device below then click Submit" 2870 msgstr "Sélectionner votre périphérique puis cliquer sur Soumettre" 2871 2872 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4660 2873 msgid "Edit existing Device" 2874 msgstr "Edition périphérique existant" 2875 2876 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4662 2877 msgid "Edit existing Extension" 2878 msgstr "Edition extension existante" 2879 2880 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4677 2881 #, php-format 2882 msgid "Delete Device %s" 2883 msgstr "Suppression Périphérique %s" 2884 2885 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4683 2886 #, php-format 2887 msgid "Edit Default User: %s" 2888 msgstr "Edition utilisateur par défaut: %s" 2889 2890 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4683 2891 #, php-format 2892 msgid "Edit Fixed User: %s" 2893 msgstr "Edition Utilisateur: %s" 2894 2895 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4713 2896 msgid "Please enter a device id." 2897 msgstr "SVP, entrez un identifiant péripherique." 2898 2899 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4714 2900 msgid "Please enter a valid Description for this device" 2901 msgstr "SVP, entrez une Description de Peripherique valide" 2902 2903 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4715 2904 msgid "Please enter a valid Emergency CID" 2905 msgstr "SVP, entrez un CID d'Urgence valide." 2906 2907 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4723 2908 msgid "Device Info" 2909 msgstr "Information périphérique" 2910 2911 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4727 2912 msgid "Device ID" 2913 msgstr "Identité Périphérique" 2914 2915 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4727 2916 msgid "Give your device a unique integer ID. The device will use this ID to authenticate to the system." 2917 msgstr "Donnez à votre périphérique un identiifiant unique. Le périphérique utilisera cette identitifiant pour s'authentifier au systÚme." 2918 2919 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4729 2920 msgid "The caller id name for this device will be set to this description until it is logged into." 2921 msgstr "Le nom du CID pour ce périphérique sera mis à cette description jusqu'à ce qu'il s'inscrive" 2922 2923 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4730 2924 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4735 2925 msgid "Emergency CID" 2926 msgstr "CID d'Urgence" 2927 2928 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4730 2929 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4735 2930 msgid "This caller id will always be set when dialing out an Outbound Route flagged as Emergency. The Emergency CID overrides all other caller id settings." 2931 msgstr "Le CID (Caller ID) de l'appelant sera toujours transmis lors d'une numérotation vers une Route Sortante labellisée comme Urgence. Le CID d'Urgence remplace tout autre CID." 2932 2933 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4731 2934 msgid "Device Type" 2935 msgstr "Type Périphérique" 2936 2937 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4731 2938 msgid "Devices can be fixed or adhoc. Fixed devices are always associated to the same extension/user. Adhoc devices can be logged into and logged out of by users." 2939 msgstr "Les périphériques peuvent être <b>Fixe</b> ou <b>Adhoc</b>.<br>Les périphériques fixes sont toujours associés à la même extension/utilisateur.<br>Les périphériques adhocs sont accessibles par les utilisateurs en tapant <strong>*11</strong> pour s'inscrire et <strong>*12</strong> pour se désinscrire." 2940 2941 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4732 2942 msgid "Default User" 2943 msgstr "Utilisateur par défaut" 2944 2945 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4732 2946 msgid "Fixed devices will always mapped to this user. Adhoc devices will be mapped to this user by default.<br><br>If selecting 'New User', a new User Extension of the same Device ID will be set as the Default User." 2947 msgstr "Les Périphériques fixes seront toujours associés à cet utilisateur. Les périphériques adhocs seront associés à cet utilisateur par défaut. <br>Si l'option <b>Nouvel Utilisateur</b> est choisie, une nouvelle extension du même périphérique (Identitifiant) sera sélectionnée comme utilisateur par défaut" 2948 2949 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4740 2950 msgid "Device Options" 2951 msgstr "Options Périphérique" 2952 2953 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4742 2954 #, php-format 2955 msgid "This device uses %s technology." 2956 msgstr "Ce périphérique utilise la technologie %s" 2957 2958 #: amp_conf/htdocs/admin/modules/core/functions.inc.php:4742 2959 msgid "Via DAHDI compatibility mode" 2960 msgstr "Via le mode de compatibilité DAHDI" 2961 2962 # # le message suivant n'est pas traduit, il faut revoir le code dans page.users 2963 #: amp_conf/htdocs/admin/modules/core/page.users.php:34 2964 msgid "" 2965 "You have not entered a User Password. While this is acceptable, this user will not be able to login to an AdHoc device.\\n" 2966 "\\n" 2967 "Are you sure you wish to leave the User Password empty?" 141 2968 msgstr "" 142 "Numéro que les utilisateurs composeront pour appeler les Extensions appartenant " 143 "à ce Groupe de Sonnerie" 144 145 #: callgroups.php:144 146 msgid "ring strategy:" 147 msgstr "Stratégie des Appels" 148 149 #: callgroups.php:146 150 msgid "ringall" 151 msgstr "SonneTous" 152 153 #: callgroups.php:146 154 msgid "ring all available channels until one answers (default)" 155 msgstr "Appelle toutes les Extensions disponibles en même temps (par défaut)" 156 157 #: callgroups.php:147 158 msgid "hunt" 159 msgstr "Chasse" 160 161 #: callgroups.php:147 162 msgid "take turns ringing each available extension" 163 msgstr "Appelle toutes les Extensions disponibles tour à tour" 164 165 #: callgroups.php:148 166 msgid "memoryhunt" 167 msgstr "ChasseMémoire" 168 169 #: callgroups.php:148 170 msgid "" 171 "ring first extension in the list, then ring the 1st and 2nd extension, then " 172 "ring 1st 2nd and 3rd extension in the list.... etc." 173 msgstr "" 174 "Appelle la 1ère Extension disponible dans la liste, puis la 1ère " 175 "et la 2nde, puis la 1ère, la 2nde et la 3ème etc..." 176 177 #: callgroups.php:164 178 msgid "extension list" 179 msgstr "Liste des Extensions" 180 181 #: callgroups.php:164 182 msgid "" 183 "List extensions to ring, one per line.<br><br>You can include an extension " 184 "on a remote system, or an external number by suffixing a number with a pound " 185 "(#). ex: 2448089# would dial 2448089 on the appropriate trunk (see " 186 "Outbound Routing)." 187 msgstr "" 188 "Liste des extensions à appeler (une par ligne).<br>Vous pouvez inclure une Extension " 189 "d'un système distant; ou un numéro externe en ajoutant un dièse (#) au " 190 "numéro. ex: <b>0297448089#</b> va composer le <strong>0297448089</strong> sur le trunk " 191 "approprié (voir Routes Sortantes)." 192 193 #: callgroups.php:172 194 msgid "CID name prefix" 195 msgstr "Préfixe au CID" 196 197 #: callgroups.php:172 198 msgid "" 199 "You can optionally prefix the Caller ID name when ringing extensions in this " 200 "group. ie: If you prefix with \"Sales:\", a call from John Doe would display " 201 "as \"Sales:John Doe\" on the extensions that ring." 202 msgstr "" 203 "Option: Vous pouvez ajouter au CID de la partie appellante qui apparait sur les Extensions du " 204 "Groupe un <strong>Préfixe</strong> descriptif.<br>" 205 "Exemple: Si le Préfixe est \"<b>Ventes:</b>\", un appel de Jean Martin devrait faire " 206 "apparaitre le CID \"<b>Ventes:Jean Martin</b>\" sur les Extensions appelées du Groupe." 207 208 #: callgroups.php:178 209 msgid "ring time (max 60 sec)" 210 msgstr "Durée Sonnerie (max. 60 sec)" 211 212 #: callgroups.php:181 213 msgid "Destination if no answer" 214 msgstr "Destination si PAS de réponse" 215 216 #: config.php:83 2969 "Vous n'avez pas saisi un mot de passe Utilisateur. Bien que cela soit possible, cet utilisateur ne pourra se loguer à un terminal.\n" 2970 "\n" 2971 "Etes-vous sûre de vouloir laisser le mot de passe à blanc?" 2972 2973 #: amp_conf/htdocs/admin/page.modules.php:129 2974 msgid "Module Administration" 2975 msgstr "Administration des modules" 2976 2977 #: amp_conf/htdocs/admin/page.modules.php:146 2978 #, php-format 2979 msgid "Warning: Cannot connect to online repository (%s). Online modules are not available." 2980 msgstr "Attention: ne peut se connecter au dépÃŽt (%s). Les modules ne sont pas accessibles." 2981 2982 #: amp_conf/htdocs/admin/page.modules.php:150 2983 #, php-format 2984 msgid "Warning: Error retrieving updates from online repository (%s). Online modules are not available." 2985 msgstr "Attention: erreur de mise à jour provenant du dépÃŽt (%s). Les modules ne sont pas accessibles." 2986 2987 #: amp_conf/htdocs/admin/page.modules.php:190 2988 msgid "Please wait while module actions are performed" 2989 msgstr "Merci de patienter: exécution en cours" 2990 2991 #: amp_conf/htdocs/admin/page.modules.php:203 2992 #, php-format 2993 msgid "Downloading %s" 2994 msgstr "Chargement %s" 2995 2996 #: amp_conf/htdocs/admin/page.modules.php:205 2997 #, php-format 2998 msgid "Error(s) downloading %s" 2999 msgstr "Erreur téléchargement %s" 3000 3001 #: amp_conf/htdocs/admin/page.modules.php:210 3002 #: amp_conf/htdocs/admin/page.modules.php:222 3003 #, php-format 3004 msgid "Error(s) installing %s" 3005 msgstr "Erreur installation %s" 3006 3007 #: amp_conf/htdocs/admin/page.modules.php:214 3008 #: amp_conf/htdocs/admin/page.modules.php:226 3009 #, php-format 3010 msgid "%s installed successfully" 3011 msgstr "%s installé avec succÚs" 3012 3013 #: amp_conf/htdocs/admin/page.modules.php:232 3014 #, php-format 3015 msgid "Error(s) enabling %s" 3016 msgstr "Erreur activation %s" 3017 3018 #: amp_conf/htdocs/admin/page.modules.php:236 3019 #, php-format 3020 msgid "%s enabled successfully" 3021 msgstr "%s activé avec succÚs" 3022 3023 #: amp_conf/htdocs/admin/page.modules.php:241 3024 #, php-format 3025 msgid "Error(s) disabling %s" 3026 msgstr "Erreur désactivation %s" 3027 3028 #: amp_conf/htdocs/admin/page.modules.php:245 3029 #, php-format 3030 msgid "%s disabled successfully" 3031 msgstr "%s désactivé avec succÚs" 3032 3033 #: amp_conf/htdocs/admin/page.modules.php:251 3034 #, php-format 3035 msgid "Error(s) uninstalling %s" 3036 msgstr "Erreur désinstallation %s" 3037 3038 #: amp_conf/htdocs/admin/page.modules.php:255 3039 #, php-format 3040 msgid "%s uninstalled successfully" 3041 msgstr "%s désinstallé avec succÚs" 3042 3043 #: amp_conf/htdocs/admin/page.modules.php:271 3044 #: amp_conf/htdocs/admin/page.modules.php:273 3045 msgid "Return" 3046 msgstr "Retour" 3047 3048 #: amp_conf/htdocs/admin/page.modules.php:304 3049 #: amp_conf/htdocs/admin/page.modules.php:328 3050 #, php-format 3051 msgid "%s cannot be upgraded: %s Please try again after the dependencies have been installed." 3052 msgstr "%s ne peut être mis à jour: %s Réessayez quand les dépendances auront été installées" 3053 3054 #: amp_conf/htdocs/admin/page.modules.php:308 3055 #, php-format 3056 msgid "%s %s will be upgraded to online version %s" 3057 msgstr "%s %s sera mis à jour avec la version en ligne %s" 3058 3059 #: amp_conf/htdocs/admin/page.modules.php:316 3060 #: amp_conf/htdocs/admin/page.modules.php:328 3061 #, php-format 3062 msgid "%s cannot be installed: %s Please try again after the dependencies have been installed." 3063 msgstr "%s ne peut être installé: %s Réessayez quand les dépendances auront été installées" 3064 3065 #: amp_conf/htdocs/admin/page.modules.php:320 3066 #, php-format 3067 msgid "%s %s will be downloaded and installed" 3068 msgstr "%s %s va être téléchargé et installé" 3069 3070 #: amp_conf/htdocs/admin/page.modules.php:333 3071 #, php-format 3072 msgid "%s %s will be upgraded to %s" 3073 msgstr "%s %s va être installé et mis à jour à %s" 3074 3075 #: amp_conf/htdocs/admin/page.modules.php:335 3076 #, php-format 3077 msgid "%s %s will be installed and enabled" 3078 msgstr "%s %s va être installé et activé" 3079 3080 #: amp_conf/htdocs/admin/page.modules.php:343 3081 #, php-format 3082 msgid "%s cannot be enabled: %s Please try again after the dependencies have been installed." 3083 msgstr "%s ne peut être activé: %s Réessayez quand les dépendances auront été installées" 3084 3085 #: amp_conf/htdocs/admin/page.modules.php:347 3086 #, php-format 3087 msgid "%s %s will be enabled" 3088 msgstr "%s %s va être activé" 3089 3090 #: amp_conf/htdocs/admin/page.modules.php:353 3091 #, php-format 3092 msgid "%s cannot be disabled because the following modules depend on it: %s Please disable those modules first then try again." 3093 msgstr "%s ne peut être désactivé car le module %s en dépend. Désactivé d'abord ces modules puis réessayer." 3094 3095 #: amp_conf/htdocs/admin/page.modules.php:357 3096 #, php-format 3097 msgid "%s %s will be disabled" 3098 msgstr "%s %s va être désactivé" 3099 3100 #: amp_conf/htdocs/admin/page.modules.php:364 3101 #, php-format 3102 msgid "%s cannot be uninstalled because the following modules depend on it: %s Please disable those modules first then try again." 3103 msgstr "%s ne peut être désactivé car le module %s en dépend. Désactivé d'abord ces modules puis réessayer." 3104 3105 #: amp_conf/htdocs/admin/page.modules.php:368 3106 #, php-format 3107 msgid "%s %s will be uninstalled" 3108 msgstr "%s %s va être désinstallé" 3109 3110 #: amp_conf/htdocs/admin/page.modules.php:385 3111 msgid "Errors with selection:" 3112 msgstr "Erreurs avec sélection:" 3113 3114 #: amp_conf/htdocs/admin/page.modules.php:394 3115 msgid "You may confirm the remaining selection and then try the again for the listed issues once the required dependencies have been met:" 3116 msgstr "Vous pouvez confirmer la sélection restante et essayez de nouveau pour les éléments listés une fois que les dépendances requises sont respectées." 3117 3118 #: amp_conf/htdocs/admin/page.modules.php:396 3119 msgid "Please confirm the following actions:" 3120 msgstr "Merci de confirmer les actions suivantes:" 3121 3122 #: amp_conf/htdocs/admin/page.modules.php:403 3123 msgid "Confirm" 3124 msgstr "Confirmer" 3125 3126 #: amp_conf/htdocs/admin/page.modules.php:405 3127 msgid "No actions to perform" 3128 msgstr "Aucune action à exécuter" 3129 3130 #: amp_conf/htdocs/admin/page.modules.php:406 3131 msgid "Please select at least one action to perform by clicking on the module, and selecting an action on the \"Action\" tab." 3132 msgstr "Merci de sélectionner au moins une action à exécuter en cliquant sur le module ainsi que sur la tabulation \"Action\"" 3133 3134 #: amp_conf/htdocs/admin/page.modules.php:414 3135 #: amp_conf/htdocs/admin/page.modules.php:466 3136 msgid "Manage local modules" 3137 msgstr "Gestion des modules locaux" 3138 3139 #: amp_conf/htdocs/admin/page.modules.php:416 3140 #: amp_conf/htdocs/admin/page.modules.php:471 3141 msgid "Check for updates online" 3142 msgstr "Rechercher des mises à jour" 3143 3144 #: amp_conf/htdocs/admin/page.modules.php:416 3145 #: amp_conf/htdocs/admin/page.modules.php:471 3146 msgid "Checking for updates will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and track version usage to focus development and maintenance efforts. No private information is transmitted." 3147 msgstr "Rechercher des mises à jour transmet les numéros de version de FreePBX et d'Asterisk avec un identifiant unique. Cela permet de fournir des informations de mises à jour pertinentes et de suivre l'utilisation des versions pour le développement et la maintenance. Aucune information privée n'est transmise." 3148 3149 #: amp_conf/htdocs/admin/page.modules.php:421 3150 #: amp_conf/htdocs/admin/page.modules.php:473 3151 msgid "Upload module" 3152 msgstr "Chargement d'un module" 3153 3154 #: amp_conf/htdocs/admin/page.modules.php:427 3155 #, php-format 3156 msgid "The following error(s) occurred processing the uploaded file: %s" 3157 msgstr "L'erreur suivante s'est produite pendant le téléchargement du fichier : %s" 3158 3159 #: amp_conf/htdocs/admin/page.modules.php:429 3160 #, php-format
