diff options
author | rowanbeentje <rowan@beent.je> | 2012-12-21 20:54:17 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-12-21 20:54:17 +0000 |
commit | ef00c05222a7a3352aed86342b0efec2dc5ec91e (patch) | |
tree | d26c7941e5777ae312776fde97ff93d6fbde6f6b /Resources/de.lproj | |
parent | 4aaafb8ffb786e0730cf923d42d5b49ec0670e4b (diff) | |
download | sequelpro-ef00c05222a7a3352aed86342b0efec2dc5ec91e.tar.gz sequelpro-ef00c05222a7a3352aed86342b0efec2dc5ec91e.tar.bz2 sequelpro-ef00c05222a7a3352aed86342b0efec2dc5ec91e.zip |
- Remove outdated language resources from the project
- Add a copy phase to the distribution build process to copy in languages downloaded from dev.sequelpro.com/languages before signing
Diffstat (limited to 'Resources/de.lproj')
6 files changed, 197 insertions, 0 deletions
diff --git a/Resources/de.lproj/SPQLPluginConnectionBundleTemplate.html b/Resources/de.lproj/SPQLPluginConnectionBundleTemplate.html new file mode 100644 index 00000000..01ccffd7 --- /dev/null +++ b/Resources/de.lproj/SPQLPluginConnectionBundleTemplate.html @@ -0,0 +1,30 @@ +<!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 Session-Datei</b><br /> +(%ld Verbindungen) +</center><br /><br /> +</td> +</tr> +</table> +%@ +</center> +</body> +</html> 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 diff --git a/Resources/de.lproj/SPQLPluginConnectionTemplate.html b/Resources/de.lproj/SPQLPluginConnectionTemplate.html new file mode 100644 index 00000000..e5a9de41 --- /dev/null +++ b/Resources/de.lproj/SPQLPluginConnectionTemplate.html @@ -0,0 +1,52 @@ +<!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 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/de.lproj/SPQLPluginContentFiltersTemplate.html b/Resources/de.lproj/SPQLPluginContentFiltersTemplate.html new file mode 100644 index 00000000..834fa6c7 --- /dev/null +++ b/Resources/de.lproj/SPQLPluginContentFiltersTemplate.html @@ -0,0 +1,29 @@ +<!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 Inhaltsfilter-Datei</b><br /><br /> +</center> +<textarea cols="50" rows="10" readonly>%@</textarea> +</td> +</tr> +</table> +</center> +</body> +</html> diff --git a/Resources/de.lproj/SPQLPluginQueryFavoritesTemplate.html b/Resources/de.lproj/SPQLPluginQueryFavoritesTemplate.html new file mode 100644 index 00000000..ad9a6403 --- /dev/null +++ b/Resources/de.lproj/SPQLPluginQueryFavoritesTemplate.html @@ -0,0 +1,29 @@ +<!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> 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> |