Module: wine
Branch: master
Commit: c68745c51bff62ef35c2c1d3b1f1ea61c18e3d7c
URL: http://source.winehq.org/git/wine.git/?a=commit;h=c68745c51bff62ef35c2c1d3b…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Wed Feb 13 21:40:47 2008 +0100
UTF-8 resource files must explicitly say so with a pragma.
---
dlls/credui/credui_Es.rc | 3 +++
dlls/credui/credui_Fr.rc | 3 +++
dlls/crypt32/crypt32_Sv.rc | 3 +++
dlls/gphoto2.ds/gphoto2_Es.rc | 3 +++
dlls/localui/ui_Fr.rc | 3 +++
dlls/sane.ds/sane_Es.rc | 3 +++
programs/net/Fr.rc | 3 +++
programs/wineboot/wineboot_Es.rc | 3 +++
programs/wineboot/wineboot_Fr.rc | 3 +++
programs/write/Fr.rc | 3 +++
programs/xcopy/Fr.rc | 3 +++
11 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/dlls/credui/credui_Es.rc b/dlls/credui/credui_Es.rc
index 821d8dd..7227627 100644
--- a/dlls/credui/credui_Es.rc
+++ b/dlls/credui/credui_Es.rc
@@ -17,6 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#pragma code_page(65001)
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
@@ -48,3 +49,5 @@ STRINGTABLE DISCARDABLE
IDS_CAPSLOCKONTITLE "Bloq Mayus está activado"
IDS_CAPSLOCKON "El Bloq Mayus activado puede hacer que entre su contraseña incorrectamente.\n\nPulse la tecla Bloq Mayus de su teclado para desactivar Bloq Mayus antes\n de introducir su contraseña."
}
+
+#pragma code_page(default)
diff --git a/dlls/credui/credui_Fr.rc b/dlls/credui/credui_Fr.rc
index c1d71d4..468eb1c 100644
--- a/dlls/credui/credui_Fr.rc
+++ b/dlls/credui/credui_Fr.rc
@@ -17,6 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
@@ -48,3 +49,5 @@ STRINGTABLE DISCARDABLE
IDS_CAPSLOCKONTITLE "VERR.MAJ est activé"
IDS_CAPSLOCKON "Le verrouillage majuscule étant activé, cela pourrait provoquer une erreur lors de la saisie de votre mot de passe.\n\nAppuyez sur la touche VERR.MAJ de votre clavier afin de désactiver le verrouilage majuscule avant\nde saisir votre mot de passe."
}
+
+#pragma code_page(default)
diff --git a/dlls/crypt32/crypt32_Sv.rc b/dlls/crypt32/crypt32_Sv.rc
index 132b7b7..33167d1 100644
--- a/dlls/crypt32/crypt32_Sv.rc
+++ b/dlls/crypt32/crypt32_Sv.rc
@@ -17,6 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#pragma code_page(65001)
LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
@@ -164,3 +165,5 @@ STRINGTABLE DISCARDABLE
IDS_LIFETIME_SIGNING "Lifetime Signing"
IDS_ANY_CERT_POLICY "All issuance policies"
}
+
+#pragma code_page(default)
diff --git a/dlls/gphoto2.ds/gphoto2_Es.rc b/dlls/gphoto2.ds/gphoto2_Es.rc
index 2a29e9a..534c68e 100644
--- a/dlls/gphoto2.ds/gphoto2_Es.rc
+++ b/dlls/gphoto2.ds/gphoto2_Es.rc
@@ -17,6 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#pragma code_page(65001)
LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
@@ -53,3 +54,5 @@ BEGIN
LTEXT "Conectando a la cámara... Por favor espere",IDC_STATIC,128,58,
116,8
END
+
+#pragma code_page(default)
diff --git a/dlls/localui/ui_Fr.rc b/dlls/localui/ui_Fr.rc
index a838293..261fa0b 100644
--- a/dlls/localui/ui_Fr.rc
+++ b/dlls/localui/ui_Fr.rc
@@ -17,6 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
@@ -52,3 +53,5 @@ STRINGTABLE DISCARDABLE
IDS_PORTEXISTS "Le port %s existe déjà"
IDS_NOTHINGTOCONFIG "Ce port n'a pas d'options de configuration"
}
+
+#pragma code_page(default)
diff --git a/dlls/sane.ds/sane_Es.rc b/dlls/sane.ds/sane_Es.rc
index e6e0ab3..bae6b62 100644
--- a/dlls/sane.ds/sane_Es.rc
+++ b/dlls/sane.ds/sane_Es.rc
@@ -17,6 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#pragma code_page(65001)
LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
@@ -38,3 +39,5 @@ STRINGTABLE DISCARDABLE
5 "%"
6 "ns"
}
+
+#pragma code_page(default)
diff --git a/programs/net/Fr.rc b/programs/net/Fr.rc
index 83d1a6c..bca25a4 100644
--- a/programs/net/Fr.rc
+++ b/programs/net/Fr.rc
@@ -18,6 +18,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
@@ -41,3 +42,5 @@ STRINGTABLE
STRING_USE_HEADER, "\nStatut Local Distant\n---------------------------------------------------------------\n"
STRING_USE_ENTRY, "%s %S %S Ressources ouvertes : %lu\n"
}
+
+#pragma code_page(default)
diff --git a/programs/wineboot/wineboot_Es.rc b/programs/wineboot/wineboot_Es.rc
index 4af1677..229eaba 100644
--- a/programs/wineboot/wineboot_Es.rc
+++ b/programs/wineboot/wineboot_Es.rc
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
*/
+#pragma code_page(65001)
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
@@ -33,3 +34,5 @@ BEGIN
LTEXT "Si termina el programa puede perder los datos no grabados.",
IDC_STATIC,7,28,172,15
END
+
+#pragma code_page(default)
diff --git a/programs/wineboot/wineboot_Fr.rc b/programs/wineboot/wineboot_Fr.rc
index cae61f6..b24c5d1 100644
--- a/programs/wineboot/wineboot_Fr.rc
+++ b/programs/wineboot/wineboot_Fr.rc
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
*/
+#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
@@ -33,3 +34,5 @@ BEGIN
LTEXT "Si vous arrêtez le programme, vous pouvez perdre toutes les données non enregistrées.",
IDC_STATIC,7,28,172,15
END
+
+#pragma code_page(default)
diff --git a/programs/write/Fr.rc b/programs/write/Fr.rc
index 452244e..0258efc 100644
--- a/programs/write/Fr.rc
+++ b/programs/write/Fr.rc
@@ -17,6 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
@@ -24,3 +25,5 @@ STRINGTABLE
{
IDS_FAILED, "Wordpad n'a pas pu être démarré"
}
+
+#pragma code_page(default)
diff --git a/programs/xcopy/Fr.rc b/programs/xcopy/Fr.rc
index 92c8311..e641e6a 100644
--- a/programs/xcopy/Fr.rc
+++ b/programs/xcopy/Fr.rc
@@ -18,6 +18,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#pragma code_page(65001)
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
@@ -77,3 +78,5 @@ Où :\n\
\t\tque le fichier source\n\n"
}
+
+#pragma code_page(default)
Module: wine
Branch: master
Commit: 873e040fda96c306aeb2bc7ef301e54c5e9509b3
URL: http://source.winehq.org/git/wine.git/?a=commit;h=873e040fda96c306aeb2bc7ef…
Author: Mikołaj Zalewski <mikolaj(a)zalewski.pl>
Date: Wed Feb 13 13:21:10 2008 +0100
write.exe: Add Polish translation.
---
programs/write/Pl.rc | 26 ++++++++++++++++++++++++++
programs/write/rsrc.rc | 1 +
2 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/programs/write/Pl.rc b/programs/write/Pl.rc
new file mode 100644
index 0000000..fc06b89
--- /dev/null
+++ b/programs/write/Pl.rc
@@ -0,0 +1,26 @@
+/*
+ * Polish language support
+ *
+ * Copyright (C) 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
+{
+ IDS_FAILED, "Nie uda�o si� uruchomi� programu Wordpad"
+}
diff --git a/programs/write/rsrc.rc b/programs/write/rsrc.rc
index 540b8ea..1c2f133 100644
--- a/programs/write/rsrc.rc
+++ b/programs/write/rsrc.rc
@@ -26,4 +26,5 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "Fr.rc"
#include "Ko.rc"
#include "No.rc"
+#include "Pl.rc"
#include "Ru.rc"