https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4f4be5c4989208be46088…
commit 4f4be5c4989208be46088dbaff3015e4b32d3f51
Author: Joachim Henze <joachim.henze(a)reactos.org>
AuthorDate: Thu Sep 26 00:49:29 2024 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Thu Sep 26 00:49:29 2024 +0200
[FREELDR] Print arch + buildnumber on crash-screen (#7382)
This commit tries to improve the quality of the screenshots that we do get posted in JIRA,
where we couldn't even see up to now which build and arch was run.
This is in the wider context of CORE6762
(I intentionally left out the minus in the CORE-ID to prevent auto-linkage to that ticket)
---
boot/freeldr/freeldr/arch/i386/i386bug.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/boot/freeldr/freeldr/arch/i386/i386bug.c b/boot/freeldr/freeldr/arch/i386/i386bug.c
index 7e03deacdcb..1276ddad9bc 100644
--- a/boot/freeldr/freeldr/arch/i386/i386bug.c
+++ b/boot/freeldr/freeldr/arch/i386/i386bug.c
@@ -1,6 +1,7 @@
#include <freeldr.h>
+#include <reactos/buildno.h>
#include <debug.h>
typedef struct _FRAME
@@ -115,7 +116,7 @@ i386PrintExceptionText(ULONG TrapIndex, PKTRAP_FRAME TrapFrame, PKSPECIAL_REGIST
i386_ScreenPosX = 0;
i386_ScreenPosY = 0;
- PrintText("An error occured in " VERSION "\n"
+ PrintText("FreeLdr " KERNEL_VERSION_STR " " KERNEL_VERSION_BUILD_STR "\n"
"Report this error on the ReactOS Bug Tracker: https://jira.reactos.org\n\n"
"0x%02lx: %s\n\n", TrapIndex, i386ExceptionDescriptionText[TrapIndex]);
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=064d6d3427eef07c3b47c…
commit 064d6d3427eef07c3b47c9ffb30e1058241f6147
Author: Mahir Gül <mahirgul(a)gmail.com>
AuthorDate: Thu Sep 26 00:12:19 2024 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Thu Sep 26 00:12:19 2024 +0200
[MSPAINT] Update Turkish (tr-TR) translation (#7371)
---
base/applications/mspaint/lang/tr-TR.rc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/base/applications/mspaint/lang/tr-TR.rc b/base/applications/mspaint/lang/tr-TR.rc
index 7030caf87b6..911eeabf84a 100644
--- a/base/applications/mspaint/lang/tr-TR.rc
+++ b/base/applications/mspaint/lang/tr-TR.rc
@@ -4,6 +4,7 @@
* PURPOSE: Turkish resource file
* TRANSLATORS: Copyright 2013-2016, 2019 Erdem Ersoy (eersoy93) <erdemersoy(a)erdemersoy.net>
* Copyright 2021-2022 Süleyman Poyraz <zaryob.dev(a)gmail.com>
+ * Copyright 2024 Mahir Gül <mahirgul(a)gmail.com>
*/
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
@@ -269,8 +270,8 @@ BEGIN
IDS_UNDERLINE "Altı Çizgili"
IDS_VERTICAL "Düşey"
IDS_PRINTRES "%d x %d pixel/cm"
- IDS_CANTPASTE "Failed to paste from the clipboard. The data format is either incorrect or not supported."
- IDS_SAVEERROR "Failed to save the bitmap to file:\n\n%s"
- IDS_CANTSENDMAIL "Failed to send a mail."
- IDS_LOSECOLOR "The color information will be lost in this operation. Are you sure to proceed?"
+ IDS_CANTPASTE "Panodan yapıştırma işlemi başarısız oldu. Veri biçimi ya yanlış ya da desteklenmiyor."
+ IDS_SAVEERROR "Bit eÅŸlemi dosyaya kaydedilemedi:\n\n%s"
+ IDS_CANTSENDMAIL "Posta gönderilemedi."
+ IDS_LOSECOLOR "Bu işlem sırasında renk bilgisi kaybolacaktır. Devam edeceğinizden emin misiniz?"
END