2007-01-13 23:51:55 +01:00
|
|
|
|
/*
|
|
|
|
|
* Copyright 2004 by Krzysztof Foltman
|
|
|
|
|
* Copyright 2006 by 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
|
|
|
|
|
|
|
|
|
|
MAINMENU MENU DISCARDABLE
|
|
|
|
|
BEGIN
|
|
|
|
|
POPUP "&Plik"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "&Nowy\tCtrl+N", ID_FILE_NEW
|
|
|
|
|
MENUITEM "&Otw<74>rz\tCtrl+O", ID_FILE_OPEN
|
|
|
|
|
MENUITEM "&Zapisz\tCtrl+S", ID_FILE_SAVE
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Za&ko<6B>cz", ID_FILE_EXIT
|
|
|
|
|
END
|
|
|
|
|
POPUP "&Edycja"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "&Cofnij\tCtrl+Z", ID_EDIT_UNDO
|
|
|
|
|
MENUITEM "&Powt<77>rz\tCtrl+Y", ID_EDIT_REDO
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Wy&tnij\tCtrl+X", ID_EDIT_CUT
|
|
|
|
|
MENUITEM "&Kopiuj\tCtrl+C", ID_EDIT_COPY
|
2007-02-25 14:39:58 +01:00
|
|
|
|
MENUITEM "Wkl&ej\tCtrl+V", ID_EDIT_PASTE
|
|
|
|
|
MENUITEM "&Usu<73>\tDel", ID_EDIT_CLEAR
|
|
|
|
|
MENUITEM "&Zaznacz wszystko\tCtrl+A", ID_EDIT_SELECTALL
|
2007-01-13 23:51:55 +01:00
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
MENUITEM "Tylko do &odczytu", ID_EDIT_READONLY
|
|
|
|
|
MENUITEM "&Zmodifykowany", ID_EDIT_MODIFIED
|
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
|
POPUP "&Dodatki"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "Zaznaczenie - &info", ID_EDIT_SELECTIONINFO
|
|
|
|
|
MENUITEM "&Format znak<61>w", ID_EDIT_CHARFORMAT
|
|
|
|
|
MENUITEM "&Standardowy format znak<61>w", ID_EDIT_DEFCHARFORMAT
|
|
|
|
|
MENUITEM "Format aka&pitu", ID_EDIT_PARAFORMAT
|
|
|
|
|
MENUITEM "&Pobie<69> tekst", ID_EDIT_GETTEXT
|
|
|
|
|
END
|
|
|
|
|
END
|
|
|
|
|
POPUP "F&ormat"
|
|
|
|
|
BEGIN
|
|
|
|
|
POPUP "&T<>o"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "&System\tCtrl+1", ID_BACK_1
|
|
|
|
|
MENUITEM "&PostThat (<28><><EFBFBD>ty)\tCtrl+2", ID_BACK_2
|
|
|
|
|
END
|
|
|
|
|
POPUP "&Wyr<79>wnanie"
|
|
|
|
|
BEGIN
|
|
|
|
|
MENUITEM "Do &lewej\tCtrl+L", ID_ALIGN_LEFT
|
|
|
|
|
MENUITEM "&Wy<57>rodkowanie\tCtrl+E", ID_ALIGN_CENTER
|
|
|
|
|
MENUITEM "Do &Prawej\tCtrl+R", ID_ALIGN_RIGHT
|
|
|
|
|
END
|
|
|
|
|
END
|
|
|
|
|
END
|
2007-03-12 11:07:02 +01:00
|
|
|
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
|
|
|
BEGIN
|
|
|
|
|
STRING_RICHTEXT_FILES_RTF, "Tekst sformatowany - RTF (*.rtf)"
|
|
|
|
|
STRING_TEXT_FILES_TXT, "Dokument tekstowy (*.txt)"
|
|
|
|
|
STRING_ALL_FILES, "Wszystkie dokumenty (*.*)"
|
|
|
|
|
END
|