Hi roelofvk,
You need the .po and .mo file and should be placed inside languages folder. We don’t create pot file. We just support the language only.
There are some pot file inside our attitude free theme. You just download the free attitude theme from
http://wordpress.org/themes/attitude
There inside language folder copy the language you want such as nl_NL.mp and nl_NL.po file and paste it in the same language folder of your attitude pro theme.
At the start of the wordpress inside wp-config.php file the language is default so you remove it with your pot file .
e.g :-
define ('WPLANG', 'nl_NL');
Then your site will be translated into your language.
1 thing is that each time you update to our theme you need to copy paste this po and mo file inside the language folder.
That’s all
Thank you!