Translations adjustments

This commit is contained in:
bergware
2021-03-13 20:02:51 +01:00
parent a2925bfa9e
commit dfed199a41
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -4,8 +4,8 @@ Icon="icon-update"
Tag="upload"
---
<?PHP
/* Copyright 2005-2020, Lime Technology
* Copyright 2012-2020, Bergware International.
/* Copyright 2005-2021, Lime Technology
* Copyright 2012-2021, Bergware International.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 2,
@@ -93,6 +93,6 @@ $(function() {
<thead><tr><th></th><th>_(Component)_</th><th>_(Author)_</th><th>_(Version)_</th><th>_(Status)_</th><th>_(Branch)_</th></tr></thead>
<tbody id="os_list"><?=$empty?></tbody>
<?if ($bzroot):?>
<tbody id="previous" style="display:none"><tr><td><img src="/plugins/unRAIDServer/images/unRAIDServer.png" class="list"></td><td><b>_(Unraid OS)_ (_(previous)_)</b></td><td>_(LimeTech)_</td><td><?=$version?></td><td><input type="button" value="_(Restore)_" onclick="downgrade()"></td><td><?=_($branch)?></td></tbody>
<tbody id="previous" style="display:none"><tr><td><img src="/plugins/unRAIDServer/images/unRAIDServer.png" class="list"></td><td><b>_(Unraid OS)_ (_(previous)_)</b></td><td>LimeTech</td><td><?=$version?></td><td><input type="button" value="_(Restore)_" onclick="downgrade()"></td><td><?=_($branch)?></td></tbody>
<?endif;?>
</table>
+1 -1
View File
@@ -61,7 +61,7 @@ function diagnostics(file) {
diagnosticsFile = zip;
diagnostic.start();
swal({
title: "_(Downloading...)_",
title: "_(Downloading)_...",
text: "/boot/logs"+zip+"<br><tt><span id='command'></span></tt>",
allowOutsideClick: false,
showConfirmButton: false,
+3 -3
View File
@@ -3,8 +3,8 @@ Title="Edit User"
Tag="user"
---
<?PHP
/* Copyright 2005-2020, Lime Technology
* Copyright 2012-2020, Bergware International.
/* Copyright 2005-2021, Lime Technology
* Copyright 2012-2021, Bergware International.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 2,
@@ -133,7 +133,7 @@ $(function(){
swal({title:"_(Too many files)_",text:"_(Please select one file only)_!",html:true,type:"error"});
break;
case 'FileTooLarge':
swal({title:"_(File too large)_",text:"_(Maximum file upload size is 512K (524,288 bytes))_",type:"error",html:true,confirmButtonText:"_(Ok)_"});
swal({title:"_(File too large)_",text:"_(Maximum file upload size is 512K)_ (524,288 _(bytes)_)",type:"error",html:true,confirmButtonText:"_(Ok)_"});
break;
}
},