Author: akhaldi
Date: Sat May 16 09:40:46 2015
New Revision: 67756
URL:
http://svn.reactos.org/svn/reactos?rev=67756&view=rev
Log:
[SYSDM] Improve the custom pagefile size range limiting. By Radek Liska. CORE-9658
Modified:
trunk/reactos/dll/cpl/sysdm/lang/bg-BG.rc
trunk/reactos/dll/cpl/sysdm/lang/cs-CZ.rc
trunk/reactos/dll/cpl/sysdm/lang/da-DK.rc
trunk/reactos/dll/cpl/sysdm/lang/de-DE.rc
trunk/reactos/dll/cpl/sysdm/lang/el-GR.rc
trunk/reactos/dll/cpl/sysdm/lang/en-US.rc
trunk/reactos/dll/cpl/sysdm/lang/es-ES.rc
trunk/reactos/dll/cpl/sysdm/lang/fr-FR.rc
trunk/reactos/dll/cpl/sysdm/lang/he-IL.rc
trunk/reactos/dll/cpl/sysdm/lang/hu-HU.rc
trunk/reactos/dll/cpl/sysdm/lang/id-ID.rc
trunk/reactos/dll/cpl/sysdm/lang/it-IT.rc
trunk/reactos/dll/cpl/sysdm/lang/ja-JP.rc
trunk/reactos/dll/cpl/sysdm/lang/nl-NL.rc
trunk/reactos/dll/cpl/sysdm/lang/no-NO.rc
trunk/reactos/dll/cpl/sysdm/lang/pl-PL.rc
trunk/reactos/dll/cpl/sysdm/lang/ro-RO.rc
trunk/reactos/dll/cpl/sysdm/lang/ru-RU.rc
trunk/reactos/dll/cpl/sysdm/lang/sk-SK.rc
trunk/reactos/dll/cpl/sysdm/lang/sq-AL.rc
trunk/reactos/dll/cpl/sysdm/lang/sv-SE.rc
trunk/reactos/dll/cpl/sysdm/lang/tr-TR.rc
trunk/reactos/dll/cpl/sysdm/lang/uk-UA.rc
trunk/reactos/dll/cpl/sysdm/lang/zh-CN.rc
trunk/reactos/dll/cpl/sysdm/virtmem.c
Modified: trunk/reactos/dll/cpl/sysdm/lang/bg-BG.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/bg-BG.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/bg-BG.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/bg-BG.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -273,7 +273,7 @@
IDS_MESSAGEBOXTITLE "ÐÑиложение за ÑаблоÑо за
ÑпÑавление на ÑÑедбаÑа"
IDS_WARNINITIALSIZE "ÐÑведеÑе ÑиÑлена ÑÑойноÑÑ Ð·Ð°
наÑÐ°Ð»Ð½Ð¸Ñ ÑÐ°Ð·Ð¼ÐµÑ Ð½Ð° ÑÑÑаниÑаÑÐ¸Ñ Ñайл."
IDS_WARNMAXIMUMSIZE "ÐÑведеÑе ÑиÑлена ÑÑойноÑÑ Ð·Ð°
вÑÑÑ
Ð¾Ð²Ð¸Ñ ÑÐ°Ð·Ð¼ÐµÑ Ð½Ð° ÑÑÑаниÑаÑÐ¸Ñ Ñайл."
- IDS_WARNINITIALRANGE "ÐаÑалниÑÑ ÑÐ°Ð·Ð¼ÐµÑ Ð½Ð°
ÑÑÑаниÑаÑÐ¸Ñ Ñайл не ÑÑÑбва да е по-малÑк Ð¾Ñ 2 ÐРи
не ÑÑÑбва да надÑ
вÑÑÐ»Ñ ÑвободноÑо пÑоÑÑÑанÑÑво на избÑаноÑо
ÑÑÑÑойÑÑво."
+ IDS_WARNINITIALRANGE "ÐаÑалниÑÑ ÑÐ°Ð·Ð¼ÐµÑ Ð½Ð°
ÑÑÑаниÑаÑÐ¸Ñ Ñайл не ÑÑÑбва да е по-малÑк Ð¾Ñ 16 ÐРи
не ÑÑÑбва да надÑ
вÑÑÐ»Ñ ÑвободноÑо пÑоÑÑÑанÑÑво на избÑаноÑо
ÑÑÑÑойÑÑво."
IDS_WARNMAXIMUMRANGE "ÐÑÑÑ
овиÑÑ ÑÐ°Ð·Ð¼ÐµÑ Ð½Ð° ÑÑÑаниÑаÑÐ¸Ñ Ñайл не ÑÑÑбва да е
по-малÑк Ð¾Ñ Ð½Ð°ÑÐ°Ð»Ð½Ð¸Ñ Ð¸ не ÑÑÑбва да надвиÑава
ÑвободноÑо пÑоÑÑÑанÑÑво на избÑаноÑо
ÑÑÑÑойÑÑво"
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
Modified: trunk/reactos/dll/cpl/sysdm/lang/cs-CZ.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/cs-CZ.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/cs-CZ.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/cs-CZ.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -1,6 +1,6 @@
/* FILE: dll/cpl/sysdm/lang/cs-CZ.rc
* TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
- * UPDATED: 2010-06-03
+ * UPDATED: 2015-05-04
*/
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
@@ -276,10 +276,10 @@
IDS_USERPROFILE_STATUS "Stav"
IDS_USERPROFILE_MODIFIED "Upraveno"
IDS_MESSAGEBOXTITLE "Systémový aplet kontrolnÃch panelů"
- IDS_WARNINITIALSIZE "Zadejte ÄÃselnou hodnotu pro úvodnà velikost
stránkovacÃho souboru."
+ IDS_WARNINITIALSIZE "Zadejte ÄÃselnou hodnotu pro poÄáteÄnà velikost
stránkovacÃho souboru."
IDS_WARNMAXIMUMSIZE "Zadejte ÄÃselnou hodnotu pro maximálnà velikost
stránkovacÃho souboru."
- IDS_WARNINITIALRANGE "Výchozà velikost stránkovacÃho souboru nesmà být
menÅ¡Ã než 2 MB a nesmà pÅekroÄit množstvà volného mÃsta na zvolené diskové
jednotce."
- IDS_WARNMAXIMUMRANGE "Maximálnà velikost stránkovacÃho souboru nesmà být
menÅ¡Ã než velikost výchozà a nesmà pÅekroÄit množstvà volného mÃsta na
zvolené diskové jednotce."
+ IDS_WARNINITIALRANGE "PoÄáteÄnà velikost stránkovacÃho souboru nesmà být
menÅ¡Ã než 16 MB a nesmà pÅekroÄit množstvà volného mÃsta na zvolené diskové
jednotce."
+ IDS_WARNMAXIMUMRANGE "Maximálnà velikost stránkovacÃho souboru nesmà být
menÅ¡Ã než velikost poÄáteÄnÃ, nesmà být vÄtÅ¡Ã než 4095 MB a nesmÃ
pÅekroÄit množstvà volného mÃsta na zvolené diskové jednotce."
IDS_PAGEFILE_NONE "nenÃ"
IDS_PAGEFILE_SYSTEM "spravováno systémem"
IDS_INFOREBOOT "ZmÄny se projevà po restartovánà poÄÃtaÄe."
Modified: trunk/reactos/dll/cpl/sysdm/lang/da-DK.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/da-DK.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/da-DK.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/da-DK.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -273,8 +273,8 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "Enter a numeric value for the initial size of the paging
file."
IDS_WARNMAXIMUMSIZE "Enter a numeric value for the maximum size of the paging
file."
- IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 2 MB and must not exceed the available space on the selected drive."
- IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size and must not exceed the available space on the selected
drive."
+ IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 16 MB and must not exceed the available space on the selected drive."
+ IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size, must not be larger than 4095 MB and must not exceed the available
space on the selected drive."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
IDS_INFOREBOOT "You have to reboot the computer, in order to apply the
changes."
Modified: trunk/reactos/dll/cpl/sysdm/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/de-DE.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/de-DE.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/de-DE.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -282,7 +282,7 @@
IDS_MESSAGEBOXTITLE "Systemsteuerungsoption
""System"""
IDS_WARNINITIALSIZE "Geben Sie einen numerischen Wert für die AnfangsgröÃe
der Auslagerungsdatei an."
IDS_WARNMAXIMUMSIZE "Geben Sie einen numerischen Wert für die MaximalgröÃe
der Auslagerungsdatei an."
- IDS_WARNINITIALRANGE "Die AnfangsgröÃe der Auslagerungsdatei darf nicht
kleiner als 2 MB sein und darf den verfügbaren Speicherplatz auf dem gewählten Laufwerk
nicht überschreiten."
+ IDS_WARNINITIALRANGE "Die AnfangsgröÃe der Auslagerungsdatei darf nicht
kleiner als 16 MB sein und darf den verfügbaren Speicherplatz auf dem gewählten Laufwerk
nicht überschreiten."
IDS_WARNMAXIMUMRANGE "Die MaximalgröÃe der Auslagerungsdatei darf nicht
kleiner als die AnfangsgröÃe sein und darf den verfügbaren Speicherplatz auf dem
gewählten Laufwerk nicht überschreiten."
IDS_PAGEFILE_NONE "Keine"
IDS_PAGEFILE_SYSTEM "Systemverwaltet"
Modified: trunk/reactos/dll/cpl/sysdm/lang/el-GR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/el-GR.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/el-GR.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/el-GR.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -273,8 +273,8 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "Enter a numeric value for the initial size of the paging
file."
IDS_WARNMAXIMUMSIZE "Enter a numeric value for the maximum size of the paging
file."
- IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 2 MB and must not exceed the available space on the selected drive."
- IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size and must not exceed the available space on the selected
drive."
+ IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 16 MB and must not exceed the available space on the selected drive."
+ IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size, must not be larger than 4095 MB and must not exceed the available
space on the selected drive."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
IDS_INFOREBOOT "You have to reboot the computer, in order to apply the
changes."
Modified: trunk/reactos/dll/cpl/sysdm/lang/en-US.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/en-US.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/en-US.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/en-US.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -273,8 +273,8 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "Enter a numeric value for the initial size of the paging
file."
IDS_WARNMAXIMUMSIZE "Enter a numeric value for the maximum size of the paging
file."
- IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 2 MB and must not exceed the available space on the selected drive."
- IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size and must not exceed the available space on the selected
drive."
+ IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 16 MB and must not exceed the available space on the selected drive."
+ IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size, must not be larger than 4095 MB and must not exceed the available
space on the selected drive."
IDS_PAGEFILE_NONE "None"
IDS_PAGEFILE_SYSTEM "System Managed"
IDS_INFOREBOOT "You have to reboot the computer in order to apply the
changes."
Modified: trunk/reactos/dll/cpl/sysdm/lang/es-ES.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/es-ES.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/es-ES.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/es-ES.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -275,7 +275,7 @@
IDS_MESSAGEBOXTITLE "Applet de sistema del Panel de control"
IDS_WARNINITIALSIZE "Introduzca el tamaño inicial del archivo de
paginación."
IDS_WARNMAXIMUMSIZE "Introduzca el tamaño máximo del archivo de
paginación."
- IDS_WARNINITIALRANGE "El tamaño inicial del archivo de paginación no puede ser
inferior a 2 MB y no puede exceder el espacio disponible en la unidad seleccionada."
+ IDS_WARNINITIALRANGE "El tamaño inicial del archivo de paginación no puede ser
inferior a 16 MB y no puede exceder el espacio disponible en la unidad
seleccionada."
IDS_WARNMAXIMUMRANGE "El tamaño máximo del archivo de paginación no puede ser
inferior al tamaño inicial y no puede exceder el espacio disponible en la unidad
seleccionada."
IDS_PAGEFILE_NONE "ninguno"
IDS_PAGEFILE_SYSTEM "administrado por el sistema"
Modified: trunk/reactos/dll/cpl/sysdm/lang/fr-FR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/fr-FR.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/fr-FR.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/fr-FR.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -273,8 +273,8 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "Enter a numeric value for the initial size of the paging
file."
IDS_WARNMAXIMUMSIZE "Enter a numeric value for the maximum size of the paging
file."
- IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 2 MB and must not exceed the available space on the selected drive."
- IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size and must not exceed the available space on the selected
drive."
+ IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 16 MB and must not exceed the available space on the selected drive."
+ IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size, must not be larger than 4095 MB and must not exceed the available
space on the selected drive."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
IDS_INFOREBOOT "You have to reboot the computer, in order to apply the
changes."
Modified: trunk/reactos/dll/cpl/sysdm/lang/he-IL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/he-IL.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/he-IL.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/he-IL.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -275,8 +275,8 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "Enter a numeric value for the initial size of the paging
file."
IDS_WARNMAXIMUMSIZE "Enter a numeric value for the maximum size of the paging
file."
- IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 2 MB and must not exceed the available space on the selected drive."
- IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size and must not exceed the available space on the selected
drive."
+ IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 16 MB and must not exceed the available space on the selected drive."
+ IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size, must not be larger than 4095 MB and must not exceed the available
space on the selected drive."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
IDS_INFOREBOOT "You have to reboot the computer, in order to apply the
changes."
Modified: trunk/reactos/dll/cpl/sysdm/lang/hu-HU.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/hu-HU.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/hu-HU.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/hu-HU.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -275,8 +275,8 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "Enter a numeric value for the initial size of the paging
file."
IDS_WARNMAXIMUMSIZE "Enter a numeric value for the maximum size of the paging
file."
- IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 2 MB and must not exceed the available space on the selected drive."
- IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size and must not exceed the available space on the selected
drive."
+ IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 16 MB and must not exceed the available space on the selected drive."
+ IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size, must not be larger than 4095 MB and must not exceed the available
space on the selected drive."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
IDS_INFOREBOOT "You have to reboot the computer, in order to apply the
changes."
Modified: trunk/reactos/dll/cpl/sysdm/lang/id-ID.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/id-ID.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/id-ID.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/id-ID.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -273,8 +273,8 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "Enter a numeric value for the initial size of the paging
file."
IDS_WARNMAXIMUMSIZE "Enter a numeric value for the maximum size of the paging
file."
- IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 2 MB and must not exceed the available space on the selected drive."
- IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size and must not exceed the available space on the selected
drive."
+ IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 16 MB and must not exceed the available space on the selected drive."
+ IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size, must not be larger than 4095 MB and must not exceed the available
space on the selected drive."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
IDS_INFOREBOOT "You have to reboot the computer, in order to apply the
changes."
Modified: trunk/reactos/dll/cpl/sysdm/lang/it-IT.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/it-IT.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/it-IT.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/it-IT.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -273,7 +273,7 @@
IDS_MESSAGEBOXTITLE "Applet di sistema del pannello di controllo"
IDS_WARNINITIALSIZE "Immettere la dimensione iniziale del file di paging."
IDS_WARNMAXIMUMSIZE "Immettere la dimensione massima del file di paging."
- IDS_WARNINITIALRANGE "La dimensione iniziale del file di paging non può essere
inferiore a 2 MB e non può superare lo spazio disponibile nell'unitÃ
selezionata."
+ IDS_WARNINITIALRANGE "La dimensione iniziale del file di paging non può essere
inferiore a 16 MB e non può superare lo spazio disponibile nell'unitÃ
selezionata."
IDS_WARNMAXIMUMRANGE "La dimensione massima del file di paging non può essere
inferiore a quella iniziale e non può superare lo spazio disponibile nell'unitÃ
selezionata."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
Modified: trunk/reactos/dll/cpl/sysdm/lang/ja-JP.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/ja-JP.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/ja-JP.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/ja-JP.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -273,8 +273,8 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "Enter a numeric value for the initial size of the paging
file."
IDS_WARNMAXIMUMSIZE "Enter a numeric value for the maximum size of the paging
file."
- IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 2 MB and must not exceed the available space on the selected drive."
- IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size and must not exceed the available space on the selected
drive."
+ IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 16 MB and must not exceed the available space on the selected drive."
+ IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size, must not be larger than 4095 MB and must not exceed the available
space on the selected drive."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
IDS_INFOREBOOT "You have to reboot the computer, in order to apply the
changes."
Modified: trunk/reactos/dll/cpl/sysdm/lang/nl-NL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/nl-NL.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/nl-NL.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/nl-NL.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -273,8 +273,8 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "Enter a numeric value for the initial size of the paging
file."
IDS_WARNMAXIMUMSIZE "Enter a numeric value for the maximum size of the paging
file."
- IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 2 MB and must not exceed the available space on the selected drive."
- IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size and must not exceed the available space on the selected
drive."
+ IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 16 MB and must not exceed the available space on the selected drive."
+ IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size, must not be larger than 4095 MB and must not exceed the available
space on the selected drive."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
IDS_INFOREBOOT "You have to reboot the computer, in order to apply the
changes."
Modified: trunk/reactos/dll/cpl/sysdm/lang/no-NO.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/no-NO.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/no-NO.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/no-NO.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -273,8 +273,8 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "Enter a numeric value for the initial size of the paging
file."
IDS_WARNMAXIMUMSIZE "Enter a numeric value for the maximum size of the paging
file."
- IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 2 MB and must not exceed the available space on the selected drive."
- IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size and must not exceed the available space on the selected
drive."
+ IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 16 MB and must not exceed the available space on the selected drive."
+ IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size, must not be larger than 4095 MB and must not exceed the available
space on the selected drive."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
IDS_INFOREBOOT "You have to reboot the computer, in order to apply the
changes."
Modified: trunk/reactos/dll/cpl/sysdm/lang/pl-PL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/pl-PL.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/pl-PL.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/pl-PL.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -282,7 +282,7 @@
IDS_MESSAGEBOXTITLE "System"
IDS_WARNINITIALSIZE "Wprowadź wielkoÅÄ dla poczÄ
tkowego rozmiaru pliku stronicowania."
IDS_WARNMAXIMUMSIZE "Wprowadź wielkoÅÄ dla maksymalnego rozmiaru pliku
stronicowania."
- IDS_WARNINITIALRANGE "PoczÄ
tkowy rozmiar pliku stronicowania nie może byÄ mniejszy niż 2MB i nie może
przekraczaÄ dostÄpnej iloÅci miejsca w wybranym napÄdzie."
+ IDS_WARNINITIALRANGE "PoczÄ
tkowy rozmiar pliku stronicowania nie może byÄ mniejszy niż 16MB i nie może
przekraczaÄ dostÄpnej iloÅci miejsca w wybranym napÄdzie."
IDS_WARNMAXIMUMRANGE "Maksymalny rozmiar pliku stronicowania nie może byÄ
mniejszy niż jego rozmiar poczÄ
tkowy i nie może przekraczaÄ dostÄpnej iloÅci miejsca w wybranym napÄdzie."
IDS_PAGEFILE_NONE "brak"
IDS_PAGEFILE_SYSTEM "Kontrolowany przez system"
Modified: trunk/reactos/dll/cpl/sysdm/lang/ro-RO.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/ro-RO.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/ro-RO.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/ro-RO.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -282,7 +282,7 @@
IDS_MESSAGEBOXTITLE "Specificare valori de sistem"
IDS_WARNINITIALSIZE "IntroduceÈi o valoare numericÄ pentru dimensiunea
iniÈialÄ a fiÈierului de paginare."
IDS_WARNMAXIMUMSIZE "IntroduceÈi o valoare numericÄ pentru dimensiunea maximÄ
a fiÈierului de paginare."
- IDS_WARNINITIALRANGE "Dimensiunea iniÈialÄ a fiÈierului de paginare trebuie
sÄ fie încadratÄ Ã®ntre 2 Mo Èi spaÈiul liber disponibil al unitÄÈii
selectate."
+ IDS_WARNINITIALRANGE "Dimensiunea iniÈialÄ a fiÈierului de paginare trebuie
sÄ fie încadratÄ Ã®ntre 16 Mo Èi spaÈiul liber disponibil al unitÄÈii
selectate."
IDS_WARNMAXIMUMRANGE "Dimensiunea maximÄ a fiÈierului de paginare trebuie sÄ
fie încadratÄ Ã®ntre dimensiunea iniÈialÄ Èi spaÈiul liber disponibil al unitÄÈii
selectate."
IDS_PAGEFILE_NONE "nespecificat"
IDS_PAGEFILE_SYSTEM "gestionat de sistem"
Modified: trunk/reactos/dll/cpl/sysdm/lang/ru-RU.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/ru-RU.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/ru-RU.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/ru-RU.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -273,7 +273,7 @@
IDS_MESSAGEBOXTITLE "ÐÐ°Ð½ÐµÐ»Ñ ÑпÑÐ°Ð²Ð»ÐµÐ½Ð¸Ñ ÑиÑÑемÑ"
IDS_WARNINITIALSIZE "ÐведиÑе ÑиÑловое знаÑение иÑÑ
одного ÑазмеÑа Ñайла подкаÑки."
IDS_WARNMAXIMUMSIZE "ÐведиÑе ÑиÑловое знаÑение длÑ
паÑамеÑÑа макÑималÑнÑй ÑÐ°Ð·Ð¼ÐµÑ Ñайла
подкаÑки."
- IDS_WARNINITIALRANGE "ÐаÑалÑнÑй ÑÐ°Ð·Ð¼ÐµÑ Ñайла
подкаÑки должен бÑÑÑ Ð½Ðµ менÑÑе, Ñем 2 ÐРи не
должен пÑевÑÑаÑÑ Ñвободного меÑÑа на вÑбÑанном
диÑке."
+ IDS_WARNINITIALRANGE "ÐаÑалÑнÑй ÑÐ°Ð·Ð¼ÐµÑ Ñайла
подкаÑки должен бÑÑÑ Ð½Ðµ менÑÑе, Ñем 16 ÐРи не
должен пÑевÑÑаÑÑ Ñвободного меÑÑа на вÑбÑанном
диÑке."
IDS_WARNMAXIMUMRANGE "ÐакÑималÑнÑй ÑÐ°Ð·Ð¼ÐµÑ Ñайла
подкаÑки должен бÑÑÑ Ð½Ðµ менÑÑе, Ñем наÑалÑнÑй
ÑазмеÑ, коÑоÑÑй не должен пÑевÑÑаÑÑ Ñвободного
меÑÑа на вÑбÑанном диÑке."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
Modified: trunk/reactos/dll/cpl/sysdm/lang/sk-SK.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/sk-SK.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/sk-SK.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/sk-SK.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -281,8 +281,8 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "Enter a numeric value for the initial size of the paging
file."
IDS_WARNMAXIMUMSIZE "Enter a numeric value for the maximum size of the paging
file."
- IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 2 MB and must not exceed the available space on the selected drive."
- IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size and must not exceed the available space on the selected
drive."
+ IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 16 MB and must not exceed the available space on the selected drive."
+ IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size, must not be larger than 4095 MB and must not exceed the available
space on the selected drive."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
IDS_INFOREBOOT "You have to reboot the computer, in order to apply the
changes."
Modified: trunk/reactos/dll/cpl/sysdm/lang/sq-AL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/sq-AL.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/sq-AL.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/sq-AL.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -273,7 +273,7 @@
IDS_MESSAGEBOXTITLE "Sistemi i kontrollit panelit programeve"
IDS_WARNINITIALSIZE "Futni një vlerë numerike për madhësinë fillestare e
faqeve të dokumentave."
IDS_WARNMAXIMUMSIZE "Futni një vlerë numerike për madhësinë maksimale e
faqeve të dokumentave."
- IDS_WARNINITIALRANGE "Madhësia fillestare e faqes së dokumentit nuk duhet të
jetë më e vogël se 2 MB dhe nuk duhet të kalojë hapësirën në dispozicion në
driver-in e përzgjedhur."
+ IDS_WARNINITIALRANGE "Madhësia fillestare e faqes së dokumentit nuk duhet të
jetë më e vogël se 16 MB dhe nuk duhet të kalojë hapësirën në dispozicion në
driver-in e përzgjedhur."
IDS_WARNMAXIMUMRANGE "Madhësia maksimale e faqes së dokumenit nuk duhet të
jetë më e vogël se madhësia e saj fillestare dhe nuk duhet të kalojë hapësirën në
dispozicion në driver-in e përzgjedhur."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
Modified: trunk/reactos/dll/cpl/sysdm/lang/sv-SE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/sv-SE.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/sv-SE.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/sv-SE.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -275,8 +275,8 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "Enter a numeric value for the initial size of the paging
file."
IDS_WARNMAXIMUMSIZE "Enter a numeric value for the maximum size of the paging
file."
- IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 2 MB and must not exceed the available space on the selected drive."
- IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size and must not exceed the available space on the selected
drive."
+ IDS_WARNINITIALRANGE "The initial size of the paging file must not be smaller
than 16 MB and must not exceed the available space on the selected drive."
+ IDS_WARNMAXIMUMRANGE "The maximum size of the paging file must not be smaller
than its initial size, must not be larger than 4095 MB and must not exceed the available
space on the selected drive."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
IDS_INFOREBOOT "You have to reboot the computer, in order to apply the
changes."
Modified: trunk/reactos/dll/cpl/sysdm/lang/tr-TR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/tr-TR.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/tr-TR.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/tr-TR.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -275,7 +275,7 @@
IDS_MESSAGEBOXTITLE "Dizge Denetim Masası Uygulaması"
IDS_WARNINITIALSIZE "Sayfalama kütüÄünün baÅlangıç büyüklüÄü için
bir sayılık deÄer giriniz."
IDS_WARNMAXIMUMSIZE "Sayfalama kütüÄünün en çok büyüklüÄü için bir
sayılık deÄer giriniz."
- IDS_WARNINITIALRANGE "Sayfalama kütüÄünün baÅlangıç büyüklüÄü, 2
MB'tan küçük olmamalıdır ve seçili sürücüde var olan boÅluÄu
aÅmamalıdır."
+ IDS_WARNINITIALRANGE "Sayfalama kütüÄünün baÅlangıç büyüklüÄü, 16
MB'tan küçük olmamalıdır ve seçili sürücüde var olan boÅluÄu
aÅmamalıdır."
IDS_WARNMAXIMUMRANGE "Sayfalama kütüÄünün en çok büyüklüÄü,
kendisinin baÅlangıç büyüklüÄünden küçük olmamalıdır ve seçili sürücüde
var olan boÅluÄu aÅmamalıdır."
IDS_PAGEFILE_NONE "Yok"
IDS_PAGEFILE_SYSTEM "Dizge Yönetimli"
Modified: trunk/reactos/dll/cpl/sysdm/lang/uk-UA.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/uk-UA.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/uk-UA.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/uk-UA.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -281,7 +281,7 @@
IDS_MESSAGEBOXTITLE "System control panel applet"
IDS_WARNINITIALSIZE "ÐведÑÑÑ ÑиÑлове знаÑÐµÐ½Ð½Ñ Ð´Ð»Ñ
поÑаÑкового ÑозмÑÑÑ ÑÐ°Ð¹Ð»Ñ Ð´Ð¾Ð²Ð°Ð½ÑаженнÑ."
IDS_WARNMAXIMUMSIZE "ÐведÑÑÑ ÑиÑлове знаÑÐµÐ½Ð½Ñ Ð´Ð»Ñ
макÑималÑного ÑозмÑÑÑ ÑÐ°Ð¹Ð»Ñ Ð´Ð¾Ð²Ð°Ð½ÑаженнÑ."
- IDS_WARNINITIALRANGE "ÐоÑаÑковий ÑозмÑÑ ÑайлÑ
дованÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ðµ повинен бÑÑи менÑим 2 Ðб Ñ Ð½Ðµ
повинен пеÑевиÑÑваÑи об'Ñм вÑлÑного мÑÑÑÑ Ð½Ð°
обÑÐ°Ð½Ð¾Ð¼Ñ Ð´Ð¸ÑкÑ."
+ IDS_WARNINITIALRANGE "ÐоÑаÑковий ÑозмÑÑ ÑайлÑ
дованÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ðµ повинен бÑÑи менÑим 16 Ðб Ñ Ð½Ðµ
повинен пеÑевиÑÑваÑи об'Ñм вÑлÑного мÑÑÑÑ Ð½Ð°
обÑÐ°Ð½Ð¾Ð¼Ñ Ð´Ð¸ÑкÑ."
IDS_WARNMAXIMUMRANGE "ÐакÑималÑний ÑозмÑÑ ÑайлÑ
дованÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ðµ повинен бÑÑи менÑим вÑд
поÑаÑкового Ñа не повинен пеÑевиÑÑваÑи об'Ñм
вÑлÑного мÑÑÑÑ Ð½Ð° обÑÐ°Ð½Ð¾Ð¼Ñ Ð´Ð¸ÑкÑ."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
Modified: trunk/reactos/dll/cpl/sysdm/lang/zh-CN.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/lang/zh-CN.r…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/lang/zh-CN.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/lang/zh-CN.rc [iso-8859-1] Sat May 16 09:40:46 2015
@@ -275,7 +275,7 @@
IDS_MESSAGEBOXTITLE "ç³»ç»æ§å¶é¢æ¿å°ç¨åº"
IDS_WARNINITIALSIZE "为å页æ件çåå§å¤§å°è¾å
¥ä¸ä¸ªæ°åå¼ã"
IDS_WARNMAXIMUMSIZE "为å页æ件çæ大大å°è¾å
¥ä¸ä¸ªæ°åå¼ã"
- IDS_WARNINITIALRANGE "å页æ件çåå§å¤§å°ä¸å¾å°äº 2
MBï¼å¹¶ä¸ä¸å¾è¶
è¿æéç£çä¸çå¯ç¨ç©ºé´ã"
+ IDS_WARNINITIALRANGE "å页æ件çåå§å¤§å°ä¸å¾å°äº 16
MBï¼å¹¶ä¸ä¸å¾è¶
è¿æéç£çä¸çå¯ç¨ç©ºé´ã"
IDS_WARNMAXIMUMRANGE "å页æ件çæ大大å°ä¸è½å°äºå
¶åå§å¤§å°åä¸è½è¶
è¿æéç£çä¸çå¯ç¨ç©ºé´ã"
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "ç³»ç»å·²ç®¡ç"
Modified: trunk/reactos/dll/cpl/sysdm/virtmem.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/sysdm/virtmem.c?re…
==============================================================================
--- trunk/reactos/dll/cpl/sysdm/virtmem.c [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/sysdm/virtmem.c [iso-8859-1] Sat May 16 09:40:46 2015
@@ -442,7 +442,7 @@
}
/* Check the valid range of the minimum size */
- if (MinSize < 2 ||
+ if (MinSize < 16 ||
MinSize > pVirtMem->Pagefile[DriveIndex].FreeSize)
{
ResourceMessageBox(hApplet,
@@ -455,7 +455,8 @@
/* Check the valid range of the maximum size */
if (MaxSize < MinSize ||
- MaxSize > pVirtMem->Pagefile[DriveIndex].FreeSize)
+ MaxSize > pVirtMem->Pagefile[DriveIndex].FreeSize ||
+ MaxSize > 4095)
{
ResourceMessageBox(hApplet,
NULL,
@@ -568,7 +569,7 @@
}
/* Set minimum pagefile size */
- SetDlgItemText(hwndDlg, IDC_MINIMUM, _T("2 MB"));
+ SetDlgItemText(hwndDlg, IDC_MINIMUM, _T("16 MB"));
/* Set recommended pagefile size */
MemoryStatus.dwLength = sizeof(MEMORYSTATUSEX);