Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
487637b3
Commit
487637b3
authored
Mar 10, 2006
by
Fatih Asici
Committed by
Alexandre Julliard
Mar 10, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wordpad: Add Turkish resource file.
parent
7afc874b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
69 additions
and
0 deletions
+69
-0
Tr.rc
programs/wordpad/Tr.rc
+68
-0
rsrc.rc
programs/wordpad/rsrc.rc
+1
-0
No files found.
programs/wordpad/Tr.rc
0 → 100644
View file @
487637b3
/*
* 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
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
MAINMENU MENU DISCARDABLE
BEGIN
POPUP "&Dosya"
BEGIN
MENUITEM "&Yeni", ID_FILE_NEW
MENUITEM "&A", ID_FILE_OPEN
MENUITEM "&Kaydet", ID_FILE_SAVE
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 "&Tmn se\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 "&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
programs/wordpad/rsrc.rc
View file @
487637b3
...
...
@@ -83,3 +83,4 @@ IDB_TOOLBAR BITMAP "toolbar.bmp"
#include "Nl.rc"
#include "No.rc"
#include "Ru.rc"
#include "Tr.rc"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment