44 lines
2.6 KiB
PHP
44 lines
2.6 KiB
PHP
<?php
|
|
$lang['emu_configuration'] = 'EMu Configuration';
|
|
|
|
$lang['emu_api_settings'] = 'API server settings';
|
|
$lang['emu_api_server'] = 'Server address (e.g. http://[server.address])';
|
|
$lang['emu_api_server_port'] = 'Server port';
|
|
|
|
$lang['emu_resource_types'] = 'Select resource types linked to EMu';
|
|
$lang['emu_email_notify'] = 'E-mail address that script will send notifications to. Leave blank to default to the system notification address';
|
|
$lang['emu_script_failure_notify_days'] = 'Number of days after which to display alert and send e-mail if script has not completed';
|
|
|
|
$lang['emu_script_header'] = 'Enable script that will automatically update the EMu data whenever ResourceSpace runs its scheduled task (cron_copy_hitcount.php)';
|
|
$lang['emu_last_run_date'] = 'Script last run';
|
|
$lang['emu_script_mode'] = 'Script mode';
|
|
$lang['emu_script_mode_option_1'] = 'Import metadata from EMu';
|
|
$lang['emu_script_mode_option_2'] = 'Pull all EMu records and keep RS and EMu in sync';
|
|
$lang['emu_enable_script'] = 'Enable EMu script';
|
|
$lang['emu_test_mode'] = 'Test mode - Set to true and script will run but not update resources';
|
|
$lang['emu_interval_run'] = 'Run script at the following interval (e.g. +1 day, +2 weeks, fortnight). Leave blank and it will run everytime cron_copy_hitcount.php runs)';
|
|
$lang['emu_log_directory'] = 'Directory to store script logs in. If this is left blank or is invalid then no logging will occur.';
|
|
$lang['emu_created_by_script_field'] = 'Metadata field used to store whether a resource has been created by EMu script';
|
|
|
|
$lang['emu_settings_header'] = 'EMu settings';
|
|
$lang['emu_irn_field'] = 'Metadata field used to store the EMu identifier (IRN)';
|
|
$lang['emu_search_criteria'] = 'Search criteria for syncing EMu with ResourceSpace';
|
|
|
|
$lang['emu_rs_mappings_header'] = 'EMu - ResourceSpace mapping rules';
|
|
$lang['emu_module'] = 'EMu module';
|
|
$lang['emu_column_name'] = 'EMu module column';
|
|
$lang['emu_rs_field'] = 'ResourceSpace field';
|
|
$lang['emu_add_mapping'] = 'Add mapping';
|
|
|
|
$lang['emu_upload_emu_field_label'] = 'EMu IRN';
|
|
$lang['emu_confirm_upload_nodata'] = 'Please check the box to confirm you wish to proceed with the upload';
|
|
$lang['emu_test_script_title'] = 'Test/ Run script';
|
|
$lang['emu_run_script'] = 'Process';
|
|
|
|
// Errors
|
|
$lang['emu_script_problem'] = 'WARNING - the EMu script has not successfully completed within the last %days% days. Last run time: ';
|
|
$lang['emu_no_resource'] = 'No resource ID specified!';
|
|
$lang['emu_upload_nodata'] = 'No EMu data found for this IRN: ';
|
|
$lang['emu_nodata_returned'] = 'No EMu data found for the specified IRN.';
|
|
|
|
$lang["emu_createdfromemu"] = "Created from EMU plugin"; |