A good title is important to the success of your campaign. reddit users are an intelligent, thoughtful group, and reward those who engage them
+
${_("A good title is important to the success of your campaign. reddit users are an intelligent, thoughtful group, and reward those who engage them.")}
${_("Provide the URL of your ad. No redirects please!")}
%if enable_override:
-
+
-
Choose a different domain name to display on the site (the small grey text next to a link
+
${_("Choose a different domain name to display on the site (the small grey text next to a link")}
%endif
%utils:line_field>
@@ -158,7 +158,7 @@ ${self.javascript_setup()}
<%def name="image_field(link)">
<%utils:line_field title="${_('look and feel')}"
- description="images will be resized if larger than 70 x 70 pixels"
+ description="${_('images will be resized if larger than 70 x 70 pixels')}"
css_class="rounded">
${checkbox("media-override",
- "media override (adds an onclick to the link to generate a drop-down rather than a link out)",
+ _("media override (adds an onclick to the link to generate a drop-down rather than a link out)"),
getattr(link, "media_override", False) or False)}
@@ -244,9 +244,9 @@ ${self.javascript_setup()}
- This dashboard allows you to easily place ads on reddit.
- You can target a specific community or simply run on the main
- page.
+ ${_("This dashboard allows you to easily place ads on reddit. "
+ "You can target a specific community or simply run on the main "
+ "page.")}
@@ -260,15 +260,15 @@ ${self.javascript_setup()}
<%
- start_title = "Date when your sponsored link will start running. We start new campaigns at midnight UTC+5"
- end_title = "Date when your sponsored link will end (at midnight UTC+5)"
- targeting_title = "name of the community that you are targeting. A blank entry here means that the ad is untargeted and will run site-wide "
- newcamp_title = "click to create a new campaign. To edit an existing campaing in the table below, click the 'edit' button."
+ start_title = _("Date when your sponsored link will start running. We start new campaigns at midnight UTC+5")
+ end_title = _("Date when your sponsored link will end (at midnight UTC+5)")
+ targeting_title = _("name of the community that you are targeting. A blank entry here means that the ad is untargeted and will run site-wide ")
+ newcamp_title = _("click to create a new campaign. To edit an existing campaing in the table below, click the 'edit' button.")
%>