Skip to content

Commit

Permalink
Bug Fixes & More
Browse files Browse the repository at this point in the history
  • Loading branch information
Vodhin authored Oct 4, 2024
1 parent 63d8100 commit fc74cf2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions languages/English/English_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,17 @@
define("EST_PREF_DEFPUBHRS","Default Public Hours");
define("EST_PREF_DEFPUBHRSHLP","The default Public hours for creating a New Property Listing. Each Property Listing's hours can be customized");


define("EST_PREF_DIMU1","Units Of Measure");
define("EST_PREF_DIMU1A","Imperial");
define("EST_PREF_DIMU1B","Metric");
define("EST_PREF_DIMU1HLP","Set the default Unit Of Measure");

define("EST_PREF_DIMU2","Land Measurement");
define("EST_SQFOOTX","Sq Feet");
define("EST_SQMTRX","Sq Meeter");
define("EST_PREF_DIMU2HLP","Set the default Unit Of Land Measurement");

define("EST_PREF_EVENTNAME","Event Name");
define("EST_PREF_EVENTLEN","Event Length");

Expand All @@ -429,6 +440,7 @@
define("EST_PREF_MAPLISTABOVE","Map Above Listings");
define("EST_PREF_MAPLISTBELOW","Map Below Listings");


define("EST_PREF_MAPAGENCY","Include Agency Pins");
define("EST_PREF_MAPAGENCYHLP","Include nearby Agency Pins in the Map on the View Page");
define("EST_PREF_MAPAGENCY_NO","No Agency Pins");
Expand All @@ -450,6 +462,15 @@
define("EST_PREF_MAPURL","Remote URL");
define("EST_PREF_MAPURLRESET","Reset URL");
define("EST_PREF_MAPURLHLP","This key is provided by Leaflet and used to authenticate the cross-origin javascript files when your website uses the HTTPS protocal");


define("EST_PREF_MAPINCLPROP","List View Pins");
define("EST_PREF_MAPINCLPROPHLP","Show or hide Pins for properties not listed as For Sale. Pins for Off Market properties are always excluded.");
define("EST_PREF_MAPINCLPROPOPT0","Include Pins for All Properties");
define("EST_PREF_MAPINCLPROPOPT1","Hide Sold Properties");
define("EST_PREF_MAPINCLPROPOPT2","Hide Sold & Pending Properties");


define("EST_PREF_MULTICOMP","Multi-Company");
define("EST_PREF_MULTICOMPHLP","When Enabled you canlist Agencies from different Companies. When Disabled all Agencies belong to a single company");

Expand Down
3 changes: 2 additions & 1 deletion languages/English/English_global.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
define("EST_GEN_HIDE", "Hide");
define("EST_GEN_HOA","HOA");
define("EST_GEN_HOADEF1","General HOA Information");
define("EST_GEN_HOADEF2","Property Specific HOA Information");
define("EST_GEN_HOADEF2","Property Specific Information");
define("EST_GEN_HOMEOWNASS","Home Owners Association");
define("EST_GEN_HOAAPPR1","HOA Approval Required");
define("EST_GEN_HOAAPPR2","Buyer must meet requirements set by the Home Owners Association.");
Expand Down Expand Up @@ -439,6 +439,7 @@
define("EST_PROP_HOADISCLAIMER1","Association fees may vary between properties in the development and are subject to change.");
define("EST_PROP_HOADISCLAIMER2","Please review your closing documents carefully before signing.");
define("EST_PROP_HOADISCLAIMER3","There may be requirements that occupants must meet in order to purchase and/or live within the community. A common example of this is a retirement community where occupants must be 55 or more years old.");
define("EST_PROP_HOADISCLAIMER4","A Land Lease is where you pay rent for the land that the dwelling resides upon and may or may not be included in HOA fees. A typical example is for the parking spot for a mobile home.");

define("EST_PROP_HOAMEMBERSHIP","HOA Membership");
define("EST_PROP_HOANAME","HOA Name");
Expand Down

0 comments on commit fc74cf2

Please sign in to comment.