From 984116148faa0eccd80288b2a0842df0593abad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20=C3=9Ar?= Date: Sun, 13 Sep 2026 11:47:40 +0000 Subject: [PATCH] Add Hungarian translation --- server/po/LINGUAS | 1 + server/po/hu.po | 89 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 server/po/hu.po diff --git a/server/po/LINGUAS b/server/po/LINGUAS index 8c0ab59d..585df407 100644 --- a/server/po/LINGUAS +++ b/server/po/LINGUAS @@ -2,6 +2,7 @@ bg cs eu fi +hu it ka kk diff --git a/server/po/hu.po b/server/po/hu.po new file mode 100644 index 00000000..ddc74c44 --- /dev/null +++ b/server/po/hu.po @@ -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 , 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 \n" +"Language-Team: Hungarian \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"