From 6d2ea02a9591a219f5964ecc98ffa3f7796039fa Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 15 Mar 2007 23:20:41 +0000 Subject: Add new translation functions.inc.php Translate subject of information mail. Notification mails are sent on the default language. No mail is sent to the author witch are not done actions git-svn-id: http://piwigo.org/svn/trunk@1908 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/common.lang.php | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'language/en_UK.iso-8859-1/common.lang.php') diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 95b4467ff..af5f923ab 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -4,8 +4,7 @@ // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ -// | branch : BSF (Best So Far) -// | file : $RCSfile$ +// | file : $Id$ // | last update : $Date$ // | last modifier : $Author$ // | revision : $Revision$ @@ -615,4 +614,21 @@ $lang['w_month'] = 'Month'; $lang['yes'] = 'Yes'; $lang['page_end'] = 'Page bottom'; $lang['qsearch'] = 'Quick search'; +$lang['Connected user: %s'] = 'Connected user: %s'; +$lang['IP: %s'] = 'IP: %s'; +$lang['Browser: %s'] = 'Browser: %s'; +$lang['Author: %s'] = 'Author: %s'; +$lang['Comment: %s'] = 'Comment: %s'; +$lang['Delete: %s'] = 'Delete: %s'; +$lang['Validate: %s'] = 'Validate: %s'; +$lang['Comment by %s'] = 'Comment by %s'; +$lang['User: %s'] = 'User: %s'; +$lang['Email: %s'] = 'Email: %s'; +$lang['Admin: %s'] = 'Admin: %s'; +$lang['Registration of %s'] = 'Registration of %s'; +$lang['Category: %s'] = 'Category: %s'; +$lang['Picture name: %s'] = 'Picture name: %s'; +$lang['Creation date: %s'] = 'Creation date: %s'; +$lang['Waiting page: %s'] = 'Waiting page: %s'; +$lang['Picture uploaded by %s'] = 'Picture uploaded by %s'; ?> -- cgit v1.2.3