/*
* SPF PHP interface to AngularJS - English translation
* (c)2016 [Removed] - all rights reserved
*
* @author Dario Fumagalli <removed>
*/
return array(
'STR_RESULT_NO_MATCHING_DESC' => 'No description available',
'STR_RESULT_SUCCESS' => 'Operation success',
'STR_RESULT_FAILURE' => 'Operation failure',
'STR_RESULT_OUT_OF_BOUNDS' => 'Input parameter value out of bounds',
'STR_RESULT_NOT_FOUND' => 'Value not found',
'STR_RESULT_INVALID_VALUE' => 'Entered value is not allowed',
'STR_RESULT_DATABASE_ERROR' => 'Database error during operation',
'STR_RESULT_KEY_NOT_FOUND' => 'Key does not match with any value',
'STR_ERROR_GT0' => 'Integer value greater than zero required',
'STR_ERROR_OUT_OF_BOUNDS' => 'Value out of bounds',
);
[globals]
DEBUG=3
CACHE="memcache=localhost:11211"
UI="ui/;src/[Removed]/View/"
LOCALES="src/[Removed]/Language/"
PREFIX="DICT."
FALLBACK="en"
SELF_URL=[Removed]
RSPP_PATH=src/[Removed]/
; Development server MySQL dsn
spf.db.dsn="mysql:host=127.0.0.1;dbname=[Removed]"
spf.db.username="[Removed]"
spf.db.password="[Removed]"
[routes]
GET|POST /controller-base-json-request-dump=\[Removed]\Controller\ControllerBase->dumpJSONRequest
GET|POST /controller-spf-base-json-request-dump=\[Removed]\Controller\ControllerSPFBase->dumpJSONRequest
GET|POST /spf-session-session-create/@key/@value=\[Removed]\Helper\DebugClass->sessionCreate
GET|POST /spf-session-session-dump=\[Removed]\Helper\DebugClass->sessionDump
GET|POST /spf-session-session-destroy=\[Removed]\Helper\DebugClass->sessionDestroy
[globals]
LOCALES="src/RSPPItalia/Language/",3600
preg_split() expects parameter 2 to be string, array given
[php/lib/base.php:2068] Base->error() [php/lib/base.php:610] preg_split() [php/lib/base.php:989] Base->split() [php/lib/base.php:368] Base->lexicon() [php/index.php:25] Base->config()
[globals]
LOCALES="src/RSPPItalia/Language/,3600"
foreach ($lex as $key=>$val) { $ref=&$this->ref($this->hive['PREFIX'].$key); $ref=$val; unset($ref); }