Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hungarian for user.password.reset #1583

Merged
merged 1 commit into from
Dec 28, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 13 additions & 13 deletions config/translations/hu/user.password.reset.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
description: 'Reset password for a specific user.'
help: 'The <info>password:reset</info> command helps you to reset password for a specific user.'
welcome: 'Welcome to the Drupal password reset'
description: 'Bizonyos felhasználó jelszavának a visszaállítása.'
help: 'A <info>password:reset</info> parancs segít egy bizonyos felhasználó jelszavát viasszaállítani.'
welcome: 'Üdvözlet a Drupal jelszó visszaállítasához'
options:
password: 'Password in text format'
user-id: 'User ID'
password: 'A jelszó szövegformátumba'
user-id: 'A felhasználói azonosító'
questions:
invalid-uid: 'Invalid user id %, user id must be an integer'
invalid-pass: 'Password can''t be empty'
user: 'Enter User ID'
password: 'Enter password'
other-password: 'Other password (press <return> to stop adding passwords)'
invalid-uid: 'Érvénytelen felhasználói azonosító %, a felhasználói azonosító kötelezően egész szám kell legyen'
invalid-pass: 'A jelszó nem lehet üres'
user: 'Adja meg a felhasználói azonosítót'
password: 'Adja meg a jelszót'
other-password: 'Más jelszó (nyomja meg a <return> hogy befejezze más jelszavak hozzáadását)'
messages:
reset-successful: 'Password was updated sucessfully for user id %s'
reset-successful: 'A jelszó sikeresen frissítve volt a %s felhasználói azonosítónak'
errors:
invalid-user: 'Invalid user id %s'
empty-password: 'Password can not be empty'
invalid-user: '%s érvénytelen felhasználói azonosító'
empty-password: 'Jelszó nem lehet üres'