Module: wine Branch: refs/heads/master Commit: fb7921a1d36e37b95d81210a310ca5e0ce740ef7 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=fb7921a1d36e37b95d81210a...
Author: András Kovács andras@csevego.net Date: Mon Mar 6 12:47:11 2006 +0100
msi: Added Hungarian translation.
---
dlls/msi/msi.rc | 1 + dlls/msi/msi_Hu.rc | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 dlls/msi/msi_Hu.rc
diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc index 2bacb82..5895e55 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 0000000..9f76ef1 --- /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" +}