reactos/base/applications/winhlp32/lang/Tr.rc
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

84 lines
3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* Turkish Resources for ReactOS Winhlp32
*
* Copyrights: 2006 - Fatih Aşıcı (fasici@linux-sevenler.org), 2013 - Erdem Ersoy (eersoy93) (erdemersoy@live.com)
*
* 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_TURKISH, SUBLANG_DEFAULT
/* Menu */
MAIN_MENU MENU
{
POPUP "&Kütük" {
MENUITEM "&Aç...", MNID_FILE_OPEN
MENUITEM SEPARATOR
MENUITEM "&Yazdır...", MNID_FILE_PRINT
MENUITEM "Ya&zıcı Ayarları...", MNID_FILE_SETUP
MENUITEM SEPARATOR
MENUITEM "&Çıkış", MNID_FILE_EXIT
}
POPUP "&Düzen" {
MENUITEM "&Çoğalt", MNID_EDIT_COPYDLG
MENUITEM SEPARATOR
MENUITEM "&Hâşiye Ekle...", MNID_EDIT_ANNOTATE
}
POPUP "Y&er İmleri" {
MENUITEM "&Düzenle...", MNID_BKMK_DEFINE
}
POPUP "&Seçenekler" {
POPUP "&Her Zaman Üstte Olma"
BEGIN
MENUITEM "&Öntanımlı", MNID_OPTS_HELP_DEFAULT
MENUITEM "&Evet", MNID_OPTS_HELP_VISIBLE
MENUITEM "&Hayır", MNID_OPTS_HELP_NONVISIBLE
END
MENUITEM "&Geçmiş", MNID_OPTS_HISTORY
POPUP "&Metin Boyutu"
BEGIN
MENUITEM "&Küçük", MNID_OPTS_FONTS_SMALL
MENUITEM "&Orta", MNID_OPTS_FONTS_NORMAL
MENUITEM "&Büyük", MNID_OPTS_FONTS_LARGE
END
MENUITEM "&Dizge Renklerini Kullan", MNID_OPTS_SYSTEM_COLORS
}
POPUP "&Yardım" {
MENUITEM "&Yardım Konuları", MNID_HELP_HELPON
MENUITEM "H&er Zaman Üstte", MNID_HELP_HELPTOP
MENUITEM SEPARATOR
MENUITEM "&Hakkında", MNID_HELP_ABOUT
}
}
/* Strings */
STRINGTABLE
{
STID_WINE_HELP, "Yardım Kütüğü Görüntüleyicisi"
STID_WHERROR, "YANLIŞLIK"
STID_WARNING, "UYARI"
STID_INFO, "Bilgi"
STID_NOT_IMPLEMENTED, "Daha bitirilmemiştir."
STID_HLPFILE_ERROR_s, "%s kütüğü açılırken bir yanlışlık oluştu."
STID_INDEX, "D&izin"
STID_CONTENTS, "İ&çindekiler"
STID_BACK, "&Geri"
STID_ALL_FILES, "Tüm Kütükler (*.*)"
STID_HELP_FILES_HLP, "Yardım Kütükleri (*.hlp)"
STID_FILE_NOT_FOUND_s, "%s kütüğü bulunamıyor. Bu kütüğü kendiniz bulmak istiyor musunuz?"
STID_NO_RICHEDIT, "Zengin metin kitaplığı bulunamadı."
}