<?php
/**
 *
 * Author: Steve Bourgeois <owl@bozzit.com>
 *
 * Owl Ultra Lite 
 *
 * Copyright (c) 2005-2006 Bozz IT Consulting Inc
 * Licensed under the GNU GPL. For full terms see http://www.gnu.org/licenses/licenses.html#TOCGPL
 *
 */
$owl_lang->lang_code = "en";
$owl_lang->charset = "UTF-8";

$owl_lang->file_size_byte               = "b";
$owl_lang->file_size_gigabyte           = "g";
$owl_lang->file_size_kilobyte           = "k";
$owl_lang->file_size_megabyte           = "m";

$owl_lang->search_title                 = "Search Results:";
$owl_lang->site_title			= "Simple Document Management";
$owl_lang->recycle_title		= "Recycle Bin Administration";
$owl_lang->current_folder	        = "Current Folder:";
$owl_lang->title_name	        	= "Name";
$owl_lang->title_permission	      	= "Permission";
$owl_lang->title_size	      	        = "Size";
$owl_lang->title_last_modified	      	= "Last Modfied";
$owl_lang->title_actions	      	= "Action";
$owl_lang->new_folder                   = "New Folder:";
$owl_lang->new_file                     = "File:";
$owl_lang->max_upload_size              = "MAX Size:";
$owl_lang->search                       = "Search:";

$owl_lang->btn_add_update		= "Add / Update";
$owl_lang->alt_btn_add_update		= "Add or Update a Document in the Current Folder";
$owl_lang->btn_empty_trash              = "Empty Recycle Bin";
$owl_lang->alt_btn_empty_trash          = "Delete all Files And Folders from the Recycle Bin";
$owl_lang->btn_trash_can                = "Recycle Bin Admin";
$owl_lang->alt_btn_trash_can            = "Go to the Recycle Bin Administration Page";
$owl_lang->btn_add_folder		= "Add Folder";
$owl_lang->alt_btn_add_folder		= "Add a New Folder in the Current Folder";
$owl_lang->btn_search			= "Search";
$owl_lang->alt_btn_search		= "Initiate a Search for Files and Folders";
$owl_lang->btn_email_file		= "Send Email";
$owl_lang->alt_btn_email_file		= "Send the Email";
$owl_lang->btn_browse			= "Return to Main";
$owl_lang->alt_btn_browse		= "Return to the Main Page";
$owl_lang->btn_reset			= "Reset";
$owl_lang->alt_btn_reset		= "Reset Form";
$owl_lang->btn_rename                   = "Rename";
$owl_lang->alt_btn_rename               = "Rename File OR Folder";

$owl_lang->err_not_valid_file_type      = "This is not a permited File Type";
$owl_lang->err_file_not_accessible      = "Sorry file is not Accessible";
$owl_lang->err_root_does_not_exists     = "The Root Folder does not Exist: ";
$owl_lang->err_general                  = "GENERAL ERROR FOLDER";
$owl_lang->err_upload_max_filesize      = "The uploaded file exceeds the upload_max_filesize directive in php.ini.";
$owl_lang->err_max_file_sise            = "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.";
$owl_lang->err_partial_upload           = "The uploaded file was only partially uploaded.";
$owl_lang->err_no_file_uploaded         = "No file was uploaded and/or the New Folder is Empty.";
$owl_lang->err_missing_tmp_folder       = "Missing a temporary folder.";
$owl_lang->err_failed_writting_to_disk  = "Failed to write file to disk.";
$owl_lang->err_unknown_exception        = "Unknown Exception";
$owl_lang->err_folder_already_exists    = "A Folder with that Name Already exists";
$owl_lang->err_file_already_exists      = "A File with that Name Already exists";
$owl_lang->err_seach_string_empty       = "Search String Can't be empty";

$owl_lang->reallydelete			= "Really Delete %s?";
$owl_lang->alt_reallydelete		= "Delete %s?";
$owl_lang->reallyrestore		= "Really Restore %s?";
$owl_lang->alt_reallyrestore		= "Restore %s?";
$owl_lang->email_file		 	= "Email %s";
$owl_lang->alt_email_file		= "Send %s Via Email to and Address of Your Choice";
$owl_lang->alt_rename_file              = "Rename (%s)?";

$owl_lang->email_to 			= "Email TO:";
$owl_lang->email_from 			= "Email FROM:";
$owl_lang->email_subject 		= "Email Subject:";
$owl_lang->email_body			= "Email Text Body:";

?>
