From f834bfb9b878c622f5aabeec169c3f2af8c81e25 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 17 Mar 2010 16:34:47 +0000 Subject: Consolidate all localizable content in the Resources/ directory and only use Interfaces/ for XIBs. This addresses the first point on issue #593. --- Resources/English.lproj/InfoPlist.strings | 4 + Resources/English.lproj/Localizable.strings | Bin 0 -> 139672 bytes .../English.lproj/sequel-pro-print-template.html | 124 --------------------- 3 files changed, 4 insertions(+), 124 deletions(-) create mode 100644 Resources/English.lproj/InfoPlist.strings create mode 100644 Resources/English.lproj/Localizable.strings delete mode 100644 Resources/English.lproj/sequel-pro-print-template.html (limited to 'Resources/English.lproj') diff --git a/Resources/English.lproj/InfoPlist.strings b/Resources/English.lproj/InfoPlist.strings new file mode 100644 index 00000000..59199f6b --- /dev/null +++ b/Resources/English.lproj/InfoPlist.strings @@ -0,0 +1,4 @@ +/* Localized versions of Info.plist keys */ + +CFBundleGetInfoString = "Sequel Pro version 0.9.7, Copyright 2002-2009 Sequel Pro and CocoaMySQL team."; +NSHumanReadableCopyright = "Copyright 2002-2009 Sequel Pro and CocoaMySQL team."; \ No newline at end of file diff --git a/Resources/English.lproj/Localizable.strings b/Resources/English.lproj/Localizable.strings new file mode 100644 index 00000000..5e408abd Binary files /dev/null and b/Resources/English.lproj/Localizable.strings differ diff --git a/Resources/English.lproj/sequel-pro-print-template.html b/Resources/English.lproj/sequel-pro-print-template.html deleted file mode 100644 index ba8b31fa..00000000 --- a/Resources/English.lproj/sequel-pro-print-template.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - Sequel Pro - - - - - - - -

{{c.table}}

- -

- Connection: {{c.username}}{% if c.username %}@{% /if %}{{c.hostname}}{% if c.port %}:{% /if %}{{c.port}}/{{c.database}}
- Generated on: {% now | date_format: "dd MMM yyyy 'at' HH:mm:ss" %} by {{c.version}}
- {% if c.query %}
SQL query: {{c.query}}{% /if %} -
-

- -

{{heading}}

- - - - - {% for column in columns %}{% /for %} - - - - - {% for row in rows %} - - {% for cell in row %}{% /for %} - - {% /for %} - -
{{ column }}
{{ cell }}

- - {% if indexes %} -

Table Indexes


- - - - - {% for indexColumn in indexColumns %}{% /for %} - - - - - {% for index in indexes %} - - {% for cell in index %}{% /for %} - - {% /for %} - -
{{ indexColumn }}
{{ cell }}
- {% /if %} - - -- cgit v1.2.3