You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.9 KiB
72 lines
2.9 KiB
<?php
|
|
/**
|
|
* i18n/en_US/main.php
|
|
*
|
|
* Copyright © 2006 Stephane Gully <stephane.gully@gmail.com>
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the
|
|
* Free Software Foundation, 51 Franklin St, Fifth Floor,
|
|
* Boston, MA 02110-1301 USA
|
|
*/
|
|
|
|
/**
|
|
* English translation of the messages (utf8 encoded!)
|
|
*
|
|
* @author Nemako <fred@nemako.net>
|
|
*/
|
|
|
|
$GLOBALS["i18n"]["lang"] = "English";
|
|
|
|
// admin/index.php
|
|
$GLOBALS["i18n"]["Administration"] = "Administration";
|
|
$GLOBALS["i18n"]["Available Languages"] = "Available Languages";
|
|
$GLOBALS["i18n"]["PFC version verification"] = "PFC version verification";
|
|
$GLOBALS["i18n"]["Internet connection is not possible"] = "Internet connection is not possible";
|
|
$GLOBALS["i18n"]["PFC is update"] = "PFC is update";
|
|
$GLOBALS["i18n"]["PFC version"] = "PFC version";
|
|
$GLOBALS["i18n"]["The last official version"] = "The last official version";
|
|
$GLOBALS["i18n"]["PFC is not update"] = "PFC is not update";
|
|
$GLOBALS["i18n"]["Your version"] = "Your version";
|
|
$GLOBALS["i18n"]["Download the last version %s here %s."] = "Download the last version %s here %s.";
|
|
|
|
|
|
// admin/user.php
|
|
$GLOBALS["i18n"]["Users management"] = "Users management";
|
|
$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "At least one user must be declare to activate authentication.";
|
|
$GLOBALS["i18n"]["It is not possible to delete the last user."] = "It is not possible to delete the last user.";
|
|
|
|
$GLOBALS["i18n"]["User %s deleted."] = "User %s deleted.";
|
|
$GLOBALS["i18n"]["User %s added."] = "User %s added.";
|
|
$GLOBALS["i18n"]["User %s edited."] = "User %s edited.";
|
|
|
|
$GLOBALS["i18n"]["Authentication disable"] = "Authentication disable";
|
|
$GLOBALS["i18n"]["Enable here"] = "Activate here";
|
|
$GLOBALS["i18n"]["Authentication enable"] = "Authentication enable";
|
|
$GLOBALS["i18n"]["Disable here"] = "Disable here";
|
|
|
|
$GLOBALS["i18n"]["Username"] = "Username";
|
|
$GLOBALS["i18n"]["Password"] = "Password";
|
|
$GLOBALS["i18n"]["Group"] = "Group";
|
|
|
|
$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Do you really want to delete %s ?";
|
|
$GLOBALS["i18n"]["Add a new user"] = "Add a new user";
|
|
|
|
$GLOBALS["i18n"]["Edit"] = "Edit";
|
|
$GLOBALS["i18n"]["Delete"] = "Delete";
|
|
|
|
// admin/themes.php
|
|
$GLOBALS["i18n"]["Available themes"] = "Available themes";
|
|
$GLOBALS["i18n"]["Screenshot"] = "Screenshot";
|
|
|
|
?>
|
|
|