raiseArgumentError,"Only #{total_series} series available for this track."unlessseries.between?(0,total_series-1)
@group=group
@series=series
@format=format
end
attr_accessor:format
defsubject_line
raiseNotImplementedError
end
...
...
@@ -66,9 +68,9 @@ module Gitlab
defprogress
ifGitlab.com?
s_('InProductMarketing|This is email %{series} of 3 in the %{track} series.')%{series: series+1,track: track.to_s.humanize}
s_('InProductMarketing|This is email %{current_series} of %{total_series} in the %{track} series.')%{current_series: series+1,total_series: total_series,track: track.to_s.humanize}
else
s_('InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}.')%{series: series+1,track: track.to_s.humanize,unsubscribe_link: unsubscribe_link}
s_('InProductMarketing|This is email %{current_series} of %{total_series} in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}.')%{current_series: series+1,total_series: total_series,track: track.to_s.humanize,unsubscribe_link: unsubscribe_link}
msgid "InProductMarketing|That's all it takes to get going with GitLab, but if you're new to working with Git, check out our %{basics_link} for helpful tips and tricks for getting started."
msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgid "InProductMarketing|This is email %{current_series} of %{total_series} in the %{track} series."
msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
msgid "InProductMarketing|This is email %{current_series} of %{total_series} in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
msgstr ""
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"