1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 17:49:16 +00:00

update translations

This commit is contained in:
Andrew Dolgov
2007-08-21 02:22:29 +01:00
parent 306cc2d692
commit e400230ebd
14 changed files with 218 additions and 150 deletions

View File

@@ -97,7 +97,7 @@ window.onload = init;
<label for="remember_me">Remember me on this computer</label>
</td></tr> -->
<tr><td colspan="2" align="right" class="innerLoginCell">
<input type="submit" class="button" value="Login" name='click'>
<input type="submit" class="button" value="<?php echo __('Login') ?>" name='click'>
<input type="hidden" name="action" value="login">
<input type="hidden" name="rt"
value="<?php if ($return_to != 'none') { echo $return_to; } ?>">