1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +02:00
Files
php-monstra/plugins/box/users/languages/sk.lang.php
2014-01-09 07:33:27 +06:00

70 lines
3.7 KiB
PHP

<?php
return array(
'users' => array(
'Users' => 'Používatelia',
'Login' => 'Prihlásiť',
'Username' => 'Prihlasovacie meno',
'Password' => 'Heslo',
'Registered' => 'Registrovaný',
'Email' => 'Email',
'Role' => 'Úloha',
'Roles' => 'Úlohy',
'Edit' => 'Editovať',
'Actions' => 'Akcie',
'Delete' => 'Vymazať',
'Log In' => 'Log In',
'Log Out' => 'Odhlásiť',
'Register New User' => 'Registrácia Nového Používateľa',
'New User Registration' => 'Registrácia nového používateľa',
'Delete user: :user' => 'Vymazať používateľa: :user',
'User <i>:user</i> have been deleted.' => 'Používateľ <i>:user</i> bol vymazaný.',
'This user already exists' => 'Tento používateľ už existuje',
'This email already exists' => 'Tento email už existuje',
'Changes saved' => 'Uložiť zmeny',
'Wrong old password' => 'Nesprávne staré heslo',
'Admin' => 'Administrátor',
'User' => 'Používateľ',
'Editor' => 'Editor',
'Register' => 'Registrovať',
'Edit profile' => 'Editovať profil',
'Save' => 'Uložiť',
'Firstname' => 'Krstné meno',
'Lastname' => 'Priezvisko',
'Old password' => 'Staré heslo',
'New password' => 'Nové heslo',
'Welcome' => 'Vitajte',
'Wrong <b>username</b> or <b>password</b>' => 'Nesprávne <b>username</b> or <b>password</b>',
'Your changes have been saved.' => 'Vaše zmeny boli uložené.',
'New user have been registered.' => 'Nový používateľ bol zaregistrovaný.',
'Captcha' => 'Captcha',
'Registration' => 'Registrácia',
'Username' => 'Používateľské heslo',
'User email is invalid' => 'Používateľský email nie je v správnom tvare',
'Reset Password' => 'Obnoviť heslo',
'Send New Password' => 'Poslať nové heslo',
'This user doesnt alredy exist' => 'Tento používateľ neexistuje',
'Users - Profile' => 'Používatelia - Profil',
'Users - Edit Profile' => 'Používatelia - Editovať Profil',
'Users - Log In' => 'Používatelia - Prihlásenie',
'Users - Registration' => 'Používatelia - Registrácia',
'Users - Password Recover' => 'Používatelia - Obnova hesla',
'New Password' => 'Nové heslo',
'Forgot your password?' => 'Zabudli ste heslo?',
'New password has been sent' => 'Nové heslo bolo zaslané',
'Monstra says: This is not your profile...' => 'Monstra hovorí: Toto nie je Váš profil...',
'User registration is closed.' => 'Registrácia používateľov je uzavretá.',
'Allow user registration' => 'Povoliť registráciu používateľov',
'Required field' => 'Povinné políčko',
'This user doesnt exist' => 'Tento používateľ neexistuje',
'Captcha code is wrong' => 'Captcha kód nie je správny',
'Your login details for :site_name has been sent' => 'Váše prihlasovacie detaily pre :site_name boli zaslané',
'Your new password for :site_name' => 'Vaše nové heslo pre :site_name',
'Your login details for :site_name' => 'Vaše prihlasovacie detaily pre :site_name',
'About Me' => 'O mne',
'Profile' => 'Profil',
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
'Cancel' => 'Cancel',
)
);