Commit graph

23 commits

Author SHA1 Message Date
Amine Khaldi b978d73b11 [NOTEPAD]
* Replace the page setup dialog with a modified copy from comdlg32. Use PageSetupDlg and a hook function to bring the dialog on screen instead of DialogBox and a dialog procedure. With this, PageSetupDlg can do most of the work (init the controls for example).
* Save the returned hDevMode and hDevNames to two global variables, so we can use them in later calls to page setup and print.
* Include header, footer and page margins when saving/loading settings.
* Remove printer setup from the file menu (and related code/resources) since it isn't needed anymore.
* Brought to you by Ricardo Hanke.
CORE-9040

svn path=/trunk/; revision=66067
2015-01-20 12:12:40 +00:00
Amine Khaldi 482f3cba63 [NOTEPAD] Don't hardcode the error message that's displayed if StartPage fails. By Ricardo Hanke. Translators, you're up! CORE-9045
svn path=/trunk/; revision=66063
2015-01-19 12:49:51 +00:00
Amine Khaldi d86a0ae50f [TRANSLATIONS]
* Spanish translation update by Ismael Ferreras Morezuelas (IRC name swyter).
CORE-8767 #resolve #comment Committed in r65346. Gracias ;)

svn path=/trunk/; revision=65346
2014-11-09 17:05:20 +00:00
Amine Khaldi e805442f2a [NOTEPAD]
* Add an explanation for each "Endlines" ComboBox item. By Erdem Ersoy.
CORE-7388 #resolve

svn path=/trunk/; revision=61166
2013-12-01 10:38:42 +00:00
Amine Khaldi 72f576f3c4 [APPLICATIONS]
* Improve resource files.
CORE-7637

svn path=/trunk/; revision=61122
2013-11-28 22:04:03 +00:00
Amine Khaldi 136add67b0 * Remove deprecated resource file loading and memory attributes (http://msdn.microsoft.com/en-us/library/aa380908.aspx).
CORE-7471 #resolve

svn path=/trunk/; revision=60650
2013-10-13 22:31:17 +00:00
Olaf Siejka 1a40619b16 [TRANSLATION]
- turkish translation update by Erdem Ersoy:  CORE-7025,CORE-7032,CORE-7033,CORE-7034,CORE-7071;
- italian translation update by Paolo Devoti: CORE-7122;
- use the same notepad caption title as in Windows 2003 for AHK test compatibility, patch by Edijs Kolesnikovics: CORE-7023;
- added polish translation of samsrv and wlanconf, updated polish translation of rapps, msgina, consrv, console and desk;
- convert msgina to compile resources for a defined language;

svn path=/trunk/; revision=58882
2013-04-28 11:07:07 +00:00
Dmitry Gorbachev b49067f626 [TRANSLATION]
Sync translated files with English files.

svn path=/trunk/; revision=54644
2011-12-13 13:37:08 +00:00
Olaf Siejka 5caee6abdf [TRANSLATION]
- base/application UTF-8 conversion patch by Elton Chung;
- minor corrections by me;
See issue #6333 for more details.

svn path=/trunk/; revision=53544
2011-09-03 14:37:34 +00:00
Timo Kreuzer 7f8eeb4321 Merge resource file related changes from cmake branch part 1
svn path=/trunk/; revision=50641
2011-02-10 10:39:34 +00:00
Daniel Reimer 04815eab49 Simplified and Traditional Chinese Updates by Elton Chung. (MANY fixes by me and still have to skip dxdiag zh-TW.rc due to codepage 950 errors!)
Updated the style and fixed some typos in the rapps texts.
Bug 4968: spanish files by Javier Remacha. (Almost the same number of fixes by me.)
NOTE: I will not commit any untested Translations anymore!

svn path=/trunk/; revision=44513
2009-12-10 08:49:25 +00:00
Dmitry Gorbachev 145fbbd116 - Update address of Free Software Foundation.
- Update obsolete LGPL v2 to LGPL v2.1.

svn path=/trunk/; revision=43790
2009-10-27 10:34:16 +00:00
Daniel Reimer 88eef194a9 Bug 3983: notepad update by Mario Kacmar
+ Tab -> 4-Spaces
+ Applied to all other languages
+ cleaned up menu parts

svn path=/trunk/; revision=38400
2008-12-28 02:41:35 +00:00
Daniel Reimer 0bd254167c Bug 3830: Spanish netshell update and more by Javier Remacha
Bug 3833: Ukrainian translation update by Artem Reznikov
Bug 3834: another fix for slovak translationby Mario Kacmar

svn path=/trunk/; revision=37190
2008-11-04 21:28:06 +00:00
Colin Finck 1daef4a078 Carlo Bramini (carlo.bramix@libero.it)
- Fix the display of Line and Column in the Status Bar and add language resources for this

Patch was slightly modified by me to also react on WM_KEYDOWN messages, so that the line/column is already updated, when you're holding down the buttons. (like Windows' notepad does by the way)
We still have to keep WM_KEYUP though, otherwise this doesn't work properly when being used with Page Up/Page Down.

See issue #3702 for more details.

svn path=/trunk/; revision=37176
2008-11-03 21:23:57 +00:00
Daniel Reimer 4f9e319da6 BIIG RC File Update.
Added DS_SHELLFONT to all Dialogs and removed DS_FIXEDSYS and DS_SETFONT if existant (most of the time they were not.)
Checked for the right Font for Asian Languages and set a unified Font size fot them.
Synched some translated stuff to contain all data (in English, but hey..)
Bug 2991 (cman@cman.us) / Bug 2992 (kario@szm.sk) / Bug 2994 (remialdo@gmail.com)
Not completed yet, but I need to tidy up my tree. Rest will come tomorrow (Not much left)

svn path=/trunk/; revision=31950
2008-01-22 19:08:51 +00:00
Daniel Reimer ce7b3191c1 Bug 2984 / Bug 2986 some spanish translations By Marc Piulachs
Final DIALOG to DIALOGEX and Font Editing

svn path=/trunk/; revision=31921
2008-01-21 17:00:01 +00:00
Daniel Reimer 393786c128 DIALOG -> DIALOGEX
1st step to set DS_SHELLFONT to all Dialogs.
MS Shell Dlg was already set as Font for all Dialogs
TBD: Scan through all Dialogs and add the missing DS_SHELLFONT

svn path=/trunk/; revision=31916
2008-01-21 14:17:57 +00:00
Daniel Reimer 55ea1cb8dc Sync all RC Files to contain all Stuff. Non Translated stuff is in English.
Fix some Bugs and Typos.
Say byebye to { and }. Say Hello to BEGIN and END. :-P
Fix Part of the mess of different fonts used. (Still needs to be completed)

svn path=/trunk/; revision=31830
2008-01-16 18:37:56 +00:00
Daniel Reimer ae7da04787 Delete all Trailing spaces in code.
svn path=/trunk/; revision=29690
2007-10-19 23:21:45 +00:00
Daniel Reimer c7fc846f80 - set all RC Files to eol:style native
- add German RC File to mmc and Matrix Screensaver
- Fix RC Headers in the hope that GreatLord is happy. It builds well in GCC.

svn path=/trunk/; revision=27509
2007-07-08 19:15:50 +00:00
Saveliy Tretiakov 658c2a1911 Andrey Janzen (virus126):
Replace numbers by constants in all translations.
Fixes bug 2065.


svn path=/trunk/; revision=25895
2007-02-23 19:52:00 +00:00
Thomas Bluemel 9b839341b4 Rename resource files to match the locale names
svn path=/trunk/; revision=24885
2006-11-27 21:05:23 +00:00
Renamed from reactos/base/applications/notepad/lang/Es.rc (Browse further)