language.inc 14.5 KB
<?php

/*
 
  File: language.inc
  Author: Chris
  Date: 2000/12/14
 
  Owl: Copyright Chris Vincent <cvincent@project802.net>
 
  You should have received a copy of the GNU Public
  License along with this package; if not, write to the
  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.
 
*/

$lang_logout   = "<IMG SRC='$default->rootUrl/locale/NewEnglish/graphics/btn_logout.gif' BORDER=0>";
//$lang_logout  = "(Logout)";
$lang_login  = "Login";
$lang_successlogout  = "You have sucessfully logged out";
$lang_loginfail  = "Login failure";
$lang_logindisabled = "Account has been DISABLED, contact the System Adminstrator";
$lang_sessinuse  = "This session is in use on another computer, access denied<BR><A HREF='$default->rootUrl/'>Login</A>";
$lang_invalidsess = "Invalid session id, please login from the main page<BR>";
$lang_sesstimeout = "Your session has timed out, please re-login<BR>";

$lang_addingfolder  = "Adding a folder to ";
$lang_addingfile  = "Adding a file to ";
$lang_modifying  = "Modifying ";
$lang_reallydelete = "Really delete";

$lang_title   = "Title";
$lang_userlang  = "Language";
// begin Daphne change
$lang_held                      = "Held"; // for version control
$lang_ver                       = "Ver."; // for version control
// end Daphne change
$lang_file   = "File";
$lang_size   = "Size";
$lang_postedby   = "Posted by";
$lang_modified   = "Modified";
$lang_actions   = "Actions";
$lang_ownership  = "Ownership";
$lang_newpolicy  = "New policy";
$lang_policy   = "Policy";

$lang_sendthisfile  = "Send this file";
$lang_sendthisurl       = "Send this URL";
$lang_sendfile   = "Send File";
$lang_keywords   = "Keywords";
$lang_newpermissions  = "New Permissions";
$lang_permissions  = "Permissions";
$lang_description  = "Description";
$lang_change  = "Change";
$lang_reset  = "Reset";
$lang_create  = "Create";
// begin Daphne change
$lang_vertype           = "Revision type";  // for modify.php when uploading
$lang_vermajor          = "Major Revision";
$lang_verminor          = "Minor Revision";
$lang_verdescription = "Description<br>of changes";
// end Daphne change

$lang_everyoneread = "Everyone can read/download";
$lang_everyonewrite = "Everyone can read/write/download";
$lang_everyonewrite_nod = "Everyone can read/write/download, NO DELETE";
$lang_groupread  = "Your group can read/download";
$lang_groupwrite = "Your group can read/write/download";
$lang_groupwrite_nod = "Your group can read/write/download, NO DELETE";
$lang_onlyyou  = "Only you can read/download/write";
$lang_groupwrite_worldread = "Your group can read/write/download & everyone else can read";
$lang_groupwrite_worldread_nod = "Your group can read/write/download (NO DELETE) & everyone else can read";
$lang_ggroupwrite_worldread = "Your group can upload files and delete this folder & everyone else can view contents";
$lang_ggroupwrite_worldread_nod = "Your group can upload files to this folder & everyone else can view contents, NO DELETE";
// BEGIN BUG FIX: #449394 add document policy bugs for admin

$lang_everyoneread_ad = "Everyone can read/download";
$lang_everyonewrite_ad = "Everyone can read/write/download";
$lang_everyonewrite_ad_nod = "Everyone can read/write/download, NO DELETE";
$lang_groupread_ad = "The selected group can read/download";
$lang_groupwrite_ad = "The selected group can read/write/download";
$lang_groupwrite_ad_nod = "The selected group can read/write/download, NO DELETE";
$lang_onlyyou_ad = "Only you can read/download/write";
$lang_groupwrite_worldread_ad = "The selected group can read/write/download & everyone else can read";
$lang_groupwrite_worldread_ad_nod = "The selected group can read/write/download (NO DELETE) & everyone else can read";
$lang_ggroupwrite_worldread_ad = "Selected group can upload files and delete this folder & everyone else can view contents";
$lang_ggroupwrite_worldread_ad_nod = "Selected group can upload files to this folder & everyone else can view contents, NO DELETE";

// END BUG FIX: #449394 add document policy bugs for admin

$lang_geveryoneread = "Everyone can read this folder";
$lang_geveryonewrite = "Everyone can upload files and delete this folder";
$lang_geveryonewrite_nod= "Everyone can upload files to this folder";
$lang_ggroupread = "Your group can read this folder";
$lang_ggroupwrite = "Your group can upload files and delete this folder";
$lang_ggroupwrite_nod = "Your group can upload files to this folder";
$lang_gonlyyou  = "Only you can uploadfiles and delete this folder";

$lang_geveryoneread_ad = "Everyone can read this folder";
$lang_geveryonewrite_ad = "Everyone can upload files and delete this folder";
$lang_geveryonewrite_ad_nod = "Everyone can upload files to this folder";
$lang_ggroupread_ad = "The selected group can read this folder";
$lang_ggroupwrite_ad    = "The selected group can upload files and delete this folder";
$lang_ggroupwrite_ad_nod= "The selected group can upload files to this folder";
$lang_gonlyyou_ad = "Only you can uploadfiles and delete this folder";

$lang_nofolderaccess = "You do not have access to this folder";
$lang_nofileaccess = "You do not have access to this file";
$lang_nofilemod  = "You do not have access to modify this file";
$lang_nofiledelete = "You do not have access to delete this file";
$lang_noupload  = "You do not have access to upload to this folder";
$lang_nosubfolder = "You do not have access to create subfolders here";
$lang_nofoldermod = "You do not have access to modify this folder";
$lang_nofolderdelete = "You do not have access to delete this folder";
$lang_noemail  = "You do not have access to email this file";
$lang_fileexists = "The file you are trying to upload already exists";
$lang_specifyname = "Please go back and specify a name";

$lang_users  = "Users";
$lang_groups  = "Groups";
$lang_return  = "Return to file browser";
$lang_group  = "Primary Group";
$lang_groupmember = "Member Group";
$lang_username  = "Username";
$lang_password  = "Password";
$lang_newpassword = "New Password";
$lang_oldpassword = "Old Password";
$lang_confpassword = "Confirm New Password";
$lang_email             = "Email Address";
$lang_emailing  = "Emailing";
$lang_email_to  = "Mail To";
$lang_email_reply_to = "Reply To";
$lang_email_cc          = "CC";
$lang_email_subject = "Subject";
$lang_email_body = "Message";
$lang_notification      = "Receive Notifications";
$lang_attach_file = "Attach File";
$lang_change  = "Change";
$lang_deleteuser = "Delete User";
$lang_deletegroup = "Delete Group";
$lang_saved  = "Changes Saved";
$lang_add  = "Add";
$lang_quota  = "Quota";
$lang_disableuser = "Disable User";
$lang_noprefaccess = "Disable Pref";
$lang_toomanysessions = "Maximum sessions for user reached.<br>Contact the System Administrator";
$lang_maxsessions = "Max No. Sessions";
$lang_preference = "Preferences";
$lang_moving  = "Moving";
$lang_select  = "Please select new folder:";
$lang_updating  = "Updating";
$lang_cancel_button = "Cancel";

// Bozz Change Begin
$lang_email_alt  = "Email this File";
$lang_del_folder_alt    = "Delete Folder (Y/N)";
$lang_mod_folder_alt    = "Modify Folder Properties";
$lang_move_folder_alt   = "Move Folder";

$lang_del_file_alt      = "Delete File (Y/N)";
$lang_mod_file_alt      = "Modify File Properties";
$lang_move_file_alt     = "Move File";
$lang_upd_file_alt      = "Update File";
$lang_get_file_alt      = "Download File";
$lang_view_file_alt     = "View File";
$lang_newuser_alt = "Create a new user";
$lang_newgroup_alt = "Create a new group";
$lang_flush_sessions_alt        = "Flush Hanging Sessions";
$lang_edthtml_alt       = "Edit Site HTML Preferences";
$lang_edprefs_alt       = "Edit Site Features and Settings";
$lang_backup_alt        = "Backup SQL Database";
$lang_backup_dis_alt    = "Backup Tool or gzip was not found";

// Bozz Change End
// begin Daphne change
$lang_log_file                  = "File Log";
$lang_lock_file                 = "Check file in/out";
// end Daphne Change
$lang_notif_subject_new = "New OWL Intranet File";
$lang_notif_subject_upd = "An OWL Intranet File was updated";
$lang_notif_msg         = "THIS IS AN AUTOMATED MESSAGE FROM OWL Intranet\n\nFind the new/updated file attached to this Email\n\n";

// Diego Bugfix
//$lang_admin              = "Admin";
$lang_admin              = "<BR><IMG SRC='$default->rootUrl/locale/NewEnglish/graphics/btn_admin.gif' BORDER=0><BR>";
$lang_user               = "User";
$lang_search             = "Search";
$lang_search_results_for = "Search results for";
$lang_score              = "Score";
$lang_ownergroup         = "Owner (Group)";
$lang_name               = "Name";
//Diego Bugfix end
$lang_query_empty       = "Empty Search String";

// Error Message Section
//
$lang_err_file_update = "Updating a file requires the filename to remain the same, please try again using the same filename";
$lang_err_quota  = "You do not have enough quota space to upload this file: ";
$lang_err_quota_needed = " needed ";
$lang_err_quota_avail = " available.";
$lang_err_quota_exceed  = "You have exceeded your quota";
$lang_err_upload  = "Document upload error";
$lang_err_folder_exist = "This folder already exists";
$lang_err_folder_create = "Folder Creation error";
//Begin Daphne Change - backup folder and file creation errors
$lang_err_backup_folder_create = "Backup Folder Creation error";
$lang_err_backup_file   = "Error backing up existing file";
$lang_err_file_lock     = "You cannot check this file out, it is currently held by";
// end Daphne change
$lang_err_unauthorized  = "Unauthorized";
$lang_err_unauth_area   = "You are not authorized to use this area";
$lang_err_pass_wrong    = "Old Password is wrong";
$lang_err_pass_missmatch= "New Password and Confirm Password don't Match";
$lang_err_user_exists = "Username exists";
$lang_err_general  = "An Error has occured";
$lang_err_lang_1        = "Language has been spedified, but ";
$lang_err_lang_2        = " has not been found";
$lang_err_lang_notfound = "Unable to find language, please specify in owl.lib.php";
$lang_err_sess_write = "Error writing session information to database";
$lang_err_sess_notvalid = "Session id is not valid";
$lang_err_bad_version_1 = "Owl Intranet Requires as a minimum PHP Version";
$lang_err_bad_version_2 = "You are running Version";
$lang_err_bad_version_3 = "Install a newer version of php and try again";

$lang_err_folderexists  = "Rename was Canceled<BR>Folder with the same name exists.";
$lang_err_movecancel    = "Move was Canceled<BR>";
$lang_err_email         = "Message could not be sent";
$lang_err_fileexists    = "Move was Canceled<BR>File with the same name already exists.";
$lang_err_nameempty     = "Folder name cannot be empty";

$lang_err_folder_not_exist = "The folder does not exist: ";
$lang_err_doc_no_folder = "The document does not have a folder assigned to it";

$lang_err_doc_not_exist = "The document does not exist: ";
$lang_err_doc_exist = "The document does already exists: ";

$lang_err_document_type_does_not_exist = "The following document type does not exist: ";
$lang_err_document_type_field_does_not_exist = "The following document type field does not exist: ";

$lang_err_role_not_exist = "The following role does not exist: ";
$lang_err_user_role = "The user is not assigned the role for the specified folder";
$lang_err_user_group = "The user does not belong to this group: ";
$lang_err_user_unitadmin_group = "The user is not part of the unit administrator group for this folder: ";

$lang_err_user_folder_write = "The current user does not have write permission for the folder: ";
$lang_err_user_folder_read = "The current user does not have permission to read this folder: ";
$lang_err_user_doc_read = "The current user does not have permission to read this document: ";
$lang_err_user_doc_write = "The current user does not have permission to write to this document: ";

$lang_err_folder_not_public = "This folder is not public: ";

$lang_err_database = "Database error";

$lang_err_object_key = "Object does not have a primary key.  Call object create to insert object into database first";
$lang_err_object_exists = "Object already created in database: ";
$lang_err_object_not_exist = "Object does not exist in database: ";

// subscription error message
$lang_sub_exists = "This subscription already exists:";
$lang_sub_not_exists = "This subscription does not exists";

//janu's change BEGIN
$lang_engine   = "Owl Intranet Engine";
$lang_version   = "Version";
$lang_username   = "Username";
$lang_password   = "Password";
$lang_owl_admin  = "Owl Administration";
$lang_upg_MD5   = "Upgrade Users to MD5 Passwords";
//janu's change END

$lang_viewlog           = "Viewing Log For ";
$lang_viewing           = "Viewing ";
$lang_flushed           = "Session table flushed, user can now log in again.<BR>";

// Edit HTML Properties Messages

$lang_ht_tbl_border_sz  = "Table Border Size:";
$lang_ht_tbl_hd_bg = "Header Background:";
$lang_ht_tbl_cell_bg_cl = "Table Cell Background Colour:";
$lang_ht_tbl_cell_bg_al = "Table Cell Background Colour Alternate:";
$lang_ht_tbl_bg_cl = "Table Background Colour:";
$lang_ht_expand_width = "Expanded View Width:";
$lang_ht_collapse_width = "Collapse View Width:";
$lang_ht_bd_bg_cl = "Body Background Color:";
$lang_ht_bd_txt_cl  = "Body Text Colour:";
$lang_ht_bd_lnk_cl = "Body Link Colour:";
$lang_ht_bd_vlnk_cl  = "Body Visited Link Colour:";
$lang_ht_main_hd_bg_cl  = "Main Header Background Color:";

// Edit Prefs Properties Messages

$lang_owl_title_email = "EMAIL SETTINGS";
$lang_owl_email_from = "Email From Address:";
$lang_owl_email_fromname= "Email From Name:";
$lang_owl_email_replyto = "Email Reply To Address:";
$lang_owl_email_server = "Email Delivery Server Address:";
$lang_owl_title_HD = "LOOK AT HD FOR NEW FILES SETINGS";
$lang_owl_lookAtHD = "Disable Look at hd:";
$lang_owl_def_file_security= "Default File Security:";
$lang_owl_def_file_group_owner= "Default File Group Owner:";
$lang_owl_def_file_owner= "Default File Owner:";
$lang_owl_def_file_title= "Default File Title:";
$lang_owl_def_file_meta = "Default File Meta Data:";
$lang_owl_def_fold_sec = "Default Folder Security:";
$lang_owl_def_fold_group_owner = "Default Folder Group Owner:";
$lang_owl_def_fold_owner = "Default Folder Owner:";
$lang_owl_title_other = "OTHER SETINGS";
$lang_owl_max_filesize = "Maximum Upload File Size:";
$lang_owl_sessionTimeout = "Session Timeout in Seconds:";
$lang_owl_owl_expand = "Default Browser View (Expand):";
$lang_owl_version_control= "Enable Version Control Feature:";
$lang_owl_restrict_view = "Enable Restricted View Feature:";
$lang_owl_title_tools   = "DB BACKUP/GZIP TOOLS";
$lang_owl_dbdump_path   = "DB Dump Tool Path:";
$lang_owl_gzip_path     = "gzip Path:";
$lang_owl_tar_path     = "tar Path:";
?>