Multi-language support

This commit is contained in:
bergware
2020-03-12 16:26:04 +01:00
parent bed0587e61
commit 4c89210341
24 changed files with 103 additions and 81 deletions

View File

@@ -296,7 +296,7 @@ function hideUpgrade(set) {
}
function openUpgrade() {
hideUpgrade();
swal({title:'<?=_("Update")?> Unraid OS',text:'<?=_("Do you want to update to the new version")?>?',type:'warning',showCancelButton:true},function(){
swal({title:'<?=_("Update")?> Unraid OS',text:'<?=_("Do you want to update to the new version")?>?',type:'warning',showCancelButton:true,confirmButtonText:'<?=_("Proceed")?>',cancelButtonText:'<?=_("Cancel")?>'},function(){
openBox('/plugins/dynamix.plugin.manager/scripts/plugin&arg1=update&arg2=unRAIDServer.plg','<?=_("Update")?> Unraid OS',600,900,true);
});
}