Sweden-Number/programs/wordpad/Tr.rc

69 lines
2.5 KiB
Plaintext
Raw Normal View History

2006-03-10 16:19:25 +01:00
/*
* Turkish Resources for Wordpad
*
* Copyright 2006 Fatih A<><41>c<EFBFBD> <fasici@linux-sevenler.org>
*
* 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
2006-03-10 16:19:25 +01:00
*/
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
MAINMENU MENU DISCARDABLE
BEGIN
POPUP "&Dosya"
BEGIN
2006-07-12 14:08:47 +02:00
MENUITEM "&Yeni\tCtrl+N", ID_FILE_NEW
MENUITEM "&A<>\tCtrl+O", ID_FILE_OPEN
MENUITEM "&Kaydet\tCtrl+S", ID_FILE_SAVE
2006-03-10 16:19:25 +01:00
MENUITEM SEPARATOR
MENUITEM "&<26><>k", ID_FILE_EXIT
END
POPUP "&D<>zen"
BEGIN
MENUITEM "&Geri Al\tCtrl+Z", ID_EDIT_UNDO
MENUITEM "&Yinele\tCtrl+Y", ID_EDIT_REDO
MENUITEM "&T<>m<EFBFBD>n<EFBFBD> se<73>\tCtrl+A", ID_EDIT_SELECTALL
MENUITEM SEPARATOR
MENUITEM "Ke&s\tCtrl+X", ID_EDIT_CUT
MENUITEM "&Kopyala\tCtrl+C", ID_EDIT_COPY
MENUITEM SEPARATOR
MENUITEM "Salt-&okunur", ID_EDIT_READONLY
MENUITEM "&De<44>i<EFBFBD>mi<6D>", ID_EDIT_MODIFIED
MENUITEM SEPARATOR
POPUP "D&i<>erleri"
BEGIN
MENUITEM "Se<53>im &bilgisi", ID_EDIT_SELECTIONINFO
MENUITEM "Karakter bi&<26>imi", ID_EDIT_CHARFORMAT
MENUITEM "&<26>ntan<61>ml<6D> kar. bi<62>imi", ID_EDIT_DEFCHARFORMAT
MENUITEM "Paragra&f bi<62>imi", ID_EDIT_PARAFORMAT
MENUITEM "&Metni al", ID_EDIT_GETTEXT
END
END
POPUP "&Bi<42>im"
BEGIN
POPUP "&Arkaplan"
BEGIN
MENUITEM "S&istem\tCtrl+1", ID_BACK_1
MENUITEM "&Sar<61>mt<6D>rak\tCtrl+2", ID_BACK_2
END
POPUP "&Hizalama"
BEGIN
MENUITEM "S&ol\tCtrl+L", ID_ALIGN_LEFT
MENUITEM "O&rta\tCtrl+E", ID_ALIGN_CENTER
MENUITEM "S&a<>\tCtrl+R", ID_ALIGN_RIGHT
END
END
END