2 * Copyright 2004 by Krzysztof Foltman
3 * Copyright 2006 by Mikolaj Zalewski
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
22 MAINMENU MENU DISCARDABLE
26 MENUITEM "&Nowy\tCtrl+N", ID_FILE_NEW
27 MENUITEM "&Otwórz...\tCtrl+O", ID_FILE_OPEN
28 MENUITEM "&Zapisz\tCtrl+S", ID_FILE_SAVE
29 MENUITEM "Z&apisz jako...", ID_FILE_SAVEAS
31 MENUITEM "Za&koñcz", ID_FILE_EXIT
35 MENUITEM "&Cofnij\tCtrl+Z", ID_EDIT_UNDO
36 MENUITEM "&Powtórz\tCtrl+Y", ID_EDIT_REDO
38 MENUITEM "Wy&tnij\tCtrl+X", ID_EDIT_CUT
39 MENUITEM "&Kopiuj\tCtrl+C", ID_EDIT_COPY
40 MENUITEM "Wkl&ej\tCtrl+V", ID_EDIT_PASTE
41 MENUITEM "&Usuñ\tDel", ID_EDIT_CLEAR
42 MENUITEM "&Zaznacz wszystko\tCtrl+A", ID_EDIT_SELECTALL
44 MENUITEM "Tylko do &odczytu", ID_EDIT_READONLY
45 MENUITEM "&Zmodifykowany", ID_EDIT_MODIFIED
49 MENUITEM "Zaznaczenie - &info", ID_EDIT_SELECTIONINFO
50 MENUITEM "&Format znaków", ID_EDIT_CHARFORMAT
51 MENUITEM "&Standardowy format znaków", ID_EDIT_DEFCHARFORMAT
52 MENUITEM "Format aka&pitu", ID_EDIT_PARAFORMAT
53 MENUITEM "&Pobie¿ tekst", ID_EDIT_GETTEXT
58 MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
59 MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
60 MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
66 MENUITEM "&System\tCtrl+1", ID_BACK_1
67 MENUITEM "&PostThat (¿ó³ty)\tCtrl+2", ID_BACK_2
71 MENUITEM "Do &lewej\tCtrl+L", ID_ALIGN_LEFT
72 MENUITEM "&Wyœrodkowanie\tCtrl+E", ID_ALIGN_CENTER
73 MENUITEM "Do &Prawej\tCtrl+R", ID_ALIGN_RIGHT
78 STRINGTABLE DISCARDABLE
80 STRING_RICHTEXT_FILES_RTF, "Tekst sformatowany - RTF (*.rtf)"
81 STRING_TEXT_FILES_TXT, "Dokument tekstowy (*.txt)"
82 STRING_ALL_FILES, "Wszystkie dokumenty (*.*)"