mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
29 lines
No EOL
1.6 KiB
PHP
29 lines
No EOL
1.6 KiB
PHP
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | This file is part of Piwigo. |
|
|
// | |
|
|
// | For copyright and license information, please view the COPYING.txt |
|
|
// | file that was distributed with this source code. |
|
|
// +-----------------------------------------------------------------------+
|
|
/*
|
|
Language Name: English [US]
|
|
Version: auto
|
|
Language URI: http://piwigo.org/ext/extension_view.php?eid=717
|
|
Author: Piwigo team
|
|
Author URI: http://piwigo.org
|
|
*/
|
|
|
|
$lang_info['language_name'] = "English";
|
|
$lang_info['country'] = "United States";
|
|
$lang_info['direction'] = "ltr";
|
|
$lang_info['code'] = "en";
|
|
$lang_info['zero_plural'] = true;
|
|
$lang_info['parent']= "en_UK";
|
|
|
|
|
|
$lang['Please, enter a login'] = 'Please enter a login';
|
|
$lang['Password reset is not allowed for this user'] = 'Password reset is not allowed for this user.';
|
|
$lang['Piwigo encountered a non recoverable error'] = 'Piwigo encountered an unrecoverable problem.';
|
|
$lang['Anti-flood system : please wait for a moment before trying to post another comment'] = 'Anti-flood system: please wait a moment before trying to post another comment.';
|
|
$lang['An administrator must authorize your comment before it is visible.'] = 'An administrator must authorize your comment before it is displayed.';
|
|
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Bad status for guest user; default status will be used. Please notify the webmaster.'; |