mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-14 20:55:50 +01:00
Update tinyfilemanager.php
Correcting translations
This commit is contained in:
parent
7e7fb1f505
commit
f55f6d2ce1
1 changed files with 5 additions and 5 deletions
|
|
@ -1524,14 +1524,14 @@ if (isset($_GET['copy']) && !isset($_GET['finish']) && !FM_READONLY) {
|
|||
fm_show_nav_path(FM_PATH); // current path
|
||||
?>
|
||||
<div class="path">
|
||||
<p><b>Copying</b></p>
|
||||
<p><b><?php echo lng('Copying') ?></b></p>
|
||||
<p class="break-word">
|
||||
<strong>Source path:</strong> <?php echo fm_enc(fm_convert_win(FM_ROOT_PATH . '/' . $copy)) ?><br>
|
||||
<strong>Destination folder:</strong> <?php echo fm_enc(fm_convert_win(FM_ROOT_PATH . '/' . FM_PATH)) ?>
|
||||
<strong><?php echo lng('SourceFolder') ?>:</strong> <?php echo fm_enc(fm_convert_win(FM_ROOT_PATH . '/' . $copy)) ?><br>
|
||||
<strong><?php echo lng('DestinationFolder') ?>:</strong> <?php echo fm_enc(fm_convert_win(FM_ROOT_PATH . '/' . FM_PATH)) ?>
|
||||
</p>
|
||||
<p>
|
||||
<b><a href="?p=<?php echo urlencode(FM_PATH) ?>&copy=<?php echo urlencode($copy) ?>&finish=1"><i class="fa fa-check-circle"></i> Copy</a></b>
|
||||
<b><a href="?p=<?php echo urlencode(FM_PATH) ?>&copy=<?php echo urlencode($copy) ?>&finish=1&move=1"><i class="fa fa-check-circle"></i> Move</a></b>
|
||||
<b><a href="?p=<?php echo urlencode(FM_PATH) ?>&copy=<?php echo urlencode($copy) ?>&finish=1"><i class="fa fa-check-circle"></i> <?php echo lng('Copy') ?></a></b>
|
||||
<b><a href="?p=<?php echo urlencode(FM_PATH) ?>&copy=<?php echo urlencode($copy) ?>&finish=1&move=1"><i class="fa fa-check-circle"></i> <?php echo lng('Move') ?></a></b>
|
||||
<b><a href="?p=<?php echo urlencode(FM_PATH) ?>" class="text-danger"><i class="fa fa-times-circle"></i> Cancel</a></b>
|
||||
</p>
|
||||
<p><i><?php echo lng('Select folder') ?></i></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue