var strings = {
page_title: "SFG Planner - Design Square Foot Garden online"
,header_title: "Plan, Print, Plant!"
,page_home: "Home"
,page_plan: "Plan your garden"
,page_about: "About"
,page_signin: "Sign in"
,page_signout: "Sign out"
,page_feedback: "Feedback"
,page_privacy: "Privacy Policy"
,page_print: "Print your garden plan"
,page_zoomin: "Zoom In"
,page_zoomout: "Zoom Out"
,slide1: "Plan smarter, grow even more"
,slide2: "Easy to plan for continuous harvest and still maintain full utilization"
,slide3: "Keep track and improve"
,slide4: "Amazing results"
,howto_text: "
Design your SFG garden online
"
+ "SFG Planner is created specifically for Square Foot Gardening.
"
+ "Now you can plan your Square Foot Garden online, quickly and easily, and get maximum results.
"
+ "Step 1: Define the garden beds
"
+ "Click and drag on the design surface to define your garden beds. A typical SFG garden bed is 4X4. You can move garden beds around by dragging them with a mouse. "
+ "If you need to delete a garden bed, right-click on it and select \"Delete bed\"."
+ "Step 2: Pick crops to plant in each square
"
+ "Click on a square. Type a crop name, or pick from a list. If you need to change the planting date or other properties, click 'Edit'."
+ "You can specify multiple subsequent crops by clicking Replant button."
+ "Step 3: Print your garden plan
"
+ "Select Print button at the top to print your garden bed. Make sure to use Print Preview so that your garden plan prints as you desire. "
,howto_button: "START PLANNING YOUR GARDEN >>"
,about_sfg: "About Square Foot Gardening
"
+ "Square foot gardening method was developed by Mel Bartholomew and is described in his book \"All New Square Foot Gardening\".
"
+ "If you're just starting your vegetable garden, or if you're tired of hard work with your existing garden, SFG is your best bet."
+ "
Highlights
"
+ " "
+ " - Uses raised beds, subdivided into squares of 1' X 1' size (or 30cm X 30cm).
"
+ " - Each square may contain a different crop.
"
+ " - The number of plants in each square depends on the crop, for example: 16 radishes, or 9 carrots, or 1 tomato.
"
+ " - Uses a special soil mix, containing 1/3 compost blend, 1/3 peat moss, 1/3 vermiculite.
"
+ "
"
+ " Advantages
"
+ " "
+ " - Requires little space
"
+ " - Easy to understand and follow
"
+ " - Way less work than traditional methods
"
+ " - 5 times the harvest, 50% the cost, 10% the water
"
+ "
"
+ " Additional Resources
"
+ " Video: Mel Bartholomew - Introducing Square Foot Gardening
"
+ " Wikipedia: Square Foot Gardening
"
+ " SFG Foundation"
+ ""
+ ""
+ " Mel's book on Amazon.com:
"
+ "

"
+ "
"
,about_text: "About SFG Planner
"
+ ""
+ "Now you can plan your Square Foot Garden online, quickly and easily, and get maximum results.
"
+ "SFG Planner is designed specifically for Square Foot Gardening, and it is FREE!
"
+ "
"
,feedback_text: "Quick Feedback
"
+ "Bugs? Suggestions? Please let us know!
"
//feedback
,send: "Send"
,sending: "Sending ..."
,sent_message: "Your feedback was received!
"
+ "Thank you!
"
,feedback_error: "An error occurred while submitting your message. Please try again!"
//login
,signin_tooltip: "Sign in using a Google account to make your garden plan accessible from anywhere. Your current changes will be stored in your account."
,signout_tooltip: "Signed in as: "
//square editor
,square_editor_title: "Plant square(s)"
,crop: "Crop:"
,accept: "Accept"
,not_in_catalog: "Not in the catalog?
Just type it and hit Enter, or click Accept."
,plants_per_square: "Plants/square"
,plant_date: "Plant date"
,days_to_harvest: "Days to harvest"
,harvest_duration: "Harvest duration (days)"
,yield: "Yield (pounds per plant)"
,planted: "Planted"
,harvested: "Harvested"
,notes: "Notes:"
,replant: "Replant at"
,perennial: "perennial"
//design
,click_and_drag: "Click & drag to draw a garden bed"
,click_to_bed: "Click to place a garden bed"
,click_to_plant: "Click to plant, right-click for actions"
,click_multiple: "Select multiple squares using Ctrl-click or Shift-click"
//summary
,total_beds: "Beds"
,total_sqft: "Total Squares"
,planted_sqft: "Planted Squares"
//plants
,Asparagus: "Asparagus"
,Beet: "Beet"
,Carrot: "Carrot"
//common
,ok: "OK"
,cancel: "Cancel"
,edit: "Edit"
,shortMonthNames: ['Jan', 'Feb', 'March', 'April', 'May', 'June', 'July', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
,shortMonth: function(month) { return this.shortMonthNames[month]; }
,formatShortDate: function (d) {
if (d) {
var month = this.shortMonth(d.getMonth());
var day = d.getDate();
return month + ' ' + day;
}
return '';
}
,formatWeeksNumber: function(number) {
if (number == 1)
return "week";
else if (number % 10 == 1 && number != 11)
return number + " week";
else
return number + " weeks";
}
};