nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame^] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2004 IBM Corporation and others. |
| 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v1.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v10.html |
| 7 | # |
| 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | ############################################################################### |
| 11 | |
| 12 | ATagInfo=A link if the href attribute is present, and the target for a link if the name attribute is present |
| 13 | ABBRTagInfo=An abbreviation (for example, WWW, HTTP) |
| 14 | ACRONYMTagInfo=An acronym (for example, SCUBA) |
| 15 | ADDRESSTagInfo=Address information for the author of the page |
| 16 | APPLETTagInfo=A Java applet |
| 17 | AREATagInfo=Defines a client-side image map area |
| 18 | BTagInfo=Displays contained text as bold |
| 19 | BASETagInfo=The base URI for the page, to be used when calculating relative paths |
| 20 | BASEFONTTagInfo=The base font size for the page |
| 21 | BDOTagInfo=Overrides default bidirectional display. For use with bidirectional languages. |
| 22 | BIGTagInfo=Displays contained text as large |
| 23 | BGSOUNDTagInfo=Defines a sound file for the page. Not supported by W3C HTML 4.01. |
| 24 | BLINKTagInfo=Displays text as blinking. Not supported by W3C HTML 4.01. |
| 25 | BLOCKQUOTETagInfo=A long quotation |
| 26 | BODYTagInfo=The document body. Contains all the content for the page. |
| 27 | BRTagInfo=Forces a line break |
| 28 | BUTTONTagInfo=Defines a push button |
| 29 | CAPTIONTagInfo=Defines a table caption |
| 30 | CENTERTagInfo=Displays contained text centered. Equivalent to DIV with align=center. |
| 31 | CITETagInfo=A citation |
| 32 | CODETagInfo=A computer code fragment |
| 33 | COLTagInfo=A table column |
| 34 | COLGROUPTagInfo=A group of table columns |
| 35 | DDTagInfo=A definition or description in a definition or description list |
| 36 | DELTagInfo=Displays text as deleted |
| 37 | DFNTagInfo=A definition |
| 38 | DIRTagInfo=A directory listing |
| 39 | DIVTagInfo=A generic container, which can be used for defining language or style for the contents |
| 40 | DLTagInfo=A definition or description list |
| 41 | DTTagInfo=A term or subject in a definition or description list |
| 42 | EMTagInfo=Displays text emphasized (generally italicized) |
| 43 | EMBEDTagInfo=Defines an embedded plug-in. Not supported by W3C HTML 4.01. |
| 44 | FIELDSETTagInfo=Defines a form control group |
| 45 | FONTTagInfo=Displays text in the given font |
| 46 | FORMTagInfo=Defines an interactive form |
| 47 | FRAMETagInfo=Defines a frame within the current window |
| 48 | FRAMESETTagInfo=Defines a frameset that divides the window into frames |
| 49 | H1TagInfo=A top-level heading |
| 50 | H2TagInfo=A second-level heading |
| 51 | H3TagInfo=A third-level heading |
| 52 | H4TagInfo=A fourth-level heading |
| 53 | H5TagInfo=A fifth-level heading |
| 54 | H6TagInfo=A sixth-level heading |
| 55 | HEADTagInfo=Contains metadata and window title information for the document |
| 56 | HRTagInfo=A horizontal rule |
| 57 | HTMLTagInfo=The root element for the document. |
| 58 | ITagInfo=Displays text as italic |
| 59 | IFRAMETagInfo=Defines an inline subwindow |
| 60 | IMGTagInfo=Displays the referenced image as embedded content |
| 61 | INPUTTagInfo=Defines a form control for user input |
| 62 | INSTagInfo=Defines inserted text |
| 63 | ISINDEXTagInfo=Defines a single line prompt |
| 64 | KBDTagInfo=Defines text to be entered by the user |
| 65 | LABELTagInfo=Defines the label for a form field |
| 66 | LEGENDTagInfo=Defines the label for a set of form fields |
| 67 | LITagInfo=Defines a list item within a list |
| 68 | LINKTagInfo=A media-independent link |
| 69 | MAPTagInfo=Defines a client-side image map |
| 70 | MARQUEETagInfo=Displays text as scrolling. Not supported by W3C HTML 4.01. |
| 71 | MENUTagInfo=Defines a menu list |
| 72 | METATagInfo=Defines metadata information for the document |
| 73 | NOBRTagInfo=Overrides and prevents line breaks. Not supported by W3C HTML 4.01. |
| 74 | NOFRAMESTagInfo=Provides information to display if the current browser does not support frames |
| 75 | NOSCRIPTTagInfo=Provides information to display if the current browser does not support scripting |
| 76 | OBJECTTagInfo=Defines a generic embedded object |
| 77 | OLTagInfo=An ordered list |
| 78 | OPTGROUPTagInfo=An option group |
| 79 | OPTIONTagInfo=A selectable choice |
| 80 | PTagInfo=A paragraph |
| 81 | PARAMTagInfo=A named property value |
| 82 | PRETagInfo=Preformatted text |
| 83 | QTagInfo=A short inline quotation |
| 84 | STagInfo=Display text in strike-through style |
| 85 | SAMPTagInfo=Sample program output, scripts, etc. Displays in monospace font. |
| 86 | SCRIPTTagInfo=Script statements |
| 87 | SELECTTagInfo=An option selector |
| 88 | SMALLTagInfo=Displays text as small |
| 89 | SPANTagInfo=A generic container, which can be used for defining language or style for the contents |
| 90 | STRIKETagInfo=Display text in strike-through style |
| 91 | STRONGTagInfo=Displays text as strongly emphasized (generally bold) |
| 92 | STYLETagInfo=Defines a style for the contained information |
| 93 | SUBTagInfo=Display as subscript |
| 94 | SUPTagInfo=Display as superscript |
| 95 | TABLETagInfo=Defines a table |
| 96 | TBODYTagInfo=The body of the table |
| 97 | TDTagInfo=A cell within a table |
| 98 | TEXTAREATagInfo=A multi-line text field |
| 99 | TFOOTTagInfo=A table footer |
| 100 | THTagInfo=A table header cell |
| 101 | THEADTagInfo=A table header |
| 102 | TITLETagInfo=The document title, displayed in the browser's title bar |
| 103 | TRTagInfo=A table row |
| 104 | TTTagInfo=Displays text in teletype or monospaced text style |
| 105 | UTagInfo=Displays text as underlined |
| 106 | ULTagInfo=An unordered list |
| 107 | VARTagInfo=An instance of a variable or program argument |
| 108 | WBRTagInfo=Allows a line break within <B><NOBR></B> tag. Not supported by W3C HTML 4.01. |