| 24 | | print _(" Here are some")." <a href=\"http://trac.gajim.org\">"._("wiki pages")."</a> "._("to track bugs and plan the development of Gajim. So if you find bugs, do not hesitate to fill a ticket")." <a href=\"http://trac.gajim.org/newticket\">"._("here")."</a>."; |
| | 28 | print _(" Here are some")." <a href=\"http://trac.gajim.org\">"._("wiki pages")."</a> "._("to track bugs and plan the development of Gajim.\n"); |
| | 29 | print (" <br/>\n"); |
| | 30 | print _(" Here are the way to help us in Gajim:\n"); |
| | 31 | print (" <ul>\n"); |
| | 32 | print (" <li>\n"); |
| | 33 | print _(" By coding: contact us on our mailing list (see above).\n"); |
| | 34 | print (" </li>\n"); |
| | 35 | print (" <li>\n"); |
| | 36 | print _(" By submitting a translation: see")." <a href=\"http://trac.gajim.org/wiki/DevTranslate\">"._("DevTranslate page")."</a>.\n"; |
| | 37 | print (" </li>\n"); |
| | 38 | print (" <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"; |
| | 40 | print (" </li>\n"); |
| | 41 | print (" </ul>\n"); |
| | 42 | |
| | 43 | |