[SYSDM] Improve the custom pagefile size range limiting. By Radek Liska. CORE-9658

svn path=/trunk/; revision=67756
This commit is contained in:
Amine Khaldi
2015-05-16 09:40:46 +00:00
parent d617cfed60
commit 35a85dbcaf
25 changed files with 43 additions and 42 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ BEGIN
IDS_MESSAGEBOXTITLE "Приложение за таблото за управление на уредбата"
IDS_WARNINITIALSIZE "Въведете числена стойност за началния размер на страниращия файл."
IDS_WARNMAXIMUMSIZE "Въведете числена стойност за върховия размер на страниращия файл."
IDS_WARNINITIALRANGE "Началният размер на страниращия файл не трябва да е по-малък от 2 МБ и не трябва да надхвърля свободното пространство на избраното устройство."
IDS_WARNINITIALRANGE "Началният размер на страниращия файл не трябва да е по-малък от 16 МБ и не трябва да надхвърля свободното пространство на избраното устройство."
IDS_WARNMAXIMUMRANGE "Върховият размер на страниращия файл не трябва да е по-малък от началния и не трябва да надвишава свободното пространство на избраното устройство"
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
+4 -4
View File
@@ -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 @@ BEGIN
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."
+2 -2
View File
@@ -273,8 +273,8 @@ BEGIN
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."
+1 -1
View File
@@ -282,7 +282,7 @@ BEGIN
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"
+2 -2
View File
@@ -273,8 +273,8 @@ BEGIN
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."
+2 -2
View File
@@ -273,8 +273,8 @@ BEGIN
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."
+1 -1
View File
@@ -275,7 +275,7 @@ BEGIN
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"
+2 -2
View File
@@ -273,8 +273,8 @@ BEGIN
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."
+2 -2
View File
@@ -275,8 +275,8 @@ BEGIN
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."
+2 -2
View File
@@ -275,8 +275,8 @@ BEGIN
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."
+2 -2
View File
@@ -273,8 +273,8 @@ BEGIN
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."
+1 -1
View File
@@ -273,7 +273,7 @@ BEGIN
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"
+2 -2
View File
@@ -273,8 +273,8 @@ BEGIN
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."
+2 -2
View File
@@ -273,8 +273,8 @@ BEGIN
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."
+2 -2
View File
@@ -273,8 +273,8 @@ BEGIN
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."
+1 -1
View File
@@ -282,7 +282,7 @@ BEGIN
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"
+1 -1
View File
@@ -282,7 +282,7 @@ BEGIN
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"
+1 -1
View File
@@ -273,7 +273,7 @@ BEGIN
IDS_MESSAGEBOXTITLE "Панель управления системы"
IDS_WARNINITIALSIZE "Введите числовое значение исходного размера файла подкачки."
IDS_WARNMAXIMUMSIZE "Введите числовое значение для параметра максимальный размер файла подкачки."
IDS_WARNINITIALRANGE "Начальный размер файла подкачки должен быть не меньше, чем 2 МБ и не должен превышать свободного места на выбранном диске."
IDS_WARNINITIALRANGE "Начальный размер файла подкачки должен быть не меньше, чем 16 МБ и не должен превышать свободного места на выбранном диске."
IDS_WARNMAXIMUMRANGE "Максимальный размер файла подкачки должен быть не меньше, чем начальный размер, который не должен превышать свободного места на выбранном диске."
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "system managed"
+2 -2
View File
@@ -281,8 +281,8 @@ BEGIN
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."
+1 -1
View File
@@ -273,7 +273,7 @@ BEGIN
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"
+2 -2
View File
@@ -275,8 +275,8 @@ BEGIN
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."
+1 -1
View File
@@ -275,7 +275,7 @@ BEGIN
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"
+1 -1
View File
@@ -281,7 +281,7 @@ BEGIN
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"
+1 -1
View File
@@ -275,7 +275,7 @@ BEGIN
IDS_MESSAGEBOXTITLE "系统控制面板小程序"
IDS_WARNINITIALSIZE "为分页文件的初始大小输入一个数字值。"
IDS_WARNMAXIMUMSIZE "为分页文件的最大大小输入一个数字值。"
IDS_WARNINITIALRANGE "分页文件的初始大小不得小于 2 MB,并且不得超过所选磁盘上的可用空间。"
IDS_WARNINITIALRANGE "分页文件的初始大小不得小于 16 MB,并且不得超过所选磁盘上的可用空间。"
IDS_WARNMAXIMUMRANGE "分页文件的最大大小不能小于其初始大小和不能超过所选磁盘上的可用空间。"
IDS_PAGEFILE_NONE "none"
IDS_PAGEFILE_SYSTEM "系统已管理"
+4 -3
View File
@@ -442,7 +442,7 @@ OnSet(PVIRTMEM pVirtMem)
}
/* 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 @@ OnSet(PVIRTMEM pVirtMem)
/* 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 @@ OnSelChange(HWND hwndDlg, PVIRTMEM pVirtMem)
}
/* 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);