Łukasz Wojniłowicz : cryptdlg: Add the Polish translation.

Alexandre Julliard julliard at winehq.org
Mon Jun 7 10:02:22 CDT 2010


Module: wine
Branch: master
Commit: bd4233188c98ba2d2dbe3c374e9eba78b1420e81
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bd4233188c98ba2d2dbe3c374e9eba78b1420e81

Author: Łukasz Wojniłowicz <lukasz.wojnilowicz at gmail.com>
Date:   Sat Jun  5 12:12:45 2010 +0200

cryptdlg: Add the Polish translation.

---

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

diff --git a/dlls/cryptdlg/Makefile.in b/dlls/cryptdlg/Makefile.in
index e4692e2..11dcc17 100644
--- a/dlls/cryptdlg/Makefile.in
+++ b/dlls/cryptdlg/Makefile.in
@@ -17,6 +17,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="
+}




More information about the wine-cvs mailing list