From c38c5fb2fc254e37da51a576e0159c685095d96e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Zalewski?= Date: Mon, 15 Jan 2007 09:32:28 +0100 Subject: [PATCH] msi: Add Polish translation. --- dlls/msi/msi.rc | 1 + dlls/msi/msi_Pl.rc | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 dlls/msi/msi_Pl.rc diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc index 822a531e446..ed818ad4fcf 100644 --- a/dlls/msi/msi.rc +++ b/dlls/msi/msi.rc @@ -39,6 +39,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include "msi_Ko.rc" #include "msi_Nl.rc" #include "msi_No.rc" +#include "msi_Pl.rc" #include "msi_Pt.rc" #include "msi_Ru.rc" #include "msi_Tr.rc" diff --git a/dlls/msi/msi_Pl.rc b/dlls/msi/msi_Pl.rc new file mode 100644 index 00000000000..00eb5352bb9 --- /dev/null +++ b/dlls/msi/msi_Pl.rc @@ -0,0 +1,35 @@ +/* + * Polish resources for MSI + * + * Copyright 2005 Mike McCormack + * Copyright 2007 Mikolaj Zalewski + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +LANGUAGE LANG_POLISH, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + 4 "Nie udało się otworzyć wybranego pakietu instalacyjnego. Sprawdź czy ścieżka jest poprawna i spróbuj ponownie." + 5 "ścieżka '%s' nie została odnaleziona" + 9 "włóż dysk '%s'" + 10 "złe parametry" + 11 "wprowadź siceżkę do folderu zawierającego '%s'" + 12 "źródło danych zawierające żądanę funkcję jest niedostępne" + 13 "dysk siecowy zawierający żądaną funckje jest niedostępny" + 14 "funkcja z:" + 15 "wybierz folder zawierający '%s'" +}