Changeset 24799
- Timestamp:
- 08/15/2008 02:50:25 AM (5 months ago)
- Files:
-
- trunk/Adium.xcodeproj/project.pbxproj (modified) (25 diffs)
- trunk/Frameworks/Adium Framework/Resources/en.lproj/Localizable.strings (modified) (1 diff)
- trunk/Frameworks/AIUtilities Framework/AIUtilities.framework.xcodeproj/project.pbxproj (modified) (3 diffs)
- trunk/Frameworks/AIUtilities Framework/Resources/en.lproj/Localizable.strings (modified) (1 diff)
- trunk/Plugins/Purple Service/en.lproj/Localizable.strings (modified) (1 diff)
- trunk/Plugins/WebKit Message View/en.lproj/Localizable.strings (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Adium.xcodeproj/project.pbxproj
r24777 r24799 1923 1923 3402E02D07CB0DBB0044F818 /* AboutBox.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AboutBox.nib; path = Resources/AboutBox.nib; sourceTree = "<group>"; }; 1924 1924 3402E03F07CB0E400044F818 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = Resources/en.lproj/Localizable.strings; sourceTree = "<group>"; }; 1925 3402E04B07CB0EA70044F818 /* en */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = en; path = "Plugins/Purple Service/en.lproj/Localizable.strings"; sourceTree = "<group>"; };1926 3402E06C07CB0F9D0044F818 /* en */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = en; path = "Plugins/WebKit Message View/en.lproj/Localizable.strings"; sourceTree = "<group>"; };1925 3402E04B07CB0EA70044F818 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = "Plugins/Purple Service/en.lproj/Localizable.strings"; sourceTree = "<group>"; }; 1926 3402E06C07CB0F9D0044F818 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = "Plugins/WebKit Message View/en.lproj/Localizable.strings"; sourceTree = "<group>"; }; 1927 1927 3403F4300D2EF01D006B08FB /* AIAddressBookUserIconSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAddressBookUserIconSource.h; path = "Frameworks/Adium Framework/Source/AIAddressBookUserIconSource.h"; sourceTree = "<group>"; }; 1928 1928 3403F4310D2EF01D006B08FB /* AIAddressBookUserIconSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAddressBookUserIconSource.m; path = "Frameworks/Adium Framework/Source/AIAddressBookUserIconSource.m"; sourceTree = "<group>"; }; … … 1956 1956 340580A2087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; 1957 1957 340580A3087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 1958 340580A4087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = Resources/ru.lproj/Localizable.strings; sourceTree = "<group>"; };1959 340580A5087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = "Plugins/WebKit Message View/ru.lproj/Localizable.strings"; sourceTree = "<group>"; };1960 340580A6087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = "Plugins/Purple Service/ru.lproj/Localizable.strings"; sourceTree = "<group>"; };1958 340580A4087EEFA200664D64 /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = Resources/ru.lproj/Localizable.strings; sourceTree = "<group>"; }; 1959 340580A5087EEFA200664D64 /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = "Plugins/WebKit Message View/ru.lproj/Localizable.strings"; sourceTree = "<group>"; }; 1960 340580A6087EEFA200664D64 /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = "Plugins/Purple Service/ru.lproj/Localizable.strings"; sourceTree = "<group>"; }; 1961 1961 340580A9087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/PasswordPrompt.nib; sourceTree = "<group>"; }; 1962 1962 340580AA087EEFA200664D64 /* ru */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ru; path = Resources/ru.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; }; … … 2041 2041 34182F480AC2CA3B0067DEF3 /* AIPreviewChat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIPreviewChat.h; path = "Plugins/WebKit Message View/AIPreviewChat.h"; sourceTree = "<group>"; }; 2042 2042 34182F490AC2CA3C0067DEF3 /* AIPreviewChat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIPreviewChat.m; path = "Plugins/WebKit Message View/AIPreviewChat.m"; sourceTree = "<group>"; }; 2043 3419E2D90A81445200C3FC68 /* en */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = en; path = "Frameworks/Adium Framework/Resources/en.lproj/Localizable.strings"; sourceTree = "<group>"; };2044 3419E2E00A81446800C3FC68 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = "Frameworks/Adium Framework/Resources/ca.lproj/Localizable.strings"; sourceTree = "<group>"; };2045 3419E2E10A81446E00C3FC68 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = "Frameworks/Adium Framework/Resources/da.lproj/Localizable.strings"; sourceTree = "<group>"; };2046 3419E2E20A81447C00C3FC68 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = "Frameworks/Adium Framework/Resources/nl.lproj/Localizable.strings"; sourceTree = "<group>"; };2047 3419E2E30A8144A100C3FC68 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = "Frameworks/Adium Framework/Resources/fr.lproj/Localizable.strings"; sourceTree = "<group>"; };2048 3419E2E40A8144A500C3FC68 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = "Frameworks/Adium Framework/Resources/de.lproj/Localizable.strings"; sourceTree = "<group>"; };2049 3419E2E50A8144AF00C3FC68 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = "Frameworks/Adium Framework/Resources/it.lproj/Localizable.strings"; sourceTree = "<group>"; };2050 3419E2E80A8144CE00C3FC68 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = "Frameworks/Adium Framework/Resources/ja.lproj/Localizable.strings"; sourceTree = "<group>"; };2051 3419E2E90A8144D600C3FC68 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = "Frameworks/Adium Framework/Resources/nb.lproj/Localizable.strings"; sourceTree = "<group>"; };2052 3419E2EA0A8144DF00C3FC68 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = "Frameworks/Adium Framework/Resources/ru.lproj/Localizable.strings"; sourceTree = "<group>"; };2053 3419E2EB0A8144E700C3FC68 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = "Frameworks/Adium Framework/Resources/es.lproj/Localizable.strings"; sourceTree = "<group>"; };2054 3419E2EC0A8144EE00C3FC68 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = "Frameworks/Adium Framework/Resources/sv.lproj/Localizable.strings"; sourceTree = "<group>"; };2055 3419E2ED0A8144F400C3FC68 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = "Frameworks/Adium Framework/Resources/tr.lproj/Localizable.strings"; sourceTree = "<group>"; };2056 3419E2EE0A8144FB00C3FC68 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = "Frameworks/Adium Framework/Resources/cs.lproj/Localizable.strings"; sourceTree = "<group>"; };2057 3419E2F10A81450E00C3FC68 /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = "Frameworks/Adium Framework/Resources/is.lproj/Localizable.strings"; sourceTree = "<group>"; };2058 3419E2F20A81451500C3FC68 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = "Frameworks/Adium Framework/Resources/pl.lproj/Localizable.strings"; sourceTree = "<group>"; };2059 3419E2F30A81451D00C3FC68 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_CN; path = "Frameworks/Adium Framework/Resources/zh_CN.lproj/Localizable.strings"; sourceTree = "<group>"; };2060 3419E2F40A81452400C3FC68 /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_TW; path = "Frameworks/Adium Framework/Resources/zh_TW.lproj/Localizable.strings"; sourceTree = "<group>"; };2061 3419E5950A86996000C3FC68 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = "Plugins/WebKit Message View/tr.lproj/Localizable.strings"; sourceTree = "<group>"; };2062 3419E5960A86996200C3FC68 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = Resources/tr.lproj/Localizable.strings; sourceTree = "<group>"; };2063 3419E5970A86996300C3FC68 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = "Plugins/Purple Service/tr.lproj/Localizable.strings"; sourceTree = "<group>"; };2043 3419E2D90A81445200C3FC68 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = "Frameworks/Adium Framework/Resources/en.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2044 3419E2E00A81446800C3FC68 /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = "Frameworks/Adium Framework/Resources/ca.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2045 3419E2E10A81446E00C3FC68 /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = "Frameworks/Adium Framework/Resources/da.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2046 3419E2E20A81447C00C3FC68 /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = "Frameworks/Adium Framework/Resources/nl.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2047 3419E2E30A8144A100C3FC68 /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = "Frameworks/Adium Framework/Resources/fr.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2048 3419E2E40A8144A500C3FC68 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = "Frameworks/Adium Framework/Resources/de.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2049 3419E2E50A8144AF00C3FC68 /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = "Frameworks/Adium Framework/Resources/it.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2050 3419E2E80A8144CE00C3FC68 /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = "Frameworks/Adium Framework/Resources/ja.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2051 3419E2E90A8144D600C3FC68 /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = "Frameworks/Adium Framework/Resources/nb.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2052 3419E2EA0A8144DF00C3FC68 /* ru */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ru; path = "Frameworks/Adium Framework/Resources/ru.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2053 3419E2EB0A8144E700C3FC68 /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = "Frameworks/Adium Framework/Resources/es.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2054 3419E2EC0A8144EE00C3FC68 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = "Frameworks/Adium Framework/Resources/sv.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2055 3419E2ED0A8144F400C3FC68 /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = "Frameworks/Adium Framework/Resources/tr.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2056 3419E2EE0A8144FB00C3FC68 /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = "Frameworks/Adium Framework/Resources/cs.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2057 3419E2F10A81450E00C3FC68 /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = "Frameworks/Adium Framework/Resources/is.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2058 3419E2F20A81451500C3FC68 /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = "Frameworks/Adium Framework/Resources/pl.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2059 3419E2F30A81451D00C3FC68 /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = "Frameworks/Adium Framework/Resources/zh_CN.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2060 3419E2F40A81452400C3FC68 /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = "Frameworks/Adium Framework/Resources/zh_TW.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2061 3419E5950A86996000C3FC68 /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = "Plugins/WebKit Message View/tr.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2062 3419E5960A86996200C3FC68 /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = Resources/tr.lproj/Localizable.strings; sourceTree = "<group>"; }; 2063 3419E5970A86996300C3FC68 /* tr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = tr; path = "Plugins/Purple Service/tr.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2064 2064 3419E7370A880AD300C3FC68 /* ESPurpleQQAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESPurpleQQAccount.h; path = "Plugins/Purple Service/ESPurpleQQAccount.h"; sourceTree = "<group>"; }; 2065 2065 3419E7380A880AD400C3FC68 /* ESPurpleQQAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPurpleQQAccount.m; path = "Plugins/Purple Service/ESPurpleQQAccount.m"; sourceTree = "<group>"; }; … … 2109 2109 341DE03707FE107300EB7B06 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; }; 2110 2110 341DE03807FE107900EB7B06 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = Resources/de.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; }; 2111 341DE03B07FE10B600EB7B06 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = Resources/de.lproj/Localizable.strings; sourceTree = "<group>"; };2111 341DE03B07FE10B600EB7B06 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = Resources/de.lproj/Localizable.strings; sourceTree = "<group>"; }; 2112 2112 341E88680648FF1B00E0C828 /* ESPurpleRequestActionController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESPurpleRequestActionController.h; path = "Plugins/Purple Service/ESPurpleRequestActionController.h"; sourceTree = "<group>"; }; 2113 2113 341E88690648FF1B00E0C828 /* ESPurpleRequestActionController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPurpleRequestActionController.m; path = "Plugins/Purple Service/ESPurpleRequestActionController.m"; sourceTree = "<group>"; }; … … 2123 2123 341EC8BC0D3C2BA8007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; 2124 2124 341EC8BD0D3C2BA9007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 2125 341EC8BE0D3C2BA9007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = "Frameworks/Adium Framework/Resources/sl.lproj/Localizable.strings"; sourceTree = "<group>"; };2126 341EC8BF0D3C2BA9007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = Resources/sl.lproj/Localizable.strings; sourceTree = "<group>"; };2125 341EC8BE0D3C2BA9007216A2 /* sl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sl; path = "Frameworks/Adium Framework/Resources/sl.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2126 341EC8BF0D3C2BA9007216A2 /* sl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sl; path = Resources/sl.lproj/Localizable.strings; sourceTree = "<group>"; }; 2127 2127 341EC8C00D3C2BA9007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; }; 2128 2128 341EC8C10D3C2BA9007216A2 /* sl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sl; path = Resources/sl.lproj/OTRPrefs.nib; sourceTree = "<group>"; }; … … 2165 2165 34208D130D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; 2166 2166 34208D140D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 2167 34208D150D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/Localizable.strings"; sourceTree = "<group>"; };2168 34208D160D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr_CA; path = "Frameworks/Adium Framework/Resources/fr_CA.lproj/Localizable.strings"; sourceTree = "<group>"; };2169 34208D170D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr_CA; path = "Plugins/WebKit Message View/fr_CA.lproj/Localizable.strings"; sourceTree = "<group>"; };2170 34208D180D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr_CA; path = Resources/fr_CA.lproj/Localizable.strings; sourceTree = "<group>"; };2167 34208D150D502D3F003138D1 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = "Plugins/Purple Service/fr_CA.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2168 34208D160D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = "Frameworks/Adium Framework/Resources/fr_CA.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2169 34208D170D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = "Plugins/WebKit Message View/fr_CA.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2170 34208D180D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr_CA; path = Resources/fr_CA.lproj/Localizable.strings; sourceTree = "<group>"; }; 2171 2171 34208D190D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; }; 2172 2172 34208D1A0D502D40003138D1 /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr_CA; path = Resources/fr_CA.lproj/OTRPrefs.nib; sourceTree = "<group>"; }; … … 2254 2254 342CE13F085A08A000005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; 2255 2255 342CE140085A08A100005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 2256 342CE141085A08A100005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = Resources/sv.lproj/Localizable.strings; sourceTree = "<group>"; };2257 342CE143085A08A100005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = "Plugins/Purple Service/sv.lproj/Localizable.strings"; sourceTree = "<group>"; };2258 342CE144085A08A100005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = "Plugins/WebKit Message View/sv.lproj/Localizable.strings"; sourceTree = "<group>"; };2256 342CE141085A08A100005C63 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = Resources/sv.lproj/Localizable.strings; sourceTree = "<group>"; }; 2257 342CE143085A08A100005C63 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = "Plugins/Purple Service/sv.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2258 342CE144085A08A100005C63 /* sv */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = sv; path = "Plugins/WebKit Message View/sv.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2259 2259 342CE146085A08A200005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/PasswordPrompt.nib; sourceTree = "<group>"; }; 2260 2260 342CE147085A08A200005C63 /* sv */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sv; path = Resources/sv.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; }; … … 2283 2283 342CE16D085A08C700005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; 2284 2284 342CE16E085A08C700005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 2285 342CE16F085A08C700005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = "Plugins/WebKit Message View/ca.lproj/Localizable.strings"; sourceTree = "<group>"; };2286 342CE170085A08C700005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = "Plugins/Purple Service/ca.lproj/Localizable.strings"; sourceTree = "<group>"; };2287 342CE171085A08C700005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = Resources/ca.lproj/Localizable.strings; sourceTree = "<group>"; };2285 342CE16F085A08C700005C63 /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = "Plugins/WebKit Message View/ca.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2286 342CE170085A08C700005C63 /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = "Plugins/Purple Service/ca.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2287 342CE171085A08C700005C63 /* ca */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ca; path = Resources/ca.lproj/Localizable.strings; sourceTree = "<group>"; }; 2288 2288 342CE174085A08C700005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/PasswordPrompt.nib; sourceTree = "<group>"; }; 2289 2289 342CE175085A08C800005C63 /* ca */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ca; path = Resources/ca.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; }; … … 2324 2324 342F9E5A0B552629000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/PasswordPrompt.nib; sourceTree = "<group>"; }; 2325 2325 342F9E5B0B552629000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/OTRPrefs.nib; sourceTree = "<group>"; }; 2326 342F9E5E0B55262A000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = Resources/fi.lproj/Localizable.strings; sourceTree = "<group>"; };2327 342F9E600B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = "Plugins/Purple Service/fi.lproj/Localizable.strings"; sourceTree = "<group>"; };2328 342F9E610B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = "Plugins/WebKit Message View/fi.lproj/Localizable.strings"; sourceTree = "<group>"; };2329 342F9E630B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = "Frameworks/Adium Framework/Resources/fi.lproj/Localizable.strings"; sourceTree = "<group>"; };2326 342F9E5E0B55262A000D5FC2 /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = Resources/fi.lproj/Localizable.strings; sourceTree = "<group>"; }; 2327 342F9E600B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = "Plugins/Purple Service/fi.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2328 342F9E610B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = "Plugins/WebKit Message View/fi.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2329 342F9E630B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fi; path = "Frameworks/Adium Framework/Resources/fi.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2330 2330 342F9E640B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 2331 2331 342F9E650B55262B000D5FC2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fi; path = Resources/fi.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; … … 2407 2407 343BB63A0C96DC1100506F9B /* MySpace-large.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "MySpace-large.png"; path = "Plugins/Purple Service/MySpace-large.png"; sourceTree = "<group>"; }; 2408 2408 343C45E20816C0FE00FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/WebKit Message View/it.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; }; 2409 343C45E50816C13300FF5FA7 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = Resources/nl.lproj/Localizable.strings; sourceTree = "<group>"; };2410 343C45E80816C13D00FF5FA7 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = "Plugins/WebKit Message View/nl.lproj/Localizable.strings"; sourceTree = "<group>"; };2409 343C45E50816C13300FF5FA7 /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = Resources/nl.lproj/Localizable.strings; sourceTree = "<group>"; }; 2410 343C45E80816C13D00FF5FA7 /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = "Plugins/WebKit Message View/nl.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2411 2411 343C46040816CC6800FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; }; 2412 2412 343C46070816CC8000FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; }; … … 2424 2424 343C461F0816CD0400FF5FA7 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = "Plugins/Purple Service/it.lproj/DCPurpleOscarJoinChatView.nib"; sourceTree = "<group>"; }; 2425 2425 343C47760816FBDA00FF5FA7 /* de */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = de; path = "Plugins/WebKit Message View/de.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; }; 2426 343C47790816FBE500FF5FA7 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = "Plugins/WebKit Message View/de.lproj/Localizable.strings"; sourceTree = "<group>"; };2426 343C47790816FBE500FF5FA7 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = "Plugins/WebKit Message View/de.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2427 2427 343EB4270808709E00E27095 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 2428 2428 343EC68F0809DD2900E27095 /* en */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en; path = Resources/en.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; … … 2512 2512 345074BD0E106BDE00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = "Frameworks/Adium Framework/Resources/en_GB.lproj/EditStateSheet.nib"; sourceTree = "<group>"; }; 2513 2513 345074BE0E106BDE00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = "Frameworks/Adium Framework/Resources/en_GB.lproj/EmoticonNames.strings"; sourceTree = "<group>"; }; 2514 345074BF0E106BDE00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = "Frameworks/Adium Framework/Resources/en_GB.lproj/Localizable.strings"; sourceTree = "<group>"; };2514 345074BF0E106BDE00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = "Frameworks/Adium Framework/Resources/en_GB.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2515 2515 345074C00E106BF000BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = "Frameworks/Adium Framework/Resources/pt.lproj/EditStateSheet.nib"; sourceTree = "<group>"; }; 2516 2516 345074C10E106BF000BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = "Frameworks/Adium Framework/Resources/pt.lproj/EmoticonNames.strings"; sourceTree = "<group>"; }; 2517 345074C20E106BF000BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = "Frameworks/Adium Framework/Resources/pt.lproj/Localizable.strings"; sourceTree = "<group>"; };2517 345074C20E106BF000BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = "Frameworks/Adium Framework/Resources/pt.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2518 2518 345076950E106F5C00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/AccountProxy.nib; sourceTree = "<group>"; }; 2519 2519 345076960E106F5C00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/AIAdvancedInspectorPane.nib; sourceTree = "<group>"; }; … … 2541 2541 345076AC0E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; 2542 2542 345076AD0E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 2543 345076AE0E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = "Plugins/WebKit Message View/en_GB.lproj/Localizable.strings"; sourceTree = "<group>"; };2544 345076AF0E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/Localizable.strings"; sourceTree = "<group>"; };2545 345076B00E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = Resources/en_GB.lproj/Localizable.strings; sourceTree = "<group>"; };2543 345076AE0E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = "Plugins/WebKit Message View/en_GB.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2544 345076AF0E106F5E00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = "Plugins/Purple Service/en_GB.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2545 345076B00E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en_GB; path = Resources/en_GB.lproj/Localizable.strings; sourceTree = "<group>"; }; 2546 2546 345076B10E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; }; 2547 2547 345076B20E106F5F00BF0883 /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = en_GB; path = Resources/en_GB.lproj/OTRPrefs.nib; sourceTree = "<group>"; }; … … 2580 2580 345076EB0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; 2581 2581 345076EC0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 2582 345076ED0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = "Plugins/Purple Service/pt.lproj/Localizable.strings"; sourceTree = "<group>"; };2583 345076EE0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = Resources/pt.lproj/Localizable.strings; sourceTree = "<group>"; };2584 345076EF0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = "Plugins/WebKit Message View/pt.lproj/Localizable.strings"; sourceTree = "<group>"; };2582 345076ED0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = "Plugins/Purple Service/pt.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2583 345076EE0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = Resources/pt.lproj/Localizable.strings; sourceTree = "<group>"; }; 2584 345076EF0E106FD600BF0883 /* pt */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt; path = "Plugins/WebKit Message View/pt.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2585 2585 345076F00E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/MessageHistoryConfiguration.nib; sourceTree = "<group>"; }; 2586 2586 345076F10E106FD600BF0883 /* pt */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt; path = Resources/pt.lproj/PasswordPrompt.nib; sourceTree = "<group>"; }; … … 2644 2644 3458BA23082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; }; 2645 2645 3458BA24082174540005BCF6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = fr; path = "Plugins/Purple Service/fr.lproj/ESPurpleOscarAccountView.nib"; sourceTree = "<group>"; }; 2646 3458BA74082178280005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = "Plugins/Purple Service/da.lproj/Localizable.strings"; sourceTree = "<group>"; };2647 3458BA75082178280005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = Resources/da.lproj/Localizable.strings; sourceTree = "<group>"; };2646 3458BA74082178280005BCF6 /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = "Plugins/Purple Service/da.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2647 3458BA75082178280005BCF6 /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = Resources/da.lproj/Localizable.strings; sourceTree = "<group>"; }; 2648 2648 3458BA89082178420005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESPurpleZephyrAccountView.nib"; sourceTree = "<group>"; }; 2649 2649 3458BA8A082178420005BCF6 /* da */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = da; path = "Plugins/Purple Service/da.lproj/ESPurpleICQAccountView.nib"; sourceTree = "<group>"; }; … … 2757 2757 345F5BA9081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; 2758 2758 345F5BAA081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 2759 345F5BAB081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_TW; path = Resources/zh_TW.lproj/Localizable.strings; sourceTree = "<group>"; };2760 345F5BAD081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_TW; path = "Plugins/WebKit Message View/zh_TW.lproj/Localizable.strings"; sourceTree = "<group>"; };2761 345F5BAF081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/Localizable.strings"; sourceTree = "<group>"; };2759 345F5BAB081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = Resources/zh_TW.lproj/Localizable.strings; sourceTree = "<group>"; }; 2760 345F5BAD081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = "Plugins/WebKit Message View/zh_TW.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2761 345F5BAF081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = "Plugins/Purple Service/zh_TW.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2762 2762 345F5BB1081AC4F2001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/PasswordPrompt.nib; sourceTree = "<group>"; }; 2763 2763 345F5BB2081AC4F3001F733C /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_TW; path = Resources/zh_TW.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; }; … … 2876 2876 34652312083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = "Plugins/Purple Service/nb.lproj/DCPurpleMeanwhileJoinChatView.nib"; sourceTree = "<group>"; }; 2877 2877 34652313083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = nb; path = Resources/nb.lproj/DualWindowMessageAdvanced.nib; sourceTree = "<group>"; }; 2878 34652315083719EF009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = "Plugins/Purple Service/nb.lproj/Localizable.strings"; sourceTree = "<group>"; };2878 34652315083719EF009565FE /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = "Plugins/Purple Service/nb.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2879 2879 34652316083719F0009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = Resources/nb.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 2880 34652318083719F0009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = "Plugins/WebKit Message View/nb.lproj/Localizable.strings"; sourceTree = "<group>"; };2881 34652319083719F0009565FE /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = Resources/nb.lproj/Localizable.strings; sourceTree = "<group>"; };2880 34652318083719F0009565FE /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = "Plugins/WebKit Message View/nb.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2881 34652319083719F0009565FE /* nb */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nb; path = Resources/nb.lproj/Localizable.strings; sourceTree = "<group>"; }; 2882 2882 3465232C083719FF009565FE /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Frameworks/Adium Framework/Resources/ja.lproj/EditStateSheet.nib"; sourceTree = "<group>"; }; 2883 2883 3465233E08371A0C009565FE /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = Resources/ja.lproj/StatusPreferences.nib; sourceTree = "<group>"; }; 2884 3465235208371A3F009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_CN; path = Resources/zh_CN.lproj/Localizable.strings; sourceTree = "<group>"; };2885 3465235308371A3F009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/Localizable.strings"; sourceTree = "<group>"; };2886 3465235408371A40009565FE /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_CN; path = "Plugins/WebKit Message View/zh_CN.lproj/Localizable.strings"; sourceTree = "<group>"; };2887 3465236508371A64009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = "Plugins/Purple Service/cs.lproj/Localizable.strings"; sourceTree = "<group>"; };2888 3465236608371A64009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = "Plugins/WebKit Message View/cs.lproj/Localizable.strings"; sourceTree = "<group>"; };2889 3465236808371A65009565FE /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = Resources/cs.lproj/Localizable.strings; sourceTree = "<group>"; };2884 3465235208371A3F009565FE /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = Resources/zh_CN.lproj/Localizable.strings; sourceTree = "<group>"; }; 2885 3465235308371A3F009565FE /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = "Plugins/Purple Service/zh_CN.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2886 3465235408371A40009565FE /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_CN; path = "Plugins/WebKit Message View/zh_CN.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2887 3465236508371A64009565FE /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = "Plugins/Purple Service/cs.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2888 3465236608371A64009565FE /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = "Plugins/WebKit Message View/cs.lproj/Localizable.strings"; sourceTree = "<group>"; }; 2889 3465236808371A65009565FE /* cs */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = cs; path = Resources/cs.lproj/Localizable.strings; sourceTree = "<group>"; }; 2890 2890 346544D90C8F686B0046ED68 /* AMPurpleJabberXMLConsole.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AMPurpleJabberXMLConsole.nib; path = "Plugins/Purple Service/AMPurpleJabberXMLConsole.nib"; sourceTree = "<group>"; }; 2891 2891 346544DA0C8F686B0046ED68 /* AMPurpleJabberDiscoveryBrowser.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = AMPurpleJabberDiscoveryBrowser.nib; path = "Plugins/Purple Service/AMPurpleJabberDiscoveryBrowser.nib"; sourceTree = "<group>"; }; … … 3095 3095 3497CC1B09BA0DC100C0428E /* ESIRCAccountView.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ESIRCAccountView.nib; path = "Plugins/IRC Libpurple Plugin/ESIRCAccountView.nib"; sourceTree = "<group>"; }; 3096 3096 3497CC2609BA0FDB00C0428E /* PurpleDefaultsIRC.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PurpleDefaultsIRC.plist; path = "Plugins/IRC Libpurple Plugin/PurpleDefaultsIRC.plist"; sourceTree = "<group>"; }; 3097 3498FE9107F488EF0004B79A /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = "Plugins/Purple Service/it.lproj/Localizable.strings"; sourceTree = "<group>"; };3098 3498FE9707F488FD0004B79A /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = "Plugins/Purple Service/nl.lproj/Localizable.strings"; sourceTree = "<group>"; };3099 3498FE9807F489020004B79A /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = "Plugins/Purple Service/fr.lproj/Localizable.strings"; sourceTree = "<group>"; };3100 3498FE9907F4890A0004B79A /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = "Plugins/Purple Service/ja.lproj/Localizable.strings"; sourceTree = "<group>"; };3101 3498FE9A07F489100004B79A /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = "Plugins/Purple Service/de.lproj/Localizable.strings"; sourceTree = "<group>"; };3097 3498FE9107F488EF0004B79A /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = "Plugins/Purple Service/it.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3098 3498FE9707F488FD0004B79A /* nl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = nl; path = "Plugins/Purple Service/nl.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3099 3498FE9807F489020004B79A /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = "Plugins/Purple Service/fr.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3100 3498FE9907F4890A0004B79A /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = "Plugins/Purple Service/ja.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3101 3498FE9A07F489100004B79A /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = "Plugins/Purple Service/de.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3102 3102 3499F45006309AC80035B468 /* WebKit Message View.AdiumPlugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "WebKit Message View.AdiumPlugin"; sourceTree = BUILT_PRODUCTS_DIR; }; 3103 3103 3499F4A606309AF60035B468 /* ESPurpleRequestWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESPurpleRequestWindowController.m; path = "Plugins/Purple Service/ESPurpleRequestWindowController.m"; sourceTree = "<group>"; }; … … 3189 3189 34A30E9908D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; 3190 3190 34A30E9A08D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 3191 34A30E9B08D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = "Plugins/Purple Service/es.lproj/Localizable.strings"; sourceTree = "<group>"; };3192 34A30E9C08D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Resources/es.lproj/Localizable.strings; sourceTree = "<group>"; };3193 34A30E9D08D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = "Plugins/WebKit Message View/es.lproj/Localizable.strings"; sourceTree = "<group>"; };3191 34A30E9B08D8EE7B00697644 /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = "Plugins/Purple Service/es.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3192 34A30E9C08D8EE7B00697644 /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = Resources/es.lproj/Localizable.strings; sourceTree = "<group>"; }; 3193 34A30E9D08D8EE7B00697644 /* es */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = es; path = "Plugins/WebKit Message View/es.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3194 3194 34A30EA008D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/PasswordPrompt.nib; sourceTree = "<group>"; }; 3195 3195 34A30EA108D8EE7B00697644 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; }; … … 3253 3253 34A81DB5093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; }; 3254 3254 34A81DB6093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/PasswordPrompt.nib; sourceTree = "<group>"; }; 3255 34A81DBB093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = Resources/pl.lproj/Localizable.strings; sourceTree = "<group>"; };3256 34A81DBC093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = "Plugins/WebKit Message View/pl.lproj/Localizable.strings"; sourceTree = "<group>"; };3257 34A81DBD093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = "Plugins/Purple Service/pl.lproj/Localizable.strings"; sourceTree = "<group>"; };3255 34A81DBB093CE92200B0E93D /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = Resources/pl.lproj/Localizable.strings; sourceTree = "<group>"; }; 3256 34A81DBC093CE92200B0E93D /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = "Plugins/WebKit Message View/pl.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3257 34A81DBD093CE92200B0E93D /* pl */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pl; path = "Plugins/Purple Service/pl.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3258 3258 34A81DBE093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 3259 3259 34A81DBF093CE92200B0E93D /* pl */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pl; path = Resources/pl.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; … … 3336 3336 34B272050839E8E50092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = "Plugins/WebKit Message View/is.lproj/WebKitPreferencesView.nib"; sourceTree = "<group>"; }; 3337 3337 34B272060839E8E50092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = is; path = Resources/is.lproj/AccountProxy.nib; sourceTree = "<group>"; }; 3338 34B272160839E8FB0092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = "Plugins/Purple Service/is.lproj/Localizable.strings"; sourceTree = "<group>"; };3339 34B272170839E8FB0092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = "Plugins/WebKit Message View/is.lproj/Localizable.strings"; sourceTree = "<group>"; };3340 34B272180839E8FB0092A5A0 /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = Resources/is.lproj/Localizable.strings; sourceTree = "<group>"; };3338 34B272160839E8FB0092A5A0 /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = "Plugins/Purple Service/is.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3339 34B272170839E8FB0092A5A0 /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = "Plugins/WebKit Message View/is.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3340 34B272180839E8FB0092A5A0 /* is */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = is; path = Resources/is.lproj/Localizable.strings; sourceTree = "<group>"; }; 3341 3341 34B323C009B9FEAC00029361 /* IRC Service.AdiumLibpurplePlugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "IRC Service.AdiumLibpurplePlugin"; sourceTree = BUILT_PRODUCTS_DIR; }; 3342 3342 34B3243D09B9FFE800029361 /* ESIRCLibpurpleServicePlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESIRCLibpurpleServicePlugin.h; path = "Plugins/IRC Libpurple Plugin/ESIRCLibpurpleServicePlugin.h"; sourceTree = "<group>"; }; … … 3412 3412 34BFDB2D07E7710C00AD984D /* ESPresetNameSheetController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESPresetNameSheetController.m; path = "Frameworks/Adium Framework/Source/ESPresetNameSheetController.m"; sourceTree = "<group>"; }; 3413 3413 34BFDB3807E7714200AD984D /* PresetNameSheet.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = PresetNameSheet.nib; path = "Frameworks/Adium Framework/Resources/PresetNameSheet.nib"; sourceTree = "<group>"; }; 3414 34BFDDB607E7A43D00AD984D /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Resources/ja.lproj/Localizable.strings; sourceTree = "<group>"; };3414 34BFDDB607E7A43D00AD984D /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = Resources/ja.lproj/Localizable.strings; sourceTree = "<group>"; }; 3415 3415 34BFDF1607E8977D00AD984D /* SoundHigh.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = SoundHigh.png; path = Resources/SoundHigh.png; sourceTree = "<group>"; }; 3416 3416 34BFDF1707E8977D00AD984D /* SoundLow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = SoundLow.png; path = Resources/SoundLow.png; sourceTree = "<group>"; }; … … 3443 3443 34C2A4940821859800F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/DCPurpleZephyrJoinChatView.nib"; sourceTree = "<group>"; }; 3444 3444 34C2A4950821859800F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = "Plugins/Purple Service/ja.lproj/ESPurpleNovellAccountView.nib"; sourceTree = "<group>"; }; 3445 34C2A4AC082185BE00F3363F /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = "Plugins/WebKit Message View/ja.lproj/Localizable.strings"; sourceTree = "<group>"; };3446 34C2A4BB082185D700F3363F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = "Plugins/WebKit Message View/it.lproj/Localizable.strings"; sourceTree = "<group>"; };3447 34C2A4D90821860900F3363F /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = "Plugins/WebKit Message View/fr.lproj/Localizable.strings"; sourceTree = "<group>"; };3448 34C2A4EA0821861800F3363F /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = "Plugins/WebKit Message View/da.lproj/Localizable.strings"; sourceTree = "<group>"; };3445 34C2A4AC082185BE00F3363F /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = "Plugins/WebKit Message View/ja.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3446 34C2A4BB082185D700F3363F /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = "Plugins/WebKit Message View/it.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3447 34C2A4D90821860900F3363F /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = "Plugins/WebKit Message View/fr.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3448 34C2A4EA0821861800F3363F /* da */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = da; path = "Plugins/WebKit Message View/da.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3449 3449 34C2CF85063340540018E5D2 /* PurpleMultilineRequestWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = PurpleMultilineRequestWindow.nib; path = "Plugins/Purple Service/PurpleMultilineRequestWindow.nib"; sourceTree = "<group>"; }; 3450 3450 34C2CF86063340540018E5D2 /* PurpleSinglelineRequestWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = PurpleSinglelineRequestWindow.nib; path = "Plugins/Purple Service/PurpleSinglelineRequestWindow.nib"; sourceTree = "<group>"; }; … … 3697 3697 34F13F450BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/ListLayoutSheet.nib; sourceTree = "<group>"; }; 3698 3698 34F13F460BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/ListThemeSheet.nib; sourceTree = "<group>"; }; 3699 34F13F470BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/Localizable.strings"; sourceTree = "<group>"; };3700 34F13F480BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = "Plugins/WebKit Message View/pt_BR.lproj/Localizable.strings"; sourceTree = "<group>"; };3701 34F13F490BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = Resources/pt_BR.lproj/Localizable.strings; sourceTree = "<group>"; };3702 34F13F4A0BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = "Frameworks/Adium Framework/Resources/pt_BR.lproj/Localizable.strings"; sourceTree = "<group>"; };3699 34F13F470BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = "Plugins/Purple Service/pt_BR.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3700 34F13F480BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = "Plugins/WebKit Message View/pt_BR.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3701 34F13F490BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = Resources/pt_BR.lproj/Localizable.strings; sourceTree = "<group>"; }; 3702 34F13F4A0BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = pt_BR; path = "Frameworks/Adium Framework/Resources/pt_BR.lproj/Localizable.strings"; sourceTree = "<group>"; }; 3703 3703 34F13F4C0BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/PasswordPrompt.nib; sourceTree = "<group>"; }; 3704 3704 34F13F4D0BA6D56E000473DE /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = pt_BR; path = Resources/pt_BR.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; }; … … 3763 3763 34FD5BE307F1F90400687C70 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/PasswordPrompt.nib; sourceTree = "<group>"; }; 3764 3764 34FD5BE407F1F91400687C70 /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = Resources/it.lproj/ProxyPasswordPrompt.nib; sourceTree = "<group>"; }; 3765 34FD5BEB07F1F92900687C70 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = Resources/it.lproj/Localizable.strings; sourceTree = "<group>"; };3765 34FD5BEB07F1F92900687C70 /* it */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = it; path = Resources/it.lproj/Localizable.strings; sourceTree = "<group>"; }; 3766 3766 34FDD6E305632BFD00F5B30F /* ESFileTransferController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ESFileTransferController.h; path = Source/ESFileTransferController.h; sourceTree = "<group>"; }; 3767 3767 34FDD6E405632BFD00F5B30F /* ESFileTransferController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ESFileTransferController.m; path = Source/ESFileTransferController.m; sourceTree = "<group>"; }; trunk/Frameworks/Adium Framework/Resources/en.lproj/Localizable.strings
r23916 r24799 1 /* conjunction to end a compound sentence */ 2 " and" = " and"; 3 4 /* No comment provided by engineer. */ 5 "%@" = "%@"; 6 7 /* Account Name (Connecting) - shown for an account while it is connecting */ 8 "%@ (Connecting)" = "%@ (Connecting)"; 9 10 /* This is displayed in the message window when prompting to receive a file. The first %@ is the sender; the second %@ is the filename of the file being sent. It will be followed by buttons such as 'Save' and 'Cancel'. */ 11 "%@ requests to send you %@" = "%1$@ requests to send you %2$@"; 12 13 /* Message displayed when a contact sends a buzz/nudge/other notification. %@ will be the other person's name. */ 14 "%@ wants your attention!" = "%@ wants your attention!"; 15 16 /* comma between actions in the events list */ 17 "," = ","; 18 19 /* period at the end of the Events pane sentence describing actions taken for an event */ 20 "." = "."; 21 22 /* Colon which will be appended after a label such as 'User Name', before an input field */ 23 ":" = ":"; 24 25 /* please keep the semicolon at the start of the line. %@ will be replaced by a status message. This is used when reading an entry in the contact list aloud, such as 'Evan Schoenberg; status message I am bouncing up and down' */ 26 "; status message %@" = "; status message %@"; 27 28 /* Placeholder displayed as the name of a new account */ 29 "<New Account>" = "<New Account>"; 30 31 /* No comment provided by engineer. */ 32 "\"%@\" is already in use." = "\"%@\" is already in use."; 33 34 /* No comment provided by engineer. */ 35 "Account:" = "Account:"; 36 37 /* Label for contact alert action (e.g. Send message, Play sound, etc.) */ 38 "Action:" = "Action:"; 39 40 /* No comment provided by engineer. */ 41 "Add Account" = "Add Account"; 42 43 /* No comment provided by engineer. */ 44 "Add an action for the selected event" = "Add an action for the selected event"; 45 46 /* No comment provided by engineer. */ 47 "Adium provides encryption, authentication, deniability, and perfect forward secrecy over %@ via Off-the-Record Messaging (OTR). If your contact is not using an OTR-compatible messaging system, your contact will be sent a link to the OTR web site when you attempt to connect. For more information on OTR, visit http://www.cypherpunks.ca/otr/." = "Adium provides encryption, authentication, deniability, and perfect forward secrecy over %@ via Off-the-Record Messaging (OTR). If your contact is not using an OTR-compatible messaging system, your contact will be sent a link to the OTR web site when you attempt to connect. For more information on OTR, visit http://www.cypherpunks.ca/otr/."; 48 49 /* No comment provided by engineer. */ 50 "Alias:" = "Alias:"; 51 52 /* No comment provided by engineer. */ 53 "Cancel" = "Cancel"; 54 55 /* Cancel current account activity prefix */ 56 "Cancel: %@" = "Cancel: %@"; 57 58 /* No comment provided by engineer. */ 59 "Cannot open sound set" = "Cannot open sound set"; 60 61 /* No comment provided by engineer. */ 62 "Clear" = "Clear"; 63 64 /* No comment provided by engineer. */ 65 "Configure the selected action" = "Configure the selected action"; 66 67 /* No comment provided by engineer. */ 68 "Connect" = "Connect"; 69 70 /* No comment provided by engineer. */ 71 "Connect All Accounts" = "Connect All Accounts"; 72 73 /* Connect account prefix */ 74 "Connect: %@" = "Connect: %@"; 75 76 /* %@ will be the name of a group in the contact list */ 77 "contact group %@" = "contact group %@"; 78 79 /* No comment provided by engineer. */ 80 "Continue" = "Continue"; 81 82 /* No comment provided by engineer. */ 83 "Custom" = "Custom"; 84 85 /* Button which deletes the selection */ 86 "Delete" = "Delete"; 87 88 /* No comment provided by engineer. */ 89 "Delete Account" = "Delete Account"; 90 91 /* New contact alert pane */ 92 "Delete after event occurs" = "Delete after event occurs"; 93 94 /* No comment provided by engineer. */ 95 "Delete Event?" = "Delete Event?"; 96 97 /* No comment provided by engineer. */ 98 "Delete the account %@?" = "Delete the account %@?"; 99 100 /* No comment provided by engineer. */ 101 "Disable" = "Disable"; 102 103 /* %@ will be the name of a plugin. This is the title of the dialogue shown when an unknown plugin is loaded */ 104 "Disable %@?" = "Disable %@?"; 105 106 /* No comment provided by engineer. */ 107 "Disabled Accounts" = "Disabled Accounts"; 108 109 /* No comment provided by engineer. */ 110 "Disconnect" = "Disconnect"; 111 112 /* Disconnect account prefix */ 113 "Disconnect: %@" = "Disconnect: %@"; 114 115 /* Button which indicates that the editing sheet is done */ 116 "Done" = "Done"; 117 118 /* Button which duplicates the selection */ 119 "Duplicate" = "Duplicate"; 120 121 /* No comment provided by engineer. */ 122 "Edit Account" = "Edit Account"; 123 124 /* No comment provided by engineer. */ 125 "Edit Link" = "Edit Link"; 126 127 /* No comment provided by engineer. */ 128 "Edit presets:" = "Edit presets:"; 129 130 /* No comment provided by engineer. */ 131 "Enable" = "Enable"; 132 133 /* Enable account prefix */ 134 "Enable %@" = "Enable %@"; 135 136 /* Label besides the encryption preference menu */ 137 "Encryption:" = "Encryption:"; 138 139 /* Label for contact alert event (e.g. Contact signed on, Message received, etc.) */ 140 "Event:" = "Event:"; 141 142 /* No comment provided by engineer. */ 143 "Events" = "Events"; 144 145 /* No comment provided by engineer. */ 146 "External plugins may cause crashes and odd behavior after updating Adium. Disable this plugin if you experience any issues." = "External plugins may cause crashes and odd behavior after updating Adium. Disable this plugin if you experience any issues."; 147 148 /* %@ will be the name of a bookmark */ 149 "group chat bookmark %@" = "group chat bookmark %@"; 150 151 /* No comment provided by engineer. */ 152 "Idle" = "Idle"; 153 154 /* No comment provided by engineer. */ 155 "Invalid status icon pack" = "Invalid status icon pack"; 156 157 /* No comment provided by engineer. */ 158 "Join" = "Join"; 159 160 /* No comment provided by engineer. */ 161 "Join Chat" = "Join Chat"; 162 163 /* Text of the typing preference checkbox in the account preferneces */ 164 "Let others know when you are typing" = "Let others know when you are typing"; 165 166 /* Label for the login server field in the account preferences */ 167 "Login Server:" = "Login Server:"; 168 169 /* No comment provided by engineer. */ 170 "New Alert" = "New Alert"; 171 172 /* No comment provided by engineer. */ 173 "No compatible accounts connected" = "No compatible accounts connected"; 174 175 /* No comment provided by engineer. */ 176 "OK" = "OK"; 177 178 /* Label for the password field in the account preferences */ 179 "Password:" = "Password:"; 180 181 /* No comment provided by engineer. */ 182 "Paste" = "Paste"; 183 184 /* Label for the port field in the account preferences */ 185 "Port:" = "Port:"; 186 187 /* N