I can’t find theese translation strings.
I even tries to hard code it in the class-form-generator.php file like this:
$args = array(
'closeText' => __( 'Close', 'avia_framework' ),
'currentText' => __( 'Today', 'avia_framework' ),
'nextText' => __( 'Nästa', 'avia_framework' ),
'prevText' => __( 'Föregående', 'avia_framework' )
Hi basilicon!
Have you tried this plugin http://wordpress.org/plugins/codestyling-localization/ ?
You should rescan files and should be able to find those missing strings.
Hardcoding does not work either?
Best regards,
Yigit
I did not solve it. But i am using Gravity Forms now instead, because i needed more advanced form functions. So there was no need to solve it in the end. Thank you.