Ignore:
Timestamp:
Mar 16, 2007, 12:20:41 AM (17 years ago)
Author:
rub
Message:

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

Location:
trunk/language/en_UK.iso-8859-1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r1906 r1908  
    579579$lang['conf_history_admin'] = 'Save page visits by administrators';
    580580$lang['cat_options_title'] = 'Properties';
     581$lang['An information email was sent to group "%s"'] = 'An information email was sent to group "%s';
     582$lang['Send an information email to group members'] = 'Send an information email to group members';
     583$lang['Group'] = 'Group';
     584$lang['Come to visit %s'] = 'Come to visit %s';
    581585?>
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r1900 r1908  
    55// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
     7// | file          : $Id$
    98// | last update   : $Date$
    109// | last modifier : $Author$
     
    616615$lang['page_end'] = 'Page bottom';
    617616$lang['qsearch'] = 'Quick search';
     617$lang['Connected user: %s'] = 'Connected user: %s';
     618$lang['IP: %s'] = 'IP: %s';
     619$lang['Browser: %s'] = 'Browser: %s';
     620$lang['Author: %s'] = 'Author: %s';
     621$lang['Comment: %s'] = 'Comment: %s';
     622$lang['Delete: %s'] = 'Delete: %s';
     623$lang['Validate: %s'] = 'Validate: %s';
     624$lang['Comment by %s'] = 'Comment by %s';
     625$lang['User: %s'] = 'User: %s';
     626$lang['Email: %s'] = 'Email: %s';
     627$lang['Admin: %s'] = 'Admin: %s';
     628$lang['Registration of %s'] = 'Registration of %s';
     629$lang['Category: %s'] = 'Category: %s';
     630$lang['Picture name: %s'] = 'Picture name: %s';
     631$lang['Creation date: %s'] = 'Creation date: %s';
     632$lang['Waiting page: %s'] = 'Waiting page: %s';
     633$lang['Picture uploaded by %s'] = 'Picture uploaded by %s';
    618634?>
Note: See TracChangeset for help on using the changeset viewer.