Changeset 9043
- Timestamp:
- 02/28/10 01:32:53 (3 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." 192 172 msgstr "Modulen %s krÀvs, men din Àr inte installerad" 193 173 194 #: admin/functions.inc.php:26 38174 #: admin/functions.inc.php:2651 195 175 #, php-format 196 176 msgid "Module %s is required." 197 177 msgstr "Modulen %s krÀvs." 198 178 199 #: admin/functions.inc.php:26 47179 #: admin/functions.inc.php:2660 200 180 #, php-format 201 181 msgid "File %s must exist." 202 182 msgstr "Filen %s mÃ¥ste finnas." 203 183 204 #: admin/functions.inc.php:2 694184 #: admin/functions.inc.php:2707 205 185 #, php-format 206 186 msgid "Requires engine %s, you have: %s" 207 187 msgstr "KrÀver grundmodul %s, du har: %s" 208 188 209 #: admin/functions.inc.php:2 696189 #: admin/functions.inc.php:2709 210 190 #, php-format 211 191 msgid "Requires one of the following engines: %s; you have: %s" 212 192 msgstr "KrÀver en av följande grundmoduler: %s; du har: %s" 213 193 214 #: admin/functions.inc.php:27 11194 #: admin/functions.inc.php:2724 215 195 #, php-format 216 196 msgid "A %s version below %s is required, you have %s" 217 197 msgstr "En %s version lÀgre Àn %s krÀvs, du har %s" 218 198 219 #: admin/functions.inc.php:27 14199 #: admin/functions.inc.php:2727 220 200 #, php-format 221 201 msgid "%s version %s or below is required, you have %s" 222 202 msgstr "%s version %s eller lÀgre krÀvs, du har %s" 223 203 224 #: admin/functions.inc.php:27 17204 #: admin/functions.inc.php:2730 225 205 #, php-format 226 206 msgid "A %s version newer than %s required, you have %s" 227 207 msgstr "En %s version nyare Àn %s krÀvs, du har %s" 228 208 229 #: admin/functions.inc.php:27 20209 #: admin/functions.inc.php:2733 230 210 #, php-format 231 211 msgid "Your %s version (%s) is incompatible." 232 212 msgstr "Din %s version (%s) Àr inkompatibel." 233 213 234 #: admin/functions.inc.php:27 23214 #: admin/functions.inc.php:2736 235 215 #, php-format 236 216 msgid "Only %s version %s is compatible, you have %s" 237 217 msgstr "Endast %s version %s Àr kompatibel, du har %s" 238 218 239 #: admin/functions.inc.php:27 27219 #: admin/functions.inc.php:2740 240 220 #, php-format 241 221 msgid "%s version %s or higher is required, you have %s" 242 222 msgstr "%s version %s eller högre krÀvs, du har %s" 243 223 244 #: admin/functions.inc.php:2785 245 msgid "Module is already enabled" 246 msgstr "Modulen Àr redan aktiverad" 247 248 #: admin/functions.inc.php:2790 249 msgid "Module cannot be enabled" 250 msgstr "Modulen kan inte aktiveras" 251 252 #: admin/functions.inc.php:2837 224 #: admin/functions.inc.php:2798 225 #: admin/functions.inc.php:2803 226 #: admin/functions.inc.php:3114 227 msgid "Module " 228 msgstr "Modulen" 229 230 #: admin/functions.inc.php:2798 231 msgid " is already enabled" 232 msgstr " Àr redan aktiverad" 233 234 #: admin/functions.inc.php:2803 235 msgid " cannot be enabled" 236 msgstr " kan inte aktiveras" 237 238 #: admin/functions.inc.php:2850 253 239 msgid "Module not found in repository" 254 240 msgstr "Modulen finns inte i förvaringsplatsen" 255 241 256 #: admin/functions.inc.php:2870 admin/functions.inc.php:2966 257 #: admin/functions.inc.php:3044 242 #: admin/functions.inc.php:2883 243 #: admin/functions.inc.php:2979 244 #: admin/functions.inc.php:3057 258 245 #, php-format 259 246 msgid "Could not remove %s to install new version" 260 247 msgstr "Kunde inte ta bort %s för att installera ny version" 261 248 262 #: admin/functions.inc.php:2874 admin/functions.inc.php:2970 263 #: admin/functions.inc.php:3048 249 #: admin/functions.inc.php:2887 250 #: admin/functions.inc.php:2983 251 #: admin/functions.inc.php:3061 264 252 #, php-format 265 253 msgid "Could not untar %s to %s" 266 254 msgstr "Kunde inte packa upp (untar) %s till %s" 267 255 268 #: admin/functions.inc.php:2878 admin/functions.inc.php:2974 269 #: admin/functions.inc.php:3052 256 #: admin/functions.inc.php:2891 257 #: admin/functions.inc.php:2987 258 #: admin/functions.inc.php:3065 270 259 #, php-format 271 260 msgid "Could not remove old module %s to install new version" 272 261 msgstr "Kunde inte ta bort Àldre modul %s för att installera ny version" 273 262 274 #: admin/functions.inc.php:2882 admin/functions.inc.php:2978 275 #: admin/functions.inc.php:3056 263 #: admin/functions.inc.php:2895 264 #: admin/functions.inc.php:2991 265 #: admin/functions.inc.php:3069 276 266 #, php-format 277 267 msgid "Could not move %s to %s" 278 268 msgstr "Kunde inte flytta %s till %s" 279 269 280 #: admin/functions.inc.php:29 03270 #: admin/functions.inc.php:2916 281 271 #, php-format 282 272 msgid "Error opening %s for writing" 283 273 msgstr "Kunde inte öppna %s för skrivning" 284 274 285 #: admin/functions.inc.php:2919 admin/functions.inc.php:2922 275 #: admin/functions.inc.php:2932 276 #: admin/functions.inc.php:2935 286 277 #, php-format 287 278 msgid "Error opening %s for reading" 288 279 msgstr "Fel vid öppnande av %s för lÀsning" 289 280 290 #: admin/functions.inc.php:29 42281 #: admin/functions.inc.php:2955 291 282 #, php-format 292 283 msgid "Unable to save %s" 293 284 msgstr "Kunde inte spara %s" 294 285 295 #: admin/functions.inc.php:29 50286 #: admin/functions.inc.php:2963 296 287 #, php-format 297 288 msgid "File Integrity failed for %s - aborting" 298 289 msgstr "Integriteten för filen %s Àr fel - avbryter" 299 290 300 #: admin/functions.inc.php:2995 301 msgid "" 302 "Error finding uploaded file - check your PHP and/or web server configuration" 303 msgstr "" 304 "Hittar inte den uppladdade filen - kontrollera din PHP och/eller " 305 "webbserverns konfiguration" 306 307 #: admin/functions.inc.php:3000 291 #: admin/functions.inc.php:3008 292 msgid "Error finding uploaded file - check your PHP and/or web server configuration" 293 msgstr "Hittar inte den uppladdade filen - kontrollera din PHP och/eller webbserverns konfiguration" 294 295 #: admin/functions.inc.php:3013 308 296 msgid "File must be in tar+gzip (.tgz or .tar.gz) format" 309 297 msgstr "Filen mÃ¥ste vara i formatet tar+gzip (.tgz eller .tar.gz)" 310 298 311 #: admin/functions.inc.php:3005 312 msgid "" 313 "Filename not in correct format: must be modulename-version.tar.gz (eg. " 314 "custommodule-0.1.tar.gz)" 315 msgstr "" 316 "Filnamnet Àr inte i korrekt format: mÃ¥ste vara modulnamn-version.tar.gz (t." 317 "ex. custommodule-0.1.tar.gz)" 318 319 #: admin/functions.inc.php:3014 299 #: admin/functions.inc.php:3018 300 msgid "Filename not in correct format: must be modulename-version.tar.gz (eg. custommodule-0.1.tar.gz)" 301 msgstr "Filnamnet Àr inte i korrekt format: mÃ¥ste vara modulnamn-version.tar.gz (t.ex. custommodule-0.1.tar.gz)" 302 303 #: admin/functions.inc.php:3027 320 304 #, php-format 321 305 msgid "Error creating temporary directory: %s" 322 306 msgstr "Fel, kunde inte skapa temporÀr katalog: %s" 323 307 324 #: admin/functions.inc.php:30 22308 #: admin/functions.inc.php:3035 325 309 msgid "Error untaring uploaded file. Must be a tar+gzip file" 326 msgstr "" 327 "Fel, kunde inte packa upp (untar) uppladdad fil. MÃ¥ste vara en tar+gzip fil" 328 329 #: admin/functions.inc.php:3061 310 msgstr "Fel, kunde inte packa upp (untar) uppladdad fil. MÃ¥ste vara en tar+gzip fil" 311 312 #: admin/functions.inc.php:3074 330 313 #, php-format 331 314 msgid "Error removing temporary directory: %s" 332 315 msgstr "Fel, kunde inte ta bort temporÀr katalog: %s" 333 316 334 #: admin/functions.inc.php:3 090317 #: admin/functions.inc.php:3103 335 318 msgid "Cannot find module" 336 319 msgstr "Hittar inte modulen" 337 320 338 #: admin/functions.inc.php:3 096321 #: admin/functions.inc.php:3109 339 322 msgid "Could not read module.xml" 340 323 msgstr "Kunde inte lÀsa module.xml" 341 324 342 #: admin/functions.inc.php:31 01343 msgid " "344 "This module is broken and cannot be installed. You should try to download it"345 "again." 346 msgstr "" 347 "Denna modul Àr trasig/felaktig och kan inte installeras. Du bör ladda ner"348 "den igen"349 350 #: admin/functions.inc.php:31 20325 #: admin/functions.inc.php:3114 326 msgid "rawname" 327 msgstr "rawname" 328 329 #: admin/functions.inc.php:3114 330 msgid " is broken and cannot be installed. You should try to download it again." 331 msgstr " Àr trasig och kan inte installeras. Försök ladda ner den igen" 332 333 #: admin/functions.inc.php:3133 351 334 msgid "Failed to run installation scripts" 352 335 msgstr "Kunde inte köra installationsskript" 353 336 354 #: admin/functions.inc.php:31 34337 #: admin/functions.inc.php:3147 355 338 #, php-format 356 339 msgid "Error updating database. Command was: %s; error was: %s " 357 340 msgstr "Fel vid uppdatering av databas. Kommandot var: %s; felet var: %s " 358 341 359 #: admin/functions.inc.php:3168 admin/functions.inc.php:3196 360 #: admin/functions.inc.php:3233 342 #: admin/functions.inc.php:3181 343 #: admin/functions.inc.php:3209 344 #: admin/functions.inc.php:3246 361 345 msgid "Specified module not found" 362 346 msgstr "Angiven modul hittades inte" 363 347 364 #: admin/functions.inc.php:31 73348 #: admin/functions.inc.php:3186 365 349 msgid "Module not enabled: cannot disable" 366 350 msgstr "Modulen Àr inte aktiverad: kan inte avaktivera den" 367 351 368 #: admin/functions.inc.php:3177 admin/functions.inc.php:3205 352 #: admin/functions.inc.php:3190 353 #: admin/functions.inc.php:3218 369 354 msgid "Cannot disable: The following modules depend on this one: " 370 355 msgstr "Kan inte avaktivera: Följande modul Àr beroende av denna: " 371 356 372 #: admin/functions.inc.php:32 01357 #: admin/functions.inc.php:3214 373 358 msgid "Module not installed: cannot uninstall" 374 359 msgstr "Modulen inte installerad: kan inte avinstallera den" 375 360 376 #: admin/functions.inc.php:32 12361 #: admin/functions.inc.php:3225 377 362 msgid "Error updating database: " 378 363 msgstr "Fel vid uppdatering av databas: " 379 364 380 #: admin/functions.inc.php:32 16365 #: admin/functions.inc.php:3229 381 366 msgid "Failed to run un-installation scripts" 382 367 msgstr "Fel, kan inte köra avinstallationsskriptet" 383 368 384 #: admin/functions.inc.php:32 46369 #: admin/functions.inc.php:3259 385 370 #, php-format 386 371 msgid "Cannot delete directory %s" 387 372 msgstr "Kan inte ta bort katalogen %s" 388 373 389 #: admin/functions.inc.php:32 53374 #: admin/functions.inc.php:3266 390 375 #, php-format 391 376 msgid "Error deleting directory %s (code %d)" 392 377 msgstr "Fel, kan inte ta bort katalogen %s (kod %d)" 393 378 394 #: admin/functions.inc.php:36 34379 #: admin/functions.inc.php:3647 395 380 #, php-format 396 381 msgid "You have %s disabled modules" 397 382 msgstr "Du har %s avaktiverade moduler" 398 383 399 #: admin/functions.inc.php:36 34384 #: admin/functions.inc.php:3647 400 385 msgid "You have a disabled module" 401 386 msgstr "Du har en avaktiverad modul" 402 387 403 #: admin/functions.inc.php:36 35388 #: admin/functions.inc.php:3648 404 389 msgid "The following modules are disabled because they need to be upgraded:" 405 390 msgstr "Följande moduler Àr avaktiverade, dom mÃ¥ste uppgraderas först:" 406 391 407 #: admin/functions.inc.php:3636 admin/functions.inc.php:3644 392 #: admin/functions.inc.php:3649 393 #: admin/functions.inc.php:3657 408 394 msgid "You should go to the module admin page to fix these." 409 395 msgstr "Du mÃ¥ste gÃ¥r till moduladministrationssidan för att rÀtta till detta." 410 396 411 #: admin/functions.inc.php:36 42397 #: admin/functions.inc.php:3655 412 398 #, php-format 413 399 msgid "You have %s broken modules" 414 400 msgstr "Du har %s felaktiga moduler" 415 401 416 #: admin/functions.inc.php:36 42402 #: admin/functions.inc.php:3655 417 403 msgid "You have a broken module" 418 404 msgstr "Du har en felaktig modul" 419 405 420 #: admin/functions.inc.php:36 43406 #: admin/functions.inc.php:3656 421 407 msgid "The following modules are disabled because they are broken:" 422 408 msgstr "Följande moduler Àr avaktiverade, dom Àr felaktiga:" 423 409 424 #: admin/header_auth.php:43 admin/header_auth.php:70 410 #: admin/header_auth.php:43 411 #: admin/header_auth.php:70 425 412 msgid "Administration" 426 413 msgstr "Administration" … … 431 418 432 419 #: admin/header.php:138 433 msgid "" 434 "You are using the default Asterisk Manager password that is widely known, " 435 "you should set a secure password" 436 msgstr "" 437 "Du anvÀnder standardlösenordet för Asterisk Manager, detta Àr allmÀnt kÀnt, " 438 "du bör Àndra till ett annat lösenord" 420 msgid "You are using the default Asterisk Manager password that is widely known, you should set a secure password" 421 msgstr "Du anvÀnder standardlösenordet för Asterisk Manager, detta Àr allmÀnt kÀnt, du bör Àndra till ett annat lösenord" 439 422 440 423 #: admin/page.modules.php:134 … … 447 430 448 431 #: admin/page.modules.php:136 449 msgid "" 450 "You have accessed the extended repository which includes un-supported and " 451 "third party modules" 432 msgid "You have accessed the extended repository which includes un-supported and third party modules" 452 433 msgstr "Du Àr kopplad mot den utökade förvaringsplatsen som inkluderar moduler som Àr osupporterade eller frÃ¥n tredjepart" 453 434 454 435 #: admin/page.modules.php:154 455 436 #, php-format 456 msgid "" 457 "Warning: Cannot connect to online repository (%s). Online modules are not " 458 "available." 459 msgstr "" 460 "Varning: Kan inte ansluta till förvaringsplatsen (%s). On-linemodulerna Àr " 461 "inte tillgÀngliga." 437 msgid "Warning: Cannot connect to online repository (%s). Online modules are not available." 438 msgstr "Varning: Kan inte ansluta till förvaringsplatsen (%s). On-linemodulerna Àr inte tillgÀngliga." 462 439 463 440 #: admin/page.modules.php:158 464 441 #, php-format 465 msgid "" 466 "Warning: Error retrieving updates from online repository (%s). Online " 467 "modules are not available." 468 msgstr "" 469 "Varning: Kan inte hÀmta uppdateringar frÃ¥n on-line förvaringsplatsen (%s).On-" 470 "Linemodulerna Àr inte tillgÀngliga." 442 msgid "Warning: Error retrieving updates from online repository (%s). Online modules are not available." 443 msgstr "Varning: Kan inte hÀmta uppdateringar frÃ¥n on-line förvaringsplatsen (%s).On-Linemodulerna Àr inte tillgÀngliga." 471 444 472 445 #: admin/page.modules.php:198 … … 474 447 msgstr "VÀnta medan Àndringar i modulerna genomförs" 475 448 476 #: admin/page.modules.php:21 1449 #: admin/page.modules.php:212 477 450 #, php-format 478 451 msgid "Downloading %s" 479 452 msgstr "Laddar ner %s" 480 453 481 #: admin/page.modules.php:21 3454 #: admin/page.modules.php:214 482 455 #, php-format 483 456 msgid "Error(s) downloading %s" 484 msgstr "Fel vid nerladdning av %s" 485 486 #: admin/page.modules.php:218 admin/page.modules.php:230 457 msgstr "Fel vid nedladdning av %s" 458 459 #: admin/page.modules.php:219 460 #: admin/page.modules.php:231 487 461 #, php-format 488 462 msgid "Error(s) installing %s" 489 463 msgstr "Fel vid installation av %s" 490 464 491 #: admin/page.modules.php:222 admin/page.modules.php:234 465 #: admin/page.modules.php:223 466 #: admin/page.modules.php:235 492 467 #, php-format 493 468 msgid "%s installed successfully" 494 469 msgstr "%s installerades utan problem" 495 470 496 #: admin/page.modules.php:24 0471 #: admin/page.modules.php:241 497 472 #, php-format 498 473 msgid "Error(s) enabling %s" 499 474 msgstr "Fel vid aktivering av %s" 500 475 501 #: admin/page.modules.php:24 4476 #: admin/page.modules.php:245 502 477 #, php-format 503 478 msgid "%s enabled successfully" 504 479 msgstr "%s aktiverades utan problem" 505 480 506 #: admin/page.modules.php:2 49481 #: admin/page.modules.php:250 507 482 #, php-format 508 483 msgid "Error(s) disabling %s" 509 484 msgstr "Fel vid avaktivering av %s" 510 485 511 #: admin/page.modules.php:25 3486 #: admin/page.modules.php:254 512 487 #, php-format 513 488 msgid "%s disabled successfully" 514 489 msgstr "%s avaktiverades utan problem" 515 490 516 #: admin/page.modules.php:2 59491 #: admin/page.modules.php:260 517 492 #, php-format 518 493 msgid "Error(s) uninstalling %s" 519 494 msgstr "Fel vid avinstallation av %s" 520 495 521 #: admin/page.modules.php:26 3496 #: admin/page.modules.php:264 522 497 #, php-format 523 498 msgid "%s uninstalled successfully" 524 499 msgstr "%s avinstallerades utan problem" 525 500 526 #: admin/page.modules.php:279 admin/page.modules.php:281 501 #: admin/page.modules.php:280 502 #: admin/page.modules.php:282 527 503 msgid "Return" 528 504 msgstr "à 529 505 tergÃ¥" 530 506 531 #: admin/page.modules.php:322 admin/page.modules.php:346 532 #, php-format 533 msgid "" 534 "%s cannot be upgraded: %s Please try again after the dependencies have been " 535 "installed." 536 msgstr "" 537 "%s kan inte uppgraderas: %s Försök igen efter installation av nödvÀndiga " 538 "moduler." 539 540 #: admin/page.modules.php:326 507 #: admin/page.modules.php:325 508 #: admin/page.modules.php:358 509 #, php-format 510 msgid "%s cannot be upgraded: %s Please try again after the dependencies have been installed." 511 msgstr "%s kan inte uppgraderas: %s Försök igen efter installation av nödvÀndiga moduler." 512 513 #: admin/page.modules.php:331 541 514 #, php-format 542 515 msgid "%s %s will be upgraded to online version %s" 543 516 msgstr "%s %s kommer att uppgraderas till on-lineversion %s" 544 517 545 #: admin/page.modules.php:334 admin/page.modules.php:346 546 #, php-format 547 msgid "" 548 "%s cannot be installed: %s Please try again after the dependencies have been " 549 "installed." 550 msgstr "" 551 "%s kan inte installeras: %s Försök igen efter installation av nödvÀndiga " 552 "moduler." 553 554 #: admin/page.modules.php:338 518 #: admin/page.modules.php:334 519 #, php-format 520 msgid "%s %s will be re-installed to online version %s" 521 msgstr "%s %s kommer att Ã¥terinstalleras till on-lineversionen %s" 522 523 #: admin/page.modules.php:337 524 #, php-format 525 msgid "%s %s will be downgraded to online version %s" 526 msgstr "%s %s kommer att nedgraderas till on-lineversion %s" 527 528 #: admin/page.modules.php:346 529 #: admin/page.modules.php:358 530 #, php-format 531 msgid "%s cannot be installed: %s Please try again after the dependencies have been installed." 532 msgstr "%s kan inte installeras: %s Försök igen efter installation av nödvÀndiga moduler." 533 534 #: admin/page.modules.php:350 555 535 #, php-format 556 536 msgid "%s %s will be downloaded and installed" 557 537 msgstr "%s %s kommer att laddas ner och installeras" 558 538 559 #: admin/page.modules.php:3 51539 #: admin/page.modules.php:363 560 540 #, php-format 561 541 msgid "%s %s will be upgraded to %s" 562 542 msgstr "%s %s kommer att uppgraderas till %s" 563 543 564 #: admin/page.modules.php:3 53544 #: admin/page.modules.php:365 565 545 #, php-format 566 546 msgid "%s %s will be installed and enabled" 567 547 msgstr "%s %s kommer att installeras och aktiveras" 568 548 569 #: admin/page.modules.php:361 570 #, php-format 571 msgid "" 572 "%s cannot be enabled: %s Please try again after the dependencies have been " 573 "installed." 574 msgstr "" 575 "%s kan inte aktiveras: %s Försök igen efter installation av nödvÀndiga " 576 "moduler." 577 578 #: admin/page.modules.php:365 549 #: admin/page.modules.php:373 550 #, php-format 551 msgid "%s cannot be enabled: %s Please try again after the dependencies have been installed." 552 msgstr "%s kan inte aktiveras: %s Försök igen efter installation av nödvÀndiga moduler." 553 554 #: admin/page.modules.php:377 579 555 #, php-format 580 556 msgid "%s %s will be enabled" 581 557 msgstr "%s %s kommer att aktiveras" 582 558 583 #: admin/page.modules.php:371 584 #, php-format 585 msgid "" 586 "%s cannot be disabled because the following modules depend on it: %s Please " 587 "disable those modules first then try again." 588 msgstr "" 589 "%s kan inte avaktiveras för att följande moduler Àr beroende av den: %s " 590 "Avaktivera dessa moduler först, försök sedan igen." 591 592 #: admin/page.modules.php:375 559 #: admin/page.modules.php:383 560 #, php-format 561 msgid "%s cannot be disabled because the following modules depend on it: %s Please disable those modules first then try again." 562 msgstr "%s kan inte avaktiveras för att följande moduler Àr beroende av den: %s Avaktivera dessa moduler först, försök sedan igen." 563 564 #: admin/page.modules.php:387 593 565 #, php-format 594 566 msgid "%s %s will be disabled" 595 567 msgstr "%s %s kommer att avaktiveras" 596 568 597 #: admin/page.modules.php:382 598 #, php-format 599 msgid "" 600 "%s cannot be uninstalled because the following modules depend on it: %s " 601 "Please disable those modules first then try again." 602 msgstr "" 603 "%s kan inte avinstalleras för att följande moduler Àr beroende av den: %s " 604 "Avaktivera dessa moduler först, försök sedan igen." 605 606 #: admin/page.modules.php:386 569 #: admin/page.modules.php:394 570 #, php-format 571 msgid "%s cannot be uninstalled because the following modules depend on it: %s Please disable those modules first then try again." 572 msgstr "%s kan inte avinstalleras för att följande moduler Àr beroende av den: %s Avaktivera dessa moduler först, försök sedan igen." 573 574 #: admin/page.modules.php:398 607 575 #, php-format 608 576 msgid "%s %s will be uninstalled" 609 577 msgstr "%s %s kommer att avinstalleras" 610 578 611 #: admin/page.modules.php:4 03579 #: admin/page.modules.php:415 612 580 msgid "Errors with selection:" 613 581 msgstr "Fel vid val:" 614 582 615 #: admin/page.modules.php:412 616 msgid "" 617 "You may confirm the remaining selection and then try the again for the " 618 "listed issues once the required dependencies have been met:" 619 msgstr "" 620 "Du kan bekrÀfta de Ã¥terstÃ¥ende valen för att sedan försöka igen för de " 621 "listade problemen nÀr förutsÀttningarna har rÀttats till:" 622 623 #: admin/page.modules.php:414 583 #: admin/page.modules.php:424 584 msgid "You may confirm the remaining selection and then try the again for the listed issues once the required dependencies have been met:" 585 msgstr "Du kan bekrÀfta de Ã¥terstÃ¥ende valen för att sedan försöka igen för de listade problemen nÀr förutsÀttningarna har rÀttats till:" 586 587 #: admin/page.modules.php:426 624 588 msgid "Please confirm the following actions:" 625 589 msgstr "BekrÀfta följande val:" 626 590 627 #: admin/page.modules.php:421 591 #: admin/page.modules.php:429 592 msgid "Upgrades, installs, enables and disables:" 593 msgstr "Uppgraderar, installerar, aktiverar och avaktiverar:" 594 595 #: admin/page.modules.php:437 596 msgid "Forced downgrades and re-installs:" 597 msgstr "Tvinga nedgradering och Ã¥terinstallation:" 598 599 #: admin/page.modules.php:444 628 600 msgid "Confirm" 629 601 msgstr "BekrÀfta" 630 602 631 #: admin/page.modules.php:4 23603 #: admin/page.modules.php:446 632 604 msgid "No actions to perform" 633 605 msgstr "Inga val att utföra" 634 606 635 #: admin/page.modules.php:424 636 msgid "" 637 "Please select at least one action to perform by clicking on the module, and " 638 "selecting an action on the \"Action\" tab." 639 msgstr "" 640 "VÀlj minst ett val att utföra genom att klicka pÃ¥ modulen och vÀlja ett av " 641 "dom pÃ¥ \"Val\"-fliken." 642 643 #: admin/page.modules.php:426 admin/views/freepbx_reload.php:111 607 #: admin/page.modules.php:447 608 msgid "Please select at least one action to perform by clicking on the module, and selecting an action on the \"Action\" tab." 609 msgstr "VÀlj minst ett val att utföra genom att klicka pÃ¥ modulen och vÀlja ett av dom pÃ¥ \"Val\"-fliken." 610 611 #: admin/page.modules.php:449 612 #: admin/views/freepbx_reload.php:111 644 613 msgid "Cancel" 645 614 msgstr "Avbryt" 646 615 647 #: admin/page.modules.php:435 admin/page.modules.php:487 616 #: admin/page.modules.php:458 617 #: admin/page.modules.php:510 648 618 msgid "Manage local modules" 649 619 msgstr "Hantera lokala moduler" 650 620 651 #: admin/page.modules.php:437 admin/page.modules.php:493 621 #: admin/page.modules.php:460 622 #: admin/page.modules.php:516 652 623 msgid "Check for updates online" 653 624 msgstr "Kontrollera uppdateringar on-line" 654 625 655 #: admin/page.modules.php:437 admin/page.modules.php:493 656 msgid "" 657 "Checking for updates will transmit your FreePBX and Asterisk version numbers " 658 "along with a unique but random identifier. This is used to provide proper " 659 "update information and track version usage to focus development and " 660 "maintenance efforts. No private information is transmitted." 661 msgstr "" 662 "Genom att kontrollera uppdateringar kommer dina versioner av FreePBX och " 663 "Asterisk att skickas tillsammans med en unik men slumpmÀssing identifierare. " 664 "Detta anvÀnds för att ge dig korrekt uppdateringsinformation och för att " 665 "spÃ¥ra vilka versioner som anvÀnds. Allt för att kunna fokusera pÃ¥ utveckling " 666 "och underhÃ¥ll. Ingen privat information skickas." 667 668 #: admin/page.modules.php:442 admin/page.modules.php:495 626 #: admin/page.modules.php:460 627 #: admin/page.modules.php:516 628 msgid "Checking for updates will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and track version usage to focus development and maintenance efforts. No private information is transmitted." 629 msgstr "Genom att kontrollera uppdateringar kommer dina versioner av FreePBX och Asterisk att skickas tillsammans med en unik men slumpmÀssing identifierare. Detta anvÀnds för att ge dig korrekt uppdateringsinformation och för att spÃ¥ra vilka versioner som anvÀnds. Allt för att kunna fokusera pÃ¥ utveckling och underhÃ¥ll. Ingen privat information skickas." 630 631 #: admin/page.modules.php:465 632 #: admin/page.modules.php:518 669 633 msgid "Upload module" 670 634 msgstr "Ladda upp modul" 671 635 672 #: admin/page.modules.php:4 48636 #: admin/page.modules.php:471 673 637 #, php-format 674 638 msgid "The following error(s) occurred processing the uploaded file: %s" 675 639 msgstr "Följande fel intrÀffade nÀr den uppladdade filen behandlades: %s" 676 640 677 #: admin/page.modules.php:4 50641 #: admin/page.modules.php:473 678 642 #, php-format 679 643 msgid "You should fix the problem or select another file and %s." 680 644 msgstr "Du bör rÀtta till problemet eller vÀlja en annan fil och %s." 681 645 682 #: admin/page.modules.php:4 51646 #: admin/page.modules.php:474 683 647 msgid "try again" 684 648 msgstr "försök igen" 685 649 686 #: admin/page.modules.php:455 687 #, php-format 688 msgid "" 689 "Module uploaded successfully. You need to enable the module using %s to make " 690 "it available." 691 msgstr "" 692 "Modulen laddades upp utan problem. Du mÃ¥ste aktivera modulen genom att " 693 "anvÀnda %s för att fÃ¥ den tillgÀnglig" 694 695 #: admin/page.modules.php:456 650 #: admin/page.modules.php:478 651 #, php-format 652 msgid "Module uploaded successfully. You need to enable the module using %s to make it available." 653 msgstr "Modulen laddades upp utan problem. Du mÃ¥ste aktivera modulen genom att anvÀnda %s för att fÃ¥ den tillgÀnglig" 654 655 #: admin/page.modules.php:479 696 656 msgid "local module administration" 697 657 msgstr "lokal moduladministration" 698 658 699 #: admin/page.modules.php:461 700 msgid "" 701 "You can upload a tar gzip file containing a FreePBX module from your local " 702 "system. If a module with the same name already exists, it will be " 703 "overwritten." 704 msgstr "" 705 "Du kan ladda upp en tar gzipfil som innehÃ¥ller en FreePBX modul frÃ¥n ditt " 706 "lokala system. Om en modul med samma namn redan finns kommer den att skrivas " 707 "över." 708 709 #: admin/page.modules.php:488 710 msgid "Show only upgradable" 659 #: admin/page.modules.php:484 660 msgid "You can upload a tar gzip file containing a FreePBX module from your local system. If a module with the same name already exists, it will be overwritten." 661 msgstr "Du kan ladda upp en tar gzipfil som innehÃ¥ller en FreePBX modul frÃ¥n ditt lokala system. Om en modul med samma namn redan finns kommer den att skrivas över." 662 663 #: admin/page.modules.php:511 664 msgid "Show only upgradeable" 711 665 msgstr "Visa endast uppgraderingsbara" 712 666 713 #: admin/page.modules.php:507 admin/page.modules.php:795 667 #: admin/page.modules.php:530 668 #: admin/page.modules.php:822 714 669 msgid "Download all" 715 670 msgstr "Ladda ner allt" 716 671 717 #: admin/page.modules.php:508 admin/page.modules.php:796 672 #: admin/page.modules.php:531 673 #: admin/page.modules.php:823 718 674 msgid "Upgrade all" 719 675 msgstr "Uppgradera allt" 720 676 721 #: admin/page.modules.php:510 admin/page.modules.php:798 677 #: admin/page.modules.php:533 678 #: admin/page.modules.php:825 722 679 msgid "Reset" 723 680 msgstr "à 724 681 terstÀll" 725 682 726 #: admin/page.modules.php:511 admin/page.modules.php:799 683 #: admin/page.modules.php:534 684 #: admin/page.modules.php:826 727 685 msgid "Process" 728 686 msgstr "Utför" 729 687 730 #: admin/page.modules.php:5 17688 #: admin/page.modules.php:540 731 689 msgid "Module" 732 690 msgstr "Modul" 733 691 734 #: admin/page.modules.php:5 18692 #: admin/page.modules.php:541 735 693 msgid "Version" 736 694 msgstr "Version" 737 695 738 #: admin/page.modules.php:5 19696 #: admin/page.modules.php:542 739 697 msgid "Publisher" 740 698 msgstr "Utgivare" 741 699 742 #: admin/page.modules.php:533 admin/page.modules.php:608 700 #: admin/page.modules.php:556 701 #: admin/page.modules.php:631 743 702 msgid "Broken" 744 703 msgstr "Felaktig/trasig" 745 704 746 #: admin/page.modules.php:564 admin/page.modules.php:569 747 #: admin/views/freepbx_admin.php:107 admin/views/freepbx_admin.php:112 705 #: admin/page.modules.php:587 706 #: admin/page.modules.php:592 707 #: admin/views/freepbx_admin.php:107 708 #: admin/views/freepbx_admin.php:112 748 709 #: admin/modules/core/page.ampusers.php:240 749 710 #: admin/modules/core/page.ampusers.php:244 … … 751 712 msgstr "namn" 752 713 753 #: admin/page.modules.php: 585714 #: admin/page.modules.php:608 754 715 msgid "Not Installed (Locally available)" 755 716 msgstr "Inte installerad (lokalt tillgÀnglig)" 756 717 757 #: admin/page.modules.php: 587718 #: admin/page.modules.php:610 758 719 #, php-format 759 720 msgid "Not Installed (Available online: %s)" 760 721 msgstr "Inte installerad (tillgÀnglig on-line: %s" 761 722 762 #: admin/page.modules.php: 594723 #: admin/page.modules.php:617 763 724 #, php-format 764 725 msgid "Disabled; Online upgrade available (%s)" 765 726 msgstr "Avaktiverad; On-lineuppgradering tillgÀnglig (%s)" 766 727 767 #: admin/page.modules.php: 596728 #: admin/page.modules.php:619 768 729 #, php-format 769 730 msgid "Disabled; Newer than online version (%s)" 770 731 msgstr "Avaktiverad; Nyare Àn on-line (%s)" 771 732 772 #: admin/page.modules.php: 598733 #: admin/page.modules.php:621 773 734 msgid "Disabled; up to date" 774 735 msgstr "Avaktiverad; Senaste version" 775 736 776 #: admin/page.modules.php:601 admin/modules/core/page.general.php:147 737 #: admin/page.modules.php:624 738 #: admin/modules/core/page.general.php:144 777 739 msgid "Disabled" 778 740 msgstr "Avaktiverad" 779 741 780 #: admin/page.modules.php:6 05742 #: admin/page.modules.php:628 781 743 #, php-format 782 744 msgid "Disabled; Pending upgrade to %s" 783 745 msgstr "Avaktiverad; VÀntar pÃ¥ att uppgraderas till %s" 784 746 785 #: admin/page.modules.php:6 15747 #: admin/page.modules.php:638 786 748 #, php-format 787 749 msgid "Online upgrade available (%s)" 788 750 msgstr "On-line uppgradering tillgÀnglig (%s)" 789 751 790 #: admin/page.modules.php:6 17752 #: admin/page.modules.php:640 791 753 #, php-format 792 754 msgid "Newer than online version (%s)" 793 755 msgstr "Nyare Àn on-lineversionen (%s)" 794 756 795 #: admin/page.modules.php:6 19757 #: admin/page.modules.php:642 796 758 msgid "Enabled and up to date" 797 759 msgstr "Aktiverad och senaste version" 798 760 799 #: admin/page.modules.php:6 23761 #: admin/page.modules.php:646 800 762 msgid "Enabled; Not available online" 801 763 msgstr "Aktiverad; Inte tillgÀnglig on-line" 802 764 803 #: admin/page.modules.php:625 admin/modules/core/page.general.php:146 765 #: admin/page.modules.php:648 766 #: admin/modules/core/page.general.php:143 804 767 msgid "Enabled" 805 768 msgstr "Aktiverad" 806 769 807 #: admin/page.modules.php:6 43770 #: admin/page.modules.php:666 808 771 msgid "Attention" 809 772 msgstr "OBS" 810 773 811 #: admin/page.modules.php:6 44774 #: admin/page.modules.php:667 812 775 msgid "attention" 813 776 msgstr "OBS" 814 777 815 #: admin/page.modules.php:6 48778 #: admin/page.modules.php:671 816 779 msgid "Action" 817 780 msgstr "Val" 818 781 819 #: admin/page.modules.php:6 51782 #: admin/page.modules.php:674 820 783 msgid "No Action" 821 784 msgstr "Inget val" 822 785 823 #: admin/page.modules.php:658 admin/page.modules.php:691 786 #: admin/page.modules.php:681 787 #: admin/page.modules.php:714 824 788 msgid "Install" 825 789 msgstr "Installera" 826 790 827 #: admin/page.modules.php:6 61791 #: admin/page.modules.php:684 828 792 msgid "Download and Install" 829 793 msgstr "Ladda ner och installera" 830 794 831 #: admin/page.modules.php:667 admin/modules/core/functions.inc.php:4880 832 #: admin/modules/core/functions.inc.php:4885 833 #: admin/modules/core/page.trunks.php:401 795 #: admin/page.modules.php:690 796 #: admin/modules/core/functions.inc.php:5431 797 #: admin/modules/core/functions.inc.php:5436 798 #: admin/modules/core/page.trunks.php:421 834 799 msgid "Enable" 835 800 msgstr "Aktivera" 836 801 837 #: admin/page.modules.php:670 admin/page.modules.php:685 838 #: admin/page.modules.php:693 admin/page.modules.php:713 802 #: admin/page.modules.php:693 803 #: admin/page.modules.php:708 804 #: admin/page.modules.php:716 805 #: admin/page.modules.php:740 839 806 msgid "Uninstall" 840 807 msgstr "Avinstallera" 841 808 842 #: admin/page.modules.php:6 75809 #: admin/page.modules.php:698 843 810 #, php-format 844 811 msgid "Download %s, keep Disabled" 845 812 msgstr "Ladda ner %s, behÃ¥ll avaktiverad" 846 813 847 #: admin/page.modules.php: 683814 #: admin/page.modules.php:706 848 815 #, php-format 849 816 msgid "Upgrade to %s and Enable" 850 817 msgstr "Uppgradera till %s och aktivera" 851 818 852 #: admin/page.modules.php:7 03819 #: admin/page.modules.php:726 853 820 #, php-format 854 821 msgid "Download and Upgrade to %s" 855 822 msgstr "Ladda ner och uppgradera till %s" 856 823 857 #: admin/page.modules.php:709 admin/modules/core/functions.inc.php:4881 858 #: admin/modules/core/functions.inc.php:4884 859 #: admin/modules/core/functions.inc.php:4888 860 #: admin/modules/core/page.trunks.php:393 824 #: admin/page.modules.php:728 825 #, php-format 826 msgid "Force Download and Install %s" 827 msgstr "Tvinga nedladdning och installation %s" 828 829 #: admin/page.modules.php:728 830 #, php-format 831 msgid "Force Download and Downgrade to %s" 832 msgstr "Tvinga nedladdning och nedgradering till %s" 833 834 #: admin/page.modules.php:736 835 #: admin/modules/core/functions.inc.php:5432 836 #: admin/modules/core/functions.inc.php:5435 837 #: admin/modules/core/functions.inc.php:5439 838 #: admin/modules/core/page.trunks.php:413 861 839 msgid "Disable" 862 840 msgstr "Avaktivera" 863 841 864 #: admin/page.modules.php:719 admin/modules/core/functions.inc.php:5383 865 #: admin/modules/core/page.did.php:205 842 #: admin/page.modules.php:746 843 #: admin/modules/core/functions.inc.php:5936 844 #: admin/modules/core/page.did.php:209 866 845 #: admin/modules/core/page.zapchandids.php:103 867 846 msgid "Description" 868 847 msgstr "Beskrivning" 869 848 870 #: admin/page.modules.php:7 21849 #: admin/page.modules.php:748 871 850 #, php-format 872 851 msgid "Publisher: %s" 873 852 msgstr "Utgivare: %s" 874 853 875 #: admin/page.modules.php:7 23854 #: admin/page.modules.php:750 876 855 #, php-format 877 856 msgid "License: %s" 878 857 msgstr "Licens: %s" 879 858 880 #: admin/page.modules.php:7 25859 #: admin/page.modules.php:752 881 860 #, php-format 882 861 msgid "Description for version %s" 883 862 msgstr "Beskrivning för version %s" 884 863 885 #: admin/page.modules.php:7 26864 #: admin/page.modules.php:753 886 865 msgid "description" 887 866 msgstr "beskrivning" 888 867 889 #: admin/page.modules.php:7 28868 #: admin/page.modules.php:755 890 869 msgid "No description is available." 891 870 msgstr "Ingen beskrivning tillgÀnglig." 892 871 893 #: admin/page.modules.php:731 admin/page.modules.php:733 872 #: admin/page.modules.php:758 873 #: admin/page.modules.php:760 894 874 msgid "More info" 895 875 msgstr "Mer information" 896 876 897 #: admin/page.modules.php:7 33877 #: admin/page.modules.php:760 898 878 #, php-format 899 879 msgid "Get help for %s" 900 880 msgstr "HÀmta hjÀlp för %s" 901 881 902 #: admin/page.modules.php:7 38882 #: admin/page.modules.php:765 903 883 msgid "Changelog" 904 884 msgstr "Ãndringlogg" 905 885 906 #: admin/page.modules.php:7 39886 #: admin/page.modules.php:766 907 887 #, php-format 908 888 msgid "Change Log for version %s" 909 889 msgstr "Ãndringslogg för version %s" 910 890 911 #: admin/page.modules.php:7 59891 #: admin/page.modules.php:786 912 892 msgid "Debug" 913 893 msgstr "Avlusa" 914 894 915 #: admin/page.modules.php: 784895 #: admin/page.modules.php:811 916 896 msgid "All available modules are up-to-date and installed." 917 897 msgstr "Alla tillgÀngliga moduler Àr de senaste och de Àr installerade" 918 898 919 #: admin/page.modules.php: 786899 #: admin/page.modules.php:813 920 900 msgid "No modules to display." 921 901 msgstr "Inga moduler att visa" 922 902 923 #: admin/page.modules.php:8 36903 #: admin/page.modules.php:863 924 904 msgid "Untarring.." 925 905 msgstr "Packar upp (untarring).." 926 906 927 #: admin/page.modules.php:8 56907 #: admin/page.modules.php:883 928 908 msgid "Done." 929 909 msgstr "Klar." 930 910 931 #: admin/page.modules.php:9 15911 #: admin/page.modules.php:942 932 912 msgid "Standard Repository" 933 913 msgstr "Standardplatsen" 934 914 935 #: admin/page.modules.php:9 16915 #: admin/page.modules.php:943 936 916 msgid "Extended Repository" 937 917 msgstr "Den utökade förvaringsplatsen" 938 918 939 #: admin/page.modules.php:925 940 msgid "" 941 "You have selected to access the Extended Repository. This repository " 942 "contains some Third Party and un-supported modules. Although these modules " 943 "are believed to work with FreePBX, they are either developed by third " 944 "parties in conjunction with optional PBX components, or they are not " 945 "directly sponsored by the core FreePBX team and may not receive the same " 946 "level of responsiveness to issues as the main code base does." 947 msgstr "" 948 "Du har valt Ã¥tkomst till den utökade förvaringsplatsen. Denna plats innehÃ¥ller " 949 "bÃ¥de tredjeparts- och osupporterade moduler. FastÀn dessa moduler förvÀntas att " 950 "fungera med FreePBX, Àr dom utvecklade av tredjepart i koordination med valfra " 951 "PBX-komponenter, eller sÃ¥ Àr dom inte direkt stödda av kÀrnutvecklarna för FreePBX, " 952 "och har inte samma nivÃ¥ av support som huvudkoden fÃ¥r" 919 #: admin/page.modules.php:952 920 msgid "You have selected to access the Extended Repository. This repository contains some Third Party and un-supported modules. Although these modules are believed to work with FreePBX, they are either developed by third parties in conjunction with optional PBX components, or they are not directly sponsored by the core FreePBX team and may not receive the same level of responsiveness to issues as the main code base does." 921 msgstr "Du har valt Ã¥tkomst till den utökade förvaringsplatsen. Denna plats innehÃ¥ller bÃ¥de tredjeparts- och osupporterade moduler. FastÀn dessa moduler förvÀntas att fungera med FreePBX, Àr dom utvecklade av tredjepart i koordination med valfra PBX-komponenter, eller sÃ¥ Àr dom inte direkt stödda av kÀrnutvecklarna för FreePBX, och har inte samma nivÃ¥ av support som huvudkoden fÃ¥r" 953 922 954 923 #: admin/panel.php:18 … … 989 958 990 959 #: admin/views/bad_refferer.php:17 991 msgid "" 992 "You are attempting to modify settings from a URL that does not appear to " 993 "have come from a FreePBX page link or button. This can occur if you manually " 994 "typed in the URL below. This action has been blocked because the " 995 "HTTP_REFERER does not match your current SERVER. If you require this access, " 996 "you can set CHECKREFERER=false in amportal.conf to disable this security " 997 "check" 998 msgstr "" 999 "Du förösker förÀndra instÀllningar frÃ¥n en URL som verkar komma frÃ¥n en annan " 1000 "plats Àn en FreePBX-lÀnk eller knapp. Detta kan intrÀffa om du skrivit in URL-en nedan. " 1001 "Denna funktion har blockerats dÀrför att HTTP_REFERER inte överrenstÀmmer med din aktuella SERVER " 1002 "Om du verkligen vill anvÀnda denna funktion kan du skriva in CHECKREFERER=false i din amportal.conf " 1003 "för att stÀnga av denna sÀkerhestfunktion" 960 msgid "You are attempting to modify settings from a URL that does not appear to have come from a FreePBX page link or button. This can occur if you manually typed in the URL below. This action has been blocked because the HTTP_REFERER does not match your current SERVER. If you require this access, you can set CHECKREFERER=false in amportal.conf to disable this security check" 961 msgstr "Du försöker förÀndra instÀllningar frÃ¥n en URL som verkar komma frÃ¥n en annan plats Àn en FreePBX-lÀnk eller knapp. Detta kan intrÀffa om du skrivit in URL-en nedan. Denna funktion har blockerats dÀrför att HTTP_REFERER inte överenstÀmmer med din aktuella SERVER Om du verkligen vill anvÀnda denna funktion kan du skriva in CHECKREFERER=false i din amportal.conf för att stÀnga av denna sÀkerhetsfunktion" 1004 962 1005 963 #: admin/views/bad_refferer.php:18 1006 msgid "" 1007 "The suspect URL is listed below. If this action is intended, you can click " 1008 "this link and your action will be processed. Do not proceed with this if you " 1009 "did not intended to execute this command as it may result in changes to your " 1010 "configuraiton." 1011 msgstr "" 1012 "Den misstÀnka URL-en visas nedan. Om denna funktion Àr avsiktlig kan du klicka " 1013 "pÃ¥ denna lÀnk och funktionen kommer att utföras. Klicka inte pÃ¥ denna lÀnk om " 1014 "du inte hade för avsikt att utföra denna funktion dÃ¥ den kan Àndra i din kofiguration." 964 msgid "The suspect URL is listed below. If this action is intended, you can click this link and your action will be processed. Do not proceed with this if you did not intended to execute this command as it may result in changes to your configuration." 965 msgstr "Den misstÀnka URL-en visas nedan. Om denna funktion Àr avsiktlig kan du klicka pÃ¥ denna lÀnk och funktionen kommer att utföras. Klicka inte pÃ¥ denna lÀnk om du inte hade för avsikt att utföra denna funktion dÃ¥ den kan Àndra i din konfiguration." 1015 966 1016 967 #: admin/views/bad_refferer.php:19 … … 1018 969 msgstr "MISSTÃNKT LÃNK" 1019 970 1020 #: admin/views/freepbx_admin.php:87 admin/modules/core/page.ampusers.php:234 971 #: admin/views/freepbx_admin.php:87 972 #: admin/modules/core/page.ampusers.php:234 1021 973 msgid "category" 1022 974 msgstr "kategori" 1023 975 1024 976 #: admin/views/freepbx_admin.php:179 1025 msgid "" 1026 "WARNING: Javascript is disabled in your browser. The FreePBX administration " 1027 "interface requires Javascript to run properly. Please enable javascript or " 1028 "switch to another browser that supports it." 1029 msgstr "" 1030 "VARNING: Javaskript Àr avstÀngt i din webblÀsare. Administrationsverktyget " 1031 "krÀver javaskript för att fungera. Aktivera javaskript eller byt till en " 1032 "webblÀsare som stöder det." 977 msgid "WARNING: Javascript is disabled in your browser. The FreePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another browser that supports it." 978 msgstr "VARNING: Javaskript Àr avstÀngt i din webblÀsare. Administrationsverktyget krÀver javaskript för att fungera. Aktivera javaskript eller byt till en webblÀsare som stöder det." 1033 979 1034 980 #: admin/views/freepbx_admin.php:193 … … 1037 983 msgstr "%s Àr ett registrerat varumÀrke av %s" 1038 984 1039 #: admin/views/freepbx_admin.php:194 admin/views/freepbx_admin.php:197 1040 #: admin/views/freepbx.php:151 admin/views/freepbx.php:160 985 #: admin/views/freepbx_admin.php:194 986 #: admin/views/freepbx_admin.php:197 987 #: admin/views/freepbx.php:151 988 #: admin/views/freepbx.php:160 1041 989 msgid "FreePBX" 1042 990 msgstr "FreePBX" … … 1088 1036 msgstr "Omladdning krÀvs" 1089 1037 1090 #: admin/views/freepbx_reloadbar.php:4 admin/views/freepbx_reloadbar.php:5 1038 #: admin/views/freepbx_reloadbar.php:4 1039 #: admin/views/freepbx_reloadbar.php:5 1091 1040 #: admin/views/freepbx_reload.php:107 1092 1041 msgid "Apply Configuration Changes" … … 1095 1044 #: admin/views/freepbx_reloadbar.php:5 1096 1045 #, php-format 1097 msgid "" 1098 "You have made changes to the configuration that have not yet been applied. " 1099 "When you are finished making all changes, click on %s to put them into " 1100 "effect." 1101 msgstr "" 1102 "Du har gjort förÀndringar i konfigurationen som inte Àr sparade. NÀr du Àr " 1103 "klar med alla Àndringar du vill göra klickar du pÃ¥ %s för att spara dessa." 1046 msgid "You have made changes to the configuration that have not yet been applied. When you are finished making all changes, click on %s to put them into effect." 1047 msgstr "Du har gjort förÀndringar i konfigurationen som inte Àr sparade. NÀr du Àr klar med alla Àndringar du vill göra klickar du pÃ¥ %s för att spara dessa." 1104 1048 1105 1049 #: admin/views/freepbx_reload.php:71 1106 msgid "" 1107 " error(s) occured, you should view the notification log on the dashboard or " 1108 "main screen to check for more details." 1109 msgstr "" 1110 "fel uppstod, du bör kontrollera noteringsloggen pÃ¥ instrumentpanelen eller " 1111 "huvudmenyn för mer detaljer." 1112 1113 #: admin/views/freepbx_reload.php:75 admin/views/freepbx_reload.php:89 1050 msgid " error(s) occurred, you should view the notification log on the dashboard or main screen to check for more details." 1051 msgstr "fel uppstod, du bör kontrollera noteringsloggen pÃ¥ instrumentpanelen eller huvudmenyn för mer detaljer." 1052 1053 #: admin/views/freepbx_reload.php:75 1054 #: admin/views/freepbx_reload.php:89 1114 1055 msgid "Close" 1115 1056 msgstr "StÀng" … … 1124 1065 1125 1066 #: admin/views/freepbx_reload.php:108 1126 msgid "" 1127 "Reloading will apply all configuration changes made in FreePBX to your PBX " 1128 "engine and make them active." 1129 msgstr "" 1130 "Omladdning kommer att spara ner och aktivera alla Àndringar du gjort i " 1131 "FreePBX." 1067 msgid "Reloading will apply all configuration changes made in FreePBX to your PBX engine and make them active." 1068 msgstr "Omladdning kommer att spara ner och aktivera alla Àndringar du gjort i FreePBX." 1132 1069 1133 1070 #: admin/views/freepbx_reload.php:110 … … 1156 1093 1157 1094 #: admin/views/loggedout.php:5 1158 msgid "You have been succes fully logged out."1095 msgid "You have been successfully logged out." 1159 1096 msgstr "Du har loggats ut" 1160 1097 … … 1169 1106 1170 1107 #: admin/views/menuitem_disabled.php:4 1171 msgid "" 1172 "Restart Asterisk and then refresh the browser in order to try accessing this " 1173 "menu item again." 1174 msgstr "" 1175 "à 1176 terstarta Asterisk och uppdatera denna sida för att försöka komma Ã¥t denna " 1177 "meny igen." 1108 msgid "Restart Asterisk and then refresh the browser in order to try accessing this menu item again." 1109 msgstr "à 1110 terstarta Asterisk och uppdatera denna sida för att försöka komma Ã¥t denna meny igen." 1178 1111 1179 1112 #: admin/views/noaccess.php:4 … … 1182 1115 1183 1116 #: admin/views/noaccess.php:5 1184 msgid "" 1185 "The section you requested does not exist or you do not have access to it." 1186 msgstr "" 1187 "Sektionen du försökte anvÀnda existerar inte eller sÃ¥ har du ingen Ã¥tkomst " 1188 "till den." 1117 msgid "The section you requested does not exist or you do not have access to it." 1118 msgstr "Sektionen du försökte anvÀnda existerar inte eller sÃ¥ har du ingen Ã¥tkomst till den." 1189 1119 1190 1120 #: admin/views/unauthorized.php:4 … … 1237 1167 1238 1168 #: admin/views/welcome.php:36 1169 msgid "If you're new to FreePBX, Welcome. Here are some quick instructions to get you started" 1170 msgstr "Om du precis börjat anvÀnda FreePBX, vÀlkommen. HÀr kommer nÃ¥gra snabba instruktioner för att komma igÃ¥ng" 1171 1172 #: admin/views/welcome.php:40 1173 #, php-format 1239 1174 msgid "" 1240 "If you're new to FreePBX, Welcome. Here are some quick instructions to get " 1241 "you started" 1242 msgstr "" 1243 "Om du precis börjat anvÀnda FreePBX, vÀlkommen. HÀr kommer nÃ¥gra snabba " 1244 "instruktioner för att komma igÃ¥ng" 1245 1246 #: admin/views/welcome.php:40 1247 #, php-format 1248 msgid "" 1249 "There are a large number of Plug-in modules available from the Online " 1250 "Repository. This is\n" 1175 "There are a large number of Plug-in modules available from the Online Repository. This is\n" 1251 1176 "available by clicking on the <a href='%s'>Tools menu</a> up the top, then\n" 1252 1177 "<a href='%s'>Module Admin</a>, then\n" 1253 1178 "<a href='%s'>Check for updates online</a>.\n" 1254 "Modules are updated and patched often, so if you are having a problem, it's " 1255 "worth checking there to see if there's\n" 1179 "Modules are updated and patched often, so if you are having a problem, it's worth checking there to see if there's\n" 1256 1180 "a new version of the module available." 1257 1181 msgstr "" 1258 1182 "Det finns ett större antal moduler tillgÀngliga frÃ¥n on-line kÀllan. Dessa\n" 1259 "kan du komma Ã¥t genom att klicka pÃ¥ <a href='%s'>Verktygsmenyn</a> uppe till " 1260 "vÀnster, vÀlj sedan\n" 1183 "kan du komma Ã¥t genom att klicka pÃ¥ <a href='%s'>Verktygsmenyn</a> uppe till vÀnster, vÀlj sedan\n" 1261 1184 "<a href='%s'>Moduladministration</a>, klicka dÀrefter pÃ¥\n" 1262 1185 "<a href='%s'>Kontrollera uppdateringar on-line</a>.\n" 1263 "Modulerna uppdateras ofta, om du upplever problem med din vÀxel kan det vara " 1264 "en god ide att kontrollera om\n" 1186 "Modulerna uppdateras ofta, om du upplever problem med din vÀxel kan det vara en god ide att kontrollera om\n" 1265 1187 "det finns uppdateringar tillgÀngliga." 1266 1188 … … 1268 1190 #, php-format 1269 1191 msgid "" 1270 "If you're having any problems, you can also use the <a href='%s'>Online " 1271 "Support</a> \n" 1272 "module (<b>you need to install this through the <a href='%s'>Module " 1273 "Repository</a> first</b>)\n" 1274 "to talk to other users and the devlopers in real time. Click on <a href='%" 1275 "s'>Start IRC</a>,\n" 1192 "If you're having any problems, you can also use the <a href='%s'>Online Support</a> \n" 1193 "module (<b>you need to install this through the <a href='%s'>Module Repository</a> first</b>)\n" 1194 "to talk to other users and the developers in real time. Click on <a href='%s'>Start IRC</a>,\n" 1276 1195 "when the module is installed, to start a Java IRC client." 1277 1196 msgstr "" 1278 1197 "Om du har problem, kan du anvÀnda <a href='%s'>Onlinesupport</a> \n" 1279 "modulen (<b>du mÃ¥ste installera denna genom <a href='%" 1280 "s'>Moduleadministration</a> först</b>)\n" 1281 "för att kunna kontakta andra anvÀndare eller utvecklare i realtid. Klicka pÃ¥ " 1282 "<a href='%s'>Starta IRC</a>,\n" 1198 "modulen (<b>du mÃ¥ste installera denna genom <a href='%s'>Moduladministration</a> först</b>)\n" 1199 "för att kunna kontakta andra anvÀndare eller utvecklare i realtid. Klicka pÃ¥ <a href='%s'>Starta IRC</a>,\n" 1283 1200 "nÀr du installerat modulen, för att starta en Java IRC klient." 1284 1201 … … 1286 1203 #, php-format 1287 1204 msgid "" 1288 "There is also a community based <a href='%s' target='_new'>FreePBX Web " 1289 "Forum</a> where you can post\n" 1205 "There is also a community based <a href='%s' target='_new'>FreePBX Web Forum</a> where you can post\n" 1290 1206 "questions and search for answers for any problems you may be having." 1291 1207 msgstr "" 1292 "Det finns ocksÃ¥ ett bollplank för anvÀndare pÃ¥ <a href='%s' " 1293 "target='_new'>FreePBX Web Forum</a> dÀr du kan skriva dina frÃ¥gor\n" 1208 "Det finns ocksÃ¥ ett bollplank för anvÀndare pÃ¥ <a href='%s' target='_new'>FreePBX Web Forum</a> dÀr du kan skriva dina frÃ¥gor\n" 1294 1209 "eller söka för svar pÃ¥ eventuella problem du stöter pÃ¥." 1295 1210 … … 1303 1218 1304 1219 #: admin/common/db_connect.php:78 1305 msgid "" 1306 "You are using the default SQL password that is widely known, you should set " 1307 "a secure password" 1308 msgstr "" 1309 "Du anvÀnder standardlösenordet för SQL, detta Àr allmÀnt kÀnt, du bör byta " 1310 "till ett sÀkrare lösenord" 1220 msgid "You are using the default SQL password that is widely known, you should set a secure password" 1221 msgstr "Du anvÀnder standardlösenordet för SQL, detta Àr allmÀnt kÀnt, du bör byta till ett sÀkrare lösenord" 1311 1222 1312 1223 #: admin/common/db_connect.php:89 … … 1316 1227 #: admin/common/db_connect.php:89 1317 1228 #, php-format 1318 msgid "" 1319 "Your memory_limit, %sM, is set too low and has been increased to %sM. You " 1320 "may want to change this in you php.ini config file" 1321 msgstr "" 1322 "Din memory_limit, %sM, Àr för lÃ¥g och har ökats till %sM. Du bör Àndra detta " 1323 "i din php.ini konfigurationsfil" 1229 msgid "Your memory_limit, %sM, is set too low and has been increased to %sM. You may want to change this in you php.ini config file" 1230 msgstr "Din memory_limit, %sM, Àr för lÃ¥g och har ökats till %sM. Du bör Àndra detta i din php.ini konfigurationsfil" 1324 1231 1325 1232 #: admin/common/db_connect.php:91 … … 1329 1236 #: admin/common/db_connect.php:91 1330 1237 #, php-format 1331 msgid "" 1332 "Your memory_limit, %sM, is set too low and may cause problems. FreePBX is " 1333 "not able to change this on your system. You should increase this to %sM in " 1334 "you php.ini config file" 1335 msgstr "" 1336 "Din memory_limit, %sM Àr för lÃ¥g och kan orsaka problem. FreePBX kan inte " 1337 "Àndra detta i ditt system. Du bör öka detta till %sM i din php.ini " 1338 "konfigurationsfil" 1238 msgid "Your memory_limit, %sM, is set too low and may cause problems. FreePBX is not able to change this on your system. You should increase this to %sM in you php.ini config file" 1239 msgstr "Din memory_limit, %sM Àr för lÃ¥g och kan orsaka problem. FreePBX kan inte Àndra detta i ditt system. Du bör öka detta till %sM i din php.ini konfigurationsfil" 1339 1240 1340 1241 #: admin/common/db_connect.php:100 … … 1343 1244 1344 1245 #: admin/common/db_connect.php:100 1345 msgid "" 1346 "You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file " 1347 "which will cause errors in some modules. FreePBX expects this to be off and " 1348 "runs under that assumption" 1349 msgstr "" 1350 "Du har magic_quotes_gpc aktiverat i din php.ini eller i en .htaccess-fil, " 1351 "detta kommer att orsaka fel i vissa moduler. FreePBX förutsÀtter att denna " 1352 "instÀllning Àr avaktiverad och kommer att köras i tron att det Àr sÃ¥." 1246 msgid "You have magic_quotes_gpc enabled in your php.ini, http or .htaccess file which will cause errors in some modules. FreePBX expects this to be off and runs under that assumption" 1247 msgstr "Du har magic_quotes_gpc aktiverat i din php.ini eller i en .htaccess-fil, detta kommer att orsaka fel i vissa moduler. FreePBX förutsÀtter att denna instÀllning Àr avaktiverad och kommer att köras i tron att det Àr sÃ¥." 1353 1248 1354 1249 #: admin/common/script.js.php:56 … … 1357 1252 1358 1253 #: admin/common/script.js.php:56 1359 msgid "" 1360 "Custom Goto contexts must contain the string \"custom-\". ie: custom-app,s,1" 1361 msgstr "" 1362 "Anpassade GÃ¥-till sammanhang mÃ¥ste innehÃ¥lla strÀngen \"custom\". T.ex. " 1363 "custom-app,s,1" 1254 msgid "Custom Goto contexts must contain the string \"custom-\". ie: custom-app,s,1" 1255 msgstr "Anpassade GÃ¥-till sammanhang mÃ¥ste innehÃ¥lla strÀngen \"custom\". T.ex. custom-app,s,1" 1364 1256 1365 1257 #: admin/common/script.js.php:72 … … 1369 1261 #: admin/common/script.js.php:78 1370 1262 msgid "The secret must contain at least two numbers and two letters." 1371 msgstr "Lösenordet mÃ¥ste Ã¥tminstÃ¥nde innehÃ¥lla tvÃ¥ siffror och tvÃ¥ bokstÀver" 1372 1373 #: admin/modules/core/functions.inc.php:576 1263 msgstr "Lösenordet mÃ¥ste Ã¥tminstone innehÃ¥lla tvÃ¥ siffror och tvÃ¥ bokstÀver" 1264 1265 #: admin/modules/core/core.i18n.php:5 1266 #: admin/modules/core/install.php:21 1267 msgid "Core" 1268 msgstr "Grund" 1269 1270 #: admin/modules/core/core.i18n.php:7 1271 msgid "Basic" 1272 msgstr "AllmÀnt" 1273 1274 #: admin/modules/core/core.i18n.php:9 1275 msgid "Extensions" 1276 msgstr "Anknytningar" 1277 1278 #: admin/modules/core/core.i18n.php:11 1279 msgid "Users" 1280 msgstr "AnvÀndare" 1281 1282 #: admin/modules/core/core.i18n.php:13 1283 msgid "Devices" 1284 msgstr "Enheter" 1285 1286 #: admin/modules/core/core.i18n.php:15 1287 msgid "Inbound Routes" 1288 msgstr "Inkommande vÀgar" 1289 1290 #: admin/modules/core/core.i18n.php:17 1291 msgid "Zap Channel DIDs" 1292 msgstr "Zap direktnummer" 1293 1294 #: admin/modules/core/core.i18n.php:19 1295 msgid "Outbound Routes" 1296 msgstr "UtgÃ¥ende vÀgar" 1297 1298 #: admin/modules/core/core.i18n.php:21 1299 msgid "Trunks" 1300 msgstr "Trunkar" 1301 1302 #: admin/modules/core/core.i18n.php:23 1303 #: admin/modules/core/page.ampusers.php:176 1304 #: admin/modules/core/page.trunks.php:354 1305 msgid "General Settings" 1306 msgstr "Generella instÀllningar" 1307 1308 #: admin/modules/core/core.i18n.php:25 1309 msgid "Administrators" 1310 msgstr "Administratörer" 1311 1312 #: admin/modules/core/core.i18n.php:27 1313 msgid "FreePBX Support" 1314 msgstr "FreePBX Support" 1315 1316 #: admin/modules/core/functions.inc.php:584 1374 1317 msgid "Terminate Call" 1375 1318 msgstr "Avsluta samtal" 1376 1319 1377 #: admin/modules/core/functions.inc.php:5 771320 #: admin/modules/core/functions.inc.php:585 1378 1321 msgid "Hangup" 1379 1322 msgstr "LÀgg pÃ¥ luren" 1380 1323 1381 #: admin/modules/core/functions.inc.php:5 781324 #: admin/modules/core/functions.inc.php:586 1382 1325 msgid "Congestion" 1383 1326 msgstr "Ãverbelastning" 1384 1327 1385 #: admin/modules/core/functions.inc.php:5 791386 #: admin/modules/core/page.general.php:20 51328 #: admin/modules/core/functions.inc.php:587 1329 #: admin/modules/core/page.general.php:202 1387 1330 msgid "Busy" 1388 1331 msgstr "Upptagen" 1389 1332 1390 #: admin/modules/core/functions.inc.php:58 01333 #: admin/modules/core/functions.inc.php:588 1391 1334 msgid "Play SIT Tone (Zapateller)" 1392 1335 msgstr "Spela upp di-di-dit" 1393 1336 1394 #: admin/modules/core/functions.inc.php:58 11337 #: admin/modules/core/functions.inc.php:589 1395 1338 msgid "Put caller on hold forever" 1396 1339 msgstr "LÀgg uppringaren pÃ¥ oÀndlig vÀnt" 1397 1340 1398 #: admin/modules/core/functions.inc.php:5 821341 #: admin/modules/core/functions.inc.php:590 1399 1342 msgid "Play ringtones to caller until they hangup" 1400 1343 msgstr "Spela upp ringsignaler tills uppringaren lÀgger pÃ¥" 1401 1344 1402 #: admin/modules/core/functions.inc.php:6 531345 #: admin/modules/core/functions.inc.php:662 1403 1346 #, php-format 1404 1347 msgid "User Extension %s: %s" 1405 1348 msgstr "AnvÀndaranknytning %s: %s" 1406 1349 1407 #: admin/modules/core/functions.inc.php: 25491408 #: admin/modules/core/functions.inc.php: 26381350 #: admin/modules/core/functions.inc.php:3038 1351 #: admin/modules/core/functions.inc.php:3123 1409 1352 msgid "A route for this DID/CID already exists!" 1410 1353 msgstr "En vÀg för detta direktnummer/nummerpresentation finns redan!" 1411 1354 1412 #: admin/modules/core/functions.inc.php: 27051355 #: admin/modules/core/functions.inc.php:3194 1413 1356 msgid "You must put in a device id" 1414 1357 msgstr "Du mÃ¥ste ange en enhets id" 1415 1358 1416 #: admin/modules/core/functions.inc.php: 27151359 #: admin/modules/core/functions.inc.php:3204 1417 1360 msgid "This device id is already in use" 1418 1361 msgstr "Denna enhets id anvÀnd redan" 1419 1362 1420 #: admin/modules/core/functions.inc.php:3 2971363 #: admin/modules/core/functions.inc.php:3796 1421 1364 msgid "User Extension: " 1422 1365 msgstr "AnvÀndaranknytning: " 1423 1366 1424 #: admin/modules/core/functions.inc.php:3 3261367 #: admin/modules/core/functions.inc.php:3825 1425 1368 #, php-format 1426 1369 msgid "Inbound Route: %s (%s)" 1427 1370 msgstr "Inkommande vÀg: %s (%s)" 1428 1371 1429 #: admin/modules/core/functions.inc.php:3 3601372 #: admin/modules/core/functions.inc.php:3859 1430 1373 msgid "You must put in an extension (or user) number" 1431 1374 msgstr "Du mÃ¥ste ange ett nummer för anknytningen (eller anvÀndaren)" 1432 1375 1433 #: admin/modules/core/functions.inc.php:3 3691376 #: admin/modules/core/functions.inc.php:3868 1434 1377 #, php-format 1435 1378 msgid "This user/extension %s is already in use" 1436 1379 msgstr "Denna anknytning %s anvÀnds redan" 1437 1380 1438 #: admin/modules/core/functions.inc.php:3 3881439 #: admin/modules/core/functions.inc.php: 36391381 #: admin/modules/core/functions.inc.php:3887 1382 #: admin/modules/core/functions.inc.php:4134 1440 1383 #, php-format 1441 1384 msgid "A route with this DID/CID: %s/%s already exists" 1442 1385 msgstr "En vÀg med detta direktnummer/nummerpresentation: %s/%s finns redan" 1443 1386 1444 #: admin/modules/core/functions.inc.php: 36741387 #: admin/modules/core/functions.inc.php:4169 1445 1388 #: admin/modules/core/page.zapchandids.php:127 1446 1389 msgid "Invalid Channel Number, must be numeric and not blank" 1447 msgstr "" 1448 "Ogiltigt kanalnummer, det kan inte vara blankt och mÃ¥ste innehÃ¥lla siffror" 1449 1450 #: admin/modules/core/functions.inc.php:3678 1390 msgstr "Ogiltigt kanalnummer, det kan inte vara blankt och mÃ¥ste innehÃ¥lla siffror" 1391 1392 #: admin/modules/core/functions.inc.php:4173 1451 1393 #: admin/modules/core/page.zapchandids.php:128 1452 1394 msgid "Invalid DID, must be a non-blank DID" 1453 1395 msgstr "Ogiltigt direktnummer, kan inte vara tomt" 1454 1396 1455 #: admin/modules/core/functions.inc.php: 36901397 #: admin/modules/core/functions.inc.php:4185 1456 1398 msgid "Error Duplicate Channel Entry" 1457 1399 msgstr "Fel, kanalen Àr en dubblett" 1458 1400 1459 #: admin/modules/core/functions.inc.php:4841 1460 #, php-format 1461 msgid "" 1462 "Failed to open %s for writing, aborting attempt to write the country " 1463 "indications. The file may be readonly or the permissions may be incorrect." 1464 msgstr "" 1465 "Kunde inte öppna %s för skrivning, avbryter försöket att skriva indikationer " 1466 "för lÀnder. Filen Àr troligtvis skrivskyddad eller sÃ¥ Àr rÀttigheterna inte " 1467 "korrekta." 1468 1469 #: admin/modules/core/functions.inc.php:4842 1401 #: admin/modules/core/functions.inc.php:5391 1402 #, php-format 1403 msgid "Failed to open %s for writing, aborting attempt to write the country indications. The file may be readonly or the permissions may be incorrect." 1404 msgstr "Kunde inte öppna %s för skrivning, avbryter försöket att skriva indikationer för lÀnder. Filen Àr troligtvis skrivskyddad eller sÃ¥ Àr rÀttigheterna inte korrekta." 1405 1406 #: admin/modules/core/functions.inc.php:5392 1470 1407 msgid "Failed to write indications.conf" 1471 1408 msgstr "Kunde inte skriva till filen indications.conf" 1472 1409 1473 #: admin/modules/core/functions.inc.php: 48751410 #: admin/modules/core/functions.inc.php:5426 1474 1411 msgid "On Demand" 1475 1412 msgstr "PÃ¥ begÀran" 1476 1413 1477 #: admin/modules/core/functions.inc.php: 48761414 #: admin/modules/core/functions.inc.php:5427 1478 1415 msgid "Always" 1479 1416 msgstr "Alltid" 1480 1417 1481 #: admin/modules/core/functions.inc.php: 48771418 #: admin/modules/core/functions.inc.php:5428 1482 1419 msgid "Never" 1483 1420 msgstr "Aldrig" 1484 1421 1485 #: admin/modules/core/functions.inc.php: 48891422 #: admin/modules/core/functions.inc.php:5440 1486 1423 msgid "Screen Caller: No Memory" 1487 1424 msgstr "SÃ¥lla samtal: Kom inte ihÃ¥g" 1488 1425 1489 #: admin/modules/core/functions.inc.php: 48901426 #: admin/modules/core/functions.inc.php:5441 1490 1427 msgid "Screen Caller: Memory" 1491 1428 msgstr "SÃ¥lla samtal: Kom ihÃ¥g" 1492 1429 1493 #: admin/modules/core/functions.inc.php:4893 1494 #: admin/modules/core/page.did.php:243 admin/modules/core/page.general.php:203 1430 #: admin/modules/core/functions.inc.php:5444 1431 #: admin/modules/core/page.did.php:247 1432 #: admin/modules/core/page.general.php:200 1495 1433 msgid "Default" 1496 1434 msgstr "Standard" 1497 1435 1498 #: admin/modules/core/functions.inc.php: 49411499 #: admin/modules/core/functions.inc.php:5 3081500 #: admin/modules/core/page.did.php:1 411436 #: admin/modules/core/functions.inc.php:5492 1437 #: admin/modules/core/functions.inc.php:5860 1438 #: admin/modules/core/page.did.php:139 1501 1439 msgid "deleted" 1502 1440 msgstr "borttagen" 1503 1441 1504 #: admin/modules/core/functions.inc.php: 49611505 #: admin/modules/core/page.did.php:18 21442 #: admin/modules/core/functions.inc.php:5512 1443 #: admin/modules/core/page.did.php:186 1506 1444 #: admin/modules/core/page.extensions.php:23 1507 1445 msgid "Extension" 1508 1446 msgstr "Anknytning" 1509 1447 1510 #: admin/modules/core/functions.inc.php: 49631448 #: admin/modules/core/functions.inc.php:5514 1511 1449 #, php-format 1512 1450 msgid "Delete Extension %s" 1513 1451 msgstr "Ta bort anknytning %s" 1514 1452 1515 #: admin/modules/core/functions.inc.php:4973 1516 #: admin/modules/core/page.did.php:178 admin/modules/core/page.users.php:27 1453 #: admin/modules/core/functions.inc.php:5524 1454 #: admin/modules/core/page.did.php:182 1455 #: admin/modules/core/page.users.php:27 1517 1456 msgid "User" 1518 1457 msgstr "AnvÀndare" 1519 1458 1520 #: admin/modules/core/functions.inc.php: 49751459 #: admin/modules/core/functions.inc.php:5526 1521 1460 #, php-format 1522 1461 msgid "Delete User %s" 1523 1462 msgstr "Ta bort anvÀndare %s" 1524 1463 1525 #: admin/modules/core/functions.inc.php: 49871464 #: admin/modules/core/functions.inc.php:5538 1526 1465 msgid "Add User/Extension" 1527 1466 msgstr "LÀgg till anvÀndare/anknytning" 1528 1467 1529 #: admin/modules/core/functions.inc.php: 49941530 #: admin/modules/core/functions.inc.php:5 3701468 #: admin/modules/core/functions.inc.php:5545 1469 #: admin/modules/core/functions.inc.php:5923 1531 1470 msgid "Please enter a valid extension number." 1532 1471 msgstr "Ange ett giltigt anknytningsnummer" 1533 1472 1534 #: admin/modules/core/functions.inc.php: 49951473 #: admin/modules/core/functions.inc.php:5546 1535 1474 msgid "Please enter a valid CID Num Alias (must be a valid number)." 1536 1475 msgstr "Ange ett giltigt CID alias (mÃ¥ste vara ett giltigt nummer)." 1537 1476 1538 #: admin/modules/core/functions.inc.php: 49961477 #: admin/modules/core/functions.inc.php:5547 1539 1478 msgid "Please enter valid User Password using numbers only" 1540 1479 msgstr "Ange ett giltigt anvÀndarlösenord, endast siffror" 1541 1480 1542 #: admin/modules/core/functions.inc.php: 49971481 #: admin/modules/core/functions.inc.php:5548 1543 1482 msgid "Please enter a valid Display Name" 1544 1483 msgstr "Ange ett giltigt namn" 1545 1484 1546 #: admin/modules/core/functions.inc.php: 49981485 #: admin/modules/core/functions.inc.php:5549 1547 1486 msgid "Please enter a valid Outbound CID" 1548 1487 msgstr "Ange ett giltigt nummer för utgÃ¥ende nummerpresentation" 1549 1488 1550 #: admin/modules/core/functions.inc.php: 49991489 #: admin/modules/core/functions.inc.php:5550 1551 1490 msgid "Please enter a valid pause time in seconds, using digits only" 1552 1491 msgstr "Ange en giltig paustid i sekunder, endast siffror" 1553 1492 1554 #: admin/modules/core/functions.inc.php:5000 1555 msgid "" 1556 "You have entered a non-standard dialpattern for your DID. You can only enter " 1557 "standard dialpatterns. You must use the inbound routing form to enter non-" 1558 "standard patterns" 1559 msgstr "" 1560 "Du har angett ett mönster som inte Àr standard för ditt direktnummer. Du kan " 1561 "bara ange standard mönster hÀr. Du mÃ¥ste anvÀnda inkommande vÀg för att ange " 1562 "mönster utanför standard." 1563 1564 #: admin/modules/core/functions.inc.php:5001 1565 msgid "" 1566 "Please enter a valid Caller ID Number or leave it blank for your Assigned " 1567 "DID/CID pair" 1568 msgstr "" 1569 "Ange ett giltigt nummer för nummerpresentation eller lÀmna det blankt för " 1570 "ditt tilldelade direktnummer/nummerpresentation" 1571 1572 #: admin/modules/core/functions.inc.php:5008 1493 #: admin/modules/core/functions.inc.php:5551 1494 msgid "You have entered a non-standard dialpattern for your DID. You can only enter standard dialpatterns. You must use the inbound routing form to enter non-standard patterns" 1495 msgstr "Du har angett ett mönster som inte Àr standard för ditt direktnummer. Du kan bara ange standard mönster hÀr. Du mÃ¥ste anvÀnda inkommande vÀg för att ange mönster utanför standard." 1496 1497 #: admin/modules/core/functions.inc.php:5552 1498 msgid "Please enter a valid Caller ID Number or leave it blank for your Assigned DID/CID pair" 1499 msgstr "Ange ett giltigt nummer för nummerpresentation eller lÀmna det blankt för ditt tilldelade direktnummer/nummerpresentation" 1500 1501 #: admin/modules/core/functions.inc.php:5559 1573 1502 msgid "Edit Extension" 1574 1503 msgstr "Redigera anknytning" 1575 1504 1576 #: admin/modules/core/functions.inc.php:5 0081505 #: admin/modules/core/functions.inc.php:5559 1577 1506 #: admin/modules/core/page.ampusers.php:256 1578 1507 msgid "Add Extension" 1579 1508 msgstr "LÀgg till anknytning" 1580 1509 1581 #: admin/modules/core/functions.inc.php:5 0101510 #: admin/modules/core/functions.inc.php:5561 1582 1511 msgid "Edit User" 1583 1512 msgstr "Redigera anvÀndare" 1584 1513 1585 #: admin/modules/core/functions.inc.php:5 0101514 #: admin/modules/core/functions.inc.php:5561 1586 1515 #: admin/modules/core/page.ampusers.php:116 1587 1516 msgid "Add User" 1588 1517 msgstr "LÀgg till anvÀndare" 1589 1518 1590 #: admin/modules/core/functions.inc.php:5 0151519 #: admin/modules/core/functions.inc.php:5566 1591 1520 msgid "User Extension" 1592 1521 msgstr "AnvÀndaranknytning: " 1593 1522 1594 #: admin/modules/core/functions.inc.php:5 0151523 #: admin/modules/core/functions.inc.php:5566 1595 1524 msgid "The extension number to dial to reach this user." 1596 1525 msgstr "Anknytningsnumret att slÃ¥ för att nÃ¥ denna anvÀndare." 1597 1526 1598 #: admin/modules/core/functions.inc.php:5 0181527 #: admin/modules/core/functions.inc.php:5569 1599 1528 msgid "User Password" 1600 1529 msgstr "AnvÀndarlösenord" 1601 1530 1602 #: admin/modules/core/functions.inc.php:5 0181531 #: admin/modules/core/functions.inc.php:5569 1603 1532 msgid "A user will enter this password when logging onto a device." 1604 msgstr "" 1605 "En anvÀndare mÃ¥ste anvÀnda detta lösenord nÀr han loggar in pÃ¥ sin enhet" 1606 1607 #: admin/modules/core/functions.inc.php:5018 1608 #: admin/modules/core/functions.inc.php:5385 1533 msgstr "En anvÀndare mÃ¥ste anvÀnda detta lösenord nÀr han loggar in pÃ¥ sin enhet" 1534 1535 #: admin/modules/core/functions.inc.php:5569 1536 #: admin/modules/core/functions.inc.php:5938 1609 1537 msgid "logs into a device." 1610 1538 msgstr "loggar in pÃ¥ en enhet." 1611 1539 1612 #: admin/modules/core/functions.inc.php:5 0181613 #: admin/modules/core/functions.inc.php:5 3851540 #: admin/modules/core/functions.inc.php:5569 1541 #: admin/modules/core/functions.inc.php:5938 1614 1542 msgid "logs out of a device." 1615 1543 msgstr "loggar ut ur en enhet." 1616 1544 1617 #: admin/modules/core/functions.inc.php:5 0221545 #: admin/modules/core/functions.inc.php:5573 1618 1546 msgid "Display Name" 1619 1547 msgstr "Visningsnamn" 1620 1548 1621 #: admin/modules/core/functions.inc.php:5022 1622 msgid "" 1623 "The caller id name for calls from this user will be set to this name. Only " 1624 "enter the name, NOT the number." 1625 msgstr "" 1626 "Nummerpresentationen för samtal frÃ¥n denna anvÀndare kommer att sÀttas till " 1627 "detta namn. Skriv endast namnet, INTE numret." 1628 1629 #: admin/modules/core/functions.inc.php:5024 1549 #: admin/modules/core/functions.inc.php:5573 1550 msgid "The caller id name for calls from this user will be set to this name. Only enter the name, NOT the number." 1551 msgstr "Nummerpresentationen för samtal frÃ¥n denna anvÀndare kommer att sÀttas till detta namn. Skriv endast namnet, INTE numret." 1552 1553 #: admin/modules/core/functions.inc.php:5575 1630 1554 msgid "CID Num Alias" 1631 1555 msgstr "Alias för nummerpresentation" 1632 1556 1633 #: admin/modules/core/functions.inc.php:5024 1634 msgid "" 1635 "The CID Number to use for internal calls, if different from the extension " 1636 "number. This is used to masquerade as a different user. A common example is " 1637 "a team of support people who would like their internal callerid to display " 1638 "the general support number (a ringgroup or queue). There will be no effect " 1639 "on external calls." 1640 msgstr "" 1641 "Nummerpresentation att anvÀndas för interna samtal om det skiljer sig frÃ¥n " 1642 "anknytningsnumret. Detta anvÀnds för att maskera nummerpresentationen. Ett " 1643 "exempel Àr att en grupp av telefoner kommer att visa samma nummer vid " 1644 "interna samtal, t.ex. Supportavdelningen." 1645 1646 #: admin/modules/core/functions.inc.php:5025 1557 #: admin/modules/core/functions.inc.php:5575 1558 msgid "The CID Number to use for internal calls, if different from the extension number. This is used to masquerade as a different user. A common example is a team of support people who would like their internal callerid to display the general support number (a ringgroup or queue). There will be no effect on external calls." 1559 msgstr "Nummerpresentation att anvÀndas för interna samtal om det skiljer sig frÃ¥n anknytningsnumret. Detta anvÀnds för att maskera nummerpresentationen. Ett exempel Àr att en grupp av telefoner kommer att visa samma nummer vid interna samtal, t.ex. Supportavdelningen." 1560 1561 #: admin/modules/core/functions.inc.php:5576 1647 1562 msgid "SIP Alias" 1648 1563 msgstr "Alias för SIP" 1649 1564 1650 #: admin/modules/core/functions.inc.php:5025 1651 msgid "" 1652 "If you want to support direct sip dialing of users internally or through " 1653 "anonymous sip calls, you can supply a friendly name that can be used in " 1654 "addition to the users extension to call them." 1655 msgstr "" 1656 "Om du vill anvÀnda samtal via sip internt eller genom anonyma samtal, ange " 1657 "dÃ¥ ett namn hÀr. Detta namn, eller anknytningen, kan anvÀndas för att ringa " 1658 "upp anknytningen." 1659 1660 #: admin/modules/core/functions.inc.php:5030 1565 #: admin/modules/core/functions.inc.php:5576 1566 msgid "If you want to support direct sip dialing of users internally or through anonymous sip calls, you can supply a friendly name that can be used in addition to the users extension to call them." 1567 msgstr "Om du vill anvÀnda samtal via sip internt eller genom anonyma samtal, ange dÃ¥ ett namn hÀr. Detta namn, eller anknytningen, kan anvÀndas för att ringa upp anknytningen." 1568 1569 #: admin/modules/core/functions.inc.php:5581 1661 1570 msgid "User Devices" 1662 1571 msgstr "AnvÀndarenhet" 1663 1572 1664 #: admin/modules/core/functions.inc.php:5 0411573 #: admin/modules/core/functions.inc.php:5592 1665 1574 msgid "Edit:" 1666 1575 msgstr "Redigera:" 1667 1576 1668 #: admin/modules/core/functions.inc.php:5 0531669 #: admin/modules/core/functions.inc.php:5 3881577 #: admin/modules/core/functions.inc.php:5604 1578 #: admin/modules/core/functions.inc.php:5941 1670 1579 msgid "Extension Options" 1671 1580 msgstr "Anknytningsval" 1672 1581 1673 #: admin/modules/core/functions.inc.php:5 0541582 #: admin/modules/core/functions.inc.php:5605 1674 1583 msgid "Outbound CID" 1675 1584 msgstr "UtgÃ¥ende nummerpresentation" 1676 1585 1677 #: admin/modules/core/functions.inc.php:5054 1678 msgid "" 1679 "Overrides the caller id when dialing out a trunk. Any setting here will " 1680 "override the common outbound caller id set in the Trunks admin." 1681 "<br><br>Format: <b>\"caller name\" <#######></b><br><br>Leave this " 1682 "field blank to disable the outbound callerid feature for this user." 1683 msgstr "" 1684 "AnvÀnd denna nummerpresentation för samtal. Denna instÀllning anvÀnds i " 1685 "stÀllet för den generella utgÃ¥ende nummerpresentationen satt för utgÃ¥ende " 1686 "samtal.<br><br>Format: <b>\"namn\" <#######></b><br><br>LÀmna detta " 1687 "fÀlt tomt för att stÀnga av nummerpresentation för denna anvÀndare." 1688 1689 #: admin/modules/core/functions.inc.php:5056 1586 #: admin/modules/core/functions.inc.php:5605 1587 msgid "Overrides the caller id when dialing out a trunk. Any setting here will override the common outbound caller id set in the Trunks admin.<br><br>Format: <b>\"caller name\" <#######></b><br><br>Leave this field blank to disable the outbound callerid feature for this user." 1588 msgstr "AnvÀnd denna nummerpresentation för samtal. Denna instÀllning anvÀnds i stÀllet för den generella utgÃ¥ende nummerpresentationen satt för utgÃ¥ende samtal.<br><br>Format: <b>\"namn\" <#######></b><br><br>LÀmna detta fÀlt tomt för att stÀnga av nummerpresentation för denna anvÀndare." 1589 1590 #: admin/modules/core/functions.inc.php:5607 1690 1591 msgid "Ring Time" 1691 1592 msgstr "Ringtid" 1692 1593 1693 #: admin/modules/core/functions.inc.php:5056 1694 msgid "" 1695 "Number of seconds to ring prior to going to voicemail. Default will use the " 1696 "value set in the General Tab. If no voicemail is configured this will be " 1697 "ignored." 1698 msgstr "" 1699 "Antal sekunder att ringa före samtalet kopplas till röstbrevlÃ¥da. Standard " 1700 "Àr vÀrdet som Àr satt i <b>Generella instÀllningar</b>. Om ingen " 1701 "röstbrevlÃ¥da Àr angiven har instÀllningen ingen funktion." 1702 1703 #: admin/modules/core/functions.inc.php:5064 1594 #: admin/modules/core/functions.inc.php:5607 1595 msgid "Number of seconds to ring prior to going to voicemail. Default will use the value set in the General Tab. If no voicemail is configured this will be ignored." 1596 msgstr "Antal sekunder att ringa före samtalet kopplas till röstbrevlÃ¥da. Standard Àr vÀrdet som Àr satt i <b>Generella instÀllningar</b>. Om ingen röstbrevlÃ¥da Àr angiven har instÀllningen ingen funktion." 1597 1598 #: admin/modules/core/functions.inc.php:5615 1704 1599 msgid "Call Waiting" 1705 1600 msgstr "Samtal vÀntar" 1706 1601 1707 #: admin/modules/core/functions.inc.php:5 0641602 #: admin/modules/core/functions.inc.php:5615 1708 1603 msgid "Set the initial/current Call Waiting state for this user's extension" 1709 1604 msgstr "SÀtter valet för Samtal vÀntar för denna anknytning." 1710 1605 1711 #: admin/modules/core/functions.inc.php:5 0651606 #: admin/modules/core/functions.inc.php:5616 1712 1607 msgid "Call Screening" 1713 1608 msgstr "SÃ¥lla samtal" 1714 1609 1715 #: admin/modules/core/functions.inc.php:5065 1716 msgid "" 1717 "Call Screening requires external callers to say their name, which will be " 1718 "played back to the user and allow the user to accept or reject the call. " 1719 "Screening with memory only verifies a caller for their caller-id once. " 1720 "Screening without memory always requires a caller to say their name. Either " 1721 "mode will always announce the caller based on the last introduction saved " 1722 "with that callerid. If any user on the system uses the memory option, when " 1723 "that user is called, the caller will be required to re-introduce themselves " 1724 "and all users on the system will have that new introduction associated with " 1725 "the caller's CallerId." 1726 msgstr "" 1727 "SÃ¥lla samtal krÀver att externa uppringare mÃ¥ste ange sitt namn som kommer " 1728 "att spelas upp för den uppringde och ger denna dÃ¥ möjlighet att ta samtalet " 1729 "eller avböja det. SÃ¥lla samtal - kom ihÃ¥g verifierar inkommande " 1730 "nummerpresentation endast första gÃ¥ngen. SÃ¥lla samtal - kom inte ihÃ¥g krÀver " 1731 "att uppringaren varje gÃ¥ng mÃ¥ste ange sitt namn. BÀgge valen kommer att " 1732 "kommer att spela upp det sist inspelade namnet sparat med " 1733 "nummerpresentationen. " 1734 1735 #: admin/modules/core/functions.inc.php:5066 1610 #: admin/modules/core/functions.inc.php:5616 1611 msgid "Call Screening requires external callers to say their name, which will be played back to the user and allow the user to accept or reject the call. Screening with memory only verifies a caller for their caller-id once. Screening without memory always requires a caller to say their name. Either mode will always announce the caller based on the last introduction saved with that callerid. If any user on the system uses the memory option, when that user is called, the caller will be required to re-introduce themselves and all users on the system will have that new introduction associated with the caller's CallerId." 1612 msgstr "SÃ¥lla samtal krÀver att externa uppringare mÃ¥ste ange sitt namn som kommer att spelas upp för den uppringde och ger denna dÃ¥ möjlighet att ta samtalet eller avböja det. SÃ¥lla samtal - kom ihÃ¥g verifierar inkommande nummerpresentation endast första gÃ¥ngen. SÃ¥lla samtal - kom inte ihÃ¥g krÀver att uppringaren varje gÃ¥ng mÃ¥ste ange sitt namn. BÀgge valen kommer att kommer att spela upp det sist inspelade namnet sparat med nummerpresentationen. " 1613 1614 #: admin/modules/core/functions.inc.php:5617 1736 1615 msgid "Pinless Dialing" 1737 1616 msgstr "Ring utan PIN" 1738 1617 1739 #: admin/modules/core/functions.inc.php:5066 1740 msgid "" 1741 "Enabling Pinless Dialing will allow this extension to bypass any pin codes " 1742 "normally required on outbound calls" 1743 msgstr "" 1744 "Aktiveras Ring utan PIN kommer denna anknytning att ignorera alla satta PIN " 1745 "som normalt krÀvs för att göra utgÃ¥ende samtal" 1746 1747 #: admin/modules/core/functions.inc.php:5068 1618 #: admin/modules/core/functions.inc.php:5617 1619 msgid "Enabling Pinless Dialing will allow this extension to bypass any pin codes normally required on outbound calls" 1620 msgstr "Aktiveras Ring utan PIN kommer denna anknytning att ignorera alla satta PIN som normalt krÀvs för att göra utgÃ¥ende samtal" 1621 1622 #: admin/modules/core/functions.inc.php:5619 1748 1623 msgid "Assigned DID/CID" 1749 1624 msgstr "Tilldela direktnummer/nummerpresentation" 1750 1625 1751 #: admin/modules/core/functions.inc.php:5 0691626 #: admin/modules/core/functions.inc.php:5620 1752 1627 msgid "DID Description" 1753 1628 msgstr "Beskrivning för direktnummer" 1754 1629 1755 #: admin/modules/core/functions.inc.php:5 0691630 #: admin/modules/core/functions.inc.php:5620 1756 1631 msgid "A description for this DID, such as \"Fax\"" 1757 1632 msgstr "Ett kort namn för detta direktnummer, t.ex. \"Fax\"" 1758 1633 1759 #: admin/modules/core/functions.inc.php:5 0701634 #: admin/modules/core/functions.inc.php:5621 1760 1635 msgid "Add Inbound DID" 1761 1636 msgstr "LÀgg till inkommande direktnummer" 1762 1637 1763 #: admin/modules/core/functions.inc.php:5070 1764 msgid "" 1765 "A direct DID that is associated with this extension. The DID should be in " 1766 "the same format as provided by the provider (e.g. full number, 4 digits for " 1767 "10x4, etc).<br><br>Format should be: <b>XXXXXXXXXX</b><br><br>.An optional " 1768 "CID can also be associated with this DID by setting the next box" 1769 msgstr "" 1770 "Ett direktnummer som Àr knutet till denna anknytning. Direktnumret ska vara " 1771 "i samma format som det kommer ifrÃ¥n din operatör.<br><br>Formatet ska vara: " 1772 "<b>XXXXXXXXXX</b><br><br>En nummerpresentation kan ocksÃ¥ anges för detta " 1773 "direktnummer genom att skriva in det i nÀsta fÀlt." 1774 1775 #: admin/modules/core/functions.inc.php:5071 1638 #: admin/modules/core/functions.inc.php:5621 1639 msgid "A direct DID that is associated with this extension. The DID should be in the same format as provided by the provider (e.g. full number, 4 digits for 10x4, etc).<br><br>Format should be: <b>XXXXXXXXXX</b><br><br>.An optional CID can also be associated with this DID by setting the next box" 1640 msgstr "Ett direktnummer som Àr knutet till denna anknytning. Direktnumret ska vara i samma format som det kommer ifrÃ¥n din operatör.<br><br>Formatet ska vara: <b>XXXXXXXXXX</b><br><br>En nummerpresentation kan ocksÃ¥ anges för detta direktnummer genom att skriva in det i nÀsta fÀlt." 1641 1642 #: admin/modules/core/functions.inc.php:5622 1776 1643 msgid "Add Inbound CID" 1777 1644 msgstr "LÀgg till inkommande nummerpresentation" 1778 1645 1779 #: admin/modules/core/functions.inc.php:5071 1780 msgid "" 1781 "Add a CID for more specific DID + CID routing. A DID must be specified in " 1782 "the above Add DID box. In addition to standard dial sequences, you can also " 1783 "put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in " 1784 "order to catch these special cases if the Telco transmits them." 1785 msgstr "" 1786 "LÀgg till en nummerpresentation för en mer specifik vÀg för " 1787 "nummerpresentation + direktnummer. Ett direktnummer mÃ¥ste anges i " 1788 "ovanstÃ¥ende <b>LÀgg till direktnummer</b>. Förutom telefonnummer kan du ange " 1789 "Private, Blocked, Unknown, Restricted, Anonymous eller Unavailable för att " 1790 "fÃ¥nga dessa specialvarianter om din operatör skickar med dom." 1791 1792 #: admin/modules/core/functions.inc.php:5079 1646 #: admin/modules/core/functions.inc.php:5622 1647 msgid "Add a CID for more specific DID + CID routing. A DID must be specified in the above Add DID box. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 1648 msgstr "LÀgg till en nummerpresentation för en mer specifik vÀg för nummerpresentation + direktnummer. Ett direktnummer mÃ¥ste anges i ovanstÃ¥ende <b>LÀgg till direktnummer</b>. Förutom telefonnummer kan du ange Private, Blocked, Unknown, Restricted, Anonymous eller Unavailable för att fÃ¥nga dessa specialvarianter om din operatör skickar med dom." 1649 1650 #: admin/modules/core/functions.inc.php:5630 1793 1651 msgid "DID / CID" 1794 1652 msgstr "Direktnummer / Nummerpresentation" 1795 1653 1796 #: admin/modules/core/functions.inc.php:5 0831654 #: admin/modules/core/functions.inc.php:5634 1797 1655 msgid "Any DID" 1798 1656 msgstr "Alla direktnummer" 1799 1657 1800 #: admin/modules/core/functions.inc.php:5 0991658 #: admin/modules/core/functions.inc.php:5650 1801 1659 msgid "Recording Options" 1802 1660 msgstr "Inspelningsval" 1803 1661 1804 #: admin/modules/core/functions.inc.php:5 1001662 #: admin/modules/core/functions.inc.php:5651 1805 1663 msgid "Record Incoming" 1806 1664 msgstr "Spela in inkommande samtal" 1807 1665 1808 #: admin/modules/core/functions.inc.php:5 1001666 #: admin/modules/core/functions.inc.php:5651 1809 1667 msgid "Record all inbound calls received at this extension." 1810 1668 msgstr "Spela in alla inkommande samtal för denna anknytning." 1811 1669 1812 #: admin/modules/core/functions.inc.php:5 1011670 #: admin/modules/core/functions.inc.php:5652 1813 1671 msgid "Record Outgoing" 1814 1672 msgstr "Spela in utgÃ¥ende samtal" 1815 1673 1816 #: admin/modules/core/functions.inc.php:5 1011674 #: admin/modules/core/functions.inc.php:5652 1817 1675 msgid "Record all outbound calls received at this extension." 1818 1676 msgstr "Spela in alla utgÃ¥ende samtal för denna anknytning." 1819 1677 1820 #: admin/modules/core/functions.inc.php:5 1191678 #: admin/modules/core/functions.inc.php:5670 1821 1679 msgid "Warning! Extension" 1822 1680 msgstr "Varning! Anknytning" 1823 1681 1824 #: admin/modules/core/functions.inc.php:5 1191682 #: admin/modules/core/functions.inc.php:5670 1825 1683 msgid "is not allowed for your account" 1826 1684 msgstr "Àr inte tillÃ¥tet för din anknytning" 1827 1685 1828 #: admin/modules/core/functions.inc.php:5 1331686 #: admin/modules/core/functions.inc.php:5684 1829 1687 msgid "Conflicting Extensions" 1830 1688 msgstr "Konfliktande anknytningar" 1831 1689 1832 #: admin/modules/core/functions.inc.php:5133 1833 msgid "" 1834 "The following extension numbers are in conflict, you can click on the item" 1835 "(s) below to edit the conflicting entity." 1836 msgstr "" 1837 "Följande anknytningar Àr i konflikt, du kan klicka pÃ¥ valen nedan för att " 1838 "redigera lösa upp konflikten." 1839 1840 #: admin/modules/core/functions.inc.php:5137 1690 #: admin/modules/core/functions.inc.php:5684 1691 msgid "The following extension numbers are in conflict, you can click on the item(s) below to edit the conflicting entity." 1692 msgstr "Följande anknytningar Àr i konflikt, du kan klicka pÃ¥ valen nedan för att redigera lösa upp konflikten." 1693 1694 #: admin/modules/core/functions.inc.php:5688 1841 1695 msgid "Configure user again:" 1842 1696 msgstr "Konfigurera anvÀndare igen:" 1843 1697 1844 #: admin/modules/core/functions.inc.php:5 1371698 #: admin/modules/core/functions.inc.php:5688 1845 1699 msgid "Configure extension again:" 1846 1700 msgstr "Konfigurera anknytningen igen:" 1847 1701 1848 #: admin/modules/core/functions.inc.php:5 1841702 #: admin/modules/core/functions.inc.php:5735 1849 1703 msgid "Please enter the dtmfmode for this device" 1850 1704 msgstr "Skriv in enhetens dtmflÀge" 1851 1705 1852 #: admin/modules/core/functions.inc.php:5 1851706 #: admin/modules/core/functions.inc.php:5736 1853 1707 msgid "Please enter the channel for this device" 1854 1708 msgstr "Skriv in kanalen för denna enhet" 1855 1709 1856 #: admin/modules/core/functions.inc.php:5186 1857 msgid "" 1858 "You have not entered a Secret for this device, although this is possible it " 1859 "is generally bad practice to not assign a Secret to a device. Are you sure " 1860 "you want to leave the Secret empty?" 1861 msgstr "" 1862 "Du har inte satt ett lösenord för denna enhet, i och för sig Àr detta inget " 1863 "fel, men det Àr dÃ¥lig sÀkerhet att inte sÀtta lösenord. Ãr du sÀker pÃ¥ att " 1864 "du vill lÀmna lösenordsfÀltet tomt?" 1865 1866 #: admin/modules/core/functions.inc.php:5187 1710 #: admin/modules/core/functions.inc.php:5737 1711 msgid "You have not entered a Secret for this device, although this is possible it is generally bad practice to not assign a Secret to a device. Are you sure you want to leave the Secret empty?" 1712 msgstr "Du har inte satt ett lösenord för denna enhet, i och för sig Àr detta inget fel, men det Àr dÃ¥lig sÀkerhet att inte sÀtta lösenord. Ãr du sÀker pÃ¥ att du vill lÀmna lösenordsfÀltet tomt?" 1713 1714 #: admin/modules/core/functions.inc.php:5738 1867 1715 msgid "Please enter a Secret for this device" 1868 1716 msgstr "Skriv in ett lösen för denna enhet" 1869 1717 1870 #: admin/modules/core/functions.inc.php:5 2601718 #: admin/modules/core/functions.inc.php:5812 1871 1719 msgid "Generic SIP Device" 1872 1720 msgstr "Generell SIP enhet" 1873 1721 1874 #: admin/modules/core/functions.inc.php:5 2611722 #: admin/modules/core/functions.inc.php:5813 1875 1723 msgid "Generic IAX2 Device" 1876 1724 msgstr "Generell IAX2 enhet" 1877 1725 1878 #: admin/modules/core/functions.inc.php:5 2621726 #: admin/modules/core/functions.inc.php:5814 1879 1727 msgid "Generic ZAP Device" 1880 1728 msgstr "Generell ZAP enhet" 1881 1729 1882 #: admin/modules/core/functions.inc.php:5 2631730 #: admin/modules/core/functions.inc.php:5815 1883 1731 msgid "Other (Custom) Device" 1884 1732 msgstr "Annan (anpassad) enhet" 1885 1733 1886 #: admin/modules/core/functions.inc.php:5 2661734 #: admin/modules/core/functions.inc.php:5818 1887 1735 msgid "None (virtual exten)" 1888 1736 msgstr "Ingen (virtuell anknytning)" 1889 1737 1890 #: admin/modules/core/functions.inc.php:5 2721738 #: admin/modules/core/functions.inc.php:5824 1891 1739 msgid "Fixed" 1892 1740 msgstr "Fast" 1893 1741 1894 #: admin/modules/core/functions.inc.php:5 2731742 #: admin/modules/core/functions.inc.php:5825 1895 1743 msgid "Adhoc" 1896 1744 msgstr "Ad-hoc" 1897 1745 1898 #: admin/modules/core/functions.inc.php:5 2761746 #: admin/modules/core/functions.inc.php:5828 1899 1747 msgid "none" 1900 1748 msgstr "ingen" 1901 1749 1902 #: admin/modules/core/functions.inc.php:5 2771750 #: admin/modules/core/functions.inc.php:5829 1903 1751 msgid "New User" 1904 1752 msgstr "Ny anvÀndare" 1905 1753 1906 #: admin/modules/core/functions.inc.php:5 3131754 #: admin/modules/core/functions.inc.php:5865 1907 1755 #: admin/modules/core/page.ampusers.php:256 1908 1756 msgid "Add Device" 1909 1757 msgstr "LÀgg till enhet" 1910 1758 1911 #: admin/modules/core/functions.inc.php:5 3151759 #: admin/modules/core/functions.inc.php:5867 1912 1760 msgid "Add an Extension" 1913 1761 msgstr "LÀgg till en anknytning" 1914 1762 1915 #: admin/modules/core/functions.inc.php:5 3171763 #: admin/modules/core/functions.inc.php:5869 1916 1764 msgid "Please select your Device below then click Submit" 1917 1765 msgstr "VÀlj din enhet nedan och klicka pÃ¥ Spara" 1918 1766 1919 #: admin/modules/core/functions.inc.php:5 3181920 #: admin/modules/core/functions.inc.php:5 3281767 #: admin/modules/core/functions.inc.php:5870 1768 #: admin/modules/core/functions.inc.php:5880 1921 1769 #: admin/modules/core/page.devices.php:22 1922 1770 msgid "Device" 1923 1771 msgstr "Enhet" 1924 1772 1925 #: admin/modules/core/functions.inc.php:5 3311773 #: admin/modules/core/functions.inc.php:5883 1926 1774 #, php-format 1927 1775 msgid "Delete Device %s" 1928 1776 msgstr "Ta bort enhet %s" 1929 1777 1930 #: admin/modules/core/functions.inc.php:5 3371778 #: admin/modules/core/functions.inc.php:5889 1931 1779 #, php-format 1932 1780 msgid "Edit Default User: %s" 1933 1781 msgstr "Redigera standard anvÀndare: %s" 1934 1782 1935 #: admin/modules/core/functions.inc.php:5 3371783 #: admin/modules/core/functions.inc.php:5889 1936 1784 #, php-format 1937 1785 msgid "Edit Fixed User: %s" 1938 1786 msgstr "Redigera fast anvÀndare: %s" 1939 1787 1940 #: admin/modules/core/functions.inc.php:5 3501788 #: admin/modules/core/functions.inc.php:5902 1941 1789 #, php-format 1942 1790 msgid "Add %s Device" 1943 1791 msgstr "LÀgg till %s enhet" 1944 1792 1945 #: admin/modules/core/functions.inc.php:5 3521793 #: admin/modules/core/functions.inc.php:5904 1946 1794 #, php-format 1947 1795 msgid "Add %s Extension" 1948 1796 msgstr "LÀgg till %s anknytning" 1949 1797 1950 #: admin/modules/core/functions.inc.php:5 3671798 #: admin/modules/core/functions.inc.php:5920 1951 1799 msgid "Please enter a device id." 1952 1800 msgstr "Ange en giltig enhets id" 1953 1801 1954 #: admin/modules/core/functions.inc.php:5 3681802 #: admin/modules/core/functions.inc.php:5921 1955 1803 msgid "Please enter a valid Description for this device" 1956 1804 msgstr "Ange en giltig benÀmning för denna enhet" 1957 1805 1958 #: admin/modules/core/functions.inc.php:5 3691806 #: admin/modules/core/functions.inc.php:5922 1959 1807 msgid "Please enter a valid Emergency CID" 1960 1808 msgstr "Ange en giltig nummerpresentation för nödsamtal" 1961 1809 1962 #: admin/modules/core/functions.inc.php:5 3771810 #: admin/modules/core/functions.inc.php:5930 1963 1811 msgid "Device Info" 1964 1812 msgstr "Enhetsinfo" 1965 1813 1966 #: admin/modules/core/functions.inc.php:5 3811814 #: admin/modules/core/functions.inc.php:5934 1967 1815 msgid "Device ID" 1968 1816 msgstr "Enhetsid" 1969 1817 1970 #: admin/modules/core/functions.inc.php:5381 1971 msgid "" 1972 "Give your device a unique integer ID. The device will use this ID to " 1973 "authenticate to the system." 1974 msgstr "" 1975 "Ange en unik enhets id. Enheten kommer att anvÀnda denna för att autentisera " 1976 "till systemet." 1977 1978 #: admin/modules/core/functions.inc.php:5383 1979 msgid "" 1980 "The caller id name for this device will be set to this description until it " 1981 "is logged into." 1982 msgstr "" 1983 "Nummerpresentationsnamnet för denna enhet kommer att vara detta man tills " 1984 "nÃ¥gon logga in pÃ¥ enheten." 1985 1986 #: admin/modules/core/functions.inc.php:5384 1987 #: admin/modules/core/functions.inc.php:5389 1818 #: admin/modules/core/functions.inc.php:5934 1819 msgid "Give your device a unique integer ID. The device will use this ID to authenticate to the system." 1820 msgstr "Ange en unik enhets id. Enheten kommer att anvÀnda denna för att autentisera till systemet." 1821 1822 #: admin/modules/core/functions.inc.php:5936 1823 msgid "The caller id name for this device will be set to this description until it is logged into." 1824 msgstr "Nummerpresentationsnamnet för denna enhet kommer att vara detta man tills nÃ¥gon logga in pÃ¥ enheten." 1825 1826 #: admin/modules/core/functions.inc.php:5937 1827 #: admin/modules/core/functions.inc.php:5942 1988 1828 msgid "Emergency CID" 1989 1829 msgstr "Nummerpresentation för nödsamtal" 1990 1830 1991 #: admin/modules/core/functions.inc.php:5384 1992 #: admin/modules/core/functions.inc.php:5389 1993 msgid "" 1994 "This caller id will always be set when dialing out an Outbound Route flagged " 1995 "as Emergency. The Emergency CID overrides all other caller id settings." 1996 msgstr "" 1997 "Nummerpresentationen kommer att sÀttas till detta nÀr ett samtal markerat " 1998 "som ett nödsamtal ringer ut. Denna nummerpresentation skriver över all annan " 1999 "nummerpresentation." 2000 2001 #: admin/modules/core/functions.inc.php:5385 1831 #: admin/modules/core/functions.inc.php:5937 1832 #: admin/modules/core/functions.inc.php:5942 1833 msgid "This caller id will always be set when dialing out an Outbound Route flagged as Emergency. The Emergency CID overrides all other caller id settings." 1834 msgstr "Nummerpresentationen kommer att sÀttas till detta nÀr ett samtal markerat som ett nödsamtal ringer ut. Denna nummerpresentation skriver över all annan nummerpresentation." 1835 1836 #: admin/modules/core/functions.inc.php:5938 2002 1837 msgid "Device Type" 2003 1838 msgstr "Enhetstyp" 2004 1839 2005 #: admin/modules/core/functions.inc.php:5385 2006 msgid "" 2007 "Devices can be fixed or adhoc. Fixed devices are always associated to the " 2008 "same extension/user. Adhoc devices can be logged into and logged out of by " 2009 "users." 2010 msgstr "" 2011 "Enheter kan vara fasta eller adhoc. Fasta enheter Àr alltid kopplade till " 2012 "samma anknytning/anvÀndare. PÃ¥ adhoc-enheter kan anvÀndare logga in eller " 2013 "logga ut pÃ¥." 2014 2015 #: admin/modules/core/functions.inc.php:5386 1840 #: admin/modules/core/functions.inc.php:5938 1841 msgid "Devices can be fixed or adhoc. Fixed devices are always associated to the same extension/user. Adhoc devices can be logged into and logged out of by users." 1842 msgstr "Enheter kan vara fasta eller adhoc. Fasta enheter Àr alltid kopplade till samma anknytning/anvÀndare. PÃ¥ adhoc-enheter kan anvÀndare logga in eller logga ut pÃ¥." 1843 1844 #: admin/modules/core/functions.inc.php:5939 2016 1845 msgid "Default User" 2017 1846 msgstr "StandardanvÀndare" 2018 1847 2019 #: admin/modules/core/functions.inc.php:5386 2020 msgid "" 2021 "Fixed devices will always mapped to this user. Adhoc devices will be mapped " 2022 "to this user by default.<br><br>If selecting 'New User', a new User " 2023 "Extension of the same Device ID will be set as the Default User." 2024 msgstr "" 2025 "Fasta enheter kommer alltid att vara kopplade till denna anvÀndare. Adhoc-" 2026 "enheter kommer som standard att kopplas till denna anvÀndare.<br><br>Om en " 2027 "'Ny anvÀndare' vÀljs, kommer en ny anknytning med samma Device-id att sÀttas " 2028 "som Standard anvÀndare." 2029 2030 #: admin/modules/core/functions.inc.php:5395 1848 #: admin/modules/core/functions.inc.php:5939 1849 msgid "Fixed devices will always mapped to this user. Adhoc devices will be mapped to this user by default.<br><br>If selecting 'New User', a new User Extension of the same Device ID will be set as the Default User." 1850 msgstr "Fasta enheter kommer alltid att vara kopplade till denna anvÀndare. Adhoc-enheter kommer som standard att kopplas till denna anvÀndare.<br><br>Om en 'Ny anvÀndare' vÀljs, kommer en ny anknytning med samma Device-id att sÀttas som Standard anvÀndare." 1851 1852 #: admin/modules/core/functions.inc.php:5948 2031 1853 msgid "Device Options" 2032 1854 msgstr "Enhetsval" 2033 1855 2034 #: admin/modules/core/functions.inc.php:5 3971856 #: admin/modules/core/functions.inc.php:5950 2035 1857 #, php-format 2036 1858 msgid "This device uses %s technology." 2037 1859 msgstr "Denna enhet anvÀnder %s teknologi." 2038 1860 2039 #: admin/modules/core/functions.inc.php:5 3971861 #: admin/modules/core/functions.inc.php:5950 2040 1862 msgid "Via DAHDI compatibility mode" 2041 1863 msgstr "Genom DAHDI kompatibilitetstlÀge" 2042 2043 #: admin/modules/core/install.php:212044 msgid "Core"2045 msgstr "Grund"2046 1864 2047 1865 #: admin/modules/core/install.php:22 … … 2066 1884 2067 1885 #: admin/modules/core/install.php:27 2068 msgid "Dial System FAX"2069 msgstr "Ring systemfax"2070 2071 #: admin/modules/core/install.php:282072 1886 msgid "Directed Call Pickup" 2073 1887 msgstr "Plocka upp samtal direkt" 2074 1888 2075 #: admin/modules/core/install.php:2 91889 #: admin/modules/core/install.php:28 2076 1890 msgid "Asterisk General Call Pickup" 2077 1891 msgstr "Asterisk generella plocka upp samtal" 2078 1892 2079 #: admin/modules/core/install.php: 301893 #: admin/modules/core/install.php:29 2080 1894 msgid "In-Call Asterisk Blind Transfer" 2081 1895 msgstr "Asterisk blind vidarekoppling" 2082 1896 2083 #: admin/modules/core/install.php:3 11897 #: admin/modules/core/install.php:30 2084 1898 msgid "In-Call Asterisk Attended Transfer" 2085 1899 msgstr "Asterisk övervakad vidarekoppling" 2086 1900 2087 #: admin/modules/core/install.php:3 21901 #: admin/modules/core/install.php:31 2088 1902 msgid "In-Call Asterisk Toggle Call Recording" 2089 1903 msgstr "StÀll om inspelning under samtal" 2090 1904 2091 #: admin/modules/core/install.php:3 31905 #: admin/modules/core/install.php:32 2092 1906 msgid "In-Call Asterisk Disconnect Code" 2093 1907 msgstr "Avsluta samtal" 2094 1908 2095 #: admin/modules/core/install.php: 601909 #: admin/modules/core/install.php:59 2096 1910 #, php-format 2097 1911 msgid "ERROR: trying to check if %s already in use" 2098 1912 msgstr "FEL: kontrollera om %s inte redan anvÀnds" 2099 1913 2100 #: admin/modules/core/install.php:14 71914 #: admin/modules/core/install.php:140 2101 1915 msgid "Checking if directdids need migrating.." 2102 1916 msgstr "Kontrollerar om directdids behöver migreras.." 2103 1917 2104 #: admin/modules/core/install.php:1 511918 #: admin/modules/core/install.php:144 2105 1919 msgid "starting migration" 2106 1920 msgstr "startar migrering" 2107 1921 2108 #: admin/modules/core/install.php:16 81922 #: admin/modules/core/install.php:161 2109 1923 msgid "User: " 2110 1924 msgstr "AnvÀndare:" 2111 1925 2112 #: admin/modules/core/install.php:1 711926 #: admin/modules/core/install.php:164 2113 1927 #, php-format 2114 1928 msgid "ERROR: failed to insert %s for user %s" 2115 1929 msgstr "FEL: kan inte lÀgga till %s för anvÀndare %s" 2116 1930 2117 #: admin/modules/core/install.php:176 2118 #, php-format 2119 msgid "" 2120 "There were %s failures migrating directdids, users table not being changed" 2121 msgstr "" 2122 "Det uppstod %s fel nÀr directdids migrerades, tabellen för anvÀndare " 2123 "Àndrades inte" 2124 2125 #: admin/modules/core/install.php:180 1931 #: admin/modules/core/install.php:169 1932 #, php-format 1933 msgid "There were %s failures migrating directdids, users table not being changed" 1934 msgstr "Det uppstod %s fel nÀr directdids migrerades, tabellen för anvÀndare Àndrades inte" 1935 1936 #: admin/modules/core/install.php:173 2126 1937 #, php-format 2127 1938 msgid "Removing field %s from users table.." 2128 1939 msgstr "Tar bort fÀlt %s frÃ¥n anvÀndartabell.." 2129 1940 2130 #: admin/modules/core/install.php:1 841941 #: admin/modules/core/install.php:177 2131 1942 msgid "not present" 2132 1943 msgstr "fanns inte" 2133 1944 2134 #: admin/modules/core/install.php:1 861945 #: admin/modules/core/install.php:179 2135 1946 msgid "removed" 2136 1947 msgstr "togs bort" 2137 1948 2138 #: admin/modules/core/install.php:191 2139 msgid "" 2140 "ERROR: could not access user table to migrate directdids to incoming table, " 2141 "aborting" 2142 msgstr "" 2143 "FEL: kunde inte komma Ã¥t anvÀndartabell för att migrera directdids till " 2144 "inkommande tabell, avbryter" 2145 2146 #: admin/modules/core/install.php:194 1949 #: admin/modules/core/install.php:184 1950 msgid "ERROR: could not access user table to migrate directdids to incoming table, aborting" 1951 msgstr "FEL: kunde inte komma Ã¥t anvÀndartabell för att migrera directdids till inkommande tabell, avbryter" 1952 1953 #: admin/modules/core/install.php:187 2147 1954 msgid "already done" 2148 1955 msgstr "redan gjort" 2149 1956 2150 #: admin/modules/core/install.php:19 91957 #: admin/modules/core/install.php:192 2151 1958 msgid "updating zap callgroup, pickupgroup.." 2152 1959 msgstr "uppdaterar zap callgroup, pickupgroup.." 2153 1960 2154 #: admin/modules/core/install.php:2 241961 #: admin/modules/core/install.php:217 2155 1962 #, php-format 2156 1963 msgid "updated %s callgroups, %s pickupgroups" 2157 1964 msgstr "uppdaterade %s callgroups, %s pickupgroups" 2158 1965 2159 #: admin/modules/core/install.php:226 admin/modules/core/install.php:521 1966 #: admin/modules/core/install.php:219 1967 #: admin/modules/core/install.php:518 2160 1968 msgid "not needed" 2161 1969 msgstr "behövs inte" 2162 1970 2163 #: admin/modules/core/install.php:2 311971 #: admin/modules/core/install.php:224 2164 1972 msgid "checking for delay_answer field .." 2165 1973 msgstr "kontrollerar fÀltet delay_answer.." 2166 1974 2167 #: admin/modules/core/install.php:238 admin/modules/core/install.php:254 1975 #: admin/modules/core/install.php:231 1976 #: admin/modules/core/install.php:247 2168 1977 msgid "fatal error" 2169 1978 msgstr "kritiskt fel" 2170 1979 2171 #: admin/modules/core/install.php:241 admin/modules/core/install.php:257 1980 #: admin/modules/core/install.php:234 1981 #: admin/modules/core/install.php:250 2172 1982 msgid "added" 2173 1983 msgstr "tillagd" 2174 1984 2175 #: admin/modules/core/install.php:244 admin/modules/core/install.php:260 2176 #: admin/modules/core/install.php:538 1985 #: admin/modules/core/install.php:237 1986 #: admin/modules/core/install.php:253 1987 #: admin/modules/core/install.php:535 1988 #: admin/modules/core/install.php:571 2177 1989 msgid "already exists" 2178 1990 msgstr "finns redan" 2179 1991 2180 #: admin/modules/core/install.php:24 71992 #: admin/modules/core/install.php:240 2181 1993 msgid "checking for pricid field .." 2182 1994 msgstr "kontrollerar fÀltet pricid.." 2183 1995 2184 #: admin/modules/core/install.php:26 71996 #: admin/modules/core/install.php:260 2185 1997 msgid "Checking for Global var RECORDING_STATE.." 2186 1998 msgstr "Kontrollerar Global var RECORDING_STATE.." 2187 1999 2188 #: admin/modules/core/install.php:2 712000 #: admin/modules/core/install.php:264 2189 2001 msgid "Created" 2190 2002 msgstr "Skapad" 2191 2003 2192 #: admin/modules/core/install.php:2 732004 #: admin/modules/core/install.php:266 2193 2005 msgid "Already exists!" 2194 2006 msgstr "Finns redan!" 2195 2007 2196 #: admin/modules/core/install.php:4 802008 #: admin/modules/core/install.php:477 2197 2009 msgid "Checking if trunk table migration required.." 2198 2010 msgstr "Kontrollerar om migrering av trunktabellen behövs.." 2199 2011 2200 #: admin/modules/core/install.php:48 32012 #: admin/modules/core/install.php:480 2201 2013 msgid "migrating.." 2202 2014 msgstr "migrerar.." 2203 2015 2204 #: admin/modules/core/install.php: 5012016 #: admin/modules/core/install.php:498 2205 2017 msgid "removing globals.." 2206 2018 msgstr "tar bort globals.." 2207 2019 2208 #: admin/modules/core/install.php:51 92020 #: admin/modules/core/install.php:516 2209 2021 msgid "done" 2210 2022 msgstr "klar" 2211 2023 2212 #: admin/modules/core/install.php:53 32024 #: admin/modules/core/install.php:530 2213 2025 msgid "Checking if trunks_dialpatterns table exists.." 2214 2026 msgstr "Kontrollerar om tabellen trunk_dialpatterns existerar.." 2215 2027 2216 #: admin/modules/core/install.php:5 402028 #: admin/modules/core/install.php:537 2217 2029 msgid "created" 2218 2030 msgstr "skapad" 2219 2031 2220 #: admin/modules/core/install.php:5 412032 #: admin/modules/core/install.php:538 2221 2033 msgid "loading table from localprefixes.conf.." 2222 2034 msgstr "laddar tabell frÃ¥n localprefixes.conf.." 2223 2035 2224 #: admin/modules/core/install.php:5 612036 #: admin/modules/core/install.php:558 2225 2037 msgid "loaded" 2226 2038 msgstr "laddad" 2039 2040 #: admin/modules/core/install.php:561 2041 msgid "Checking if privacy manager options exists.." 2042 msgstr "Kontrollerar om val för privathanteraren finns.." 2043 2044 #: admin/modules/core/install.php:568 2045 msgid "Added pmmaxretries and pmminlength" 2046 msgstr "Adderade pmmaxretries och pmminlength" 2227 2047 2228 2048 #: admin/modules/core/page.ampusers.php:133 … … 2239 2059 msgstr "LÀgg till administratör" 2240 2060 2241 #: admin/modules/core/page.ampusers.php:1762242 #: admin/modules/core/page.trunks.php:3472243 msgid "General Settings"2244 msgstr "Generella instÀllningar"2245 2246 2061 #: admin/modules/core/page.ampusers.php:182 2247 2062 msgid "NOTE:" … … 2249 2064 2250 2065 #: admin/modules/core/page.ampusers.php:182 2251 msgid "" 2252 "AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this " 2253 "module is not currently providing access control, and changing passwords " 2254 "here or adding users will have no effect unless AUTHTYPE is set to " 2255 "'database'." 2256 msgstr "" 2257 "AUTHTYPE Àr inte satt till 'database' i /etc/amportal.conf - modulen " 2258 "anvÀnder ingen accesskontroll, Àndrar du lösenord eller anvÀndare hÀr kommer " 2259 "det inte att anvÀndas om du inte sÀtter AUTHTYPE till 'database'." 2066 msgid "AUTHTYPE is not set to 'database' in /etc/amportal.conf - note that this module is not currently providing access control, and changing passwords here or adding users will have no effect unless AUTHTYPE is set to 'database'." 2067 msgstr "AUTHTYPE Àr inte satt till 'database' i /etc/amportal.conf - modulen anvÀnder ingen accesskontroll, Àndrar du lösenord eller anvÀndare hÀr kommer det inte att anvÀndas om du inte sÀtter AUTHTYPE till 'database'." 2260 2068 2261 2069 #: admin/modules/core/page.ampusers.php:188 2262 2070 msgid "Username<span>Create a unique username for this new user</span>" 2263 msgstr "" 2264 "AnvÀndarnamn<span>Skapa ett unikt anvÀndarnamn för denna anvÀndare</span>" 2071 msgstr "AnvÀndarnamn<span>Skapa ett unikt anvÀndarnamn för denna anvÀndare</span>" 2265 2072 2266 2073 #: admin/modules/core/page.ampusers.php:195 … … 2273 2080 2274 2081 #: admin/modules/core/page.ampusers.php:208 2275 msgid "" 2276 "Department Name<span>Restrict this user's view of Digital Receptionist menus " 2277 "and System Recordings to only those for this department.</span>" 2278 msgstr "" 2279 "Avdelningsnamn<span>BegrÀnsa denna anvÀndares vy för den Digitala " 2280 "receptionisten och Systeminspelningar att bara gÀlla denna avdelning.</span>" 2082 msgid "Department Name<span>Restrict this user's view of Digital Receptionist menus and System Recordings to only those for this department.</span>" 2083 msgstr "Avdelningsnamn<span>BegrÀnsa denna anvÀndares vy för den Digitala receptionisten och Systeminspelningar att bara gÀlla denna avdelning.</span>" 2281 2084 2282 2085 #: admin/modules/core/page.ampusers.php:215 2283 msgid "" 2284 "Extension Range<span>Restrict this user's view to only Extensions, Ring " 2285 "Groups, and Queues within this range.</span>" 2286 msgstr "" 2287 "AnknytningsomrÃ¥de<span>BegrÀnsa denna anvÀndares vy för Anknytningar, " 2288 "Ringgrupper och Köer till detta omrÃ¥de.</span>" 2086 msgid "Extension Range<span>Restrict this user's view to only Extensions, Ring Groups, and Queues within this range.</span>" 2087 msgstr "AnknytningsomrÃ¥de<span>BegrÀnsa denna anvÀndares vy för Anknytningar, Ringgrupper och Köer till detta omrÃ¥de.</span>" 2289 2088 2290 2089 #: admin/modules/core/page.ampusers.php:224 2291 msgid "" 2292 "Admin Access<span>Select the Admin Sections this user should have access to." 2293 "</span>" 2294 msgstr "" 2295 "AdministratörstillgÃ¥ng<span>VÀlj den administrationssektion denna anvÀndare " 2296 "ska ha tillgÃ¥ng till.</span>" 2090 msgid "Admin Access<span>Select the Admin Sections this user should have access to.</span>" 2091 msgstr "AdministratörstillgÃ¥ng<span>VÀlj den administrationssektion denna anvÀndare ska ha tillgÃ¥ng till.</span>" 2297 2092 2298 2093 #: admin/modules/core/page.ampusers.php:251 … … 2305 2100 2306 2101 #: admin/modules/core/page.ampusers.php:269 2307 #: admin/modules/core/page.general.php:4 602308 #: admin/modules/core/page.routing.php: 5922309 #: admin/modules/core/page.trunks.php:7 682102 #: admin/modules/core/page.general.php:426 2103 #: admin/modules/core/page.routing.php:616 2104 #: admin/modules/core/page.trunks.php:788 2310 2105 #: admin/modules/core/page.zapchandids.php:112 2311 2106 msgid "Submit Changes" … … 2317 2112 2318 2113 #: admin/modules/core/page.ampusers.php:285 2319 msgid "" 2320 "Username cannot start with a number, and can only contain letters and numbers" 2321 msgstr "" 2322 "AnvÀndarnamnet kan inte börja med en siffra, och kan bara innehÃ¥lla " 2323 "bokstÀver och siffror" 2114 msgid "Username cannot start with a number, and can only contain letters and numbers" 2115 msgstr "AnvÀndarnamnet kan inte börja med en siffra, och kan bara innehÃ¥lla bokstÀver och siffror" 2324 2116 2325 2117 #: admin/modules/core/page.ampusers.php:287 2326 2118 msgid "For security reasons, you cannot use the department name default" 2327 msgstr "" 2328 "PÃ¥ grund av sÀkerhetsskÀl kan du inte vÀlja avdelningsnamnet <b>default</b>" 2119 msgstr "PÃ¥ grund av sÀkerhetsskÀl kan du inte vÀlja avdelningsnamnet <b>default</b>" 2329 2120 2330 2121 #: admin/modules/core/page.ampusers.php:289 … … 2332 2123 msgstr "Avdelningsnamnet kan inte innehÃ¥lla mellanslag" 2333 2124 2334 #: admin/modules/core/page.did.php:8 82125 #: admin/modules/core/page.did.php:86 2335 2126 msgid " (toggle sort)" 2336 2127 msgstr "(sortera om)" 2337 2128 2338 #: admin/modules/core/page.did.php:92 admin/modules/core/page.did.php:161 2339 #: admin/modules/core/page.did.php:192 admin/modules/core/page.did.php:203 2129 #: admin/modules/core/page.did.php:90 2130 #: admin/modules/core/page.did.php:165 2131 #: admin/modules/core/page.did.php:196 2132 #: admin/modules/core/page.did.php:207 2340 2133 msgid "Add Incoming Route" 2341 2134 msgstr "LÀgg till Inkommande vÀg" 2342 2135 2343 #: admin/modules/core/page.did.php:9 32136 #: admin/modules/core/page.did.php:91 2344 2137 msgid "All DIDs" 2345 2138 msgstr "Alla direktnummer" 2346 2139 2347 #: admin/modules/core/page.did.php:9 42140 #: admin/modules/core/page.did.php:92 2348 2141 msgid "User DIDs" 2349 2142 msgstr "AnvÀndares direktnummer" 2350 2143 2351 #: admin/modules/core/page.did.php:9 52144 #: admin/modules/core/page.did.php:93 2352 2145 msgid "General DIDs" 2353 2146 msgstr "Generella direktnummer" 2354 2147 2355 #: admin/modules/core/page.did.php:9 62148 #: admin/modules/core/page.did.php:94 2356 2149 msgid "Unused DIDs" 2357 2150 msgstr "OanvÀnda direktnummer" 2358 2151 2359 #: admin/modules/core/page.did.php:12 82152 #: admin/modules/core/page.did.php:126 2360 2153 msgid "any DID" 2361 2154 msgstr "nÃ¥got direktnummer" 2362 2155 2363 #: admin/modules/core/page.did.php:12 92156 #: admin/modules/core/page.did.php:127 2364 2157 msgid "any CID" 2365 2158 msgstr "nÃ¥gon CID" 2366 2159 2367 #: admin/modules/core/page.did.php:153 admin/modules/core/page.trunks.php:286 2160 #: admin/modules/core/page.did.php:157 2161 #: admin/modules/core/page.trunks.php:293 2368 2162 msgid "Route" 2369 2163 msgstr "VÀg" 2370 2164 2371 #: admin/modules/core/page.did.php:167 admin/modules/core/page.routing.php:283 2165 #: admin/modules/core/page.did.php:171 2166 #: admin/modules/core/page.routing.php:297 2372 2167 #, php-format 2373 2168 msgid "Delete Route %s" 2374 2169 msgstr "Ta bort vÀg %s" 2375 2170 2376 #: admin/modules/core/page.did.php:18 52171 #: admin/modules/core/page.did.php:189 2377 2172 #, php-format 2378 2173 msgid "Edit %s" 2379 2174 msgstr "Redigera %s" 2380 2175 2381 #: admin/modules/core/page.did.php:18 52176 #: admin/modules/core/page.did.php:189 2382 2177 #, php-format 2383 2178 msgid "Edit %s %s (%s)" 2384 2179 msgstr "Redigera %s %s (%s)" 2385 2180 2386 #: admin/modules/core/page.did.php:20 32181 #: admin/modules/core/page.did.php:207 2387 2182 msgid "Edit Incoming Route" 2388 2183 msgstr "Redigera Inkommande vÀg" 2389 2184 2390 #: admin/modules/core/page.did.php:20 52185 #: admin/modules/core/page.did.php:209 2391 2186 msgid "Provide a meaningful description of what this incoming route is" 2392 2187 msgstr "Ge en meningsfull beskrivning för vad denna inkommande vÀg Àr" 2393 2188 2394 #: admin/modules/core/page.did.php:2 092189 #: admin/modules/core/page.did.php:213 2395 2190 msgid "DID Number" 2396 2191 msgstr "Direktnummer" 2397 2192 2398 #: admin/modules/core/page.did.php:2092399 msgid ""2400 "Define the expected DID Number if your trunk passes DID on incoming calls. "2401 "<br><br>Leave this blank to match calls with any or no DID info.<br><br>You "2402 "can also use a pattern match (eg _2[345]X) to match a range of numbers"2403 msgstr ""2404 "Definiera den förvÀntade nummerpresentationen om din trunk vidarebefordrar "2405 "nummerpresentation pÃ¥ inkommande samtal.<br><br>LÀmna detta fÀlt tomt för "2406 "att matcha samtal frÃ¥n alla med eller utan nummerpresentation.<br><br>Du kan "2407 "ocksÃ¥ anvÀnda mönster (t.ex. _2[345]X) för att matcha ett nummeromrÃ¥de."2408 2409 2193 #: admin/modules/core/page.did.php:213 2194 msgid "Define the expected DID Number if your trunk passes DID on incoming calls. <br><br>Leave this blank to match calls with any or no DID info.<br><br>You can also use a pattern match (eg _2[345]X) to match a range of numbers" 2195 msgstr "Definiera den förvÀntade nummerpresentationen om din trunk vidarebefordrar nummerpresentation pÃ¥ inkommande samtal.<br><br>LÀmna detta fÀlt tomt för att matcha samtal frÃ¥n alla med eller utan nummerpresentation.<br><br>Du kan ocksÃ¥ anvÀnda mönster (t.ex. _2[345]X) för att matcha ett nummeromrÃ¥de." 2196 2197 #: admin/modules/core/page.did.php:217 2410 2198 msgid "Caller ID Number" 2411 2199 msgstr "Nummerpresentation" 2412 2200 2413 #: admin/modules/core/page.did.php:213 2414 msgid "" 2415 "Define the Caller ID Number to be matched on incoming calls.<br><br>Leave " 2416 "this field blank to match any or no CID info. In addition to standard dial " 2417 "sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous " 2418 "and Unavailable in order to catch these special cases if the Telco transmits " 2419 "them." 2420 msgstr "" 2421 "Ange nummerpresentation som ska matcha inkommande samtal.<br><br>LÀmna tomt " 2422 "för att matcha alla eller tomma nummerpresentationer. Förutom standard " 2423 "sekvenser kan du ange Private, Blocked, Unknown, Restricted, Anonymous eller " 2424 "Unavailable för att fÃ¥nga dessa specialvarianter om din operatör skickar med " 2425 "dom." 2426 2427 #: admin/modules/core/page.did.php:218 2201 #: admin/modules/core/page.did.php:217 2202 msgid "Define the Caller ID Number to be matched on incoming calls.<br><br>Leave this field blank to match any or no CID info. In addition to standard dial sequences, you can also put Private, Blocked, Unknown, Restricted, Anonymous and Unavailable in order to catch these special cases if the Telco transmits them." 2203 msgstr "Ange nummerpresentation som ska matcha inkommande samtal.<br><br>LÀmna tomt för att matcha alla eller tomma nummerpresentationer. Förutom standard sekvenser kan du ange Private, Blocked, Unknown, Restricted, Anonymous eller Unavailable för att fÃ¥nga dessa specialvarianter om din operatör skickar med dom." 2204 2205 #: admin/modules/core/page.did.php:222 2428 2206 msgid "CID Priority Route" 2429 2207 msgstr "PrioritetsvÀg för nummerpresentation" 2430 2208 2431 #: admin/modules/core/page.did.php:2182432 msgid ""2433 "This effects CID ONLY routes where no DID is specified. If checked, calls "2434 "with this CID will be routed to this route, even if there is a route to the "2435 "DID that was called. Normal behavior is for the DID route to take the calls. "2436 "If there is a specific DID/CID route for this CID, that route will still "2437 "take the call when that DID is called."2438 msgstr ""2439 "Detta pÃ¥verkar ENDAST vÀgar med nummerpresentation dÀr inget direktnummer Àr "2440 "angivet. Om detta vÀljs kommer samtal med denna nummerpresentation att "2441 "skickas via denna vÀg Àven om det finns en vÀg med det direktnummer som "2442 "ringdes upp. Normalt Àr det vÀgen med direktnumret som hanterar samtalet. Om "2443 "det finns en specifik vÀg med direktnummer/nummerpresentation för denna "2444 "nummerpresentation, kommer den vÀgen att vÀljas nÀr direktnumret rings upp."2445 2446 2209 #: admin/modules/core/page.did.php:222 2210 msgid "This effects CID ONLY routes where no DID is specified. If checked, calls with this CID will be routed to this route, even if there is a route to the DID that was called. Normal behavior is for the DID route to take the calls. If there is a specific DID/CID route for this CID, that route will still take the call when that DID is called." 2211 msgstr "Detta pÃ¥verkar ENDAST vÀgar med nummerpresentation dÀr inget direktnummer Àr angivet. Om detta vÀljs kommer samtal med denna nummerpresentation att skickas via denna vÀg Àven om det finns en vÀg med det direktnummer som ringdes upp. Normalt Àr det vÀgen med direktnumret som hanterar samtalet. Om det finns en specifik vÀg med direktnummer/nummerpresentation för denna nummerpresentation, kommer den vÀgen att vÀljas nÀr direktnumret rings upp." 2212 2213 #: admin/modules/core/page.did.php:226 2447 2214 msgid "Options" 2448 2215 msgstr "Val" 2449 2216 2450 #: admin/modules/core/page.did.php:22 42217 #: admin/modules/core/page.did.php:228 2451 2218 msgid "Alert Info" 2452 2219 msgstr "Alert Info" 2453 2220 2454 #: admin/modules/core/page.did.php:22 42221 #: admin/modules/core/page.did.php:228 2455 2222 msgid "ALERT_INFO can be used for distinctive ring with SIP devices." 2456 msgstr "" 2457 "Alert Info kan anvÀndas för att fÃ¥ en speciell ringsignal pÃ¥ SIP enheter." 2458 2459 #: admin/modules/core/page.did.php:228 2223 msgstr "Alert Info kan anvÀndas för att fÃ¥ en speciell ringsignal pÃ¥ SIP enheter." 2224 2225 #: admin/modules/core/page.did.php:232 2460 2226 msgid "CID name prefix" 2461 2227 msgstr "Namnprefix för nummerpresentation" 2462 2228 2463 #: admin/modules/core/page.did.php:228 2464 msgid "" 2465 "You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:" 2466 "\", a call from John Doe would display as \"Sales:John Doe\" on the " 2467 "extensions that ring." 2468 msgstr "" 2469 "Du kan ange ett prefix för namnet pÃ¥ nummerpresentationen. T.ex. Om du " 2470 "skriver in \"Support:\" kommer ett samtal frÃ¥n Sven Svensson att visas som " 2471 "\"Support:Sven Svensson\" pÃ¥ telefonen.<br><br><b>OBS!</b>AnvÀnds inte i " 2472 "Sverige, det stÃ¥r alltid telefonnumret i namnet.</b>" 2473 2474 #: admin/modules/core/page.did.php:233 2229 #: admin/modules/core/page.did.php:232 2230 msgid "You can optionally prefix the Caller ID name. ie: If you prefix with \"Sales:\", a call from John Doe would display as \"Sales:John Doe\" on the extensions that ring." 2231 msgstr "Du kan ange ett prefix för namnet pÃ¥ nummerpresentationen. T.ex. Om du skriver in \"Support:\" kommer ett samtal frÃ¥n Sven Svensson att visas som \"Support:Sven Svensson\" pÃ¥ telefonen.<br><br><b>OBS!</b>AnvÀnds inte i Sverige, det stÃ¥r alltid telefonnumret i namnet.</b>" 2232 2233 #: admin/modules/core/page.did.php:237 2475 2234 msgid "Music On Hold" 2476 2235 msgstr "Pausmusik" 2477 2236 2478 #: admin/modules/core/page.did.php:233 2479 msgid "" 2480 "Set the MoH class that will be used for calls that come in on this route. " 2481 "For example, choose a type appropriate for routes coming in from a country " 2482 "which may have announcements in their language." 2483 msgstr "" 2484 "VÀljer klassen pÃ¥ pausmusiken som kommer att anvÀndas pÃ¥ samtal som kommer " 2485 "in via denna vÀg. Kan anvÀndas för internationella samtal dÃ¥ engelsk musik " 2486 "kan vara lÀmplig." 2487 2488 #: admin/modules/core/page.did.php:242 2237 #: admin/modules/core/page.did.php:237 2238 msgid "Set the MoH class that will be used for calls that come in on this route. For example, choose a type appropriate for routes coming in from a country which may have announcements in their language." 2239 msgstr "VÀljer klassen pÃ¥ pausmusiken som kommer att anvÀndas pÃ¥ samtal som kommer in via denna vÀg. Kan anvÀndas för internationella samtal dÃ¥ engelsk musik kan vara lÀmplig." 2240 2241 #: admin/modules/core/page.did.php:246 2489 2242 msgid "No Music" 2490 2243 msgstr "Ingen musik" 2491 2244 2492 #: admin/modules/core/page.did.php:25 32245 #: admin/modules/core/page.did.php:257 2493 2246 msgid "Signal RINGING" 2494 2247 msgstr "Signalera RINGER" 2495 2248 2496 #: admin/modules/core/page.did.php:2532497 msgid ""2498 "Some devices or providers require RINGING to be sent before ANSWER. You'll "2499 "notice this happening if you can send calls directly to a phone, but if you "2500 "send it to an IVR, it won't connect the call."2501 msgstr ""2502 "Vissa enheter eller leverantörer krÀver att det skickas RINGER före SVARAR. "2503 "Du mÀrker detta om du kan skicka samtal direkt till en telefon men om du "2504 "skickar samtalet till den Digital receptionisten kommer samtalet aldrig att "2505 "kopplas upp."2506 2507 2249 #: admin/modules/core/page.did.php:257 2250 msgid "Some devices or providers require RINGING to be sent before ANSWER. You'll notice this happening if you can send calls directly to a phone, but if you send it to an IVR, it won't connect the call." 2251 msgstr "Vissa enheter eller leverantörer krÀver att det skickas RINGER före SVARAR. Du mÀrker detta om du kan skicka samtal direkt till en telefon men om du skickar samtalet till den Digital receptionisten kommer samtalet aldrig att kopplas upp." 2252 2253 #: admin/modules/core/page.did.php:261 2508 2254 msgid "Pause Before Answer" 2509 2255 msgstr "Paus före svar" 2510 2256 2511 #: admin/modules/core/page.did.php:2572512 msgid ""2513 "An optional delay to wait before processing this route. Setting this value "2514 "will delay the channel from answering the call. This may be handy if "2515 "external fax equipment or security systems are installed in parallel and you "2516 "would like them to be able to seize the line."2517 msgstr ""2518 "Ett val för att sÀtta en paus före hantering av denna vÀg. SÀtts nÃ¥got vÀrde "2519 "hÀr kommer samtalet att fördröjas pÃ¥ denna kanal. Detta kan vara bra om du "2520 "har annan utrustning installerad parallellt med denna linje och du vill att "2521 "denna utrustning ska kunna svara först."2522 2523 2257 #: admin/modules/core/page.did.php:261 2258 msgid "An optional delay to wait before processing this route. Setting this value will delay the channel from answering the call. This may be handy if external fax equipment or security systems are installed in parallel and you would like them to be able to seize the line." 2259 msgstr "Ett val för att sÀtta en paus före hantering av denna vÀg. SÀtts nÃ¥got vÀrde hÀr kommer samtalet att fördröjas pÃ¥ denna kanal. Detta kan vara bra om du har annan utrustning installerad parallellt med denna linje och du vill att denna utrustning ska kunna svara först." 2260 2261 #: admin/modules/core/page.did.php:265 2524 2262 msgid "Privacy" 2525 2263 msgstr "Privat" 2526 2264 2527 #: admin/modules/core/page.did.php:26 42265 #: admin/modules/core/page.did.php:268 2528 2266 msgid "Privacy Manager" 2529 2267 msgstr "Privathanterare" 2530 2268 2531 #: admin/modules/core/page.did.php:264 2532 msgid "" 2533 "If no Caller ID is sent, Privacy Manager will asks the caller to enter their " 2534 "10 digit phone number. The caller is given 3 attempts. The number of digits " 2535 "and attempts can be defined in privacy.conf. If a user has Call Screening " 2536 "enabled, the incoming caller will be asked to enter their CallerId here if " 2537 "enabled, and then to say their name once determined that the called user " 2538 "requires it." 2539 msgstr "" 2540 "Om ingen nummerpresentation skickas kommer Privathanteraren att begÀra att " 2541 "uppringaren matar in sitt 10-siffriga telefonnummer. Uppringaren fÃ¥r tre " 2542 "försök. Antal siffror och försök kan anges i privacy.conf. Om en anvÀndare " 2543 "har <b>SÃ¥lla samtal</b> pÃ¥slaget kommer uppringaren att fÃ¥ mata in sitt " 2544 "telefonnummer för att dÀrefter lÀsa in sitt namn innan samtalet kopplas." 2545 2546 #: admin/modules/core/page.did.php:267 admin/modules/core/page.general.php:445 2269 #: admin/modules/core/page.did.php:268 2270 msgid "If no Caller ID has been received, Privacy Manager will ask the caller to enter their phone number. If an user/extension has Call Screening enabled, the incoming caller will be be prompted to say their name when the call reaches the user/extension." 2271 msgstr "Om ingen nummerpresentation finns kommer Privathanteraren att begÀra att uppringaren matar in sitt telefonnummer. Om en anvÀndare har <b>SÃ¥lla samtal</b> pÃ¥slaget kommer uppringaren att fÃ¥ lÀsa in sitt namn innan samtalet kopplas fram." 2272 2273 #: admin/modules/core/page.did.php:271 2274 #: admin/modules/core/page.general.php:411 2547 2275 msgid "No" 2548 2276 msgstr "Nej" 2549 2277 2550 #: admin/modules/core/page.did.php:268 admin/modules/core/page.general.php:444 2278 #: admin/modules/core/page.did.php:272 2279 #: admin/modules/core/page.general.php:410 2551 2280 msgid "Yes" 2552 2281 msgstr "Ja" 2553 2282 2554 #: admin/modules/core/page.did.php:2732555 msgid "Fax Handling"2556 msgstr "Faxhantering"2557 2558 2283 #: admin/modules/core/page.did.php:277 2559 msgid " Fax Extension"2560 msgstr " Faxanknytning"2284 msgid "Max attempts" 2285 msgstr "Max försök" 2561 2286 2562 2287 #: admin/modules/core/page.did.php:277 2563 msgid "" 2564 "Select 'system' to have the system receive and email faxes.<br><br>The " 2565 "FreePBX default is defined in General Settings." 2566 msgstr "" 2567 "VÀlj 'system' om du vill att vÀxeln ska ta emot fax och skicka dom som e-" 2568 "post.<br><br>Valet <b>FreePBX standard</b> definieras i <b>Generella " 2569 "instÀllningar.</b>" 2570 2571 #: admin/modules/core/page.did.php:281 2572 msgid "FreePBX default" 2573 msgstr "FreePBX standard" 2574 2575 #: admin/modules/core/page.did.php:282 admin/modules/core/page.general.php:375 2576 msgid "disabled" 2577 msgstr "Avaktiverad" 2578 2579 #: admin/modules/core/page.did.php:283 admin/modules/core/page.general.php:376 2580 msgid "system" 2581 msgstr "system" 2582 2583 #: admin/modules/core/page.did.php:298 2584 msgid "Fax Email" 2585 msgstr "E-postadress för fax" 2586 2587 #: admin/modules/core/page.did.php:298 2588 msgid "" 2589 "Email address is used if 'system' has been chosen for the fax extension " 2590 "above.<br><br>Leave this blank to use the FreePBX default in General " 2591 "Settings." 2592 msgstr "" 2593 "E-postadressen anvÀnds om 'system' har valts som faxanknytning ovan." 2594 "<br><br>LÀmna detta fÀlt tomt för att anvÀnda standardinstÀllningen i " 2595 "<b>Generella instÀllningar.</b>" 2596 2597 #: admin/modules/core/page.did.php:305 2598 msgid "Fax Detection Type" 2599 msgstr "Detekteringstyp för fax" 2600 2601 #: admin/modules/core/page.did.php:305 2602 msgid "" 2603 "Selecting Zaptel or NVFax will immediately answer the call and play ringing " 2604 "tones to the caller for the number of seconds in Pause below. Use NVFax on " 2605 "SIP or IAX trunks." 2606 msgstr "" 2607 "VÀljer du Zaptel eller NVfax kommer samtalet omedelbart att svaras och en " 2608 "ringsignal kommer att spelas upp för uppringaren i det antal sekunder du " 2609 "definierar i Paus nedan. AnvÀnd NVfax pÃ¥ SIP eller IAX trunkar." 2610 2611 #: admin/modules/core/page.did.php:308 2612 msgid "None" 2613 msgstr "Ingen" 2614 2615 #: admin/modules/core/page.did.php:309 2616 msgid "Zaptel" 2617 msgstr "Zaptel" 2618 2619 #: admin/modules/core/page.did.php:310 2620 msgid "NVFax" 2621 msgstr "NVfax" 2622 2623 #: admin/modules/core/page.did.php:315 2624 msgid "Pause After Answer" 2625 msgstr "Paus efter svar" 2626 2627 #: admin/modules/core/page.did.php:315 2628 msgid "" 2629 "The number of seconds we should wait after performing an Immediate Answer. " 2630 "The primary purpose of this is to pause and listen for a fax tone before " 2631 "allowing the call to proceed." 2632 msgstr "" 2633 "Det antal sekunder vi ska vÀnta efter att ha utfört ett Omedelbart svar. Den " 2634 "primÀra funktionen Àr för att pausa ett antal sekunder för att lyssna pÃ¥ en " 2635 "faxton innan samtalet hanteras" 2636 2637 #: admin/modules/core/page.did.php:324 2288 msgid "Number of attempts the caller has to enter a valid callerID" 2289 msgstr "Antal försök uppringaren har att mata in ett giltigt telefonnummer" 2290 2291 #: admin/modules/core/page.did.php:290 2292 msgid "Min Length" 2293 msgstr "Minsta lÀngd" 2294 2295 #: admin/modules/core/page.did.php:290 2296 msgid "Minimum amount of digits callerID needs to contain in order to be considered valid" 2297 msgstr "Minsta antalet siffror som behövs för att nummerpresentationen ska anses giltig" 2298 2299 #: admin/modules/core/page.did.php:307 2638 2300 msgid "Set Destination" 2639 2301 msgstr "VÀlj destination" 2640 2302 2641 #: admin/modules/core/page.did.php:3 332303 #: admin/modules/core/page.did.php:316 2642 2304 msgid "Clear Destination & Submit" 2643 2305 msgstr "Rensa destination & Spara" 2644 2306 2645 #: admin/modules/core/page.did.php:3 452307 #: admin/modules/core/page.did.php:328 2646 2308 msgid "Please enter a valid DID Number" 2647 2309 msgstr "Skriv in ett giltigt direktnummer" 2648 2310 2649 #: admin/modules/core/page.did.php:3 462311 #: admin/modules/core/page.did.php:329 2650 2312 msgid "Please enter a valid Caller ID Number" 2651 2313 msgstr "Skriv in en giltig nummerpresentation" 2652 2314 2653 #: admin/modules/core/page.did.php:3 472315 #: admin/modules/core/page.did.php:330 2654 2316 msgid "Please enter a valid Fax Email or leave it empty to use the default" 2655 msgstr "" 2656 "Skriv in en giltig e-postadress för fax eller lÀmna fÀltet tomt för att " 2657 "anvÀnda standardinstÀllning" 2658 2659 #: admin/modules/core/page.did.php:348 2317 msgstr "Skriv in en giltig e-postadress för fax eller lÀmna fÀltet tomt för att anvÀnda standardinstÀllning" 2318 2319 #: admin/modules/core/page.did.php:331 2660 2320 msgid "Please enter a valid number for Pause after answer" 2661 2321 msgstr "Skriv in ett giltigt tal för Paus efter svar" 2662 2322 2663 #: admin/modules/core/page.did.php:3 492323 #: admin/modules/core/page.did.php:332 2664 2324 msgid "Please enter a valid number for Pause Before Answer field" 2665 2325 msgstr "Skriv in ett giltigt tal i fÀltet för Paus före svar" 2666 2326 2667 #: admin/modules/core/page.did.php:3 502327 #: admin/modules/core/page.did.php:333 2668 2328 msgid "" 2669 "Leaving the DID Number AND the Caller ID Number empty will match all "2670 " incoming calls received not routed using any other defined Incoming Route.\\n"2671 " \\nAre you sure?"2329 "Leaving the DID Number AND the Caller ID Number empty will match all incoming calls received not routed using any other defined Incoming Route.\\n" 2330 "\\n" 2331 "Are you sure?" 2672 2332 msgstr "" 2673 "Att ange en inkommande vÀg utan direktnummer eller nummerpresentation kommer "2674 " att matcha alla samtal som inte hanteras av andra angivna inkommande vÀgar."2675 " \\n\\nÃr du sÀker?"2676 2677 #: admin/modules/core/page.did.php:3 512333 "Att ange en inkommande vÀg utan direktnummer eller nummerpresentation kommer att matcha alla samtal som inte hanteras av andra angivna inkommande vÀgar.\\n" 2334 "\\n" 2335 "Ãr du sÀker?" 2336 2337 #: admin/modules/core/page.did.php:334 2678 2338 msgid "" 2679 "DID information is normally just an incoming telephone number or for " 2680 "advanced users, a valid Asterisk Dial Pattern\\n\\nYou have entered a non " 2681 "standard DID pattern.\\n\\nAre you sure this is correct?" 2339 "DID information is normally just an incoming telephone number or for advanced users, a valid Asterisk Dial Pattern\\n" 2340 "\\n" 2341 "You have entered a non standard DID pattern.\\n" 2342 "\\n" 2343 "Are you sure this is correct?" 2682 2344 msgstr "" 2683 "`Direktnummer Àr normalt ett telefonnummer för ditt abbonnemang eller ett " 2684 "giltigt nummermönster för Astersk\\n\\nDu har skrivit in ett direktnummer " 2685 "som inte Àr standard.\\n\\nÃr du sÀker pÃ¥ att detta Àr rÀtt?" 2686 2687 #: admin/modules/core/page.did.php:352 2345 "Direktnummer Àr normalt ett telefonnummer för ditt abonnemang eller ett giltigt nummermönster för Astersk\\n" 2346 "\\n" 2347 "Du har skrivit in ett direktnummer som inte Àr standard.\\n" 2348 "\\n" 2349 "Ãr du sÀker pÃ¥ att detta Àr rÀtt?" 2350 2351 #: admin/modules/core/page.did.php:335 2688 2352 msgid "A Slash ('/') is never a valid DID. Please remove it and try again" 2689 msgstr "" 2690 "Ett snedstreck ('/') Àr aldrig ett giltigt direktnummer. Ta bort det och " 2691 "försök igen" 2692 2693 #: admin/modules/core/page.did.php:353 2353 msgstr "Ett snedstreck ('/') Àr aldrig ett giltigt direktnummer. Ta bort det och försök igen" 2354 2355 #: admin/modules/core/page.did.php:336 2694 2356 msgid "Invalid Caller ID prefix." 2695 2357 msgstr "Ogiltigt prefix för nummerpresentation." 2696 2358 2697 #: admin/modules/core/page.general.php:11 32359 #: admin/modules/core/page.general.php:110 2698 2360 msgid "Dialing Options" 2699 2361 msgstr "Nummerslagningsval" 2700 2362 2701 #: admin/modules/core/page.general.php:11 62363 #: admin/modules/core/page.general.php:113 2702 2364 msgid "Asterisk Dial command options:" 2703 2365 msgstr "Val för Asterisk nummerslagning" 2704 2366 2705 #: admin/modules/core/page.general.php:11 72706 #: admin/modules/core/page.general.php:12 82367 #: admin/modules/core/page.general.php:114 2368 #: admin/modules/core/page.general.php:125 2707 2369 msgid "t: Allow the called user to transfer the call by hitting #" 2708 2370 msgstr "t: TillÃ¥t den uppringde att skicka samtalet vidare genom att slÃ¥ #" 2709 2371 2710 #: admin/modules/core/page.general.php:11 82711 #: admin/modules/core/page.general.php:12 92372 #: admin/modules/core/page.general.php:115 2373 #: admin/modules/core/page.general.php:126 2712 2374 msgid "T: Allow the calling user to transfer the call by hitting #" 2713 msgstr "" 2714 "T: TillÃ¥t den uppringande anvÀndaren att skicka samtalet vidare genom att " 2715 "slÃ¥ #" 2716 2717 #: admin/modules/core/page.general.php:119 2375 msgstr "T: TillÃ¥t den uppringande anvÀndaren att skicka samtalet vidare genom att slÃ¥ #" 2376 2377 #: admin/modules/core/page.general.php:116 2718 2378 msgid "r: Generate a ringing tone for the calling party" 2719 2379 msgstr "r: Generera ringsignaler för den uppringande" 2720 2380 2721 #: admin/modules/core/page.general.php:120 2722 #: admin/modules/core/page.general.php:130 2723 msgid "" 2724 "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 2725 msgstr "" 2726 "w: TillÃ¥t den uppringda anvÀndaren att pÃ¥börja inspelning efter att ha " 2727 "slagit *1 (krÀver minst Asterisk v1.2)" 2728 2729 #: admin/modules/core/page.general.php:121 2730 #: admin/modules/core/page.general.php:131 2731 msgid "" 2732 "W: Allow the calling user to start recording after pressing *1 (Asterisk " 2733 "v1.2)" 2734 msgstr "" 2735 "W: TillÃ¥ter den uppringande anvÀndaren att pÃ¥börja inspelning efter att ha " 2736 "slagit *1 (krÀver minst Asterisk 1.2)" 2737 2381 #: admin/modules/core/page.general.php:117 2738 2382 #: admin/modules/core/page.general.php:127 2383 msgid "w: Allow the called user to start recording after pressing *1 (Asterisk v1.2)" 2384 msgstr "w: TillÃ¥t den uppringda anvÀndaren att pÃ¥börja inspelning efter att ha slagit *1 (krÀver minst Asterisk v1.2)" 2385 2386 #: admin/modules/core/page.general.php:118 2387 #: admin/modules/core/page.general.php:128 2388 msgid "W: Allow the calling user to start recording after pressing *1 (Asterisk v1.2)" 2389 msgstr "W: TillÃ¥ter den uppringande anvÀndaren att pÃ¥börja inspelning efter att ha slagit *1 (krÀver minst Asterisk 1.2)" 2390 2391 #: admin/modules/core/page.general.php:124 2739 2392 msgid "Asterisk Outbound Dial command options:" 2740 2393 msgstr "Val för Asterisk utgÃ¥ende nummerslagning" 2741 2394 2742 #: admin/modules/core/page.general.php:1 322395 #: admin/modules/core/page.general.php:129 2743 2396 msgid "r: You SHOULD NOT use this option on outbound trunks" 2744 2397 msgstr "r: Du SKA INTE anvÀnda detta val pÃ¥ utgÃ¥ende trunkar" 2745 2398 2746 #: admin/modules/core/page.general.php:13 92399 #: admin/modules/core/page.general.php:136 2747 2400 msgid "Call Recording" 2748 2401 msgstr "Spela in samtal" 2749 2402 2750 #: admin/modules/core/page.general.php:1 422403 #: admin/modules/core/page.general.php:139 2751 2404 msgid "Extension Recording Override:" 2752 2405 msgstr "à 2753 2406 sidosÀtt anknytningsinspelning:" 2754 2407 2755 #: admin/modules/core/page.general.php:143 2756 msgid "" 2757 "This will override the recording settings of all extensions/users. If " 2758 "enabled, the system will ignore all Record Always settings of a user and " 2759 "will not turn on recording. This does not effect On Demand recording " 2760 "controlled by the dial options 'w' and 'W' above. It does not effect other " 2761 "recording settings in modules such as Queues and Conferences. If you don't " 2762 "use recordings, setting this is beneficial to system performance as it " 2763 "removes the check that is otherwise done on every single call." 2764 msgstr "" 2765 "Detta kommer att Ã¥sidosÀtta inspelningsvalet för alla anknytningar/" 2766 "anvÀndare. Om detta Àr aktiverat kommer systemet att ignorera alla Spela " 2767 "alltid in för en anvÀndare och kommer inte att starta inspelning. Detta " 2768 "pÃ¥verkar inte Inspelning pÃ¥ begÀran som kontrolleras med " 2769 "nummerslagningsvalen 'w' och 'W' ovan. Denna instÀllning har ingen effekt i " 2770 "moduler sÃ¥som Köer och Konferenser. Om du inte anvÀnder inspelningar, sÀtt " 2771 "detta till Avaktiverad, systemets prestanda ökar nÃ¥got dÃ¥ ingen " 2772 "inspelningskontroll kommer att göras vid varje samtal." 2773 2774 #: admin/modules/core/page.general.php:151 2408 #: admin/modules/core/page.general.php:140 2409 msgid "This will override the recording settings of all extensions/users. If enabled, the system will ignore all Record Always settings of a user and will not turn on recording. This does not effect On Demand recording controlled by the dial options 'w' and 'W' above. It does not effect other recording settings in modules such as Queues and Conferences. If you don't use recordings, setting this is beneficial to system performance as it removes the check that is otherwise done on every single call." 2410 msgstr "Detta kommer att Ã¥sidosÀtta inspelningsvalet för alla anknytningar/anvÀndare. Om detta Àr aktiverat kommer systemet att ignorera alla Spela alltid in för en anvÀndare och kommer inte att starta inspelning. Detta pÃ¥verkar inte Inspelning pÃ¥ begÀran som kontrolleras med nummerslagningsvalen 'w' och 'W' ovan. Denna instÀllning har ingen effekt i moduler sÃ¥som Köer och Konferenser. Om du inte anvÀnder inspelningar, sÀtt detta till Avaktiverad, systemets prestanda ökar nÃ¥got dÃ¥ ingen inspelningskontroll kommer att göras vid varje samtal." 2411 2412 #: admin/modules/core/page.general.php:148 2775 2413 msgid "Call recording format:" 2776 2414 msgstr "Format för inspelning av samtal" 2777 2415 2778 #: admin/modules/core/page.general.php:1 522416 #: admin/modules/core/page.general.php:149 2779 2417 msgid "Pick the format in which to save recorded calls" 2780 2418 msgstr "VÀlj det format du vill ha för samtalsinspelning" 2781 2419 2782 #: admin/modules/core/page.general.php:15 62420 #: admin/modules/core/page.general.php:153 2783 2421 msgid "WAV" 2784 2422 msgstr "WAV" 2785 2423 2786 #: admin/modules/core/page.general.php:15 72424 #: admin/modules/core/page.general.php:154 2787 2425 msgid "wav" 2788 2426 msgstr "wav" 2789 2427 2790 #: admin/modules/core/page.general.php:15 82428 #: admin/modules/core/page.general.php:155 2791 2429 msgid "ulaw" 2792 2430 msgstr "ulaw" 2793 2431 2794 #: admin/modules/core/page.general.php:15 92432 #: admin/modules/core/page.general.php:156 2795 2433 msgid "alaw" 2796 2434 msgstr "alaw" 2797 2435 2798 #: admin/modules/core/page.general.php:1 602436 #: admin/modules/core/page.general.php:157 2799 2437 msgid "sln" 2800 2438 msgstr "sln" 2801 2439 2802 #: admin/modules/core/page.general.php:1 612440 #: admin/modules/core/page.general.php:158 2803 2441 msgid "gsm" 2804 2442 msgstr "gsm" 2805 2443 2806 #: admin/modules/core/page.general.php:1 622444 #: admin/modules/core/page.general.php:159 2807 2445 msgid "g729" 2808 2446 msgstr "g729" 2809 2447 2810 #: admin/modules/core/page.general.php:16 62448 #: admin/modules/core/page.general.php:163 2811 2449 msgid "Recording Location:" 2812 2450 msgstr "Inspelningsplats:" 2813 2451 2814 #: admin/modules/core/page.general.php:167 2815 msgid "" 2816 "Override the default location where asterisk will store call recordings. " 2817 "Include the trailing /. Be sure to set proper permissions on the directory " 2818 "for the asterisk user." 2819 msgstr "" 2820 "à 2821 sidosÀtter standardplatsen dÀr Asterisk lagrar samtalsinspelningar. " 2822 "Inkludera efterföljande /. Kontrollera noga att du har satt korrekta " 2823 "rÀttigheter pÃ¥ katalogen för anvÀndaren asterisk." 2824 2825 #: admin/modules/core/page.general.php:173 2452 #: admin/modules/core/page.general.php:164 2453 msgid "Override the default location where asterisk will store call recordings. Include the trailing /. Be sure to set proper permissions on the directory for the asterisk user." 2454 msgstr "à 2455 sidosÀtter standardplatsen dÀr Asterisk lagrar samtalsinspelningar. Inkludera efterföljande /. Kontrollera noga att du har satt korrekta rÀttigheter pÃ¥ katalogen för anvÀndaren asterisk." 2456 2457 #: admin/modules/core/page.general.php:170 2826 2458 msgid "Run after record:" 2827 2459 msgstr "Kör efter inspelning:" 2828 2460 2829 #: admin/modules/core/page.general.php:174 2830 msgid "" 2831 "An optional script to be run after the call is hungup. You can include " 2832 "channel and MixMon variables like ${CALLFILENAME}, ${MIXMON_FORMAT} and " 2833 "${MIXMON_DIR}. To ensure that you variables are properly escaped, use the " 2834 "following notation: ^{MY_VAR}" 2835 msgstr "" 2836 "Ett valfritt skript som kommer att köras efter samtalet avslutats. Du kan " 2837 "inkludera kanal och MixMon variabler sÃ¥som ${CALLFILENAME}, " 2838 "${MIXMON_FORMAT} och ${MIXMON_DIR}. För att försÀkra dig om att variablerna " 2839 "Àr korrekt omslutna, anvÀnder du följande notation: ^{MY_VAR}" 2840 2841 #: admin/modules/core/page.general.php:181 2461 #: admin/modules/core/page.general.php:171 2462 msgid "An optional script to be run after the call is hungup. You can include channel and MixMon variables like ${CALLFILENAME}, ${MIXMON_FORMAT} and ${MIXMON_DIR}. To ensure that you variables are properly escaped, use the following notation: ^{MY_VAR}" 2463 msgstr "Ett valfritt skript som kommer att köras efter samtalet avslutats. Du kan inkludera kanal och MixMon variabler sÃ¥som ${CALLFILENAME}, ${MIXMON_FORMAT} och ${MIXMON_DIR}. För att försÀkra dig om att variablerna Àr korrekt omslutna, anvÀnder du följande notation: ^{MY_VAR}" 2464 2465 #: admin/modules/core/page.general.php:178 2842 2466 msgid "Voicemail" 2843 2467 msgstr "RöstbrevlÃ¥da" 2844 2468 2845 #: admin/modules/core/page.general.php:18 42469 #: admin/modules/core/page.general.php:181 2846 2470 msgid "Ringtime Default:" 2847 2471 msgstr "Standard ringtid:" 2848 2472 2849 #: admin/modules/core/page.general.php:185 2850 msgid "" 2851 "Default number of seconds to ring phones before sending callers to " 2852 "voicemail. This can be set per extension/user and will have no effect on " 2853 "phones with no voicemail." 2854 msgstr "" 2855 "Ringtiden i sekunder som det ringer pÃ¥ telefonen innan samtalet skickas till " 2856 "röstbrevlÃ¥dan. Detta kan Àven sÀttas pÃ¥ anknytningen/anvÀndaren. Tiden " 2857 "kommer inte att anvÀndas pÃ¥ telefoner utan röstbrevlÃ¥da." 2858 2859 #: admin/modules/core/page.general.php:191 2473 #: admin/modules/core/page.general.php:182 2474 msgid "Default number of seconds to ring phones before sending callers to voicemail. This can be set per extension/user and will have no effect on phones with no voicemail." 2475 msgstr "Ringtiden i sekunder som det ringer pÃ¥ telefonen innan samtalet skickas till röstbrevlÃ¥dan. Detta kan Àven sÀttas pÃ¥ anknytningen/anvÀndaren. Tiden kommer inte att anvÀndas pÃ¥ telefoner utan röstbrevlÃ¥da." 2476 2477 #: admin/modules/core/page.general.php:188 2860 2478 msgid "Direct Dial Voicemail Prefix:" 2861 2479 msgstr "Prefix för direktsamtal till röstbrevlÃ¥da:" 2862 2480 2863 #: admin/modules/core/page.general.php:192 2864 msgid "" 2865 "Prefix used to dial directly to someone's voicemail. Caution should be taken " 2866 "in choosing this prefix to avoid conflicts with featurecodes." 2867 msgstr "" 2868 "Prefix att anvÀnda för att ringa direkt till nÃ¥gons röstbrevlÃ¥da. " 2869 "Kontrollera NOGA att du inte anvÀnder detta prefix i t.ex. funktionskoder." 2870 2871 #: admin/modules/core/page.general.php:198 2481 #: admin/modules/core/page.general.php:189 2482 msgid "Prefix used to dial directly to someone's voicemail. Caution should be taken in choosing this prefix to avoid conflicts with featurecodes." 2483 msgstr "Prefix att anvÀnda för att ringa direkt till nÃ¥gons röstbrevlÃ¥da. Kontrollera NOGA att du inte anvÀnder detta prefix i t.ex. funktionskoder." 2484 2485 #: admin/modules/core/page.general.php:195 2872 2486 msgid "Direct Dial to Voicemail message type:" 2873 2487 msgstr "Direktsamtal till typ av röstbesked:" 2874 2488 2875 #: admin/modules/core/page.general.php:199 2876 msgid "" 2877 "Default message type to use when dialing direct to an extensions voicemail" 2878 msgstr "" 2879 "Standardmeddelande att anvÀnda nÀr nÃ¥gon ringer direkt till en röstbrevlÃ¥da" 2880 2881 #: admin/modules/core/page.general.php:204 2489 #: admin/modules/core/page.general.php:196 2490 msgid "Default message type to use when dialing direct to an extensions voicemail" 2491 msgstr "Standardmeddelande att anvÀnda nÀr nÃ¥gon ringer direkt till en röstbrevlÃ¥da" 2492 2493 #: admin/modules/core/page.general.php:201 2882 2494 msgid "Unavailable" 2883 2495 msgstr "OtillgÀnglig" 2884 2496 2885 #: admin/modules/core/page.general.php:20 62497 #: admin/modules/core/page.general.php:203 2886 2498 msgid "No Message" 2887 2499 msgstr "Inget meddelande" 2888 2500 2889 #: admin/modules/core/page.general.php:2 102501 #: admin/modules/core/page.general.php:207 2890 2502 msgid "Optional Voicemail Recording Gain:" 2891 2503 msgstr "Valfri nivÃ¥ för inspelning till röstbrevlÃ¥da:" 2892 2504 2893 #: admin/modules/core/page.general.php:2 112505 #: admin/modules/core/page.general.php:208 2894 2506 msgid "Use the specified amount of gain when recording the voicemail message." 2895 2507 msgstr "AnvÀnd denna nivÃ¥enhet nÀr du spelar in röstbesked." 2896 2508 2897 #: admin/modules/core/page.general.php:2 122509 #: admin/modules/core/page.general.php:209 2898 2510 msgid "The units are whole-number decibels (dB)." 2899 2511 msgstr "NivÃ¥n anges i decibel (dB) och Àr endast i heltal." 2900 2512 2901 #: admin/modules/core/page.general.php:21 72513 #: admin/modules/core/page.general.php:214 2902 2514 msgid "Do Not Play \"please leave message after tone\" to caller" 2903 2515 msgstr "Spela inte upp \"lÀmna besked efter tonen till uppringaren\"" 2904 2516 2905 #: admin/modules/core/page.general.php:217 2906 msgid "" 2907 "Check this to remove the default message \"Please leave your message after " 2908 "the tone. When done, hang-up, or press the pound key.\" That is played after " 2909 "the voicemail greeting (the s option). This applies globally to all vm boxes." 2910 msgstr "" 2911 "Ange detta om du vill ta bort meddelandet \"LÀmna ett meddelande efter " 2912 "tonen. NÀr du Àr klar, lÀgg pÃ¥ luren eller tryck pÃ¥ fyrkant.\" som spelas " 2913 "efter röstbrevlÃ¥dans hÀlsningsfras (s valet). Denna instÀllning Àr global " 2914 "för alla röstbrevlÃ¥dor." 2915 2916 #: admin/modules/core/page.general.php:223 2517 #: admin/modules/core/page.general.php:214 2518 msgid "Check this to remove the default message \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" That is played after the voicemail greeting (the s option). This applies globally to all vm boxes." 2519 msgstr "Ange detta om du vill ta bort meddelandet \"LÀmna ett meddelande efter tonen. NÀr du Àr klar, lÀgg pÃ¥ luren eller tryck pÃ¥ fyrkant.\" som spelas efter röstbrevlÃ¥dans hÀlsningsfras (s valet). Denna instÀllning Àr global för alla röstbrevlÃ¥dor." 2520 2521 #: admin/modules/core/page.general.php:220 2917 2522 msgid "Voicemail VmX Locator" 2918 2523 msgstr "RöstbrevlÃ¥dans VmX lokator" 2919 2524 2920 #: admin/modules/core/page.general.php:22 72525 #: admin/modules/core/page.general.php:224 2921 2526 msgid "Default Context & Pri:" 2922 2527 msgstr "Standard kontext & pri:" 2923 2528 2924 #: admin/modules/core/page.general.php:22 82529 #: admin/modules/core/page.general.php:225 2925 2530 msgid "Default to use if only a number/extension are provided." 2926 2531 msgstr "Standard att anvÀnda om endast nummer/anknytning anges." 2927 2532 2928 #: admin/modules/core/page.general.php:23 52533 #: admin/modules/core/page.general.php:232 2929 2534 msgid "Timeout/#-press default:" 2930 2535 msgstr "Standard vÀntetid/#-slag:" 2931 2536 2932 #: admin/modules/core/page.general.php:236 2933 msgid "" 2934 "This is the default location that a caller will be sent if they don't press " 2935 "any key (timeout) or press # which is interpreted as a timeout. Set this to " 2936 "'dovm' to go to voicemail (default)." 2937 msgstr "" 2938 "Detta Àr standardplatsen en uppringare kommer att skickas till om de inte " 2939 "trycker nÃ¥gon knapp (tidsutlösning) eller trycker # som kommer att behandlas " 2940 "som en tidsutlösning. SÀtt detta till 'dovm' för att skicka till " 2941 "röstbrevlÃ¥dan (förvalt). " 2942 2943 #: admin/modules/core/page.general.php:244 2537 #: admin/modules/core/page.general.php:233 2538 msgid "This is the default location that a caller will be sent if they don't press any key (timeout) or press # which is interpreted as a timeout. Set this to 'dovm' to go to voicemail (default)." 2539 msgstr "Detta Àr standardplatsen en uppringare kommer att skickas till om de inte trycker nÃ¥gon knapp (tidsutlösning) eller trycker # som kommer att behandlas som en tidsutlösning. SÀtt detta till 'dovm' för att skicka till röstbrevlÃ¥dan (förvalt). " 2540 2541 #: admin/modules/core/page.general.php:241 2944 2542 msgid "Loop Exceed default:" 2945 2543 msgstr "Slingan överskrider standard" 2946 2544 2947 #: admin/modules/core/page.general.php:245 2948 msgid "" 2949 "This is the default location that a caller will be sent if they press an " 2950 "invalid options too man times, as defined by the Maximum Loops count. Set " 2951 "this to 'dovm' to go to voicemail (default)." 2952 msgstr "" 2953 "Detta Àr standardplatsen en uppringare skickas till om dom trycker ett " 2954 "ogiltigt val för mÃ¥nga gÃ¥nger, definierat i Maximalt antal slingor. SÀtt " 2955 "detta till 'dovm' för att skicka till röstbrevlÃ¥dan (förvalt)." 2956 2957 #: admin/modules/core/page.general.php:253 2545 #: admin/modules/core/page.general.php:242 2546 msgid "This is the default location that a caller will be sent if they press an invalid options too man times, as defined by the Maximum Loops count. Set this to 'dovm' to go to voicemail (default)." 2547 msgstr "Detta Àr standardplatsen en uppringare skickas till om dom trycker ett ogiltigt val för mÃ¥nga gÃ¥nger, definierat i Maximalt antal slingor. SÀtt detta till 'dovm' för att skicka till röstbrevlÃ¥dan (förvalt)." 2548 2549 #: admin/modules/core/page.general.php:250 2958 2550 msgid "Timeout VM Msg:" 2959 2551 msgstr "VÀntetid röstbrevlÃ¥da:" 2960 2552 2961 #: admin/modules/core/page.general.php:254 2962 #: admin/modules/core/page.general.php:266 2963 msgid "" 2964 "If this destination is voicemail, select whether or not to play the standard " 2965 "voicemail instructions or just beep." 2966 msgstr "" 2967 "Om denna destination ör en röstbrevlÃ¥da, vÀlj om du ska spela upp standard " 2968 "röstbrevlÃ¥deinstruktioner eller bara ett pip." 2969 2970 #: admin/modules/core/page.general.php:258 2971 #: admin/modules/core/page.general.php:270 2972 #: admin/modules/core/page.general.php:282 2553 #: admin/modules/core/page.general.php:251 2554 #: admin/modules/core/page.general.php:263 2555 msgid "If this destination is voicemail, select whether or not to play the standard voicemail instructions or just beep." 2556 msgstr "Om denna destination ör en röstbrevlÃ¥da, vÀlj om du ska spela upp standard röstbrevlÃ¥deinstruktioner eller bara ett pip." 2557 2558 #: admin/modules/core/page.general.php:255 2559 #: admin/modules/core/page.general.php:267 2560 #: admin/modules/core/page.general.php:279 2973 2561 msgid "Std Instructions" 2974 2562 msgstr "Standard instruktioner" 2975 2563 2976 #: admin/modules/core/page.general.php:25 92977 #: admin/modules/core/page.general.php:2 712978 #: admin/modules/core/page.general.php:28 32564 #: admin/modules/core/page.general.php:256 2565 #: admin/modules/core/page.general.php:268 2566 #: admin/modules/core/page.general.php:280 2979 2567 msgid "Beep Only" 2980 2568 msgstr "Endast pip" 2981 2569 2982 #: admin/modules/core/page.general.php:26 52570 #: admin/modules/core/page.general.php:262 2983 2571 msgid "Max Loop VM Msg:" 2984 2572 msgstr "Max slinga för röstbrevlÃ¥da" 2985 2573 2986 #: admin/modules/core/page.general.php:27 72574 #: admin/modules/core/page.general.php:274 2987 2575 msgid "Direct VM Option" 2988 2576 msgstr "Val för direkt röstbrevlÃ¥da" 2989 2577 2990 #: admin/modules/core/page.general.php:278 2991 msgid "" 2992 "If a user defined option is to go to voicemail (using the 'dovm' extension) " 2993 "this is the default option if not specified by the user's settings." 2994 msgstr "" 2995 "Om anvÀndarvalet Àr satt till att gÃ¥ till röstbrevlÃ¥dan (med anknytningen " 2996 "'dovm') Àr detta standardvalet om detta inte Àr specificerat." 2997 2998 #: admin/modules/core/page.general.php:289 2578 #: admin/modules/core/page.general.php:275 2579 msgid "If a user defined option is to go to voicemail (using the 'dovm' extension) this is the default option if not specified by the user's settings." 2580 msgstr "Om anvÀndarvalet Àr satt till att gÃ¥ till röstbrevlÃ¥dan (med anknytningen 'dovm') Àr detta standardvalet om detta inte Àr specificerat." 2581 2582 #: admin/modules/core/page.general.php:286 2999 2583 msgid "Msg Timeout:" 3000 2584 msgstr "VÀntetid för meddelande" 3001 2585 3002 #: admin/modules/core/page.general.php:290 3003 msgid "" 3004 "Time to wait after message has played to timeout and/or repeat the message " 3005 "if no entry pressed." 3006 msgstr "" 3007 "Tid att vÀnta efter ett meddelande har spelats upp för tidsutlösning och/" 3008 "eller repetition av meddelande om ingen knapp har tryckts" 3009 3010 #: admin/modules/core/page.general.php:302 2586 #: admin/modules/core/page.general.php:287 2587 msgid "Time to wait after message has played to timeout and/or repeat the message if no entry pressed." 2588 msgstr "Tid att vÀnta efter ett meddelande har spelats upp för tidsutlösning och/eller repetition av meddelande om ingen knapp har tryckts" 2589 2590 #: admin/modules/core/page.general.php:299 3011 2591 msgid "seconds" 3012 2592 msgstr "sekunder" 3013 2593 3014 #: admin/modules/core/page.general.php:30 72594 #: admin/modules/core/page.general.php:304 3015 2595 msgid "Msg Play:" 3016 2596 msgstr "Spela meddelande:" 3017 2597 3018 #: admin/modules/core/page.general.php:308 3019 msgid "" 3020 "Number of times to play the recorded message if the caller does not press " 3021 "any options and it times out." 3022 msgstr "" 3023 "Antal gÃ¥nger att spela upp meddelandet om uppringaren inte har tryckt nÃ¥gon " 3024 "knapp och tiden har löpt ut." 3025 3026 #: admin/modules/core/page.general.php:320 3027 #: admin/modules/core/page.general.php:338 2598 #: admin/modules/core/page.general.php:305 2599 msgid "Number of times to play the recorded message if the caller does not press any options and it times out." 2600 msgstr "Antal gÃ¥nger att spela upp meddelandet om uppringaren inte har tryckt nÃ¥gon knapp och tiden har löpt ut." 2601 2602 #: admin/modules/core/page.general.php:317 2603 #: admin/modules/core/page.general.php:335 3028 2604 msgid "times" 3029 2605 msgstr "gÃ¥nger" 3030 2606 3031 #: admin/modules/core/page.general.php:32 52607 #: admin/modules/core/page.general.php:322 3032 2608 msgid "Error Re-tries:" 3033 2609 msgstr "à 3034 2610 terförsök vid fel:" 3035 2611 3036 #: admin/modules/core/page.general.php:326 3037 msgid "" 3038 "Number of times to play invalid options and repeat the message upon " 3039 "receiving an undefined option." 3040 msgstr "" 3041 "Antal gÃ¥nger att repetera beskedet om vilka val som kan anges nÀr ett " 3042 "ogiltigt val anges." 3043 3044 #: admin/modules/core/page.general.php:343 2612 #: admin/modules/core/page.general.php:323 2613 msgid "Number of times to play invalid options and repeat the message upon receiving an undefined option." 2614 msgstr "Antal gÃ¥nger att repetera beskedet om vilka val som kan anges nÀr ett ogiltigt val anges." 2615 2616 #: admin/modules/core/page.general.php:340 3045 2617 msgid "Company Directory" 3046 2618 msgstr "Företagskatalog" 3047 2619 3048 #: admin/modules/core/page.general.php:34 62620 #: admin/modules/core/page.general.php:343 3049 2621 msgid "Find users in the Company Directory by:" 3050 2622 msgstr "Hitta anvÀndaren i företagskatalogen genom:" 3051 2623 2624 #: admin/modules/core/page.general.php:343 2625 msgid "The Company Directory allows a caller to spell the user's first name, last name, or both when searching for a user. This will select which of these modes are used." 2626 msgstr "Företagskatalogen ger möjlighet för en uppringare att 'skriva in' ett förnam, efternamn eller bÃ¥de och nÀr sökning sker efter en anvÀndare. Detta kommer att vÀlja vilket av dessa lÀgen som kommer att anvÀndas." 2627 3052 2628 #: admin/modules/core/page.general.php:346 3053 msgid ""3054 "The Company Directory allows a caller to spell the user's first name, last "3055 "name, or both when searching for a user. This will select which of these "3056 "modes are used."3057 msgstr ""3058 "Företagskatalogen ger möjlighet för en uppringare att 'skriva in' ett "3059 "förnam, efternamn eller bÃ¥de och nÀr sökning sker efter en anvÀndare. Detta "3060 "kommer att vÀlja vilket av dessa lÀgen som kommer att anvÀndas."3061 3062 #: admin/modules/core/page.general.php:3493063 2629 msgid "first name" 3064 2630 msgstr "förnamn" 3065 2631 3066 #: admin/modules/core/page.general.php:3 502632 #: admin/modules/core/page.general.php:347 3067 2633 msgid "last name" 3068 2634 msgstr "efternamn" 3069 2635 3070 #: admin/modules/core/page.general.php:3 512636 #: admin/modules/core/page.general.php:348 3071 2637 msgid "first or last name" 3072 2638 msgstr "för eller efternamn" 3073 2639 3074 #: admin/modules/core/page.general.php:35 52640 #: admin/modules/core/page.general.php:352 3075 2641 msgid "Announce Extension:" 3076 2642 msgstr "Annonsera anknytning" 3077 2643 3078 #: admin/modules/core/page.general.php:355 3079 msgid "" 3080 "Plays a message \"Please hold while I transfer you to extension xxx\" that " 3081 "lets the caller know what extension to use in the future when connecting " 3082 "from the company directory." 3083 msgstr "" 3084 "Spelar upp ett meddelande \"Stanna kvar under tiden jag kopplar dig till " 3085 "anknytning xxx\" sÃ¥ att uppringaren fÃ¥r veta vilken anknytning det Àr " 3086 "samtalet kopplas till." 3087 3088 #: admin/modules/core/page.general.php:360 2644 #: admin/modules/core/page.general.php:352 2645 msgid "Plays a message \"Please hold while I transfer you to extension xxx\" that lets the caller know what extension to use in the future when connecting from the company directory." 2646 msgstr "Spelar upp ett meddelande \"Stanna kvar under tiden jag kopplar dig till anknytning xxx\" sÃ¥ att uppringaren fÃ¥r veta vilken anknytning det Àr samtalet kopplas till." 2647 2648 #: admin/modules/core/page.general.php:357 3089 2649 msgid "Operator Extension:" 3090 2650 msgstr "Operatörsanknytning" 3091 2651 3092 #: admin/modules/core/page.general.php:361 3093 msgid "" 3094 "When users hit '0' in the directory, they are put through to this number. " 3095 "Note that it" 3096 msgstr "" 3097 "NÀr uppringaren trycker '0' i katalogen, kopplas dom till detta nummer. " 3098 "Notera att detta nummer " 3099 3100 #: admin/modules/core/page.general.php:362 3101 msgid "" 3102 " does NOT need to be an extension, it can be a Ring Group, or even an " 3103 "external number." 3104 msgstr "" 3105 "INTE behöver vara en anknytning, det kan vara en Ringgrupp, eller ett " 3106 "externt nummer." 3107 3108 #: admin/modules/core/page.general.php:368 3109 msgid "Fax Machine" 3110 msgstr "Fax" 3111 3112 #: admin/modules/core/page.general.php:371 3113 msgid "Extension of fax machine for receiving faxes:" 3114 msgstr "Anknytningen för faxen:" 3115 3116 #: admin/modules/core/page.general.php:371 3117 msgid "" 3118 "Select 'system' to have the system receive and email faxes.<br>Selecting " 3119 "'disabled' will result in incoming calls being answered more quickly." 3120 msgstr "" 3121 "VÀlj 'system' för att lÃ¥ta systemet ta emot och e-posta fax-<br>VÀlj " 3122 "'avaktiverad' för hoppa över detta i nummerplanen, samtalen kommer att " 3123 "besvaras snabbare.'" 3124 3125 #: admin/modules/core/page.general.php:389 3126 msgid "Email address to have faxes emailed to:" 3127 msgstr "E-postadress som faxmottagningen ska e-postas till:" 3128 3129 #: admin/modules/core/page.general.php:389 3130 msgid "" 3131 "Email address used if 'system' has been chosen for the fax extension above." 3132 msgstr "" 3133 "E-postadress som anvÀnds om 'system' har valts för faxanknytningen ovan." 3134 3135 #: admin/modules/core/page.general.php:394 3136 msgid "Email address that faxes appear to come from:" 3137 msgstr "E-postadress att anvÀnda som avsÀndare för mottagna fax:" 3138 3139 #: admin/modules/core/page.general.php:394 3140 msgid "" 3141 "Email address that faxes appear to come from if 'system' has been chosen for " 3142 "the fax extension above." 3143 msgstr "" 3144 "E-postadress som anvÀnds som avsÀndande e-post om 'system' har angetts som " 3145 "faxanknytning ovan." 3146 3147 #: admin/modules/core/page.general.php:399 2652 #: admin/modules/core/page.general.php:358 2653 msgid "When users hit '0' in the directory, they are put through to this number. Note that it" 2654 msgstr "NÀr uppringaren trycker '0' i katalogen, kopplas dom till detta nummer. Notera att detta nummer " 2655 2656 #: admin/modules/core/page.general.php:359 2657 msgid " does NOT need to be an extension, it can be a Ring Group, or even an external number." 2658 msgstr "INTE behöver vara en anknytning, det kan vara en Ringgrupp, eller ett externt nummer." 2659 2660 #: admin/modules/core/page.general.php:365 3148 2661 msgid "International Settings" 3149 2662 msgstr "Internationella instÀllningar" 3150 2663 3151 #: admin/modules/core/page.general.php: 4022664 #: admin/modules/core/page.general.php:368 3152 2665 msgid "Country Indications" 3153 2666 msgstr "Land" 3154 2667 3155 #: admin/modules/core/page.general.php: 4022668 #: admin/modules/core/page.general.php:368 3156 2669 msgid "Select which country you are in" 3157 2670 msgstr "VÀlj vilket land du befinner dig i" 3158 2671 3159 #: admin/modules/core/page.general.php: 4112672 #: admin/modules/core/page.general.php:377 3160 2673 msgid "24-hour format" 3161 2674 msgstr "24-timmarsformat" 3162 2675 3163 #: admin/modules/core/page.general.php:411 3164 msgid "" 3165 "Select Yes if you use 24-hour format or No if you are using 12-hour am/pm " 3166 "format" 3167 msgstr "" 3168 "Ja om du anvÀnder 24-timmarsformat eller Nej om du anvÀnder 12-timmar am/pm " 3169 "formatet." 3170 3171 #: admin/modules/core/page.general.php:414 3172 #: admin/modules/core/page.general.php:429 2676 #: admin/modules/core/page.general.php:377 2677 msgid "Select Yes if you use 24-hour format or No if you are using 12-hour am/pm format" 2678 msgstr "Ja om du anvÀnder 24-timmarsformat eller Nej om du anvÀnder 12-timmar am/pm formatet." 2679 2680 #: admin/modules/core/page.general.php:380 2681 #: admin/modules/core/page.general.php:395 3173 2682 msgid "no" 3174 2683 msgstr "nej" 3175 2684 3176 #: admin/modules/core/page.general.php: 4153177 #: admin/modules/core/page.general.php: 4302685 #: admin/modules/core/page.general.php:381 2686 #: admin/modules/core/page.general.php:396 3178 2687 msgid "yes" 3179 2688 msgstr "ja" 3180 2689 3181 #: admin/modules/core/page.general.php: 4192690 #: admin/modules/core/page.general.php:385 3182 2691 msgid "Security Settings" 3183 2692 msgstr "SÀkerhetsinstÀllningar" 3184 2693 3185 #: admin/modules/core/page.general.php: 4222694 #: admin/modules/core/page.general.php:388 3186 2695 msgid "Allow Anonymous Inbound SIP Calls?" 3187 2696 msgstr "TillÃ¥t anonyma inkommande SIP-samtal?" 3188 2697 3189 #: admin/modules/core/page.general.php: 4232698 #: admin/modules/core/page.general.php:389 3190 2699 msgid "** WARNING **" 3191 2700 msgstr "** VARNING **" 3192 2701 3193 #: admin/modules/core/page.general.php:424 3194 msgid "" 3195 "Setting this to 'yes' will potentially allow ANYBODY to call into your " 3196 "Asterisk server using the SIP protocol" 3197 msgstr "" 3198 "SÀtter du detta till 'ja' tillÃ¥ter du VEM SOM HELST att ringa till din " 3199 "Asterisk server genom SIP protokollet." 3200 3201 #: admin/modules/core/page.general.php:425 3202 msgid "" 3203 "It should only be used if you fully understand the impact of allowing " 3204 "anonymous calls into your server" 3205 msgstr "" 3206 "Denna instÀllning ska endast anvÀndas om du Àr införstÃ¥dd med vilka " 3207 "konsekvenser det fÃ¥s med anonyma inkommande samtal. SÀtt detta till 'ja' om " 3208 "du anvÀnder Tele2 som operatör." 3209 3210 #: admin/modules/core/page.general.php:435 2702 #: admin/modules/core/page.general.php:390 2703 msgid "Setting this to 'yes' will potentially allow ANYBODY to call into your Asterisk server using the SIP protocol" 2704 msgstr "SÀtter du detta till 'ja' tillÃ¥ter du VEM SOM HELST att ringa till din Asterisk server genom SIP protokollet." 2705 2706 #: admin/modules/core/page.general.php:391 2707 msgid "It should only be used if you fully understand the impact of allowing anonymous calls into your server" 2708 msgstr "Denna instÀllning ska endast anvÀndas om du Àr införstÃ¥dd med vilka konsekvenser det fÃ¥s med anonyma inkommande samtal. SÀtt detta till 'ja' om du anvÀnder Tele2 som operatör." 2709 2710 #: admin/modules/core/page.general.php:401 3211 2711 msgid "Online Updates" 3212 2712 msgstr "On-line uppgraderingar" 3213 2713 3214 #: admin/modules/core/page.general.php:4 392714 #: admin/modules/core/page.general.php:405 3215 2715 msgid "Check for Updates" 3216 2716 msgstr "Kontrollera om det finns uppdateringar" 3217 2717 3218 #: admin/modules/core/page.general.php:440 3219 msgid "" 3220 "Choosing Yes will result in the system automatically checking for updates " 3221 "nighly. The resulting infomation will be displayed in the dashboard and will " 3222 "be optionally emailed to the address below if provided.<br />This will " 3223 "transmit your FreePBX and Asterisk version numbers along with a unique but " 3224 "random identifier. This is used to provide proper update information and to " 3225 "track version usage to focus development and maintenance efforts. No private " 3226 "information is transmitted." 3227 msgstr "" 3228 "Om du vÀljer Ja kommer systemet automatiskt att kontrollera om det finns " 3229 "uppdateringar varje natt. Resultatet av denna kontroll kommer att visas pÃ¥ " 3230 "instrumentpanelen och kommer automatiskt att e-postas till den adress nedan " 3231 "om den anges.<br>Denna kontroll kommer att skicka dina versioner av FreePBX " 3232 "och Asterisk tillsammans med en slumpmÀssig unik identifierare. Detta kommer " 3233 "att anvÀndas för att kunna ge dig korrekt uppdateringsinformation och för " 3234 "att spÃ¥ra vilka versioner som anvÀnds, detta för att kunna fokusera pÃ¥ " 3235 "utveckling och underhÃ¥ll. Ingen privat information skickas!" 3236 3237 #: admin/modules/core/page.general.php:451 2718 #: admin/modules/core/page.general.php:406 2719 msgid "Choosing Yes will result in the system automatically checking for updates nightly. The resulting information will be displayed in the dashboard and will be optionally emailed to the address below if provided.<br />This will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and to track version usage to focus development and maintenance efforts. No private information is transmitted." 2720 msgstr "Om du vÀljer Ja kommer systemet automatiskt att kontrollera om det finns uppdateringar varje natt. Resultatet av denna kontroll kommer att visas pÃ¥ instrumentpanelen och kommer automatiskt att e-postas till den adress nedan om den anges.<br>Denna kontroll kommer att skicka dina versioner av FreePBX och Asterisk tillsammans med en slumpmÀssig unik identifierare. Detta kommer att anvÀndas för att kunna ge dig korrekt uppdateringsinformation och för att spÃ¥ra vilka versioner som anvÀnds, detta för att kunna fokusera pÃ¥ utveckling och underhÃ¥ll. Ingen privat information skickas!" 2721 2722 #: admin/modules/core/page.general.php:417 3238 2723 msgid "Update Email" 3239 2724 msgstr "E-postadress för uppgradering" 3240 2725 3241 #: admin/modules/core/page.general.php:452 3242 msgid "" 3243 "Email address where online updates will be sent. Leaving blank will result " 3244 "in no updates being sent." 3245 msgstr "" 3246 "Denna e-postadress kommer att fÃ¥ meddelande om det finns uppdateringar till " 3247 "FreePBX. LÀmnas detta fÀlt tomt kommer du inte att fÃ¥ besked om " 3248 "uppdateringar." 3249 3250 #: admin/modules/core/page.general.php:482 2726 #: admin/modules/core/page.general.php:418 2727 msgid "Email address where online updates will be sent. Leaving blank will result in no updates being sent." 2728 msgstr "Denna e-postadress kommer att fÃ¥ meddelande om det finns uppdateringar till FreePBX. LÀmnas detta fÀlt tomt kommer du inte att fÃ¥ besked om uppdateringar." 2729 2730 #: admin/modules/core/page.general.php:448 3251 2731 msgid "Please enter a valid Number of Seconds" 3252 2732 msgstr "Ange ett giltigt antal sekunder" 3253 2733 3254 #: admin/modules/core/page.general.php:4 832734 #: admin/modules/core/page.general.php:449 3255 2735 msgid "Please enter a valid Fax Email" 3256 2736 msgstr "Ange en giltig e-postadress för fax" 3257 2737 3258 #: admin/modules/core/page.general.php:484 3259 msgid "" 3260 "You have selected the 'r' option for your trunks. This is highly discouraged " 3261 "and will create problems with calls on many PRI, VoIP, ISDN and other trunks " 3262 "that are capable of signaling. Asterisk will generate a ringing tone until " 3263 "the signalling indicates the line is answered. This will result in some " 3264 "external IVRs being inaccessible and other strange problems." 3265 msgstr "" 3266 "Du har angivet valet 'r' för din trunk. Detta Àr mycket olÀmpligt och kommer " 3267 "att skapa problem med samtal via PRI, VoIP, ISDN och andra trunkar som " 3268 "hanterar signalering. Asterisk kommer att generera en ringsignal tills " 3269 "signaleringen indikerar att linjen besvarats. Detta kommer att resultera i " 3270 "att Ã¥tkomst till vissa externa IVR'er kommer att vara otillgÀngliga, och " 3271 "troligtvis mÃ¥nga andra problem." 3272 3273 #: admin/modules/core/page.routing.php:126 2738 #: admin/modules/core/page.general.php:450 2739 msgid "You have selected the 'r' option for your trunks. This is highly discouraged and will create problems with calls on many PRI, VoIP, ISDN and other trunks that are capable of signaling. Asterisk will generate a ringing tone until the signaling indicates the line is answered. This will result in some external IVRs being inaccessible and other strange problems." 2740 msgstr "Du har angivet valet 'r' för din trunk. Detta Àr mycket olÀmpligt och kommer att skapa problem med samtal via PRI, VoIP, ISDN och andra trunkar som hanterar signalering. Asterisk kommer att generera en ringsignal tills signaleringen indikerar att linjen besvarats. Detta kommer att resultera i att Ã¥tkomst till vissa externa IVR'er kommer att vara otillgÀngliga, och troligtvis mÃ¥nga andra problem." 2741 2742 #: admin/modules/core/page.routing.php:128 3274 2743 msgid "Error renaming route: duplicate name" 3275 2744 msgstr "Fel vid omdöpning av vÀg: namnet finns redan" 3276 2745 3277 #: admin/modules/core/page.routing.php:17 22746 #: admin/modules/core/page.routing.php:174 3278 2747 #: admin/modules/core/page.trunks.php:144 3279 2748 msgid "Error fetching prefix list for: " 3280 2749 msgstr "Fel vid hÀmtning av prefixlistan för: " 3281 2750 3282 #: admin/modules/core/page.routing.php:17 72751 #: admin/modules/core/page.routing.php:179 3283 2752 #: admin/modules/core/page.trunks.php:149 3284 2753 msgid "Invalid format for NPA-NXX code (must be format: NXXNXX)" 3285 2754 msgstr "Ogiltigt format för NPA-NXX-koden (det mÃ¥ste vara NXXNXX)" 3286 2755 3287 #: admin/modules/core/page.routing.php:2 083288 #: admin/modules/core/page.routing.php:2 732756 #: admin/modules/core/page.routing.php:210 2757 #: admin/modules/core/page.routing.php:287 3289 2758 msgid "Add Route" 3290 2759 msgstr "LÀgg till vÀg" 3291 2760 3292 #: admin/modules/core/page.routing.php:22 33293 #: admin/modules/core/page.routing.php:5 362761 #: admin/modules/core/page.routing.php:225 2762 #: admin/modules/core/page.routing.php:560 3294 2763 msgid "Move Up" 3295 2764 msgstr "Flytta upp" 3296 2765 3297 #: admin/modules/core/page.routing.php:23 03298 #: admin/modules/core/page.routing.php:5 442766 #: admin/modules/core/page.routing.php:232 2767 #: admin/modules/core/page.routing.php:568 3299 2768 msgid "Move Down" 3300 2769 msgstr "Flytta ner" 3301 2770 3302 #: admin/modules/core/page.routing.php:2 712771 #: admin/modules/core/page.routing.php:285 3303 2772 msgid "Edit Route" 3304 2773 msgstr "Redigera vÀg" 3305 2774 3306 #: admin/modules/core/page.routing.php: 2982775 #: admin/modules/core/page.routing.php:312 3307 2776 msgid "Route Name" 3308 2777 msgstr "VÀgnamn" 3309 2778 3310 #: admin/modules/core/page.routing.php:298 3311 msgid "" 3312 "Name of this route. Should be used to describe what type of calls this route " 3313 "matches (for example, 'local' or 'longdistance')." 3314 msgstr "" 3315 "Namn pÃ¥ denna vÀg. Detta anvÀnds för att beskriva vilken typ av samtal som " 3316 "denna vÀg matchar (t.ex. 'lokalsamtal' eller 'rikssamtal')." 3317 3318 #: admin/modules/core/page.routing.php:304 2779 #: admin/modules/core/page.routing.php:312 2780 msgid "Name of this route. Should be used to describe what type of calls this route matches (for example, 'local' or 'longdistance')." 2781 msgstr "Namn pÃ¥ denna vÀg. Detta anvÀnds för att beskriva vilken typ av samtal som denna vÀg matchar (t.ex. 'lokalsamtal' eller 'rikssamtal')." 2782 2783 #: admin/modules/core/page.routing.php:318 3319 2784 msgid "Rename" 3320 2785 msgstr "Döp om" 3321 2786 3322 #: admin/modules/core/page.routing.php:3 092787 #: admin/modules/core/page.routing.php:323 3323 2788 msgid "Rename route" 3324 2789 msgstr "Döp om vÀg" 3325 2790 3326 #: admin/modules/core/page.routing.php:3 092791 #: admin/modules/core/page.routing.php:323 3327 2792 msgid "to:" 3328 2793 msgstr "till:" 3329 2794 3330 #: admin/modules/core/page.routing.php:3 112795 #: admin/modules/core/page.routing.php:325 3331 2796 msgid "Route name is invalid...please try again" 3332 2797 msgstr "VÀgnamn Àr ogiltigt....försök igen" 3333 2798 3334 #: admin/modules/core/page.routing.php:326 2799 #: admin/modules/core/page.routing.php:341 2800 msgid "Route CID" 2801 msgstr "Nummerpresentation för vÀg" 2802 2803 #: admin/modules/core/page.routing.php:341 2804 msgid "Optional Route CID to be used for this route. If set, this will override all CIDS specified except:<ul><li>extension/device EMERGENCY CIDs if this route is checked as an EMERGENCY Route</li><li>trunk CID if trunk is set to force it's CID</li><li>Forwarded call CIDs (CF, Follow Me, Ring Groups, etc)</li><li>Extension/User CIDs if checked</li></ul>" 2805 msgstr "Valfri nummerpresentation för denna vÀg. Om denna Àr satt kommer den att all annan nummerpresentation skrivas over förutom:<ul><li>Nödnummerpresentation satt pÃ¥ anknytning/enhet om denna vÀg Àr satt som NödvÀg</li><li>Nummerpresentation för trunk om tvingad nummerpresentation finns för trunken</li><li>Vidarebefordrade samtal (CF, Följ-mig, ringgrupp etc)</li><li>Nummerpresentation för anknytning/enhet om denna Àr satt</li></ul>" 2806 2807 #: admin/modules/core/page.routing.php:344 2808 msgid "Override Extension CID" 2809 msgstr "Skriv över anknytningens nummerpresentation" 2810 2811 #: admin/modules/core/page.routing.php:349 3335 2812 msgid "Route Password" 3336 2813 msgstr "Lösenord för vÀg" 3337 2814 3338 #: admin/modules/core/page.routing.php:326 3339 msgid "" 3340 "Optional: A route can prompt users for a password before allowing calls to " 3341 "progress. This is useful for restricting calls to international " 3342 "destinations or 1-900 numbers.<br><br>A numerical password, or the path to " 3343 "an Authenticate password file can be used.<br><br>Leave this field blank to " 3344 "not prompt for password.</span>" 3345 msgstr "" 3346 "Valfritt: En vÀg kan frÃ¥ga efter ett lösenord innan samtalet skickas genom. " 3347 "Detta kan anvÀndas för att för att begrÀnsa utlandssamtal eller betalnummer." 3348 "<br><br>Ett numeriskt lösenord. eller en sökvÀg till en fil med lösenord kan " 3349 "anvÀndas.<br><br>LÀmna detta fÀlt tomt för att inte fÃ¥ frÃ¥ga om lösenord.</" 3350 "span>" 3351 3352 #: admin/modules/core/page.routing.php:335 2815 #: admin/modules/core/page.routing.php:349 2816 msgid "Optional: A route can prompt users for a password before allowing calls to progress. This is useful for restricting calls to international destinations or 1-900 numbers.<br><br>A numerical password, or the path to an Authenticate password file can be used.<br><br>Leave this field blank to not prompt for password.</span>" 2817 msgstr "Valfritt: En vÀg kan frÃ¥ga efter ett lösenord innan samtalet skickas genom. Detta kan anvÀndas för att för att begrÀnsa utlandssamtal eller betalnummer.<br><br>Ett numeriskt lösenord. eller en sökvÀg till en fil med lösenord kan anvÀndas.<br><br>LÀmna detta fÀlt tomt för att inte fÃ¥ frÃ¥ga om lösenord.</span>" 2818 2819 #: admin/modules/core/page.routing.php:358 3353 2820 msgid "Emergency Dialing" 3354 2821 msgstr "Nödsamtal" 3355 2822 3356 #: admin/modules/core/page.routing.php:335 3357 msgid "" 3358 "Optional: Selecting this option will enforce the use of a device's Emergency " 3359 "CID setting (if set). Select this option if this set of routes is used for " 3360 "emergency dialing (ie: 911).</span>" 3361 msgstr "" 3362 "Valfritt: VÀljs detta kommer nummerpresentationen för nödsamtal att sÀttas " 3363 "till det som Àr angivet pÃ¥ en enhet eller anknytning. VÀlj detta om denna " 3364 "vÀg anvÀnds för nödsamtal, t.ex. 112</span>" 3365 3366 #: admin/modules/core/page.routing.php:339 2823 #: admin/modules/core/page.routing.php:358 2824 msgid "Optional: Selecting this option will enforce the use of a device's Emergency CID setting (if set). Select this option if this set of routes is used for emergency dialing (ie: 911).</span>" 2825 msgstr "Valfritt: VÀljs detta kommer nummerpresentationen för nödsamtal att sÀttas till det som Àr angivet pÃ¥ en enhet eller anknytning. VÀlj detta om denna vÀg anvÀnds för nödsamtal, t.ex. 112</span>" 2826 2827 #: admin/modules/core/page.routing.php:362 3367 2828 msgid "Intra Company Route" 3368 2829 msgstr "VÀg för intern-företag" 3369 2830 3370 #: admin/modules/core/page.routing.php:339 3371 msgid "" 3372 "Optional: Selecting this option will treat this route as a intra-company " 3373 "connection, preserving the internal Caller ID information and not use the " 3374 "outbound CID of either the extension or trunk.</span>" 3375 msgstr "" 3376 "Valfritt: VÀlj detta om du vill anvÀnda denna vÀg som en intern-företagsvÀg, " 3377 "detta bevarar den interna nummerpresentationen och anvÀnder varken utgÃ¥ende " 3378 "nummerpresentation pÃ¥ varken anknytning eller trunk oavsett om detta Àr satt " 3379 "eller inte." 3380 3381 #: admin/modules/core/page.routing.php:344 2831 #: admin/modules/core/page.routing.php:362 2832 msgid "Optional: Selecting this option will treat this route as a intra-company connection, preserving the internal Caller ID information and not use the outbound CID of either the extension or trunk.</span>" 2833 msgstr "Valfritt: VÀlj detta om du vill anvÀnda denna vÀg som en intern-företagsvÀg, detta bevarar den interna nummerpresentationen och anvÀnder varken utgÃ¥ende nummerpresentation pÃ¥ varken anknytning eller trunk oavsett om detta Àr satt eller inte." 2834 2835 #: admin/modules/core/page.routing.php:367 3382 2836 msgid "Music On Hold?" 3383 2837 msgstr "Pausmusik?" 3384 2838 3385 #: admin/modules/core/page.routing.php:344 3386 msgid "" 3387 "You can choose which music category to use. For example, choose a type " 3388 "appropriate for a destination country which may have announcements in the " 3389 "appropriate language." 3390 msgstr "" 3391 "Du kan vÀlja vilken musikkategori som ska anvÀndas för denna vÀg. Kan " 3392 "anvÀndas för internationella samtal dÃ¥ engelsk musik kan vara lÀmplig." 3393 3394 #: admin/modules/core/page.routing.php:362 2839 #: admin/modules/core/page.routing.php:367 2840 msgid "You can choose which music category to use. For example, choose a type appropriate for a destination country which may have announcements in the appropriate language." 2841 msgstr "Du kan vÀlja vilken musikkategori som ska anvÀndas för denna vÀg. Kan anvÀndas för internationella samtal dÃ¥ engelsk musik kan vara lÀmplig." 2842 2843 #: admin/modules/core/page.routing.php:385 3395 2844 msgid "Dial Patterns" 3396 2845 msgstr "Nummerslagningsmönster" 3397 2846 3398 #: admin/modules/core/page.routing.php:362 3399 msgid "" 3400 "A Dial Pattern is a unique set of digits that will select this trunk. Enter " 3401 "one dial pattern per line." 3402 msgstr "" 3403 "Ett nummermönster Àr ett antal siffror som matchar om denna trunk ska " 3404 "anvÀndas. Ett mönster per rad." 3405 3406 #: admin/modules/core/page.routing.php:362 3407 #: admin/modules/core/page.trunks.php:412 2847 #: admin/modules/core/page.routing.php:385 2848 msgid "A Dial Pattern is a unique set of digits that will select this trunk. Enter one dial pattern per line." 2849 msgstr "Ett nummermönster Àr ett antal siffror som matchar om denna trunk ska anvÀndas. Ett mönster per rad." 2850 2851 #: admin/modules/core/page.routing.php:385 2852 #: admin/modules/core/page.trunks.php:432 3408 2853 msgid "Rules:" 3409 2854 msgstr "Regler:" 3410 2855 3411 #: admin/modules/core/page.routing.php:3 633412 #: admin/modules/core/page.trunks.php:4 132856 #: admin/modules/core/page.routing.php:386 2857 #: admin/modules/core/page.trunks.php:433 3413 2858 msgid "matches any digit from 0-9" 3414 2859 msgstr "matchar vilken siffra som helt frÃ¥n 0-9" 3415 2860 3416 #: admin/modules/core/page.routing.php:3 643417 #: admin/modules/core/page.trunks.php:4 142861 #: admin/modules/core/page.routing.php:387 2862 #: admin/modules/core/page.trunks.php:434 3418 2863 msgid "matches any digit from 1-9" 3419 2864 msgstr "matchar vilken siffra som helt frÃ¥n 1-9" 3420 2865 3421 #: admin/modules/core/page.routing.php:3 653422 #: admin/modules/core/page.trunks.php:4 152866 #: admin/modules/core/page.routing.php:388 2867 #: admin/modules/core/page.trunks.php:435 3423 2868 msgid "matches any digit from 2-9" 3424 2869 msgstr "matchar vilken siffra som helt frÃ¥n 2-9" 3425 2870 3426 #: admin/modules/core/page.routing.php:366 3427 #: admin/modules/core/page.trunks.php:416 3428 msgid "" 3429 "matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 3430 msgstr "" 3431 "matchar vilken siffra eller bokstav inom hakar (i detta exempel 1,2,3,7,8,9)" 3432 3433 #: admin/modules/core/page.routing.php:367 2871 #: admin/modules/core/page.routing.php:389 2872 #: admin/modules/core/page.trunks.php:436 2873 msgid "matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)" 2874 msgstr "matchar vilken siffra eller bokstav inom hakar (i detta exempel 1,2,3,7,8,9)" 2875 2876 #: admin/modules/core/page.routing.php:390 3434 2877 msgid "wildcard, matches one or more characters" 3435 2878 msgstr "joker, matchar en eller flera tecken" 3436 2879 3437 #: admin/modules/core/page.routing.php:368 3438 msgid "" 3439 "separates a dialing prefix from the number (for example, 9|NXXXXXX would " 3440 "match when some dialed \"95551234\" but would only pass \"5551234\" to the " 3441 "trunks)" 3442 msgstr "" 3443 "separerar ett prefix frÃ¥n numret (t.ex. 9|NXXXXXX matchar nÀr nÃ¥gon slÃ¥r " 3444 "\"95551234\" men kommer dÃ¥ att bara skicka \"5551234\" till trunken)" 3445 3446 #: admin/modules/core/page.routing.php:405 3447 #: admin/modules/core/page.trunks.php:431 2880 #: admin/modules/core/page.routing.php:391 2881 msgid "separates a dialing prefix from the number (for example, 9|NXXXXXX would match when some dialed \"95551234\" but would only pass \"5551234\" to the trunks)" 2882 msgstr "separerar ett prefix frÃ¥n numret (t.ex. 9|NXXXXXX matchar nÀr nÃ¥gon slÃ¥r \"95551234\" men kommer dÃ¥ att bara skicka \"5551234\" till trunken)" 2883 2884 #: admin/modules/core/page.routing.php:392 2885 msgid "appended to a dial pattern, matches a callerid or callerid pattern (for example, NXXXXXX/104 would match only if dialed by extension \"104\")" 2886 msgstr "lÀggs till pÃ¥ nummermönster, matchar en nummerpresentiation eller mönster, t.ex. NXXXXXX/104 matchar endast om samtalet kom frÃ¥n anknytning \"104\"" 2887 2888 #: admin/modules/core/page.routing.php:429 2889 #: admin/modules/core/page.trunks.php:451 3448 2890 msgid "Clean & Remove duplicates" 3449 2891 msgstr "Rensa & ta bort dubbletter" 3450 2892 3451 #: admin/modules/core/page.routing.php:4 102893 #: admin/modules/core/page.routing.php:434 3452 2894 msgid "Dial patterns wizards" 3453 2895 msgstr "Guide för nummermönster" 3454 2896 3455 #: admin/modules/core/page.routing.php:411 3456 msgid "" 3457 "These options provide a quick way to add outbound dialing rules. Follow the " 3458 "prompts for each." 3459 msgstr "" 3460 "Dessa val erbjuder ett snabbt sÀtt att lÀgga till utgÃ¥ende regler för " 3461 "nummerslagning. Följ frÃ¥gorna för varje." 3462 3463 #: admin/modules/core/page.routing.php:412 3464 #: admin/modules/core/page.routing.php:498 2897 #: admin/modules/core/page.routing.php:435 2898 msgid "These options provide a quick way to add outbound dialing rules. Follow the prompts for each." 2899 msgstr "Dessa val erbjuder ett snabbt sÀtt att lÀgga till utgÃ¥ende regler för nummerslagning. Följ frÃ¥gorna för varje." 2900 2901 #: admin/modules/core/page.routing.php:436 2902 #: admin/modules/core/page.routing.php:522 3465 2903 msgid "Lookup local prefixes" 3466 2904 msgstr "SlÃ¥ upp lokala prefix" 3467 2905 3468 #: admin/modules/core/page.routing.php:412 2906 #: admin/modules/core/page.routing.php:436 2907 msgid "This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7, 10 or 11 digits (5551234, 6135551234, 16135551234) to access this route." 2908 msgstr "Detta slÃ¥r upp ditt lokala nummer pÃ¥ www.localcallingguide.com (endast Nord-Amerika), om gör sÃ¥ att du kan slÃ¥ 7, 10 eller 11 siffror (5551234, 6135551234, 16135551234) för att fÃ¥ tillgÃ¥ng till denna vÀg." 2909 2910 #: admin/modules/core/page.routing.php:447 2911 #: admin/modules/core/page.trunks.php:501 3469 2912 msgid "" 3470 "This looks up your local number on www.localcallingguide.com (NA-only), and " 3471 "sets up so you can dial either 7, 10 or 11 digits (5551234, 6135551234, " 3472 "16135551234) to access this route." 2913 "What is your areacode + prefix (NPA-NXX)?\\n" 2914 "\\n" 2915 "(Note: this database contains North American numbers only, and is not guaranteed to be 100% accurate. You will still have the option of modifying results.)\\n" 2916 "\\n" 2917 "This may take a few seconds." 3473 2918 msgstr "" 3474 "Detta slÃ¥r upp ditt lokala nummer pÃ¥ www.localcallingguide.com (endast Nord-" 3475 "Amerika), om gör sÃ¥ att du kan slÃ¥ 7, 10 eller 11 siffror (5551234, " 3476 "6135551234, 16135551234) för att fÃ¥ tillgÃ¥ng till denna vÀg." 3477 3478 #: admin/modules/core/page.routing.php:423 3479 #: admin/modules/core/page.trunks.php:481 3480 msgid "" 3481 "What is your areacode + prefix (NPA-NXX)?\\n\\n(Note: this database contains " 3482 "North American numbers only, and is not guaranteed to be 100% accurate. You " 3483 "will still have the option of modifying results.)\\n\\nThis may take a few " 3484 "seconds." 3485 msgstr "" 3486 "Vad Àr ditt riktnummer + prefix (NPA-NXX)?\\n\\n(OBS: denna databas " 3487 "innehÃ¥ller bara nummer för Nordamerika, och Àr inte 100% korrekt. Du kommer " 3488 "att kunna förÀndra resultatet.)\\n\\nDetta kommer att ta ett par sekunder." 3489 3490 #: admin/modules/core/page.routing.php:425 3491 #: admin/modules/core/page.trunks.php:483 2919 "Vad Àr ditt riktnummer + prefix (NPA-NXX)?\\n" 2920 "\\n" 2921 "(OBS: denna databas innehÃ¥ller bara nummer för Nordamerika, och Àr inte 100% korrekt. Du kommer att kunna förÀndra resultatet.)\\n" 2922 "\\n" 2923 "Detta kommer att ta ett par sekunder." 2924 2925 #: admin/modules/core/page.routing.php:449 2926 #: admin/modules/core/page.trunks.php:503 3492 2927 msgid "Invalid NPA-NXX. Must be of the format \\'NXX-NXX\\'" 3493 2928 msgstr "Ogiltigt NPA-NXX. Det mÃ¥ste vara i formatet \\'NXX-NXX\\'" 3494 2929 3495 #: admin/modules/core/page.routing.php:4 333496 #: admin/modules/core/page.trunks.php: 4952930 #: admin/modules/core/page.routing.php:457 2931 #: admin/modules/core/page.trunks.php:515 3497 2932 msgid "" 3498 "Error: Cannot continue!\\n \\nPrefix lookup requires cURL support in PHP on"3499 " the server. Please install or enable cURL support in your PHP installation"3500 " to use this function. See http://www.php.net/curl for more information."2933 "Error: Cannot continue!\\n" 2934 "\\n" 2935 "Prefix lookup requires cURL support in PHP on the server. Please install or enable cURL support in your PHP installation to use this function. See http://www.php.net/curl for more information." 3501 2936 msgstr "" 3502 "Fel: Kan inte fortsÀtta!\\n \\nUppslag för prefix krÀver cURL-stöd för PHP pÃ¥"3503 " servern. Installera eller aktivera cURL-stöd i din PHP_installation för att"3504 " anvÀnda denna funktion. LÀs pÃ¥ http://www.php.net/curl för mer information."3505 3506 #: admin/modules/core/page.routing.php: 4903507 #: admin/modules/core/page.trunks.php:4 422937 "Fel: Kan inte fortsÀtta!\\n" 2938 "\\n" 2939 "Uppslag för prefix krÀver cURL-stöd för PHP pÃ¥ servern. Installera eller aktivera cURL-stöd i din PHP_installation för att anvÀnda denna funktion. LÀs pÃ¥ http://www.php.net/curl för mer information." 2940 2941 #: admin/modules/core/page.routing.php:514 2942 #: admin/modules/core/page.trunks.php:462 3508 2943 msgid "(pick one)" 3509 2944 msgstr "(vÀlj en)" 3510 2945 3511 #: admin/modules/core/page.routing.php: 4912946 #: admin/modules/core/page.routing.php:515 3512 2947 msgid "Local 7 digit" 3513 2948 msgstr "Lokala 7 siffror" 3514 2949 3515 #: admin/modules/core/page.routing.php: 4922950 #: admin/modules/core/page.routing.php:516 3516 2951 msgid "Local 7/10 digit" 3517 2952 msgstr "Lokala 7/10 siffror" 3518 2953 3519 #: admin/modules/core/page.routing.php: 4932954 #: admin/modules/core/page.routing.php:517 3520 2955 msgid "Toll-free" 3521 2956 msgstr "Gratisnummer" 3522 2957 3523 #: admin/modules/core/page.routing.php: 4942958 #: admin/modules/core/page.routing.php:518 3524 2959 msgid "Long-distance" 3525 2960 msgstr "Rikssamtal" 3526 2961 3527 #: admin/modules/core/page.routing.php: 4952962 #: admin/modules/core/page.routing.php:519 3528 2963 msgid "International" 3529 2964 msgstr "Internationell" 3530 2965 3531 #: admin/modules/core/page.routing.php: 4962966 #: admin/modules/core/page.routing.php:520 3532 2967 msgid "Information" 3533 2968 msgstr "Information" 3534 2969 3535 #: admin/modules/core/page.routing.php: 4972970 #: admin/modules/core/page.routing.php:521 3536 2971 msgid "Emergency" 3537 2972 msgstr "Nödsamtal" 3538 2973 3539 #: admin/modules/core/page.routing.php:5 042974 #: admin/modules/core/page.routing.php:528 3540 2975 msgid "Trunk Sequence" 3541 2976 msgstr "Trunksekvens" 3542 2977 3543 #: admin/modules/core/page.routing.php:504 3544 msgid "" 3545 "The Trunk Sequence controls the order of trunks that will be used when the " 3546 "above Dial Patterns are matched. <br><br>For Dial Patterns that match long " 3547 "distance numbers, for example, you'd want to pick the cheapest routes for " 3548 "long distance (ie, VoIP trunks first) followed by more expensive routes " 3549 "(POTS lines)." 3550 msgstr "" 3551 "Trunksekvensen kontrollerar i vilken ordning trunkarna kommer att anvÀndas " 3552 "nÀr nummermönstret ovan matchas.<br><br>För nummermönster som matchar en " 3553 "viss typ av samtal skickas samtalen ut pÃ¥ den första trunken, om den Àr " 3554 "upptagen, skicka ut pÃ¥ nÀsta." 3555 3556 #: admin/modules/core/page.routing.php:626 2978 #: admin/modules/core/page.routing.php:528 2979 msgid "The Trunk Sequence controls the order of trunks that will be used when the above Dial Patterns are matched. <br><br>For Dial Patterns that match long distance numbers, for example, you'd want to pick the cheapest routes for long distance (ie, VoIP trunks first) followed by more expensive routes (POTS lines)." 2980 msgstr "Trunksekvensen kontrollerar i vilken ordning trunkarna kommer att anvÀndas nÀr nummermönstret ovan matchas.<br><br>För nummermönster som matchar en viss typ av samtal skickas samtalen ut pÃ¥ den första trunken, om den Àr upptagen, skicka ut pÃ¥ nÀsta." 2981 2982 #: admin/modules/core/page.routing.php:650 3557 2983 msgid "Route name is invalid, please try again" 3558 2984 msgstr "VÀgnamnet Àr ogiltigt, försök igen" 3559 2985 3560 #: admin/modules/core/page.routing.php:6 272986 #: admin/modules/core/page.routing.php:651 3561 2987 msgid "Route password must be numeric or leave blank to disable" 3562 msgstr "" 3563 "Lösenordet för vÀgen mÃ¥ste vara numeriskt eller blankt för att stÀnga av det" 3564 3565 #: admin/modules/core/page.routing.php:628 2988 msgstr "Lösenordet för vÀgen mÃ¥ste vara numeriskt eller blankt för att stÀnga av det" 2989 2990 #: admin/modules/core/page.routing.php:652 3566 2991 msgid "Dial pattern is invalid" 3567 2992 msgstr "Nummermönstret Àr ogiltigt" 3568 2993 3569 #: admin/modules/core/page.routing.php:6 292994 #: admin/modules/core/page.routing.php:653 3570 2995 msgid "At least one trunk must be picked" 3571 2996 msgstr "Minst en trunk mÃ¥ste anges" 2997 2998 #: admin/modules/core/page.routing.php:654 2999 #: admin/modules/core/page.trunks.php:801 3000 msgid "Invalid Outbound Caller ID" 3001 msgstr "Ogiltig utgÃ¥ende nummerpresentation" 3572 3002 3573 3003 #: admin/modules/core/page.trunks.php:164 … … 3575 3005 msgstr "LÀgg till trunk" 3576 3006 3577 #: admin/modules/core/page.trunks.php:206 3007 #: admin/modules/core/page.trunks.php:185 3008 #, php-format 3009 msgid "Channel %s" 3010 msgstr "Kanal %s" 3011 3012 #: admin/modules/core/page.trunks.php:212 3578 3013 msgid "Add a Trunk" 3579 3014 msgstr "LÀgg till en trunk" 3580 3015 3581 #: admin/modules/core/page.trunks.php:21 03016 #: admin/modules/core/page.trunks.php:216 3582 3017 msgid "Add Zap Trunk" 3583 3018 msgstr "LÀgg till en Zap trunk" 3584 3019 3585 #: admin/modules/core/page.trunks.php:21 03586 #: admin/modules/core/page.trunks.php:3 183020 #: admin/modules/core/page.trunks.php:216 3021 #: admin/modules/core/page.trunks.php:325 3587 3022 msgid "DAHDI compatibility mode" 3588 3023 msgstr "DAHDI kompatibilitetslÀge" 3589 3024 3590 #: admin/modules/core/page.trunks.php:21 13025 #: admin/modules/core/page.trunks.php:217 3591 3026 msgid "Add SIP Trunk" 3592 3027 msgstr "LÀgg till en SIP trunk" 3593 3028 3594 #: admin/modules/core/page.trunks.php:21 23029 #: admin/modules/core/page.trunks.php:218 3595 3030 msgid "Add IAX2 Trunk" 3596 3031 msgstr "LÀgg till en IAX2 trunk" 3597 3032 3598 #: admin/modules/core/page.trunks.php:21 33033 #: admin/modules/core/page.trunks.php:219 3599 3034 msgid "Add ENUM Trunk" 3600 3035 msgstr "LÀgg till en ENUM trunk" 3601 3036 3602 #: admin/modules/core/page.trunks.php:2 143037 #: admin/modules/core/page.trunks.php:220 3603 3038 msgid "Add DUNDi Trunk" 3604 3039 msgstr "LÀgg till en DUNDi trunk" 3605 3040 3606 #: admin/modules/core/page.trunks.php:2 153041 #: admin/modules/core/page.trunks.php:221 3607 3042 msgid "Add Custom Trunk" 3608 3043 msgstr "LÀgg till en anpassad trunk" 3609 3044 3610 #: admin/modules/core/page.trunks.php:272 3045 #: admin/modules/core/page.trunks.php:278 3046 #, php-format 3047 msgid "%s Channel %s" 3048 msgstr "%s kanal %s" 3049 3050 #: admin/modules/core/page.trunks.php:280 3611 3051 #, php-format 3612 3052 msgid "Edit %s Trunk" 3613 3053 msgstr "Redigera %s trunken" 3614 3054 3615 #: admin/modules/core/page.trunks.php:2 723055 #: admin/modules/core/page.trunks.php:280 3616 3056 msgid "DAHDI compatibility Mode" 3617 3057 msgstr "DAHDI kompatibilitetslÀge" 3618 3058 3619 #: admin/modules/core/page.trunks.php:2 743059 #: admin/modules/core/page.trunks.php:281 3620 3060 #, php-format 3621 3061 msgid "Delete Trunk %s" 3622 3062 msgstr "Ta bort trunken %s" 3623 3063 3624 #: admin/modules/core/page.trunks.php:2 843064 #: admin/modules/core/page.trunks.php:291 3625 3065 msgid "In use by" 3626 3066 msgstr "AnvÀnds av" 3627 3067 3628 #: admin/modules/core/page.trunks.php:2 843068 #: admin/modules/core/page.trunks.php:291 3629 3069 msgid "route" 3630 3070 msgstr "vÀg" 3631 3071 3632 #: admin/modules/core/page.trunks.php:2 843072 #: admin/modules/core/page.trunks.php:291 3633 3073 msgid "routes" 3634 3074 msgstr "vÀgar" 3635 3075 3636 #: admin/modules/core/page.trunks.php:2 863076 #: admin/modules/core/page.trunks.php:293 3637 3077 msgid "Sequence" 3638 3078 msgstr "Sekvens" 3639 3079 3640 #: admin/modules/core/page.trunks.php:29 03080 #: admin/modules/core/page.trunks.php:297 3641 3081 msgid "WARNING:" 3642 3082 msgstr "VARNING:" 3643 3083 3644 #: admin/modules/core/page.trunks.php:29 03084 #: admin/modules/core/page.trunks.php:297 3645 3085 msgid "This trunk is not used by any routes!" 3646 3086 msgstr "Denna trunk anvÀnds inte av nÃ¥gra vÀgar" 3647 3087 3648 #: admin/modules/core/page.trunks.php:291 3649 msgid "" 3650 "This trunk will not be able to be used for outbound calls until a route is " 3651 "setup that uses it. Click on <b>Outbound Routes</b> to setup routing." 3652 msgstr "" 3653 "Detta trunk kommer inte att anvÀndas för utgÃ¥ende samtal förrÀn en vÀg Àr " 3654 "konfigurerar att anvÀnda den. Klicka pÃ¥ <b>UtgÃ¥ende vÀgar</b> för att sÀtta " 3655 "upp en vÀg." 3656 3657 #: admin/modules/core/page.trunks.php:318 3088 #: admin/modules/core/page.trunks.php:298 3089 msgid "This trunk will not be able to be used for outbound calls until a route is setup that uses it. Click on <b>Outbound Routes</b> to setup routing." 3090 msgstr "Detta trunk kommer inte att anvÀndas för utgÃ¥ende samtal förrÀn en vÀg Àr konfigurerar att anvÀnda den. Klicka pÃ¥ <b>UtgÃ¥ende vÀgar</b> för att sÀtta upp en vÀg." 3091 3092 #: admin/modules/core/page.trunks.php:325 3658 3093 #, php-format 3659 3094 msgid "Add %s Trunk" 3660 3095 msgstr "LÀgg till %s trunk" 3661 3096 3662 #: admin/modules/core/page.trunks.php:322 3663 msgid "" 3664 "FreePBX offers limited support for DUNDi trunks and additional manual " 3665 "configuration is required. The trunk name should correspond to the " 3666 "[mappings] section of the remote dundi.conf systems. For example, you may " 3667 "have a mapping on the remote system, and corresponding configurations in " 3668 "dundi.conf locally, that looks as follows:<br /><br />[mappings]<br />priv " 3669 "=> dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /" 3670 "><br />In this example, you would create this trunk and name it priv. You " 3671 "would then create the corresponding IAX2 trunk with proper settings to work " 3672 "with DUNDi. This can be done by making an IAX2 trunk in FreePBX or by using " 3673 "the iax_custom.conf file.<br />The dundi-extens context in this example must " 3674 "be created in extensions_custom.conf. This can simply include contexts such " 3675 "as ext-local, ext-intercom-users, ext-paging and so forth to provide access " 3676 "to the corresponding extensions and features provided by these various " 3677 "contexts and generated by FreePBX." 3678 msgstr "" 3679 "FreePBX erbjuder begrÀnsad support för DUNDi trunkar och manuell " 3680 "konfiguration krÀvs. Namnet pÃ¥ trunken mÃ¥ste matcha [mappings]-sektionen i " 3681 "fjÀrrsystemets dundi.conf. T.ex. du har en mappning pÃ¥ fjÀrrsystemet, och en " 3682 "motsvarande konfiguration i din lokala dundi.conf enligt följande: <br><br>" 3683 "[mappings]<br>priv => dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/" 3684 "${NUMBER},noparital<br><br>I detta exempel ska du skapa denna trunk med " 3685 "namnet priv.Du bör sedan skapa en motsvarande IAX2-trunk med korrekta " 3686 "instÀllningar för att fungera med DUNDi. Detta kan du göra i FreePBX eller " 3687 "genom att redigera iax_custom.conf file.<br>Dundi-extens sammanhanget i " 3688 "detta exempel mÃ¥ste skapas i extensions_custom.conf. Inkludera sammanhang " 3689 "sÃ¥som ext-local, ext-intercom-users, ext-paging och sÃ¥ vidare för att ge " 3690 "tillgÃ¥ng till motsvarande anknytningar och funktioner erhÃ¥llna genom detta " 3691 "sammanhang." 3692 3693 #: admin/modules/core/page.trunks.php:352 3097 #: admin/modules/core/page.trunks.php:329 3098 msgid "FreePBX offers limited support for DUNDi trunks and additional manual configuration is required. The trunk name should correspond to the [mappings] section of the remote dundi.conf systems. For example, you may have a mapping on the remote system, and corresponding configurations in dundi.conf locally, that looks as follows:<br /><br />[mappings]<br />priv => dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br /><br />In this example, you would create this trunk and name it priv. You would then create the corresponding IAX2 trunk with proper settings to work with DUNDi. This can be done by making an IAX2 trunk in FreePBX or by using the iax_custom.conf file.<br />The dundi-extens context in this example must be created in extensions_custom.conf. This can simply include contexts such as ext-local, ext-intercom-users, ext-paging and so forth to provide access to the corresponding extensions and features provided by these various contexts and generated by FreePBX." 3099 msgstr "FreePBX erbjuder begrÀnsad support för DUNDi trunkar och manuell konfiguration krÀvs. Namnet pÃ¥ trunken mÃ¥ste matcha [mappings]-sektionen i fjÀrrsystemets dundi.conf. T.ex. du har en mappning pÃ¥ fjÀrrsystemet, och en motsvarande konfiguration i din lokala dundi.conf enligt följande: <br><br>[mappings]<br>priv => dundi-extens,0,IAX2,priv:${SECRET}@218.23.42.26/${NUMBER},noparital<br><br>I detta exempel ska du skapa denna trunk med namnet priv.Du bör sedan skapa en motsvarande IAX2-trunk med korrekta instÀllningar för att fungera med DUNDi. Detta kan du göra i FreePBX eller genom att redigera iax_custom.conf file.<br>Dundi-extens sammanhanget i detta exempel mÃ¥ste skapas i extensions_custom.conf. Inkludera sammanhang sÃ¥som ext-local, ext-intercom-users, ext-paging och sÃ¥ vidare för att ge tillgÃ¥ng till motsvarande anknytningar och funktioner erhÃ¥llna genom detta sammanhang." 3100 3101 #: admin/modules/core/page.trunks.php:359 3694 3102 msgid "Trunk Description" 3695 3103 msgstr "Trunkbeskrivning" 3696 3104 3697 #: admin/modules/core/page.trunks.php:35 23105 #: admin/modules/core/page.trunks.php:359 3698 3106 msgid "Descriptive Name for this Trunk" 3699 3107 msgstr "Ge denna trunk ett namn" 3700 3108 3701 #: admin/modules/core/page.trunks.php:3 593109 #: admin/modules/core/page.trunks.php:366 3702 3110 msgid "Outbound Caller ID" 3703 3111 msgstr "UtgÃ¥ende nummerpresentation" 3704 3112 3705 #: admin/modules/core/page.trunks.php:3593706 msgid ""3707 "Caller ID for calls placed out on this trunk<br><br>Format: <b><"3708 "#######></b>. You can also use the format: \"hidden\" <b><#######></"3709 "b> to hide the CallerID sent out over Digital lines if supported (E1/T1/J1/"3710 "BRI/SIP/IAX)."3711 msgstr ""3712 "Nummerpresentation för samtal genom denna trunk<br><br>Format: <b> <"3713 "#######></b>. Du kan Àven anvÀnda strÀngen \"hidden\" <b><#######></"3714 "b> för att spÀrra utgÃ¥ende nummerpresentation pÃ¥ digitala förbindelser (E1/T1/J1/"3715 "BRI/SIP/IAX)."3716 3717 3113 #: admin/modules/core/page.trunks.php:366 <
