123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?php
- // Version: 2.1; Editor
- global $editortxt;
- $editortxt['Bold'] = 'Bold';
- $editortxt['Italic'] = 'Italic';
- $editortxt['Underline'] = 'Underline';
- $editortxt['Strikethrough'] = 'Strikethrough';
- $editortxt['Subscript'] = 'Subscript';
- $editortxt['Superscript'] = 'Superscript';
- $editortxt['Align left'] = 'Align left';
- $editortxt['Center'] = 'Center';
- $editortxt['Align right'] = 'Align right';
- $editortxt['Justify'] = 'Justify';
- $editortxt['Font Name'] = 'Font Name';
- $editortxt['Font Size'] = 'Font Size';
- $editortxt['Font Color'] = 'Font Color';
- $editortxt['Remove Formatting'] = 'Remove Formatting';
- $editortxt['Cut'] = 'Cut';
- $editortxt['Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X'] = 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X';
- $editortxt['Copy'] = 'Copy';
- $editortxt['Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C'] = 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C';
- $editortxt['Paste'] = 'Paste';
- $editortxt['Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V'] = 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V';
- $editortxt['Paste your text inside the following box:'] = 'Paste your text inside the following box:';
- $editortxt['Paste Text'] = 'Paste Text';
- $editortxt['Bullet list'] = 'Bullet list';
- $editortxt['Numbered list'] = 'Numbered list';
- $editortxt['Undo'] = 'Undo';
- $editortxt['Redo'] = 'Redo';
- $editortxt['Rows:'] = 'Rows:';
- $editortxt['Cols:'] = 'Cols:';
- $editortxt['Insert a table'] = 'Insert a table';
- $editortxt['Insert a horizontal rule'] = 'Insert a horizontal rule';
- $editortxt['Code'] = 'Code';
- $editortxt['Insert a Quote'] = 'Insert a Quote';
- $editortxt['Width (optional):'] = 'Width (optional):';
- $editortxt['Height (optional):'] = 'Height (optional):';
- $editortxt['Insert an image'] = 'Insert an image';
- $editortxt['E-mail:'] = 'E-mail:';
- $editortxt['Insert an email'] = 'Insert an email';
- $editortxt['URL:'] = 'URL:';
- $editortxt['Insert a link'] = 'Insert a link';
- $editortxt['Unlink'] = 'Unlink';
- $editortxt['More'] = 'More';
- $editortxt['Insert an emoticon'] = 'Insert an emoticon';
- $editortxt['Video URL:'] = 'Video URL:';
- $editortxt['Insert'] = 'Insert';
- $editortxt['Insert a YouTube video'] = 'Insert a YouTube video';
- $editortxt['Insert current date'] = 'Insert current date';
- $editortxt['Insert current time'] = 'Insert current time';
- $editortxt['Print'] = 'Print';
- $editortxt['Preformatted Text'] = 'Preformatted Text';
- $editortxt['View source'] = 'View source';
|