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