From 2e890e9597da29346a1fbe0db45f48e4a2be86e7 Mon Sep 17 00:00:00 2001 From: nikrou Date: Tue, 2 Mar 2010 14:54:22 +0000 Subject: Feature 1451 : localization with gettext Use php-gettext (developpement version rev43, because of php5.3) as fallback Use native language (english) instead of key for translation Keep directory en_UK for english customization Need some refactoring for plurals Todo : managing plugins in the same way git-svn-id: http://piwigo.org/svn/trunk@5021 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/notification_by_mail.tpl | 46 ++++++++++++++-------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'admin/template/goto/notification_by_mail.tpl') diff --git a/admin/template/goto/notification_by_mail.tpl b/admin/template/goto/notification_by_mail.tpl index af058e94d..3ffccd544 100644 --- a/admin/template/goto/notification_by_mail.tpl +++ b/admin/template/goto/notification_by_mail.tpl @@ -2,24 +2,24 @@ {include file='include/autosize.inc.tpl'}
-

{'nbm_send_mail_to_users'|@translate} {$TABSHEET_TITLE}

+

{'Send mail to users'|@translate} {$TABSHEET_TITLE}

{if isset($REPOST_SUBMIT_NAME)}
- +
{/if} {if isset($param)}
- {'nbm_title_param'|@translate} + {'Parameters'|@translate} - + - + - +
@@ -27,26 +27,26 @@
- -
{'nbm_info_send_mail_as'|@translate} + +
{'With blank value, gallery title will be used'|@translate}
- -
{'nbm_info_send_recent_post_dates'|@translate} + +
{'Available only with HTML format'|@translate}
@@ -64,28 +64,28 @@ {if isset($subscribe)}
- {'nbm_title_subscribe'|@translate} -

{'nbm_warning_subscribe_unsubscribe'|@translate}

+ {'Subscribe/unsubscribe users'|@translate} +

{'Warning: subscribing or unsubscribing will send mails to users'|@translate}

{$DOUBLE_SELECT}
{/if}{* isset $subscribe*} {if isset($send)} {if empty($send.users)} -

{'nbm_no_user_available_to_send_L1'|@translate}

+

{'There is no available subscribers to mail.'|@translate}

- {'nbm_no_user_available_to_send_L2'|@translate}
- {'nbm_no_user_available_to_send_L3'|@translate} + {'Subscribers could be listed (available) only if there is new elements to notify.'|@translate}
+ {'Anyway only webmasters can see this tab and never administrators.'|@translate}

{else}
- {'nbm_title_send'|@translate} + {'Select recipients'|@translate} - - - - + + + + {foreach from=$send.users item=u name=user_loop} @@ -103,17 +103,17 @@
- {'nbm_send_options'|@translate} + {'Options'|@translate}
{'nbm_col_user'|@translate}{'nbm_col_mail'|@translate}{'nbm_col_last_send'|@translate}{'nbm_col_check_user_send_mail'|@translate}{'User'|@translate}{'email'|@translate}{'Last send'|@translate}{'To send ?'|@translate}
- +

- +

{/if} {/if}{* isset $send*} -- cgit v1.2.3