internationalized
[mir.git] / templates-dist / producer / content.template
index 632a013..702ae14 100755 (executable)
@@ -1,6 +1,6 @@
 <html>
 <head>
-<title>mir.indymedia.de: ${content.title}</title>
+<title>${lang("producer.content.htmltitle")}${content.title}</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="/style/mir.css" type="text/css">
                        <if data.content.to_media_images>
@@ -73,7 +73,7 @@
               <p>
                 <img src="/img/${media["big_icon"]}" border="0" alt="">
                 <a href="${audio["publish_server"]}${audio["publish_path"]}">
-                ${audio["title"]}</a>
+                ${audio["title"]} - ${media["descr"]}</a>
               </p>
             </list>
           </list>
@@ -82,7 +82,7 @@
               <p>
                 <img src="/img/${media["big_icon"]}" border="0" alt="">
                 <a href="${video["publish_server"]}${video["publish_path"]}">
-                ${video["title"]}</a>
+                ${video["title"]} - ${media["descr"]}</a>
               </p>
             </list>
           </list>
@@ -91,7 +91,7 @@
               <p>
                 <img src="/img/${media["big_icon"]}" border="0" alt="">
                 <a href="${other["publish_server"]}${other["publish_path"]}">
-                ${other["title"]}</a>
+                ${other["title"]} - ${media["descr"]}</a>
               </p>
             </list>
           </list>
                            <td>
                             <font size="-1">
                             <if content.creator_email>
-                            <img src="/images/mail_small.gif" width="12" height="10" border="0" alt="-"> eMail: <a href="mailto:${data.content.creator_email}">${data.content.creator_email}</a><br>
+                            <img src="/images/mail_small.gif" width="12" height="10" border="0" alt="-"> ${lang("producer.content.email")}: <a href="mailto:${data.content.creator_email}">${data.content.creator_email}</a><br>
                             </if>
                             <if content.creator_main_url>
-                            <img src="/images/link_small.gif" width="12" height="10" border="0" alt=""> Homepage: <a href="${data.content.creator_main_url}" target="extern">${data.content.creator_main_url}</a><br>
+                            <img src="/images/link_small.gif" width="12" height="10" border="0" alt=""> ${lang("producer.content.homepage")}: <a href="${data.content.creator_main_url}" target="extern">${data.content.creator_main_url}</a><br>
                             </if>
                             </font>
                            </td>
                     <tr><td>&nbsp;</td></tr>
                     <tr>
                       <td><a href="${config.openAction}?do=addcomment&aid=${data.content.id}">
-                          Make a quick comment on this article</a>
+                          ${lang("producer.content.comment")}</a>
                       </td>                
                     </tr>
                     <if data.content.to_comments>
                         <if c.email || c.main_url> 
                           <if c.email>
                            <br>
-                           <img src="/images/mail_small.gif" width="12" height="10" border="0" alt="">eMail: <a href="mailto:${c.email}"> ${c.email}</a>
+                           <img src="/images/mail_small.gif" width="12" height="10" border="0" alt="">${lang("producer.content.email")}: <a href="mailto:${c.email}"> ${c.email}</a>
                            </if>
                           <if c.main_url>
                            <br>
                            <img src="/images/link_small.gif" width="12" height="10" border="0" alt="">
-                           Homepage: <a href="${c.main_url}" target="extern"> ${c.main_url}</a>
+                           ${lang("producer.content.homepage")}: <a href="${c.main_url}" target="extern"> ${c.main_url}</a>
                            </if>
                          </if>
                         </td>