Changeset 24919
- Timestamp:
- 08/24/2008 03:07:11 AM (5 months ago)
- Files:
-
- branches/adium-1.3/Frameworks/Adium Framework/Resources/cs.lproj/EditStateSheet.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Frameworks/Growl-WithInstaller.framework/Versions/A/Resources/cs.lproj/GrowlInstallationPrompt.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj (modified) (1 prop)
- branches/adium-1.3/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib (modified) (1 prop)
- branches/adium-1.3/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib (modified) (1 prop)
- branches/adium-1.3/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib (copied) (copied from trunk/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdatePermissionPrompt.nib)
- branches/adium-1.3/Plugins/Purple Service/cs.lproj/ESPurpleGaduGaduAccountView.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Plugins/Purple Service/cs.lproj/ESPurpleICQAccountView.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Plugins/Purple Service/cs.lproj/ESPurpleJabberAccountView.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Plugins/Purple Service/cs.lproj/ESPurpleMSNAccountView.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Plugins/Purple Service/cs.lproj/ESPurpleOscarAccountView.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Plugins/Purple Service/cs.lproj/ESPurpleSimpleAccountView.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Plugins/Purple Service/cs.lproj/ESPurpleYahooAccountView.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Plugins/Purple Service/cs.lproj/Localizable.strings (modified) (2 diffs)
- branches/adium-1.3/Plugins/WebKit Message View/cs.lproj/WebKitPreferencesView.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Resources/cs.lproj/AccountProxy.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Resources/cs.lproj/AIAdvancedInspectorPane.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Resources/cs.lproj/AppearancePrefs.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Resources/cs.lproj/DualWindowMessageAdvanced.nib/classes.nib (modified) (1 diff)
- branches/adium-1.3/Resources/cs.lproj/DualWindowMessageAdvanced.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Resources/cs.lproj/GeneralPreferences.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Resources/cs.lproj/ListLayoutSheet.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Resources/cs.lproj/ListThemeSheet.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Resources/cs.lproj/Localizable.strings (modified) (1 diff)
- branches/adium-1.3/Resources/cs.lproj/MessageHistoryConfiguration.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Resources/cs.lproj/OTRPrefs.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Resources/cs.lproj/PersonalPreferences.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Resources/cs.lproj/StatusPreferences.nib/keyedobjects.nib (modified) (previous)
- branches/adium-1.3/Resources/Emoticons/Default.AdiumEmoticonset/Resources/cs.lproj/InfoPlist.strings (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/adium-1.3/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj
- Property svn:mergeinfo set to /branches/64bit/Frameworks/Sparkle.framework/Versions/A/Resources/en.lproj:24581-24690
branches/adium-1.3/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUAutomaticUpdateAlert.nib
- Property svn:mergeinfo set
branches/adium-1.3/Frameworks/Sparkle.framework/Versions/A/Resources/cs.lproj/SUUpdateAlert.nib
- Property svn:mergeinfo set
branches/adium-1.3/Plugins/Purple Service/cs.lproj/Localizable.strings
r23958 r24919 3 3 4 4 /* first %@ is an account name; second is a service. This is a title for a window */ 5 "%@ (%@) Setup" = "%1$@ (%2$@) Setup";5 "%@ (%@) Setup" = "%1$@ (%2$@) Nastavení"; 6 6 7 7 /* User deined authorization; the next line has an explanation. */ … … 225 225 226 226 /* No comment provided by engineer. */ 227 "Initializing Stream" = " Zahajovacístream";227 "Initializing Stream" = "Spouští se stream"; 228 228 229 229 /* No comment provided by engineer. */ branches/adium-1.3/Resources/cs.lproj/DualWindowMessageAdvanced.nib/classes.nib
r14726 r24919 1 { 2 IBClasses = ( 3 { 4 CLASS = AILocalizationButton; 5 LANGUAGE = ObjC; 6 OUTLETS = { 7 "view_anchorToLeftSide" = NSView; 8 "view_anchorToRightSide" = NSView; 9 "window_anchorOnLeftSide" = NSWindow; 10 "window_anchorOnRightSide" = NSWindow; 11 }; 12 SUPERCLASS = NSButton; 13 }, 14 { 15 CLASS = AILocalizationTextField; 16 LANGUAGE = ObjC; 17 OUTLETS = { 18 "view_anchorToLeftSide" = NSView; 19 "view_anchorToRightSide" = NSView; 20 "window_anchorOnLeftSide" = NSWindow; 21 }; 22 SUPERCLASS = NSTextField; 23 }, 24 { 25 ACTIONS = {changePreference = id; }; 26 CLASS = AIPreferencePane; 27 LANGUAGE = ObjC; 28 OUTLETS = { 29 delegate = id; 30 "textField_title" = NSTextField; 31 view = NSView; 32 "view_containerSubView" = NSView; 33 "view_containerView" = NSView; 34 }; 35 SUPERCLASS = NSObject; 36 }, 37 { 38 CLASS = ESDualWindowMessageAdvancedPreferences; 39 LANGUAGE = ObjC; 40 OUTLETS = { 41 "autohide_tabBar" = NSButton; 42 "checkBox_allowInactiveClosing" = NSButton; 43 "checkBox_animateDockIcon" = NSButton; 44 "checkBox_badgeDockIcon" = NSButton; 45 "checkBox_customNameFormatting" = NSButton; 46 "checkBox_hide" = NSButton; 47 "popUp_minimumFontSize" = NSPopUpButton; 48 "popUp_nameFormat" = NSPopUpButton; 49 "popUp_timeStampFormat" = NSPopUpButton; 50 "popUp_windowPosition" = NSPopUpButton; 51 }; 52 SUPERCLASS = AIPreferencePane; 53 }, 54 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 55 {CLASS = NSObject; LANGUAGE = ObjC; } 56 ); 57 IBVersion = 1; 58 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>CLASS</key> 9 <string>AILocalizationTextField</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>OUTLETS</key> 13 <dict> 14 <key>view_anchorToLeftSide</key> 15 <string>NSView</string> 16 <key>view_anchorToRightSide</key> 17 <string>NSView</string> 18 <key>window_anchorOnLeftSide</key> 19 <string>NSWindow</string> 20 </dict> 21 <key>SUPERCLASS</key> 22 <string>NSTextField</string> 23 </dict> 24 <dict> 25 <key>CLASS</key> 26 <string>FirstResponder</string> 27 <key>LANGUAGE</key> 28 <string>ObjC</string> 29 <key>SUPERCLASS</key> 30 <string>NSObject</string> 31 </dict> 32 <dict> 33 <key>CLASS</key> 34 <string>NSObject</string> 35 <key>LANGUAGE</key> 36 <string>ObjC</string> 37 </dict> 38 <dict> 39 <key>ACTIONS</key> 40 <dict> 41 <key>changePreference</key> 42 <string>id</string> 43 </dict> 44 <key>CLASS</key> 45 <string>AIPreferencePane</string> 46 <key>LANGUAGE</key> 47 <string>ObjC</string> 48 <key>OUTLETS</key> 49 <dict> 50 <key>delegate</key> 51 <string>id</string> 52 <key>textField_title</key> 53 <string>NSTextField</string> 54 <key>view</key> 55 <string>NSView</string> 56 <key>view_containerSubView</key> 57 <string>NSView</string> 58 <key>view_containerView</key> 59 <string>NSView</string> 60 </dict> 61 <key>SUPERCLASS</key> 62 <string>NSObject</string> 63 </dict> 64 <dict> 65 <key>CLASS</key> 66 <string>AILocalizationButton</string> 67 <key>LANGUAGE</key> 68 <string>ObjC</string> 69 <key>OUTLETS</key> 70 <dict> 71 <key>view_anchorToLeftSide</key> 72 <string>NSView</string> 73 <key>view_anchorToRightSide</key> 74 <string>NSView</string> 75 <key>window_anchorOnLeftSide</key> 76 <string>NSWindow</string> 77 <key>window_anchorOnRightSide</key> 78 <string>NSWindow</string> 79 </dict> 80 <key>SUPERCLASS</key> 81 <string>NSButton</string> 82 </dict> 83 <dict> 84 <key>CLASS</key> 85 <string>ESDualWindowMessageAdvancedPreferences</string> 86 <key>LANGUAGE</key> 87 <string>ObjC</string> 88 <key>OUTLETS</key> 89 <dict> 90 <key>autohide_tabBar</key> 91 <string>NSButton</string> 92 <key>checkBox_allowInactiveClosing</key> 93 <string>NSButton</string> 94 <key>checkBox_animateDockIcon</key> 95 <string>NSButton</string> 96 <key>checkBox_badgeDockIcon</key> 97 <string>NSButton</string> 98 <key>checkBox_customNameFormatting</key> 99 <string>NSButton</string> 100 <key>checkBox_hide</key> 101 <string>NSButton</string> 102 <key>popUp_minimumFontSize</key> 103 <string>NSPopUpButton</string> 104 <key>popUp_nameFormat</key> 105 <string>NSPopUpButton</string> 106 <key>popUp_timeStampFormat</key> 107 <string>NSPopUpButton</string> 108 <key>popUp_windowPosition</key> 109 <string>NSPopUpButton</string> 110 </dict> 111 <key>SUPERCLASS</key> 112 <string>AIPreferencePane</string> 113 </dict> 114 </array> 115 <key>IBVersion</key> 116 <string>1</string> 117 </dict> 118 </plist> branches/adium-1.3/Resources/cs.lproj/Localizable.strings
r23958 r24919 567 567 568 568 /* No comment provided by engineer. */ 569 "Authorize" = " Ověřit totožnost";569 "Authorize" = "Potvrdit totožnost"; 570 570 571 571 /* File Transfer preferences */ branches/adium-1.3/Resources/Emoticons/Default.AdiumEmoticonset/Resources/cs.lproj/InfoPlist.strings
r20152 r24919 1 1 /* Name of the default Emoticon pack */ 2 "Default" = " Default";2 "Default" = "Výchozí"; 3 3