From 1c89992b2af18acb457819b94f50fee247620d28 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sat, 12 Jun 2010 15:20:57 +0000 Subject: - 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 --- Resources/English.lproj/AboutPanel.strings | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Resources/English.lproj/AboutPanel.strings (limited to 'Resources/English.lproj/AboutPanel.strings') 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"; + -- cgit v1.2.3