Changeset 539
- Timestamp:
- 03/02/2008 06:28:37 AM (9 months ago)
- Location:
- trunk/admin
- Files:
-
- 3 modified
-
help-en.lang.php (modified) (1 diff)
-
help-zh-simplified-utf-8.lang.php (modified) (1 diff)
-
help-zh-traditional-utf-8.lang.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/help-en.lang.php
r522 r539 4 4 <dt><?php echo _T('Size'); ?>: </dt><dd>Cache Size, Size of the cache (or cache chunk), in bytes</dd> 5 5 <dt><?php echo _T('Avail'); ?>: </dt><dd>Available Memory, free memory in bytes of this cache</dd> 6 <dt><?php echo _T('% '); ?>: </dt><dd>Percent, A bar shows how much memory available in percent</dd>6 <dt><?php echo _T('% Used'); ?>: </dt><dd>Percent, A bar shows how much memory available in percent, and memory blocks status</dd> 7 7 <dt><?php echo _T('Clear'); ?>: </dt><dd>Clear Button, Press the button to clean this cache</dd> 8 8 <dt><?php echo _T('Compiling'); ?>: </dt><dd>Compiling flag, "yes" if the cache is busy compiling php script</dd> -
trunk/admin/help-zh-simplified-utf-8.lang.php
r522 r539 4 4 <dt><?php echo _T('Size'); ?>: </dt><dd>共享内存区大小, 单位: 字节</dd> 5 5 <dt><?php echo _T('Avail'); ?>: </dt><dd>可用内存, 对应共享内存区的剩余内存字节数</dd> 6 <dt><?php echo _T('% '); ?>: </dt><dd>百分比, 条状显示可用内存的比例</dd>6 <dt><?php echo _T('% Used'); ?>: </dt><dd>百分比, 条状显示可用内存的比例, 以及显示分配块状态</dd> 7 7 <dt><?php echo _T('Clear'); ?>: </dt><dd>清除按钮, 点击按钮清除对应共享内存区的数据</dd> 8 8 <dt><?php echo _T('Compiling'); ?>: </dt><dd>编译标记, 当共享内存区正在编译 php 脚本时标记为 "yes"</dd> -
trunk/admin/help-zh-traditional-utf-8.lang.php
r458 r539 4 4 <dt><?php echo _T('Size'); ?>: </dt><dd>共享記憶體區大小,單位:位元</dd> 5 5 <dt><?php echo _T('Avail'); ?>: </dt><dd>可用記憶體,對應共享記憶體區的剩餘記憶體位元數</dd> 6 <dt><?php echo _T('% '); ?>: </dt><dd>百分比,條狀顯示可用記憶體的比例</dd>6 <dt><?php echo _T('% Used'); ?>: </dt><dd>百分比,條狀顯示可用記憶體的比例</dd> 7 7 <dt><?php echo _T('Clear'); ?>: </dt><dd>清除按鈕,點擊按鈕清除對應共享記憶體區的資料</dd> 8 8 <dt><?php echo _T('Compiling'); ?>: </dt><dd>編譯標記,當共享記憶體區正在編譯 php 指令時標記為 "yes"</dd>

