/***********************************************
 * Localizable strings used on the client side.
 ***********************************************/

var i18n = {

// Possible error messages.
"ERR_NOQUERY"		: "Internal error - SQL query failed.",
"ERR_NOUSERPASS"	: "User authentication failed.",
"ERR_NOCONNECT"		: "No connection to database.<br /><br />Try again later or contact <br />the system administrator.",
"ERR_NOACTION"		: "Missing or invalid action parameter.",
"ERR_NOSESSION"		: "Your session has expired. You must login.",
"ERR_NOVERSION"		: "Version is not specified.",
"ERR_VERMISMATCH"	: "Version mismatch.",
"ERR_SERVERSCRIPT"	: "Something went wrong on the server",
"ERR_BADINPUT"		: "Invalid input by user",
"ERR_USEREXISTS"	: "The user to be invited already is registered",

// Messages. Titles or regular phrases.
"MSG_Auth_req"		: "Authorization Required",
"MSG_NoXMLHTTP"		: "Your Browser Does Not Support XMLHttpRequests",
"MSG_Bye"			: "Thank you for using Pavilion",

"MSG_NoTasks"		: "There are no tasks in this project.",
"MSG_DelTask"		: "Do you want to delete the task",
"MSG_ConfirmDone"	: "Accept the task as done and prevent further editing?",
"MSG_InviteTitle"	: "Invite somebody to join the project:",

// Labels. Short phrases usually describing input fields.
"LBL_Pavilion_name"	: "Pavilion 0.0.1",
"LBL_Username"		: "Username:",
"LBL_Password"		: "Password:",
"LBL_Today"			: "today",
"LBL_Tomorrow"		: "tomorrow",
"LBL_Yesterday"		: "yesterday",

"LBL_Task_Status_1"	: "Pending",
"LBL_Task_Status_2"	: "In progress",
"LBL_Task_Status_3"	: "Completed",

"LBL_Project"		: "Project:",
"LBL_TaskFrom"		: "from:",
"LBL_TaskTo"		: "to:",
"LBL_CountMyTasks"	: "Number of active tasks for",
"LBL_CountAllTasks"	: "All the tasks in this project",
"LBL_Email"			: "Email:",

"LBL_hourStr"		: "h",

// Buttons and links
"BTN_Settings"		: "Settings",
"BTN_Logout"		: "Logout",
"BTN_Filter_all"	: "Show all",
"BTN_Filter_mine"	: "My active tasks",
"BTN_Login"			: "Login",
"BTN_SaveTask"		: "Save task",
"BTN_SaveProject"	: "Save project",
"BTN_OK"			: "OK",
"BTN_Cancel"		: "Cancel",
"BTN_TaskEdit"		: "Edit",
"BTN_MarkDone"		: "Mark done",
"BTN_TaskNew"		: "Add new task",
"BTN_ProjectEdit"	: "Edit",
"BTN_TaskDel"		: "Delete task",
"BTN_ProjectDetails": "Details of project",
"BTN_ProjectHistory": "History of project",
"BTN_ProjectNew"	: "Create new project",
"BTN_Invite"		: "Invite someone to participate in your project", 
"BTN_CloseWindow"	: "Close window",

// This is the last element in the array
"MSG_About"			: "Pavilion. A nicer task management system."
};

