mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
15 lines
451 B
Plaintext
15 lines
451 B
Plaintext
|
/*
|
|||
|
* PROJECT: Dr. Watson crash reporter
|
|||
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|||
|
* PURPOSE: Turkish resource file
|
|||
|
* TRANSLATOR: Copyright 2022 Süleyman Poyraz <zaryob.dev@gmail.com>
|
|||
|
*/
|
|||
|
|
|||
|
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
|||
|
|
|||
|
STRINGTABLE
|
|||
|
BEGIN
|
|||
|
IDS_APP_TITLE "ReactOS Çökme Raporlayıcısı"
|
|||
|
IDS_USER_ALERT_MESSAGE "%ls uygulaması çöktü. Bu kilitlenmeyle ilgili bilgiler şuraya kaydedildi:\n\n%ls"
|
|||
|
END
|