Changeset 1509 for www-website/dev.php
- Timestamp:
- 05/18/05 18:22:56 (4 years ago)
- Files:
-
- 1 modified
-
www-website/dev.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
www-website/dev.php
r1480 r1509 28 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 29 print (" <br/>\n"); 30 print _(" Here are the way to help us in Gajim:\n");30 print _(" You can help us make Gajim even better by:\n"); 31 31 print (" <ul>\n"); 32 32 print (" <li>\n"); 33 print _(" By coding: contact us on our mailing list (see above).\n");33 print _(" Coding: contact us on our mailing list (see above).\n"); 34 34 print (" </li>\n"); 35 35 print (" <li>\n"); 36 print _(" By submitting a translation: see")." <a href=\"http://trac.gajim.org/wiki/DevTranslate\">"._("DevTranslate page")."</a>.\n";36 print _(" Submitting a translation: see")." <a href=\"http://trac.gajim.org/wiki/DevTranslate\">"._("DevTranslate page")."</a>.\n"; 37 37 print (" </li>\n"); 38 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";39 print _(" Bug reporting: in case you find a bug, do not hesitate to")." <a href=\"http://trac.gajim.org/newticket\">"._("report it")."</a>.\n"; 40 40 print (" </li>\n"); 41 41 print (" </ul>\n");
