diff options
Diffstat (limited to 'Resources/de.lproj/SPQLPluginConnectionBundleWindowTemplate.html')
-rw-r--r-- | Resources/de.lproj/SPQLPluginConnectionBundleWindowTemplate.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Resources/de.lproj/SPQLPluginConnectionBundleWindowTemplate.html b/Resources/de.lproj/SPQLPluginConnectionBundleWindowTemplate.html new file mode 100644 index 00000000..c5cc4c1b --- /dev/null +++ b/Resources/de.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 |