[Easymod-cvs] easymod2/mods/easymod/languages lang_easymod_english.php,1.1,1.2
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-07-29 17:33:19
|
Update of /cvsroot/easymod/easymod2/mods/easymod/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15980/mods/easymod/languages Modified Files: lang_easymod_english.php Log Message: Implementation of the following extensions: - Record Processed Files. - Restore Backups. - Delete MOD Record. Index: lang_easymod_english.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/languages/lang_easymod_english.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_easymod_english.php 21 Jun 2005 18:16:25 -0000 1.1 --- lang_easymod_english.php 29 Jul 2005 17:33:08 -0000 1.2 *************** *** 64,67 **** --- 64,71 ---- $lang['EM_uninstall'] = 'Uninstall MOD'; $lang['Coming_soon'] = 'Coming Soon!'; + $lang['EM_back_to_history'] = 'Back to History'; + $lang['EM_are_you_sure'] = 'Are you sure you want to perform the requested operation?'; + $lang['EM_record_deleted'] = 'The selected MOD Record has been removed from the database.'; + $lang['EM_warning_deldir'] = 'WARNING: To fully remove this MOD from your system, you must delete the following directory:'; // settings *************** *** 122,125 **** --- 126,136 ---- $lang['EM_Themes'] = 'Themes' ; $lang['EM_Languages'] = 'Languages' ; + $lang['EM_Filter'] = 'Filter'; + $lang['EM_Filtered'] = 'Filtered'; + $lang['EM_Unfiltered'] = 'Unfiltered'; + $lang['EM_Filter_by_file'] = 'Filter MODs by processed file'; + $lang['EM_All_mods'] = 'All MODs'; + $lang['EM_Total_mods'] = 'Total MODs'; + $lang['EM_none_found'] = 'No MODs have been found.'; // process *************** *** 421,430 **** // step 4 $lang['EM_step4'] = '<b>Step 4 (of 5):</b> Depending on your selection, the modified files have been automatically moved into place or prepared for you to move them manually. If there are no errors, click the "Confirm" button to update your database and complete the installation process.' ; ! $lang['EM_add_db'] = 'Adding EasyMOD table to your database' ; $lang['EM_exec_sql'] = 'Executing SQL' ; $lang['EM_progress'] = 'Progress' ; $lang['EM_done'] = 'Done' ; $lang['EM_result'] = 'Result' ; ! $lang['EM_already_exist'] = 'The table was previously created' ; $lang['EM_failed_sql'] = 'Some queries failed, the statements and errors are listing below' ; $lang['EM_no_worry'] = 'This is probably nothing to worry about, install will continue. Should this fail to complete you may need to seek help at our development board.' ; --- 432,441 ---- // step 4 $lang['EM_step4'] = '<b>Step 4 (of 5):</b> Depending on your selection, the modified files have been automatically moved into place or prepared for you to move them manually. If there are no errors, click the "Confirm" button to update your database and complete the installation process.' ; ! $lang['EM_add_db'] = 'Adding EasyMOD tables to your database' ; $lang['EM_exec_sql'] = 'Executing SQL' ; $lang['EM_progress'] = 'Progress' ; $lang['EM_done'] = 'Done' ; $lang['EM_result'] = 'Result' ; ! $lang['EM_already_exist'] = 'The tables were previously created' ; $lang['EM_failed_sql'] = 'Some queries failed, the statements and errors are listing below' ; $lang['EM_no_worry'] = 'This is probably nothing to worry about, install will continue. Should this fail to complete you may need to seek help at our development board.' ; *************** *** 432,435 **** --- 443,447 ---- $lang['EM_update_db'] = 'Updating EasyMOD table data' ; $lang['EM_store_entries'] = 'Storing config table entries' ; + $lang['EM_store_files'] = 'Storing processed files table' ; $lang['EM_do_worry'] = 'Could not successfully update table. Something is wrong and install cannot complete.' ; $lang['EM_complete_post'] = 'Completing Post-Process' ; *************** *** 534,537 **** --- 546,550 ---- $lang['EM_err_theme_info'] = 'Could not query database for theme info' ; $lang['EM_err_copy_format'] = 'Could not perform improperly formed COPY command.' ; + $lang['EM_err_delete_em_info'] = 'Could not delete EasyMod entry!'; // mod_io errors |