>That means we sould not use objectinspector to define multiline string >properties anymore? How does this work with a multiline button caption for >example? create example.mfm and check: touch messages.pot xgettext -a -j -L Perl example.mfm -o messages.pot
If you want to use apostrophes for example for 'Active group', then to use tstringcontainer: 'Active group' but in pas: str:=''''+A+'''' or str:=chr(39)+A+chr(39) I think for translators better don't split big string if string will be full with quotes (better to understand context). >But that makes |"| not |'|? |'| for xgettext is begin and end of extracting string, but |"| is part of big string. ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

