</head> <body> <h1 class="icon48 submit">Submit translations</h1> <p style="font-size: large;">Welcome to <strong>Transifex</strong>, a web system for distributed translation submissions.</p> <table class="twocolumns"><tr> <td class="left"> <h2 class="icon16 language">Translators</h2> <p>Submit translations to upstream projects without the need to learn the tricks of different version control systems.</p> <ul> <li class="bigtext"><a href="${tg.url('/translators/info')}">Read more to submit translations</a></li> <li class="bigtext"><a href="${tg.url('/module')}">Jump to the modules!</a></li> </ul> </td><td class="right"> <h2 class="icon16 monkey">Project maintainers</h2> <p>Receive translations directly to your project's repository, without the management overhead of loads of accounts and big access control lists.</p> <ul><li><a class="bigtext" href="${tg.url('/maintainers/info')}">Read more to register a module</a></li></ul> </td> </tr> <tr py:if="'l10n-admin' in tg.identity.groups" > <td class="left"> <h2 class="icon16 tool">Administrators</h2> <p>Manage this Transifex instance.</p> <ul> <li class="bigtext"><a href="${tg.url('/admin/log')}">Submission Log</a></li> </ul> </td> </tr> </table> <p py:if="tg.lang != 'en' and _('translator-credits')!='translator-credits' " class="footnote note"> <span py:content="_('Translated by: %(trans)s.') % {'trans': _('translator-credits').replace('\n', ', ').replace('@', ' AT ').replace('.', ' DOT ')}" /> </p> </body> </html>