diff options
author | rowanbeentje <rowan@beent.je> | 2010-06-12 15:20:57 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-06-12 15:20:57 +0000 |
commit | 1c89992b2af18acb457819b94f50fee247620d28 (patch) | |
tree | 7ab7503093ab37b96dd709a70a1180881d7a6fcd | |
parent | 03bdabf809d02a7f76c2fbc02841bb1030c49a47 (diff) | |
download | sequelpro-1c89992b2af18acb457819b94f50fee247620d28.tar.gz sequelpro-1c89992b2af18acb457819b94f50fee247620d28.tar.bz2 sequelpro-1c89992b2af18acb457819b94f50fee247620d28.zip |
- Implement the Wil shipley/Golden % Braeburn localisation method for .xibs; add a build stage to Release/Dist builds which generates .strings files for each nib, and swizzle nib loading to automatically translate strings based on any localised .strings files
- Fix the genstring stage of the build script and move it to Release/Dist builds only
- Update Localizable.strings to match latest code
29 files changed, 4969 insertions, 10 deletions
diff --git a/Resources/English.lproj/AboutPanel.strings b/Resources/English.lproj/AboutPanel.strings new file mode 100644 index 00000000..c54d1df0 --- /dev/null +++ b/Resources/English.lproj/AboutPanel.strings @@ -0,0 +1,15 @@ +/* Class = "NSPanel"; title = "Panel"; ObjectID = "7"; */ +"Panel" = "Panel"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "14"; */ +"OK" = "OK"; + +/* Class = "NSTextFieldCell"; title = "Sequel Pro"; ObjectID = "26"; */ +"Sequel Pro" = "Sequel Pro"; + +/* Class = "NSButtonCell"; title = "License"; ObjectID = "29"; */ +"License" = "License"; + +/* Class = "NSTextFieldCell"; title = "Build Version"; ObjectID = "44"; */ +"Build Version" = "Build Version"; + diff --git a/Resources/English.lproj/ConnectionErrorDialog.strings b/Resources/English.lproj/ConnectionErrorDialog.strings new file mode 100644 index 00000000..d29c36a3 --- /dev/null +++ b/Resources/English.lproj/ConnectionErrorDialog.strings @@ -0,0 +1,18 @@ +/* Class = "NSWindow"; title = "Connection Error"; ObjectID = "1"; */ +"Connection Error" = "Connection Error"; + +/* Class = "NSTextFieldCell"; title = "Sequel Pro appears to have lost the connection to the server, or the server has stopped responding."; ObjectID = "8"; */ +"Sequel Pro appears to have lost the connection to the server, or the server has stopped responding." = "Sequel Pro appears to have lost the connection to the server, or the server has stopped responding."; + +/* Class = "NSButtonCell"; title = "Retry"; ObjectID = "10"; */ +"Retry" = "Retry"; + +/* Class = "NSButtonCell"; title = "Reconnect"; ObjectID = "12"; */ +"Reconnect" = "Reconnect"; + +/* Class = "NSButtonCell"; title = "Close connection"; ObjectID = "14"; */ +"Close connection" = "Close connection"; + +/* Class = "NSTextFieldCell"; title = "Connection Lost"; ObjectID = "34"; */ +"Connection Lost" = "Connection Lost"; + diff --git a/Resources/English.lproj/ConnectionView.strings b/Resources/English.lproj/ConnectionView.strings new file mode 100644 index 00000000..ec54b3fd --- /dev/null +++ b/Resources/English.lproj/ConnectionView.strings @@ -0,0 +1,252 @@ +/* Class = "NSTableColumn"; headerCell.title = "Favorites"; ObjectID = "4915"; */ +"Favorites" = "Favorites"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "4918"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTabViewItem"; label = "Standard"; ObjectID = "4981"; */ +"Standard" = "Standard"; + +/* Class = "NSTabViewItem"; label = "Socket"; ObjectID = "4982"; */ +"Socket" = "Socket"; + +/* Class = "NSTabViewItem"; label = "SSH"; ObjectID = "4985"; */ +"SSH" = "SSH"; + +/* Class = "NSTextFieldCell"; title = "Enter connection details below, or choose a favorite"; ObjectID = "5155"; */ +"Enter connection details below, or choose a favorite" = "Enter connection details below, or choose a favorite"; + +/* Class = "NSButtonCell"; title = "Connect"; ObjectID = "5158"; */ +"Connect" = "Connect"; + +/* Class = "NSButton"; gToolTip = "Add to Favorites (⌥⌘A)"; ObjectID = "5159"; */ +"Add to Favorites (⌥⌘A)" = "Add to Favorites (⌥⌘A)"; + +/* Class = "NSButtonCell"; title = "Add to Favorites"; ObjectID = "5160"; */ +"Add to Favorites" = "Add to Favorites"; + +/* Class = "NSTextField"; gToolTip = "Enter the hostname of the MySQL server you want to connect to. Enter 127.0.0.1 to connect to a server on this computer"; ObjectID = "5171"; */ +"Enter the hostname of the MySQL server you want to connect to. Enter 127.0.0.1 to connect to a server on this computer" = "Enter the hostname of the MySQL server you want to connect to. Enter 127.0.0.1 to connect to a server on this computer"; + +/* Class = "NSTextFieldCell"; title = "Host:"; ObjectID = "5174"; */ +"Host:" = "Host:"; + +/* Class = "NSTextField"; gToolTip = "Enter the MySQL username to connect with"; ObjectID = "5175"; */ +"Enter the MySQL username to connect with" = "Enter the MySQL username to connect with"; + +/* Class = "NSTextFieldCell"; title = "Username:"; ObjectID = "5177"; */ +"Username:" = "Username:"; + +/* Class = "NSTextField"; gToolTip = "Enter the password to use when connecting to the MySQL server"; ObjectID = "5179"; */ +"Enter the password to use when connecting to the MySQL server" = "Enter the password to use when connecting to the MySQL server"; + +/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "5181"; */ +"Password:" = "Password:"; + +/* Class = "NSTextField"; gToolTip = "Optionally enter a database to select after successfully connecting to the MySQL server"; ObjectID = "5183"; */ +"Optionally enter a database to select after successfully connecting to the MySQL server" = "Optionally enter a database to select after successfully connecting to the MySQL server"; + +/* Class = "NSTextFieldCell"; title = "Database:"; ObjectID = "5185"; */ +"Database:" = "Database:"; + +/* Class = "NSTextFieldCell"; placeholderString = "optional"; ObjectID = "5186"; */ +"optional" = "optional"; + +/* Class = "NSTextField"; gToolTip = "Enter the port to use when connecting to the MySQL server. The default MySQL port is 3306"; ObjectID = "5187"; */ +"Enter the port to use when connecting to the MySQL server. The default MySQL port is 3306" = "Enter the port to use when connecting to the MySQL server. The default MySQL port is 3306"; + +/* Class = "NSTextFieldCell"; title = "Port:"; ObjectID = "5189"; */ +"Port:" = "Port:"; + +/* Class = "NSTextFieldCell"; placeholderString = "3306"; ObjectID = "5190"; */ +"3306" = "3306"; + +/* Class = "NSTextField"; gToolTip = "Enter the MySQL username to connect with"; ObjectID = "5212"; */ +"Enter the MySQL username to connect with" = "Enter the MySQL username to connect with"; + +/* Class = "NSTextField"; gToolTip = "Enter the password to use when connecting to the MySQL server"; ObjectID = "5214"; */ +"Enter the password to use when connecting to the MySQL server" = "Enter the password to use when connecting to the MySQL server"; + +/* Class = "NSTextField"; gToolTip = "Optionally enter a database to select after successfully connecting to the MySQL server"; ObjectID = "5216"; */ +"Optionally enter a database to select after successfully connecting to the MySQL server" = "Optionally enter a database to select after successfully connecting to the MySQL server"; + +/* Class = "NSTextField"; gToolTip = "Enter the path to the socket file to use when connecting to MySQL. Leave this field blank to use the default socket location"; ObjectID = "5218"; */ +"Enter the path to the socket file to use when connecting to MySQL. Leave this field blank to use the default socket location" = "Enter the path to the socket file to use when connecting to MySQL. Leave this field blank to use the default socket location"; + +/* Class = "NSTextFieldCell"; title = "Socket:"; ObjectID = "5220"; */ +"Socket:" = "Socket:"; + +/* Class = "NSTextFieldCell"; placeholderString = "optional"; ObjectID = "5221"; */ +"optional" = "optional"; + +/* Class = "NSTextFieldCell"; title = "Database:"; ObjectID = "5222"; */ +"Database:" = "Database:"; + +/* Class = "NSTextFieldCell"; placeholderString = "optional"; ObjectID = "5223"; */ +"optional" = "optional"; + +/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "5224"; */ +"Password:" = "Password:"; + +/* Class = "NSTextFieldCell"; title = "Username:"; ObjectID = "5226"; */ +"Username:" = "Username:"; + +/* Class = "NSTextField"; gToolTip = "Enter the hostname of the MySQL server you want to connect to. Enter 127.0.0.1 to connect to a server running on the machine you are tunnelling to"; ObjectID = "5264"; */ +"Enter the hostname of the MySQL server you want to connect to. Enter 127.0.0.1 to connect to a server running on the machine you are tunnelling to" = "Enter the hostname of the MySQL server you want to connect to. Enter 127.0.0.1 to connect to a server running on the machine you are tunnelling to"; + +/* Class = "NSTextField"; gToolTip = "Enter the MySQL username to connect with"; ObjectID = "5266"; */ +"Enter the MySQL username to connect with" = "Enter the MySQL username to connect with"; + +/* Class = "NSTextField"; gToolTip = "Enter the password to use when connecting to the MySQL server"; ObjectID = "5268"; */ +"Enter the password to use when connecting to the MySQL server" = "Enter the password to use when connecting to the MySQL server"; + +/* Class = "NSTextField"; gToolTip = "Optionally enter a database to select after successfully connecting to the MySQL server"; ObjectID = "5270"; */ +"Optionally enter a database to select after successfully connecting to the MySQL server" = "Optionally enter a database to select after successfully connecting to the MySQL server"; + +/* Class = "NSTextField"; gToolTip = "Enter the port to use when connecting to the MySQL server. The default MySQL port is 3306"; ObjectID = "5272"; */ +"Enter the port to use when connecting to the MySQL server. The default MySQL port is 3306" = "Enter the port to use when connecting to the MySQL server. The default MySQL port is 3306"; + +/* Class = "NSTextFieldCell"; title = "Port:"; ObjectID = "5274"; */ +"Port:" = "Port:"; + +/* Class = "NSTextFieldCell"; placeholderString = "3306"; ObjectID = "5275"; */ +"3306" = "3306"; + +/* Class = "NSTextFieldCell"; title = "Database:"; ObjectID = "5276"; */ +"Database:" = "Database:"; + +/* Class = "NSTextFieldCell"; placeholderString = "optional"; ObjectID = "5277"; */ +"optional" = "optional"; + +/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "5278"; */ +"Password:" = "Password:"; + +/* Class = "NSTextFieldCell"; title = "Username:"; ObjectID = "5280"; */ +"Username:" = "Username:"; + +/* Class = "NSTextFieldCell"; title = "MySQL Host:"; ObjectID = "5282"; */ +"MySQL Host:" = "MySQL Host:"; + +/* Class = "NSTextField"; gToolTip = "Enter the hostname of the SSH server to tunnel via when connecting to the MySQL server"; ObjectID = "5284"; */ +"Enter the hostname of the SSH server to tunnel via when connecting to the MySQL server" = "Enter the hostname of the SSH server to tunnel via when connecting to the MySQL server"; + +/* Class = "NSTextField"; gToolTip = "Enter the SSH username to connect with"; ObjectID = "5286"; */ +"Enter the SSH username to connect with" = "Enter the SSH username to connect with"; + +/* Class = "NSTextField"; gToolTip = "Enter the password to use when connecting to the SSH server. NB: your SSH configuration is used, and public/private key pairs and other authentication methods will be used if available"; ObjectID = "5288"; */ +"Enter the password to use when connecting to the SSH server. NB: your SSH configuration is used, and public/private key pairs and other authentication methods will be used if available" = "Enter the password to use when connecting to the SSH server. NB: your SSH configuration is used, and public/private key pairs and other authentication methods will be used if available"; + +/* Class = "NSTextField"; gToolTip = "Enter the port to use when connecting to the SSH server. The default SSH port is 22"; ObjectID = "5290"; */ +"Enter the port to use when connecting to the SSH server. The default SSH port is 22" = "Enter the port to use when connecting to the SSH server. The default SSH port is 22"; + +/* Class = "NSTextFieldCell"; title = "SSH Port:"; ObjectID = "5292"; */ +"SSH Port:" = "SSH Port:"; + +/* Class = "NSTextFieldCell"; placeholderString = "22"; ObjectID = "5293"; */ +"22" = "22"; + +/* Class = "NSTextFieldCell"; title = "SSH Password:"; ObjectID = "5294"; */ +"SSH Password:" = "SSH Password:"; + +/* Class = "NSTextFieldCell"; placeholderString = "optional if public key is available"; ObjectID = "5295"; */ +"optional if public key is available" = "optional if public key is available"; + +/* Class = "NSTextFieldCell"; title = "SSH User:"; ObjectID = "5296"; */ +"SSH User:" = "SSH User:"; + +/* Class = "NSTextFieldCell"; title = "SSH Host:"; ObjectID = "5298"; */ +"SSH Host:" = "SSH Host:"; + +/* Class = "BWAnchoredButton"; gToolTip = "Edit Favorites in Preferences (⌥⌘E)"; ObjectID = "5346"; */ +"Edit Favorites in Preferences (⌥⌘E)" = "Edit Favorites in Preferences (⌥⌘E)"; + +/* Class = "NSTextField"; gToolTip = "Enter a nickname to use if adding to favorites. Optional."; ObjectID = "5376"; */ +"Enter a nickname to use if adding to favorites. Optional." = "Enter a nickname to use if adding to favorites. Optional."; + +/* Class = "NSTextFieldCell"; title = "Name:"; ObjectID = "5378"; */ +"Name:" = "Name:"; + +/* Class = "NSTextFieldCell"; placeholderString = "optional"; ObjectID = "5379"; */ +"optional" = "optional"; + +/* Class = "NSTextField"; gToolTip = "Enter a nickname to use if adding to favorites. Optional."; ObjectID = "5385"; */ +"Enter a nickname to use if adding to favorites. Optional." = "Enter a nickname to use if adding to favorites. Optional."; + +/* Class = "NSTextFieldCell"; title = "Name:"; ObjectID = "5387"; */ +"Name:" = "Name:"; + +/* Class = "NSTextFieldCell"; placeholderString = "optional"; ObjectID = "5388"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "optional"; ObjectID = "5400"; */ +"optional" = "optional"; + +/* Class = "NSTextField"; gToolTip = "Enter a nickname to use if adding to favorites. Optional."; ObjectID = "5403"; */ +"Enter a nickname to use if adding to favorites. Optional." = "Enter a nickname to use if adding to favorites. Optional."; + +/* Class = "NSTextFieldCell"; title = "Name:"; ObjectID = "5405"; */ +"Name:" = "Name:"; + +/* Class = "NSTextFieldCell"; placeholderString = "optional"; ObjectID = "5406"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "optional"; ObjectID = "5411"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "optional"; ObjectID = "5412"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "optional"; ObjectID = "5413"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "optional"; ObjectID = "5415"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "optional"; ObjectID = "5416"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "optional"; ObjectID = "5417"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "3306"; ObjectID = "5418"; */ +"3306" = "3306"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "3306"; ObjectID = "5419"; */ +"3306" = "3306"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "22"; ObjectID = "5420"; */ +"22" = "22"; + +/* Class = "NSTextFieldCell"; title = "Connecting..."; ObjectID = "5424"; */ +"Connecting..." = "Connecting..."; + +/* Class = "NSPanel"; title = "Error Detail"; ObjectID = "5431"; */ +"Error Detail" = "Error Detail"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "optional if public key is available"; ObjectID = "5450"; */ +"optional if public key is available" = "optional if public key is available"; + +/* Class = "NSMenuItem"; title = "Edit Favorite..."; ObjectID = "5469"; */ +"Edit Favorite..." = "Edit Favorite..."; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "5477"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Sort By"; ObjectID = "5479"; */ +"Sort By" = "Sort By"; + +/* Class = "NSMenu"; title = "Sort By"; ObjectID = "5481"; */ +"Sort By" = "Sort By"; + +/* Class = "NSMenuItem"; title = "Name"; ObjectID = "5482"; */ +"Name" = "Name"; + +/* Class = "NSMenuItem"; title = "Host"; ObjectID = "5483"; */ +"Host" = "Host"; + +/* Class = "NSMenuItem"; title = "Type"; ObjectID = "5484"; */ +"Type" = "Type"; + +/* Class = "NSMenuItem"; title = "Reverse Sort Order"; ObjectID = "5486"; */ +"Reverse Sort Order" = "Reverse Sort Order"; + diff --git a/Resources/English.lproj/Console.strings b/Resources/English.lproj/Console.strings new file mode 100644 index 00000000..fbb92435 --- /dev/null +++ b/Resources/English.lproj/Console.strings @@ -0,0 +1,63 @@ +/* Class = "NSPanel"; title = "Console"; ObjectID = "3"; */ +"Console" = "Console"; + +/* Class = "NSButtonCell"; title = "Save As..."; ObjectID = "12"; */ +"Save As..." = "Save As..."; + +/* Class = "NSSearchFieldCell"; placeholderString = "Filter"; ObjectID = "13"; */ +"Filter" = "Filter"; + +/* Class = "NSTableColumn"; headerCell.title = "Query"; ObjectID = "17"; */ +"Query" = "Query"; + +/* Class = "NSTableColumn"; headerCell.title = "Time"; ObjectID = "18"; */ +"Time" = "Time"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "19"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "20"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSButtonCell"; title = "Include Time Stamps"; ObjectID = "51"; */ +"Include Time Stamps" = "Include Time Stamps"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "65"; */ +"Copy" = "Copy"; + +/* Class = "NSButton"; gToolTip = "Clear Console"; ObjectID = "73"; */ +"Clear Console" = "Clear Console"; + +/* Class = "NSButtonCell"; title = "Clear"; ObjectID = "74"; */ +"Clear" = "Clear"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "79"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; gToolTip = "Duplicate the selected table"; ObjectID = "80"; */ +"Duplicate the selected table" = "Duplicate the selected table"; + +/* Class = "NSMenuItem"; title = "Show Time Stamps"; ObjectID = "80"; */ +"Show Time Stamps" = "Show Time Stamps"; + +/* Class = "NSMenuItem"; gToolTip = "Remove the selected table(s)"; ObjectID = "82"; */ +"Remove the selected table(s)" = "Remove the selected table(s)"; + +/* Class = "NSMenuItem"; title = "Show SELECT/SHOW Statements"; ObjectID = "82"; */ +"Show SELECT/SHOW Statements" = "Show SELECT/SHOW Statements"; + +/* Class = "NSMenuItem"; title = "Show HELP Statements"; ObjectID = "103"; */ +"Show HELP Statements" = "Show HELP Statements"; + +/* Class = "NSTableColumn"; headerCell.title = "Connection"; ObjectID = "113"; */ +"Connection" = "Connection"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "114"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSButtonCell"; title = "Include Connections"; ObjectID = "116"; */ +"Include Connections" = "Include Connections"; + +/* Class = "NSMenuItem"; title = "Show Connections"; ObjectID = "118"; */ +"Show Connections" = "Show Connections"; + diff --git a/Resources/English.lproj/ContentFilterManager.strings b/Resources/English.lproj/ContentFilterManager.strings new file mode 100644 index 00000000..9ca79b4b --- /dev/null +++ b/Resources/English.lproj/ContentFilterManager.strings @@ -0,0 +1,114 @@ +/* Class = "NSWindow"; title = "Content Filter Manager"; ObjectID = "1"; */ +"Content Filter Manager" = "Content Filter Manager"; + +/* Class = "NSButton"; gToolTip = "Delete selected filter (⌫)"; ObjectID = "17"; */ +"Delete selected filter (⌫)" = "Delete selected filter (⌫)"; + +/* Class = "NSButton"; gToolTip = "Add filter (⌥⌘A)"; ObjectID = "18"; */ +"Add filter (⌥⌘A)" = "Add filter (⌥⌘A)"; + +/* Class = "NSTableColumn"; headerCell.title = "Content Filters"; ObjectID = "26"; */ +"Content Filters" = "Content Filters"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "27"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Name:"; ObjectID = "122"; */ +"Name:" = "Name:"; + +/* Class = "NSTextFieldCell"; placeholderString = "[no selection]"; ObjectID = "124"; */ +"[no selection]" = "[no selection]"; + +/* Class = "NSButtonCell"; title = "Save"; ObjectID = "132"; */ +"Save" = "Save"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "142"; */ +"Box" = "Box"; + +/* Class = "NSMenuItem"; title = "Remove"; ObjectID = "206"; */ +"Remove" = "Remove"; + +/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "212"; */ +"Duplicate" = "Duplicate"; + +/* Class = "BWAnchoredPopUpButton"; gToolTip = "(⌥⎋)"; ObjectID = "238"; */ +"(⌥⎋)" = "(⌥⎋)"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "240"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "252"; */ +"Duplicate" = "Duplicate"; + +/* Class = "NSMenuItem"; gToolTip = "Export selected favorites as SPF file"; ObjectID = "254"; */ +"Export selected favorites as SPF file" = "Export selected favorites as SPF file"; + +/* Class = "NSMenuItem"; title = "Export Selected Filters…"; ObjectID = "254"; */ +"Export Selected Filters…" = "Export Selected Filters…"; + +/* Class = "NSMenuItem"; gToolTip = "Import query favorites from SPF file and append them to the favorite list"; ObjectID = "255"; */ +"Import query favorites from SPF file and append them to the favorite list" = "Import query favorites from SPF file and append them to the favorite list"; + +/* Class = "NSMenuItem"; title = "Import Filters…"; ObjectID = "255"; */ +"Import Filters…" = "Import Filters…"; + +/* Class = "NSMenuItem"; gToolTip = "Import query favorites from SPF file and replace the current favorites"; ObjectID = "260"; */ +"Import query favorites from SPF file and replace the current favorites" = "Import query favorites from SPF file and replace the current favorites"; + +/* Class = "NSMenuItem"; title = "Import Filter by Replacing…"; ObjectID = "260"; */ +"Import Filter by Replacing…" = "Import Filter by Replacing…"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "272"; */ +"Cancel" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Clause:"; ObjectID = "304"; */ +"Clause:" = "Clause:"; + +/* Class = "NSTextField"; gToolTip = "Label which appears between the argument input fields (as short as possible)"; ObjectID = "321"; */ +"Label which appears between the argument input fields (as short as possible)" = "Label which appears between the argument input fields (as short as possible)"; + +/* Class = "NSTextFieldCell"; title = "Conjunction Label:"; ObjectID = "322"; */ +"Conjunction Label:" = "Conjunction Label:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "342"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; gToolTip = "${} – Argument placeholder."; ObjectID = "343"; */ +"${} – Argument placeholder." = "${} – Argument placeholder."; + +/* Class = "NSMenuItem"; title = "Argument"; ObjectID = "343"; */ +"Argument" = "Argument"; + +/* Class = "NSMenuItem"; gToolTip = "$CURRENT_FIELD – placeholder. That placeholder will be replaced by the current field name."; ObjectID = "344"; */ +"$CURRENT_FIELD – placeholder. That placeholder will be replaced by the current field name." = "$CURRENT_FIELD – placeholder. That placeholder will be replaced by the current field name."; + +/* Class = "NSMenuItem"; title = "Current Field"; ObjectID = "344"; */ +"Current Field" = "Current Field"; + +/* Class = "NSMenuItem"; gToolTip = "$BINARY – placeholder. The keyword BINARY will be inserted if ⇧ is pressed while invoking “Filter”."; ObjectID = "345"; */ +"$BINARY – placeholder. The keyword BINARY will be inserted if ⇧ is pressed while invoking “Filter”." = "$BINARY – placeholder. The keyword BINARY will be inserted if ⇧ is pressed while invoking “Filter”."; + +/* Class = "NSMenuItem"; title = "BINARY"; ObjectID = "345"; */ +"BINARY" = "BINARY"; + +/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "351"; */ +"Label" = "Label"; + +/* Class = "NSTextFieldCell"; title = "Multiline Label"; ObjectID = "353"; */ +"Multiline Label" = "Multiline Label"; + +/* Class = "NSMenuItem"; gToolTip = "'${}' – quoted argument placeholder."; ObjectID = "357"; */ +"'${}' – quoted argument placeholder." = "'${}' – quoted argument placeholder."; + +/* Class = "NSMenuItem"; title = "Quoted Argument"; ObjectID = "357"; */ +"Quoted Argument" = "Quoted Argument"; + +/* Class = "NSMenuItem"; title = "Insert Placeholder"; ObjectID = "358"; */ +"Insert Placeholder" = "Insert Placeholder"; + +/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "362"; */ +"Label" = "Label"; + +/* Class = "NSButtonCell"; title = "Suppress leading <field> placeholder"; ObjectID = "370"; */ +"Suppress leading <field> placeholder" = "Suppress leading <field> placeholder"; + diff --git a/Resources/English.lproj/ContentPaginationView.strings b/Resources/English.lproj/ContentPaginationView.strings new file mode 100644 index 00000000..b07a5318 --- /dev/null +++ b/Resources/English.lproj/ContentPaginationView.strings @@ -0,0 +1,21 @@ +/* Class = "NSTextFieldCell"; title = "1"; ObjectID = "4"; */ +"1" = "1"; + +/* Class = "NSTextFieldCell"; title = "Jump to page:"; ObjectID = "8"; */ +"Jump to page:" = "Jump to page:"; + +/* Class = "NSButtonCell"; title = "Go"; ObjectID = "10"; */ +"Go" = "Go"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "11"; */ +"Box" = "Box"; + +/* Class = "NSButtonCell"; title = "Limit result to:"; ObjectID = "13"; */ +"Limit result to:" = "Limit result to:"; + +/* Class = "NSTextFieldCell"; title = "rows"; ObjectID = "19"; */ +"rows" = "rows"; + +/* Class = "NSButtonCell"; title = "Defer loading of blobs and texts"; ObjectID = "23"; */ +"Defer loading of blobs and texts" = "Defer loading of blobs and texts"; + diff --git a/Resources/English.lproj/DBView.strings b/Resources/English.lproj/DBView.strings new file mode 100644 index 00000000..03e730c2 --- /dev/null +++ b/Resources/English.lproj/DBView.strings @@ -0,0 +1,1629 @@ +/* Class = "NSTableColumn"; headerCell.title = "Tables"; ObjectID = "23"; */ +"Tables" = "Tables"; + +/* Class = "NSTabViewItem"; label = "Content"; ObjectID = "26"; */ +"Content" = "Content"; + +/* Class = "NSTabViewItem"; label = "Structure"; ObjectID = "28"; */ +"Structure" = "Structure"; + +/* Class = "NSTabViewItem"; label = "Custom Query"; ObjectID = "119"; */ +"Custom Query" = "Custom Query"; + +/* Class = "NSButton"; gToolTip = "Run all queries in the editor (⌘R, Enter or fn-Return)"; ObjectID = "125"; */ +"Run all queries in the editor (⌘R, Enter or fn-Return)" = "Run all queries in the editor (⌘R, Enter or fn-Return)"; + +/* Class = "NSMenuItem"; title = "field"; ObjectID = "144"; */ +"field" = "field"; + +/* Class = "NSPopUpButton"; gToolTip = "Choose a field you want to use for your search"; ObjectID = "146"; */ +"Choose a field you want to use for your search" = "Choose a field you want to use for your search"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "147"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "is"; ObjectID = "154"; */ +"is" = "is"; + +/* Class = "NSPopUpButton"; gToolTip = "Choose a search operator"; ObjectID = "156"; */ +"Choose a search operator" = "Choose a search operator"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "157"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSTableColumn"; headerCell.title = "Field"; ObjectID = "233"; */ +"Field" = "Field"; + +/* Class = "NSTableColumn"; headerCell.title = "Type"; ObjectID = "245"; */ +"Type" = "Type"; + +/* Class = "NSTableColumn"; headerCell.title = "Allow Null"; ObjectID = "246"; */ +"Allow Null" = "Allow Null"; + +/* Class = "NSTableColumn"; headerCell.title = "Key"; ObjectID = "247"; */ +"Key" = "Key"; + +/* Class = "NSTableColumn"; headerCell.title = "Default"; ObjectID = "248"; */ +"Default" = "Default"; + +/* Class = "NSTableColumn"; headerCell.title = "Extra"; ObjectID = "249"; */ +"Extra" = "Extra"; + +/* Class = "NSTableColumn"; headerCell.title = "Non_unique"; ObjectID = "288"; */ +"Non_unique" = "Non_unique"; + +/* Class = "NSTableColumn"; headerCell.title = "Key_name"; ObjectID = "290"; */ +"Key_name" = "Key_name"; + +/* Class = "NSTableColumn"; headerCell.title = "Seq_in_index"; ObjectID = "291"; */ +"Seq_in_index" = "Seq_in_index"; + +/* Class = "NSTableColumn"; headerCell.title = "Column_name"; ObjectID = "292"; */ +"Column_name" = "Column_name"; + +/* Class = "NSTableColumn"; headerCell.title = "Collation"; ObjectID = "293"; */ +"Collation" = "Collation"; + +/* Class = "NSTableColumn"; headerCell.title = "Cardinality"; ObjectID = "294"; */ +"Cardinality" = "Cardinality"; + +/* Class = "NSTableColumn"; headerCell.title = "Sub_part"; ObjectID = "295"; */ +"Sub_part" = "Sub_part"; + +/* Class = "NSTableColumn"; headerCell.title = "Packed"; ObjectID = "296"; */ +"Packed" = "Packed"; + +/* Class = "NSTableColumn"; headerCell.title = "Comment"; ObjectID = "297"; */ +"Comment" = "Comment"; + +/* Class = "NSWindow"; title = "New Index"; ObjectID = "320"; */ +"New Index" = "New Index"; + +/* Class = "NSPopUpButton"; gToolTip = "Choose the type of the index"; ObjectID = "323"; */ +"Choose the type of the index" = "Choose the type of the index"; + +/* Class = "NSMenuItem"; title = "PRIMARY KEY"; ObjectID = "324"; */ +"PRIMARY KEY" = "PRIMARY KEY"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "325"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "INDEX"; ObjectID = "326"; */ +"INDEX" = "INDEX"; + +/* Class = "NSMenuItem"; title = "UNIQUE"; ObjectID = "327"; */ +"UNIQUE" = "UNIQUE"; + +/* Class = "NSMenuItem"; title = "FULLTEXT"; ObjectID = "328"; */ +"FULLTEXT" = "FULLTEXT"; + +/* Class = "NSTextField"; gToolTip = "Choose the name of the index or leave blank to use column name"; ObjectID = "329"; */ +"Choose the name of the index or leave blank to use column name" = "Choose the name of the index or leave blank to use column name"; + +/* Class = "NSComboBox"; gToolTip = "Choose the column(s) to be indexed (enter multiple columns comma separated without space after comma)"; ObjectID = "332"; */ +"Choose the column(s) to be indexed (enter multiple columns comma separated without space after comma)" = "Choose the column(s) to be indexed (enter multiple columns comma separated without space after comma)"; + +/* Class = "NSWindow"; title = "Key Sheet"; ObjectID = "409"; */ +"Key Sheet" = "Key Sheet"; + +/* Class = "NSMenuItem"; title = "PRIMARY KEY"; ObjectID = "412"; */ +"PRIMARY KEY" = "PRIMARY KEY"; + +/* Class = "NSMenuItem"; title = "INDEX"; ObjectID = "413"; */ +"INDEX" = "INDEX"; + +/* Class = "NSPopUpButton"; gToolTip = "Choose the type of the index"; ObjectID = "414"; */ +"Choose the type of the index" = "Choose the type of the index"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "415"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "UNIQUE"; ObjectID = "416"; */ +"UNIQUE" = "UNIQUE"; + +/* Class = "NSMenuItem"; title = "FULLTEXT"; ObjectID = "417"; */ +"FULLTEXT" = "FULLTEXT"; + +/* Class = "NSWindow"; title = "Duplicate Table"; ObjectID = "501"; */ +"Duplicate Table" = "Duplicate Table"; + +/* Class = "NSWindow"; title = "New Database"; ObjectID = "565"; */ +"New Database" = "New Database"; + +/* Class = "NSTableColumn"; headerCell.title = "Length"; ObjectID = "654"; */ +"Length" = "Length"; + +/* Class = "NSTableColumn"; headerCell.title = "Unsigned"; ObjectID = "655"; */ +"Unsigned" = "Unsigned"; + +/* Class = "NSWindow"; title = "Field Value"; ObjectID = "714"; */ +"Field Value" = "Field Value"; + +/* Class = "NSTableColumn"; headerCell.title = "Zerofill"; ObjectID = "748"; */ +"Zerofill" = "Zerofill"; + +/* Class = "NSTableColumn"; headerCell.title = "Binary"; ObjectID = "749"; */ +"Binary" = "Binary"; + +/* Class = "NSButton"; gToolTip = "Refresh list of tables"; ObjectID = "923"; */ +"Refresh list of tables" = "Refresh list of tables"; + +/* Class = "NSButton"; gToolTip = "Mark all tables"; ObjectID = "924"; */ +"Mark all tables" = "Mark all tables"; + +/* Class = "NSButton"; gToolTip = "Unmark all tables"; ObjectID = "925"; */ +"Unmark all tables" = "Unmark all tables"; + +/* Class = "NSButton"; gToolTip = "Write errors which occurred while dumping the database to the dump file"; ObjectID = "929"; */ +"Write errors which occurred while dumping the database to the dump file" = "Write errors which occurred while dumping the database to the dump file"; + +/* Class = "NSButton"; gToolTip = "Add table content"; ObjectID = "930"; */ +"Add table content" = "Add table content"; + +/* Class = "NSButton"; gToolTip = "Add create table syntax"; ObjectID = "931"; */ +"Add create table syntax" = "Add create table syntax"; + +/* Class = "NSButton"; gToolTip = "Add a drop table- before the create table-command"; ObjectID = "935"; */ +"Add a drop table- before the create table-command" = "Add a drop table- before the create table-command"; + +/* Class = "NSWindow"; title = "Error"; ObjectID = "959"; */ +"Error" = "Error"; + +/* Class = "NSComboBox"; gToolTip = "Character used to terminate lines"; ObjectID = "1009"; */ +"Character used to terminate lines" = "Character used to terminate lines"; + +/* Class = "NSComboBox"; gToolTip = "Character used to escape special characters"; ObjectID = "1011"; */ +"Character used to escape special characters" = "Character used to escape special characters"; + +/* Class = "NSComboBox"; gToolTip = "Character used to separate fields"; ObjectID = "1013"; */ +"Character used to separate fields" = "Character used to separate fields"; + +/* Class = "NSComboBox"; gToolTip = "Character used to enclose fields"; ObjectID = "1014"; */ +"Character used to enclose fields" = "Character used to enclose fields"; + +/* Class = "NSComboBox"; gToolTip = "Character used to escape special characters"; ObjectID = "1073"; */ +"Character used to escape special characters" = "Character used to escape special characters"; + +/* Class = "NSComboBox"; gToolTip = "Character used to terminate lines"; ObjectID = "1078"; */ +"Character used to terminate lines" = "Character used to terminate lines"; + +/* Class = "NSComboBox"; gToolTip = "Character used to enclose fields"; ObjectID = "1080"; */ +"Character used to enclose fields" = "Character used to enclose fields"; + +/* Class = "NSComboBox"; gToolTip = "Character used to separate fields"; ObjectID = "1081"; */ +"Character used to separate fields" = "Character used to separate fields"; + +/* Class = "NSButton"; gToolTip = "Mark all tables"; ObjectID = "1087"; */ +"Mark all tables" = "Mark all tables"; + +/* Class = "NSButton"; gToolTip = "Refresh list of tables"; ObjectID = "1088"; */ +"Refresh list of tables" = "Refresh list of tables"; + +/* Class = "NSButton"; gToolTip = "Unmark all tables"; ObjectID = "1089"; */ +"Unmark all tables" = "Unmark all tables"; + +/* Class = "NSButton"; gToolTip = "Mark all tables"; ObjectID = "1115"; */ +"Mark all tables" = "Mark all tables"; + +/* Class = "NSButton"; gToolTip = "Unmark all tables"; ObjectID = "1116"; */ +"Unmark all tables" = "Unmark all tables"; + +/* Class = "NSButton"; gToolTip = "Refresh list of tables"; ObjectID = "1117"; */ +"Refresh list of tables" = "Refresh list of tables"; + +/* Class = "NSPopUpButton"; gToolTip = "Choose a query from your recent queries (⌥⌘Y)"; ObjectID = "1175"; */ +"Choose a query from your recent queries (⌥⌘Y)" = "Choose a query from your recent queries (⌥⌘Y)"; + +/* Class = "NSMenuItem"; title = "Query Favorites"; ObjectID = "1176"; */ +"Query Favorites" = "Query Favorites"; + +/* Class = "NSMenuItem"; title = "Query History"; ObjectID = "1177"; */ +"Query History" = "Query History"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1178"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; gToolTip = "Save current query, selection, or - if no selection or current query could be found - the entire content to Favorite."; ObjectID = "1180"; */ +"Save current query, selection, or - if no selection or current query could be found - the entire content to Favorite." = "Save current query, selection, or - if no selection or current query could be found - the entire content to Favorite."; + +/* Class = "NSMenuItem"; title = "Save Query to Favorites"; ObjectID = "1180"; */ +"Save Query to Favorites" = "Save Query to Favorites"; + +/* Class = "NSMenuItem"; title = "Edit Favorites..."; ObjectID = "1181"; */ +"Edit Favorites..." = "Edit Favorites..."; + +/* Class = "NSPopUpButton"; gToolTip = "Choose a favorite from the menu or save queries to the favorites (⌥⌘F)"; ObjectID = "1182"; */ +"Choose a favorite from the menu or save queries to the favorites (⌥⌘F)" = "Choose a favorite from the menu or save queries to the favorites (⌥⌘F)"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1183"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSTabViewItem"; label = "Status"; ObjectID = "1245"; */ +"Status" = "Status"; + +/* Class = "NSComboBoxCell"; title = "Text Cell"; ObjectID = "1304"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[0] = "tinyint"; ObjectID = "1304"; */ +"tinyint" = "tinyint"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[1] = "smallint"; ObjectID = "1304"; */ +"smallint" = "smallint"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[2] = "mediumint"; ObjectID = "1304"; */ +"mediumint" = "mediumint"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[3] = "int"; ObjectID = "1304"; */ +"int" = "int"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[4] = "bigint"; ObjectID = "1304"; */ +"bigint" = "bigint"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[5] = "float"; ObjectID = "1304"; */ +"float" = "float"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[6] = "double"; ObjectID = "1304"; */ +"double" = "double"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[7] = "decimal"; ObjectID = "1304"; */ +"decimal" = "decimal"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[8] = "--------"; ObjectID = "1304"; */ +"--------" = "--------"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[9] = "date"; ObjectID = "1304"; */ +"date" = "date"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[10] = "datetime"; ObjectID = "1304"; */ +"datetime" = "datetime"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[11] = "timestamp"; ObjectID = "1304"; */ +"timestamp" = "timestamp"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[12] = "time"; ObjectID = "1304"; */ +"time" = "time"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[13] = "year"; ObjectID = "1304"; */ +"year" = "year"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[14] = "--------"; ObjectID = "1304"; */ +"--------" = "--------"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[15] = "char"; ObjectID = "1304"; */ +"char" = "char"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[16] = "varchar"; ObjectID = "1304"; */ +"varchar" = "varchar"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[17] = "tinyblob"; ObjectID = "1304"; */ +"tinyblob" = "tinyblob"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[18] = "tinytext"; ObjectID = "1304"; */ +"tinytext" = "tinytext"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[19] = "blob"; ObjectID = "1304"; */ +"blob" = "blob"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[20] = "text"; ObjectID = "1304"; */ +"text" = "text"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[21] = "mediumblob"; ObjectID = "1304"; */ +"mediumblob" = "mediumblob"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[22] = "mediumtext"; ObjectID = "1304"; */ +"mediumtext" = "mediumtext"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[23] = "longblob"; ObjectID = "1304"; */ +"longblob" = "longblob"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[24] = "longtext"; ObjectID = "1304"; */ +"longtext" = "longtext"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[25] = "enum"; ObjectID = "1304"; */ +"enum" = "enum"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[26] = "set"; ObjectID = "1304"; */ +"set" = "set"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[27] = "--------"; ObjectID = "1304"; */ +"--------" = "--------"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[28] = "bit"; ObjectID = "1304"; */ +"bit" = "bit"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[29] = "binary"; ObjectID = "1304"; */ +"binary" = "binary"; + +/* Class = "NSComboBoxCell"; 1304.objectValuesCopy[30] = "varbinary"; ObjectID = "1304"; */ +"varbinary" = "varbinary"; + +/* Class = "NSComboBoxCell"; title = "Text Cell"; ObjectID = "1309"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSComboBoxCell"; 1309.objectValuesCopy[0] = "None"; ObjectID = "1309"; */ +"None" = "None"; + +/* Class = "NSComboBoxCell"; 1309.objectValuesCopy[1] = "auto_increment"; ObjectID = "1309"; */ +"auto_increment" = "auto_increment"; + +/* Class = "NSComboBoxCell"; 1309.objectValuesCopy[2] = "on update CURRENT_TIMESTAMP"; ObjectID = "1309"; */ +"on update CURRENT_TIMESTAMP" = "on update CURRENT_TIMESTAMP"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1310"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1311"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1312"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1313"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1314"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1315"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1316"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1317"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1318"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1319"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1320"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1322"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1323"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "1325"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSButtonCell"; title = "Run All"; ObjectID = "3779"; */ +"Run All" = "Run All"; + +/* Class = "NSTextFieldCell"; title = "Last Error Message"; ObjectID = "3782"; */ +"Last Error Message" = "Last Error Message"; + +/* Class = "NSTextFieldCell"; title = "PRIMARY"; ObjectID = "3819"; */ +"PRIMARY" = "PRIMARY"; + +/* Class = "NSTextFieldCell"; title = "Key Name:"; ObjectID = "3820"; */ +"Key Name:" = "Key Name:"; + +/* Class = "NSTextFieldCell"; title = "Key Type:"; ObjectID = "3821"; */ +"Key Type:" = "Key Type:"; + +/* Class = "NSTextFieldCell"; title = "Indexed Columns:"; ObjectID = "3823"; */ +"Indexed Columns:" = "Indexed Columns:"; + +/* Class = "NSButtonCell"; title = "Add"; ObjectID = "3824"; */ +"Add" = "Add"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "3825"; */ +"Cancel" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Field must be indexed to support auto_increment.\nWhich index do you want to add for this field?"; ObjectID = "3826"; */ +"Field must be indexed to support auto_increment.\nWhich index do you want to add for this field?" = "Field must be indexed to support auto_increment.\nWhich index do you want to add for this field?"; + +/* Class = "NSButtonCell"; title = "Add"; ObjectID = "3828"; */ +"Add" = "Add"; + +/* Class = "NSButtonCell"; title = "Don't add"; ObjectID = "3829"; */ +"Don't add" = "Don't add"; + +/* Class = "NSTextFieldCell"; title = "Duplicate table to"; ObjectID = "3830"; */ +"Duplicate table to" = "Duplicate table to"; + +/* Class = "NSButtonCell"; title = "Duplicate table content"; ObjectID = "3832"; */ +"Duplicate table content" = "Duplicate table content"; + +/* Class = "NSButtonCell"; title = "Duplicate"; ObjectID = "3833"; */ +"Duplicate" = "Duplicate"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "3834"; */ +"Cancel" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Database Name:"; ObjectID = "3835"; */ +"Database Name:" = "Database Name:"; + +/* Class = "NSButtonCell"; title = "Add"; ObjectID = "3837"; */ +"Add" = "Add"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "3838"; */ +"Cancel" = "Cancel"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "3844"; */ +"Close" = "Close"; + +/* Class = "NSTextFieldCell"; title = "Fields enclosed by:"; ObjectID = "3849"; */ +"Fields enclosed by:" = "Fields enclosed by:"; + +/* Class = "NSTextFieldCell"; title = "Fields terminated by:"; ObjectID = "3850"; */ +"Fields terminated by:" = "Fields terminated by:"; + +/* Class = "NSComboBoxCell"; title = "\\n"; ObjectID = "3851"; */ +"\\n" = "\\n"; + +/* Class = "NSComboBoxCell"; 3851.objectValuesCopy[0] = "\\n"; ObjectID = "3851"; */ +"\\n" = "\\n"; + +/* Class = "NSComboBoxCell"; 3851.objectValuesCopy[1] = "\\r\\n"; ObjectID = "3851"; */ +"\\r\\n" = "\\r\\n"; + +/* Class = "NSComboBoxCell"; 3851.objectValuesCopy[2] = "\\r"; ObjectID = "3851"; */ +"\\r" = "\\r"; + +/* Class = "NSTextFieldCell"; title = "Lines terminated by:"; ObjectID = "3852"; */ +"Lines terminated by:" = "Lines terminated by:"; + +/* Class = "NSComboBoxCell"; title = "\\"; ObjectID = "3853"; */ +"\\" = "\\"; + +/* Class = "NSComboBoxCell"; 3853.objectValuesCopy[0] = "\\"; ObjectID = "3853"; */ +"\\" = "\\"; + +/* Class = "NSComboBoxCell"; 3853.objectValuesCopy[1] = "\""; ObjectID = "3853"; */ +"\"" = "\""; + +/* Class = "NSTextFieldCell"; title = "Fields escaped by:"; ObjectID = "3854"; */ +"Fields escaped by:" = "Fields escaped by:"; + +/* Class = "NSComboBoxCell"; title = ","; ObjectID = "3855"; */ +"," = ","; + +/* Class = "NSComboBoxCell"; 3855.objectValuesCopy[0] = ","; ObjectID = "3855"; */ +"," = ","; + +/* Class = "NSComboBoxCell"; 3855.objectValuesCopy[1] = ";"; ObjectID = "3855"; */ +";" = ";"; + +/* Class = "NSComboBoxCell"; 3855.objectValuesCopy[2] = "\\t"; ObjectID = "3855"; */ +"\\t" = "\\t"; + +/* Class = "NSComboBoxCell"; title = "\""; ObjectID = "3856"; */ +"\"" = "\""; + +/* Class = "NSComboBoxCell"; 3856.objectValuesCopy[0] = "\""; ObjectID = "3856"; */ +"\"" = "\""; + +/* Class = "NSButtonCell"; title = "Put fields names at first row"; ObjectID = "3857"; */ +"Put fields names at first row" = "Put fields names at first row"; + +/* Class = "NSButtonCell"; title = "reload"; ObjectID = "3860"; */ +"reload" = "reload"; + +/* Class = "NSButtonCell"; title = "select all"; ObjectID = "3861"; */ +"select all" = "select all"; + +/* Class = "NSButtonCell"; title = "select nothing"; ObjectID = "3862"; */ +"select nothing" = "select nothing"; + +/* Class = "NSButtonCell"; title = "Add errors to dump-file"; ObjectID = "3863"; */ +"Add errors to dump-file" = "Add errors to dump-file"; + +/* Class = "NSButtonCell"; title = "Add table content"; ObjectID = "3864"; */ +"Add table content" = "Add table content"; + +/* Class = "NSButtonCell"; title = "Add create table"; ObjectID = "3865"; */ +"Add create table" = "Add create table"; + +/* Class = "NSButtonCell"; title = "Add drop table"; ObjectID = "3866"; */ +"Add drop table" = "Add drop table"; + +/* Class = "NSTextFieldCell"; title = "There have been errors!"; ObjectID = "3867"; */ +"There have been errors!" = "There have been errors!"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "3868"; */ +"Close" = "Close"; + +/* Class = "NSComboBoxCell"; title = "\\"; ObjectID = "3879"; */ +"\\" = "\\"; + +/* Class = "NSComboBoxCell"; 3879.objectValuesCopy[0] = "\\"; ObjectID = "3879"; */ +"\\" = "\\"; + +/* Class = "NSComboBoxCell"; 3879.objectValuesCopy[1] = "\""; ObjectID = "3879"; */ +"\"" = "\""; + +/* Class = "NSButtonCell"; title = "Put fields names at first row"; ObjectID = "3880"; */ +"Put fields names at first row" = "Put fields names at first row"; + +/* Class = "NSTextFieldCell"; title = "Fields enclosed by"; ObjectID = "3881"; */ +"Fields enclosed by" = "Fields enclosed by"; + +/* Class = "NSTextFieldCell"; title = "Fields escaped by"; ObjectID = "3882"; */ +"Fields escaped by" = "Fields escaped by"; + +/* Class = "NSTextFieldCell"; title = "Fields terminated by"; ObjectID = "3883"; */ +"Fields terminated by" = "Fields terminated by"; + +/* Class = "NSComboBoxCell"; title = "\\n"; ObjectID = "3884"; */ +"\\n" = "\\n"; + +/* Class = "NSComboBoxCell"; 3884.objectValuesCopy[0] = "\\n"; ObjectID = "3884"; */ +"\\n" = "\\n"; + +/* Class = "NSComboBoxCell"; 3884.objectValuesCopy[1] = "\\r\\n"; ObjectID = "3884"; */ +"\\r\\n" = "\\r\\n"; + +/* Class = "NSComboBoxCell"; 3884.objectValuesCopy[2] = "\\r"; ObjectID = "3884"; */ +"\\r" = "\\r"; + +/* Class = "NSTextFieldCell"; title = "Lines terminated by"; ObjectID = "3885"; */ +"Lines terminated by" = "Lines terminated by"; + +/* Class = "NSComboBoxCell"; title = "\""; ObjectID = "3886"; */ +"\"" = "\""; + +/* Class = "NSComboBoxCell"; 3886.objectValuesCopy[0] = "\""; ObjectID = "3886"; */ +"\"" = "\""; + +/* Class = "NSComboBoxCell"; title = ","; ObjectID = "3887"; */ +"," = ","; + +/* Class = "NSComboBoxCell"; 3887.objectValuesCopy[0] = ","; ObjectID = "3887"; */ +"," = ","; + +/* Class = "NSComboBoxCell"; 3887.objectValuesCopy[1] = ";"; ObjectID = "3887"; */ +";" = ";"; + +/* Class = "NSComboBoxCell"; 3887.objectValuesCopy[2] = "\\t"; ObjectID = "3887"; */ +"\\t" = "\\t"; + +/* Class = "NSButtonCell"; title = "select all"; ObjectID = "3888"; */ +"select all" = "select all"; + +/* Class = "NSButtonCell"; title = "reload"; ObjectID = "3889"; */ +"reload" = "reload"; + +/* Class = "NSButtonCell"; title = "select nothing"; ObjectID = "3890"; */ +"select nothing" = "select nothing"; + +/* Class = "NSButtonCell"; title = "select all"; ObjectID = "3891"; */ +"select all" = "select all"; + +/* Class = "NSButtonCell"; title = "select nothing"; ObjectID = "3892"; */ +"select nothing" = "select nothing"; + +/* Class = "NSButtonCell"; title = "reload"; ObjectID = "3893"; */ +"reload" = "reload"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "3903"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Search:"; ObjectID = "3972"; */ +"Search:" = "Search:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "3997"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Choose Database..."; ObjectID = "3998"; */ +"Choose Database..." = "Choose Database..."; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "4015"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "Information"; ObjectID = "4485"; */ +"Information" = "Information"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "4486"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSMenuItem"; title = "Add Database…"; ObjectID = "4523"; */ +"Add Database…" = "Add Database…"; + +/* Class = "NSButtonCell"; title = "Filter"; ObjectID = "4677"; */ +"Filter" = "Filter"; + +/* Class = "NSTextFieldCell"; title = "Database Encoding:"; ObjectID = "4742"; */ +"Database Encoding:" = "Database Encoding:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "4753"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "ISO Hebrew (hebrew)"; ObjectID = "4755"; */ +"ISO Hebrew (hebrew)" = "ISO Hebrew (hebrew)"; + +/* Class = "NSMenuItem"; title = "Big5 Traditional Chinese (big5)"; ObjectID = "4757"; */ +"Big5 Traditional Chinese (big5)" = "Big5 Traditional Chinese (big5)"; + +/* Class = "NSMenuItem"; title = "Windows Arabic (cp1256)"; ObjectID = "4758"; */ +"Windows Arabic (cp1256)" = "Windows Arabic (cp1256)"; + +/* Class = "NSMenuItem"; title = "ISO Greek (greek)"; ObjectID = "4759"; */ +"ISO Greek (greek)" = "ISO Greek (greek)"; + +/* Class = "NSMenuItem"; title = "UCS-2 Unicode (ucs2)"; ObjectID = "4760"; */ +"UCS-2 Unicode (ucs2)" = "UCS-2 Unicode (ucs2)"; + +/* Class = "NSMenuItem"; title = "UTF-8 Unicode (utf8)"; ObjectID = "4761"; */ +"UTF-8 Unicode (utf8)" = "UTF-8 Unicode (utf8)"; + +/* Class = "NSMenuItem"; title = "Windows Latin 2 (cp1250)"; ObjectID = "4763"; */ +"Windows Latin 2 (cp1250)" = "Windows Latin 2 (cp1250)"; + +/* Class = "NSMenuItem"; title = "ISO Latin 2 (latin2)"; ObjectID = "4764"; */ +"ISO Latin 2 (latin2)" = "ISO Latin 2 (latin2)"; + +/* Class = "NSMenuItem"; title = "Windows Baltic (cp1257)"; ObjectID = "4766"; */ +"Windows Baltic (cp1257)" = "Windows Baltic (cp1257)"; + +/* Class = "NSMenuItem"; title = "US ASCII (ascii)"; ObjectID = "4767"; */ +"US ASCII (ascii)" = "US ASCII (ascii)"; + +/* Class = "NSMenuItem"; title = "ISO Turkish (latin5)"; ObjectID = "4768"; */ +"ISO Turkish (latin5)" = "ISO Turkish (latin5)"; + +/* Class = "NSMenuItem"; title = "ISO Latin 1 (latin1)"; ObjectID = "4769"; */ +"ISO Latin 1 (latin1)" = "ISO Latin 1 (latin1)"; + +/* Class = "NSMenuItem"; title = "Windows Cyrillic (cp1251)"; ObjectID = "4770"; */ +"Windows Cyrillic (cp1251)" = "Windows Cyrillic (cp1251)"; + +/* Class = "NSMenuItem"; title = "Mac Roman (macroman)"; ObjectID = "4772"; */ +"Mac Roman (macroman)" = "Mac Roman (macroman)"; + +/* Class = "NSMenuItem"; title = "Shift-JIS Japanese (sjis)"; ObjectID = "4773"; */ +"Shift-JIS Japanese (sjis)" = "Shift-JIS Japanese (sjis)"; + +/* Class = "NSMenuItem"; title = "EUC-JP Japanese (ujis)"; ObjectID = "4774"; */ +"EUC-JP Japanese (ujis)" = "EUC-JP Japanese (ujis)"; + +/* Class = "NSMenuItem"; title = "Default"; ObjectID = "4777"; */ +"Default" = "Default"; + +/* Class = "NSMenuItem"; title = "EUC-KR Korean (euckr)"; ObjectID = "4795"; */ +"EUC-KR Korean (euckr)" = "EUC-KR Korean (euckr)"; + +/* Class = "NSButton"; gToolTip = "Run the query that the text cursor is currently within, or the active selection (⌥⌘R)"; ObjectID = "5123"; */ +"Run the query that the text cursor is currently within, or the active selection (⌥⌘R)" = "Run the query that the text cursor is currently within, or the active selection (⌥⌘R)"; + +/* Class = "NSButtonCell"; title = "Run Current"; ObjectID = "5124"; */ +"Run Current" = "Run Current"; + +/* Class = "NSButton"; gToolTip = "Add field (⌥⌘A)"; ObjectID = "5131"; */ +"Add field (⌥⌘A)" = "Add field (⌥⌘A)"; + +/* Class = "NSButton"; gToolTip = "Refresh table structure (⌘R)"; ObjectID = "5134"; */ +"Refresh table structure (⌘R)" = "Refresh table structure (⌘R)"; + +/* Class = "NSButton"; gToolTip = "Delete selected field (⌫)"; ObjectID = "5136"; */ +"Delete selected field (⌫)" = "Delete selected field (⌫)"; + +/* Class = "NSButton"; gToolTip = "Duplicate selected or last field definition (⌘D)"; ObjectID = "5138"; */ +"Duplicate selected or last field definition (⌘D)" = "Duplicate selected or last field definition (⌘D)"; + +/* Class = "NSButton"; gToolTip = "Add index"; ObjectID = "5150"; */ +"Add index" = "Add index"; + +/* Class = "NSButton"; gToolTip = "Refresh table indexes (⌘R)"; ObjectID = "5151"; */ +"Refresh table indexes (⌘R)" = "Refresh table indexes (⌘R)"; + +/* Class = "NSButton"; gToolTip = "Delete selected index"; ObjectID = "5152"; */ +"Delete selected index" = "Delete selected index"; + +/* Class = "NSButton"; gToolTip = "Add row (⌥⌘A)"; ObjectID = "5175"; */ +"Add row (⌥⌘A)" = "Add row (⌥⌘A)"; + +/* Class = "NSButton"; gToolTip = "Refresh table contents (⌘R)"; ObjectID = "5176"; */ +"Refresh table contents (⌘R)" = "Refresh table contents (⌘R)"; + +/* Class = "NSButton"; gToolTip = "Delete selected row(s) (⌫)"; ObjectID = "5177"; */ +"Delete selected row(s) (⌫)" = "Delete selected row(s) (⌫)"; + +/* Class = "NSButton"; gToolTip = "Duplicate selected row (⌘D)"; ObjectID = "5178"; */ +"Duplicate selected row (⌘D)" = "Duplicate selected row (⌘D)"; + +/* Class = "NSButton"; gToolTip = "Toggle between editing simple text cells as a spreadsheet or in pop-up sheets"; ObjectID = "5201"; */ +"Toggle between editing simple text cells as a spreadsheet or in pop-up sheets" = "Toggle between editing simple text cells as a spreadsheet or in pop-up sheets"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "5281"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Run All Queries"; ObjectID = "5289"; */ +"Run All Queries" = "Run All Queries"; + +/* Class = "NSMenuItem"; title = "Run Current Query"; ObjectID = "5290"; */ +"Run Current Query" = "Run Current Query"; + +/* Class = "NSMenuItem"; gToolTip = "Replaces the current query by the previous one coming from the history."; ObjectID = "5292"; */ +"Replaces the current query by the previous one coming from the history." = "Replaces the current query by the previous one coming from the history."; + +/* Class = "NSMenuItem"; title = "Previous Query from History"; ObjectID = "5292"; */ +"Previous Query from History" = "Previous Query from History"; + +/* Class = "NSMenuItem"; gToolTip = "Replaces the current query by the next one coming from the history."; ObjectID = "5293"; */ +"Replaces the current query by the next one coming from the history." = "Replaces the current query by the next one coming from the history."; + +/* Class = "NSMenuItem"; title = "Next Query from History"; ObjectID = "5293"; */ +"Next Query from History" = "Next Query from History"; + +/* Class = "NSMenuItem"; title = "Shift Right"; ObjectID = "5296"; */ +"Shift Right" = "Shift Right"; + +/* Class = "NSMenuItem"; title = "Shift Left"; ObjectID = "5297"; */ +"Shift Left" = "Shift Left"; + +/* Class = "NSMenuItem"; title = "Completion List"; ObjectID = "5298"; */ +"Completion List" = "Completion List"; + +/* Class = "NSMenuItem"; title = "Indent New Lines"; ObjectID = "5300"; */ +"Indent New Lines" = "Indent New Lines"; + +/* Class = "NSMenuItem"; title = "Auto-pair Characters"; ObjectID = "5301"; */ +"Auto-pair Characters" = "Auto-pair Characters"; + +/* Class = "NSMenuItem"; title = "Auto-uppercase Keywords"; ObjectID = "5317"; */ +"Auto-uppercase Keywords" = "Auto-uppercase Keywords"; + +/* Class = "NSWindow"; title = "New Table"; ObjectID = "5322"; */ +"New Table" = "New Table"; + +/* Class = "NSButtonCell"; title = "Add"; ObjectID = "5331"; */ +"Add" = "Add"; + +/* Class = "NSTextFieldCell"; title = "Table Name:"; ObjectID = "5332"; */ +"Table Name:" = "Table Name:"; + +/* Class = "NSTextFieldCell"; title = "Table Encoding:"; ObjectID = "5333"; */ +"Table Encoding:" = "Table Encoding:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "5335"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "ISO Hebrew (hebrew)"; ObjectID = "5337"; */ +"ISO Hebrew (hebrew)" = "ISO Hebrew (hebrew)"; + +/* Class = "NSMenuItem"; title = "Big5 Traditional Chinese (big5)"; ObjectID = "5339"; */ +"Big5 Traditional Chinese (big5)" = "Big5 Traditional Chinese (big5)"; + +/* Class = "NSMenuItem"; title = "Windows Arabic (cp1256)"; ObjectID = "5340"; */ +"Windows Arabic (cp1256)" = "Windows Arabic (cp1256)"; + +/* Class = "NSMenuItem"; title = "ISO Greek (greek)"; ObjectID = "5341"; */ +"ISO Greek (greek)" = "ISO Greek (greek)"; + +/* Class = "NSMenuItem"; title = "UCS-2 Unicode (ucs2)"; ObjectID = "5342"; */ +"UCS-2 Unicode (ucs2)" = "UCS-2 Unicode (ucs2)"; + +/* Class = "NSMenuItem"; title = "UTF-8 Unicode (utf8)"; ObjectID = "5343"; */ +"UTF-8 Unicode (utf8)" = "UTF-8 Unicode (utf8)"; + +/* Class = "NSMenuItem"; title = "Windows Latin 2 (cp1250)"; ObjectID = "5345"; */ +"Windows Latin 2 (cp1250)" = "Windows Latin 2 (cp1250)"; + +/* Class = "NSMenuItem"; title = "ISO Latin 2 (latin2)"; ObjectID = "5346"; */ +"ISO Latin 2 (latin2)" = "ISO Latin 2 (latin2)"; + +/* Class = "NSMenuItem"; title = "Windows Baltic (cp1257)"; ObjectID = "5348"; */ +"Windows Baltic (cp1257)" = "Windows Baltic (cp1257)"; + +/* Class = "NSMenuItem"; title = "US ASCII (ascii)"; ObjectID = "5349"; */ +"US ASCII (ascii)" = "US ASCII (ascii)"; + +/* Class = "NSMenuItem"; title = "ISO Turkish (latin5)"; ObjectID = "5350"; */ +"ISO Turkish (latin5)" = "ISO Turkish (latin5)"; + +/* Class = "NSMenuItem"; title = "ISO Latin 1 (latin1)"; ObjectID = "5351"; */ +"ISO Latin 1 (latin1)" = "ISO Latin 1 (latin1)"; + +/* Class = "NSMenuItem"; title = "Windows Cyrillic (cp1251)"; ObjectID = "5352"; */ +"Windows Cyrillic (cp1251)" = "Windows Cyrillic (cp1251)"; + +/* Class = "NSMenuItem"; title = "Mac Roman (macroman)"; ObjectID = "5354"; */ +"Mac Roman (macroman)" = "Mac Roman (macroman)"; + +/* Class = "NSMenuItem"; title = "Shift-JIS Japanese (sjis)"; ObjectID = "5355"; */ +"Shift-JIS Japanese (sjis)" = "Shift-JIS Japanese (sjis)"; + +/* Class = "NSMenuItem"; title = "EUC-JP Japanese (ujis)"; ObjectID = "5356"; */ +"EUC-JP Japanese (ujis)" = "EUC-JP Japanese (ujis)"; + +/* Class = "NSMenuItem"; title = "Default"; ObjectID = "5359"; */ +"Default" = "Default"; + +/* Class = "NSMenuItem"; title = "EUC-KR Korean (euckr)"; ObjectID = "5360"; */ +"EUC-KR Korean (euckr)" = "EUC-KR Korean (euckr)"; + +/* Class = "NSMenuItem"; title = "Editor Font..."; ObjectID = "5369"; */ +"Editor Font..." = "Editor Font..."; + +/* Class = "NSPanel"; title = "MySQL Help"; ObjectID = "5428"; */ +"MySQL Help" = "MySQL Help"; + +/* Class = "NSSearchFieldCell"; placeholderString = "Search"; ObjectID = "5453"; */ +"Search" = "Search"; + +/* Class = "NSButtonCell"; title = "larger"; ObjectID = "5465"; */ +"larger" = "larger"; + +/* Class = "NSButtonCell"; title = "smaller"; ObjectID = "5467"; */ +"smaller" = "smaller"; + +/* Class = "NSSegmentedCell"; 5475.toolTips[0] = "Show the previous page"; ObjectID = "5475"; */ +"Show the previous page" = "Show the previous page"; + +/* Class = "NSSegmentedCell"; 5475.toolTips[1] = "MySQL Table of Contents"; ObjectID = "5475"; */ +"MySQL Table of Contents" = "MySQL Table of Contents"; + +/* Class = "NSSegmentedCell"; 5475.toolTips[2] = "Show the next page"; ObjectID = "5475"; */ +"Show the next page" = "Show the next page"; + +/* Class = "NSButtonCell"; title = "focusToSearch"; ObjectID = "5498"; */ +"focusToSearch" = "focusToSearch"; + +/* Class = "NSButtonCell"; title = "FindNext"; ObjectID = "5501"; */ +"FindNext" = "FindNext"; + +/* Class = "NSButtonCell"; title = "FindPrev"; ObjectID = "5504"; */ +"FindPrev" = "FindPrev"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "5509"; */ +"Box" = "Box"; + +/* Class = "NSSegmentedCell"; 5511.labels[0] = "MySQL"; ObjectID = "5511"; */ +"MySQL" = "MySQL"; + +/* Class = "NSSegmentedCell"; 5511.labels[1] = "Page"; ObjectID = "5511"; */ +"Page" = "Page"; + +/* Class = "NSSegmentedCell"; 5511.labels[2] = "Web"; ObjectID = "5511"; */ +"Web" = "Web"; + +/* Class = "NSSegmentedCell"; 5511.toolTips[0] = "Search in MySQL Help [⇧⌘M]"; ObjectID = "5511"; */ +"Search in MySQL Help [⇧⌘M]" = "Search in MySQL Help [⇧⌘M]"; + +/* Class = "NSSegmentedCell"; 5511.toolTips[1] = "Search in current page [⇧⌘P]"; ObjectID = "5511"; */ +"Search in current page [⇧⌘P]" = "Search in current page [⇧⌘P]"; + +/* Class = "NSSegmentedCell"; 5511.toolTips[2] = "Search in the online documentation [⇧⌘W]"; ObjectID = "5511"; */ +"Search in the online documentation [⇧⌘W]" = "Search in the online documentation [⇧⌘W]"; + +/* Class = "NSButtonCell"; title = "Web"; ObjectID = "5515"; */ +"Web" = "Web"; + +/* Class = "NSButtonCell"; title = "page"; ObjectID = "5518"; */ +"page" = "page"; + +/* Class = "NSButtonCell"; title = "mysql"; ObjectID = "5520"; */ +"mysql" = "mysql"; + +/* Class = "NSMenuItem"; title = "Update Help while typing"; ObjectID = "5538"; */ +"Update Help while typing" = "Update Help while typing"; + +/* Class = "NSTabViewItem"; label = "Relations"; ObjectID = "5542"; */ +"Relations" = "Relations"; + +/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "5549"; */ +"Name" = "Name"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "5550"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSButton"; gToolTip = "Add table relation (⌥⌘A)"; ObjectID = "5559"; */ +"Add table relation (⌥⌘A)" = "Add table relation (⌥⌘A)"; + +/* Class = "NSButton"; gToolTip = "Refresh table relations (⌘R)"; ObjectID = "5560"; */ +"Refresh table relations (⌘R)" = "Refresh table relations (⌘R)"; + +/* Class = "NSButton"; gToolTip = "Delete selected relation(s) (⌫)"; ObjectID = "5561"; */ +"Delete selected relation(s) (⌫)" = "Delete selected relation(s) (⌫)"; + +/* Class = "NSTableColumn"; headerCell.title = "Columns"; ObjectID = "5578"; */ +"Columns" = "Columns"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "5579"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "FK Table"; ObjectID = "5580"; */ +"FK Table" = "FK Table"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "5581"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "FK Columns"; ObjectID = "5582"; */ +"FK Columns" = "FK Columns"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "5583"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "On Update"; ObjectID = "5584"; */ +"On Update" = "On Update"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "5585"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "On Delete"; ObjectID = "5586"; */ +"On Delete" = "On Delete"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "5587"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSPanel"; title = "New Relation"; ObjectID = "5596"; */ +"New Relation" = "New Relation"; + +/* Class = "NSButtonCell"; title = "Add"; ObjectID = "5600"; */ +"Add" = "Add"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "5602"; */ +"Cancel" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Column:"; ObjectID = "5607"; */ +"Column:" = "Column:"; + +/* Class = "NSTextFieldCell"; title = "Table:"; ObjectID = "5609"; */ +"Table:" = "Table:"; + +/* Class = "NSTextFieldCell"; title = "On update:"; ObjectID = "5611"; */ +"On update:" = "On update:"; + +/* Class = "NSTextFieldCell"; title = "On delete:"; ObjectID = "5613"; */ +"On delete:" = "On delete:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "5616"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Cascade"; ObjectID = "5618"; */ +"Cascade" = "Cascade"; + +/* Class = "NSMenuItem"; title = "Set NULL"; ObjectID = "5619"; */ +"Set NULL" = "Set NULL"; + +/* Class = "NSMenuItem"; title = "No Action"; ObjectID = "5620"; */ +"No Action" = "No Action"; + +/* Class = "NSMenuItem"; title = "Restrict"; ObjectID = "5621"; */ +"Restrict" = "Restrict"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "5624"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "No Action"; ObjectID = "5625"; */ +"No Action" = "No Action"; + +/* Class = "NSMenuItem"; title = "Set NULL"; ObjectID = "5626"; */ +"Set NULL" = "Set NULL"; + +/* Class = "NSMenuItem"; title = "Cascade"; ObjectID = "5627"; */ +"Cascade" = "Cascade"; + +/* Class = "NSMenuItem"; title = "Restrict"; ObjectID = "5628"; */ +"Restrict" = "Restrict"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "5632"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "5633"; */ +"Item 1" = "Item 1"; + +/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "5634"; */ +"Item 2" = "Item 2"; + +/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "5635"; */ +"Item 3" = "Item 3"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "5638"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "5639"; */ +"Item 1" = "Item 1"; + +/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "5640"; */ +"Item 2" = "Item 2"; + +/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "5641"; */ +"Item 3" = "Item 3"; + +/* Class = "NSTextFieldCell"; title = "Column:"; ObjectID = "5643"; */ +"Column:" = "Column:"; + +/* Class = "NSBox"; title = "References"; ObjectID = "5652"; */ +"References" = "References"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "5655"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "5656"; */ +"Item 1" = "Item 1"; + +/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "5657"; */ +"Item 2" = "Item 2"; + +/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "5658"; */ +"Item 3" = "Item 3"; + +/* Class = "NSBox"; title = "Action"; ObjectID = "5659"; */ +"Action" = "Action"; + +/* Class = "NSBox"; title = "Table:"; ObjectID = "5660"; */ +"Table:" = "Table:"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "5702"; */ +"Cancel" = "Cancel"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "5716"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSTextFieldCell"; title = "Table Type:"; ObjectID = "5742"; */ +"Table Type:" = "Table Type:"; + +/* Class = "NSTextFieldCell"; title = "Type:"; ObjectID = "5751"; */ +"Type:" = "Type:"; + +/* Class = "NSTextFieldCell"; title = "Encoding:"; ObjectID = "5753"; */ +"Encoding:" = "Encoding:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "5756"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "5762"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSTextFieldCell"; title = "Collation:"; ObjectID = "5764"; */ +"Collation:" = "Collation:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "5767"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSTextFieldCell"; title = "Updated at:"; ObjectID = "5769"; */ +"Updated at:" = "Updated at:"; + +/* Class = "NSTextFieldCell"; title = "Created at:"; ObjectID = "5771"; */ +"Created at:" = "Created at:"; + +/* Class = "NSTextFieldCell"; title = "Number of rows:"; ObjectID = "5776"; */ +"Number of rows:" = "Number of rows:"; + +/* Class = "NSTextFieldCell"; title = "Row format:"; ObjectID = "5778"; */ +"Row format:" = "Row format:"; + +/* Class = "NSTextFieldCell"; title = "Avg. row length:"; ObjectID = "5780"; */ +"Avg. row length:" = "Avg. row length:"; + +/* Class = "NSTextFieldCell"; title = "Auto increment:"; ObjectID = "5782"; */ +"Auto increment:" = "Auto increment:"; + +/* Class = "NSTextFieldCell"; title = "Data size:"; ObjectID = "5794"; */ +"Data size:" = "Data size:"; + +/* Class = "NSTextFieldCell"; title = "Max data size:"; ObjectID = "5795"; */ +"Max data size:" = "Max data size:"; + +/* Class = "NSTextFieldCell"; title = "Index size:"; ObjectID = "5796"; */ +"Index size:" = "Index size:"; + +/* Class = "NSTextFieldCell"; title = "Free data size:"; ObjectID = "5797"; */ +"Free data size:" = "Free data size:"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "5806"; */ +"Box" = "Box"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "5807"; */ +"Box" = "Box"; + +/* Class = "NSTextFieldCell"; title = "Comments:"; ObjectID = "5810"; */ +"Comments:" = "Comments:"; + +/* Class = "NSTextFieldCell"; title = "Create syntax:"; ObjectID = "5829"; */ +"Create syntax:" = "Create syntax:"; + +/* Class = "NSButton"; gToolTip = "Edit Table Details (⌘4)"; ObjectID = "6009"; */ +"Edit Table Details (⌘4)" = "Edit Table Details (⌘4)"; + +/* Class = "NSTextFieldCell"; title = "INDEXES"; ObjectID = "6028"; */ +"INDEXES" = "INDEXES"; + +/* Class = "NSPanel"; title = "Progress"; ObjectID = "6125"; */ +"Progress" = "Progress"; + +/* Class = "NSTextFieldCell"; title = "Doing Stuff…"; ObjectID = "6133"; */ +"Doing Stuff…" = "Doing Stuff…"; + +/* Class = "NSTextFieldCell"; title = "Importing…"; ObjectID = "6134"; */ +"Importing…" = "Importing…"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "6135"; */ +"Cancel" = "Cancel"; + +/* Class = "BWAnchoredButton"; gToolTip = "Add new table"; ObjectID = "6143"; */ +"Add new table" = "Add new table"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "6147"; */ +"OtherViews" = "OtherViews"; + +/* Class = "BWAnchoredButton"; gToolTip = "Refresh table list"; ObjectID = "6151"; */ +"Refresh table list" = "Refresh table list"; + +/* Class = "BWAnchoredButton"; gToolTip = "Toggle the visibility of the Information panel"; ObjectID = "6153"; */ +"Toggle the visibility of the Information panel" = "Toggle the visibility of the Information panel"; + +/* Class = "NSMenuItem"; gToolTip = "Rename the selected item"; ObjectID = "6156"; */ +"Rename the selected item" = "Rename the selected item"; + +/* Class = "NSMenuItem"; title = "Rename Table..."; ObjectID = "6156"; */ +"Rename Table..." = "Rename Table..."; + +/* Class = "NSMenuItem"; gToolTip = "Duplicate the selected item"; ObjectID = "6157"; */ +"Duplicate the selected item" = "Duplicate the selected item"; + +/* Class = "NSMenuItem"; title = "Duplicate Table..."; ObjectID = "6157"; */ +"Duplicate Table..." = "Duplicate Table..."; + +/* Class = "NSMenuItem"; gToolTip = "Delete all records of selected table(s)"; ObjectID = "6159"; */ +"Delete all records of selected table(s)" = "Delete all records of selected table(s)"; + +/* Class = "NSMenuItem"; title = "Truncate Table"; ObjectID = "6159"; */ +"Truncate Table" = "Truncate Table"; + +/* Class = "NSMenuItem"; gToolTip = "Remove the selected item(s)"; ObjectID = "6160"; */ +"Remove the selected item(s)" = "Remove the selected item(s)"; + +/* Class = "NSMenuItem"; title = "Remove Table"; ObjectID = "6160"; */ +"Remove Table" = "Remove Table"; + +/* Class = "NSMenuItem"; gToolTip = "Remove the selected item(s)"; ObjectID = "6182"; */ +"Remove the selected item(s)" = "Remove the selected item(s)"; + +/* Class = "NSMenuItem"; title = "Remove Table..."; ObjectID = "6182"; */ +"Remove Table..." = "Remove Table..."; + +/* Class = "NSMenuItem"; gToolTip = "Delete all records of selected table(s)"; ObjectID = "6184"; */ +"Delete all records of selected table(s)" = "Delete all records of selected table(s)"; + +/* Class = "NSMenuItem"; title = "Truncate Table..."; ObjectID = "6184"; */ +"Truncate Table..." = "Truncate Table..."; + +/* Class = "NSMenuItem"; gToolTip = "Duplicate the selected item"; ObjectID = "6185"; */ +"Duplicate the selected item" = "Duplicate the selected item"; + +/* Class = "NSMenuItem"; title = "Duplicate Table..."; ObjectID = "6185"; */ +"Duplicate Table..." = "Duplicate Table..."; + +/* Class = "NSMenuItem"; gToolTip = "Rename the selected item"; ObjectID = "6186"; */ +"Rename the selected item" = "Rename the selected item"; + +/* Class = "NSMenuItem"; title = "Rename Table..."; ObjectID = "6186"; */ +"Rename Table..." = "Rename Table..."; + +/* Class = "NSMenuItem"; title = "Duplicate Field"; ObjectID = "6211"; */ +"Duplicate Field" = "Duplicate Field"; + +/* Class = "NSMenuItem"; title = "Delete Field"; ObjectID = "6212"; */ +"Delete Field" = "Delete Field"; + +/* Class = "NSMenuItem"; title = "Delete Index"; ObjectID = "6220"; */ +"Delete Index" = "Delete Index"; + +/* Class = "NSMenuItem"; title = "Delete Row"; ObjectID = "6226"; */ +"Delete Row" = "Delete Row"; + +/* Class = "NSMenuItem"; title = "Duplicate Row"; ObjectID = "6227"; */ +"Duplicate Row" = "Duplicate Row"; + +/* Class = "NSMenuItem"; title = "Delete Relation"; ObjectID = "6233"; */ +"Delete Relation" = "Delete Relation"; + +/* Class = "NSMenuItem"; title = "Comment Line"; ObjectID = "6249"; */ +"Comment Line" = "Comment Line"; + +/* Class = "NSMenuItem"; title = "Comment Current Query"; ObjectID = "6253"; */ +"Comment Current Query" = "Comment Current Query"; + +/* Class = "NSSegmentedCell"; 6294.toolTips[0] = "Back"; ObjectID = "6294"; */ +"Back" = "Back"; + +/* Class = "NSSegmentedCell"; 6294.toolTips[1] = "Forward"; ObjectID = "6294"; */ +"Forward" = "Forward"; + +/* Class = "NSMenuItem"; title = "Copy as SQL INSERT"; ObjectID = "6341"; */ +"Copy as SQL INSERT" = "Copy as SQL INSERT"; + +/* Class = "NSMenuItem"; title = "Copy with Column Names"; ObjectID = "6343"; */ +"Copy with Column Names" = "Copy with Column Names"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "6344"; */ +"Copy" = "Copy"; + +/* Class = "NSButton"; gToolTip = "Use very low memory export, however large the table. With some table types like MyISAM this may prevent UPDATES/INSERTS until the table is exported."; ObjectID = "6355"; */ +"Use very low memory export, however large the table. With some table types like MyISAM this may prevent UPDATES/INSERTS until the table is exported." = "Use very low memory export, however large the table. With some table types like MyISAM this may prevent UPDATES/INSERTS until the table is exported."; + +/* Class = "NSButtonCell"; title = "Low-memory export"; ObjectID = "6356"; */ +"Low-memory export" = "Low-memory export"; + +/* Class = "NSTextFieldCell"; title = "May block server during export"; ObjectID = "6359"; */ +"May block server during export" = "May block server during export"; + +/* Class = "NSTextFieldCell"; title = "AND"; ObjectID = "6365"; */ +"AND" = "AND"; + +/* Class = "NSPanel"; title = "Query Favorite Sheet"; ObjectID = "6405"; */ +"Query Favorite Sheet" = "Query Favorite Sheet"; + +/* Class = "NSButtonCell"; title = "Save"; ObjectID = "6411"; */ +"Save" = "Save"; + +/* Class = "NSTextFieldCell"; title = "Query Name:"; ObjectID = "6412"; */ +"Query Name:" = "Query Name:"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "6414"; */ +"Cancel" = "Cancel"; + +/* Class = "NSMenuItem"; title = "..placeholder for seachfield.."; ObjectID = "6424"; */ +"..placeholder for seachfield.." = "..placeholder for seachfield.."; + +/* Class = "NSSearchFieldCell"; placeholderString = "Filter"; ObjectID = "6433"; */ +"Filter" = "Filter"; + +/* Class = "NSMenuItem"; title = "..placeholder for seachfield.."; ObjectID = "6445"; */ +"..placeholder for seachfield.." = "..placeholder for seachfield.."; + +/* Class = "NSSearchFieldCell"; placeholderString = "Filter"; ObjectID = "6449"; */ +"Filter" = "Filter"; + +/* Class = "NSMenuItem"; title = "History Replaces Editor Content"; ObjectID = "6461"; */ +"History Replaces Editor Content" = "History Replaces Editor Content"; + +/* Class = "NSMenuItem"; title = "Favorite Replaces Editor Content"; ObjectID = "6462"; */ +"Favorite Replaces Editor Content" = "Favorite Replaces Editor Content"; + +/* Class = "NSMenuItem"; gToolTip = "Save editor content to Favorite. Press ⌥ to restrict for current query or selection."; ObjectID = "6466"; */ +"Save editor content to Favorite. Press ⌥ to restrict for current query or selection." = "Save editor content to Favorite. Press ⌥ to restrict for current query or selection."; + +/* Class = "NSMenuItem"; title = "Save All to Favorites"; ObjectID = "6466"; */ +"Save All to Favorites" = "Save All to Favorites"; + +/* Class = "NSPanel"; title = "Secure Text Input Sheet"; ObjectID = "6492"; */ +"Secure Text Input Sheet" = "Secure Text Input Sheet"; + +/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "6499"; */ +"Label" = "Label"; + +/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "6500"; */ +"Label" = "Label"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "6502"; */ +"Cancel" = "Cancel"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "6503"; */ +"OK" = "OK"; + +/* Class = "NSButton"; gToolTip = "If set save the favorite globally accessible for each document"; ObjectID = "6516"; */ +"If set save the favorite globally accessible for each document" = "If set save the favorite globally accessible for each document"; + +/* Class = "NSButtonCell"; title = "Save globally"; ObjectID = "6517"; */ +"Save globally" = "Save globally"; + +/* Class = "NSButton"; gToolTip = "Use very low memory export, however large the table. With some table types like MyISAM this may prevent UPDATES/INSERTS until the table is exported."; ObjectID = "6521"; */ +"Use very low memory export, however large the table. With some table types like MyISAM this may prevent UPDATES/INSERTS until the table is exported." = "Use very low memory export, however large the table. With some table types like MyISAM this may prevent UPDATES/INSERTS until the table is exported."; + +/* Class = "NSButtonCell"; title = "Low-memory export (May block server during export)"; ObjectID = "6522"; */ +"Low-memory export (May block server during export)" = "Low-memory export (May block server during export)"; + +/* Class = "NSButton"; gToolTip = "Use very low memory export, however large the table. With some table types like MyISAM this may prevent UPDATES/INSERTS until the table is exported."; ObjectID = "6526"; */ +"Use very low memory export, however large the table. With some table types like MyISAM this may prevent UPDATES/INSERTS until the table is exported." = "Use very low memory export, however large the table. With some table types like MyISAM this may prevent UPDATES/INSERTS until the table is exported."; + +/* Class = "NSButtonCell"; title = "Low-memory export"; ObjectID = "6527"; */ +"Low-memory export" = "Low-memory export"; + +/* Class = "NSTextFieldCell"; title = "May block server during export"; ObjectID = "6528"; */ +"May block server during export" = "May block server during export"; + +/* Class = "NSButton"; gToolTip = "Use very low memory export, however large the table. With some table types like MyISAM this may prevent UPDATES/INSERTS until the table is exported."; ObjectID = "6531"; */ +"Use very low memory export, however large the table. With some table types like MyISAM this may prevent UPDATES/INSERTS until the table is exported." = "Use very low memory export, however large the table. With some table types like MyISAM this may prevent UPDATES/INSERTS until the table is exported."; + +/* Class = "NSButtonCell"; title = "Low-memory export"; ObjectID = "6532"; */ +"Low-memory export" = "Low-memory export"; + +/* Class = "NSTextFieldCell"; title = "May block server during export"; ObjectID = "6533"; */ +"May block server during export" = "May block server during export"; + +/* Class = "NSWindow"; title = "Variables"; ObjectID = "6557"; */ +"Variables" = "Variables"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "6565"; */ +"Close" = "Close"; + +/* Class = "NSButtonCell"; title = "Save As..."; ObjectID = "6566"; */ +"Save As..." = "Save As..."; + +/* Class = "NSTextFieldCell"; title = "Create syntax for object"; ObjectID = "6567"; */ +"Create syntax for object" = "Create syntax for object"; + +/* Class = "NSButtonCell"; title = "Copy"; ObjectID = "6607"; */ +"Copy" = "Copy"; + +/* Class = "NSButton"; gToolTip = "View next page of results"; ObjectID = "6647"; */ +"View next page of results" = "View next page of results"; + +/* Class = "NSButton"; gToolTip = "View previous page of results"; ObjectID = "6650"; */ +"View previous page of results" = "View previous page of results"; + +/* Class = "NSButton"; gToolTip = "Jump to page (⌘J) or view pagination options"; ObjectID = "6653"; */ +"Jump to page (⌘J) or view pagination options" = "Jump to page (⌘J) or view pagination options"; + +/* Class = "NSMenuItem"; gToolTip = "Copy all history items into the pasteboard."; ObjectID = "6668"; */ +"Copy all history items into the pasteboard." = "Copy all history items into the pasteboard."; + +/* Class = "NSMenuItem"; title = "Copy History"; ObjectID = "6668"; */ +"Copy History" = "Copy History"; + +/* Class = "NSMenuItem"; gToolTip = "Save all history items to file. Press ⌥ for copy them."; ObjectID = "6669"; */ +"Save all history items to file. Press ⌥ for copy them." = "Save all history items to file. Press ⌥ for copy them."; + +/* Class = "NSMenuItem"; title = "Save History…"; ObjectID = "6669"; */ +"Save History…" = "Save History…"; + +/* Class = "NSMenuItem"; title = "Clear History"; ObjectID = "6670"; */ +"Clear History" = "Clear History"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "6690"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTabViewItem"; label = "Triggers"; ObjectID = "6692"; */ +"Triggers" = "Triggers"; + +/* Class = "NSButton"; gToolTip = "Delete selected relation(s) (⌫)"; ObjectID = "6696"; */ +"Delete selected relation(s) (⌫)" = "Delete selected relation(s) (⌫)"; + +/* Class = "NSButton"; gToolTip = "Refresh table relations (⌘R)"; ObjectID = "6697"; */ +"Refresh table relations (⌘R)" = "Refresh table relations (⌘R)"; + +/* Class = "NSButton"; gToolTip = "Add table relation (⌥⌘A)"; ObjectID = "6699"; */ +"Add table relation (⌥⌘A)" = "Add table relation (⌥⌘A)"; + +/* Class = "NSTableColumn"; headerCell.title = "Definer"; ObjectID = "6705"; */ +"Definer" = "Definer"; + +/* Class = "NSTableColumn"; headerCell.title = "Stagement"; ObjectID = "6706"; */ +"Stagement" = "Stagement"; + +/* Class = "NSTableColumn"; headerCell.title = "Timing"; ObjectID = "6707"; */ +"Timing" = "Timing"; + +/* Class = "NSTableColumn"; headerCell.title = "Event"; ObjectID = "6708"; */ +"Event" = "Event"; + +/* Class = "NSTableColumn"; headerCell.title = "Trigger"; ObjectID = "6709"; */ +"Trigger" = "Trigger"; + +/* Class = "NSTableColumn"; headerCell.title = "Table"; ObjectID = "6710"; */ +"Table" = "Table"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "6711"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "6712"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "6713"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "6714"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "6715"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "6716"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "Created"; ObjectID = "6727"; */ +"Created" = "Created"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "6728"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "SQL Mode"; ObjectID = "6729"; */ +"SQL Mode" = "SQL Mode"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "6730"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSMenuItem"; title = "Delete Trigger"; ObjectID = "6736"; */ +"Delete Trigger" = "Delete Trigger"; + +/* Class = "NSPanel"; title = "New Trigger"; ObjectID = "6765"; */ +"New Trigger" = "New Trigger"; + +/* Class = "NSBox"; title = "Trigger:"; ObjectID = "6770"; */ +"Trigger:" = "Trigger:"; + +/* Class = "NSTextFieldCell"; title = "Name:"; ObjectID = "6777"; */ +"Name:" = "Name:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "6780"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Before"; ObjectID = "6781"; */ +"Before" = "Before"; + +/* Class = "NSMenuItem"; title = "After"; ObjectID = "6782"; */ +"After" = "After"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "6784"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Insert"; ObjectID = "6785"; */ +"Insert" = "Insert"; + +/* Class = "NSMenuItem"; title = "Update"; ObjectID = "6786"; */ +"Update" = "Update"; + +/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "6787"; */ +"Delete" = "Delete"; + +/* Class = "NSTextFieldCell"; title = "Action Time:"; ObjectID = "6788"; */ +"Action Time:" = "Action Time:"; + +/* Class = "NSTextFieldCell"; title = "Event:"; ObjectID = "6789"; */ +"Event:" = "Event:"; + +/* Class = "NSButtonCell"; title = "Add"; ObjectID = "6793"; */ +"Add" = "Add"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "6794"; */ +"Cancel" = "Cancel"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "6815"; */ +"Close" = "Close"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "6824"; */ +"Close" = "Close"; + +/* Class = "NSMenuItem"; title = "Reset AUTO_INCREMENT…"; ObjectID = "6829"; */ +"Reset AUTO_INCREMENT…" = "Reset AUTO_INCREMENT…"; + +/* Class = "NSWindow"; title = "Reset Auto Increment"; ObjectID = "6832"; */ +"Reset Auto Increment" = "Reset Auto Increment"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "6835"; */ +"OK" = "OK"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "6837"; */ +"Cancel" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Reset AUTO_INCREMENT to:"; ObjectID = "6839"; */ +"Reset AUTO_INCREMENT to:" = "Reset AUTO_INCREMENT to:"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "6852"; */ +"Box" = "Box"; + +/* Class = "NSPopUpButton"; gToolTip = "Reset AUTO_INCREMENT…"; ObjectID = "6856"; */ +"Reset AUTO_INCREMENT…" = "Reset AUTO_INCREMENT…"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "6858"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "6859"; */ +"Item 1" = "Item 1"; + +/* Class = "NSMenuItem"; gToolTip = "Reset AUTO_INCREMENT to the minimal possible value."; ObjectID = "6860"; */ +"Reset AUTO_INCREMENT to the minimal possible value." = "Reset AUTO_INCREMENT to the minimal possible value."; + +/* Class = "NSMenuItem"; title = "Reset AUTO_INCREMENT"; ObjectID = "6860"; */ +"Reset AUTO_INCREMENT" = "Reset AUTO_INCREMENT"; + +/* Class = "NSMenuItem"; title = "Reset AUTO_INCREMENT to…"; ObjectID = "6861"; */ +"Reset AUTO_INCREMENT to…" = "Reset AUTO_INCREMENT to…"; + +/* Class = "NSTextFieldCell"; title = "Auto increment:"; ObjectID = "6878"; */ +"Auto increment:" = "Auto increment:"; + +/* Class = "NSTableColumn"; headerCell.title = "Item"; ObjectID = "6891"; */ +"Item" = "Item"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "6893"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "6894"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "Message"; ObjectID = "6895"; */ +"Message" = "Message"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "6896"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSButtonCell"; title = "Copy"; ObjectID = "6902"; */ +"Copy" = "Copy"; + +/* Class = "NSMenuItem"; title = "Auto-completion"; ObjectID = "6908"; */ +"Auto-completion" = "Auto-completion"; + +/* Class = "NSMenuItem"; title = "Show Completion List"; ObjectID = "6913"; */ +"Show Completion List" = "Show Completion List"; + +/* Class = "NSMenu"; title = "Show Completion List"; ObjectID = "6914"; */ +"Show Completion List" = "Show Completion List"; + +/* Class = "NSMenuItem"; title = "All Databases Names"; ObjectID = "6915"; */ +"All Databases Names" = "All Databases Names"; + +/* Class = "NSMenuItem"; title = "All Table and View Names"; ObjectID = "6916"; */ +"All Table and View Names" = "All Table and View Names"; + +/* Class = "NSMenuItem"; title = "All Field Names From Current Table"; ObjectID = "6917"; */ +"All Field Names From Current Table" = "All Field Names From Current Table"; + +/* Class = "NSMenuItem"; title = "Show Create Table Syntax..."; ObjectID = "6923"; */ +"Show Create Table Syntax..." = "Show Create Table Syntax..."; + +/* Class = "NSMenuItem"; title = "Show Create Table Syntax..."; ObjectID = "6927"; */ +"Show Create Table Syntax..." = "Show Create Table Syntax..."; + +/* Class = "NSButton"; gToolTip = "Automatically compress the exported file using Gzip compression"; ObjectID = "6933"; */ +"Automatically compress the exported file using Gzip compression" = "Automatically compress the exported file using Gzip compression"; + +/* Class = "NSButtonCell"; title = "Compress dump file"; ObjectID = "6934"; */ +"Compress dump file" = "Compress dump file"; + +/* Class = "NSWindow"; title = "Duplicate Database"; ObjectID = "6937"; */ +"Duplicate Database" = "Duplicate Database"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "6945"; */ +"Cancel" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Duplicate database to"; ObjectID = "6947"; */ +"Duplicate database to" = "Duplicate database to"; + +/* Class = "NSButtonCell"; title = "Duplicate"; ObjectID = "6976"; */ +"Duplicate" = "Duplicate"; + +/* Class = "NSButtonCell"; title = "Duplicate database content"; ObjectID = "6981"; */ +"Duplicate database content" = "Duplicate database content"; + +/* Class = "NSWindow"; title = "Rename Database"; ObjectID = "6990"; */ +"Rename Database" = "Rename Database"; + +/* Class = "NSButtonCell"; title = "Rename"; ObjectID = "6998"; */ +"Rename" = "Rename"; + +/* Class = "NSTextFieldCell"; title = "Rename database to"; ObjectID = "7000"; */ +"Rename database to" = "Rename database to"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "7002"; */ +"Cancel" = "Cancel"; + +/* Class = "NSMenuItem"; title = "Export"; ObjectID = "7051"; */ +"Export" = "Export"; + +/* Class = "NSMenu"; title = "Export"; ObjectID = "7052"; */ +"Export" = "Export"; + +/* Class = "NSMenuItem"; title = "As CSV file..."; ObjectID = "7053"; */ +"As CSV file..." = "As CSV file..."; + +/* Class = "NSMenuItem"; title = "As SQL dump..."; ObjectID = "7054"; */ +"As SQL dump..." = "As SQL dump..."; + +/* Class = "NSMenuItem"; title = "As XML file..."; ObjectID = "7055"; */ +"As XML file..." = "As XML file..."; + +/* Class = "NSMenuItem"; title = "Export"; ObjectID = "7061"; */ +"Export" = "Export"; + +/* Class = "NSMenu"; title = "Export"; ObjectID = "7062"; */ +"Export" = "Export"; + +/* Class = "NSMenuItem"; title = "As XML file..."; ObjectID = "7063"; */ +"As XML file..." = "As XML file..."; + +/* Class = "NSMenuItem"; title = "As SQL dump..."; ObjectID = "7064"; */ +"As SQL dump..." = "As SQL dump..."; + +/* Class = "NSMenuItem"; title = "As CSV file..."; ObjectID = "7065"; */ +"As CSV file..." = "As CSV file..."; + diff --git a/Resources/English.lproj/DataMigrationDialog.strings b/Resources/English.lproj/DataMigrationDialog.strings new file mode 100644 index 00000000..2e2bfc79 --- /dev/null +++ b/Resources/English.lproj/DataMigrationDialog.strings @@ -0,0 +1,186 @@ +/* Class = "NSWindow"; title = "CSV Field Mapping"; ObjectID = "11"; */ +"CSV Field Mapping" = "CSV Field Mapping"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "14"; */ +"Box" = "Box"; + +/* Class = "NSButton"; gToolTip = "Import (↩)"; ObjectID = "15"; */ +"Import (↩)" = "Import (↩)"; + +/* Class = "NSButton"; gToolTip = "Cancel Import (⎋)"; ObjectID = "16"; */ +"Cancel Import (⎋)" = "Cancel Import (⎋)"; + +/* Class = "NSButton"; gToolTip = "Show previous source row (⌘←)"; ObjectID = "17"; */ +"Show previous source row (⌘←)" = "Show previous source row (⌘←)"; + +/* Class = "NSButton"; gToolTip = "Show next source row (⌘→)"; ObjectID = "18"; */ +"Show next source row (⌘→)" = "Show next source row (⌘→)"; + +/* Class = "NSPopUpButton"; gToolTip = "Choose database table in which the data will be inserted"; ObjectID = "20"; */ +"Choose database table in which the data will be inserted" = "Choose database table in which the data will be inserted"; + +/* Class = "NSPathControl"; gToolTip = "Source file path. Double-click to go back to file chooser."; ObjectID = "25"; */ +"Source file path. Double-click to go back to file chooser." = "Source file path. Double-click to go back to file chooser."; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "28"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "INSERT"; ObjectID = "29"; */ +"INSERT" = "INSERT"; + +/* Class = "NSMenuItem"; title = "REPLACE"; ObjectID = "30"; */ +"REPLACE" = "REPLACE"; + +/* Class = "NSMenuItem"; title = "UPDATE"; ObjectID = "31"; */ +"UPDATE" = "UPDATE"; + +/* Class = "NSTextFieldCell"; title = "Import Method:"; ObjectID = "34"; */ +"Import Method:" = "Import Method:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "36"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSTextFieldCell"; title = "x of y records"; ObjectID = "37"; */ +"x of y records" = "x of y records"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "40"; */ +"Cancel" = "Cancel"; + +/* Class = "NSButtonCell"; title = "Import"; ObjectID = "41"; */ +"Import" = "Import"; + +/* Class = "NSTableColumn"; headerCell.title = "CSV Fields"; ObjectID = "47"; */ +"CSV Fields" = "CSV Fields"; + +/* Class = "NSTableColumn"; headerCell.title = "Table Target Fields"; ObjectID = "48"; */ +"Table Target Fields" = "Table Target Fields"; + +/* Class = "NSTextFieldCell"; title = "CSV Import Field Mapping"; ObjectID = "57"; */ +"CSV Import Field Mapping" = "CSV Import Field Mapping"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "90"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Pop Up"; ObjectID = "91"; */ +"Pop Up" = "Pop Up"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "93"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Pop Up"; ObjectID = "94"; */ +"Pop Up" = "Pop Up"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "96"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Pop Up"; ObjectID = "97"; */ +"Pop Up" = "Pop Up"; + +/* Class = "NSButtonCell"; title = "First line contains fields names"; ObjectID = "112"; */ +"First line contains fields names" = "First line contains fields names"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "133"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Matching names"; ObjectID = "134"; */ +"Matching names" = "Matching names"; + +/* Class = "NSMenuItem"; title = "File order"; ObjectID = "135"; */ +"File order" = "File order"; + +/* Class = "NSTextFieldCell"; title = "Align field names by:"; ObjectID = "138"; */ +"Align field names by:" = "Align field names by:"; + +/* Class = "NSButton"; gToolTip = "Advanced settings for import methods (⌥⌘A)"; ObjectID = "139"; */ +"Advanced settings for import methods (⌥⌘A)" = "Advanced settings for import methods (⌥⌘A)"; + +/* Class = "NSMenuItem"; title = "Reversed file order"; ObjectID = "141"; */ +"Reversed file order" = "Reversed file order"; + +/* Class = "NSTextFieldCell"; title = "Text"; ObjectID = "149"; */ +"Text" = "Text"; + +/* Class = "NSButton"; gToolTip = "Go back to file chooser (⇧⌥⌘←)"; ObjectID = "157"; */ +"Go back to file chooser (⇧⌥⌘←)" = "Go back to file chooser (⇧⌥⌘←)"; + +/* Class = "NSButtonCell"; title = "Go Back"; ObjectID = "158"; */ +"Go Back" = "Go Back"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "160"; */ +"Window" = "Window"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "170"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "176"; */ +"OK" = "OK"; + +/* Class = "NSTableColumn"; headerCell.title = "Global Source Values or SQL Expressions"; ObjectID = "190"; */ +"Global Source Values or SQL Expressions" = "Global Source Values or SQL Expressions"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "191"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSButton"; gToolTip = "Insert NULL into current selected row (⌥⇧N)"; ObjectID = "192"; */ +"Insert NULL into current selected row (⌥⇧N)" = "Insert NULL into current selected row (⌥⇧N)"; + +/* Class = "NSButtonCell"; title = "NULL"; ObjectID = "193"; */ +"NULL" = "NULL"; + +/* Class = "NSButton"; gToolTip = "Use current selected global value after saving as source for selected mapping pair "; ObjectID = "221"; */ +"Use current selected global value after saving as source for selected mapping pair " = "Use current selected global value after saving as source for selected mapping pair "; + +/* Class = "NSButtonCell"; title = "Use current value"; ObjectID = "222"; */ +"Use current value" = "Use current value"; + +/* Class = "NSMenuItem"; title = "Custom order"; ObjectID = "224"; */ +"Custom order" = "Custom order"; + +/* Class = "NSButton"; gToolTip = "All rows which doesn't match the WHERE clause in the UPDATE statement will be inserted via INSERT INTO…"; ObjectID = "257"; */ +"All rows which doesn't match the WHERE clause in the UPDATE statement will be inserted via INSERT INTO…" = "All rows which doesn't match the WHERE clause in the UPDATE statement will be inserted via INSERT INTO…"; + +/* Class = "NSButtonCell"; title = "Insert remaining rows"; ObjectID = "258"; */ +"Insert remaining rows" = "Insert remaining rows"; + +/* Class = "NSButtonCell"; title = "HIGH_PRIORITY"; ObjectID = "301"; */ +"HIGH_PRIORITY" = "HIGH_PRIORITY"; + +/* Class = "NSButtonCell"; title = "LOW_PRIORITY"; ObjectID = "302"; */ +"LOW_PRIORITY" = "LOW_PRIORITY"; + +/* Class = "NSButtonCell"; title = "ON DUPLICATE KEY UPDATE:"; ObjectID = "306"; */ +"ON DUPLICATE KEY UPDATE:" = "ON DUPLICATE KEY UPDATE:"; + +/* Class = "NSButtonCell"; title = "DELAYED"; ObjectID = "307"; */ +"DELAYED" = "DELAYED"; + +/* Class = "NSButtonCell"; title = "IGNORE"; ObjectID = "308"; */ +"IGNORE" = "IGNORE"; + +/* Class = "NSButtonCell"; title = "DELAYED"; ObjectID = "321"; */ +"DELAYED" = "DELAYED"; + +/* Class = "NSButtonCell"; title = "LOW_PRIORITY"; ObjectID = "327"; */ +"LOW_PRIORITY" = "LOW_PRIORITY"; + +/* Class = "NSButtonCell"; title = "IGNORE"; ObjectID = "339"; */ +"IGNORE" = "IGNORE"; + +/* Class = "NSButtonCell"; title = "LOW_PRIORITY"; ObjectID = "346"; */ +"LOW_PRIORITY" = "LOW_PRIORITY"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "371"; */ +"Box" = "Box"; + +/* Class = "NSButtonCell"; title = "Advanced"; ObjectID = "393"; */ +"Advanced" = "Advanced"; + +/* Class = "NSButton"; gToolTip = "Do not import existing rows identified by the PRIMARY KEY"; ObjectID = "396"; */ +"Do not import existing rows identified by the PRIMARY KEY" = "Do not import existing rows identified by the PRIMARY KEY"; + +/* Class = "NSButtonCell"; title = "Skip existing rows"; ObjectID = "397"; */ +"Skip existing rows" = "Skip existing rows"; + +/* Class = "NSTableColumn"; headerCell.title = "SQL"; ObjectID = "400"; */ +"SQL" = "SQL"; + diff --git a/Resources/English.lproj/DatabaseProcessList.strings b/Resources/English.lproj/DatabaseProcessList.strings new file mode 100644 index 00000000..d1027e9a --- /dev/null +++ b/Resources/English.lproj/DatabaseProcessList.strings @@ -0,0 +1,129 @@ +/* Class = "NSWindow"; title = "Processes"; ObjectID = "3"; */ +"Processes" = "Processes"; + +/* Class = "NSTableColumn"; headerCell.title = "User"; ObjectID = "18"; */ +"User" = "User"; + +/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "19"; */ +"ID" = "ID"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "20"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "21"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSSearchFieldCell"; placeholderString = "Filter"; ObjectID = "22"; */ +"Filter" = "Filter"; + +/* Class = "NSTableColumn"; headerCell.title = "Host"; ObjectID = "28"; */ +"Host" = "Host"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "29"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "Database"; ObjectID = "30"; */ +"Database" = "Database"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "31"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "Command"; ObjectID = "32"; */ +"Command" = "Command"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "33"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "Time"; ObjectID = "34"; */ +"Time" = "Time"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "35"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "State"; ObjectID = "36"; */ +"State" = "State"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "37"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "Info"; ObjectID = "38"; */ +"Info" = "Info"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "39"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "55"; */ +"Copy" = "Copy"; + +/* Class = "NSMenuItem"; title = "Kill Query"; ObjectID = "56"; */ +"Kill Query" = "Kill Query"; + +/* Class = "NSMenuItem"; title = "Kill Connection"; ObjectID = "57"; */ +"Kill Connection" = "Kill Connection"; + +/* Class = "NSButton"; gToolTip = "Refresh process list (⌘R)"; ObjectID = "75"; */ +"Refresh process list (⌘R)" = "Refresh process list (⌘R)"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "78"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; gToolTip = "Duplicate the selected table"; ObjectID = "84"; */ +"Duplicate the selected table" = "Duplicate the selected table"; + +/* Class = "NSMenuItem"; title = "Show Process ID"; ObjectID = "84"; */ +"Show Process ID" = "Show Process ID"; + +/* Class = "NSButtonCell"; title = "Clear"; ObjectID = "85"; */ +"Clear" = "Clear"; + +/* Class = "NSButtonCell"; title = "Save As..."; ObjectID = "88"; */ +"Save As..." = "Save As..."; + +/* Class = "NSTextFieldCell"; title = "0 of 0"; ObjectID = "94"; */ +"0 of 0" = "0 of 0"; + +/* Class = "NSButtonCell"; title = "Auto refresh"; ObjectID = "106"; */ +"Auto refresh" = "Auto refresh"; + +/* Class = "NSMenuItem"; title = "Auto Refresh Interval"; ObjectID = "113"; */ +"Auto Refresh Interval" = "Auto Refresh Interval"; + +/* Class = "NSMenu"; title = "Auto Refresh Interval"; ObjectID = "114"; */ +"Auto Refresh Interval" = "Auto Refresh Interval"; + +/* Class = "NSMenuItem"; title = "2 Seconds"; ObjectID = "115"; */ +"2 Seconds" = "2 Seconds"; + +/* Class = "NSMenuItem"; title = "5 Seconds"; ObjectID = "116"; */ +"5 Seconds" = "5 Seconds"; + +/* Class = "NSMenuItem"; title = "10 Seconds"; ObjectID = "117"; */ +"10 Seconds" = "10 Seconds"; + +/* Class = "NSMenuItem"; title = "30 Seconds"; ObjectID = "118"; */ +"30 Seconds" = "30 Seconds"; + +/* Class = "NSMenuItem"; title = "60 Seconds"; ObjectID = "119"; */ +"60 Seconds" = "60 Seconds"; + +/* Class = "NSMenuItem"; title = "Custom..."; ObjectID = "121"; */ +"Custom..." = "Custom..."; + +/* Class = "NSWindow"; title = "Custom Interval"; ObjectID = "133"; */ +"Custom Interval" = "Custom Interval"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "141"; */ +"Cancel" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Interval:"; ObjectID = "143"; */ +"Interval:" = "Interval:"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "172"; */ +"OK" = "OK"; + +/* Class = "NSTextFieldCell"; title = "seconds"; ObjectID = "174"; */ +"seconds" = "seconds"; + +/* Class = "NSTextField"; gToolTip = "Custom refresh interval. Must be greater than 0."; ObjectID = "176"; */ +"Custom refresh interval. Must be greater than 0." = "Custom refresh interval. Must be greater than 0."; + diff --git a/Resources/English.lproj/DatabaseServerVariables.strings b/Resources/English.lproj/DatabaseServerVariables.strings new file mode 100644 index 00000000..06a6f175 --- /dev/null +++ b/Resources/English.lproj/DatabaseServerVariables.strings @@ -0,0 +1,39 @@ +/* Class = "NSWindow"; title = "Variables"; ObjectID = "1"; */ +"Variables" = "Variables"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "9"; */ +"Close" = "Close"; + +/* Class = "NSButtonCell"; title = "Save As..."; ObjectID = "10"; */ +"Save As..." = "Save As..."; + +/* Class = "NSTextFieldCell"; title = "Server Variables"; ObjectID = "11"; */ +"Server Variables" = "Server Variables"; + +/* Class = "NSTableColumn"; headerCell.title = "Value"; ObjectID = "16"; */ +"Value" = "Value"; + +/* Class = "NSTableColumn"; headerCell.title = "Variable Name"; ObjectID = "17"; */ +"Variable Name" = "Variable Name"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "18"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "19"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSSearchFieldCell"; placeholderString = "Filter"; ObjectID = "20"; */ +"Filter" = "Filter"; + +/* Class = "NSTextFieldCell"; title = "0 of 0"; ObjectID = "21"; */ +"0 of 0" = "0 of 0"; + +/* Class = "NSMenuItem"; title = "Copy Variable Value"; ObjectID = "35"; */ +"Copy Variable Value" = "Copy Variable Value"; + +/* Class = "NSMenuItem"; title = "Copy Variable Name"; ObjectID = "36"; */ +"Copy Variable Name" = "Copy Variable Name"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "37"; */ +"Copy" = "Copy"; + diff --git a/Resources/English.lproj/EncodingPopupView.strings b/Resources/English.lproj/EncodingPopupView.strings new file mode 100644 index 00000000..a030540a --- /dev/null +++ b/Resources/English.lproj/EncodingPopupView.strings @@ -0,0 +1,15 @@ +/* Class = "NSTextFieldCell"; title = "File Encoding:"; ObjectID = "4"; */ +"File Encoding:" = "File Encoding:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "6"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "7"; */ +"Item 3" = "Item 3"; + +/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "8"; */ +"Item 2" = "Item 2"; + +/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "9"; */ +"Item 1" = "Item 1"; + diff --git a/Resources/English.lproj/ExportDialog.strings b/Resources/English.lproj/ExportDialog.strings new file mode 100644 index 00000000..c9cc93f2 --- /dev/null +++ b/Resources/English.lproj/ExportDialog.strings @@ -0,0 +1,297 @@ +/* Class = "NSWindow"; title = "Export"; ObjectID = "1"; */ +"Export" = "Export"; + +/* Class = "NSToolbarItem"; label = "SQL"; ObjectID = "4"; */ +"SQL" = "SQL"; + +/* Class = "NSToolbarItem"; paletteLabel = "SQL"; ObjectID = "4"; */ +"SQL" = "SQL"; + +/* Class = "NSToolbarItem"; label = "CSV"; ObjectID = "6"; */ +"CSV" = "CSV"; + +/* Class = "NSToolbarItem"; paletteLabel = "CSV"; ObjectID = "6"; */ +"CSV" = "CSV"; + +/* Class = "NSToolbarItem"; label = "XML"; ObjectID = "8"; */ +"XML" = "XML"; + +/* Class = "NSToolbarItem"; paletteLabel = "XML"; ObjectID = "8"; */ +"XML" = "XML"; + +/* Class = "NSButtonCell"; title = "New file per table"; ObjectID = "22"; */ +"New file per table" = "New file per table"; + +/* Class = "NSTabViewItem"; label = "SQL"; ObjectID = "23"; */ +"SQL" = "SQL"; + +/* Class = "NSTabViewItem"; label = "Excel"; ObjectID = "24"; */ +"Excel" = "Excel"; + +/* Class = "NSTabViewItem"; label = "CSV"; ObjectID = "25"; */ +"CSV" = "CSV"; + +/* Class = "NSTabViewItem"; label = "HTML"; ObjectID = "26"; */ +"HTML" = "HTML"; + +/* Class = "NSTabViewItem"; label = "XML"; ObjectID = "27"; */ +"XML" = "XML"; + +/* Class = "NSTabViewItem"; label = "PDF"; ObjectID = "28"; */ +"PDF" = "PDF"; + +/* Class = "NSTextFieldCell"; title = "Include:"; ObjectID = "32"; */ +"Include:" = "Include:"; + +/* Class = "NSButtonCell"; title = "Structure"; ObjectID = "33"; */ +"Structure" = "Structure"; + +/* Class = "NSTextFieldCell"; title = "Include:"; ObjectID = "44"; */ +"Include:" = "Include:"; + +/* Class = "NSButtonCell"; title = "Structure"; ObjectID = "45"; */ +"Structure" = "Structure"; + +/* Class = "NSComboBox"; gToolTip = "Character used to terminate lines"; ObjectID = "49"; */ +"Character used to terminate lines" = "Character used to terminate lines"; + +/* Class = "NSComboBox"; gToolTip = "Character used to separate fields"; ObjectID = "54"; */ +"Character used to separate fields" = "Character used to separate fields"; + +/* Class = "NSComboBox"; gToolTip = "Character used to enclose fields"; ObjectID = "55"; */ +"Character used to enclose fields" = "Character used to enclose fields"; + +/* Class = "NSComboBox"; gToolTip = "Character used to escape special characters"; ObjectID = "56"; */ +"Character used to escape special characters" = "Character used to escape special characters"; + +/* Class = "NSTextFieldCell"; title = "Escape"; ObjectID = "58"; */ +"Escape" = "Escape"; + +/* Class = "NSComboBoxCell"; title = "\\"; ObjectID = "59"; */ +"\\" = "\\"; + +/* Class = "NSComboBoxCell"; 59.objectValuesCopy[0] = "\\"; ObjectID = "59"; */ +"\\" = "\\"; + +/* Class = "NSComboBoxCell"; 59.objectValuesCopy[1] = "\""; ObjectID = "59"; */ +"\"" = "\""; + +/* Class = "NSComboBoxCell"; title = "\""; ObjectID = "60"; */ +"\"" = "\""; + +/* Class = "NSComboBoxCell"; 60.objectValuesCopy[0] = "\""; ObjectID = "60"; */ +"\"" = "\""; + +/* Class = "NSComboBoxCell"; title = ","; ObjectID = "61"; */ +"," = ","; + +/* Class = "NSComboBoxCell"; 61.objectValuesCopy[0] = ","; ObjectID = "61"; */ +"," = ","; + +/* Class = "NSComboBoxCell"; 61.objectValuesCopy[1] = ";"; ObjectID = "61"; */ +";" = ";"; + +/* Class = "NSComboBoxCell"; 61.objectValuesCopy[2] = "\\t"; ObjectID = "61"; */ +"\\t" = "\\t"; + +/* Class = "NSTextFieldCell"; title = "Terminate"; ObjectID = "62"; */ +"Terminate" = "Terminate"; + +/* Class = "NSTextFieldCell"; title = "Wrap"; ObjectID = "63"; */ +"Wrap" = "Wrap"; + +/* Class = "NSTextFieldCell"; title = "Fields:"; ObjectID = "64"; */ +"Fields:" = "Fields:"; + +/* Class = "NSTextFieldCell"; title = "Terminate"; ObjectID = "65"; */ +"Terminate" = "Terminate"; + +/* Class = "NSComboBoxCell"; title = "\\n"; ObjectID = "66"; */ +"\\n" = "\\n"; + +/* Class = "NSComboBoxCell"; 66.objectValuesCopy[0] = "\\n"; ObjectID = "66"; */ +"\\n" = "\\n"; + +/* Class = "NSComboBoxCell"; 66.objectValuesCopy[1] = "\\r\\n"; ObjectID = "66"; */ +"\\r\\n" = "\\r\\n"; + +/* Class = "NSComboBoxCell"; 66.objectValuesCopy[2] = "\\r"; ObjectID = "66"; */ +"\\r" = "\\r"; + +/* Class = "NSTextFieldCell"; title = "Lines:"; ObjectID = "67"; */ +"Lines:" = "Lines:"; + +/* Class = "NSButtonCell"; title = "Put fields names at first row"; ObjectID = "68"; */ +"Put fields names at first row" = "Put fields names at first row"; + +/* Class = "NSTextFieldCell"; title = "This creates a new file for each table. The file names match the table names."; ObjectID = "73"; */ +"This creates a new file for each table. The file names match the table names." = "This creates a new file for each table. The file names match the table names."; + +/* Class = "NSTextFieldCell"; title = "This creates a sheet for each table. The sheet names match the table names."; ObjectID = "74"; */ +"This creates a sheet for each table. The sheet names match the table names." = "This creates a sheet for each table. The sheet names match the table names."; + +/* Class = "NSButtonCell"; title = "Sheet per table"; ObjectID = "75"; */ +"Sheet per table" = "Sheet per table"; + +/* Class = "NSButtonCell"; title = "File per table"; ObjectID = "76"; */ +"File per table" = "File per table"; + +/* Class = "NSButtonCell"; title = "Radio"; ObjectID = "77"; */ +"Radio" = "Radio"; + +/* Class = "NSButtonCell"; title = "Errors"; ObjectID = "83"; */ +"Errors" = "Errors"; + +/* Class = "NSButtonCell"; title = "DROP TABLE syntax"; ObjectID = "84"; */ +"DROP TABLE syntax" = "DROP TABLE syntax"; + +/* Class = "NSTextFieldCell"; title = "Include:"; ObjectID = "85"; */ +"Include:" = "Include:"; + +/* Class = "NSButtonCell"; title = "Structure"; ObjectID = "86"; */ +"Structure" = "Structure"; + +/* Class = "NSButtonCell"; title = "Export"; ObjectID = "87"; */ +"Export" = "Export"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "88"; */ +"Cancel" = "Cancel"; + +/* Class = "NSTableColumn"; headerCell.title = "Table"; ObjectID = "93"; */ +"Table" = "Table"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "94"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Path:"; ObjectID = "286"; */ +"Path:" = "Path:"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "289"; */ +"Box" = "Box"; + +/* Class = "NSButtonCell"; title = "Change..."; ObjectID = "291"; */ +"Change..." = "Change..."; + +/* Class = "NSPanel"; title = "Export Progress"; ObjectID = "294"; */ +"Export Progress" = "Export Progress"; + +/* Class = "NSTextFieldCell"; title = "Exporting…"; ObjectID = "302"; */ +"Exporting…" = "Exporting…"; + +/* Class = "NSTextFieldCell"; title = "Doing Stuff…"; ObjectID = "303"; */ +"Doing Stuff…" = "Doing Stuff…"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "304"; */ +"Cancel" = "Cancel"; + +/* Class = "NSButtonCell"; title = "Content"; ObjectID = "318"; */ +"Content" = "Content"; + +/* Class = "BWAnchoredButton"; gToolTip = "Refresh table list"; ObjectID = "329"; */ +"Refresh table list" = "Refresh table list"; + +/* Class = "BWAnchoredButton"; gToolTip = "Unmark all tables"; ObjectID = "331"; */ +"Unmark all tables" = "Unmark all tables"; + +/* Class = "BWAnchoredButton"; gToolTip = "Mark all tables"; ObjectID = "343"; */ +"Mark all tables" = "Mark all tables"; + +/* Class = "NSTableColumn"; headerCell.title = "S"; ObjectID = "351"; */ +"S" = "S"; + +/* Class = "NSTableColumn"; headerCell.title = "C"; ObjectID = "353"; */ +"C" = "C"; + +/* Class = "NSButtonCell"; title = "Check"; ObjectID = "356"; */ +"Check" = "Check"; + +/* Class = "NSButtonCell"; title = "Check"; ObjectID = "357"; */ +"Check" = "Check"; + +/* Class = "NSTableColumn"; headerCell.title = "D"; ObjectID = "358"; */ +"D" = "D"; + +/* Class = "NSButtonCell"; title = "Check"; ObjectID = "360"; */ +"Check" = "Check"; + +/* Class = "NSButton"; gToolTip = "Advanced export settings"; ObjectID = "382"; */ +"Advanced export settings" = "Advanced export settings"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "404"; */ +"Box" = "Box"; + +/* Class = "NSButtonCell"; title = "Low memory export (may block server)"; ObjectID = "408"; */ +"Low memory export (may block server)" = "Low memory export (may block server)"; + +/* Class = "NSButtonCell"; title = "Advanced"; ObjectID = "431"; */ +"Advanced" = "Advanced"; + +/* Class = "NSWindow"; title = "Error"; ObjectID = "441"; */ +"Error" = "Error"; + +/* Class = "NSTextFieldCell"; title = "The following export errors occurred:"; ObjectID = "447"; */ +"The following export errors occurred:" = "The following export errors occurred:"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "448"; */ +"Close" = "Close"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "452"; */ +"Close" = "Close"; + +/* Class = "NSToolbarItem"; label = "Dot"; ObjectID = "458"; */ +"Dot" = "Dot"; + +/* Class = "NSToolbarItem"; paletteLabel = "Dot"; ObjectID = "458"; */ +"Dot" = "Dot"; + +/* Class = "NSTabViewItem"; label = "Dot"; ObjectID = "459"; */ +"Dot" = "Dot"; + +/* Class = "NSTextFieldCell"; title = "Advanced:"; ObjectID = "473"; */ +"Advanced:" = "Advanced:"; + +/* Class = "NSButtonCell"; title = "Add UTF-8 BOM to output"; ObjectID = "475"; */ +"Add UTF-8 BOM to output" = "Add UTF-8 BOM to output"; + +/* Class = "NSButtonCell"; title = "Compress output (gzip)"; ObjectID = "477"; */ +"Compress output (gzip)" = "Compress output (gzip)"; + +/* Class = "NSButtonCell"; title = "Output BLOB fields as hex"; ObjectID = "479"; */ +"Output BLOB fields as hex" = "Output BLOB fields as hex"; + +/* Class = "NSTextFieldCell"; title = "NULL values:"; ObjectID = "481"; */ +"NULL values:" = "NULL values:"; + +/* Class = "NSTextFieldCell"; title = "NULL values:"; ObjectID = "495"; */ +"NULL values:" = "NULL values:"; + +/* Class = "NSButton"; gToolTip = "Customize filename"; ObjectID = "500"; */ +"Customize filename" = "Customize filename"; + +/* Class = "NSButtonCell"; title = "Customize Filename"; ObjectID = "502"; */ +"Customize Filename" = "Customize Filename"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "525"; */ +"Box" = "Box"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "528"; */ +"Box" = "Box"; + +/* Class = "NSTextFieldCell"; title = "host,database,table,date,time"; ObjectID = "532"; */ +"host,database,table,date,time" = "host,database,table,date,time"; + +/* Class = "NSTextFieldCell"; title = "Type or drag the tokens to customize the filename format."; ObjectID = "534"; */ +"Type or drag the tokens to customize the filename format." = "Type or drag the tokens to customize the filename format."; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "548"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Filtered Results"; ObjectID = "549"; */ +"Filtered Results" = "Filtered Results"; + +/* Class = "NSMenuItem"; title = "Query Results"; ObjectID = "550"; */ +"Query Results" = "Query Results"; + +/* Class = "NSMenuItem"; title = "Selected Tables"; ObjectID = "551"; */ +"Selected Tables" = "Selected Tables"; + diff --git a/Resources/English.lproj/FieldEditorSheet.strings b/Resources/English.lproj/FieldEditorSheet.strings new file mode 100644 index 00000000..2e4b0268 --- /dev/null +++ b/Resources/English.lproj/FieldEditorSheet.strings @@ -0,0 +1,51 @@ +/* Class = "NSPanel"; title = "Field Editor"; ObjectID = "1"; */ +"Field Editor" = "Field Editor"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "3"; */ +"Box" = "Box"; + +/* Class = "NSPopUpButton"; gToolTip = "Choose a data format to display the current data by using QuickLook"; ObjectID = "8"; */ +"Choose a data format to display the current data by using QuickLook" = "Choose a data format to display the current data by using QuickLook"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "14"; */ +"Box" = "Box"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "15"; */ +"OK" = "OK"; + +/* Class = "NSButtonCell"; title = "Open..."; ObjectID = "16"; */ +"Open..." = "Open..."; + +/* Class = "NSButtonCell"; title = "Save..."; ObjectID = "17"; */ +"Save..." = "Save..."; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "18"; */ +"Cancel" = "Cancel"; + +/* Class = "NSSegmentedCell"; 19.labels[0] = "Text"; ObjectID = "19"; */ +"Text" = "Text"; + +/* Class = "NSSegmentedCell"; 19.labels[1] = "Image"; ObjectID = "19"; */ +"Image" = "Image"; + +/* Class = "NSSegmentedCell"; 19.labels[2] = "Hex"; ObjectID = "19"; */ +"Hex" = "Hex"; + +/* Class = "NSSegmentedCell"; 19.toolTips[0] = "Show data as text"; ObjectID = "19"; */ +"Show data as text" = "Show data as text"; + +/* Class = "NSSegmentedCell"; 19.toolTips[1] = "Try to show data as image"; ObjectID = "19"; */ +"Try to show data as image" = "Try to show data as image"; + +/* Class = "NSSegmentedCell"; 19.toolTips[2] = "Show data hexadecimal"; ObjectID = "19"; */ +"Show data hexadecimal" = "Show data hexadecimal"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "21"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "74"; */ +"Label" = "Label"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "77"; */ +"Close" = "Close"; + diff --git a/Resources/English.lproj/ImportAccessory.strings b/Resources/English.lproj/ImportAccessory.strings new file mode 100644 index 00000000..c692f947 --- /dev/null +++ b/Resources/English.lproj/ImportAccessory.strings @@ -0,0 +1,96 @@ +/* Class = "NSComboBox"; gToolTip = "Character used to separate fields"; ObjectID = "6"; */ +"Character used to separate fields" = "Character used to separate fields"; + +/* Class = "NSComboBox"; gToolTip = "Character used to terminate line"; ObjectID = "8"; */ +"Character used to terminate line" = "Character used to terminate line"; + +/* Class = "NSComboBox"; gToolTip = "Character used to escape special characters"; ObjectID = "9"; */ +"Character used to escape special characters" = "Character used to escape special characters"; + +/* Class = "NSComboBox"; gToolTip = "Character used to enclose fields"; ObjectID = "11"; */ +"Character used to enclose fields" = "Character used to enclose fields"; + +/* Class = "NSTextFieldCell"; title = "Fields escaped by:"; ObjectID = "14"; */ +"Fields escaped by:" = "Fields escaped by:"; + +/* Class = "NSButtonCell"; title = "First line contains fields names"; ObjectID = "15"; */ +"First line contains fields names" = "First line contains fields names"; + +/* Class = "NSComboBoxCell"; title = "\""; ObjectID = "16"; */ +"\"" = "\""; + +/* Class = "NSComboBoxCell"; 16.objectValuesCopy[0] = "\""; ObjectID = "16"; */ +"\"" = "\""; + +/* Class = "NSTextFieldCell"; title = "Fields enclosed by:"; ObjectID = "17"; */ +"Fields enclosed by:" = "Fields enclosed by:"; + +/* Class = "NSComboBoxCell"; title = "\\"; ObjectID = "18"; */ +"\\" = "\\"; + +/* Class = "NSComboBoxCell"; 18.objectValuesCopy[0] = "\\"; ObjectID = "18"; */ +"\\" = "\\"; + +/* Class = "NSComboBoxCell"; 18.objectValuesCopy[1] = "\""; ObjectID = "18"; */ +"\"" = "\""; + +/* Class = "NSComboBoxCell"; title = "\\n"; ObjectID = "19"; */ +"\\n" = "\\n"; + +/* Class = "NSComboBoxCell"; 19.objectValuesCopy[0] = "\\n"; ObjectID = "19"; */ +"\\n" = "\\n"; + +/* Class = "NSComboBoxCell"; 19.objectValuesCopy[1] = "\\r\\n"; ObjectID = "19"; */ +"\\r\\n" = "\\r\\n"; + +/* Class = "NSComboBoxCell"; 19.objectValuesCopy[2] = "\\r"; ObjectID = "19"; */ +"\\r" = "\\r"; + +/* Class = "NSTextFieldCell"; title = "Lines terminated by:"; ObjectID = "20"; */ +"Lines terminated by:" = "Lines terminated by:"; + +/* Class = "NSComboBoxCell"; title = ","; ObjectID = "21"; */ +"," = ","; + +/* Class = "NSComboBoxCell"; 21.objectValuesCopy[0] = ","; ObjectID = "21"; */ +"," = ","; + +/* Class = "NSComboBoxCell"; 21.objectValuesCopy[1] = ";"; ObjectID = "21"; */ +";" = ";"; + +/* Class = "NSComboBoxCell"; 21.objectValuesCopy[2] = "\\t"; ObjectID = "21"; */ +"\\t" = "\\t"; + +/* Class = "NSComboBoxCell"; 21.objectValuesCopy[3] = "|"; ObjectID = "21"; */ +"|" = "|"; + +/* Class = "NSTextFieldCell"; title = "Fields terminated by:"; ObjectID = "22"; */ +"Fields terminated by:" = "Fields terminated by:"; + +/* Class = "NSTextFieldCell"; title = "Format:"; ObjectID = "23"; */ +"Format:" = "Format:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "25"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "CSV"; ObjectID = "26"; */ +"CSV" = "CSV"; + +/* Class = "NSMenuItem"; title = "SQL"; ObjectID = "27"; */ +"SQL" = "SQL"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "85"; */ +"Window" = "Window"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "89"; */ +"Box" = "Box"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "95"; */ +"Cancel" = "Cancel"; + +/* Class = "NSButtonCell"; title = "Next"; ObjectID = "97"; */ +"Next" = "Next"; + +/* Class = "NSTextFieldCell"; title = "Import from Clipboard"; ObjectID = "104"; */ +"Import from Clipboard" = "Import from Clipboard"; + diff --git a/Resources/English.lproj/Localizable.strings b/Resources/English.lproj/Localizable.strings Binary files differindex d29d80cb..937451c4 100644 --- a/Resources/English.lproj/Localizable.strings +++ b/Resources/English.lproj/Localizable.strings diff --git a/Resources/English.lproj/MainMenu.strings b/Resources/English.lproj/MainMenu.strings new file mode 100644 index 00000000..938585f7 --- /dev/null +++ b/Resources/English.lproj/MainMenu.strings @@ -0,0 +1,477 @@ +/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "5"; */ +"Bring All to Front" = "Bring All to Front"; + +/* Class = "NSMenuItem"; title = "Window"; ObjectID = "19"; */ +"Window" = "Window"; + +/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "23"; */ +"Minimize" = "Minimize"; + +/* Class = "NSMenu"; title = "Window"; ObjectID = "24"; */ +"Window" = "Window"; + +/* Class = "NSMenu"; title = "MainMenu"; ObjectID = "29"; */ +"MainMenu" = "MainMenu"; + +/* Class = "NSMenuItem"; title = "Sequel Pro"; ObjectID = "56"; */ +"Sequel Pro" = "Sequel Pro"; + +/* Class = "NSMenu"; title = "Sequel Pro"; ObjectID = "57"; */ +"Sequel Pro" = "Sequel Pro"; + +/* Class = "NSMenuItem"; title = "About Sequel Pro"; ObjectID = "58"; */ +"About Sequel Pro" = "About Sequel Pro"; + +/* Class = "NSMenuItem"; title = "Close"; ObjectID = "73"; */ +"Close" = "Close"; + +/* Class = "NSMenuItem"; title = "Page Setup..."; ObjectID = "77"; */ +"Page Setup..." = "Page Setup..."; + +/* Class = "NSMenuItem"; title = "Print..."; ObjectID = "78"; */ +"Print..." = "Print..."; + +/* Class = "NSMenu"; title = "File"; ObjectID = "81"; */ +"File" = "File"; + +/* Class = "NSMenuItem"; title = "New Connection Window…"; ObjectID = "82"; */ +"New Connection Window…" = "New Connection Window…"; + +/* Class = "NSMenuItem"; title = "File"; ObjectID = "83"; */ +"File" = "File"; + +/* Class = "NSMenuItem"; title = "Help"; ObjectID = "103"; */ +"Help" = "Help"; + +/* Class = "NSMenu"; title = "Help"; ObjectID = "106"; */ +"Help" = "Help"; + +/* Class = "NSMenuItem"; title = "Sequel Pro Help"; ObjectID = "111"; */ +"Sequel Pro Help" = "Sequel Pro Help"; + +/* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "129"; */ +"Preferences..." = "Preferences..."; + +/* Class = "NSMenu"; title = "Services"; ObjectID = "130"; */ +"Services" = "Services"; + +/* Class = "NSMenuItem"; title = "Services"; ObjectID = "131"; */ +"Services" = "Services"; + +/* Class = "NSMenuItem"; title = "Hide Sequel Pro"; ObjectID = "134"; */ +"Hide Sequel Pro" = "Hide Sequel Pro"; + +/* Class = "NSMenuItem"; title = "Quit Sequel Pro"; ObjectID = "136"; */ +"Quit Sequel Pro" = "Quit Sequel Pro"; + +/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "145"; */ +"Hide Others" = "Hide Others"; + +/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "150"; */ +"Show All" = "Show All"; + +/* Class = "NSMenuItem"; title = "Find..."; ObjectID = "154"; */ +"Find..." = "Find..."; + +/* Class = "NSMenuItem"; title = "Scroll to Selection"; ObjectID = "155"; */ +"Scroll to Selection" = "Scroll to Selection"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "157"; */ +"Copy" = "Copy"; + +/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "158"; */ +"Undo" = "Undo"; + +/* Class = "NSMenu"; title = "Find"; ObjectID = "159"; */ +"Find" = "Find"; + +/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "160"; */ +"Cut" = "Cut"; + +/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "161"; */ +"Use Selection for Find" = "Use Selection for Find"; + +/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "162"; */ +"Find Previous" = "Find Previous"; + +/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "163"; */ +"Edit" = "Edit"; + +/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "167"; */ +"Find Next" = "Find Next"; + +/* Class = "NSMenuItem"; title = "Find"; ObjectID = "168"; */ +"Find" = "Find"; + +/* Class = "NSMenu"; title = "Edit"; ObjectID = "169"; */ +"Edit" = "Edit"; + +/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "171"; */ +"Paste" = "Paste"; + +/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "173"; */ +"Redo" = "Redo"; + +/* Class = "NSMenuItem"; title = "Spelling"; ObjectID = "184"; */ +"Spelling" = "Spelling"; + +/* Class = "NSMenu"; title = "Spelling"; ObjectID = "185"; */ +"Spelling" = "Spelling"; + +/* Class = "NSMenuItem"; title = "Spelling..."; ObjectID = "187"; */ +"Spelling..." = "Spelling..."; + +/* Class = "NSMenuItem"; title = "Check Spelling"; ObjectID = "189"; */ +"Check Spelling" = "Check Spelling"; + +/* Class = "NSMenuItem"; title = "Check Spelling As You Type"; ObjectID = "191"; */ +"Check Spelling As You Type" = "Check Spelling As You Type"; + +/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "369"; */ +"Import…" = "Import…"; + +/* Class = "NSMenuItem"; title = "Make a Donation..."; ObjectID = "438"; */ +"Make a Donation..." = "Make a Donation..."; + +/* Class = "NSMenuItem"; title = "View"; ObjectID = "496"; */ +"View" = "View"; + +/* Class = "NSMenuItem"; title = "Table Structure"; ObjectID = "497"; */ +"Table Structure" = "Table Structure"; + +/* Class = "NSMenu"; title = "View"; ObjectID = "498"; */ +"View" = "View"; + +/* Class = "NSMenuItem"; title = "Table Content"; ObjectID = "499"; */ +"Table Content" = "Table Content"; + +/* Class = "NSMenuItem"; title = "Custom Query"; ObjectID = "500"; */ +"Custom Query" = "Custom Query"; + +/* Class = "NSMenuItem"; title = "Table Info"; ObjectID = "504"; */ +"Table Info" = "Table Info"; + +/* Class = "NSMenuItem"; title = "Visit Website..."; ObjectID = "516"; */ +"Visit Website..." = "Visit Website..."; + +/* Class = "NSMenuItem"; title = "Online Help"; ObjectID = "518"; */ +"Online Help" = "Online Help"; + +/* Class = "NSMenuItem"; title = "Database"; ObjectID = "627"; */ +"Database" = "Database"; + +/* Class = "NSMenu"; title = "Database"; ObjectID = "628"; */ +"Database" = "Database"; + +/* Class = "NSMenuItem"; title = "Add Database..."; ObjectID = "629"; */ +"Add Database..." = "Add Database..."; + +/* Class = "NSMenuItem"; title = "Delete Database..."; ObjectID = "631"; */ +"Delete Database..." = "Delete Database..."; + +/* Class = "NSMenuItem"; title = "Refresh Databases"; ObjectID = "633"; */ +"Refresh Databases" = "Refresh Databases"; + +/* Class = "NSMenu"; title = "View Using Encoding"; ObjectID = "635"; */ +"View Using Encoding" = "View Using Encoding"; + +/* Class = "NSMenuItem"; title = "ISO Latin 2 (latin2)"; ObjectID = "637"; */ +"ISO Latin 2 (latin2)" = "ISO Latin 2 (latin2)"; + +/* Class = "NSMenuItem"; title = "US ASCII (ascii)"; ObjectID = "638"; */ +"US ASCII (ascii)" = "US ASCII (ascii)"; + +/* Class = "NSMenuItem"; title = "Windows Cyrillic (cp1251)"; ObjectID = "639"; */ +"Windows Cyrillic (cp1251)" = "Windows Cyrillic (cp1251)"; + +/* Class = "NSMenuItem"; title = "Windows Latin 2 (cp1250)"; ObjectID = "640"; */ +"Windows Latin 2 (cp1250)" = "Windows Latin 2 (cp1250)"; + +/* Class = "NSMenuItem"; title = "Mac Roman (macroman)"; ObjectID = "641"; */ +"Mac Roman (macroman)" = "Mac Roman (macroman)"; + +/* Class = "NSMenuItem"; title = "UTF-8 Unicode (utf8)"; ObjectID = "642"; */ +"UTF-8 Unicode (utf8)" = "UTF-8 Unicode (utf8)"; + +/* Class = "NSMenuItem"; title = "ISO Turkish (latin5)"; ObjectID = "643"; */ +"ISO Turkish (latin5)" = "ISO Turkish (latin5)"; + +/* Class = "NSMenuItem"; title = "ISO Greek (greek)"; ObjectID = "644"; */ +"ISO Greek (greek)" = "ISO Greek (greek)"; + +/* Class = "NSMenuItem"; title = "Shift-JIS Japanese (sjis)"; ObjectID = "645"; */ +"Shift-JIS Japanese (sjis)" = "Shift-JIS Japanese (sjis)"; + +/* Class = "NSMenuItem"; title = "EUC-JP Japanese (ujis)"; ObjectID = "646"; */ +"EUC-JP Japanese (ujis)" = "EUC-JP Japanese (ujis)"; + +/* Class = "NSMenuItem"; title = "ISO Latin 1 (latin1)"; ObjectID = "648"; */ +"ISO Latin 1 (latin1)" = "ISO Latin 1 (latin1)"; + +/* Class = "NSMenuItem"; title = "UCS-2 Unicode (ucs2)"; ObjectID = "649"; */ +"UCS-2 Unicode (ucs2)" = "UCS-2 Unicode (ucs2)"; + +/* Class = "NSMenuItem"; title = "Windows Arabic (cp1256)"; ObjectID = "653"; */ +"Windows Arabic (cp1256)" = "Windows Arabic (cp1256)"; + +/* Class = "NSMenuItem"; title = "ISO Hebrew (hebrew)"; ObjectID = "654"; */ +"ISO Hebrew (hebrew)" = "ISO Hebrew (hebrew)"; + +/* Class = "NSMenuItem"; title = "Windows Baltic (cp1257)"; ObjectID = "656"; */ +"Windows Baltic (cp1257)" = "Windows Baltic (cp1257)"; + +/* Class = "NSMenuItem"; title = "Big5 Traditional Chinese (big5)"; ObjectID = "657"; */ +"Big5 Traditional Chinese (big5)" = "Big5 Traditional Chinese (big5)"; + +/* Class = "NSMenuItem"; title = "View Using Encoding"; ObjectID = "658"; */ +"View Using Encoding" = "View Using Encoding"; + +/* Class = "NSMenuItem"; title = "Table"; ObjectID = "757"; */ +"Table" = "Table"; + +/* Class = "NSMenu"; title = "Table"; ObjectID = "758"; */ +"Table" = "Table"; + +/* Class = "NSMenuItem"; title = "Copy Create Table Syntax"; ObjectID = "759"; */ +"Copy Create Table Syntax" = "Copy Create Table Syntax"; + +/* Class = "NSMenuItem"; title = "Check Table"; ObjectID = "760"; */ +"Check Table" = "Check Table"; + +/* Class = "NSMenuItem"; title = "Analyze Table"; ObjectID = "761"; */ +"Analyze Table" = "Analyze Table"; + +/* Class = "NSMenuItem"; title = "Optimize Table"; ObjectID = "762"; */ +"Optimize Table" = "Optimize Table"; + +/* Class = "NSMenuItem"; title = "Repair Table"; ObjectID = "763"; */ +"Repair Table" = "Repair Table"; + +/* Class = "NSMenuItem"; title = "Flush Table"; ObjectID = "764"; */ +"Flush Table" = "Flush Table"; + +/* Class = "NSMenuItem"; title = "Show Create Table Syntax..."; ObjectID = "778"; */ +"Show Create Table Syntax..." = "Show Create Table Syntax..."; + +/* Class = "NSMenuItem"; title = "Show Server Variables..."; ObjectID = "783"; */ +"Show Server Variables..." = "Show Server Variables..."; + +/* Class = "NSMenuItem"; title = "Flush Privileges"; ObjectID = "785"; */ +"Flush Privileges" = "Flush Privileges"; + +/* Class = "NSMenuItem"; title = "Clear Console"; ObjectID = "790"; */ +"Clear Console" = "Clear Console"; + +/* Class = "NSMenuItem"; title = "Show Console"; ObjectID = "791"; */ +"Show Console" = "Show Console"; + +/* Class = "NSMenuItem"; title = "Check for Updates..."; ObjectID = "794"; */ +"Check for Updates..." = "Check for Updates..."; + +/* Class = "NSMenuItem"; title = "Checksum Table"; ObjectID = "797"; */ +"Checksum Table" = "Checksum Table"; + +/* Class = "NSMenuItem"; title = "Customize Toolbar..."; ObjectID = "806"; */ +"Customize Toolbar..." = "Customize Toolbar..."; + +/* Class = "NSMenuItem"; title = "Hide Toolbar"; ObjectID = "807"; */ +"Hide Toolbar" = "Hide Toolbar"; + +/* Class = "NSMenuItem"; title = "EUC-KR Korean (euckr)"; ObjectID = "833"; */ +"EUC-KR Korean (euckr)" = "EUC-KR Korean (euckr)"; + +/* Class = "NSMenuItem"; title = "UTF-8 Unicode via Latin 1"; ObjectID = "835"; */ +"UTF-8 Unicode via Latin 1" = "UTF-8 Unicode via Latin 1"; + +/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "842"; */ +"Zoom" = "Zoom"; + +/* Class = "NSMenuItem"; title = "Convert"; ObjectID = "845"; */ +"Convert" = "Convert"; + +/* Class = "NSMenu"; title = "Convert"; ObjectID = "846"; */ +"Convert" = "Convert"; + +/* Class = "NSMenuItem"; gToolTip = "Convert the selection or the current word into upper case"; ObjectID = "847"; */ +"Convert the selection or the current word into upper case" = "Convert the selection or the current word into upper case"; + +/* Class = "NSMenuItem"; title = "to Uppercase"; ObjectID = "847"; */ +"to Uppercase" = "to Uppercase"; + +/* Class = "NSMenuItem"; title = "Select"; ObjectID = "848"; */ +"Select" = "Select"; + +/* Class = "NSMenu"; title = "Select"; ObjectID = "849"; */ +"Select" = "Select"; + +/* Class = "NSMenuItem"; gToolTip = "Select current word"; ObjectID = "850"; */ +"Select current word" = "Select current word"; + +/* Class = "NSMenuItem"; title = "Word"; ObjectID = "850"; */ +"Word" = "Word"; + +/* Class = "NSMenuItem"; gToolTip = "Convert the selection or the current word into lower case"; ObjectID = "851"; */ +"Convert the selection or the current word into lower case" = "Convert the selection or the current word into lower case"; + +/* Class = "NSMenuItem"; title = "to Lowercase"; ObjectID = "851"; */ +"to Lowercase" = "to Lowercase"; + +/* Class = "NSMenuItem"; gToolTip = "Convert the first character of the selection or of the current word into upper case"; ObjectID = "852"; */ +"Convert the first character of the selection or of the current word into upper case" = "Convert the first character of the selection or of the current word into upper case"; + +/* Class = "NSMenuItem"; title = "to Titlecase"; ObjectID = "852"; */ +"to Titlecase" = "to Titlecase"; + +/* Class = "NSMenuItem"; title = "Normalization"; ObjectID = "853"; */ +"Normalization" = "Normalization"; + +/* Class = "NSMenu"; title = "Normalization"; ObjectID = "854"; */ +"Normalization" = "Normalization"; + +/* Class = "NSMenuItem"; title = "Canonical Decomposing (NFD)"; ObjectID = "855"; */ +"Canonical Decomposing (NFD)" = "Canonical Decomposing (NFD)"; + +/* Class = "NSMenuItem"; title = "Transpose"; ObjectID = "856"; */ +"Transpose" = "Transpose"; + +/* Class = "NSMenuItem"; gToolTip = "Remove all diacritics from selection or current word [façadè → facade]"; ObjectID = "859"; */ +"Remove all diacritics from selection or current word [façadè → facade]" = "Remove all diacritics from selection or current word [façadè → facade]"; + +/* Class = "NSMenuItem"; title = "Remove Diacritics"; ObjectID = "859"; */ +"Remove Diacritics" = "Remove Diacritics"; + +/* Class = "NSMenuItem"; title = "Canonical Composing (NFC)"; ObjectID = "860"; */ +"Canonical Composing (NFC)" = "Canonical Composing (NFC)"; + +/* Class = "NSMenuItem"; title = "Compatibility Decomposition (NFKD)"; ObjectID = "861"; */ +"Compatibility Decomposition (NFKD)" = "Compatibility Decomposition (NFKD)"; + +/* Class = "NSMenuItem"; title = "Compatibility Composition (NFKC)"; ObjectID = "862"; */ +"Compatibility Composition (NFKC)" = "Compatibility Composition (NFKC)"; + +/* Class = "NSMenuItem"; gToolTip = "Select current line"; ObjectID = "863"; */ +"Select current line" = "Select current line"; + +/* Class = "NSMenuItem"; title = "Line"; ObjectID = "863"; */ +"Line" = "Line"; + +/* Class = "NSMenuItem"; title = "All"; ObjectID = "864"; */ +"All" = "All"; + +/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "908"; */ +"Export…" = "Export…"; + +/* Class = "NSMenuItem"; title = "Add To Favorites"; ObjectID = "910"; */ +"Add To Favorites" = "Add To Favorites"; + +/* Class = "NSMenuItem"; title = "MySQL Help"; ObjectID = "914"; */ +"MySQL Help" = "MySQL Help"; + +/* Class = "NSMenuItem"; title = "Copy with Column Names"; ObjectID = "926"; */ +"Copy with Column Names" = "Copy with Column Names"; + +/* Class = "NSMenuItem"; title = "Table Relations"; ObjectID = "928"; */ +"Table Relations" = "Table Relations"; + +/* Class = "NSMenuItem"; title = "Enclosing Brackets"; ObjectID = "932"; */ +"Enclosing Brackets" = "Enclosing Brackets"; + +/* Class = "NSMenuItem"; title = "Copy as SQL INSERT"; ObjectID = "935"; */ +"Copy as SQL INSERT" = "Copy as SQL INSERT"; + +/* Class = "NSMenuItem"; title = "Online FAQ"; ObjectID = "938"; */ +"Online FAQ" = "Online FAQ"; + +/* Class = "NSMenuItem"; title = "Insert NULL value"; ObjectID = "941"; */ +"Insert NULL value" = "Insert NULL value"; + +/* Class = "NSMenuItem"; gToolTip = "Open a connection file (*.spf) or load a SQL file (*.sql) into the Custom Query editor"; ObjectID = "943"; */ +"Open a connection file (*.spf) or load a SQL file (*.sql) into the Custom Query editor" = "Open a connection file (*.spf) or load a SQL file (*.sql) into the Custom Query editor"; + +/* Class = "NSMenuItem"; title = "Open…"; ObjectID = "943"; */ +"Open…" = "Open…"; + +/* Class = "NSMenuItem"; title = "Save Query…"; ObjectID = "944"; */ +"Save Query…" = "Save Query…"; + +/* Class = "NSMenuItem"; title = "New…"; ObjectID = "960"; */ +"New…" = "New…"; + +/* Class = "NSMenuItem"; title = "Save"; ObjectID = "963"; */ +"Save" = "Save"; + +/* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "965"; */ +"Save As…" = "Save As…"; + +/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "971"; */ +"Open Recent" = "Open Recent"; + +/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "980"; */ +"Open Recent" = "Open Recent"; + +/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "981"; */ +"Clear Menu" = "Clear Menu"; + +/* Class = "NSMenuItem"; title = "Back In History"; ObjectID = "991"; */ +"Back In History" = "Back In History"; + +/* Class = "NSMenuItem"; title = "Forward In History"; ObjectID = "992"; */ +"Forward In History" = "Forward In History"; + +/* Class = "NSMenuItem"; title = "User Accounts..."; ObjectID = "996"; */ +"User Accounts..." = "User Accounts..."; + +/* Class = "NSMenuItem"; title = "Open in New Window"; ObjectID = "998"; */ +"Open in New Window" = "Open in New Window"; + +/* Class = "NSMenuItem"; title = "Open…"; ObjectID = "1005"; */ +"Open…" = "Open…"; + +/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "1006"; */ +"Open Recent" = "Open Recent"; + +/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "1015"; */ +"Open Recent" = "Open Recent"; + +/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "1016"; */ +"Clear Menu" = "Clear Menu"; + +/* Class = "NSMenuItem"; title = "Provide Feedback"; ObjectID = "1028"; */ +"Provide Feedback" = "Provide Feedback"; + +/* Class = "NSMenuItem"; title = "Show Server Processes..."; ObjectID = "1031"; */ +"Show Server Processes..." = "Show Server Processes..."; + +/* Class = "NSMenuItem"; title = "Table Triggers"; ObjectID = "1038"; */ +"Table Triggers" = "Table Triggers"; + +/* Class = "NSMenuItem"; title = "Filter Content"; ObjectID = "1041"; */ +"Filter Content" = "Filter Content"; + +/* Class = "NSMenuItem"; title = "Filter Tables"; ObjectID = "1045"; */ +"Filter Tables" = "Filter Tables"; + +/* Class = "NSMenuItem"; title = "Keyboard Shortcuts"; ObjectID = "1047"; */ +"Keyboard Shortcuts" = "Keyboard Shortcuts"; + +/* Class = "NSMenuItem"; title = "Show Navigator"; ObjectID = "1050"; */ +"Show Navigator" = "Show Navigator"; + +/* Class = "NSMenuItem"; title = "Import from Clipboard…"; ObjectID = "1071"; */ +"Import from Clipboard…" = "Import from Clipboard…"; + +/* Class = "NSMenuItem"; title = "Duplicate Database..."; ObjectID = "1077"; */ +"Duplicate Database..." = "Duplicate Database..."; + +/* Class = "NSMenuItem"; title = "Rename Database..."; ObjectID = "1081"; */ +"Rename Database..." = "Rename Database..."; + +/* Class = "NSMenuItem"; title = "New Connection Tab…"; ObjectID = "1086"; */ +"New Connection Tab…" = "New Connection Tab…"; + +/* Class = "NSMenuItem"; title = "Close Tab"; ObjectID = "1089"; */ +"Close Tab" = "Close Tab"; + +/* Class = "NSMenuItem"; title = "Provide Translation Feedback"; ObjectID = "1093"; */ +"Provide Translation Feedback" = "Provide Translation Feedback"; + diff --git a/Resources/English.lproj/MainWindow.strings b/Resources/English.lproj/MainWindow.strings new file mode 100644 index 00000000..a7aa769e --- /dev/null +++ b/Resources/English.lproj/MainWindow.strings @@ -0,0 +1,3 @@ +/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */ +"Window" = "Window"; + diff --git a/Resources/English.lproj/Navigator.strings b/Resources/English.lproj/Navigator.strings new file mode 100644 index 00000000..03ea6c14 --- /dev/null +++ b/Resources/English.lproj/Navigator.strings @@ -0,0 +1,36 @@ +/* Class = "NSPanel"; title = "Navigator"; ObjectID = "3"; */ +"Navigator" = "Navigator"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "29"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "30"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "47"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "48"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSButton"; gToolTip = "Reload all (⌘R)"; ObjectID = "66"; */ +"Reload all (⌘R)" = "Reload all (⌘R)"; + +/* Class = "NSTableColumn"; headerCell.title = "Quick Access"; ObjectID = "76"; */ +"Quick Access" = "Quick Access"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "79"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "Information"; ObjectID = "94"; */ +"Information" = "Information"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "97"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSButton"; gToolTip = "Synchronize connection window selection with Navigator (⌥⌘S)"; ObjectID = "108"; */ +"Synchronize connection window selection with Navigator (⌥⌘S)" = "Synchronize connection window selection with Navigator (⌥⌘S)"; + +/* Class = "NSButtonCell"; title = "sync"; ObjectID = "109"; */ +"sync" = "sync"; + diff --git a/Resources/English.lproj/Preferences.strings b/Resources/English.lproj/Preferences.strings new file mode 100644 index 00000000..3d44bb02 --- /dev/null +++ b/Resources/English.lproj/Preferences.strings @@ -0,0 +1,588 @@ +/* Class = "NSWindow"; title = "Preferences"; ObjectID = "1"; */ +"Preferences" = "Preferences"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "26"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "ISO Hebrew (hebrew)"; ObjectID = "28"; */ +"ISO Hebrew (hebrew)" = "ISO Hebrew (hebrew)"; + +/* Class = "NSMenuItem"; title = "Big5 Traditional Chinese (big5)"; ObjectID = "30"; */ +"Big5 Traditional Chinese (big5)" = "Big5 Traditional Chinese (big5)"; + +/* Class = "NSMenuItem"; title = "Windows Arabic (cp1256)"; ObjectID = "31"; */ +"Windows Arabic (cp1256)" = "Windows Arabic (cp1256)"; + +/* Class = "NSMenuItem"; title = "ISO Greek (greek)"; ObjectID = "32"; */ +"ISO Greek (greek)" = "ISO Greek (greek)"; + +/* Class = "NSMenuItem"; title = "UCS-2 Unicode (ucs2)"; ObjectID = "33"; */ +"UCS-2 Unicode (ucs2)" = "UCS-2 Unicode (ucs2)"; + +/* Class = "NSMenuItem"; title = "UTF-8 Unicode (utf8)"; ObjectID = "34"; */ +"UTF-8 Unicode (utf8)" = "UTF-8 Unicode (utf8)"; + +/* Class = "NSMenuItem"; title = "Windows Latin 2 (cp1250)"; ObjectID = "36"; */ +"Windows Latin 2 (cp1250)" = "Windows Latin 2 (cp1250)"; + +/* Class = "NSMenuItem"; title = "ISO Latin 2 (latin2)"; ObjectID = "37"; */ +"ISO Latin 2 (latin2)" = "ISO Latin 2 (latin2)"; + +/* Class = "NSMenuItem"; title = "Windows Baltic (cp1257)"; ObjectID = "39"; */ +"Windows Baltic (cp1257)" = "Windows Baltic (cp1257)"; + +/* Class = "NSMenuItem"; title = "US ASCII (ascii)"; ObjectID = "40"; */ +"US ASCII (ascii)" = "US ASCII (ascii)"; + +/* Class = "NSMenuItem"; title = "ISO Turkish (latin5)"; ObjectID = "41"; */ +"ISO Turkish (latin5)" = "ISO Turkish (latin5)"; + +/* Class = "NSMenuItem"; title = "ISO Latin 1 (latin1)"; ObjectID = "42"; */ +"ISO Latin 1 (latin1)" = "ISO Latin 1 (latin1)"; + +/* Class = "NSMenuItem"; title = "Windows Cyrillic (cp1251)"; ObjectID = "43"; */ +"Windows Cyrillic (cp1251)" = "Windows Cyrillic (cp1251)"; + +/* Class = "NSMenuItem"; title = "Mac Roman (macroman)"; ObjectID = "45"; */ +"Mac Roman (macroman)" = "Mac Roman (macroman)"; + +/* Class = "NSMenuItem"; title = "Shift-JIS Japanese (sjis)"; ObjectID = "46"; */ +"Shift-JIS Japanese (sjis)" = "Shift-JIS Japanese (sjis)"; + +/* Class = "NSMenuItem"; title = "EUC-JP Japanese (ujis)"; ObjectID = "47"; */ +"EUC-JP Japanese (ujis)" = "EUC-JP Japanese (ujis)"; + +/* Class = "NSMenuItem"; title = "Autodetect"; ObjectID = "50"; */ +"Autodetect" = "Autodetect"; + +/* Class = "NSButtonCell"; title = "Automatically check for updates"; ObjectID = "95"; */ +"Automatically check for updates" = "Automatically check for updates"; + +/* Class = "NSButtonCell"; title = "Check Now"; ObjectID = "97"; */ +"Check Now" = "Check Now"; + +/* Class = "NSTextFieldCell"; title = "Last check:"; ObjectID = "99"; */ +"Last check:" = "Last check:"; + +/* Class = "NSTextFieldCell"; title = "Tue, January 16, 2007 16:31:40"; ObjectID = "101"; */ +"Tue, January 16, 2007 16:31:40" = "Tue, January 16, 2007 16:31:40"; + +/* Class = "NSDateFormatter"; realDateFormat = "%a, %B %e, %Y %H:%M:%S"; ObjectID = "102"; */ +"%a, %B %e, %Y %H:%M:%S" = "%a, %B %e, %Y %H:%M:%S"; + +/* Class = "NSButtonCell"; title = "Enable Growl notifications"; ObjectID = "111"; */ +"Enable Growl notifications" = "Enable Growl notifications"; + +/* Class = "NSButtonCell"; title = "Show error when no rows are affected"; ObjectID = "346"; */ +"Show error when no rows are affected" = "Show error when no rows are affected"; + +/* Class = "NSTableColumn"; headerCell.title = "Favorites"; ObjectID = "410"; */ +"Favorites" = "Favorites"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "411"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "SSH Port:"; ObjectID = "447"; */ +"SSH Port:" = "SSH Port:"; + +/* Class = "NSTextFieldCell"; title = "SSH Host:"; ObjectID = "448"; */ +"SSH Host:" = "SSH Host:"; + +/* Class = "NSTextFieldCell"; title = "SSH Password:"; ObjectID = "449"; */ +"SSH Password:" = "SSH Password:"; + +/* Class = "NSTextFieldCell"; title = "SSH User:"; ObjectID = "450"; */ +"SSH User:" = "SSH User:"; + +/* Class = "NSTextFieldCell"; title = "Name:"; ObjectID = "452"; */ +"Name:" = "Name:"; + +/* Class = "NSTextFieldCell"; title = "Port:"; ObjectID = "453"; */ +"Port:" = "Port:"; + +/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "454"; */ +"Password:" = "Password:"; + +/* Class = "NSTextFieldCell"; title = "Database:"; ObjectID = "455"; */ +"Database:" = "Database:"; + +/* Class = "NSTextFieldCell"; title = "Username:"; ObjectID = "456"; */ +"Username:" = "Username:"; + +/* Class = "NSTextFieldCell"; title = "Host:"; ObjectID = "457"; */ +"Host:" = "Host:"; + +/* Class = "NSTextFieldCell"; placeholderString = "22"; ObjectID = "458"; */ +"22" = "22"; + +/* Class = "NSTextFieldCell"; placeholderString = "3306"; ObjectID = "466"; */ +"3306" = "3306"; + +/* Class = "NSTextFieldCell"; placeholderString = "optional"; ObjectID = "469"; */ +"optional" = "optional"; + +/* Class = "NSTextFieldCell"; placeholderString = "100"; ObjectID = "521"; */ +"100" = "100"; + +/* Class = "NSTextFieldCell"; title = "100"; ObjectID = "521"; */ +"100" = "100"; + +/* Class = "NSButtonCell"; title = "Editing a row"; ObjectID = "524"; */ +"Editing a row" = "Editing a row"; + +/* Class = "NSButtonCell"; title = "Limit result to:"; ObjectID = "525"; */ +"Limit result to:" = "Limit result to:"; + +/* Class = "NSButtonCell"; title = "Adding a row"; ObjectID = "526"; */ +"Adding a row" = "Adding a row"; + +/* Class = "NSTextFieldCell"; title = "rows"; ObjectID = "527"; */ +"rows" = "rows"; + +/* Class = "NSTextFieldCell"; title = "Reload Table After:"; ObjectID = "528"; */ +"Reload Table After:" = "Reload Table After:"; + +/* Class = "NSButtonCell"; title = "Removing a row"; ObjectID = "529"; */ +"Removing a row" = "Removing a row"; + +/* Class = "NSTextFieldCell"; placeholderString = "NULL"; ObjectID = "533"; */ +"NULL" = "NULL"; + +/* Class = "NSTextFieldCell"; title = "Show NULL values as:"; ObjectID = "534"; */ +"Show NULL values as:" = "Show NULL values as:"; + +/* Class = "NSButtonCell"; title = "Don't load blob and text fields until needed"; ObjectID = "538"; */ +"Don't load blob and text fields until needed" = "Don't load blob and text fields until needed"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "552"; */ +"Box" = "Box"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "553"; */ +"Box" = "Box"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "554"; */ +"Box" = "Box"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "571"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSTextFieldCell"; title = "Default Favorite:"; ObjectID = "575"; */ +"Default Favorite:" = "Default Favorite:"; + +/* Class = "NSButtonCell"; title = "Connect to default on startup"; ObjectID = "576"; */ +"Connect to default on startup" = "Connect to default on startup"; + +/* Class = "NSTextFieldCell"; title = "Default Encoding:"; ObjectID = "578"; */ +"Default Encoding:" = "Default Encoding:"; + +/* Class = "NSButtonCell"; title = "Use monospaced fonts"; ObjectID = "580"; */ +"Use monospaced fonts" = "Use monospaced fonts"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "581"; */ +"Box" = "Box"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "582"; */ +"Box" = "Box"; + +/* Class = "NSButton"; gToolTip = "Enable to send a MySQL ping to ensure the connection is kept alive if it has not been used for a while"; ObjectID = "652"; */ +"Enable to send a MySQL ping to ensure the connection is kept alive if it has not been used for a while" = "Enable to send a MySQL ping to ensure the connection is kept alive if it has not been used for a while"; + +/* Class = "NSButtonCell"; title = "Keep connections alive"; ObjectID = "661"; */ +"Keep connections alive" = "Keep connections alive"; + +/* Class = "NSTextFieldCell"; title = "Connection Timeout:"; ObjectID = "669"; */ +"Connection Timeout:" = "Connection Timeout:"; + +/* Class = "NSTextField"; gToolTip = "Enter how long to attempt to connect or send queries for; set a value of 0 to disable the timeout"; ObjectID = "674"; */ +"Enter how long to attempt to connect or send queries for; set a value of 0 to disable the timeout" = "Enter how long to attempt to connect or send queries for; set a value of 0 to disable the timeout"; + +/* Class = "NSTextFieldCell"; placeholderString = "60"; ObjectID = "675"; */ +"60" = "60"; + +/* Class = "NSTextFieldCell"; title = "seconds"; ObjectID = "677"; */ +"seconds" = "seconds"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "681"; */ +"Box" = "Box"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "784"; */ +"Box" = "Box"; + +/* Class = "NSTextFieldCell"; title = "Remember Last:"; ObjectID = "786"; */ +"Remember Last:" = "Remember Last:"; + +/* Class = "NSTextField"; gToolTip = "Enter the maximum number of entries to remember in the Custom Query query history, from 0 to 99"; ObjectID = "787"; */ +"Enter the maximum number of entries to remember in the Custom Query query history, from 0 to 99" = "Enter the maximum number of entries to remember in the Custom Query query history, from 0 to 99"; + +/* Class = "NSTextFieldCell"; title = "20"; ObjectID = "788"; */ +"20" = "20"; + +/* Class = "NSTextFieldCell"; title = "queries"; ObjectID = "791"; */ +"queries" = "queries"; + +/* Class = "NSButtonCell"; title = "New fields should allow nulls"; ObjectID = "951"; */ +"New fields should allow nulls" = "New fields should allow nulls"; + +/* Class = "NSButtonCell"; title = "Display vertical grid lines"; ObjectID = "958"; */ +"Display vertical grid lines" = "Display vertical grid lines"; + +/* Class = "NSTextFieldCell"; title = "Delay by:"; ObjectID = "1048"; */ +"Delay by:" = "Delay by:"; + +/* Class = "NSTextFieldCell"; title = "0.1"; ObjectID = "1049"; */ +"0.1" = "0.1"; + +/* Class = "NSButtonCell"; title = "Balanced brace highlighting"; ObjectID = "1051"; */ +"Balanced brace highlighting" = "Balanced brace highlighting"; + +/* Class = "NSButtonCell"; title = "Auto uppercase keywords"; ObjectID = "1052"; */ +"Auto uppercase keywords" = "Auto uppercase keywords"; + +/* Class = "NSButtonCell"; title = "Update help while typing"; ObjectID = "1053"; */ +"Update help while typing" = "Update help while typing"; + +/* Class = "NSButtonCell"; title = "Auto pair characters"; ObjectID = "1054"; */ +"Auto pair characters" = "Auto pair characters"; + +/* Class = "NSButtonCell"; title = "Indent new lines"; ObjectID = "1055"; */ +"Indent new lines" = "Indent new lines"; + +/* Class = "NSTextFieldCell"; title = "Caret:"; ObjectID = "1056"; */ +"Caret:" = "Caret:"; + +/* Class = "NSButtonCell"; title = "Select…"; ObjectID = "1058"; */ +"Select…" = "Select…"; + +/* Class = "NSButtonCell"; title = "Default Colors"; ObjectID = "1059"; */ +"Default Colors" = "Default Colors"; + +/* Class = "NSTextFieldCell"; title = "Font:"; ObjectID = "1060"; */ +"Font:" = "Font:"; + +/* Class = "NSTextFieldCell"; title = "Background:"; ObjectID = "1061"; */ +"Background:" = "Background:"; + +/* Class = "NSTextFieldCell"; title = "Backtick Quote:"; ObjectID = "1062"; */ +"Backtick Quote:" = "Backtick Quote:"; + +/* Class = "NSTextFieldCell"; title = "Text:"; ObjectID = "1063"; */ +"Text:" = "Text:"; + +/* Class = "NSTextFieldCell"; title = "Quote:"; ObjectID = "1064"; */ +"Quote:" = "Quote:"; + +/* Class = "NSTextFieldCell"; title = "Variable:"; ObjectID = "1065"; */ +"Variable:" = "Variable:"; + +/* Class = "NSTextFieldCell"; title = "Comment:"; ObjectID = "1066"; */ +"Comment:" = "Comment:"; + +/* Class = "NSTextFieldCell"; title = "Numeric:"; ObjectID = "1067"; */ +"Numeric:" = "Numeric:"; + +/* Class = "NSTextFieldCell"; title = "Keyword:"; ObjectID = "1068"; */ +"Keyword:" = "Keyword:"; + +/* Class = "NSTextFieldCell"; title = "secs"; ObjectID = "1084"; */ +"secs" = "secs"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "1085"; */ +"Box" = "Box"; + +/* Class = "NSTextFieldCell"; title = "Query Background:"; ObjectID = "1127"; */ +"Query Background:" = "Query Background:"; + +/* Class = "NSButtonCell"; title = "Highlight current query"; ObjectID = "1129"; */ +"Highlight current query" = "Highlight current query"; + +/* Class = "NSButtonCell"; title = "Enable logging for queries"; ObjectID = "1144"; */ +"Enable logging for queries" = "Enable logging for queries"; + +/* Class = "NSButtonCell"; title = "Interface"; ObjectID = "1149"; */ +"Interface" = "Interface"; + +/* Class = "NSButtonCell"; title = "Import & Export"; ObjectID = "1151"; */ +"Import & Export" = "Import & Export"; + +/* Class = "NSButtonCell"; title = "Custom Query Editor"; ObjectID = "1153"; */ +"Custom Query Editor" = "Custom Query Editor"; + +/* Class = "NSButtonCell"; title = "Errors"; ObjectID = "1155"; */ +"Errors" = "Errors"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "1156"; */ +"Box" = "Box"; + +/* Class = "NSTabViewItem"; label = "Standard"; ObjectID = "1171"; */ +"Standard" = "Standard"; + +/* Class = "NSTabViewItem"; label = "Socket"; ObjectID = "1172"; */ +"Socket" = "Socket"; + +/* Class = "NSTabViewItem"; label = "SSH"; ObjectID = "1175"; */ +"SSH" = "SSH"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1182"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Standard"; ObjectID = "1183"; */ +"Standard" = "Standard"; + +/* Class = "NSMenuItem"; title = "Socket"; ObjectID = "1184"; */ +"Socket" = "Socket"; + +/* Class = "NSMenuItem"; title = "SSH"; ObjectID = "1185"; */ +"SSH" = "SSH"; + +/* Class = "NSTextFieldCell"; title = "Type:"; ObjectID = "1187"; */ +"Type:" = "Type:"; + +/* Class = "NSTextFieldCell"; title = "Socket:"; ObjectID = "1210"; */ +"Socket:" = "Socket:"; + +/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "1211"; */ +"Password:" = "Password:"; + +/* Class = "NSTextFieldCell"; title = "Database:"; ObjectID = "1212"; */ +"Database:" = "Database:"; + +/* Class = "NSTextFieldCell"; title = "Username:"; ObjectID = "1214"; */ +"Username:" = "Username:"; + +/* Class = "NSTextFieldCell"; placeholderString = "optional"; ObjectID = "1216"; */ +"optional" = "optional"; + +/* Class = "NSTextFieldCell"; placeholderString = "optional"; ObjectID = "1219"; */ +"optional" = "optional"; + +/* Class = "NSTextFieldCell"; title = "Port:"; ObjectID = "1256"; */ +"Port:" = "Port:"; + +/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "1257"; */ +"Password:" = "Password:"; + +/* Class = "NSTextFieldCell"; title = "Database:"; ObjectID = "1258"; */ +"Database:" = "Database:"; + +/* Class = "NSTextFieldCell"; title = "Username:"; ObjectID = "1259"; */ +"Username:" = "Username:"; + +/* Class = "NSTextFieldCell"; title = "MySQL Host:"; ObjectID = "1260"; */ +"MySQL Host:" = "MySQL Host:"; + +/* Class = "NSTextFieldCell"; placeholderString = "3306"; ObjectID = "1262"; */ +"3306" = "3306"; + +/* Class = "NSTextFieldCell"; placeholderString = "optional"; ObjectID = "1265"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1330"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1331"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "optional"; ObjectID = "1332"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1332"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "3306"; ObjectID = "1333"; */ +"3306" = "3306"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1333"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1334"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "optional"; ObjectID = "1335"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1335"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "optional"; ObjectID = "1336"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1336"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1337"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1338"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1339"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "optional"; ObjectID = "1340"; */ +"optional" = "optional"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1340"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "3306"; ObjectID = "1341"; */ +"3306" = "3306"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1341"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1342"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1343"; */ +"no selection" = "no selection"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "22"; ObjectID = "1344"; */ +"22" = "22"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "no selection"; ObjectID = "1344"; */ +"no selection" = "no selection"; + +/* Class = "NSTextFieldCell"; title = "Frequency:"; ObjectID = "1352"; */ +"Frequency:" = "Frequency:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1355"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Hourly"; ObjectID = "1356"; */ +"Hourly" = "Hourly"; + +/* Class = "NSMenuItem"; title = "Daily"; ObjectID = "1357"; */ +"Daily" = "Daily"; + +/* Class = "NSMenuItem"; title = "Weekly"; ObjectID = "1358"; */ +"Weekly" = "Weekly"; + +/* Class = "NSMenuItem"; title = "EUC-KR Korean (euckr)"; ObjectID = "1385"; */ +"EUC-KR Korean (euckr)" = "EUC-KR Korean (euckr)"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "1420"; */ +"Box" = "Box"; + +/* Class = "NSTextFieldCell"; title = "Default View:"; ObjectID = "1421"; */ +"Default View:" = "Default View:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1423"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Last Used"; ObjectID = "1449"; */ +"Last Used" = "Last Used"; + +/* Class = "NSMenuItem"; title = "Structure"; ObjectID = "1451"; */ +"Structure" = "Structure"; + +/* Class = "NSMenuItem"; title = "Content"; ObjectID = "1452"; */ +"Content" = "Content"; + +/* Class = "NSMenuItem"; title = "Relations"; ObjectID = "1453"; */ +"Relations" = "Relations"; + +/* Class = "NSMenuItem"; title = "Query Editor"; ObjectID = "1454"; */ +"Query Editor" = "Query Editor"; + +/* Class = "NSMenuItem"; title = "Table Info"; ObjectID = "1455"; */ +"Table Info" = "Table Info"; + +/* Class = "NSTextFieldCell"; title = "Table Views:"; ObjectID = "1466"; */ +"Table Views:" = "Table Views:"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "1467"; */ +"Box" = "Box"; + +/* Class = "NSTextFieldCell"; title = "Table row counts:"; ObjectID = "1469"; */ +"Table row counts:" = "Table row counts:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1472"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Never use additional queries for table row counts"; ObjectID = "1473"; */ +"Never use additional queries for table row counts" = "Never use additional queries for table row counts"; + +/* Class = "NSMenuItem"; title = "Only use additional queries for small tables"; ObjectID = "1474"; */ +"Only use additional queries for small tables" = "Only use additional queries for small tables"; + +/* Class = "NSMenuItem"; title = "Always get accurate row counts (slow for InnoDB)"; ObjectID = "1475"; */ +"Always get accurate row counts (slow for InnoDB)" = "Always get accurate row counts (slow for InnoDB)"; + +/* Class = "NSTextFieldCell"; title = "MySQL content font:"; ObjectID = "1486"; */ +"MySQL content font:" = "MySQL content font:"; + +/* Class = "NSButtonCell"; title = "Select…"; ObjectID = "1489"; */ +"Select…" = "Select…"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "1492"; */ +"Box" = "Box"; + +/* Class = "NSTextFieldCell"; title = "Tab Stop Width:"; ObjectID = "1500"; */ +"Tab Stop Width:" = "Tab Stop Width:"; + +/* Class = "NSButtonCell"; title = "Auto-Completion"; ObjectID = "1522"; */ +"Auto-Completion" = "Auto-Completion"; + +/* Class = "NSTextFieldCell"; title = ".5"; ObjectID = "1523"; */ +".5" = ".5"; + +/* Class = "NSTextFieldCell"; title = "Delay by:"; ObjectID = "1525"; */ +"Delay by:" = "Delay by:"; + +/* Class = "NSTextFieldCell"; title = "secs"; ObjectID = "1527"; */ +"secs" = "secs"; + +/* Class = "NSButtonCell"; title = "Insert function arguments"; ObjectID = "1543"; */ +"Insert function arguments" = "Insert function arguments"; + +/* Class = "NSMenuItem"; title = "Triggers"; ObjectID = "1546"; */ +"Triggers" = "Triggers"; + +/* Class = "NSMenuItem"; title = "Remove"; ObjectID = "1548"; */ +"Remove" = "Remove"; + +/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "1549"; */ +"Duplicate" = "Duplicate"; + +/* Class = "BWAnchoredPopUpButton"; gToolTip = "(⌥⎋)"; ObjectID = "1584"; */ +"(⌥⎋)" = "(⌥⎋)"; + +/* Class = "NSButton"; gToolTip = "Add Favorite (⌥⌘A)"; ObjectID = "1586"; */ +"Add Favorite (⌥⌘A)" = "Add Favorite (⌥⌘A)"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1590"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "1592"; */ +"Duplicate" = "Duplicate"; + +/* Class = "NSMenuItem"; title = "Remove"; ObjectID = "1597"; */ +"Remove" = "Remove"; + +/* Class = "NSMenuItem"; title = "Sort By"; ObjectID = "1598"; */ +"Sort By" = "Sort By"; + +/* Class = "NSMenu"; title = "Sort By"; ObjectID = "1599"; */ +"Sort By" = "Sort By"; + +/* Class = "NSMenuItem"; title = "Name"; ObjectID = "1600"; */ +"Name" = "Name"; + +/* Class = "NSMenuItem"; title = "Host"; ObjectID = "1601"; */ +"Host" = "Host"; + +/* Class = "NSMenuItem"; title = "Type"; ObjectID = "1602"; */ +"Type" = "Type"; + +/* Class = "NSMenuItem"; title = "Reverse Sort Order"; ObjectID = "1604"; */ +"Reverse Sort Order" = "Reverse Sort Order"; + +/* Class = "NSButtonCell"; title = "Send anonymous system information"; ObjectID = "1616"; */ +"Send anonymous system information" = "Send anonymous system information"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "1618"; */ +"Box" = "Box"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "1620"; */ +"Box" = "Box"; + diff --git a/Resources/English.lproj/PrintAccessory.strings b/Resources/English.lproj/PrintAccessory.strings new file mode 100644 index 00000000..d57c5540 --- /dev/null +++ b/Resources/English.lproj/PrintAccessory.strings @@ -0,0 +1,3 @@ +/* Class = "NSButtonCell"; title = "Print Backgrounds"; ObjectID = "3"; */ +"Print Backgrounds" = "Print Backgrounds"; + diff --git a/Resources/English.lproj/ProgressIndicatorLayer.strings b/Resources/English.lproj/ProgressIndicatorLayer.strings new file mode 100644 index 00000000..398368fa --- /dev/null +++ b/Resources/English.lproj/ProgressIndicatorLayer.strings @@ -0,0 +1,12 @@ +/* Class = "NSBox"; title = "Box"; ObjectID = "10"; */ +"Box" = "Box"; + +/* Class = "NSTextFieldCell"; title = "Multiline Label"; ObjectID = "16"; */ +"Multiline Label" = "Multiline Label"; + +/* Class = "BWTransparentButtonCell"; title = "Cancel"; ObjectID = "18"; */ +"Cancel" = "Cancel"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "38"; */ +"Box" = "Box"; + diff --git a/Resources/English.lproj/QueryFavoriteManager.strings b/Resources/English.lproj/QueryFavoriteManager.strings new file mode 100644 index 00000000..81293def --- /dev/null +++ b/Resources/English.lproj/QueryFavoriteManager.strings @@ -0,0 +1,198 @@ +/* Class = "NSWindow"; title = "Query Favorite Manager"; ObjectID = "1"; */ +"Query Favorite Manager" = "Query Favorite Manager"; + +/* Class = "NSButton"; gToolTip = "Delete selected favorite (⌫)"; ObjectID = "17"; */ +"Delete selected favorite (⌫)" = "Delete selected favorite (⌫)"; + +/* Class = "NSButton"; gToolTip = "Add favorite (⌥⌘A)"; ObjectID = "18"; */ +"Add favorite (⌥⌘A)" = "Add favorite (⌥⌘A)"; + +/* Class = "NSTableColumn"; headerCell.title = "Favorites"; ObjectID = "26"; */ +"Favorites" = "Favorites"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "27"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Name:"; ObjectID = "122"; */ +"Name:" = "Name:"; + +/* Class = "NSTextFieldCell"; placeholderString = "[no selection]"; ObjectID = "124"; */ +"[no selection]" = "[no selection]"; + +/* Class = "NSButtonCell"; title = "Save"; ObjectID = "132"; */ +"Save" = "Save"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "142"; */ +"Box" = "Box"; + +/* Class = "NSMenuItem"; title = "Remove"; ObjectID = "206"; */ +"Remove" = "Remove"; + +/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "212"; */ +"Duplicate" = "Duplicate"; + +/* Class = "BWAnchoredPopUpButton"; gToolTip = "(⌥⎋)"; ObjectID = "238"; */ +"(⌥⎋)" = "(⌥⎋)"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "240"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; gToolTip = "Save query of selected favorite to file"; ObjectID = "243"; */ +"Save query of selected favorite to file" = "Save query of selected favorite to file"; + +/* Class = "NSMenuItem"; title = "Save Query to File..."; ObjectID = "243"; */ +"Save Query to File..." = "Save Query to File..."; + +/* Class = "NSMenuItem"; gToolTip = "Remove all favorites"; ObjectID = "246"; */ +"Remove all favorites" = "Remove all favorites"; + +/* Class = "NSMenuItem"; title = "Remove All..."; ObjectID = "246"; */ +"Remove All..." = "Remove All..."; + +/* Class = "NSMenuItem"; title = "Save to File..."; ObjectID = "248"; */ +"Save to File..." = "Save to File..."; + +/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "252"; */ +"Duplicate" = "Duplicate"; + +/* Class = "NSMenuItem"; gToolTip = "Export selected favorites as SPF file"; ObjectID = "254"; */ +"Export selected favorites as SPF file" = "Export selected favorites as SPF file"; + +/* Class = "NSMenuItem"; title = "Export Selected Favorites…"; ObjectID = "254"; */ +"Export Selected Favorites…" = "Export Selected Favorites…"; + +/* Class = "NSMenuItem"; gToolTip = "Import query favorites from SPF file and append them to the favorite list"; ObjectID = "255"; */ +"Import query favorites from SPF file and append them to the favorite list" = "Import query favorites from SPF file and append them to the favorite list"; + +/* Class = "NSMenuItem"; title = "Import Favorites…"; ObjectID = "255"; */ +"Import Favorites…" = "Import Favorites…"; + +/* Class = "NSMenuItem"; gToolTip = "Import query favorites from SPF file and replace the current favorites"; ObjectID = "260"; */ +"Import query favorites from SPF file and replace the current favorites" = "Import query favorites from SPF file and replace the current favorites"; + +/* Class = "NSMenuItem"; title = "Import Favorites by Replacing…"; ObjectID = "260"; */ +"Import Favorites by Replacing…" = "Import Favorites by Replacing…"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "272"; */ +"Cancel" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "303"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTextField"; gToolTip = "Alphanumeric charater string which inserts the favorite query string after expansion by pressing the ⇥ key."; ObjectID = "306"; */ +"Alphanumeric charater string which inserts the favorite query string after expansion by pressing the ⇥ key." = "Alphanumeric charater string which inserts the favorite query string after expansion by pressing the ⇥ key."; + +/* Class = "NSTextFieldCell"; title = "Tab Trigger:"; ObjectID = "307"; */ +"Tab Trigger:" = "Tab Trigger:"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "316"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Insert Placeholder"; ObjectID = "317"; */ +"Insert Placeholder" = "Insert Placeholder"; + +/* Class = "NSMenuItem"; gToolTip = "${1:default_value} – tab key snippet with a definable default value which will be selected\n\n[“1” can be a number from 0 to 18 and defines the order of tab key down events]
"; ObjectID = "318"; */ +"${1:default_value} – tab key snippet with a definable default value which will be selected\n\n[“1” can be a number from 0 to 18 and defines the order of tab key down events]
" = "${1:default_value} – tab key snippet with a definable default value which will be selected\n\n[“1” can be a number from 0 to 18 and defines the order of tab key down events]
"; + +/* Class = "NSMenuItem"; title = "Tab Snippet"; ObjectID = "318"; */ +"Tab Snippet" = "Tab Snippet"; + +/* Class = "NSMenuItem"; gToolTip = "$(shell_command) – shell_command will be executed and inserts its result\n\n[press ⌘. to cancel the execution of “shell_command”]\n
[only available inside of tab snippets]
"; ObjectID = "319"; */ +"$(shell_command) – shell_command will be executed and inserts its result\n\n[press ⌘. to cancel the execution of “shell_command”]\n
[only available inside of tab snippets]
" = "$(shell_command) – shell_command will be executed and inserts its result\n\n[press ⌘. to cancel the execution of “shell_command”]\n
[only available inside of tab snippets]
"; + +/* Class = "NSMenuItem"; title = "Tab Snippet and Shell Command"; ObjectID = "319"; */ +"Tab Snippet and Shell Command" = "Tab Snippet and Shell Command"; + +/* Class = "NSMenuItem"; gToolTip = "$SP_SELECTED_TABLE – will be replaced by the selected table name\n\n[only available inside of tab snippets]"; ObjectID = "321"; */ +"$SP_SELECTED_TABLE – will be replaced by the selected table name\n\n[only available inside of tab snippets]" = "$SP_SELECTED_TABLE – will be replaced by the selected table name\n\n[only available inside of tab snippets]"; + +/* Class = "NSMenuItem"; title = "Name Of Selected Table"; ObjectID = "321"; */ +"Name Of Selected Table" = "Name Of Selected Table"; + +/* Class = "NSMenuItem"; gToolTip = "$SP_SELECTED_TABLES – will be replaced by a comma separated list of all selected table names\n\n[only available inside of tab snippets]"; ObjectID = "322"; */ +"$SP_SELECTED_TABLES – will be replaced by a comma separated list of all selected table names\n\n[only available inside of tab snippets]" = "$SP_SELECTED_TABLES – will be replaced by a comma separated list of all selected table names\n\n[only available inside of tab snippets]"; + +/* Class = "NSMenuItem"; title = "Name Of Selected Tables"; ObjectID = "322"; */ +"Name Of Selected Tables" = "Name Of Selected Tables"; + +/* Class = "NSMenuItem"; gToolTip = "$SP_SELECTED_DATABASE – will be replaced by the selected database name\n\n[only available inside of tab snippets]"; ObjectID = "323"; */ +"$SP_SELECTED_DATABASE – will be replaced by the selected database name\n\n[only available inside of tab snippets]" = "$SP_SELECTED_DATABASE – will be replaced by the selected database name\n\n[only available inside of tab snippets]"; + +/* Class = "NSMenuItem"; title = "Name Of Selected Database"; ObjectID = "323"; */ +"Name Of Selected Database" = "Name Of Selected Database"; + +/* Class = "NSMenuItem"; gToolTip = "¦a¦b¦ – such a snippet will be shown as completion list with the items “a” and “b”\n\n[only available inside of tab snippets]"; ObjectID = "326"; */ +"¦a¦b¦ – such a snippet will be shown as completion list with the items “a” and “b”\n\n[only available inside of tab snippets]" = "¦a¦b¦ – such a snippet will be shown as completion list with the items “a” and “b”\n\n[only available inside of tab snippets]"; + +/* Class = "NSMenuItem"; title = "List Template"; ObjectID = "326"; */ +"List Template" = "List Template"; + +/* Class = "NSMenuItem"; gToolTip = "¦¦a¦b¦¦ – such a snippet will be shown as completion list with the items “a” and “b” in fuzzy search mode\n\n[only available inside of tab snippets]"; ObjectID = "327"; */ +"¦¦a¦b¦¦ – such a snippet will be shown as completion list with the items “a” and “b” in fuzzy search mode\n\n[only available inside of tab snippets]" = "¦¦a¦b¦¦ – such a snippet will be shown as completion list with the items “a” and “b” in fuzzy search mode\n\n[only available inside of tab snippets]"; + +/* Class = "NSMenuItem"; title = "List Template (Fuzzy Search)"; ObjectID = "327"; */ +"List Template (Fuzzy Search)" = "List Template (Fuzzy Search)"; + +/* Class = "NSMenuItem"; gToolTip = "¦ – list separator\n\n[only available inside of tab snippets]"; ObjectID = "328"; */ +"¦ – list separator\n\n[only available inside of tab snippets]" = "¦ – list separator\n\n[only available inside of tab snippets]"; + +/* Class = "NSMenuItem"; title = "List Separator"; ObjectID = "328"; */ +"List Separator" = "List Separator"; + +/* Class = "NSMenuItem"; gToolTip = "¦$SP_ASLIST_ALL_DATABASES¦ – such a snippet will be shown as completion list with all database names from the current connection\n\n[only available inside of tab snippets]"; ObjectID = "329"; */ +"¦$SP_ASLIST_ALL_DATABASES¦ – such a snippet will be shown as completion list with all database names from the current connection\n\n[only available inside of tab snippets]" = "¦$SP_ASLIST_ALL_DATABASES¦ – such a snippet will be shown as completion list with all database names from the current connection\n\n[only available inside of tab snippets]"; + +/* Class = "NSMenuItem"; title = "Database Names As List"; ObjectID = "329"; */ +"Database Names As List" = "Database Names As List"; + +/* Class = "NSMenuItem"; gToolTip = "¦¦$SP_ASLIST_ALL_DATABASES¦¦ – such a snippet will be shown as completion list with all database names from the current connection in fuzzy search mode\n\n[only available inside of tab snippets]"; ObjectID = "330"; */ +"¦¦$SP_ASLIST_ALL_DATABASES¦¦ – such a snippet will be shown as completion list with all database names from the current connection in fuzzy search mode\n\n[only available inside of tab snippets]" = "¦¦$SP_ASLIST_ALL_DATABASES¦¦ – such a snippet will be shown as completion list with all database names from the current connection in fuzzy search mode\n\n[only available inside of tab snippets]"; + +/* Class = "NSMenuItem"; title = "Database Names As List (Fuzzy Search)"; ObjectID = "330"; */ +"Database Names As List (Fuzzy Search)" = "Database Names As List (Fuzzy Search)"; + +/* Class = "NSMenuItem"; gToolTip = "¦$SP_ASLIST_ALL_TABLES¦ – such a snippet will be shown as completion list with all table names (incl. views) from the current selected database\n\n[only available inside of tab snippets]"; ObjectID = "332"; */ +"¦$SP_ASLIST_ALL_TABLES¦ – such a snippet will be shown as completion list with all table names (incl. views) from the current selected database\n\n[only available inside of tab snippets]" = "¦$SP_ASLIST_ALL_TABLES¦ – such a snippet will be shown as completion list with all table names (incl. views) from the current selected database\n\n[only available inside of tab snippets]"; + +/* Class = "NSMenuItem"; title = "Table Names As List"; ObjectID = "332"; */ +"Table Names As List" = "Table Names As List"; + +/* Class = "NSMenuItem"; gToolTip = "¦¦$SP_ASLIST_ALL_TABLES¦¦ – such a snippet will be shown as completion list with all table names (incl. views) from the current selected database in fuzzy search mode\n\n[only available inside of tab snippets]"; ObjectID = "333"; */ +"¦¦$SP_ASLIST_ALL_TABLES¦¦ – such a snippet will be shown as completion list with all table names (incl. views) from the current selected database in fuzzy search mode\n\n[only available inside of tab snippets]" = "¦¦$SP_ASLIST_ALL_TABLES¦¦ – such a snippet will be shown as completion list with all table names (incl. views) from the current selected database in fuzzy search mode\n\n[only available inside of tab snippets]"; + +/* Class = "NSMenuItem"; title = "Table Names As List (Fuzzy Search)"; ObjectID = "333"; */ +"Table Names As List (Fuzzy Search)" = "Table Names As List (Fuzzy Search)"; + +/* Class = "NSMenuItem"; gToolTip = "¦$SP_ASLIST_ALL_FIELDS¦ – such a snippet will be shown as completion list with all field names from the current selected table\n\n[only available inside of tab snippets]"; ObjectID = "334"; */ +"¦$SP_ASLIST_ALL_FIELDS¦ – such a snippet will be shown as completion list with all field names from the current selected table\n\n[only available inside of tab snippets]" = "¦$SP_ASLIST_ALL_FIELDS¦ – such a snippet will be shown as completion list with all field names from the current selected table\n\n[only available inside of tab snippets]"; + +/* Class = "NSMenuItem"; title = "Field Names As List of Current Table"; ObjectID = "334"; */ +"Field Names As List of Current Table" = "Field Names As List of Current Table"; + +/* Class = "NSMenuItem"; gToolTip = "¦¦$SP_ASLIST_ALL_FIELDS¦¦ – such a snippet will be shown as completion list with all field names from the current selected table\n\n[only available inside of tab snippets]"; ObjectID = "335"; */ +"¦¦$SP_ASLIST_ALL_FIELDS¦¦ – such a snippet will be shown as completion list with all field names from the current selected table\n\n[only available inside of tab snippets]" = "¦¦$SP_ASLIST_ALL_FIELDS¦¦ – such a snippet will be shown as completion list with all field names from the current selected table\n\n[only available inside of tab snippets]"; + +/* Class = "NSMenuItem"; title = "Field Names As List of Current Table (Fuzzy Search)"; ObjectID = "335"; */ +"Field Names As List of Current Table (Fuzzy Search)" = "Field Names As List of Current Table (Fuzzy Search)"; + +/* Class = "NSMenuItem"; title = "Completion Lists:"; ObjectID = "336"; */ +"Completion Lists:" = "Completion Lists:"; + +/* Class = "NSMenuItem"; title = "⇥ Snippet:"; ObjectID = "337"; */ +"⇥ Snippet:" = "⇥ Snippet:"; + +/* Class = "NSMenuItem"; title = "Completion List:"; ObjectID = "338"; */ +"Completion List:" = "Completion List:"; + +/* Class = "NSMenuItem"; title = "Selection:"; ObjectID = "339"; */ +"Selection:" = "Selection:"; + +/* Class = "NSMenuItem"; gToolTip = "$1 – mirrored tab snippet which is a placeholder for the content of tab snippet “1”\n\n[“1” can be a number from 0 to 18 and defines the order of tab key down events]\n\n[may not be used inside of a tab snippet]
"; ObjectID = "340"; */ +"$1 – mirrored tab snippet which is a placeholder for the content of tab snippet “1”\n\n[“1” can be a number from 0 to 18 and defines the order of tab key down events]\n\n[may not be used inside of a tab snippet]
" = "$1 – mirrored tab snippet which is a placeholder for the content of tab snippet “1”\n\n[“1” can be a number from 0 to 18 and defines the order of tab key down events]\n\n[may not be used inside of a tab snippet]
"; + +/* Class = "NSMenuItem"; title = "Mirrored Tab Snippet"; ObjectID = "340"; */ +"Mirrored Tab Snippet" = "Mirrored Tab Snippet"; + +/* Class = "NSMenuItem"; title = "Placeholder"; ObjectID = "341"; */ +"Placeholder" = "Placeholder"; + diff --git a/Resources/English.lproj/SSHQuestionDialog.strings b/Resources/English.lproj/SSHQuestionDialog.strings new file mode 100644 index 00000000..fb876b5f --- /dev/null +++ b/Resources/English.lproj/SSHQuestionDialog.strings @@ -0,0 +1,24 @@ +/* Class = "NSWindow"; title = "SSH Tunnel Query"; ObjectID = "367"; */ +"SSH Tunnel Query" = "SSH Tunnel Query"; + +/* Class = "NSButtonCell"; title = "Yes"; ObjectID = "459"; */ +"Yes" = "Yes"; + +/* Class = "NSButtonCell"; title = "No"; ObjectID = "461"; */ +"No" = "No"; + +/* Class = "NSWindow"; title = "SSH Tunnel Password Query"; ObjectID = "468"; */ +"SSH Tunnel Password Query" = "SSH Tunnel Password Query"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "478"; */ +"OK" = "OK"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "479"; */ +"Cancel" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "490"; */ +"Password:" = "Password:"; + +/* Class = "NSButtonCell"; title = "Remember password in my keychain"; ObjectID = "492"; */ +"Remember password in my keychain" = "Remember password in my keychain"; + diff --git a/Resources/English.lproj/SaveSPFAccessory.strings b/Resources/English.lproj/SaveSPFAccessory.strings new file mode 100644 index 00000000..4782425d --- /dev/null +++ b/Resources/English.lproj/SaveSPFAccessory.strings @@ -0,0 +1,27 @@ +/* Class = "NSButton"; gToolTip = "Encrypt all connection and window state data with a password."; ObjectID = "3"; */ +"Encrypt all connection and window state data with a password." = "Encrypt all connection and window state data with a password."; + +/* Class = "NSButton"; gToolTip = "Remember selected table, view status, filter settings, etc."; ObjectID = "4"; */ +"Remember selected table, view status, filter settings, etc." = "Remember selected table, view status, filter settings, etc."; + +/* Class = "NSButton"; gToolTip = "ATTENTION: If enabled all passwords will be saved in the file! It is highly recommended to encrypt the entire data!"; ObjectID = "5"; */ +"ATTENTION: If enabled all passwords will be saved in the file! It is highly recommended to encrypt the entire data!" = "ATTENTION: If enabled all passwords will be saved in the file! It is highly recommended to encrypt the entire data!"; + +/* Class = "NSButtonCell"; title = "Include passwords"; ObjectID = "6"; */ +"Include passwords" = "Include passwords"; + +/* Class = "NSButtonCell"; title = "Remember window state"; ObjectID = "7"; */ +"Remember window state" = "Remember window state"; + +/* Class = "NSButtonCell"; title = "Encrypt with password:"; ObjectID = "8"; */ +"Encrypt with password:" = "Encrypt with password:"; + +/* Class = "NSButtonCell"; title = "Auto connect when opening"; ObjectID = "14"; */ +"Auto connect when opening" = "Auto connect when opening"; + +/* Class = "NSButtonCell"; title = "Remember Query Editor content"; ObjectID = "16"; */ +"Remember Query Editor content" = "Remember Query Editor content"; + +/* Class = "NSTextFieldCell"; title = "It is highly recommended to encrypt the entire data!"; ObjectID = "36"; */ +"It is highly recommended to encrypt the entire data!" = "It is highly recommended to encrypt the entire data!"; + diff --git a/Resources/English.lproj/UserManagerView.strings b/Resources/English.lproj/UserManagerView.strings new file mode 100644 index 00000000..80d213e3 --- /dev/null +++ b/Resources/English.lproj/UserManagerView.strings @@ -0,0 +1,216 @@ +/* Class = "NSWindow"; title = "User Managment"; ObjectID = "3"; */ +"User Managment" = "User Managment"; + +/* Class = "NSTableColumn"; headerCell.title = "Accounts"; ObjectID = "33"; */ +"Accounts" = "Accounts"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "36"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTabViewItem"; label = "General"; ObjectID = "38"; */ +"General" = "General"; + +/* Class = "NSTabViewItem"; label = "Resources"; ObjectID = "42"; */ +"Resources" = "Resources"; + +/* Class = "NSBox"; title = "Login Information"; ObjectID = "44"; */ +"Login Information" = "Login Information"; + +/* Class = "NSTextFieldCell"; title = "Username:"; ObjectID = "111"; */ +"Username:" = "Username:"; + +/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "115"; */ +"Password:" = "Password:"; + +/* Class = "NSButtonCell"; title = "Apply"; ObjectID = "123"; */ +"Apply" = "Apply"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "125"; */ +"Cancel" = "Cancel"; + +/* Class = "NSTabViewItem"; label = "Global Privileges"; ObjectID = "189"; */ +"Global Privileges" = "Global Privileges"; + +/* Class = "NSFormCell"; title = "Max Updates:"; ObjectID = "289"; */ +"Max Updates:" = "Max Updates:"; + +/* Class = "NSFormCell"; title = "Max Connections:"; ObjectID = "290"; */ +"Max Connections:" = "Max Connections:"; + +/* Class = "NSFormCell"; title = "Field:"; ObjectID = "291"; */ +"Field:" = "Field:"; + +/* Class = "NSFormCell"; title = "Max Questions:"; ObjectID = "292"; */ +"Max Questions:" = "Max Questions:"; + +/* Class = "NSBox"; title = "Database and Tables"; ObjectID = "451"; */ +"Database and Tables" = "Database and Tables"; + +/* Class = "NSBox"; title = "Views and Procedures"; ObjectID = "452"; */ +"Views and Procedures" = "Views and Procedures"; + +/* Class = "NSBox"; title = "Administration"; ObjectID = "453"; */ +"Administration" = "Administration"; + +/* Class = "NSBox"; title = "Replication"; ObjectID = "454"; */ +"Replication" = "Replication"; + +/* Class = "NSButtonCell"; title = "Select"; ObjectID = "456"; */ +"Select" = "Select"; + +/* Class = "NSButtonCell"; title = "Insert"; ObjectID = "458"; */ +"Insert" = "Insert"; + +/* Class = "NSButtonCell"; title = "Update"; ObjectID = "460"; */ +"Update" = "Update"; + +/* Class = "NSButtonCell"; title = "Delete"; ObjectID = "462"; */ +"Delete" = "Delete"; + +/* Class = "NSButtonCell"; title = "References"; ObjectID = "464"; */ +"References" = "References"; + +/* Class = "NSButtonCell"; title = "Create"; ObjectID = "466"; */ +"Create" = "Create"; + +/* Class = "NSButtonCell"; title = "Drop"; ObjectID = "468"; */ +"Drop" = "Drop"; + +/* Class = "NSButtonCell"; title = "Alter"; ObjectID = "470"; */ +"Alter" = "Alter"; + +/* Class = "NSButtonCell"; title = "Index"; ObjectID = "472"; */ +"Index" = "Index"; + +/* Class = "NSButtonCell"; title = "Create View"; ObjectID = "474"; */ +"Create View" = "Create View"; + +/* Class = "NSButtonCell"; title = "Show View"; ObjectID = "476"; */ +"Show View" = "Show View"; + +/* Class = "NSButtonCell"; title = "Create Routine"; ObjectID = "478"; */ +"Create Routine" = "Create Routine"; + +/* Class = "NSButtonCell"; title = "Alter Routine"; ObjectID = "480"; */ +"Alter Routine" = "Alter Routine"; + +/* Class = "NSButtonCell"; title = "Execute"; ObjectID = "482"; */ +"Execute" = "Execute"; + +/* Class = "NSButtonCell"; title = "Replication Client"; ObjectID = "484"; */ +"Replication Client" = "Replication Client"; + +/* Class = "NSButtonCell"; title = "Replication Slave"; ObjectID = "486"; */ +"Replication Slave" = "Replication Slave"; + +/* Class = "NSButtonCell"; title = "Reload"; ObjectID = "488"; */ +"Reload" = "Reload"; + +/* Class = "NSButtonCell"; title = "Shutdown"; ObjectID = "490"; */ +"Shutdown" = "Shutdown"; + +/* Class = "NSButtonCell"; title = "File"; ObjectID = "492"; */ +"File" = "File"; + +/* Class = "NSButtonCell"; title = "Process"; ObjectID = "494"; */ +"Process" = "Process"; + +/* Class = "NSButtonCell"; title = "Super"; ObjectID = "496"; */ +"Super" = "Super"; + +/* Class = "NSButtonCell"; title = "Create Temp Table"; ObjectID = "498"; */ +"Create Temp Table" = "Create Temp Table"; + +/* Class = "NSButtonCell"; title = "Lock Tables"; ObjectID = "500"; */ +"Lock Tables" = "Lock Tables"; + +/* Class = "NSButtonCell"; title = "Show Databases"; ObjectID = "502"; */ +"Show Databases" = "Show Databases"; + +/* Class = "NSButtonCell"; title = "Create User"; ObjectID = "504"; */ +"Create User" = "Create User"; + +/* Class = "NSButtonCell"; title = "Grant"; ObjectID = "506"; */ +"Grant" = "Grant"; + +/* Class = "NSButtonCell"; title = "Check All"; ObjectID = "510"; */ +"Check All" = "Check All"; + +/* Class = "NSButtonCell"; title = "Uncheck All"; ObjectID = "512"; */ +"Uncheck All" = "Uncheck All"; + +/* Class = "BWAnchoredButton"; gToolTip = "Add User"; ObjectID = "580"; */ +"Add User" = "Add User"; + +/* Class = "BWAnchoredButton"; gToolTip = "Remove User"; ObjectID = "582"; */ +"Remove User" = "Remove User"; + +/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "586"; */ +"OtherViews" = "OtherViews"; + +/* Class = "NSMenuItem"; title = "Add Host"; ObjectID = "588"; */ +"Add Host" = "Add Host"; + +/* Class = "NSMenuItem"; title = "Remove Host"; ObjectID = "589"; */ +"Remove Host" = "Remove Host"; + +/* Class = "NSBox"; title = "Resource Limits"; ObjectID = "593"; */ +"Resource Limits" = "Resource Limits"; + +/* Class = "NSButtonCell"; title = "Trigger"; ObjectID = "720"; */ +"Trigger" = "Trigger"; + +/* Class = "NSButtonCell"; title = "Event"; ObjectID = "726"; */ +"Event" = "Event"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "Empty Password"; ObjectID = "736"; */ +"Empty Password" = "Empty Password"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "No Selection"; ObjectID = "736"; */ +"No Selection" = "No Selection"; + +/* Class = "NSTabViewItem"; label = "Schema Privileges"; ObjectID = "743"; */ +"Schema Privileges" = "Schema Privileges"; + +/* Class = "NSTableColumn"; headerCell.title = "Schemas"; ObjectID = "750"; */ +"Schemas" = "Schemas"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "753"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "Granted Privileges"; ObjectID = "773"; */ +"Granted Privileges" = "Granted Privileges"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "774"; */ +"Text Cell" = "Text Cell"; + +/* Class = "NSTableColumn"; headerCell.title = "Available Privileges"; ObjectID = "780"; */ +"Available Privileges" = "Available Privileges"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "781"; */ +"Text Cell" = "Text Cell"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "Anonymous"; ObjectID = "887"; */ +"Anonymous" = "Anonymous"; + +/* Class = "IBBindingConnection"; designableIsNilPlaceholder = "Anonymous"; ObjectID = "892"; */ +"Anonymous" = "Anonymous"; + +/* Class = "IBBindingConnection"; designableNoSelectionPlaceholder = "No Selection"; ObjectID = "892"; */ +"No Selection" = "No Selection"; + +/* Class = "IBBindingConnection"; designableNotApplicablePlaceholder = "User Not Selected"; ObjectID = "892"; */ +"User Not Selected" = "User Not Selected"; + +/* Class = "NSMenuItem"; title = "Remove User"; ObjectID = "896"; */ +"Remove User" = "Remove User"; + +/* Class = "NSMenuItem"; title = "Remove Host"; ObjectID = "899"; */ +"Remove Host" = "Remove Host"; + +/* Class = "NSMenuItem"; title = "Refresh"; ObjectID = "901"; */ +"Refresh" = "Refresh"; + +/* Class = "NSMenuItem"; title = "Refresh"; ObjectID = "916"; */ +"Refresh" = "Refresh"; + diff --git a/Scripts/build.sh b/Scripts/build.sh index b2822012..bf0749ea 100755 --- a/Scripts/build.sh +++ b/Scripts/build.sh @@ -13,22 +13,55 @@ BUILD_PRODUCT="${BUILT_PRODUCTS_DIR}/${TARGET_NAME}${WRAPPER_SUFFIX}" -echo "Running genstrings to update 'Localizable.strings'..." - -# Update 'Localizable.strings' by running genstrings(1) -GENSTRINGS_ERRORS=$(genstrings -o "${SRCROOT}/Resources/English.lproj" "${SRCROOT}/Source/*.m") - -# Check for genstrings errors -if [ $? -ne 0 ] -then - echo "error: genstrings exited with error: ${GENSTRINGS_ERRORS}" -fi echo 'Updating build version...' # Add the build/bundle version "${SRCROOT}/Scripts/build-version.pl" +# Perform localisation updates for 'Release' or 'Distribution' builds +if [[ "$CONFIGURATION" == 'Release' || "$CONFIGURATION" == 'Distribution' ]] +then + + echo "Running genstrings to update 'Localizable.strings'..." + + # Update 'Localizable.strings' by running genstrings(1) + GENSTRINGS_ERRORS=$(genstrings -o "${SRCROOT}/Resources/English.lproj" "${SRCROOT}/Source/"*.m) + + # Check for genstrings errors + if [[ ${GENSTRINGS_ERRORS} -ne 0 ]] + then + echo "error: genstrings exited with error: ${GENSTRINGS_ERRORS}" + fi + + echo "Updating nib and xib localisations..." + + # Generate up-to-date nib .strings files for localisation + find "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"/**/*.nib | while read nibFile + do + stringsFilePath="${SOURCE_ROOT}/Resources/English.lproj/`basename "${nibFile}" .nib`.strings" + xibFile=`basename "${nibFile}" .nib`.xib + xibFilePath=`echo "${SOURCE_ROOT}"/Interfaces/**/"${xibFile}"` + if [[ -e ${xibFilePath} ]] + then + xibfileModDate=`stat -f "%m" "${xibFilePath}"` + if [[ -e ${stringsFilePath} ]] + then + stringsFileModDate=`stat -f "%m" "${stringsFilePath}"` + else + stringsFileModDate=0 + fi + if [[ ${xibfileModDate} -gt ${stringsFileModDate} ]] + then + printf "\tLocalising ${xibFile}...\n"; + ibtool --generate-stringsfile "${stringsFilePath}~" "${xibFilePath}" + "${BUILT_PRODUCTS_DIR}"/xibLocalizationPostprocessor "${stringsFilePath}~" "${stringsFilePath}" + rm "${stringsFilePath}~" + fi + fi + done +fi + # Trim the application if this is a 'Release' or 'Distribution' build if [[ "$CONFIGURATION" == 'Release' || "$CONFIGURATION" == 'Distribution' ]] then diff --git a/Source/DMLocalizedNibBundle.m b/Source/DMLocalizedNibBundle.m new file mode 100644 index 00000000..e9200bc0 --- /dev/null +++ b/Source/DMLocalizedNibBundle.m @@ -0,0 +1,217 @@ +// DMLocalizedNibBundle.m +// +// Created by William Jon Shipley on 2/13/05. +// Copyright © 2005-2009 Golden % Braeburn, LLC. All rights reserved except as below: +// This code is provided as-is, with no warranties or anything. You may use it in your projects as you wish, but you must leave this comment block (credits and copyright) intact. That's the only restriction -- Golden % Braeburn otherwise grants you a fully-paid, worldwide, transferrable license to use this code as you see fit, including but not limited to making derivative works. + + +#import <Cocoa/Cocoa.h> +#import <objc/runtime.h> + + +@interface NSBundle (DMLocalizedNibBundle) ++ (BOOL)deliciousLocalizingLoadNibFile:(NSString *)fileName externalNameTable:(NSDictionary *)context withZone:(NSZone *)zone; +@end + +@interface NSBundle () ++ (void)_localizeStringsInObject:(id)object table:(NSString *)table; ++ (NSString *)_localizedStringForString:(NSString *)string table:(NSString *)table; +// localize particular attributes in objects ++ (void)_localizeTitleOfObject:(id)object table:(NSString *)table; ++ (void)_localizeAlternateTitleOfObject:(id)object table:(NSString *)table; ++ (void)_localizeStringValueOfObject:(id)object table:(NSString *)table; ++ (void)_localizePlaceholderStringOfObject:(id)object table:(NSString *)table; ++ (void)_localizeToolTipOfObject:(id)object table:(NSString *)table; +@end + + +@implementation NSBundle (DMLocalizedNibBundle) + +#pragma mark NSObject + ++ (void)load; +{ + NSAutoreleasePool *autoreleasePool = [[NSAutoreleasePool alloc] init]; + if (self == [NSBundle class]) { + method_exchangeImplementations(class_getClassMethod(self, @selector(loadNibFile:externalNameTable:withZone:)), class_getClassMethod(self, @selector(deliciousLocalizingLoadNibFile:externalNameTable:withZone:))); + } + [autoreleasePool release]; +} + + +#pragma mark API + ++ (BOOL)deliciousLocalizingLoadNibFile:(NSString *)fileName externalNameTable:(NSDictionary *)context withZone:(NSZone *)zone; +{ + NSString *localizedStringsTableName = [[fileName lastPathComponent] stringByDeletingPathExtension]; + NSString *localizedStringsTablePath = [[NSBundle mainBundle] pathForResource:localizedStringsTableName ofType:@"strings"]; + if (localizedStringsTablePath && ![[[localizedStringsTablePath stringByDeletingLastPathComponent] lastPathComponent] isEqualToString:@"English.lproj"]) { + + NSNib *nib = [[NSNib alloc] initWithContentsOfURL:[NSURL fileURLWithPath:fileName]]; + NSMutableArray *topLevelObjectsArray = [context objectForKey:NSNibTopLevelObjects]; + if (!topLevelObjectsArray) { + topLevelObjectsArray = [NSMutableArray array]; + context = [NSMutableDictionary dictionaryWithDictionary:context]; + [(NSMutableDictionary *)context setObject:topLevelObjectsArray forKey:NSNibTopLevelObjects]; + } + BOOL success = [nib instantiateNibWithExternalNameTable:context]; + [self _localizeStringsInObject:topLevelObjectsArray table:localizedStringsTableName]; + + [nib release]; + return success; + + } else { + return [self deliciousLocalizingLoadNibFile:fileName externalNameTable:context withZone:zone]; + } +} + + + +#pragma mark Private API + ++ (void)_localizeStringsInObject:(id)object table:(NSString *)table; +{ + if ([object isKindOfClass:[NSArray class]]) { + NSArray *array = object; + + for (id nibItem in array) + [self _localizeStringsInObject:nibItem table:table]; + + } else if ([object isKindOfClass:[NSCell class]]) { + NSCell *cell = object; + + if ([cell isKindOfClass:[NSActionCell class]]) { + NSActionCell *actionCell = (NSActionCell *)cell; + + if ([actionCell isKindOfClass:[NSButtonCell class]]) { + NSButtonCell *buttonCell = (NSButtonCell *)actionCell; + if ([buttonCell imagePosition] != NSImageOnly) { + [self _localizeTitleOfObject:buttonCell table:table]; + [self _localizeStringValueOfObject:buttonCell table:table]; + [self _localizeAlternateTitleOfObject:buttonCell table:table]; + } + + } else if ([actionCell isKindOfClass:[NSTextFieldCell class]]) { + NSTextFieldCell *textFieldCell = (NSTextFieldCell *)actionCell; + // Following line is redundant with other code, localizes twice. + // [self _localizeTitleOfObject:textFieldCell table:table]; + [self _localizeStringValueOfObject:textFieldCell table:table]; + [self _localizePlaceholderStringOfObject:textFieldCell table:table]; + + } else if ([actionCell type] == NSTextCellType) { + [self _localizeTitleOfObject:actionCell table:table]; + [self _localizeStringValueOfObject:actionCell table:table]; + } + } + + } else if ([object isKindOfClass:[NSMenu class]]) { + NSMenu *menu = object; + [self _localizeTitleOfObject:menu table:table]; + + [self _localizeStringsInObject:[menu itemArray] table:table]; + + } else if ([object isKindOfClass:[NSMenuItem class]]) { + NSMenuItem *menuItem = object; + [self _localizeTitleOfObject:menuItem table:table]; + + [self _localizeStringsInObject:[menuItem submenu] table:table]; + + } else if ([object isKindOfClass:[NSView class]]) { + NSView *view = object; + [self _localizeToolTipOfObject:view table:table]; + + if ([view isKindOfClass:[NSBox class]]) { + NSBox *box = (NSBox *)view; + [self _localizeTitleOfObject:box table:table]; + + } else if ([view isKindOfClass:[NSControl class]]) { + NSControl *control = (NSControl *)view; + + if ([view isKindOfClass:[NSButton class]]) { + NSButton *button = (NSButton *)control; + + if ([button isKindOfClass:[NSPopUpButton class]]) { + NSPopUpButton *popUpButton = (NSPopUpButton *)button; + NSMenu *menu = [popUpButton menu]; + + [self _localizeStringsInObject:[menu itemArray] table:table]; + } else + [self _localizeStringsInObject:[button cell] table:table]; + + + } else if ([view isKindOfClass:[NSMatrix class]]) { + NSMatrix *matrix = (NSMatrix *)control; + + NSArray *cells = [matrix cells]; + [self _localizeStringsInObject:cells table:table]; + + for (NSCell *cell in cells) { + + NSString *localizedCellToolTip = [self _localizedStringForString:[matrix toolTipForCell:cell] table:table]; + if (localizedCellToolTip) + [matrix setToolTip:localizedCellToolTip forCell:cell]; + } + + } else if ([view isKindOfClass:[NSSegmentedControl class]]) { + NSSegmentedControl *segmentedControl = (NSSegmentedControl *)control; + + NSUInteger segmentIndex, segmentCount = [segmentedControl segmentCount]; + for (segmentIndex = 0; segmentIndex < segmentCount; segmentIndex++) { + NSString *localizedSegmentLabel = [self _localizedStringForString:[segmentedControl labelForSegment:segmentIndex] table:table]; + if (localizedSegmentLabel) + [segmentedControl setLabel:localizedSegmentLabel forSegment:segmentIndex]; + + [self _localizeStringsInObject:[segmentedControl menuForSegment:segmentIndex] table:table]; + } + + } else + [self _localizeStringsInObject:[control cell] table:table]; + + } + + [self _localizeStringsInObject:[view subviews] table:table]; + + } else if ([object isKindOfClass:[NSWindow class]]) { + NSWindow *window = object; + [self _localizeTitleOfObject:window table:table]; + + [self _localizeStringsInObject:[window contentView] table:table]; + + } +} + ++ (NSString *)_localizedStringForString:(NSString *)string table:(NSString *)table; +{ + if (![string length]) + return nil; + + static NSString *defaultValue = @"I AM THE DEFAULT VALUE"; + NSString *localizedString = [[NSBundle mainBundle] localizedStringForKey:string value:defaultValue table:table]; + if (localizedString != defaultValue) { + return localizedString; + } else { +#ifdef BETA_BUILD + NSLog(@" not going to localize string %@", string); + return string; // [string uppercaseString] +#else + return string; +#endif + } +} + + +#define DM_DEFINE_LOCALIZE_BLAH_OF_OBJECT(blahName, capitalizedBlahName) \ ++ (void)_localize ##capitalizedBlahName ##OfObject:(id)object table:(NSString *)table; \ +{ \ + NSString *localizedBlah = [self _localizedStringForString:[object blahName] table:table]; \ + if (localizedBlah) \ + [object set ##capitalizedBlahName:localizedBlah]; \ +} + +DM_DEFINE_LOCALIZE_BLAH_OF_OBJECT(title, Title) +DM_DEFINE_LOCALIZE_BLAH_OF_OBJECT(alternateTitle, AlternateTitle) +DM_DEFINE_LOCALIZE_BLAH_OF_OBJECT(stringValue, StringValue) +DM_DEFINE_LOCALIZE_BLAH_OF_OBJECT(placeholderString, PlaceholderString) +DM_DEFINE_LOCALIZE_BLAH_OF_OBJECT(toolTip, ToolTip) + +@end
\ No newline at end of file diff --git a/Source/xibLocalizationPostprocessor.m b/Source/xibLocalizationPostprocessor.m new file mode 100644 index 00000000..591e92b7 --- /dev/null +++ b/Source/xibLocalizationPostprocessor.m @@ -0,0 +1,62 @@ +// xibLocalizationPostprocessor.m +// +// Created by William Shipley on 4/14/08. +// Copyright © 2005-2009 Golden % Braeburn, LLC. + +#import <Cocoa/Cocoa.h> + + +int main(int argc, const char *argv[]) +{ + NSAutoreleasePool *autoreleasePool = [[NSAutoreleasePool alloc] init]; { + if (argc != 3) { + fprintf(stderr, "Usage: %s inputfile outputfile\n", argv[0]); + exit (-1); + } + + NSError *error = nil; + NSStringEncoding usedEncoding; + NSString *rawXIBStrings = [NSString stringWithContentsOfFile:[NSString stringWithUTF8String:argv[1]] usedEncoding:&usedEncoding error:&error]; + if (error) { + fprintf(stderr, "Error reading %s: %s\n", argv[1], error.localizedDescription.UTF8String); + exit (-1); + } + + NSMutableString *outputStrings = [NSMutableString string]; + NSUInteger lineCount = 0; + NSString *lastComment = nil; + for (NSString *line in [rawXIBStrings componentsSeparatedByString:@"\n"]) { + lineCount++; + + if ([line hasPrefix:@"/*"]) { // eg: /* Class = "NSMenuItem"; title = "Quit Library"; ObjectID = "136"; */ + lastComment = line; + continue; + + } else if (line.length == 0) { + lastComment = nil; + continue; + + } else if ([line hasPrefix:@"\""] && [line hasSuffix:@"\";"]) { // eg: "136.title" = "Quit Library"; + + NSRange quoteEqualsQuoteRange = [line rangeOfString:@"\" = \""]; + if (quoteEqualsQuoteRange.length && NSMaxRange(quoteEqualsQuoteRange) < line.length - 1) { + if (lastComment) { + [outputStrings appendString:lastComment]; + [outputStrings appendString:@"\n"]; + } + NSString *stringNeedingLocalization = [line substringFromIndex:NSMaxRange(quoteEqualsQuoteRange)]; // chop off leading: "blah" = " + stringNeedingLocalization = [stringNeedingLocalization substringToIndex:stringNeedingLocalization.length - 2]; // chop off trailing: "; + [outputStrings appendFormat:@"\"%@\" = \"%@\";\n\n", stringNeedingLocalization, stringNeedingLocalization]; + continue; + } + } + + NSLog(@"Warning: skipped garbage input line %d, contents: \"%@\"", lineCount, line); + } + + if (outputStrings.length && ![outputStrings writeToFile:[NSString stringWithUTF8String:argv[2]] atomically:NO encoding:NSUTF8StringEncoding error:&error]) { + fprintf(stderr, "Error writing %s: %s\n", argv[2], error.localizedDescription.UTF8String); + exit (-1); + } + } [autoreleasePool release]; +}
\ No newline at end of file diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index 31d604a1..4bcb6da3 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -227,6 +227,8 @@ 58B9077E11BD9B64000826E5 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58B9077D11BD9B64000826E5 /* Carbon.framework */; }; 58B907CA11BDA541000826E5 /* PSMTabBar.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58B906E611BD989A000826E5 /* PSMTabBar.framework */; }; 58B907FB11BDA5A9000826E5 /* PSMTabBar.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 58B906E611BD989A000826E5 /* PSMTabBar.framework */; }; + 58B9097B11C3A4A2000826E5 /* xibLocalizationPostprocessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 58B9095B11C3A3EC000826E5 /* xibLocalizationPostprocessor.m */; }; + 58B909A511C3B919000826E5 /* DMLocalizedNibBundle.m in Sources */ = {isa = PBXBuildFile; fileRef = 58B909A411C3B919000826E5 /* DMLocalizedNibBundle.m */; }; 58BC5E56103898140058C2E6 /* MCPStreamingResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 583B779710386B0200B21F7E /* MCPStreamingResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; 58BC5E571038983E0058C2E6 /* MCPResultPlus.h in Headers */ = {isa = PBXBuildFile; fileRef = 17B7B5D1101603B200F057DE /* MCPResultPlus.h */; settings = {ATTRIBUTES = (Public, ); }; }; 58C34F5310B86CAE00D37E14 /* NSNotificationAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 58C34F5210B86CAE00D37E14 /* NSNotificationAdditions.m */; }; @@ -361,6 +363,13 @@ remoteGlobalIDString = 58B906E511BD989A000826E5; remoteInfo = PSMTabBar; }; + 58B9096F11C3A462000826E5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 2A37F4A9FDCFA73011CA2CEA /* Project object */; + proxyType = 1; + remoteGlobalIDString = 58B9096011C3A42B000826E5; + remoteInfo = xibLocalizationPostprocessor; + }; 58CDB34A0FCE144000F8ACA3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 2A37F4A9FDCFA73011CA2CEA /* Project object */; @@ -770,6 +779,9 @@ 58B9073911BD9B34000826E5 /* PSMUnifiedTabStyle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSMUnifiedTabStyle.m; sourceTree = "<group>"; }; 58B9077D11BD9B64000826E5 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; 58B9088711BDB7AA000826E5 /* PSMTabBar-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "PSMTabBar-Info.plist"; sourceTree = "<group>"; }; + 58B9095B11C3A3EC000826E5 /* xibLocalizationPostprocessor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = xibLocalizationPostprocessor.m; sourceTree = "<group>"; }; + 58B9096111C3A42B000826E5 /* xibLocalizationPostprocessor */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = xibLocalizationPostprocessor; sourceTree = BUILT_PRODUCTS_DIR; }; + 58B909A411C3B919000826E5 /* DMLocalizedNibBundle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DMLocalizedNibBundle.m; sourceTree = "<group>"; }; 58C34F5110B86CAE00D37E14 /* NSNotificationAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSNotificationAdditions.h; sourceTree = "<group>"; }; 58C34F5210B86CAE00D37E14 /* NSNotificationAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSNotificationAdditions.m; sourceTree = "<group>"; }; 58C3506410B9A56C00D37E14 /* button_left.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = button_left.png; sourceTree = "<group>"; }; @@ -930,6 +942,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 58B9095F11C3A42B000826E5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 58CDB3340FCE13C900F8ACA3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1510,6 +1529,7 @@ 17E641710EF01F5C001BC333 /* GUI */, 17E641720EF01F6B001BC333 /* SSHTunnel */, B57747D60F7A8990003B34F9 /* Category Additions */, + 58B909A111C3B8EC000826E5 /* Localization */, 58DA884E103E1597000B98DF /* Debugging & Support */, ); name = Other; @@ -1698,6 +1718,7 @@ 58CDB3360FCE13C900F8ACA3 /* SequelProTunnelAssistant */, 17B7B5621016012700F057DE /* MCPKit.framework */, 58B906E611BD989A000826E5 /* PSMTabBar.framework */, + 58B9096111C3A42B000826E5 /* xibLocalizationPostprocessor */, ); name = Products; sourceTree = "<group>"; @@ -1868,6 +1889,15 @@ path = Styles; sourceTree = "<group>"; }; + 58B909A111C3B8EC000826E5 /* Localization */ = { + isa = PBXGroup; + children = ( + 58B909A411C3B919000826E5 /* DMLocalizedNibBundle.m */, + 58B9095B11C3A3EC000826E5 /* xibLocalizationPostprocessor.m */, + ); + name = Localization; + sourceTree = "<group>"; + }; 58DA884E103E1597000B98DF /* Debugging & Support */ = { isa = PBXGroup; children = ( @@ -2026,6 +2056,22 @@ productReference = 58B906E611BD989A000826E5 /* PSMTabBar.framework */; productType = "com.apple.product-type.framework"; }; + 58B9096011C3A42B000826E5 /* xibLocalizationPostprocessor */ = { + isa = PBXNativeTarget; + buildConfigurationList = 58B9096A11C3A431000826E5 /* Build configuration list for PBXNativeTarget "xibLocalizationPostprocessor" */; + buildPhases = ( + 58B9095E11C3A42B000826E5 /* Sources */, + 58B9095F11C3A42B000826E5 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = xibLocalizationPostprocessor; + productName = xibLocalizationPostprocessor; + productReference = 58B9096111C3A42B000826E5 /* xibLocalizationPostprocessor */; + productType = "com.apple.product-type.tool"; + }; 58CDB3350FCE13C900F8ACA3 /* SequelProTunnelAssistant */ = { isa = PBXNativeTarget; buildConfigurationList = 58CDB33F0FCE13E300F8ACA3 /* Build configuration list for PBXNativeTarget "SequelProTunnelAssistant" */; @@ -2058,6 +2104,7 @@ 17B7B59B1016039200F057DE /* PBXTargetDependency */, 58B907CD11BDA552000826E5 /* PBXTargetDependency */, 58CDB34B0FCE144000F8ACA3 /* PBXTargetDependency */, + 58B9097011C3A462000826E5 /* PBXTargetDependency */, ); name = "Sequel Pro"; productInstallPath = "$(HOME)/Applications"; @@ -2082,6 +2129,7 @@ 58CDB3350FCE13C900F8ACA3 /* SequelProTunnelAssistant */, 17B7B5611016012700F057DE /* MCPKit */, 58B906E511BD989A000826E5 /* PSMTabBar */, + 58B9096011C3A42B000826E5 /* xibLocalizationPostprocessor */, ); }; /* End PBXProject section */ @@ -2319,6 +2367,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 58B9095E11C3A42B000826E5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 58B9097B11C3A4A2000826E5 /* xibLocalizationPostprocessor.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 58CDB3330FCE13C900F8ACA3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -2435,6 +2491,7 @@ 173C839311AAD32A00B8B084 /* SPPDFExporterDelegate.m in Sources */, 173C839411AAD32A00B8B084 /* SPSQLExporterDelegate.m in Sources */, 173C839511AAD32A00B8B084 /* SPXMLExporterDelegate.m in Sources */, + 58B909A511C3B919000826E5 /* DMLocalizedNibBundle.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2456,6 +2513,11 @@ target = 58B906E511BD989A000826E5 /* PSMTabBar */; targetProxy = 58B907CC11BDA552000826E5 /* PBXContainerItemProxy */; }; + 58B9097011C3A462000826E5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 58B9096011C3A42B000826E5 /* xibLocalizationPostprocessor */; + targetProxy = 58B9096F11C3A462000826E5 /* PBXContainerItemProxy */; + }; 58CDB34B0FCE144000F8ACA3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 58CDB3350FCE13C900F8ACA3 /* SequelProTunnelAssistant */; @@ -3017,6 +3079,72 @@ }; name = Distribution; }; + 58B9096311C3A42C000826E5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; + INSTALL_PATH = /usr/local/bin; + OTHER_LDFLAGS = ( + "-framework", + Foundation, + "-framework", + AppKit, + ); + PREBINDING = NO; + PRODUCT_NAME = xibLocalizationPostprocessor; + }; + name = Debug; + }; + 58B9096411C3A42C000826E5 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_MODEL_TUNING = G5; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; + INSTALL_PATH = /usr/local/bin; + OTHER_LDFLAGS = ( + "-framework", + Foundation, + "-framework", + AppKit, + ); + PREBINDING = NO; + PRODUCT_NAME = xibLocalizationPostprocessor; + ZERO_LINK = NO; + }; + name = Release; + }; + 58B9096511C3A42C000826E5 /* Distribution */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_MODEL_TUNING = G5; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; + INSTALL_PATH = /usr/local/bin; + OTHER_LDFLAGS = ( + "-framework", + Foundation, + "-framework", + AppKit, + ); + PREBINDING = NO; + PRODUCT_NAME = xibLocalizationPostprocessor; + }; + name = Distribution; + }; 58CDB3380FCE13CB00F8ACA3 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -3275,6 +3403,16 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 58B9096A11C3A431000826E5 /* Build configuration list for PBXNativeTarget "xibLocalizationPostprocessor" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 58B9096311C3A42C000826E5 /* Debug */, + 58B9096411C3A42C000826E5 /* Release */, + 58B9096511C3A42C000826E5 /* Distribution */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 58CDB33F0FCE13E300F8ACA3 /* Build configuration list for PBXNativeTarget "SequelProTunnelAssistant" */ = { isa = XCConfigurationList; buildConfigurations = ( |