From 138ee33ed3c6a7e479e4ba8fde557a13bebefaa6 Mon Sep 17 00:00:00 2001 From: Heiko Hund Date: Fri, 18 Mar 2011 12:55:50 +0100 Subject: [PATCH] use code_page pragma in every l8n file --- openvpn-gui-res-de.rc | 8 +++----- openvpn-gui-res-dk.rc | 2 ++ openvpn-gui-res-en.rc | 4 +++- openvpn-gui-res-es.rc | 4 +++- openvpn-gui-res-fi.rc | 5 ++++- openvpn-gui-res-fr.rc | 2 ++ openvpn-gui-res-it.rc | 4 +++- openvpn-gui-res-nl.rc | 4 +++- openvpn-gui-res-no.rc | 5 ++--- openvpn-gui-res-pt.rc | 4 +++- openvpn-gui-res-se.rc | 5 +---- 11 files changed, 29 insertions(+), 18 deletions(-) diff --git a/openvpn-gui-res-de.rc b/openvpn-gui-res-de.rc index 2abc91b..6f52660 100644 --- a/openvpn-gui-res-de.rc +++ b/openvpn-gui-res-de.rc @@ -2,6 +2,7 @@ * OpenVPN-GUI -- A Windows GUI for OpenVPN. * * Copyright (C) 2004 Mathias Sundman + * 2005 Patrick Steiner * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,12 +20,9 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* - * Translated by Patrick Steiner 2005 - * Uebersetzt durch Patrick Steiner 2005 - */ +#pragma code_page(1252) -/* About Dialog - designed with lcc-win32 resource editor */ +/* About Dialog */ ID_DLG_ABOUT DIALOG 0, 0, 260, 145 STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER CAPTION "Über OpenVPN - Eine GUI für Windows" diff --git a/openvpn-gui-res-dk.rc b/openvpn-gui-res-dk.rc index 729d7c3..5b84fcc 100644 --- a/openvpn-gui-res-dk.rc +++ b/openvpn-gui-res-dk.rc @@ -21,6 +21,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#pragma code_page(1252) + /* About Dialog */ ID_DLG_ABOUT DIALOG 0, 0, 260, 135 STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER diff --git a/openvpn-gui-res-en.rc b/openvpn-gui-res-en.rc index 58112ed..978217b 100644 --- a/openvpn-gui-res-en.rc +++ b/openvpn-gui-res-en.rc @@ -20,7 +20,9 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* About Dialog - designed with lcc-win32 resource editor */ +#pragma code_page(1252) + +/* About Dialog */ ID_DLG_ABOUT DIALOG 0, 0, 260, 135 STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER CAPTION "About - OpenVPN GUI for Windows" diff --git a/openvpn-gui-res-es.rc b/openvpn-gui-res-es.rc index b1ba9a0..54f34a3 100644 --- a/openvpn-gui-res-es.rc +++ b/openvpn-gui-res-es.rc @@ -19,7 +19,9 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* About Dialog - designed with lcc-win32 resource editor */ +#pragma code_page(1252) + +/* About Dialog */ ID_DLG_ABOUT DIALOG 0, 0, 260, 135 STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER CAPTION "Acerca de - OpenVPN GUI para Windows" diff --git a/openvpn-gui-res-fi.rc b/openvpn-gui-res-fi.rc index 1ffd4ab..6441be7 100644 --- a/openvpn-gui-res-fi.rc +++ b/openvpn-gui-res-fi.rc @@ -3,6 +3,7 @@ * * Copyright (C) 2004 Mathias Sundman * 2009 Heiko Hund + * 2010 Samuli Seppänen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +21,9 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* About Dialog - designed with lcc-win32 resource editor */ +#pragma code_page(1252) + +/* About Dialog */ ID_DLG_ABOUT DIALOG 0, 0, 260, 135 STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER CAPTION "Tietoja OpenVPN GUI -sovelluksesta" diff --git a/openvpn-gui-res-fr.rc b/openvpn-gui-res-fr.rc index fda7a2a..28d3594 100644 --- a/openvpn-gui-res-fr.rc +++ b/openvpn-gui-res-fr.rc @@ -19,6 +19,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#pragma code_page(1252) + /* About Dialog */ ID_DLG_ABOUT DIALOG 0, 0, 260, 135 STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER diff --git a/openvpn-gui-res-it.rc b/openvpn-gui-res-it.rc index cc50c08..810342f 100644 --- a/openvpn-gui-res-it.rc +++ b/openvpn-gui-res-it.rc @@ -19,7 +19,9 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* About Dialog - designed with lcc-win32 resource editor */ +#pragma code_page(1252) + +/* About Dialog */ ID_DLG_ABOUT DIALOG 0, 0, 260, 135 STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER CAPTION "Informazioni - OpenVPN GUI per Windows" diff --git a/openvpn-gui-res-nl.rc b/openvpn-gui-res-nl.rc index b494688..0730849 100644 --- a/openvpn-gui-res-nl.rc +++ b/openvpn-gui-res-nl.rc @@ -19,7 +19,9 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* About Dialog - designed with lcc-win32 resource editor */ +#pragma code_page(1252) + +/* About Dialog */ ID_DLG_ABOUT DIALOG 0, 0, 260, 135 STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER CAPTION "About - OpenVPN GUI for Windows" diff --git a/openvpn-gui-res-no.rc b/openvpn-gui-res-no.rc index ca032be..eaa3e7e 100644 --- a/openvpn-gui-res-no.rc +++ b/openvpn-gui-res-no.rc @@ -2,6 +2,7 @@ * OpenVPN-GUI -- A Windows GUI for OpenVPN. * * Copyright (C) 2004 Mathias Sundman + * 2005 Morten Karlsen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,9 +20,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* - * File translated to Norwegian by Morten Karlsen , Mar 11, 2005. - */ +#pragma code_page(1252) /* About Dialog */ ID_DLG_ABOUT DIALOG 0, 0, 260, 135 diff --git a/openvpn-gui-res-pt.rc b/openvpn-gui-res-pt.rc index e42707c..e64fe5f 100644 --- a/openvpn-gui-res-pt.rc +++ b/openvpn-gui-res-pt.rc @@ -19,7 +19,9 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* About Dialog - designed with lcc-win32 resource editor */ +#pragma code_page(1252) + +/* About Dialog */ ID_DLG_ABOUT DIALOG 0, 0, 260, 135 STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_CENTER CAPTION "Sobre - OpenVPN GUI para Windows" diff --git a/openvpn-gui-res-se.rc b/openvpn-gui-res-se.rc index adbe0aa..7480c51 100644 --- a/openvpn-gui-res-se.rc +++ b/openvpn-gui-res-se.rc @@ -19,10 +19,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* - * File translated to Swedish by Mathias Sundman , Oct 29, 2004. - * Updated to OpenVPN GUI 1.0-rc4 Mar 7, 2005. - */ +#pragma code_page(1252) /* About Dialog */ ID_DLG_ABOUT DIALOG 0, 0, 260, 135