1<?php
2$lang['secedit_name']           = 'Table';
3$lang['add_table']              = 'Insert a new table';
4
5$lang['js']['toggle_header']    = 'Toggle header state';
6$lang['js']['align_left']       = 'Left-align cell';
7$lang['js']['align_center']     = 'Center cell';
8$lang['js']['align_right']      = 'Right-align cell';
9
10$lang['js']['confirmdeleterow'] = 'Really delete row?';
11$lang['js']['confirmdeletecol'] = 'Really delete column?';
12
13$lang['js']['row_above']        = 'Add row above';
14$lang['js']['remove_row']       = 'Remove row';
15$lang['js']['row_below']        = 'Add row below';
16
17$lang['js']['col_left']         = 'Add column on the left';
18$lang['js']['remove_col']       = 'Remove column';
19$lang['js']['col_right']        = 'Add column on the right';
20
21$lang['js']['merge_cells']      = 'Merge cells';
22$lang['js']['unmerge_cells']    = 'Split cells';
23