cryptdlg: Add the Polish translation

Łukasz Wojniłowicz lukasz.wojnilowicz at gmail.com
Sat Jun 5 05:12:45 CDT 2010


---
 dlls/cryptdlg/Makefile.in    |    1 +
 dlls/cryptdlg/cryptdlg_Pl.rc |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 0 deletions(-)
 create mode 100644 dlls/cryptdlg/cryptdlg_Pl.rc

diff --git a/dlls/cryptdlg/Makefile.in b/dlls/cryptdlg/Makefile.in
index 177d81a..1111b32 100644
--- a/dlls/cryptdlg/Makefile.in
+++ b/dlls/cryptdlg/Makefile.in
@@ -16,6 +16,7 @@ RC_SRCS = \
 	cryptdlg_Ko.rc \
 	cryptdlg_Lt.rc \
 	cryptdlg_Nl.rc \
+	cryptdlg_Pl.rc \
 	cryptdlg_Pt.rc \
 	cryptdlg_Ro.rc \
 	cryptdlg_Uk.rc
diff --git a/dlls/cryptdlg/cryptdlg_Pl.rc b/dlls/cryptdlg/cryptdlg_Pl.rc
new file mode 100644
index 0000000..fbf52f1
--- /dev/null
+++ b/dlls/cryptdlg/cryptdlg_Pl.rc
@@ -0,0 +1,38 @@
+/*
+ * cryptdlg dll resources
+ *
+ * Copyright 2010 £ukasz Wojni³owicz
+ *
+ * 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
+ */
+
+#include "cryptres.h"
+
+LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
+
+STRINGTABLE DISCARDABLE
+{
+    IDS_CERT_POLICY "Zasady certyfikatu"
+    IDS_POLICY_ID "Identyfikator zasad: "
+    IDS_POLICY_QUALIFIER_INFO "Informacje o kwalifikatorze zasad"
+    IDS_POLICY_QUALIFIER_ID "Id kwalifikatora zasad="
+    IDS_CPS "CPS" /* Certification Practice Statement */
+    IDS_USER_NOTICE "Zawiadamianie u¿ytkownika"
+    IDS_QUALIFIER "Kwalifikator"
+    IDS_NOTICE_REF "Odniesienie zawiadamiania"
+    IDS_ORGANIZATION "Organizacja="
+    IDS_NOTICE_NUM "Numer zawiadamiaj¹cy="
+    IDS_NOTICE_TEXT "Tekst zawiadamiaj¹cy="
+}
-- 
1.7.0.1




More information about the wine-patches mailing list