Hi Brazz – I must admit, I am not very savvy at this point with Poedit. Like I mentioned, this is my first attempt with localization. I started off with Poedit, but ended up generating the POT from www.ads-software.com’s plugin management process.
It is possible that I haven’t got things quite right in the plugin itself. The primary plugin file (wp-members.php) calls load_plugin_textdomain() right away at the beginning of the file. I have considered moving this into the init() action call. Also, the load_plugin_textdomain defines the location of the localization files as /wp-members/lang. I’m not positive I have this set correctly.
Hopefully, this will give you some ideas to look at and/or someone familiar with localization to suggest where I could improve the process (or fix something that I might have configured incorrectly?).