Changeset 9043
- Timestamp:
- 02/28/10 00:32:53 (2 years ago)
- Files:
-
- freepbx/trunk (modified) (1 prop)
- freepbx/trunk/CHANGES (modified) (1 diff)
- freepbx/trunk/amp_conf/astetc/modules.conf (modified) (1 diff)
- freepbx/trunk/amp_conf/bin/generate_hints.php (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php (modified) (4 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/amp.pot (modified) (122 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/sv_SE/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/trunk/amp_conf/htdocs/admin/i18n/sv_SE/LC_MESSAGES/amp.po (modified) (40 diffs)
- freepbx/trunk/amp_conf/htdocs/admin/page.modules.php (modified) (7 diffs)
- freepbx/trunk/amp_conf/moh (copied) (copied from freepbx/branches/2.7/amp_conf/moh)
- freepbx/trunk/amp_conf/moh/QuajiroPromo.sln (copied) (copied from freepbx/branches/2.7/amp_conf/moh/QuajiroPromo.sln)
- freepbx/trunk/amp_conf/moh/TristeAlegriaPromo.sln (copied) (copied from freepbx/branches/2.7/amp_conf/moh/TristeAlegriaPromo.sln)
- freepbx/trunk/amp_conf/mohmp3 (deleted)
- freepbx/trunk/amportal.conf (modified) (1 diff)
- freepbx/trunk/buildtools/generate-release.sh (modified) (2 diffs)
- freepbx/trunk/buildtools/md5-amp_conf.sh (modified) (1 diff)
- freepbx/trunk/libfreepbx.install.php (modified) (3 diffs)
- freepbx/trunk/update_l10n.sh (deleted)
- freepbx/trunk/upgrades/2.7.0 (copied) (copied from freepbx/branches/2.7/upgrades/2.7.0)
- freepbx/trunk/upgrades/2.7.0.md5 (copied) (copied from freepbx/branches/2.7/upgrades/2.7.0.md5)
- freepbx/trunk/upgrades/2.7.0RC1 (copied) (copied from freepbx/branches/2.7/upgrades/2.7.0RC1)
- freepbx/trunk/upgrades/2.7.0RC1.md5 (copied) (copied from freepbx/branches/2.7/upgrades/2.7.0RC1.md5)
- freepbx/trunk/upgrades/2.7.0beta1.md5 (copied) (copied from freepbx/branches/2.7/upgrades/2.7.0beta1.md5)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk
- Property svnmerge-integrated changed from /freepbx/branches/2.7:1-8713 to /freepbx/branches/2.7:1-9042
freepbx/trunk/CHANGES
r8599 r9043 1 2.6 Beta1 (Highlights) 1 2.7.0 (Highlights) 2 3 * FAX module changes to support FFA and change the way FAX detection works 4 * Different CID Options for Follow-Me Module 5 * Different CID Options for Ring Group Module 6 * Some enhanced functionality in Queues and improved dynamic agent abilities 7 * Setting Penalties for Dynamic Agents 8 * Restricting a queue to only specific dynamic agents 9 * Advanced mode to specify static devices vs. extensions 10 * Some improvements to Backup 11 * per backup set FTP and SCP options for remote storage of backup sets 12 * per session additional directories to backup (and restore if needed) 13 * Language option for incoming routes 14 * Increased handling of HANGUPCAUSE codes 15 * Outbound Route Specific CIDs 16 * Force Trunk CIDs and remove CNAM option on trunks 17 * CF Unconditional add support for DEVSTATE 18 * per device hints created with BLF support 19 * toggle option created designed to work with BLF 20 * BEEPONLY support added to minimize messages played 21 * Advanced Outbound Route Selection 22 * allows routes to be chosen based on dialed number and CID/extension number or pattern 23 * Add MoH Class choice for Conferences 24 * Allow MoH directory to be specified in amportal.conf 25 * Add ability for Module Admin to reinstall the same version or and ''older'' version (with many caveats) 26 * Move all of ''recordingcheck'' AGI script into dialplan 27 * Add optional and experimental ''macro-dial-one'' that can be used to replace ''macro-dial'' for single 28 extension only dialing (no ringgroups, followme, etc.). Requires special setup, see: #4068. 29 30 2.6 2 31 - Added Extended Repository to allow more contributed modules not part of main 3 32 project, some extended modules include: freepbx/trunk/amp_conf/astetc/modules.conf
r8599 r9043 53 53 load => format_wav.so 54 54 load => format_pcm.so 55 load => format_au.so 55 56 ; format_au.so is removed from Asterisk 1.4 and later, remove ; to enable 57 ;load => format_au.so 58 56 59 ; This isn't part of 'Asterisk' iteslf, it's part of asterisk-addons. If this isn't 57 60 ; installed, asterisk will fail to start. But it does need to go here for native MOH freepbx/trunk/amp_conf/bin/generate_hints.php
r8599 r9043 17 17 18 18 $astman = new AGI_AsteriskManager(); 19 if (! $res = $astman->connect("127.0.0.1", $amp_conf["AMPMGRUSER"] , $amp_conf["AMPMGRPASS"])) { 19 20 $astmanagerhost = (isset($amp_conf['ASTMANAGERHOST']) && trim($amp_conf['ASTMANAGERHOST']) != '')?$amp_conf['ASTMANAGERHOST']:'127.0.0.1'; 21 if (isset($amp_conf['ASTMANAGERPORT']) && trim($amp_conf['ASTMANAGERPORT']) != '') { 22 $astmanagerhost .= ':'.$amp_conf['ASTMANAGERPORT']; 23 } 24 25 if (! $res = $astman->connect($astmanagerhost, $amp_conf["AMPMGRUSER"] , $amp_conf["AMPMGRPASS"])) { 20 26 exit; 21 27 } freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php
r8684 r9043 502 502 var $condition; 503 503 function ext_gotoiftime($condition, $true_priority) { 504 global $version; 505 if (version_compare($version, "1.6", "ge")) { 506 //change from '|' to ',' 507 $this->condition = str_replace("|", ",", $condition); 508 } 509 else { 510 $this->condition = $condition; 511 } 504 512 $this->true_priority = $true_priority; 505 $this->condition = $condition;506 513 } 507 514 function output() { freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php
r8648 r9043 654 654 function install_hooks($viewing_itemid,$target_module,$target_menuid = '') { 655 655 global $active_modules; 656 // loop through all active modules 656 657 /* Loop though all active modules and find which ones have hooks. 658 * Then process those hooks. Note we split this into two loops 659 * because of #4057, if drawselects() is called from within a hook 660 * it's interaction with the same $active_modules array renders the 661 * foreach loop done after that module and execution ends. 662 */ 663 $our_hooks = array(); 657 664 foreach($active_modules as $this_module) { 658 665 // look for requested hooks for $module … … 660 667 $funct = $this_module['rawname'] . '_hook_' . $target_module; 661 668 if( function_exists( $funct ) ) { 662 // execute the function, appending the 663 // html output to that of other hooking modules 664 665 $thismod = $this_module['rawname']; 666 if (isset($_COOKIE['lang']) && is_dir("./modules/$thismod/i18n/".$_COOKIE['lang'])) { 667 bindtextdomain($thismod,"./modules/$thismod/i18n"); 668 bind_textdomain_codeset($thismod, 'utf8'); 669 textdomain($thismod); 670 671 if ($hookReturn = $funct($target_menuid, $viewing_itemid)) { 672 $this->hookHtml .= $hookReturn; 673 } 674 675 textdomain('amp'); 676 } else { 677 if ($hookReturn = $funct($target_menuid, $viewing_itemid)) { 678 $this->hookHtml .= $hookReturn; 679 } 669 // remember who installed hooks 670 // we need to know this for processing form vars 671 $this->arrHooks[] = $this_module['rawname']; 672 $our_hooks[$this_module['rawname']] = $funct; 673 } 674 } 675 foreach($our_hooks as $thismod => $funct) { 676 if (isset($_COOKIE['lang']) && is_dir("./modules/$thismod/i18n/".$_COOKIE['lang'])) { 677 bindtextdomain($thismod,"./modules/$thismod/i18n"); 678 bind_textdomain_codeset($thismod, 'utf8'); 679 textdomain($thismod); 680 if ($hookReturn = $funct($target_menuid, $viewing_itemid)) { 681 $this->hookHtml .= $hookReturn; 680 682 } 681 // remember who installed hooks 682 // we need to know this for processing form vars 683 $this->arrHooks[] = $this_module['rawname']; 684 } 685 } 686 } 687 683 textdomain('amp'); 684 } else { 685 if ($hookReturn = $funct($target_menuid, $viewing_itemid)) { 686 $this->hookHtml .= $hookReturn; 687 } 688 } 689 } 690 } 688 691 // process the request from the module we hooked 689 692 function process_hooks($viewing_itemid, $target_module, $target_menuid, $request) { … … 726 729 'AMPWEBROOT' => array('dir' , '/var/www/html'), 727 730 'FOPWEBROOT' => array('dir' , '/var/www/html/panel'), 731 'MOHDIR' => array('dir' , '/mohmp3'), 728 732 729 733 'USECATEGORIES' => array('bool' , true), … … 748 752 'USEQUEUESTATE' => array('bool' , false), 749 753 'CHECKREFERER' => array('bool' , true), 754 'USEDIALONE' => array('bool' , false), 750 755 ); 751 756 freepbx/trunk/amp_conf/htdocs/admin/i18n/amp.pot
r8599 r9043 1 1 # This file is part of FreePBX. 2 # Copyright Bandwidth.com (2009)3 2 # 4 # This programis free software: you can redistribute it and/or modify5 # it under the terms of the GNU Affero General Public License as6 # published by the Free Software Foundation, either version 3 of the7 # License, or(at your option) any later version.3 # FreePBX is free software: you can redistribute it and/or modify 4 # it under the terms of the GNU General Public License as published by 5 # the Free Software Foundation, either version 2 of the License, or 6 # (at your option) any later version. 8 7 # 9 # This programis distributed in the hope that it will be useful,8 # FreePBX is distributed in the hope that it will be useful, 10 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 # GNU AfferoGeneral Public License for more details.11 # GNU General Public License for more details. 13 12 # 14 # You should have received a copy of the GNU AfferoGeneral Public License15 # along with this program. If not, see <http://www.gnu.org/licenses/>.13 # You should have received a copy of the GNU General Public License 14 # along with FreePBX. If not, see <http://www.gnu.org/licenses/>. 16 15 # 17 #, fuzzy 16 # FreePBX language template for amp 17 # Copyright (C) 2008, 2009, 2010 Bandwith.com 18 # 18 19 msgid "" 19 20 msgstr "" 20 21 "Project-Id-Version: PACKAGE VERSION\n" 21 22 "Report-Msgid-Bugs-To: \n" 22 "POT-Creation-Date: 20 09-08-28 21:04+0200\n"23 "POT-Creation-Date: 2010-02-27 14:09+0100\n" 23 24 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 24 25 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 28 29 "Content-Transfer-Encoding: 8bit\n" 29 30 30 #: admin/components.class.php:362 admin/modules/core/page.did.php:3 3231 #: admin/components.class.php:362 admin/modules/core/page.did.php:315 31 32 msgid "Submit" 32 33 msgstr "" … … 45 46 msgstr "" 46 47 47 #: admin/functions.inc.php:7 6848 #: admin/functions.inc.php:773 48 49 #, php-format 49 50 msgid "Missing or unreadable config file (%s)...cannot continue" 50 51 msgstr "" 51 52 52 #: admin/functions.inc.php:10 4953 #: admin/functions.inc.php:1054 53 54 msgid "Objects" 54 55 msgstr "" 55 56 56 #: admin/functions.inc.php:10 4957 #: admin/functions.inc.php:1054 57 58 msgid "Object" 58 59 msgstr "" 59 60 60 #: admin/functions.inc.php:105 061 #: admin/functions.inc.php:1055 61 62 #, php-format 62 63 msgid "Used as Destination by %s %s" 63 64 msgstr "" 64 65 65 #: admin/functions.inc.php:15 09 admin/functions.inc.php:157966 #: admin/functions.inc.php:1519 admin/functions.inc.php:1593 66 67 #, php-format 67 68 msgid "Exit code was %s and output was: %s" 68 69 msgstr "" 69 70 70 #: admin/functions.inc.php:15 10 admin/functions.inc.php:158071 #: admin/functions.inc.php:1520 admin/functions.inc.php:1594 71 72 #, php-format 72 73 msgid "Could not run %s script." 73 74 msgstr "" 74 75 75 #: admin/functions.inc.php:15 2776 #: admin/functions.inc.php:1537 76 77 #, php-format 77 78 msgid "Reload failed because retrieve_conf encountered an error: %s" 78 79 msgstr "" 79 80 80 #: admin/functions.inc.php:15 29 admin/functions.inc.php:153781 #: admin/functions.inc.php:1539 admin/functions.inc.php:1547 81 82 msgid "retrieve_conf failed, config not applied" 82 83 msgstr "" 83 84 84 #: admin/functions.inc.php:15 3585 #: admin/functions.inc.php:1545 85 86 msgid "" 86 87 "Reload failed because FreePBX could not connect to the asterisk manager " … … 88 89 msgstr "" 89 90 90 #: admin/functions.inc.php:15 4991 #: admin/functions.inc.php:1563 91 92 msgid "Successfully reloaded" 92 93 msgstr "" 93 94 94 #: admin/functions.inc.php:15 5895 #: admin/functions.inc.php:1572 95 96 msgid "" 96 97 "Could not reload the FOP operator panel server using the bounce_op.sh " … … 98 99 msgstr "" 99 100 100 #: admin/functions.inc.php:15 59101 #: admin/functions.inc.php:1573 101 102 msgid "Could not reload FOP server" 102 103 msgstr "" 103 104 104 #: admin/functions.inc.php:15 71105 #: admin/functions.inc.php:1585 105 106 msgid "" 106 107 "Successful reload, but could not clear reload flag due to a database error: " 107 108 msgstr "" 108 109 109 #: admin/functions.inc.php:16 20 admin/modules/core/page.routing.php:586110 #: admin/functions.inc.php:1634 admin/modules/core/page.routing.php:610 110 111 msgid "Add" 111 112 msgstr "" 112 113 113 #: admin/functions.inc.php:20 50114 #: admin/functions.inc.php:2063 114 115 msgid "Unknown Destination" 115 116 msgstr "" 116 117 117 #: admin/functions.inc.php:20 50118 #: admin/functions.inc.php:2063 118 119 msgid "" 119 120 "ERROR: You have an unknown destination. If this was carried over as a Custom " … … 124 125 msgstr "" 125 126 126 #: admin/functions.inc.php:23 21127 #: admin/functions.inc.php:2334 127 128 msgid "" 128 129 "The following new modules are available for download. Click delete icon on " … … 130 131 msgstr "" 131 132 132 #: admin/functions.inc.php:23 25133 #: admin/functions.inc.php:2338 133 134 #, php-format 134 135 msgid "%s New modules are available" 135 136 msgstr "" 136 137 137 #: admin/functions.inc.php:23 59138 #: admin/functions.inc.php:2372 138 139 msgid "There is 1 module available for online upgrade" 139 140 msgstr "" 140 141 141 #: admin/functions.inc.php:23 61142 #: admin/functions.inc.php:2374 142 143 #, php-format 143 144 msgid "There are %s modules available for online upgrades" 144 145 msgstr "" 145 146 146 #: admin/functions.inc.php:23 65147 #: admin/functions.inc.php:2378 147 148 #, php-format 148 149 msgid "%s (current: %s)" 149 150 msgstr "" 150 151 151 #: admin/functions.inc.php:2 591152 #: admin/functions.inc.php:2604 152 153 #, php-format 153 154 msgid "PHP Component %s is required but missing from you PHP installation." 154 155 msgstr "" 155 156 156 #: admin/functions.inc.php:2 593157 #: admin/functions.inc.php:2606 157 158 #, php-format 158 159 msgid "" … … 161 162 msgstr "" 162 163 163 #: admin/functions.inc.php:26 21164 #: admin/functions.inc.php:2634 164 165 #, php-format 165 166 msgid "Module %s is required, but yours is broken. You should reinstall " 166 167 msgstr "" 167 168 168 #: admin/functions.inc.php:26 22169 #: admin/functions.inc.php:2635 169 170 #, php-format 170 171 msgid "it and try again." 171 172 msgstr "" 172 173 173 #: admin/functions.inc.php:26 25174 #: admin/functions.inc.php:2638 174 175 #, php-format 175 176 msgid "Module %s is required, but yours is disabled." 176 177 msgstr "" 177 178 178 #: admin/functions.inc.php:26 28179 #: admin/functions.inc.php:2641 179 180 #, php-format 180 181 msgid "Module %s is required, but yours is disabled because it needs to " 181 182 msgstr "" 182 183 183 #: admin/functions.inc.php:26 29184 #: admin/functions.inc.php:2642 184 185 #, php-format 185 186 msgid "be upgraded. Please upgrade %s first, and then try again." 186 187 msgstr "" 187 188 188 #: admin/functions.inc.php:26 34189 #: admin/functions.inc.php:2647 189 190 #, php-format 190 191 msgid "Module %s is required, yours is not installed." 191 192 msgstr "" 192 193 193 #: admin/functions.inc.php:26 38194 #: admin/functions.inc.php:2651 194 195 #, php-format 195 196 msgid "Module %s is required." 196 197 msgstr "" 197 198 198 #: admin/functions.inc.php:26 47199 #: admin/functions.inc.php:2660 199 200 #, php-format 200 201 msgid "File %s must exist." 201 202 msgstr "" 202 203 203 #: admin/functions.inc.php:2 694204 #: admin/functions.inc.php:2707 204 205 #, php-format 205 206 msgid "Requires engine %s, you have: %s" 206 207 msgstr "" 207 208 208 #: admin/functions.inc.php:2 696209 #: admin/functions.inc.php:2709 209 210 #, php-format 210 211 msgid "Requires one of the following engines: %s; you have: %s" 211 212 msgstr "" 212 213 213 #: admin/functions.inc.php:27 11214 #: admin/functions.inc.php:2724 214 215 #, php-format 215 216 msgid "A %s version below %s is required, you have %s" 216 217 msgstr "" 217 218 218 #: admin/functions.inc.php:27 14219 #: admin/functions.inc.php:2727 219 220 #, php-format 220 221 msgid "%s version %s or below is required, you have %s" 221 222 msgstr "" 222 223 223 #: admin/functions.inc.php:27 17224 #: admin/functions.inc.php:2730 224 225 #, php-format 225 226 msgid "A %s version newer than %s required, you have %s" 226 227 msgstr "" 227 228 228 #: admin/functions.inc.php:27 20229 #: admin/functions.inc.php:2733 229 230 #, php-format 230 231 msgid "Your %s version (%s) is incompatible." 231 232 msgstr "" 232 233 233 #: admin/functions.inc.php:27 23234 #: admin/functions.inc.php:2736 234 235 #, php-format 235 236 msgid "Only %s version %s is compatible, you have %s" 236 237 msgstr "" 237 238 238 #: admin/functions.inc.php:27 27239 #: admin/functions.inc.php:2740 239 240 #, php-format 240 241 msgid "%s version %s or higher is required, you have %s" 241 242 msgstr "" 242 243 243 #: admin/functions.inc.php:2785 244 msgid "Module is already enabled" 245 msgstr "" 246 247 #: admin/functions.inc.php:2790 248 msgid "Module cannot be enabled" 249 msgstr "" 250 251 #: admin/functions.inc.php:2837 244 #: admin/functions.inc.php:2798 admin/functions.inc.php:2803 245 #: admin/functions.inc.php:3114 246 msgid "Module " 247 msgstr "" 248 249 #: admin/functions.inc.php:2798 250 msgid " is already enabled" 251 msgstr "" 252 253 #: admin/functions.inc.php:2803 254 msgid " cannot be enabled" 255 msgstr "" 256 257 #: admin/functions.inc.php:2850 252 258 msgid "Module not found in repository" 253 259 msgstr "" 254 260 255 #: admin/functions.inc.php:28 70 admin/functions.inc.php:2966256 #: admin/functions.inc.php:30 44261 #: admin/functions.inc.php:2883 admin/functions.inc.php:2979 262 #: admin/functions.inc.php:3057 257 263 #, php-format 258 264 msgid "Could not remove %s to install new version" 259 265 msgstr "" 260 266 261 #: admin/functions.inc.php:28 74 admin/functions.inc.php:2970262 #: admin/functions.inc.php:30 48267 #: admin/functions.inc.php:2887 admin/functions.inc.php:2983 268 #: admin/functions.inc.php:3061 263 269 #, php-format 264 270 msgid "Could not untar %s to %s" 265 271 msgstr "" 266 272 267 #: admin/functions.inc.php:28 78 admin/functions.inc.php:2974268 #: admin/functions.inc.php:30 52273 #: admin/functions.inc.php:2891 admin/functions.inc.php:2987 274 #: admin/functions.inc.php:3065 269 275 #, php-format 270 276 msgid "Could not remove old module %s to install new version" 271 277 msgstr "" 272 278 273 #: admin/functions.inc.php:28 82 admin/functions.inc.php:2978274 #: admin/functions.inc.php:30 56279 #: admin/functions.inc.php:2895 admin/functions.inc.php:2991 280 #: admin/functions.inc.php:3069 275 281 #, php-format 276 282 msgid "Could not move %s to %s" 277 283 msgstr "" 278 284 279 #: admin/functions.inc.php:29 03285 #: admin/functions.inc.php:2916 280 286 #, php-format 281 287 msgid "Error opening %s for writing" 282 288 msgstr "" 283 289 284 #: admin/functions.inc.php:29 19 admin/functions.inc.php:2922290 #: admin/functions.inc.php:2932 admin/functions.inc.php:2935 285 291 #, php-format 286 292 msgid "Error opening %s for reading" 287 293 msgstr "" 288 294 289 #: admin/functions.inc.php:29 42295 #: admin/functions.inc.php:2955 290 296 #, php-format 291 297 msgid "Unable to save %s" 292 298 msgstr "" 293 299 294 #: admin/functions.inc.php:29 50300 #: admin/functions.inc.php:2963 295 301 #, php-format 296 302 msgid "File Integrity failed for %s - aborting" 297 303 msgstr "" 298 304 299 #: admin/functions.inc.php: 2995305 #: admin/functions.inc.php:3008 300 306 msgid "" 301 307 "Error finding uploaded file - check your PHP and/or web server configuration" 302 308 msgstr "" 303 309 304 #: admin/functions.inc.php:30 00310 #: admin/functions.inc.php:3013 305 311 msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 306 312 msgstr "" 307 313 308 #: admin/functions.inc.php:30 05314 #: admin/functions.inc.php:3018 309 315 msgid "" 310 316 "Filename not in correct format: must be modulename-version.tar.gz (eg. " … … 312 318 msgstr "" 313 319 314 #: admin/functions.inc.php:30 14320 #: admin/functions.inc.php:3027 315 321 #, php-format 316 322 msgid "Error creating temporary directory: %s" 317 323 msgstr "" 318 324 319 #: admin/functions.inc.php:30 22325 #: admin/functions.inc.php:3035 320 326 msgid "Error untaring uploaded file. Must be a tar+gzip file" 321 327 msgstr "" 322 328 323 #: admin/functions.inc.php:30 61329 #: admin/functions.inc.php:3074 324 330 #, php-format 325 331 msgid "Error removing temporary directory: %s" 326 332 msgstr "" 327 333 328 #: admin/functions.inc.php:3 090334 #: admin/functions.inc.php:3103 329 335 msgid "Cannot find module" 330 336 msgstr "" 331 337 332 #: admin/functions.inc.php:3 096338 #: admin/functions.inc.php:3109 333 339 msgid "Could not read module.xml" 334 340 msgstr "" 335 341 336 #: admin/functions.inc.php:3101 337 msgid "" 338 "This module is broken and cannot be installed. You should try to download it " 339 "again." 340 msgstr "" 341 342 #: admin/functions.inc.php:3120 342 #: admin/functions.inc.php:3114 343 msgid "rawname" 344 msgstr "" 345 346 #: admin/functions.inc.php:3114 347 msgid "" 348 " is broken and cannot be installed. You should try to download it again." 349 msgstr "" 350 351 #: admin/functions.inc.php:3133 343 352 msgid "Failed to run installation scripts" 344 353 msgstr "" 345 354 346 #: admin/functions.inc.php:31 34355 #: admin/functions.inc.php:3147 347 356 #, php-format 348 357 msgid "Error updating database. Command was: %s; error was: %s " 349 358 msgstr "" 350 359 351 #: admin/functions.inc.php:31 68 admin/functions.inc.php:3196352 #: admin/functions.inc.php:32 33360 #: admin/functions.inc.php:3181 admin/functions.inc.php:3209 361 #: admin/functions.inc.php:3246 353 362 msgid "Specified module not found" 354 363 msgstr "" 355 364 356 #: admin/functions.inc.php:31 73365 #: admin/functions.inc.php:3186 357 366 msgid "Module not enabled: cannot disable" 358 367 msgstr "" 359 368 360 #: admin/functions.inc.php:31 77 admin/functions.inc.php:3205369 #: admin/functions.inc.php:3190 admin/functions.inc.php:3218 361 370 msgid "Cannot disable: The following modules depend on this one: " 362 371 msgstr "" 363 372 364 #: admin/functions.inc.php:32 01373 #: admin/functions.inc.php:3214 365 374 msgid "Module not installed: cannot uninstall" 366 375 msgstr "" 367 376 368 #: admin/functions.inc.php:32 12377 #: admin/functions.inc.php:3225 369 378 msgid "Error updating database: " 370 379 msgstr "" 371 380 372 #: admin/functions.inc.php:32 16381 #: admin/functions.inc.php:3229 373 382 msgid "Failed to run un-installation scripts" 374 383 msgstr "" 375 384 376 #: admin/functions.inc.php:32 46385 #: admin/functions.inc.php:3259 377 386 #, php-format 378 387 msgid "Cannot delete directory %s" 379 388 msgstr "" 380 389 381 #: admin/functions.inc.php:32 53390 #: admin/functions.inc.php:3266 382 391 #, php-format 383 392 msgid "Error deleting directory %s (code %d)" 384 393 msgstr "" 385 394 386 #: admin/functions.inc.php:36 34395 #: admin/functions.inc.php:3647 387 396 #, php-format 388 397 msgid "You have %s disabled modules" 389 398 msgstr "" 390 399 391 #: admin/functions.inc.php:36 34400 #: admin/functions.inc.php:3647 392 401 msgid "You have a disabled module" 393 402 msgstr "" 394 403 395 #: admin/functions.inc.php:36 35404 #: admin/functions.inc.php:3648 396 405 msgid "The following modules are disabled because they need to be upgraded:" 397 406 msgstr "" 398 407 399 #: admin/functions.inc.php:36 36 admin/functions.inc.php:3644408 #: admin/functions.inc.php:3649 admin/functions.inc.php:3657 400 409 msgid "You should go to the module admin page to fix these." 401 410 msgstr "" 402 411 403 #: admin/functions.inc.php:36 42412 #: admin/functions.inc.php:3655 404 413 #, php-format 405 414 msgid "You have %s broken modules" 406 415 msgstr "" 407 416 408 #: admin/functions.inc.php:36 42417 #: admin/functions.inc.php:3655 409 418 msgid "You have a broken module" 410 419 msgstr "" 411 420 412 #: admin/functions.inc.php:36 43421 #: admin/functions.inc.php:3656 413 422 msgid "The following modules are disabled because they are broken:" 414 423 msgstr "" … … 460 469 msgstr "" 461 470 462 #: admin/page.modules.php:21 1471 #: admin/page.modules.php:212 463 472 #, php-format 464 473 msgid "Downloading %s" 465 474 msgstr "" 466 475 467 #: admin/page.modules.php:21 3476 #: admin/page.modules.php:214 468 477 #, php-format 469 478 msgid "Error(s) downloading %s" 470 479 msgstr "" 471 480 472 #: admin/page.modules.php:21 8 admin/page.modules.php:230481 #: admin/page.modules.php:219 admin/page.modules.php:231 473 482 #, php-format 474 483 msgid "Error(s) installing %s" 475 484 msgstr "" 476 485 477 #: admin/page.modules.php:22 2 admin/page.modules.php:234486 #: admin/page.modules.php:223 admin/page.modules.php:235 478 487 #, php-format 479 488 msgid "%s installed successfully" 480 489 msgstr "" 481 490 482 #: admin/page.modules.php:24 0491 #: admin/page.modules.php:241 483 492 #, php-format 484 493 msgid "Error(s) enabling %s" 485 494 msgstr "" 486 495 487 #: admin/page.modules.php:24 4496 #: admin/page.modules.php:245 488 497 #, php-format 489 498 msgid "%s enabled successfully" 490 499 msgstr "" 491 500 492 #: admin/page.modules.php:2 49501 #: admin/page.modules.php:250 493 502 #, php-format 494 503 msgid "Error(s) disabling %s" 495 504 msgstr "" 496 505 497 #: admin/page.modules.php:25 3506 #: admin/page.modules.php:254 498 507 #, php-format 499 508 msgid "%s disabled successfully" 500 509 msgstr "" 501 510 502 #: admin/page.modules.php:2 59511 #: admin/page.modules.php:260 503 512 #, php-format 504 513 msgid "Error(s) uninstalling %s" 505 514 msgstr "" 506 515 507 #: admin/page.modules.php:26 3516 #: admin/page.modules.php:264 508 517 #, php-format 509 518 msgid "%s uninstalled successfully" 510 519 msgstr "" 511 520 512 #: admin/page.modules.php:2 79 admin/page.modules.php:281521 #: admin/page.modules.php:280 admin/page.modules.php:282 513 522 msgid "Return" 514 523 msgstr "" 515 524 516 #: admin/page.modules.php:32 2 admin/page.modules.php:346525 #: admin/page.modules.php:325 admin/page.modules.php:358 517 526 #, php-format 518 527 msgid "" … … 521 530 msgstr "" 522 531 523 #: admin/page.modules.php:3 26532 #: admin/page.modules.php:331 524 533 #, php-format 525 534 msgid "%s %s will be upgraded to online version %s" 526 535 msgstr "" 527 536 528 #: admin/page.modules.php:334 admin/page.modules.php:346 537 #: admin/page.modules.php:334 538 #, php-format 539 msgid "%s %s will be re-installed to online version %s" 540 msgstr "" 541 542 #: admin/page.modules.php:337 543 #, php-format 544 msgid "%s %s will be downgraded to online version %s" 545 msgstr "" 546 547 #: admin/page.modules.php:346 admin/page.modules.php:358 529 548 #, php-format 530 549 msgid "" … … 533 552 msgstr "" 534 553 535 #: admin/page.modules.php:3 38554 #: admin/page.modules.php:350 536 555 #, php-format 537 556 msgid "%s %s will be downloaded and installed" 538 557 msgstr "" 539 558 540 #: admin/page.modules.php:3 51559 #: admin/page.modules.php:363 541 560 #, php-format 542 561 msgid "%s %s will be upgraded to %s" 543 562 msgstr "" 544 563 545 #: admin/page.modules.php:3 53564 #: admin/page.modules.php:365 546 565 #, php-format 547 566 msgid "%s %s will be installed and enabled" 548 567 msgstr "" 549 568 550 #: admin/page.modules.php:3 61569 #: admin/page.modules.php:373 551 570 #, php-format 552 571 msgid "" … … 555 574 msgstr "" 556 575 557 #: admin/page.modules.php:3 65576 #: admin/page.modules.php:377 558 577 #, php-format 559 578 msgid "%s %s will be enabled" 560 579 msgstr "" 561 580 562 #: admin/page.modules.php:3 71581 #: admin/page.modules.php:383 563 582 #, php-format 564 583 msgid "" … … 567 586 msgstr "" 568 587 569 #: admin/page.modules.php:3 75588 #: admin/page.modules.php:387 570 589 #, php-format 571 590 msgid "%s %s will be disabled" 572 591 msgstr "" 573 592 574 #: admin/page.modules.php:3 82593 #: admin/page.modules.php:394 575 594 #, php-format 576 595 msgid "" … … 579 598 msgstr "" 580 599 581 #: admin/page.modules.php:3 86600 #: admin/page.modules.php:398 582 601 #, php-format 583 602 msgid "%s %s will be uninstalled" 584 603 msgstr "" 585 604 586 #: admin/page.modules.php:4 03605 #: admin/page.modules.php:415 587 606 msgid "Errors with selection:" 588 607 msgstr "" 589 608 590 #: admin/page.modules.php:4 12609 #: admin/page.modules.php:424 591 610 msgid "" 592 611 "You may confirm the remaining selection and then try the again for the " … … 594 613 msgstr "" 595 614 596 #: admin/page.modules.php:4 14615 #: admin/page.modules.php:426 597 616 msgid "Please confirm the following actions:" 598 617 msgstr "" 599 618 600 #: admin/page.modules.php:421 619 #: admin/page.modules.php:429 620 msgid "Upgrades, installs, enables and disables:" 621 msgstr "" 622 623 #: admin/page.modules.php:437 624 msgid "Forced downgrades and re-installs:" 625 msgstr "" 626 627 #: admin/page.modules.php:444 601 628 msgid "Confirm" 602 629 msgstr "" 603 630 604 #: admin/page.modules.php:4 23631 #: admin/page.modules.php:446 605 632 msgid "No actions to perform" 606 633 msgstr "" 607 634 608 #: admin/page.modules.php:4 24635 #: admin/page.modules.php:447 609 636 msgid "" 610 637 "Please select at least one action to perform by clicking on the module, and " … … 612 639 msgstr "" 613 640 614 #: admin/page.modules.php:4 26admin/views/freepbx_reload.php:111641 #: admin/page.modules.php:449 admin/views/freepbx_reload.php:111 615 642 msgid "Cancel" 616 643 msgstr "" 617 644 618 #: admin/page.modules.php:4 35 admin/page.modules.php:487645 #: admin/page.modules.php:458 admin/page.modules.php:510 619 646 msgid "Manage local modules" 620 647 msgstr "" 621 648 622 #: admin/page.modules.php:4 37 admin/page.modules.php:493649 #: admin/page.modules.php:460 admin/page.modules.php:516 623 650 msgid "Check for updates online" 624 651 msgstr "" 625 652 626 #: admin/page.modules.php:4 37 admin/page.modules.php:493653 #: admin/page.modules.php:460 admin/page.modules.php:516 627 654 msgid "" 628 655 "Checking for updates will transmit your FreePBX and Asterisk version numbers " … … 632 659 msgstr "" 633 660 634 #: admin/page.modules.php:4 42 admin/page.modules.php:495661 #: admin/page.modules.php:465 admin/page.modules.php:518 635 662 msgid "Upload module" 636 663 msgstr "" 637 664 638 #: admin/page.modules.php:4 48665 #: admin/page.modules.php:471 639 666 #, php-format 640 667 msgid "The following error(s) occurred processing the uploaded file: %s" 641 668 msgstr "" 642 669 643 #: admin/page.modules.php:4 50670 #: admin/page.modules.php:473 644 671 #, php-format 645 672 msgid "You should fix the problem or select another file and %s." 646 673 msgstr "" 647 674 648 #: admin/page.modules.php:4 51675 #: admin/page.modules.php:474 649 676 msgid "try again" 650 677 msgstr "" 651 678 652 #: admin/page.modules.php:4 55679 #: admin/page.modules.php:478 653 680 #, php-format 654 681 msgid "" … … 657 684 msgstr "" 658 685 659 #: admin/page.modules.php:4 56686 #: admin/page.modules.php:479 660 687 msgid "local module administration" 661 688 msgstr "" 662 689 663 #: admin/page.modules.php:4 61690 #: admin/page.modules.php:484 664 691 msgid "" 665 692 "You can upload a tar gzip file containing a FreePBX module from your local " … … 668 695 msgstr "" 669 696 670 #: admin/page.modules.php: 488671 msgid "Show only upgrad able"672 msgstr "" 673 674 #: admin/page.modules.php:5 07 admin/page.modules.php:795697 #: admin/page.modules.php:511 698 msgid "Show only upgradeable" 699 msgstr "" 700 701 #: admin/page.modules.php:530 admin/page.modules.php:822 675 702 msgid "Download all" 676 703 msgstr "" 677 704 678 #: admin/page.modules.php:5 08 admin/page.modules.php:796705 #: admin/page.modules.php:531 admin/page.modules.php:823 679 706 msgid "Upgrade all" 680 707 msgstr "" 681 708 682 #: admin/page.modules.php:5 10 admin/page.modules.php:798709 #: admin/page.modules.php:533 admin/page.modules.php:825 683 710 msgid "Reset" 684 711 msgstr "" 685 712 686 #: admin/page.modules.php:5 11 admin/page.modules.php:799713 #: admin/page.modules.php:534 admin/page.modules.php:826 687 714 msgid "Process" 688 715 msgstr "" 689 716 690 #: admin/page.modules.php:5 17717 #: admin/page.modules.php:540 691 718 msgid "Module" 692 719 msgstr "" 693 720 694 #: admin/page.modules.php:5 18721 #: admin/page.modules.php:541 695 722 msgid "Version" 696 723 msgstr "" 697 724 698 #: admin/page.modules.php:5 19725 #: admin/page.modules.php:542 699 726 msgid "Publisher" 700 727 msgstr "" 701 728 702 #: admin/page.modules.php:5 33 admin/page.modules.php:608729 #: admin/page.modules.php:556 admin/page.modules.php:631 703 730 msgid "Broken" 704 731 msgstr "" 705 732 706 #: admin/page.modules.php:5 64 admin/page.modules.php:569733 #: admin/page.modules.php:587 admin/page.modules.php:592 707 734 #: admin/views/freepbx_admin.php:107 admin/views/freepbx_admin.php:112 708 735 #: admin/modules/core/page.ampusers.php:240 … … 711 738 msgstr "" 712 739 713 #: admin/page.modules.php: 585740 #: admin/page.modules.php:608 714 741 msgid "Not Installed (Locally available)" 715 742 msgstr "" 716 743 717 #: admin/page.modules.php: 587744 #: admin/page.modules.php:610 718 745 #, php-format 719 746 msgid "Not Installed (Available online: %s)" 720 747 msgstr "" 721 748 722 #: admin/page.modules.php: 594749 #: admin/page.modules.php:617 723 750 #, php-format 724 751 msgid "Disabled; Online upgrade available (%s)" 725 752 msgstr "" 726 753 727 #: admin/page.modules.php: 596754 #: admin/page.modules.php:619 728 755 #, php-format 729 756 msgid "Disabled; Newer than online version (%s)" 730 757 msgstr "" 731 758 732 #: admin/page.modules.php: 598759 #: admin/page.modules.php:621 733 760 msgid "Disabled; up to date" 734 761 msgstr "" 735 762 736 #: admin/page.modules.php:6 01 admin/modules/core/page.general.php:147763 #: admin/page.modules.php:624 admin/modules/core/page.general.php:144 737 764 msgid "Disabled" 738 765 msgstr "" 739 766 740 #: admin/page.modules.php:6 05767 #: admin/page.modules.php:628 741 768 #, php-format 742 769 msgid "Disabled; Pending upgrade to %s" 743 770 msgstr "" 744 771 745 #: admin/page.modules.php:6 15772 #: admin/page.modules.php:638 746 773 #, php-format 747 774 msgid "Online upgrade available (%s)" 748 775 msgstr "" 749 776 750 #: admin/page.modules.php:6 17777 #: admin/page.modules.php:640 751 778 #, php-format 752 779 msgid "Newer than online version (%s)" 753 780 msgstr "" 754 781 755 #: admin/page.modules.php:6 19782 #: admin/page.modules.php:642 756 783 msgid "Enabled and up to date" 757 784 msgstr "" 758 785 759 #: admin/page.modules.php:6 23786 #: admin/page.modules.php:646 760 787 msgid "Enabled; Not available online" 761 788 msgstr "" 762 789 763 #: admin/page.modules.php:6 25 admin/modules/core/page.general.php:146790 #: admin/page.modules.php:648 admin/modules/core/page.general.php:143 764 791 msgid "Enabled" 765 792 msgstr "" 766 793 767 #: admin/page.modules.php:6 43794 #: admin/page.modules.php:666 768 795 msgid "Attention" 769 796 msgstr "" 770 797 771 #: admin/page.modules.php:6 44798 #: admin/page.modules.php:667 772 799 msgid "attention" 773 800 msgstr "" 774 801 775 #: admin/page.modules.php:6 48802 #: admin/page.modules.php:671 776 803 msgid "Action" 777 804 msgstr "" 778 805 779 #: admin/page.modules.php:6 51806 #: admin/page.modules.php:674 780 807 msgid "No Action" 781 808 msgstr "" 782 809 783 #: admin/page.modules.php:6 58 admin/page.modules.php:691810 #: admin/page.modules.php:681 admin/page.modules.php:714 784 811 msgid "Install" 785 812 msgstr "" 786 813 787 #: admin/page.modules.php:6 61814 #: admin/page.modules.php:684 788 815 msgid "Download and Install" 789 816 msgstr "" 790 817 791 #: admin/page.modules.php:6 67 admin/modules/core/functions.inc.php:4880792 #: admin/modules/core/functions.inc.php: 4885793 #: admin/modules/core/page.trunks.php:4 01818 #: admin/page.modules.php:690 admin/modules/core/functions.inc.php:5431 819 #: admin/modules/core/functions.inc.php:5436 820 #: admin/modules/core/page.trunks.php:421 794 821 msgid "Enable" 795 822 msgstr "" 796 823 797 #: admin/page.modules.php:6 70 admin/page.modules.php:685798 #: admin/page.modules.php: 693 admin/page.modules.php:713824 #: admin/page.modules.php:693 admin/page.modules.php:708 825 #: admin/page.modules.php:716 admin/page.modules.php:740 799 826 msgid "Uninstall" 800 827 msgstr "" 801 828 802 #: admin/page.modules.php:6 75829 #: admin/page.modules.php:698 803 830 #, php-format 804 831 msgid "Download %s, keep Disabled" 805 832 msgstr "" 806 833 807 #: admin/page.modules.php: 683834 #: admin/page.modules.php:706 808 835 #, php-format 809 836 msgid "Upgrade to %s and Enable" 810 837 msgstr "" 811 838 812 #: admin/page.modules.php:7 03839 #: admin/page.modules.php:726 813 840 #, php-format 814 841 msgid "Download and Upgrade to %s" 815 842 msgstr "" 816 843 817 #: admin/page.modules.php:709 admin/modules/core/functions.inc.php:4881 818 #: admin/modules/core/functions.inc.php:4884 819 #: admin/modules/core/functions.inc.php:4888 820 #: admin/modules/core/page.trunks.php:393 844 #: admin/page.modules.php:728 845 #, php-format 846 msgid "Force Download and Install %s" 847 msgstr "" 848 849 #: admin/page.modules.php:728 850 #, php-format 851 msgid "Force Download and Downgrade to %s" 852 msgstr "" 853 854 #: admin/page.modules.php:736 admin/modules/core/functions.inc.php:5432 855 #: admin/modules/core/functions.inc.php:5435 856 #: admin/modules/core/functions.inc.php:5439 857 #: admin/modules/core/page.trunks.php:413 821 858 msgid "Disable" 822 859 msgstr "" 823 860 824 #: admin/page.modules.php:7 19 admin/modules/core/functions.inc.php:5383825 #: admin/modules/core/page.did.php:20 5861 #: admin/page.modules.php:746 admin/modules/core/functions.inc.php:5936 862 #: admin/modules/core/page.did.php:209 826 863 #: admin/modules/core/page.zapchandids.php:103 827 864 msgid "Description" 828 865 msgstr "" 829 866 830 #: admin/page.modules.php:7 21867 #: admin/page.modules.php:748 831 868 #, php-format 832 869 msgid "Publisher: %s" 833 870 msgstr "" 834 871 835 #: admin/page.modules.php:7 23872 #: admin/page.modules.php:750 836 873 #, php-format 837 874 msgid "License: %s" 838 875 msgstr "" 839 876 840 #: admin/page.modules.php:7 25877 #: admin/page.modules.php:752 841 878 #, php-format 842 879 msgid "Description for version %s" 843 880 msgstr "" 844 881 845 #: admin/page.modules.php:7 26882 #: admin/page.modules.php:753 846 883 msgid "description" 847 884 msgstr "" 848 885 849 #: admin/page.modules.php:7 28886 #: admin/page.modules.php:755 850 887 msgid "No description is available." 851 888 msgstr "" 852 889 853 #: admin/page.modules.php:7 31 admin/page.modules.php:733890 #: admin/page.modules.php:758 admin/page.modules.php:760 854 891 msgid "More info" 855 892 msgstr "" 856 893 857 #: admin/page.modules.php:7 33894 #: admin/page.modules.php:760 858 895 #, php-format 859 896 msgid "Get help for %s" 860 897 msgstr "" 861 898 862 #: admin/page.modules.php:7 38899 #: admin/page.modules.php:765 863 900 msgid "Changelog" 864 901 msgstr "" 865 902 866 #: admin/page.modules.php:7 39903 #: admin/page.modules.php:766 867 904 #, php-format 868 905 msgid "Change Log for version %s" 869 906 msgstr "" 870 907 871 #: admin/page.modules.php:7 59908 #: admin/page.modules.php:786 872 909 msgid "Debug" 873 910 msgstr "" 874 911 875 #: admin/page.modules.php: 784912 #: admin/page.modules.php:811 876 913 msgid "All available modules are up-to-date and installed." 877 914 msgstr "" 878 915 879 #: admin/page.modules.php: 786916 #: admin/page.modules.php:813 880 917 msgid "No modules to display." 881 918 msgstr "" 882 919 883 #: admin/page.modules.php:8 36920 #: admin/page.modules.php:863 884 921 msgid "Untarring.." 885 922 msgstr "" 886 923 887 #: admin/page.modules.php:8 56924 #: admin/page.modules.php:883 888 925 msgid "Done." 889 926 msgstr "" 890 927 891 #: admin/page.modules.php:9 15928 #: admin/page.modules.php:942 892 929 msgid "Standard Repository" 893 930 msgstr "" 894 931 895 #: admin/page.modules.php:9 16932 #: admin/page.modules.php:943 896 933 msgid "Extended Repository" 897 934 msgstr "" 898 935 899 #: admin/page.modules.php:9 25936 #: admin/page.modules.php:952 900 937 msgid "" 901 938 "You have selected to access the Extended Repository. This repository " … … 958 995 "this link and your action will be processed. Do not proceed with this if you " 959 996 "did not intended to execute this command as it may result in changes to your " 960 "configura iton."997 "configuration." 961 998 msgstr "" 962 999 … … 1047 1084 #: admin/views/freepbx_reload.php:71 1048 1085 msgid "" 1049 " error(s) occur ed, you should view the notification log on the dashboard or "1086 " error(s) occurred, you should view the notification log on the dashboard or " 1050 1087 "main screen to check for more details." 1051 1088 msgstr "" … … 1094 1131 1095 1132 #: admin/views/loggedout.php:5 1096 msgid "You have been succes fully logged out."1133 msgid "You have been successfully logged out." 1097 1134 msgstr "" 1098 1135 … … 1195 1232 "module (<b>you need to install this through the <a href='%s'>Module " 1196 1233 "Repository</a> first</b>)\n" 1197 "to talk to other users and the dev lopers in real time. Click on <a href='%"1234 "to talk to other users and the developers in real time. Click on <a href='%" 1198 1235 "s'>Start IRC</a>,\n" 1199 1236 "when the module is installed, to start a Java IRC client." … … 1273 1310 msgstr "" 1274 1311 1275 #: admin/modules/core/functions.inc.php:576 1312 #: admin/modules/core/core.i18n.php:5 admin/modules/core/install.php:21 1313 msgid "Core" 1314 msgstr "" 1315 1316 #: admin/modules/core/core.i18n.php:7 1317 msgid "Basic" 1318 msgstr "" 1319 1320 #: admin/modules/core/core.i18n.php:9 1321 msgid "Extensions" 1322 msgstr "" 1323 1324 #: admin/modules/core/core.i18n.php:11 1325 msgid "Users" 1326 msgstr "" 1327 1328 #: admin/modules/core/core.i18n.php:13 1329 msgid "Devices" 1330 msgstr "" 1331 1332 #: admin/modules/core/core.i18n.php:15 1333 msgid "Inbound Routes" 1334 msgstr "" 1335 1336 #: admin/modules/core/core.i18n.php:17 1337 msgid "Zap Channel DIDs" 1338 msgstr "" 1339 1340 #: admin/modules/core/core.i18n.php:19 1341 msgid "Outbound Routes" 1342 msgstr "" 1343 1344 #: admin/modules/core/core.i18n.php:21 1345 msgid "Trunks" 1346 msgstr "" 1347 1348 #: admin/modules/core/core.i18n.php:23 1349 #: admin/modules/core/page.ampusers.php:176 1350 #: admin/modules/core/page.trunks.php:354 1351 msgid "General Settings" 1352 msgstr "" 1353 1354 #: admin/modules/core/core.i18n.php:25 1355 msgid "Administrators" 1356 msgstr "" 1357 1358 #: admin/modules/core/core.i18n.php:27 1359 msgid "FreePBX Support" 1360 msgstr "" 1361 1362 #: admin/modules/core/functions.inc.php:584 1276 1363 msgid "Terminate Call" 1277 1364 msgstr "" 1278 1365 1279 #: admin/modules/core/functions.inc.php:5 771366 #: admin/modules/core/functions.inc.php:585 1280 1367 msgid "Hangup" 1281 1368 msgstr "" 1282 1369 1283 #: admin/modules/core/functions.inc.php:5 781370 #: admin/modules/core/functions.inc.php:586 1284 1371 msgid "Congestion" 1285 1372 msgstr "" 1286 1373 1287 #: admin/modules/core/functions.inc.php:5 791288 #: admin/modules/core/page.general.php:20 51374 #: admin/modules/core/functions.inc.php:587 1375 #: admin/modules/core/page.general.php:202 1289 1376 msgid "Busy" 1290 1377 msgstr "" 1291 1378 1292 #: admin/modules/core/functions.inc.php:58 01379 #: admin/modules/core/functions.inc.php:588 1293 1380 msgid "Play SIT Tone (Zapateller)" 1294 1381 msgstr "" 1295 1382 1296 #: admin/modules/core/functions.inc.php:58 11383 #: admin/modules/core/functions.inc.php:589 1297 1384 msgid "Put caller on hold forever" 1298 1385 msgstr "" 1299 1386 1300 #: admin/modules/core/functions.inc.php:5 821387 #: admin/modules/core/functions.inc.php:590 1301 1388 msgid "Play ringtones to caller until they hangup" 1302 1389 msgstr "" 1303 1390 1304 #: admin/modules/core/functions.inc.php:6 531391 #: admin/modules/core/functions.inc.php:662 1305 1392 #, php-format 1306 1393 msgid "User Extension %s: %s" 1307 1394 msgstr "" 1308 1395 1309 #: admin/modules/core/functions.inc.php: 25491310 #: admin/modules/core/functions.inc.php: 26381396 #: admin/modules/core/functions.inc.php:3038 1397 #: admin/modules/core/functions.inc.php:3123 1311 1398 msgid "A route for this DID/CID already exists!" 1312 1399 msgstr "" 1313 1400 1314 #: admin/modules/core/functions.inc.php: 27051401 #: admin/modules/core/functions.inc.php:3194 1315 1402 msgid "You must put in a device id" 1316 1403 msgstr "" 1317 1404 1318 #: admin/modules/core/functions.inc.php: 27151405 #: admin/modules/core/functions.inc.php:3204 1319 1406 msgid "This device id is already in use" 1320 1407 msgstr "" 1321 1408 1322 #: admin/modules/core/functions.inc.php:3 2971409 #: admin/modules/core/functions.inc.php:3796 1323 1410 msgid "User Extension: " 1324 1411 msgstr "" 1325 1412 1326 #: admin/modules/core/functions.inc.php:3 3261413 #: admin/modules/core/functions.inc.php:3825 1327 1414 #, php-format 1328 1415 msgid "Inbound Route: %s (%s)" 1329 1416 msgstr "" 1330 1417 1331 #: admin/modules/core/functions.inc.php:3 3601418 #: admin/modules/core/functions.inc.php:3859 1332 1419 msgid "You must put in an extension (or user) number" 1333 1420 msgstr "" 1334 1421 1335 #: admin/modules/core/functions.inc.php:3 3691422 #: admin/modules/core/functions.inc.php:3868 1336 1423 #, php-format 1337 1424 msgid "This user/extension %s is already in use" 1338 1425 msgstr "" 1339 1426 1340 #: admin/modules/core/functions.inc.php:3 3881341 #: admin/modules/core/functions.inc.php: 36391427 #: admin/modules/core/functions.inc.php:3887 1428 #: admin/modules/core/functions.inc.php:4134 1342 1429 #, php-format 1343 1430 msgid "A route with this DID/CID: %s/%s already exists" 1344 1431 msgstr "" 1345 1432 1346 #: admin/modules/core/functions.inc.php: 36741433 #: admin/modules/core/functions.inc.php:4169 1347 1434 #: admin/modules/core/page.zapchandids.php:127 1348 1435 msgid "Invalid Channel Number, must be numeric and not blank" 1349 1436 msgstr "" 1350 1437 1351 #: admin/modules/core/functions.inc.php: 36781438 #: admin/modules/core/functions.inc.php:4173 1352 1439 #: admin/modules/core/page.zapchandids.php:128 1353 1440 msgid "Invalid DID, must be a non-blank DID" 1354 1441 msgstr "" 1355 1442 1356 #: admin/modules/core/functions.inc.php: 36901443 #: admin/modules/core/functions.inc.php:4185 1357 1444 msgid "Error Duplicate Channel Entry" 1358 1445 msgstr "" 1359 1446 1360 #: admin/modules/core/functions.inc.php: 48411447 #: admin/modules/core/functions.inc.php:5391 1361 1448 #, php-format 1362 1449 msgid "" … … 1365 1452 msgstr "" 1366 1453 1367 #: admin/modules/core/functions.inc.php: 48421454 #: admin/modules/core/functions.inc.php:5392 1368 1455 msgid "Failed to write indications.conf" 1369 1456 msgstr "" 1370 1457 1371 #: admin/modules/core/functions.inc.php: 48751458 #: admin/modules/core/functions.inc.php:5426 1372 1459 msgid "On Demand" 1373 1460 msgstr "" 1374 1461 1375 #: admin/modules/core/functions.inc.php: 48761462 #: admin/modules/core/functions.inc.php:5427 1376 1463 msgid "Always" 1377 1464 msgstr "" 1378 1465 1379 #: admin/modules/core/functions.inc.php: 48771466 #: admin/modules/core/functions.inc.php:5428 1380 1467 msgid "Never" 1381 1468 msgstr "" 1382 1469 1383 #: admin/modules/core/functions.inc.php: 48891470 #: admin/modules/core/functions.inc.php:5440 1384 1471 msgid "Screen Caller: No Memory" 1385 1472 msgstr "" 1386 1473 1387 #: admin/modules/core/functions.inc.php: 48901474 #: admin/modules/core/functions.inc.php:5441 1388 1475 msgid "Screen Caller: Memory" 1389 1476 msgstr "" 1390 1477 1391 #: admin/modules/core/functions.inc.php: 48931392 #: admin/modules/core/page.did.php:24 3 admin/modules/core/page.general.php:2031478 #: admin/modules/core/functions.inc.php:5444 1479 #: admin/modules/core/page.did.php:247 admin/modules/core/page.general.php:200 1393 1480 msgid "Default" 1394 1481 msgstr "" 1395 1482 1396 #: admin/modules/core/functions.inc.php: 49411397 #: admin/modules/core/functions.inc.php:5 3081398 #: admin/modules/core/page.did.php:1 411483 #: admin/modules/core/functions.inc.php:5492 1484 #: admin/modules/core/functions.inc.php:5860 1485 #: admin/modules/core/page.did.php:139 1399 1486 msgid "deleted" 1400 1487 msgstr "" 1401 1488 1402 #: admin/modules/core/functions.inc.php: 49611403 #: admin/modules/core/page.did.php:18 21489 #: admin/modules/core/functions.inc.php:5512 1490 #: admin/modules/core/page.did.php:186 1404 1491 #: admin/modules/core/page.extensions.php:23 1405 1492 msgid "Extension" 1406 1493 msgstr "" 1407 1494 1408 #: admin/modules/core/functions.inc.php: 49631495 #: admin/modules/core/functions.inc.php:5514 1409 1496 #, php-format 1410 1497 msgid "Delete Extension %s" 1411 1498 msgstr "" 1412 1499 1413 #: admin/modules/core/functions.inc.php: 49731414 #: admin/modules/core/page.did.php:1 78admin/modules/core/page.users.php:271500 #: admin/modules/core/functions.inc.php:5524 1501 #: admin/modules/core/page.did.php:182 admin/modules/core/page.users.php:27 1415 1502 msgid "User" 1416 1503 msgstr "" 1417 1504 1418 #: admin/modules/core/functions.inc.php: 49751505 #: admin/modules/core/functions.inc.php:5526 1419 1506 #, php-format 1420 1507 msgid "Delete User %s" 1421 1508 msgstr "" 1422 1509 1423 #: admin/modules/core/functions.inc.php: 49871510 #: admin/modules/core/functions.inc.php:5538 1424 1511 msgid "Add User/Extension" 1425 1512 msgstr "" 1426 1513 1427 #: admin/modules/core/functions.inc.php: 49941428 #: admin/modules/core/functions.inc.php:5 3701514 #: admin/modules/core/functions.inc.php:5545 1515 #: admin/modules/core/functions.inc.php:5923 1429 1516 msgid "Please enter a valid extension number." 1430 1517 msgstr "" 1431 1518 1432 #: admin/modules/core/functions.inc.php: 49951519 #: admin/modules/core/functions.inc.php:5546 1433 1520 msgid "Please enter a valid CID Num Alias (must be a valid number)." 1434 1521 msgstr "" 1435 1522 1436 #: admin/modules/core/functions.inc.php: 49961523 #: admin/modules/core/functions.inc.php:5547 1437 1524 msgid "Please enter valid User Password using numbers only" 1438 1525 msgstr "" 1439 1526 1440 #: admin/modules/core/functions.inc.php: 49971527 #: admin/modules/core/functions.inc.php:5548 1441 1528 msgid "Please enter a valid Display Name" 1442 1529 msgstr "" 1443 1530 1444 #: admin/modules/core/functions.inc.php: 49981531 #: admin/modules/core/functions.inc.php:5549 1445 1532 msgid "Please enter a valid Outbound CID" 1446 1533 msgstr "" 1447 1534 1448 #: admin/modules/core/functions.inc.php: 49991535 #: admin/modules/core/functions.inc.php:5550 1449 1536 msgid "Please enter a valid pause time in seconds, using digits only" 1450 1537 msgstr "" 1451 1538 1452 #: admin/modules/core/functions.inc.php:5 0001539 #: admin/modules/core/functions.inc.php:5551 1453 1540 msgid "" 1454 1541 "You have entered a non-standard dialpattern for your DID. You can only enter " … … 1457 1544 msgstr "" 1458 1545 1459 #: admin/modules/core/functions.inc.php:5 0011546 #: admin/modules/core/functions.inc.php:5552 1460 1547 msgid "" 1461 1548 "Please enter a valid Caller ID Number or leave it blank for your Assigned " … … 1463 1550 msgstr "" 1464 1551 1465 #: admin/modules/core/functions.inc.php:5 0081552 #: admin/modules/core/functions.inc.php:5559 1466 1553 msgid "Edit Extension" 1467 1554 msgstr "" 1468 1555 1469 #: admin/modules/core/functions.inc.php:5 0081556 #: admin/modules/core/functions.inc.php:5559 1470 1557 #: admin/modules/core/page.ampusers.php:256 1471 1558 msgid "Add Extension" 1472 1559 msgstr "" 1473 1560 1474 #: admin/modules/core/functions.inc.php:5 0101561 #: admin/modules/core/functions.inc.php:5561 1475 1562 msgid "Edit User" 1476 1563 msgstr "" 1477 1564 1478 #: admin/modules/core/functions.inc.php:5 0101565 #: admin/modules/core/functions.inc.php:5561 1479 1566 #: admin/modules/core/page.ampusers.php:116 1480 1567 msgid "Add User" 1481 1568 msgstr "" 1482 1569 1483 #: admin/modules/core/functions.inc.php:5 0151570 #: admin/modules/core/functions.inc.php:5566 1484 1571 msgid "User Extension" 1485 1572 msgstr "" 1486 1573 1487 #: admin/modules/core/functions.inc.php:5 0151574 #: admin/modules/core/functions.inc.php:5566 1488 1575 msgid "The extension number to dial to reach this user." 1489 1576 msgstr "" 1490 1577 1491 #: admin/modules/core/functions.inc.php:5 0181578 #: admin/modules/core/functions.inc.php:5569 1492 1579 msgid "User Password" 1493 1580 msgstr "" 1494 1581 1495 #: admin/modules/core/functions.inc.php:5 0181582 #: admin/modules/core/functions.inc.php:5569 1496 1583 msgid "A user will enter this password when logging onto a device." 1497 1584 msgstr "" 1498 1585 1499 #: admin/modules/core/functions.inc.php:5 0181500 #: admin/modules/core/functions.inc.php:5 3851586 #: admin/modules/core/functions.inc.php:5569 1587 #: admin/modules/core/functions.inc.php:5938 1501 1588 msgid "logs into a device." 1502 1589 msgstr "" 1503 1590 1504 #: admin/modules/core/functions.inc.php:5 0181505 #: admin/modules/core/functions.inc.php:5 3851591 #: admin/modules/core/functions.inc.php:5569 1592 #: admin/modules/core/functions.inc.php:5938 1506 1593 msgid "logs out of a device." 1507 1594 msgstr "" 1508 1595 1509 #: admin/modules/core/functions.inc.php:5 0221596 #: admin/modules/core/functions.inc.php:5573 1510 1597 msgid "Display Name" 1511 1598 msgstr "" 1512 1599 1513 #: admin/modules/core/functions.inc.php:5 0221600 #: admin/modules/core/functions.inc.php:5573 1514 1601 msgid "" 1515 1602 "The caller id name for calls from this user will be set to this name. Only " … … 1517 1604 msgstr "" 1518 1605 1519 #: admin/modules/core/functions.inc.php:5 0241606 #: admin/modules/core/functions.inc.php:5575 1520 1607 msgid "CID Num Alias" 1521 1608 msgstr "" 1522 1609 1523 #: admin/modules/core/functions.inc.php:5 0241610 #: admin/modules/core/functions.inc.php:5575 1524 1611 msgid "" 1525 1612 "The CID Number to use for internal calls, if different from the extension " … … 1530 1617 msgstr "" 1531 1618 1532 #: admin/modules/core/functions.inc.php:5 0251619 #: admin/modules/core/functions.inc.php:5576 1533 1620 msgid "SIP Alias" 1534 1621 msgstr "" 1535 1622 1536 #: admin/modules/core/functions.inc.php:5 0251623 #: admin/modules/core/functions.inc.php:5576 1537 1624 msgid "" 1538 1625 "If you want to support direct sip dialing of users internally or through " … … 1541 1628 msgstr "" 1542 1629 1543 #: admin/modules/core/functions.inc.php:5 0301630 #: admin/modules/core/functions.inc.php:5581 1544 1631 msgid "User Devices" 1545 1632 msgstr "" 1546 1633 1547 #: admin/modules/core/functions.inc.php:5 0411634 #: admin/modules/core/functions.inc.php:5592 1548 1635 msgid "Edit:" 1549 1636 msgstr "" 1550 1637 1551 #: admin/modules/core/functions.inc.php:5 0531552 #: admin/modules/core/functions.inc.php:5 3881638 #: admin/modules/core/functions.inc.php:5604 1639 #: admin/modules/core/functions.inc.php:5941 1553 1640 msgid "Extension Options" 1554 1641 msgstr "" 1555 1642 1556 #: admin/modules/core/functions.inc.php:5 0541643 #: admin/modules/core/functions.inc.php:5605 1557 1644 msgid "Outbound CID" 1558 1645 msgstr "" 1559 1646 1560 #: admin/modules/core/functions.inc.php:5 0541647 #: admin/modules/core/functions.inc.php:5605 1561 1648 msgid "" 1562 1649 "Overrides the caller id when dialing out a trunk. Any setting here will " … … 1566 1653 msgstr "" 1567 1654 1568 #: admin/modules/core/functions.inc.php:5 0561655 #: admin/modules/core/functions.inc.php:5607 1569 1656 msgid "Ring Time" 1570 1657 msgstr "" 1571 1658 1572 #: admin/modules/core/functions.inc.php:5 0561659 #: admin/modules/core/functions.inc.php:5607 1573 1660 msgid "" 1574 1661 "Number of seconds to ring prior to going to voicemail. Default will use the " … … 1577 1664 msgstr "" 1578 1665 1579 #: admin/modules/core/functions.inc.php:5 0641666 #: admin/modules/core/functions.inc.php:5615 1580 1667 msgid "Call Waiting" 1581 1668 msgstr "" 1582 1669 1583 #: admin/modules/core/functions.inc.php:5 0641670 #: admin/modules/core/functions.inc.php:5615 1584 1671 msgid "Set the initial/current Call Waiting state for this user's extension" 1585 1672 msgstr "" 1586 1673 1587 #: admin/modules/core/functions.inc.php:5 0651674 #: admin/modules/core/functions.inc.php:5616 1588 1675 msgid "Call Screening" 1589 1676 msgstr "" 1590 1677 1591 #: admin/modules/core/functions.inc.php:5 0651678 #: admin/modules/core/functions.inc.php:5616 1592 1679 msgid "" 1593 1680 "Call Screening requires external callers to say their name, which will be " … … 1602 1689 msgstr "" 1603 1690 1604 #: admin/modules/core/functions.inc.php:5 0661691 #: admin/modules/core/functions.inc.php:5617 1605 1692 msgid "Pinless Dialing" 1606 1693 msgstr "" 1607 1694 1608 #: admin/modules/core/functions.inc.php:5 0661695 #: admin/modules/core/functions.inc.php:5617 1609 1696 msgid "" 1610 1697 "Enabling Pinless Dialing will allow this extension to bypass any pin codes " … … 1612 1699 msgstr "" 1613 1700 1614 #: admin/modules/core/functions.inc.php:5 0681701 #: admin/modules/core/functions.inc.php:5619 1615 1702 msgid "Assigned DID/CID" 1616 1703 msgstr "" 1617 1704 1618 #: admin/modules/core/functions.inc.php:5 0691705 #: admin/modules/core/functions.inc.php:5620 1619 1706 msgid "DID Description" 1620 1707 msgstr "" 1621 1708 1622 #: admin/modules/core/functions.inc.php:5 0691709 #: admin/modules/core/functions.inc.php:5620 1623 1710 msgid "A description for this DID, such as \"Fax\"" 1624 1711 msgstr "" 1625 1712 1626 #: admin/modules/core/functions.inc.php:5 0701713 #: admin/modules/core/functions.inc.php:5621 1627 1714 msgid "Add Inbound DID" 1628 1715 msgstr "" 1629 1716 1630 #: admin/modules/core/functions.inc.php:5 0701717 #: admin/modules/core/functions.inc.php:5621 1631 1718 msgid "" 1632 1719 "A direct DID that is associated with this extension. The DID should be in " … … 1636 1723 msgstr "" 1637 1724 1638 #: admin/modules/core/functions.inc.php:5 0711725 #: admin/modules/core/functions.inc.php:5622 1639 1726 msgid "Add Inbound CID" 1640 1727 msgstr "" 1641 1728 1642 #: admin/modules/core/functions.inc.php:5 0711729 #: admin/modules/core/functions.inc.php:5622 1643 1730 msgid "" 1644 1731 "Add a CID for more specific DID + CID routing. A DID must be specified in " … … 1648 1735 msgstr "" 1649 1736 1650 #: admin/modules/core/functions.inc.php:5 0791737 #: admin/modules/core/functions.inc.php:5630 1651 1738 msgid "DID / CID" 1652 1739 msgstr "" 1653 1740 1654 #: admin/modules/core/functions.inc.php:5 0831741 #: admin/modules/core/functions.inc.php:5634 1655 1742 msgid "Any DID" 1656 1743 msgstr "" 1657 1744 1658 #: admin/modules/core/functions.inc.php:5 0991745 #: admin/modules/core/functions.inc.php:5650 1659 1746 msgid "Recording Options" 1660 1747 msgstr "" 1661 1748 1662 #: admin/modules/core/functions.inc.php:5 1001749 #: admin/modules/core/functions.inc.php:5651 1663 1750 msgid "Record Incoming" 1664 1751 msgstr "" 1665 1752 1666 #: admin/modules/core/functions.inc.php:5 1001753 #: admin/modules/core/functions.inc.php:5651 1667 1754 msgid "Record all inbound calls received at this extension." 1668 1755 msgstr "" 1669 1756 1670 #: admin/modules/core/functions.inc.php:5 1011757 #: admin/modules/core/functions.inc.php:5652 1671 1758 msgid "Record Outgoing" 1672 1759 msgstr "" 1673 1760 1674 #: admin/modules/core/functions.inc.php:5 1011761 #: admin/modules/core/functions.inc.php:5652 1675 1762 msgid "Record all outbound calls received at this extension." 1676 1763 msgstr "" 1677 1764 1678 #: admin/modules/core/functions.inc.php:5 1191765 #: admin/modules/core/functions.inc.php:5670 1679 1766 msgid "Warning! Extension" 1680 1767 msgstr "" 1681 1768 1682 #: admin/modules/core/functions.inc.php:5 1191769 #: admin/modules/core/functions.inc.php:5670 1683 1770 msgid "is not allowed for your account" 1684 1771 msgstr "" 1685 1772 1686 #: admin/modules/core/functions.inc.php:5 1331773 #: admin/modules/core/functions.inc.php:5684 1687 1774 msgid "Conflicting Extensions" 1688 1775 msgstr "" 1689 1776 1690 #: admin/modules/core/functions.inc.php:5 1331777 #: admin/modules/core/functions.inc.php:5684 1691 1778 msgid "" 1692 1779 "The following extension numbers are in conflict, you can click on the item" … … 1694 1781 msgstr "" 1695 1782 1696 #: admin/modules/core/functions.inc.php:5 1371783 #: admin/modules/core/functions.inc.php:5688 1697 1784 msgid "Configure user again:" 1698 1785 msgstr "" 1699 1786 1700 #: admin/modules/core/functions.inc.php:5 1371787 #: admin/modules/core/functions.inc.php:5688 1701 1788 msgid "Configure extension again:" 1702 1789 msgstr "" 1703 1790 1704 #: admin/modules/core/functions.inc.php:5 1841791 #: admin/modules/core/functions.inc.php:5735 1705 1792 msgid "Please enter the dtmfmode for this device" 1706 1793 msgstr "" 1707 1794 1708 #: admin/modules/core/functions.inc.php:5 1851795 #: admin/modules/core/functions.inc.php:5736 1709 1796 msgid "Please enter the channel for this device" 1710 1797 msgstr "" 1711 1798 1712 #: admin/modules/core/functions.inc.php:5 1861799 #: admin/modules/core/functions.inc.php:5737 1713 1800 msgid "" 1714 1801 "You have not entered a Secret for this device, although this is possible it " … … 1717 1804 msgstr "" 1718 1805 1719 #: admin/modules/core/functions.inc.php:5 1871806 #: admin/modules/core/functions.inc.php:5738 1720 1807 msgid "Please enter a Secret for this device" 1721 1808 msgstr "" 1722 1809 1723 #: admin/modules/core/functions.inc.php:5 2601810 #: admin/modules/core/functions.inc.php:5812 1724 1811 msgid "Generic SIP Device" 1725 1812 msgstr "" 1726 1813 1727 #: admin/modules/core/functions.inc.php:5 2611814 #: admin/modules/core/functions.inc.php:5813 1728 1815 msgid "Generic IAX2 Device" 1729 1816 msgstr "" 1730 1817 1731 #: admin/modules/core/functions.inc.php:5 2621818 #: admin/modules/core/functions.inc.php:5814 1732 1819 msgid "Generic ZAP Device" 1733 1820 msgstr "" 1734 1821 1735 #: admin/modules/core/functions.inc.php:5 2631822 #: admin/modules/core/functions.inc.php:5815 1736 1823 msgid "Other (Custom) Device" 1737 1824 msgstr "" 1738 1825 1739 #: admin/modules/core/functions.inc.php:5 2661826 #: admin/modules/core/functions.inc.php:5818 1740 1827 msgid "None (virtual exten)" 1741 1828 msgstr "" 1742 1829 1743 #: admin/modules/core/functions.inc.php:5 2721830 #: admin/modules/core/functions.inc.php:5824 1744 1831 msgid "Fixed" 1745 1832 msgstr "" 1746 1833 1747 #: admin/modules/core/functions.inc.php:5 2731834 #: admin/modules/core/functions.inc.php:5825 1748 1835 msgid "Adhoc" 1749 1836 msgstr "" 1750 1837 1751 #: admin/modules/core/functions.inc.php:5 2761838 #: admin/modules/core/functions.inc.php:5828 1752 1839 msgid "none" 1753 1840 msgstr "" 1754 1841 1755 #: admin/modules/core/functions.inc.php:5 2771842 #: admin/modules/core/functions.inc.php:5829 1756 1843 msgid "New User" 1757 1844 msgstr "" 1758 1845 1759 #: admin/modules/core/functions.inc.php:5 3131846 #: admin/modules/core/functions.inc.php:5865 1760 1847 #: admin/modules/core/page.ampusers.php:256 1761 1848 msgid "Add Device" 1762 1849 msgstr "" 1763 1850 1764 #: admin/modules/core/functions.inc.php:5 3151851 #: admin/modules/core/functions.inc.php:5867 1765 1852 msgid "Add an Extension" 1766 1853 msgstr "" 1767 1854 1768 #: admin/modules/core/functions.inc.php:5 3171855 #: admin/modules/core/functions.inc.php:5869 1769 1856 msgid "Please select your Device below then click Submit" 1770 1857 msgstr "" 1771 1858 1772 #: admin/modules/core/functions.inc.php:5 3181773 #: admin/modules/core/functions.inc.php:5 3281859 #: admin/modules/core/functions.inc.php:5870 1860 #: admin/modules/core/functions.inc.php:5880 1774 1861 #: admin/modules/core/page.devices.php:22 1775 1862 msgid "Device" 1776 1863 msgstr "" 1777 1864 1778 #: admin/modules/core/functions.inc.php:5 3311865 #: admin/modules/core/functions.inc.php:5883 1779 1866 #, php-format 1780 1867 msgid "Delete Device %s" 1781 1868 msgstr "" 1782 1869 1783 #: admin/modules/core/functions.inc.php:5 3371870 #: admin/modules/core/functions.inc.php:5889 1784 1871 #, php-format 1785 1872 msgid "Edit Default User: %s" 1786 1873 msgstr "" 1787 1874 1788 #: admin/modules/core/functions.inc.php:5 3371875 #: admin/modules/core/functions.inc.php:5889 1789 1876 #, php-format 1790 1877 msgid "Edit Fixed User: %s" 1791 1878 msgstr "" 1792 1879 1793 #: admin/modules/core/functions.inc.php:5 3501880 #: admin/modules/core/functions.inc.php:5902 1794 1881 #, php-format 1795 1882 msgid "Add %s Device" 1796 1883 msgstr "" 1797 1884 1798 #: admin/modules/core/functions.inc.php:5 3521885 #: admin/modules/core/functions.inc.php:5904 1799 1886 #, php-format 1800 1887 msgid "Add %s Extension" 1801 1888 msgstr "" 1802 1889 1803 #: admin/modules/core/functions.inc.php:5 3671890 #: admin/modules/core/functions.inc.php:5920 1804 1891 msgid "Please enter a device id." 1805 1892 msgstr "" 1806 1893 1807 #: admin/modules/core/functions.inc.php:5 3681894 #: admin/modules/core/functions.inc.php:5921 1808 1895 msgid "Please enter a valid Description for this device" 1809 1896 msgstr "" 1810 1897 1811 #: admin/modules/core/functions.inc.php:5 3691898 #: admin/modules/core/functions.inc.php:5922 1812 1899 msgid "Please enter a valid Emergency CID" 1813 1900 msgstr "" 1814 1901 1815 #: admin/modules/core/functions.inc.php:5 3771902 #: admin/modules/core/functions.inc.php:5930 1816 1903 msgid "Device Info" 1817 1904 msgstr "" 1818 1905 1819 #: admin/modules/core/functions.inc.php:5 3811906 #: admin/modules/core/functions.inc.php:5934 1820 1907 msgid "Device ID" 1821 1908 msgstr "" 1822 1909 1823 #: admin/modules/core/functions.inc.php:5 3811910 #: admin/modules/core/functions.inc.php:5934 1824 1911 msgid "" 1825 1912 "Give your device a unique integer ID. The device will use this ID to " … … 1827 1914 msgstr "" 1828 1915 1829 #: admin/modules/core/functions.inc.php:5 3831916 #: admin/modules/core/functions.inc.php:5936 1830 1917 msgid "" 1831 1918 "The caller id name for this device will be set to this description until it " … … 1833 1920 msgstr "" 1834 1921 1835 #: admin/modules/core/functions.inc.php:5 3841836 #: admin/modules/core/functions.inc.php:5 3891922 #: admin/modules/core/functions.inc.php:5937 1923 #: admin/modules/core/functions.inc.php:5942 1837 1924 msgid "Emergency CID" 1838 1925 msgstr "" 1839 1926 1840 #: admin/modules/core/functions.inc.php:5 3841841 #: admin/modules/core/functions.inc.php:5 3891927 #: admin/modules/core/functions.inc.php:5937 1928 #: admin/modules/core/functions.inc.php:5942 1842 1929 msgid "" 1843 1930 "This caller id will always be set when dialing out an Outbound Route flagged " … … 1845 1932 msgstr "" 1846 1933 1847 #: admin/modules/core/functions.inc.php:5 3851934 #: admin/modules/core/functions.inc.php:5938 1848 1935 msgid "Device Type" 1849 1936 msgstr "" 1850 1937 1851 #: admin/modules/core/functions.inc.php:5 3851938 #: admin/modules/core/functions.inc.php:5938 1852 1939 msgid "" 1853 1940 "Devices can be fixed or adhoc. Fixed devices are always associated to the " … … 1856 1943 msgstr "" 1857 1944 1858 #: admin/modules/core/functions.inc.php:5 3861945 #: admin/modules/core/functions.inc.php:5939 1859 1946 msgid "Default User" 1860 1947 msgstr "" 1861 1948 1862 #: admin/modules/core/functions.inc.php:5 3861949 #: admin/modules/core/functions.inc.php:5939 1863 1950 msgid "" 1864 1951 "Fixed devices will always mapped to this user. Adhoc devices will be mapped " … … 1867 1954 msgstr "" 1868 1955 1869 #: admin/modules/core/functions.inc.php:5 3951956 #: admin/modules/core/functions.inc.php:5948 1870 1957 msgid "Device Options" 1871 1958 msgstr "" 1872 1959 1873 #: admin/modules/core/functions.inc.php:5 3971960 #: admin/modules/core/functions.inc.php:5950 1874 1961 #, php-format 1875 1962 msgid "This device uses %s technology." 1876 1963 msgstr "" 1877 1964 1878 #: admin/modules/core/functions.inc.php:5 3971965 #: admin/modules/core/functions.inc.php:5950 1879 1966 msgid "Via DAHDI compatibility mode" 1880 msgstr ""1881 1882 #: admin/modules/core/install.php:211883 msgid "Core"1884 1967 msgstr "" 1885 1968 … … 1905 1988 1906 1989 #: admin/modules/core/install.php:27 1907 msgid "Di al System FAX"1990 msgid "Directed Call Pickup" 1908 1991 msgstr "" 1909 1992 1910 1993 #: admin/modules/core/install.php:28 1911 msgid " DirectedCall Pickup"1994 msgid "Asterisk General Call Pickup" 1912 1995 msgstr "" 1913 1996 1914 1997 #: admin/modules/core/install.php:29 1915 msgid " Asterisk General Call Pickup"1998 msgid "In-Call Asterisk Blind Transfer" 1916 1999 msgstr "" 1917 2000 1918 2001 #: admin/modules/core/install.php:30 1919 msgid "In-Call Asterisk Blind Transfer"2002 msgid "In-Call Asterisk Attended Transfer" 1920 2003 msgstr "" 1921 2004 1922 2005 #: admin/modules/core/install.php:31 1923 msgid "In-Call Asterisk Attended Transfer"2006 msgid "In-Call Asterisk Toggle Call Recording" 1924 2007 msgstr "" 1925 2008 1926 2009 #: admin/modules/core/install.php:32 1927 msgid "In-Call Asterisk Toggle Call Recording"1928 msgstr ""1929 1930 #: admin/modules/core/install.php:331931 2010 msgid "In-Call Asterisk Disconnect Code" 1932 2011 msgstr "" 1933 2012 1934 #: admin/modules/core/install.php: 602013 #: admin/modules/core/install.php:59 1935 2014 #, php-format 1936 2015 msgid "ERROR: trying to check if %s already in use" 1937 2016 msgstr "" 1938 2017 1939 #: admin/modules/core/install.php:14 72018 #: admin/modules/core/install.php:140 1940 2019 msgid "Checking if directdids need migrating.." 1941 2020 msgstr "" 1942 2021 1943 #: admin/modules/core/install.php:1 512022 #: admin/modules/core/install.php:144 1944 2023 msgid "starting migration" 1945 2024 msgstr "" 1946 2025 1947 #: admin/modules/core/install.php:16 82026 #: admin/modules/core/install.php:161 1948 2027 msgid "User: " 1949 2028 msgstr "" 1950 2029 1951 #: admin/modules/core/install.php:1 712030 #: admin/modules/core/install.php:164 1952 2031 #, php-format 1953 2032 msgid "ERROR: failed to insert %s for user %s" 1954 2033 msgstr "" 1955 2034 1956 #: admin/modules/core/install.php:1 762035 #: admin/modules/core/install.php:169 1957 2036 #, php-format 1958 2037 msgid "" … … 1960 2039 msgstr "" 1961 2040 1962 #: admin/modules/core/install.php:1 802041 #: admin/modules/core/install.php:173 1963 2042 #, php-format 1964 2043 msgid "Removing field %s from users table.." 1965 2044 msgstr "" 1966 2045 2046 #: admin/modules/core/install.php:177 2047 msgid "not present" 2048 msgstr "" 2049 2050 #: admin/modules/core/install.php:179 2051 msgid "removed" 2052 msgstr "" 2053 1967 2054 #: admin/modules/core/install.php:184 1968 msgid "not present"1969 msgstr ""1970 1971 #: admin/modules/core/install.php:1861972 msgid "removed"1973 msgstr ""1974 1975 #: admin/modules/core/install.php:1911976 2055 msgid "" 1977 2056 "ERROR: could not access user table to migrate directdids to incoming table, " … … 1979 2058 msgstr "" 1980 2059 1981 #: admin/modules/core/install.php:1 942060 #: admin/modules/core/install.php:187 1982 2061 msgid "already done" 1983 2062 msgstr "" 1984 2063 1985 #: admin/modules/core/install.php:19 92064 #: admin/modules/core/install.php:192 1986 2065 msgid "updating zap callgroup, pickupgroup.." 1987 2066 msgstr "" 1988 2067 2068 #: admin/modules/core/install.php:217 2069 #, php-format 2070 msgid "updated %s callgroups, %s pickupgroups" 2071 msgstr "" 2072 2073 #: admin/modules/core/install.php:219 admin/modules/core/install.php:518 2074 msgid "not needed" 2075 msgstr "" 2076 1989 2077 #: admin/modules/core/install.php:224 1990 #, php-format1991 msgid "updated %s callgroups, %s pickupgroups"1992 msgstr ""1993 1994 #: admin/modules/core/install.php:226 admin/modules/core/install.php:5211995 msgid "not needed"1996 msgstr ""1997 1998 #: admin/modules/core/install.php:2311999 2078 msgid "checking for delay_answer field .." 2000 2079 msgstr "" 2001 2080 2002 #: admin/modules/core/install.php:23 8 admin/modules/core/install.php:2542081 #: admin/modules/core/install.php:231 admin/modules/core/install.php:247 2003 2082 msgid "fatal error" 2004 2083 msgstr "" 2005 2084 2006 #: admin/modules/core/install.php:2 41 admin/modules/core/install.php:2572085 #: admin/modules/core/install.php:234 admin/modules/core/install.php:250 2007 2086 msgid "added" 2008 2087 msgstr "" 2009 2088 2010 #: admin/modules/core/install.php:244 admin/modules/core/install.php:260 2089 #: admin/modules/core/install.php:237 admin/modules/core/install.php:253 2090 #: admin/modules/core/install.php:535 admin/modules/core/install.php:571 2091 msgid "already exists" 2092 msgstr "" 2093 2094 #: admin/modules/core/install.php:240 2095 msgid "checking for pricid field .." 2096 msgstr "" 2097 2098 #: admin/modules/core/install.php:260 2099 msgid "Checking for Global var RECORDING_STATE.." 2100 msgstr "" 2101 2102 #: admin/modules/core/install.php:264 2103 msgid "Created" 2104 msgstr "" 2105 2106 #: admin/modules/core/install.php:266 2107 msgid "Already exists!" 2108 msgstr "" 2109 2110 #: admin/modules/core/install.php:477 2111 msgid "Checking if trunk table migration required.." 2112 msgstr "" 2113 2114 #: admin/modules/core/install.php:480 2115 msgid "migrating.." 2116 msgstr "" 2117 2118 #: admin/modules/core/install.php:498 2119 msgid "removing globals.." 2120 msgstr "" 2121 2122 #: admin/modules/core/install.php:516 2123 msgid "done" 2124 msgstr "" 2125 2126 #: admin/modules/core/install.php:530 2127 msgid "Checking if trunks_dialpatterns table exists.." 2128 msgstr "" 2129 2130 #: admin/modules/core/install.php:537 2131 msgid "created" 2132 msgstr "" 2133 2011 2134 #: admin/modules/core/install.php:538 2012 msgid "already exists"2013 msgstr ""2014 2015 #: admin/modules/core/install.php:2472016 msgid "checking for pricid field .."2017 msgstr ""2018 2019 #: admin/modules/core/install.php:2672020 msgid "Checking for Global var RECORDING_STATE.."2021 msgstr ""2022 2023 #: admin/modules/core/install.php:2712024 msgid "Created"2025 msgstr ""2026 2027 #: admin/modules/core/install.php:2732028 msgid "Already exists!"2029 msgstr ""2030 2031 #: admin/modules/core/install.php:4802032 msgid "Checking if trunk table migration required.."2033 msgstr ""2034 2035 #: admin/modules/core/install.php:4832036 msgid "migrating.."2037 msgstr ""2038 2039 #: admin/modules/core/install.php:5012040 msgid "removing globals.."2041 msgstr ""2042 2043 #: admin/modules/core/install.php:5192044 msgid "done"2045 msgstr ""2046 2047 #: admin/modules/core/install.php:5332048 msgid "Checking if trunks_dialpatterns table exists.."2049 msgstr ""2050 2051 #: admin/modules/core/install.php:5402052 msgid "created"2053 msgstr ""2054 2055 #: admin/modules/core/install.php:5412056 2135 msgid "loading table from localprefixes.conf.." 2057 2136 msgstr "" 2058 2137 2138 #: admin/modules/core/install.php:558 2139 msgid "loaded" 2140 msgstr "" 2141 2059 2142 #: admin/modules/core/install.php:561 2060 msgid "loaded" 2143 msgid "Checking if privacy manager options exists.." 2144 msgstr "" 2145 2146 #: admin/modules/core/install.php:568 2147 msgid "Added pmmaxretries and pmminlength" 2061 2148 msgstr "" 2062 2149 … … 2072 2159 #: admin/modules/core/page.ampusers.php:163 2073 2160 msgid "Add Administrator" 2074 msgstr ""2075 2076 #: admin/modules/core/page.ampusers.php:1762077 #: admin/modules/core/page.trunks.php:3472078 msgid "General Settings"2079 2161 msgstr "" 2080 2162 … … 2130 2212 2131 2213 #: admin/modules/core/page.ampusers.php:269 2132 #: admin/modules/core/page.general.php:4 602133 #: admin/modules/core/page.routing.php: 5922134 #: admin/modules/core/page.trunks.php:7 682214 #: admin/modules/core/page.general.php:426 2215 #: admin/modules/core/page.routing.php:616 2216 #: admin/modules/core/page.trunks.php:788 2135 2217 #: admin/modules/core/page.zapchandids.php:112 2136 2218 msgid "Submit Changes" … … 2154 2236 msgstr "" 2155 2237 2156 #: admin/modules/core/page.did.php:8 82238 #: admin/modules/core/page.did.php:86 2157 2239 msgid " (toggle sort)" 2158 2240 msgstr "" 2159 2241 2160 #: admin/modules/core/page.did.php:9 2 admin/modules/core/page.did.php:1612161 #: admin/modules/core/page.did.php:19 2 admin/modules/core/page.did.php:2032242 #: admin/modules/core/page.did.php:90 admin/modules/core/page.did.php:165 2243 #: admin/modules/core/page.did.php:196 admin/modules/core/page.did.php:207 2162 2244 msgid "Add Incoming Route" 2163 2245 msgstr "" 2164 2246 2247 #: admin/modules/core/page.did.php:91 2248 msgid "All DIDs" 2249 msgstr "" 2250 2251 #: admin/modules/core/page.did.php:92 2252 msgid "User DIDs" 2253 msgstr "" 2254 2165 2255 #: admin/modules/core/page.did.php:93 2166 msgid " All DIDs"2256 msgid "General DIDs" 2167 2257 msgstr "" 2168 2258 2169 2259 #: admin/modules/core/page.did.php:94 2170 msgid "User DIDs"2171 msgstr ""2172 2173 #: admin/modules/core/page.did.php:952174 msgid "General DIDs"2175 msgstr ""2176 2177 #: admin/modules/core/page.did.php:962178 2260 msgid "Unused DIDs" 2179 2261 msgstr "" 2180 2262 2181 #: admin/modules/core/page.did.php:12 82263 #: admin/modules/core/page.did.php:126 2182 2264 msgid "any DID" 2183 2265 msgstr "" 2184 2266 2185 #: admin/modules/core/page.did.php:12 92267 #: admin/modules/core/page.did.php:127 2186 2268 msgid "any CID" 2187 2269 msgstr "" 2188 2270 2189 #: admin/modules/core/page.did.php:15 3 admin/modules/core/page.trunks.php:2862271 #: admin/modules/core/page.did.php:157 admin/modules/core/page.trunks.php:293 2190 2272 msgid "Route" 2191 2273 msgstr "" 2192 2274 2193 #: admin/modules/core/page.did.php:1 67 admin/modules/core/page.routing.php:2832275 #: admin/modules/core/page.did.php:171 admin/modules/core/page.routing.php:297 2194 2276 #, php-format 2195 2277 msgid "Delete Route %s" 2196 2278 msgstr "" 2197 2279 2198 #: admin/modules/core/page.did.php:18 52280 #: admin/modules/core/page.did.php:189 2199 2281 #, php-format 2200 2282 msgid "Edit %s" 2201 2283 msgstr "" 2202 2284 2203 #: admin/modules/core/page.did.php:18 52285 #: admin/modules/core/page.did.php:189 2204 2286 #, php-format 2205 2287 msgid "Edit %s %s (%s)" 2206 2288 msgstr "" 2207 2289 2208 #: admin/modules/core/page.did.php:20 32290 #: admin/modules/core/page.did.php:207 2209 2291 msgid "Edit Incoming Route" 2210 2292 msgstr "" 2211 2293 2212 #: admin/modules/core/page.did.php:20 52294 #: admin/modules/core/page.did.php:209 2213 2295 msgid "Provide a meaningful description of what this incoming route is" 2214 2296 msgstr "" 2215 2297 2216 #: admin/modules/core/page.did.php:2 092298 #: admin/modules/core/page.did.php:213 2217 2299 msgid "DID Number" 2218 2300 msgstr "" 2219 2301 2220 #: admin/modules/core/page.did.php:2 092302 #: admin/modules/core/page.did.php:213 2221 2303 msgid "" 2222 2304 "Define the expected DID Number if your trunk passes DID on incoming calls. " … … 2225 2307 msgstr "" 2226 2308 2227 #: admin/modules/core/page.did.php:21 32309 #: admin/modules/core/page.did.php:217 2228 2310 msgid "Caller ID Number" 2229 2311 msgstr "" 2230 2312 2231 #: admin/modules/core/page.did.php:21 32313 #: admin/modules/core/page.did.php:217 2232 2314 msgid "" 2233 2315 "Define the Caller ID Number to be matched on incoming calls.<br><br>Leave " … … 2238 2320 msgstr "" 2239 2321 2240 #: admin/modules/core/page.did.php:2 182322 #: admin/modules/core/page.did.php:222 2241 2323 msgid "CID Priority Route" 2242 2324 msgstr "" 2243 2325 2244 #: admin/modules/core/page.did.php:2 182326 #: admin/modules/core/page.did.php:222 2245 2327 msgid "" 2246 2328 "This effects CID ONLY routes where no DID is specified. If checked, calls " … … 2251 2333 msgstr "" 2252 2334 2253 #: admin/modules/core/page.did.php:22 22335 #: admin/modules/core/page.did.php:226 2254 2336 msgid "Options" 2255 2337 msgstr "" 2256 2338 2257 #: admin/modules/core/page.did.php:22 42339 #: admin/modules/core/page.did.php:228 2258 2340 msgid "Alert Info" 2259 2341 msgstr "" 2260 2342 2261 #: admin/modules/core/page.did.php:22 42343 #: admin/modules/core/page.did.php:228 2262 2344 msgid "ALERT_INFO can be used for distinctive ring with SIP devices." 2263 2345 msgstr "" 2264 2346 2265 #: admin/modules/core/page.did.php:2 282347 #: admin/modules/core/page.did.php:232 2266 2348 msgid "CID name prefix" 2267 2349 msgstr "" 2268 2350 2269 #: admin/modules/core/page.did.php:2 282351 #: admin/modules/core/page.did.php:232 2270 2352 msgid "" 2271 2353 "You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:" … … 2274 2356 msgstr "" 2275 2357 2276 #: admin/modules/core/page.did.php:23 32358 #: admin/modules/core/page.did.php:237 2277 2359 msgid "Music On Hold" 2278 2360 msgstr "" 2279 2361 2280 #: admin/modules/core/page.did.php:23 32362 #: admin/modules/core/page.did.php:237 2281 2363 msgid "" 2282 2364 "Set the MoH class that will be used for calls that come in on this route. " … … 2285 2367 msgstr "" 2286 2368 2287 #: admin/modules/core/page.did.php:24 22369 #: admin/modules/core/page.did.php:246 2288 2370 msgid "No Music" 2289 2371 msgstr "" 2290 2372 2291 #: admin/modules/core/page.did.php:25 32373 #: admin/modules/core/page.did.php:257 2292 2374 msgid "Signal RINGING" 2293 2375 msgstr "" 2294 2376 2295 #: admin/modules/core/page.did.php:25 32377 #: admin/modules/core/page.did.php:257 2296 2378 msgid "" 2297 2379 "Some devices or providers require RINGING to be sent before ANSWER. You'll " … … 2300 2382 msgstr "" 2301 2383 2302 #: admin/modules/core/page.did.php:2 572384 #: admin/modules/core/page.did.php:261 2303 2385 msgid "Pause Before Answer" 2304 2386 msgstr "" 2305 2387 2306 #: admin/modules/core/page.did.php:2 572388 #: admin/modules/core/page.did.php:261 2307 2389 msgid "" 2308 2390 "An optional delay to wait before processing this route. Setting this value " … … 2312 2394 msgstr "" 2313 2395 2314 #: admin/modules/core/page.did.php:26 12396 #: admin/modules/core/page.did.php:265 2315 2397 msgid "Privacy" 2316 2398 msgstr "" 2317 2399 2318 #: admin/modules/core/page.did.php:26 42400 #: admin/modules/core/page.did.php:268 2319 2401 msgid "Privacy Manager" 2320 2402 msgstr "" 2321 2403 2322 #: admin/modules/core/page.did.php:264 2323 msgid "" 2324 "If no Caller ID is sent, Privacy Manager will asks the caller to enter their " 2325 "10 digit phone number. The caller is given 3 attempts. The number of digits " 2326 "and attempts can be defined in privacy.conf. If a user has Call Screening " 2327 "enabled, the incoming caller will be asked to enter their CallerId here if " 2328 "enabled, and then to say their name once determined that the called user " 2329 "requires it." 2330 msgstr "" 2331 2332 #: admin/modules/core/page.did.php:267 admin/modules/core/page.general.php:445 2404 #: admin/modules/core/page.did.php:268 2405 msgid "" 2406 "If no Caller ID has been received, Privacy Manager will ask the caller to " 2407 "enter their phone number. If an user/extension has Call Screening enabled, " 2408 "the incoming caller will be be prompted to say their name when the call " 2409 "reaches the user/extension." 2410 msgstr "" 2411 2412 #: admin/modules/core/page.did.php:271 admin/modules/core/page.general.php:411 2333 2413 msgid "No" 2334 2414 msgstr "" 2335 2415 2336 #: admin/modules/core/page.did.php:2 68 admin/modules/core/page.general.php:4442416 #: admin/modules/core/page.did.php:272 admin/modules/core/page.general.php:410 2337 2417 msgid "Yes" 2338 2418 msgstr "" 2339 2419 2340 #: admin/modules/core/page.did.php:2732341 msgid "Fax Handling"2342 msgstr ""2343 2344 2420 #: admin/modules/core/page.did.php:277 2345 msgid " Fax Extension"2421 msgid "Max attempts" 2346 2422 msgstr "" 2347 2423 2348 2424 #: admin/modules/core/page.did.php:277 2349 msgid "" 2350 "Select 'system' to have the system receive and email faxes.<br><br>The " 2351 "FreePBX default is defined in General Settings." 2352 msgstr "" 2353 2354 #: admin/modules/core/page.did.php:281 2355 msgid "FreePBX default" 2356 msgstr "" 2357 2358 #: admin/modules/core/page.did.php:282 admin/modules/core/page.general.php:375 2359 msgid "disabled" 2360 msgstr "" 2361 2362 #: admin/modules/core/page.did.php:283 admin/modules/core/page.general.php:376 2363 msgid "system" 2364 msgstr "" 2365 2366 #: admin/modules/core/page.did.php:298 2367 msgid "Fax Email" 2368 msgstr "" 2369 2370 #: admin/modules/core/page.did.php:298 2371 msgid "" 2372 "Email address is used if 'system' has been chosen for the fax extension " 2373 "above.<br><br>Leave this blank to use the FreePBX default in General " 2374 "Settings." 2375 msgstr "" 2376 2377 #: admin/modules/core/page.did.php:305 2378 msgid "Fax Detection Type" 2379 msgstr "" 2380 2381 #: admin/modules/core/page.did.php:305 2382 msgid "" 2383 "Selecting Zaptel or NVFax will immediately answer the call and play ringing " 2384 "tones to the caller for the number of seconds in Pause below. Use NVFax on " 2385 "SIP or IAX trunks." 2386 msgstr "" 2387 2388 #: admin/modules/core/page.did.php:308 2389 msgid "None" 2390 msgstr "" 2391 2392 #: admin/modules/core/page.did.php:309 2393 msgid "Zaptel" 2394 msgstr "" 2395 2396 #: admin/modules/core/page.did.php:310 2397 msgid "NVFax" 2398 msgstr "" 2399 2400 #: admin/modules/core/page.did.php:315 2401 msgid "Pause After Answer" 2402 msgstr "" 2403 2404 #: admin/modules/core/page.did.php:315 2405 msgid "" 2406 "The number of seconds we should wait after performing an Immediate Answer. " 2407 "The primary purpose of this is to pause and listen for a fax tone before " 2408 "allowing the call to proceed." 2409 msgstr "" 2410 2411 #: admin/modules/core/page.did.php:324 2425 msgid "Number of attempts the caller has to enter a valid callerID" 2426 msgstr "" 2427 2428 #: admin/modules/core/page.did.php:290 2429 msgid "Min Length" 2430 msgstr "" 2431 2432 #: admin/modules/core/page.did.php:290 2433 msgid "" 2434 "Minimum amount of digits callerID needs to contain in order to be considered " 2435 "valid" 2436 msgstr "" 2437 2438 #: admin/modules/core/page.did.php:307 2412 2439 msgid "Set Destination" 2413 2440 msgstr "" 2414 2441 2442 #: admin/modules/core/page.did.php:316 2443 msgid "Clear Destination & Submit" 2444 msgstr "" 2445 2446 #: admin/modules/core/page.did.php:328 2447 msgid "Please enter a valid DID Number" 2448 msgstr "" 2449 2450 #: admin/modules/core/page.did.php:329 2451 msgid "Please enter a valid Caller ID Number" 2452 msgstr "" 2453 2454 #: admin/modules/core/page.did.php:330 2455 msgid "Please enter a valid Fax Email or leave it empty to use the default" 2456 msgstr "" 2457 2458 #: admin/modules/core/page.did.php:331 2459 msgid "Please enter a valid number for Pause after answer" 2460 msgstr "" 2461 2462 #: admin/modules/core/page.did.php:332 2463 msgid "Please enter a valid number for Pause Before Answer field" 2464 msgstr "" 2465 2415 2466 #: admin/modules/core/page.did.php:333 2416 msgid "Clear Destination & Submit"2417 msgstr ""2418 2419 #: admin/modules/core/page.did.php:3452420 msgid "Please enter a valid DID Number"2421 msgstr ""2422 2423 #: admin/modules/core/page.did.php:3462424 msgid "Please enter a valid Caller ID Number"2425 msgstr ""2426 2427 #: admin/modules/core/page.did.php:3472428 msgid "Please enter a valid Fax Email or leave it empty to use the default"2429 msgstr ""2430 2431 #: admin/modules/core/page.did.php:3482432 msgid "Please enter a valid number for Pause after answer"2433 msgstr ""2434 2435 #: admin/modules/core/page.did.php:3492436 msgid "Please enter a valid number for Pause Before Answer field"2437 msgstr ""2438 2439 #: admin/modules/core/page.did.php:3502440 2467 msgid "" 2441 2468 "Leaving the DID Number AND the Caller ID Number empty will match all " … … 2444 2471 msgstr "" 2445 2472 2446 #: admin/modules/core/page.did.php:3 512473 #: admin/modules/core/page.did.php:334 2447 2474 msgid "" 2448 2475 "DID information is normally just an incoming telephone number or for " … … 2451 2478 msgstr "" 2452 2479 2453 #: admin/modules/core/page.did.php:3 522480 #: admin/modules/core/page.did.php:335 2454 2481 msgid "A Slash ('/') is never a valid DID. Please remove it and try again" 2455 2482 msgstr "" 2456 2483 2457 #: admin/modules/core/page.did.php:3 532484 #: admin/modules/core/page.did.php:336 2458 2485 msgid "Invalid Caller ID prefix." 2459 2486 msgstr "" 2460 2487 2488 #: admin/modules/core/page.general.php:110 2489 msgid "Dialing Options" 2490 msgstr "" 2491 2461 2492 #: admin/modules/core/page.general.php:113 2462 msgid "Dialing Options" 2493 msgid "Asterisk Dial command options:" 2494 msgstr "" 2495 2496 #: admin/modules/core/page.general.php:114 2497 #: admin/modules/core/page.general.php:125 2498 msgid "t: Allow the called user to transfer the call by hitting #" 2499 msgstr "" 2500 2501 #: admin/modules/core/page.general.php:115 2502 #: admin/modules/core/page.general.php:126 2503 msgid "T: Allow the calling user to transfer the call by hitting #" 2463 2504 msgstr "" 2464 2505 2465 2506 #: admin/modules/core/page.general.php:116 2466 msgid " Asterisk Dial command options:"2507 msgid "r: Generate a ringing tone for the calling party" 2467 2508 msgstr "" 2468 2509 2469 2510 #: admin/modules/core/page.general.php:117 2511 #: admin/modules/core/page.general.php:127 2512 msgid "" 2513 "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 2514 msgstr "" 2515 2516 #: admin/modules/core/page.general.php:118 2470 2517 #: admin/modules/core/page.general.php:128 2471 msgid "t: Allow the called user to transfer the call by hitting #"2472 msgstr ""2473 2474 #: admin/modules/core/page.general.php:1182475 #: admin/modules/core/page.general.php:1292476 msgid "T: Allow the calling user to transfer the call by hitting #"2477 msgstr ""2478 2479 #: admin/modules/core/page.general.php:1192480 msgid "r: Generate a ringing tone for the calling party"2481 msgstr ""2482 2483 #: admin/modules/core/page.general.php:1202484 #: admin/modules/core/page.general.php:1302485 msgid ""2486 "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)"2487 msgstr ""2488 2489 #: admin/modules/core/page.general.php:1212490 #: admin/modules/core/page.general.php:1312491 2518 msgid "" 2492 2519 "W: Allow the calling user to start recording after pressing *1 (Asterisk " … … 2494 2521 msgstr "" 2495 2522 2496 #: admin/modules/core/page.general.php:12 72523 #: admin/modules/core/page.general.php:124 2497 2524 msgid "Asterisk Outbound Dial command options:" 2498 2525 msgstr "" 2499 2526 2500 #: admin/modules/core/page.general.php:1 322527 #: admin/modules/core/page.general.php:129 2501 2528 msgid "r: You SHOULD NOT use this option on outbound trunks" 2502 2529 msgstr "" 2503 2530 2531 #: admin/modules/core/page.general.php:136 2532 msgid "Call Recording" 2533 msgstr "" 2534 2504 2535 #: admin/modules/core/page.general.php:139 2505 msgid "Call Recording"2506 msgstr ""2507 2508 #: admin/modules/core/page.general.php:1422509 2536 msgid "Extension Recording Override:" 2510 2537 msgstr "" 2511 2538 2512 #: admin/modules/core/page.general.php:14 32539 #: admin/modules/core/page.general.php:140 2513 2540 msgid "" 2514 2541 "This will override the recording settings of all extensions/users. If " … … 2521 2548 msgstr "" 2522 2549 2523 #: admin/modules/core/page.general.php:1 512550 #: admin/modules/core/page.general.php:148 2524 2551 msgid "Call recording format:" 2525 2552 msgstr "" 2526 2553 2527 #: admin/modules/core/page.general.php:1 522554 #: admin/modules/core/page.general.php:149 2528 2555 msgid "Pick the format in which to save recorded calls" 2529 2556 msgstr "" 2530 2557 2558 #: admin/modules/core/page.general.php:153 2559 msgid "WAV" 2560 msgstr "" 2561 2562 #: admin/modules/core/page.general.php:154 2563 msgid "wav" 2564 msgstr "" 2565 2566 #: admin/modules/core/page.general.php:155 2567 msgid "ulaw" 2568 msgstr "" 2569 2531 2570 #: admin/modules/core/page.general.php:156 2532 msgid " WAV"2571 msgid "alaw" 2533 2572 msgstr "" 2534 2573 2535 2574 #: admin/modules/core/page.general.php:157 2536 msgid " wav"2575 msgid "sln" 2537 2576 msgstr "" 2538 2577 2539 2578 #: admin/modules/core/page.general.php:158 2540 msgid " ulaw"2579 msgid "gsm" 2541 2580 msgstr "" 2542 2581 2543 2582 #: admin/modules/core/page.general.php:159 2544 msgid "alaw"2545 msgstr ""2546 2547 #: admin/modules/core/page.general.php:1602548 msgid "sln"2549 msgstr ""2550 2551 #: admin/modules/core/page.general.php:1612552 msgid "gsm"2553 msgstr ""2554 2555 #: admin/modules/core/page.general.php:1622556 2583 msgid "g729" 2557 2584 msgstr "" 2558 2585 2559 #: admin/modules/core/page.general.php:16 62586 #: admin/modules/core/page.general.php:163 2560 2587 msgid "Recording Location:" 2561 2588 msgstr "" 2562 2589 2563 #: admin/modules/core/page.general.php:16 72590 #: admin/modules/core/page.general.php:164 2564 2591 msgid "" 2565 2592 "Override the default location where asterisk will store call recordings. " … … 2568 2595 msgstr "" 2569 2596 2570 #: admin/modules/core/page.general.php:17 32597 #: admin/modules/core/page.general.php:170 2571 2598 msgid "Run after record:" 2572 2599 msgstr "" 2573 2600 2574 #: admin/modules/core/page.general.php:17 42601 #: admin/modules/core/page.general.php:171 2575 2602 msgid "" 2576 2603 "An optional script to be run after the call is hungup. You can include " … … 2580 2607 msgstr "" 2581 2608 2609 #: admin/modules/core/page.general.php:178 2610 msgid "Voicemail" 2611 msgstr "" 2612 2582 2613 #: admin/modules/core/page.general.php:181 2583 msgid "Voicemail"2584 msgstr ""2585 2586 #: admin/modules/core/page.general.php:1842587 2614 msgid "Ringtime Default:" 2588 2615 msgstr "" 2589 2616 2590 #: admin/modules/core/page.general.php:18 52617 #: admin/modules/core/page.general.php:182 2591 2618 msgid "" 2592 2619 "Default number of seconds to ring phones before sending callers to " … … 2595 2622 msgstr "" 2596 2623 2597 #: admin/modules/core/page.general.php:1 912624 #: admin/modules/core/page.general.php:188 2598 2625 msgid "Direct Dial Voicemail Prefix:" 2599 2626 msgstr "" 2600 2627 2601 #: admin/modules/core/page.general.php:1 922628 #: admin/modules/core/page.general.php:189 2602 2629 msgid "" 2603 2630 "Prefix used to dial directly to someone's voicemail. Caution should be taken " … … 2605 2632 msgstr "" 2606 2633 2607 #: admin/modules/core/page.general.php:19 82634 #: admin/modules/core/page.general.php:195 2608 2635 msgid "Direct Dial to Voicemail message type:" 2609 2636 msgstr "" 2610 2637 2611 #: admin/modules/core/page.general.php:19 92638 #: admin/modules/core/page.general.php:196 2612 2639 msgid "" 2613 2640 "Default message type to use when dialing direct to an extensions voicemail" 2614 2641 msgstr "" 2615 2642 2616 #: admin/modules/core/page.general.php:20 42643 #: admin/modules/core/page.general.php:201 2617 2644 msgid "Unavailable" 2618 2645 msgstr "" 2619 2646 2620 #: admin/modules/core/page.general.php:20 62647 #: admin/modules/core/page.general.php:203 2621 2648 msgid "No Message" 2622 2649 msgstr "" 2623 2650 2624 #: admin/modules/core/page.general.php:2 102651 #: admin/modules/core/page.general.php:207 2625 2652 msgid "Optional Voicemail Recording Gain:" 2626 2653 msgstr "" 2627 2654 2628 #: admin/modules/core/page.general.php:2 112655 #: admin/modules/core/page.general.php:208 2629 2656 msgid "Use the specified amount of gain when recording the voicemail message." 2630 2657 msgstr "" 2631 2658 2632 #: admin/modules/core/page.general.php:2 122659 #: admin/modules/core/page.general.php:209 2633 2660 msgid "The units are whole-number decibels (dB)." 2634 2661 msgstr "" 2635 2662 2636 #: admin/modules/core/page.general.php:21 72663 #: admin/modules/core/page.general.php:214 2637 2664 msgid "Do Not Play \"please leave message after tone\" to caller" 2638 2665 msgstr "" 2639 2666 2640 #: admin/modules/core/page.general.php:21 72667 #: admin/modules/core/page.general.php:214 2641 2668 msgid "" 2642 2669 "Check this to remove the default message \"Please leave your message after " … … 2645 2672 msgstr "" 2646 2673 2647 #: admin/modules/core/page.general.php:22 32674 #: admin/modules/core/page.general.php:220 2648 2675 msgid "Voicemail VmX Locator" 2649 2676 msgstr "" 2650 2677 2651 #: admin/modules/core/page.general.php:22 72678 #: admin/modules/core/page.general.php:224 2652 2679 msgid "Default Context & Pri:" 2653 2680 msgstr "" 2654 2681 2655 #: admin/modules/core/page.general.php:22 82682 #: admin/modules/core/page.general.php:225 2656 2683 msgid "Default to use if only a number/extension are provided." 2657 2684 msgstr "" 2658 2685 2659 #: admin/modules/core/page.general.php:23 52686 #: admin/modules/core/page.general.php:232 2660 2687 msgid "Timeout/#-press default:" 2661 2688 msgstr "" 2662 2689 2663 #: admin/modules/core/page.general.php:23 62690 #: admin/modules/core/page.general.php:233 2664 2691 msgid "" 2665 2692 "This is the default location that a caller will be sent if they don't press " … … 2668 2695 msgstr "" 2669 2696 2670 #: admin/modules/core/page.general.php:24 42697 #: admin/modules/core/page.general.php:241 2671 2698 msgid "Loop Exceed default:" 2672 2699 msgstr "" 2673 2700 2674 #: admin/modules/core/page.general.php:24 52701 #: admin/modules/core/page.general.php:242 2675 2702 msgid "" 2676 2703 "This is the default location that a caller will be sent if they press an " … … 2679 2706 msgstr "" 2680 2707 2681 #: admin/modules/core/page.general.php:25 32708 #: admin/modules/core/page.general.php:250 2682 2709 msgid "Timeout VM Msg:" 2683 2710 msgstr "" 2684 2711 2685 #: admin/modules/core/page.general.php:25 42686 #: admin/modules/core/page.general.php:26 62712 #: admin/modules/core/page.general.php:251 2713 #: admin/modules/core/page.general.php:263 2687 2714 msgid "" 2688 2715 "If this destination is voicemail, select whether or not to play the standard " … … 2690 2717 msgstr "" 2691 2718 2692 #: admin/modules/core/page.general.php:25 82693 #: admin/modules/core/page.general.php:2 702694 #: admin/modules/core/page.general.php:2 822719 #: admin/modules/core/page.general.php:255 2720 #: admin/modules/core/page.general.php:267 2721 #: admin/modules/core/page.general.php:279 2695 2722 msgid "Std Instructions" 2696 2723 msgstr "" 2697 2724 2698 #: admin/modules/core/page.general.php:25 92699 #: admin/modules/core/page.general.php:2 712700 #: admin/modules/core/page.general.php:28 32725 #: admin/modules/core/page.general.php:256 2726 #: admin/modules/core/page.general.php:268 2727 #: admin/modules/core/page.general.php:280 2701 2728 msgid "Beep Only" 2702 2729 msgstr "" 2703 2730 2704 #: admin/modules/core/page.general.php:26 52731 #: admin/modules/core/page.general.php:262 2705 2732 msgid "Max Loop VM Msg:" 2706 2733 msgstr "" 2707 2734 2708 #: admin/modules/core/page.general.php:27 72735 #: admin/modules/core/page.general.php:274 2709 2736 msgid "Direct VM Option" 2710 2737 msgstr "" 2711 2738 2712 #: admin/modules/core/page.general.php:27 82739 #: admin/modules/core/page.general.php:275 2713 2740 msgid "" 2714 2741 "If a user defined option is to go to voicemail (using the 'dovm' extension) " … … 2716 2743 msgstr "" 2717 2744 2718 #: admin/modules/core/page.general.php:28 92745 #: admin/modules/core/page.general.php:286 2719 2746 msgid "Msg Timeout:" 2720 2747 msgstr "" 2721 2748 2722 #: admin/modules/core/page.general.php:2 902749 #: admin/modules/core/page.general.php:287 2723 2750 msgid "" 2724 2751 "Time to wait after message has played to timeout and/or repeat the message " … … 2726 2753 msgstr "" 2727 2754 2728 #: admin/modules/core/page.general.php: 3022755 #: admin/modules/core/page.general.php:299 2729 2756 msgid "seconds" 2730 2757 msgstr "" 2731 2758 2732 #: admin/modules/core/page.general.php:30 72759 #: admin/modules/core/page.general.php:304 2733 2760 msgid "Msg Play:" 2734 2761 msgstr "" 2735 2762 2736 #: admin/modules/core/page.general.php:30 82763 #: admin/modules/core/page.general.php:305 2737 2764 msgid "" 2738 2765 "Number of times to play the recorded message if the caller does not press " … … 2740 2767 msgstr "" 2741 2768 2742 #: admin/modules/core/page.general.php:3 202743 #: admin/modules/core/page.general.php:33 82769 #: admin/modules/core/page.general.php:317 2770 #: admin/modules/core/page.general.php:335 2744 2771 msgid "times" 2745 2772 msgstr "" 2746 2773 2747 #: admin/modules/core/page.general.php:32 52774 #: admin/modules/core/page.general.php:322 2748 2775 msgid "Error Re-tries:" 2749 2776 msgstr "" 2750 2777 2751 #: admin/modules/core/page.general.php:32 62778 #: admin/modules/core/page.general.php:323 2752 2779 msgid "" 2753 2780 "Number of times to play invalid options and repeat the message upon " … … 2755 2782 msgstr "" 2756 2783 2784 #: admin/modules/core/page.general.php:340 2785 msgid "Company Directory" 2786 msgstr "" 2787 2757 2788 #: admin/modules/core/page.general.php:343 2758 msgid "Company Directory"2759 msgstr ""2760 2761 #: admin/modules/core/page.general.php:3462762 2789 msgid "Find users in the Company Directory by:" 2763 2790 msgstr "" 2764 2791 2765 #: admin/modules/core/page.general.php:34 62792 #: admin/modules/core/page.general.php:343 2766 2793 msgid "" 2767 2794 "The Company Directory allows a caller to spell the user's first name, last " … … 2770 2797 msgstr "" 2771 2798 2772 #: admin/modules/core/page.general.php:34 92799 #: admin/modules/core/page.general.php:346 2773 2800 msgid "first name" 2774 2801 msgstr "" 2775 2802 2776 #: admin/modules/core/page.general.php:3 502803 #: admin/modules/core/page.general.php:347 2777 2804 msgid "last name" 2778 2805 msgstr "" 2779 2806 2780 #: admin/modules/core/page.general.php:3 512807 #: admin/modules/core/page.general.php:348 2781 2808 msgid "first or last name" 2782 2809 msgstr "" 2783 2810 2784 #: admin/modules/core/page.general.php:35 52811 #: admin/modules/core/page.general.php:352 2785 2812 msgid "Announce Extension:" 2786 2813 msgstr "" 2787 2814 2788 #: admin/modules/core/page.general.php:35 52815 #: admin/modules/core/page.general.php:352 2789 2816 msgid "" 2790 2817 "Plays a message \"Please hold while I transfer you to extension xxx\" that " … … 2793 2820 msgstr "" 2794 2821 2795 #: admin/modules/core/page.general.php:3 602822 #: admin/modules/core/page.general.php:357 2796 2823 msgid "Operator Extension:" 2797 2824 msgstr "" 2798 2825 2799 #: admin/modules/core/page.general.php:3 612826 #: admin/modules/core/page.general.php:358 2800 2827 msgid "" 2801 2828 "When users hit '0' in the directory, they are put through to this number. " … … 2803 2830 msgstr "" 2804 2831 2805 #: admin/modules/core/page.general.php:3 622832 #: admin/modules/core/page.general.php:359 2806 2833 msgid "" 2807 2834 " does NOT need to be an extension, it can be a Ring Group, or even an " … … 2809 2836 msgstr "" 2810 2837 2838 #: admin/modules/core/page.general.php:365 2839 msgid "International Settings" 2840 msgstr "" 2841 2811 2842 #: admin/modules/core/page.general.php:368 2812 msgid "Fax Machine"2813 msgstr ""2814 2815 #: admin/modules/core/page.general.php:3712816 msgid "Extension of fax machine for receiving faxes:"2817 msgstr ""2818 2819 #: admin/modules/core/page.general.php:3712820 msgid ""2821 "Select 'system' to have the system receive and email faxes.<br>Selecting "2822 "'disabled' will result in incoming calls being answered more quickly."2823 msgstr ""2824 2825 #: admin/modules/core/page.general.php:3892826 msgid "Email address to have faxes emailed to:"2827 msgstr ""2828 2829 #: admin/modules/core/page.general.php:3892830 msgid ""2831 "Email address used if 'system' has been chosen for the fax extension above."2832 msgstr ""2833 2834 #: admin/modules/core/page.general.php:3942835 msgid "Email address that faxes appear to come from:"2836 msgstr ""2837 2838 #: admin/modules/core/page.general.php:3942839 msgid ""2840 "Email address that faxes appear to come from if 'system' has been chosen for "2841 "the fax extension above."2842 msgstr ""2843 2844 #: admin/modules/core/page.general.php:3992845 msgid "International Settings"2846 msgstr ""2847 2848 #: admin/modules/core/page.general.php:4022849 2843 msgid "Country Indications" 2850 2844 msgstr "" 2851 2845 2852 #: admin/modules/core/page.general.php: 4022846 #: admin/modules/core/page.general.php:368 2853 2847 msgid "Select which country you are in" 2854 2848 msgstr "" 2855 2849 2856 #: admin/modules/core/page.general.php: 4112850 #: admin/modules/core/page.general.php:377 2857 2851 msgid "24-hour format" 2858 2852 msgstr "" 2859 2853 2860 #: admin/modules/core/page.general.php: 4112854 #: admin/modules/core/page.general.php:377 2861 2855 msgid "" 2862 2856 "Select Yes if you use 24-hour format or No if you are using 12-hour am/pm " … … 2864 2858 msgstr "" 2865 2859 2866 #: admin/modules/core/page.general.php: 4142867 #: admin/modules/core/page.general.php: 4292860 #: admin/modules/core/page.general.php:380 2861 #: admin/modules/core/page.general.php:395 2868 2862 msgid "no" 2869 2863 msgstr "" 2870 2864 2871 #: admin/modules/core/page.general.php: 4152872 #: admin/modules/core/page.general.php: 4302865 #: admin/modules/core/page.general.php:381 2866 #: admin/modules/core/page.general.php:396 2873 2867 msgid "yes" 2874 2868 msgstr "" 2875 2869 2876 #: admin/modules/core/page.general.php: 4192870 #: admin/modules/core/page.general.php:385 2877 2871 msgid "Security Settings" 2878 2872 msgstr "" 2879 2873 2880 #: admin/modules/core/page.general.php: 4222874 #: admin/modules/core/page.general.php:388 2881 2875 msgid "Allow Anonymous Inbound SIP Calls?" 2882 2876 msgstr "" 2883 2877 2884 #: admin/modules/core/page.general.php: 4232878 #: admin/modules/core/page.general.php:389 2885 2879 msgid "** WARNING **" 2886 2880 msgstr "" 2887 2881 2888 #: admin/modules/core/page.general.php: 4242882 #: admin/modules/core/page.general.php:390 2889 2883 msgid "" 2890 2884 "Setting this to 'yes' will potentially allow ANYBODY to call into your " … … 2892 2886 msgstr "" 2893 2887 2894 #: admin/modules/core/page.general.php: 4252888 #: admin/modules/core/page.general.php:391 2895 2889 msgid "" 2896 2890 "It should only be used if you fully understand the impact of allowing " … … 2898 2892 msgstr "" 2899 2893 2900 #: admin/modules/core/page.general.php:4 352894 #: admin/modules/core/page.general.php:401 2901 2895 msgid "Online Updates" 2902 2896 msgstr "" 2903 2897 2904 #: admin/modules/core/page.general.php:4 392898 #: admin/modules/core/page.general.php:405 2905 2899 msgid "Check for Updates" 2906 2900 msgstr "" 2907 2901 2908 #: admin/modules/core/page.general.php:4 402902 #: admin/modules/core/page.general.php:406 2909 2903 msgid "" 2910 2904 "Choosing Yes will result in the system automatically checking for updates " 2911 "nigh ly. The resulting infomation will be displayed in the dashboard and will"2912 " be optionally emailed to the address below if provided.<br />This will "2905 "nightly. The resulting information will be displayed in the dashboard and " 2906 "will be optionally emailed to the address below if provided.<br />This will " 2913 2907 "transmit your FreePBX and Asterisk version numbers along with a unique but " 2914 2908 "random identifier. This is used to provide proper update information and to " … … 2917 2911 msgstr "" 2918 2912 2919 #: admin/modules/core/page.general.php:4 512913 #: admin/modules/core/page.general.php:417 2920 2914 msgid "Update Email" 2921 2915 msgstr "" 2922 2916 2923 #: admin/modules/core/page.general.php:4 522917 #: admin/modules/core/page.general.php:418 2924 2918 msgid "" 2925 2919 "Email address where online updates will be sent. Leaving blank will result " … … 2927 2921 msgstr "" 2928 2922 2929 #: admin/modules/core/page.general.php:4 822923 #: admin/modules/core/page.general.php:448 2930 2924 msgid "Please enter a valid Number of Seconds" 2931 2925 msgstr "" 2932 2926 2933 #: admin/modules/core/page.general.php:4 832927 #: admin/modules/core/page.general.php:449 2934 2928 msgid "Please enter a valid Fax Email" 2935 2929 msgstr "" 2936 2930 2937 #: admin/modules/core/page.general.php:4 842931 #: admin/modules/core/page.general.php:450 2938 2932 msgid "" 2939 2933 "You have selected the 'r' option for your trunks. This is highly discouraged " 2940 2934 "and will create problems with calls on many PRI, VoIP, ISDN and other trunks " 2941 2935 "that are capable of signaling. Asterisk will generate a ringing tone until " 2942 "the signal ling indicates the line is answered. This will result in some "2936 "the signaling indicates the line is answered. This will result in some " 2943 2937 "external IVRs being inaccessible and other strange problems." 2944 2938 msgstr "" 2945 2939 2946 #: admin/modules/core/page.routing.php:12 62940 #: admin/modules/core/page.routing.php:128 2947 2941 msgid "Error renaming route: duplicate name" 2948 2942 msgstr "" 2949 2943 2950 #: admin/modules/core/page.routing.php:17 22944 #: admin/modules/core/page.routing.php:174 2951 2945 #: admin/modules/core/page.trunks.php:144 2952 2946 msgid "Error fetching prefix list for: " 2953 2947 msgstr "" 2954 2948 2955 #: admin/modules/core/page.routing.php:17 72949 #: admin/modules/core/page.routing.php:179 2956 2950 #: admin/modules/core/page.trunks.php:149 2957 2951 msgid "Invalid format for NPA-NXX code (must be format: NXXNXX)" 2958 2952 msgstr "" 2959 2953 2960 #: admin/modules/core/page.routing.php:2 082961 #: admin/modules/core/page.routing.php:2 732954 #: admin/modules/core/page.routing.php:210 2955 #: admin/modules/core/page.routing.php:287 2962 2956 msgid "Add Route" 2963 2957 msgstr "" 2964 2958 2965 #: admin/modules/core/page.routing.php:22 32966 #: admin/modules/core/page.routing.php:5 362959 #: admin/modules/core/page.routing.php:225 2960 #: admin/modules/core/page.routing.php:560 2967 2961 msgid "Move Up" 2968 2962 msgstr "" 2969 2963 2970 #: admin/modules/core/page.routing.php:23 02971 #: admin/modules/core/page.routing.php:5 442964 #: admin/modules/core/page.routing.php:232 2965 #: admin/modules/core/page.routing.php:568 2972 2966 msgid "Move Down" 2973 2967 msgstr "" 2974 2968 2975 #: admin/modules/core/page.routing.php:2 712969 #: admin/modules/core/page.routing.php:285 2976 2970 msgid "Edit Route" 2977 2971 msgstr "" 2978 2972 2979 #: admin/modules/core/page.routing.php: 2982973 #: admin/modules/core/page.routing.php:312 2980 2974 msgid "Route Name" 2981 2975 msgstr "" 2982 2976 2983 #: admin/modules/core/page.routing.php: 2982977 #: admin/modules/core/page.routing.php:312 2984 2978 msgid "" 2985 2979 "Name of this route. Should be used to describe what type of calls this route " … … 2987 2981 msgstr "" 2988 2982 2989 #: admin/modules/core/page.routing.php:3 042983 #: admin/modules/core/page.routing.php:318 2990 2984 msgid "Rename" 2991 2985 msgstr "" 2992 2986 2993 #: admin/modules/core/page.routing.php:3 092987 #: admin/modules/core/page.routing.php:323 2994 2988 msgid "Rename route" 2995 2989 msgstr "" 2996 2990 2997 #: admin/modules/core/page.routing.php:3 092991 #: admin/modules/core/page.routing.php:323 2998 2992 msgid "to:" 2999 2993 msgstr "" 3000 2994 3001 #: admin/modules/core/page.routing.php:3 112995 #: admin/modules/core/page.routing.php:325 3002 2996 msgid "Route name is invalid...please try again" 3003 2997 msgstr "" 3004 2998 3005 #: admin/modules/core/page.routing.php:326 2999 #: admin/modules/core/page.routing.php:341 3000 msgid "Route CID" 3001 msgstr "" 3002 3003 #: admin/modules/core/page.routing.php:341 3004 msgid "" 3005 "Optional Route CID to be used for this route. If set, this will override all " 3006 "CIDS specified except:<ul><li>extension/device EMERGENCY CIDs if this route " 3007 "is checked as an EMERGENCY Route</li<li>trunk CID if trunk is set to force " 3008 "it's CID</li><li>Forwarded call CIDs (CF, Follow Me, Ring Groups, etc)</" 3009 "li><li>Extension/User CIDs if checked</li></ul>" 3010 msgstr "" 3011 3012 #: admin/modules/core/page.routing.php:344 3013 msgid "Override Extension CID" 3014 msgstr "" 3015 3016 #: admin/modules/core/page.routing.php:349 3006 3017 msgid "Route Password" 3007 3018 msgstr "" 3008 3019 3009 #: admin/modules/core/page.routing.php:3 263020 #: admin/modules/core/page.routing.php:349 3010 3021 msgid "" 3011 3022 "Optional: A route can prompt users for a password before allowing calls to " … … 3016 3027 msgstr "" 3017 3028 3018 #: admin/modules/core/page.routing.php:3 353029 #: admin/modules/core/page.routing.php:358 3019 3030 msgid "Emergency Dialing" 3020 3031 msgstr "" 3021 3032 3022 #: admin/modules/core/page.routing.php:3 353033 #: admin/modules/core/page.routing.php:358 3023 3034 msgid "" 3024 3035 "Optional: Selecting this option will enforce the use of a device's Emergency " … … 3027 3038 msgstr "" 3028 3039 3029 #: admin/modules/core/page.routing.php:3 393040 #: admin/modules/core/page.routing.php:362 3030 3041 msgid "Intra Company Route" 3031 3042 msgstr "" 3032 3043 3033 #: admin/modules/core/page.routing.php:3 393044 #: admin/modules/core/page.routing.php:362 3034 3045 msgid "" 3035 3046 "Optional: Selecting this option will treat this route as a intra-company " … … 3038 3049 msgstr "" 3039 3050 3040 #: admin/modules/core/page.routing.php:3 443051 #: admin/modules/core/page.routing.php:367 3041 3052 msgid "Music On Hold?" 3042 3053 msgstr "" 3043 3054 3044 #: admin/modules/core/page.routing.php:3 443055 #: admin/modules/core/page.routing.php:367 3045 3056 msgid "" 3046 3057 "You can choose which music category to use. For example, choose a type " … … 3049 3060 msgstr "" 3050 3061 3051 #: admin/modules/core/page.routing.php:3 623062 #: admin/modules/core/page.routing.php:385 3052 3063 msgid "Dial Patterns" 3053 3064 msgstr "" 3054 3065 3055 #: admin/modules/core/page.routing.php:3 623066 #: admin/modules/core/page.routing.php:385 3056 3067 msgid "" 3057 3068 "A Dial Pattern is a unique set of digits that will select this trunk. Enter " … … 3059 3070 msgstr "" 3060 3071 3061 #: admin/modules/core/page.routing.php:3 623062 #: admin/modules/core/page.trunks.php:4 123072 #: admin/modules/core/page.routing.php:385 3073 #: admin/modules/core/page.trunks.php:432 3063 3074 msgid "Rules:" 3064 3075 msgstr "" 3065 3076 3066 #: admin/modules/core/page.routing.php:3 633067 #: admin/modules/core/page.trunks.php:4 133077 #: admin/modules/core/page.routing.php:386 3078 #: admin/modules/core/page.trunks.php:433 3068 3079 msgid "matches any digit from 0-9" 3069 3080 msgstr "" 3070 3081 3071 #: admin/modules/core/page.routing.php:3 643072 #: admin/modules/core/page.trunks.php:4 143082 #: admin/modules/core/page.routing.php:387 3083 #: admin/modules/core/page.trunks.php:434 3073 3084 msgid "matches any digit from 1-9" 3074 3085 msgstr "" 3075 3086 3076 #: admin/modules/core/page.routing.php:3 653077 #: admin/modules/core/page.trunks.php:4 153087 #: admin/modules/core/page.routing.php:388 3088 #: admin/modules/core/page.trunks.php:435 3078 3089 msgid "matches any digit from 2-9" 3079 3090 msgstr "" 3080 3091 3081 #: admin/modules/core/page.routing.php:3 663082 #: admin/modules/core/page.trunks.php:4 163092 #: admin/modules/core/page.routing.php:389 3093 #: admin/modules/core/page.trunks.php:436 3083 3094 msgid "" 3084 3095 "matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 3085 3096 msgstr "" 3086 3097 3087 #: admin/modules/core/page.routing.php:3 673098 #: admin/modules/core/page.routing.php:390 3088 3099 msgid "wildcard, matches one or more characters" 3089 3100 msgstr "" 3090 3101 3091 #: admin/modules/core/page.routing.php:3 683102 #: admin/modules/core/page.routing.php:391 3092 3103 msgid "" 3093 3104 "separates a dialing prefix from the number (for example, 9|NXXXXXX would " … … 3096 3107 msgstr "" 3097 3108 3098 #: admin/modules/core/page.routing.php:405 3099 #: admin/modules/core/page.trunks.php:431 3109 #: admin/modules/core/page.routing.php:392 3110 msgid "" 3111 "appended to a dial pattern, matches a callerid or callerid pattern (for " 3112 "example, NXXXXXX/104 would match only if dialed by extension \"104\")" 3113 msgstr "" 3114 3115 #: admin/modules/core/page.routing.php:429 3116 #: admin/modules/core/page.trunks.php:451 3100 3117 msgid "Clean & Remove duplicates" 3101 3118 msgstr "" 3102 3119 3103 #: admin/modules/core/page.routing.php:4 103120 #: admin/modules/core/page.routing.php:434 3104 3121 msgid "Dial patterns wizards" 3105 3122 msgstr "" 3106 3123 3107 #: admin/modules/core/page.routing.php:4 113124 #: admin/modules/core/page.routing.php:435 3108 3125 msgid "" 3109 3126 "These options provide a quick way to add outbound dialing rules. Follow the " … … 3111 3128 msgstr "" 3112 3129 3113 #: admin/modules/core/page.routing.php:4 123114 #: admin/modules/core/page.routing.php: 4983130 #: admin/modules/core/page.routing.php:436 3131 #: admin/modules/core/page.routing.php:522 3115 3132 msgid "Lookup local prefixes" 3116 3133 msgstr "" 3117 3134 3118 #: admin/modules/core/page.routing.php:4 123135 #: admin/modules/core/page.routing.php:436 3119 3136 msgid "" 3120 3137 "This looks up your local number on www.localcallingguide.com (NA-only), and " … … 3123 3140 msgstr "" 3124 3141 3125 #: admin/modules/core/page.routing.php:4 233126 #: admin/modules/core/page.trunks.php: 4813142 #: admin/modules/core/page.routing.php:447 3143 #: admin/modules/core/page.trunks.php:501 3127 3144 msgid "" 3128 3145 "What is your areacode + prefix (NPA-NXX)?\\n\\n(Note: this database contains " … … 3132 3149 msgstr "" 3133 3150 3134 #: admin/modules/core/page.routing.php:4 253135 #: admin/modules/core/page.trunks.php: 4833151 #: admin/modules/core/page.routing.php:449 3152 #: admin/modules/core/page.trunks.php:503 3136 3153 msgid "Invalid NPA-NXX. Must be of the format \\'NXX-NXX\\'" 3137 3154 msgstr "" 3138 3155 3139 #: admin/modules/core/page.routing.php:4 333140 #: admin/modules/core/page.trunks.php: 4953156 #: admin/modules/core/page.routing.php:457 3157 #: admin/modules/core/page.trunks.php:515 3141 3158 msgid "" 3142 3159 "Error: Cannot continue!\\n\\nPrefix lookup requires cURL support in PHP on " … … 3145 3162 msgstr "" 3146 3163 3147 #: admin/modules/core/page.routing.php: 4903148 #: admin/modules/core/page.trunks.php:4 423164 #: admin/modules/core/page.routing.php:514 3165 #: admin/modules/core/page.trunks.php:462 3149 3166 msgid "(pick one)" 3150 3167 msgstr "" 3151 3168 3152 #: admin/modules/core/page.routing.php: 4913169 #: admin/modules/core/page.routing.php:515 3153 3170 msgid "Local 7 digit" 3154 3171 msgstr "" 3155 3172 3156 #: admin/modules/core/page.routing.php: 4923173 #: admin/modules/core/page.routing.php:516 3157 3174 msgid "Local 7/10 digit" 3158 3175 msgstr "" 3159 3176 3160 #: admin/modules/core/page.routing.php: 4933177 #: admin/modules/core/page.routing.php:517 3161 3178 msgid "Toll-free" 3162 3179 msgstr "" 3163 3180 3164 #: admin/modules/core/page.routing.php: 4943181 #: admin/modules/core/page.routing.php:518 3165 3182 msgid "Long-distance" 3166 3183 msgstr "" 3167 3184 3168 #: admin/modules/core/page.routing.php: 4953185 #: admin/modules/core/page.routing.php:519 3169 3186 msgid "International" 3170 3187 msgstr "" 3171 3188 3172 #: admin/modules/core/page.routing.php: 4963189 #: admin/modules/core/page.routing.php:520 3173 3190 msgid "Information" 3174 3191 msgstr "" 3175 3192 3176 #: admin/modules/core/page.routing.php: 4973193 #: admin/modules/core/page.routing.php:521 3177 3194 msgid "Emergency" 3178 3195 msgstr "" 3179 3196 3180 #: admin/modules/core/page.routing.php:5 043197 #: admin/modules/core/page.routing.php:528 3181 3198 msgid "Trunk Sequence" 3182 3199 msgstr "" 3183 3200 3184 #: admin/modules/core/page.routing.php:5 043201 #: admin/modules/core/page.routing.php:528 3185 3202 msgid "" 3186 3203 "The Trunk Sequence controls the order of trunks that will be used when the " … … 3191 3208 msgstr "" 3192 3209 3193 #: admin/modules/core/page.routing.php:6 263210 #: admin/modules/core/page.routing.php:650 3194 3211 msgid "Route name is invalid, please try again" 3195 3212 msgstr "" 3196 3213 3197 #: admin/modules/core/page.routing.php:6 273214 #: admin/modules/core/page.routing.php:651 3198 3215 msgid "Route password must be numeric or leave blank to disable" 3199 3216 msgstr "" 3200 3217 3201 #: admin/modules/core/page.routing.php:6 283218 #: admin/modules/core/page.routing.php:652 3202 3219 msgid "Dial pattern is invalid" 3203 3220 msgstr "" 3204 3221 3205 #: admin/modules/core/page.routing.php:6 293222 #: admin/modules/core/page.routing.php:653 3206 3223 msgid "At least one trunk must be picked" 3224 msgstr "" 3225 3226 #: admin/modules/core/page.routing.php:654 3227 #: admin/modules/core/page.trunks.php:801 3228 msgid "Invalid Outbound Caller ID" 3207 3229 msgstr "" 3208 3230 … … 3211 3233 msgstr "" 3212 3234 3213 #: admin/modules/core/page.trunks.php:206 3235 #: admin/modules/core/page.trunks.php:185 3236 #, php-format 3237 msgid "Channel %s" 3238 msgstr "" 3239 3240 #: admin/modules/core/page.trunks.php:212 3214 3241 msgid "Add a Trunk" 3215 3242 msgstr "" 3216 3243 3217 #: admin/modules/core/page.trunks.php:21 03244 #: admin/modules/core/page.trunks.php:216 3218 3245 msgid "Add Zap Trunk" 3219 3246 msgstr "" 3220 3247 3221 #: admin/modules/core/page.trunks.php:21 03222 #: admin/modules/core/page.trunks.php:3 183248 #: admin/modules/core/page.trunks.php:216 3249 #: admin/modules/core/page.trunks.php:325 3223 3250 msgid "DAHDI compatibility mode" 3224 3251 msgstr "" 3225 3252 3226 #: admin/modules/core/page.trunks.php:21 13253 #: admin/modules/core/page.trunks.php:217 3227 3254 msgid "Add SIP Trunk" 3228 3255 msgstr "" 3229 3256 3230 #: admin/modules/core/page.trunks.php:21 23257 #: admin/modules/core/page.trunks.php:218 3231 3258 msgid "Add IAX2 Trunk" 3232 3259 msgstr "" 3233 3260 3234 #: admin/modules/core/page.trunks.php:21 33261 #: admin/modules/core/page.trunks.php:219 3235 3262 msgid "Add ENUM Trunk" 3236 3263 msgstr "" 3237 3264 3238 #: admin/modules/core/page.trunks.php:2 143265 #: admin/modules/core/page.trunks.php:220 3239 3266 msgid "Add DUNDi Trunk" 3240 3267 msgstr "" 3241 3268 3242 #: admin/modules/core/page.trunks.php:2 153269 #: admin/modules/core/page.trunks.php:221 3243 3270 msgid "Add Custom Trunk" 3244 3271 msgstr "" 3245 3272 3246 #: admin/modules/core/page.trunks.php:272 3273 #: admin/modules/core/page.trunks.php:278 3274 #, php-format 3275 msgid "%s Channel %s" 3276 msgstr "" 3277 3278 #: admin/modules/core/page.trunks.php:280 3247 3279 #, php-format 3248 3280 msgid "Edit %s Trunk" 3249 3281 msgstr "" 3250 3282 3251 #: admin/modules/core/page.trunks.php:2 723283 #: admin/modules/core/page.trunks.php:280 3252 3284 msgid "DAHDI compatibility Mode" 3253 3285 msgstr "" 3254 3286 3255 #: admin/modules/core/page.trunks.php:2 743287 #: admin/modules/core/page.trunks.php:281 3256 3288 #, php-format 3257 3289 msgid "Delete Trunk %s" 3258 3290 msgstr "" 3259 3291 3260 #: admin/modules/core/page.trunks.php:2 843292 #: admin/modules/core/page.trunks.php:291 3261 3293 msgid "In use by" 3262 3294 msgstr "" 3263 3295 3264 #: admin/modules/core/page.trunks.php:2 843296 #: admin/modules/core/page.trunks.php:291 3265 3297 msgid "route" 3266 3298 msgstr "" 3267 3299 3268 #: admin/modules/core/page.trunks.php:2 843300 #: admin/modules/core/page.trunks.php:291 3269 3301 msgid "routes" 3270 3302 msgstr "" 3271 3303 3272 #: admin/modules/core/page.trunks.php:2 863304 #: admin/modules/core/page.trunks.php:293 3273 3305 msgid "Sequence" 3274 3306 msgstr "" 3275 3307 3276 #: admin/modules/core/page.trunks.php:29 03308 #: admin/modules/core/page.trunks.php:297 3277 3309 msgid "WARNING:" 3278 3310 msgstr "" 3279 3311 3280 #: admin/modules/core/page.trunks.php:29 03312 #: admin/modules/core/page.trunks.php:297 3281 3313 msgid "This trunk is not used by any routes!" 3282 3314 msgstr "" 3283 3315 3284 #: admin/modules/core/page.trunks.php:29 13316 #: admin/modules/core/page.trunks.php:298 3285 3317 msgid "" 3286 3318 "This trunk will not be able to be used for outbound calls until a route is " … … 3288 3320 msgstr "" 3289 3321 3290 #: admin/modules/core/page.trunks.php:3 183322 #: admin/modules/core/page.trunks.php:325 3291 3323 #, php-format 3292 3324 msgid "Add %s Trunk" 3293 3325 msgstr "" 3294 3326 3295 #: admin/modules/core/page.trunks.php:32 23327 #: admin/modules/core/page.trunks.php:329 3296 3328 msgid "" 3297 3329 "FreePBX offers limited support for DUNDi trunks and additional manual " … … 3311 3343 msgstr "" 3312 3344 3313 #: admin/modules/core/page.trunks.php:35 23345 #: admin/modules/core/page.trunks.php:359 3314 3346 msgid "Trunk Description" 3315 3347 msgstr "" 3316 3348 3317 #: admin/modules/core/page.trunks.php:35 23349 #: admin/modules/core/page.trunks.php:359 3318 3350 msgid "Descriptive Name for this Trunk" 3319 3351 msgstr "" 3320 3352 3321 #: admin/modules/core/page.trunks.php:3 593353 #: admin/modules/core/page.trunks.php:366 3322 3354 msgid "Outbound Caller ID" 3323 3355 msgstr "" 3324 3356 3325 #: admin/modules/core/page.trunks.php:3 593357 #: admin/modules/core/page.trunks.php:366 3326 3358 msgid "" 3327 3359 "Caller ID for calls placed out on this trunk<br><br>Format: <b><" … … 3331 3363 msgstr "" 3332 3364 3333 #: admin/modules/core/page.trunks.php:366 3334 msgid "Block Foreign CallerIDs" 3335 msgstr "" 3336 3337 #: admin/modules/core/page.trunks.php:366 3338 msgid "" 3339 "Some VoIP providers will drop the call if you try to send an invalid " 3340 "CallerID (one you don't 'own.' Use this to never send a CallerID that you " 3341 "haven't explicitly specified in this trunk or in the outbound callerid field " 3342 "of an extension/user. You might notice this problem if you discover that " 3343 "Follow-Me or RingGroups with external numbers don't work properly. Checking " 3344 "this box has the effect of disabling 'foreign' callerids from going out this " 3345 "trunk. You must define an Outbound Caller ID on the this trunk when checking " 3346 "this." 3347 msgstr "" 3348 3349 #: admin/modules/core/page.trunks.php:376 3350 #: admin/modules/core/page.trunks.php:380 3365 #: admin/modules/core/page.trunks.php:375 3366 msgid "CID Options" 3367 msgstr "" 3368 3369 #: admin/modules/core/page.trunks.php:375 3370 msgid "" 3371 "Determines what CIDs will be allowed out this trunk. IMPORTANT: EMERGENCY " 3372 "CIDs defined on an extension/device will ALWAYS be used if this trunk is " 3373 "part of an EMERGENCY Route regardless of these settings.<br />Allow Any CID: " 3374 "all CIDs including foreign CIDS from forwarded external calls will be " 3375 "transmitted.<br />Block Foreign CIDs: blocks any CID that is the result of a " 3376 "forwarded call from off the system. CIDs defined for extensions/users are " 3377 "transmitted.<br />Remove CNAM: this will remove CNAM from any CID sent out " 3378 "this trunk<br />Force Trunk CID: Always use the CID defined for this trunk " 3379 "except if part of any EMERGENCY Route with an EMERGENCY CID defined for the " 3380 "extension/device." 3381 msgstr "" 3382 3383 #: admin/modules/core/page.trunks.php:381 3384 msgid "Allow Any CID" 3385 msgstr "" 3386 3387 #: admin/modules/core/page.trunks.php:382 3388 msgid "Block Foreign CIDs" 3389 msgstr "" 3390 3391 #: admin/modules/core/page.trunks.php:383 3392 msgid "Remove CNAM" 3393 msgstr "" 3394 3395 #: admin/modules/core/page.trunks.php:384 3396 msgid "Force Trunk CID" 3397 msgstr "" 3398 3399 #: admin/modules/core/page.trunks.php:396 3400 #: admin/modules/core/page.trunks.php:400 3351 3401 msgid "Maximum Channels" 3352 3402 msgstr "" 3353 3403 3354 #: admin/modules/core/page.trunks.php:3 763404 #: admin/modules/core/page.trunks.php:396 3355 3405 #, php-format 3356 3406 msgid "" … … 3361 3411 msgstr "" 3362 3412 3363 #: admin/modules/core/page.trunks.php: 3803413 #: admin/modules/core/page.trunks.php:400 3364 3414 msgid "" 3365 3415 "Controls the maximum number of outbound channels (simultaneous calls) that " … … 3368 3418 msgstr "" 3369 3419 3370 #: admin/modules/core/page.trunks.php: 3903420 #: admin/modules/core/page.trunks.php:410 3371 3421 msgid "Disable Trunk" 3372 3422 msgstr "" 3373 3423 3374 #: admin/modules/core/page.trunks.php: 3903424 #: admin/modules/core/page.trunks.php:410 3375 3425 msgid "Check this to disable this trunk in all routes where it is used." 3376 3426 msgstr "" 3377 3427 3378 #: admin/modules/core/page.trunks.php: 3973428 #: admin/modules/core/page.trunks.php:417 3379 3429 msgid "Monitor Trunk Failures" 3380 3430 msgstr "" 3381 3431 3382 #: admin/modules/core/page.trunks.php: 3973432 #: admin/modules/core/page.trunks.php:417 3383 3433 msgid "" 3384 3434 "If checked, supply the name of a custom AGI Script that will be called to " … … 3387 3437 msgstr "" 3388 3438 3389 #: admin/modules/core/page.trunks.php:4 073439 #: admin/modules/core/page.trunks.php:427 3390 3440 msgid "Outgoing Dial Rules" 3391 3441 msgstr "" 3392 3442 3393 #: admin/modules/core/page.trunks.php:4 123443 #: admin/modules/core/page.trunks.php:432 3394 3444 msgid "Dial Rules" 3395 3445 msgstr "" 3396 3446 3397 #: admin/modules/core/page.trunks.php:4 123447 #: admin/modules/core/page.trunks.php:432 3398 3448 msgid "" 3399 3449 "A Dial Rule controls how calls will be dialed on this trunk. It can be used " … … 3405 3455 msgstr "" 3406 3456 3407 #: admin/modules/core/page.trunks.php:4 173457 #: admin/modules/core/page.trunks.php:437 3408 3458 msgid "wildcard, matches one or more characters (not allowed before a | or +)" 3409 3459 msgstr "" 3410 3460 3411 #: admin/modules/core/page.trunks.php:4 183461 #: admin/modules/core/page.trunks.php:438 3412 3462 msgid "" 3413 3463 "removes a dialing prefix from the number (for example, 613|NXXXXXX would " … … 3416 3466 msgstr "" 3417 3467 3418 #: admin/modules/core/page.trunks.php:4 193468 #: admin/modules/core/page.trunks.php:439 3419 3469 msgid "" 3420 3470 "adds a dialing prefix from the number (for example, 1613+NXXXXXX would match " … … 3422 3472 msgstr "" 3423 3473 3424 #: admin/modules/core/page.trunks.php:4 203474 #: admin/modules/core/page.trunks.php:440 3425 3475 msgid "" 3426 3476 "You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match " … … 3429 3479 msgstr "" 3430 3480 3431 #: admin/modules/core/page.trunks.php:4 363481 #: admin/modules/core/page.trunks.php:456 3432 3482 msgid "Dial Rules Wizards" 3433 3483 msgstr "" 3434 3484 3435 #: admin/modules/core/page.trunks.php:4 373436 #: admin/modules/core/page.trunks.php:4 433485 #: admin/modules/core/page.trunks.php:457 3486 #: admin/modules/core/page.trunks.php:463 3437 3487 msgid "Always dial with prefix" 3438 3488 msgstr "" 3439 3489 3440 #: admin/modules/core/page.trunks.php:4 373490 #: admin/modules/core/page.trunks.php:457 3441 3491 msgid "" 3442 3492 "is useful for VoIP trunks, where if a number is dialed as \"5551234\", it " … … 3444 3494 msgstr "" 3445 3495 3446 #: admin/modules/core/page.trunks.php:4 383447 #: admin/modules/core/page.trunks.php:4 443496 #: admin/modules/core/page.trunks.php:458 3497 #: admin/modules/core/page.trunks.php:464 3448 3498 msgid "Remove prefix from local numbers" 3449 3499 msgstr "" 3450 3500 3451 #: admin/modules/core/page.trunks.php:4 383501 #: admin/modules/core/page.trunks.php:458 3452 3502 msgid "" 3453 3503 "is useful for ZAP trunks, where if a local number is dialed as \"6135551234" … … 3455 3505 msgstr "" 3456 3506 3457 #: admin/modules/core/page.trunks.php:4 393507 #: admin/modules/core/page.trunks.php:459 3458 3508 msgid "Lookup numbers for local trunk" 3459 3509 msgstr "" 3460 3510 3461 #: admin/modules/core/page.trunks.php:4 393511 #: admin/modules/core/page.trunks.php:459 3462 3512 msgid "" 3463 3513 "This looks up your local number on www.localcallingguide.com (NA-only), and " … … 3468 3518 msgstr "" 3469 3519 3470 #: admin/modules/core/page.trunks.php:4 453520 #: admin/modules/core/page.trunks.php:465 3471 3521 msgid "Lookup numbers for local trunk (7-digit dialing)" 3472 3522 msgstr "" 3473 3523 3474 #: admin/modules/core/page.trunks.php:4 463524 #: admin/modules/core/page.trunks.php:466 3475 3525 msgid "Lookup numbers for local trunk (10-digit dialing)" 3476 3526 msgstr "" 3477 3527 3478 #: admin/modules/core/page.trunks.php:4 663528 #: admin/modules/core/page.trunks.php:486 3479 3529 msgid "Are you sure you want to disable this trunk in all routes it is used?" 3480 3530 msgstr "" 3481 3531 3482 #: admin/modules/core/page.trunks.php:4 713532 #: admin/modules/core/page.trunks.php:491 3483 3533 msgid "You have enabled this trunk in all routes it is used" 3484 3534 msgstr "" 3485 3535 3486 #: admin/modules/core/page.trunks.php: 4813536 #: admin/modules/core/page.trunks.php:501 3487 3537 msgid "\")" 3488 3538 msgstr "" 3489 3539 3490 #: admin/modules/core/page.trunks.php:5 033540 #: admin/modules/core/page.trunks.php:523 3491 3541 msgid "" 3492 3542 "What is the local dialing pattern?\\n\\n(ie. NXXNXXXXXX for US/CAN 10-digit " … … 3494 3544 msgstr "" 3495 3545 3496 #: admin/modules/core/page.trunks.php:505 3546 #: admin/modules/core/page.trunks.php:525 3547 #: admin/modules/core/page.trunks.php:548 3548 msgid "Invalid pattern. Only 0-9, #, *, Z, N, X and . are allowed." 3549 msgstr "" 3550 3497 3551 #: admin/modules/core/page.trunks.php:528 3498 msgid "Invalid pattern. Only 0-9, #, *, Z, N, X and . are allowed."3499 msgstr ""3500 3501 #: admin/modules/core/page.trunks.php:5083502 3552 msgid "" 3503 3553 "What prefix should be added to the dialing pattern?\\n\\n(ie. for US/CAN, 1" … … 3505 3555 msgstr "" 3506 3556 3507 #: admin/modules/core/page.trunks.php:5 103557 #: admin/modules/core/page.trunks.php:530 3508 3558 msgid "Invalid prefix. Only dialable characters (0-9, #, and *) are allowed." 3509 3559 msgstr "" 3510 3560 3511 #: admin/modules/core/page.trunks.php:5 213561 #: admin/modules/core/page.trunks.php:541 3512 3562 msgid "" 3513 3563 "What prefix should be removed from the number?\\n\\n(ie. for US/CAN, 1" … … 3515 3565 msgstr "" 3516 3566 3517 #: admin/modules/core/page.trunks.php:5 233567 #: admin/modules/core/page.trunks.php:543 3518 3568 msgid "Invalid prefix. Only 0-9, #, *, Z, N, and X are allowed." 3519 3569 msgstr "" 3520 3570 3521 #: admin/modules/core/page.trunks.php:5 263571 #: admin/modules/core/page.trunks.php:546 3522 3572 msgid "What is the dialing pattern for local numbers after" 3523 3573 msgstr "" 3524 3574 3525 #: admin/modules/core/page.trunks.php:5 263575 #: admin/modules/core/page.trunks.php:546 3526 3576 msgid "(ie. NXXNXXXXXX for US/CAN 10-digit dialing, NXXXXXX for 7-digit)" 3527 3577 msgstr "" 3528 3578 3529 #: admin/modules/core/page.trunks.php:6 513579 #: admin/modules/core/page.trunks.php:671 3530 3580 msgid "Outbound Dial Prefix" 3531 3581 msgstr "" 3532 3582 3533 #: admin/modules/core/page.trunks.php:6 513583 #: admin/modules/core/page.trunks.php:671 3534 3584 msgid "" 3535 3585 "The outbound dialing prefix is used to prefix a dialing string to all " … … 3541 3591 msgstr "" 3542 3592 3543 #: admin/modules/core/page.trunks.php:6 593593 #: admin/modules/core/page.trunks.php:679 3544 3594 msgid "Outgoing Settings" 3545 3595 msgstr "" 3546 3596 3547 #: admin/modules/core/page.trunks.php:6 703597 #: admin/modules/core/page.trunks.php:690 3548 3598 msgid "Zap Identifier (trunk name)" 3549 3599 msgstr "" 3550 3600 3551 #: admin/modules/core/page.trunks.php:6 703601 #: admin/modules/core/page.trunks.php:690 3552 3602 msgid "" 3553 3603 "ZAP channels are referenced either by a group number or channel number " … … 3556 3606 msgstr "" 3557 3607 3558 #: admin/modules/core/page.trunks.php: 6843608 #: admin/modules/core/page.trunks.php:704 3559 3609 msgid "Custom Dial String" 3560 3610 msgstr "" 3561 3611 3562 #: admin/modules/core/page.trunks.php: 6843612 #: admin/modules/core/page.trunks.php:704 3563 3613 msgid "Define the custom Dial String. Include the token" 3564 3614 msgstr "" 3565 3615 3566 #: admin/modules/core/page.trunks.php: 6843616 #: admin/modules/core/page.trunks.php:704 3567 3617 msgid "wherever the number to dial should go.<br><br><b>examples:</b><br>" 3568 3618 msgstr "" 3569 3619 3570 #: admin/modules/core/page.trunks.php: 6963620 #: admin/modules/core/page.trunks.php:716 3571 3621 msgid "DUNDi Mapping" 3572 3622 msgstr "" 3573 3623 3574 #: admin/modules/core/page.trunks.php: 6963624 #: admin/modules/core/page.trunks.php:716 3575 3625 msgid "" 3576 3626 "This is the name of the DUNDi mapping as defined in the [mappings] section " … … 3580 3630 msgstr "" 3581 3631 3582 #: admin/modules/core/page.trunks.php:7 083632 #: admin/modules/core/page.trunks.php:728 3583 3633 msgid "Trunk Name" 3584 3634 msgstr "" 3585 3635 3586 #: admin/modules/core/page.trunks.php:7 083636 #: admin/modules/core/page.trunks.php:728 3587 3637 msgid "Give this trunk a unique name. Example: myiaxtel" 3588 3638 msgstr "" 3589 3639 3590 #: admin/modules/core/page.trunks.php:7 153640 #: admin/modules/core/page.trunks.php:735 3591 3641 msgid "PEER Details" 3592 3642 msgstr "" 3593 3643 3594 #: admin/modules/core/page.trunks.php:7 153644 #: admin/modules/core/page.trunks.php:735 3595 3645 msgid "" 3596 3646 "Modify the default PEER connection parameters for your VoIP provider." … … 3601 3651 msgstr "" 3602 3652 3603 #: admin/modules/core/page.trunks.php:7 253653 #: admin/modules/core/page.trunks.php:745 3604 3654 msgid "Incoming Settings" 3605 3655 msgstr "" 3606 3656 3607 #: admin/modules/core/page.trunks.php:7 303657 #: admin/modules/core/page.trunks.php:750 3608 3658 msgid "USER Context" 3609 3659 msgstr "" 3610 3660 3611 #: admin/modules/core/page.trunks.php:7 303661 #: admin/modules/core/page.trunks.php:750 3612 3662 msgid "" 3613 3663 "This is most often the account name or number your provider expects." … … 3615 3665 msgstr "" 3616 3666 3617 #: admin/modules/core/page.trunks.php:7 373667 #: admin/modules/core/page.trunks.php:757 3618 3668 msgid "USER Details" 3619 3669 msgstr "" 3620 3670 3621 #: admin/modules/core/page.trunks.php:7 373671 #: admin/modules/core/page.trunks.php:757 3622 3672 msgid "Modify the default USER connection parameters for your VoIP provider." 3623 3673 msgstr "" 3624 3674 3625 #: admin/modules/core/page.trunks.php:7 373675 #: admin/modules/core/page.trunks.php:757 3626 3676 msgid "" 3627 3677 "You may need to add to the default lines listed below, depending on your " … … 3631 3681 msgstr "" 3632 3682 3633 #: admin/modules/core/page.trunks.php:7 483683 #: admin/modules/core/page.trunks.php:768 3634 3684 msgid "Registration" 3635 3685 msgstr "" 3636 3686 3637 #: admin/modules/core/page.trunks.php:7 533687 #: admin/modules/core/page.trunks.php:773 3638 3688 msgid "Register String" 3639 3689 msgstr "" 3640 3690 3641 #: admin/modules/core/page.trunks.php:7 533691 #: admin/modules/core/page.trunks.php:773 3642 3692 msgid "" 3643 3693 "Most VoIP providers require your system to REGISTER with theirs. Enter the " … … 3648 3698 msgstr "" 3649 3699 3650 #: admin/modules/core/page.trunks.php:781 3651 msgid "Invalid Outbound Caller ID" 3652 msgstr "" 3653 3654 #: admin/modules/core/page.trunks.php:782 3700 #: admin/modules/core/page.trunks.php:802 3655 3701 msgid "Invalid Maximum Channels" 3656 3702 msgstr "" 3657 3703 3658 #: admin/modules/core/page.trunks.php: 7833704 #: admin/modules/core/page.trunks.php:803 3659 3705 msgid "Invalid Dial Rules" 3660 3706 msgstr "" 3661 3707 3662 #: admin/modules/core/page.trunks.php: 7843708 #: admin/modules/core/page.trunks.php:804 3663 3709 msgid "Invalid Outbound Dial Prefix" 3664 3710 msgstr "" 3665 3711 3666 #: admin/modules/core/page.trunks.php: 7853712 #: admin/modules/core/page.trunks.php:805 3667 3713 msgid "Invalid Trunk Name entered" 3668 3714 msgstr "" 3669 3715 3670 #: admin/modules/core/page.trunks.php: 7863716 #: admin/modules/core/page.trunks.php:806 3671 3717 msgid "Invalid Custom Dial String entered" 3672 3718 msgstr "" 3673 3719 3674 #: admin/modules/core/page.trunks.php: 7873720 #: admin/modules/core/page.trunks.php:807 3675 3721 msgid "Trunk Name and User Context cannot be set to the same value" 3676 3722 msgstr "" 3677 3723 3678 #: admin/modules/core/page.trunks.php: 7883724 #: admin/modules/core/page.trunks.php:808 3679 3725 msgid "User Context was left blank and User Details will not be saved!" 3680 3726 msgstr "" 3681 3727 3682 #: admin/modules/core/page.trunks.php: 7893728 #: admin/modules/core/page.trunks.php:809 3683 3729 msgid "" 3684 3730 "You must define an Outbound Caller ID when Choosing Never Override CallerID" … … 3775 3821 msgstr "" 3776 3822 3777 msgid "Basic"3778 msgstr ""3779 3780 msgid "Extensions"3781 msgstr ""3782 3783 msgid "Users"3784 msgstr ""3785 3786 msgid "Devices"3787 msgstr ""3788 3789 msgid "Inbound Routes"3790 msgstr ""3791 3792 msgid "Zap Channel DIDs"3793 msgstr ""3794 3795 msgid "Outbound Routes"3796 msgstr ""3797 3798 msgid "Trunks"3799 msgstr ""3800 3801 msgid "Administrators"3802 msgstr ""3803 3804 msgid "FreePBX Support"3805 msgstr ""3806 3807 3823 msgid "Edit existing Device" 3808 3824 msgstr "" … … 3841 3857 msgstr "" 3842 3858 3843 msgid "Config Edit"3844 msgstr ""3845 3846 3859 msgid "Sys Info" 3847 3860 msgstr "" 3848 3861 3849 msgid "A2Billing Admin"3850 msgstr ""3851 3852 3862 msgid "Time Groups" 3853 3863 msgstr "" … … 3861 3871 msgid "Custom Applications" 3862 3872 msgstr "" 3863 freepbx/trunk/amp_conf/htdocs/admin/i18n/sv_SE/LC_MESSAGES/amp.po
r8599 r9043 1 1 # Swedish translation for FreePBX. 2 # Copyright (C) 2008 2 # Copyright (C) 2008, 2009, 2010 3 3 # This file is distributed under the same license as the FreePBX package. 4 # mickecamino@gmail.com, 2008 .4 # mickecamino@gmail.com, 2008, 2009, 2010. 5 5 # 6 6 msgid "" … … 8 8 "Project-Id-Version: FreePBX amp\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 20 09-08-28 21:04+0200\n"11 "PO-Revision-Date: 20 09-01-07 19:00+0100\n"10 "POT-Creation-Date: 2010-02-27 14:09+0100\n" 11 "PO-Revision-Date: 2010-02-27 15:33+0100\n" 12 12 "Last-Translator: Mikael Carlsson <mickecamino@gmail.com>\n" 13 13 "Language-Team: Swedish\n" … … 18 18 "X-Poedit-Country: SWEDEN\n" 19 19 20 #: admin/components.class.php:362 admin/modules/core/page.did.php:332 20 #: admin/components.class.php:362 21 #: admin/modules/core/page.did.php:315 21 22 msgid "Submit" 22 23 msgstr "Spara" … … 35 36 msgstr "Följande kommando misslyckades med dessa fel" 36 37 37 #: admin/functions.inc.php:7 6838 #: admin/functions.inc.php:773 38 39 #, php-format 39 40 msgid "Missing or unreadable config file (%s)...cannot continue" 40 41 msgstr "Saknar eller olÀsbar konfigurationsfil (%s)... kan inte fortsÀtta" 41 42 42 #: admin/functions.inc.php:10 4943 #: admin/functions.inc.php:1054 43 44 msgid "Objects" 44 45 msgstr "objekt" 45 46 46 #: admin/functions.inc.php:10 4947 #: admin/functions.inc.php:1054 47 48 msgid "Object" 48 49 msgstr "objekt" 49 50 50 #: admin/functions.inc.php:105 051 #: admin/functions.inc.php:1055 51 52 #, php-format 52 53 msgid "Used as Destination by %s %s" 53 54 msgstr "AnvÀnds som destination av %s %s" 54 55 55 #: admin/functions.inc.php:1509 admin/functions.inc.php:1579 56 #: admin/functions.inc.php:1519 57 #: admin/functions.inc.php:1593 56 58 #, php-format 57 59 msgid "Exit code was %s and output was: %s" 58 60 msgstr "Avslutskod var %s och resultatet var: %s" 59 61 60 #: admin/functions.inc.php:1510 admin/functions.inc.php:1580 62 #: admin/functions.inc.php:1520 63 #: admin/functions.inc.php:1594 61 64 #, php-format 62 65 msgid "Could not run %s script." 63 66 msgstr "Kunde inte exekvera %s skriptet." 64 67 65 #: admin/functions.inc.php:15 2768 #: admin/functions.inc.php:1537 66 69 #, php-format 67 70 msgid "Reload failed because retrieve_conf encountered an error: %s" 68 71 msgstr "Omladdning misslyckades för att retreive_conf stötte pÃ¥ felet: %s" 69 72 70 #: admin/functions.inc.php:1529 admin/functions.inc.php:1537 73 #: admin/functions.inc.php:1539 74 #: admin/functions.inc.php:1547 71 75 msgid "retrieve_conf failed, config not applied" 72 76 msgstr "retrieve_conf misslyckades, konfiguration sparades inte" 73 77 74 #: admin/functions.inc.php:1535 75 msgid "" 76 "Reload failed because FreePBX could not connect to the asterisk manager " 77 "interface." 78 msgstr "" 79 "Omladdning misslyckades pÃ¥ grund av att FreePBX inte kunde koppla sig mot " 80 "asterisk manager grÀnssnitt" 81 82 #: admin/functions.inc.php:1549 78 #: admin/functions.inc.php:1545 79 msgid "Reload failed because FreePBX could not connect to the asterisk manager interface." 80 msgstr "Omladdning misslyckades pÃ¥ grund av att FreePBX inte kunde koppla sig mot asterisk manager grÀnssnitt" 81 82 #: admin/functions.inc.php:1563 83 83 msgid "Successfully reloaded" 84 84 msgstr "Omladdning lyckad" 85 85 86 #: admin/functions.inc.php:1558 87 msgid "" 88 "Could not reload the FOP operator panel server using the bounce_op.sh " 89 "script. Configuration changes may not be reflected in the panel display." 90 msgstr "" 91 "Kunde inte ladda om FOP operatörspanelservern med bounce_op.sh skriptet. " 92 "KonfigurationsÀndringarna kommer inte att synas i operatörspanelen." 93 94 #: admin/functions.inc.php:1559 86 #: admin/functions.inc.php:1572 87 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." 88 msgstr "Kunde inte ladda om FOP operatörspanelservern med bounce_op.sh skriptet. KonfigurationsÀndringarna kommer inte att synas i operatörspanelen." 89 90 #: admin/functions.inc.php:1573 95 91 msgid "Could not reload FOP server" 96 92 msgstr "Kunde inte ladda om FOP servern" 97 93 98 #: admin/functions.inc.php:1571 99 msgid "" 100 "Successful reload, but could not clear reload flag due to a database error: " 101 msgstr "" 102 "Omladdning lyckades, men omladdningsflaggan kunde inte Ã¥terstÀllas pÃ¥ grund " 103 "av ett databasfel: " 104 105 #: admin/functions.inc.php:1620 admin/modules/core/page.routing.php:586 94 #: admin/functions.inc.php:1585 95 msgid "Successful reload, but could not clear reload flag due to a database error: " 96 msgstr "Omladdning lyckades, men omladdningsflaggan kunde inte Ã¥terstÀllas pÃ¥ grund av ett databasfel: " 97 98 #: admin/functions.inc.php:1634 99 #: admin/modules/core/page.routing.php:610 106 100 msgid "Add" 107 101 msgstr "LÀgg till" 108 102 109 #: admin/functions.inc.php:20 50103 #: admin/functions.inc.php:2063 110 104 msgid "Unknown Destination" 111 105 msgstr "OkÀnd destination" 112 106 113 #: admin/functions.inc.php:2050 114 msgid "" 115 "ERROR: You have an unknown destination. If this was carried over as a Custom " 116 "App from an earlier version, you must go register the destination in the " 117 "Custom Destination tab provided by the Custom Applications module.<br />This " 118 "will remain active until you change it but you can no longer edit or add a " 119 "new one here." 120 msgstr "" 121 "FEL: Du har en okÀnd destination. Om denna kom frÃ¥n en anpassad applikation " 122 "frÃ¥n en tidigare version mÃ¥ste du registrera destinationen i <b>Anpassade " 123 "mÃ¥l</b> fliken i modulen <b>Anpassade applikationer</b>" 124 125 #: admin/functions.inc.php:2321 126 msgid "" 127 "The following new modules are available for download. Click delete icon on " 128 "the right to remove this notice." 129 msgstr "" 130 "Följande nya moduler finns för nerladdning. Klicka pÃ¥ ikonen radera för att " 131 "ta bort detta meddelande" 132 133 #: admin/functions.inc.php:2325 107 #: admin/functions.inc.php:2063 108 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." 109 msgstr "FEL: Du har en okÀnd destination. Om denna kom frÃ¥n en anpassad applikation frÃ¥n en tidigare version mÃ¥ste du registrera destinationen i <b>Anpassade mÃ¥l</b> fliken i modulen <b>Anpassade applikationer</b>" 110 111 #: admin/functions.inc.php:2334 112 msgid "The following new modules are available for download. Click delete icon on the right to remove this notice." 113 msgstr "Följande nya moduler finns för nedladdning. Klicka pÃ¥ ikonen radera för att ta bort detta meddelande" 114 115 #: admin/functions.inc.php:2338 134 116 #, php-format 135 117 msgid "%s New modules are available" 136 118 msgstr "%s nya moduler finns tillgÀngliga" 137 119 138 #: admin/functions.inc.php:23 59120 #: admin/functions.inc.php:2372 139 121 msgid "There is 1 module available for online upgrade" 140 122 msgstr "Det finns 1 modul tillgÀnglig för uppgradering" 141 123 142 #: admin/functions.inc.php:23 61124 #: admin/functions.inc.php:2374 143 125 #, php-format 144 126 msgid "There are %s modules available for online upgrades" 145 127 msgstr "Det finns %s moduler tillgÀngliga för uppgradering" 146 128 147 #: admin/functions.inc.php:23 65129 #: admin/functions.inc.php:2378 148 130 #, php-format 149 131 msgid "%s (current: %s)" 150 132 msgstr "%s (nuvarande: %s)" 151 133 152 #: admin/functions.inc.php:2 591134 #: admin/functions.inc.php:2604 153 135 #, php-format 154 136 msgid "PHP Component %s is required but missing from you PHP installation." 155 137 msgstr "PHP-komponenten %s krÀvs men fattas i din PHP-installation" 156 138 157 #: admin/functions.inc.php:2593 158 #, php-format 159 msgid "" 160 "PHP Component %s version %s is required but missing from you PHP " 161 "installation." 139 #: admin/functions.inc.php:2606 140 #, php-format 141 msgid "PHP Component %s version %s is required but missing from you PHP installation." 162 142 msgstr "PHP-komponenten %s version %s krÀvs men fattas i din PHP-installation" 163 143 164 #: admin/functions.inc.php:26 21144 #: admin/functions.inc.php:2634 165 145 #, php-format 166 146 msgid "Module %s is required, but yours is broken. You should reinstall " 167 147 msgstr "Modulen %s krÀvs, men din Àr felaktig/trasig. Du mÃ¥ste Ã¥terinstallera" 168 148 169 #: admin/functions.inc.php:26 22149 #: admin/functions.inc.php:2635 170 150 #, php-format 171 151 msgid "it and try again." 172 152 msgstr "den och försöka igen." 173 153 174 #: admin/functions.inc.php:26 25154 #: admin/functions.inc.php:2638 175 155 #, php-format 176 156 msgid "Module %s is required, but yours is disabled." 177 157 msgstr "Modulen %s krÀvs, men din Àr inaktiverad" 178 158 179 #: admin/functions.inc.php:26 28159 #: admin/functions.inc.php:2641 180 160 #, php-format 181 161 msgid "Module %s is required, but yours is disabled because it needs to " 182 162 msgstr "Modulen %s krÀvs, men din Àr inaktiverad för att den behöver " 183 163 184 #: admin/functions.inc.php:26 29164 #: admin/functions.inc.php:2642 185 165 #, php-format 186 166 msgid "be upgraded. Please upgrade %s first, and then try again." 187 167 msgstr "uppgraderas. Uppgradera %s först, försök sen igen" 188 168 189 #: admin/functions.inc.php:26 34169 #: admin/functions.inc.php:2647 190 170 #, php-format 191 171 msgid "Module %s is required, yours is not installed."
