diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-10 11:08:24 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-10 11:08:24 +0000 |
commit | 0ffc3f17de7204040d230f4d322b9d9fdc54a2aa (patch) | |
tree | 7895520934f25e6a077a931880e59ffed25b7b1a /Resources/German.lproj/SPQLPluginConnectionBundleWindowTemplate.html | |
parent | 7996d9e6f96701af2bf9e52055f6f95b81a28cad (diff) | |
download | sequelpro-0ffc3f17de7204040d230f4d322b9d9fdc54a2aa.tar.gz sequelpro-0ffc3f17de7204040d230f4d322b9d9fdc54a2aa.tar.bz2 sequelpro-0ffc3f17de7204040d230f4d322b9d9fdc54a2aa.zip |
• added first implementation for spfs file Quicklook
Diffstat (limited to 'Resources/German.lproj/SPQLPluginConnectionBundleWindowTemplate.html')
-rw-r--r-- | Resources/German.lproj/SPQLPluginConnectionBundleWindowTemplate.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Resources/German.lproj/SPQLPluginConnectionBundleWindowTemplate.html b/Resources/German.lproj/SPQLPluginConnectionBundleWindowTemplate.html new file mode 100644 index 00000000..c5cc4c1b --- /dev/null +++ b/Resources/German.lproj/SPQLPluginConnectionBundleWindowTemplate.html @@ -0,0 +1,17 @@ +<table> +<tr> +<td align="right">Server: </td><td width="200px">%@ (%@)</td> +</tr> +<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> +</table>
\ No newline at end of file |