diff options
Diffstat (limited to 'Resources/German.lproj')
4 files changed, 161 insertions, 0 deletions
diff --git a/Resources/German.lproj/SPQLPluginConnectionTemplate.html b/Resources/German.lproj/SPQLPluginConnectionTemplate.html new file mode 100644 index 00000000..28d5bbb3 --- /dev/null +++ b/Resources/German.lproj/SPQLPluginConnectionTemplate.html @@ -0,0 +1,54 @@ +<!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; + background-color:#222222; + color:white; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro Verbindungsdatei</b><br /> +%@ (%@) +</center><br /><br /> +<table> +<tr> +<td align="right">Name: </td><td>%@</td> +</tr> +<tr> +<td align="right">Host: </td><td>%@</td> +</tr> +<tr> +<td align="right">Benutzer: </td><td>%@</td> +</tr> +<tr> +<td align="right">Datenbank: </td><td>%@</td> +</tr> +<tr> +<td align="right">Größe: </td><td>%@</td> +</tr> +<tr> +<td align="right">Zuletzt geändert: </td><td>%@</td> +</tr> +<tr> +<td align="right">Auto-connect: </td><td><input type="checkbox" %@ disabled></td> +</tr> +</table> +</td> +</tr> +</table> +</center> +</body> +</html> diff --git a/Resources/German.lproj/SPQLPluginContentFiltersTemplate.html b/Resources/German.lproj/SPQLPluginContentFiltersTemplate.html new file mode 100644 index 00000000..34ab2c38 --- /dev/null +++ b/Resources/German.lproj/SPQLPluginContentFiltersTemplate.html @@ -0,0 +1,35 @@ +<!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; + background-color:#222222; + color:white; +} +textarea { + background-color:#222222; + color:white; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro Inhaltsfilter-Datei</b><br /><br /> +</center> +<textarea cols="50" rows="10" readonly>%@</textarea> +</td> +</tr> +</table> +</center> +</body> +</html> diff --git a/Resources/German.lproj/SPQLPluginQueryFavoritesTemplate.html b/Resources/German.lproj/SPQLPluginQueryFavoritesTemplate.html new file mode 100644 index 00000000..412d8ecb --- /dev/null +++ b/Resources/German.lproj/SPQLPluginQueryFavoritesTemplate.html @@ -0,0 +1,35 @@ +<!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; + background-color:#222222; + color:white; +} +textarea { + background-color:#222222; + color:white; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</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> diff --git a/Resources/German.lproj/SPQLPluginSQLTemplate.html b/Resources/German.lproj/SPQLPluginSQLTemplate.html new file mode 100644 index 00000000..6c905539 --- /dev/null +++ b/Resources/German.lproj/SPQLPluginSQLTemplate.html @@ -0,0 +1,37 @@ +<!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; + background-color:#222222; + color:white; +} +textarea { + background-color:#222222; + color:white; + white-space: nowrap; +} +</style> +</head> +<body> +<center> +<table> +<tr> +<td valign="right"> +<img width="200%" src="data:image/auto;base64,%@"> +</td> +<td> +<center> +<b style="font-size:12pt">Sequel Pro SQL Datei</b><br /> +Größe: %@ +</center><br /><br /> +<textarea cols="50" rows="10" readonly>%@</textarea> +</td> +</tr> +</table> +</center> +</body> +</html> |