2023-12-03 19:38:40 +00:00
/*
* PROJECT: ReactOS Shell32
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
* PURPOSE: Turkish resource file
* TRANSLATORS: Copyright 2006 Fatih Aşı cı <fasici@linux-sevenler.org>
* Copyright 2012 Arda Tanrı kulu (ardatan) <ardatanrikulu@gmail.com>
2023-12-18 06:05:07 +00:00
* Copyright 2015-2020 Erdem Ersoy (eersoy93) <erdemersoy@erdemersoy.net>
2023-12-03 19:38:40 +00:00
*/
2016-10-02 20:37:58 +00:00
2007-10-11 18:07:01 +00:00
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
2016-09-26 00:43:21 +00:00
MENU_001 MENUEX
2007-10-11 18:07:01 +00:00
BEGIN
[SHELL32] *.rc: accelerator fixes, FIXMEs, drive-properties bg-BG and fr-FR (#6591)
* en-US.rc: create the TODO-list for the required menu-accel-changes
* some accelerator fixes, and add many FIXMEs for stuff that still needs to be improved
* beg the translators to shorten the "On Disk:" string in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
* strip superfluous spaces at some strings end and ':' within groupboxes, MS never does that
* bg-BG.rc & fr-FR.rc: Fix text-truncation, It got worse by 0.4.15-dev-5993-g a5bff2457a1014c266ce9c808d22a9967a4baca2 (#5239) A suggestion of Stasm, personally I dislike moving/resizing controls to dimenstions != en-US
* zh-CN.rc: China is the new land of capitalism, so CAPITALIZE the S. Grab another &W used in en-US/zh-TW
* he-IL.rc: strip a useless comment which just does repeat the string 1:1
* zh-TW: This taiwanese question-mark here is wrong, because the question spans over multiple controls, and the last one already ends with such a question mark.
* pt-PT.rc: Name the attributes-column 'Atributos', as that is the same name that is used in the file-properties-dlg
* sk-SK.rc: strip a comment that does not exist in any other lang
* Fix some lines which had 2 accelerators each, e.g. de-DE.
IDD_FOLDER_OPTIONS_GENERAL has 100% correct german accelerators now (checked against german XPSP3).
* es-ES.rc: remove a stone-age-workaround, and use the height from en-US again here. The text fits the single line fine now.
* no-NO.rc: Fix a regression of 0.4.9-dev-794-g bf88116252071487289235ca803540e61d685d84 which added the 70 to the 3 PUSHBUTTONS for all languages, but for no-NO.rc the third button was forgotten
* pt-PT.rc: Fix 2 wrong accelerators. They have been added by a pt-PT.rc translator, but Windows doesn't have them. Windows uses ENTER and ESCAPE just here. And other translators are aware of that. The thing that actually SHOULD have an accelerator in that dialog is the LTEXT "Abrir", but ironically that one was forgotten / intentionally removed by the pt-PT.rc translator upon translation. A pity!
* pt-PT.rc: pt-PT.rc was crippled regarding accelerators, mostly during 0.4.14-dev'ing. Wisdom of the elders was trampled down here.
* pt-PT.rc: fix unintended "::"
* tr-TR.rc: During 0.4.15-dev'ing a lot of accelerators and capitalization were changed in this file, and during that the IDS_* accelerators at the bottom in that file in the
/* context menus */
section were changed, but the reminder-menu-layouts IDM_* and FCIDM_SHVIEW_* were forgotten to be kept in sync.
That is such a common pitfall. Happened to all of us more than one time already.
Sync the capitalization for that file at least. While knowing that there is still a lot of async left for other files.
* tr-TR.rc: Point with 2 FIXMEs to some accelerator-issues that only somebody with a real turkish Windows will be able to fix properly. Actually most likely at least 6 lines in this file are involved into that collision. Try to mention them within the comment at least.
IDM_COPY
IDM_CREATELINK
IDM_DELETE
and
IDS_COPY
IDS_CREATELINK
IDS_DELETE
This bug does only affect master, and no older releases in this form.
* en-US.rc: And finally add a big fat TODO comment for my future self, regarding dlg redesign where attrubutes will need to be laid out vertically in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
2024-03-26 16:07:33 +00:00
MENUITEM "&Büyük simgeler", FCIDM_SHVIEW_BIGICON
MENUITEM "&Küçük simgeler", FCIDM_SHVIEW_SMALLICON
2020-05-14 12:23:05 +00:00
MENUITEM "&Liste", FCIDM_SHVIEW_LISTVIEW
2013-11-28 22:18:05 +00:00
MENUITEM "&Ayrı ntı lar", FCIDM_SHVIEW_REPORTVIEW
2016-09-26 00:43:21 +00:00
MENUITEM "", -1, MFT_SEPARATOR
POPUP "&Simgeleri Düzenle", FCIDM_SHVIEW_ARRANGE
BEGIN
MENUITEM "", -1, MFT_SEPARATOR
2021-10-09 20:40:55 +00:00
MENUITEM "&Otomatik Düzenle", FCIDM_SHVIEW_AUTOARRANGE
2020-05-14 12:23:05 +00:00
MENUITEM "I&zgaraya Uydur", FCIDM_SHVIEW_ALIGNTOGRID
2016-09-26 00:43:21 +00:00
END
2007-10-11 18:07:01 +00:00
END
2007-10-22 16:49:34 +00:00
/* shellview background menu */
2016-09-26 00:43:21 +00:00
MENU_002 MENUEX
2007-10-11 18:07:01 +00:00
BEGIN
2012-01-17 18:45:41 +00:00
POPUP ""
BEGIN
2016-09-26 00:43:21 +00:00
POPUP "&Görünüm", FCIDM_SHVIEW_VIEW
2012-01-17 18:45:41 +00:00
BEGIN
[SHELL32] *.rc: accelerator fixes, FIXMEs, drive-properties bg-BG and fr-FR (#6591)
* en-US.rc: create the TODO-list for the required menu-accel-changes
* some accelerator fixes, and add many FIXMEs for stuff that still needs to be improved
* beg the translators to shorten the "On Disk:" string in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
* strip superfluous spaces at some strings end and ':' within groupboxes, MS never does that
* bg-BG.rc & fr-FR.rc: Fix text-truncation, It got worse by 0.4.15-dev-5993-g a5bff2457a1014c266ce9c808d22a9967a4baca2 (#5239) A suggestion of Stasm, personally I dislike moving/resizing controls to dimenstions != en-US
* zh-CN.rc: China is the new land of capitalism, so CAPITALIZE the S. Grab another &W used in en-US/zh-TW
* he-IL.rc: strip a useless comment which just does repeat the string 1:1
* zh-TW: This taiwanese question-mark here is wrong, because the question spans over multiple controls, and the last one already ends with such a question mark.
* pt-PT.rc: Name the attributes-column 'Atributos', as that is the same name that is used in the file-properties-dlg
* sk-SK.rc: strip a comment that does not exist in any other lang
* Fix some lines which had 2 accelerators each, e.g. de-DE.
IDD_FOLDER_OPTIONS_GENERAL has 100% correct german accelerators now (checked against german XPSP3).
* es-ES.rc: remove a stone-age-workaround, and use the height from en-US again here. The text fits the single line fine now.
* no-NO.rc: Fix a regression of 0.4.9-dev-794-g bf88116252071487289235ca803540e61d685d84 which added the 70 to the 3 PUSHBUTTONS for all languages, but for no-NO.rc the third button was forgotten
* pt-PT.rc: Fix 2 wrong accelerators. They have been added by a pt-PT.rc translator, but Windows doesn't have them. Windows uses ENTER and ESCAPE just here. And other translators are aware of that. The thing that actually SHOULD have an accelerator in that dialog is the LTEXT "Abrir", but ironically that one was forgotten / intentionally removed by the pt-PT.rc translator upon translation. A pity!
* pt-PT.rc: pt-PT.rc was crippled regarding accelerators, mostly during 0.4.14-dev'ing. Wisdom of the elders was trampled down here.
* pt-PT.rc: fix unintended "::"
* tr-TR.rc: During 0.4.15-dev'ing a lot of accelerators and capitalization were changed in this file, and during that the IDS_* accelerators at the bottom in that file in the
/* context menus */
section were changed, but the reminder-menu-layouts IDM_* and FCIDM_SHVIEW_* were forgotten to be kept in sync.
That is such a common pitfall. Happened to all of us more than one time already.
Sync the capitalization for that file at least. While knowing that there is still a lot of async left for other files.
* tr-TR.rc: Point with 2 FIXMEs to some accelerator-issues that only somebody with a real turkish Windows will be able to fix properly. Actually most likely at least 6 lines in this file are involved into that collision. Try to mention them within the comment at least.
IDM_COPY
IDM_CREATELINK
IDM_DELETE
and
IDS_COPY
IDS_CREATELINK
IDS_DELETE
This bug does only affect master, and no older releases in this form.
* en-US.rc: And finally add a big fat TODO comment for my future self, regarding dlg redesign where attrubutes will need to be laid out vertically in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
2024-03-26 16:07:33 +00:00
MENUITEM "&Büyük simgeler", FCIDM_SHVIEW_BIGICON
MENUITEM "&Küçük simgeler", FCIDM_SHVIEW_SMALLICON
2020-05-14 12:23:05 +00:00
MENUITEM "&Liste", FCIDM_SHVIEW_LISTVIEW
2013-11-28 22:18:05 +00:00
MENUITEM "&Ayrı ntı lar", FCIDM_SHVIEW_REPORTVIEW
2012-01-17 18:45:41 +00:00
END
2016-09-26 00:43:21 +00:00
MENUITEM "", -1, MFT_SEPARATOR
POPUP "&Simgeleri Düzenle", FCIDM_SHVIEW_ARRANGE
2012-01-17 18:45:41 +00:00
BEGIN
2016-09-26 00:43:21 +00:00
MENUITEM "", -1, MFT_SEPARATOR
2016-10-02 20:37:58 +00:00
MENUITEM "&Kendiliğinden Düzenle", FCIDM_SHVIEW_AUTOARRANGE
2020-05-14 12:23:05 +00:00
MENUITEM "I&zgaraya Uydur", FCIDM_SHVIEW_ALIGNTOGRID
2012-01-17 18:45:41 +00:00
END
2016-10-02 20:37:58 +00:00
MENUITEM "&Yenile", FCIDM_SHVIEW_REFRESH
2016-09-26 00:43:21 +00:00
MENUITEM "", -1, MFT_SEPARATOR
2016-10-02 20:37:58 +00:00
MENUITEM "Y&apı ştı r", FCIDM_SHVIEW_INSERT
2020-05-14 12:23:05 +00:00
MENUITEM "&Kı sayol Yapı ştı r", FCIDM_SHVIEW_INSERTLINK
2012-01-17 18:45:41 +00:00
END
2007-10-11 18:07:01 +00:00
END
2014-12-22 18:48:47 +00:00
/* menubar EDIT menu */
MENU_003 MENU
BEGIN
2020-05-14 12:23:05 +00:00
MENUITEM "&Geri Al\tCtrl+Z", FCIDM_SHVIEW_UNDO
2014-12-22 18:48:47 +00:00
MENUITEM SEPARATOR
2020-05-14 12:23:05 +00:00
MENUITEM "&Kes\tCtrl+X", FCIDM_SHVIEW_CUT
MENUITEM "K&opyala\tCtrl+C", FCIDM_SHVIEW_COPY
MENUITEM "&Yapı ştı r\tCtrl+V", FCIDM_SHVIEW_INSERT
MENUITEM "Kı &sayol Yapı ştı r", FCIDM_SHVIEW_INSERTLINK
2014-12-22 18:48:47 +00:00
MENUITEM SEPARATOR
2020-05-14 12:23:05 +00:00
MENUITEM "&Dizine Kopyala...", FCIDM_SHVIEW_COPYTO
MENUITEM "Di&zine Taşı ...", FCIDM_SHVIEW_MOVETO
2014-12-22 18:48:47 +00:00
MENUITEM SEPARATOR
2020-05-14 12:23:05 +00:00
MENUITEM "&Tümünü Seç\tCtrl+A", FCIDM_SHVIEW_SELECTALL
MENUITEM "S&eçimi Tersine Çevir", FCIDM_SHVIEW_INVERTSELECTION
2014-12-22 18:48:47 +00:00
END
2007-10-22 16:49:34 +00:00
/* shellview item menu */
2013-10-13 22:31:17 +00:00
MENU_SHV_FILE MENU
2007-10-11 18:07:01 +00:00
BEGIN
2012-01-17 18:45:41 +00:00
POPUP ""
BEGIN
MENUITEM SEPARATOR
2017-08-14 15:25:58 +00:00
MENUITEM "&Kes", IDM_CUT
2020-05-14 12:23:05 +00:00
MENUITEM "K&opyala", IDM_COPY
MENUITEM "&Yapı ştı r", IDM_INSERT
2012-01-17 18:45:41 +00:00
MENUITEM SEPARATOR
[SHELL32] *.rc: accelerator fixes, FIXMEs, drive-properties bg-BG and fr-FR (#6591)
* en-US.rc: create the TODO-list for the required menu-accel-changes
* some accelerator fixes, and add many FIXMEs for stuff that still needs to be improved
* beg the translators to shorten the "On Disk:" string in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
* strip superfluous spaces at some strings end and ':' within groupboxes, MS never does that
* bg-BG.rc & fr-FR.rc: Fix text-truncation, It got worse by 0.4.15-dev-5993-g a5bff2457a1014c266ce9c808d22a9967a4baca2 (#5239) A suggestion of Stasm, personally I dislike moving/resizing controls to dimenstions != en-US
* zh-CN.rc: China is the new land of capitalism, so CAPITALIZE the S. Grab another &W used in en-US/zh-TW
* he-IL.rc: strip a useless comment which just does repeat the string 1:1
* zh-TW: This taiwanese question-mark here is wrong, because the question spans over multiple controls, and the last one already ends with such a question mark.
* pt-PT.rc: Name the attributes-column 'Atributos', as that is the same name that is used in the file-properties-dlg
* sk-SK.rc: strip a comment that does not exist in any other lang
* Fix some lines which had 2 accelerators each, e.g. de-DE.
IDD_FOLDER_OPTIONS_GENERAL has 100% correct german accelerators now (checked against german XPSP3).
* es-ES.rc: remove a stone-age-workaround, and use the height from en-US again here. The text fits the single line fine now.
* no-NO.rc: Fix a regression of 0.4.9-dev-794-g bf88116252071487289235ca803540e61d685d84 which added the 70 to the 3 PUSHBUTTONS for all languages, but for no-NO.rc the third button was forgotten
* pt-PT.rc: Fix 2 wrong accelerators. They have been added by a pt-PT.rc translator, but Windows doesn't have them. Windows uses ENTER and ESCAPE just here. And other translators are aware of that. The thing that actually SHOULD have an accelerator in that dialog is the LTEXT "Abrir", but ironically that one was forgotten / intentionally removed by the pt-PT.rc translator upon translation. A pity!
* pt-PT.rc: pt-PT.rc was crippled regarding accelerators, mostly during 0.4.14-dev'ing. Wisdom of the elders was trampled down here.
* pt-PT.rc: fix unintended "::"
* tr-TR.rc: During 0.4.15-dev'ing a lot of accelerators and capitalization were changed in this file, and during that the IDS_* accelerators at the bottom in that file in the
/* context menus */
section were changed, but the reminder-menu-layouts IDM_* and FCIDM_SHVIEW_* were forgotten to be kept in sync.
That is such a common pitfall. Happened to all of us more than one time already.
Sync the capitalization for that file at least. While knowing that there is still a lot of async left for other files.
* tr-TR.rc: Point with 2 FIXMEs to some accelerator-issues that only somebody with a real turkish Windows will be able to fix properly. Actually most likely at least 6 lines in this file are involved into that collision. Try to mention them within the comment at least.
IDM_COPY
IDM_CREATELINK
IDM_DELETE
and
IDS_COPY
IDS_CREATELINK
IDS_DELETE
This bug does only affect master, and no older releases in this form.
* en-US.rc: And finally add a big fat TODO comment for my future self, regarding dlg redesign where attrubutes will need to be laid out vertically in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
2024-03-26 16:07:33 +00:00
MENUITEM "Kı &sayol oluştur", IDM_CREATELINK //FIXME: The accelerator IDM_CREATELINK is currently offsync in master compared to IDS_CREATELINK! Older releases used &o here but that is currently blocked by IDM_COPY
MENUITEM "Si&l", IDM_DELETE //FIXME: This accelerator is a poor choice, because l is a narrow character. Older releases used &S here. But that is currently blocked by IDM_CREATELINK
MENUITEM "Y&eniden adlandı r", IDM_RENAME
2012-01-17 18:45:41 +00:00
MENUITEM SEPARATOR
2020-05-14 12:23:05 +00:00
MENUITEM "Ö&zellikler", IDM_PROPERTIES
2012-01-17 18:45:41 +00:00
END
2007-10-11 18:07:01 +00:00
END
2018-02-17 17:18:43 +00:00
IDM_DRAGFILE MENU
BEGIN
POPUP ""
BEGIN
2020-05-14 12:23:05 +00:00
MENUITEM "&Buraya Kopyala", IDM_COPYHERE
MENUITEM "B&uraya Taşı ", IDM_MOVEHERE
MENUITEM "Kı &sayolları Burada Oluştur", IDM_LINKHERE
2018-02-17 17:18:43 +00:00
MENUITEM SEPARATOR
2020-05-14 12:23:05 +00:00
MENUITEM "İptal", 0
2018-02-17 17:18:43 +00:00
END
END
2024-08-15 16:40:32 +00:00
IDM_DVSELECT MENU
BEGIN
POPUP ""
BEGIN
MENUITEM "Se&lect", 0
END
END
2013-10-13 22:31:17 +00:00
IDD_BROWSE_FOR_FOLDER DIALOGEX 15, 40, 188, 192
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
2016-10-02 20:37:58 +00:00
CAPTION "Dizin İçin Göz At"
2007-10-11 18:07:01 +00:00
FONT 8, "MS Shell Dlg"
2007-10-22 16:49:34 +00:00
BEGIN
2019-03-03 01:23:34 +00:00
LTEXT "", IDC_BROWSE_FOR_FOLDER_TITLE, 4, 4, 180, 24
2012-01-17 21:28:17 +00:00
LTEXT "", IDC_BROWSE_FOR_FOLDER_STATUS, 4, 25, 180, 12
2017-11-03 10:09:30 +00:00
CONTROL "", IDC_BROWSE_FOR_FOLDER_TREEVIEW, "SysTreeView32", TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT | TVS_EDITLABELS | WS_BORDER | WS_TABSTOP, 4, 40, 180, 120
2024-05-25 08:28:59 +00:00
DEFPUSHBUTTON "Tamam", IDOK, 80, 176, 50, 12, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
2024-06-12 10:11:52 +00:00
PUSHBUTTON "İptal", IDCANCEL, 134, 176, 50, 12
2007-10-22 16:49:34 +00:00
END
2013-10-13 22:31:17 +00:00
IDD_BROWSE_FOR_FOLDER_NEW DIALOGEX 15, 40, 218, 196
2021-03-14 09:35:40 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
2016-10-02 20:37:58 +00:00
CAPTION "Dizin İçin Göz At"
2007-10-22 16:49:34 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2012-01-17 21:28:17 +00:00
LTEXT "", IDC_BROWSE_FOR_FOLDER_TITLE, 10, 8, 198, 24
LTEXT "", IDC_BROWSE_FOR_FOLDER_STATUS, 10, 25, 198, 12
2021-03-15 07:30:32 +00:00
EDITTEXT IDC_BROWSE_FOR_FOLDER_FOLDER_TEXT, 12, 38, 194, 14, ES_AUTOHSCROLL | WS_GROUP
2021-03-14 22:13:03 +00:00
CONTROL "", IDC_BROWSE_FOR_FOLDER_TREEVIEW, "SysTreeView32", TVS_SHOWSELALWAYS | TVS_EDITLABELS | TVS_LINESATROOT | TVS_HASLINES | TVS_HASBUTTONS | WS_BORDER | WS_TABSTOP, 12, 58, 194, 105
2016-10-02 20:37:58 +00:00
PUSHBUTTON "&Yeni Dizin Oluştur", IDC_BROWSE_FOR_FOLDER_NEW_FOLDER, 12, 174, 77, 14, WS_GROUP | WS_TABSTOP
2024-05-11 18:37:34 +00:00
DEFPUSHBUTTON "Tamam", IDOK, 102, 174, 50, 14
PUSHBUTTON "İptal", IDCANCEL, 156, 174, 50, 14
2007-10-22 16:49:34 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_YESTOALL_MSGBOX DIALOGEX 200, 100, 280, 90
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2016-10-02 20:37:58 +00:00
CAPTION "İleti"
2007-10-22 16:49:34 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2012-03-25 14:26:35 +00:00
DEFPUSHBUTTON "&Evet", IDYES, 34, 69, 53, 14, WS_GROUP | WS_TABSTOP
2024-06-12 10:11:52 +00:00
PUSHBUTTON "&Tümüne Evet", IDC_YESTOALL, 92, 69, 65, 14
PUSHBUTTON "&Hayı r", IDNO, 162, 69, 53, 14
2024-05-22 02:29:21 +00:00
PUSHBUTTON "İptal", IDCANCEL, 220, 69, 53, 14
2012-01-17 21:28:17 +00:00
ICON "", IDC_YESTOALL_ICON, 10, 10, 16, 16
LTEXT "", IDC_YESTOALL_MESSAGE, 40, 10, 238, 52, 0
2007-10-22 16:49:34 +00:00
END
2007-10-11 18:07:01 +00:00
2024-07-11 08:20:45 +00:00
IDD_ABOUT DIALOGEX 20, 20, 275, 198
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2020-05-14 12:23:05 +00:00
CAPTION "%s Hakkı nda"
2007-10-27 21:02:34 +00:00
FONT 8, "MS Shell Dlg"
2007-10-22 16:49:34 +00:00
BEGIN
2012-01-17 21:28:17 +00:00
ICON "", IDC_ABOUT_ICON, 7, 55, 21, 20
2021-10-10 18:50:18 +00:00
LTEXT "", IDC_ABOUT_APPNAME, 35, 55, 200, 10, SS_NOPREFIX
LTEXT "", IDC_ABOUT_VERSION, 35, 65, 250, 10, SS_NOPREFIX
2023-09-27 20:23:31 +00:00
LTEXT "Telif Hakkı 1996-", IDC_STATIC, 35, 75, 53, 10
2012-01-17 18:45:41 +00:00
LTEXT COPYRIGHT_YEAR, IDC_STATIC, 88, 75, 17, 10
2012-03-25 14:26:35 +00:00
LTEXT " ReactOS Takı mı \0", IDC_STATIC, 105, 75, 53, 10
2021-10-10 18:50:18 +00:00
LTEXT "", IDC_ABOUT_OTHERSTUFF, 35, 90, 180, 20, SS_NOPREFIX
2021-10-09 20:40:55 +00:00
LTEXT "Bu ReactOS sürümü şu kişiye kayı tlı dı r:", IDC_ABOUT_REG_TO, 35, 115, 180, 10
2021-10-10 18:50:18 +00:00
LTEXT "", IDC_ABOUT_REG_USERNAME, 45, 125, 180, 10, SS_NOPREFIX
LTEXT "", IDC_ABOUT_REG_ORGNAME, 45, 135, 180, 10, SS_NOPREFIX
2012-01-17 18:45:41 +00:00
LTEXT "", IDC_STATIC, 35, 147, 235, 1, SS_ETCHEDHORZ
2021-10-09 20:40:55 +00:00
LTEXT "Yüklü fiziksel bellek:", IDC_STATIC, 35, 152, 130, 10
2012-01-17 21:28:17 +00:00
LTEXT "", IDC_ABOUT_PHYSMEM, 167, 152, 88, 10
2012-01-17 18:45:41 +00:00
DEFPUSHBUTTON "Tamam", IDOK, 220, 178, 50, 14
2012-01-17 21:28:17 +00:00
PUSHBUTTON "", IDC_ABOUT_AUTHORS, 5, 178, 70, 14
2007-10-27 21:02:34 +00:00
END
2013-10-13 22:31:17 +00:00
IDD_ABOUT_AUTHORS DIALOGEX 35, 90, 235, 85
2009-04-18 14:46:04 +00:00
STYLE DS_SHELLFONT | WS_CHILD
2007-10-27 21:02:34 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2021-10-09 20:40:55 +00:00
LTEXT "ReactOS size şu kişiler tarafı ndan getirilmiştir:", IDC_STATIC, 0, 0, 180, 10
2012-01-17 21:28:17 +00:00
LISTBOX IDC_ABOUT_AUTHORS_LISTBOX, 0, 10, 165, 75
2007-10-22 16:49:34 +00:00
END
2007-10-11 18:07:01 +00:00
2013-10-13 22:31:17 +00:00
IDD_RUN DIALOGEX 0, 0, 227, 95
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
2012-03-25 14:26:35 +00:00
CAPTION "Çalı ştı r"
2007-10-11 18:07:01 +00:00
FONT 8, "MS Shell Dlg"
2007-10-22 16:49:34 +00:00
BEGIN
2016-02-13 00:16:19 +00:00
ICON "", IDC_RUNDLG_ICON, 7, 11, 18, 20, WS_VISIBLE
2021-03-29 13:53:43 +00:00
LTEXT "Bir programı n, dizinin, belgenin ya da İnternet kaynağı nı n adı nı yazı nı z, ReactOS onu sizin için açacaktı r.", 12289, 36, 11, 185, 18
2012-01-17 18:45:41 +00:00
LTEXT "&Aç:", 12305, 7, 39, 24, 10
2018-05-01 14:21:42 +00:00
CONTROL "", IDC_RUNDLG_EDITPATH, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_AUTOHSCROLL | CBS_DROPDOWN, 36, 37, 184, 100
2024-06-12 10:11:52 +00:00
DEFPUSHBUTTON "Tamam", IDOK, 62, 70, 50, 14
PUSHBUTTON "İptal", IDCANCEL, 116, 70, 50, 14
PUSHBUTTON "&Gözat...", 12288, 170, 70, 50, 14
2007-10-22 16:49:34 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_SHORTCUT_PROPERTIES DIALOGEX 0, 0, 235, 215
2013-11-28 22:18:05 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2012-03-25 14:26:35 +00:00
CAPTION "Kı sayol"
2007-10-22 16:49:34 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2018-05-31 13:33:07 +00:00
ICON "", IDC_SHORTCUT_ICON, 8, 8, 21, 20, WS_VISIBLE
EDITTEXT IDC_SHORTCUT_TEXT, 49, 10, 180, 14, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
2012-03-04 20:28:29 +00:00
LTEXT "", -1, 8, 31, 223, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
2020-05-14 12:23:05 +00:00
LTEXT "Hedef Türü:", IDC_SHORTCUT_TYPE, 8, 38, 68, 10
2018-05-31 13:33:07 +00:00
EDITTEXT IDC_SHORTCUT_TYPE_EDIT, 79, 37, 150, 12, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
2020-05-14 12:23:05 +00:00
LTEXT "Hedef Konumu:", IDC_SHORTCUT_LOCATION, 8, 55, 68, 10
2018-05-31 13:33:07 +00:00
EDITTEXT IDC_SHORTCUT_LOCATION_EDIT, 79, 53, 150, 12, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
2020-05-14 12:23:05 +00:00
LTEXT "&Hedef:", IDC_SHORTCUT_TARGET, 8, 71, 68, 10
2018-05-31 13:33:07 +00:00
EDITTEXT IDC_SHORTCUT_TARGET_TEXT, 79, 69, 150, 14, ES_AUTOHSCROLL
2012-03-04 20:28:29 +00:00
LTEXT "", -1, 8, 88, 223, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
2020-05-14 12:23:05 +00:00
LTEXT "&Başlama Dizini:", IDC_SHORTCUT_START_IN, 8, 98, 68, 10
2018-05-31 13:33:07 +00:00
EDITTEXT IDC_SHORTCUT_START_IN_EDIT, 79, 96, 150, 14, ES_AUTOHSCROLL
2021-10-09 20:40:55 +00:00
LTEXT "&Kı sayol Tuşu:", IDC_SHORTCUT_KEY, 8, 117, 68, 10
2018-05-31 13:33:07 +00:00
CONTROL "", IDC_SHORTCUT_KEY_HOTKEY, "msctls_hotkey32", WS_VISIBLE | WS_CHILD | WS_BORDER | WS_TABSTOP, 79, 115, 150, 14
LTEXT "&Çalı ştı r:", IDC_SHORTCUT_RUN, 8, 136, 68, 10
2023-09-02 18:16:22 +00:00
COMBOBOX IDC_SHORTCUT_RUN_COMBO, 79, 134, 150, 54, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
2018-05-31 13:33:07 +00:00
LTEXT "&Açı klama:", IDC_SHORTCUT_COMMENT, 8, 154, 68, 10
EDITTEXT IDC_SHORTCUT_COMMENT_EDIT, 79, 152, 150, 14, ES_AUTOHSCROLL
2020-05-14 12:23:05 +00:00
PUSHBUTTON "H&edef Bul...", IDC_SHORTCUT_FIND, 9, 172, 70, 14, ES_LEFT
2018-05-31 13:33:07 +00:00
PUSHBUTTON "&Simge Değiştir...", IDC_SHORTCUT_CHANGE_ICON, 84, 172, 70, 14, ES_LEFT
PUSHBUTTON "&Gelişmiş...", IDC_SHORTCUT_ADVANCED, 159, 172, 70, 14, ES_LEFT
2007-10-22 16:49:34 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_SHORTCUT_EXTENDED_PROPERTIES DIALOGEX 0, 0, 230, 150
2015-09-20 16:25:39 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "Gelişmiş Özellikler"
2007-10-22 16:49:34 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2015-04-05 16:44:54 +00:00
ICON IDI_SHELL_EXTENDED_PROPERTIES, IDI_SHELL_EXTENDED_PROPERTIES, 5, 5, 21, 20, SS_ICON
2020-05-14 12:23:05 +00:00
LTEXT "Bu kı sayol için istediğiniz gelişmiş özellikleri seçiniz.", -1, 5, 30, 210, 10
CHECKBOX "&Farklı Kimlik Bilgileriyle Çalı ştı r", IDC_SHORTEX_RUN_DIFFERENT, 25, 50, 150, 10
LTEXT "Bu seçenek, bu kı sayolu başka bir kullanı cı olarak çalı ştı rmanı zı veya yetkilendirilmemiş program etkinliğinden bilgisayarı nı zı ve verinizi koruyarak kendiniz olarak devam etmenizi sağlayabilir.", -1, 50, 60, 175, 40
CHECKBOX "F&arklı Bellek Alanı nda Çalı ştı r", IDC_SHORTEX_RUN_SEPARATE, 25, 100, 150, 10, WS_DISABLED
2019-01-05 14:44:16 +00:00
PUSHBUTTON "Tamam", IDOK, 63, 124, 50, 15, WS_VISIBLE
PUSHBUTTON "İptal", IDCANCEL, 120, 124, 50, 15, WS_VISIBLE
2007-10-22 16:49:34 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_FOLDER_PROPERTIES DIALOGEX 0, 0, 240, 205
2012-01-14 13:20:38 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "Genel"
2008-07-29 16:52:39 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2018-01-31 15:05:45 +00:00
ICON "", 14000, 16, 7, 32, 32, WS_VISIBLE
EDITTEXT 14001, 58, 9, 170, 14, ES_LEFT
2020-05-14 12:23:05 +00:00
LTEXT "Dosya Türü:", 14004, 8, 40, 55, 10
2021-03-29 13:53:43 +00:00
CONTROL "Dizin", 14005, "edit", ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL, 58, 40, 170, 10
2012-03-04 20:58:37 +00:00
LTEXT "", -1, 8, 31, 221, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
2012-03-25 14:26:35 +00:00
LTEXT "Konum:", 14008, 8, 56, 55, 10
2018-01-31 15:05:45 +00:00
EDITTEXT 14009, 58, 56, 170, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | ES_AUTOHSCROLL | NOT WS_TABSTOP
2012-03-25 14:26:35 +00:00
LTEXT "Boyut:", 14010, 8, 72, 55, 10
2018-01-31 15:05:45 +00:00
EDITTEXT 14011, 58, 72, 170, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
2012-03-25 14:26:35 +00:00
LTEXT "Diskteki boyut:", 140101, 8, 88, 55, 10
2018-01-31 15:05:45 +00:00
EDITTEXT 14012, 58, 88, 170, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
2020-05-14 12:23:05 +00:00
LTEXT "İçerir:", 14026, 8, 104, 55, 10
2018-01-31 15:05:45 +00:00
EDITTEXT 14027, 58, 104, 170, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
2012-03-04 20:58:37 +00:00
LTEXT "", -1, 8, 120, 221, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
2021-10-09 20:40:55 +00:00
LTEXT "Oluşturulma:", 14014, 8, 128, 55, 10
2018-01-31 15:05:45 +00:00
EDITTEXT 14015, 58, 128, 170, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
2012-03-04 20:58:37 +00:00
LTEXT "", -1, 8, 144, 221, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
2021-10-09 20:40:55 +00:00
LTEXT "Öznitelikler:", 14020, 8, 152, 46, 10
2023-07-01 21:24:21 +00:00
AUTOCHECKBOX "&Salt Okunur", 14021, 58, 151, 68, 10
AUTOCHECKBOX "&Gizli", 14022, 126, 151, 55, 10
2023-07-01 21:50:11 +00:00
AUTOCHECKBOX "&Arşiv", 14023, 181, 151, 59, 10
PUSHBUTTON "G&elişmiş...", 14028, 158, 170, 70, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
2008-07-29 16:52:39 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_FILE_PROPERTIES DIALOGEX 0, 0, 240, 205
2012-01-14 13:20:38 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "Genel"
2007-10-22 16:49:34 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2018-01-31 15:05:45 +00:00
ICON "", 14000, 16, 7, 32, 32, WS_VISIBLE
EDITTEXT 14001, 58, 9, 170, 14, ES_LEFT | WS_TABSTOP
2012-03-07 13:25:45 +00:00
LTEXT "", -1, 8, 29, 221, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
2020-05-14 12:23:05 +00:00
LTEXT "Dosya Türü:", 14004, 8, 35, 50, 10
2018-01-31 15:05:45 +00:00
CONTROL "Dosya", 14005, "edit", ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP, 58, 35, 170, 10
2020-05-14 12:23:05 +00:00
LTEXT "Birlikte Aç:", 14006, 8, 53, 50, 10
2018-01-31 15:05:45 +00:00
ICON "", 14025, 58, 52, 11, 10, NOT WS_VISIBLE
2012-03-25 14:26:35 +00:00
PUSHBUTTON "&Değiştir...", 14024, 168, 50, 60, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
2018-11-23 01:25:28 +00:00
EDITTEXT 14007, 58, 53, 100, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | ES_AUTOHSCROLL | NOT WS_TABSTOP
2012-03-07 13:25:45 +00:00
LTEXT "", -1, 8, 68, 221, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
2012-03-25 14:26:35 +00:00
LTEXT "Konum:", 14008, 8, 75, 45, 10
2018-01-31 15:05:45 +00:00
EDITTEXT 14009, 58, 75, 170, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | ES_AUTOHSCROLL | NOT WS_TABSTOP
2012-03-25 14:26:35 +00:00
LTEXT "Boyut:", 14010, 8, 91, 45, 10
2018-01-31 15:05:45 +00:00
EDITTEXT 14011, 58, 91, 170, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
2016-10-02 20:37:58 +00:00
LTEXT "Diskteki Boyut:", 140112, 8, 107, 55, 10
2018-01-31 15:05:45 +00:00
EDITTEXT 14012, 58, 107, 170, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
2012-03-07 13:25:45 +00:00
LTEXT "", -1, 8, 123, 221, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
2021-10-09 20:40:55 +00:00
LTEXT "Oluşturulma:", 14014, 8, 131, 45, 10
2018-01-31 15:05:45 +00:00
EDITTEXT 14015, 58, 131, 170, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
2021-10-09 20:40:55 +00:00
LTEXT "Değiştirilme:", 14016, 8, 147, 45, 10
2018-01-31 15:05:45 +00:00
EDITTEXT 14017, 58, 147, 170, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
2021-10-09 20:40:55 +00:00
LTEXT "Erişme:", 14018, 8, 163, 45, 10
2018-01-31 15:05:45 +00:00
EDITTEXT 14019, 58, 163, 170, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
2012-03-07 13:25:45 +00:00
LTEXT "", -1, 8, 179, 221, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
2021-10-09 20:40:55 +00:00
LTEXT "Öznitelikler:", 14020, 8, 189, 45, 10
2020-05-14 12:23:05 +00:00
AUTOCHECKBOX "&Salt Okunur", 14021, 58, 188, 67, 10
2018-01-31 15:05:45 +00:00
AUTOCHECKBOX "&Gizli", 14022, 126, 188, 50, 10
2020-05-14 12:23:05 +00:00
AUTOCHECKBOX "&Arşiv", 14023, 181, 188, 49, 10
2024-06-12 10:11:52 +00:00
PUSHBUTTON "G&elişmiş...", 14028, 180, 185, 50, 15
2007-10-22 16:49:34 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_FILE_VERSION DIALOGEX 0, 0, 235, 215
2024-03-27 22:37:41 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2012-03-25 14:26:35 +00:00
CAPTION "Sürüm"
2007-10-22 16:49:34 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
[SHELL32] *.rc: accelerator fixes, FIXMEs, drive-properties bg-BG and fr-FR (#6591)
* en-US.rc: create the TODO-list for the required menu-accel-changes
* some accelerator fixes, and add many FIXMEs for stuff that still needs to be improved
* beg the translators to shorten the "On Disk:" string in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
* strip superfluous spaces at some strings end and ':' within groupboxes, MS never does that
* bg-BG.rc & fr-FR.rc: Fix text-truncation, It got worse by 0.4.15-dev-5993-g a5bff2457a1014c266ce9c808d22a9967a4baca2 (#5239) A suggestion of Stasm, personally I dislike moving/resizing controls to dimenstions != en-US
* zh-CN.rc: China is the new land of capitalism, so CAPITALIZE the S. Grab another &W used in en-US/zh-TW
* he-IL.rc: strip a useless comment which just does repeat the string 1:1
* zh-TW: This taiwanese question-mark here is wrong, because the question spans over multiple controls, and the last one already ends with such a question mark.
* pt-PT.rc: Name the attributes-column 'Atributos', as that is the same name that is used in the file-properties-dlg
* sk-SK.rc: strip a comment that does not exist in any other lang
* Fix some lines which had 2 accelerators each, e.g. de-DE.
IDD_FOLDER_OPTIONS_GENERAL has 100% correct german accelerators now (checked against german XPSP3).
* es-ES.rc: remove a stone-age-workaround, and use the height from en-US again here. The text fits the single line fine now.
* no-NO.rc: Fix a regression of 0.4.9-dev-794-g bf88116252071487289235ca803540e61d685d84 which added the 70 to the 3 PUSHBUTTONS for all languages, but for no-NO.rc the third button was forgotten
* pt-PT.rc: Fix 2 wrong accelerators. They have been added by a pt-PT.rc translator, but Windows doesn't have them. Windows uses ENTER and ESCAPE just here. And other translators are aware of that. The thing that actually SHOULD have an accelerator in that dialog is the LTEXT "Abrir", but ironically that one was forgotten / intentionally removed by the pt-PT.rc translator upon translation. A pity!
* pt-PT.rc: pt-PT.rc was crippled regarding accelerators, mostly during 0.4.14-dev'ing. Wisdom of the elders was trampled down here.
* pt-PT.rc: fix unintended "::"
* tr-TR.rc: During 0.4.15-dev'ing a lot of accelerators and capitalization were changed in this file, and during that the IDS_* accelerators at the bottom in that file in the
/* context menus */
section were changed, but the reminder-menu-layouts IDM_* and FCIDM_SHVIEW_* were forgotten to be kept in sync.
That is such a common pitfall. Happened to all of us more than one time already.
Sync the capitalization for that file at least. While knowing that there is still a lot of async left for other files.
* tr-TR.rc: Point with 2 FIXMEs to some accelerator-issues that only somebody with a real turkish Windows will be able to fix properly. Actually most likely at least 6 lines in this file are involved into that collision. Try to mention them within the comment at least.
IDM_COPY
IDM_CREATELINK
IDM_DELETE
and
IDS_COPY
IDS_CREATELINK
IDS_DELETE
This bug does only affect master, and no older releases in this form.
* en-US.rc: And finally add a big fat TODO comment for my future self, regarding dlg redesign where attrubutes will need to be laid out vertically in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
2024-03-26 16:07:33 +00:00
LTEXT "Dosya sürümü:", 14000, 10, 10, 55, 10
2012-01-17 18:45:41 +00:00
EDITTEXT 14001, 77, 10, 152, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER
[SHELL32] *.rc: accelerator fixes, FIXMEs, drive-properties bg-BG and fr-FR (#6591)
* en-US.rc: create the TODO-list for the required menu-accel-changes
* some accelerator fixes, and add many FIXMEs for stuff that still needs to be improved
* beg the translators to shorten the "On Disk:" string in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
* strip superfluous spaces at some strings end and ':' within groupboxes, MS never does that
* bg-BG.rc & fr-FR.rc: Fix text-truncation, It got worse by 0.4.15-dev-5993-g a5bff2457a1014c266ce9c808d22a9967a4baca2 (#5239) A suggestion of Stasm, personally I dislike moving/resizing controls to dimenstions != en-US
* zh-CN.rc: China is the new land of capitalism, so CAPITALIZE the S. Grab another &W used in en-US/zh-TW
* he-IL.rc: strip a useless comment which just does repeat the string 1:1
* zh-TW: This taiwanese question-mark here is wrong, because the question spans over multiple controls, and the last one already ends with such a question mark.
* pt-PT.rc: Name the attributes-column 'Atributos', as that is the same name that is used in the file-properties-dlg
* sk-SK.rc: strip a comment that does not exist in any other lang
* Fix some lines which had 2 accelerators each, e.g. de-DE.
IDD_FOLDER_OPTIONS_GENERAL has 100% correct german accelerators now (checked against german XPSP3).
* es-ES.rc: remove a stone-age-workaround, and use the height from en-US again here. The text fits the single line fine now.
* no-NO.rc: Fix a regression of 0.4.9-dev-794-g bf88116252071487289235ca803540e61d685d84 which added the 70 to the 3 PUSHBUTTONS for all languages, but for no-NO.rc the third button was forgotten
* pt-PT.rc: Fix 2 wrong accelerators. They have been added by a pt-PT.rc translator, but Windows doesn't have them. Windows uses ENTER and ESCAPE just here. And other translators are aware of that. The thing that actually SHOULD have an accelerator in that dialog is the LTEXT "Abrir", but ironically that one was forgotten / intentionally removed by the pt-PT.rc translator upon translation. A pity!
* pt-PT.rc: pt-PT.rc was crippled regarding accelerators, mostly during 0.4.14-dev'ing. Wisdom of the elders was trampled down here.
* pt-PT.rc: fix unintended "::"
* tr-TR.rc: During 0.4.15-dev'ing a lot of accelerators and capitalization were changed in this file, and during that the IDS_* accelerators at the bottom in that file in the
/* context menus */
section were changed, but the reminder-menu-layouts IDM_* and FCIDM_SHVIEW_* were forgotten to be kept in sync.
That is such a common pitfall. Happened to all of us more than one time already.
Sync the capitalization for that file at least. While knowing that there is still a lot of async left for other files.
* tr-TR.rc: Point with 2 FIXMEs to some accelerator-issues that only somebody with a real turkish Windows will be able to fix properly. Actually most likely at least 6 lines in this file are involved into that collision. Try to mention them within the comment at least.
IDM_COPY
IDM_CREATELINK
IDM_DELETE
and
IDS_COPY
IDS_CREATELINK
IDS_DELETE
This bug does only affect master, and no older releases in this form.
* en-US.rc: And finally add a big fat TODO comment for my future self, regarding dlg redesign where attrubutes will need to be laid out vertically in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
2024-03-26 16:07:33 +00:00
LTEXT "Tanı m:", 14002, 10, 27, 45, 10
2012-01-17 18:45:41 +00:00
EDITTEXT 14003, 77, 27, 152, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER
[SHELL32] *.rc: accelerator fixes, FIXMEs, drive-properties bg-BG and fr-FR (#6591)
* en-US.rc: create the TODO-list for the required menu-accel-changes
* some accelerator fixes, and add many FIXMEs for stuff that still needs to be improved
* beg the translators to shorten the "On Disk:" string in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
* strip superfluous spaces at some strings end and ':' within groupboxes, MS never does that
* bg-BG.rc & fr-FR.rc: Fix text-truncation, It got worse by 0.4.15-dev-5993-g a5bff2457a1014c266ce9c808d22a9967a4baca2 (#5239) A suggestion of Stasm, personally I dislike moving/resizing controls to dimenstions != en-US
* zh-CN.rc: China is the new land of capitalism, so CAPITALIZE the S. Grab another &W used in en-US/zh-TW
* he-IL.rc: strip a useless comment which just does repeat the string 1:1
* zh-TW: This taiwanese question-mark here is wrong, because the question spans over multiple controls, and the last one already ends with such a question mark.
* pt-PT.rc: Name the attributes-column 'Atributos', as that is the same name that is used in the file-properties-dlg
* sk-SK.rc: strip a comment that does not exist in any other lang
* Fix some lines which had 2 accelerators each, e.g. de-DE.
IDD_FOLDER_OPTIONS_GENERAL has 100% correct german accelerators now (checked against german XPSP3).
* es-ES.rc: remove a stone-age-workaround, and use the height from en-US again here. The text fits the single line fine now.
* no-NO.rc: Fix a regression of 0.4.9-dev-794-g bf88116252071487289235ca803540e61d685d84 which added the 70 to the 3 PUSHBUTTONS for all languages, but for no-NO.rc the third button was forgotten
* pt-PT.rc: Fix 2 wrong accelerators. They have been added by a pt-PT.rc translator, but Windows doesn't have them. Windows uses ENTER and ESCAPE just here. And other translators are aware of that. The thing that actually SHOULD have an accelerator in that dialog is the LTEXT "Abrir", but ironically that one was forgotten / intentionally removed by the pt-PT.rc translator upon translation. A pity!
* pt-PT.rc: pt-PT.rc was crippled regarding accelerators, mostly during 0.4.14-dev'ing. Wisdom of the elders was trampled down here.
* pt-PT.rc: fix unintended "::"
* tr-TR.rc: During 0.4.15-dev'ing a lot of accelerators and capitalization were changed in this file, and during that the IDS_* accelerators at the bottom in that file in the
/* context menus */
section were changed, but the reminder-menu-layouts IDM_* and FCIDM_SHVIEW_* were forgotten to be kept in sync.
That is such a common pitfall. Happened to all of us more than one time already.
Sync the capitalization for that file at least. While knowing that there is still a lot of async left for other files.
* tr-TR.rc: Point with 2 FIXMEs to some accelerator-issues that only somebody with a real turkish Windows will be able to fix properly. Actually most likely at least 6 lines in this file are involved into that collision. Try to mention them within the comment at least.
IDM_COPY
IDM_CREATELINK
IDM_DELETE
and
IDS_COPY
IDS_CREATELINK
IDS_DELETE
This bug does only affect master, and no older releases in this form.
* en-US.rc: And finally add a big fat TODO comment for my future self, regarding dlg redesign where attrubutes will need to be laid out vertically in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
2024-03-26 16:07:33 +00:00
LTEXT "Telif Hakkı :", 14004, 10, 46, 66, 10
2012-01-17 18:45:41 +00:00
EDITTEXT 14005, 77, 46, 152, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER
[SHELL32] *.rc: accelerator fixes, FIXMEs, drive-properties bg-BG and fr-FR (#6591)
* en-US.rc: create the TODO-list for the required menu-accel-changes
* some accelerator fixes, and add many FIXMEs for stuff that still needs to be improved
* beg the translators to shorten the "On Disk:" string in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
* strip superfluous spaces at some strings end and ':' within groupboxes, MS never does that
* bg-BG.rc & fr-FR.rc: Fix text-truncation, It got worse by 0.4.15-dev-5993-g a5bff2457a1014c266ce9c808d22a9967a4baca2 (#5239) A suggestion of Stasm, personally I dislike moving/resizing controls to dimenstions != en-US
* zh-CN.rc: China is the new land of capitalism, so CAPITALIZE the S. Grab another &W used in en-US/zh-TW
* he-IL.rc: strip a useless comment which just does repeat the string 1:1
* zh-TW: This taiwanese question-mark here is wrong, because the question spans over multiple controls, and the last one already ends with such a question mark.
* pt-PT.rc: Name the attributes-column 'Atributos', as that is the same name that is used in the file-properties-dlg
* sk-SK.rc: strip a comment that does not exist in any other lang
* Fix some lines which had 2 accelerators each, e.g. de-DE.
IDD_FOLDER_OPTIONS_GENERAL has 100% correct german accelerators now (checked against german XPSP3).
* es-ES.rc: remove a stone-age-workaround, and use the height from en-US again here. The text fits the single line fine now.
* no-NO.rc: Fix a regression of 0.4.9-dev-794-g bf88116252071487289235ca803540e61d685d84 which added the 70 to the 3 PUSHBUTTONS for all languages, but for no-NO.rc the third button was forgotten
* pt-PT.rc: Fix 2 wrong accelerators. They have been added by a pt-PT.rc translator, but Windows doesn't have them. Windows uses ENTER and ESCAPE just here. And other translators are aware of that. The thing that actually SHOULD have an accelerator in that dialog is the LTEXT "Abrir", but ironically that one was forgotten / intentionally removed by the pt-PT.rc translator upon translation. A pity!
* pt-PT.rc: pt-PT.rc was crippled regarding accelerators, mostly during 0.4.14-dev'ing. Wisdom of the elders was trampled down here.
* pt-PT.rc: fix unintended "::"
* tr-TR.rc: During 0.4.15-dev'ing a lot of accelerators and capitalization were changed in this file, and during that the IDS_* accelerators at the bottom in that file in the
/* context menus */
section were changed, but the reminder-menu-layouts IDM_* and FCIDM_SHVIEW_* were forgotten to be kept in sync.
That is such a common pitfall. Happened to all of us more than one time already.
Sync the capitalization for that file at least. While knowing that there is still a lot of async left for other files.
* tr-TR.rc: Point with 2 FIXMEs to some accelerator-issues that only somebody with a real turkish Windows will be able to fix properly. Actually most likely at least 6 lines in this file are involved into that collision. Try to mention them within the comment at least.
IDM_COPY
IDM_CREATELINK
IDM_DELETE
and
IDS_COPY
IDS_CREATELINK
IDS_DELETE
This bug does only affect master, and no older releases in this form.
* en-US.rc: And finally add a big fat TODO comment for my future self, regarding dlg redesign where attrubutes will need to be laid out vertically in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
2024-03-26 16:07:33 +00:00
GROUPBOX "Diğer sürüm bilgileri", 14006, 6, 70, 222, 115
LTEXT "Öge adı :", 14007, 13, 82, 50, 10
LTEXT "Değer:", 14008, 112, 82, 45, 10
2012-01-17 18:45:41 +00:00
LISTBOX 14009, 12, 94, 94, 83, LBS_STANDARD | WS_TABSTOP | LBS_NOTIFY
EDITTEXT 14010, 112, 93, 109, 83, ES_LEFT | WS_BORDER | WS_VSCROLL | WS_GROUP | ES_MULTILINE | ES_READONLY
2007-10-22 16:49:34 +00:00
END
2023-12-14 13:54:11 +00:00
IDD_DRIVE_PROPERTIES DIALOGEX 0, 0, 240, 220
2024-03-27 22:37:41 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "Genel"
2007-10-22 16:49:34 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2018-06-29 15:01:03 +00:00
ICON "", 14016, 10, 9, 32, 32, WS_VISIBLE
2012-03-07 13:34:10 +00:00
EDITTEXT 14000, 40, 11, 190, 14, ES_LEFT | WS_BORDER | WS_GROUP | ES_AUTOHSCROLL
LTEXT "", -1, 8, 32, 223, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
2012-03-25 14:26:35 +00:00
LTEXT "Tür:", -1, 8, 38, 95, 10
2012-03-07 13:34:10 +00:00
EDITTEXT 14001, 110, 38, 120, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
2020-05-14 12:23:05 +00:00
LTEXT "Dosya Sistemi:", -1, 8, 51, 95, 10
2012-03-07 13:34:10 +00:00
EDITTEXT 14002, 110, 51, 120, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
LTEXT "", -1, 8, 64, 223, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
CONTROL "", 14013, "Static", SS_SUNKEN | SS_OWNERDRAW, 8, 69, 10, 10
2016-10-02 20:37:58 +00:00
LTEXT "Kullanı lan Alan:", -1, 25, 69, 80, 10
2012-03-07 13:34:10 +00:00
EDITTEXT 14003, 110, 69, 86, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
EDITTEXT 14004, 197, 69, 33, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
CONTROL "", 14014, "Static", SS_SUNKEN | SS_OWNERDRAW, 8, 82, 10, 10
2016-10-02 20:37:58 +00:00
LTEXT "Boş Alan:", -1, 25, 82, 80, 10
2012-03-07 13:34:10 +00:00
EDITTEXT 14005, 110, 82, 86, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
EDITTEXT 14006, 197, 82, 33, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
LTEXT "", -1, 8, 97, 223, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
2020-05-14 12:23:05 +00:00
LTEXT "Kapasite:", -1, 25, 103, 80, 10
2012-03-07 13:34:10 +00:00
EDITTEXT 14007, 110, 103, 86, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
EDITTEXT 14008, 197, 103, 33, 10, ES_LEFT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | ES_AUTOHSCROLL
2023-05-05 11:35:32 +00:00
CONTROL "", 14015, "Static", SS_OWNERDRAW, 70, 116, 100, 40
CTEXT "Sürücü %c", 14009, 95, 162, 50, 10
2024-06-12 10:11:52 +00:00
PUSHBUTTON "&Disk Temizleme", 14010, 160, 159, 70, 15
2023-05-05 11:35:32 +00:00
LTEXT "", -1, 8, 176, 223, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE
2023-12-14 13:54:11 +00:00
CHECKBOX "Di&sk alanı nı arttı rmak için sürücüyü sı kı ştı r", 14011, 8, 190, 222, 10, WS_DISABLED
CHECKBOX "&Hı zlı dosya araması için, Dizinleme Hizmeti'ni etkinleştir.", 14012, 8, 204, 222, 25, WS_DISABLED
2007-10-22 16:49:34 +00:00
END
2023-12-14 13:54:11 +00:00
IDD_DRIVE_TOOLS DIALOGEX 0, 0, 240, 220
2024-03-27 22:37:41 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2012-03-25 14:26:35 +00:00
CAPTION "Araçlar"
2007-10-22 16:49:34 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2021-10-09 20:40:55 +00:00
GROUPBOX "Hata denetleme", -1, 5, 5, 230, 60
2015-03-19 13:48:10 +00:00
ICON IDI_SHELL_TOOLS_CHKDSK, IDC_STATIC, 13, 25, 21, 20
2020-05-14 12:23:05 +00:00
LTEXT "Bu seçenek, hatalar için bölümü denetleyecektir.", -1, 40, 25, 160, 20
2024-06-12 10:11:52 +00:00
PUSHBUTTON "Şimdi &Denetle...", 14000, 130, 45, 90, 15
2016-10-02 20:37:58 +00:00
GROUPBOX "Birleştirme", -1, 5, 65, 230, 60
2015-03-19 13:48:10 +00:00
ICON IDI_SHELL_TOOLS_DEFRAG, IDC_STATIC, 13, 85, 21, 20
2020-05-14 12:23:05 +00:00
LTEXT "Bu seçenek, bölümdeki dosyaları birleştirecektir.", -1, 40, 85, 160, 20
2024-06-12 10:11:52 +00:00
PUSHBUTTON "Şimdi &Birleştir...", 14001, 130, 105, 90, 15
2012-03-25 14:26:35 +00:00
GROUPBOX "Yedekleme", -1, 5, 130, 230, 60
2015-03-19 13:48:10 +00:00
ICON IDI_SHELL_TOOLS_BACKUP, IDC_STATIC, 13, 150, 21, 20
2020-05-14 12:23:05 +00:00
LTEXT "Bu seçenek, bölümdeki dosyaları yedekleyecektir.", -1, 40, 150, 160, 20
2024-06-12 10:11:52 +00:00
PUSHBUTTON "Şimdi &Yedekle...", 14002, 130, 170, 90, 15
2007-10-22 16:49:34 +00:00
END
2023-12-14 13:54:11 +00:00
IDD_DRIVE_HARDWARE DIALOGEX 0, 0, 240, 220
2024-03-27 22:37:41 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2012-03-25 14:26:35 +00:00
CAPTION "Donanı m"
2007-10-22 16:49:34 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
2012-01-17 21:28:17 +00:00
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
2024-03-27 22:37:41 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "Farklı Çalı ştı r"
2007-10-22 16:49:34 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2020-05-14 12:23:05 +00:00
LTEXT "Bu programı çalı ştı rmak için hangi kullanı cı hesabı nı kullanmak istiyorsunuz?", -1, 10, 20, 220, 20
CHECKBOX "Şi&mdiki Kullanı cı (%s)", 14000, 10, 45, 150, 10
LTEXT "&Bilgisayarı mı ve verimi yetkilendirilmemiş program etkinliğinden koru", -1, 25, 57, 200, 10, WS_DISABLED
2021-10-09 20:40:55 +00:00
CHECKBOX "Bu seçenek, bilgisayar virüslerinin bilgisayarı nı za ya da kişisel verilerinize zarar vermesini önleyebilir ancak onu seçmek programı n düzgün çalı şmaması na neden olabilir.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
2020-05-14 12:23:05 +00:00
CHECKBOX "Aşağı daki kullanı cı :", 14002, 10, 100, 90, 10
LTEXT "Kullanı cı adı :", -1, 20, 118, 54, 10
2012-01-17 18:45:41 +00:00
COMBOBOX 14003, 75, 115, 100, 15, CBS_DROPDOWNLIST | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
2024-06-12 10:11:52 +00:00
PUSHBUTTON "...", 14004, 180, 115, 30, 14
2020-05-14 12:23:05 +00:00
LTEXT "Parola:", -1, 20, 143, 53, 10
2012-01-17 18:45:41 +00:00
EDITTEXT 14005, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
2024-06-12 10:11:52 +00:00
PUSHBUTTON "...", 14006, 180, 140, 30, 14
PUSHBUTTON "Tamam", 14007, 57, 170, 60, 14
PUSHBUTTON "İptal", 14008, 122, 170, 60, 14
2007-10-22 16:49:34 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190
2024-03-27 22:37:41 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "Geri Dönüşüm Kutusu Özellikleri"
2007-10-22 16:49:34 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2019-06-24 16:45:52 +00:00
CONTROL "", 14000, "SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 10, 220, 50
2021-10-09 20:40:55 +00:00
GROUPBOX "Seçili konum için ayarlar", -1, 10, 72, 220, 70
2024-06-12 10:11:52 +00:00
RADIOBUTTON "Ö&zel boyut:", 14001, 20, 90, 80, 10
2020-04-27 10:48:26 +00:00
EDITTEXT 14002, 116, 103, 50, 14, WS_TABSTOP | ES_NUMBER
2021-10-09 20:40:55 +00:00
LTEXT "&En çok boyut (MB):", -1, 20, 105, 70, 10
RADIOBUTTON "&Dosyaları Geri Dönüşüm Kutusu'na taşı ma. Dosyaları kalı cı olarak sil.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
2024-06-12 10:11:52 +00:00
AUTOCHECKBOX "&Silme onay iletişim kutusunu göster", 14004, 20, 155, 140, 10
2007-10-22 16:49:34 +00:00
END
2007-10-11 18:07:01 +00:00
2012-01-17 21:28:17 +00:00
IDD_OPEN_WITH DIALOGEX 0, 0, 264, 256
2010-04-07 19:11:56 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUPWINDOW | WS_CAPTION
2012-03-25 14:26:35 +00:00
CAPTION "Birlikte Aç"
2007-11-25 22:48:03 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2012-01-17 18:45:41 +00:00
ICON IDI_SHELL_OPEN_WITH, -1, 8, 12, 21, 20
2020-05-14 12:23:05 +00:00
LTEXT "Bu dosyayı açmak için kullanmak istediğiniz programı seçiniz:", -1, 44, 12, 211, 10
LTEXT "Dosya: ", 14001, 44, 25, 188, 20
GROUPBOX "&Programlar", -1, 7, 42, 249, 187
CONTROL "Programlar", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | TVS_SHOWSELALWAYS, 16 ,57, 230, 130
AUTOCHECKBOX "&Bu dosya türünü açmak için her zaman seçili programı kullan", 14003, 16, 193, 232, 10
2021-10-09 20:40:55 +00:00
PUSHBUTTON "&Gözat...", 14004, 188, 207, 60, 14
2012-03-25 14:26:35 +00:00
DEFPUSHBUTTON "Tamam", IDOK, 150, 236, 50, 14
PUSHBUTTON "İptal", IDCANCEL, 206, 236, 50, 14
2007-11-25 22:48:03 +00:00
END
2023-12-18 06:05:07 +00:00
IDD_FOLDER_OPTIONS_GENERAL DIALOGEX 0, 0, 264, 220
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "Genel"
2007-12-14 12:25:15 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2023-12-18 06:05:07 +00:00
GROUPBOX "Görevler", -1, 7, 10, 249, 40
CONTROL "", IDC_FOLDER_OPTIONS_TASKICON, "Static", SS_ICON | WS_CHILD | WS_VISIBLE, 14, 20, 21, 20
AUTORADIOBUTTON "&Dizinlerde sı k kullanı lan görevleri göster", IDC_FOLDER_OPTIONS_COMMONTASKS, 40, 20, 210, 10, WS_TABSTOP | WS_GROUP
AUTORADIOBUTTON "React&OS klasik dizinlerini kullan", IDC_FOLDER_OPTIONS_CLASSICFOLDERS, 40, 32, 210, 10
GROUPBOX "Dizinlere gözat", -1, 7, 60, 249, 40, WS_TABSTOP
2016-05-12 21:26:55 +00:00
CONTROL "", IDC_FOLDER_OPTIONS_FOLDERICON, "Static", SS_ICON | WS_CHILD | WS_VISIBLE, 14, 70, 21, 20
2023-12-18 06:05:07 +00:00
AUTORADIOBUTTON "&Tüm dizinleri aynı pencerede aç", IDC_FOLDER_OPTIONS_SAMEWINDOW, 40, 70, 210, 10, WS_TABSTOP | WS_GROUP
AUTORADIOBUTTON "Tü&m dizinleri kendi penceresinde aç", IDC_FOLDER_OPTIONS_OWNWINDOW, 40, 82, 210, 10
GROUPBOX "Aşağı daki gibi ögelere tı kla", -1, 7, 110, 249, 64
2016-05-12 21:26:55 +00:00
CONTROL "", IDC_FOLDER_OPTIONS_CLICKICON, "Static", SS_ICON | WS_CHILD | WS_VISIBLE, 14, 120, 21, 20
2023-12-18 06:05:07 +00:00
AUTORADIOBUTTON "&Bir öge açmak için tek tı kla (seçmek için üzerine git)", IDC_FOLDER_OPTIONS_SINGLECLICK, 40, 120, 210, 10, WS_TABSTOP | WS_GROUP
AUTORADIOBUTTON "Bi&r ögeyi açmak için çift tı kla (seçmek için tek tı kla)", IDC_FOLDER_OPTIONS_DOUBLECLICK, 40, 156, 210, 10
AUTORADIOBUTTON "T&arayı cı mla uyumlu olarak simge etiketlerinin altı nı çiz", IDC_FOLDER_OPTIONS_ULBROWSER, 50, 132, 200, 10, WS_TABSTOP | WS_GROUP
AUTORADIOBUTTON "&Yalnı zca onları n üzerine gittiğimde simge etiketlerinin altı nı çiz", IDC_FOLDER_OPTIONS_ULPOINT, 50, 144, 205, 10
2024-06-12 10:11:52 +00:00
PUSHBUTTON "&Varsayı lanları Geri Getir", IDC_FOLDER_OPTIONS_RESTORE, 167, 178, 90, 14
2007-12-14 12:25:15 +00:00
END
2023-12-18 06:05:07 +00:00
IDD_FOLDER_OPTIONS_VIEW DIALOGEX 0, 0, 264, 220
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION
2016-10-02 20:37:58 +00:00
CAPTION "Görünüm"
2007-12-14 12:25:15 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2021-10-09 20:40:55 +00:00
GROUPBOX "Dizin görünümleri", -1, 7, 10, 249, 60
2023-12-18 06:05:07 +00:00
ICON IDI_SHELL_PROGRAMS_FOLDER2, IDC_STATIC, 14, 20, 21, 20
LTEXT "Bu dizin için kullandı ğı nı z görünümü (ayrı ntı lar ya da döşemeler gibi) tüm dizinlere uygulayabilirsiniz.", -1, 40, 20, 213, 20
2024-06-12 10:11:52 +00:00
PUSHBUTTON "&Tüm Dizinlere Uygula", IDC_VIEW_APPLY_TO_ALL, 15, 50, 115, 14
PUSHBUTTON "Tü&m Dizinleri Sı fı rla", IDC_VIEW_RESET_ALL, 135, 50, 115, 14
2020-05-14 12:23:05 +00:00
LTEXT "Gelişmiş ayarlar:", -1, 7, 80, 100, 10
2023-12-18 06:05:07 +00:00
CONTROL "", IDC_VIEW_TREEVIEW, "SysTreeView32", WS_BORDER | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | TVS_DISABLEDRAGDROP | TVS_LINESATROOT, 7, 90, 249, 111
2024-06-12 10:11:52 +00:00
PUSHBUTTON "&Varsayı lanları Geri Getir", IDC_VIEW_RESTORE_DEFAULTS, 167, 204, 90, 14
2007-12-14 12:25:15 +00:00
END
2023-12-18 06:05:07 +00:00
IDD_FOLDER_OPTIONS_FILETYPES DIALOGEX 0, 0, 264, 220
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | WS_POPUP | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "Dosya Türleri"
2007-12-14 12:25:15 +00:00
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
2020-05-14 12:23:05 +00:00
LTEXT "&Kayı tlı dosya türleri:", -1, 7, 10, 180, 10
2023-12-18 06:05:07 +00:00
CONTROL "", IDC_FILETYPES_LISTVIEW, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHAREIMAGELISTS | LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP, 7, 20, 249, 99
2024-06-12 10:11:52 +00:00
PUSHBUTTON "&Yeni", IDC_FILETYPES_NEW, 140, 123, 55, 14
PUSHBUTTON "&Sil", IDC_FILETYPES_DELETE, 200, 123, 55, 14
2023-12-18 06:05:07 +00:00
GROUPBOX """%s"" uzantı sı için ayrı ntı lar", IDC_FILETYPES_DETAILS_GROUPBOX, 7, 143, 249, 70
LTEXT "Birlikte aç:", -1, 12, 153, 40, 10
CONTROL "", IDC_FILETYPES_ICON, "STATIC", SS_BITMAP | SS_REALSIZEIMAGE, 85, 153, 10, 10
LTEXT "", IDC_FILETYPES_APPNAME, 100, 153, 80, 10
2024-06-12 10:11:52 +00:00
PUSHBUTTON "&Değiştir...", IDC_FILETYPES_CHANGE, 200, 153, 50, 14
2023-12-18 06:05:07 +00:00
LTEXT "", IDC_FILETYPES_DESCRIPTION, 12, 168, 160, 40
2024-06-12 10:11:52 +00:00
PUSHBUTTON "&Gelişmiş", IDC_FILETYPES_ADVANCED, 200, 188, 50, 14
2007-12-14 12:25:15 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_CONFIRM_FILE_REPLACE DIALOGEX 0, 0, 282, 143
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "Dosyanı n Yenisiyle Değişimini Onayla"
2007-12-15 06:35:55 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2012-03-25 14:26:35 +00:00
DEFPUSHBUTTON "&Evet", IDYES, 20, 122, 60, 14
PUSHBUTTON "&Tümüne Evet", 12807, 85, 122, 60, 14
PUSHBUTTON "&Hayı r", IDNO, 150, 122, 60, 14
PUSHBUTTON "İptal", IDCANCEL, 215, 122, 60, 14
2012-01-17 18:45:41 +00:00
ICON 146, -1, 11, 10, 21, 20, SS_REALSIZECONTROL
2021-10-09 20:40:55 +00:00
LTEXT "Bu dizin zaten ""%2"" adlı bir dosya içeriyor.", 12291, 44, 10, 231, 22, SS_NOPREFIX
LTEXT "Bu dizin zaten ""%2"" adlı bir salt okunur dosya içeriyor.", 12292, 41, 10, 222, 22, SS_NOPREFIX
LTEXT "Bu dizin zaten ""%2"" adlı bir sistem dosyası içeriyor.", 12293, 41, 10, 222, 22, SS_NOPREFIX
2020-05-14 12:23:05 +00:00
LTEXT "Var olan dosyayı ", -1, 44, 35, 228, 10, SS_NOPREFIX
2016-10-02 20:37:58 +00:00
LTEXT "(bilinmeyen zaman ve boyut)", 12302, 79, 51, 198, 20, SS_NOPREFIX
2012-01-17 18:45:41 +00:00
ICON "", 12300, 50, 49, 21, 20, SS_REALSIZECONTROL
2016-10-02 20:37:58 +00:00
LTEXT "bununla değiştirmek istiyor musunuz?", -1, 44, 75, 228, 10, SS_NOPREFIX
LTEXT "(bilinmeyen zaman ve boyut)", 12303, 79, 91, 198, 20, SS_NOPREFIX
2012-01-17 18:45:41 +00:00
ICON "", 12301, 50, 89, 21, 20, SS_REALSIZECONTROL
2007-12-15 06:35:55 +00:00
END
2023-09-06 21:10:32 +00:00
IDD_LOG_OFF DIALOGEX 0, 0, 212, 60
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUPWINDOW | WS_CAPTION
2012-03-25 14:26:35 +00:00
CAPTION "ReactOS Oturumunu Kapat"
2007-12-15 06:35:55 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2023-09-06 21:10:32 +00:00
ICON IDI_SHELL_LOGOFF, IDC_STATIC, 8, 6, 21, 20
LTEXT "Oturumu kapatmak istediğinizden emin misiniz?", -1, 49, 15, 156, 8
DEFPUSHBUTTON "&Oturumu Kapat", IDOK, 49, 38, 57, 14
PUSHBUTTON "İptal", IDCANCEL, 113, 38, 57, 14
2007-12-15 06:35:55 +00:00
END
2021-02-28 11:03:35 +00:00
IDD_LOG_OFF_FANCY DIALOGEX 0, 0, 208, 122
STYLE NOT WS_VISIBLE | DS_CENTER | DS_SHELLFONT | WS_BORDER | WS_POPUP
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDB_DLG_BG, IDC_STATIC, "STATIC", SS_BITMAP | SS_REALSIZECONTROL, 0, 0, 208, 122
CONTROL IDB_REACTOS_FLAG, IDC_STATIC, "STATIC", SS_BITMAP, 176, 1, 32, 26
2021-03-29 13:53:43 +00:00
PUSHBUTTON "&Kullanı cı Değiştir", IDC_SWITCH_USER_BUTTON, 55, 46, 22, 20, BS_OWNERDRAW | WS_DISABLED | WS_GROUP
2021-02-28 11:03:35 +00:00
PUSHBUTTON "&Oturumu Kapat", IDC_LOG_OFF_BUTTON, 132, 46, 22, 20, BS_OWNERDRAW
PUSHBUTTON "İptal", IDCANCEL, 162, 103, 40, 12, WS_GROUP | BS_FLAT
LTEXT "ReactOS Oturumunu Kapat", IDC_LOG_OFF_TEXT_STATIC, 4, 7, 160, 19
2021-10-09 20:40:55 +00:00
CTEXT "Kullanı cı Değiştir", IDC_SWITCH_USER_STATIC, 41, 70, 51, 11
2021-02-28 11:03:35 +00:00
CTEXT "Oturumu Kapat", IDC_LOG_OFF_STATIC, 118, 70, 51, 11
END
2016-10-01 09:50:53 +00:00
IDD_DISCONNECT DIALOGEX 0, 0, 188, 60
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUPWINDOW | WS_CAPTION
2021-10-09 20:40:55 +00:00
CAPTION "ReactOS Bağlantı sı nı Kes"
2007-12-15 06:35:55 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2016-10-01 09:50:53 +00:00
ICON IDI_SHELL_DISCONN, IDC_STATIC, 8, 6, 21, 20
LTEXT "Bağlantı yı kesmek istediğinizden emin misiniz?", -1, 49, 15, 131, 16
DEFPUSHBUTTON "&Bağlantı yı Kes", IDOK, 47, 38, 55, 14
PUSHBUTTON "İptal", IDCANCEL, 150, 38, 47, 14
2007-12-15 06:35:55 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_AUTOPLAY1 DIALOGEX 0, 0, 227, 218
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "Otomatik Kullan"
2007-12-15 06:35:55 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2021-10-09 20:40:55 +00:00
LTEXT "&Bir içerik türü seçiniz, sonra şu tür bu aygı tta kullanı ldı ğı nda ReactOS'un otomatik uygulayacağı bir eylem seçiniz:", 1000, 7, 7, 215, 20
2012-01-17 18:45:41 +00:00
CONTROL "", 1001, "COMBOBOXEX32", WS_TABSTOP | 0x00000043, 7, 27, 212, 200
2012-03-25 14:26:35 +00:00
GROUPBOX "Eylemler", -1, 7, 45, 212, 146
2020-05-14 12:23:05 +00:00
AUTORADIOBUTTON "&Yapmak için bir eylem seç:", 1005, 14, 54, 202, 10, WS_GROUP
2024-03-26 22:39:46 +00:00
CONTROL "", 1002, "SYSLISTVIEW32", WS_BORDER | WS_TABSTOP | 0x0000C04D, 22, 66, 192, 107
2021-10-09 20:40:55 +00:00
AUTORADIOBUTTON "&Her zaman bir eylem seçmemi iste", 1006, 14, 177, 202, 10
PUSHBUTTON "&Varsayı lanları Geri Getir", 1008, 108, 197, 110, 14, WS_DISABLED
2007-12-15 06:35:55 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_MIXED_CONTENT1 DIALOGEX 0, 0, 227, 207
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUPWINDOW | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CAPTION
2012-03-25 14:26:35 +00:00
CAPTION "Karı şı k İçerik"
2007-12-15 06:35:55 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2012-01-17 18:45:41 +00:00
ICON "", 1000, 5, 7, 21, 20
2016-10-02 20:37:58 +00:00
LTEXT "Bu disk ya da aygı t birden çok içerik türü içeriyor.", 1001, 32, 7, 191, 20
LTEXT "ReactOS'un ne yapması nı istersiniz?", 1002, 32, 31, 188, 8
2012-01-17 18:45:41 +00:00
CONTROL "", 1003, "SYSLISTVIEW32", WS_BORDER | WS_TABSTOP | 0x0000C04D, 32, 43, 188, 139
2012-03-25 14:26:35 +00:00
DEFPUSHBUTTON "Tamam", IDOK, 96, 186, 60, 14
PUSHBUTTON "İptal", IDCANCEL, 160, 186, 60, 14
2007-12-15 06:35:55 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_MIXED_CONTENT2 DIALOGEX 0, 0, 227, 206
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUPWINDOW | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CAPTION
2012-03-25 14:26:35 +00:00
CAPTION "Karı şı k İçerik"
2007-12-15 06:35:55 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2012-01-17 18:45:41 +00:00
ICON "", 1000, 5, 7, 21, 20
2021-10-09 20:40:55 +00:00
LTEXT "ReactOS, bu dosya türüyle, bir disk taktı ğı nı z ya da bir aygı t bağladı ğı nı z her zaman aynı eylemi uygulayabilir:", 1001, 30, 7, 193, 20
2012-01-17 18:45:41 +00:00
ICON "", 1005, 32, 27, 11, 10, SS_REALSIZECONTROL
EDITTEXT 1006, 49, 28, 177, 14, ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
2016-10-02 20:37:58 +00:00
LTEXT "ReactOS'un ne yapması nı istersiniz?", 1002, 32, 41, 190, 8
2012-01-17 18:45:41 +00:00
CONTROL "", 1003, "SYSLISTVIEW32", WS_BORDER | WS_TABSTOP | 0x0000C04D, 32, 55, 188, 112
2020-05-14 12:23:05 +00:00
AUTOCHECKBOX "Her zaman seçili eylemi yap", 1004, 32, 171, 190, 10
2012-03-25 14:26:35 +00:00
DEFPUSHBUTTON "Tamam", IDOK, 96, 185, 60, 14
PUSHBUTTON "İptal", IDCANCEL, 160, 185, 60, 14
2007-12-15 06:35:55 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_AUTOPLAY2 DIALOGEX 0, 0, 227, 181
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUPWINDOW | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "Otomatik Kullan"
2007-12-15 06:35:55 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2012-01-17 18:45:41 +00:00
ICON "", 1000, 5, 7, 21, 20
2020-05-14 12:23:05 +00:00
LTEXT "ReactOS, bu aygı ta bağlandı ğı nı z her zaman aynı eylemi uygulayabilir.", 1001, 32, 7, 190, 22
2016-10-02 20:37:58 +00:00
LTEXT "&ReactOS'un ne yapması nı istersiniz?", 1002, 32, 31, 190, 8
2012-01-17 18:45:41 +00:00
CONTROL "", 1003, "SYSLISTVIEW32", WS_BORDER | WS_TABSTOP | 0x0000C04D, 32, 43, 187, 96
2020-05-14 12:23:05 +00:00
AUTOCHECKBOX "&Her zaman seçili eylemi yap", 1004, 32, 143, 190, 8
2012-03-25 14:26:35 +00:00
DEFPUSHBUTTON "Tamam", IDOK, 94, 160, 60, 14
PUSHBUTTON "İptal", IDCANCEL, 159, 160, 60, 14
2007-12-15 06:35:55 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_SHUTDOWN DIALOGEX 0, 0, 211, 103
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUPWINDOW | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "ReactOS'u Kapat"
2007-12-15 06:35:55 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2012-01-17 18:45:41 +00:00
ICON 8240, -1, 6, 6, 21, 20, SS_REALSIZECONTROL | WS_GROUP
2016-10-02 20:37:58 +00:00
LTEXT "Bilgisayarı nı zı n ne yapması nı istersiniz?", -1, 39, 7, 167, 10
2012-01-17 18:45:41 +00:00
COMBOBOX 8224, 39, 20, 165, 200, CBS_DROPDOWNLIST | WS_VSCROLL
2021-10-09 20:40:55 +00:00
LTEXT "Oturumunuzu devam ettirir, bilgisayarı bellekte duran veriyle düşük güçte çalı şı r tutar. Bir tuşa bastı ğı nı zda veya fareyi oynattı ğı nı zda bilgisayar uyanı r.", 8225, 39, 40, 167, 37
2012-03-25 14:26:35 +00:00
DEFPUSHBUTTON "Tamam", 1, 7, 82, 60, 14, WS_GROUP
PUSHBUTTON "İptal", IDCANCEL, 75, 82, 60, 14
PUSHBUTTON "&Yardı m", IDHELP, 144, 82, 60, 14
2007-12-15 06:35:55 +00:00
END
2012-01-17 21:28:17 +00:00
IDD_FORMAT_DRIVE DIALOGEX 50, 50, 184, 218
2008-01-22 22:20:02 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
2012-03-25 14:26:35 +00:00
CAPTION "Biçimlendir"
2007-12-15 06:35:55 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2012-03-25 14:26:35 +00:00
DEFPUSHBUTTON "&Başlat", IDOK, 53, 198, 60, 14
PUSHBUTTON "&Kapat", IDCANCEL, 118, 198, 60, 14
2020-05-14 12:23:05 +00:00
LTEXT "K&apasite:", -1, 7, 6, 169, 9
2012-01-17 18:45:41 +00:00
COMBOBOX 28673, 7, 17, 170, 200, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
2020-05-14 12:23:05 +00:00
LTEXT "&Dosya sistemi", -1, 7, 35, 170, 9
2012-01-17 18:45:41 +00:00
COMBOBOX 28677, 7, 46, 170, 200, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
CONTROL "", 28678, "MSCTLS_PROGRESS32", 0, 7, 181, 170, 8
2020-05-14 12:23:05 +00:00
LTEXT "Ayı &rma birimi boyutu", -1, 7, 64, 170, 9
2012-01-17 18:45:41 +00:00
COMBOBOX 28680, 7, 75, 170, 200, CBS_DROPDOWNLIST | WS_VSCROLL | NOT WS_TABSTOP
2020-05-14 12:23:05 +00:00
LTEXT "Bölü&m etiketi", -1, 7, 93, 170, 9
2012-01-17 18:45:41 +00:00
EDITTEXT 28679, 7, 103, 170, 13, ES_AUTOHSCROLL
2020-05-14 12:23:05 +00:00
GROUPBOX "Biçimlendirme seçenekleri", 4610, 7, 121, 170, 49
2012-03-25 14:26:35 +00:00
AUTOCHECKBOX "&Hı zlı Biçimlendir", 28674, 16, 135, 155, 10
2020-05-14 12:23:05 +00:00
AUTOCHECKBOX "&Sı kı ştı rmayı Etkinleştir", 28675, 16, 152, 155, 10
2007-12-15 06:35:55 +00:00
END
2015-03-30 22:13:37 +00:00
IDD_CHECK_DISK DIALOGEX 50, 50, 194, 115
2008-08-14 10:33:20 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
2020-05-14 12:23:05 +00:00
CAPTION "Diski Denetle"
2008-08-14 10:33:20 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2015-03-30 22:13:37 +00:00
DEFPUSHBUTTON "&Başlat", IDOK, 63, 95, 60, 14
2021-10-09 20:40:55 +00:00
GROUPBOX "Diski denetleme seçenekleri", -1, 7, 6, 179, 40
2015-03-30 23:28:15 +00:00
PUSHBUTTON "İptal", IDCANCEL, 128, 95, 60, 14
2020-05-14 12:23:05 +00:00
AUTOCHECKBOX "&Dosya sistemi hataları nı otomatik düzelt", 14000, 12, 15, 155, 10
2023-12-14 13:54:11 +00:00
AUTOCHECKBOX "B&ozuk bölümleri tara ve kurtarmaya çalı ş", 14001, 12, 30, 165, 10
2015-03-30 22:13:37 +00:00
CONTROL "", 14002, "MSCTLS_PROGRESS32", 16, 7, 50, 179, 8
2012-01-17 18:45:41 +00:00
LTEXT "", 14003, 60, 80, 170, 10
2008-08-14 10:33:20 +00:00
END
2016-11-05 16:12:09 +00:00
IDD_PICK_ICON DIALOGEX 0, 0, 193, 200
2008-04-06 04:30:43 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
2012-03-25 14:26:35 +00:00
CAPTION "Simge Değiştir"
2008-04-06 04:30:43 +00:00
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
2020-05-14 12:23:05 +00:00
LTEXT "Bu dosyadaki simgelere bak:", -1, 7, 7, 179, 10
2021-10-09 20:40:55 +00:00
PUSHBUTTON "Gözat...", IDC_BUTTON_PATH, 135, 17, 50, 14
2016-11-05 16:12:09 +00:00
EDITTEXT IDC_EDIT_PATH, 7, 17, 123, 14, ES_AUTOHSCROLL
2020-05-14 12:23:05 +00:00
LTEXT "Aşağı daki listeden bir simge seç:", -1, 7, 36, 179, 10
2018-08-27 10:21:51 +00:00
LISTBOX IDC_PICKICON_LIST, 7, 47, 181, 122, LBS_OWNERDRAWFIXED | LBS_NOINTEGRALHEIGHT | LBS_MULTICOLUMN | LBS_DISABLENOSCROLL | WS_HSCROLL | WS_TABSTOP
2016-11-05 16:12:09 +00:00
DEFPUSHBUTTON "Tamam", IDOK, 81, 179, 50, 14
PUSHBUTTON "İptal", IDCANCEL, 135, 179, 50, 14
2008-04-06 04:30:43 +00:00
END
2014-12-17 00:46:30 +00:00
IDD_NOOPEN DIALOGEX 0, 0, 240, 75
2015-04-19 00:28:37 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
2016-10-02 20:37:58 +00:00
CAPTION "Uyarı "
2014-12-17 00:46:30 +00:00
FONT 8, "MS Shell Dlg"
BEGIN
2015-01-30 00:43:35 +00:00
ICON IDI_SHELL_SYSTEM_FILE, IDI_SHELL_SYSTEM_FILE, 5, 5, 21, 20
2020-05-14 12:23:05 +00:00
LTEXT "Bu dosya, işletim sistemi veya başka bir uygulama tarafı ndan\n\
kullanı lı yor olabilir. Bu dosyayı değiştirmek sisteme zarar\n\
2021-10-09 20:40:55 +00:00
verebilir veya sistem işlevlerini azaltabilir.\n\n\
2020-05-14 12:23:05 +00:00
Bu dosyayı açmak istediğinizden emin misiniz?", IDC_STATIC, 35, 5, 230, 60
2016-10-02 20:37:58 +00:00
DEFPUSHBUTTON "Evet", IDYES, 125, 55, 50, 14
PUSHBUTTON "Hayı r", IDNO, 180, 55, 50, 14
2014-12-17 00:46:30 +00:00
END
2018-05-18 10:47:52 +00:00
IDD_NEWEXTENSION DIALOGEX 0, 0, 260, 75
2020-05-14 12:23:05 +00:00
CAPTION "Yeni Dosya Uzantı sı Oluştur"
2018-05-18 10:47:52 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
BEGIN
2020-05-14 12:23:05 +00:00
LTEXT "&Dosya Uzantı sı :", -1, 10, 10, 85, 14
2018-05-18 10:47:52 +00:00
EDITTEXT IDC_NEWEXT_EDIT, 105, 8, 60, 14
2020-05-14 12:23:05 +00:00
PUSHBUTTON "<< &Gelişmiş", IDC_NEWEXT_ADVANCED, 185, 8, 65, 15
LTEXT "&İlişkili Dosya Türü:", IDC_NEWEXT_ASSOC, 10, 34, 85, 14
2018-05-18 10:47:52 +00:00
COMBOBOX IDC_NEWEXT_COMBOBOX, 105, 32, 145, 120, CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP
2020-05-14 12:23:05 +00:00
DEFPUSHBUTTON "Tamam", IDOK, 125, 55, 60, 14
PUSHBUTTON "İptal", IDCANCEL, 190, 55, 60, 14
2018-05-18 10:47:52 +00:00
END
2018-05-30 15:22:31 +00:00
IDD_EDITTYPE DIALOG 0, 0, 225, 190
2020-05-14 12:23:05 +00:00
CAPTION "Dosya Türünü Değiştir"
2018-05-30 15:22:31 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
BEGIN
ICON "", IDC_EDITTYPE_ICON, 5, 8, 20, 20
EDITTEXT IDC_EDITTYPE_TEXT, 30, 10, 115, 14, ES_AUTOHSCROLL
2020-05-14 12:23:05 +00:00
PUSHBUTTON "Si&mge Değiştir...", IDC_EDITTYPE_CHANGE_ICON, 150, 10, 70, 14
LTEXT "&Eylemler:", -1, 5, 37, 70, 10
2018-05-30 15:22:31 +00:00
LISTBOX IDC_EDITTYPE_LISTBOX, 5, 50, 140, 60, LBS_NOINTEGRALHEIGHT | LBS_HASSTRINGS | LBS_OWNERDRAWFIXED | LBS_NOTIFY | WS_VSCROLL | WS_TABSTOP
2020-05-14 12:23:05 +00:00
PUSHBUTTON "&Yeni...", IDC_EDITTYPE_NEW, 150, 50, 70, 14
PUSHBUTTON "&Düzenle...", IDC_EDITTYPE_EDIT_BUTTON, 150, 65, 70, 14
PUSHBUTTON "&Sil", IDC_EDITTYPE_REMOVE, 150, 80, 70, 14
2021-10-09 20:40:55 +00:00
PUSHBUTTON "&Varsayı lan Yap", IDC_EDITTYPE_SET_DEFAULT, 150, 95, 70, 14
2020-05-14 12:23:05 +00:00
AUTOCHECKBOX "İ&ndirdikten sonra açmayı onayla", IDC_EDITTYPE_CONFIRM_OPEN, 5, 115, 150, 14
AUTOCHECKBOX "&Her zaman uzantı yı göster", IDC_EDITTYPE_SHOW_EXT, 5, 130, 150, 14
2021-10-09 20:40:55 +00:00
AUTOCHECKBOX "&Aynı pencere içinde görüntüle", IDC_EDITTYPE_SAME_WINDOW, 5, 145, 150, 14
2020-05-14 12:23:05 +00:00
DEFPUSHBUTTON "Tamam", IDOK, 95, 170, 60, 14
PUSHBUTTON "İptal", IDCANCEL, 160, 170, 60, 14
2018-05-30 15:22:31 +00:00
END
IDD_ACTION DIALOG 0, 0, 225, 95
2020-05-14 12:23:05 +00:00
CAPTION "Yeni Eylem"
2018-05-30 15:22:31 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
BEGIN
2020-05-14 12:23:05 +00:00
LTEXT "&Eylem:", -1, 5, 7, 150, 10
2018-05-30 15:22:31 +00:00
EDITTEXT IDC_ACTION_ACTION, 5, 20, 150, 14, ES_AUTOHSCROLL
2020-05-14 12:23:05 +00:00
LTEXT "Eyle&mi gerçekleştirmek için kullanı lan uygulama:", -1, 5, 42, 150, 10
2018-05-30 15:22:31 +00:00
EDITTEXT IDC_ACTION_APP, 5, 55, 150, 14, ES_AUTOHSCROLL
2021-10-09 20:40:55 +00:00
PUSHBUTTON "&Gözat...", IDC_ACTION_BROWSE, 160, 60, 60, 14
2020-05-14 12:23:05 +00:00
AUTOCHECKBOX "&DDE Kullan", IDC_ACTION_USE_DDE, 10, 75, 103, 14
DEFPUSHBUTTON "Tamam", IDOK, 160, 20, 60, 14
PUSHBUTTON "İptal", IDCANCEL, 160, 40, 60, 14
2018-05-30 15:22:31 +00:00
END
2018-06-28 19:51:37 +00:00
IDD_FOLDER_CUSTOMIZE DIALOGEX 0, 0, 240, 250
2020-05-14 12:23:05 +00:00
CAPTION "Özelleştir"
2018-06-28 19:51:37 +00:00
STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
2021-10-09 20:40:55 +00:00
GROUPBOX "Hangi dizin türünü istersiniz?", IDC_STATIC, 5, 5, 230, 65, WS_TABSTOP
2021-03-29 13:53:43 +00:00
LTEXT "&Bu dizini bir şablon olarak kullan:", IDC_STATIC, 15, 20, 210, 12
2018-06-28 19:51:37 +00:00
COMBOBOX IDC_FOLDERCUST_COMBOBOX, 15, 35, 210, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
2021-03-29 13:53:43 +00:00
AUTOCHECKBOX "Bu şablonu tüm &alt dizinlere de uygula", IDC_FOLDERCUST_CHECKBOX, 15, 50, 210, 15
2023-12-14 13:54:11 +00:00
GROUPBOX "Dizin resimleri", IDC_STATIC, 5, 75, 230, 85, WS_TABSTOP
2021-03-29 13:53:43 +00:00
LTEXT "Küçük Resimler görünümü için, içerikleri hatı rlamanı z için bu dizin üzerine bir resim yerleştirebilirsiniz.", IDC_STATIC, 15, 87, 115, 33
2023-12-14 13:54:11 +00:00
PUSHBUTTON "&Resim Seç...", IDC_FOLDERCUST_CHOOSE_PIC, 15, 120, 115, 15
PUSHBUTTON "&Varsayı lanı Geri Getir", IDC_FOLDERCUST_RESTORE_DEFAULTS, 15, 139, 115, 15
2021-10-09 20:40:55 +00:00
LTEXT "Önizleme:", IDC_STATIC, 139, 85, 81, 11
2018-06-28 19:51:37 +00:00
CONTROL "", IDC_FOLDERCUST_PREVIEW_BITMAP, "STATIC", SS_BITMAP | WS_GROUP, 150, 100, 60, 60
2023-12-14 13:54:11 +00:00
GROUPBOX "Dizin Simgeleri", IDC_STATIC, 5, 165, 230, 50, WS_TABSTOP
LTEXT "Küçük Resimler görünümü dı şı nda, tüm görünümler için standart ""dizin"" simgesini başka bir simgeyle değiştirebilirsiniz.", IDC_STATIC, 15, 175, 210, 25
ICON 0, IDC_FOLDERCUST_ICON, 175, 194, 32, 30
PUSHBUTTON "&Simge Değiştir...", IDC_FOLDERCUST_CHANGE_ICON, 15, 195, 75, 15
2018-06-28 19:51:37 +00:00
END
2020-08-12 05:16:25 +00:00
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
2021-03-29 13:53:43 +00:00
CAPTION "Kı sayol Hatası "
2020-08-12 05:16:25 +00:00
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
BEGIN
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
2021-10-09 20:40:55 +00:00
LTEXT "Bu kı sayolun başvurduğu '%s' ögesi değiştirildi veya taşı ndı , bu nedenle bu kı sayol artı k düzgün çalı şmayacak.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
[SHELL32] *.rc: accelerator fixes, FIXMEs, drive-properties bg-BG and fr-FR (#6591)
* en-US.rc: create the TODO-list for the required menu-accel-changes
* some accelerator fixes, and add many FIXMEs for stuff that still needs to be improved
* beg the translators to shorten the "On Disk:" string in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
* strip superfluous spaces at some strings end and ':' within groupboxes, MS never does that
* bg-BG.rc & fr-FR.rc: Fix text-truncation, It got worse by 0.4.15-dev-5993-g a5bff2457a1014c266ce9c808d22a9967a4baca2 (#5239) A suggestion of Stasm, personally I dislike moving/resizing controls to dimenstions != en-US
* zh-CN.rc: China is the new land of capitalism, so CAPITALIZE the S. Grab another &W used in en-US/zh-TW
* he-IL.rc: strip a useless comment which just does repeat the string 1:1
* zh-TW: This taiwanese question-mark here is wrong, because the question spans over multiple controls, and the last one already ends with such a question mark.
* pt-PT.rc: Name the attributes-column 'Atributos', as that is the same name that is used in the file-properties-dlg
* sk-SK.rc: strip a comment that does not exist in any other lang
* Fix some lines which had 2 accelerators each, e.g. de-DE.
IDD_FOLDER_OPTIONS_GENERAL has 100% correct german accelerators now (checked against german XPSP3).
* es-ES.rc: remove a stone-age-workaround, and use the height from en-US again here. The text fits the single line fine now.
* no-NO.rc: Fix a regression of 0.4.9-dev-794-g bf88116252071487289235ca803540e61d685d84 which added the 70 to the 3 PUSHBUTTONS for all languages, but for no-NO.rc the third button was forgotten
* pt-PT.rc: Fix 2 wrong accelerators. They have been added by a pt-PT.rc translator, but Windows doesn't have them. Windows uses ENTER and ESCAPE just here. And other translators are aware of that. The thing that actually SHOULD have an accelerator in that dialog is the LTEXT "Abrir", but ironically that one was forgotten / intentionally removed by the pt-PT.rc translator upon translation. A pity!
* pt-PT.rc: pt-PT.rc was crippled regarding accelerators, mostly during 0.4.14-dev'ing. Wisdom of the elders was trampled down here.
* pt-PT.rc: fix unintended "::"
* tr-TR.rc: During 0.4.15-dev'ing a lot of accelerators and capitalization were changed in this file, and during that the IDS_* accelerators at the bottom in that file in the
/* context menus */
section were changed, but the reminder-menu-layouts IDM_* and FCIDM_SHVIEW_* were forgotten to be kept in sync.
That is such a common pitfall. Happened to all of us more than one time already.
Sync the capitalization for that file at least. While knowing that there is still a lot of async left for other files.
* tr-TR.rc: Point with 2 FIXMEs to some accelerator-issues that only somebody with a real turkish Windows will be able to fix properly. Actually most likely at least 6 lines in this file are involved into that collision. Try to mention them within the comment at least.
IDM_COPY
IDM_CREATELINK
IDM_DELETE
and
IDS_COPY
IDS_CREATELINK
IDS_DELETE
This bug does only affect master, and no older releases in this form.
* en-US.rc: And finally add a big fat TODO comment for my future self, regarding dlg redesign where attrubutes will need to be laid out vertically in IDD_FILE_PROPERTIES and IDD_FOLDER_PROPERTIES
2024-03-26 16:07:33 +00:00
LTEXT "Ada, türe, boyuta ve tarihe göre en yakı n eşleşme:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
2021-10-09 20:40:55 +00:00
LTEXT "Bu kı sayolu bu hedefi gösterecek şekilde düzeltmek mi, yoksa sadece silmek mi istiyorsunuz?", -1, 35, 85, 210, 30
2021-03-29 13:53:43 +00:00
DEFPUSHBUTTON "&Düzelt", IDOK, 55, 120, 60, 15, WS_DISABLED
PUSHBUTTON "&Sil", IDYES, 120, 120, 60, 15
PUSHBUTTON "İptal", IDCANCEL, 185, 120, 60, 15
2020-08-12 05:16:25 +00:00
END
2013-10-13 22:31:17 +00:00
STRINGTABLE
2007-10-22 16:49:34 +00:00
BEGIN
2012-01-17 18:45:41 +00:00
/* columns in the shellview */
2017-06-12 10:01:28 +00:00
IDS_SHV_COLUMN_NAME "Ad"
IDS_SHV_COLUMN_SIZE "Boyut"
IDS_SHV_COLUMN_TYPE "Tür"
2021-10-09 20:40:55 +00:00
IDS_SHV_COLUMN_MODIFIED "Değiştirilme"
IDS_SHV_COLUMN_ATTRIBUTES "Öznitelikler"
IDS_SHV_COLUMN_DISK_CAPACITY "Toplam Boyut"
2017-06-12 10:01:28 +00:00
IDS_SHV_COLUMN_DISK_AVAILABLE "Kullanı labilir Boyut"
2020-05-14 12:23:05 +00:00
IDS_SHV_COLUMN_OWNER "Sahip"
IDS_SHV_COLUMN_GROUP "Grup"
IDS_SHV_COLUMN_FILENAME "Dosya Adı "
IDS_SHV_COLUMN_CATEGORY "Kategori"
2016-10-02 20:37:58 +00:00
IDS_SHV_COLUMN_DELFROM "Özgün Konum"
2020-05-14 12:23:05 +00:00
IDS_SHV_COLUMN_DELDATE "Silinme Zamanı "
2016-10-02 20:37:58 +00:00
IDS_SHV_COLUMN_FONTTYPE "Yazı Tipi Türü"
2021-10-09 20:40:55 +00:00
IDS_SHV_COLUMN_WORKGROUP "Çalı şma Grubu"
2017-06-12 10:01:28 +00:00
IDS_SHV_COLUMN_NETLOCATION "Ağ Konumu"
2013-11-28 22:18:05 +00:00
IDS_SHV_COLUMN_DOCUMENTS "Belgeler"
IDS_SHV_COLUMN_STATUS "Durum"
2016-10-02 20:37:58 +00:00
IDS_SHV_COLUMN_COMMENTS "Açı klamalar"
2013-11-28 22:18:05 +00:00
IDS_SHV_COLUMN_LOCATION "Konum"
2020-05-14 12:23:05 +00:00
IDS_SHV_COLUMN_MODEL "Model"
2012-01-17 18:45:41 +00:00
/* special folders */
2013-11-28 22:18:05 +00:00
IDS_DESKTOP "Masaüstü"
IDS_MYCOMPUTER "Bilgisayarı m"
IDS_RECYCLEBIN_FOLDER_NAME "Geri Dönüşüm Kutusu"
IDS_CONTROLPANEL "Denetim Masası "
2016-10-02 20:37:58 +00:00
IDS_ADMINISTRATIVETOOLS "Yönetim Araçları "
2012-01-17 18:45:41 +00:00
2016-11-05 16:45:41 +00:00
/* special folders descriptions */
2021-10-09 20:40:55 +00:00
IDS_ADMINISTRATIVETOOLS_DESCRIPTION "Bilgisayarı nı z için yönetim ayarları nı yapı landı rı n."
IDS_FOLDER_OPTIONS_DESCRIPTION "Dosyaları n ve dizinlerin görünümünü özelleştirin ve dosya ilişkilendirmelerini değiştirin."
IDS_FONTS_DESCRIPTION "Bilgisayarı nı zdaki yazı tiplerini ekleyin, değiştirin ve yönetin."
2020-05-14 12:23:05 +00:00
IDS_PRINTERS_DESCRIPTION "Kurulu yazı cı ları ve faks yazı cı ları nı gösterir ve bunları n yenilerini eklemenize yardı mcı olur."
2016-11-05 16:45:41 +00:00
2020-02-14 21:17:48 +00:00
/* About shell dialog version string */
IDS_ABOUT_VERSION_STRING "Sürüm %S (%S)"
2012-01-17 18:45:41 +00:00
/* context menus */
2020-05-14 12:23:05 +00:00
IDS_VIEW_LARGE "&Büyük simgeler"
IDS_VIEW_SMALL "&Küçük simgeler"
IDS_VIEW_LIST "&Liste"
2016-10-02 20:37:58 +00:00
IDS_VIEW_DETAILS "&Ayrı ntı lar"
2013-11-28 22:18:05 +00:00
IDS_SELECT "Seç"
IDS_OPEN "Aç"
2020-05-14 12:23:05 +00:00
IDS_CREATELINK "Kı sayol &oluştur"
IDS_COPY "&Kopyala"
2013-11-28 22:18:05 +00:00
IDS_DELETE "&Sil"
2020-05-14 12:23:05 +00:00
IDS_PROPERTIES "Ö&zellikler"
2016-10-02 20:37:58 +00:00
IDS_CUT "K&es"
2020-05-14 12:23:05 +00:00
IDS_RESTORE "Geri getir"
2013-11-28 22:18:05 +00:00
IDS_FORMATDRIVE "Biçimlendir..."
2020-05-14 12:23:05 +00:00
IDS_RENAME "Yeniden adlandı r"
2016-10-02 20:37:58 +00:00
IDS_PASTE "Yapı ştı r"
2020-05-14 12:23:05 +00:00
IDS_EJECT "Çı kar"
2021-10-09 20:40:55 +00:00
IDS_DISCONNECT "Bağlantı yı kes"
2020-05-14 12:23:05 +00:00
IDS_OPENFILELOCATION "&Dosya konumunu aç"
IDS_SENDTO_MENU "&Gönder"
2024-04-06 21:01:32 +00:00
IDS_COPYASPATHMENU "Copy as path"
2019-12-24 17:28:05 +00:00
2021-03-29 13:53:43 +00:00
IDS_MOVEERRORTITLE "Dosya veya Dizin Taşı ma Hatası "
IDS_COPYERRORTITLE "Dosya veya Dizin Kopyalama Hatası "
IDS_MOVEERRORSAMEFOLDER "'%s' taşı namı yor: Hedef dizin, kaynak dizin ile aynı ."
2021-10-09 20:40:55 +00:00
IDS_MOVEERRORSAME "'%s' taşı namı yor: Kaynak ve hedef dosya adları aynı ."
2021-03-29 13:53:43 +00:00
IDS_COPYERRORSAME "'%s' kopyalanamı yor: Kaynak ve hedef dosya adları aynı ."
2021-10-09 20:40:55 +00:00
IDS_MOVEERRORSUBFOLDER "'%s' taşı namı yor: Hedef dizin, kaynak dizinin bir alt dizinidir."
IDS_COPYERRORSUBFOLDER "'%s' kopyalanamı yor: Hedef dizin, kaynak dizinin bir alt dizinidir."
2021-12-15 14:42:47 +00:00
IDS_MOVEERROR "Cannot move '%s': %s"
IDS_COPYERROR "Cannot copy '%s': %s"
2016-10-02 20:37:58 +00:00
2023-02-23 00:43:53 +00:00
IDS_CREATEFILE_DENIED "Could not create file %1"
IDS_CREATEFILE_CAPTION "Error creating file"
2016-10-02 20:37:58 +00:00
IDS_CREATEFOLDER_DENIED """%1"" dizini oluşturulamı yor."
IDS_CREATEFOLDER_CAPTION "Dizin Oluşturulamı yor"
2021-03-29 13:53:43 +00:00
IDS_DELETEITEM_CAPTION "Dosya Silmeyi Onayla"
2016-10-02 20:37:58 +00:00
IDS_DELETEFOLDER_CAPTION "Dizin Silmeyi Onayla"
IDS_DELETEITEM_TEXT """%1"" ögesini silmek istediğinizden emin misiniz?"
IDS_DELETEMULTIPLE_TEXT "Bu %1 ögeyi silmek istediğinizden emin misiniz?"
IDS_DELETESELECTED_TEXT "Seçili ögeyi ya da ögeleri silmek istediğinizden emin misiniz?"
IDS_TRASHITEM_TEXT """%1"" ögesini Geri Dönüşüm Kutusu'na göndermek istediğinizden emin misiniz?"
IDS_TRASHFOLDER_TEXT """%1"" ögesini ve onun tüm içeriğini Geri Dönüşüm Kutusu'na göndermek istediğinizden emin misiniz?"
IDS_TRASHMULTIPLE_TEXT "Bu %1 ögeyi Geri Dönüşüm Kutusu'na göndermek istediğinizden emin misiniz?"
2021-10-09 20:40:55 +00:00
IDS_CANTTRASH_TEXT """%1"" ögesi Geri Dönüşüm Kutusu'na gönderilemiyor. Onu kalı cı olarak silmek ister misiniz?"
IDS_OVERWRITEFILE_TEXT "Bu dizin zaten ""%1"" adlı bir dosya içeriyor.\n\nOnu yenisiyle değiştirmek ister misiniz?"
2021-03-29 13:53:43 +00:00
IDS_OVERWRITEFILE_CAPTION "Dosya Üzerine Yazmayı Onayla"
2021-10-09 20:40:55 +00:00
IDS_OVERWRITEFOLDER_TEXT "Bu dizin zaten ""%1"" adlı bir dizin içeriyor.\n\nHedef dizinindeki dosyalar, seçili dizindeki dosyalarla aynı adlı ise, onlar yenileriyle değiştirilecektir. Dizini taşı mak veya kopyalamak istiyor musunuz?"
2016-10-02 20:37:58 +00:00
2021-10-09 20:40:55 +00:00
IDS_FILEOOP_COPYING "Kopyalanı yor..."
2016-10-02 20:37:58 +00:00
IDS_FILEOOP_MOVING "Taşı nı yor..."
IDS_FILEOOP_DELETING "Siliniyor..."
2021-10-09 20:40:55 +00:00
IDS_FILEOOP_FROM_TO "%1 konumundan %2 konumuna"
IDS_FILEOOP_FROM "%1 konumundan"
2016-10-02 20:37:58 +00:00
IDS_FILEOOP_PREFLIGHT "Ön Denetim"
2015-02-21 17:27:41 +00:00
2012-01-17 18:45:41 +00:00
/* message box strings */
2021-03-29 13:53:43 +00:00
IDS_RESTART_TITLE "Bilgisayarı Yeniden Başlat"
IDS_RESTART_PROMPT "Bilgisayarı yeniden başlatmak ister misiniz?"
2013-11-28 22:18:05 +00:00
IDS_SHUTDOWN_TITLE "Bilgisayarı Kapat"
2016-10-02 20:37:58 +00:00
IDS_SHUTDOWN_PROMPT "Bilgisayarı kapatmak ister misiniz?"
2021-05-15 01:44:48 +00:00
2018-12-15 20:22:57 +00:00
/* Format Dialog Strings */
2021-03-29 13:53:43 +00:00
IDS_FORMAT_TITLE "Yerel Diski Formatla"
2021-09-12 17:59:05 +00:00
IDS_FORMAT_WARNING "UYARI: Biçimlendirme bu diskteki TÜM verileri silecektir.\nDiski biçimlendirmek için Tamam'ı tı klayı n. Çı kmak için İPTAL'i tı klayı n."
2021-10-09 20:40:55 +00:00
IDS_FORMAT_COMPLETE "Biçimlendirme Tamamlandı "
2007-10-22 16:49:34 +00:00
2021-03-07 13:24:16 +00:00
/* Warning format system drive dialog strings */
2021-03-29 13:53:43 +00:00
IDS_NO_FORMAT_TITLE "Bu birim biçimlendirilemiyor"
2021-10-09 20:40:55 +00:00
IDS_NO_FORMAT "Bu birim biçimlendirilemez! Birim, ReactOS'un çalı şması için önemli sistem dosyaları nı içerir."
2021-09-12 22:52:19 +00:00
2011-03-23 16:22:38 +00:00
/* Run File dialog */
2021-03-29 13:53:43 +00:00
IDS_RUNDLG_ERROR "Dosya Çalı ştı r iletişim kutusu görüntülenemiyor (iç hata)."
IDS_RUNDLG_BROWSE_ERROR "Göz At iletişim kutusu görüntülenemiyor (iç hata)."
2016-10-02 20:37:58 +00:00
IDS_RUNDLG_BROWSE_CAPTION "Göz At"
2021-03-29 13:53:43 +00:00
IDS_RUNDLG_BROWSE_FILTER "Çalı ştı rı labilir Dosyalar (*.exe)\0*.exe\0Tüm Dosyalar (*.*)\0*.*\0"
2012-01-17 18:45:41 +00:00
2023-09-02 18:16:22 +00:00
/* Shortcut property sheet */
IDS_SHORTCUT_RUN_NORMAL "Normal window"
IDS_SHORTCUT_RUN_MIN "Minimized"
IDS_SHORTCUT_RUN_MAX "Maximized"
2020-01-24 12:32:25 +00:00
/* Shell folder path default values. See also: dll/win32/userenv/lang */
2020-05-14 12:23:05 +00:00
IDS_PROGRAMS "Başlat Menüsü\\Programlar"
2013-11-28 22:18:05 +00:00
IDS_PERSONAL "Belgelerim"
2014-12-15 00:12:56 +00:00
IDS_FAVORITES "Yer İmleri"
2020-05-14 12:23:05 +00:00
IDS_STARTUP "Başlat Menüsü\\Programlar\\Başlangı ç"
2014-12-15 00:12:56 +00:00
IDS_RECENT "En Son"
2013-11-28 22:18:05 +00:00
IDS_SENDTO "Gönder"
2020-05-14 12:23:05 +00:00
IDS_STARTMENU "Başlat Menüsü"
IDS_MYMUSIC "Müziklerim"
IDS_MYVIDEO "Videoları m"
2013-11-28 22:18:05 +00:00
IDS_DESKTOPDIRECTORY "Masaüstü"
2020-05-14 12:23:05 +00:00
IDS_NETHOOD "Ağ Komşuları "
IDS_TEMPLATES "Şablonlar"
IDS_APPDATA "Uygulama Verileri"
2014-12-15 00:12:56 +00:00
IDS_PRINTHOOD "Yazı cı lar"
2020-05-14 12:23:05 +00:00
IDS_LOCAL_APPDATA "Yerel Ayarlar\\Uygulama Verileri"
IDS_INTERNET_CACHE "Yerel Ayarlar\\Geçici İnternet Dosyaları "
2014-12-15 00:12:56 +00:00
IDS_COOKIES "Tanı mlama Bilgileri"
2020-05-14 12:23:05 +00:00
IDS_HISTORY "Yerel Ayarlar\\Geçmiş"
IDS_PROGRAM_FILES "Program Dosyaları "
2014-12-15 00:12:56 +00:00
IDS_MYPICTURES "Resimlerim"
2020-05-14 12:23:05 +00:00
IDS_PROGRAM_FILES_COMMON "Program Dosyaları \\Ortak Dosyalar"
2013-11-28 22:18:05 +00:00
IDS_COMMON_DOCUMENTS "Belgeler"
2020-05-14 12:23:05 +00:00
IDS_ADMINTOOLS "Başlat Menüsü\\Programlar\\Yönetim Araçları "
IDS_COMMON_MUSIC "Belgeler\\Müziklerim"
2013-11-28 22:18:05 +00:00
IDS_COMMON_PICTURES "Belgeler\\Resimlerim"
2020-05-14 12:23:05 +00:00
IDS_COMMON_VIDEO "Belgeler\\Videoları m"
IDS_CDBURN_AREA "Yerel Ayarlar\\Uygulama Verileri\\Microsoft\\CD Yazma"
IDS_NETWORKPLACE "Ağ Bağlantı ları m"
2013-11-28 22:18:05 +00:00
2016-10-02 20:37:58 +00:00
IDS_NEWFOLDER "Yeni Dizin"
2023-07-07 08:24:25 +00:00
IDS_NEWITEMFORMAT "New %s"
2013-11-28 22:18:05 +00:00
2021-03-29 13:53:43 +00:00
IDS_DRIVE_FIXED "Yerel Disk"
2016-10-02 20:37:58 +00:00
IDS_DRIVE_CDROM "CD-ROM"
IDS_DRIVE_NETWORK "Ağ Diski"
2021-10-09 20:40:55 +00:00
IDS_DRIVE_FLOPPY "3,5 Disket"
2016-10-02 20:37:58 +00:00
IDS_DRIVE_REMOVABLE "Çı karı labilir Disk"
IDS_FS_UNKNOWN "Bilinmeyen"
2012-01-17 18:45:41 +00:00
/* Open With */
2013-11-28 22:18:05 +00:00
IDS_OPEN_WITH "Birlikte Aç"
2021-03-29 13:53:43 +00:00
IDS_OPEN_WITH_CHOOSE "Program Seç..."
IDS_OPEN_WITH_RECOMMENDED "Önerilen Programlar:"
2021-10-09 20:40:55 +00:00
IDS_OPEN_WITH_OTHER "Diğer Programlar:"
2013-11-28 22:18:05 +00:00
IDS_SHELL_ABOUT_AUTHORS "&Yazarlar"
IDS_SHELL_ABOUT_BACK "< &Geri"
2023-07-07 08:24:25 +00:00
FCIDM_SHVIEW_NEW "Ne&w" /* A menu item with an ampersand */
2013-11-28 22:18:05 +00:00
FCIDM_SHVIEW_NEWFOLDER "Yeni &Dizin"
FCIDM_SHVIEW_NEWLINK "Yeni &Kı sayol"
2016-10-02 20:37:58 +00:00
IDS_FOLDER_OPTIONS "Dizin Seçenekleri"
2024-06-12 11:00:54 +00:00
IDS_TASKBAR_OPTIONS "Taskbar and Start Menu"
IDS_TASKBAR_OPTIONS_INFOTIP "Customize the Start Menu and the taskbar, such as the types of items to be displayed and how they should appear."
2016-10-02 20:37:58 +00:00
IDS_RECYCLEBIN_LOCATION "Geri Dönüşüm Kutusu Konumu"
IDS_RECYCLEBIN_DISKSPACE "Kullanı labilir Alan"
2013-11-28 22:18:05 +00:00
IDS_EMPTY_BITBUCKET "&Geri Dönüşüm Kutusu'nu Boşalt"
IDS_PICK_ICON_TITLE "Simge Seç"
2021-03-29 13:53:43 +00:00
IDS_PICK_ICON_FILTER "Simge Dosyaları (*.ico, *.icl, *.exe, *.dll)\0*.ico;*.icl;*.exe;*.dll\0Tüm Dosyalar (*.*)\0*.*\0"
IDS_OPEN_WITH_FILTER "Çalı ştı rı labilir Dosyalar (*.exe)\0*.exe\0Tüm Dosyalar (*.*)\0*.*\0"
2015-11-22 03:25:38 +00:00
2021-03-29 13:53:43 +00:00
IDS_CANTLOCKVOLUME "Disk birimi kilitlenemiyor (Hata Kodu: %lu)."
IDS_CANTDISMOUNTVOLUME "Birim çı karı lamı yor (Hata Kodu: %lu)."
IDS_CANTEJECTMEDIA "Birim ayrı lamı yor (Hata Kodu: %lu)."
2021-10-09 20:40:55 +00:00
IDS_CANTSHOWPROPERTIES "Özellikler gösterilemiyor (Hata Kodu: %lu)."
IDS_CANTDISCONNECT "Bağlanı lamı yor (Hata Kodu: %lu)."
2021-03-29 13:53:43 +00:00
IDS_NONE "(Hiçbir Şey)"
2017-11-18 14:55:08 +00:00
2024-05-30 15:53:44 +00:00
IDS_EXPAND "Exp&and"
IDS_COLLAPSE "Coll&apse"
2018-05-05 20:20:21 +00:00
/* Friendly File Type Names */
2016-10-02 20:37:58 +00:00
IDS_DIRECTORY "Dizin"
2021-10-09 20:40:55 +00:00
IDS_BAT_FILE "ReactOS Toplu İş Dosyası "
2016-10-02 20:37:58 +00:00
IDS_CMD_FILE "ReactOS Komut Betiği"
2015-11-22 03:25:38 +00:00
IDS_COM_FILE "DOS Uygulaması "
2016-10-02 20:37:58 +00:00
IDS_CPL_FILE "Denetim Masası Ögesi"
2021-10-09 20:40:55 +00:00
IDS_CUR_FILE "Fare İşaretçisi"
2021-03-29 13:53:43 +00:00
IDS_DB__FILE "Veritabanı Dosyası "
2013-11-28 22:18:05 +00:00
IDS_DLL_FILE "Uygulama Uzantı sı "
IDS_DRV_FILE "Aygı t Sürücüsü"
2021-10-09 20:40:55 +00:00
IDS_EFI_FILE "Genişletilebilir Donanı m Sürücüsü Arabirimi Çalı ştı rı labilir Dosyası "
2013-11-28 22:18:05 +00:00
IDS_EXE_FILE "Uygulama"
2021-03-29 13:53:43 +00:00
IDS_NLS_FILE "Yerel Dil Desteği Dosyası "
2021-10-09 20:40:55 +00:00
IDS_OCX_FILE "ActiveX Denetimi"
IDS_TLB_FILE "Tip Kitaplı ğı "
2016-10-02 20:37:58 +00:00
IDS_FON_FILE "Yazı Tipi"
2021-03-29 13:53:43 +00:00
IDS_TTF_FILE "TrueType Yazı Tipi Dosyası "
IDS_OTF_FILE "OpenType Yazı Tipi Dosyası "
IDS_HLP_FILE "Yardı m Dosyası "
2016-10-02 20:37:58 +00:00
IDS_ICO_FILE "Simge"
2013-11-28 22:18:05 +00:00
IDS_INI_FILE "Yapı landı rma Ayarları "
IDS_LNK_FILE "Kı sayol"
2021-10-09 20:40:55 +00:00
IDS_NT__FILE "NT DOS32 Yapı landı rma Dosyası "
IDS_PIF_FILE "NT VDM Program Bilgi Dosyası "
2021-03-29 13:53:43 +00:00
IDS_SCR_FILE "Ekran Koruyucu"
2021-10-09 20:40:55 +00:00
IDS_SYS_FILE "Sistem Dosyası "
2021-03-29 13:53:43 +00:00
IDS_VXD_FILE "Sanal Aygı t Sürücüsü"
IDS_ANY_FILE "%s Dosyası "
2013-11-28 22:18:05 +00:00
IDS_OPEN_VERB "Aç"
IDS_EXPLORE_VERB "Araştı r"
2016-10-02 20:37:58 +00:00
IDS_RUNAS_VERB "Birlikte Aç..."
2013-11-28 22:18:05 +00:00
IDS_EDIT_VERB "Düzenle"
IDS_FIND_VERB "Bul"
IDS_PRINT_VERB "Yazdı r"
2021-03-29 13:53:43 +00:00
IDS_CMD_VERB "Burada komut istemi aç"
2013-11-28 22:18:05 +00:00
2021-03-29 13:53:43 +00:00
IDS_FILE_FOLDER "%u Dosya, %u Dizin"
2013-11-28 22:18:05 +00:00
IDS_PRINTERS "Yazı cı lar"
2016-10-02 20:37:58 +00:00
IDS_FONTS "Yazı Tipleri"
IDS_INSTALLNEWFONT "Yeni Yazı Tipi Yükle..."
2013-11-28 22:18:05 +00:00
2021-10-09 20:40:55 +00:00
IDS_DEFAULT_CLUSTER_SIZE "Varsayı lan ayı rma boyutu"
2016-10-02 20:37:58 +00:00
IDS_COPY_OF "Kopyası : "
2013-11-28 22:18:05 +00:00
2021-03-29 13:53:43 +00:00
IDS_SHLEXEC_NOASSOC "Bu dosya türünü açmak için yapı landı rı lmı ş ReactOS programı yok."
2013-11-28 22:18:05 +00:00
2016-10-02 20:37:58 +00:00
IDS_FILE_DETAILS """%s"" Uzantı sı İçin Ayrı ntı lar"
2021-03-29 13:53:43 +00:00
IDS_FILE_DETAILSADV """%s"" uzantı lı dosyalar ""%s"" türünündür. Tüm ""%s"" dosyaları nı etkileyen ayarları değiştirmek için Gelişmiş'e tı klayı nı z."
IDS_FILE_TYPES "Dosya Türleri"
2013-11-28 22:18:05 +00:00
IDS_COLUMN_EXTENSION "Uzantı lar"
2016-02-25 11:03:21 +00:00
2021-10-09 20:40:55 +00:00
IDS_BYTES_FORMAT "bit"
2016-10-02 20:37:58 +00:00
IDS_UNKNOWN_APP "Bilinmeyen Uygulama"
IDS_EXE_DESCRIPTION "Tanı m:"
2014-12-22 18:48:47 +00:00
2016-10-02 20:37:58 +00:00
IDS_MENU_EMPTY "(Boş)"
IDS_OBJECTS "%d Nesne"
IDS_OBJECTS_SELECTED "%d Nesne Seçili"
2017-02-05 12:15:59 +00:00
2022-10-16 21:04:10 +00:00
IDS_TITLE_MYCOMP "Bilgisayarı m"
IDS_TITLE_MYNET "Ağ Bağlantı ları m"
IDS_TITLE_BIN_1 "Recycle Bin (full)"
IDS_TITLE_BIN_0 "Recycle Bin (empty)"
2021-03-29 13:53:43 +00:00
IDS_ADVANCED_FOLDER "Dosyalar ve Dizinler"
2021-10-09 20:40:55 +00:00
IDS_ADVANCED_NET_CRAWLER "Ağ dizinlerini ve yazı cı ları otomatik ara"
2021-03-29 13:53:43 +00:00
IDS_ADVANCED_FOLDER_SIZE_TIP "Dizin bilgi kutuları nda dosya boyutu bilgisini göster"
2021-10-09 20:40:55 +00:00
IDS_ADVANCED_FRIENDLY_TREE "Gezginin Dizinler listesinde basit dizin görünümünü göster"
2021-03-29 13:53:43 +00:00
IDS_ADVANCED_WEB_VIEW_BARRICADE "Sistem dizinlerinin içeriğini göster"
2017-04-18 17:47:08 +00:00
IDS_ADVANCED_SHOW_FULL_PATH_ADDRESS "Konum çubuğunda tüm yolu göster"
IDS_ADVANCED_SHOW_FULL_PATH "Başlı k çubuğunda tüm yolu göster"
2021-10-09 20:40:55 +00:00
IDS_ADVANCED_DISABLE_THUMB_CACHE "Küçük resimleri önbelleğe kaydetme"
2021-03-29 13:53:43 +00:00
IDS_ADVANCED_HIDDEN "Gizli dosyalar ve dizinler"
IDS_ADVANCED_DONT_SHOW_HIDDEN "Gizli dosyalar ve dizinleri gösterme"
IDS_ADVANCED_SHOW_HIDDEN "Gizli dosyalar ve dizinleri göster"
IDS_ADVANCED_HIDE_FILE_EXT "Bilinen dosya türleri için eklentileri gizle"
IDS_ADVANCED_SUPER_HIDDEN "Korunan işletim sistemi dosyaları nı gizle (önerilir)"
2021-10-09 20:40:55 +00:00
IDS_ADVANCED_DESKTOP_PROCESS "Dizin pencerelerini ayrı bir işlemde başlat"
IDS_ADVANCED_CLASSIC_VIEW_STATE "Her dizinin görünüm ayarları nı hatı rla"
IDS_ADVANCED_PERSIST_BROWSERS "Oturum açarken önceki dizin pencerelerini geri getir"
2017-04-18 17:47:08 +00:00
IDS_ADVANCED_CONTROL_PANEL_IN_MY_COMPUTER "Bilgisayarı m'da Denetim Masası 'nı göster"
2021-10-09 20:40:55 +00:00
IDS_ADVANCED_SHOW_COMP_COLOR "Şifrelenmiş veya sı kı ştı rı lmı ş NTFS dosyaları nı renkli göster"
2017-04-18 17:47:08 +00:00
IDS_ADVANCED_SHOW_INFO_TIP "Dizin ve masaüstü ögeleri için açı lan tanı m göster"
2024-02-27 11:41:43 +00:00
IDS_ADVANCED_DISPLAY_FAVORITES "Display Favorites"
IDS_ADVANCED_DISPLAY_LOG_OFF "Display Log Off"
2024-03-11 07:19:46 +00:00
IDS_ADVANCED_EXPAND_CONTROL_PANEL "Expand Control Panel"
2024-03-11 04:18:58 +00:00
IDS_ADVANCED_EXPAND_MY_DOCUMENTS "Expand My Documents"
2024-03-11 07:19:46 +00:00
IDS_ADVANCED_EXPAND_PRINTERS "Expand Printers"
2024-03-11 04:18:58 +00:00
IDS_ADVANCED_EXPAND_MY_PICTURES "Expand My Pictures"
2024-03-11 07:19:46 +00:00
IDS_ADVANCED_EXPAND_NET_CONNECTIONS "Expand Network Connections"
2024-02-27 11:41:43 +00:00
IDS_ADVANCED_DISPLAY_RUN "Display Run"
IDS_ADVANCED_DISPLAY_ADMINTOOLS "Display Administrative Tools"
2024-03-19 22:32:52 +00:00
IDS_ADVANCED_SMALL_START_MENU "Show Small Icons in Start menu"
2018-05-18 10:47:52 +00:00
2021-10-09 20:40:55 +00:00
IDS_NEWEXT_ADVANCED_LEFT "<< G&elişmiş"
2021-03-29 13:53:43 +00:00
IDS_NEWEXT_ADVANCED_RIGHT "Ge&lişmiş >>"
IDS_NEWEXT_NEW "<Yeni>"
IDS_NEWEXT_SPECIFY_EXT "Bir uzantı belirtmelisiniz"
2021-10-09 20:40:55 +00:00
IDS_NEWEXT_ALREADY_ASSOC "%s uzantı sı zaten %s dosya türü ile ilişkilendirilmiş. %s ile %s arası ndaki ilişkiyi kesmek ve bunun için yeni bir dosya türü oluşturmak istiyor musunuz?"
2021-03-29 13:53:43 +00:00
IDS_NEWEXT_EXT_IN_USE "Uzantı kullanı lı yor"
IDS_REMOVE_EXT "Kayı tlı bir dosya adı uzantı sı nı kaldı rı rsanı z, bu uzantı ya sahip dosyaları simgelerine çift tı klayarak açamazsı nı z.\n\nBu uzantı yı silmek ister misiniz?"
IDS_SPECIFY_ACTION "Bir eylem belirtmelisiniz."
IDS_INVALID_PROGRAM "Belirtilen program bulunamadı . Dosya adı ve yolunun doğru olduğundan emin olun."
IDS_REMOVE_ACTION "Bu eylemi kaldı rmak istediğinizden emin misiniz?"
IDS_ACTION_EXISTS "'%s' eylemi bu dosya türü için zaten kayı tlı . Lütfen farklı bir ad girin ve tekrar deneyin."
IDS_EXE_FILTER "Programlar\0*.exe\0Tüm Dosyalar\0*.*\0"
IDS_EDITING_ACTION "Tür için eylemi düzenleme: "
2021-09-12 17:59:05 +00:00
IDS_NO_ICONS "'%s' dosyası simge içermiyor.\n\nListeden bir simge seçin veya farklı bir dosya belirtin."
2021-03-29 13:53:43 +00:00
IDS_FILE_NOT_FOUND "'%s' dosyası bulunamadı ."
2021-10-09 20:40:55 +00:00
IDS_LINK_INVALID "Bu kı sayolun başvurduğu '%s' ögesi değiştirildi veya taşı ndı , bu nedenle bu kı sayol artı k düzgün çalı şmayacak."
2021-03-29 13:53:43 +00:00
IDS_COPYTOMENU "Dizine &kopyala..."
2021-10-09 20:40:55 +00:00
IDS_COPYTOTITLE "'%s'i' kopyalamak istediğiniz yeri seçin. Ardı ndan Kopyala butonuna tı klayı n."
IDS_COPYITEMS "Ögeleri Kopyala"
2021-03-29 13:53:43 +00:00
IDS_COPYBUTTON "Kopyala"
IDS_MOVETOMENU "Di&zini kopyala..."
2021-10-09 20:40:55 +00:00
IDS_MOVETOTITLE "'%s'i taşı mak istediğiniz yeri seçin. Ardı ndan Taşı butonuna tı klayı n."
IDS_MOVEITEMS "Ögeleri Taşı "
2021-03-29 13:53:43 +00:00
IDS_MOVEBUTTON "Taşı "
IDS_SYSTEMFOLDER "Sistem Dizini"
2021-02-28 11:03:35 +00:00
/* For IDD_LOG_OFF_FANCY */
2021-03-29 13:53:43 +00:00
IDS_LOG_OFF_DESC "Programları nı zı kapatı r ve ReactOS oturumunuzu sonlandı rı r."
2021-10-09 20:40:55 +00:00
IDS_SWITCH_USER_DESC "Programları nı z ve dosyaları nı z açı kken başka bir kullanı cı nı n oturum açması na izin verir. \r\n\r\n (Windows tuşu + L'ye basarak da kullanı cı lar arası nda geçiş yapabilirsiniz.)"
2021-02-28 11:03:35 +00:00
IDS_LOG_OFF_TITLE "Oturumu Kapat"
2021-03-29 13:53:43 +00:00
IDS_SWITCH_USER_TITLE "Kullanı cı Değiştir"
2007-10-22 16:49:34 +00:00
END