diff options
Diffstat (limited to 'Resources/German.lproj/SPQLPluginQueryFavoritesTemplate.html')
-rw-r--r-- | Resources/German.lproj/SPQLPluginQueryFavoritesTemplate.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Resources/German.lproj/SPQLPluginQueryFavoritesTemplate.html b/Resources/German.lproj/SPQLPluginQueryFavoritesTemplate.html deleted file mode 100644 index ad9a6403..00000000 --- a/Resources/German.lproj/SPQLPluginQueryFavoritesTemplate.html +++ /dev/null @@ -1,29 +0,0 @@ -<!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; -} -</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 Favoriten-Datei</b><br /><br /> -</center> -<textarea cols="50" rows="10" readonly>%@</textarea> -</td> -</tr> -</table> -</center> -</body> -</html> |