blob: 58df23f7e831a3a5043695e52451c5740607c073 [file] [log] [blame]
###############################################################################
# Copyright (c) 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
Templates.comment.name=Kommentar
Templates.comment.desc=Kommentar
Templates.ul.name=ul
Templates.ul.desc=ul (Schablone)
Templates.ul.content=<ul>\n <li> Eintrag 1</li>\n <li> Eintrag 2</li>\n</ul>\n
Templates.dl.name=dl
Templates.dl.desc=dl (Schablone)
Templates.dl.content=<dl>\n <dt> Erste Definition <dd> Erste Erl\u00e4uterung\n <dt> Zweite Definition <dd> Zweite Erl\u00e4uterung\n</dl>\n
Templates.table.name=Tabelle
Templates.table.desc=Tabelle (Schablone)
Templates.table.content=<table border>\n <tr>\n <th>Spalte 1 \u00dcberschrift</th>\n <th>Spalte 2 \u00dcberschrift</th>\n </tr>\n <tr>\n <td>Zeile 1: Spalte 1</td>\n <td>Zeile 1: Spalte 2</td>\n </tr>\n</table>\n
Templates.ol.name=ol
Templates.ol.desc=ol (Schablone)
Templates.ol.content=<ol>\n <li> Eintrag 1</li>\n <li> Eintrag 2</li>\n </ol>\n
Templates.html.name=html
Templates.html.desc=html (Schablone)
Templates.html.content=<html>\n<head>\n<title>Hier Titel einf\u00fcgen</title>\n</head>\n<body>\n${cursor}\n</body>\n</html>
Templates.script.name=Script
Templates.script.desc=Script (Kommentar)
Templates.script.content=<script type=\"${cursor}text/javascript\">\n<!--\n\n//-->\n</script>
Templates.style.name=Darstellung
Templates.style.desc=Darstellung (Kommentar)
Templates.style.content=<style>\n<!--\n${Cursor}\n-->\n</style>
Templates.imgmap.name=img
Templates.imgmap.desc=img (Abbildung)