From fb7921a1d36e37b95d81210a310ca5e0ce740ef7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A1s=20Kov=C3=A1cs?= Date: Mon, 6 Mar 2006 12:47:11 +0100 Subject: [PATCH] msi: Added Hungarian translation. --- dlls/msi/msi.rc | 1 + dlls/msi/msi_Hu.rc | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 dlls/msi/msi_Hu.rc diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc index 2bacb8268d9..5895e552e03 100644 --- a/dlls/msi/msi.rc +++ b/dlls/msi/msi.rc @@ -33,6 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "msi_Es.rc" #include "msi_Fi.rc" #include "msi_Fr.rc" +#include "msi_Hu.rc" #include "msi_Ko.rc" #include "msi_Nl.rc" #include "msi_No.rc" diff --git a/dlls/msi/msi_Hu.rc b/dlls/msi/msi_Hu.rc new file mode 100644 index 00000000000..9f76ef1257e --- /dev/null +++ b/dlls/msi/msi_Hu.rc @@ -0,0 +1,33 @@ +/* + * Hungarian resources for MSI + * + * Copyright 2006 Andras Kovacs + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + 5 "%s útvonal nem található" + 9 "helyezze be a lemezt: %s" + 10 "rossz paraméterek" + 11 "adja meg melyik mappa tartalmazza ezt: %s" + 12 "hiányzó tulajdonság a telepítési forráshoz" + 13 "hiányzó tulajdonság a hálózati meghajtóhoz" + 14 "tulajdonság innen:" + 15 "válassza ki, melyik mappa tartalmazza ezt: %s" +} -- 2.11.4.GIT