Changeset 12886 for trunk/install.php


Ignore:
Timestamp:
Jan 14, 2012, 4:02:02 PM (12 years ago)
Author:
mistic100
Message:

feature:2021 change contents of the mail + add option on admin/user_list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r12885 r12886  
    470470        get_l10n_args('Welcome to your new installation of Piwigo!', ''),
    471471        get_l10n_args('', ''),
    472         get_l10n_args('Here is your password: %s', $admin_pass1),
     472        get_l10n_args('Here are your connection settings', ''),
     473        get_l10n_args('Username: %s', $admin_name),
     474        get_l10n_args('Password: %s', $admin_pass1),
     475        get_l10n_args('Email: %s', $admin_mail),
    473476        get_l10n_args('', ''),
    474477        get_l10n_args('Don\'t hesitate to consult our forums for any help: %s', PHPWG_URL),
     
    478481        $admin_mail,
    479482        array(
    480           'subject' => 'Just another Piwigo gallery',
     483          'subject' => l10n('Just another Piwigo gallery'),
    481484          'content' => l10n_args($keyargs_content),
    482485          'content_format' => 'text/plain',
Note: See TracChangeset for help on using the changeset viewer.