From 4124ae61f618bd22a9beb7f41717c3718ea2170e Mon Sep 17 00:00:00 2001 From: avenjamin Date: Mon, 29 Jun 2009 09:19:35 +0000 Subject: - Make SSHQuestionDialog and printAccessory XIB's localizable - Fix UI glitch where some BWAnchoredButtonCells would lose their image. --- Interfaces/English.lproj/DBView.xib | 60 +- Interfaces/English.lproj/SSHQuestionDialog.xib | 941 +++++++++++++++++++++++++ 2 files changed, 950 insertions(+), 51 deletions(-) create mode 100644 Interfaces/English.lproj/SSHQuestionDialog.xib (limited to 'Interfaces/English.lproj') diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index 109a7b6c..e96a3c23 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -8,7 +8,7 @@ 353.00 YES - + YES @@ -91,7 +91,6 @@ 4352 {212, 381} - YES @@ -188,7 +187,6 @@ {212, 381} - @@ -204,7 +202,6 @@ -2147483392 {{175, 1}, {15, 481}} - _doScroller: 9.979253e-01 @@ -214,7 +211,6 @@ 256 {{-100, -100}, {141, 11}} - 257 _doScroller: @@ -223,7 +219,6 @@ {212, 381} - 528 @@ -234,12 +229,10 @@ {212, 381} - {212, 381} - NSView @@ -262,7 +255,6 @@ 4352 {212, 145} - YES @@ -326,7 +318,6 @@ {212, 145} - @@ -337,7 +328,6 @@ -2147483392 {{-100, -100}, {15, 20}} - _doScroller: 9.473684e-01 @@ -347,7 +337,6 @@ 256 {{-100, -100}, {141, 11}} - 257 _doScroller: @@ -356,7 +345,6 @@ {212, 145} - 512 @@ -367,13 +355,11 @@ {{0, 382}, {212, 145}} - NSView {{0, 23}, {212, 527}} - 2 NO @@ -424,7 +410,6 @@ 268 {{-1, -1}, {32, 24}} - YES 67239424 @@ -449,7 +434,6 @@ 268 {{30, -1}, {32, 24}} - YES 71433792 @@ -559,7 +543,6 @@ 268 {{61, -1}, {32, 24}} - YES 67239424 @@ -584,7 +567,6 @@ 268 {{92, -1}, {32, 24}} - YES -2080244224 @@ -611,7 +593,6 @@ {212, 23} - YES YES NO @@ -620,7 +601,6 @@ {212, 550} - NSView @@ -633,7 +613,6 @@ 274 {{-7, -10}, {735, 564}} - YES @@ -2314,8 +2293,8 @@ YES YES - , - . + . + , NO YES NO @@ -2978,7 +2957,7 @@ -2042609409 35 - + NSImage button_action @@ -2993,7 +2972,10 @@ 1048576 2147483647 - + + NSImage + button_action + _popUpItemAction: @@ -4014,14 +3996,12 @@ 4352 {688, 454} - YES 256 {688, 17} - @@ -4029,7 +4009,6 @@ -2147483392 {{-26, 0}, {16, 17}} - YES @@ -4213,7 +4192,6 @@ {{1, 17}, {688, 454}} - @@ -4224,7 +4202,6 @@ -2147483392 {{674, 17}, {15, 453}} - _doScroller: 9.679487e-01 @@ -4234,7 +4211,6 @@ -2147483392 {{1, 470}, {688, 15}} - 1 _doScroller: @@ -4249,7 +4225,6 @@ {{1, 0}, {688, 17}} - @@ -4259,7 +4234,6 @@ {{6, 32}, {690, 472}} - 562 @@ -4274,7 +4248,6 @@ 292 {{6, 9}, {32, 25}} - YES -1543373312 @@ -4296,7 +4269,6 @@ 292 {{68, 9}, {32, 25}} - YES -2080244224 @@ -4318,7 +4290,6 @@ 292 {{37, 9}, {32, 25}} - YES -1543373312 @@ -4352,7 +4323,6 @@ {{100, 10}, {596, 23}} - YES 130560 @@ -4370,7 +4340,6 @@ 268 {{14, 515}, {347, 14}} - YES 68288064 @@ -4385,7 +4354,6 @@ {{10, 7}, {700, 544}} - Relations @@ -4405,20 +4373,17 @@ {{221, 0}, {723, 550}} - NSView {944, 550} - YES DBViewSplitter {944, 550} - {{0, 0}, {1920, 1178}} {780, 502} @@ -8942,7 +8907,7 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8 {3.40282e+38, 3.40282e+38} {120, 100} - + 256 YES @@ -9226,7 +9191,6 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8 {266, 121} - @@ -9257,7 +9221,6 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8 {{1, 34}, {278, 121}} - 592 @@ -9265,7 +9228,6 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8 {280, 162} - {{0, 0}, {1440, 878}} {120, 119} @@ -12584,10 +12546,6 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8 NSView - - YES - CustomQueryEditorFont - YES diff --git a/Interfaces/English.lproj/SSHQuestionDialog.xib b/Interfaces/English.lproj/SSHQuestionDialog.xib new file mode 100644 index 00000000..1697b41d --- /dev/null +++ b/Interfaces/English.lproj/SSHQuestionDialog.xib @@ -0,0 +1,941 @@ + + + + 1050 + 9G55 + 677 + 949.43 + 353.00 + + YES + + + + YES + com.apple.InterfaceBuilderKit + com.apple.InterfaceBuilder.CocoaPlugin + + + YES + + YES + + + YES + + + + YES + + NSObject + + + FirstResponder + + + NSApplication + + + 1 + 2 + {{196, 301}, {620, 209}} + 603979776 + SSH Tunnel Query + NSWindow + + {3.40282e+38, 3.40282e+38} + + + 256 + + YES + + + 274 + {{126, 60}, {477, 129}} + + YES + + 67239424 + 272891904 + + + LucidaGrande + 1.300000e+01 + 16 + + + + 6 + System + controlColor + + 3 + MC42NjY2NjY2OQA + + + + 6 + System + controlTextColor + + 3 + MAA + + + + + + + 289 + {{510, 12}, {96, 32}} + + 1 + YES + + 67239424 + 134217728 + Yes + + LucidaGrande + 1.300000e+01 + 1044 + + + -2038284033 + 129 + + DQ + 200 + 25 + + + + + 268 + + YES + + YES + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + + + {{20, 115}, {75, 74}} + + YES + + 130560 + 33554432 + + NSImage + appicon + + 0 + 0 + 0 + YES + + YES + + + + 289 + {{414, 12}, {96, 32}} + + YES + + 67239424 + 134217728 + No + + + -2038284033 + 268435585 + + . + 200 + 25 + + + + + 268 + + YES + + YES + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + + + {{68, 113}, {32, 32}} + + YES + + 130560 + 33554432 + + NSImage + toolbar-preferences-network + + 0 + 0 + 0 + YES + + YES + + + {620, 209} + + {{0, 0}, {1920, 1178}} + {3.40282e+38, 3.40282e+38} + + + 1 + 2 + {{196, 301}, {471, 209}} + 603979776 + SSH Tunnel Password Query + NSWindow + + {3.40282e+38, 3.40282e+38} + + + 256 + + YES + + + 278 + {{126, 113}, {328, 76}} + + YES + + 67239424 + 272891904 + + + LucidaGrande-Bold + 1.300000e+01 + 16 + + + + + + + + + 289 + {{361, 12}, {96, 32}} + + 1 + YES + + 67239424 + 134217728 + OK + + + -2038284033 + 129 + + DQ + 200 + 25 + + + + + 268 + + YES + + YES + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + + + {{20, 115}, {75, 74}} + + YES + + 130560 + 33554432 + + 0 + 0 + 0 + YES + + YES + + + + 289 + {{265, 12}, {96, 32}} + + YES + + 67239424 + 134217728 + Cancel + + + -2038284033 + 268435585 + + . + 200 + 25 + + + + + 268 + + YES + + YES + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + + + {{68, 113}, {32, 32}} + + YES + + 130560 + 33554432 + + 0 + 0 + 0 + YES + + YES + + + + 291 + {{199, 83}, {252, 22}} + + YES + + 343014976 + 272630784 + + + + YES + + 6 + System + textBackgroundColor + + 3 + MQA + + + + 6 + System + textColor + + + + YES + NSAllRomanInputSourcesLocaleIdentifier + + + + + + 292 + {{126, 85}, {68, 17}} + + YES + + 68288064 + 272630784 + Password: + + + + + + + + + 289 + {{197, 59}, {253, 18}} + + YES + + 67239424 + 0 + Remember password in my keychain + + + 1211912703 + 130 + + NSImage + NSSwitch + + + NSSwitch + + + + 200 + 25 + + + + {471, 209} + + + {{0, 0}, {1440, 878}} + {3.40282e+38, 3.40282e+38} + + + + + YES + + + sshQuestionText + + + + 464 + + + + sshQuestionDialog + + + + 465 + + + + closeSheet: + + + + 466 + + + + closeSheet: + + + + 467 + + + + closeSheet: + + + + 480 + + + + closeSheet: + + + + 481 + + + + sshPasswordDialog + + + + 482 + + + + sshPasswordText + + + + 483 + + + + sshPasswordField + + + + 488 + + + + sshPasswordKeychainCheckbox + + + + 493 + + + + + YES + + 0 + + YES + + + + + + -2 + + + RmlsZSdzIE93bmVyA + + + -1 + + + First Responder + + + -3 + + + Application + + + 367 + + + YES + + + + + + 368 + + + YES + + + + + + + + + + 450 + + + YES + + + + + + 451 + + + + + 456 + + + YES + + + + + + 457 + + + + + 458 + + + YES + + + + + + 459 + + + + + 460 + + + YES + + + + + + 461 + + + + + 462 + + + YES + + + + + + 463 + + + + + 468 + + + YES + + + + + + 469 + + + YES + + + + + + + + + + + + + 470 + + + YES + + + + + + 471 + + + YES + + + + + + 472 + + + YES + + + + + + 473 + + + YES + + + + + + 474 + + + YES + + + + + + 475 + + + + + 476 + + + + + 477 + + + + + 478 + + + + + 479 + + + + + 484 + + + YES + + + + + + 485 + + + + + 489 + + + YES + + + + + + 490 + + + + + 491 + + + YES + + + + + + 492 + + + + + + + YES + + YES + -1.IBPluginDependency + -2.IBPluginDependency + -3.IBPluginDependency + 367.IBEditorWindowLastContentRect + 367.IBWindowTemplateEditedContentRect + 367.NSWindowTemplate.visibleAtLaunch + 367.editorWindowContentRectSynchronizationRect + 368.IBPluginDependency + 450.IBPluginDependency + 451.IBPluginDependency + 458.IBPluginDependency + 459.IBPluginDependency + 460.IBPluginDependency + 461.IBPluginDependency + 468.IBEditorWindowLastContentRect + 468.IBWindowTemplateEditedContentRect + 468.NSWindowTemplate.visibleAtLaunch + 468.editorWindowContentRectSynchronizationRect + 469.IBPluginDependency + 470.IBPluginDependency + 471.IBPluginDependency + 473.IBPluginDependency + 476.IBPluginDependency + 478.IBPluginDependency + 479.IBPluginDependency + 484.IBPluginDependency + 485.IBPluginDependency + 489.IBPluginDependency + 490.IBPluginDependency + 491.IBPluginDependency + 492.IBPluginDependency + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilderKit + com.apple.InterfaceBuilderKit + {{187, 404}, {620, 209}} + {{187, 404}, {620, 209}} + + {{11, 666}, {480, 270}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{218, 467}, {471, 209}} + {{218, 467}, {471, 209}} + + {{11, 666}, {480, 270}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + YES + + YES + + + YES + + + + + YES + + YES + + + YES + + + + 493 + + + + YES + + NSApplication + NSResponder + + YES + + YES + sshQuestionDialog + sshQuestionText + + + YES + NSWindow + NSTextField + + + + IBUserSource + + + + + NSObject + + IBProjectSource + Source/CMImageView.h + + + + NSObject + + IBProjectSource + Source/CMMCPConnection.h + + + + NSObject + + closeSheet: + id + + + YES + + YES + sshPasswordDialog + sshPasswordField + sshPasswordKeychainCheckbox + sshPasswordText + sshQuestionDialog + sshQuestionText + + + YES + NSWindow + NSSecureTextField + NSButton + NSTextField + NSWindow + NSTextField + + + + IBUserSource + + + + + NSWindow + + IBProjectSource + Source/SPWindowAdditions.h + + + + + 0 + ../sequel-pro.xcodeproj + 3 + + -- cgit v1.2.3