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/SSHQuestionDialog.strings | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/English.lproj/SSHQuestionDialog.strings (limited to 'Resources/English.lproj/SSHQuestionDialog.strings') 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"; + -- cgit v1.2.3