Go to the source code of this file.
Variables | |
| $messages = array() | |
| $messages ['save_success'] = 'Data was saved' | |
| $messages ['save_succeass'] = $messages['save_success'] | |
| $messages ['save_error'] = 'Data could not be saved' | |
| $messages ['bar_db_title'] = 'DB Sync' | |
| $messages ['bar_db_subtitle'] = 'Manage tables and records' | |
| $messages ['bar_dd_title'] = 'DD Sync' | |
| $messages ['bar_dd_subtitle'] = 'Compare the DataDictionary with the database structure' | |
| $messages ['bar_backup_title'] = 'DB Backup' | |
| $messages ['bar_backup_subtitle'] = 'Manage table backups' | |
| $messages ['bar_restore_title'] = 'DB Restore' | |
| $messages ['bar_restore_subtitle'] = 'Restore table backups' | |
| $messages ['all_modules'] = '[All modules]' | |
| $messages ['label_module'] = 'Module' | |
| $messages ['label_search'] = 'Search' | |
| $messages ['label_rows'] = 'Rows' | |
| $messages ['label_batch'] = 'Batch' | |
| $messages ['action_start'] = 'Start' | |
| $messages ['no_rows_selected'] = 'No rows selected' | |
| $messages ['confirm_delete_dd'] = 'Delete this DD file? The database table will remain.' | |
| $messages ['confirm_delete_db'] = 'Delete this database table? Associated DD files will remain.' | |
| $messages ['fields'] = 'Fields' | |
| $messages ['no_fields'] = 'No fields' | |
| $messages ['db_fields'] = 'DB fields' | |
| $messages ['dd_fields'] = 'DD fields' | |
| $messages ['no_dd'] = 'no DD' | |
| $messages ['no_tables'] = 'no tables' | |
| $messages ['status_dd_error'] = 'DD error' | |
| $messages ['status_db_missing'] = 'DB missing' | |
| $messages ['status_rebuild'] = 'Rebuild' | |
| $messages ['status_sync_open'] = 'Sync pending' | |
| $messages ['status_synced'] = 'Synchronized' | |
| $messages ['detail_type'] = '{count} type' | |
| $messages ['detail_extra'] = '{count} extra' | |
| $messages ['detail_field'] = '{count} field' | |
| $messages ['detail_index'] = '{count} index' | |
| $messages ['action_dd_to_db'] = 'Synchronize DD to DB' | |
| $messages ['action_db_to_dd'] = 'Synchronize DB to DD' | |
| $messages ['action_db_from_dd'] = 'Synchronize DB from DD' | |
| $messages ['action_mapping'] = 'Edit schema mapping' | |
| $messages ['action_transfer'] = 'Transfer database table' | |
| $messages ['action_dd_fields'] = 'Edit DD fields' | |
| $messages ['action_create_dd'] = 'Create DD from database table' | |
| $messages ['column_module'] = 'Module' | |
| $messages ['column_server'] = 'Server' | |
| $messages ['column_database'] = 'Database' | |
| $messages ['column_path'] = 'Path' | |
| $messages ['column_table'] = 'Table' | |
| $messages ['column_db_fields'] = 'DB fields' | |
| $messages ['column_dd_fields'] = 'DD fields' | |
| $messages ['column_records'] = 'Records' | |
| $messages ['column_dd'] = 'DD' | |
| $messages ['column_status'] = 'Status' | |
| $messages ['column_details'] = 'Details' | |
| $messages ['column_actions'] = 'Actions' | |
| $messages ['column_last_backup'] = 'Latest backup' | |
| $messages ['action_backup_create'] = 'Create backup' | |
| $messages ['action_restore_select'] = 'Select and restore backup' | |
| $messages ['action_restore_choose'] = 'Select backup' | |
| $messages ['batch_backup_selected'] = 'Back up selection' | |
| $messages ['batch_restore_selected'] = 'Restore latest backup for selection' | |
| $messages ['no_table'] = 'no table' | |
| $messages ['no_backup'] = 'no backup' | |
| $messages ['record_count_short'] = '{count} records' | |
| $messages ['latest_backup'] = 'Latest backup' | |
| $messages ['no_backup_for_table'] = 'No backup is available for {table}.' | |
| $messages ['restore_warning'] = 'Restore deletes the database table, recreates it from the backup and imports the data.' | |
| $messages ['label_backup'] = 'Backup' | |
| $messages ['action_restore_start'] = 'Start restore' | |
| $messages ['missing_server_or_table'] = 'Server or table is missing.' | |
| $messages ['no_backup_found'] = 'No backup found.' | |
| $messages ['backup_table_not_found'] = 'Table not found.' | |
| $messages ['backup_fields_read_error'] = 'Fields could not be read.' | |
| $messages ['backup_data_read_error'] = 'Data could not be read.' | |
| $messages ['backup_write_error'] = 'The backup file could not be written.' | |
| $messages ['backup_invalid_file'] = 'The backup file is invalid.' | |
| $messages ['backup_incomplete_metadata'] = 'The backup metadata is incomplete.' | |
| $messages ['restore_create_table_error'] = 'The table could not be recreated.' | |
| $messages ['restore_no_target_fields'] = 'No target fields were found.' | |
| $messages ['batch_placeholder'] = '[Batch action]' | |
| $messages ['batch_db_to_dd'] = 'Synchronize DB -> DD' | |
| $messages ['batch_dd_to_db'] = 'Synchronize DD -> DB' | |
| $messages ['batch_dd_to_db_force'] = 'DD -> DB rebuild/force' | |
| $messages ['edit_dd'] = 'Edit DD: {module}/{dd}' | |
| $messages ['no_dd_assigned'] = 'No DD assigned' | |
| $messages ['missing_dd'] = 'The DD is missing.' | |
| $messages ['db_to_dd_info'] = 'Create a DD from a database table or synchronize an existing DD.' | |
| $messages ['mapping_saved'] = 'The mapping was saved.' | |
| $messages ['mapping_save_error'] = 'The mapping could not be saved.' | |
| $messages ['action_save'] = 'Save' | |
| $messages ['action_back'] = 'Back' | |
| $messages ['missing_source'] = 'The source is missing.' | |
| $messages ['transfer_info'] = 'Transfer a database table between servers.' | |
| $messages ['yes'] = 'Yes' | |
| $messages ['no'] = 'No' | |
| $messages ['label_source_server'] = 'Source server' | |
| $messages ['label_source_table'] = 'Source table' | |
| $messages ['label_target_server'] = 'Target server' | |
| $messages ['label_target_table'] = 'Target table' | |
| $messages ['label_create_target'] = 'Create target' | |
| $messages ['label_truncate_target'] = 'Empty target' | |
| $messages ['mapping_status_direct'] = 'Direct' | |
| $messages ['mapping_status_mapped'] = 'Mapping' | |
| $messages ['mapping_status_type_check'] = 'Check type' | |
| $messages ['mapping_status_new'] = 'New' | |
| $messages ['mapping_no_source_fields'] = 'No source fields' | |
| $messages ['mapping_no_target_fields'] = 'No target fields' | |
| $messages ['mapping_clear_assignment'] = 'Clear assignment' | |
| $messages ['mapping_auto'] = 'Auto mapping' | |
| $messages ['mapping_clear'] = 'Clear' | |
| $messages ['mapping_source'] = 'Source' | |
| $messages ['mapping_target'] = 'Target' | |
| $messages ['mapping_saved_at'] = 'Saved' | |
| $messages[ 'action_back'] = 'Back' |
Definition at line 92 of file schema-report_en.fd.php.
| $messages[ 'action_backup_create'] = 'Create backup' |
Definition at line 58 of file schema-report_en.fd.php.
| $messages[ 'action_create_dd'] = 'Create DD from database table' |
Definition at line 44 of file schema-report_en.fd.php.
| $messages[ 'action_db_from_dd'] = 'Synchronize DB from DD' |
Definition at line 40 of file schema-report_en.fd.php.
| $messages[ 'action_db_to_dd'] = 'Synchronize DB to DD' |
Definition at line 39 of file schema-report_en.fd.php.
| $messages[ 'action_dd_fields'] = 'Edit DD fields' |
Definition at line 43 of file schema-report_en.fd.php.
| $messages[ 'action_dd_to_db'] = 'Synchronize DD to DB' |
Definition at line 38 of file schema-report_en.fd.php.
| $messages[ 'action_mapping'] = 'Edit schema mapping' |
Definition at line 41 of file schema-report_en.fd.php.
| $messages[ 'action_restore_choose'] = 'Select backup' |
Definition at line 60 of file schema-report_en.fd.php.
| $messages[ 'action_restore_select'] = 'Select and restore backup' |
Definition at line 59 of file schema-report_en.fd.php.
| $messages[ 'action_restore_start'] = 'Start restore' |
Definition at line 70 of file schema-report_en.fd.php.
| $messages[ 'action_save'] = 'Save' |
Definition at line 91 of file schema-report_en.fd.php.
| $messages[ 'action_start'] = 'Start' |
Definition at line 19 of file schema-report_en.fd.php.
| $messages[ 'action_transfer'] = 'Transfer database table' |
Definition at line 42 of file schema-report_en.fd.php.
| $messages[ 'all_modules'] = '[All modules]' |
Definition at line 14 of file schema-report_en.fd.php.
| $messages[ 'backup_data_read_error'] = 'Data could not be read.' |
Definition at line 75 of file schema-report_en.fd.php.
| $messages[ 'backup_fields_read_error'] = 'Fields could not be read.' |
Definition at line 74 of file schema-report_en.fd.php.
| $messages[ 'backup_incomplete_metadata'] = 'The backup metadata is incomplete.' |
Definition at line 78 of file schema-report_en.fd.php.
| $messages[ 'backup_invalid_file'] = 'The backup file is invalid.' |
Definition at line 77 of file schema-report_en.fd.php.
| $messages[ 'backup_table_not_found'] = 'Table not found.' |
Definition at line 73 of file schema-report_en.fd.php.
| $messages[ 'backup_write_error'] = 'The backup file could not be written.' |
Definition at line 76 of file schema-report_en.fd.php.
| $messages[ 'bar_backup_subtitle'] = 'Manage table backups' |
Definition at line 11 of file schema-report_en.fd.php.
| $messages[ 'bar_backup_title'] = 'DB Backup' |
Definition at line 10 of file schema-report_en.fd.php.
| $messages[ 'bar_db_subtitle'] = 'Manage tables and records' |
Definition at line 7 of file schema-report_en.fd.php.
| $messages[ 'bar_db_title'] = 'DB Sync' |
Definition at line 6 of file schema-report_en.fd.php.
| $messages[ 'bar_dd_subtitle'] = 'Compare the DataDictionary with the database structure' |
Definition at line 9 of file schema-report_en.fd.php.
| $messages[ 'bar_dd_title'] = 'DD Sync' |
Definition at line 8 of file schema-report_en.fd.php.
| $messages[ 'bar_restore_subtitle'] = 'Restore table backups' |
Definition at line 13 of file schema-report_en.fd.php.
| $messages[ 'bar_restore_title'] = 'DB Restore' |
Definition at line 12 of file schema-report_en.fd.php.
| $messages[ 'batch_backup_selected'] = 'Back up selection' |
Definition at line 61 of file schema-report_en.fd.php.
| $messages[ 'batch_db_to_dd'] = 'Synchronize DB -> DD' |
Definition at line 82 of file schema-report_en.fd.php.
| $messages[ 'batch_dd_to_db'] = 'Synchronize DD -> DB' |
Definition at line 83 of file schema-report_en.fd.php.
| $messages[ 'batch_dd_to_db_force'] = 'DD -> DB rebuild/force' |
Definition at line 84 of file schema-report_en.fd.php.
| $messages[ 'batch_placeholder'] = '[Batch action]' |
Definition at line 81 of file schema-report_en.fd.php.
| $messages[ 'batch_restore_selected'] = 'Restore latest backup for selection' |
Definition at line 62 of file schema-report_en.fd.php.
| $messages[ 'column_actions'] = 'Actions' |
Definition at line 56 of file schema-report_en.fd.php.
| $messages[ 'column_database'] = 'Database' |
Definition at line 47 of file schema-report_en.fd.php.
| $messages[ 'column_db_fields'] = 'DB fields' |
Definition at line 50 of file schema-report_en.fd.php.
| $messages[ 'column_dd'] = 'DD' |
Definition at line 53 of file schema-report_en.fd.php.
| $messages[ 'column_dd_fields'] = 'DD fields' |
Definition at line 51 of file schema-report_en.fd.php.
| $messages[ 'column_details'] = 'Details' |
Definition at line 55 of file schema-report_en.fd.php.
| $messages[ 'column_last_backup'] = 'Latest backup' |
Definition at line 57 of file schema-report_en.fd.php.
| $messages[ 'column_module'] = 'Module' |
Definition at line 45 of file schema-report_en.fd.php.
| $messages[ 'column_path'] = 'Path' |
Definition at line 48 of file schema-report_en.fd.php.
| $messages[ 'column_records'] = 'Records' |
Definition at line 52 of file schema-report_en.fd.php.
| $messages[ 'column_server'] = 'Server' |
Definition at line 46 of file schema-report_en.fd.php.
| $messages[ 'column_status'] = 'Status' |
Definition at line 54 of file schema-report_en.fd.php.
| $messages[ 'column_table'] = 'Table' |
Definition at line 49 of file schema-report_en.fd.php.
| $messages[ 'confirm_delete_db'] = 'Delete this database table? Associated DD files will remain.' |
Definition at line 22 of file schema-report_en.fd.php.
| $messages[ 'confirm_delete_dd'] = 'Delete this DD file? The database table will remain.' |
Definition at line 21 of file schema-report_en.fd.php.
| $messages[ 'db_fields'] = 'DB fields' |
Definition at line 25 of file schema-report_en.fd.php.
| $messages[ 'db_to_dd_info'] = 'Create a DD from a database table or synchronize an existing DD.' |
Definition at line 88 of file schema-report_en.fd.php.
| $messages[ 'dd_fields'] = 'DD fields' |
Definition at line 26 of file schema-report_en.fd.php.
| $messages[ 'detail_extra'] = '{count} extra' |
Definition at line 35 of file schema-report_en.fd.php.
| $messages[ 'detail_field'] = '{count} field' |
Definition at line 36 of file schema-report_en.fd.php.
| $messages[ 'detail_index'] = '{count} index' |
Definition at line 37 of file schema-report_en.fd.php.
| $messages[ 'detail_type'] = '{count} type' |
Definition at line 34 of file schema-report_en.fd.php.
| $messages[ 'edit_dd'] = 'Edit DD: {module}/{dd}' |
Definition at line 85 of file schema-report_en.fd.php.
| $messages[ 'fields'] = 'Fields' |
Definition at line 23 of file schema-report_en.fd.php.
| $messages[ 'label_backup'] = 'Backup' |
Definition at line 69 of file schema-report_en.fd.php.
| $messages[ 'label_batch'] = 'Batch' |
Definition at line 18 of file schema-report_en.fd.php.
| $messages[ 'label_create_target'] = 'Create target' |
Definition at line 101 of file schema-report_en.fd.php.
| $messages[ 'label_module'] = 'Module' |
Definition at line 15 of file schema-report_en.fd.php.
| $messages[ 'label_rows'] = 'Rows' |
Definition at line 17 of file schema-report_en.fd.php.
| $messages[ 'label_search'] = 'Search' |
Definition at line 16 of file schema-report_en.fd.php.
| $messages[ 'label_source_server'] = 'Source server' |
Definition at line 97 of file schema-report_en.fd.php.
| $messages[ 'label_source_table'] = 'Source table' |
Definition at line 98 of file schema-report_en.fd.php.
| $messages[ 'label_target_server'] = 'Target server' |
Definition at line 99 of file schema-report_en.fd.php.
| $messages[ 'label_target_table'] = 'Target table' |
Definition at line 100 of file schema-report_en.fd.php.
| $messages[ 'label_truncate_target'] = 'Empty target' |
Definition at line 102 of file schema-report_en.fd.php.
| $messages[ 'latest_backup'] = 'Latest backup' |
Definition at line 66 of file schema-report_en.fd.php.
| $messages[ 'mapping_auto'] = 'Auto mapping' |
Definition at line 110 of file schema-report_en.fd.php.
| $messages[ 'mapping_clear'] = 'Clear' |
Definition at line 111 of file schema-report_en.fd.php.
| $messages[ 'mapping_clear_assignment'] = 'Clear assignment' |
Definition at line 109 of file schema-report_en.fd.php.
| $messages[ 'mapping_no_source_fields'] = 'No source fields' |
Definition at line 107 of file schema-report_en.fd.php.
| $messages[ 'mapping_no_target_fields'] = 'No target fields' |
Definition at line 108 of file schema-report_en.fd.php.
| $messages[ 'mapping_save_error'] = 'The mapping could not be saved.' |
Definition at line 90 of file schema-report_en.fd.php.
| $messages[ 'mapping_saved'] = 'The mapping was saved.' |
Definition at line 89 of file schema-report_en.fd.php.
| $messages[ 'mapping_saved_at'] = 'Saved' |
Definition at line 114 of file schema-report_en.fd.php.
| $messages[ 'mapping_source'] = 'Source' |
Definition at line 112 of file schema-report_en.fd.php.
| $messages[ 'mapping_status_direct'] = 'Direct' |
Definition at line 103 of file schema-report_en.fd.php.
| $messages[ 'mapping_status_mapped'] = 'Mapping' |
Definition at line 104 of file schema-report_en.fd.php.
| $messages[ 'mapping_status_new'] = 'New' |
Definition at line 106 of file schema-report_en.fd.php.
| $messages[ 'mapping_status_type_check'] = 'Check type' |
Definition at line 105 of file schema-report_en.fd.php.
| $messages[ 'mapping_target'] = 'Target' |
Definition at line 113 of file schema-report_en.fd.php.
| $messages[ 'missing_dd'] = 'The DD is missing.' |
Definition at line 87 of file schema-report_en.fd.php.
| $messages[ 'missing_server_or_table'] = 'Server or table is missing.' |
Definition at line 71 of file schema-report_en.fd.php.
| $messages[ 'missing_source'] = 'The source is missing.' |
Definition at line 93 of file schema-report_en.fd.php.
| $messages[ 'no'] = 'No' |
Definition at line 96 of file schema-report_en.fd.php.
| $messages[ 'no_backup'] = 'no backup' |
Definition at line 64 of file schema-report_en.fd.php.
| $messages[ 'no_backup_for_table'] = 'No backup is available for {table}.' |
Definition at line 67 of file schema-report_en.fd.php.
| $messages[ 'no_backup_found'] = 'No backup found.' |
Definition at line 72 of file schema-report_en.fd.php.
| $messages[ 'no_dd'] = 'no DD' |
Definition at line 27 of file schema-report_en.fd.php.
| $messages[ 'no_dd_assigned'] = 'No DD assigned' |
Definition at line 86 of file schema-report_en.fd.php.
| $messages[ 'no_fields'] = 'No fields' |
Definition at line 24 of file schema-report_en.fd.php.
| $messages[ 'no_rows_selected'] = 'No rows selected' |
Definition at line 20 of file schema-report_en.fd.php.
| $messages[ 'no_table'] = 'no table' |
Definition at line 63 of file schema-report_en.fd.php.
| $messages[ 'no_tables'] = 'no tables' |
Definition at line 28 of file schema-report_en.fd.php.
| $messages[ 'record_count_short'] = '{count} records' |
Definition at line 65 of file schema-report_en.fd.php.
| $messages[ 'restore_create_table_error'] = 'The table could not be recreated.' |
Definition at line 79 of file schema-report_en.fd.php.
| $messages[ 'restore_no_target_fields'] = 'No target fields were found.' |
Definition at line 80 of file schema-report_en.fd.php.
| $messages[ 'restore_warning'] = 'Restore deletes the database table, recreates it from the backup and imports the data.' |
Definition at line 68 of file schema-report_en.fd.php.
| $messages[ 'save_error'] = 'Data could not be saved' |
Definition at line 5 of file schema-report_en.fd.php.
| $messages[ 'save_succeass'] = $messages['save_success'] |
Definition at line 4 of file schema-report_en.fd.php.
| $messages[ 'save_success'] = 'Data was saved' |
Definition at line 3 of file schema-report_en.fd.php.
| $messages[ 'status_db_missing'] = 'DB missing' |
Definition at line 30 of file schema-report_en.fd.php.
| $messages[ 'status_dd_error'] = 'DD error' |
Definition at line 29 of file schema-report_en.fd.php.
| $messages[ 'status_rebuild'] = 'Rebuild' |
Definition at line 31 of file schema-report_en.fd.php.
| $messages[ 'status_sync_open'] = 'Sync pending' |
Definition at line 32 of file schema-report_en.fd.php.
| $messages[ 'status_synced'] = 'Synchronized' |
Definition at line 33 of file schema-report_en.fd.php.
| $messages[ 'transfer_info'] = 'Transfer a database table between servers.' |
Definition at line 94 of file schema-report_en.fd.php.
| $messages[ 'yes'] = 'Yes' |
Definition at line 95 of file schema-report_en.fd.php.
| $messages = array() |
Definition at line 2 of file schema-report_en.fd.php.