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/Navigator.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/Navigator.strings')
-rw-r--r-- | Resources/English.lproj/Navigator.strings | 36 |
1 files changed, 36 insertions, 0 deletions
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"; + |