Changeset 2759 for www-website/dev.php

Show
Ignore:
Timestamp:
08/04/05 18:54:01 (3 years ago)
Author:
nk
Message:

mention room, mention ml as low-traffic

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • www-website/dev.php

    r2576 r2759  
    66 
    77 
     8print ("  <p>"); 
     9print ("  <h1>"); 
     10print _("  Our Room"); 
     11print ("  </h1>"); 
     12print _("  Our room is"." gajim@conference.jabber.org "."You are welcome to join and communicate with us."; 
     13print ("  <br/>"); 
    814 
    915print ("  <p>"); 
     
    1117print _("  Mailing List"); 
    1218print ("  </h1>"); 
    13 print _("  If you have comments or you want to participate to the project, you can join our mailing list by sending a mail to: ")."<a href=\"mailto:gajim-devel-subscribe@gajim.org\">gajim-devel-subscribe@gajim.org</a>, "._("or by visiting")." <a href=\"https://lists.gajim.org\">https://lists.gajim.org</a>."; 
     19print _("  You may also want to subscribe to our mailing list (low-traffic): ")."<a href=\"mailto:gajim-devel-subscribe@gajim.org\">gajim-devel-subscribe@gajim.org</a>, "._("or by visiting")." <a href=\"https://lists.gajim.org\">https://lists.gajim.org</a>."; 
    1420print _("  List archives are available ")."<a href=\"https://www2.lagaule.org/pipermail/gajim-devel/\">"._("here")."</a>."; 
    1521print ("  <br/>");