From ed6518319b2c5a6c7913b633a52f004663fe3242 Mon Sep 17 00:00:00 2001 From: nikrou Date: Tue, 23 Mar 2010 21:50:29 +0000 Subject: Fixed missing keys in nbm replace script must use language/templates files and not english git-svn-id: http://piwigo.org/svn/trunk@5295 68402e56-0260-453c-a942-63ccdbb3a9ee --- .../default/template/mail/text/html/notification_by_mail.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'themes/default/template/mail/text/html') diff --git a/themes/default/template/mail/text/html/notification_by_mail.tpl b/themes/default/template/mail/text/html/notification_by_mail.tpl index a5639417a..b8ccd8fc7 100644 --- a/themes/default/template/mail/text/html/notification_by_mail.tpl +++ b/themes/default/template/mail/text/html/notification_by_mail.tpl @@ -1,6 +1,6 @@

{'Notification'|@translate}

-

{'Hello '|@translate}{$USERNAME},

+

{'Hello'|@translate} {$USERNAME},

{if isset($subscribe_by_admin)}

{'The webmaster has subscribed you to receiving notifications by mail.'|@translate}

@@ -15,10 +15,10 @@

{'You have unsubscribed from receiving notifications by mail.'|@translate}

{/if} {if isset($content_new_elements_single)} -

{'New elements were added '|@translate}{' on '|@translate}{$content_new_elements_single.DATE_SINGLE}.

+

{'New elements were added '|@translate} {'on'|@translate} {$content_new_elements_single.DATE_SINGLE}.

{/if} {if isset($content_new_elements_between)} -

{'New elements were added '|@translate}{' between '|@translate}{$content_new_elements_between.DATE_BETWEEN_1}{' and '|@translate}{$content_new_elements_between.DATE_BETWEEN_2}.

+

{'New elements were added '|@translate} {'between'|@translate} {$content_new_elements_between.DATE_BETWEEN_1} {'and'|@translate} {$content_new_elements_between.DATE_BETWEEN_2}.

{/if} {if not empty($global_new_lines)} @@ -34,14 +34,14 @@ {/if} {if not empty($GOTO_GALLERY_TITLE)} -

{'Go to '|@translate}{$GOTO_GALLERY_TITLE}.

+

{'Go to'|@translate} {$GOTO_GALLERY_TITLE}.

{/if}

{'See you soon,'|@translate}

{$SEND_AS_NAME}



-{'To unsubscribe'|@translate}{', click on '|@translate}{$UNSUBSCRIBE_LINK}
-{'To subscribe '|@translate}{', click on '|@translate}{$SUBSCRIBE_LINK}
+{'To unsubscribe'|@translate}{', click on'|@translate} {$UNSUBSCRIBE_LINK}
+{'To subscribe '|@translate}{', click on'|@translate} {$SUBSCRIBE_LINK}
{'If you encounter problems or have any question, please send a message to'|@translate} {$CONTACT_EMAIL}


-- cgit v1.2.3