mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-03 05:01:05 +02:00
Translated Backups view
This commit is contained in:
parent
9ed618463f
commit
0a69eae6b0
@ -276,7 +276,14 @@ return [
|
|||||||
'Up to date' => 'Up to date+',
|
'Up to date' => 'Up to date+',
|
||||||
'Update all themes' => 'Update all themes+',
|
'Update all themes' => 'Update all themes+',
|
||||||
|
|
||||||
|
'Download your updater backups' => 'Download your updater backups:+',
|
||||||
|
'The server will never store more that two backups at a time' => 'The server will never store more that two backups at a time.+',
|
||||||
|
'No backups found' => 'No backups found+',
|
||||||
|
'Backup your instance' => 'Backup your instance+',
|
||||||
|
'' => '+',
|
||||||
|
'' => '+',
|
||||||
|
'' => '+',
|
||||||
|
'' => '+',
|
||||||
|
|
||||||
|
|
||||||
'Config' => 'Config+',
|
'Config' => 'Config+',
|
||||||
@ -525,4 +532,5 @@ return [
|
|||||||
|
|
||||||
'' => '+',
|
'' => '+',
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
@ -27,8 +27,8 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<br><br><h3>Download your updater backups:</h3>
|
<br><br><h3>{{__('messages.Download your updater backups')}}</h3>
|
||||||
<hp>The server will never store more that two backups at a time.</hp><br><br><br>
|
<hp>{{__('messages.The server will never store more that two backups at a time')}}</hp><br><br><br>
|
||||||
<?php
|
<?php
|
||||||
$test="test";
|
$test="test";
|
||||||
if ($handle = opendir('backups/updater-backups')) {
|
if ($handle = opendir('backups/updater-backups')) {
|
||||||
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
@else
|
@else
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3>No backups found</h3></div>
|
<h3>{{__('messages.No backups found')}}</h3></div>
|
||||||
@endif
|
@endif
|
||||||
<center><a class="btn" href="{{ url('backup') }}"><button><i class="fa-solid fa-floppy-disk"></i> Backup your instance</button></a></center>
|
<center><a class="btn" href="{{ url('backup') }}"><button><i class="fa-solid fa-floppy-disk"></i>{{__('messages.Backup your instance')}}</button></a></center>
|
||||||
@endsection
|
@endsection
|
Loading…
x
Reference in New Issue
Block a user