adium/adium

Today's lesson in not using Apple's private methods: somewhere between old/886f95f00431 and #9620 Apple changed their document icon setup process. Use the new methods and fix #9620.
(transplanted from 5cf365ce9352d25978ffd6073d3bc07573aba518)
/* AIContactIdlePlugin - no longer uses these but rather uses AIDateFormatterAditions as of 1.1 */
AILocalizedString(@"1 minute",nil);
AILocalizedString(@"%i minutes",nil)
AILocalizedString(@"1 hour",nil)
AILocalizedString(@"%i hours",nil)
/* Status preferences */
AILocalizedString(@"Status Group Deletion Confirmation",nil)
ILocalizedString(@"Are you sure you want to delete the group \"%@\" containing %i saved status items?",nil)
AILocalizedString(@"Are you sure you want to delete the group \"%@\" containing 1 saved status item?",nil)