Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions server/po/LINGUAS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ bg
cs
eu
fi
hu
it
ka
kk
Expand Down
89 changes: 89 additions & 0 deletions server/po/hu.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# Hungarian translation for oo7.
# Copyright (C) 2026 Free Software Foundation, Inc.
# This file is distributed under the same license as the oo7 package.
#
# Balázs Úr <ur.balazs at fsf dot hu>, 2026.
msgid ""
msgstr ""
"Project-Id-Version: oo7 main\n"
"Report-Msgid-Bugs-To: https://github.com/linux-credentials/oo7/issues\n"
"POT-Creation-Date: 2026-09-13 03:32+0000\n"
"PO-Revision-Date: 2026-09-13 13:46+0200\n"
"Last-Translator: Balázs Úr <ur.balazs at fsf dot hu>\n"
"Language-Team: Hungarian <openscope at fsf dot hu>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 25.12.3\n"

#: ../src/gnome/prompter.rs:151
msgid "Change Keyring Password"
msgstr "Kulcstartó jelszavának megváltoztatása"

#: ../src/gnome/prompter.rs:152
#, rust-format
msgid "Choose a new password for the “{}” keyring"
msgstr "Új jelszó kiválasztása a(z) „{}” kulcstartóhoz"

#: ../src/gnome/prompter.rs:155 ../src/prompt/mod.rs:408
#, rust-format
msgid ""
"An application wants to change the password for the “{}” keyring. Choose the "
"new password you want to use for it."
msgstr ""
"Egy alkalmazás meg szeretné változtatni a(z) „{}” kulcstartó jelszavát. Válass"
"za ki az ehhez használandó új jelszót."

#: ../src/gnome/prompter.rs:160
msgid "This operation cannot be reverted"
msgstr "Ez a művelet nem vonható vissza"

#: ../src/gnome/prompter.rs:166
msgid "Continue"
msgstr "Folytatás"

#: ../src/gnome/prompter.rs:167 ../src/gnome/prompter.rs:193
#: ../src/gnome/prompter.rs:215
msgid "Cancel"
msgstr "Mégse"

#: ../src/gnome/prompter.rs:177
msgid "Unlock Keyring"
msgstr "Kulcstartó feloldása"

#: ../src/gnome/prompter.rs:178
msgid "Authentication required"
msgstr "Hitelesítés szükséges"

#: ../src/gnome/prompter.rs:181 ../src/prompt/mod.rs:398
#, rust-format
msgid "An application wants access to the keyring “{}”, but it is locked"
msgstr ""
"Egy alkalmazás hozzá szeretne férni a(z) „{}” kulcstartóhoz, de az zárolva van"

#: ../src/gnome/prompter.rs:192
msgid "Unlock"
msgstr "Feloldás"

#: ../src/gnome/prompter.rs:199
msgid "New Keyring Password"
msgstr "Új kulcstartójelszó"

#: ../src/gnome/prompter.rs:200
msgid "Choose password for new keyring"
msgstr "Jelszó kiválasztása az új kulcstartóhoz"

#: ../src/gnome/prompter.rs:203 ../src/prompt/mod.rs:403
#, rust-format
msgid ""
"An application wants to create a new keyring called “{}”. Choose the "
"password you want to use for it."
msgstr ""
"Egy alkalmazás új kulcstartót szeretne létrehozni „{}” néven. Válassza ki az e"
"hhez használandó jelszót."

#: ../src/gnome/prompter.rs:214
msgid "Create"
msgstr "Létrehozás"
Loading