Right, here's some screenshots and an updated tarball containing patches for RC 0.1 and RC0.1.1
Read the enclosed readme.txt for installation instructions, but it's basically as simple as
Code:
patch -p1 < roundcube-import-contacts-0.3-RC<version>.patch
where <version> is either 0.1 or 0.1.1 depending on your RC version.
If you want to add different localizations then just add translations of the following strings to the labels.inc file in the localization that you desire. If anyone can provide translations that I can include then please post them here.
Code:
$labels['importcontacts'] = 'Import Contacts';
$labels['confirm'] = 'Confirm';
$labels['confirmimportcsv'] = 'This is a sample set of the data you uploaded. Please confirm that the headers correspond to the correct columns and press Confirm. If they don\'t then please press cancel, change your file, and re-upload it.';
$labels['instructimportcsv'] = 'Use the form below to import contacts from a CSV file.';
Enjoy!
Chris