1<?php 2 3$lang['insert_after'] = 'Insert after'; 4$lang['insert_before'] = 'Insert before'; 5$lang['edit'] = 'Edit'; 6$lang['toolbar_insert_button'] = 'Insert Dtable'; 7$lang['remove'] = 'Remove'; 8$lang['insert_col_left'] = 'Insert column left'; 9$lang['insert_col_right'] = 'Insert column right'; 10$lang['mark_row_as_header'] = 'Switch this row to header row'; 11$lang['mark_col_as_header'] = 'Switch this column to header column'; 12$lang['mark_cell_as_header'] = 'Switch this cell to header cell'; 13 14$lang['mark_row_as_cell'] = 'Switch this row to normal cells row'; 15$lang['mark_col_as_cell'] = 'Switch this column to normal cells column'; 16$lang['mark_cell_as_cell'] = 'Switch this header cell to normal cell'; 17 18$lang['show_merged_rows'] = 'There are %d more megred cells. Click here to unmerge.'; 19 20$lang['db_error'] = 'Error: cannot open file to read/write. Check your permissions and try again.'; 21$lang['correct'] = 'correct'; 22$lang['upload_file'] = 'upload file'; 23$lang['lock_notify'] = 'This page is currently locked for editing by %u. You have to wait until this user finishes editing or the lock expires. Lock expires at: %t.'; 24$lang['unlock_notify'] = 'Lock expired. Refresh the page to be able modify table.'; 25 26$lang['summary_remove'] = '[dtable]row removed:'; 27$lang['summary_add'] = '[dtable]new row added:'; 28$lang['summary_edit'] = '[dtable]old row: %o changed to: %n'; 29