php IHDR w Q )Ba pHYs sRGB gAMA a IDATxMk\U s&uo,mD )Xw+e?tw.oWp;QHZnw`gaiJ9̟灙a=nl[ ʨ G;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ y H@E7j 1j+OFRg}ܫ;@Ea~ j`u'o> j- $_q?qS XzG'ay
files >> /usr/lib/mailman/bin/ |
files >> //usr/lib/mailman/bin/msgfmt.pyo |
Pc @ s d Z d d k Z d d k Z d d k Z d d k Z d d k Z d Z h a d d Z d Z d Z d Z d Z e d j o e n d S( s Generate binary message catalog from textual translation description. This program converts a textual Uniforum-style message catalog (.po file) into a binary GNU catalog (.mo file). This is essentially the same function as the GNU msgfmt program, however, it is a simpler implementation. Usage: msgfmt.py [OPTIONS] filename.po Options: -o file --output-file=file Specify the output file to write to. If omitted, output will go to a file named filename.mo (based off the input file name). -h --help Print this message and exit. -V --version Display version information and exit. iNs 1.1t c C s6 t i t IJ| o t i | IJn t i | d S( N( t syst stderrt __doc__t exit( t codet msg( ( sS /builddir/build/BUILDROOT/mailman-2.1.12-18.el6.i386//usr/lib/mailman/bin/msgfmt.pyt usage( s c C s! | o | o | t | <n d S( s. Add a non-fuzzy translation to the dictionary.N( t MESSAGES( t idt strt fuzzy( ( sS /builddir/build/BUILDROOT/mailman-2.1.12-18.el6.i386//usr/lib/mailman/bin/msgfmt.pyt add0 s c C s} t i } | i g } d } } xc | D][ } | i t | t | t | t t | f | | d 7} | t | d 7} q- Wd } d d t | } | t | } g } g } xB | D]: \ } } } } | | | | g 7} | | | | g 7} q W| | } t i d d d t | d d t | d d d } | t i d | i 7} | | 7} | | 7} | S( s Return the generated output.R t i i i t Iiiiiiil * i i t ii i i ( R t keyst sortt appendt lent structt packt arrayt tostring( R t offsetst idst strsR t outputt keystartt valuestartt koffsetst voffsetst o1t l1t o2t l2( ( sS /builddir/build/BUILDROOT/mailman-2.1.12-18.el6.i386//usr/lib/mailman/bin/msgfmt.pyt generate8 s<