From 48024d2b771acca14bd165ec1adeab625b4ff48b Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Mon, 6 Aug 2018 10:42:31 +1000 Subject: [PATCH] Update lang strings (#185) --- element/daterange/lang/en/customcertelement_daterange.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/element/daterange/lang/en/customcertelement_daterange.php b/element/daterange/lang/en/customcertelement_daterange.php index 532739f..81d9ddf 100644 --- a/element/daterange/lang/en/customcertelement_daterange.php +++ b/element/daterange/lang/en/customcertelement_daterange.php @@ -32,8 +32,8 @@ $string['dateitem'] = 'Date item'; $string['dateitem_help'] = 'This will be the date that is printed on the certificate'; $string['dateranges'] = 'Dateranges'; $string['fallbackstring'] = 'Fallback string'; -$string['fallbackstring_help'] = 'This string will be displayed if no daterange applied to a date. If Fallback string is not set, then there will be no output at all.'; -$string['help'] = 'Configure a string representation for each daterange. Set start and end dates as well as a string you would like to transform each range to. Make sure your ranges do not overlap, otherwise the first detected daterange will be applied. If no daterange applied to a date, then Fallback string will be displayed. If Fallback string is not set, then there will be no output at all. If you mark a date range as Recurring, then the configured year will not be considerred and the current year will be used. Also there are {{first_year}} and {{last_year}} and {{current_year}} placeholders that could be used in the string representation. The placeholders will be replaced by first year or last year in the matched range or the current year.'; +$string['fallbackstring_help'] = 'This string will be displayed if no daterange applies to a date. If Fallback string is not set, then there will be no output at all.'; +$string['help'] = 'Configure a string representation for each daterange. Set start and end dates as well as a string you would like to transform each range to. Make sure your ranges do not overlap, otherwise the first detected daterange will be applied. If no daterange applied to a date, then Fallback string will be displayed. If Fallback string is not set, then there will be no output at all. If you mark a date range as Recurring, then the configured year will not be considered and the current year will be used. As the year of a recurring date range is not considered, you are not allowed to configure a recurring date range with more than 12 months as it would become ambiguous otherwise. Also there are {{first_year}} and {{last_year}} and {{current_year}} placeholders that could be used in the string representation. The placeholders will be replaced by first year or last year in the matched range or the current year.'; $string['issueddate'] = 'Issued date'; $string['maxranges'] = 'Maximum number ranges'; $string['maxranges_desc'] = 'Set a maximum number of date ranges per each element'; @@ -46,6 +46,6 @@ $string['daterange'] = 'Daterange {$a}'; $string['error:enabled'] = 'You must have at least one datarange enabled'; $string['error:datestring'] = 'You must provide string representation for the enabled datarange'; $string['error:enddate'] = 'End date must be after Start date'; -$string['error:recurring'] = 'Recurring range should not be longer than 12 months'; +$string['error:recurring'] = 'Recurring range must not be longer than 12 months'; $string['preview'] = 'Preview {$a}'; $string['recurring'] = 'Recurring?';