2002-03-10 00:29:33 +01:00
|
|
|
/*
|
|
|
|
* Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
|
2002-03-20 23:55:46 +01:00
|
|
|
* Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
|
2002-03-10 00:29:33 +01:00
|
|
|
*
|
|
|
|
* 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
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2002-03-10 00:29:33 +01:00
|
|
|
*/
|
2000-01-29 23:07:03 +01:00
|
|
|
|
2002-03-20 23:55:46 +01:00
|
|
|
#include "windef.h"
|
2003-09-06 01:08:26 +02:00
|
|
|
#include "winbase.h"
|
2002-03-20 23:55:46 +01:00
|
|
|
#include "winuser.h"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "main.h"
|
2002-03-20 23:55:46 +01:00
|
|
|
#include "winnls.h"
|
|
|
|
#include "commctrl.h"
|
|
|
|
#include "notepad_res.h"
|
2000-01-29 23:07:03 +01:00
|
|
|
|
2003-07-21 22:05:33 +02:00
|
|
|
ID_ACCEL ACCELERATORS
|
|
|
|
{
|
|
|
|
"^A", CMD_SELECT_ALL
|
|
|
|
"^C", CMD_COPY
|
|
|
|
"^F", CMD_SEARCH
|
2005-05-07 14:13:51 +02:00
|
|
|
"^N", CMD_NEW
|
2003-07-21 22:05:33 +02:00
|
|
|
"^O", CMD_OPEN
|
2005-05-07 14:13:51 +02:00
|
|
|
"^P", CMD_PRINT
|
2003-07-21 22:05:33 +02:00
|
|
|
"^S", CMD_SAVE
|
|
|
|
"^V", CMD_PASTE
|
|
|
|
"^X", CMD_CUT
|
|
|
|
"^Z", CMD_UNDO
|
2005-05-07 14:13:51 +02:00
|
|
|
VK_BACK, CMD_UNDO, VIRTKEY, ALT
|
2003-07-21 22:05:33 +02:00
|
|
|
VK_F3, CMD_SEARCH_NEXT, VIRTKEY
|
|
|
|
VK_F5, CMD_TIME_DATE, VIRTKEY
|
2005-05-07 14:13:51 +02:00
|
|
|
VK_INSERT, CMD_COPY, VIRTKEY, CONTROL
|
|
|
|
VK_INSERT, CMD_PASTE, VIRTKEY, SHIFT
|
2003-07-21 22:05:33 +02:00
|
|
|
}
|
|
|
|
|
Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
2005-09-19 19:00:58 +02:00
|
|
|
#include "Bg.rc"
|
2004-10-18 21:42:43 +02:00
|
|
|
#include "Cs.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Da.rc"
|
|
|
|
#include "De.rc"
|
|
|
|
#include "En.rc"
|
2006-04-01 17:31:12 +02:00
|
|
|
#include "Eo.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Es.rc"
|
|
|
|
#include "Fi.rc"
|
|
|
|
#include "Fr.rc"
|
2002-11-04 23:45:22 +01:00
|
|
|
#include "Hu.rc"
|
2003-08-24 00:59:16 +02:00
|
|
|
#include "It.rc"
|
2004-06-29 01:50:22 +02:00
|
|
|
#include "Ja.rc"
|
2005-11-14 12:27:36 +01:00
|
|
|
#include "Ko.rc"
|
2003-10-02 06:27:45 +02:00
|
|
|
#include "Nl.rc"
|
2005-09-17 16:30:33 +02:00
|
|
|
#include "No.rc"
|
2004-08-13 21:48:40 +02:00
|
|
|
#include "Pl.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Pt.rc"
|
2003-05-04 04:33:08 +02:00
|
|
|
#include "Ru.rc"
|
2002-07-16 03:08:43 +02:00
|
|
|
#include "Si.rc"
|
2000-10-31 02:19:11 +01:00
|
|
|
#include "Sk.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Sw.rc"
|
2003-12-01 23:43:20 +01:00
|
|
|
#include "Th.rc"
|
2006-02-06 13:07:44 +01:00
|
|
|
#include "Tr.rc"
|
2000-01-29 23:07:03 +01:00
|
|
|
#include "Wa.rc"
|
2003-01-09 01:51:09 +01:00
|
|
|
#include "Zh.rc"
|