mirror of https://github.com/OpenVPN/openvpn-gui
use code_page pragma in every l8n file
parent
8390f2255a
commit
138ee33ed3
|
@ -2,6 +2,7 @@
|
|||
* OpenVPN-GUI -- A Windows GUI for OpenVPN.
|
||||
*
|
||||
* Copyright (C) 2004 Mathias Sundman <mathias@nilings.se>
|
||||
* 2005 Patrick Steiner <patrick.steiner@gmx.ch>
|
||||
*
|
||||
* 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 <patrick.steiner@gmx.ch>
|
||||
* Uebersetzt durch Patrick Steiner 2005 <patrick.steiner@gmx.ch>
|
||||
*/
|
||||
#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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
*
|
||||
* Copyright (C) 2004 Mathias Sundman <mathias@nilings.se>
|
||||
* 2009 Heiko Hund <heikoh@users.sf.net>
|
||||
* 2010 Samuli Seppänen <samuli@openvpn.net>
|
||||
*
|
||||
* 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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* OpenVPN-GUI -- A Windows GUI for OpenVPN.
|
||||
*
|
||||
* Copyright (C) 2004 Mathias Sundman <mathias@nilings.se>
|
||||
* 2005 Morten Karlsen <mk@taide.net>
|
||||
*
|
||||
* 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 <mk@taide.net>, Mar 11, 2005.
|
||||
*/
|
||||
#pragma code_page(1252)
|
||||
|
||||
/* About Dialog */
|
||||
ID_DLG_ABOUT DIALOG 0, 0, 260, 135
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -19,10 +19,7 @@
|
|||
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
/*
|
||||
* File translated to Swedish by Mathias Sundman <mathias@nilings.se>, 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
|
||||
|
|
Loading…
Reference in New Issue