EasyEstimates for languages other than English
EasyEstimates adminsitration is completely in English but the customer interface can be tailored to display messages in any language.
EasyEstimates allows for great flexibility in changing messages to fit your company's requirements. This allows nearly all messages to be changed to non-English language versions from the EasyEstimates administrative interface.
Non-English Overrides
EasyEstimates does contain a few English words used for system messages that can be overridden by setting system pararmeters. These system parameters can be added to the config2.lib.php file in the config sub-directory. The format for all the parameters is: define('keyword','parameter');
The following table lists all available keywords, the English default parameter, and how it is used.
| Keyword | English Value | Usage |
| phpmax | php maximum file size exceeded | Used within file upload, indicates the system limit on php file uploads was exceeded |
| partialfile | partial file upload | Used within file upload, indicates the enntire file was system not successfully uoloaded |
| uploadyes | Yes | Used within file upload, indicates a file was uploaded |
| uploadno | No | Used within file upload, indicates a file was not uploaded |
| uploadmsg | File Uploaded: | Used within file uploads |
| lengthlimit | Length limit: | Used within the contact form for long fields |
| cursize | Current size: | Used within the contact form for long fields |
| invalidnum | is not a valid number | Used when checking a numeric input value. |
| inquantity | Quantity: | Used within emails |
| wordcount | Word count: | Used within estimates and emails |
| words | : Words: | Used within previews and emails |
| characters | : Characters: | Used within previews and emails |
| datesep | / | Used within previews and emails |
| day | Day | Used within date selections |
| month | Month | Used within date selections |
| year | Year | Used within date selections |
| hour | Hour | Used within date selections |
| minute | Minute | Used within date selections |
| novalue | No Value | Used when there are no selections available in a block select or multi-select |
| $DayCol | Array("S","M", "T", "W", "T", "F", "S"); | Used within the pop-up Calendar |
| $MonthCol | Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov", "Dec"); | Used within the pop-up calendar |