I have a problem. There's a label "HOA_dues", that is translated in language file, but it still displays "HOA_dues", not translation. It doesn't look like fallback to english.
| Code:  | 
  
components/com_realestatemanager/languages/polish.php on line 512: 
 
DEFINE('_REALESTATE_MANAGER_LABEL_HOA_DUES','Opłaty'); 
  |