Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
commit | author | age
e5f91f 1 <?php
14f228 2 $wb['select_server_txt'] = 'Välj server';
TB 3 $wb['btn_do_txt'] = 'Utför handling';
4 $wb['do_osupdate_caption'] = 'Utför OS-uppdatering på fjärrserver';
0d9599 5 $wb['do_osupdate_desc'] = 'This Action does a aptitude -y upgrade at your selected server.<br><br><strong>USE THIS AT YOUR OWN RISK!</strong>';
14f228 6 $wb['do_ispcupdate_caption'] = 'Utför ISPConfig 3 -uppdatering på fjärrserver';
0d9599 7 $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your selected server.<br><br><strong>USE THIS AT YOUR OWN RISK!</strong>';
14f228 8 $wb['action_scheduled'] = 'Handlingen är schemalagd att utföras';
TB 9 $wb['select_all_server'] = 'Alla servrar';
10 $wb['ispconfig_update_title'] = 'ISPConfig uppdateringsinstruktioner';
11 $wb['ispconfig_update_text'] = 'Logga in som root på din server och kör kommandot<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />för att påbörja ISPConfig-uppdateringen.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Klicka här för detaljerade instruktioner</a>';
e5f91f 12 ?>
14f228 13