Sweden-Number/programs/notepad/Tr.rc

152 lines
6.3 KiB
Plaintext
Raw Normal View History

2006-02-06 13:07:44 +01:00
/*
* Notepad (Turkish resources)
*
2006-09-25 17:41:14 +02:00
* Copyright 2006 Fatih A<><41>c<EFBFBD> <fatih.asici@gmail.com>
2006-02-06 13:07:44 +01:00
*
* 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-02-06 13:07:44 +01:00
*/
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
MAIN_MENU MENU
{
POPUP "&Dosya" {
MENUITEM "&Yeni\tCtrl+N", CMD_NEW
MENUITEM "&A<>...\tCtrl+O", CMD_OPEN
2006-02-06 13:07:44 +01:00
MENUITEM "&Kaydet\tCtrl+S", CMD_SAVE
MENUITEM "&Farkl<6B> Kaydet...", CMD_SAVE_AS
MENUITEM SEPARATOR
2006-10-22 19:27:37 +02:00
MENUITEM "Ya&zd<7A>r...\tCtrl+P", CMD_PRINT
2006-02-06 13:07:44 +01:00
MENUITEM "Sa&yfa Ayar<61>...", CMD_PAGE_SETUP
MENUITEM "Yaz<61>c<EFBFBD> &Ayarlar<61>...", CMD_PRINTER_SETUP
MENUITEM SEPARATOR
MENUITEM "&<26><>k<EFBFBD><6B>", CMD_EXIT
}
POPUP "D&<26>zenle" {
MENUITEM "&Geri Al\tCtrl+Z", CMD_UNDO
MENUITEM SEPARATOR
MENUITEM "&Kes\tCtrl+X", CMD_CUT
MENUITEM "K&opyala\tCtrl+C", CMD_COPY
MENUITEM "Ya&p<><70>t<EFBFBD>r\tCtrl+V", CMD_PASTE
MENUITEM "&Sil\tDel", CMD_DELETE
MENUITEM SEPARATOR
MENUITEM "&T<>m<EFBFBD>n<EFBFBD> se<73>\tCtrl+A", CMD_SELECT_ALL
MENUITEM "S&aat/Tarih\tF5", CMD_TIME_DATE
MENUITEM SEPARATOR
MENUITEM "&Uzun sat<61>rlar<61> k<>rp", CMD_WRAP
MENUITEM "&Yaz<61> Tipi...", CMD_FONT
}
POPUP "&Bul" {
2006-10-22 19:27:37 +02:00
MENUITEM "&Bul...\tCtrl+F", CMD_SEARCH
2006-02-06 13:07:44 +01:00
MENUITEM "&Sonrakini bul\tF3", CMD_SEARCH_NEXT
}
POPUP "&Yard<72>m" {
MENUITEM "&<26><>indekiler", CMD_HELP_CONTENTS
MENUITEM "&Ara...", CMD_HELP_SEARCH
MENUITEM "&Yard<72>m kullan<61>m<EFBFBD>", CMD_HELP_ON_HELP
MENUITEM SEPARATOR
2006-10-22 19:27:37 +02:00
POPUP "B&ilgi" {
MENUITEM "&Lisans...", CMD_LICENSE
MENUITEM "&GARANT<4E> YOK...", CMD_NO_WARRANTY
MENUITEM "&Wine Hakk<6B>nda...", CMD_ABOUT_WINE
2006-02-06 13:07:44 +01:00
}
}
}
/* Dialog `Page setup' */
DIALOG_PAGESETUP DIALOG 0, 0, 225, 95
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Sayfa Ayarlar<61>"
{
LTEXT "&Sayfa Ba<42><61>:", 0x140, 10, 07, 40, 15
EDITTEXT 0x141, 60, 05,110, 12, WS_BORDER | WS_TABSTOP
LTEXT "&Sayfa Sonu:", 0x142, 10, 24, 40, 15
EDITTEXT 0x143, 60, 22,110, 12, WS_BORDER | WS_TABSTOP
GROUPBOX "&Kenarl<72>klar:", 0x144, 10, 43,160, 45
LTEXT "&Sol:", 0x145, 20, 55, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_LEFTVALUE,*/ 0x147, 50, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
LTEXT "&<26>st:", 0x148, 20, 73, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_TOPVALUE,*/ 0x14A, 50, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
LTEXT "S&a<>:", 0x14B, 100, 55, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_RIGHTVALUE,*/ 0x14D, 130, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
LTEXT "A&lt:", 0x14E,100, 73, 30, 10, WS_CHILD
EDITTEXT /*STRING_PAGESETUP_BOTTOMVALUE,*/ 0x150, 130, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "Tamam", IDOK, 180, 3, 40, 15, WS_TABSTOP
PUSHBUTTON "<22>ptal", IDCANCEL, 180, 21, 40, 15, WS_TABSTOP
PUSHBUTTON "&Yard<72>m", IDHELP, 180, 39, 40, 15, WS_TABSTOP
}
STRINGTABLE DISCARDABLE
{
STRING_PAGESETUP_HEADERVALUE, "&n" /* FIXME */
STRING_PAGESETUP_FOOTERVALUE, "&s. Sayfa" /* FIXME */
STRING_PAGESETUP_LEFTVALUE, "20 mm" /* FIXME */
STRING_PAGESETUP_RIGHTVALUE, "20 mm" /* FIXME */
STRING_PAGESETUP_TOPVALUE, "25 mm" /* FIXME */
STRING_PAGESETUP_BOTTOMVALUE, "25 mm" /* FIXME */
STRING_NOTEPAD, "Not Defteri"
STRING_ERROR, "HATA"
STRING_WARNING, "UYARI"
STRING_INFO, "Bilgi"
2006-09-25 17:41:14 +02:00
STRING_UNTITLED, "Ads<64>z"
2006-02-06 13:07:44 +01:00
STRING_ALL_FILES, "T<>m dosyalar (*.*)"
STRING_TEXT_FILES_TXT, "Metin Dosyalar<61> (*.txt)"
STRING_TOOLARGE, "'%s' dosyas<61> not defteri i<>in <20>ok b<>y<EFBFBD>k.\n \
L<EFBFBD>tfen de<64>i<EFBFBD>ik bir d<>zenleyici kullan<61>n."
STRING_NOTEXT, "Hi<48>bir metin yazmad<61>n<EFBFBD>z. \
\nL<6E>tfen bir<69>ey yaz<61>n ve tekrar deneyin"
STRING_DOESNOTEXIST, "'%s' dosyas<61>\nmevcut de<64>il\n\n \
Yeni bir dosya olu<6C>turmak ister misiniz?"
STRING_NOTSAVED, "'%s' dosyas<61>\nde<64>i<EFBFBD>tirildi\n\n \
De<EFBFBD>i<EFBFBD>iklikleri kaydetmek ister misiniz?"
STRING_NOTFOUND, "'%s' bulunam<61>yor."
STRING_OUT_OF_MEMORY, "Bu i<>lemi tamamlamak i<>in yeterli bellek\
alan<EFBFBD> yok. \nBir veya daha fazla uygulamay<61> kapatarak bo<62> bellek miktar<61>n<EFBFBD>\nartt<74>rmay<61> \
deneyin."
}
2006-09-25 17:41:14 +02:00
STRINGTABLE DISCARDABLE LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
{
IDS_LICENSE_CAPTION, "L<>SANS"
IDS_LICENSE,
"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.\n\
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.\n\
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"
IDS_WARRANTY_CAPTION, "GARANT<4E>S<EFBFBD>ZD<5A>R"
IDS_WARRANTY,
"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."
}