| <?php | 
|   | 
| return array( | 
|     /** ---------------------- framework translation - developer ---------------------- **/ | 
|     'service ({service}) illegal' => 'service ({service}) illegal', | 
|     'no such service as {service}' => 'no such service as {service}', | 
|     'mcrypt_module_open with {cipher}' => 'mcrypt_module_open with {cipher}', | 
|     'No table map config for {tableName}' => 'No table map config for {tableName}', | 
|     'Call to undefined method PhalApi_DI::{name}() .' => 'Call to undefined method PhalApi_DI::{name}() .', | 
|     "miss {name}'s enum range" => "miss {name}'s enum range", | 
|     '{name} should be in {range}, but now {name} = {value}' => '{name} should be in {range}, but now {name} = {value}', | 
|     "min should <= max, but now {name} min = {min} and max = {max}" => 'min should <= max, but now {name} min = {min} and max = {max}', | 
|     '{name} should >= {min}, but now {name} = {value}' => '{name} should >= {min}, but now {name} = {value}', | 
|     'miss name for rule' => 'miss name for rule', | 
|     '{name} require, but miss' => '{name} require, but miss', | 
|     'PhalApi_Api::${name} undefined' => 'PhalApi_Api::${name} undefined', | 
|     'Bad Request: {message}' => 'Bad Request: {message}', | 
|     'Interal Server Error: {message}' => 'Interal Server Error: {message}', | 
|     "{name}'s enum range can not be empty" => "{name}'s enum range can not be empty", | 
|     'DI()->filter should be instanceof PhalApi_Filter' => 'DI()->filter should be instanceof PhalApi_Filter', | 
|     'wrong sign' => 'wrong sign', | 
|     'invalid type: {type} for rule: {name}' => 'invalid type: {type} for rule: {name}', | 
|     'invalid callback for rule: {name}' => 'invalid callback for rule: {name}', | 
|     'redis config key [socket] not found' => 'redis config key [socket] not found', | 
|     '{name} can not match {regex}'  => '{name} can not match {regex}', | 
|     'missing {name} extension' => 'missing {name} extension', | 
| ); |