Skip to content
en_dataloghistory_view.lng 1.91 KiB
Newer Older
<?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['datalog_username_txt'] = 'Username';
$wb['datalog_userip_txt'] = 'IP';
Florian Schaal's avatar
Florian Schaal committed
$wb['describe_client'] = 'Username';
$wb['describe_cron'] = 'Website';
Florian Schaal's avatar
Florian Schaal committed
$wb['describe_directive_snippets'] = 'Direktive Snippet';
$wb['describe_domain'] = 'Domain';
$wb['describe_ftp_user'] = 'FTP-User';
$wb['describe_mail_archive'] = 'Mail-Archiv';
$wb['describe_mail_archive_store'] = 'Archived Email-Domain';
Florian Schaal's avatar
Florian Schaal committed
$wb['describe_mail_domain'] = 'Email-Domain';
$wb['describe_mail_forwarding'] = 'Source';
$wb['describe_mail_user'] = 'Email';
$wb['describe_mail_user_filter'] = 'Mailuser-Filter';
$wb['describe_managed_monitor_checks'] = 'Check';
$wb['describe_managed_php'] = 'PHP Version';
Florian Schaal's avatar
Florian Schaal committed
$wb['describe_remote_user'] = 'Remote-User';
$wb['describe_shell_user'] = 'Shell-User';
$wb['describe_server_php'] = 'PHP Version';
$wb['describe_spamfilter_policy'] = 'Spam-Policy';
$wb['describe_spamfilter_users'] = 'Spam-User';
$wb['describe_web_database'] = 'Database';
$wb['describe_web_database_user'] = 'Database-User';
$wb['describe_web_domain'] = 'Website';
$wb['describe_web_folder_user'] = 'Web-Folder User';