Changeset 8771

Show
Ignore:
Timestamp:
02/02/10 16:00:32 (2 years ago)
Author:
mickecarlsson
Message:

Fixed spelling errors and add missing tooltip to backup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.7/backup/functions.inc.php

    r8752 r8771  
    9898      $html.="<li><a class=\"info\" href=\"javascript:decision('"._("Are you sure you want to Restore this file set?\\nNOTE! This will OVERWRITE any voicerecordings currently on the system. It will NOT delete new files not currently in the backup set")."','config.php?type=$type&display=$display&action=restored&dir=$dir&filetype=Recordings&file=$file')\">"; 
    9999      $html.=_('Restore System Recordings Files').'<span>';  
    100       $html.=_("Restore your system Voice Recordings including AutoAttendent files from this backup set.  NOTE! This will OVERWRITE any voicerecordings  currently on the system. It will NOT delete new files not currently in the backup set").'</span></a><br></li><br>'; 
     100      $html.=_("Restore your system Voice Recordings including AutoAttendant files from this backup set.  NOTE! This will OVERWRITE any voicerecordings  currently on the system. It will NOT delete new files not currently in the backup set").'</span></a><br></li><br>'; 
    101101    } 
    102102    if(array_search('configurations.tar.gz',$restore_files)){ 
    103103      $html.="<li><a class=\"info\" href=\"javascript:decision('"._("Are you sure you want to Restore this File Set?\\nDoing so will Permanently Over-Write all FreePBX and Asterisk Files!")."','config.php?type=$type&display=$display&action=restored&dir=$dir&filetype=Configurations&file=$file')\">"; 
    104       $html.=_("Restore System Configuration").'<span>'._("Restore your system configuration from this backup set.  NOTE! This will OVERWRITE any System changes you have made since this backup... ALL Itemes will be reset to what they were at the time of this backup set..").'</span></a><br></li><br>'; 
     104      $html.=_("Restore System Configuration").'<span>'._("Restore your system configuration from this backup set.  NOTE! This will OVERWRITE any System changes you have made since this backup... ALL items will be reset to what they were at the time of this backup set..").'</span></a><br></li><br>'; 
    105105    } 
    106106    if(array_search('fop.tar.gz',$restore_files)){ 
    107107      $html.="<li><a class=\"info\" href=\"javascript:decision('"._("Are you sure you want to Restore the Operator Panel Files?\\nDoing so will Permanently Over-Write all Operator Panel Files!")."','config.php?type=$type&display=$display&action=restored&dir=$dir&filetype=FOP&file=$file')\">"; 
    108108      $html.=_("Restore Operator Panel").'<span>';  
    109       $html.=_('Restore the Operator Panel from this backup set.  NOTE! This will OVERWRITE any Operator Panel Changes you have made since this backup... ALL Itemes will be reset to what they were at the time of this backup set..').'</span></a><br></li><br>'; 
     109      $html.=_('Restore the Operator Panel from this backup set.  NOTE! This will OVERWRITE any Operator Panel Changes you have made since this backup... ALL items will be reset to what they were at the time of this backup set..').'</span></a><br></li><br>'; 
    110110    } 
    111111    if(array_search('cdr.tar.gz',$restore_files)){ 
     
    170170      exec("/bin/rm -rf /tmp/ampbackups.$fileholder",$out_arr,$ret); 
    171171      $error = ($error || ($ret != 0)); 
    172       if(!error){$message=_("Restored All Files in BackupSet");} 
     172      if(!error){$message=_("Restored All Files in Backup Set");} 
    173173      break; 
    174174    case 'VoiceMail': 
     
    430430  </tr> 
    431431  <tr> 
    432     <td><a href="#" class="info"><?php echo _("Admin Web Directory");?><span><?php echo _("Backup the admin web directory (i.e. the static FreePBX web files). This is usefull to have durring a restore to prevent a version mismatch, but can baloon the backup size.");?></span></a>: </td> 
     432    <td><a href="#" class="info"><?php echo _("Admin Web Directory");?><span><?php echo _("Backup the admin web directory (i.e. the static FreePBX web files). This is useful to have during a restore to prevent a version mismatch, but can dramatically increase the backup size.");?></span></a>: </td> 
    433433    <td><input type="checkbox" name="admin" value="yes" <?php echo ($opts['admin']=='yes')?'checked':''; ?>/></td> 
    434434  </tr> 
     
    442442  </tr> 
    443443 
    444   <tr><td colspan="2"><h5><span class="tog files">+</span><?php echo _(' Additonal Files')?><hr></h5></td></tr> 
     444  <tr><td colspan="2"><h5><span class="tog files">+</span><?php echo _(' Additional Files')?><hr></h5></td></tr> 
    445445  <tr class="hide files"> 
    446446    <td><a href="#" class="info"><?php echo _("Additional files and folders");?><span><?php echo _("Backup any additional files and folders listed here.");?></span></a>: </td> 
     
    454454  <tr><td colspan="2"><h5><span class="tog ftp">+</span><?php echo _(' FTP Settings')?><hr></h5></td></tr> 
    455455  <tr class="hide ftp"> 
    456     <td><a href="#" class="info"><?php echo _("Ftp User Name");?><span><?php echo _('');?></span></a>: </td> 
     456    <td><a href="#" class="info"><?php echo _("Ftp User Name");?><span><?php echo _('Enter your FTP user name');?></span></a>: </td> 
    457457    <td><input type="text" name="ftpuser" value="<?php echo $opts['ftpuser']; ?>" /></td> 
    458458  </tr> 
    459459  <tr class="hide ftp"> 
    460     <td><a href="#" class="info"><?php echo _("Ftp Password");?><span><?php echo _('');?></span></a>: </td> 
     460    <td><a href="#" class="info"><?php echo _("Ftp Password");?><span><?php echo _('Enter your FTP password');?></span></a>: </td> 
    461461    <td><input type="text" name="ftppass" value="<?php echo $opts['ftppass']; ?>" /></td> 
    462462  </tr> 
     
    471471  <tr><td colspan="2"><h5><span class="tog ssh">+</span><?php echo _(' SSH Settings')?><hr></h5></td></tr> 
    472472  <tr class="hide ssh"> 
    473     <td><a href="#" class="info"><?php echo _("SSH User Name");?><span><?php echo _('');?></span></a>: </td> 
     473    <td><a href="#" class="info"><?php echo _("SSH User Name");?><span><?php echo _('Enter your SSH user name');?></span></a>: </td> 
    474474    <td><input type="text" name="sshuser" value="<?php echo $opts['sshuser']; ?>" /></td> 
    475475  </tr> 
    476476  <tr class="hide ssh"> 
    477     <td><a href="#" class="info"><?php echo _("SSH Key");?><span><?php echo _('Location of ssh private key to be used when connect to hossst');?></span></a>: </td> 
     477    <td><a href="#" class="info"><?php echo _("SSH Key");?><span><?php echo _('Location of ssh private key to be used when connect to a host');?></span></a>: </td> 
    478478    <td><input type="text" name="sshkey" value="<?php echo $opts['sshkey']; ?>" /></td> 
    479479  </tr> 
     
    492492  </tr>  
    493493  <tr class="hide email"> 
    494     <td><a href="#" class="info"><?php echo _("Max email size");?><span><?php echo _('The maximum size a backup can be and still be emailed. Some email servers limit the size of email atttachments, this will make sure that files larger than the max size are not sent. Valid options include: xB, xKB, xMB');?></span></a>: </td> 
     494    <td><a href="#" class="info"><?php echo _("Max email size");?><span><?php echo _('The maximum size a backup can be and still be emailed. Some email servers limit the size of email attachments, this will make sure that files larger than the max size are not sent. Valid options include: xB, xKB, xMB');?></span></a>: </td> 
    495495    <td><select name="emailmaxsize"> 
    496496        <?php if($opts['emailmaxsize']==''){$opts['emailmaxsize']=25;}//default max email size to 25 
  • modules/branches/2.7/backup/i18n/backup.pot

    r8663 r8771  
    1616#  Copyright 2008, 2009 FreePBX 
    1717# 
    18 #, fuzzy 
    1918msgid "" 
    2019msgstr "" 
    2120"Project-Id-Version: PACKAGE VERSION\n" 
    2221"Report-Msgid-Bugs-To: \n" 
    23 "POT-Creation-Date: 2010-01-23 00:00+0100\n" 
     22"POT-Creation-Date: 2010-02-02 17:39+0100\n" 
    2423"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    2524"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    2928"Content-Transfer-Encoding: 8bit\n" 
    3029 
    31 #: install.php:68 
    32 msgid "removing retrieve_backup_cron_from_mysql.pl.." 
    33 msgstr "" 
    34  
    35 #: install.php:70 
    36 msgid "removed" 
    37 msgstr "" 
    38  
    39 #: install.php:72 
    40 msgid "failed" 
    41 msgstr "" 
    42  
    43 #: page.backup.php:106 
    44 msgid "Add Backup Schedule" 
    45 msgstr "" 
    46  
    47 #: page.backup.php:107 
    48 msgid "Restore from Backup" 
    49 msgstr "" 
    50  
    51 #: page.backup.php:128 page.backup.php:151 page.backup.php:198 
    52 msgid "System Backup" 
    53 msgstr "" 
    54  
    55 #: page.backup.php:136 page.backup.php:167 
    56 msgid "Run Schedule" 
    57 msgstr "" 
    58  
    59 #: page.backup.php:140 page.backup.php:171 
    60 msgid "Submit Changes" 
    61 msgstr "" 
    62  
    63 #: page.backup.php:154 
    64 #, php-format 
    65 msgid "Delete Backup Schedule %s" 
    66 msgstr "" 
    67  
    68 #: page.backup.php:182 
    69 msgid "System Restore" 
    70 msgstr "" 
    71  
    72 #: schedule_functions.php:21 schedule_functions.php:46 
     30#: functions.inc.php:60 functions.inc.php:84 
    7331msgid "Are you sure you want to delete this File Set?" 
    7432msgstr "" 
    7533 
    76 #: schedule_functions.php:22 
     34#: functions.inc.php:61 
    7735msgid "DELETE ALL THE DATA IN THIS SET" 
    7836msgstr "" 
    7937 
    80 #: schedule_functions.php:22 
     38#: functions.inc.php:61 
    8139msgid "Delete this backup set and all data associated with this backup set.." 
    8240msgstr "" 
    8341 
    84 #: schedule_functions.php:47 
     42#: functions.inc.php:85 
    8543msgid "Delete File Set" 
    8644msgstr "" 
    8745 
    88 #: schedule_functions.php:47 
     46#: functions.inc.php:85 
    8947msgid "Delete this backup set." 
    9048msgstr "" 
    9149 
    92 #: schedule_functions.php:51 
     50#: functions.inc.php:88 
    9351msgid "" 
    9452"Are you sure you want to restore this COMPLETE file set?\\nDoing so will " 
     
    9856msgstr "" 
    9957 
    100 #: schedule_functions.php:52 
     58#: functions.inc.php:89 
    10159msgid "Restore Entire Backup Set" 
    10260msgstr "" 
    10361 
    104 #: schedule_functions.php:54 
     62#: functions.inc.php:90 
    10563msgid "Restore your Complete Backup set overwriting all files." 
    10664msgstr "" 
    10765 
    108 #: schedule_functions.php:58 
     66#: functions.inc.php:92 
    10967msgid "" 
    11068"Are you sure you want to Restore this file set?\\nDoing so will permanently " 
     
    11270msgstr "" 
    11371 
    114 #: schedule_functions.php:59 
     72#: functions.inc.php:93 
    11573msgid "Restore VoiceMail Files" 
    11674msgstr "" 
    11775 
    118 #: schedule_functions.php:61 
     76#: functions.inc.php:94 
    11977msgid "" 
    12078"Restore your Voicemail files from this backup set.  NOTE! This will delete " 
     
    12280msgstr "" 
    12381 
    124 #: schedule_functions.php:67 
     82#: functions.inc.php:98 
    12583msgid "" 
    12684"Are you sure you want to Restore this file set?\\nNOTE! This will OVERWRITE " 
     
    12987msgstr "" 
    13088 
    131 #: schedule_functions.php:68 
     89#: functions.inc.php:99 
    13290msgid "Restore System Recordings Files" 
    13391msgstr "" 
    13492 
    135 #: schedule_functions.php:7
     93#: functions.inc.php:10
    13694msgid "" 
    13795"Restore your system Voice Recordings including AutoAttendant files from this " 
     
    14098msgstr "" 
    14199 
    142 #: schedule_functions.php:74 
     100#: functions.inc.php:103 
    143101msgid "" 
    144102"Are you sure you want to Restore this File Set?\\nDoing so will Permanently " 
     
    146104msgstr "" 
    147105 
    148 #: schedule_functions.php:75 
     106#: functions.inc.php:104 
    149107msgid "Restore System Configuration" 
    150108msgstr "" 
    151109 
    152 #: schedule_functions.php:75 
     110#: functions.inc.php:104 
    153111msgid "" 
    154112"Restore your system configuration from this backup set.  NOTE! This will " 
     
    157115msgstr "" 
    158116 
    159 #: schedule_functions.php:79 
     117#: functions.inc.php:107 
    160118msgid "" 
    161119"Are you sure you want to Restore the Operator Panel Files?\\nDoing so will " 
     
    163121msgstr "" 
    164122 
    165 #: schedule_functions.php:80 
     123#: functions.inc.php:108 
    166124msgid "Restore Operator Panel" 
    167125msgstr "" 
    168126 
    169 #: schedule_functions.php:82 
     127#: functions.inc.php:109 
    170128msgid "" 
    171129"Restore the Operator Panel from this backup set.  NOTE! This will OVERWRITE " 
    172 "any Operator Panel Changes you have made since this backup... ALL items
    173 "will be reset to what they were at the time of this backup set.." 
    174 msgstr "" 
    175  
    176 #: schedule_functions.php:87 
     130"any Operator Panel Changes you have made since this backup... ALL items will
     131"be reset to what they were at the time of this backup set.." 
     132msgstr "" 
     133 
     134#: functions.inc.php:112 
    177135msgid "" 
    178136"Are you sure you want to Restore the CALL DETAIL FILES?\\nDoing so will " 
     
    180138msgstr "" 
    181139 
    182 #: schedule_functions.php:88 
     140#: functions.inc.php:113 
    183141msgid "Restore Call Detail Report" 
    184142msgstr "" 
    185143 
    186 #: schedule_functions.php:90 
     144#: functions.inc.php:114 
    187145msgid "" 
    188146"Restore the Call Detail Records from this backup set.  NOTE! This will " 
     
    190148msgstr "" 
    191149 
    192 #: schedule_functions.php:95 
     150#: functions.inc.php:118 
    193151msgid "ERROR its not a BACKUP SET file" 
    194152msgstr "" 
    195153 
    196 #: schedule_functions.php:148 
     154#: functions.inc.php:172 
    197155msgid "Restored All Files in Backup Set" 
    198156msgstr "" 
    199157 
    200 #: schedule_functions.php:16
     158#: functions.inc.php:18
    201159msgid "Restored VoiceMail" 
    202160msgstr "" 
    203161 
    204 #: schedule_functions.php:180 
     162#: functions.inc.php:196 
    205163msgid "Restored System Recordings" 
    206164msgstr "" 
    207165 
    208 #: schedule_functions.php:203 
     166#: functions.inc.php:219 
    209167msgid "Restored System Configuration" 
    210168msgstr "" 
    211169 
    212 #: schedule_functions.php:218 
     170#: functions.inc.php:230 
    213171msgid "Restored Operator Panel" 
    214172msgstr "" 
    215173 
    216 #: schedule_functions.php:239 
     174#: functions.inc.php:247 
    217175msgid "Restored CDR logs" 
    218176msgstr "" 
    219177 
    220 #: schedule_functions.php:244 
     178#: functions.inc.php:250 
    221179msgid "Restore Failed, see System Status Notification for details" 
    222180msgstr "" 
    223181 
    224 #: schedule_functions.php:407 
     182#: functions.inc.php:414 
     183msgid "Basic Settings" 
     184msgstr "" 
     185 
     186#: functions.inc.php:416 
    225187msgid "Schedule Name:" 
    226188msgstr "" 
    227189 
    228 #: schedule_functions.php:407 
     190#: functions.inc.php:416 
    229191msgid "Give this Backup Schedule a brief name to help you identify it." 
    230192msgstr "" 
    231193 
    232 #: schedule_functions.php:412 
     194#: functions.inc.php:420 
    233195msgid "VoiceMail" 
    234196msgstr "" 
    235197 
    236 #: schedule_functions.php:412 
     198#: functions.inc.php:420 
    237199msgid "" 
    238200"Backup the System VoiceMail Boxes... CAUTION: Could result in large file" 
    239201msgstr "" 
    240202 
    241 #: schedule_functions.php:414 schedule_functions.php:416 
    242 #: schedule_functions.php:422 schedule_functions.php:424 
    243 #: schedule_functions.php:430 schedule_functions.php:432 
    244 #: schedule_functions.php:438 schedule_functions.php:440 
    245 #: schedule_functions.php:446 schedule_functions.php:448 
    246 msgid "yes" 
    247 msgstr "" 
    248  
    249 #: schedule_functions.php:414 schedule_functions.php:416 
    250 #: schedule_functions.php:422 schedule_functions.php:424 
    251 #: schedule_functions.php:430 schedule_functions.php:432 
    252 #: schedule_functions.php:438 schedule_functions.php:440 
    253 #: schedule_functions.php:446 schedule_functions.php:448 
    254 msgid "no" 
    255 msgstr "" 
    256  
    257 #: schedule_functions.php:420 
     203#: functions.inc.php:424 
    258204msgid "System Recordings" 
    259205msgstr "" 
    260206 
    261 #: schedule_functions.php:420 
    262 msgid "" 
    263 "Backup the System Recordings (AutoAttendant, Music On Hold, System " 
     207#: functions.inc.php:424 
     208msgid "" 
     209"Backup the System Recordings (AutoAttendent, Music On Hold, System " 
    264210"Recordings)" 
    265211msgstr "" 
    266212 
    267 #: schedule_functions.php:428 
     213#: functions.inc.php:428 
    268214msgid "System Configuration" 
    269215msgstr "" 
    270216 
    271 #: schedule_functions.php:428 
     217#: functions.inc.php:428 
    272218msgid "" 
    273219"Backup the System Configurations (Database, etc files, SQL Database, astdb)" 
    274220msgstr "" 
    275221 
    276 #: schedule_functions.php:436 
     222#: functions.inc.php:432 
     223msgid "Admin Web Directory" 
     224msgstr "" 
     225 
     226#: functions.inc.php:432 
     227msgid "" 
     228"Backup the admin web directory (i.e. the static FreePBX web files). This is " 
     229"useful to have during a restore to prevent a version mismatch, but can " 
     230"dramatically increase the backup size." 
     231msgstr "" 
     232 
     233#: functions.inc.php:436 
    277234msgid "CDR" 
    278235msgstr "" 
    279236 
    280 #: schedule_functions.php:436 
     237#: functions.inc.php:436 
    281238msgid "Backup the System Call Detail Reporting (HTML and Database)" 
    282239msgstr "" 
    283240 
    284 #: schedule_functions.php:444 
     241#: functions.inc.php:440 
    285242msgid "Operator Panel" 
    286243msgstr "" 
    287244 
    288 #: schedule_functions.php:444 
     245#: functions.inc.php:440 
    289246msgid "Backup the Operator Panel (HTML and Database)" 
    290247msgstr "" 
    291248 
    292 #: schedule_functions.php:495 schedule_functions.php:499 
    293 #: schedule_functions.php:524 schedule_functions.php:528 
    294 #: schedule_functions.php:553 schedule_functions.php:557 
     249#: functions.inc.php:444 
     250msgid " Additional Files" 
     251msgstr "" 
     252 
     253#: functions.inc.php:446 
     254msgid "Additional files and folders" 
     255msgstr "" 
     256 
     257#: functions.inc.php:446 
     258msgid "Backup any additional files and folders listed here." 
     259msgstr "" 
     260 
     261#: functions.inc.php:450 
     262msgid "Exclude files and folders" 
     263msgstr "" 
     264 
     265#: functions.inc.php:450 
     266msgid "Exclude any  files and folders from the include listed above." 
     267msgstr "" 
     268 
     269#: functions.inc.php:454 
     270msgid " FTP Settings" 
     271msgstr "" 
     272 
     273#: functions.inc.php:456 
     274msgid "Ftp User Name" 
     275msgstr "" 
     276 
     277#: functions.inc.php:456 
     278msgid "Enter your FTP user name" 
     279msgstr "" 
     280 
     281#: functions.inc.php:460 
     282msgid "Ftp Password" 
     283msgstr "" 
     284 
     285#: functions.inc.php:460 
     286msgid "Enter your FTP password" 
     287msgstr "" 
     288 
     289#: functions.inc.php:464 
     290msgid "Ftp Hostname" 
     291msgstr "" 
     292 
     293#: functions.inc.php:464 
     294msgid "IP address or FQDN of FTP server" 
     295msgstr "" 
     296 
     297#: functions.inc.php:468 
     298msgid "Ftp Directory" 
     299msgstr "" 
     300 
     301#: functions.inc.php:468 
     302msgid "Directory on FTP server where the backup should be copied to" 
     303msgstr "" 
     304 
     305#: functions.inc.php:471 
     306msgid " SSH Settings" 
     307msgstr "" 
     308 
     309#: functions.inc.php:473 
     310msgid "SSH User Name" 
     311msgstr "" 
     312 
     313#: functions.inc.php:473 
     314msgid "Enter your SSH user name" 
     315msgstr "" 
     316 
     317#: functions.inc.php:477 
     318msgid "SSH Key" 
     319msgstr "" 
     320 
     321#: functions.inc.php:477 
     322msgid "Location of ssh private key to be used when connect to a host" 
     323msgstr "" 
     324 
     325#: functions.inc.php:481 
     326msgid "SSH Hostname" 
     327msgstr "" 
     328 
     329#: functions.inc.php:481 
     330msgid "IP address or FQDN of remote ssh host" 
     331msgstr "" 
     332 
     333#: functions.inc.php:485 
     334msgid "SSH Directory" 
     335msgstr "" 
     336 
     337#: functions.inc.php:485 
     338msgid "Directory on remote server where the backup should be copied t" 
     339msgstr "" 
     340 
     341#: functions.inc.php:488 
     342msgid " Email Settings" 
     343msgstr "" 
     344 
     345#: functions.inc.php:490 
     346msgid "Email Address" 
     347msgstr "" 
     348 
     349#: functions.inc.php:490 
     350msgid "Email address where backups should be emailed to" 
     351msgstr "" 
     352 
     353#: functions.inc.php:494 
     354msgid "Max email size" 
     355msgstr "" 
     356 
     357#: functions.inc.php:494 
     358msgid "" 
     359"The maximum size a backup can be and still be emailed. Some email servers " 
     360"limit the size of email attachments, this will make sure that files larger " 
     361"than the max size are not sent. Valid options include: xB, xKB, xMB" 
     362msgstr "" 
     363 
     364#: functions.inc.php:562 functions.inc.php:566 functions.inc.php:586 
     365#: functions.inc.php:590 functions.inc.php:614 functions.inc.php:618 
    295366msgid "All" 
    296367msgstr "" 
    297368 
    298 #: schedule_functions.php:496 schedule_functions.php:500 
    299 #: schedule_functions.php:525 schedule_functions.php:529 
    300 #: schedule_functions.php:554 schedule_functions.php:558 
     369#: functions.inc.php:563 functions.inc.php:567 functions.inc.php:587 
     370#: functions.inc.php:591 functions.inc.php:615 functions.inc.php:619 
    301371msgid "Selected" 
    302372msgstr "" 
    303373 
    304 #: schedule_functions.php:533 
     374#: functions.inc.php:595 
    305375msgid "January" 
    306376msgstr "" 
    307377 
    308 #: schedule_functions.php:534 
     378#: functions.inc.php:596 
    309379msgid "February" 
    310380msgstr "" 
    311381 
    312 #: schedule_functions.php:535 
     382#: functions.inc.php:597 
    313383msgid "March" 
    314384msgstr "" 
    315385 
    316 #: schedule_functions.php:536 
     386#: functions.inc.php:598 
    317387msgid "April" 
    318388msgstr "" 
    319389 
    320 #: schedule_functions.php:537 
     390#: functions.inc.php:599 
    321391msgid "May" 
    322392msgstr "" 
    323393 
    324 #: schedule_functions.php:538 
     394#: functions.inc.php:600 
    325395msgid "June" 
    326396msgstr "" 
    327397 
    328 #: schedule_functions.php:539 
     398#: functions.inc.php:601 
    329399msgid "July" 
    330400msgstr "" 
    331401 
    332 #: schedule_functions.php:540 
     402#: functions.inc.php:602 
    333403msgid "August" 
    334404msgstr "" 
    335405 
    336 #: schedule_functions.php:541 
     406#: functions.inc.php:603 
    337407msgid "September" 
    338408msgstr "" 
    339409 
    340 #: schedule_functions.php:542 
     410#: functions.inc.php:604 
    341411msgid "October" 
    342412msgstr "" 
    343413 
    344 #: schedule_functions.php:543 
     414#: functions.inc.php:605 
    345415msgid "November" 
    346416msgstr "" 
    347417 
    348 #: schedule_functions.php:544 
     418#: functions.inc.php:606 
    349419msgid "December" 
    350420msgstr "" 
    351421 
    352 #: schedule_functions.php:562 
     422#: functions.inc.php:623 
    353423msgid "Monday" 
    354424msgstr "" 
    355425 
    356 #: schedule_functions.php:563 
     426#: functions.inc.php:624 
    357427msgid "Tuesday" 
    358428msgstr "" 
    359429 
    360 #: schedule_functions.php:564 
     430#: functions.inc.php:625 
    361431msgid "Wednesday" 
    362432msgstr "" 
    363433 
    364 #: schedule_functions.php:565 
     434#: functions.inc.php:626 
    365435msgid "Thursday" 
    366436msgstr "" 
    367437 
    368 #: schedule_functions.php:566 
     438#: functions.inc.php:627 
    369439msgid "Friday" 
    370440msgstr "" 
    371441 
    372 #: schedule_functions.php:567 
     442#: functions.inc.php:628 
    373443msgid "Saturday" 
    374444msgstr "" 
    375445 
    376 #: schedule_functions.php:568 
     446#: functions.inc.php:629 
    377447msgid "Sunday" 
    378448msgstr "" 
    379449 
    380 #: schedule_functions.php:57
     450#: functions.inc.php:63
    381451msgid "Run Backup" 
    382452msgstr "" 
    383453 
    384 #: schedule_functions.php:57
     454#: functions.inc.php:63
    385455msgid "Follow Schedule Below" 
    386456msgstr "" 
    387457 
    388 #: schedule_functions.php:57
     458#: functions.inc.php:63
    389459msgid "Now" 
    390460msgstr "" 
    391461 
    392 #: schedule_functions.php:58
     462#: functions.inc.php:64
    393463msgid "Daily (at midnight)" 
    394464msgstr "" 
    395465 
    396 #: schedule_functions.php:58
     466#: functions.inc.php:64
    397467msgid "Weekly (on Sunday)" 
    398468msgstr "" 
    399469 
    400 #: schedule_functions.php:58
     470#: functions.inc.php:64
    401471msgid "Monthly (on the 1st)" 
    402472msgstr "" 
    403473 
    404 #: schedule_functions.php:58
     474#: functions.inc.php:64
    405475msgid "Yearly (on 1st Jan)" 
    406476msgstr "" 
    407477 
    408 #: schedule_functions.php:608 
     478#: functions.inc.php:671 
    409479msgid "Minutes" 
    410480msgstr "" 
    411481 
    412 #: schedule_functions.php:608 
     482#: functions.inc.php:671 
    413483msgid "Hours" 
    414484msgstr "" 
    415485 
    416 #: schedule_functions.php:608 
     486#: functions.inc.php:671 
    417487msgid "Days" 
    418488msgstr "" 
    419489 
    420 #: schedule_functions.php:608 
     490#: functions.inc.php:671 
    421491msgid "Months" 
    422492msgstr "" 
    423493 
    424 #: schedule_functions.php:608 
     494#: functions.inc.php:671 
    425495msgid "Weekdays" 
     496msgstr "" 
     497 
     498#: install.php:175 
     499msgid "removing retrieve_backup_cron_from_mysql.pl.." 
     500msgstr "" 
     501 
     502#: install.php:177 
     503msgid "removed" 
     504msgstr "" 
     505 
     506#: install.php:179 
     507msgid "failed" 
     508msgstr "" 
     509 
     510#: page.backup.php:80 
     511msgid "Add Backup Schedule" 
     512msgstr "" 
     513 
     514#: page.backup.php:81 
     515msgid "Restore from Backup" 
     516msgstr "" 
     517 
     518#: page.backup.php:102 page.backup.php:125 page.backup.php:181 
     519msgid "System Backup" 
     520msgstr "" 
     521 
     522#: page.backup.php:110 page.backup.php:141 
     523msgid "Run Schedule" 
     524msgstr "" 
     525 
     526#: page.backup.php:114 page.backup.php:145 
     527msgid "Submit Changes" 
     528msgstr "" 
     529 
     530#: page.backup.php:128 
     531#, php-format 
     532msgid "Delete Backup Schedule %s" 
     533msgstr "" 
     534 
     535#: page.backup.php:154 
     536msgid "Backup names cannot contain spaces." 
     537msgstr "" 
     538 
     539#: page.backup.php:165 
     540msgid "System Restore" 
    426541msgstr "" 
    427542 
  • modules/branches/2.7/backup/i18n/sv_SE/LC_MESSAGES/backup.po

    r8663 r8771  
    1414#    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
    1515# 
    16 #  Copyright 2008, 2009 Mikael Carlsson <mickecamino@gmail.com> 
     16#  Copyright 2008, 2009, 2010 Mikael Carlsson <mickecamino@gmail.com> 
    1717# 
    1818msgid "" 
     
    2020"Project-Id-Version: FreePBX backup\n" 
    2121"Report-Msgid-Bugs-To: \n" 
    22 "POT-Creation-Date: 2008-11-23 14:54+0100\n" 
     22"POT-Creation-Date: 2010-02-02 17:39+0100\n" 
    2323"PO-Revision-Date: 2010-01-23 00:00+0100\n" 
    2424"Last-Translator: Mikael Carlsson <mickecamino@gmail.com>\n" 
     
    3030"X-Poedit-Country: SWEDEN\n" 
    3131 
    32 #: install.php:68 
     32#: functions.inc.php:60 functions.inc.php:84 
     33msgid "Are you sure you want to delete this File Set?" 
     34msgstr "Är du sÀker pÃ¥ att du vill ta bort denna sÀkerhetskopia?" 
     35 
     36#: functions.inc.php:61 
     37msgid "DELETE ALL THE DATA IN THIS SET" 
     38msgstr "TA BORT ALL DATA I DENNA SÄKERHETSKOPIA" 
     39 
     40#: functions.inc.php:61 
     41msgid "Delete this backup set and all data associated with this backup set.." 
     42msgstr "Ta bort denna sÀkerhetskopia och all data den innehÃ¥ller" 
     43 
     44#: functions.inc.php:85 
     45msgid "Delete File Set" 
     46msgstr "Ta bort sÀkerhetskopian" 
     47 
     48#: functions.inc.php:85 
     49msgid "Delete this backup set." 
     50msgstr "Ta bort denna sÀkerhetskopia" 
     51 
     52#: functions.inc.php:88 
     53msgid "" 
     54"Are you sure you want to restore this COMPLETE file set?\\nDoing so will " 
     55"permanently over-write all FreePBX and Asterisk files\\nYou will lose all " 
     56"Your Call Detail Records and any Voicemail that was recorded between the " 
     57"BACKUP DATE and NOW!" 
     58msgstr "" 
     59"Är du sÀker pÃ¥ att du vill Ã¥terstÀlla denna FULLSTÄNDIGA sÀkerhetskopia?" 
     60"\\nDetta kommmer permanent skriva över alla filer för FreePBX och Asterisk" 
     61"\\nDu kommer att förlora alla samtalsloggar och röstmeddelande som har " 
     62"registrerats frÃ¥n det att sÀkerhetskopian togs och nu!" 
     63 
     64#: functions.inc.php:89 
     65msgid "Restore Entire Backup Set" 
     66msgstr "à
     67terstÀll hela sÀkerhetskopian" 
     68 
     69#: functions.inc.php:90 
     70msgid "Restore your Complete Backup set overwriting all files." 
     71msgstr "" 
     72"à
     73terstÀll din kompletta sÀkerhetskopia och skriv över alla filer. NOTERA! " 
     74"Detta kommer att Ã¥terstÀlla ditt system till samma status det hade vid tiden " 
     75"för denna sÀkerhetskopia. ALLT KOMMER ATT SKRIVAS ÖVER!!" 
     76 
     77#: functions.inc.php:92 
     78msgid "" 
     79"Are you sure you want to Restore this file set?\\nDoing so will permanently " 
     80"delete any new voicemail you have in your mailbox\\nsince this backup on" 
     81msgstr "" 
     82"Är du sÀker pÃ¥ att du vill Ã¥terstÀlla denna sÀkerhetskopia?\\nDetta kommer " 
     83"att permanent ta bort alla nya röstbesked som finns i röstbrevlÃ¥dorna" 
     84"\\nsedan denna sÀkerhestkopia togs den" 
     85 
     86#: functions.inc.php:93 
     87msgid "Restore VoiceMail Files" 
     88msgstr "à
     89terstÀll röstbrevlÃ¥dorna" 
     90 
     91#: functions.inc.php:94 
     92msgid "" 
     93"Restore your Voicemail files from this backup set.  NOTE! This will delete " 
     94"any voicemail currently in the voicemail boxes." 
     95msgstr "" 
     96"à
     97terstÀll dina röstbrevlÃ¥dor frÃ¥n denna kopia. NOTERA! Detta tar bort allt " 
     98"innehÃ¥ll som nu finns i röstbrevlÃ¥dorna." 
     99 
     100#: functions.inc.php:98 
     101msgid "" 
     102"Are you sure you want to Restore this file set?\\nNOTE! This will OVERWRITE " 
     103"any voicerecordings currently on the system. It will NOT delete new files " 
     104"not currently in the backup set" 
     105msgstr "" 
     106"Är du sÀker pÃ¥ att du vill Ã¥terstÀlla denna sÀkerhetskopia?\\nOBS! Detta " 
     107"kommer att skriva över de röstbesked som finns i systemet. Nyare filer Àn de " 
     108"som finns i sÀkerhetskopian kommer INTE att skrivas över." 
     109 
     110#: functions.inc.php:99 
     111msgid "Restore System Recordings Files" 
     112msgstr "à
     113terstÀll systeminspelningarna" 
     114 
     115#: functions.inc.php:100 
     116msgid "" 
     117"Restore your system Voice Recordings including AutoAttendant files from this " 
     118"backup set.  NOTE! This will OVERWRITE any voicerecordings  currently on the " 
     119"system. It will NOT delete new files not currently in the backup set" 
     120msgstr "" 
     121"à
     122terstÀller dina systeminspelningar inklusive filerna för AutoAttendant . " 
     123"NOTERA! Detta kommer att SKRIVA ÖVER alla systeminspelningar i systemet, men " 
     124"kommer INTE att ta bort nya filer som inte finns i denna sÀkerhetskopia." 
     125 
     126#: functions.inc.php:103 
     127msgid "" 
     128"Are you sure you want to Restore this File Set?\\nDoing so will Permanently " 
     129"Over-Write all FreePBX and Asterisk Files!" 
     130msgstr "" 
     131"Är du sÀker pÃ¥ att du vill Ã¥terstÀlla denna sÀkerhetskopia?\\nDetta kommer " 
     132"att skriva över alla filer för FreePBX och Asterisk!" 
     133 
     134#: functions.inc.php:104 
     135msgid "Restore System Configuration" 
     136msgstr "à
     137terstÀll systemkonfigurationen" 
     138 
     139#: functions.inc.php:104 
     140msgid "" 
     141"Restore your system configuration from this backup set.  NOTE! This will " 
     142"OVERWRITE any System changes you have made since this backup... ALL items " 
     143"will be reset to what they were at the time of this backup set.." 
     144msgstr "" 
     145"à
     146terstÀller din systemkonfiguration frÃ¥n denna sÀkerhetskopia. NOTERA! Detta " 
     147"kommer att SKRIVA ÖVER alla förÀndringar i ditt system du gjort efter denna " 
     148"sÀkerhetskopia... ALLT kommer att Ã¥terstÀllas till den status systemet hade " 
     149"vid tiden för denna sÀkerhetskopia." 
     150 
     151#: functions.inc.php:107 
     152msgid "" 
     153"Are you sure you want to Restore the Operator Panel Files?\\nDoing so will " 
     154"Permanently Over-Write all Operator Panel Files!" 
     155msgstr "" 
     156"Är du sÀker pÃ¥ att du vill Ã¥terstÀlla Operatörspanelen?\\nDetta kommer " 
     157"permanent skriva över alla förÀndringar gjorda efter denna sÀkerhestkopia!" 
     158 
     159#: functions.inc.php:108 
     160msgid "Restore Operator Panel" 
     161msgstr "à
     162terstÀll Operatörspanelen" 
     163 
     164#: functions.inc.php:109 
     165msgid "" 
     166"Restore the Operator Panel from this backup set.  NOTE! This will OVERWRITE " 
     167"any Operator Panel Changes you have made since this backup... ALL items will " 
     168"be reset to what they were at the time of this backup set.." 
     169msgstr "" 
     170"à
     171terstÀller operatörspanelen frÃ¥n denna sÀkerhetskopia. NOTERA! Detta kommer " 
     172"att SKRIVA ÖVER alla förÀndringar som skett i operatörspanelen sedan " 
     173"sÀkerhetskopian togs... ALLT kommer att Ã¥terstÀllas till den status " 
     174"operatörspanelen hade vid tiden för denna sÀkerhetskopia." 
     175 
     176#: functions.inc.php:112 
     177msgid "" 
     178"Are you sure you want to Restore the CALL DETAIL FILES?\\nDoing so will " 
     179"Permanently DELETE all CALL RECORDS!" 
     180msgstr "" 
     181"Är du sÀker pÃ¥ att du vill Ã¥terstÀlla all samtalslogg?\\nDetta kommer att " 
     182"permanent ta bort alla loggar sedan datumen för sÀkerhetskopian!" 
     183 
     184#: functions.inc.php:113 
     185msgid "Restore Call Detail Report" 
     186msgstr "à
     187terstÀller samtalsdatabasen" 
     188 
     189#: functions.inc.php:114 
     190msgid "" 
     191"Restore the Call Detail Records from this backup set.  NOTE! This will " 
     192"DELETE ALL CALL RECORDS that have been saved since this backup set.." 
     193msgstr "" 
     194"à
     195terstÀller samtalsdatabasen frÃ¥n denna sÀkerhetskopia. NOTERA! Detta kommer " 
     196"att TA BORT ALLA SAMTALSLOGGAR som har tillkommit efter att denna " 
     197"sÀkerhetskopia togs." 
     198 
     199#: functions.inc.php:118 
     200msgid "ERROR its not a BACKUP SET file" 
     201msgstr "FEL! Detta Àr ingen sÀkerhetskopia" 
     202 
     203#: functions.inc.php:172 
     204msgid "Restored All Files in Backup Set" 
     205msgstr "à
     206terstÀllde alla filer i sÀkerhetskopian" 
     207 
     208#: functions.inc.php:185 
     209msgid "Restored VoiceMail" 
     210msgstr "à
     211terstÀllde röstbrevlÃ¥dorna" 
     212 
     213#: functions.inc.php:196 
     214msgid "Restored System Recordings" 
     215msgstr "à
     216terstÀllde systeminspelningar" 
     217 
     218#: functions.inc.php:219 
     219msgid "Restored System Configuration" 
     220msgstr "à
     221terstÀllde systemkonfigurationen" 
     222 
     223#: functions.inc.php:230 
     224msgid "Restored Operator Panel" 
     225msgstr "à
     226terstÀllde operatörspanelen" 
     227 
     228#: functions.inc.php:247 
     229msgid "Restored CDR logs" 
     230msgstr "à
     231terstÀllde samtalsloggen" 
     232 
     233#: functions.inc.php:250 
     234msgid "Restore Failed, see System Status Notification for details" 
     235msgstr "" 
     236"à
     237terstÀllningen misslyckades, se i noteringar för systemstatus för detaljer" 
     238 
     239#: functions.inc.php:414 
     240msgid "Basic Settings" 
     241msgstr "StandardinstÀllningar" 
     242 
     243#: functions.inc.php:416 
     244msgid "Schedule Name:" 
     245msgstr "Schemanamn: " 
     246 
     247#: functions.inc.php:416 
     248msgid "Give this Backup Schedule a brief name to help you identify it." 
     249msgstr "Namnge detta schema" 
     250 
     251#: functions.inc.php:420 
     252msgid "VoiceMail" 
     253msgstr "RöstbrevlÃ¥dor" 
     254 
     255#: functions.inc.php:420 
     256msgid "" 
     257"Backup the System VoiceMail Boxes... CAUTION: Could result in large file" 
     258msgstr "" 
     259"SÀkerhetskopiera dina röstbrevlÃ¥dor... VARNING: Detta kan resultera i en " 
     260"stor fil" 
     261 
     262#: functions.inc.php:424 
     263msgid "System Recordings" 
     264msgstr "Systeminspelningar" 
     265 
     266#: functions.inc.php:424 
     267msgid "" 
     268"Backup the System Recordings (AutoAttendent, Music On Hold, System " 
     269"Recordings)" 
     270msgstr "" 
     271 
     272#: functions.inc.php:428 
     273msgid "System Configuration" 
     274msgstr "Systemkonfiguration" 
     275 
     276#: functions.inc.php:428 
     277msgid "" 
     278"Backup the System Configurations (Database, etc files, SQL Database, astdb)" 
     279msgstr "" 
     280"SÀkerhetskopiera Systemkonfiguration (databasen, etc-filer, SQL-databasen, " 
     281"astdb)" 
     282 
     283#: functions.inc.php:432 
     284msgid "Admin Web Directory" 
     285msgstr "Webkatalogen admin" 
     286 
     287#: functions.inc.php:432 
     288msgid "" 
     289"Backup the admin web directory (i.e. the static FreePBX web files). This is " 
     290"useful to have during a restore to prevent a version mismatch, but can " 
     291"dramatically increase the backup size." 
     292msgstr "" 
     293"SÀkerhetskopiera webkatalogen admin (dÀr alla FreePBX websidor finns). Detta " 
     294"kan vara anvÀndbart vid en totalÃ¥terstÀllning för att undvika skillnader i versioner, " 
     295"men kan öka backupstorleken rejÀlt" 
     296 
     297#: functions.inc.php:436 
     298msgid "CDR" 
     299msgstr "Samtalsrapporter" 
     300 
     301#: functions.inc.php:436 
     302msgid "Backup the System Call Detail Reporting (HTML and Database)" 
     303msgstr "SÀkerhetskopiera Samtalsrapporten (HTML och databas)" 
     304 
     305#: functions.inc.php:440 
     306msgid "Operator Panel" 
     307msgstr "Operatörspanelen" 
     308 
     309#: functions.inc.php:440 
     310msgid "Backup the Operator Panel (HTML and Database)" 
     311msgstr "SÀkerhetskopiera Operatörspanelen (HTML och databas)" 
     312 
     313#: functions.inc.php:444 
     314msgid " Additional Files" 
     315msgstr "Extra filer" 
     316 
     317#: functions.inc.php:446 
     318msgid "Additional files and folders" 
     319msgstr "Extra filer och kataloger" 
     320 
     321#: functions.inc.php:446 
     322msgid "Backup any additional files and folders listed here." 
     323msgstr "" 
     324 
     325#: functions.inc.php:450 
     326msgid "Exclude files and folders" 
     327msgstr "" 
     328 
     329#: functions.inc.php:450 
     330msgid "Exclude any  files and folders from the include listed above." 
     331msgstr "" 
     332 
     333#: functions.inc.php:454 
     334msgid " FTP Settings" 
     335msgstr "" 
     336 
     337#: functions.inc.php:456 
     338msgid "Ftp User Name" 
     339msgstr "" 
     340 
     341#: functions.inc.php:456 
     342msgid "Enter your FTP user name" 
     343msgstr "" 
     344 
     345#: functions.inc.php:460 
     346msgid "Ftp Password" 
     347msgstr "" 
     348 
     349#: functions.inc.php:460 
     350msgid "Enter your FTP password" 
     351msgstr "" 
     352 
     353#: functions.inc.php:464 
     354msgid "Ftp Hostname" 
     355msgstr "" 
     356 
     357#: functions.inc.php:464 
     358msgid "IP address or FQDN of FTP server" 
     359msgstr "" 
     360 
     361#: functions.inc.php:468 
     362msgid "Ftp Directory" 
     363msgstr "" 
     364 
     365#: functions.inc.php:468 
     366msgid "Directory on FTP server where the backup should be copied to" 
     367msgstr "" 
     368 
     369#: functions.inc.php:471 
     370msgid " SSH Settings" 
     371msgstr "" 
     372 
     373#: functions.inc.php:473 
     374msgid "SSH User Name" 
     375msgstr "" 
     376 
     377#: functions.inc.php:473 
     378msgid "Enter your SSH user name" 
     379msgstr "" 
     380 
     381#: functions.inc.php:477 
     382msgid "SSH Key" 
     383msgstr "" 
     384 
     385#: functions.inc.php:477 
     386msgid "Location of ssh private key to be used when connect to a host" 
     387msgstr "" 
     388 
     389#: functions.inc.php:481 
     390msgid "SSH Hostname" 
     391msgstr "" 
     392 
     393#: functions.inc.php:481 
     394msgid "IP address or FQDN of remote ssh host" 
     395msgstr "" 
     396 
     397#: functions.inc.php:485 
     398msgid "SSH Directory" 
     399msgstr "" 
     400 
     401#: functions.inc.php:485 
     402msgid "Directory on remote server where the backup should be copied t" 
     403msgstr "" 
     404 
     405#: functions.inc.php:488 
     406msgid " Email Settings" 
     407msgstr "" 
     408 
     409#: functions.inc.php:490 
     410msgid "Email Address" 
     411msgstr "" 
     412 
     413#: functions.inc.php:490 
     414msgid "Email address where backups should be emailed to" 
     415msgstr "" 
     416 
     417#: functions.inc.php:494 
     418msgid "Max email size" 
     419msgstr "" 
     420 
     421#: functions.inc.php:494 
     422msgid "" 
     423"The maximum size a backup can be and still be emailed. Some email servers " 
     424"limit the size of email attachments, this will make sure that files larger " 
     425"than the max size are not sent. Valid options include: xB, xKB, xMB" 
     426msgstr "" 
     427 
     428#: functions.inc.php:562 functions.inc.php:566 functions.inc.php:586 
     429#: functions.inc.php:590 functions.inc.php:614 functions.inc.php:618 
     430msgid "All" 
     431msgstr "Alla" 
     432 
     433#: functions.inc.php:563 functions.inc.php:567 functions.inc.php:587 
     434#: functions.inc.php:591 functions.inc.php:615 functions.inc.php:619 
     435msgid "Selected" 
     436msgstr "Valda" 
     437 
     438#: functions.inc.php:595 
     439msgid "January" 
     440msgstr "Januari" 
     441 
     442#: functions.inc.php:596 
     443msgid "February" 
     444msgstr "Februari" 
     445 
     446#: functions.inc.php:597 
     447msgid "March" 
     448msgstr "Mars" 
     449 
     450#: functions.inc.php:598 
     451msgid "April" 
     452msgstr "April" 
     453 
     454#: functions.inc.php:599 
     455msgid "May" 
     456msgstr "Maj" 
     457 
     458#: functions.inc.php:600 
     459msgid "June" 
     460msgstr "Juni" 
     461 
     462#: functions.inc.php:601 
     463msgid "July" 
     464msgstr "Juli" 
     465 
     466#: functions.inc.php:602 
     467msgid "August" 
     468msgstr "Augusti" 
     469 
     470#: functions.inc.php:603 
     471msgid "September" 
     472msgstr "September" 
     473 
     474#: functions.inc.php:604 
     475msgid "October" 
     476msgstr "Oktober" 
     477 
     478#: functions.inc.php:605 
     479msgid "November" 
     480msgstr "November" 
     481 
     482#: functions.inc.php:606 
     483msgid "December" 
     484msgstr "December" 
     485 
     486#: functions.inc.php:623 
     487msgid "Monday" 
     488msgstr "MÃ¥ndag" 
     489 
     490#: functions.inc.php:624 
     491msgid "Tuesday" 
     492msgstr "Tisdag" 
     493 
     494#: functions.inc.php:625 
     495msgid "Wednesday" 
     496msgstr "Onsdag" 
     497 
     498#: functions.inc.php:626 
     499msgid "Thursday" 
     500msgstr "Torsdag" 
     501 
     502#: functions.inc.php:627 
     503msgid "Friday" 
     504msgstr "Fredag" 
     505 
     506#: functions.inc.php:628 
     507msgid "Saturday" 
     508msgstr "Lördag" 
     509 
     510#: functions.inc.php:629 
     511msgid "Sunday" 
     512msgstr "Söndag" 
     513 
     514#: functions.inc.php:636 
     515msgid "Run Backup" 
     516msgstr "Kör sÀkerhetskopia" 
     517 
     518#: functions.inc.php:638 
     519msgid "Follow Schedule Below" 
     520msgstr "Följ schemat nedan" 
     521 
     522#: functions.inc.php:639 
     523msgid "Now" 
     524msgstr "Nu" 
     525 
     526#: functions.inc.php:640 
     527msgid "Daily (at midnight)" 
     528msgstr "Daglig (vid midnatt)" 
     529 
     530#: functions.inc.php:641 
     531msgid "Weekly (on Sunday)" 
     532msgstr "Veckoschema (söndag)" 
     533 
     534#: functions.inc.php:642 
     535msgid "Monthly (on the 1st)" 
     536msgstr "MÃ¥nadsschema (den 1:e i mÃ¥naden)" 
     537 
     538#: functions.inc.php:643 
     539msgid "Yearly (on 1st Jan)" 
     540msgstr "à
     541rligt schema (den 1:e januari)" 
     542 
     543#: functions.inc.php:671 
     544msgid "Minutes" 
     545msgstr "Minut" 
     546 
     547#: functions.inc.php:671 
     548msgid "Hours" 
     549msgstr "Timme" 
     550 
     551#: functions.inc.php:671 
     552msgid "Days" 
     553msgstr "Dag" 
     554 
     555#: functions.inc.php:671 
     556msgid "Months" 
     557msgstr "MÃ¥nad" 
     558 
     559#: functions.inc.php:671 
     560msgid "Weekdays" 
     561msgstr "Veckodag" 
     562 
     563#: install.php:175 
    33564msgid "removing retrieve_backup_cron_from_mysql.pl.." 
    34565msgstr "tar bort retrieve_backup_cron_from_mysql.pl.." 
    35566 
    36 #: install.php:70 
     567#: install.php:177 
    37568msgid "removed" 
    38569msgstr "borttagen" 
    39570 
    40 #: install.php:72 
     571#: install.php:179 
    41572msgid "failed" 
    42573msgstr "misslyckades" 
    43574 
    44 #: page.backup.php:106 
     575#: page.backup.php:80 
    45576msgid "Add Backup Schedule" 
    46577msgstr "LÀgg till schema för sÀkerhetskopia" 
    47578 
    48 #: page.backup.php:107 
     579#: page.backup.php:81 
    49580msgid "Restore from Backup" 
    50581msgstr "à
    51582terstÀll frÃ¥n sÀkerhetskopia" 
    52583 
    53 #: page.backup.php:128 
    54 #: page.backup.php:151 
    55 #: page.backup.php:198 
     584#: page.backup.php:102 page.backup.php:125 page.backup.php:181 
    56585msgid "System Backup" 
    57586msgstr "SÀkerhetskopiering" 
    58587 
    59 #: page.backup.php:136 
    60 #: page.backup.php:167 
     588#: page.backup.php:110 page.backup.php:141 
    61589msgid "Run Schedule" 
    62590msgstr "Kör schema" 
    63591 
    64 #: page.backup.php:140 
    65 #: page.backup.php:171 
     592#: page.backup.php:114 page.backup.php:145 
    66593msgid "Submit Changes" 
    67594msgstr "Spara Àndringar" 
    68595 
    69 #: page.backup.php:154 
     596#: page.backup.php:128 
    70597#, php-format 
    71598msgid "Delete Backup Schedule %s" 
    72599msgstr "Ta bort schema för sÀkerhetskopia %s" 
    73600 
    74 #: page.backup.php:182 
     601#: page.backup.php:154 
     602msgid "Backup names cannot contain spaces." 
     603msgstr "Backupnamnet kan inte innehÃ¥lla mellanslag" 
     604 
     605#: page.backup.php:165 
    75606msgid "System Restore" 
    76607msgstr "SystemÃ¥terstÀllning" 
    77  
    78 #: schedule_functions.php:21 
    79 #: schedule_functions.php:46 
    80 msgid "Are you sure you want to delete this File Set?" 
    81 msgstr "Är du sÀker pÃ¥ att du vill ta bort denna sÀkerhetskopia?" 
    82  
    83 #: schedule_functions.php:22 
    84 msgid "DELETE ALL THE DATA IN THIS SET" 
    85 msgstr "TA BORT ALL DATA I DENNA SÄKERHETSKOPIA" 
    86  
    87 #: schedule_functions.php:22 
    88 msgid "Delete this backup set and all data associated with this backup set.." 
    89 msgstr "Ta bort denna sÀkerhetskopia och all data den innehÃ¥ller" 
    90  
    91 #: schedule_functions.php:47 
    92 msgid "Delete File Set" 
    93 msgstr "Ta bort sÀkerhetskopian" 
    94  
    95 #: schedule_functions.php:47 
    96 msgid "Delete this backup set." 
    97 msgstr "Ta bort denna sÀkerhetskopia" 
    98  
    99 #: schedule_functions.php:51 
    100 msgid "" 
    101 "Are you sure you want to restore this COMPLETE file set?\\n" 
    102 "Doing so will permanently over-write all FreePBX and Asterisk files\\n" 
    103 "You will lose all Your Call Detail Records and any Voicemail that was recorded between the BACKUP DATE and NOW!" 
    104 msgstr "" 
    105 "Är du sÀker pÃ¥ att du vill Ã¥terstÀlla denna FULLSTÄNDIGA sÀkerhetskopia?\\n" 
    106 "Detta kommmer permanent skriva över alla filer för FreePBX och Asterisk\\n" 
    107 "Du kommer att förlora alla samtalsloggar och röstmeddelande som har registrerats frÃ¥n det att sÀkerhetskopian togs och nu!" 
    108  
    109 #: schedule_functions.php:52 
    110 msgid "Restore Entire Backup Set" 
    111 msgstr "à
    112 terstÀll hela sÀkerhetskopian" 
    113  
    114 #: schedule_functions.php:54 
    115 msgid "Restore your Complete Backup set overwriting all files." 
    116 msgstr "à
    117 terstÀll din kompletta sÀkerhetskopia och skriv över alla filer. NOTERA! Detta kommer att Ã¥terstÀlla ditt system till samma status det hade vid tiden för denna sÀkerhetskopia. ALLT KOMMER ATT SKRIVAS ÖVER!!" 
    118  
    119 #: schedule_functions.php:58 
    120 msgid "" 
    121 "Are you sure you want to Restore this file set?\\n" 
    122 "Doing so will permanently delete any new voicemail you have in your mailbox\\n" 
    123 "since this backup on" 
    124 msgstr "" 
    125 "Är du sÀker pÃ¥ att du vill Ã¥terstÀlla denna sÀkerhetskopia?\\n" 
    126 "Detta kommer att permanent ta bort alla nya röstbesked som finns i röstbrevlÃ¥dorna\\n" 
    127 "sedan denna sÀkerhestkopia togs den" 
    128  
    129 #: schedule_functions.php:59 
    130 msgid "Restore VoiceMail Files" 
    131 msgstr "à
    132 terstÀll röstbrevlÃ¥dorna" 
    133  
    134 #: schedule_functions.php:61 
    135 msgid "Restore your Voicemail files from this backup set.  NOTE! This will delete any voicemail currently in the voicemail boxes." 
    136 msgstr "à
    137 terstÀll dina röstbrevlÃ¥dor frÃ¥n denna kopia. NOTERA! Detta tar bort allt innehÃ¥ll som nu finns i röstbrevlÃ¥dorna." 
    138  
    139 #: schedule_functions.php:67 
    140 msgid "" 
    141 "Are you sure you want to Restore this file set?\\n" 
    142 "NOTE! This will OVERWRITE any voicerecordings currently on the system. It will NOT delete new files not currently in the backup set" 
    143 msgstr "" 
    144 "Är du sÀker pÃ¥ att du vill Ã¥terstÀlla denna sÀkerhetskopia?\\n" 
    145 "OBS! Detta kommer att skriva över de röstbesked som finns i systemet. Nyare filer Àn de som finns i sÀkerhetskopian kommer INTE att skrivas över." 
    146  
    147 #: schedule_functions.php:68 
    148 msgid "Restore System Recordings Files" 
    149 msgstr "à
    150 terstÀll systeminspelningarna" 
    151  
    152 #: schedule_functions.php:70 
    153 msgid "Restore your system Voice Recordings including AutoAttendant files from this backup set.  NOTE! This will OVERWRITE any voicerecordings  currently on the system. It will NOT delete new files not currently in the backup set" 
    154 msgstr "à
    155 terstÀller dina systeminspelningar inklusive filerna för AutoAttendant . NOTERA! Detta kommer att SKRIVA ÖVER alla systeminspelningar i systemet, men kommer INTE att ta bort nya filer som inte finns i denna sÀkerhetskopia." 
    156  
    157 #: schedule_functions.php:74 
    158 msgid "" 
    159 "Are you sure you want to Restore this File Set?\\n" 
    160 "Doing so will Permanently Over-Write all FreePBX and Asterisk Files!" 
    161 msgstr "" 
    162 "Är du sÀker pÃ¥ att du vill Ã¥terstÀlla denna sÀkerhetskopia?\\n" 
    163 "Detta kommer att skriva över alla filer för FreePBX och Asterisk!" 
    164  
    165 #: schedule_functions.php:75 
    166 msgid "Restore System Configuration" 
    167 msgstr "à
    168 terstÀll systemkonfigurationen" 
    169  
    170 #: schedule_functions.php:75 
    171 msgid "Restore your system configuration from this backup set.  NOTE! This will OVERWRITE any System changes you have made since this backup... ALL items will be reset to what they were at the time of this backup set.." 
    172 msgstr "à
    173 terstÀller din systemkonfiguration frÃ¥n denna sÀkerhetskopia. NOTERA! Detta kommer att SKRIVA ÖVER alla förÀndringar i ditt system du gjort efter denna sÀkerhetskopia... ALLT kommer att Ã¥terstÀllas till den status systemet hade vid tiden för denna sÀkerhetskopia." 
    174  
    175 #: schedule_functions.php:79 
    176 msgid "" 
    177 "Are you sure you want to Restore the Operator Panel Files?\\n" 
    178 "Doing so will Permanently Over-Write all Operator Panel Files!" 
    179 msgstr "" 
    180 "Är du sÀker pÃ¥ att du vill Ã¥terstÀlla Operatörspanelen?\\n" 
    181 "Detta kommer permanent skriva över alla förÀndringar gjorda efter denna sÀkerhestkopia!" 
    182  
    183 #: schedule_functions.php:80 
    184 msgid "Restore Operator Panel" 
    185 msgstr "à
    186 terstÀll Operatörspanelen" 
    187  
    188 #: schedule_functions.php:82 
    189 msgid "Restore the Operator Panel from this backup set.  NOTE! This will OVERWRITE any Operator Panel Changes you have made since this backup... ALL items will be reset to what they were at the time of this backup set.." 
    190 msgstr "à
    191 terstÀller operatörspanelen frÃ¥n denna sÀkerhetskopia. NOTERA! Detta kommer att SKRIVA ÖVER alla förÀndringar som skett i operatörspanelen sedan sÀkerhetskopian togs... ALLT kommer att Ã¥terstÀllas till den status operatörspanelen hade vid tiden för denna sÀkerhetskopia." 
    192  
    193 #: schedule_functions.php:87 
    194 msgid "" 
    195 "Are you sure you want to Restore the CALL DETAIL FILES?\\n" 
    196 "Doing so will Permanently DELETE all CALL RECORDS!" 
    197 msgstr "" 
    198 "Är du sÀker pÃ¥ att du vill Ã¥terstÀlla all samtalslogg?\\n" 
    199 "Detta kommer att permanent ta bort alla loggar sedan datumen för sÀkerhetskopian!" 
    200  
    201 #: schedule_functions.php:88 
    202 msgid "Restore Call Detail Report" 
    203 msgstr "à
    204 terstÀller samtalsdatabasen" 
    205  
    206 #: schedule_functions.php:90 
    207 msgid "Restore the Call Detail Records from this backup set.  NOTE! This will DELETE ALL CALL RECORDS that have been saved since this backup set.." 
    208 msgstr "à
    209 terstÀller samtalsdatabasen frÃ¥n denna sÀkerhetskopia. NOTERA! Detta kommer att TA BORT ALLA SAMTALSLOGGAR som har tillkommit efter att denna sÀkerhetskopia togs." 
    210  
    211 #: schedule_functions.php:95 
    212 msgid "ERROR its not a BACKUP SET file" 
    213 msgstr "FEL! Detta Àr ingen sÀkerhetskopia" 
    214  
    215 #: schedule_functions.php:148 
    216 msgid "Restored All Files in Backup Set" 
    217 msgstr "à
    218 terstÀllde alla filer i sÀkerhetskopian" 
    219  
    220 #: schedule_functions.php:165 
    221 msgid "Restored VoiceMail" 
    222 msgstr "à
    223 terstÀllde röstbrevlÃ¥dorna" 
    224  
    225 #: schedule_functions.php:180 
    226 msgid "Restored System Recordings" 
    227 msgstr "à
    228 terstÀllde systeminspelningar" 
    229  
    230 #: schedule_functions.php:203 
    231 msgid "Restored System Configuration" 
    232 msgstr "à
    233 terstÀllde systemkonfigurationen" 
    234  
    235 #: schedule_functions.php:218 
    236 msgid "Restored Operator Panel" 
    237 msgstr "à
    238 terstÀllde operatörspanelen" 
    239  
    240 #: schedule_functions.php:239 
    241 msgid "Restored CDR logs" 
    242 msgstr "à
    243 terstÀllde samtalsloggen" 
    244  
    245 #: schedule_functions.php:244 
    246 msgid "Restore Failed, see System Status Notification for details" 
    247 msgstr "à
    248 terstÀllningen misslyckades, se i noteringar för systemstatus för detaljer" 
    249  
    250 #: schedule_functions.php:407 
    251 msgid "Schedule Name:" 
    252 msgstr "Schemanamn: " 
    253  
    254 #: schedule_functions.php:407 
    255 msgid "Give this Backup Schedule a brief name to help you identify it." 
    256 msgstr "Namnge detta schema" 
    257  
    258 #: schedule_functions.php:412 
    259 msgid "VoiceMail" 
    260 msgstr "RöstbrevlÃ¥dor" 
    261  
    262 #: schedule_functions.php:412 
    263 msgid "Backup the System VoiceMail Boxes... CAUTION: Could result in large file" 
    264 msgstr "SÀkerhetskopiera dina röstbrevlÃ¥dor... VARNING: Detta kan resultera i en stor fil" 
    265  
    266 #: schedule_functions.php:414 
    267 #: schedule_functions.php:416 
    268 #: schedule_functions.php:422 
    269 #: schedule_functions.php:424 
    270 #: schedule_functions.php:430 
    271 #: schedule_functions.php:432 
    272 #: schedule_functions.php:438 
    273 #: schedule_functions.php:440 
    274 #: schedule_functions.php:446 
    275 #: schedule_functions.php:448 
    276 msgid "yes" 
    277 msgstr "ja" 
    278  
    279 #: schedule_functions.php:414 
    280 #: schedule_functions.php:416 
    281 #: schedule_functions.php:422 
    282 #: schedule_functions.php:424 
    283 #: schedule_functions.php:430 
    284 #: schedule_functions.php:432 
    285 #: schedule_functions.php:438 
    286 #: schedule_functions.php:440 
    287 #: schedule_functions.php:446 
    288 #: schedule_functions.php:448 
    289 msgid "no" 
    290 msgstr "nej" 
    291  
    292 #: schedule_functions.php:420 
    293 msgid "System Recordings" 
    294 msgstr "Systeminspelningar" 
    295  
    296 #: schedule_functions.php:420 
    297 msgid "Backup the System Recordings (AutoAttendant, Music On Hold, System Recordings)" 
    298 msgstr "SÀkerhetskopiera Systeminspelningar (AutoAttendant, Pausmusik, Systeminspelningar)" 
    299  
    300 #: schedule_functions.php:428 
    301 msgid "System Configuration" 
    302 msgstr "Systemkonfiguration" 
    303  
    304 #: schedule_functions.php:428 
    305 msgid "Backup the System Configurations (Database, etc files, SQL Database, astdb)" 
    306 msgstr "SÀkerhetskopiera Systemkonfiguration (databasen, etc-filer, SQL-databasen, astdb)" 
    307  
    308 #: schedule_functions.php:436 
    309 msgid "CDR" 
    310 msgstr "Samtalsrapporter" 
    311  
    312 #: schedule_functions.php:436 
    313 msgid "Backup the System Call Detail Reporting (HTML and Database)" 
    314 msgstr "SÀkerhetskopiera Samtalsrapporten (HTML och databas)" 
    315  
    316 #: schedule_functions.php:444 
    317 msgid "Operator Panel" 
    318 msgstr "Operatörspanelen" 
    319  
    320 #: schedule_functions.php:444 
    321 msgid "Backup the Operator Panel (HTML and Database)" 
    322 msgstr "SÀkerhetskopiera Operatörspanelen (HTML och databas)" 
    323  
    324 #: schedule_functions.php:495 
    325 #: schedule_functions.php:499 
    326 #: schedule_functions.php:524 
    327 #: schedule_functions.php:528 
    328 #: schedule_functions.php:553 
    329 #: schedule_functions.php:557 
    330 msgid "All" 
    331 msgstr "Alla" 
    332  
    333 #: schedule_functions.php:496 
    334 #: schedule_functions.php:500 
    335 #: schedule_functions.php:525 
    336 #: schedule_functions.php:529 
    337 #: schedule_functions.php:554 
    338 #: schedule_functions.php:558 
    339 msgid "Selected" 
    340 msgstr "Valda" 
    341  
    342 #: schedule_functions.php:533 
    343 msgid "January" 
    344 msgstr "Januari" 
    345  
    346 #: schedule_functions.php:534 
    347 msgid "February" 
    348 msgstr "Februari" 
    349  
    350 #: schedule_functions.php:535 
    351 msgid "March" 
    352 msgstr "Mars" 
    353  
    354 #: schedule_functions.php:536 
    355 msgid "April" 
    356 msgstr "April" 
    357  
    358 #: schedule_functions.php:537 
    359 msgid "May" 
    360 msgstr "Maj" 
    361  
    362 #: schedule_functions.php:538 
    363 msgid "June" 
    364 msgstr "Juni" 
    365  
    366 #: schedule_functions.php:539 
    367 msgid "July" 
    368 msgstr "Juli" 
    369  
    370 #: schedule_functions.php:540 
    371 msgid "August" 
    372 msgstr "Augusti" 
    373  
    374 #: schedule_functions.php:541 
    375 msgid "September" 
    376 msgstr "September" 
    377  
    378 #: schedule_functions.php:542 
    379 msgid "October" 
    380 msgstr "Oktober" 
    381  
    382 #: schedule_functions.php:543 
    383 msgid "November" 
    384 msgstr "November" 
    385  
    386 #: schedule_functions.php:544 
    387 msgid "December" 
    388 msgstr "December" 
    389  
    390 #: schedule_functions.php:562 
    391 msgid "Monday" 
    392 msgstr "MÃ¥ndag" 
    393  
    394 #: schedule_functions.php:563 
    395 msgid "Tuesday" 
    396 msgstr "Tisdag" 
    397  
    398 #: schedule_functions.php:564 
    399 msgid "Wednesday" 
    400 msgstr "Onsdag" 
    401  
    402 #: schedule_functions.php:565 
    403 msgid "Thursday" 
    404 msgstr "Torsdag" 
    405  
    406 #: schedule_functions.php:566 
    407 msgid "Friday" 
    408 msgstr "Fredag" 
    409  
    410 #: schedule_functions.php:567 
    411 msgid "Saturday" 
    412 msgstr "Lördag" 
    413  
    414 #: schedule_functions.php:568 
    415 msgid "Sunday" 
    416 msgstr "Söndag" 
    417  
    418 #: schedule_functions.php:576 
    419 msgid "Run Backup" 
    420 msgstr "Kör sÀkerhetskopia" 
    421  
    422 #: schedule_functions.php:578 
    423 msgid "Follow Schedule Below" 
    424 msgstr "Följ schemat nedan" 
    425  
    426 #: schedule_functions.php:579 
    427 msgid "Now" 
    428 msgstr "Nu" 
    429  
    430 #: schedule_functions.php:580 
    431 msgid "Daily (at midnight)" 
    432 msgstr "Daglig (vid midnatt)" 
    433  
    434 #: schedule_functions.php:581 
    435 msgid "Weekly (on Sunday)" 
    436 msgstr "Veckoschema (söndag)" 
    437  
    438 #: schedule_functions.php:582 
    439 msgid "Monthly (on the 1st)" 
    440 msgstr "MÃ¥nadsschema (den 1:e i mÃ¥naden)" 
    441  
    442 #: schedule_functions.php:583 
    443 msgid "Yearly (on 1st Jan)" 
    444 msgstr "à
    445 rligt schema (den 1:e januari)" 
    446  
    447 #: schedule_functions.php:608 
    448 msgid "Minutes" 
    449 msgstr "Minut" 
    450  
    451 #: schedule_functions.php:608 
    452 msgid "Hours" 
    453 msgstr "Timme" 
    454  
    455 #: schedule_functions.php:608 
    456 msgid "Days" 
    457 msgstr "Dag" 
    458  
    459 #: schedule_functions.php:608 
    460 msgid "Months" 
    461 msgstr "MÃ¥nad" 
    462  
    463 #: schedule_functions.php:608 
    464 msgid "Weekdays" 
    465 msgstr "Veckodag" 
    466608 
    467609#: module.xml 
     
    469611msgstr "SÀkerhetskopiering" 
    470612 
     613#~ msgid "yes" 
     614#~ msgstr "ja" 
     615 
     616#~ msgid "no" 
     617#~ msgstr "nej" 
     618 
     619#~ msgid "" 
     620#~ "Backup the System Recordings (AutoAttendant, Music On Hold, System " 
     621#~ "Recordings)" 
     622#~ msgstr "" 
     623#~ "SÀkerhetskopiera Systeminspelningar (AutoAttendant, Pausmusik, " 
     624#~ "Systeminspelningar)"