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

Translation Updates

This commit is contained in:
Awilum
2013-03-01 23:12:13 +02:00
parent 3cb31c2616
commit 614b876faf
9 changed files with 10 additions and 10 deletions

View File

@@ -46,7 +46,7 @@
'This user doesnt alredy exist' => 'Dieser Benutzer ist nocht nicht vorhanden',
'Users - Profile' => 'Benutzer - Profil',
'Users - Edit Profile' => 'Benutzer - Profil Bearbeiten',
'Users - Login' => 'Benutzer - Login',
'Users - Log In' => 'Benutzer - Log In',
'Users - Registration' => 'Benutzer - Registration',
'Users - Password Recover' => 'Benutzer - Passwort wiederherstellen',
'New Password' => 'Neues Passwort',

View File

@@ -46,7 +46,7 @@
'This user doesnt alredy exist' => 'This user doesnt alredy exist',
'Users - Profile' => 'Users - Profile',
'Users - Edit Profile' => 'Users - Edit Profile',
'Users - Login' => 'Users - Login',
'Users - Log In' => 'Users - Log In',
'Users - Registration' => 'Users - Registration',
'Users - Password Recover' => 'Users - Password Recover',
'New Password' => 'New Password',

View File

@@ -43,7 +43,7 @@
'Send New Password' => 'Invia la password',
'Users - Profile' => 'Utenti - Profilo',
'Users - Edit Profile' => 'Utenti - Modifica profilo',
'Users - Login' => 'Utenti - Login',
'Users - Log In' => 'Utenti - Log In',
'Users - Registration' => 'Utenti - Registrazione',
'Users - Password Recover' => 'Utenti - Password Recovery',
'New Password' => 'Nuova password',

View File

@@ -46,7 +46,7 @@
'This user doesnt alredy exist' => 'Este usuário não existe ainda',
'Users - Profile' => 'Usuários - Perfil',
'Users - Edit Profile' => 'Usuários - Editar Perfil',
'Users - Login' => 'Usuários - Login',
'Users - Log In' => 'Usuários - Log In',
'Users - Registration' => 'Usuários - Registração',
'Users - Password Recover' => 'Usuários - Lembrar Senha',
'New Password' => 'Nova senha',

View File

@@ -44,7 +44,7 @@
'Send New Password' => 'Отправить пароль',
'Users - Profile' => 'Пользователи - Профиль',
'Users - Edit Profile' => 'Пользователи - Редактирование профиля',
'Users - Login' => 'Пользователи - Вход',
'Users - Log In' => 'Пользователи - Вход',
'Users - Registration' => 'Пользователи - Регистрация',
'Users - Password Recover' => 'Пользователи - Восстановление пароля',
'New Password' => 'Новый пароль',

View File

@@ -46,7 +46,7 @@
'This user doesnt alredy exist' => 'Tento používateľ neexistuje',
'Users - Profile' => 'Používatelia - Profil',
'Users - Edit Profile' => 'Používatelia - Editovať Profil',
'Users - Login' => 'Používatelia - Prihlásenie',
'Users - Log In' => 'Používatelia - Prihlásenie',
'Users - Registration' => 'Používatelia - Registrácia',
'Users - Password Recover' => 'Používatelia - Obnova hesla',
'New Password' => 'Nové heslo',

View File

@@ -46,7 +46,7 @@
'This user doesnt alredy exist' => 'Ovaj korisnik još uvek ne postoji',
'Users - Profile' => 'Korisnici -- profil',
'Users - Edit Profile' => 'Korisnici - Izmena profila',
'Users - Login' => 'Korisnici - Uloguj se.',
'Users - Log In' => 'Korisnici - Uloguj se.',
'Users - Registration' => 'Korisnici - registracija',
'Users - Password Recover' => 'Korisnici - Potsetnik šifre',
'New Password' => 'Nova šifra',

View File

@@ -44,7 +44,7 @@
'Send New Password' => 'Відправити пароль',
'Users - Profile' => 'Користувачі - Профіль',
'Users - Edit Profile' => 'Користувачі - Редагування профілю',
'Users - Login' => 'Користувачі - Вхід',
'Users - Log In' => 'Користувачі - Вхід',
'Users - Registration' => 'Користувачі - Реєстрація',
'Users - Password Recover' => 'Користувачі - Відновлення пароля',
'New Password' => 'Новий пароль',

View File

@@ -5,9 +5,9 @@
<?php if (in_array(Session::get('user_role'), array('admin', 'editor'))) { ?>
<a href="<?php echo Site::url(); ?>admin"><?php echo __('Administration', 'system'); ?></a> /
<?php } ?>
<a href="<?php echo Site::url(); ?>users/logout"><?php echo __('Logout', 'users'); ?></a>
<a href="<?php echo Site::url(); ?>users/logout"><?php echo __('Log Out', 'users'); ?></a>
<?php } else { ?>
<a href="<?php echo Site::url(); ?>users/login"><?php echo __('Login', 'users'); ?></a> /
<a href="<?php echo Site::url(); ?>users/login"><?php echo __('Log In', 'users'); ?></a> /
<a href="<?php echo Site::url(); ?>users/registration"><?php echo __('Registration', 'users'); ?></a>
<?php } ?>
</div>