From 5723151c04ffaae9ecd965c188e29c9cdb923914 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Miko=C5=82aj=20Zalewski?= Date: Sat, 13 Jan 2007 23:51:55 +0100 Subject: [PATCH] wordpad: Add Polish translation. --- programs/wordpad/Pl.rc | 67 ++++++++++++++++++++++++++++++++++++++++++++++++ programs/wordpad/rsrc.rc | 1 + 2 files changed, 68 insertions(+) create mode 100644 programs/wordpad/Pl.rc diff --git a/programs/wordpad/Pl.rc b/programs/wordpad/Pl.rc new file mode 100644 index 00000000000..3f0bf06ff21 --- /dev/null +++ b/programs/wordpad/Pl.rc @@ -0,0 +1,67 @@ +/* + * 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órz\tCtrl+O", ID_FILE_OPEN + MENUITEM "&Zapisz\tCtrl+S", ID_FILE_SAVE + MENUITEM SEPARATOR + MENUITEM "Za&koñcz", ID_FILE_EXIT + END + POPUP "&Edycja" + BEGIN + MENUITEM "&Cofnij\tCtrl+Z", ID_EDIT_UNDO + MENUITEM "&Powtórz\tCtrl+Y", ID_EDIT_REDO + MENUITEM "&Zaznacz wszystko\tCtrl+A", ID_EDIT_SELECTALL + MENUITEM SEPARATOR + MENUITEM "Wy&tnij\tCtrl+X", ID_EDIT_CUT + MENUITEM "&Kopiuj\tCtrl+C", ID_EDIT_COPY + 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ów", ID_EDIT_CHARFORMAT + MENUITEM "&Standardowy format znaków", ID_EDIT_DEFCHARFORMAT + MENUITEM "Format aka&pitu", ID_EDIT_PARAFORMAT + MENUITEM "&Pobie¿ tekst", ID_EDIT_GETTEXT + END + END + POPUP "F&ormat" + BEGIN + POPUP "&T³o" + BEGIN + MENUITEM "&System\tCtrl+1", ID_BACK_1 + MENUITEM "&PostThat (¿ó³ty)\tCtrl+2", ID_BACK_2 + END + POPUP "&Wyrównanie" + BEGIN + MENUITEM "Do &lewej\tCtrl+L", ID_ALIGN_LEFT + MENUITEM "&Wyœrodkowanie\tCtrl+E", ID_ALIGN_CENTER + MENUITEM "Do &Prawej\tCtrl+R", ID_ALIGN_RIGHT + END + END +END diff --git a/programs/wordpad/rsrc.rc b/programs/wordpad/rsrc.rc index ca3bf51c6da..a4c57e56c17 100644 --- a/programs/wordpad/rsrc.rc +++ b/programs/wordpad/rsrc.rc @@ -83,5 +83,6 @@ IDB_TOOLBAR BITMAP "toolbar.bmp" #include "Ko.rc" #include "Nl.rc" #include "No.rc" +#include "Pl.rc" #include "Ru.rc" #include "Tr.rc" -- 2.11.4.GIT