From e657bcf03abe312301523ad32e4a35f073a62ed9 Mon Sep 17 00:00:00 2001 From: Kevin Wojniak Date: Wed, 5 Sep 2012 10:16:33 -0700 Subject: [PATCH] Disable row selection in the system profile table by implementing the table delegate and turning off "Avoid Empty Selection", "Preserve Selection" and "Select Inserted Objects" on the array controller in the nib. --- SUUpdatePermissionPrompt.h | 1 + SUUpdatePermissionPrompt.m | 7 +- cs.lproj/SUUpdatePermissionPrompt.xib | 409 +++++++++++------- da.lproj/SUUpdatePermissionPrompt.xib | 404 +++++++++++------- de.lproj/SUUpdatePermissionPrompt.xib | 411 ++++++++++-------- en.lproj/SUUpdatePermissionPrompt.xib | 509 ++++++++++++++--------- es.lproj/SUUpdatePermissionPrompt.xib | 411 ++++++++++-------- fr.lproj/SUUpdatePermissionPrompt.xib | 420 +++++++++++-------- is.lproj/SUUpdatePermissionPrompt.xib | 409 +++++++++++------- it.lproj/SUUpdatePermissionPrompt.xib | 411 ++++++++++-------- ja.lproj/SUUpdatePermissionPrompt.xib | 198 +++++++-- ko.lproj/SUUpdatePermissionPrompt.xib | 411 ++++++++++-------- nl.lproj/SUUpdatePermissionPrompt.xib | 404 +++++++++++------- pl.lproj/SUUpdatePermissionPrompt.xib | 409 +++++++++++------- pt_BR.lproj/SUUpdatePermissionPrompt.xib | 104 +++-- pt_PT.lproj/SUUpdatePermissionPrompt.xib | 275 ++++++------ ro.lproj/SUUpdatePermissionPrompt.xib | 275 ++++++------ ru.lproj/SUUpdatePermissionPrompt.xib | 411 ++++++++++-------- sk.lproj/SUUpdatePermissionPrompt.xib | 407 +++++++++++------- sl.lproj/SUUpdatePermissionPrompt.xib | 164 ++++++-- sv.lproj/SUUpdatePermissionPrompt.xib | 318 +++++++------- th.lproj/SUUpdatePermissionPrompt.xib | 118 ++++-- tr.lproj/SUUpdatePermissionPrompt.xib | 378 +++++++++-------- uk.lproj/SUUpdatePermissionPrompt.xib | 111 +++-- zh_CN.lproj/SUUpdatePermissionPrompt.xib | 411 ++++++++++-------- zh_TW.lproj/SUUpdatePermissionPrompt.xib | 314 +++++++------- 26 files changed, 4842 insertions(+), 3258 deletions(-) diff --git a/SUUpdatePermissionPrompt.h b/SUUpdatePermissionPrompt.h index fae8d0de6..9ead535b3 100644 --- a/SUUpdatePermissionPrompt.h +++ b/SUUpdatePermissionPrompt.h @@ -24,6 +24,7 @@ typedef enum { IBOutlet NSTextField *descriptionTextField; IBOutlet NSView *moreInfoView; IBOutlet NSButton *moreInfoButton; + IBOutlet NSTableView *profileTableView; BOOL isShowingMoreInfo, shouldSendProfile; } + (void)promptWithHost:(SUHost *)aHost systemProfile:(NSArray *)profile delegate:(id)d; diff --git a/SUUpdatePermissionPrompt.m b/SUUpdatePermissionPrompt.m index 74954afc2..ad3661038 100644 --- a/SUUpdatePermissionPrompt.m +++ b/SUUpdatePermissionPrompt.m @@ -53,9 +53,14 @@ - (void)awakeFromNib NSRect frame = [[self window] frame]; frame.size.height -= [moreInfoButton frame].size.height; [[self window] setFrame:frame display:YES]; - } + } else { + // Set the table view's delegate so we can disable row selection. + [profileTableView setDelegate:(id)self]; + } } +- (BOOL)tableView:(NSTableView *)tableView shouldSelectRow:(NSInteger)row { return NO; } + - (void)dealloc { [host release]; diff --git a/cs.lproj/SUUpdatePermissionPrompt.xib b/cs.lproj/SUUpdatePermissionPrompt.xib index 9c7257a63..2a3c4d10a 100644 --- a/cs.lproj/SUUpdatePermissionPrompt.xib +++ b/cs.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -75,10 +72,11 @@ 257 {{255, 12}, {174, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Ověřovat automaticky @@ -88,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -96,20 +94,22 @@ 200 25 + NO 257 {{138, 12}, {117, 32}} + YES - 67239424 + 67108864 134217728 Neověřovat - -2038284033 + -2038284288 1 @@ -117,15 +117,17 @@ 200 25 + NO 264 {{104, 114}, {289, 34}} + YES - 67239424 + 67108864 272629760 Ověřovat aktualizace automaticky? @@ -153,15 +155,17 @@ + NO 266 {{104, 81}, {315, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -173,20 +177,22 @@ + NO 264 {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 Odeslat anonymní systémový profil - 1211912703 + 1211912448 2 NSImage @@ -200,6 +206,7 @@ 200 25 + NO @@ -218,9 +225,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -231,6 +239,7 @@ 0 YES + NO YES @@ -238,26 +247,29 @@ 268 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {438, 168} + - {{0, 0}, {1680, 1028}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -271,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -298,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -310,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -326,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -351,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -359,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -413,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -423,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -437,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -445,7 +461,7 @@ YES - 67239424 + 67108864 272629760 SW5mb3JtYWNlIHogYW5vbnltbsOtaG8gc3lzdMOpbW92w6lobyBwcm9maWx1IHBvbcOhaGFqw60gdsO9 dm9qw6HFmcWvbSBsw6lwZSBwbMOhbm92YXQgYnVkb3Vjw60gdsO9dm9qIGFwbGlrYWNlCk9icmHFpXRl @@ -456,6 +472,7 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og + NO {362, 205} @@ -474,22 +491,6 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -506,22 +507,6 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -546,25 +531,61 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -586,22 +607,6 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -620,7 +625,7 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og NSNullPlaceholder NSValidatesImmediately - + YES @@ -633,19 +638,35 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -665,19 +686,23 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -685,7 +710,9 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og YES 0 - + + YES + @@ -935,11 +962,8 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -953,52 +977,31 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1012,41 +1015,23 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og 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 - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{312, 908}, {438, 168}} com.apple.InterfaceBuilder.CocoaPlugin {{312, 908}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1061,15 +1046,117 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1083,7 +1170,7 @@ b3Rhei4KClR5dG8gaW5mb3JtYWNlIGJ5IG3Em2xpIGLDvXQgb2Rlc2zDoW55Og NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/da.lproj/SUUpdatePermissionPrompt.xib b/da.lproj/SUUpdatePermissionPrompt.xib index 20406302e..1151b2ceb 100755 --- a/da.lproj/SUUpdatePermissionPrompt.xib +++ b/da.lproj/SUUpdatePermissionPrompt.xib @@ -2,32 +2,32 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES @@ -72,10 +72,11 @@ 257 {{286, 12}, {138, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Søg automatisk @@ -85,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -93,20 +94,22 @@ 200 25 + NO 257 {{192, 12}, {94, 32}} + YES - 67239424 + 67108864 134217728 Søg ikke - -2038284033 + -2038284288 1 @@ -114,15 +117,17 @@ 200 25 + NO 264 {{104, 114}, {289, 34}} + YES - 67239424 + 67108864 272629760 Søg automatisk efter opdateringer? @@ -150,15 +155,17 @@ + NO 266 {{104, 81}, {315, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -170,20 +177,22 @@ + NO 264 {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 Inkluder anonym systemprofil - 1211912703 + 1211912448 2 NSImage @@ -197,6 +206,7 @@ 200 25 + NO @@ -215,9 +225,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -228,6 +239,7 @@ 0 YES + NO YES @@ -235,26 +247,29 @@ 268 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {438, 168} + - {{0, 0}, {1440, 878}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -268,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -295,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -307,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -323,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -348,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -356,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -410,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -420,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -434,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -442,7 +461,7 @@ YES - 67239424 + 67108864 272629760 T3BseXNuaW5nZXIgb20gYW5vbnltIHN5c3RlbXByb2ZpbCBicnVnZXMgdGlsIGF0IGhqw6ZscGUgb3Mg bWVkIGF0IHBsYW5sw6ZnZ2UgdWR2aWtsaW5nc2FyYmVqZGUgaSBmcmVtdGlkZW4uIEtvbnRha3Qgb3Ms @@ -453,6 +472,7 @@ ZXM6A + NO {362, 205} @@ -471,22 +491,6 @@ ZXM6A YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -503,22 +507,6 @@ ZXM6A 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -543,25 +531,61 @@ ZXM6A 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -583,22 +607,6 @@ ZXM6A 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -617,7 +625,7 @@ ZXM6A NSNullPlaceholder NSValidatesImmediately - + YES @@ -630,19 +638,35 @@ ZXM6A - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -662,19 +686,23 @@ ZXM6A - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -931,12 +959,11 @@ ZXM6A YES YES + -1.IBPluginDependency + -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -950,51 +977,29 @@ ZXM6A 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 - 39.IBEditorWindowLastContentRect 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -1004,46 +1009,29 @@ ZXM6A 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 - - {{312, 917}, {362, 205}} 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 - - {{312, 977}, {438, 168}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin {{312, 977}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1058,15 +1046,117 @@ ZXM6A - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1080,7 +1170,7 @@ ZXM6A NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/de.lproj/SUUpdatePermissionPrompt.xib b/de.lproj/SUUpdatePermissionPrompt.xib index f32a6a613..048316780 100644 --- a/de.lproj/SUUpdatePermissionPrompt.xib +++ b/de.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -75,10 +72,11 @@ 257 {{255, 12}, {169, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Automatisch suchen @@ -88,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -96,20 +94,22 @@ 200 25 + NO 257 {{138, 12}, {117, 32}} + YES - 67239424 + 67108864 134217728 Nicht suchen - -2038284033 + -2038284288 1 @@ -117,15 +117,17 @@ 200 25 + NO 264 {{104, 114}, {317, 34}} + YES - 67239424 + 67108864 272629760 Automatisch nach Aktualisierungen suchen? @@ -153,15 +155,17 @@ + NO 266 {{104, 81}, {315, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -173,20 +177,22 @@ + NO 264 {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 Anonymisiertes Systemprofil übertragen - 1211912703 + 1211912448 2 NSImage @@ -200,6 +206,7 @@ 200 25 + NO @@ -218,9 +225,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -231,6 +239,7 @@ 0 YES + NO YES @@ -238,26 +247,29 @@ 268 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {438, 168} + - {{0, 0}, {1440, 878}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -271,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -298,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -310,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -326,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -351,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -359,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -413,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -423,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -437,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -445,7 +461,7 @@ YES - 67239424 + 67108864 272629760 RGFzIGFub255bWlzaWVydGUgU3lzdGVtcHJvZmlsIHVudGVyc3TDvHR6dCB1bnMgYmVpIGRlciB6dWvD vG5mdGlnZW4gRW50d2lja2x1bmcuIEJpdHRlIGtvbnRha3RpZXJlbiBTaWUgdW5zLCB3ZW5uIFNpZSBG @@ -456,6 +472,7 @@ bmRldDo + NO {362, 205} @@ -474,22 +491,6 @@ bmRldDo YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -506,22 +507,6 @@ bmRldDo 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -546,25 +531,61 @@ bmRldDo 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -586,22 +607,6 @@ bmRldDo 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -620,7 +625,7 @@ bmRldDo NSNullPlaceholder NSValidatesImmediately - + YES @@ -633,19 +638,35 @@ bmRldDo - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -665,19 +686,23 @@ bmRldDo - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -685,7 +710,9 @@ bmRldDo YES 0 - + + YES + @@ -935,11 +962,8 @@ bmRldDo -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -953,53 +977,31 @@ bmRldDo 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 - 39.IBEditorWindowLastContentRect 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1013,42 +1015,23 @@ bmRldDo com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{312, 917}, {362, 205}} 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 - - {{312, 977}, {438, 168}} com.apple.InterfaceBuilder.CocoaPlugin {{312, 977}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1063,15 +1046,117 @@ bmRldDo - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1085,7 +1170,7 @@ bmRldDo NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/en.lproj/SUUpdatePermissionPrompt.xib b/en.lproj/SUUpdatePermissionPrompt.xib index 7ec34df86..72779ac1d 100644 --- a/en.lproj/SUUpdatePermissionPrompt.xib +++ b/en.lproj/SUUpdatePermissionPrompt.xib @@ -2,31 +2,40 @@ 1050 - 10D573 - 762 - 1038.29 - 460.00 + 12B19 + 2549 + 1187 + 624.00 + com.apple.InterfaceBuilder.CocoaPlugin + 2549 + + YES - - YES - - - YES - + NSArrayController + NSButton + NSButtonCell + NSCustomObject + NSCustomView + NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn + NSTableView + NSTextField + NSTextFieldCell + NSUserDefaultsController + NSView + NSWindowTemplate - + YES - - + com.apple.InterfaceBuilder.CocoaPlugin - - YES - - - YES - + PluginDependencyRecalculationVersion + YES @@ -51,7 +60,7 @@ View - {3.40282e+38, 3.40282e+38} + {213, 107} @@ -63,10 +72,11 @@ 257 {{255, 12}, {169, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Check Automatically @@ -76,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -84,20 +94,23 @@ 200 25 + NO 257 {{138, 12}, {117, 32}} + + YES - 67239424 + 67108864 134217728 Don't Check - -2038284033 + -2038284288 1 @@ -105,15 +118,18 @@ 200 25 + NO 264 {{104, 114}, {289, 34}} + + YES - 67239424 + 67108864 272629760 Check for updates automatically? @@ -128,7 +144,7 @@ controlColor 3 - MC42NjY2NjY2ODY1AA + MC42NjY2NjY2NjY3AA @@ -141,15 +157,18 @@ + NO 266 {{104, 81}, {315, 42}} + + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -161,20 +180,23 @@ + NO 264 {{104, 53}, {278, 18}} + + YES - -2080244224 + -2080374784 163840 Include anonymous system profile - 1211912703 + 1211912448 2 NSImage @@ -188,6 +210,7 @@ 200 25 + NO @@ -206,9 +229,11 @@ {{23, 84}, {64, 64}} + + YES - 130560 + 134217728 33554432 NSImage @@ -219,6 +244,7 @@ 0 YES + NO YES @@ -226,28 +252,34 @@ 265 {{80, 50}, {27, 26}} + + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {438, 168} + + - {{0, 0}, {1280, 778}} + {{0, 0}, {2560, 1418}} {213, 129} - {3.40282e+38, 3.40282e+38} + {10000000000000, 10000000000000} + YES @@ -258,9 +290,6 @@ displayKey - YES - YES - YES YES YES @@ -284,7 +313,10 @@ 4352 {353, 113} + YES + NO + YES 256 @@ -297,7 +329,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -313,7 +345,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -338,7 +370,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -346,7 +378,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -380,10 +412,12 @@ 0 NO 0 + 1 {{1, 1}, {353, 113}} + @@ -399,6 +433,9 @@ -2147483392 {{-22, 1}, {11, 125}} + + + NO 256 _doScroller: @@ -409,6 +446,9 @@ -2147483392 {{-100, -100}, {345, 11}} + + + NO 257 _doScroller: @@ -417,21 +457,27 @@ {{4, 5}, {355, 115}} - - 530 + + + 133650 AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 266 {{1, 128}, {358, 70}} + + YES - 67239424 + 67108864 272629760 QW5vbnltb3VzIHN5c3RlbSBwcm9maWxlIGluZm9ybWF0aW9uIGlzIHVzZWQgdG8gaGVscCB1cyBwbGFu IGZ1dHVyZSBkZXZlbG9wbWVudCB3b3JrLiBQbGVhc2UgY29udGFjdCB1cyBpZiB5b3UgaGF2ZSBhbnkg @@ -442,10 +488,13 @@ IHNlbnQ6A + NO {362, 205} + + NSView NSResponder @@ -461,22 +510,6 @@ IHNlbnQ6A YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -493,22 +526,6 @@ IHNlbnQ6A 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -533,25 +550,61 @@ IHNlbnQ6A 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 187 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -573,22 +626,6 @@ IHNlbnQ6A 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -607,7 +644,7 @@ IHNlbnQ6A NSNullPlaceholder NSValidatesImmediately - + YES @@ -620,19 +657,35 @@ IHNlbnQ6A - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -652,19 +705,23 @@ IHNlbnQ6A - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -672,7 +729,9 @@ IHNlbnQ6A YES 0 - + + YES + @@ -919,101 +978,98 @@ IHNlbnQ6A YES YES - -3.ImportedFromIB2 - 13.ImportedFromIB2 - 14.ImportedFromIB2 + -1.IBPluginDependency + -2.IBPluginDependency + -3.IBPluginDependency + 13.IBPluginDependency + 14.IBPluginDependency + 176.IBPluginDependency + 177.IBPluginDependency + 178.IBPluginDependency + 179.IBPluginDependency + 180.IBPluginDependency + 181.IBPluginDependency + 182.IBPluginDependency + 183.IBPluginDependency + 184.IBPluginDependency 184.IBShouldRemoveOnLegacySave + 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave - 24.ImportedFromIB2 - 32.ImportedFromIB2 - 33.ImportedFromIB2 - 34.ImportedFromIB2 - 37.ImportedFromIB2 - 39.IBEditorWindowLastContentRect - 39.ImportedFromIB2 - 40.ImportedFromIB2 - 41.ImportedFromIB2 - 42.ImportedFromIB2 - 43.ImportedFromIB2 - 44.ImportedFromIB2 - 45.ImportedFromIB2 - 46.ImportedFromIB2 - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect + 24.IBPluginDependency + 32.IBPluginDependency + 33.IBPluginDependency + 34.IBPluginDependency + 37.IBPluginDependency + 39.IBPluginDependency + 40.IBPluginDependency + 41.IBPluginDependency + 42.IBPluginDependency + 43.IBPluginDependency + 44.IBPluginDependency + 45.IBPluginDependency + 46.IBPluginDependency + 49.IBPluginDependency + 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 - 5.windowTemplate.hasMinSize - 5.windowTemplate.minSize - 6.ImportedFromIB2 - 71.ImportedFromIB2 + 6.IBPluginDependency + 71.IBPluginDependency - + YES + 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 + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin - - - - - - - - - {{312, 917}, {362, 205}} - - - - - - - - - + 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 + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin {{312, 977}, {438, 168}} - {{312, 977}, {438, 168}} - - - {213, 107} - - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin YES - - YES - + YES - - YES - + - 185 + 187 YES - - FirstResponder - NSObject - - IBUserSource - - - - - NSObject - - IBUserSource - - - SUUpdatePermissionPrompt SUWindowController @@ -1024,40 +1080,88 @@ IHNlbnQ6A finishPrompt: toggleMoreInfo: - + YES id id + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + YES YES - delegate descriptionTextField moreInfoButton moreInfoView + profileTableView - + YES - id NSTextField NSButton NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + - IBUserSource - + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h SUWindowController NSWindowController - IBUserSource - + IBProjectSource + ./Classes/SUWindowController.h @@ -1068,12 +1172,15 @@ IHNlbnQ6A com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 YES - ../Sparkle.xcodeproj 3 YES @@ -1082,7 +1189,7 @@ IHNlbnQ6A NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/es.lproj/SUUpdatePermissionPrompt.xib b/es.lproj/SUUpdatePermissionPrompt.xib index d0f352303..1ca61eb81 100644 --- a/es.lproj/SUUpdatePermissionPrompt.xib +++ b/es.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -75,10 +72,11 @@ 257 {{248, 12}, {225, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Comprobar automáticamente @@ -88,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -96,20 +94,22 @@ 200 25 + NO 257 {{117, 12}, {131, 32}} + YES - 67239424 + 67108864 134217728 No comprobar - -2038284033 + -2038284288 1 @@ -117,15 +117,17 @@ 200 25 + NO 264 {{104, 131}, {366, 17}} + YES - 67239424 + 67108864 272629760 ¿Comprobar si hay actualizaciones automáticamente? @@ -153,15 +155,17 @@ + NO 266 {{104, 81}, {364, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -173,20 +177,22 @@ + NO 264 {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 Incluir perfil de sistema anónimo - 1211912703 + 1211912448 2 NSImage @@ -200,6 +206,7 @@ 200 25 + NO @@ -218,9 +225,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -231,6 +239,7 @@ 0 YES + NO YES @@ -238,26 +247,29 @@ 268 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {487, 168} + - {{0, 0}, {1440, 878}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -271,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -298,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -310,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -326,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -351,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -359,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -413,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -423,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -437,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -445,7 +461,7 @@ YES - 67239424 + 67108864 272629760 TGEgaW5mb3JtYWNpw7NuIGRlIHBlcmZpbCBkZSBzaXN0ZW1hIGFuw7NuaW1vIHNlIHVzYSBwYXJhIGF5 dWRhcm5vcyBhIHBsYW5lYXIgZWwgdHJhYmFqbyBkZSBkZXNhcnJvbGxvIGZ1dHVyby4gUG9yIGZhdm9y @@ -456,6 +472,7 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo + NO {362, 205} @@ -474,22 +491,6 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -506,22 +507,6 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -546,25 +531,61 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -586,22 +607,6 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -620,7 +625,7 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo NSNullPlaceholder NSValidatesImmediately - + YES @@ -633,19 +638,35 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -665,19 +686,23 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -685,7 +710,9 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo YES 0 - + + YES + @@ -935,11 +962,8 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -953,53 +977,31 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 - 39.IBEditorWindowLastContentRect 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1013,42 +1015,23 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{312, 917}, {362, 205}} 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 - - {{312, 977}, {438, 168}} com.apple.InterfaceBuilder.CocoaPlugin {{312, 977}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1063,15 +1046,117 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1085,7 +1170,7 @@ IGVzdG8uCgpFc3RhIGVzIGxhIGluZm9ybWFjacOzbiBxdWUgc2Ugbm9zIGVudmlhcsOtYTo NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/fr.lproj/SUUpdatePermissionPrompt.xib b/fr.lproj/SUUpdatePermissionPrompt.xib index 2e747532a..2da01c79f 100644 --- a/fr.lproj/SUUpdatePermissionPrompt.xib +++ b/fr.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -75,10 +72,11 @@ 257 {{241, 12}, {202, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Vérifier automatiquement @@ -88,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -96,20 +94,23 @@ 200 25 + NO 257 {{110, 12}, {131, 32}} + + YES - 67239424 + 67108864 134217728 Ne pas vérifier - -2038284033 + -2038284288 1 @@ -117,15 +118,18 @@ 200 25 + NO 264 {{104, 114}, {325, 34}} + + YES - 67239424 + 67108864 272629760 Rechercher automatiquement les mises à jour ? @@ -153,15 +157,18 @@ + NO 266 {{104, 81}, {334, 42}} + + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -173,20 +180,23 @@ + NO 264 - {{104, 53}, {278, 18}} + {{104, 53}, {300, 18}} + + YES - -2080244224 + -2080374784 163840 Avec transmission anonyme de mon profil système - 1211912703 + 1211912448 2 NSImage @@ -200,6 +210,7 @@ 200 25 + NO @@ -218,9 +229,11 @@ {{23, 84}, {64, 64}} + + YES - 130560 + 134217728 33554432 NSImage @@ -231,6 +244,7 @@ 0 YES + NO YES @@ -238,26 +252,31 @@ 268 {{80, 50}, {27, 26}} + + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {457, 168} + + - {{0, 0}, {1440, 878}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -271,9 +290,6 @@ displayKey - YES - YES - YES YES YES @@ -298,6 +314,8 @@ {353, 113} YES + NO + YES 256 @@ -310,7 +328,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -326,7 +344,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -351,7 +369,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -359,7 +377,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -413,6 +431,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -423,6 +442,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -437,6 +457,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -445,7 +468,7 @@ YES - 67239424 + 67108864 272629760 TGVzIGluZm9ybWF0aW9ucyBhbm9ueW1lcyBkZSBwcm9maWwgc3lzdMOobWUgbm91cyBhaWRlbnQgw6Ag cGxhbmlmaWVyIGxlcyBmdXR1cnMgZMOpdmVsb3BwZW1lbnRzLiBDb250YWN0ZXotbm91cyBwb3VyIHRv @@ -456,6 +479,7 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg + NO {362, 205} @@ -474,22 +498,6 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -506,22 +514,6 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -546,25 +538,61 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -586,22 +614,6 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -620,7 +632,7 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg NSNullPlaceholder NSValidatesImmediately - + YES @@ -633,19 +645,35 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -665,19 +693,23 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -685,7 +717,9 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg YES 0 - + + YES + @@ -935,11 +969,8 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -953,53 +984,31 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 - 39.IBEditorWindowLastContentRect 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1013,42 +1022,23 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{312, 917}, {362, 205}} 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 - - {{312, 977}, {438, 168}} com.apple.InterfaceBuilder.CocoaPlugin {{312, 977}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1063,15 +1053,117 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1085,7 +1177,7 @@ b25zIHF1aSBzZXJvbnQgdHJhbnNtaXNlc8KgOg NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/is.lproj/SUUpdatePermissionPrompt.xib b/is.lproj/SUUpdatePermissionPrompt.xib index a36444185..879b9b317 100644 --- a/is.lproj/SUUpdatePermissionPrompt.xib +++ b/is.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -75,10 +72,11 @@ 257 {{287, 12}, {137, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Kanna sjálfkrafa @@ -88,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -96,20 +94,22 @@ 200 25 + NO 257 {{170, 12}, {117, 32}} + YES - 67239424 + 67108864 134217728 Ekki kanna - -2038284033 + -2038284288 1 @@ -117,15 +117,17 @@ 200 25 + NO 264 {{104, 114}, {289, 34}} + YES - 67239424 + 67108864 272629760 Athuga sjálfkrafa með uppfærslur? @@ -153,15 +155,17 @@ + NO 266 {{104, 81}, {315, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -173,20 +177,22 @@ + NO 264 {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 Innifela nafnlausa kerfisskýrslu - 1211912703 + 1211912448 2 NSImage @@ -200,6 +206,7 @@ 200 25 + NO @@ -218,9 +225,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -231,6 +239,7 @@ 0 YES + NO YES @@ -238,26 +247,29 @@ 268 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {438, 168} + - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -271,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -298,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -310,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -326,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -351,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -359,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -413,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -423,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -437,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -445,7 +461,7 @@ YES - 67239424 + 67108864 272629760 VXBwbMO9c2luZ2FyIMO6ciBuYWZubGF1c3VtIGtlcmZpc3Nrw71yc2x1bSBlcnUgbm90YcOwYXIgdGls IGHDsCBoasOhbHBhIG9ra3VyIHZpw7AgZnJhbXTDrcOwYXLDvnLDs3VuIGh1Z2LDum5hw7Bhcmlucy4g @@ -456,6 +472,7 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A + NO {362, 205} @@ -474,22 +491,6 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -506,22 +507,6 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -546,25 +531,61 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -586,22 +607,6 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -620,7 +625,7 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A NSNullPlaceholder NSValidatesImmediately - + YES @@ -633,19 +638,35 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -665,19 +686,23 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -685,7 +710,9 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A YES 0 - + + YES + @@ -935,11 +962,8 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -953,52 +977,31 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1012,41 +1015,23 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A 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 - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{312, 862}, {438, 168}} com.apple.InterfaceBuilder.CocoaPlugin {{312, 862}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1061,15 +1046,117 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1083,7 +1170,7 @@ YS4KCsOeZXR0YSBlcnUgdXBwbMO9c2luZ2FybmFyIHNlbSB5csOwdSBzZW5kYXI6A NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/it.lproj/SUUpdatePermissionPrompt.xib b/it.lproj/SUUpdatePermissionPrompt.xib index 6a93fe1cc..490d51d86 100644 --- a/it.lproj/SUUpdatePermissionPrompt.xib +++ b/it.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -75,10 +72,11 @@ 257 {{240, 12}, {214, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Controlla Automaticamente @@ -88,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -96,20 +94,22 @@ 200 25 + NO 257 {{102, 12}, {138, 32}} + YES - 67239424 + 67108864 134217728 Non controllare - -2038284033 + -2038284288 1 @@ -117,15 +117,17 @@ 200 25 + NO 264 {{104, 114}, {331, 34}} + YES - 67239424 + 67108864 272629760 Controllo automaticamente gli aggiornamenti? @@ -153,15 +155,17 @@ + NO 266 {{104, 81}, {345, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -173,20 +177,22 @@ + NO 264 {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 Include profilo di sistema anonimo - 1211912703 + 1211912448 2 NSImage @@ -200,6 +206,7 @@ 200 25 + NO @@ -218,9 +225,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -231,6 +239,7 @@ 0 YES + NO YES @@ -238,26 +247,29 @@ 268 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {468, 168} + - {{0, 0}, {1440, 878}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -271,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -298,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -310,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -326,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -351,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -359,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -413,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -423,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -437,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -445,7 +461,7 @@ YES - 67239424 + 67108864 272629760 TGUgaW5mb3JtYXppb25pIGRlbCBwcm9maWxvIGRpIHNpc3RlbWEgYW5vbWlubyBzb25vIHV0aWxpenph dGUgcGVyIGFpdXRhcmNpIGluIGZ1dHVyaSBsYXZvcmkgZGkgc3ZpbHVwcG8uIENvbnRhdHRhY2kgc2Ug @@ -456,6 +472,7 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo + NO {362, 205} @@ -474,22 +491,6 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -506,22 +507,6 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -546,25 +531,61 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -586,22 +607,6 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -620,7 +625,7 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo NSNullPlaceholder NSValidatesImmediately - + YES @@ -633,19 +638,35 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -665,19 +686,23 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -685,7 +710,9 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo YES 0 - + + YES + @@ -935,11 +962,8 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -953,53 +977,31 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 - 39.IBEditorWindowLastContentRect 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1013,42 +1015,23 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{312, 917}, {362, 205}} 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 - - {{312, 977}, {438, 168}} com.apple.InterfaceBuilder.CocoaPlugin {{312, 977}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1063,15 +1046,117 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1085,7 +1170,7 @@ bmkgY2hlIHZlcnJlYmJlcm8gaW52aWF0ZTo NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/ja.lproj/SUUpdatePermissionPrompt.xib b/ja.lproj/SUUpdatePermissionPrompt.xib index 9eebb2e9b..e76d2da31 100644 --- a/ja.lproj/SUUpdatePermissionPrompt.xib +++ b/ja.lproj/SUUpdatePermissionPrompt.xib @@ -2,32 +2,32 @@ 1050 - 11D50 - 1938 - 1138.32 - 568.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1938 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES @@ -76,7 +76,7 @@ 1 YES - -2080244224 + -2080374784 134217728 自動で確認 @@ -86,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 LucidaGrande @@ -98,6 +98,7 @@ 200 25 + NO @@ -107,12 +108,12 @@ YES - 67239424 + 67108864 134217728 確認しない - -2038284033 + -2038284288 1 @@ -120,6 +121,7 @@ 200 25 + NO @@ -129,7 +131,7 @@ YES - 67239424 + 67108864 272629760 アップデートを自動で確認させますか? @@ -157,6 +159,7 @@ + NO @@ -166,7 +169,7 @@ YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -178,6 +181,7 @@ + NO @@ -187,7 +191,7 @@ YES - -2080244224 + -2080374784 163840 匿名のシステム情報を含める @@ -196,7 +200,7 @@ 16 - 1211912703 + 1211912448 2 NSImage @@ -210,6 +214,7 @@ 200 25 + NO @@ -231,7 +236,7 @@ YES - 130560 + 134217728 33554432 NSImage @@ -242,6 +247,7 @@ 0 YES + NO YES @@ -252,18 +258,19 @@ YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {438, 168} @@ -284,9 +291,6 @@ displayKey - YES - YES - YES YES YES @@ -311,6 +315,8 @@ {353, 113} YES + NO + YES 256 @@ -323,7 +329,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -339,7 +345,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -364,7 +370,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -372,7 +378,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -426,6 +432,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -436,6 +443,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -450,6 +458,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -458,7 +469,7 @@ YES - 67239424 + 67108864 272629760 5Yy/5ZCN44Gu44K344K544OG44Og44OX44Ot44OV44Kh44Kk44Or5oOF5aCx44Gv44CB5LuK5b6M5oiR 44GM56S+44Gu5LyB55S76ZaL55m644KS6KiI55S744GZ44KL5LiK44Gn5Y+C6ICD44Gr44GV44Gb44Gm @@ -470,6 +481,7 @@ gY/jgaDjgZXjgYTvvJo + NO {362, 205} @@ -544,6 +556,14 @@ gY/jgaDjgZXjgYTvvJo 145 + + + profileTableView + + + + 186 + contentArray: systemProfileInformationArray @@ -614,7 +634,7 @@ gY/jgaDjgZXjgYTvvJo NSNullPlaceholder NSValidatesImmediately - + YES @@ -984,7 +1004,7 @@ gY/jgaDjgZXjgYTvvJo 6.IBPluginDependency 71.IBPluginDependency - + YES com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -1035,15 +1055,117 @@ gY/jgaDjgZXjgYTvvJo - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1057,7 +1179,7 @@ gY/jgaDjgZXjgYTvvJo NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/ko.lproj/SUUpdatePermissionPrompt.xib b/ko.lproj/SUUpdatePermissionPrompt.xib index 4d88b1832..91654197a 100644 --- a/ko.lproj/SUUpdatePermissionPrompt.xib +++ b/ko.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -75,10 +72,11 @@ 257 {{302, 12}, {122, 32}} + 1 YES - -2080244224 + -2080374784 134217728 자동으로 확인 @@ -88,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -96,20 +94,22 @@ 200 25 + NO 257 {{236, 12}, {66, 32}} + YES - 67239424 + 67108864 134217728 취소 - -2038284033 + -2038284288 1 @@ -117,15 +117,17 @@ 200 25 + NO 264 {{104, 114}, {289, 34}} + YES - 67239424 + 67108864 272629760 자동으로 업데이트 확인할까요? @@ -153,15 +155,17 @@ + NO 266 {{104, 81}, {315, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -173,20 +177,22 @@ + NO 264 {{104, 53}, {278, 19}} + YES - -2080244224 + -2080374784 163840 익명 시스템 정보 포함 - 1211912703 + 1211912448 2 NSImage @@ -200,6 +206,7 @@ 200 25 + NO @@ -218,9 +225,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -231,6 +239,7 @@ 0 YES + NO YES @@ -238,26 +247,29 @@ 268 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {438, 168} + - {{0, 0}, {1440, 878}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -271,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -298,6 +307,8 @@ {353, 128} YES + NO + YES 256 @@ -310,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -326,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -351,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -359,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -413,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -423,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -437,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -445,7 +461,7 @@ YES - 67239424 + 67108864 272629760 7J2166qF7Jy866GcIOuztOuCtOyngOuKlCDsi5zsiqTthZwg7KCV67O066GcIOywqO2bhCDtlITroZzq t7jrnqgg6rCc67Cc7JeQIOuPhOybgOydtCDrkKAg7IiYIOyeiOyKteuLiOuLpC4g7KeI66y47J20IOye @@ -456,6 +472,7 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg + NO {362, 205} @@ -474,22 +491,6 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -506,22 +507,6 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -546,25 +531,61 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -586,22 +607,6 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -620,7 +625,7 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg NSNullPlaceholder NSValidatesImmediately - + YES @@ -633,19 +638,35 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -665,19 +686,23 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -685,7 +710,9 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg YES 0 - + + YES + @@ -935,11 +962,8 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -953,53 +977,31 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 - 39.IBEditorWindowLastContentRect 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1013,42 +1015,23 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{312, 756}, {362, 205}} 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 - - {{312, 816}, {438, 168}} com.apple.InterfaceBuilder.CocoaPlugin {{312, 816}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1063,15 +1046,117 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1085,7 +1170,7 @@ iOycvOyLnOuptCDsl7Drnb0g7KO87Iut7Iuc7JikLgoK7JWE656YIOygleuztOqwgCDsoITshqHrkKAg NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/nl.lproj/SUUpdatePermissionPrompt.xib b/nl.lproj/SUUpdatePermissionPrompt.xib index c154429d7..673b246f0 100644 --- a/nl.lproj/SUUpdatePermissionPrompt.xib +++ b/nl.lproj/SUUpdatePermissionPrompt.xib @@ -2,32 +2,32 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES @@ -72,10 +72,11 @@ 257 {{282, 12}, {189, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Controleer automatisch @@ -85,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -93,20 +94,22 @@ 200 25 + NO 257 {{147, 12}, {135, 32}} + YES - 67239424 + 67108864 134217728 Controleer niet - -2038284033 + -2038284288 1 @@ -114,15 +117,17 @@ 200 25 + NO 264 {{104, 114}, {289, 34}} + YES - 67239424 + 67108864 272629760 Automatisch controleren op updates? @@ -150,15 +155,17 @@ + NO 266 {{104, 81}, {362, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -170,20 +177,22 @@ + NO 264 {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 Inclusief anoniem systeemprofiel - 1211912703 + 1211912448 2 NSImage @@ -197,6 +206,7 @@ 200 25 + NO @@ -215,9 +225,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -228,6 +239,7 @@ 0 YES + NO YES @@ -235,26 +247,29 @@ 268 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {485, 168} + - {{0, 0}, {1280, 778}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -268,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -295,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -307,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -323,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -348,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -356,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -410,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -420,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -434,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -442,7 +461,7 @@ YES - 67239424 + 67108864 272629760 QWFuIGRlIGhhbmQgdmFuIGFub25pZW1lIGluZm9ybWF0aWUgb3ZlciBoZXQgc3lzdGVlbXByb2ZpZWwg a3VubmVuIHdpaiB0b2Vrb21zdGlnZSBvbnR3aWtrZWxpbmdzd2Vya3phYW1oZWRlbiBiZXRlciBwbGFu @@ -453,6 +472,7 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A + NO {362, 205} @@ -471,22 +491,6 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -503,22 +507,6 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -543,25 +531,61 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -583,22 +607,6 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -617,7 +625,7 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A NSNullPlaceholder NSValidatesImmediately - + YES @@ -630,19 +638,35 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -662,19 +686,23 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -931,12 +959,11 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A YES YES + -1.IBPluginDependency + -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -950,51 +977,29 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 - 39.IBEditorWindowLastContentRect 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -1004,46 +1009,29 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A 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 - - {{312, 917}, {362, 205}} 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 - - {{312, 977}, {438, 168}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin {{312, 977}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1058,15 +1046,117 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1080,7 +1170,7 @@ dCBpcyBkZSBpbmZvcm1hdGllIGRpZSB3b3JkdCB2ZXJ6b25kZW46A NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/pl.lproj/SUUpdatePermissionPrompt.xib b/pl.lproj/SUUpdatePermissionPrompt.xib index 971343c37..a832b4515 100644 --- a/pl.lproj/SUUpdatePermissionPrompt.xib +++ b/pl.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -75,10 +72,11 @@ 257 {{230, 12}, {201, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Sprawdzaj automatycznie @@ -88,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -96,20 +94,22 @@ 200 25 + NO 257 {{101, 12}, {129, 32}} + YES - 67239424 + 67108864 134217728 Nie sprawdzaj - -2038284033 + -2038284288 1 @@ -117,15 +117,17 @@ 200 25 + NO 264 {{104, 114}, {289, 34}} + YES - 67239424 + 67108864 272629760 Sprawdzać automatycznie uaktualnienia? @@ -153,15 +155,17 @@ + NO 266 {{104, 81}, {321, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -173,20 +177,22 @@ + NO 264 {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 Załącz anonimowe informacje o systemie - 1211912703 + 1211912448 2 NSImage @@ -200,6 +206,7 @@ 200 25 + NO @@ -218,9 +225,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -231,6 +239,7 @@ 0 YES + NO YES @@ -238,26 +247,29 @@ 268 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {444, 168} + - {{0, 0}, {1440, 878}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -271,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -298,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -310,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -326,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -351,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -359,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -413,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -423,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -437,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -445,7 +461,7 @@ YES - 67239424 + 67108864 272629760 QW5vbnltb3VzIHN5c3RlbSBwcm9maWxlIGluZm9ybWF0aW9uIGlzIHVzZWQgdG8gaGVscCB1cyBwbGFu IGZ1dHVyZSBkZXZlbG9wbWVudCB3b3JrLiBQbGVhc2UgY29udGFjdCB1cyBpZiB5b3UgaGF2ZSBhbnkg @@ -456,6 +472,7 @@ IHNlbnQ6A + NO {362, 205} @@ -474,22 +491,6 @@ IHNlbnQ6A YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -506,22 +507,6 @@ IHNlbnQ6A 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -546,25 +531,61 @@ IHNlbnQ6A 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -586,22 +607,6 @@ IHNlbnQ6A 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -620,7 +625,7 @@ IHNlbnQ6A NSNullPlaceholder NSValidatesImmediately - + YES @@ -633,19 +638,35 @@ IHNlbnQ6A - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -665,19 +686,23 @@ IHNlbnQ6A - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -685,7 +710,9 @@ IHNlbnQ6A YES 0 - + + YES + @@ -935,11 +962,8 @@ IHNlbnQ6A -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -953,52 +977,31 @@ IHNlbnQ6A 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1012,41 +1015,23 @@ IHNlbnQ6A 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 - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{312, 724}, {438, 168}} com.apple.InterfaceBuilder.CocoaPlugin {{312, 724}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1061,15 +1046,117 @@ IHNlbnQ6A - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1083,7 +1170,7 @@ IHNlbnQ6A NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/pt_BR.lproj/SUUpdatePermissionPrompt.xib b/pt_BR.lproj/SUUpdatePermissionPrompt.xib index 7b47d3131..42302e3ad 100644 --- a/pt_BR.lproj/SUUpdatePermissionPrompt.xib +++ b/pt_BR.lproj/SUUpdatePermissionPrompt.xib @@ -2,32 +2,32 @@ 1050 - 11E53 - 2182 - 1138.47 - 569.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 2182 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES @@ -76,7 +76,7 @@ 1 YES - -2080244224 + -2080374784 134217728 Buscar Automaticamente @@ -86,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -94,6 +94,7 @@ 200 25 + NO @@ -103,12 +104,12 @@ YES - 67239424 + 67108864 134217728 Não Buscar - -2038284033 + -2038284288 1 @@ -116,6 +117,7 @@ 200 25 + NO @@ -125,7 +127,7 @@ YES - 67239424 + 67108864 272629760 Buscar atualizações automaticamente? @@ -153,6 +155,7 @@ + NO @@ -162,7 +165,7 @@ YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -174,6 +177,7 @@ + NO @@ -183,12 +187,12 @@ YES - -2080244224 + -2080374784 163840 Incluir perfil anônimo do sistema - 1211912703 + 1211912448 2 NSImage @@ -202,6 +206,7 @@ 200 25 + NO @@ -223,7 +228,7 @@ YES - 130560 + 134217728 33554432 NSImage @@ -234,6 +239,7 @@ 0 YES + NO YES @@ -244,25 +250,26 @@ YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {446, 168} - {{0, 0}, {1366, 746}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -276,14 +283,11 @@ displayKey - YES - YES - YES YES YES - + 266 YES @@ -303,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -315,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -331,7 +337,7 @@ - 69336577 + 69206017 131072 @@ -355,7 +361,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -363,7 +369,7 @@ - 69336577 + 69206017 131072 @@ -416,6 +422,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -426,6 +433,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -440,6 +448,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -448,7 +459,7 @@ YES - 67239424 + 67108864 272629760 SW5mb3JtYcOnw7VlcyBhbsO0bmltYXMgZG8gc2lzdGVtYSBzw6NvIHV0aWxpemFkYXMgcGFyYSBub3Mg YWp1ZGFyIGEgcGxhbmVqYXIgbyBkZXNlbnZvbHZpbWVudG8gZnV0dXJvIGRvIGFwbGljYXRpdm8uIENh @@ -459,10 +470,10 @@ b250YXRlLW5vcy4KCkEgc2VndWludGUgaW5mb3JtYcOnw6NvIHNlcmlhIGVudmlhZGE6A + NO {362, 205} - NSView NSResponder @@ -534,6 +545,14 @@ b250YXRlLW5vcy4KCkEgc2VndWludGUgaW5mb3JtYcOnw6NvIHNlcmlhIGVudmlhZGE6A 145 + + + profileTableView + + + + 186 + contentArray: systemProfileInformationArray @@ -1025,7 +1044,7 @@ b250YXRlLW5vcy4KCkEgc2VndWludGUgaW5mb3JtYcOnw6NvIHNlcmlhIGVudmlhZGE6A - 185 + 186 @@ -1072,12 +1091,14 @@ b250YXRlLW5vcy4KCkEgc2VndWludGUgaW5mb3JtYcOnw6NvIHNlcmlhIGVudmlhZGE6A descriptionTextField moreInfoButton moreInfoView + profileTableView YES NSTextField NSButton NSView + NSTableView @@ -1087,6 +1108,7 @@ b250YXRlLW5vcy4KCkEgc2VndWludGUgaW5mb3JtYcOnw6NvIHNlcmlhIGVudmlhZGE6A descriptionTextField moreInfoButton moreInfoView + profileTableView YES @@ -1102,6 +1124,10 @@ b250YXRlLW5vcy4KCkEgc2VndWludGUgaW5mb3JtYcOnw6NvIHNlcmlhIGVudmlhZGE6A moreInfoView NSView + + profileTableView + NSTableView + @@ -1125,6 +1151,10 @@ b250YXRlLW5vcy4KCkEgc2VndWludGUgaW5mb3JtYcOnw6NvIHNlcmlhIGVudmlhZGE6A com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 diff --git a/pt_PT.lproj/SUUpdatePermissionPrompt.xib b/pt_PT.lproj/SUUpdatePermissionPrompt.xib index 5d49dde38..c8540811f 100644 --- a/pt_PT.lproj/SUUpdatePermissionPrompt.xib +++ b/pt_PT.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11C74 - 1617 - 1138.23 - 567.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1617 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -76,11 +73,10 @@ {{224, 12}, {207, 32}} - 1 YES - -2080244224 + -2080374784 134217728 Procurar automaticamente @@ -90,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -98,6 +94,7 @@ 200 25 + NO @@ -108,12 +105,12 @@ YES - 67239424 + 67108864 134217728 Não procurar - -2038284033 + -2038284288 1 @@ -121,6 +118,7 @@ 200 25 + NO @@ -131,7 +129,7 @@ YES - 67239424 + 67108864 272629760 Procurar actualizações automaticamente? @@ -159,6 +157,7 @@ + NO @@ -169,7 +168,7 @@ YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -181,6 +180,7 @@ + NO @@ -191,12 +191,12 @@ YES - -2080244224 + -2080374784 163840 Incluir perfil de sistema anónimo - 1211912703 + 1211912448 2 NSImage @@ -210,6 +210,7 @@ 200 25 + NO @@ -232,7 +233,7 @@ YES - 130560 + 134217728 33554432 NSImage @@ -243,6 +244,7 @@ 0 YES + NO YES @@ -254,18 +256,19 @@ YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {446, 168} @@ -273,7 +276,7 @@ - {{0, 0}, {1280, 778}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -287,9 +290,6 @@ displayKey - YES - YES - YES YES YES @@ -314,6 +314,8 @@ {353, 113} YES + NO + YES 256 @@ -326,7 +328,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -342,7 +344,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -367,7 +369,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -375,7 +377,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -429,6 +431,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -439,6 +442,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -453,6 +457,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -461,7 +468,7 @@ YES - 67239424 + 67108864 272629760 QSBpbmZvcm1hw6fDo28gYW7Ds25pbWEgZG8gcGVyZmlsIGRlIHNpc3RlbWEgw6kgdXNhZGEgcGFyYSBu byBmdXR1cm8gbm9zIGFqdWRhciBhIHBsYW5lYXIgbyB0cmFiYWxobyBkZSBkZXNlbnZvbHZpbWVudG8u @@ -472,6 +479,7 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo + NO {362, 205} @@ -490,22 +498,6 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -522,22 +514,6 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -562,25 +538,61 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -602,22 +614,6 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -636,7 +632,7 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo NSNullPlaceholder NSValidatesImmediately - + YES @@ -649,19 +645,35 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -681,19 +693,23 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -701,7 +717,9 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo YES 0 - + + YES + @@ -984,7 +1002,7 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo 6.IBPluginDependency 71.IBPluginDependency - + YES com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -1035,7 +1053,7 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo - 185 + 186 @@ -1050,7 +1068,7 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo finishPrompt: toggleMoreInfo: - + YES id id @@ -1063,7 +1081,7 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo finishPrompt: toggleMoreInfo: - + YES finishPrompt: @@ -1082,12 +1100,14 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo descriptionTextField moreInfoButton moreInfoView + profileTableView - + YES NSTextField NSButton NSView + NSTableView @@ -1097,8 +1117,9 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo descriptionTextField moreInfoButton moreInfoView + profileTableView - + YES descriptionTextField @@ -1112,6 +1133,10 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo moreInfoView NSView + + profileTableView + NSTableView + @@ -1135,6 +1160,10 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1148,7 +1177,7 @@ ZSBhc3N1bnRvLgoKRXN0YSDDqSBhIGluZm9ybWHDp8OjbyBxdWUgc2VyaWEgZW52aWFkYTo NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/ro.lproj/SUUpdatePermissionPrompt.xib b/ro.lproj/SUUpdatePermissionPrompt.xib index 8196a57ee..49632ba00 100644 --- a/ro.lproj/SUUpdatePermissionPrompt.xib +++ b/ro.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11C74 - 1576 - 1138.23 - 567.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1576 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -76,11 +73,10 @@ {{278, 12}, {146, 32}} - 1 YES - -2080244224 + -2080374784 134217728 Verifică Automat @@ -90,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -98,6 +94,7 @@ 200 25 + NO @@ -108,12 +105,12 @@ YES - 67239424 + 67108864 134217728 Nu Verifica - -2038284033 + -2038284288 1 @@ -121,6 +118,7 @@ 200 25 + NO @@ -131,7 +129,7 @@ YES - 67239424 + 67108864 272629760 Verifică pentru actualizări în mod automat? @@ -159,6 +157,7 @@ + NO @@ -169,7 +168,7 @@ YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -181,6 +180,7 @@ + NO @@ -191,12 +191,12 @@ YES - -2080244224 + -2080374784 163840 Include profil de sistem anonim - 1211912703 + 1211912448 2 NSImage @@ -210,6 +210,7 @@ 200 25 + NO @@ -232,7 +233,7 @@ YES - 130560 + 134217728 33554432 NSImage @@ -243,6 +244,7 @@ 0 YES + NO YES @@ -254,18 +256,19 @@ YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {438, 168} @@ -273,7 +276,7 @@ - {{0, 0}, {1280, 778}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -287,9 +290,6 @@ displayKey - YES - YES - YES YES YES @@ -314,6 +314,8 @@ {353, 113} YES + NO + YES 256 @@ -326,7 +328,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -342,7 +344,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -367,7 +369,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -375,7 +377,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -429,6 +431,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -439,6 +442,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -453,6 +457,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -461,7 +468,7 @@ YES - 67239424 + 67108864 272629760 QW5vbnltb3VzIHN5c3RlbSBwcm9maWxlIGluZm9ybWF0aW9uIGlzIHVzZWQgdG8gaGVscCB1cyBwbGFu IGZ1dHVyZSBkZXZlbG9wbWVudCB3b3JrLiBQbGVhc2UgY29udGFjdCB1cyBpZiB5b3UgaGF2ZSBhbnkg @@ -472,6 +479,7 @@ IHNlbnQ6A + NO {362, 205} @@ -490,22 +498,6 @@ IHNlbnQ6A YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -522,22 +514,6 @@ IHNlbnQ6A 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -562,25 +538,61 @@ IHNlbnQ6A 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -602,22 +614,6 @@ IHNlbnQ6A 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -636,7 +632,7 @@ IHNlbnQ6A NSNullPlaceholder NSValidatesImmediately - + YES @@ -649,19 +645,35 @@ IHNlbnQ6A - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -681,19 +693,23 @@ IHNlbnQ6A - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -701,7 +717,9 @@ IHNlbnQ6A YES 0 - + + YES + @@ -984,7 +1002,7 @@ IHNlbnQ6A 6.IBPluginDependency 71.IBPluginDependency - + YES com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -1035,7 +1053,7 @@ IHNlbnQ6A - 185 + 186 @@ -1050,7 +1068,7 @@ IHNlbnQ6A finishPrompt: toggleMoreInfo: - + YES id id @@ -1063,7 +1081,7 @@ IHNlbnQ6A finishPrompt: toggleMoreInfo: - + YES finishPrompt: @@ -1082,12 +1100,14 @@ IHNlbnQ6A descriptionTextField moreInfoButton moreInfoView + profileTableView - + YES NSTextField NSButton NSView + NSTableView @@ -1097,8 +1117,9 @@ IHNlbnQ6A descriptionTextField moreInfoButton moreInfoView + profileTableView - + YES descriptionTextField @@ -1112,6 +1133,10 @@ IHNlbnQ6A moreInfoView NSView + + profileTableView + NSTableView + @@ -1135,6 +1160,10 @@ IHNlbnQ6A com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1148,7 +1177,7 @@ IHNlbnQ6A NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/ru.lproj/SUUpdatePermissionPrompt.xib b/ru.lproj/SUUpdatePermissionPrompt.xib index 372daf1b8..5bed9599b 100644 --- a/ru.lproj/SUUpdatePermissionPrompt.xib +++ b/ru.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -75,10 +72,11 @@ 257 {{320, 12}, {208, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Проверять автоматически @@ -88,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -96,20 +94,22 @@ 200 25 + NO 257 {{192, 12}, {128, 32}} + YES - 67239424 + 67108864 134217728 Не проверять - -2038284033 + -2038284288 1 @@ -117,15 +117,17 @@ 200 25 + NO 264 {{104, 114}, {421, 34}} + YES - 67239424 + 67108864 272629760 Выполнять автоматическую проверку наличия обновлений? @@ -153,15 +155,17 @@ + NO 266 {{104, 81}, {419, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -173,20 +177,22 @@ + NO 264 {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 Включить анонимный профиль системы - 1211912703 + 1211912448 2 NSImage @@ -200,6 +206,7 @@ 200 25 + NO @@ -218,9 +225,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -231,6 +239,7 @@ 0 YES + NO YES @@ -238,26 +247,29 @@ 268 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {542, 168} + - {{0, 0}, {1280, 778}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -271,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -298,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -310,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -326,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -351,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -359,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -413,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -423,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -437,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -445,7 +461,7 @@ YES - 67239424 + 67108864 272629760 0JjRgdC/0L7Qu9GM0LfQvtCy0LDQvdC40LUg0LDQvdC+0L3QuNC80L3QvtCz0L4g0L/RgNC+0YTQuNC7 0Y8g0YHQuNGB0YLQtdC80Ysg0L/QvtC80L7Qs9Cw0LXRgiDQvdCw0Lwg0LIg0L/Qu9Cw0L3QuNGA0L7Q @@ -459,6 +475,7 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 + NO {362, 205} @@ -477,22 +494,6 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -509,22 +510,6 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -549,25 +534,61 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -589,22 +610,6 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -623,7 +628,7 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 NSNullPlaceholder NSValidatesImmediately - + YES @@ -636,19 +641,35 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -668,19 +689,23 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -688,7 +713,9 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 YES 0 - + + YES + @@ -938,11 +965,8 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -956,53 +980,31 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 - 39.IBEditorWindowLastContentRect 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1016,42 +1018,23 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{312, 917}, {362, 205}} 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 - - {{312, 977}, {438, 168}} com.apple.InterfaceBuilder.CocoaPlugin {{312, 977}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1066,15 +1049,117 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1088,7 +1173,7 @@ gNC+0YHRiyDQv9C+INGN0YLQvtC5INGC0LXQvNC1LCDQvtCx0YDQsNGJ0LDQudGC0LXRgdGMINC6INC9 NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/sk.lproj/SUUpdatePermissionPrompt.xib b/sk.lproj/SUUpdatePermissionPrompt.xib index 5809b90d4..9b92a59a6 100644 --- a/sk.lproj/SUUpdatePermissionPrompt.xib +++ b/sk.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -75,10 +72,11 @@ 257 {{230, 12}, {195, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Kontrolovať automaticky @@ -88,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -96,20 +94,22 @@ 200 25 + NO 257 {{101, 12}, {130, 32}} + YES - 67239424 + 67108864 134217728 Nekontrolovať - -2038284033 + -2038284288 1 @@ -117,15 +117,17 @@ 200 25 + NO 264 {{104, 114}, {289, 34}} + YES - 67239424 + 67108864 272629760 Kontrolovať aktualizácie automaticky? @@ -153,15 +155,17 @@ + NO 266 {{104, 81}, {315, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -173,20 +177,22 @@ + NO 264 {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 Zahrnúť anonymný profil systému - 1211912703 + 1211912448 2 NSImage @@ -200,6 +206,7 @@ 200 25 + NO @@ -218,9 +225,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -231,6 +239,7 @@ 0 YES + NO YES @@ -238,26 +247,29 @@ 268 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {438, 168} + - {{0, 0}, {1440, 878}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -271,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -298,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -310,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -326,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -351,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -359,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -413,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -423,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -437,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -445,7 +461,7 @@ YES - 67239424 + 67108864 272629760 QW5vbnltbsO9IHByb2ZpbCBzeXN0w6ltdSBuw6FtIHVtb8W+bsOtIHpsZXDFoWnFpSBwbMOhbm92YW5p ZSBidWTDumNlaG8gdsO9dm9qYSBhcGxpa8OhY2llLiBBayBtw6F0ZSBvaMS+YWRvbSB0b2h0byBha8Op @@ -456,6 +472,7 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo + NO {362, 205} @@ -474,22 +491,6 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -506,22 +507,6 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -546,25 +531,61 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -586,22 +607,6 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -620,7 +625,7 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo NSNullPlaceholder NSValidatesImmediately - + YES @@ -633,19 +638,35 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -665,19 +686,23 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -685,7 +710,9 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo YES 0 - + + YES + @@ -935,11 +962,8 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -953,50 +977,30 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 5.IBPluginDependency - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1010,39 +1014,22 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo 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 - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1057,15 +1044,117 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1079,7 +1168,7 @@ IGJ1ZMO6IG5hc2xlZHVqw7pjZSBpbmZvcm3DoWNpZTo NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/sl.lproj/SUUpdatePermissionPrompt.xib b/sl.lproj/SUUpdatePermissionPrompt.xib index 7e81d019d..227d16749 100644 --- a/sl.lproj/SUUpdatePermissionPrompt.xib +++ b/sl.lproj/SUUpdatePermissionPrompt.xib @@ -2,31 +2,31 @@ 1050 - 11D39 - 1938 - 1138.30 - 568.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1938 + 2549 - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn com.apple.InterfaceBuilder.CocoaPlugin @@ -60,7 +60,7 @@ {213, 107} - + 256 @@ -68,10 +68,11 @@ 257 {{313, 12}, {169, 32}} + 1 YES - -2080244224 + -2080374784 134217728 Samodejno preverjaj @@ -81,7 +82,7 @@ 1 - -2038284033 + -2038284288 1 @@ -89,21 +90,23 @@ 200 25 + NO 257 {{196, 12}, {117, 32}} + YES - 67239424 + 67108864 134217728 Ne preverjaj - -2038284033 + -2038284288 1 @@ -111,16 +114,18 @@ 200 25 + NO 264 {{104, 114}, {375, 34}} + YES - 67239424 + 67108864 272629760 Naj občasno preverjam, če so na voljo posodobitve? @@ -148,16 +153,18 @@ + NO 266 {{104, 81}, {315, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -169,21 +176,23 @@ + NO 264 {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 Vključi anonimni profil sistema - 1211912703 + 1211912448 2 NSImage @@ -197,6 +206,7 @@ 200 25 + NO @@ -211,10 +221,11 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -225,6 +236,7 @@ 0 YES + NO YES @@ -232,27 +244,31 @@ 265 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {496, 168} + + - {{0, 0}, {1280, 778}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -265,9 +281,6 @@ displayKey - YES - YES - YES YES YES @@ -289,6 +302,8 @@ {353, 113} YES + NO + YES 256 @@ -300,7 +315,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -316,7 +331,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -341,7 +356,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -349,7 +364,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -403,6 +418,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -413,6 +429,7 @@ 256 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -427,6 +444,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -435,7 +455,7 @@ YES - 67239424 + 67108864 272629760 QW5vbmltbmkgcHJvZmlsIHNpc3RlbWEgc2UgdXBvcmFibGphIHphIG5hxI1ydG92YW5qZSBuYWRhbGpu ZWdhIHJhenZvamEgcHJvZ3JhbWEuIFYgcHJpbWVydSB2cHJhxaFhbmogbmFzIGxhaGtvIGtvbnRha3Rp @@ -445,6 +465,7 @@ cmF0ZS4KClBvxaFsamVqbyBzZSBzbGVkZcSNZSBpbmZvcm1hY2lqZTo + NO {362, 205} @@ -517,6 +538,14 @@ cmF0ZS4KClBvxaFsamVqbyBzZSBzbGVkZcSNZSBpbmZvcm1hY2lqZTo 145 + + + profileTableView + + + + 186 + contentArray: systemProfileInformationArray @@ -928,15 +957,76 @@ cmF0ZS4KClBvxaFsamVqbyBzZSBzbGVkZcSNZSBpbmZvcm1hY2lqZTo - 185 + 186 + + + + + SUUpdatePermissionPrompt + SUWindowController + + id + id + + + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + NSTextField + NSButton + NSView + NSTableView + + + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + YES 3 diff --git a/sv.lproj/SUUpdatePermissionPrompt.xib b/sv.lproj/SUUpdatePermissionPrompt.xib index 753c61d88..ec9b313fa 100644 --- a/sv.lproj/SUUpdatePermissionPrompt.xib +++ b/sv.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -79,7 +76,7 @@ 1 YES - -2080244224 + -2080374784 134217728 Kontrollera automatiskt @@ -89,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -97,6 +94,7 @@ 200 25 + NO @@ -106,12 +104,12 @@ YES - 67239424 + 67108864 134217728 Kontrollera inte - -2038284033 + -2038284288 1 @@ -119,6 +117,7 @@ 200 25 + NO @@ -128,7 +127,7 @@ YES - 67239424 + 67108864 272629760 U8O2ayBlZnRlciB1cHBkYXRlcmluZ2FyIGF1dG9tYXRpc2t0Pwo @@ -156,6 +155,7 @@ + NO @@ -165,7 +165,7 @@ YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -177,6 +177,7 @@ + NO @@ -186,12 +187,12 @@ YES - -2080244224 + -2080374784 163840 Inkludera anonym systemprofil - 1211912703 + 1211912448 2 NSImage @@ -205,6 +206,7 @@ 200 25 + NO @@ -226,7 +228,7 @@ YES - 130560 + 134217728 33554432 NSImage @@ -237,6 +239,7 @@ 0 YES + NO YES @@ -247,25 +250,26 @@ YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {541, 168} - {{0, 0}, {1280, 778}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -279,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -306,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -318,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -334,7 +337,7 @@ - 69336577 + 69206017 131072 Textcell @@ -359,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -367,7 +370,7 @@ - 69336577 + 69206017 131072 Textcell @@ -421,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -431,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -445,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -453,7 +461,7 @@ YES - 67239424 + 67108864 272629760 QW5vbnltIHN5c3RlbXByb2ZpbGluZm9ybWF0aW9uIGFudsOkbmRzIGbDtnIgYXR0IGhqw6RscGEgb3Nz IGF0dCBwbGFuZXJhIGZyYW10aWRhIHV0dmVja2xpbmdzYXJiZXRlLiBWw6RubGlnZW4ga29udGFrdGEg @@ -464,6 +472,7 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo + NO {362, 205} @@ -482,22 +491,6 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -514,22 +507,6 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -554,25 +531,61 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -594,22 +607,6 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -628,7 +625,7 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo NSNullPlaceholder NSValidatesImmediately - + YES @@ -641,19 +638,35 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -673,19 +686,23 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -693,7 +710,9 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo YES 0 - + + YES + @@ -943,11 +962,8 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -961,53 +977,31 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 - 39.IBEditorWindowLastContentRect 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1021,42 +1015,23 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{312, 917}, {362, 205}} 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 - - {{312, 977}, {438, 168}} com.apple.InterfaceBuilder.CocoaPlugin {{312, 977}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1071,7 +1046,7 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo - 185 + 186 @@ -1086,7 +1061,7 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo finishPrompt: toggleMoreInfo: - + YES id id @@ -1099,7 +1074,7 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo finishPrompt: toggleMoreInfo: - + YES finishPrompt: @@ -1118,12 +1093,14 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo descriptionTextField moreInfoButton moreInfoView + profileTableView - + YES NSTextField NSButton NSView + NSTableView @@ -1133,8 +1110,9 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo descriptionTextField moreInfoButton moreInfoView + profileTableView - + YES descriptionTextField @@ -1148,6 +1126,10 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo moreInfoView NSView + + profileTableView + NSTableView + @@ -1171,6 +1153,10 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1184,7 +1170,7 @@ dGlvbmVuIHNvbSBza3VsbGUgc8OkbmRhczo NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/th.lproj/SUUpdatePermissionPrompt.xib b/th.lproj/SUUpdatePermissionPrompt.xib index d993dd74f..3512eaa5c 100644 --- a/th.lproj/SUUpdatePermissionPrompt.xib +++ b/th.lproj/SUUpdatePermissionPrompt.xib @@ -2,32 +2,32 @@ 1050 - 11D50d - 2182 - 1138.32 - 568.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 2182 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES @@ -76,7 +76,7 @@ 1 YES - -2080244224 + -2080374784 134217728 ตรวจสอบโดยอัตโนมัติ @@ -86,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -94,6 +94,7 @@ 200 25 + NO @@ -101,14 +102,15 @@ {{138, 12}, {117, 32}} + YES - 67239424 + 67108864 134217728 ไม่ต้องตรวจสอบ - -2038284033 + -2038284288 1 @@ -116,6 +118,7 @@ 200 25 + NO @@ -123,9 +126,10 @@ {{104, 114}, {289, 34}} + YES - 67239424 + 67108864 272629760 ตรวจสอบอัพเดทอัตโนมัติ? @@ -153,6 +157,7 @@ + NO @@ -160,9 +165,10 @@ {{104, 81}, {315, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -174,6 +180,7 @@ + NO @@ -181,14 +188,15 @@ {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 ส่งข้อมูลระบบแบบนิรนาม - 1211912703 + 1211912448 2 NSImage @@ -202,6 +210,7 @@ 200 25 + NO @@ -221,9 +230,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -234,6 +244,7 @@ 0 YES + NO YES @@ -242,27 +253,30 @@ {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {438, 168} + - {{0, 0}, {1600, 878}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -276,14 +290,11 @@ displayKey - YES - YES - YES YES YES - + 266 YES @@ -302,8 +313,9 @@ 4352 {353, 128} - YES + NO + YES 256 @@ -316,7 +328,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -332,7 +344,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -357,7 +369,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -365,7 +377,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -404,7 +416,6 @@ {{1, 1}, {353, 128}} - @@ -420,7 +431,7 @@ -2147483392 {{-22, 1}, {11, 125}} - + NO 256 _doScroller: @@ -431,7 +442,7 @@ -2147483392 {{-100, -100}, {345, 11}} - + NO 257 _doScroller: @@ -440,23 +451,24 @@ {{4, 5}, {355, 130}} - 133650 AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 266 {{1, 142}, {358, 56}} - YES - 67239424 + 67108864 272629760 4LiC4LmJ4Lit4Lih4Li54Lil4Lij4Liw4Lia4Lia4LmB4Lia4Lia4LiZ4Li04Lij4LiZ4Liy4Lih4LiK 4LmI4Lin4Lii4LmD4LiZ4LiB4Liy4Lij4Lin4Liy4LiH4LmB4Lic4LiZ4Lie4Lix4LiS4LiZ4Liy4LmB @@ -470,11 +482,10 @@ reC4h+C4meC4teC5iQoK4LiZ4Li14LmI4LiE4Li34Lit4LiC4LmJ4Lit4Lih4Li54Lil4LiX4Li14LmI + NO {362, 205} - - NSView NSResponder @@ -546,6 +557,14 @@ reC4h+C4meC4teC5iQoK4LiZ4Li14LmI4LiE4Li34Lit4LiC4LmJ4Lit4Lih4Li54Lil4LiX4Li14LmI 145 + + + profileTableView + + + + 186 + contentArray: systemProfileInformationArray @@ -1037,7 +1056,7 @@ reC4h+C4meC4teC5iQoK4LiZ4Li14LmI4LiE4Li34Lit4LiC4LmJ4Lit4Lih4Li54Lil4LiX4Li14LmI - 185 + 186 @@ -1084,12 +1103,14 @@ reC4h+C4meC4teC5iQoK4LiZ4Li14LmI4LiE4Li34Lit4LiC4LmJ4Lit4Lih4Li54Lil4LiX4Li14LmI descriptionTextField moreInfoButton moreInfoView + profileTableView YES NSTextField NSButton NSView + NSTableView @@ -1099,6 +1120,7 @@ reC4h+C4meC4teC5iQoK4LiZ4Li14LmI4LiE4Li34Lit4LiC4LmJ4Lit4Lih4Li54Lil4LiX4Li14LmI descriptionTextField moreInfoButton moreInfoView + profileTableView YES @@ -1114,6 +1136,10 @@ reC4h+C4meC4teC5iQoK4LiZ4Li14LmI4LiE4Li34Lit4LiC4LmJ4Lit4Lih4Li54Lil4LiX4Li14LmI moreInfoView NSView + + profileTableView + NSTableView + @@ -1137,6 +1163,10 @@ reC4h+C4meC4teC5iQoK4LiZ4Li14LmI4LiE4Li34Lit4LiC4LmJ4Lit4Lih4Li54Lil4LiX4Li14LmI com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 diff --git a/tr.lproj/SUUpdatePermissionPrompt.xib b/tr.lproj/SUUpdatePermissionPrompt.xib index 7c9fd0b6d..253917bdc 100644 --- a/tr.lproj/SUUpdatePermissionPrompt.xib +++ b/tr.lproj/SUUpdatePermissionPrompt.xib @@ -2,32 +2,32 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES @@ -73,11 +73,10 @@ {{256, 12}, {168, 32}} - 1 YES - -2080244224 + -2080374784 134217728 Otomatik olarak Ara @@ -87,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -95,6 +94,7 @@ 200 25 + NO @@ -105,12 +105,12 @@ YES - 67239424 + 67108864 134217728 Arama - -2038284033 + -2038284288 1 @@ -118,6 +118,7 @@ 200 25 + NO @@ -128,7 +129,7 @@ YES - 67239424 + 67108864 272629760 Otomatik olarak güncelleme Aransınmı? @@ -156,6 +157,7 @@ + NO @@ -166,7 +168,7 @@ YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -178,6 +180,7 @@ + NO @@ -188,12 +191,12 @@ YES - -2080244224 + -2080374784 163840 isimsiz Sistem-Bilgilerini ulaştır - 1211912703 + 1211912448 2 NSImage @@ -207,6 +210,7 @@ 200 25 + NO @@ -229,7 +233,7 @@ YES - 130560 + 134217728 33554432 NSImage @@ -240,6 +244,7 @@ 0 YES + NO YES @@ -251,18 +256,19 @@ YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {438, 168} @@ -270,7 +276,7 @@ - {{0, 0}, {1440, 878}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -282,9 +288,6 @@ visibleValue - YES - YES - YES YES YES @@ -309,6 +312,8 @@ {356, 162} YES + NO + YES 256 @@ -321,7 +326,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -337,7 +342,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -362,7 +367,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -370,7 +375,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -424,6 +429,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -434,6 +440,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -448,6 +455,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -456,7 +466,7 @@ YES - 67239424 + 67108864 272629760 R8O2bmRlcmRpxJ9pbml6IGlzaW1zaXogU2lzdGVtLUJpbGdpbGVyaSBidSBQcm9ncmFtxLFuIGdlbGnF n2ltaSBpw6dpbiBrdWxsYW7EsWxtYXRhZMSxci4gQnUga29udSBoYWtrxLFuZGEgZGFoYSBmYXpsYSBC @@ -467,6 +477,7 @@ Y2XEn2luaXogQmlsZ2lsZXI6A + NO {365, 254} @@ -485,54 +496,6 @@ Y2XEn2luaXogQmlsZ2lsZXI6A YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - - - - value: arrangedObjects.visibleKey - - - - - - value: arrangedObjects.visibleKey - value - arrangedObjects.visibleKey - 2 - - - 47 - - - - value: arrangedObjects.visibleValue - - - - - - value: arrangedObjects.visibleValue - value - arrangedObjects.visibleValue - 2 - - - 48 - window @@ -549,22 +512,6 @@ Y2XEn2luaXogQmlsZ2lsZXI6A 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -589,25 +536,61 @@ Y2XEn2luaXogQmlsZ2lsZXI6A 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 173 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -629,22 +612,6 @@ Y2XEn2luaXogQmlsZ2lsZXI6A 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -663,7 +630,7 @@ Y2XEn2luaXogQmlsZ2lsZXI6A NSNullPlaceholder NSValidatesImmediately - + YES @@ -676,19 +643,71 @@ Y2XEn2luaXogQmlsZ2lsZXI6A - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.visibleKey + + + + + + value: arrangedObjects.visibleKey + value + arrangedObjects.visibleKey + 2 + + + 47 + + + + value: arrangedObjects.visibleValue + + + + + + value: arrangedObjects.visibleValue + value + arrangedObjects.visibleValue + 2 + + + 48 + + + + hidden: shouldAskAboutProfile + + + + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + + 2 + + + 139 @@ -945,99 +964,79 @@ Y2XEn2luaXogQmlsZ2lsZXI6A YES YES + -1.IBPluginDependency + -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 + 163.IBPluginDependency + 164.IBPluginDependency + 165.IBPluginDependency + 166.IBPluginDependency + 167.IBPluginDependency + 168.IBPluginDependency + 169.IBPluginDependency + 170.IBPluginDependency + 171.IBPluginDependency 171.IBShouldRemoveOnLegacySave + 172.IBPluginDependency 172.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 - 39.IBEditorWindowLastContentRect 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 - - {{54, 633}, {365, 254}} 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 - - {{58, 823}, {438, 168}} + 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 {{58, 823}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1052,7 +1051,7 @@ Y2XEn2luaXogQmlsZ2lsZXI6A - 172 + 173 @@ -1067,7 +1066,7 @@ Y2XEn2luaXogQmlsZ2lsZXI6A finishPrompt: toggleMoreInfo: - + YES id id @@ -1080,7 +1079,7 @@ Y2XEn2luaXogQmlsZ2lsZXI6A finishPrompt: toggleMoreInfo: - + YES finishPrompt: @@ -1099,12 +1098,14 @@ Y2XEn2luaXogQmlsZ2lsZXI6A descriptionTextField moreInfoButton moreInfoView + profileTableView - + YES NSTextField NSButton NSView + NSTableView @@ -1114,8 +1115,9 @@ Y2XEn2luaXogQmlsZ2lsZXI6A descriptionTextField moreInfoButton moreInfoView + profileTableView - + YES descriptionTextField @@ -1129,6 +1131,10 @@ Y2XEn2luaXogQmlsZ2lsZXI6A moreInfoView NSView + + profileTableView + NSTableView + @@ -1152,6 +1158,10 @@ Y2XEn2luaXogQmlsZ2lsZXI6A com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1165,7 +1175,7 @@ Y2XEn2luaXogQmlsZ2lsZXI6A NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/uk.lproj/SUUpdatePermissionPrompt.xib b/uk.lproj/SUUpdatePermissionPrompt.xib index 19bb0547b..a44b63d1f 100644 --- a/uk.lproj/SUUpdatePermissionPrompt.xib +++ b/uk.lproj/SUUpdatePermissionPrompt.xib @@ -2,32 +2,32 @@ 1050 - 11D46 - 2177 - 1138.32 - 568.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 2177 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES @@ -76,7 +76,7 @@ 1 YES - -2080244224 + -2080374784 134217728 Перевіряти автоматично @@ -86,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -94,6 +94,7 @@ 200 25 + NO @@ -103,12 +104,12 @@ YES - 67239424 + 67108864 134217728 Не перервіряти - -2038284033 + -2038284288 1 @@ -116,6 +117,7 @@ 200 25 + NO @@ -125,7 +127,7 @@ YES - 67239424 + 67108864 272629760 Виконувати автоматичну перевірку оновлень? @@ -153,6 +155,7 @@ + NO @@ -162,7 +165,7 @@ YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -174,6 +177,7 @@ + NO @@ -183,12 +187,12 @@ YES - -2080244224 + -2080374784 163840 Автоматично надсилати профіль системи - 1211912703 + 1211912448 2 NSImage @@ -202,6 +206,7 @@ 200 25 + NO @@ -223,7 +228,7 @@ YES - 130560 + 134217728 33554432 NSImage @@ -234,6 +239,7 @@ 0 YES + NO YES @@ -244,25 +250,26 @@ YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {542, 168} - {{0, 0}, {1440, 878}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -276,14 +283,11 @@ displayKey - YES - YES - YES YES YES - + 266 YES @@ -302,8 +306,9 @@ 4352 {353, 113} - YES + NO + YES 256 @@ -316,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -332,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -357,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -365,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -404,7 +409,6 @@ {{1, 1}, {353, 113}} - @@ -420,7 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} - + NO 256 _doScroller: @@ -431,7 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} - + NO 257 _doScroller: @@ -440,23 +444,24 @@ {{4, 5}, {355, 115}} - 133650 AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 266 {{1, 128}, {358, 70}} - YES - 67239424 + 67108864 272629760 0JLQuNC60L7RgNC40YHRgtCw0L3QvdGPINCw0L3QvtC90ZbQvNC90L7Qs9C+INC/0YDQvtGE0ZbQu9GO INGB0LjRgdGC0LXQvNC4INC00L7Qv9C+0LzQsNCz0LDRlCDQvdCw0Lwg0YMg0L/Qu9Cw0L3Rg9Cy0LDQ @@ -469,11 +474,10 @@ sdGD0LTQtSDQvdCw0LTRltGB0LvQsNC90L46A + NO {362, 205} - - NSView NSResponder @@ -545,6 +549,14 @@ sdGD0LTQtSDQvdCw0LTRltGB0LvQsNC90L46A 145 + + + profileTableView + + + + 186 + contentArray: systemProfileInformationArray @@ -1036,7 +1048,7 @@ sdGD0LTQtSDQvdCw0LTRltGB0LvQsNC90L46A - 185 + 186 @@ -1083,12 +1095,14 @@ sdGD0LTQtSDQvdCw0LTRltGB0LvQsNC90L46A descriptionTextField moreInfoButton moreInfoView + profileTableView YES NSTextField NSButton NSView + NSTableView @@ -1098,6 +1112,7 @@ sdGD0LTQtSDQvdCw0LTRltGB0LvQsNC90L46A descriptionTextField moreInfoButton moreInfoView + profileTableView YES @@ -1113,6 +1128,10 @@ sdGD0LTQtSDQvdCw0LTRltGB0LvQsNC90L46A moreInfoView NSView + + profileTableView + NSTableView + @@ -1136,6 +1155,10 @@ sdGD0LTQtSDQvdCw0LTRltGB0LvQsNC90L46A com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 diff --git a/zh_CN.lproj/SUUpdatePermissionPrompt.xib b/zh_CN.lproj/SUUpdatePermissionPrompt.xib index 8bafbc68f..b4d808123 100644 --- a/zh_CN.lproj/SUUpdatePermissionPrompt.xib +++ b/zh_CN.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -75,10 +72,11 @@ 257 {{332, 12}, {92, 32}} + 1 YES - -2080244224 + -2080374784 134217728 自动核查 @@ -88,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -96,20 +94,22 @@ 200 25 + NO 257 {{253, 12}, {79, 32}} + YES - 67239424 + 67108864 134217728 不核查 - -2038284033 + -2038284288 1 @@ -117,15 +117,17 @@ 200 25 + NO 264 {{104, 114}, {289, 34}} + YES - 67239424 + 67108864 272629760 自动核查更新? @@ -153,15 +155,17 @@ + NO 266 {{104, 81}, {315, 42}} + YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -173,20 +177,22 @@ + NO 264 {{104, 53}, {278, 18}} + YES - -2080244224 + -2080374784 163840 包括无记名系统概况 - 1211912703 + 1211912448 2 NSImage @@ -200,6 +206,7 @@ 200 25 + NO @@ -218,9 +225,10 @@ {{23, 84}, {64, 64}} + YES - 130560 + 134217728 33554432 NSImage @@ -231,6 +239,7 @@ 0 YES + NO YES @@ -238,26 +247,29 @@ 268 {{80, 50}, {27, 26}} + YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {438, 168} + - {{0, 0}, {1440, 878}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -271,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -298,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -310,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -326,7 +337,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -351,7 +362,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -359,7 +370,7 @@ - 69336577 + 69206017 131072 Text Cell @@ -413,6 +424,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -423,6 +435,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -437,6 +450,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -445,7 +461,7 @@ YES - 67239424 + 67108864 272629760 5peg6K6w5ZCN57O757uf5qaC5Ya15L+h5oGv6KKr55So5LqO5biu5Yqp5oiR5Lus5a6J5o6S5bCG5p2l 55qE5byA5Y+R5bel5L2c44CC5aaC5p6c5a+55q2k5a2Y5Zyo55aR6Zeu6K+36IGU57O75oiR5Lus44CC @@ -455,6 +471,7 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A + NO {362, 205} @@ -473,22 +490,6 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -505,22 +506,6 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -545,25 +530,61 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -585,22 +606,6 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -619,7 +624,7 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A NSNullPlaceholder NSValidatesImmediately - + YES @@ -632,19 +637,35 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -664,19 +685,23 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -684,7 +709,9 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A YES 0 - + + YES + @@ -934,11 +961,8 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -952,53 +976,31 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 - 39.IBEditorWindowLastContentRect 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBEditorWindowLastContentRect 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1012,42 +1014,23 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{312, 917}, {362, 205}} 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 - - {{312, 977}, {438, 168}} com.apple.InterfaceBuilder.CocoaPlugin {{312, 977}, {438, 168}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1062,15 +1045,117 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A - 185 + 186 + + + + YES + + SUUpdatePermissionPrompt + SUWindowController + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + id + id + + + + YES + + YES + finishPrompt: + toggleMoreInfo: + + + YES + + finishPrompt: + id + + + toggleMoreInfo: + id + + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + NSTextField + NSButton + NSView + NSTableView + + + + YES + + YES + descriptionTextField + moreInfoButton + moreInfoView + profileTableView + + + YES + + descriptionTextField + NSTextField + + + moreInfoButton + NSButton + + + moreInfoView + NSView + + + profileTableView + NSTableView + + + + + IBProjectSource + ./Classes/SUUpdatePermissionPrompt.h + + + + SUWindowController + NSWindowController + + IBProjectSource + ./Classes/SUWindowController.h + + + - 0 IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1084,7 +1169,7 @@ Cgrov5nmmK/lsIbopoHooqvlj5HpgIHnmoTkv6Hmga/vvJo6A NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15} diff --git a/zh_TW.lproj/SUUpdatePermissionPrompt.xib b/zh_TW.lproj/SUUpdatePermissionPrompt.xib index 5230c1443..807be7336 100644 --- a/zh_TW.lproj/SUUpdatePermissionPrompt.xib +++ b/zh_TW.lproj/SUUpdatePermissionPrompt.xib @@ -2,43 +2,40 @@ 1050 - 11A453 - 1553 - 1120 - 556.00 + 12B19 + 2549 + 1187 + 624.00 com.apple.InterfaceBuilder.CocoaPlugin - 1553 + 2549 YES - NSUserDefaultsController - NSScroller NSArrayController NSButton - NSScrollView - NSImageView - NSTextFieldCell NSButtonCell + NSCustomObject + NSCustomView NSImageCell + NSImageView + NSScrollView + NSScroller + NSTableColumn NSTableView - NSCustomView - NSCustomObject + NSTextField + NSTextFieldCell + NSUserDefaultsController NSView NSWindowTemplate - NSTextField - NSTableColumn YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - + PluginDependencyRecalculationVersion + YES @@ -79,7 +76,7 @@ 1 YES - -2080244224 + -2080374784 134217728 自動檢查 @@ -89,7 +86,7 @@ 1 - -2038284033 + -2038284288 1 @@ -97,6 +94,7 @@ 200 25 + NO @@ -106,12 +104,12 @@ YES - 67239424 + 67108864 134217728 不要檢查 - -2038284033 + -2038284288 1 @@ -119,6 +117,7 @@ 200 25 + NO @@ -128,7 +127,7 @@ YES - 67239424 + 67108864 272629760 自動檢查更新項目? @@ -156,6 +155,7 @@ + NO @@ -165,7 +165,7 @@ YES - 67239424 + 67108864 272629760 DO NOT LOCALIZE @@ -177,6 +177,7 @@ + NO @@ -186,12 +187,12 @@ YES - -2080244224 + -2080374784 163840 包含匿名的系統描述資料 - 1211912703 + 1211912448 2 NSImage @@ -205,6 +206,7 @@ 200 25 + NO @@ -226,7 +228,7 @@ YES - 130560 + 134217728 33554432 NSImage @@ -237,6 +239,7 @@ 0 YES + NO YES @@ -247,25 +250,26 @@ YES - 67239424 + 67108864 134250496 - -1194573569 + -1194573824 133 200 25 + NO {400, 168} - {{0, 0}, {1280, 778}} + {{0, 0}, {2560, 1418}} {213, 129} {10000000000000, 10000000000000} YES @@ -279,9 +283,6 @@ displayKey - YES - YES - YES YES YES @@ -306,6 +307,8 @@ {353, 113} YES + NO + YES 256 @@ -318,7 +321,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -334,7 +337,7 @@ - 69336577 + 69206017 131072 @@ -358,7 +361,7 @@ 40 1000 - 75628096 + 75497536 2048 @@ -366,7 +369,7 @@ - 69336577 + 69206017 131072 @@ -419,6 +422,7 @@ -2147483392 {{-22, 1}, {11, 125}} + NO 256 _doScroller: @@ -429,6 +433,7 @@ -2147483392 {{-100, -100}, {345, 11}} + NO 257 _doScroller: @@ -443,6 +448,9 @@ AAAAAAAAAABBgAAAQYAAAA + 0.25 + 4 + 1 @@ -451,7 +459,7 @@ YES - 67239424 + 67108864 272629760 5Yy/5ZCN57O757Wx5o+P6L+w6LOH6KiK5Y+v55So5L6G5Y2U5Yqp5oiR5YCR6KiI55Wr5pyq5L6G55qE 6ZaL55m85bel5L2c44CC6Iul5oKo5pyJ5Lu75L2V55u46Zec5ZWP6aGM77yM6KuL6IiH5oiR5YCR6IGv @@ -461,6 +469,7 @@ + NO {362, 205} @@ -479,22 +488,6 @@ YES - - - contentArray: systemProfileInformationArray - - - - - - contentArray: systemProfileInformationArray - contentArray - systemProfileInformationArray - 2 - - - 25 - window @@ -511,22 +504,6 @@ 127 - - - value: icon - - - - - - value: icon - value - icon - 2 - - - 130 - toggleMoreInfo: @@ -551,25 +528,61 @@ 133 + + + finishPrompt: + + + + 144 + + + + finishPrompt: + + + + 145 + + + + profileTableView + + + + 186 + - hidden: shouldAskAboutProfile - + contentArray: systemProfileInformationArray + - + - hidden: shouldAskAboutProfile - hidden - shouldAskAboutProfile - - NSValueTransformerName - NSNegateBoolean - + contentArray: systemProfileInformationArray + contentArray + systemProfileInformationArray 2 - 139 + 25 + + + + value: promptDescription + + + + + + value: promptDescription + value + promptDescription + 2 + + + 161 @@ -591,22 +604,6 @@ 143 - - - finishPrompt: - - - - 144 - - - - finishPrompt: - - - - 145 - value: shouldSendProfile @@ -625,7 +622,7 @@ NSNullPlaceholder NSValidatesImmediately - + YES @@ -638,19 +635,35 @@ - value: promptDescription - + value: icon + - + - value: promptDescription + value: icon value - promptDescription + icon 2 - 161 + 130 + + + + value: arrangedObjects.displayKey + + + + + + value: arrangedObjects.displayKey + value + arrangedObjects.displayKey + 2 + + + 174 @@ -670,19 +683,23 @@ - value: arrangedObjects.displayKey - - + hidden: shouldAskAboutProfile + + - - - value: arrangedObjects.displayKey - value - arrangedObjects.displayKey + + + hidden: shouldAskAboutProfile + hidden + shouldAskAboutProfile + + NSValueTransformerName + NSNegateBoolean + 2 - 174 + 139 @@ -690,7 +707,9 @@ YES 0 - + + YES + @@ -940,11 +959,8 @@ -1.IBPluginDependency -2.IBPluginDependency -3.IBPluginDependency - -3.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 14.IBPluginDependency - 14.ImportedFromIB2 176.IBPluginDependency 177.IBPluginDependency 178.IBPluginDependency @@ -958,50 +974,30 @@ 185.IBPluginDependency 185.IBShouldRemoveOnLegacySave 24.IBPluginDependency - 24.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 39.IBPluginDependency - 39.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 42.IBPluginDependency - 42.ImportedFromIB2 43.IBPluginDependency - 43.ImportedFromIB2 44.IBPluginDependency - 44.ImportedFromIB2 45.IBPluginDependency - 45.ImportedFromIB2 46.IBPluginDependency - 46.ImportedFromIB2 49.IBPluginDependency - 49.ImportedFromIB2 5.IBPluginDependency - 5.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 71.IBPluginDependency - 71.ImportedFromIB2 - + YES 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 @@ -1015,39 +1011,22 @@ 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 - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - @@ -1062,7 +1041,7 @@ - 185 + 186 @@ -1077,7 +1056,7 @@ finishPrompt: toggleMoreInfo: - + YES id id @@ -1090,7 +1069,7 @@ finishPrompt: toggleMoreInfo: - + YES finishPrompt: @@ -1109,12 +1088,14 @@ descriptionTextField moreInfoButton moreInfoView + profileTableView - + YES NSTextField NSButton NSView + NSTableView @@ -1124,8 +1105,9 @@ descriptionTextField moreInfoButton moreInfoView + profileTableView - + YES descriptionTextField @@ -1139,6 +1121,10 @@ moreInfoView NSView + + profileTableView + NSTableView + @@ -1162,6 +1148,10 @@ com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 @@ -1175,7 +1165,7 @@ NSApplicationIcon NSSwitch - + YES {128, 128} {15, 15}