Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ function generate($postdata) {
$column_input .= ' <input type="checkbox" class="custom-control-input" id="cruddiy_delete_' . $columnname . '" name="cruddiy_delete_' . $columnname . '" value="1">' . "\n";
$column_input .= ' <label class="custom-control-label" for="cruddiy_delete_' . $columnname . '">'. "\n";
$html_link_upload = '<a href="uploads/<?php echo ' . $create_record . ' ?>" target="_blank"><?php echo ' . $create_record . ' ?></a>';
$column_input .= '<?php translate("Delete:") ?>: '.$html_link_upload;
$column_input .= '<?php translate("Delete") ?>: '.$html_link_upload;
$column_input .= ' </label>' . "\n";
$column_input .= '</div>' . "\n";
$column_input .= '<?php endif ?>' . "\n";
Expand Down
3 changes: 2 additions & 1 deletion core/locales/ru.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// update records
'Update Record' => 'Обновить запись',
'update_record_instructions' => 'Измените значения и отправьте, чтобы обновить запись.',
'Edit' => 'Изменить',

// delete records
'Delete' => 'Удалить',
Expand Down Expand Up @@ -55,4 +56,4 @@
"references_view_btn" => "Посмотреть %s %s с %s = %s",

);
?>
?>