mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-14 12:45:51 +01:00
Add translation queues for upload conflicts
This commit is contained in:
parent
f17ba55ac6
commit
b99e6bebf4
1 changed files with 7 additions and 1 deletions
|
|
@ -4953,7 +4953,7 @@ function fm_show_header_login()
|
|||
if (remaining_count > 0) {
|
||||
$('.conflict-checkbox-container').show();
|
||||
$('#conflict_checkbox').prop('checked', false);
|
||||
$('.conflict-checkbox-container label').html('<?php echo lng('Apply choice to remaining ') ?> <b>' + remaining_count + '</b>');
|
||||
$('.conflict-checkbox-container label').html('<?php echo lng('Apply choice to remaining') ?> <b>' + remaining_count + '</b>');
|
||||
} else {
|
||||
$('.conflict-checkbox-container').hide();
|
||||
$('#conflict_checkbox').prop('checked', false);
|
||||
|
|
@ -5708,6 +5708,12 @@ function fm_show_header_login()
|
|||
$tr['en']['Actions'] = 'Actions';
|
||||
$tr['en']['Folder is empty'] = 'Folder is empty';
|
||||
$tr['en']['Upload'] = 'Upload';
|
||||
$tr['en']['File conflict detected'] = 'File conflict detected';
|
||||
$tr['en']['Conflict detected for'] = 'Conflict detected for';
|
||||
$tr['en']['New Filename'] = 'New Filename';
|
||||
$tr['en']['Rename Old'] = 'Rename Old';
|
||||
$tr['en']['Apply choice to remaining'] = 'Apply choice to remaining';
|
||||
$tr['en']['Replace'] = 'Replace';
|
||||
$tr['en']['Cancel'] = 'Cancel';
|
||||
$tr['en']['InvertSelection'] = 'Invert Selection';
|
||||
$tr['en']['DestinationFolder'] = 'Destination Folder';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue