Skip to content
Closed
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
4 changes: 4 additions & 0 deletions modules/backend/lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
'delete_selected_success' => 'Deleted selected records.',
'column_switch_true' => 'Yes',
'column_switch_false' => 'No',
'new_name' => 'New :name'
],
'fileupload' => [
'attachment' => 'Attachment',
Expand Down Expand Up @@ -269,6 +270,7 @@
'delete' => 'Delete',
'deleting' => 'Deleting...',
'confirm_delete' => 'Delete record?',
'confirm_delete_name' => 'Are you sure you want to delete this :name?',
'confirm_delete_multiple' => 'Delete selected records?',
'deleting_name' => 'Deleting :name...',
'restore' => 'Restore',
Expand Down Expand Up @@ -301,9 +303,11 @@
'insert_row' => 'Insert Row',
'insert_row_below' => 'Insert Row Below',
'delete_row' => 'Delete Row',
'delete_this_name' => 'Delete this :name',
'concurrency_file_changed_title' => 'File was changed',
'concurrency_file_changed_description' => "The file you're editing has been changed on disk by another user. You can either reload the file and lose your changes or override the file on the disk.",
'return_to_list' => 'Return to the list',
'return_to_list_name' => 'Return to :name list',
],
'recordfinder' => [
'find_record' => 'Find Record',
Expand Down