language.inc
14.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<?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:";
?>