-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
505e7b9
commit f07e14b
Showing
6 changed files
with
107 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# Independent ReactOS WordPad | ||
|
||
This is "Independent ReactOS WordPad"` from WineHQ and ReactOS. | ||
|
||
It's a free and open source software for Windows XP and later. | ||
|
||
- Donate ReactOS: https://reactos.org/donate/ | ||
- Follow on Twitter: https://twitter.com/reactos | ||
|
||
## Main code contributors | ||
|
||
- Copyright 1993-2023 the Wine project authors | ||
- Copyright ReactOS Development Team | ||
- Copyright 2004 Krzysztof Foltman | ||
- Copyright 2007 Alexander N. Sørnes ([email protected]) | ||
- Copyright 2007-2008 Alexander N. Sørnes ([email protected]) | ||
- Copyright 2010 Dylan Smith ([email protected]) | ||
- Copyright 2020 Katayama Hirofumi MZ ([email protected]) | ||
- and more! | ||
|
||
## Translators | ||
|
||
- Copyright 2004 Krzysztof Foltman | ||
- Copyright 2006 Andras Kovacs | ||
- Copyright 2006 Fatih Aşıcı (fasici [at] linux-sevenler [dot] org) | ||
- Copyright 2006 Hans Leidekker | ||
- Copyright 2006 Henning Gerhardt | ||
- Copyright 2006 Mikolaj Zalewski | ||
- Copyright 2006 Phil Krylov | ||
- Copyright 2006,2007 YunSong Hwang | ||
- Copyright 2006-2009 Jonathan Ernst | ||
- Copyright 2006-2010 Alexander N. Sørnes ([email protected]) | ||
- Copyright 2008 Frans Kool | ||
- Copyright 2008 Hongbo Ni (hongbo.at.njstar.com) | ||
- Copyright 2008 Jens Albretsen ([email protected]) | ||
- Copyright 2008 Katayama Hirofumi MZ | ||
- Copyright 2008 Ricardo Filipe | ||
- Copyright 2008 Rok Mandeljc | ||
- Copyright 2009 Anders Jonsson | ||
- Copyright 2009 Aurimas Fišeras ([email protected]) | ||
- Copyright 2010 Cheer Xiao (xiaqqaix.at.gmail.com) | ||
- Copyright 2010 Claudia Cotună | ||
- Copyright 2010 Frédéric Delanoy | ||
- Copyright 2010 Gustavo Henrique Milaré | ||
- Copyright 2010 Igor Paliychuk | ||
- Copyright 2010 Luca Bennati | ||
- Copyright 2010 Thomas Larsen | ||
- Copyright 2010 Łukasz Wojniłowicz | ||
- Copyright 2011 Ștefan Fulea | ||
- Copyright 2013-2016, 2019 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net) | ||
- Copyright 2014 Ismael Ferreras Morezuelas | ||
- Copyright 2017 Li Keqing (auroracloud4096.at.gmail.com) | ||
- Copyright 2020 Tibor Lajos Füzi | ||
- Copyright 2020-2021 Chan Chilung (eason066.at.gmail.com) | ||
- Copyright Ardit Dani | ||
- Copyright Michael Stefaniuc | ||
- and more! | ||
|
||
## How to build? | ||
|
||
Please use ReactOS Build Environment (RosBE). | ||
|
||
git clone https://github.com/katahiromz/RWordPad | ||
cd RWordPad | ||
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release . | ||
ninja | ||
strip wordpad.exe | ||
|
||
Tested on RosBE, Visual Studio 2015, and Visual Studio 2019. | ||
|
||
## License | ||
|
||
- LGPL 2.1 and later |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
/* | ||
* Copyright 2004 Krzysztof Foltman | ||
* Copyright 2010 Claudia Cotună | ||
* Michael Stefaniuc | ||
* 2011 Ștefan Fulea | ||
* PROJECT: ReactOS Wordpad | ||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) | ||
* PURPOSE: Romanian resource file | ||
* TRANSLATORS: Copyright 2004 Krzysztof Foltman | ||
* Copyright 2010 Claudia Cotună | ||
* Copyright 2010 Michael Stefaniuc | ||
* Copyright 2011 Ștefan Fulea <[email protected]> | ||
* Copyright 2023 Andrei Miloiu <[email protected]> | ||
* | ||
* | ||
* This library is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU Lesser General Public | ||
|
@@ -27,8 +32,8 @@ BEGIN | |
BEGIN | ||
MENUITEM "&Nou…\tCtrl+N", ID_FILE_NEW | ||
MENUITEM "&Deschidere…\tCtrl+O", ID_FILE_OPEN | ||
MENUITEM "&Pătrează\tCtrl+S", ID_FILE_SAVE | ||
MENUITEM "Păst&rare în…", ID_FILE_SAVEAS | ||
MENUITEM "S&alvează\tCtrl+S", ID_FILE_SAVE | ||
MENUITEM "Salvea&ză ca…", ID_FILE_SAVEAS | ||
MENUITEM SEPARATOR | ||
MENUITEM "I&mprimare…\tCtrl+P", ID_PRINT | ||
MENUITEM "Pre&vizionare imprimare…", ID_PREVIEW | ||
|
@@ -178,13 +183,13 @@ END | |
STRINGTABLE | ||
BEGIN | ||
STRING_DEFAULT_FILENAME, "Document" | ||
STRING_PROMPT_SAVE_CHANGES, "Păstrați modificările la „%s”?" | ||
STRING_PROMPT_SAVE_CHANGES, "Salvați modificările la „%s”?" | ||
STRING_SEARCH_FINISHED, "Căutarea în document a fost finalizată." | ||
STRING_LOAD_RICHED_FAILED, "Biblioteca RichEdit nu a putut fi încărcată." | ||
STRING_SAVE_LOSEFORMATTING, "Ați ales să salvați în formatul de text simplu, care va pierde formatarea. Sigur doriți să continuați?" | ||
STRING_INVALID_NUMBER, "Formatul de număr nu este valid." | ||
STRING_OLE_STORAGE_NOT_SUPPORTED, "Documentele de depozitare OLE nu sunt suportate." | ||
STRING_WRITE_FAILED, "Fișierul nu a putut fi păstrat." | ||
STRING_WRITE_FAILED, "Fișierul nu a putut fi salvat." | ||
STRING_WRITE_ACCESS_DENIED, "Nu aveți permisiunea să salvați fișierul." | ||
STRING_OPEN_FAILED, "Fișierul nu a putut fi deschis." | ||
STRING_OPEN_ACCESS_DENIED, "Nu aveți permisiunea de a deschide fișierul." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters