Changeset 1103
- Timestamp:
- 2012-08-01T11:11:21+02:00 (10 months ago)
- Location:
- trunk
- Files:
-
- 13 edited
- 1 moved
-
devel/po2php.awk (moved) (moved from trunk/devel/updatelangphp.awk) (1 diff)
-
devel/prepare.mak (modified) (1 diff)
-
devel/run (modified) (1 diff)
-
htdocs/cacher/lang/en.php (modified) (1 diff)
-
htdocs/cacher/lang/zh-simplified.php (modified) (1 diff)
-
htdocs/cacher/lang/zh-traditional.php (modified) (1 diff)
-
htdocs/common/lang/zh-simplified.php (modified) (1 diff)
-
htdocs/common/lang/zh-traditional.php (modified) (1 diff)
-
htdocs/coverager/lang/zh-simplified.php (modified) (1 diff)
-
htdocs/diagnosis/diagnosis.tpl.php (modified) (2 diffs)
-
htdocs/diagnosis/index.php (modified) (19 diffs)
-
htdocs/diagnosis/lang/en.po (modified) (8 diffs)
-
htdocs/diagnosis/lang/zh-simplified.php (modified) (1 diff)
-
htdocs/diagnosis/lang/zh-simplified.po (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/devel/po2php.awk
r1102 r1103 14 14 } 15 15 else { 16 print "\t\t '"msgid"'";17 print "\t\t=> '"msgstr"',";16 print "\t\t\""msgid"\""; 17 print "\t\t=> \""msgstr"\","; 18 18 } 19 19 } -
trunk/devel/prepare.mak
r1101 r1103 119 119 mv "$$@".tmp "$$@" 120 120 121 htdocs/$(1)/lang/$(1).pot: $(shell find htdocs/$(1) -type f | grep php | grep -v lang | grep -v config )121 htdocs/$(1)/lang/$(1).pot: $(shell find htdocs/$(1) -type f | grep php | grep -v lang | grep -v config | grep -vF .swp) 122 122 123 123 endef -
trunk/devel/run
r1102 r1103 17 17 exec $MAKE -f devel/prepare.mak "${args[@]}" 18 18 ;; 19 *langphp) 19 po2php) 20 ./run mergepo 20 21 find htdocs -iname '*.po' | while read -r i; do 21 22 phpfile=${i/.po/.php} 22 devel/ updatelangphp.awk < $i > $phpfile.tmp23 devel/po2php.awk < $i > $phpfile.tmp 23 24 mv $phpfile.tmp $phpfile 24 25 done -
trunk/htdocs/cacher/lang/en.php
r1102 r1103 2 2 // auto generated, do not modify 3 3 $strings += array( 4 'php Cached'5 => 'PHP Cached',6 'var Cached'7 => 'Variable Cached',8 'php Deleted'9 => 'PHP Deleted',10 'var Deleted'11 => 'Variable Deleted',12 'entry.id'13 => 'Id|',14 'entry.remove'15 => 'Remove|',16 'entry.name'17 => 'Entry name|The entry name or filename',18 'entry.hits'19 => 'Hits|Hit times of this entry (loaded from this cache)',20 'entry.size'21 => 'Size|Size in bytes of this entry in the cache',22 'entry.refcount'23 => 'Refs|Reference count of this entry is holded by a php request',24 'entry.phprefcount'25 => 'Shares|Count of entry sharing this php data',26 'entry.class_cnt'27 => 'Cls.|Count of classes',28 'entry.function_cnt'29 => 'Funcs|Count of functions',30 'entry.file_size'31 => 'Src Size|Size of the source file',32 'entry.file_mtime'33 => 'Modified|Last modified time of the source file',34 'entry.file_device'35 => 'dev|device number of the source file',36 'entry.file_inode'37 => 'ino|inode number of the source file',38 'entry.hash'39 => 'Hash|Hash value of this entry',40 'entry.atime'41 => 'Access|Last time when this entry is accessed',42 'entry.ctime'43 => 'Create|The time when this entry is stored',44 'entry.delete'45 => 'Delete|The time when this entry is deleted',46 'Caches'47 => 'Caches',48 'cache.cache'49 => 'Cache|',50 'cache.slots'51 => 'Slots|Number of hash slots. the setting from your php.ini',52 'cache.size'53 => 'Size|Cache Size, Size of the cache (or cache chunk), in bytes',54 'cache.avail'55 => 'Avail|Available Memory, free memory in bytes of this cache',56 'cache.blocksgraph'57 => 'Percent Graph|Shows how much memory available in percent, and memory blocks status in graph',58 'cache.operations'59 => 'Operations|Press the clear button to clean this cache',60 'cache.status'61 => 'Status|Compiling flag, \"Compiling\" if the cache is busy compiling php script. \"Disabled\" if cache is disabled',62 'cache.hits'63 => 'Hits|Cache Hits, hit=a var/php is loaded from this cache',64 'cache.hits_graph'65 => 'Hits*24H|Hits graph of last 24 hours',66 'cache.hits_avg_h'67 => 'Hits/H|Average Hits per Hour. Only last 24 hours is logged',68 'cache.hits_avg_s'69 => 'Hits/S|Average Hits per Second. Only last 5 seconds is logged',70 'cache.updates'71 => 'Updates|Cache Updates',72 'cache.skips'73 => 'Skips|Skips. Skip=updates are needed but skipped for some reason. e.g.: other process/thread is busy compiling on this cache',74 'cache.ooms'75 => 'OOMs|Out Of Memory, how many times a new item should be stored but there isn't enough memory in the cache, think of increasing the xcache.size or xcache.var_size',76 'cache.errors'77 => 'Errs|Compiler errors, how many times your script is compiled but failed. You should really check what is happening if you see this value increase. (See Help for more information)',78 'cache.readonly_protected'79 => 'Protected|Whether readonly_protection is available and enable on this cache (See help for more information)',80 'cache.cached'81 => 'Cached|Number of entries stored in this cache',82 'cache.deleted'83 => 'Deleted|Number of entries is pending in delete list (expired but referenced)',84 'cache.gc_timer'85 => 'GC|Seconds count down of Garbage Collection',4 "php Cached" 5 => "PHP Cached", 6 "var Cached" 7 => "Variable Cached", 8 "php Deleted" 9 => "PHP Deleted", 10 "var Deleted" 11 => "Variable Deleted", 12 "entry.id" 13 => "Id|", 14 "entry.remove" 15 => "Remove|", 16 "entry.name" 17 => "Entry name|The entry name or filename", 18 "entry.hits" 19 => "Hits|Hit times of this entry (loaded from this cache)", 20 "entry.size" 21 => "Size|Size in bytes of this entry in the cache", 22 "entry.refcount" 23 => "Refs|Reference count of this entry is holded by a php request", 24 "entry.phprefcount" 25 => "Shares|Count of entry sharing this php data", 26 "entry.class_cnt" 27 => "Cls.|Count of classes", 28 "entry.function_cnt" 29 => "Funcs|Count of functions", 30 "entry.file_size" 31 => "Src Size|Size of the source file", 32 "entry.file_mtime" 33 => "Modified|Last modified time of the source file", 34 "entry.file_device" 35 => "dev|device number of the source file", 36 "entry.file_inode" 37 => "ino|inode number of the source file", 38 "entry.hash" 39 => "Hash|Hash value of this entry", 40 "entry.atime" 41 => "Access|Last time when this entry is accessed", 42 "entry.ctime" 43 => "Create|The time when this entry is stored", 44 "entry.delete" 45 => "Delete|The time when this entry is deleted", 46 "Caches" 47 => "Caches", 48 "cache.cache" 49 => "Cache|", 50 "cache.slots" 51 => "Slots|Number of hash slots. the setting from your php.ini", 52 "cache.size" 53 => "Size|Cache Size, Size of the cache (or cache chunk), in bytes", 54 "cache.avail" 55 => "Avail|Available Memory, free memory in bytes of this cache", 56 "cache.blocksgraph" 57 => "Percent Graph|Shows how much memory available in percent, and memory blocks status in graph", 58 "cache.operations" 59 => "Operations|Press the clear button to clean this cache", 60 "cache.status" 61 => "Status|Compiling flag, \"Compiling\" if the cache is busy compiling php script. \"Disabled\" if cache is disabled", 62 "cache.hits" 63 => "Hits|Cache Hits, hit=a var/php is loaded from this cache", 64 "cache.hits_graph" 65 => "Hits*24H|Hits graph of last 24 hours", 66 "cache.hits_avg_h" 67 => "Hits/H|Average Hits per Hour. Only last 24 hours is logged", 68 "cache.hits_avg_s" 69 => "Hits/S|Average Hits per Second. Only last 5 seconds is logged", 70 "cache.updates" 71 => "Updates|Cache Updates", 72 "cache.skips" 73 => "Skips|Skips. Skip=updates are needed but skipped for some reason. e.g.: other process/thread is busy compiling on this cache", 74 "cache.ooms" 75 => "OOMs|Out Of Memory, how many times a new item should be stored but there isn't enough memory in the cache, think of increasing the xcache.size or xcache.var_size", 76 "cache.errors" 77 => "Errs|Compiler errors, how many times your script is compiled but failed. You should really check what is happening if you see this value increase. (See Help for more information)", 78 "cache.readonly_protected" 79 => "Protected|Whether readonly_protection is available and enable on this cache (See help for more information)", 80 "cache.cached" 81 => "Cached|Number of entries stored in this cache", 82 "cache.deleted" 83 => "Deleted|Number of entries is pending in delete list (expired but referenced)", 84 "cache.gc_timer" 85 => "GC|Seconds count down of Garbage Collection", 86 86 ); 87 87 -
trunk/htdocs/cacher/lang/zh-simplified.php
r1102 r1103 2 2 // auto generated, do not modify 3 3 $strings += array( 4 'Editing Variable %s'5 => '正在编辑变量 %s',6 'Set %s in config to enable'7 => '请在配置文件中设置 %s 启用本功能',8 'Total'9 => '总共',10 'Summary'11 => '摘要信息',12 'List PHP'13 => '列出PHP',14 'List Var Data'15 => '列变量数据',16 'php Cached'17 => '缓存的 PHP 脚本',18 'var Cached'19 => '缓存的变量',20 'php Deleted'21 => '待删 PHP 缓存',22 'var Deleted'23 => '待删变量',24 'entry.id'25 => 'Id|',26 'entry.remove'27 => '删除|',28 'entry.name'29 => '项目名/文件名|项目名或者文件名',30 'entry.hits'31 => '命中|该项目被命中的次数 (从共享内存区载入)',32 'entry.size'33 => '大小|项目在共享内存里占用字节数',34 'entry.refcount'35 => '引用数|项目依然被其他进程占据的引用次数',36 'entry.phprefcount'37 => '共享数|与本项目相同 PHP 代码的个数',38 'entry.class_cnt'39 => '类|类个数',40 'entry.function_cnt'41 => '函数|函数个数',42 'entry.file_size'43 => '源大小|源文件大小',44 'entry.file_mtime'45 => '修改|源文件最后修改时间',46 'entry.file_device'47 => 'dev|源文件所在设备ID',48 'entry.file_inode'49 => 'ino|源文件的 inode',50 'entry.hash'51 => '哈希|该项目的哈希值',52 'entry.atime'53 => '访问|最后访问该项目的时间',54 'entry.ctime'55 => '创建|该项目被创建于共享内的时间',56 'entry.delete'57 => '删除|该项目被决定删除的时间',58 'Remove Selected'59 => '删除所选',60 'Module Info'61 => '模块信息',62 'Caches'63 => '缓存区',64 'cache.cache'65 => '缓存|',66 'cache.slots'67 => '槽|Hash 槽个数, 对应 php.ini 里的设置',68 'cache.size'69 => '大小|共享内存区大小, 单位: 字节',70 'cache.avail'71 => '剩余|可用内存, 对应共享内存区的剩余内存字节数',72 'cache.blocksgraph'73 => '百分比图|条状显示可用内存的比例, 以及显示分配块状态',74 'cache.operations'75 => '操作|点击按钮清除对应共享内存区的数据',76 'cache.status'77 => '状态|状态标记. 当共享内存区正在编译 PHP 脚本时标记为 \"编译中\". 当共享内存区暂停使用时标记为 \"禁用\"',78 'cache.hits'79 => '命中|共享内存命中次数, 命中=从该共享内存载入 PHP 或者变量',80 'cache.hits_graph'81 => '24H 分布|24 小时命中分布图. 图表现是最后 24 小时的命中次数',82 'cache.hits_avg_h'83 => '命中/H|每小时命中次数. 只统计最后 24 小时',84 'cache.hits_avg_s'85 => '命中/S|每秒命中次数. 只统计最后 5 秒',86 'cache.updates'87 => '更新|共享内存更新次数',88 'cache.skips'89 => '阻塞|跳过更新次数, 跳过=XCache 自动判断阻塞的共享内存区自动跳过阻塞等待, 直接使用非共享内存方式继续处理请求',90 'cache.ooms'91 => '内存不足|内存不足次数, 显示需要存储新数据但是共享内存区内存不足的次数. 如果出现太频繁请考虑加大配置中的 xcache.size 或者 xcache.var_size',92 'cache.errors'93 => '错误|编译错误, 显示您的脚本被编译时出错的次数. 如果您发现这个数字不断增长, 您应该检查什么脚本产生错误. 参考 帮助 获取更多信息',94 'cache.readonly_protected'95 => '保护|显示该 Cache 是否支持并启用 readonly_protection. 参考 帮助 获取更多信息',96 'cache.cached'97 => '缓存|共享内存于该共享内存区的项目条数',98 'cache.deleted'99 => '待删|共享内存区内将要删除的项目 (已经删除但是还被某些进程占用)',100 'cache.gc_timer'101 => 'GC|垃圾回收的倒计时',102 'Clear'103 => '清除',104 'Disabled'105 => '禁用',106 'Disable'107 => '禁用',108 'Enable'109 => '启用',110 'Compiling'111 => '编译中',112 'Normal'113 => '正常',114 'Sure?'115 => '确认?',116 'Legends:'117 => '图例:',118 '% Free'119 => '% 剩余',120 '% Used'121 => '% 已用',122 'Free Blocks'123 => '未用块',124 'Used Blocks'125 => '已用块',126 'Hits'127 => '命中',4 "Editing Variable %s" 5 => "正在编辑变量 %s", 6 "Set %s in config to enable" 7 => "请在配置文件中设置 %s 启用本功能", 8 "Total" 9 => "总共", 10 "Summary" 11 => "摘要信息", 12 "List PHP" 13 => "列出PHP", 14 "List Var Data" 15 => "列变量数据", 16 "php Cached" 17 => "缓存的 PHP 脚本", 18 "var Cached" 19 => "缓存的变量", 20 "php Deleted" 21 => "待删 PHP 缓存", 22 "var Deleted" 23 => "待删变量", 24 "entry.id" 25 => "Id|", 26 "entry.remove" 27 => "删除|", 28 "entry.name" 29 => "项目名/文件名|项目名或者文件名", 30 "entry.hits" 31 => "命中|该项目被命中的次数 (从共享内存区载入)", 32 "entry.size" 33 => "大小|项目在共享内存里占用字节数", 34 "entry.refcount" 35 => "引用数|项目依然被其他进程占据的引用次数", 36 "entry.phprefcount" 37 => "共享数|与本项目相同 PHP 代码的个数", 38 "entry.class_cnt" 39 => "类|类个数", 40 "entry.function_cnt" 41 => "函数|函数个数", 42 "entry.file_size" 43 => "源大小|源文件大小", 44 "entry.file_mtime" 45 => "修改|源文件最后修改时间", 46 "entry.file_device" 47 => "dev|源文件所在设备ID", 48 "entry.file_inode" 49 => "ino|源文件的 inode", 50 "entry.hash" 51 => "哈希|该项目的哈希值", 52 "entry.atime" 53 => "访问|最后访问该项目的时间", 54 "entry.ctime" 55 => "创建|该项目被创建于共享内的时间", 56 "entry.delete" 57 => "删除|该项目被决定删除的时间", 58 "Remove Selected" 59 => "删除所选", 60 "Module Info" 61 => "模块信息", 62 "Caches" 63 => "缓存区", 64 "cache.cache" 65 => "缓存|", 66 "cache.slots" 67 => "槽|Hash 槽个数, 对应 php.ini 里的设置", 68 "cache.size" 69 => "大小|共享内存区大小, 单位: 字节", 70 "cache.avail" 71 => "剩余|可用内存, 对应共享内存区的剩余内存字节数", 72 "cache.blocksgraph" 73 => "百分比图|条状显示可用内存的比例, 以及显示分配块状态", 74 "cache.operations" 75 => "操作|点击按钮清除对应共享内存区的数据", 76 "cache.status" 77 => "状态|状态标记. 当共享内存区正在编译 PHP 脚本时标记为 \"编译中\". 当共享内存区暂停使用时标记为 \"禁用\"", 78 "cache.hits" 79 => "命中|共享内存命中次数, 命中=从该共享内存载入 PHP 或者变量", 80 "cache.hits_graph" 81 => "24H 分布|24 小时命中分布图. 图表现是最后 24 小时的命中次数", 82 "cache.hits_avg_h" 83 => "命中/H|每小时命中次数. 只统计最后 24 小时", 84 "cache.hits_avg_s" 85 => "命中/S|每秒命中次数. 只统计最后 5 秒", 86 "cache.updates" 87 => "更新|共享内存更新次数", 88 "cache.skips" 89 => "阻塞|跳过更新次数, 跳过=XCache 自动判断阻塞的共享内存区自动跳过阻塞等待, 直接使用非共享内存方式继续处理请求", 90 "cache.ooms" 91 => "内存不足|内存不足次数, 显示需要存储新数据但是共享内存区内存不足的次数. 如果出现太频繁请考虑加大配置中的 xcache.size 或者 xcache.var_size", 92 "cache.errors" 93 => "错误|编译错误, 显示您的脚本被编译时出错的次数. 如果您发现这个数字不断增长, 您应该检查什么脚本产生错误. 参考 帮助 获取更多信息", 94 "cache.readonly_protected" 95 => "保护|显示该 Cache 是否支持并启用 readonly_protection. 参考 帮助 获取更多信息", 96 "cache.cached" 97 => "缓存|共享内存于该共享内存区的项目条数", 98 "cache.deleted" 99 => "待删|共享内存区内将要删除的项目 (已经删除但是还被某些进程占用)", 100 "cache.gc_timer" 101 => "GC|垃圾回收的倒计时", 102 "Clear" 103 => "清除", 104 "Disabled" 105 => "禁用", 106 "Disable" 107 => "禁用", 108 "Enable" 109 => "启用", 110 "Compiling" 111 => "编译中", 112 "Normal" 113 => "正常", 114 "Sure?" 115 => "确认?", 116 "Legends:" 117 => "图例:", 118 "% Free" 119 => "% 剩余", 120 "% Used" 121 => "% 已用", 122 "Free Blocks" 123 => "未用块", 124 "Used Blocks" 125 => "已用块", 126 "Hits" 127 => "命中", 128 128 ); 129 129 -
trunk/htdocs/cacher/lang/zh-traditional.php
r1102 r1103 2 2 // auto generated, do not modify 3 3 $strings += array( 4 'Editing Variable %s'5 => '正在编辑变量 %s',6 'Set %s in config to enable'7 => '請在配置文件中設置 %s 啟用本功能',8 'Total'9 => '总共',10 'Summary'11 => '簡要訊息',12 'List PHP'13 => '列出PHP',14 'List Var Data'15 => '列變數資料',16 'php Cached'17 => '快取的 PHP 指令',18 'var Cached'19 => '快取的變數',20 'php Deleted'21 => '待刪 PHP 指令',22 'var Deleted'23 => '待刪變數',24 'entry.id'25 => 'Id|',26 'entry.remove'27 => '移除|',28 'entry.name'29 => '項目名稱/檔案名稱|項目名稱或者檔案名稱',30 'entry.hits'31 => '命中|該項目被命中的次數 (從共享記憶體區載入)',32 'entry.size'33 => '大小|項目在共享記憶體裡佔用位元數',34 'entry.refcount'35 => '引用數|項目依然被其他程序佔用的引用次數',36 'entry.phprefcount'37 => '共享|與本項目相同 PHP 內容的个數',38 'entry.class_cnt'39 => '类|类个数',40 'entry.function_cnt'41 => '函数|函数个数',42 'entry.file_size'43 => '源大小|原始檔案大小',44 'entry.file_mtime'45 => '修改|原始檔案最後修改時間',46 'entry.file_device'47 => 'dev|原始檔案所在設備ID',48 'entry.file_inode'49 => 'ino|原始檔案的inode',50 'entry.hash'51 => 'Hash|Hash',52 'entry.atime'53 => '存取|最後存取該項目的時間',54 'entry.ctime'55 => '建立|該項目被建立於共享內的時間',56 'entry.delete'57 => '移除|該項目被移除於共享內的時間',58 'Remove Selected'59 => '移除所选',60 'Module Info'61 => '組元訊息',62 'Caches'63 => '快取',64 'cache.cache'65 => '快取|',66 'cache.slots'67 => '槽|Hash 槽個數,對應 php.ini 裡的設置',68 'cache.size'69 => '大小|共享記憶體區大小,單位:位元',70 'cache.avail'71 => '剩餘|可用記憶體,對應共享記憶體區的剩餘記憶體位元數',72 'cache.blocksgraph'73 => '百分比图|條狀顯示可用記憶體的比例',74 'cache.operations'75 => '操作按鈕|點擊按鈕清除對應共享記憶體區的資料',76 'cache.status'77 => '狀態|狀態標記. 當共享內存區正在編譯 PHP 腳本時標記為 \"編譯中\". 當共享內存區暫停使用時標記為 \"禁用\"',78 'cache.hits'79 => '命中|共享記憶體命中次數,命中=從該共享記憶體載入 PHP 或者變數',80 'cache.hits_graph'81 => '24H 分布|24 小时命中分布图. 图表现是最后 24 小时的命中次数',82 'cache.hits_avg_h'83 => '命中/H|每小时命中次数. 只统计最后 24 小时',84 'cache.hits_avg_s'85 => '命中/S|每秒命中次数. 只统计最后 5 秒',86 'cache.updates'87 => '更新|共享記憶更新過次數',88 'cache.skips'89 => '跳過|跳過更新次數,跳過=XCache 自動判斷阻塞的共享記憶體區自動跳過阻塞等待,直接使用非共享記憶體方式繼續處理請求',90 'cache.ooms'91 => '記憶體不足|記憶體不足次數,顯示需要儲存新資料但是共享記憶體區記憶體不足的次數. 如果出現太頻繁請考慮加大配置中的 xcache.size 或者 xcache.var_size',92 'cache.errors'93 => '错误|编译错误, 显示您的脚本被编译时出错的次数. 如果您发现这个数字不断增长, 您应该检查什么脚本产生错误. 参考 說明',94 'cache.readonly_protected'95 => 'Protected|顯示該 Cache 是否支援並啟用 readonly_protection. 参考 說明',96 'cache.cached'97 => '快取|共享記憶體於該共享記憶體區的項目個數',98 'cache.deleted'99 => '待刪|共享記憶體區內將要刪除的項目 (已經刪除但是還被某些程序佔用)',100 'cache.gc_timer'101 => 'GC|垃圾回收的倒數計時',102 'Clear'103 => '清除',104 'Disabled'105 => '禁用',106 'Disable'107 => '禁用',108 'Enable'109 => '啟用',110 'Compiling'111 => '編譯中',112 'Normal'113 => '正常',114 'Sure?'115 => '確認?',116 'Legends:'117 => '图例:',118 '% Free'119 => '% 剩余',120 '% Used'121 => '% 已用',122 'Free Blocks'123 => '未用块',124 'Used Blocks'125 => '已用块',126 'Hits'127 => '命中',4 "Editing Variable %s" 5 => "正在编辑变量 %s", 6 "Set %s in config to enable" 7 => "請在配置文件中設置 %s 啟用本功能", 8 "Total" 9 => "总共", 10 "Summary" 11 => "簡要訊息", 12 "List PHP" 13 => "列出PHP", 14 "List Var Data" 15 => "列變數資料", 16 "php Cached" 17 => "快取的 PHP 指令", 18 "var Cached" 19 => "快取的變數", 20 "php Deleted" 21 => "待刪 PHP 指令", 22 "var Deleted" 23 => "待刪變數", 24 "entry.id" 25 => "Id|", 26 "entry.remove" 27 => "移除|", 28 "entry.name" 29 => "項目名稱/檔案名稱|項目名稱或者檔案名稱", 30 "entry.hits" 31 => "命中|該項目被命中的次數 (從共享記憶體區載入)", 32 "entry.size" 33 => "大小|項目在共享記憶體裡佔用位元數", 34 "entry.refcount" 35 => "引用數|項目依然被其他程序佔用的引用次數", 36 "entry.phprefcount" 37 => "共享|與本項目相同 PHP 內容的个數", 38 "entry.class_cnt" 39 => "类|类个数", 40 "entry.function_cnt" 41 => "函数|函数个数", 42 "entry.file_size" 43 => "源大小|原始檔案大小", 44 "entry.file_mtime" 45 => "修改|原始檔案最後修改時間", 46 "entry.file_device" 47 => "dev|原始檔案所在設備ID", 48 "entry.file_inode" 49 => "ino|原始檔案的inode", 50 "entry.hash" 51 => "Hash|Hash", 52 "entry.atime" 53 => "存取|最後存取該項目的時間", 54 "entry.ctime" 55 => "建立|該項目被建立於共享內的時間", 56 "entry.delete" 57 => "移除|該項目被移除於共享內的時間", 58 "Remove Selected" 59 => "移除所选", 60 "Module Info" 61 => "組元訊息", 62 "Caches" 63 => "快取", 64 "cache.cache" 65 => "快取|", 66 "cache.slots" 67 => "槽|Hash 槽個數,對應 php.ini 裡的設置", 68 "cache.size" 69 => "大小|共享記憶體區大小,單位:位元", 70 "cache.avail" 71 => "剩餘|可用記憶體,對應共享記憶體區的剩餘記憶體位元數", 72 "cache.blocksgraph" 73 => "百分比图|條狀顯示可用記憶體的比例", 74 "cache.operations" 75 => "操作按鈕|點擊按鈕清除對應共享記憶體區的資料", 76 "cache.status" 77 => "狀態|狀態標記. 當共享內存區正在編譯 PHP 腳本時標記為 \"編譯中\". 當共享內存區暫停使用時標記為 \"禁用\"", 78 "cache.hits" 79 => "命中|共享記憶體命中次數,命中=從該共享記憶體載入 PHP 或者變數", 80 "cache.hits_graph" 81 => "24H 分布|24 小时命中分布图. 图表现是最后 24 小时的命中次数", 82 "cache.hits_avg_h" 83 => "命中/H|每小时命中次数. 只统计最后 24 小时", 84 "cache.hits_avg_s" 85 => "命中/S|每秒命中次数. 只统计最后 5 秒", 86 "cache.updates" 87 => "更新|共享記憶更新過次數", 88 "cache.skips" 89 => "跳過|跳過更新次數,跳過=XCache 自動判斷阻塞的共享記憶體區自動跳過阻塞等待,直接使用非共享記憶體方式繼續處理請求", 90 "cache.ooms" 91 => "記憶體不足|記憶體不足次數,顯示需要儲存新資料但是共享記憶體區記憶體不足的次數. 如果出現太頻繁請考慮加大配置中的 xcache.size 或者 xcache.var_size", 92 "cache.errors" 93 => "错误|编译错误, 显示您的脚本被编译时出错的次数. 如果您发现这个数字不断增长, 您应该检查什么脚本产生错误. 参考 說明", 94 "cache.readonly_protected" 95 => "Protected|顯示該 Cache 是否支援並啟用 readonly_protection. 参考 說明", 96 "cache.cached" 97 => "快取|共享記憶體於該共享記憶體區的項目個數", 98 "cache.deleted" 99 => "待刪|共享記憶體區內將要刪除的項目 (已經刪除但是還被某些程序佔用)", 100 "cache.gc_timer" 101 => "GC|垃圾回收的倒數計時", 102 "Clear" 103 => "清除", 104 "Disabled" 105 => "禁用", 106 "Disable" 107 => "禁用", 108 "Enable" 109 => "啟用", 110 "Compiling" 111 => "編譯中", 112 "Normal" 113 => "正常", 114 "Sure?" 115 => "確認?", 116 "Legends:" 117 => "图例:", 118 "% Free" 119 => "% 剩余", 120 "% Used" 121 => "% 已用", 122 "Free Blocks" 123 => "未用块", 124 "Used Blocks" 125 => "已用块", 126 "Hits" 127 => "命中", 128 128 ); 129 129 -
trunk/htdocs/common/lang/zh-simplified.php
r1102 r1103 2 2 // auto generated, do not modify 3 3 $strings += array( 4 'Document'5 => '帮助文档',6 'INI Reference'7 => 'INI 参考',8 'Get Support'9 => '获取支持',10 'Discusson'11 => '讨论',12 'Cacher'13 => '缓存器',14 'Coverager'15 => '代码覆盖查看器',16 'Diagnosis'17 => '诊断',4 "Document" 5 => "帮助文档", 6 "INI Reference" 7 => "INI 参考", 8 "Get Support" 9 => "获取支持", 10 "Discusson" 11 => "讨论", 12 "Cacher" 13 => "缓存器", 14 "Coverager" 15 => "代码覆盖查看器", 16 "Diagnosis" 17 => "诊断", 18 18 ); 19 19 -
trunk/htdocs/common/lang/zh-traditional.php
r1102 r1103 2 2 // auto generated, do not modify 3 3 $strings += array( 4 'Document'5 => '幫助文檔',6 'INI Reference'7 => 'INI 參考',8 'Get Support'9 => '獲取支持',10 'Discusson'11 => '討論',12 'Cacher'13 => '快取器',14 'Coverager'15 => '代码覆盖查看器',16 'Diagnosis'17 => '診斷',4 "Document" 5 => "幫助文檔", 6 "INI Reference" 7 => "INI 參考", 8 "Get Support" 9 => "獲取支持", 10 "Discusson" 11 => "討論", 12 "Cacher" 13 => "快取器", 14 "Coverager" 15 => "代码覆盖查看器", 16 "Diagnosis" 17 => "診斷", 18 18 ); 19 19 -
trunk/htdocs/coverager/lang/zh-simplified.php
r1102 r1103 2 2 // auto generated, do not modify 3 3 $strings += array( 4 'Directory'5 => '目录',6 'Percent'7 => '覆盖率',8 'Hits'9 => '命中',10 'Lines'11 => '行数',12 'TODO'13 => '闲置文件',14 'File'15 => '文件',16 'root'17 => '开始',4 "Directory" 5 => "目录", 6 "Percent" 7 => "覆盖率", 8 "Hits" 9 => "命中", 10 "Lines" 11 => "行数", 12 "TODO" 13 => "闲置文件", 14 "File" 15 => "文件", 16 "root" 17 => "开始", 18 18 ); 19 19 -
trunk/htdocs/diagnosis/diagnosis.tpl.php
r1092 r1103 15 15 </th> 16 16 <th> 17 <?php echo _T(" Result/Suggestion"); ?>17 <?php echo _T("Explanation/Suggestion"); ?> 18 18 </th> 19 19 </tr> … … 21 21 <tr class="<?php echo $note['type']; ?>"> 22 22 <td nowrap="nowrap" align="right"><?php echo $note['item']; ?></td> 23 <td nowrap="nowrap"><?php echo ucfirst( $note['type']); ?></td>23 <td nowrap="nowrap"><?php echo ucfirst(__($note['type'])); ?></td> 24 24 <td nowrap="nowrap"><?php echo nl2br($note['result']); ?></td> 25 25 <td><?php echo nl2br($note['suggestion']); ?></td> -
trunk/htdocs/diagnosis/index.php
r1099 r1103 85 85 } 86 86 else { 87 echo _T("Cannot detect ini location");88 } 89 echo _T("(See above)");90 result( "error", _T('Not loaded'), ob_get_clean());91 } 92 else { 93 result( "info", _T('Loaded'));87 echo _T("Cannot detect php.ini location"); 88 } 89 echo " ", _T("(See above)"); 90 result(N_("error"), _T('Not loaded'), ob_get_clean()); 91 } 92 else { 93 result(N_("info"), _T('Loaded')); 94 94 } 95 95 // }}} … … 124 124 checking(_T("Enabling PHP Cacher")); // {{{ 125 125 if (!$xcacheLoaded) { 126 result( "skipped", "XCache not loaded");126 result(N_("skipped"), "XCache not loaded"); 127 127 } 128 128 else if (!ini_get("xcache.size")) { 129 result( 130 "error" 131 , _T("Not enabled: Website is not accelerated by XCache") 132 , _T("Set xcache.size to non-zero, set xcache.cacher = On") 129 result(N_("error") 130 , _T("Not enabled") 131 , _T("Your PHP pages is not accelerated by XCache. Set xcache.size to non-zero, set xcache.cacher = On") 133 132 ); 134 133 } 135 134 else if (!$phpCached) { 136 result( 137 "error" 138 , _T("No php script cached: Website is not accelerated by XCache") 139 , _T("Set xcache.cacher = On") 140 ); 141 } 142 else { 143 result("info", _T('Enabled')); 135 result(N_("error") 136 , _T("No php script cached") 137 , _T("Your PHP pages is not accelerated by XCache. Set xcache.cacher = On") 138 ); 139 } 140 else { 141 result(N_("info"), _T('Enabled')); 144 142 } 145 143 // }}} 146 144 checking(_T("PHP Compile Time Error")); // {{{ 147 145 if (!$xcacheLoaded) { 148 result( "skipped", "XCache not loaded");146 result(N_("skipped"), "XCache not loaded"); 149 147 } 150 148 else if (!$phpCacheCount) { 151 result( "skipped", "XCache PHP cacher not enabled");149 result(N_("skipped"), "XCache PHP cacher not enabled"); 152 150 } 153 151 else if ($errors) { 154 result( 155 "warning" 152 result(N_("warning") 156 153 , _T("Error happened when compiling at least one of your PHP code") 157 154 , _T("This usually means there is syntax error in your PHP code. Enable PHP error_log to see what parser error is it, fix your code") … … 159 156 } 160 157 else { 161 result( "info", _T('No error happened'));158 result(N_("info"), _T('No error happened')); 162 159 } 163 160 // }}} 164 161 checking(_T("Busy Compiling")); // {{{ 165 162 if (!$xcacheLoaded) { 166 result( "skipped", "XCache not loaded");163 result(N_("skipped"), "XCache not loaded"); 167 164 } 168 165 else if (!$phpCacheCount) { 169 result( "skipped", "XCache PHP cacher not enabled");166 result(N_("skipped"), "XCache PHP cacher not enabled"); 170 167 } 171 168 else if ($compiling) { 172 result( 173 "warning" 169 result(N_("warning") 174 170 , _T("Cache marked as busy for compiling") 175 171 , _T("It's ok if this status don't stay for long. Otherwise, it could be a sign of PHP crash/coredump, report to XCache devs") … … 177 173 } 178 174 else { 179 result( "info", _T('Idle'));175 result(N_("info"), _T('Idle')); 180 176 } 181 177 // }}} 182 178 checking(_T("Enabling VAR Cacher")); // {{{ 183 179 if (!$xcacheLoaded) { 184 result( "skipped", "XCache not loaded");180 result(N_("skipped"), "XCache not loaded"); 185 181 } 186 182 else if (!ini_get("xcache.var_size")) { 187 result( 188 "error" 189 , _T("Not enabled: code that use xcache var cacher fall back to other backend") 190 , _T("Set xcache.var_size to non-zero") 191 ); 192 } 193 else { 194 result("info", _T('Enabled')); 183 result(N_("error") 184 , _T("Not enabled") 185 , _T("PHP code that use XCache caching backend have to use other caching backend instead. Set xcache.var_size to non-zero") 186 ); 187 } 188 else { 189 result(N_("info"), _T('Enabled')); 195 190 196 191 checking(_T("Using VAR Cacher")); // {{{ 197 if ($varCached) { 198 result( 199 "warning" 192 if (!$varCached) { 193 result(N_("warning") 200 194 , _T("No variable data cached") 201 195 , _T("Var Cacher won't work simply by enabling it." 202 . " PHP code must call XCache APIs like xcache_set() to use it as cache backend. 3rd party web apps may come with XCache support, config it to use XCache as cachi gnbackend")196 . " PHP code must call XCache APIs like xcache_set() to use it as cache backend. 3rd party web apps may come with XCache support, config it to use XCache as caching backend") 203 197 ); 204 198 } 205 199 else { 206 result( "info", _T('Cache in use'));200 result(N_("info"), _T('Cache in use')); 207 201 } 208 202 // }}} … … 211 205 checking(_T("Cache Size")); // {{{ 212 206 if (!$xcacheLoaded) { 213 result( "skipped", "XCache not loaded");207 result(N_("skipped"), "XCache not loaded"); 214 208 } 215 209 else if ($ooms) { 216 result( 217 "warning" 210 result(N_("warning") 218 211 , _T("Out of memory happened when trying to write to cache") 219 212 , _T("Increase xcache.size and/or xcache.var_size") … … 221 214 } 222 215 else { 223 result( "info", _T('Enough'));224 } 225 // }}} 226 checking(_T(" Slots")); // {{{216 result(N_("info"), _T('Enough')); 217 } 218 // }}} 219 checking(_T("Hash Slots")); // {{{ 227 220 $slotsTooBig = null; 228 221 $slotsTooSmall = null; … … 239 232 if (isset($slotsTooBig)) { 240 233 $prefix = $slotsTooBig == XC_TYPE_PHP ? '' : 'var_'; 241 result( 242 "warning" 234 result(N_("warning") 243 235 , _T("Slots value too big") 244 236 , sprintf(_T("A very small value is set to %s value and leave %s value is too big.\n" … … 248 240 else if (isset($slotsTooSmall)) { 249 241 $prefix = $slotsTooSmall == XC_TYPE_PHP ? '' : 'var_'; 250 result( 251 "warning" 242 result(N_("warning") 252 243 , _T("Slots value too small") 253 244 , sprintf(_T("So many item are cached. Increase %s to a more proper value"), "xcache.{$prefix}slots") … … 255 246 } 256 247 else { 257 result( "info", _T('Looks good'));248 result(N_("info"), _T('Looks good')); 258 249 } 259 250 // }}} 260 251 checking(_T("Cache Status")); // {{{ 261 252 if (!$xcacheLoaded) { 262 result( "skipped", "XCache not loaded");253 result(N_("skipped"), "XCache not loaded"); 263 254 } 264 255 else if ($disabled) { 265 result( 266 "warning" 256 result(N_("warning") 267 257 , _T("At least one of the caches is disabled. ") 268 . (ini_get("xcache.crash_on_coredump") ? _T("It was disabled by PHP crash/coredump handler or You disabled it manually") : _T('You disabled it manually'))269 258 , _T("Enable the cache.") 259 . (ini_get("xcache.crash_on_coredump") ? " " . _T("It was disabled by PHP crash/coredump handler or you disabled it manually.") : _T('You disabled it manually.')) 270 260 . (ini_get("xcache.crash_on_coredump") ? " " . _T("If it was caused by PHP crash/coredump, report to XCache devs") : "") 271 261 ); 272 262 } 273 263 else { 274 result( "info", _T('Idle'));264 result(N_("info"), _T('Idle')); 275 265 } 276 266 // }}} … … 278 268 checking(_T("Coredump Directory")); // {{{ 279 269 if (!$xcacheLoaded) { 280 result( "skipped", "XCache not loaded");270 result(N_("skipped"), "XCache not loaded"); 281 271 } 282 272 else if (!ini_get("xcache.coredump_directory")) { 283 result( "info"273 result(N_("info") 284 274 , _T("Not enabled") 285 , _T("Enable coredump to know your PHP crash. It can also be enabled in fpm other than inXCache")275 , _T("Enable coredump to save debugging information in case when PHP crash. It can also be enabled in other module like php-fpm beside XCache") 286 276 ); 287 277 } … … 293 283 $coreFiles = glob($coreDir . "core*"); 294 284 if ($coreFiles) { 295 result( "error"285 result(N_("error") 296 286 , _T("Core files found:\n") . implode("\n", $coreFiles) 297 , _T("Disable XCache PHP Cacher ( xcache.size=0), remove the core file(s). If core file appears again, report call stack backtrace in the core to XCache devs")287 , _T("Disable XCache PHP Cacher (set xcache.size=0), remove the core file(s), then restart PHP. If core file appears again, report call stack backtrace in the core to XCache devs") 298 288 ); 299 289 } 300 290 else { 301 result( "info"291 result(N_("info") 302 292 , _T("Enabled") 303 293 , sprintf(_T("You can see core files if PHP crash in %s if PHP crash"), ini_get("xcache.coredump_directory")) … … 308 298 checking(_T("Readonly Protection")); // {{{ 309 299 if (!$xcacheLoaded) { 310 result( "skipped", "XCache not loaded");300 result(N_("skipped"), "XCache not loaded"); 311 301 } 312 302 else if (ini_get("xcache.readonly_protection") && !$readonlyProtection) { 313 result( 314 "error" 303 result(N_("error") 315 304 , _T("Set to enabled but not available") 316 305 , _T("Use xcache.mmap_path other than /dev/zero") … … 318 307 } 319 308 else { 320 result( 321 "info" 309 result(N_("info") 322 310 , $readonlyProtection ? _T("Enabled") : _T("Disabled") 323 311 , _T("Enable readonly_protection == --performance & ++stability. " … … 328 316 checking(_T("XCache modules")); // {{{ 329 317 if (!$xcacheLoaded) { 330 result( "skipped", "XCache not loaded");318 result(N_("skipped"), "XCache not loaded"); 331 319 } 332 320 else { … … 334 322 $unexpectedModules = array_intersect($xcacheModules, array("coverager", "disassembler")); 335 323 if ($unexpectedModules) { 336 result( 337 "warning" 324 result(N_("warning") 338 325 , implode("\n", $unexpectedModules) 339 , _T("Acceptable. Module(s) listed a bove are built into XCache but not for production server\n"326 , _T("Acceptable. Module(s) listed are built into XCache but not for production server.\n" 340 327 . "Leave it as is if you're feeling good.\n" 341 . "Re-configure XCache with the abovemodule(s) disabled if you're strict with server security.")328 . "Re-configure XCache with the module(s) disabled if you're strict with server security.") 342 329 ); 343 330 } 344 331 else { 345 result( "info", _T('Idle'));332 result(N_("info"), _T('Idle')); 346 333 } 347 334 } … … 349 336 checking(_T("XCache test setting")); // {{{ 350 337 if (!$xcacheLoaded) { 351 result( "skipped", "XCache not loaded");338 result(N_("skipped"), "XCache not loaded"); 352 339 } 353 340 else if ((int) ini_get('xcache.test') == 1) { 354 result( 355 "warning" 341 result(N_("warning") 356 342 , _T("Enabled") 357 343 , _T("xcache.test is for testing only, not for server. set it to off") … … 359 345 } 360 346 else { 361 result( "info", _T('Disabled'));347 result(N_("info"), _T('Disabled')); 362 348 } 363 349 // }}} … … 380 366 } 381 367 if ($unstablePhpVersionReason) { 382 result( "error"368 result(N_("error") 383 369 , _T("The version of PHP you're using is known to be unstable: ") . $unstablePhpVersionReason 384 370 , _T("Upgrade to new version of PHP")); 385 371 } 386 372 else { 387 result( "info", _T("Looks good"));373 result(N_("info"), _T("Looks good")); 388 374 } 389 375 // }}} … … 391 377 $loadedZendExtensions = get_loaded_extensions(true); 392 378 if (array_search("Zend Optimizer", $loadedZendExtensions) !== false) { 393 result( 394 "warning" 379 result(N_("info") 395 380 , _T("Zend Optimizer loaded") 396 381 , _T("Optimizer feature of 'Zend Optimizer' is disabled by XCache due to compatibility reason; the Loader of it is still available, encoded files are still supported") 397 382 ); 398 383 } 384 else { 385 result(N_("info"), _T("Looks good")); 386 } 399 387 // }}} 400 388 -
trunk/htdocs/diagnosis/lang/en.po
r1101 r1103 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: \n" 4 "POT-Creation-Date: 2012-08-01 1 4:47+0800\n"4 "POT-Creation-Date: 2012-08-01 17:10+0800\n" 5 5 "Language: en\n" 6 6 "MIME-Version: 1.0\n" … … 25 25 26 26 #: diagnosis.tpl.php:17 27 msgid " Result/Suggestion"27 msgid "Explanation/Suggestion" 28 28 msgstr "" 29 29 … … 44 44 45 45 #: index.php:87 46 msgid "Cannot detect ini location"46 msgid "Cannot detect php.ini location" 47 47 msgstr "" 48 48 49 49 #: index.php:89 50 msgid " (See above)"50 msgid "(See above)" 51 51 msgstr "" 52 52 … … 55 55 msgstr "" 56 56 57 #: index.php:90 index.php:129 index.php:135 index.php:183 index.php:285 58 #: index.php:303 index.php:368 59 msgid "error" 60 msgstr "" 61 57 62 #: index.php:93 58 63 msgid "Loaded" 59 64 msgstr "" 60 65 66 #: index.php:93 index.php:141 index.php:158 index.php:175 index.php:189 67 #: index.php:200 index.php:216 index.php:248 index.php:264 index.php:273 68 #: index.php:291 index.php:309 index.php:332 index.php:347 index.php:373 69 #: index.php:379 index.php:385 70 msgid "info" 71 msgstr "" 72 61 73 #: index.php:124 62 74 msgid "Enabling PHP Cacher" 63 75 msgstr "" 64 76 77 #: index.php:126 index.php:146 index.php:149 index.php:163 index.php:166 78 #: index.php:180 index.php:207 index.php:253 index.php:270 index.php:300 79 #: index.php:318 index.php:338 80 msgid "skipped" 81 msgstr "" 82 83 #: index.php:130 index.php:184 index.php:274 84 msgid "Not enabled" 85 msgstr "" 86 65 87 #: index.php:131 66 msgid "Not enabled: Website is not accelerated by XCache" 67 msgstr "" 68 69 #: index.php:132 70 msgid "Set xcache.size to non-zero, set xcache.cacher = On" 71 msgstr "" 72 73 #: index.php:138 74 msgid "No php script cached: Website is not accelerated by XCache" 75 msgstr "" 76 77 #: index.php:139 78 msgid "Set xcache.cacher = On" 79 msgstr "" 80 81 #: index.php:143 index.php:194 index.php:302 index.php:322 index.php:356 88 msgid "" 89 "Your PHP pages is not accelerated by XCache. Set xcache.size to non-zero, " 90 "set xcache.cacher = On" 91 msgstr "" 92 93 #: index.php:136 94 msgid "No php script cached" 95 msgstr "" 96 97 #: index.php:137 98 msgid "Your PHP pages is not accelerated by XCache. Set xcache.cacher = On" 99 msgstr "" 100 101 #: index.php:141 index.php:189 index.php:292 index.php:310 index.php:342 82 102 msgid "Enabled" 83 103 msgstr "" 84 104 85 #: index.php:14 6105 #: index.php:144 86 106 msgid "PHP Compile Time Error" 87 107 msgstr "" 88 108 89 #: index.php:156 109 #: index.php:152 index.php:169 index.php:193 index.php:210 index.php:234 110 #: index.php:242 index.php:256 index.php:324 index.php:341 111 msgid "warning" 112 msgstr "" 113 114 #: index.php:153 90 115 msgid "Error happened when compiling at least one of your PHP code" 91 116 msgstr "" 92 117 93 #: index.php:15 7118 #: index.php:154 94 119 msgid "" 95 120 "This usually means there is syntax error in your PHP code. Enable PHP " … … 97 122 msgstr "" 98 123 124 #: index.php:158 125 msgid "No error happened" 126 msgstr "" 127 99 128 #: index.php:161 100 msgid "No error happened"101 msgstr ""102 103 #: index.php:164104 129 msgid "Busy Compiling" 105 130 msgstr "" 106 131 107 #: index.php:17 4132 #: index.php:170 108 133 msgid "Cache marked as busy for compiling" 109 134 msgstr "" 110 135 111 #: index.php:17 5136 #: index.php:171 112 137 msgid "" 113 138 "It's ok if this status don't stay for long. Otherwise, it could be a sign of " … … 115 140 msgstr "" 116 141 117 #: index.php:17 9 index.php:274 index.php:345142 #: index.php:175 index.php:264 index.php:332 118 143 msgid "Idle" 119 144 msgstr "" 120 145 121 #: index.php:1 82146 #: index.php:178 122 147 msgid "Enabling VAR Cacher" 123 148 msgstr "" 124 149 125 #: index.php:189 126 msgid "Not enabled: code that use xcache var cacher fall back to other backend" 127 msgstr "" 128 129 #: index.php:190 130 msgid "Set xcache.var_size to non-zero" 131 msgstr "" 132 133 #: index.php:196 150 #: index.php:185 151 msgid "" 152 "PHP code that use XCache caching backend have to use other caching backend " 153 "instead. Set xcache.var_size to non-zero" 154 msgstr "" 155 156 #: index.php:191 134 157 msgid "Using VAR Cacher" 135 158 msgstr "" 136 159 137 #: index.php: 200160 #: index.php:194 138 161 msgid "No variable data cached" 139 162 msgstr "" 140 163 141 #: index.php: 201164 #: index.php:195 142 165 msgid "" 143 166 "Var Cacher won't work simply by enabling it. PHP code must call XCache APIs " 144 167 "like xcache_set() to use it as cache backend. 3rd party web apps may come " 145 "with XCache support, config it to use XCache as cachi gnbackend"146 msgstr "" 147 148 #: index.php:20 6168 "with XCache support, config it to use XCache as caching backend" 169 msgstr "" 170 171 #: index.php:200 149 172 msgid "Cache in use" 150 173 msgstr "" 151 174 175 #: index.php:205 176 msgid "Cache Size" 177 msgstr "" 178 152 179 #: index.php:211 153 msgid "Cache Size"154 msgstr ""155 156 #: index.php:218157 180 msgid "Out of memory happened when trying to write to cache" 158 181 msgstr "" 159 182 183 #: index.php:212 184 msgid "Increase xcache.size and/or xcache.var_size" 185 msgstr "" 186 187 #: index.php:216 188 msgid "Enough" 189 msgstr "" 190 160 191 #: index.php:219 161 msgid "Increase xcache.size and/or xcache.var_size" 162 msgstr "" 163 164 #: index.php:223 165 msgid "Enough" 166 msgstr "" 167 168 #: index.php:226 169 msgid "Slots" 170 msgstr "" 171 172 #: index.php:243 192 msgid "Hash Slots" 193 msgstr "" 194 195 #: index.php:235 173 196 msgid "Slots value too big" 174 197 msgstr "" 175 198 176 #: index.php:2 44199 #: index.php:236 177 200 #, php-format 178 201 msgid "" … … 181 204 msgstr "" 182 205 183 #: index.php:2 52206 #: index.php:243 184 207 msgid "Slots value too small" 185 208 msgstr "" 186 209 187 #: index.php:2 53210 #: index.php:244 188 211 #, php-format 189 212 msgid "So many item are cached. Increase %s to a more proper value" 190 213 msgstr "" 191 214 192 #: index.php:2 57 index.php:387215 #: index.php:248 index.php:373 index.php:385 193 216 msgid "Looks good" 194 217 msgstr "" 195 218 219 #: index.php:251 220 msgid "Cache Status" 221 msgstr "" 222 223 #: index.php:257 224 msgid "At least one of the caches is disabled. " 225 msgstr "" 226 227 #: index.php:258 228 msgid "Enable the cache." 229 msgstr "" 230 231 #: index.php:259 232 msgid "" 233 "It was disabled by PHP crash/coredump handler or you disabled it manually." 234 msgstr "" 235 236 #: index.php:259 237 msgid "You disabled it manually." 238 msgstr "" 239 196 240 #: index.php:260 197 msgid "Cache Status" 198 msgstr "" 199 200 #: index.php:267 201 msgid "At least one of the caches is disabled. " 241 msgid "If it was caused by PHP crash/coredump, report to XCache devs" 202 242 msgstr "" 203 243 204 244 #: index.php:268 205 msgid ""206 "It was disabled by PHP crash/coredump handler or You disabled it manually"207 msgstr ""208 209 #: index.php:268210 msgid "You disabled it manually"211 msgstr ""212 213 #: index.php:269214 msgid "Enable the cache."215 msgstr ""216 217 #: index.php:270218 msgid "If it was caused by PHP crash/coredump, report to XCache devs"219 msgstr ""220 221 #: index.php:278222 245 msgid "Coredump Directory" 223 246 msgstr "" 224 247 225 #: index.php:284 226 msgid "Not enabled" 227 msgstr "" 228 229 #: index.php:285 230 msgid "" 231 "Enable coredump to know your PHP crash. It can also be enabled in fpm other " 232 "than in XCache" 233 msgstr "" 234 235 #: index.php:296 248 #: index.php:275 249 msgid "" 250 "Enable coredump to save debugging information in case when PHP crash. It can " 251 "also be enabled in other module like php-fpm beside XCache" 252 msgstr "" 253 254 #: index.php:286 236 255 msgid "Core files found:\n" 237 256 msgstr "" 238 257 239 #: index.php:297 240 msgid "" 241 "Disable XCache PHP Cacher (xcache.size=0), remove the core file(s). If core " 242 "file appears again, report call stack backtrace in the core to XCache devs" 243 msgstr "" 244 245 #: index.php:303 258 #: index.php:287 259 msgid "" 260 "Disable XCache PHP Cacher (set xcache.size=0), remove the core file(s), then " 261 "restart PHP. If core file appears again, report call stack backtrace in the " 262 "core to XCache devs" 263 msgstr "" 264 265 #: index.php:293 246 266 #, php-format 247 267 msgid "You can see core files if PHP crash in %s if PHP crash" 248 268 msgstr "" 249 269 250 #: index.php: 308270 #: index.php:298 251 271 msgid "Readonly Protection" 252 272 msgstr "" 253 273 254 #: index.php:3 15274 #: index.php:304 255 275 msgid "Set to enabled but not available" 256 276 msgstr "" 257 277 258 #: index.php:3 16278 #: index.php:305 259 279 msgid "Use xcache.mmap_path other than /dev/zero" 260 280 msgstr "" 261 281 262 #: index.php:3 22 index.php:361282 #: index.php:310 index.php:347 263 283 msgid "Disabled" 264 284 msgstr "" 265 285 266 #: index.php:3 23286 #: index.php:311 267 287 msgid "" 268 288 "Enable readonly_protection == --performance & ++stability. Disable " … … 270 290 msgstr "" 271 291 272 #: index.php:3 28292 #: index.php:316 273 293 msgid "XCache modules" 274 294 msgstr "" 275 295 276 #: index.php:3 39277 msgid "" 278 "Acceptable. Module(s) listed a bove are built into XCache but not for"279 " production server\n"296 #: index.php:326 297 msgid "" 298 "Acceptable. Module(s) listed are built into XCache but not for production " 299 "server.\n" 280 300 "Leave it as is if you're feeling good.\n" 281 "Re-configure XCache with the above module(s) disabled if you're strict with"282 "se rver security."283 msgstr "" 284 285 #: index.php:3 49301 "Re-configure XCache with the module(s) disabled if you're strict with server " 302 "security." 303 msgstr "" 304 305 #: index.php:336 286 306 msgid "XCache test setting" 287 307 msgstr "" 288 308 289 #: index.php:3 57309 #: index.php:343 290 310 msgid "xcache.test is for testing only, not for server. set it to off" 291 311 msgstr "" 292 312 293 #: index.php:3 64313 #: index.php:350 294 314 msgid "PHP Version" 295 315 msgstr "" 296 316 297 #: index.php:3 83317 #: index.php:369 298 318 msgid "The version of PHP you're using is known to be unstable: " 299 319 msgstr "" 300 320 301 #: index.php:3 84321 #: index.php:370 302 322 msgid "Upgrade to new version of PHP" 303 323 msgstr "" 304 324 305 #: index.php:3 90325 #: index.php:376 306 326 msgid "Extension Compatibility" 307 327 msgstr "" 308 328 309 #: index.php:3 95329 #: index.php:380 310 330 msgid "Zend Optimizer loaded" 311 331 msgstr "" 312 332 313 #: index.php:3 96333 #: index.php:381 314 334 msgid "" 315 335 "Optimizer feature of 'Zend Optimizer' is disabled by XCache due to " -
trunk/htdocs/diagnosis/lang/zh-simplified.php
r1102 r1103 2 2 // auto generated, do not modify 3 3 $strings += array( 4 "Diagnosis Result" 5 => "诊断结果", 6 "Item" 7 => "项目", 8 "Level" 9 => "级别", 10 "Result" 11 => "结果", 12 "Explanation/Suggestion" 13 => "解释/建议", 14 "XCache extension" 15 => "XCache extension", 16 "Add extension=xcache.so (or xcache.dll) in %s" 17 => "在 %s 增加 extension=xcache.so (或 xcache.dll)", 18 "Please put a php.ini in %s and add extension=xcache.so (or xcache.dll) in it" 19 => "请在 %s 里放个 php.ini 并且在文件内写入 extension=xcache.so (或 xcache.dll)", 20 "Cannot detect php.ini location" 21 => "无法检测 php.ini 位置", 22 "(See above)" 23 => "(参见上面)", 24 "Not loaded" 25 => "未载入", 26 "error" 27 => "错误", 28 "Loaded" 29 => "已载入", 30 "info" 31 => "信息", 32 "Enabling PHP Cacher" 33 => "启用 PHP 缓存器", 34 "skipped" 35 => "跳过", 36 "Not enabled" 37 => "尚未启用", 38 "Your PHP pages is not accelerated by XCache. Set xcache.size to non-zero, set xcache.cacher = On" 39 => "XCache 并未对您的 PHP 网页起到加速作用. 设置 xcache.size 为非 0, 设置 xcache.cacher = On", 40 "No php script cached" 41 => "未缓存任何 PHP 脚本", 42 "Your PHP pages is not accelerated by XCache. Set xcache.cacher = On" 43 => "XCache 并未对您的 PHP 网页起到加速作用. 设置 xcache.cacher = On", 44 "Enabled" 45 => "已启用", 46 "PHP Compile Time Error" 47 => "PHP 编译时错误", 48 "warning" 49 => "警告", 50 "Error happened when compiling at least one of your PHP code" 51 => "至少在编译其中一个您的 PHP 代码时发生编译错误", 52 "This usually means there is syntax error in your PHP code. Enable PHP error_log to see what parser error is it, fix your code" 53 => "这通常意味着您的 PHP 代码有语法错误. 请启用 error_log 调查具体错误原因并修复您的代码", 54 "No error happened" 55 => "未发生过错误", 56 "Busy Compiling" 57 => "忙着编译", 58 "Cache marked as busy for compiling" 59 => "编译中, 缓存标记为忙", 60 "It's ok if this status don't stay for long. Otherwise, it could be a sign of PHP crash/coredump, report to XCache devs" 61 => "这个状态如果持续不就则无影响. 否则可能标志着 PHP 曾经发生异常退出, 如果是的话请报告给 XCache 开发组", 62 "Idle" 63 => "空闲", 64 "Enabling VAR Cacher" 65 => "启用 VAR 缓存器", 66 "PHP code that use XCache caching backend have to use other caching backend instead. Set xcache.var_size to non-zero" 67 => "使用 XCache 作为数据缓存器的 PHP 代码将不得不采用其他缓存器代替. 设置 xcache.var_size 为非 0", 68 "Using VAR Cacher" 69 => "使用 VAR 缓存器", 70 "No variable data cached" 71 => "未缓存任何变量数据", 72 "Var Cacher won't work simply by enabling it. PHP code must call XCache APIs like xcache_set() to use it as cache backend. 3rd party web apps may come with XCache support, config it to use XCache as caching backend" 73 => "只启用变量数据缓存器并无法将其利用起来. 必须通过 PHP 代码去调用 XCache API 接口(如 xcache_set() 函数) 将 XCache 作为缓存器. 第三方网页软件可能带有 XCache 支持, 留意其中的设置启用 XCache 作为缓存器", 74 "Cache in use" 75 => "缓存使用中", 76 "Cache Size" 77 => "缓存大小", 78 "Out of memory happened when trying to write to cache" 79 => "存入缓存时发生内存不足", 80 "Increase xcache.size and/or xcache.var_size" 81 => "加大 xcache.size 或 xcache.var_size", 82 "Enough" 83 => "充足", 84 "Hash Slots" 85 => "哈希槽", 86 "Slots value too big" 87 => "哈希槽设定太大", 88 "A very small value is set to %s value and leave %s value is too big.\nDecrease %s if small cache is really what you want" 89 => "设置给 %s 的值很小, 却采用过大的 %s. 如果您的确想要配置占用很少内存的缓存器, 可减少 %s", 90 "Slots value too small" 91 => "哈希槽设定太小", 92 "So many item are cached. Increase %s to a more proper value" 93 => "相当多的项目缓存了. 请适量加大 %s", 94 "Looks good" 95 => "看起来还行", 96 "Cache Status" 97 => "缓存状态", 98 "At least one of the caches is disabled. " 99 => "至少一个缓存器是禁止状态", 100 "Enable the cache." 101 => "启用已禁止的缓存器.", 102 "It was disabled by PHP crash/coredump handler or you disabled it manually." 103 => "可能是在 PHP 异常退出时自动标记为禁止了, 或者您手工禁止了", 104 "You disabled it manually." 105 => "您手工禁止了", 106 "If it was caused by PHP crash/coredump, report to XCache devs" 107 => "如果是由于 PHP 异常退出造成, 请报告给 XCache 开发组", 108 "Coredump Directory" 109 => "Coredump 目录", 110 "Enable coredump to save debugging information in case when PHP crash. It can also be enabled in other module like php-fpm beside XCache" 111 => "启用 coredump 设置. 这样万一发生 PHP 异常退出时可保存调试信息. 这个功能也可以在其他地方启用, 如 php-fpm", 112 "Core files found:\n" 113 => "发现 core 文件:\n", 114 "Disable XCache PHP Cacher (set xcache.size=0), remove the core file(s), then restart PHP. If core file appears again, report call stack backtrace in the core to XCache devs" 115 => "禁止 XCache 缓存器 (设置 xcache.size=0), 删除 Core 文件, 再重启 PHP. 如果不用 XCache 时不出现 Core, 请从 Core 中取得 call stack back trace 信息报告回 XCache 开发组", 116 "You can see core files if PHP crash in %s if PHP crash" 117 => "如果 PHP 异常退出, 您可以在 %s 目录看到 Core 文件", 118 "Readonly Protection" 119 => "只读保护", 120 "Set to enabled but not available" 121 => "设置为启用, 但目前不可用", 122 "Use xcache.mmap_path other than /dev/zero" 123 => "设置 xcache.mmap_path 使用 /dev/zero 以外的值", 124 "Disabled" 125 => "已禁止", 126 "Enable readonly_protection == --performance & ++stability. Disable readonly_protection == ++performance & --stability" 127 => "启用 readonly_protection == --性能 & ++稳定性. 禁用 readonly_protection == ++性能 & --稳定性", 128 "XCache modules" 129 => "XCache 模块", 130 "Acceptable. Module(s) listed are built into XCache but not for production server.\nLeave it as is if you're feeling good.\nRe-configure XCache with the module(s) disabled if you're strict with server security." 131 => "可接受. 以上列出的模块已编译入 XCache, 但这些模块并非用于产业服务器.\n如果您觉得没大碍, 就保持现状.\n如果您对稳定性/安全性要求极其严格, 建议重新编译 XCache 不启用这些模块\n", 132 "XCache test setting" 133 => "XCache 测试设置", 134 "xcache.test is for testing only, not for server. set it to off" 135 => "xcache.test 仅用于开发测试用, 不用于服务器. 将它设置为 off", 136 "PHP Version" 137 => "PHP 版本", 138 "The version of PHP you're using is known to be unstable: " 139 => "您所使用的 PHP 版本, 是众所周知的不稳定版本: ", 140 "Upgrade to new version of PHP" 141 => "升级到更新的 PHP 版本", 142 "Extension Compatibility" 143 => "Extension 兼容性", 144 "Zend Optimizer loaded" 145 => "Zend Optimizer 载入了", 146 "Optimizer feature of 'Zend Optimizer' is disabled by XCache due to compatibility reason; the Loader of it is still available, encoded files are still supported" 147 => "由于兼容性问题, 'Zend Optimizer' 的优化器已被 XCache 禁止; 其加载器依然可用, 可继续使用 Zend 加密的文件", 4 148 ); 5 149 -
trunk/htdocs/diagnosis/lang/zh-simplified.po
r1101 r1103 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: \n" 4 "POT-Creation-Date: 2012-08-01 1 4:47+0800\n"4 "POT-Creation-Date: 2012-08-01 17:10+0800\n" 5 5 "Language: zh\n" 6 6 "MIME-Version: 1.0\n" … … 10 10 #: diagnosis.tpl.php:4 11 11 msgid "Diagnosis Result" 12 msgstr " "12 msgstr "诊断结果" 13 13 14 14 #: diagnosis.tpl.php:8 15 15 msgid "Item" 16 msgstr " "16 msgstr "项目" 17 17 18 18 #: diagnosis.tpl.php:11 19 19 msgid "Level" 20 msgstr " "20 msgstr "级别" 21 21 22 22 #: diagnosis.tpl.php:14 23 23 msgid "Result" 24 msgstr " "24 msgstr "结果" 25 25 26 26 #: diagnosis.tpl.php:17 27 msgid " Result/Suggestion"28 msgstr " "27 msgid "Explanation/Suggestion" 28 msgstr "解释/建议" 29 29 30 30 #: index.php:77 31 31 msgid "XCache extension" 32 msgstr " "32 msgstr "XCache extension" 33 33 34 34 #: index.php:81 35 35 #, php-format 36 36 msgid "Add extension=xcache.so (or xcache.dll) in %s" 37 msgstr " "37 msgstr "在 %s 增加 extension=xcache.so (或 xcache.dll)" 38 38 39 39 #: index.php:84 … … 42 42 "Please put a php.ini in %s and add extension=xcache.so (or xcache.dll) in it" 43 43 msgstr "" 44 "请在 %s 里放个 php.ini 并且在文件内写入 extension=xcache.so (或 xcache.dll)" 44 45 45 46 #: index.php:87 46 msgid "Cannot detect ini location"47 msgstr " "47 msgid "Cannot detect php.ini location" 48 msgstr "无法检测 php.ini 位置" 48 49 49 50 #: index.php:89 50 msgid " (See above)"51 msgstr " "51 msgid "(See above)" 52 msgstr "(参见上面)" 52 53 53 54 #: index.php:90 54 55 msgid "Not loaded" 55 msgstr "" 56 msgstr "未载入" 57 58 #: index.php:90 index.php:129 index.php:135 index.php:183 index.php:285 59 #: index.php:303 index.php:368 60 msgid "error" 61 msgstr "错误" 56 62 57 63 #: index.php:93 58 64 msgid "Loaded" 59 msgstr "" 65 msgstr "已载入" 66 67 #: index.php:93 index.php:141 index.php:158 index.php:175 index.php:189 68 #: index.php:200 index.php:216 index.php:248 index.php:264 index.php:273 69 #: index.php:291 index.php:309 index.php:332 index.php:347 index.php:373 70 #: index.php:379 index.php:385 71 msgid "info" 72 msgstr "信息" 60 73 61 74 #: index.php:124 62 75 msgid "Enabling PHP Cacher" 63 msgstr "" 76 msgstr "启用 PHP 缓存器" 77 78 #: index.php:126 index.php:146 index.php:149 index.php:163 index.php:166 79 #: index.php:180 index.php:207 index.php:253 index.php:270 index.php:300 80 #: index.php:318 index.php:338 81 msgid "skipped" 82 msgstr "跳过" 83 84 #: index.php:130 index.php:184 index.php:274 85 msgid "Not enabled" 86 msgstr "尚未启用" 64 87 65 88 #: index.php:131 66 msgid " Not enabled: Website is not accelerated by XCache"67 msgstr ""68 69 #: index.php:132 70 msgid "Set xcache.size to non-zero, set xcache.cacher = On"71 msgstr ""72 73 #: index.php:13 874 msgid "No php script cached : Website is not accelerated by XCache"75 msgstr " "76 77 #: index.php:13 978 msgid " Set xcache.cacher = On"79 msgstr " "80 81 #: index.php:14 3 index.php:194 index.php:302 index.php:322 index.php:35689 msgid "" 90 "Your PHP pages is not accelerated by XCache. Set xcache.size to non-zero, " 91 "set xcache.cacher = On" 92 msgstr "" 93 "XCache 并未对您的 PHP 网页起到加速作用. 设置 xcache.size 为非 0, 设置 xcache." 94 "cacher = On" 95 96 #: index.php:136 97 msgid "No php script cached" 98 msgstr "未缓存任何 PHP 脚本" 99 100 #: index.php:137 101 msgid "Your PHP pages is not accelerated by XCache. Set xcache.cacher = On" 102 msgstr "XCache 并未对您的 PHP 网页起到加速作用. 设置 xcache.cacher = On" 103 104 #: index.php:141 index.php:189 index.php:292 index.php:310 index.php:342 82 105 msgid "Enabled" 83 msgstr " "84 85 #: index.php:14 6106 msgstr "已启用" 107 108 #: index.php:144 86 109 msgid "PHP Compile Time Error" 87 msgstr "" 88 89 #: index.php:156 110 msgstr "PHP 编译时错误" 111 112 #: index.php:152 index.php:169 index.php:193 index.php:210 index.php:234 113 #: index.php:242 index.php:256 index.php:324 index.php:341 114 msgid "warning" 115 msgstr "警告" 116 117 #: index.php:153 90 118 msgid "Error happened when compiling at least one of your PHP code" 91 msgstr " "92 93 #: index.php:15 7119 msgstr "至少在编译其中一个您的 PHP 代码时发生编译错误" 120 121 #: index.php:154 94 122 msgid "" 95 123 "This usually means there is syntax error in your PHP code. Enable PHP " 96 124 "error_log to see what parser error is it, fix your code" 97 125 msgstr "" 126 "这通常意味着您的 PHP 代码有语法错误. 请启用 error_log 调查具体错误原因并修复" 127 "您的代码" 128 129 #: index.php:158 130 msgid "No error happened" 131 msgstr "未发生过错误" 98 132 99 133 #: index.php:161 100 msgid "No error happened"101 msgstr ""102 103 #: index.php:164104 134 msgid "Busy Compiling" 105 msgstr " "106 107 #: index.php:17 4135 msgstr "忙着编译" 136 137 #: index.php:170 108 138 msgid "Cache marked as busy for compiling" 109 msgstr " "110 111 #: index.php:17 5139 msgstr "编译中, 缓存标记为忙" 140 141 #: index.php:171 112 142 msgid "" 113 143 "It's ok if this status don't stay for long. Otherwise, it could be a sign of " 114 144 "PHP crash/coredump, report to XCache devs" 115 145 msgstr "" 116 117 #: index.php:179 index.php:274 index.php:345 146 "这个状态如果持续不就则无影响. 否则可能标志着 PHP 曾经发生异常退出, 如果是的话" 147 "请报告给 XCache 开发组" 148 149 #: index.php:175 index.php:264 index.php:332 118 150 msgid "Idle" 119 msgstr " "120 121 #: index.php:1 82151 msgstr "空闲" 152 153 #: index.php:178 122 154 msgid "Enabling VAR Cacher" 123 msgstr " "124 125 #: index.php:18 9126 msgid " Not enabled: code that use xcache var cacher fall back to other backend"127 msgstr ""128 129 #: index.php:190 130 msgid "Set xcache.var_size to non-zero"131 msgstr ""132 133 #: index.php:19 6155 msgstr "启用 VAR 缓存器" 156 157 #: index.php:185 158 msgid "" 159 "PHP code that use XCache caching backend have to use other caching backend " 160 "instead. Set xcache.var_size to non-zero" 161 msgstr "" 162 "使用 XCache 作为数据缓存器的 PHP 代码将不得不采用其他缓存器代替. 设置 xcache." 163 "var_size 为非 0" 164 165 #: index.php:191 134 166 msgid "Using VAR Cacher" 135 msgstr " "136 137 #: index.php: 200167 msgstr "使用 VAR 缓存器" 168 169 #: index.php:194 138 170 msgid "No variable data cached" 139 msgstr " "140 141 #: index.php: 201171 msgstr "未缓存任何变量数据" 172 173 #: index.php:195 142 174 msgid "" 143 175 "Var Cacher won't work simply by enabling it. PHP code must call XCache APIs " 144 176 "like xcache_set() to use it as cache backend. 3rd party web apps may come " 145 "with XCache support, config it to use XCache as cachign backend" 146 msgstr "" 147 148 #: index.php:206 177 "with XCache support, config it to use XCache as caching backend" 178 msgstr "" 179 "只启用变量数据缓存器并无法将其利用起来. 必须通过 PHP 代码去调用 XCache API 接" 180 "口(如 xcache_set() 函数) 将 XCache 作为缓存器. 第三方网页软件可能带有 XCache " 181 "支持, 留意其中的设置启用 XCache 作为缓存器" 182 183 #: index.php:200 149 184 msgid "Cache in use" 150 msgstr "" 185 msgstr "缓存使用中" 186 187 #: index.php:205 188 msgid "Cache Size" 189 msgstr "缓存大小" 151 190 152 191 #: index.php:211 153 msgid "Cache Size"154 msgstr ""155 156 #: index.php:218157 192 msgid "Out of memory happened when trying to write to cache" 158 msgstr "" 193 msgstr "存入缓存时发生内存不足" 194 195 #: index.php:212 196 msgid "Increase xcache.size and/or xcache.var_size" 197 msgstr "加大 xcache.size 或 xcache.var_size" 198 199 #: index.php:216 200 msgid "Enough" 201 msgstr "充足" 159 202 160 203 #: index.php:219 161 msgid "Increase xcache.size and/or xcache.var_size" 162 msgstr "" 163 164 #: index.php:223 165 msgid "Enough" 166 msgstr "" 167 168 #: index.php:226 169 msgid "Slots" 170 msgstr "" 171 172 #: index.php:243 204 msgid "Hash Slots" 205 msgstr "哈希槽" 206 207 #: index.php:235 173 208 msgid "Slots value too big" 174 msgstr " "175 176 #: index.php:2 44209 msgstr "哈希槽设定太大" 210 211 #: index.php:236 177 212 #, php-format 178 213 msgid "" … … 180 215 "Decrease %s if small cache is really what you want" 181 216 msgstr "" 182 183 #: index.php:252 217 "设置给 %s 的值很小, 却采用过大的 %s. 如果您的确想要配置占用很少内存的缓存器, " 218 "可减少 %s" 219 220 #: index.php:243 184 221 msgid "Slots value too small" 185 msgstr " "186 187 #: index.php:2 53222 msgstr "哈希槽设定太小" 223 224 #: index.php:244 188 225 #, php-format 189 226 msgid "So many item are cached. Increase %s to a more proper value" 190 msgstr " "191 192 #: index.php:2 57 index.php:387227 msgstr "相当多的项目缓存了. 请适量加大 %s" 228 229 #: index.php:248 index.php:373 index.php:385 193 230 msgid "Looks good" 194 msgstr "" 231 msgstr "看起来还行" 232 233 #: index.php:251 234 msgid "Cache Status" 235 msgstr "缓存状态" 236 237 #: index.php:257 238 msgid "At least one of the caches is disabled. " 239 msgstr "至少一个缓存器是禁止状态" 240 241 #: index.php:258 242 msgid "Enable the cache." 243 msgstr "启用已禁止的缓存器." 244 245 #: index.php:259 246 msgid "" 247 "It was disabled by PHP crash/coredump handler or you disabled it manually." 248 msgstr "可能是在 PHP 异常退出时自动标记为禁止了, 或者您手工禁止了" 249 250 #: index.php:259 251 msgid "You disabled it manually." 252 msgstr "您手工禁止了" 195 253 196 254 #: index.php:260 197 msgid "Cache Status" 198 msgstr "" 199 200 #: index.php:267 201 msgid "At least one of the caches is disabled. " 202 msgstr "" 255 msgid "If it was caused by PHP crash/coredump, report to XCache devs" 256 msgstr "如果是由于 PHP 异常退出造成, 请报告给 XCache 开发组" 203 257 204 258 #: index.php:268 205 msgid ""206 "It was disabled by PHP crash/coredump handler or You disabled it manually"207 msgstr ""208 209 #: index.php:268210 msgid "You disabled it manually"211 msgstr ""212 213 #: index.php:269214 msgid "Enable the cache."215 msgstr ""216 217 #: index.php:270218 msgid "If it was caused by PHP crash/coredump, report to XCache devs"219 msgstr ""220 221 #: index.php:278222 259 msgid "Coredump Directory" 223 msgstr "" 224 225 #: index.php:284 226 msgid "Not enabled" 227 msgstr "" 228 229 #: index.php:285 230 msgid "" 231 "Enable coredump to know your PHP crash. It can also be enabled in fpm other " 232 "than in XCache" 233 msgstr "" 234 235 #: index.php:296 260 msgstr "Coredump 目录" 261 262 #: index.php:275 263 msgid "" 264 "Enable coredump to save debugging information in case when PHP crash. It can " 265 "also be enabled in other module like php-fpm beside XCache" 266 msgstr "" 267 "启用 coredump 设置. 这样万一发生 PHP 异常退出时可保存调试信息. 这个功能也可以" 268 "在其他地方启用, 如 php-fpm" 269 270 #: index.php:286 236 271 msgid "Core files found:\n" 237 msgstr "" 238 239 #: index.php:297 240 msgid "" 241 "Disable XCache PHP Cacher (xcache.size=0), remove the core file(s). If core " 242 "file appears again, report call stack backtrace in the core to XCache devs" 243 msgstr "" 244 245 #: index.php:303 272 msgstr "发现 core 文件:\n" 273 274 #: index.php:287 275 msgid "" 276 "Disable XCache PHP Cacher (set xcache.size=0), remove the core file(s), then " 277 "restart PHP. If core file appears again, report call stack backtrace in the " 278 "core to XCache devs" 279 msgstr "" 280 "禁止 XCache 缓存器 (设置 xcache.size=0), 删除 Core 文件, 再重启 PHP. 如果不" 281 "用 XCache 时不出现 Core, 请从 Core 中取得 call stack back trace 信息报告回 " 282 "XCache 开发组" 283 284 #: index.php:293 246 285 #, php-format 247 286 msgid "You can see core files if PHP crash in %s if PHP crash" 248 msgstr " "249 250 #: index.php: 308287 msgstr "如果 PHP 异常退出, 您可以在 %s 目录看到 Core 文件" 288 289 #: index.php:298 251 290 msgid "Readonly Protection" 252 msgstr " "253 254 #: index.php:3 15291 msgstr "只读保护" 292 293 #: index.php:304 255 294 msgid "Set to enabled but not available" 256 msgstr " "257 258 #: index.php:3 16295 msgstr "设置为启用, 但目前不可用" 296 297 #: index.php:305 259 298 msgid "Use xcache.mmap_path other than /dev/zero" 260 msgstr " "261 262 #: index.php:3 22 index.php:361299 msgstr "设置 xcache.mmap_path 使用 /dev/zero 以外的值" 300 301 #: index.php:310 index.php:347 263 302 msgid "Disabled" 264 msgstr " "265 266 #: index.php:3 23303 msgstr "已禁止" 304 305 #: index.php:311 267 306 msgid "" 268 307 "Enable readonly_protection == --performance & ++stability. Disable " 269 308 "readonly_protection == ++performance & --stability" 270 309 msgstr "" 271 272 #: index.php:328 310 "启用 readonly_protection == --性能 & ++稳定性. 禁用 readonly_protection == +" 311 "+性能 & --稳定性" 312 313 #: index.php:316 273 314 msgid "XCache modules" 274 msgstr " "275 276 #: index.php:3 39277 msgid "" 278 "Acceptable. Module(s) listed a bove are built into XCache but not for"279 " production server\n"315 msgstr "XCache 模块" 316 317 #: index.php:326 318 msgid "" 319 "Acceptable. Module(s) listed are built into XCache but not for production " 320 "server.\n" 280 321 "Leave it as is if you're feeling good.\n" 281 "Re-configure XCache with the above module(s) disabled if you're strict with " 282 "server security." 283 msgstr "" 284 285 #: index.php:349 322 "Re-configure XCache with the module(s) disabled if you're strict with server " 323 "security." 324 msgstr "" 325 "可接受. 以上列出的模块已编译入 XCache, 但这些模块并非用于产业服务器.\n" 326 "如果您觉得没大碍, 就保持现状.\n" 327 "如果您对稳定性/安全性要求极其严格, 建议重新编译 XCache 不启用这些模块\n" 328 329 #: index.php:336 286 330 msgid "XCache test setting" 287 msgstr " "288 289 #: index.php:3 57331 msgstr "XCache 测试设置" 332 333 #: index.php:343 290 334 msgid "xcache.test is for testing only, not for server. set it to off" 291 msgstr " "292 293 #: index.php:3 64335 msgstr "xcache.test 仅用于开发测试用, 不用于服务器. 将它设置为 off" 336 337 #: index.php:350 294 338 msgid "PHP Version" 295 msgstr " "296 297 #: index.php:3 83339 msgstr "PHP 版本" 340 341 #: index.php:369 298 342 msgid "The version of PHP you're using is known to be unstable: " 299 msgstr " "300 301 #: index.php:3 84343 msgstr "您所使用的 PHP 版本, 是众所周知的不稳定版本: " 344 345 #: index.php:370 302 346 msgid "Upgrade to new version of PHP" 303 msgstr " "304 305 #: index.php:3 90347 msgstr "升级到更新的 PHP 版本" 348 349 #: index.php:376 306 350 msgid "Extension Compatibility" 307 msgstr " "308 309 #: index.php:3 95351 msgstr "Extension 兼容性" 352 353 #: index.php:380 310 354 msgid "Zend Optimizer loaded" 311 msgstr " "312 313 #: index.php:3 96355 msgstr "Zend Optimizer 载入了" 356 357 #: index.php:381 314 358 msgid "" 315 359 "Optimizer feature of 'Zend Optimizer' is disabled by XCache due to " … … 317 361 "still supported" 318 362 msgstr "" 363 "由于兼容性问题, 'Zend Optimizer' 的优化器已被 XCache 禁止; 其加载器依然可用, " 364 "可继续使用 Zend 加密的文件"
Note: See TracChangeset
for help on using the changeset viewer.

