Changeset 1179
- Timestamp:
- 11/20/2012 03:34:13 AM (6 months ago)
- Location:
- trunk/htdocs/diagnosis
- Files:
-
- 5 modified
-
index.php (modified) (2 diffs)
-
lang/en.po (modified) (4 diffs)
-
lang/zh-simplified.php (modified) (3 diffs)
-
lang/zh-simplified.po (modified) (6 diffs)
-
lang/zh-traditional.po (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/diagnosis/index.php
r1169 r1179 151 151 else if ($errors) { 152 152 result(N_("warning") 153 , _T("Error happened when compiling at least one of your PHP code")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")153 , _T("Error happened when compiling one or some of your PHP code") 154 , _T("PHP code failed to be compiled cannot be cached. This usually means there was syntax error in your PHP code. Enable PHP error_log to see what parser error is it, fix your code. This warning won't go away until PHP is restarted") 155 155 ); 156 156 } … … 181 181 } 182 182 else if (!ini_get("xcache.var_size")) { 183 result(N_(" error")183 result(N_("warning") 184 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 ")185 , _T("PHP code that use XCache caching backend have to use other caching backend instead. Set xcache.var_size to non-zero if you have any PHP code that can use XCache Data Caching API") 186 186 ); 187 187 } -
trunk/htdocs/diagnosis/lang/en.po
r1173 r1179 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: \n" 4 "POT-Creation-Date: 2012-11- 13 18:17+0800\n"4 "POT-Creation-Date: 2012-11-20 10:32+0800\n" 5 5 "Language: en\n" 6 6 "MIME-Version: 1.0\n" … … 55 55 msgstr "" 56 56 57 #: index.php:90 index.php:129 index.php:135 index.php: 183 index.php:29058 #: index.php:3 08 index.php:373 index.php:396 index.php:39957 #: index.php:90 index.php:129 index.php:135 index.php:290 index.php:308 58 #: index.php:373 index.php:396 index.php:399 59 59 msgid "error" 60 60 msgstr "" … … 107 107 msgstr "" 108 108 109 #: index.php:152 index.php:169 index.php:1 93 index.php:210 index.php:238110 #: index.php:2 46 index.php:261 index.php:329 index.php:346109 #: index.php:152 index.php:169 index.php:183 index.php:193 index.php:210 110 #: index.php:238 index.php:246 index.php:261 index.php:329 index.php:346 111 111 msgid "warning" 112 112 msgstr "" 113 113 114 114 #: index.php:153 115 msgid "Error happened when compiling at least one of your PHP code"115 msgid "Error happened when compiling one or some of your PHP code" 116 116 msgstr "" 117 117 118 118 #: index.php:154 119 119 msgid "" 120 "This usually means there is syntax error in your PHP code. Enable PHP " 121 "error_log to see what parser error is it, fix your code" 120 "PHP code failed to be compiled cannot be cached. This usually means there " 121 "was syntax error in your PHP code. Enable PHP error_log to see what parser " 122 "error is it, fix your code. This warning won't go away until PHP is restarted" 122 123 msgstr "" 123 124 … … 151 152 msgid "" 152 153 "PHP code that use XCache caching backend have to use other caching backend " 153 "instead. Set xcache.var_size to non-zero" 154 "instead. Set xcache.var_size to non-zero if you have any PHP code that can " 155 "use XCache Data Caching API" 154 156 msgstr "" 155 157 -
trunk/htdocs/diagnosis/lang/zh-simplified.php
r1173 r1179 48 48 "warning" 49 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 调查具体错误原因并修复您的代码",50 "Error happened when compiling one or some of your PHP code" 51 => "至少在编译一个或多个您的 PHP 代码时发生编译错误", 52 "PHP code failed to be compiled cannot be cached. This usually means there was syntax error in your PHP code. Enable PHP error_log to see what parser error is it, fix your code. This warning won't go away until PHP is restarted" 53 => "编译失败的 PHP 代码是无法缓存的. 这通常意味着您的 PHP 代码有语法错误. 请启用 error_log 调查具体错误原因并修复您的代码. 重启 PHP 前这个警告不会消失", 54 54 "No error happened" 55 55 => "未发生过错误", … … 64 64 "Enabling VAR Cacher" 65 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",66 "PHP code that use XCache caching backend have to use other caching backend instead. Set xcache.var_size to non-zero if you have any PHP code that can use XCache Data Caching API" 67 => "支持使用 XCache 作为数据缓存器的 PHP 代码将不得不采用其他缓存器代替. 如果您有代码支持 XCache 缓存 API 的话, 您可以设置 xcache.var_size 为非 0", 68 68 "Using VAR Cacher" 69 69 => "使用 VAR 缓存器", … … 148 148 "SAPI Compatibility" 149 149 => "Extension 兼容性", 150 "CGI is not supported" 151 => "不支持 CGI", 152 "Use FastCGI or FPM instead" 153 => "请改用 FastCGI 或者 FPM", 150 154 "PHP_FCGI_CHILDREN should be >= 1 and use 1 group of parent/childs model. See http://xcache.lighttpd.net/wiki/Faq" 151 155 => "PHP_FCGI_CHILDREN 应该设为 >= 1 并且使用 1 组单父多子模型. 参见 http://xcache.lighttpd.net/wiki/Faq", -
trunk/htdocs/diagnosis/lang/zh-simplified.po
r1173 r1179 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: \n" 4 "POT-Creation-Date: 2012-11- 13 18:17+0800\n"4 "POT-Creation-Date: 2012-11-20 10:32+0800\n" 5 5 "Language: zh\n" 6 6 "MIME-Version: 1.0\n" … … 56 56 msgstr "未载入" 57 57 58 #: index.php:90 index.php:129 index.php:135 index.php: 183 index.php:29059 #: index.php:3 08 index.php:373 index.php:396 index.php:39958 #: index.php:90 index.php:129 index.php:135 index.php:290 index.php:308 59 #: index.php:373 index.php:396 index.php:399 60 60 msgid "error" 61 61 msgstr "错误" … … 110 110 msgstr "PHP 编译时错误" 111 111 112 #: index.php:152 index.php:169 index.php:1 93 index.php:210 index.php:238113 #: index.php:2 46 index.php:261 index.php:329 index.php:346112 #: index.php:152 index.php:169 index.php:183 index.php:193 index.php:210 113 #: index.php:238 index.php:246 index.php:261 index.php:329 index.php:346 114 114 msgid "warning" 115 115 msgstr "警告" 116 116 117 117 #: index.php:153 118 msgid "Error happened when compiling at least one of your PHP code"119 msgstr "至少在编译 其中一个您的 PHP 代码时发生编译错误"118 msgid "Error happened when compiling one or some of your PHP code" 119 msgstr "至少在编译一个或多个您的 PHP 代码时发生编译错误" 120 120 121 121 #: index.php:154 122 122 msgid "" 123 "This usually means there is syntax error in your PHP code. Enable PHP " 124 "error_log to see what parser error is it, fix your code" 125 msgstr "" 126 "这通常意味着您的 PHP 代码有语法错误. 请启用 error_log 调查具体错误原因并修复" 127 "您的代码" 123 "PHP code failed to be compiled cannot be cached. This usually means there " 124 "was syntax error in your PHP code. Enable PHP error_log to see what parser " 125 "error is it, fix your code. This warning won't go away until PHP is restarted" 126 msgstr "" 127 "编译失败的 PHP 代码是无法缓存的. 这通常意味着您的 PHP 代码有语法错误. 请启用 " 128 "error_log 调查具体错误原因并修复您的代码. 重启 PHP 前这个警告不会消失" 128 129 129 130 #: index.php:158 … … 156 157 157 158 #: index.php:185 159 #, fuzzy 158 160 msgid "" 159 161 "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" 162 "instead. Set xcache.var_size to non-zero if you have any PHP code that can " 163 "use XCache Data Caching API" 164 msgstr "" 165 "支持使用 XCache 作为数据缓存器的 PHP 代码将不得不采用其他缓存器代替. 如果您有" 166 "代码支持 XCache 缓存 API 的话, 您可以设置 xcache.var_size 为非 0" 164 167 165 168 #: index.php:191 … … 365 368 366 369 #: index.php:393 367 #, fuzzy368 370 msgid "SAPI Compatibility" 369 371 msgstr "Extension 兼容性" … … 371 373 #: index.php:396 372 374 msgid "CGI is not supported" 373 msgstr " "375 msgstr "不支持 CGI" 374 376 375 377 #: index.php:396 376 378 msgid "Use FastCGI or FPM instead" 377 msgstr " "379 msgstr "请改用 FastCGI 或者 FPM" 378 380 379 381 #: index.php:401 -
trunk/htdocs/diagnosis/lang/zh-traditional.po
r1173 r1179 2 2 msgstr "" 3 3 "Report-Msgid-Bugs-To: \n" 4 "POT-Creation-Date: 2012-11- 13 18:17+0800\n"4 "POT-Creation-Date: 2012-11-20 10:32+0800\n" 5 5 "Language: zh_TW\n" 6 6 "MIME-Version: 1.0\n" … … 55 55 msgstr "" 56 56 57 #: index.php:90 index.php:129 index.php:135 index.php: 183 index.php:29058 #: index.php:3 08 index.php:373 index.php:396 index.php:39957 #: index.php:90 index.php:129 index.php:135 index.php:290 index.php:308 58 #: index.php:373 index.php:396 index.php:399 59 59 msgid "error" 60 60 msgstr "" … … 107 107 msgstr "" 108 108 109 #: index.php:152 index.php:169 index.php:1 93 index.php:210 index.php:238110 #: index.php:2 46 index.php:261 index.php:329 index.php:346109 #: index.php:152 index.php:169 index.php:183 index.php:193 index.php:210 110 #: index.php:238 index.php:246 index.php:261 index.php:329 index.php:346 111 111 msgid "warning" 112 112 msgstr "" 113 113 114 114 #: index.php:153 115 msgid "Error happened when compiling at least one of your PHP code"115 msgid "Error happened when compiling one or some of your PHP code" 116 116 msgstr "" 117 117 118 118 #: index.php:154 119 119 msgid "" 120 "This usually means there is syntax error in your PHP code. Enable PHP " 121 "error_log to see what parser error is it, fix your code" 120 "PHP code failed to be compiled cannot be cached. This usually means there " 121 "was syntax error in your PHP code. Enable PHP error_log to see what parser " 122 "error is it, fix your code. This warning won't go away until PHP is restarted" 122 123 msgstr "" 123 124 … … 151 152 msgid "" 152 153 "PHP code that use XCache caching backend have to use other caching backend " 153 "instead. Set xcache.var_size to non-zero" 154 "instead. Set xcache.var_size to non-zero if you have any PHP code that can " 155 "use XCache Data Caching API" 154 156 msgstr "" 155 157

