|
2 | 2 | // +---------------------------------------------------------------------- |
3 | 3 | // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] |
4 | 4 | // +---------------------------------------------------------------------- |
5 | | -// | Copyright (c) 2006-2013 http://thinkphp.cn All rights reserved. |
| 5 | +// | Copyright (c) 2006-2014 http://thinkphp.cn All rights reserved. |
6 | 6 | // +---------------------------------------------------------------------- |
7 | 7 | // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 ) |
8 | 8 | // +---------------------------------------------------------------------- |
|
13 | 13 | * ThinkPHP English language package |
14 | 14 | */ |
15 | 15 | return array( |
16 | | - /* core language pachage */ |
| 16 | + /* core language pachage */ |
17 | 17 | '_MODULE_NOT_EXIST_' => "Module can't be loaded", |
18 | | - '_CONTROLLER_NOT_EXIST_' => "Controler can't be loaded", |
| 18 | + '_CONTROLLER_NOT_EXIST_' => "Controler can't be loaded", |
19 | 19 | '_ERROR_ACTION_' => 'Illegal Action', |
20 | 20 | '_LANGUAGE_NOT_LOAD_' => "Can't load language package", |
21 | 21 | '_TEMPLATE_NOT_EXIST_' => "Template does't exist", |
|
33 | 33 | '_NOT_SUPPERT_' => 'The system does not support', |
34 | 34 | '_CACHE_TYPE_INVALID_' => 'Unable to load the cache type', |
35 | 35 | '_FILE_NOT_WRITEABLE_' => 'Directory (file) is not writable', |
36 | | - '_METHOD_NOT_EXIST_' => 'The method you requested does not exist!', |
| 36 | + '_METHOD_NOT_EXIST_' => 'The method you requested does not exist!', |
37 | 37 | '_CLASS_NOT_EXIST_' => 'Instantiating a class does not exist!', |
38 | 38 | '_CLASS_CONFLICT_' => 'Class name conflicts', |
39 | 39 | '_TEMPLATE_ERROR_' => 'Template Engine errors', |
40 | 40 | '_CACHE_WRITE_ERROR_' => 'Cache file write failed!', |
41 | 41 | '_TAGLIB_NOT_EXIST_' => 'Tag library is not defined', |
42 | | - '_OPERATION_FAIL_' => 'Operation failed!', |
43 | | - '_OPERATION_SUCCESS_' => 'Operation successed!', |
44 | | - '_SELECT_NOT_EXIST_' => 'Record does not exist!', |
| 42 | + '_OPERATION_FAIL_' => 'Operation failed!', |
| 43 | + '_OPERATION_SUCCESS_' => 'Operation successed!', |
| 44 | + '_SELECT_NOT_EXIST_' => 'Record does not exist!', |
45 | 45 | '_EXPRESS_ERROR_' => 'Expression errors', |
46 | 46 | '_TOKEN_ERROR_' => "Form's token errors", |
47 | 47 | '_RECORD_HAS_UPDATE_' => 'Record has been updated', |
|
0 commit comments