https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ca7181336128fadf59610…
commit ca7181336128fadf59610dba20f83ba0477c902f
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sat Dec 8 20:11:26 2018 +0100
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Sat Dec 8 20:11:26 2018 +0100
[NOTEPAD] Addendum to 60e9fcc (#610)
---
base/applications/notepad/lang/hi-IN.rc | 21 ++-------------------
1 file changed, 2 insertions(+), 19 deletions(-)
diff --git a/base/applications/notepad/lang/hi-IN.rc
b/base/applications/notepad/lang/hi-IN.rc
index f6040bb1ea..6faffaf3f3 100644
--- a/base/applications/notepad/lang/hi-IN.rc
+++ b/base/applications/notepad/lang/hi-IN.rc
@@ -69,8 +69,7 @@ BEGIN
BEGIN
MENUITEM "&मदद देखें", CMD_HELP_CONTENTS
MENUITEM SEPARATOR
- MENUITEM "&नोटपैड के बारे में", CMD_ABOUT
- MENUITEM "&जानकारी", CMD_HELP_ABOUT_NOTEPAD
+ MENUITEM "&About Notepad", CMD_HELP_ABOUT_NOTEPAD
END
END
@@ -135,23 +134,6 @@ BEGIN
PUSHBUTTON "रद्द करें", IDCANCEL, 120, 30, 40, 15, WS_CHILD | WS_TABSTOP
END
-IDD_ABOUTBOX DIALOGEX 22, 16, 284, 170
-STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
-CAPTION "रिऐक्ट ओएस नोटपैड के बारे में"
-FONT 8, "MS Shell Dlg"
-BEGIN
- CONTROL "रिऐक्ट ओएस नोटपैड v1.0\r\nकॉपीराइट 1997,98 Marcel Baur\r\nकॉपीराइट 2000
Mike McCormack\r\nकॉपीराइट 2002 Sylvain Petreolle\r\nकॉपीराइट 2002 Andriy
Palamarchuk\r\n", -1, "Static", SS_LEFTNOWORDWRAP | WS_GROUP, 46, 7, 232,
39
- CONTROL " ", -1, "Static", 0x50000000, 8, 48, 272, 11
- DEFPUSHBUTTON "बंद करे", IDOK, 114, 149, 44, 15, WS_GROUP
- ICON IDI_NPICON, -1, 12, 9, 20, 30
- EDITTEXT IDC_LICENSE, 8, 64, 272, 81, ES_MULTILINE | ES_READONLY | WS_VSCROLL
-END
-
-STRINGTABLE
-BEGIN
- STRING_LICENSE "This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option) any later
version.\r\n\r\nThis program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more [...]
-END
-
STRINGTABLE
BEGIN
STRING_PAGESETUP_HEADERVALUE "&n" /* FIXME */
@@ -190,4 +172,5 @@ BEGIN
STRING_PRINTERROR "फ़ाइल '%s' मुद्रित नहीं कर सकता।\n\n सुनिश्चित करें
कि प्रिंटर चालू है और ठीक से कॉन्फ़िगर किया गया है।"
STRING_TEXT_DOCUMENT "टेक्स्ट डॉक्यूमॅन्ट"
+ STRING_NOTEPAD_AUTHORS "कॉपीराइट 1997,98 Marcel Baur, 2000 Mike McCormack, 2002
Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
END