Adding translations for shop front trials

This commit is contained in:
Lynne Davis
2016-03-16 12:35:45 +00:00
parent 4fc33c7da2
commit 51629cd0c0
3 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
- if enterprise
-if shop_trial_in_progress?(enterprise)
#trial_progress_bar
= t(:shop_trial_in_progress, days: remaining_trial_days(enterprise))
= "#{t(:shop_trial_expires_in)} #{remaining_trial_days(enterprise)}."
-elsif shop_trial_expired?(enterprise)
#trial_progress_bar
= t(:shop_trial_expired)
= t(:shop_trial_expired_notice)

View File

@@ -1037,3 +1037,7 @@ Please follow the instructions there to make your enterprise visible on the Open
resumed: resumed
returned: returned
skrill: skrill
shop_trial_length: "Shop Trial Length (Days)"
shop_trial_length: "Shop Trial Length (Days)"
shop_trial_expires_in: "Your shopfront trial expires in"
shop_trial_expired_notice: "Open Food Network UK is currently free while we prepare for our soft launch in April, 2016."

View File

@@ -1041,3 +1041,6 @@ Please follow the instructions there to make your enterprise visible on the Open
resumed: resumed
returned: returned
skrill: skrill
shop_trial_length: "Shop Trial Length (Days)"
shop_trial_expires_in: "Your shopfront trial expires in"
shop_trial_expired_notice: "Good news! We have decided to extend shopfront trials until further notice (probably around March 2015)."