Changeset 1509 for www-website/dev.php

Show
Ignore:
Timestamp:
05/18/05 18:22:56 (4 years ago)
Author:
nk
Message:

better strings on how you can help

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www-website/dev.php

    r1480 r1509  
    2828print _("   Here are some")." <a href=\"http://trac.gajim.org\">"._("wiki pages")."</a> "._("to track bugs and plan the development of Gajim.\n"); 
    2929print ("   <br/>\n"); 
    30 print _("   Here are the way to help us in Gajim:\n"); 
     30print _("   You can help us make Gajim even better by:\n"); 
    3131print ("   <ul>\n"); 
    3232print ("    <li>\n"); 
    33 print _("     By coding: contact us on our mailing list (see above).\n"); 
     33print _("     Coding: contact us on our mailing list (see above).\n"); 
    3434print ("    </li>\n"); 
    3535print ("    <li>\n"); 
    36 print _("     By submitting a translation: see")." <a href=\"http://trac.gajim.org/wiki/DevTranslate\">"._("DevTranslate page")."</a>.\n"; 
     36print _("     Submitting a translation: see")." <a href=\"http://trac.gajim.org/wiki/DevTranslate\">"._("DevTranslate page")."</a>.\n"; 
    3737print ("    </li>\n"); 
    3838print ("    <li>\n"); 
    39 print _("     In case you find a bug, do not hesitate to")." <a href=\"http://trac.gajim.org/newticket\">"._("report it")."</a>.\n"; 
     39print _("     Bug reporting: in case you find a bug, do not hesitate to")." <a href=\"http://trac.gajim.org/newticket\">"._("report it")."</a>.\n"; 
    4040print ("    </li>\n"); 
    4141print ("   </ul>\n");