<?php /* editor */ $l['editor_wysiwyg'] = 'Wysiwyg'; $l['editor_source_code'] = 'Source code'; $l['editor_bold'] = 'Bold'; $l['editor_italic'] = 'Italic'; $l['editor_underline'] = 'Underline'; $l['editor_strike'] = 'Strike'; $l['editor_subscript'] = 'Subscript'; $l['editor_superscript'] = 'Superscript'; $l['editor_paragraph'] = 'Paragraph'; $l['editor_ordered_list'] = 'Ordered list'; $l['editor_unordered_list'] = 'Unordered list'; $l['editor_outdent'] = 'Outdent'; $l['editor_indent'] = 'Indent'; $l['editor_align_left'] = 'Left align'; $l['editor_align_center'] = 'Center align'; $l['editor_align_right'] = 'Right align'; $l['editor_align_justify'] = 'Justify'; $l['editor_undo'] = 'Undo'; $l['editor_redo'] = 'Redo'; $l['editor_insert_image'] = 'Insert image'; $l['editor_insert_link'] = 'Insert link'; $l['editor_remove_link'] = 'Remove link'; $l['editor_cut'] = 'Cut'; $l['editor_copy'] = 'Copy'; $l['editor_paste'] = 'Paste'; $l['editor_insert_document_break'] = 'Insert document break'; $l['editor_insert_code_quote'] = 'Insert code quote'; $l['editor_insert_php_function'] = 'Insert PHP function'; $l['editor_remove_format'] = 'Remove formatting'; $l['editor_select_text_first'] = 'You have to select the text first'; $l['editor_browser_support_no'] = 'Your browser does not support this function'; ?>