Tr.rc 2.66 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/*
 * Turkish Resources for Wordpad
 *
 * Copyright 2006 Fatih Ac <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
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 20 21 22 23 24 25 26
 */

LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT

MAINMENU MENU DISCARDABLE 
BEGIN
    POPUP "&Dosya"
    BEGIN
27 28 29
        MENUITEM "&Yeni\tCtrl+N",         ID_FILE_NEW
        MENUITEM "&A\tCtrl+O",           ID_FILE_OPEN
        MENUITEM "&Kaydet\tCtrl+S",       ID_FILE_SAVE
30 31 32 33 34 35 36 37 38 39
        MENUITEM SEPARATOR
        MENUITEM "&k",          ID_FILE_EXIT
    END
    POPUP "&Dzen"
    BEGIN
        MENUITEM "&Geri Al\tCtrl+Z",            ID_EDIT_UNDO
        MENUITEM "&Yinele\tCtrl+Y",             ID_EDIT_REDO
        MENUITEM SEPARATOR
        MENUITEM "Ke&s\tCtrl+X",                ID_EDIT_CUT
        MENUITEM "&Kopyala\tCtrl+C",            ID_EDIT_COPY
40 41 42
        MENUITEM "Ya&ptr\tCtrl+V",           ID_EDIT_PASTE
        MENUITEM "&Sil\tDel",                   ID_EDIT_CLEAR
        MENUITEM "&Tmn se\tCtrl+A",         ID_EDIT_SELECTALL
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
        MENUITEM SEPARATOR
        MENUITEM "Salt-&okunur",                ID_EDIT_READONLY
        MENUITEM "&Deimi",                   ID_EDIT_MODIFIED
        MENUITEM SEPARATOR
        POPUP "D&ierleri"
        BEGIN
            MENUITEM "Seim &bilgisi",              ID_EDIT_SELECTIONINFO
            MENUITEM "Karakter bi&imi",            ID_EDIT_CHARFORMAT
            MENUITEM "&ntanml kar. biimi",      ID_EDIT_DEFCHARFORMAT
            MENUITEM "Paragra&f biimi",            ID_EDIT_PARAFORMAT
            MENUITEM "&Metni al",                   ID_EDIT_GETTEXT
        END
    END
    POPUP "&Biim"
    BEGIN
        POPUP "&Arkaplan"
        BEGIN
            MENUITEM "S&istem\tCtrl+1",         ID_BACK_1
            MENUITEM "&Sarmtrak\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