<?php
/**********************************************************************************
WIKINDX: Bibliographic Management system.
Copyright (C)
This program is free software; you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License along with this program;
if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
TheWIKINDX Team 2006
hide@address.com
**********************************************************************************/
/*****
* ERRORS_en class (English)
* NOTE TO TRANSLATORS: 1/ '###' appearing anywhere in an array value will be replaced by text supplied by the core WIKINDX code.
* Do not remove it and do not put space around it.
* 2/ Do not change the key (the first part) of an array element.
* 3/ Ensure that each array element value is enclosed in double quotes "..." and is followed by a comma "...",
* 4/ Both the class name and the constructor name should be changed to match the (case-sensitive) name of
* the folder your language files are in. For example, if you are supplying a Klingon translation and
* your languages/ folder is languages/kn/, the class and constructor name for the file SUCCESS.php
* must both be SUCCESS_kn.
*
* NOTE TO DEVELOPERS: 1/ Any comments not preceeded by '///' at the start of the line will be ignored by the localization module.
* 2/ All comments should be on one line (no line breaks) and must start at the beginning of the line for the localization module to work.
* 3/ Comments must be of the form '/// dbError_ This array does this' where 'dbError' is the array that the comment refers to or may be of the form
* '/// dbError_open This is the comment' where 'dbError_open' is the exact array and array key that the comment refers to.
*
*****/
class ERRORS_en
{
// Constructor
function ERRORS_en()
{
}
// English errors
function loadArrays()
{
return array(
// START__LOCALIZATION__MODULE__EDIT
/// dbError_ General database errors
"dbError" => array(
"open" => "Unable to open database.###",
"write" => "Unable to write to database.",
"read" => "Unable to read database.",
"config" => "Missing Configuration Parameter in config.php.",
"populateTables" => "Unable to populate database with tables.",
"fileOpen" => "Unable to open update/createMySQL.txt.",
"updateMySQL" => "Unable to update database with update/updateMySQL.txt.",
"dbSpecified" => "No RDBMS type selected in config.php.",
),
/// sessionError_ PHP Session errors
"sessionError" => array(
"write" => "Unable to write to session.",
),
/// inputError_ General user input errors
"inputError" => array(
"nan" => "Input is not a number.###",
"missing" => "Missing input.###",
"invalid" => "Invalid input.###",
"userExists" => "That username already exists",
"mail" => "Unable to email you - please contact the WIKINDX administrator",
/// inputError_noHashKey User registration - the hashKey supplied by email to a user has been deleted from the database as they did not confirm their registration within 10 days.
"noHashKey" => "That key no longer exists. Please re-register",
"styleExists" => "That style already exists",
/// inputError_duplicateCustomMap When exporting bibliographies to bibtex or endnote and custom fields are mapped, duplicate field names are not allowed.
"duplicateCustomMap" => "Duplicate export field names",
/// inputError_incorrect Response given to an incorrect answer in the forgotten password system
"incorrect" => "A question has been answered incorrectly. Please try again.",
/// inputError_duplicateFieldNames When exporting metadata to bibtex, the user has entered a 'unique' field name that already exists
"duplicateFieldNames" => "Duplicate field names",
/// inputError_chapterNotNumeric book_chapter resource type: chapter must be a number
"chapterNotNumeric" => "Chapter must be numeric",
"userHasNoGroups" => "You do not own any user groups. You must first create a user group before you can create user group bibliographies",
"mail2" => "Unable to complete the operation due to a mail server error",
),
/// file_ File operations (import/export)
"file" => array(
'write' => "Unable to write to file###",
'noSql' => "You must first list or select resources",
"read" => "Unable to read directory or file###",
"empty" => "You have not yet exported any files",
"upload" => "File upload error",
"folder" => "Unable to create directory",
"fieldMap" => "You may not map more than one unknown field to the same WIKINDX field",
/// file_fileSize Don't translate 'post_max_size' and 'upload_max_filesize'
"fileSize" => "Attachment exceeds maximum post_max_size or upload_max_filesize in php.ini (> ### bytes)",
/// file_suwpNotSaved This is not really an error but a prompt in the word processor indicating that the file has not been saved yet.
"suwpNotSaved" => "Paper not yet saved",
),
/// done_ Following input, editing operations etc., these messages are printed when a user attempts to redo the operation (usually by clicking on browser's 'reload' button)
"done" => array(
"resource" => "You have already created/edited/deleted that resource",
"note" => "You have already created/edited/deleted that note",
"quote" => "You have already created/edited/deleted that quote",
"paraphrase" => "You have already created/edited/deleted that paraphrase",
"musing" => "You have already created/edited/deleted that musing",
"abstract" => "You have already created/edited/deleted that abstract",
"creator" => "You have already created/edited/deleted that creator",
"publisher" => "You have already created/edited/deleted that publisher",
"collection" => "You have already created/edited/deleted that collection",
"fileImport" => "You have already imported that file",
"keyword" => "You have already edited that keyword",
"register" => "You have already registered",
"bibliography" => "You have already created/edited/deleted that bibliography",
"custom" => "You have already edited/deleted that custom field",
"attachAdd" => "You have already attached that file",
"attachDelete" => "You have already deleted those files",
"wp" => "You have already deleted that paper",
"group" => "You have already created/edited/deleted that user group",
),
/// warning_ Warning type messages
"warning" => array(
/// warning_resourceExists When inputting a new resource
"resourceExists" => "At least one resource of that type with that title already exists",
/// warning_superadminOnly WIKINDX not in multi user mode - this is displayed at the logon screen
"superadminOnly" => "Multi user has not been enabled - only the superadmin may log on",
/// warning_creatorExists When editing a creator, the new one may be the same as an existing one.
"creatorExists" => "A creator of that name already exists in the database",
/// warning_publisherExists When editing a publisher, the new one may be the same as an existing one.
"publisherExists" => "A publisher of that name and location already exists in the database",
/// warning_collectionExists When editing a collection, the new one may be the same as an existing one.
"collectionExists" => "A collection with those details already exists in the database",
/// warning_keywordExists When editing a keyword, the new one may be the same as an existing one.
"keywordExists" => "A keyword of that name already exists in the database",
/// warning_paperExists When importing a paper into the word processor
"paperExists" => "That paper already exists",
/// warning_suwpBrowserWarning When WIKINDX detects what is probably an incompatible browser for the SUWP, issue this warning.
"suwpBrowserWarning" => "Your browser probably will probably not work with the SUWP as it doesn't appear to have HTML design mode. The WIKINDX SUWP is known to work with Mozilla, Firefox, Netscape 8 and Internet Explorer 6",
/// warning_forget1 For the forgotten password system: '###' is the admin's email address which may or may not be available. If it is, the '###' may be something like '(hide@address.com).' otherwise it will be '.'.
"forget1" => "Unfortunately you have not stored any question/answer pairs or you have entered your details incorrectly so WIKINDX is unable to help you. Please contact the WIKINDX administrator###",
"forget2" => "There is more than one user with that email address so WIKINDX is unable to help you. Please contact the WIKINDX administrator for further help or enter your username.",
/// warning_forget3 Don't translate 'SMTP'. In this case, '###' is the admin's email address which may or may not be available. If it is, the '###' may be something like '(hide@address.com).' otherwise it will be '.'.
"forget3" => "WIKINDX is unable to email you because the SMTP server does not appear to be available. Please contact the WIKINDX administrator###",
),
// END__LOCALIZATION__MODULE__EDIT
);
}
}
?>