Welcome Guest, Not a member yet? Register   Sign In
Why CI?
#14

[eluser]jayrulez[/eluser]
[quote author="wiredesignz" date="1243857217"]I would love to read the language tools translation of some documentation. Do you have a link?

And one question I would ask, is why someone in Jamaica is using Google Australia language tools?[/quote]

sure i got the core i translated, its not so far off from proper english. By comparing it with what i know i could understand perfectly what it was saying, example here: chinese:
return array(
// 核心
'_PAGE_ERROR'=> '页面出错',
'_MODULE_NOT_EXIST_'=> '无法加载模块',
'_ERROR_ACTION_'=> '非法操作',
'_LANGUAGE_NOT_LOAD_'=> '无法加载语言包',
'_TEMPLATE_NOT_EXIST_'=> '模板不存在',
'_MODULE_'=>'模块',
'_ACTION_'=>'操作',
'_ACTION_NOT_EXIST_'=>'控制器不存在或者没有定义',
'_MODEL_NOT_EXIST_'=>'模型不存在或者没有定义',
'_VALID_ACCESS_'=>'没有权限',
'_XML_TAG_ERROR_'=>'XML标签语法错误',
'_DATA_TYPE_INVALID_'=>'非法数据对象!',
'_OPERATION_WRONG_'=>'操作出现错误',
'_ERROR_INFO_'=>'错误信息:',
'_ERROR_URL_'=>'错误页面:',
'_ERROR_TYPE_'=>'错误类型:',
'_ERROR_TRACE_'=>'错误跟踪:',
'_NOT_LOAD_DB_'=>'无法加载数据库',
'_NOT_SUPPORT_DB_'=>'系统暂时不支持数据库',
'_NO_DB_CONFIG_'=>'没有定义数据库配置',
'_NOT_SUPPERT_'=>'系统不支持',
'_CACHE_TYPE_INVALID_'=>'无法加载缓存类型',
'_FILE_NOT_WRITEABLE_'=>'目录(文件)不可写',
'_METHOD_NOT_EXIST_'=>'您所请求的方法不存在!',
'_CLASS_NOT_EXIST_'=>'实例化一个不存在的类!',
'_DB_TYPE_NOT_EXIST_'=> '没有指定数据库类型或该类库不存在!',
'_DB_CONNECT_ERROR_'=> '数据库连接失败!',
'_CLASS_CONFLICT_'=>'类名冲突',
'_TEMPLATE_ERROR_'=>'模板引擎错误',
'_CACHE_WRITE_ERROR_'=>'缓存文件写入失败!',
'_TAGLIB_NOT_EXIST_'=>'标签库未定义',
'_WAITING_GOTO_EXIST_'=> '请等待系统转向...',
'_OPERATION_FAIL_'=>'操作失败!',
'_OPERATION_SUCCESS_'=>'操作成功!',
'_INSERT_SUCCESS_'=>'新增成功',
'_INSERT_FAIL_'=>'新增失败',
'_SELECT_NOT_EXIST_'=>'要编辑的项目不存在!',
'_UPDATE_SUCCESS_'=>'更新成功',
'_UPDATE_FAIL_'=>'更新失败',
'_DELETE_SUCCESS_'=>'删除成功',
'_DELETE_FAIL_'=>'删除失败',
'_EXPRESS_ERROR_'=>'表达式错误',
);

english:
return array
(
// Core
'_PAGE_ERROR'=> 'Page error',
'_MODULE_NOT_EXIST_'=> 'Unable to load module',
'_ERROR_ACTION_'=> 'Error Action',
'_LANGUAGE_NOT_LOAD_'=> 'Unable to load language pack',
'_TEMPLATE_NOT_EXIST_'=> 'Template does not exist',
'_MODULE_'=>'Module',
'_ACTION_'=>'Action',
'_ACTION_NOT_EXIST_'=>'Controller does not exist or is not defined',
'_MODEL_NOT_EXIST_'=>'Model does not exist or is not defined',
'_VALID_ACCESS_'=>'Invalid Access',
'_XML_TAG_ERROR_'=>'XML tag syntax error',
'_DATA_TYPE_INVALID_'=>'Illegal data object!',
'_OPERATION_WRONG_'=>'Operation Error',
'_ERROR_INFO_'=>'Error message:',
'_ERROR_URL_'=>'Error page:',
'_ERROR_TYPE_'=>'Error Type:',
'_ERROR_TRACE_'=>'Bug Tracking:',
'_NOT_LOAD_DB_'=>'Unable to load database',
'_NOT_SUPPORT_DB_'=>'Systems do not support the database',
'_NO_DB_CONFIG_'=>'Database configuration is not defined',
'_NOT_SUPPERT_'=>'System does not support',
'_CACHE_TYPE_INVALID_'=>'Invalid cache type',
'_FILE_NOT_WRITEABLE_'=>'Directory (files) cnot writable',
'_METHOD_NOT_EXIST_'=>'Method does not exist',
'_CLASS_NOT_EXIST_'=>'Class does not exist',
'_DB_TYPE_NOT_EXIST_'=> 'Database type not specified or class for specified database type does not exist!',
'_DB_CONNECT_ERROR_'=> 'Database Connection failed!',
'_CLASS_CONFLICT_'=>'Class has already been defined',
'_TEMPLATE_ERROR_'=>'Template engine error!',
'_CACHE_WRITE_ERROR_'=>'Failed to write cache file!',
'_TAGLIB_NOT_EXIST_'=>'Undefined tag library',
'_WAITING_GOTO_EXIST_'=> 'Please wait for system to ...',
'_OPERATION_FAIL_'=>'Operation failed!',
'_OPERATION_SUCCESS_'=>'Operation successful!',
'_INSERT_SUCCESS_'=>'Insert successful',
'_INSERT_FAIL_'=>'Insert failed',
'_SELECT_NOT_EXIST_'=>'The selected item does not exist!',
'_UPDATE_SUCCESS_'=>'Update successful',
'_UPDATE_FAIL_'=>'Update failed',
'_DELETE_SUCCESS_'=>'Delete successful',
'_DELETE_FAIL_'=>'Delete failed',
'_EXPRESS_ERROR_'=>'Expression error',
);

Not too bad eh?

Alot of documentation isn't necessary cuz the code is pretty straight forward.

u can try for yourself, and i just typed "google language tools" in the address bar using opera browser and copied the address of the first link and pasted it in the last post. Are you that adamant about proving a point? Please if you have nothing constructive to add the discussion then refrain from posting.

*NB* and if you really think i'm spamming, don't you think you are helping by adding comments?


Messages In This Thread
Why CI? - by El Forum - 05-31-2009, 08:30 PM
Why CI? - by El Forum - 05-31-2009, 08:48 PM
Why CI? - by El Forum - 05-31-2009, 08:52 PM
Why CI? - by El Forum - 05-31-2009, 09:04 PM
Why CI? - by El Forum - 05-31-2009, 09:49 PM
Why CI? - by El Forum - 05-31-2009, 09:51 PM
Why CI? - by El Forum - 05-31-2009, 10:17 PM
Why CI? - by El Forum - 05-31-2009, 10:22 PM
Why CI? - by El Forum - 05-31-2009, 10:30 PM
Why CI? - by El Forum - 06-01-2009, 12:03 AM
Why CI? - by El Forum - 06-01-2009, 12:03 AM
Why CI? - by El Forum - 06-01-2009, 12:41 AM
Why CI? - by El Forum - 06-01-2009, 12:53 AM
Why CI? - by El Forum - 06-01-2009, 01:15 AM
Why CI? - by El Forum - 06-01-2009, 01:23 AM
Why CI? - by El Forum - 06-01-2009, 01:38 AM
Why CI? - by El Forum - 06-01-2009, 02:26 AM
Why CI? - by El Forum - 06-01-2009, 02:39 AM
Why CI? - by El Forum - 06-01-2009, 02:52 AM
Why CI? - by El Forum - 06-01-2009, 03:00 AM
Why CI? - by El Forum - 06-01-2009, 03:11 AM
Why CI? - by El Forum - 06-01-2009, 03:20 AM
Why CI? - by El Forum - 06-01-2009, 03:26 AM
Why CI? - by El Forum - 06-01-2009, 01:50 PM
Why CI? - by El Forum - 06-02-2009, 10:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB