Changeset 23212 for trunk/language/en_UK


Ignore:
Timestamp:
Jun 14, 2013, 11:18:46 PM (11 years ago)
Author:
mistic100
Message:

Use common language strings on install.tpl and remove duplicates from install.lang.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/install.lang.php

    r20149 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['Installation'] = "Installation";
    2725$lang['Basic configuration'] = "Basic configuration";
    2826$lang['Default gallery language'] = "Default gallery language";
    2927$lang['Database configuration'] = "Database configuration";
    30 $lang['Admin configuration'] = "Admin configuration";
     28$lang['Admin configuration'] = "Administration configuration";
    3129$lang['Start Install'] = "Start installation";
    32 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'mail address must in the format xxx@yyy.eee (example: jack@altern.org)';
    33 $lang['Webmaster login'] = "Webmaster login";
    3430$lang['It will be shown to the visitors. It is necessary for website administration'] = 'It will be shown to visitors. It is necessary for website administration';
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Connection to server successful, but the connection to the database was not possible.';
    3632$lang['Can\'t connect to server'] = "Cannot connect to server";
    3733$lang['Host'] = "Host";
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr";
     34$lang['localhost or other, supplied by your host provider'] = "localhost or other, supplied by your host provider";
    3935$lang['User'] = "User";
    4036$lang['user login given by your host provider'] = 'user login supplied by your host provider';
    41 $lang['Password'] = "Password";
    4237$lang['user password given by your host provider'] = 'user password supplied by your host provider';
    4338$lang['Database name'] = "Database name";
     
    4540$lang['Database table prefix'] = "Database tables prefix";
    4641$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'database table names will be prefixed with it (enables you to manage your tables better)';
    47 $lang['enter a login for webmaster'] = 'enter a webmaster login';
     42$lang['enter a login for webmaster'] = 'please enter the webmaster username';
    4843$lang['webmaster login can\'t contain characters \' or "'] = 'the webmaster login may not contain the characters \' or "';
    4944$lang['please enter your password again'] = "please enter your password again";
    50 $lang['Webmaster password'] = "Webmaster password";
    5145$lang['Keep it confidential, it enables you to access administration panel'] = 'Keep it confidential, it enables you to access the administration panel';
    5246$lang['Password [confirm]'] = "Password [confirm]";
    5347$lang['verification'] = "verification";
    5448$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Need help? Ask your question on the <a href="%s">Piwigo message board</a>.';
    55 $lang['Webmaster mail address'] = "Webmaster mail address";
    5649$lang['Visitors will be able to contact site administrator with this mail'] = 'Visitors will be able to use this email to contact the site administrator';
    5750$lang['PHP 5 is required'] = "PHP 5 is required";
     
    7366$lang['Welcome to your new installation of Piwigo!'] = 'Welcome to your new installation of Piwigo!';
    7467$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Don\'t hesitate to consult our forums for any help: %s';
    75 
    7668?>
Note: See TracChangeset for help on using the changeset viewer.