// Conflicts.strings contains special strings used by the Conflict Resolution UI

// This separator is appended after the label for the property, and then the actual value is appended
"PROPERTY_LABEL_SEPARATOR" = ": ";

// The IM service name format is appended after the im user to build something like this: [work: 123 (ICQ)]
"IM_SERVICE_FORMAT" = " (%@)";

// If the address format conflict we append it at the end of the address (on the next line)
"ADDRESS_FORMAT_LABEL" = "Adresnotatie: ";

// This is really for the DCA, I just don't want to add another strings table (see /System/Library/Frameworks/AddressBook.framework for this localization).
"NO_NAME" = "Geen naam";
