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 /Resources/English.lproj/SaveSPFAccessory.strings | |
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
Diffstat (limited to 'Resources/English.lproj/SaveSPFAccessory.strings')
-rw-r--r-- | Resources/English.lproj/SaveSPFAccessory.strings | 27 |
1 files changed, 27 insertions, 0 deletions
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!"; + |