diff options
Diffstat (limited to 'Resources/de.lproj/SPQLPluginSQLTemplate.html')
-rw-r--r-- | Resources/de.lproj/SPQLPluginSQLTemplate.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Resources/de.lproj/SPQLPluginSQLTemplate.html b/Resources/de.lproj/SPQLPluginSQLTemplate.html new file mode 100644 index 00000000..0ace0250 --- /dev/null +++ b/Resources/de.lproj/SPQLPluginSQLTemplate.html @@ -0,0 +1,40 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<style> +body { + font-family:'Lucida Grande'; + font-size:10pt; +} +pre { + font-family:'Monaco'; + font-size:9pt; +} +.wrappedPre { + font-family:'Monaco'; + font-size:9pt; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="128" heigth="128" src="cid:icon.tiff"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro SQL Datei</b><br /> +Größe: %@ +</center><br /><br /> +</td> +</tr> +</table> +</center> +<span class="wrappedPre"> +%@ +</span> +</body> +</html> |