-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen_dataloghistory_view.lng
More file actions
27 lines (27 loc) · 911 Bytes
/
en_dataloghistory_view.lng
File metadata and controls
27 lines (27 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
$wb['i'] = 'Insert';
$wb['u'] = 'Update';
$wb['d'] = 'Delete';
$wb['list_head_txt'] = 'Data Log History Entry';
$wb['id_txt'] = 'ID';
$wb['timestamp_txt'] = 'Timestamp';
$wb['table_txt'] = 'Table';
$wb['action_txt'] = 'Action';
$wb['session_id_txt'] = 'Session ID';
$wb['fields_txt'] = 'Fields';
$wb['fields_inserted_txt'] = 'Inserted Fields';
$wb['fields_updated_txt'] = 'Updated Fields';
$wb['fields_deleted_txt'] = 'Deleted Fields';
$wb['no_changes_txt'] = 'No changes (re-sync)';
$wb['is_diff_txt'] = 'The differences are highlighted';
$wb['is_diff_inserts_txt'] = 'Insertions';
$wb['is_diff_deletes_txt'] = 'Deletions';
$wb['field_txt'] = 'Field';
$wb['value_txt'] = 'Value';
$wb['old_txt'] = 'Old';
$wb['new_txt'] = 'New';
$wb['btn_cancel_txt'] = 'Back';
$wb['undo_txt'] = 'Undo action';
$wb['undo_confirmation_txt'] = 'Do you really want to undo this action?';
$wb['username_txt'] = 'Username';
?>