src/locale/en.php
<?php
return array(
'message_incompatible_types' => 'The value has to be of the type %s, but currently is of the type %s instead.',
'message_must_be_positive_number' => 'Expected positive number value, found \'%s\' instead.',
'message_must_not_be_negative' => 'Expected positive number value or zero, found \'%s\' instead.',
'message_config_field_not_found' => 'Config field %s has not been defined!',
'message_nonexistent_property' => 'The property %s doesn\'t exist in the class %s!"',
'message_factory_class_not_initialized' => 'Factory class %s is not initialized!',
'message_factory_class_expected_in_namespace' => 'The factory class %s must be in the %s namespace.',
'message_factory_class_expected_ancestor' => 'The factory class %s has to extend the abstract class %s!',
'message_cannot_set_growth_value_on_zero_growth_type' => 'You cannot set the $stockAnnualDividendsGrowth on the zero-growth type discount dividend model calculator!',
'message_vir_must_be_higher_than_growth_value' => 'The stock\'s valuation interest rate has to be higher than the stock\'s annual dividend growth',
'message_must_set_growth_value' => 'You have to set the $stockAnnualDividendsGrowth for the multiple growth model!',
'message_must_define_manufactured_class_name' => 'String class constant MANUFACTURED_CLASS_NAME has to be defined in this factory class!',
'message_class_not_defined' => 'Class %s not defined',
'message_invalid_type_specified' => 'Invalid type specified!',
'message_start_date_must_be_before_end_date' => 'Start date has to be lower than the end date!',
'message_day_count_convention_not_defined' => 'The day count convention is not defined properly in the config!',
'message_propresultarray_not_supplied' => '$propResultArray has not been supplied neither by the argument, nor by the class field',
'message_method_does_not_exist' => 'Method %s doesn\'t exist in the class %s!'
);