1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-16 10:04:34 +02:00

Lithuanian flag and other languages fixes

This commit is contained in:
Martynas Barzda
2013-04-01 11:00:40 +03:00
parent f42a4ce42d
commit 08a61017f9
17 changed files with 43 additions and 28 deletions

View File

@@ -13,7 +13,7 @@
'Edit' => 'Redaguoti',
'Actions' => 'Veiksmai',
'Delete' => 'Ištrinti',
'Log In' => 'Log In',
'Log In' => 'Prisijungti',
'Log Out' => 'Atsijungti',
'Register New User' => 'Užregistruoti Naują Naudotoją',
'New User Registration' => 'Naujo naudotojo registracija',

View File

@@ -5,5 +5,5 @@
<?php echo Form::hidden('csrf', Security::token()); ?>
<label><?php echo __('Username', 'users'); ?></label><input name="username" type="text" class="input-large" />
<label><?php echo __('Password', 'users'); ?></label><input name="password" type="password" class="input-large" />
<br /><input name="login_submit" class="btn" type="submit" value="<?php echo __('Enter', 'users'); ?>" /> <a class="small-grey-text reset-password-btn" href="<?php echo Option::get('siteurl').'users/password-reset'; ?>"><?php echo __('Forgot your password?', 'users');?></a></td></tr>
<br /><input name="login_submit" class="btn" type="submit" value="<?php echo __('Login', 'users'); ?>" /> <a class="small-grey-text reset-password-btn" href="<?php echo Option::get('siteurl').'users/password-reset'; ?>"><?php echo __('Forgot your password?', 'users');?></a></td></tr>
</form>