Menu

[r8]: / languages / lang_zh-tw.php  Maximize  Restore  History

Download this file

519 lines (497 with data), 24.2 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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
<?php
#Application name: PhpCollab
#Status page: 2
#Path by root: ../languages/lang_zh-tw.php
//translator(s): Fu-Yuan Zheng <gloom@kimo.com>
$setCharset = "Big5";
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$dayNameArray = array(1 =>"Monday", 2 =>"Tuesday", 3 =>"Wednesday", 4 =>"Thursday", 5 =>"Friday", 6 =>"Saturday", 7 =>"Sunday");
$monthNameArray = array(1=> "一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月");
$status = array(0 => "客戶核可", 1 => "已完成", 2 => "未開始", 3 => "進行中", 4 => "暫停");
$profil = array(0 => "系統管理者", 1 => "專案經理", 2 => "一般用戶", 3 => "Client User", 4 => "Disabled", 5 => "Project Manager Administrator");
$priority = array(0 => "無", 1 => "極低", 2 => "較低", 3 => "中等", 4 => "較高", 5 => "極高");
$statusTopic = array(0 => "關閉", 1 => "開啟");
$statusTopicBis = array(0 => "是", 1 => "否");
$statusPublish = array(0 => "是", 1 => "否");
$statusFile = array(0 => "Approved", 1 => "Approved With Changes", 2 => "Needs Approval", 3 => "No Approvals Needed", 4 => "Not Approved");
$phaseStatus = array(0 => "Not started", 1 => "Open", 2 => "Complete", 3 => "Suspended");
$requestStatus = array(0 => "New", 1 => "Open", 2 => "Complete");
$strings["please_login"] = "請登入系統";
$strings["requirements"] = "系統需求";
$strings["login"] = "登入";
$strings["no_items"] = "沒有相關項目";
$strings["logout"] = "登出";
$strings["preferences"] = "偏好設定";
$strings["my_tasks"] = "我的工作";
$strings["edit_task"] = "編輯工作";
$strings["copy_task"] = "複製工作";
$strings["add_task"] = "新增工作";
$strings["delete_tasks"] = "刪除工作";
$strings["assignment_history"] = "工作指派記錄";
$strings["assigned_on"] = "指派於";
$strings["assigned_by"] = "指派人";
$strings["to"] = "指派給";
$strings["comment"] = "註解";
$strings["task_assigned"] = "任務指派給";
$strings["task_unassigned"] = "任務未被指派";
$strings["edit_multiple_tasks"] = "Edit Multiple Tasks";
$strings["tasks_selected"] = "tasks selected. Choose new values for these tasks, or select [No Change] to retain current values.";
$strings["assignment_comment"] = "工作指派註解";
$strings["no_change"] = "[No Change]";
$strings["my_discussions"] = "我的討論";
$strings["discussions"] = "討論";
$strings["delete_discussions"] = "刪除討論";
$strings["delete_discussions_note"] = "Note: Discussions cannot be reopened once they are deleted.";
$strings["topic"] = "Topic";
$strings["posts"] = "Posts";
$strings["latest_post"] = "Latest Post";
$strings["my_reports"] = "我的報告";
$strings["reports"] = "報告";
$strings["create_report"] = "建立報告";
$strings["report_intro"] = "在此選擇您的工作報告參數並儲存查詢結果";
$strings["admin_intro"] = "系統設定和配置";
$strings["copy_of"] = "Copy of ";
$strings["add"] = "新增";
$strings["delete"] = "刪除";
$strings["remove"] = "刪除";
$strings["copy"] = "複製";
$strings["view"] = "查看";
$strings["edit"] = "編輯";
$strings["update"] = "更新";
$strings["details"] = "詳情";
$strings["none"] = "無";
$strings["close"] = "關閉";
$strings["new"] = "新增";
$strings["select_all"] = "選擇全部";
$strings["unassigned"] = "未被指派";
$strings["administrator"] = "系統管理者";
$strings["my_projects"] = "我的專案";
$strings["project"] = "專案";
$strings["active"] = "現行專案";
$strings["inactive"] = "閒置專案";
$strings["project_id"] = "專案編號";
$strings["edit_project"] = "編輯專案";
$strings["copy_project"] = "複製專案";
$strings["add_project"] = "新增專案";
$strings["clients"] = "客戶";
$strings["organization"] = "Client Organization";
$strings["client_projects"] = "Client Projects";
$strings["client_users"] = "Client Users";
$strings["edit_organization"] = "Edit Client Organization";
$strings["add_organization"] = "Add Client Organization";
$strings["organizations"] = "Client Organizations";
$strings["info"] = "資訊";
$strings["status"] = "狀態";
$strings["owner"] = "擁有者";
$strings["home"] = "主頁";
$strings["projects"] = "專案";
$strings["files"] = "檔案";
$strings["search"] = "搜尋";
$strings["admin"] = "管理";
$strings["user"] = "用戶";
$strings["project_manager"] = "專案經理";
$strings["due"] = "Due";
$strings["task"] = "工作";
$strings["tasks"] = "工作";
$strings["team"] = "團隊";
$strings["add_team"] = "新增團隊成員";
$strings["team_members"] = "團隊成員";
$strings["full_name"] = "全名";
$strings["title"] = "稱謂";
$strings["user_name"] = "用戶名稱";
$strings["work_phone"] = "公司電話";
$strings["priority"] = "優先權";
$strings["name"] = "名稱";
$strings["id"] = "編號";
$strings["description"] = "敘述";
$strings["phone"] = "電話";
$strings["url"] = "網頁";
$strings["address"] = "地址";
$strings["comments"] = "註解";
$strings["created"] = "建立";
$strings["assigned"] = "指派";
$strings["modified"] = "修改";
$strings["assigned_to"] = "指派給";
$strings["due_date"] = "到期日期";
$strings["estimated_time"] = "預估時間";
$strings["actual_time"] = "實際時間";
$strings["delete_following"] = "確認要刪除下列的資料?";
$strings["cancel"] = "取消";
$strings["and"] = "和";
$strings["administration"] = "系統管理";
$strings["user_management"] = "用戶管理";
$strings["system_information"] = "系統資訊";
$strings["product_information"] = "產品資訊";
$strings["system_properties"] = "系統資源";
$strings["create"] = "建立";
$strings["report_save"] = "儲存報告結果至首頁以便下次執行";
$strings["report_name"] = "報告名稱";
$strings["save"] = "儲存";
$strings["matches"] = "符合";
$strings["match"] = "符合";
$strings["report_results"] = "報告結果";
$strings["success"] = "完成";
$strings["addition_succeeded"] = "新增完成";
$strings["deletion_succeeded"] = "刪除完成";
$strings["report_created"] = "建立報告";
$strings["deleted_reports"] = "刪除報告";
$strings["modification_succeeded"] = "修改完成";
$strings["errors"] = "發生錯誤!";
$strings["blank_user"] = "找不到此用戶";
$strings["blank_organization"] = "The client organization cannot be located.";
$strings["blank_project"] = "The project cannot be located.";
$strings["user_profile"] = "用戶簡介";
$strings["change_password"] = "變更密碼";
$strings["change_password_user"] = "變更用戶密碼";
$strings["old_password_error"] = "The old password you entered is incorrect. Please re-enter the old password.";
$strings["new_password_error"] = "The two passwords you entered did not match. Please re-enter your new password.";
$strings["notifications"] = "系統通知";
$strings["change_password_intro"] = "Enter your old password then enter and confirm your new password.";
$strings["old_password"] = "舊的密碼";
$strings["password"] = "密碼";
$strings["new_password"] = "新的密碼";
$strings["confirm_password"] = "確認密碼";
$strings["email"] = "電子郵件";
$strings["home_phone"] = "住宅電話";
$strings["mobile_phone"] = "行動電話";
$strings["fax"] = "傳真號碼";
$strings["permissions"] = "用戶權限";
$strings["administrator_permissions"] = "系統管理者";
$strings["project_manager_permissions"] = "專案經理";
$strings["user_permissions"] = "一般用戶";
$strings["account_created"] = "被建立於";
$strings["edit_user"] = "編輯用戶";
$strings["edit_user_details"] = "編輯用戶資料";
$strings["change_user_password"] = "變更用戶密碼";
$strings["select_permissions"] = "請選擇用戶權限";
$strings["add_user"] = "新增用戶";
$strings["enter_user_details"] = "請輸入用戶詳細資料";
$strings["enter_password"] = "請輸入用戶密碼";
$strings["success_logout"] = "您已成功登出。您可以輸入用戶名稱和密碼再次登入。";
$strings["invalid_login"] = "用戶名稱或密碼輸入錯誤,請再重新輸入一次";
$strings["profile"] = "用戶簡介";
$strings["user_details"] = "用戶詳細資料";
$strings["edit_user_account"] = "編輯用戶資料";
$strings["no_permissions"] = "您沒有足夠的權限執行這個動作";
$strings["discussion"] = "討論";
$strings["retired"] = "是否有人回覆";
$strings["last_post"] = "最後發表日期";
$strings["post_reply"] = "Post Reply";
$strings["posted_by"] = "發表人";
$strings["when"] = "發表日期";
$strings["post_to_discussion"] = "Post to Discussion";
$strings["message"] = "Message";
$strings["delete_reports"] = "Delete Reports";
$strings["delete_projects"] = "Delete Projects";
$strings["delete_organizations"] = "Delete Client Organizations";
$strings["delete_organizations_note"] = "Note: This will delete all client users for these client organizations, and disassociate all open projects from these client organizations.";
$strings["delete_messages"] = "Delete Messages";
$strings["attention"] = "注意";
$strings["delete_teamownermix"] = "Removal successful, but the project owner cannot be removed from the project team.";
$strings["delete_teamowner"] = "You cannot remove the project owner from the project team.";
$strings["enter_keywords"] = "請輸入關鍵字";
$strings["search_options"] = "關鍵字和搜尋條件";
$strings["search_note"] = "您必須輸入搜尋條件";
$strings["search_results"] = "搜尋結果";
$strings["users"] = "用戶";
$strings["search_for"] = "搜尋";
$strings["results_for_keywords"] = "關鍵字查詢結果";
$strings["add_discussion"] = "增加討論";
$strings["delete_users"] = "刪除用戶帳號";
$strings["reassignment_user"] = "專案和工作重新指派";
$strings["there"] = "目前有";
$strings["owned_by"] = "為此用戶負責";
$strings["reassign_to"] = "在刪除此用戶前,請重新指派為";
$strings["no_files"] = "No files linked";
$strings["published"] = "是否發佈";
$strings["project_site"] = "Project Site";
$strings["approval_tracking"] = "Approval Tracking";
$strings["size"] = "Size";
$strings["add_project_site"] = "Add to Project Site";
$strings["remove_project_site"] = "Remove from Project Site";
$strings["more_search"] = "More search options";
$strings["results_with"] = "Find Results With";
$strings["search_topics"] = "Search Topics";
$strings["search_properties"] = "Search Properties";
$strings["date_restrictions"] = "Date Restrictions";
$strings["case_sensitive"] = "Case Sensitive";
$strings["yes"] = "是";
$strings["no"] = "否";
$strings["sort_by"] = "排序方式:";
$strings["type"] = "Type";
$strings["date"] = "Date";
$strings["all_words"] = "all of the words";
$strings["any_words"] = "any of the words";
$strings["exact_match"] = "exact match";
$strings["all_dates"] = "所有日期";
$strings["between_dates"] = "選擇日期";
$strings["all_content"] = "所有內容";
$strings["all_properties"] = "All properties";
$strings["no_results_search"] = "The search returned no results.";
$strings["no_results_report"] = "The report returned no results.";
$strings["schema_date"] = "YYYY/MM/DD";
$strings["hours"] = "小時";
$strings["choice"] = "選擇";
$strings["missing_file"] = "檔案遺失!";
$strings["project_site_deleted"] = "The project site was successfully deleted.";
$strings["add_user_project_site"] = "The user was successfully granted permission to access the Project Site.";
$strings["remove_user_project_site"] = "User permission was successfully removed.";
$strings["add_project_site_success"] = "The addition to the project site succeeded.";
$strings["remove_project_site_success"] = "The removal from the project site succeeded.";
$strings["add_file_success"] = "Linked 1 content item.";
$strings["delete_file_success"] = "Unlinking succeeded.";
$strings["update_comment_file"] = "The file comment was updated successfully.";
$strings["session_false"] = "Session error";
$strings["logs"] = "系統日誌";
$strings["logout_time"] = "自動登出";
$strings["noti_foot1"] = "This notification was generated by PhpCollab.";
$strings["noti_foot2"] = "To view your PhpCollab Home Page, visit:";
$strings["noti_taskassignment1"] = "New task:";
$strings["noti_taskassignment2"] = "A task has been assigned to you:";
$strings["noti_moreinfo"] = "For more information, please visit:";
$strings["noti_prioritytaskchange1"] = "Task priority changed:";
$strings["noti_prioritytaskchange2"] = "The priority of the following task has changed:";
$strings["noti_statustaskchange1"] = "Task status changed:";
$strings["noti_statustaskchange2"] = "The status of the following task has changed:";
$strings["login_username"] = "您必須輸入用戶名稱";
$strings["login_password"] = "請輸入密碼";
$strings["login_clientuser"] = "This is a client user account. You cannot access PhpCollab with a client user account.";
$strings["user_already_exists"] = "There is already a user with this name. Please choose a variation of the user's name.";
$strings["noti_duedatetaskchange1"] = "Task due date changed:";
$strings["noti_duedatetaskchange2"] = "The due date of the following task has changed:";
$strings["company"] = "Company";
$strings["show_all"] = "Show All";
$strings["information"] = "資訊";
$strings["delete_message"] = "刪除此佈告";
$strings["project_team"] = "專案團隊";
$strings["document_list"] = "文件列表";
$strings["bulletin_board"] = "Bulletin Board";
$strings["bulletin_board_topic"] = "Bulletin Board Topic";
$strings["create_topic"] = "Create a New Topic";
$strings["topic_form"] = "Topic Form";
$strings["enter_message"] = "Enter your message";
$strings["upload_file"] = "Upload a File";
$strings["upload_form"] = "Upload Form";
$strings["upload"] = "上傳";
$strings["document"] = "文件";
$strings["approval_comments"] = "Approval Comments";
$strings["client_tasks"] = "Client Tasks";
$strings["team_tasks"] = "Team Tasks";
$strings["team_member_details"] = "Project Team Member Details";
$strings["client_task_details"] = "Client Task Details";
$strings["team_task_details"] = "Team Task Details";
$strings["language"] = "語言";
$strings["welcome"] = "歡迎";
$strings["your_projectsite"] = "to Your Project Site";
$strings["contact_projectsite"] = "If you have any questions about the extranet or the information found here, please contact the project lead";
$strings["company_details"] = "公司簡介";
$strings["database"] = "備份/回存資料庫";
$strings["company_info"] = "編輯您的公司資料";
$strings["create_projectsite"] = "Create Project Site";
$strings["projectsite_url"] = "Project Site URL";
$strings["design_template"] = "Design Template";
$strings["preview_design_template"] = "Preview Template Design";
$strings["delete_projectsite"] = "Delete Project Site";
$strings["add_file"] = "新增檔案";
$strings["linked_content"] = "相關文件";
$strings["edit_file"] = "Edit file details";
$strings["permitted_client"] = "Permitted Client Users";
$strings["grant_client"] = "Grant Permission to View Project Site";
$strings["add_client_user"] = "Add Client User";
$strings["edit_client_user"] = "Edit Client User";
$strings["client_user"] = "Client User";
$strings["client_change_status"] = "Change your status below when you have completed this task";
$strings["project_status"] = "Project Status";
$strings["view_projectsite"] = "View Project Site";
$strings["enter_login"] = "Enter your login to receive new password";
$strings["send"] = "Send";
$strings["no_login"] = "Login not found in database";
$strings["email_pwd"] = "Password sent";
$strings["no_email"] = "User without email";
$strings["forgot_pwd"] = "忘記了密碼?";
$strings["project_owner"] = "You can make changes only on your own projects.";
$strings["connected"] = "是否連線";
$strings["session"] = "Session";
$strings["last_visit"] = "最後上線時間";
$strings["compteur"] = "上線次數";
$strings["ip"] = "Ip";
$strings["task_owner"] = "您並不是此專案的團隊成員";
$strings["export"] = "匯出";
$strings["browse_cvs"] = "Browse CVS";
$strings["repository"] = "CVS Repository";
$strings["reassignment_clientuser"] = "Task Reassignment";
$strings["organization_already_exists"] = "That name is already in use in the system. Please choose another.";
$strings["blank_organization_field"] = "You must enter the client organization name.";
$strings["blank_fields"] = "mandatory fiels";
$strings["projectsite_login_fails"] = "We are unable to confirm the user name and password combination.";
$strings["start_date"] = "開始日期";
$strings["completion"] = "完成日期";
$strings["update_available"] = "有更新的版本!";
$strings["version_current"] = "您目前所使用的版本是";
$strings["version_latest"] = "最新的版本是";
$strings["sourceforge_link"] = "請參閱phpCollab在Sourceforge中的主頁";
$strings["demo_mode"] = "目前是展示模式,此動作不被允許。";
$strings["setup_erase"] = "請刪除Setup.php檔案!!";
$strings["no_file"] = "未選擇任何檔案";
$strings["exceed_size"] = "超過檔案大小限制";
$strings["no_php"] = "Php file not allowed";
$strings["approval_date"] = "Approval date";
$strings["approver"] = "Approver";
$strings["error_database"] = "Can't connect to database";
$strings["error_server"] = "Can't connect to server";
$strings["version_control"] = "Version Control";
$strings["vc_status"] = "Status";
$strings["vc_last_in"] = "Date last modified";
$strings["ifa_comments"] = "Approval comments";
$strings["ifa_command"] = "Change approval status";
$strings["vc_version"] = "版本";
$strings["ifc_revisions"] = "Peer Reviews";
$strings["ifc_revision_of"] = "Review of version";
$strings["ifc_add_revision"] = "Add Peer Review";
$strings["ifc_update_file"] = "Update file";
$strings["ifc_last_date"] = "Date last modified";
$strings["ifc_version_history"] = "Version History";
$strings["ifc_delete_file"] = "Delete file and all child versions & reviews";
$strings["ifc_delete_version"] = "Delete Selected Version";
$strings["ifc_delete_review"] = "Delete Selected Review";
$strings["ifc_no_revisions"] = "There are currently no revisions of this document";
$strings["unlink_files"] = "Unlink Files";
$strings["remove_team"] = "刪除團隊成員";
$strings["remove_team_info"] = "確認要從專案團隊中刪除這些成員?";
$strings["remove_team_client"] = "Remove Permission to View Project Site";
$strings["note"] = "Note";
$strings["notes"] = "Notes";
$strings["subject"] = "主旨";
$strings["delete_note"] = "Delete Notes Entries";
$strings["add_note"] = "Add Note Entry";
$strings["edit_note"] = "Edit Note Entry";
$strings["version_increm"] = "Select the version change to apply:";
$strings["url_dev"] = "Development site url";
$strings["url_prod"] = "Final site url";
$strings["note_owner"] = "You can make changes only on your own notes.";
$strings["alpha_only"] = "Alpha-numeric only in login";
$strings["edit_notifications"] = "編輯電子郵件通知項目";
$strings["edit_notifications_info"] = "選擇您希望收到電子郵件通知的項目";
$strings["select_deselect"] = "選擇/取消 全部";
$strings["noti_addprojectteam1"] = "Added to project team :";
$strings["noti_addprojectteam2"] = "You have been added to the project team for :";
$strings["noti_removeprojectteam1"] = "Removed from project team :";
$strings["noti_removeprojectteam2"] = "You have been removed from the project team for :";
$strings["noti_newpost1"] = "New post :";
$strings["noti_newpost2"] = "A post was added to the following discussion :";
$strings["edit_noti_taskassignment"] = "I am assigned to a new task.";
$strings["edit_noti_statustaskchange"] = "The status of one of my tasks changes.";
$strings["edit_noti_prioritytaskchange"] = "The priority of one of my tasks changes.";
$strings["edit_noti_duedatetaskchange"] = "The due date of one of my tasks changes.";
$strings["edit_noti_addprojectteam"] = "I am added to a project team.";
$strings["edit_noti_removeprojectteam"] = "I am removed from a project team.";
$strings["edit_noti_newpost"] = "A new post is made to a discussion.";
$strings["add_optional"] = "Add an optional";
$strings["assignment_comment_info"] = "新增工作指派註解";
$strings["my_notes"] = "My Notes";
$strings["edit_settings"] = "系統設定";
$strings["max_upload"] = "Max file size";
$strings["project_folder_size"] = "Project folder size";
$strings["calendar"] = "Calendar";
$strings["date_start"] = "Start date";
$strings["date_end"] = "End date";
$strings["time_start"] = "Start time";
$strings["time_end"] = "End time";
$strings["calendar_reminder"] = "Reminder";
$strings["shortname"] = "Short name";
$strings["calendar_recurring"] = "Event recurs every week on this day";
$strings["edit_database"] = "Edit database";
$strings["noti_newtopic1"] = "New discussion :";
$strings["noti_newtopic2"] = "A new discussion was added to the following project :";
$strings["edit_noti_newtopic"] = "A new discussion topic was created.";
$strings["today"] = "Today";
$strings["previous"] = "Previous";
$strings["next"] = "Next";
$strings["help"] = "Help";
$strings["complete_date"] = "Complete date";
$strings["scope_creep"] = "Scope creep";
$strings["days"] = "Days";
$strings["logo"] = "Logo";
$strings["remember_password"] = "Remember Password";
$strings["client_add_task_note"] = "Note: The entered task is registered into the data base, appears here however only if it one assigned to a team member!";
$strings["noti_clientaddtask1"] = "Task added by client :";
$strings["noti_clientaddtask2"] = "A new task was added by client from project site to the following project :";
$strings["phase"] = "Phase";
$strings["phases"] = "Phases";
$strings["phase_id"] = "Phase ID";
$strings["current_phase"] = "Active phase(s)";
$strings["total_tasks"] = "Total Tasks";
$strings["uncomplete_tasks"] = "Uncompleted Tasks";
$strings["no_current_phase"] = "No phase is currently active";
$strings["true"] = "True";
$strings["false"] = "False";
$strings["enable_phases"] = "Enable Phases";
$strings["phase_enabled"] = "Phase Enabled";
$strings["order"] = "Order";
$strings["options"] = "Options";
$strings["support"] = "Support";
$strings["support_request"] = "Support Request";
$strings["support_requests"] = "Support Requests";
$strings["support_id"] = "Request ID";
$strings["my_support_request"] = "My Support Requests";
$strings["introduction"] = "Introduction";
$strings["submit"] = "Submit";
$strings["support_management"] = "Support Management";
$strings["date_open"] = "Date Opened";
$strings["date_close"] = "Date Closed";
$strings["add_support_request"] = "Add Support Request";
$strings["add_support_response"] = "Add Support Response";
$strings["respond"] = "Respond";
$strings["delete_support_request"] = "Support request deleted";
$strings["delete_request"] = "Delete support request";
$strings["delete_support_post"] = "Delete support post";
$strings["new_requests"] = "New requests";
$strings["open_requests"] = "Open requests";
$strings["closed_requests"] = "Complete requests";
$strings["manage_new_requests"] = "Manage new requests";
$strings["manage_open_requests"] = "Manage open requests";
$strings["manage_closed_requests"] = "Manage complete requests";
$strings["responses"] = "Responses";
$strings["edit_status"] = "Edit Status";
$strings["noti_support_request_new2"] = "You have submited a support request regarding: ";
$strings["noti_support_post2"] = "A new response has been added to your support request. Please review the details below.";
$strings["noti_support_status2"] = "Your support request has been updated. Please review the details below.";
$strings["noti_support_team_new2"] = "A new support request has been added to project: ";
//2.0
$strings["delete_subtasks"] = "Delete subtasks";
$strings["add_subtask"] = "Add subtask";
$strings["edit_subtask"] = "Edit subtask";
$strings["subtask"] = "Subtask";
$strings["subtasks"] = "Subtasks";
$strings["show_details"] = "Show details";
$strings["updates_task"] = "Task update history";
$strings["updates_subtask"] = "Subtask update history";
//2.1
$strings["go_projects_site"] = "Go to projects site";
$strings["bookmark"] = "Bookmark";
$strings["bookmarks"] = "Bookmarks";
$strings["bookmark_category"] = "Category";
$strings["bookmark_category_new"] = "New category";
$strings["bookmarks_all"] = "All";
$strings["bookmarks_my"] = "My Bookmarks";
$strings["my"] = "My";
$strings["bookmarks_private"] = "Private";
$strings["shared"] = "Shared";
$strings["private"] = "Private";
$strings["add_bookmark"] = "Add bookmark";
$strings["edit_bookmark"] = "Edit bookmark";
$strings["delete_bookmarks"] = "Delete bookmarks";
$strings["team_subtask_details"] = "Team Subtask Details";
$strings["client_subtask_details"] = "Client Subtask Details";
$strings["client_change_status_subtask"] = "Change your status below when you have completed this subtask";
$strings["disabled_permissions"] = "Disabled account";
$strings["user_timezone"] = "Timezone (GMT)";
//2.2
$strings["project_manager_administrator_permissions"] = "Project Manager Administrator";
$strings["bug"] = "Bug Tracking";
//2.3
$strings["report"] = "Report";
$strings["license"] = "License";
//2.4
$strings["settings_notwritable"] = "Settings.php file is not writable";
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.