Lahmizzar Muinela
2014-03-09 925555692e03e44e573d075b30196268c772bde4
commit | author | age
aa3945 1 ; Projectfork
LM 2 ; Copyright (C) 2006 - 2013 Tobias Kuhn. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.php
4 ; Note : All ini files need to be saved as UTF-8 - No BOM
5
6 ;
7 ; @since 4.2
8 ;
9 ; Notice: The following lang tokens have changed:
10 ; COM_PROJECTFORK_RULES_LABEL
11 ; COM_PROJECTFORK_RULES_NOTE
12
13 ; Projectfork 4.2 - Notifications
14 ; COM_PFREPO_NOTE_EMAIL_NEW_SUBJECT = "[%s] %s created a note: %s"
15 ; COM_PFREPO_NOTE_EMAIL_NEW_MESSAGE = "Dear %s,\n%s created the following note:\n\n%s\n\nSee the full note by visiting the link below:\n%s"
16 ; COM_PFREPO_NOTE_EMAIL_UPD_SUBJECT = "[%s] %s updated a note: %s"
17 ; COM_PFREPO_NOTE_EMAIL_UPD_MESSAGE = "Dear %s,\n%s updated the following note:\n\n%s\n\nSee the full note by visiting the link below:\n%s"
18 ; COM_PFREPO_FILE_EMAIL_NEW_SUBJECT = "[%s] %s uploaded a file: %s"
19 ; COM_PFREPO_FILE_EMAIL_NEW_MESSAGE = "Dear %s,\n%s uploaded the following file:\n\n%s\n\nDownload it by clicking the link below:\n%s"
20 ; COM_PFREPO_FILE_EMAIL_UPD_SUBJECT = "[%s] %s updated a file: %s"
21 ; COM_PFREPO_FILE_EMAIL_UPD_MESSAGE = "Dear %s,\n%s updated the following file:\n\n%s\n\nDownload it by visiting the link below:\n%s"
22 ; COM_PROJECTFORK_TOPIC_EMAIL_NEW_SUBJECT = "[%s] %s created a discussion topic: %s"
23 ; COM_PROJECTFORK_TOPIC_EMAIL_NEW_MESSAGE = "Dear %s,\n%s created the following discussion:\n\n%s\n\nSee the full discussion by visiting the link below:\n%s"
24 ; COM_PROJECTFORK_TASK_EMAIL_NEW_SUBJECT = "[%s] %s created a task: %s"
25 ; COM_PROJECTFORK_TASK_EMAIL_NEW_MESSAGE = "Dear %s,\n%s created the following task:\n\n%s\n\nSee the full task details by visiting the link below:\n%s"
26 ; COM_PROJECTFORK_MILESTONE_EMAIL_NEW_SUBJECT = "[%s] %s created a milestone: %s"
27 ; COM_PROJECTFORK_MILESTONE_EMAIL_NEW_MESSAGE = "Dear %s,\n%s created the following milestone:\n\n%s\n\nSee the full milestone details by visiting the link below:\n%s"
28
29 ; COM_PROJECTFORK_TASK_EMAIL_ASSIGN_SUBJECT = "[%s] %s assigned you to a task: %s"
30 ; COM_PROJECTFORK_TASK_EMAIL_ASSIGN_MESSAGE = "Dear %s,\n%s assigned you to the following task:\n\n%s\n\nSee the full task details by visiting the link below:\n%s"
31
32 ; Projectfork 4.2 - Projectfork
33 ; JOPTION_SELECT_GROUP = "- Select Group -"
34 ; JACTION_ADD_GROUP = "Add Group"
35 ; COM_PROJECTFORK_INCLUDING = "Including"
36 ; COM_PROJECTFORK_AND_MORE = "and more"
37 ; COM_PROJECTFORK_MANAGE_GROUP_MEMBERS = "Manage Group Members"
38 ; COM_PROJECTFORK_MANAGE_GROUP_PERMISSIONS = "Manage Group Permissions"
39 ; COM_PROJECTFORK_ADD_USERS = "Add Users"
40 ; COM_PROJECTFORK_REMOVE_USERS = "Remove Users"
41 ; COM_PROJECTFORK_MAINTENANCE_TOOLS = "Maintenance Tools"
42 ; COM_PROJECTFORK_START = "Start"
43 ; COM_PROJECTFORK_STOP = "Stop"
44 ; COM_PROJECTFORK_CHK_ASSET_STRUCT = "Check Asset Structure"
45 ; COM_PROJECTFORK_CHK_ASSET_STRUCT_DESC = "Corrects potential errors in the Projectfork asset structure."
46
47 ; Projectfork 4.2 - Repository
48 ; COM_PROJECTFORK_UPLOAD_ALLOWED_EXT = "Allowed file extensions:"
49 ; COM_PROJECTFORK_WARNING_INVALID_FILE_EXT = "Invalid file extension!"
50
51 ;
52 ; @since    4.1
53 ;
54
55 ; Projectfork 4.1 - Projectfork
56 ; COM_PROJECTFORK_CONFIG_USER_PROFILE_LINK_LABEL = "User Profile Link"
57 ; COM_PROJECTFORK_CONFIG_USER_PROFILE_LINK_DESC  = "Select where user profile links should point to in the frontend."
58 ; COM_PROJECTFORK_CONFIG_USER_PROFILE_AVATAR_LABEL = "User Profile Avatar"
59 ; COM_PROJECTFORK_CONFIG_USER_PROFILE_AVATAR_DESC = "Select a source for user profile images."
60
61 ; Projectfork 4.1 - Shared strings
62 ; COM_PROJECTFORK_UNCATEGORISED = "Uncategorised"
63 ; COM_PROJECTFORK_SEARCH_FILTER_TOOLTIP = "Search by title, author (Prefix author:) or ID (Prefix id:)."
cf2c15 64 COM_PFPROJECTS_PROJECT_TITLE = "پروژه"
LM 65 COM_PFMILESTONES_MILESTONE_TITLE = "رویداد"
66 COM_PFTASKS_TASK_TITLE = "وظیفه"
67 COM_PFUSERS_USER_TITLE = "پروفایل کاربر"
aa3945 68 ; COM_PFREPO_NOTE_TITLE = "Note"
LM 69 ; COM_PROJECTFORK_REMOVE = "Remove"
70 ; COM_PROJECTFORK_ACTION_BACK = "Back"
71
72 ; Projectfork 4.1 - Comments
73 ; COM_PFCOMMENTS_N_ITEMS_UNPUBLISHED = "%s comments unpublished."
74 ; COM_PFCOMMENTS_N_ITEMS_UNPUBLISHED_1 = "%s comment unpublished."
75 ; COM_PFCOMMENTS_N_ITEMS_PUBLISHED = "%s comments published."
76 ; COM_PFCOMMENTS_N_ITEMS_PUBLISHED_1 = "%s comment published."
77 ; COM_PFCOMMENTS_N_ITEMS_ARCHIVED = "%s comments archived."
78 ; COM_PFCOMMENTS_N_ITEMS_ARCHIVED_1 = "%s comment archived."
79 ; COM_PFCOMMENTS_N_ITEMS_TRASHED = "%s comments trashed."
80 ; COM_PFCOMMENTS_N_ITEMS_TRASHED_1 = "%s comment trashed."
81 ; COM_PFCOMMENTS_N_ITEMS_CHECKED_IN = "%s comments checked-in."
82 ; COM_PFCOMMENTS_N_ITEMS_CHECKED_IN_1 = "%s comment checked-in."
83 ; COM_PFCOMMENTS_N_ITEMS_DELETED = "%s comments deleted."
84 ; COM_PFCOMMENTS_N_ITEMS_DELETED_1 = "%s comment deleted."
85
86 ; Projectfork 4.1 - Time Tracking
87 ; COM_PROJECTFORK_TIME_RECORDER_TITLE = "Time Recorder"
88 ; COM_PROJECTFORK_TIME_RECORDER_OPEN = "Open Recorder"
89 ; COM_PROJECTFORK_TIME_REC_TT_PAUSE_ALL = "Pause all"
90 ; COM_PROJECTFORK_TIME_REC_TT_RESUME_ALL = "Resume all"
91 ; COM_PROJECTFORK_TIME_REC_TT_REMOVE_COMPLETE_ALL = "Remove and complete all"
92 ; COM_PROJECTFORK_TIME_REC_TT_REMOVE_ALL = "Remove all"
93 ; COM_PROJECTFORK_TIME_REC_REMOVE_COMPLETE = "Remove And Complete"
94 ; COM_PROJECTFORK_TIME_REC_NO_ITEM_SELECTED = "Please select a task!"
95 ; COM_PROJECTFORK_TIME_REC_NOTICE_EMPTY = "The recorder is empty. You can add records from the task list."
96 ; COM_PROJECTFORK_TIME_REC_NOTICE = "Closing this window will stop recording. However, the records remain in the list until you log out or remove them manually."
97
98 ; Projectfork 4.1 - Tasks
99 ; COM_PROJECTFORK_TASKS_TRACK_TIME = "Track Time"
100 ; JOPTION_SELECT_COMPLETITION = "- Select Complete -"
101
102 ; Projectfork 4.1 - Repository
103 ; COM_PROJECTFORK_ORPHANED_REPO = "This repository is orphaned because the project no longer exists."
104 ; COM_PROJECTFORK_AJAX_UPLOAD_CLICK = "Click in this area to upload a file"
105 ; COM_PROJECTFORK_AJAX_UPLOAD_DD = "Drag&Drop files in this area to upload"
106 ; COM_PFREPO_N_ITEMS_CHECKED_IN = "%s elements checked-in."
107 ; COM_PFREPO_N_ITEMS_CHECKED_IN_1 = "%s element checked-in."
108 ; COM_PROJECTFORK_WARNING_FILE_STREAM_ERROR_1 = "Failed to open stream."
109 ; COM_PROJECTFORK_WARNING_FILE_STREAM_ERROR_2 = "Failed to create temporary file."
110 ; COM_PROJECTFORK_WARNING_FILE_STREAM_ERROR_3 = "Failed to stream to temporary file."
111 ; COM_PROJECTFORK_WARNING_FILE_STREAM_ERROR_4 = "Failed to create file at destination."
112 ; COM_PROJECTFORK_WARNING_FILE_STREAM_ERROR_5 = "Failed to stream file to destination."
113 ; COM_PROJECTFORK_WARNING_FILE_UPLOAD_ERROR_9 = "%s exceeded the maximum post size limit, as defined in the PHP setting post_max_size (%s)."
114 ; COM_PROJECTFORK_WARNING_FILE_UPLOAD_ERROR_10 = "The file must be of the same type as the original."
115 ; COM_PROJECTFORK_WARNING_FILE_HEAD_NOT_FOUND = "HEAD revision file record not found."
116 ; COM_PROJECTFORK_WARNING_FILE_HEAD_FILE_NOT_FOUND = "HEAD revision file not found."
117 ; COM_PROJECTFORK_VIEW_REVISIONS = "View Revisions"
118 ; COM_PROJECTFORK_REV_ROOT = "Root"
119 ; COM_PROJECTFORK_REV_ROOT_DESC = "The original file"
120 ; COM_PROJECTFORK_REV_HEAD = "Head"
121 ; COM_PROJECTFORK_REV_HEAD_DESC = "The latest revision of the file"
122 ; COM_PROJECTFORK_REV_DESC = "Revision number"
123 ; COM_PROJECTFORK_PAGE_VIEW_FILE_REVISIONS = "File Revisions"
124 ; COM_PROJECTFORK_DOWNLOAD = "Download"
125 ; COM_PROJECTFORK_PAGE_VIEW_NOTE_REVISIONS = "File Revisions"
126 ; COM_PROJECTFORK_PAGE_VIEW_NOTE = "File Repository: View Note"
127 ; COM_PROJECTFORK_VIEW_NOTE = "View Note"
128
129 ;
130 ; @since    4.0
131 ;
132
133 ; Projectfork 4.0 - Shared strings
134 COM_PROJECTFORK = "مدیریت پروژه"
135 JGRID_HEADING_START_DATE = "تاریخ شروع"
136 JGRID_HEADING_DEADLINE = "تاریخ پایان"
137 JGRID_HEADING_CREATED_ON = "ایجاد شده در"
138 DATE_NOT_SET = "اختصاص داده نشده"
139 COM_PROJECTFORK_FIELD_CATEGORY_DESC =  "مجموعه"
140 COM_PROJECTFORK_FIELD_CREATED_BY_LABEL = "ایجاد شده توسط"
141 COM_PROJECTFORK_FIELD_CREATED_BY_DESC = "در این قسمت شما می توانید مالک این آیتم را تغییر دهید."
142 COM_PROJECTFORK_FIELD_DESCRIPTION_LABEL = "توضیحات"
143 COM_PROJECTFORK_FIELD_DESCRIPTION_DESC = "متن توضیحات را وارد کنید"
144 COM_PROJECTFORK_FIELD_DEADLINE_LABEL = "تاریخ پایان"
145 COM_PROJECTFORK_FIELD_PROJECT_LABEL = "پروژه"
cf2c15 146 COM_PROJECTFORK_FIELD_PROJECT_DESC = "انتخاب یک پروژه برای این ایتم."
aa3945 147 COM_PROJECTFORK_FIELD_WEBSITE_LABEL = "وب سایت"
LM 148 ; COM_PROJECTFORK_FIELD_WEBSITE_VISIT_LABEL = "Visit"
149 COM_PROJECTFORK_FIELD_EMAIL_LABEL = "ایمیل"
150 COM_PROJECTFORK_FIELD_PHONE_LABEL = "تلفن"
cf2c15 151 COM_PROJECTFORK_FIELD_START_DATE_LABEL = "تاریخ شروع"
LM 152 COM_PROJECTFORK_FIELD_START_DATE_OPTIONAL_DESC = "تاریخ شروع اختیاری برای این آیتم را انتخاب کنید."
aa3945 153 COM_PROJECTFORK_FIELD_DEADLINE_LABEL = "تاریخ پایان"
cf2c15 154 COM_PROJECTFORK_FIELD_DEADLINE_OPTIONAL_LABEL = "انتخاب یک مهلت اختیاری برای این آیتم."
LM 155 COM_PROJECTFORK_FIELD_PROJECT_REQ = "این فیلد پس از انتخاب پروژه در دسترس خواهد بود."
156 COM_PROJECTFORK_FIELD_TASKLIST_EMPTY = "هیچ لیست های کار در دسترس برای انتخاب فعلی شما وجود ندارد."
157 COM_PROJECTFORK_FIELD_MILESTONE_EMPTY = "هیچ رویدادی در دسترس برای انتخاب فعلی شما وجود ندارد."
aa3945 158 ; COM_PROJECTFORK_FIELD_TASK_EMPTY = "There are no tasks available for your current selection."
LM 159 COM_PROJECTFORK_FIELD_TASKLIST_LABEL = "لیست وظایف"
cf2c15 160 COM_PROJECTFORK_FIELD_TASKLIST_DESC = "انتخاب یک لیست وظیفه برای این آیتم."
aa3945 161 COM_PROJECTFORK_FIELD_REFUSER_LABEL = "انتخاب کاربر"
cf2c15 162 COM_PROJECTFORK_FIELD_CLEAR_LABEL = "پاک کردن"
LM 163 COM_PROJECTFORK_FIELD_PRIORITY_LABEL = "اولویت"
164 COM_PROJECTFORK_FIELD_COMPLETE_LABEL = "کامل"
165 COM_PROJECTFORK_FIELD_PRIORITY_DESC = "انتخاب اولویت برای این آیتم "
aa3945 166 COM_PROJECTFORK_FIELDSET_PUBLISHING = "انتشار"
LM 167 ; COM_PROJECTFORK_FIELDSET_ATTACHMENTS = "Attachments"
cf2c15 168 COM_PROJECTFORK_DETAILS_FIELDSET = "جزئیات"
LM 169 COM_PROJECTFORK_FIELDSET_ASSIGNED_USERS = "کاربران اختصاص یافته شده."
aa3945 170 ; COM_PROJECTFORK_FIELDSET_RULES = "Permissions"
LM 171 ; COM_PROJECTFORK_RULES_LABEL = "Select, and then add the group you wish to grant access to this item."
172 ; COM_PROJECTFORK_RULES_NOTE = "Click on the title of a group to configure the permissions."
173 JGRID_HEADING_PROJECT = "پروژه"
cf2c15 174 JGRID_HEADING_MILESTONE = "رویداد"
aa3945 175 JGRID_HEADING_TASKLIST = "لیست وظایف"
LM 176 JGRID_HEADING_DESCRIPTION = "توضیحات"
cf2c15 177 COM_PROJECTFORK_SELECT_A_PROJECT = "انتخاب یک پروژه"
LM 178 COM_PROJECTFORK_SELECT_PROJECT = "انتخاب پروژه"
aa3945 179 COM_PROJECTFORK_FIELDSET_ACCESS = "تنظیمات دسترسی"
cf2c15 180 COM_PROJECTFORK_OPTION_INHERIT_FROM_PROJECT = "- مالکیت از پروژه )%S( -"
LM 181 COM_PROJECTFORK_OPTION_INHERIT_FROM_MILESTONE = "- مالکیت از رویداد )%s( -"
182 COM_PROJECTFORK_OPTION_INHERIT_FROM_TASKLIST = "- مالکیت از لیست وظیفه )%s( -"
aa3945 183 ; COM_PROJECTFORK_OPTION_INHERIT_FROM_TOPIC = "- Inherit From Topic (%s) -"
LM 184 ; COM_PROJECTFORK_OPTION_INHERIT_FROM_TASK = "- Inherit From Task (%s) -"
cf2c15 185 COM_PROJECTFORK_OPTION_SELECT_TASKLIST = "- انتخاب یک لیست وظیفه -"
LM 186 COM_PROJECTFORK_OPTION_SELECT_MILESTONE = "- انتخاب یک رویداد -"
187 COM_PROJECTFORK_OPTION_CREATE_NEW_ACCESS = "- ساخت سطح دسترسی جدید -"
aa3945 188 ; COM_PROJECTFORK_WARNING_SELECT_PROJECT = "Please select a project!"
cf2c15 189 COM_PROJECTFORK_FIELD_MILESTONE_LABEL = "رویداد"
LM 190 COM_PROJECTFORK_FIELD_MILESTONE_DESC = "انتخاب یک رویداد. شما می باید ابتدا یک پروژه را انتخاب کنید!"
aa3945 191 ; COM_PROJECTFORK_NO_DESC = "No description"
LM 192 COM_PROJECTFORK_PRIORITY_VERY_LOW = "بسیار پایین"
193 COM_PROJECTFORK_PRIORITY_LOW = "پایین"
194 COM_PROJECTFORK_PRIORITY_MEDIUM = "متوسط"
195 COM_PROJECTFORK_PRIORITY_HIGH = "زیاد"
196 COM_PROJECTFORK_PRIORITY_VERY_HIGH = "خیلی زیاد"
cf2c15 197 JOPTION_SELECT_MILESTONE = "- انتخاب رویداد -"
aa3945 198 ; COM_PROJECTFORK_WARNING_PROVIDE_VALID_TITLE = "Please enter a valid title!"
LM 199 ; COM_PROJECTFORK_WARNING_PROVIDE_VALID_DESC = "Please enter a valid description!"
200 ; COM_PROJECTFORK_WARNING_NOT_AN_IMAGE = "The selected file is not a valid image!"
201 ; JLIB_DATABASE_ERROR_TOPIC_UNIQUE_ALIAS = "A topic with this title already exists!"
202 COM_PROJECTFORK_FIELD_TASK_LABEL = "وظایف"
203 COM_PROJECTFORK_FIELD_TASK_DESC = "انتخاب وظیفه"
204 ; COM_PROJECTFORK_OPTION_SELECT_TASK = "- Select a Task -"
205 ; COM_PROJECTFORK_FIELD_RATE_LABEL = "Hourly Rate"
206 ; COM_PROJECTFORK_FIELD_RATE_DESC = "Price per working hour"
207 ; COM_PROJECTFORK_FIELD_TIME_ESTIMATE = "Estimated Time"
208 ; COM_PROJECTFORK_BATCH_OPTIONS = "Batch processing options"
209 JAUTO = "اتوماتیک"
210 JACTION_SELECT = "انتخاب"
211 JACTION_DELETE_IMAGE = "حذف تصویر"
212 ; JACTION_ADD_USER = "Add User"
213 ; COM_PROJECTFORK_REORDER_DISABLED = "<strong>Sorting disabled.</strong> Select a project to enable manual sorting."
214 ; COM_PROJECTFORK_REORDER_ENABLED = "<strong>Sorting enabled.</strong> To change the order of an item, hold-click on it, then drag it around."
215
216 ; Projectfork 4.0 - Main Submenu
217 COM_PROJECTFORK_SUBMENU_CATEGORIES = "مجموعه ها"
218 COM_PROJECTFORK_SUBMENU_PROJECTS = "پروژه ها"
219 COM_PROJECTFORK_SUBMENU_MILESTONES = "مراحل مهم"
220 COM_PROJECTFORK_SUBMENU_TASKLISTS = "لیست وظایف"
221 COM_PROJECTFORK_SUBMENU_TASKS = "وظایف"
222 ; COM_PROJECTFORK_SUBMENU_DISCUSSIONS = "Discussions"
223 ; COM_PROJECTFORK_SUBMENU_REPLIES = "Replies"
224 COM_PROJECTFORK_SUBMENU_TIME_TRACKING = "پیگیری زمان"
225 COM_PROJECTFORK_SUBMENU_COMMENTS = "نظرات"
226 COM_PROJECTFORK_SUBMENU_REPO = "فایل ها"
227 COM_PROJECTFORK_SUBMENU_FORUM = "فروم"
228
229 ; Projectfork 4.0 - Configuration
230 ; COM_PROJECTFORK_CONFIGURATION = "Projectfork Configuration"
231 COM_PROJECTFORK_CONFIG_GENERAL_LABEL = "عمومی"
232 ; COM_PROJECTFORK_CONFIG_GENERAL_DESC = "These settings handle general features across Projectfork."
233 ; COM_PROJECTFORK_CONFIG_DATE_FORMAT_LABEL = "Date Format"
234 ; COM_PROJECTFORK_CONFIG_COMPAT_LABEL = "Integration"
235 ; COM_PROJECTFORK_CONFIG_COMPAT_DESC = "These settings handle features related to compatibility and integration with other extensions."
236 ; COM_PROJECTFORK_CONFIG_CSS_LABEL = "Load CSS"
237 ; COM_PROJECTFORK_CONFIG_CSS_DESC = "Load Projectfork frontend core CSS. Recommended you leave this turned ON."
238 ; COM_PROJECTFORK_CONFIG_BOOTSTRAP_CSS_LABEL = "Load Bootstrap CSS"
239 ; COM_PROJECTFORK_CONFIG_BOOTSTRAP_CSS_DESC = "Bootstrap is a HTML 5 UI framework developed by Twitter. Projectfork makes heavy use of it in the frontend."
240 ; COM_PROJECTFORK_CONFIG_BOOTSTRAP_JS_LABEL = "Load Bootstrap JS"
241 ; COM_PROJECTFORK_CONFIG_BOOTSTRAP_JS_DESC = "Bootstrap is a HTML 5 UI framework developed by Twitter. Projectfork makes heavy use of it in the frontend."
242 ; COM_PROJECTFORK_CONFIG_JQUERY_SITE_LABEL = "Load jQuery - Site"
243 ; COM_PROJECTFORK_CONFIG_JQUERY_ADMIN_LABEL = "Load jQuery - Admin"
244 ; COM_PROJECTFORK_CONFIG_JQUERY_DESC = "jQuery is a javascript library which Projectfork requires in order to function properly."
245 ; COM_PROJECTFORK_CONFIG_CURRENCY_CODE_LABEL = "Currency Code"
246 ; COM_PROJECTFORK_CONFIG_CURRENCY_CODE_DESC = "Currency code according to the ISO 4217 standard"
247 ; COM_PROJECTFORK_CONFIG_CURRENCY_SIGN_LABEL = "Currency Sign"
248 ; COM_PROJECTFORK_CONFIG_CURRENCY_SIGN_DESC = "Graphic symbol used as a shorthand for the currency name"
249 ; COM_PROJECTFORK_CONFIG_DECIMAL_DELIMITER_LABEL = "Decimal Delimiter"
250 ; COM_PROJECTFORK_CONFIG_DECIMAL_DELIMITER_DESC = "Symbol for the decimal mark"
251 ; COM_PROJECTFORK_CONFIG_THOUSANDS_DELIMITER_LABEL = "Thousands Delimiter"
252 ; COM_PROJECTFORK_CONFIG_THOUSANDS_DELIMITER_DESC = "Symbol for the thousands mark"
253 ; COM_PROJECTFORK_CONFIG_CURRENCY_POS_LABEL = "Currency Position"
254 ; COM_PROJECTFORK_CONFIG_CURRENCY_POS_DESC = "Position the currency code/symbol before or after the amount"
255 ; COM_PROJECTFORK_CONFIG_CURRENCY_POS_BEFORE_OPTION = "Before"
256 ; COM_PROJECTFORK_CONFIG_CURRENCY_POS_AFTER_OPTION = "After"
257
258
259 ; Projectfork 4.0 - Dashboard
260 ; COM_PROJECTFORK_DASHBOARD_TITLE = "Dashboard"
261 ; COM_PROJECTFORK_DASHBOARD_CONFIG = "Config"
262
263 ; Projectfork 4.0 - Projects
264 COM_PROJECTFORK_PROJECTS_TITLE = "پروژه ها"
265 COM_PROJECTFORK_PROJECT_TITLE = "پروژه"
266 ; COM_PROJECTFORK_NEW_PROJECT = "New Project"
267 ; COM_PROJECTFORK_EDIT_PROJECT = "Edit Project"
268 ; COM_PROJECTFORK_PAGE_ADD_PROJECT = "Projects: New Project"
269 ; COM_PROJECTFORK_PAGE_VIEW_PROJECT = "Projects: View Project"
270 ; COM_PROJECTFORK_PAGE_EDIT_PROJECT = "Projects: Edit Project"
271 ; COM_PROJECTFORK_FIELD_PROJECT_START_DATE_LABEL = "Project Start"
272 ; COM_PROJECTFORK_FIELD_PROJECT_START_DATE_DESC = "Set an optional project start date."
273 ; COM_PROJECTFORK_FIELD_PROJECT_END_DATE_DESC = "Set an optional project deadline. To remove the deadline, remove the date."
274 ; COM_PROJECTFORK_FIELD_PROJECT_MANAGER_LABEL = "Project Manager"
275 ; COM_PROJECTFORK_FIELD_PROJECT_MANAGER_DESC = "Here you can change the name of the project manager."
276 ; COM_PROJECTFORK_FIELD_PROJECT_WEBSITE_DESC = "Enter the URL of the project website."
277 ; COM_PROJECTFORK_FIELD_PROJECT_EMAIL_DESC = "Enter the contact email address of this project."
278 ; COM_PROJECTFORK_FIELD_PROJECT_PHONE_DESC = "Enter the contact phone number of this project."
cf2c15 279 COM_PROJECTFORK_FIELD_SELECT_PROJECT_LABEL = "انتخاب پروژه"
aa3945 280 ; COM_PROJECTFORK_FIELD_SELECT_PROJECT_DESC = "Select a project"
LM 281 ; COM_PROJECTFORK_FIELD_PROJECT_IMG_LABEL = "Image"
282 ; COM_PROJECTFORK_FIELD_PROJECT_IMG_DESC = "Upload a project logo or image"
283 ; COM_PROJECTFORK_PROJECTS_N_ITEMS_UNPUBLISHED = "%s projects unpublished."
284 ; COM_PROJECTFORK_PROJECTS_N_ITEMS_UNPUBLISHED_1 = "%s project unpublished."
285 ; COM_PROJECTFORK_PROJECTS_N_ITEMS_PUBLISHED = "%s projects published."
286 ; COM_PROJECTFORK_PROJECTS_N_ITEMS_PUBLISHED_1 = "%s project published."
287 ; COM_PROJECTFORK_PROJECTS_N_ITEMS_ARCHIVED = "%s projects archived."
288 ; COM_PROJECTFORK_PROJECTS_N_ITEMS_ARCHIVED_1 = "%s project archived."
289 ; COM_PROJECTFORK_PROJECTS_N_ITEMS_TRASHED = "%s projects trashed."
290 ; COM_PROJECTFORK_PROJECTS_N_ITEMS_TRASHED_1 = "%s project trashed."
291 ; COM_PROJECTFORK_PROJECTS_N_ITEMS_CHECKED_IN = "%s projects checked-in."
292 ; COM_PROJECTFORK_PROJECTS_N_ITEMS_CHECKED_IN_1 = "%s project checked-in."
293 ; COM_PROJECTFORK_PROJECTS_N_ITEMS_DELETED = "%s projects deleted."
294 ; COM_PROJECTFORK_PROJECTS_N_ITEMS_DELETED_1 = "%s project deleted."
295 ; COM_PROJECTFORK_ERROR_PROJECT_UNIQUE_ALIAS = "A project with this title already exists!"
296 ; COM_PROJECTFORK_ERROR_PROJECT_ACCESS_DENIED = "You are not allowed to access this project!"
297 ; COM_PROJECTFORK_ERROR_PROJECT_NOT_FOUND = "Project not found!"
298 ; COM_PROJECTFORK_INFO_NEW_ACTIVE_PROJECT = "%s is now your active project."
299
300 ; Projectfork 4.0 - Milestones
301 COM_PROJECTFORK_MILESTONES_TITLE = "مراحل مهم"
302 ; COM_PROJECTFORK_NEW_MILESTONE = "New Milestone"
303 ; COM_PROJECTFORK_EDIT_MILESTONE = "Edit Milestone"
304 ; COM_PROJECTFORK_PAGE_ADD_MILESTONE = "Milestones: New Milestone"
305 ; COM_PROJECTFORK_PAGE_VIEW_MILESTONE = "Milestones: View Milestone"
306 ; COM_PROJECTFORK_PAGE_EDIT_MILESTONE = "Milestones: Edit Milestone"
307 ; COM_PROJECTFORK_MILESTONES_N_ITEMS_UNPUBLISHED = "%s milestones unpublished."
308 ; COM_PROJECTFORK_MILESTONES_N_ITEMS_UNPUBLISHED_1 = "%s milestone unpublished."
309 ; COM_PROJECTFORK_MILESTONES_N_ITEMS_PUBLISHED = "%s milestones published."
310 ; COM_PROJECTFORK_MILESTONES_N_ITEMS_PUBLISHED_1 = "%s milestone published."
311 ; COM_PROJECTFORK_MILESTONES_N_ITEMS_ARCHIVED = "%s milestones archived."
312 ; COM_PROJECTFORK_MILESTONES_N_ITEMS_ARCHIVED_1 = "%s milestone archived."
313 ; COM_PROJECTFORK_MILESTONES_N_ITEMS_TRASHED = "%s milestones trashed."
314 ; COM_PROJECTFORK_MILESTONES_N_ITEMS_TRASHED_1 = "%s milestone trashed."
315 ; COM_PROJECTFORK_MILESTONES_N_ITEMS_CHECKED_IN = "%s milestones checked-in."
316 ; COM_PROJECTFORK_MILESTONES_N_ITEMS_CHECKED_IN_1 = "%s milestone checked-in."
317 ; COM_PROJECTFORK_MILESTONES_N_ITEMS_DELETED = "%s milestones deleted."
318 ; COM_PROJECTFORK_MILESTONES_N_ITEMS_DELETED_1 = "%s milestone deleted."
319 ; JLIB_DATABASE_ERROR_MILESTONE_UNIQUE_ALIAS = "A milestone with this title already exists!"
320 ; COM_PROJECTFORK_ERROR_MILESTONE_ACCESS_DENIED = "You are not allowed to access this milestone!"
321 ; COM_PROJECTFORK_ERROR_MILESTONE_NOT_FOUND = "Milestone not found!"
322
323 ; Projectfork 4.0 - Task Lists
324 COM_PROJECTFORK_TASKLISTS_TITLE = "لیست وظایف"
325 ; COM_PROJECTFORK_NEW_TASKLIST = "New Task List"
326 ; COM_PROJECTFORK_EDIT_TASKLIST = "Edit Task List"
327 ; COM_PROJECTFORK_PAGE_ADD_TASKLIST = "Task Lists: Add New Task List"
328 ; COM_PROJECTFORK_PAGE_VIEW_TASKLIST = "Task Lists: View Task List"
329 ; COM_PROJECTFORK_PAGE_EDIT_TASKLIST = "Task Lists: Edit Task List"
330 ; COM_PROJECTFORK_TASKLISTS_N_ITEMS_UNPUBLISHED = "%s lists unpublished."
331 ; COM_PROJECTFORK_TASKLISTS_N_ITEMS_UNPUBLISHED_1 = "%s list unpublished."
332 ; COM_PROJECTFORK_TASKLISTS_N_ITEMS_PUBLISHED = "%s lists published."
333 ; COM_PROJECTFORK_TASKLISTS_N_ITEMS_PUBLISHED_1 = "%s list published."
334 ; COM_PROJECTFORK_TASKLISTS_N_ITEMS_ARCHIVED = "%s lists archived."
335 ; COM_PROJECTFORK_TASKLISTS_N_ITEMS_ARCHIVED_1 = "%s list archived."
336 ; COM_PROJECTFORK_TASKLISTS_N_ITEMS_TRASHED = "%s lists trashed."
337 ; COM_PROJECTFORK_TASKLISTS_N_ITEMS_TRASHED_1 = "%s list trashed."
338 ; COM_PROJECTFORK_TASKLISTS_N_ITEMS_CHECKED_IN = "%s lists checked-in."
339 ; COM_PROJECTFORK_TASKLISTS_N_ITEMS_CHECKED_IN_1 = "%s list checked-in."
340 ; COM_PROJECTFORK_TASKLISTS_N_ITEMS_DELETED = "%s lists deleted."
341 ; COM_PROJECTFORK_TASKLISTS_N_ITEMS_DELETED_1 = "%s list deleted."
342 ; JLIB_DATABASE_ERROR_TASKLIST_UNIQUE_ALIAS = "A list with this title already exists!"
343 ; COM_PROJECTFORK_ERROR_TASKLIST_ACCESS_DENIED = "You are not allowed to access this list!"
344 ; COM_PROJECTFORK_ERROR_TASKLIST_NOT_FOUND = "List not found!"
345
346 ; Projectfork 4.0 - Tasks
347 COM_PROJECTFORK_TASKS_TITLE = "وظایف"
348 COM_PROJECTFORK_TASK_TITLE = "وظایف"
349 ; COM_PROJECTFORK_NEW_TASK = "New Task"
350 ; COM_PROJECTFORK_EDIT_TASK = "Edit Task"
351 ; COM_PROJECTFORK_PAGE_ADD_TASK = "Tasks: New Task"
352 ; COM_PROJECTFORK_PAGE_EDIT_TASK = "Tasks: Edit Task"
353 ; COM_PROJECTFORK_TASK_FIELDSET_RULES = "Task Permissions"
354 ; COM_PROJECTFORK_TASK_ATTRIBS_FIELDSET_LABEL = "Task Options"
355 ; COM_PROJECTFORK_FIELD_REFUSER_TASK_DESC = "Assign a user to this task"
356 ; COM_PROJECTFORK_FIELD_TASK_COMPLETE_DESC = "Select whether this task is completed or not."
357 ; COM_PROJECTFORK_ASSIGNED_TO = "@"
358 ; COM_PROJECTFORK_ASSIGNED_TO_NOBODY = "Nobody"
359 ; JOPTION_SELECT_ASSIGNED_USER = "- Select Assigned User -"
925555 360 JOPTION_SELECT_TASKLIST = "- انتخاب لیست وظیفه -"
aa3945 361 ; COM_PROJECTFORK_FIELD_TASK_TIME_ESTIMATE_DESC = "Estimated minutes required to complete this task. You may also enter time in literal fashion. For example: "_QQ_"2 days"_QQ_" or "_QQ_"13 hours"_QQ_""
LM 362 ; COM_PROJECTFORK_TASKS_N_ITEMS_UNPUBLISHED = "%s tasks unpublished."
363 ; COM_PROJECTFORK_TASKS_N_ITEMS_UNPUBLISHED_1 = "%s task unpublished."
364 ; COM_PROJECTFORK_TASKS_N_ITEMS_PUBLISHED = "%s tasks published."
365 ; COM_PROJECTFORK_TASKS_N_ITEMS_PUBLISHED_1 = "%s task published."
366 ; COM_PROJECTFORK_TASKS_N_ITEMS_ARCHIVED = "%s tasks archived."
367 ; COM_PROJECTFORK_TASKS_N_ITEMS_ARCHIVED_1 = "%s task archived."
368 ; COM_PROJECTFORK_TASKS_N_ITEMS_TRASHED = "%s tasks trashed."
369 ; COM_PROJECTFORK_TASKS_N_ITEMS_TRASHED_1 = "%s task trashed."
370 ; COM_PROJECTFORK_TASKS_N_ITEMS_CHECKED_IN = "%s tasks checked-in."
371 ; COM_PROJECTFORK_TASKS_N_ITEMS_CHECKED_IN_1 = "%s task checked-in."
372 ; COM_PROJECTFORK_TASKS_N_ITEMS_DELETED = "%s tasks deleted."
373 ; COM_PROJECTFORK_TASKS_N_ITEMS_DELETED_1 = "%s task deleted."
374 ; COM_PROJECTFORK_WARNING_SELECT_TASK = "Please select a task!"
375 ; JLIB_DATABASE_ERROR_TASK_UNIQUE_ALIAS = "A task with this title already exists!"
376 ; JLIB_DATABASE_ERROR_TASKLIST_UNIQUE_ALIAS = "A list with this title already exists!"
377 ; COM_PROJECTFORK_TASKS_NOT_ASSIGNED = "You are not assigned to this task"
378 ; COM_PROJECTFORK_TASKS_NOT_STARTED = "This task has not yet started"
379 ; COM_PROJECTFORK_TASKS_DEPENDS_ON = "This task depends on"
380
381 ; Projectfork 4.0 - Topics
382 ; COM_PROJECTFORK_DISCUSSIONS_TITLE = "Discussions"
383 ; COM_PROJECTFORK_NEW_TOPIC = "New topic"
384 ; COM_PROJECTFORK_EDIT_TOPIC = "Edit topic"
385 ; COM_PROJECTFORK_PAGE_ADD_TOPIC = "Discussions: Add Topic"
386 ; COM_PROJECTFORK_PAGE_EDIT_TOPIC = "Discussions: Edit Topic"
387 ; COM_PROJECTFORK_TOPICS_N_ITEMS_UNPUBLISHED = "%s topics unpublished."
388 ; COM_PROJECTFORK_TOPICS_N_ITEMS_UNPUBLISHED_1 = "%s topic unpublished."
389 ; COM_PROJECTFORK_TOPICS_N_ITEMS_PUBLISHED = "%s topics published."
390 ; COM_PROJECTFORK_TOPICS_N_ITEMS_PUBLISHED_1 = "%s topic published."
391 ; COM_PROJECTFORK_TOPICS_N_ITEMS_ARCHIVED = "%s topics archived."
392 ; COM_PROJECTFORK_TOPICS_N_ITEMS_ARCHIVED_1 = "%s topic archived."
393 ; COM_PROJECTFORK_TOPICS_N_ITEMS_TRASHED = "%s topics trashed."
394 ; COM_PROJECTFORK_TOPICS_N_ITEMS_TRASHED_1 = "%s topic trashed."
395 ; COM_PROJECTFORK_TOPICS_N_ITEMS_CHECKED_IN = "%s topics checked-in."
396 ; COM_PROJECTFORK_TOPICS_N_ITEMS_CHECKED_IN_1 = "%s topic checked-in."
397 ; COM_PROJECTFORK_TOPICS_N_ITEMS_DELETED = "%s topics deleted."
398 ; COM_PROJECTFORK_TOPICS_N_ITEMS_DELETED_1 = "%s topic deleted."
399 ; COM_PROJECTFORK_WARNING_TOPIC_ACCESS_DENIED = "You are not allowed to access this topic!"
400 ; COM_PROJECTFORK_WARNING_TOPIC_NOT_FOUND = "The requested topic does not exist!"
401 ; COM_PROJECTFORK_WARNING_SELECT_TOPIC = "Please select a topic!"
402
403 ; Projectfork 4.0 - Replies
404 ; COM_PROJECTFORK_REPLIES_TITLE = "Discussion: Replies"
405 ; COM_PROJECTFORK_REPLIES = "Replies"
406 ; COM_PROJECTFORK_NEW_REPLY = "New Reply"
407 ; COM_PROJECTFORK_EDIT_REPLY = "Edit Reply"
408 ; COM_PROJECTFORK_PAGE_ADD_REPLY = "Discussions: Add Reply"
409 ; COM_PROJECTFORK_PAGE_EDIT_REPLY = "Discussions: Edit Reply"
410 ; COM_PROJECTFORK_REPLIES_N_ITEMS_UNPUBLISHED = "%s replies unpublished."
411 ; COM_PROJECTFORK_REPLIES_N_ITEMS_UNPUBLISHED_1 = "%s reply unpublished."
412 ; COM_PROJECTFORK_REPLIES_N_ITEMS_PUBLISHED = "%s replies published."
413 ; COM_PROJECTFORK_REPLIES_N_ITEMS_PUBLISHED_1 = "%s reply published."
414 ; COM_PROJECTFORK_REPLIES_N_ITEMS_ARCHIVED = "%s replies archived."
415 ; COM_PROJECTFORK_REPLIES_N_ITEMS_ARCHIVED_1 = "%s reply archived."
416 ; COM_PROJECTFORK_REPLIES_N_ITEMS_TRASHED = "%s replies trashed."
417 ; COM_PROJECTFORK_REPLIES_N_ITEMS_TRASHED_1 = "%s reply trashed."
418 ; COM_PROJECTFORK_REPLIES_N_ITEMS_CHECKED_IN = "%s replies checked-in."
419 ; COM_PROJECTFORK_REPLIES_N_ITEMS_CHECKED_IN_1 = "%s reply checked-in."
420 ; COM_PROJECTFORK_REPLIES_N_ITEMS_DELETED = "%s replies deleted."
421 ; COM_PROJECTFORK_REPLIES_N_ITEMS_DELETED_1 = "%s reply deleted."
422 ; COM_PROJECTFORK_N_REPLIES = "%s Replies"
423 ; COM_PROJECTFORK_N_REPLIES_1 = "%s Reply"
424 ; COM_PROJECTFORK_WARNING_REPLY_ACCESS_DENIED = "You are not allowed to access this reply!"
425 ; COM_PROJECTFORK_WARNING_REPLY_NOT_FOUND = "The requested reply does not exist!"
426
427 ; Projectfork 4.0 - Time Tracking
428 COM_PROJECTFORK_TIMESHEET_TITLE = "پیگیری زمان"
429 ; COM_PROJECTFORK_TIME_SPENT_HEADING = "Time Spent"
430 ; COM_PROJECTFORK_TOTALTIME_SPENT_HEADING = "Total time spent"
431 ; COM_PROJECTFORK_TIME_HOUR = "hr"
432 ; COM_PROJECTFORK_TIME_HOURS = "hrs"
433 ; COM_PROJECTFORK_TIME_MINUTE = "min"
434 ; COM_PROJECTFORK_TIME_MINUTES = "mins"
cf2c15 435 COM_PROJECTFORK_NEW_TIME = "افزودن زمان"
aa3945 436 ; COM_PROJECTFORK_EDIT_TIME = "Edit Time"
LM 437 ; COM_PROJECTFORK_PAGE_ADD_TIME = "Time Tracking: Add Time"
438 ; COM_PROJECTFORK_PAGE_EDIT_TIME = "Time Tracking: Edit Time"
439 ; COM_PROJECTFORK_FIELD_LOG_DATE_LABEL = "Log Date"
440 ; COM_PROJECTFORK_FIELD_LOG_DATE_DESC = "Enter the date on which you've been working. If not set, the current date will be used."
441 ; COM_PROJECTFORK_FIELD_BILLABLE_LABEL = "Billable"
442 ; COM_PROJECTFORK_FIELD_BILLABLE_DESC = "Select whether this record is billable or not."
443 ; COM_PROJECTFORK_FIELD_LOG_TIME_LABEL = "Log Time"
444 ; COM_PROJECTFORK_FIELD_LOG_TIME_DESC = "Enter the amount of minutes you've been working."
445 ; COM_PROJECTFORK_TIMESHEET_N_ITEMS_UNPUBLISHED = "%s records unpublished."
446 ; COM_PROJECTFORK_TIMESHEET_N_ITEMS_UNPUBLISHED_1 = "%s record unpublished."
447 ; COM_PROJECTFORK_TIMESHEET_N_ITEMS_PUBLISHED = "%s records published."
448 ; COM_PROJECTFORK_TIMESHEET_N_ITEMS_PUBLISHED_1 = "%s record published."
449 ; COM_PROJECTFORK_TIMESHEET_N_ITEMS_ARCHIVED = "%s records archived."
450 ; COM_PROJECTFORK_TIMESHEET_N_ITEMS_ARCHIVED_1 = "%s record archived."
451 ; COM_PROJECTFORK_TIMESHEET_N_ITEMS_TRASHED = "%s records trashed."
452 ; COM_PROJECTFORK_TIMESHEET_N_ITEMS_TRASHED_1 = "%s record trashed."
453 ; COM_PROJECTFORK_TIMESHEET_N_ITEMS_CHECKED_IN = "%s records checked-in."
454 ; COM_PROJECTFORK_TIMESHEET_N_ITEMS_CHECKED_IN_1 = "%s record checked-in."
455 ; COM_PROJECTFORK_TIMESHEET_N_ITEMS_DELETED = "%s records deleted."
456 ; COM_PROJECTFORK_TIMESHEET_N_ITEMS_DELETED_1 = "%s record deleted."
457
458 ; Projectfork 4.0 - Comments
459 COM_PROJECTFORK_COMMENTS_TITLE = "نظرات"
460 ; JGRID_HEADING_CONTEXT = "Context"
461 ; JGRID_HEADING_COMMENT = "Comment"
462 ; JOPTION_SELECT_CONTEXT = "- Select Context -"
463 ; JOPTION_SELECT_CONTEXT_ITEM = "- Select Item -"
464 ; COM_PROJECTFORK_PAGE_EDIT_COMMENT = "Edit Comment"
465 ; COM_PROJECTFORK_PAGE_ADD_COMMENT = "Add Comment"
466 ; COM_PROJECTFORK_NEW_COMMENT = "New Comment"
467 ; COM_PROJECTFORK_EDIT_COMMENT = "Edit Comment"
468
469 ; Projectfork 4.0 - Users
470 ; COM_PROJECTFORK_USER_TITLE = "User"
471 ; COM_PROJECTFORK_ERROR_USER_NOT_FOUND = "User not found!"
472
473 ; Projectfork 4.0 - Repository
474 ; COM_PROJECTFORK_REPO_TITLE = "File Repository"
475 ; COM_PROJECTFORK_REPO_TITLE_ATTACHMENTS = "_Attachments"
476 ; COM_PROJECTFORK_REPO_ALIAS_ATTACHMENTS = "_attachments"
477 ; COM_PROJECTFORK_ERROR_REPO_DIR_EXISTS = "Failed to create directory. This path already exists:"
478 ; COM_PROJECTFORK_ERROR_REPO_SAVE_ROOT_DIR = "You are not allowed to create folders in the root directory!"
479 ; COM_PROJECTFORK_WARNING_SELECT_DIRECTORY = "Please select a valid directory!"
480 ; COM_PROJECTFORK_WARNING_DIRECTORY_NOT_FOUND = "Directory not found!"
481 ; COM_PROJECTFORK_WARNING_DIRECTORY_ACCESS_DENIED = "You are not allowed to access this directory!"
482 ; COM_PROJECTFORK_WARNING_DIRECTORY_CREATE_NOTE_DENIED = "You are not allowed to create notes in this directory!"
483 ; COM_PROJECTFORK_WARNING_CREATE_NOTE_DENIED = "You are not allowed to create notes!"
484 ; COM_PROJECTFORK_PAGE_ADD_DIRECTORY = "File Repository: Add Directory"
485 ; COM_PROJECTFORK_PAGE_EDIT_DIRECTORY = "File Repository: Edit Directory"
486 ; COM_PROJECTFORK_NEW_DIRECTORY = "Add Directory"
487 ; COM_PROJECTFORK_EDIT_DIRECTORY = "Edit Directory"
488 ; COM_PROJECTFORK_DIRECTORY_FIELDSET_RULES = "Directory Permissions"
489 ; JOPTION_SELECT_DIRECTORY = "- Jump To -"
490 ; COM_PROJECTFORK_REPO_BATCH_MENU_LABEL = "Select Path destination for Copy/Move"
491 ; COM_PROJECTFORK_ERROR_BATCH_MOVE_DIRECTORY_NOT_FOUND = "Failed to move. Target directory not found!"
492 ; COM_PROJECTFORK_ERROR_BATCH_COPY_DIRECTORY_NOT_FOUND = "Failed to copy. Target directory not found!"
493 ; COM_PROJECTFORK_ERROR_BATCH_CANNOT_CREATE_DIRECTORY = "You are not allowed to create new directories!"
494 ; COM_PROJECTFORK_ERROR_BATCH_CANNOT_CREATE_FILE = "You are not allowed to upload files!"
495 ; COM_PROJECTFORK_SUCCESS_BATCH_DIRECTORIES = "All directories have been processed!"
496 ; JTOOLBAR_ADD_DIRECTORY = "New Directory"
497 ; JTOOLBAR_ADD_NOTE = "New Note"
498 ; JTOOLBAR_ADD_FILE = "New File"
499 ; JACTION_UPLOAD = "Upload"
500 ; COM_PROJECTFORK_FIELD_DIRECTORY_TITLE = "Directory"
501 ; COM_PROJECTFORK_FIELD_DIRECTORY_DESC = "Select the target destination."
502 ; COM_PROJECTFORK_NOTE_FIELDSET_RULES = "Note Permissions"
503 ; COM_PROJECTFORK_FIELD_NOTE_TITLE = "Note"
504 ; COM_PROJECTFORK_NEW_NOTE = "New Note"
505 ; COM_PROJECTFORK_EDIT_NOTE = "Edit Note"
506 ; COM_PROJECTFORK_PAGE_ADD_NOTE = "File Repository: Add Note"
507 ; COM_PROJECTFORK_PAGE_EDIT_NOTE = "File Repository: Edit Note"
508 ; COM_PROJECTFORK_ERROR_BATCH_CANNOT_CREATE_NOTE = "You are not allowed to create notes in this directory!"
509 ; COM_PROJECTFORK_SUCCESS_BATCH_NOTES = "All notes have been processed!"
510 ; COM_PROJECTFORK_WARNING_CREATE_FILE_DENIED = "You are not allowed to upload files!"
511 ; COM_PROJECTFORK_FIELD_FILE_LABEL = "File"
512 ; COM_PROJECTFORK_FIELD_FILE_DESC = "Select a file from your computer"
513 ; COM_PROJECTFORK_PAGE_ADD_FILE = "File Repository: Add File"
514 ; COM_PROJECTFORK_PAGE_EDIT_FILE = "File Repository: Edit File"
515 ; COM_PROJECTFORK_FILE_FIELDSET_RULES = "File Permissions"
516 ; COM_PROJECTFORK_NEW_FILE = "New File"
517 ; COM_PROJECTFORK_EDIT_FILE = "Edit File"
518 ; COM_PROJECTFORK_WARNING_NO_FILE_SELECTED = "Please select a file to upload!"
519 ; COM_PROJECTFORK_WARNING_FILE_UPLOAD_ERROR_1 = "%s exceeded the maximum file size limit, as defined in the PHP setting upload_max_filesize (%s)."
520 ; COM_PROJECTFORK_WARNING_FILE_UPLOAD_ERROR_2 = "%s exceeded the maximum file size limit, as defined in the upload settings."
521 ; COM_PROJECTFORK_WARNING_FILE_UPLOAD_ERROR_3 = "%s was uploaded only partially."
522 ; COM_PROJECTFORK_WARNING_FILE_UPLOAD_ERROR_4 = "No files were uploaded."
523 ; COM_PROJECTFORK_WARNING_FILE_UPLOAD_ERROR_6 = "Temporary upload directory missing!"
524 ; COM_PROJECTFORK_WARNING_FILE_UPLOAD_ERROR_7 = "Failed to save %s on hard drive."
525 ; COM_PROJECTFORK_WARNING_FILE_UPLOAD_ERROR_8 = "Failed to upload %s. A PHP extension has stopped the operation."
526 ; COM_PROJECTFORK_WARNING_FILE_UPLOAD_ERROR_UNKNOWN = "Failed to upload %s. An unknown error occured (Code %s)."
527 ; COM_PROJECTFORK_WARNING_FILE_DL_ERROR_HEADERS_SENT = "Download failed. Response headers already sent in file %s on line %s."
528 ; COM_PROJECTFORK_ERROR_FILE_NOT_FOUND = "File not found."
529 ; COM_PROJECTFORK_SUCCESS_BATCH_FILES = "All files have been processed!"
530 ; COM_PROJECTFORK_SELECT_ATTACHMENT = "Select Attachment"
531 ; COM_PROJECTFORK_DIRECTORIES_N_ITEMS_DELETED = "%s directories deleted."
532 ; COM_PROJECTFORK_DIRECTORIES_N_ITEMS_DELETED_1 = "%s directory deleted."
533 ; COM_PROJECTFORK_FILES_N_ITEMS_DELETED = "%s files deleted."
534 ; COM_PROJECTFORK_FILES_N_ITEMS_DELETED_1 = "%s file deleted."
535 ; COM_PROJECTFORK_NOTES_N_ITEMS_DELETED = "%s notes deleted."
536 ; COM_PROJECTFORK_NOTES_N_ITEMS_DELETED_1 = "%s note deleted."
537 ; COM_PROJECTFORK_N_ATTACHMENTS = "%s Attachments"
538 ; COM_PROJECTFORK_N_ATTACHMENTS_1 = "%s Attachment"
539
540 ; Projectfork 4.0 - Attachments
541 ; COM_PROJECTFORK_WARNING_ATTACHMENTS_NO_ITEM_REFERENCE = "Missing attachment item reference!"
542
543 ; Projectfork 4.0 - Labels
544 ; COM_PROJECTFORK_FIELDSET_LABELS = "Labels"
545 ; COM_PFPROJECTS_PROJECT_LABEL_TITLE = "Global Labels"
546 ; COM_PFMILESTONES_MILESTONE_LABEL_TITLE = "Milestone Labels"
547 ; COM_PFTASKS_TASK_LABEL_TITLE = "Task Labels"
548 ; COM_PFREPO_DIRECTORY_LABEL_TITLE = "Directory Labels"
549 ; COM_PFREPO_NOTE_LABEL_TITLE = "Note Labels"
550 ; COM_PFREPO_FILE_LABEL_TITLE = "File Labels"
551 ; COM_PFFORUM_TOPIC_LABEL_TITLE = "Topic Labels"
552 ; COM_PROJECTFORK_LABEL_TITLE_PLACEHOLDER = "Label Title..."
553 ; COM_PROJECTFORK_LABEL_OPTION_LABEL_STYLE_DEFAULT = "Default Style"
554 ; COM_PROJECTFORK_LABEL_OPTION_LABEL_STYLE_SUCCESS = "Success"
555 ; COM_PROJECTFORK_LABEL_OPTION_LABEL_STYLE_WARNING = "Warning"
556 ; COM_PROJECTFORK_LABEL_OPTION_LABEL_STYLE_IMPORTANT = "Important"
557 ; COM_PROJECTFORK_LABEL_OPTION_LABEL_STYLE_INFO = "Info"
558 ; COM_PROJECTFORK_LABEL_OPTION_LABEL_STYLE_INVERSE = "Inverse"
559 ; COM_PROJECTFORK_LABEL_PREVIEW = "Preview"
560 ; JACTION_ADD_LABEL = "Add Label"
cf2c15 561 JACTION_DELETE_LABEL = "خذف"
aa3945 562 ; COM_PROJECTFORK_WARNING_LABELS_NO_PROJECT = "Missing label project reference!"
LM 563 ; COM_PROJECTFORK_FIELD_LABELS = "Labels"
564 ; COM_PROJECTFORK_FIELD_LABELS_DESC = "Select the labels for this record"
565
566 ; Projectfork 4.0 - Task Dependencies
567 ; COM_PROJECTFORK_FIELDSET_DEPENDENCIES = "Dependencies"
568 ; JACTION_ADD_DEPENDENCY = "Add Dependency"
569 ; COM_PROJECTFORK_WARNING_DEPENDENCY_NO_ITEM_REFERENCE = "Missing item dependency reference!"
570
571 ; Projectfork 4.0 - Email Notifications
572 COM_PROJECTFORK_EMAIL_LABEL_DESCRIPTION = "توضیحات"
573 COM_PROJECTFORK_EMAIL_LABEL_CATID = "مجموعه"
574 COM_PROJECTFORK_EMAIL_LABEL_START_DATE = "تاریخ شروع"
575 COM_PROJECTFORK_EMAIL_LABEL_END_DATE = "تاریخ پایان"
576 ; COM_PROJECTFORK_EMAIL_LABEL_ACCESS = "Access"
cf2c15 577 COM_PROJECTFORK_EMAIL_LABEL_MILESTONE_ID = "رویداد"
aa3945 578 COM_PROJECTFORK_EMAIL_LABEL_LIST_ID = "لیست وظایف"
cf2c15 579 COM_PROJECTFORK_EMAIL_LABEL_COMPLETE = "کامل"
LM 580 COM_PROJECTFORK_EMAIL_LABEL_PRIORITY = "اولویت"
aa3945 581 ; COM_PROJECTFORK_EMAIL_LABEL_RATE = "Hourly Rate"
LM 582 ; COM_PROJECTFORK_EMAIL_LABEL_ESTIMATE = "Estimated Time"
583 ; COM_PROJECTFORK_EMAIL_FOOTER = "Please do not respond to this email as it is automatically generated.\nIf you are unable to access a weblink provided in this email, make sure to login at %s"
584 ; COM_PROJECTFORK_PROJECT_EMAIL_UPD_SUBJECT = "%s updated a project: %s"
585 ; COM_PROJECTFORK_PROJECT_EMAIL_UPD_MESSAGE = "Dear %s,\n%s has made the following changes to the project:\n\n%s\n\nSee the full project details by visiting the link below:\n%s"
586 ; COM_PROJECTFORK_MILESTONE_EMAIL_UPD_SUBJECT = "[%s] %s updated a milestone: %s"
587 ; COM_PROJECTFORK_MILESTONE_EMAIL_UPD_MESSAGE = "Dear %s,\n%s has made the following changes to the milestone:\n\n%s\n\nSee the full milestone details by visiting the link below:\n%s"
588 ; COM_PROJECTFORK_TASK_EMAIL_UPD_SUBJECT = "[%s] %s updated a task: %s"
589 ; COM_PROJECTFORK_TASK_EMAIL_UPD_MESSAGE = "Dear %s,\n%s has made the following changes to the task:\n\n%s\n\nSee the full task details by visiting the link below:\n%s"
590 ; COM_PROJECTFORK_TOPIC_EMAIL_UPD_SUBJECT = "[%s] %s updated a discussion topic: %s"
591 ; COM_PROJECTFORK_TOPIC_EMAIL_UPD_MESSAGE = "Dear %s,\n%s has made the following changes to the topic:\n\n%s\n\nSee the full discussion by visiting the link below:\n%s"
592 ; COM_PROJECTFORK_REPLY_EMAIL_NEW_SUBJECT = "[%s] %s replied to a discussion: %s"
593 ; COM_PROJECTFORK_REPLY_EMAIL_NEW_MESSAGE = "Dear %s,\n%s wrote the following:\n\n%s\n\nSee the full discussion by visiting the link below:\n%s"
594 ; COM_PROJECTFORK_COMMENT_EMAIL_NEW_SUBJECT_PROJECT = "%s commented on a project: %s"
595 ; COM_PROJECTFORK_COMMENT_EMAIL_NEW_SUBJECT_MILESTONE = "[%s] %s commented on a milestone: %s"
596 ; COM_PROJECTFORK_COMMENT_EMAIL_NEW_SUBJECT_TASK = "[%s] %s commented on a task: %s"
597 ; COM_PROJECTFORK_COMMENT_EMAIL_NEW_MESSAGE = "Dear %s,\n%s commented the following:\n\n%s\n\nSee the all comments by visiting the link below:\n%s"
598
599 ; COM_PROJECTFORK_ATTACHMENT_EMAIL_NEW_SUBJECT_PROJECT = "%s added an attachment to a project: %s"
600 ; COM_PROJECTFORK_ATTACHMENT_EMAIL_NEW_SUBJECT_MILESTONE = "[%s] %s added an attachment to a milestone: %s"
601 ; COM_PROJECTFORK_ATTACHMENT_EMAIL_NEW_SUBJECT_TASK = "[%s] %s added an attachment to a task: %s"
602 ; COM_PROJECTFORK_ATTACHMENT_EMAIL_NEW_SUBJECT_TOPIC = "[%s] %s added an attachment to a discussion topic: %s"
603 ; COM_PROJECTFORK_ATTACHMENT_EMAIL_NEW_MESSAGE = "Dear %s,\n%s attached the following:\n\n%s\n\nSee all details by visiting the link below:\n%s"
604
605 ; Projectfork 4.0 - Access Permissions
606 ; COM_CATEGORIES_PROJECT_ACCESS_CREATE_DESC = "Allow users in this group to create projects in this category"
607 ; COM_CATEGORIES_PROJECT_ACCESS_EDIT_DESC = "Allow users in this group to edit projects in this category"
608 ; COM_CATEGORIES_PROJECT_ACCESS_EDITSTATE_DESC = "Allow users in this group to edit the state of projects in this category"
609 ; COM_CATEGORIES_PROJECT_ACCESS_EDITOWN_DESC = "Allow users in this group to edit their own projects in this category"
610 ; COM_CATEGORIES_PROJECT_ACCESS_DELETE_DESC = "Allow users in this group to delete projects in this category"
611
612 ; COM_PFPROJECTS_ACCESS_EDIT_DESC = "Allow users in this group to edit this project"
613 ; COM_PFPROJECTS_ACCESS_EDITSTATE_DESC = "Allow users in this group to edit the state of this project"
614 ; COM_PFPROJECTS_ACCESS_DELETE_DESC = "Allow users in this group to delete this project"
615
616 ; COM_PFMILESTONES_ACCESS_EDIT_DESC = "Allow users in this group to edit this milestone"
617 ; COM_PFMILESTONES_ACCESS_EDITSTATE_DESC = "Allow users in this group to edit the state of this milestone"
618 ; COM_PFMILESTONES_ACCESS_DELETE_DESC = "Allow users in this group to delete this milestone"
619
620 ; COM_PFTASKS_LIST_ACCESS_CREATE_DESC = "Allow users in this group to create tasks in this list"
621 ; COM_PFTASKS_LIST_ACCESS_EDIT_DESC = "Allow users in this group to edit this list and its tasks"
622 ; COM_PFTASKS_LIST_ACCESS_EDITSTATE_DESC = "Allow users in this group to edit the state of this list and its tasks"
623 ; COM_PFTASKS_LIST_ACCESS_DELETE_DESC = "Allow users in this group to delete this list and its tasks"
624
625 ; COM_PFTASKS_TASK_ACCESS_EDIT_DESC = "Allow users to edit this task"
626 ; COM_PFTASKS_TASK_ACCESS_EDITSTATE_DESC = "Allow users to edit the state of this task"
627 ; COM_PFTASKS_TASK_ACCESS_DELETE_DESC = "Allow users to delete this task"
628
629 ; COM_PFFORUM_TOPIC_ACCESS_CREATE_DESC = "Allow users in this group to reply to this topic"
630 ; COM_PFFORUM_TOPIC_ACCESS_EDIT_DESC = "Allow users in this group to edit this topic and its replies"
631 ; COM_PFFORUM_TOPIC_ACCESS_EDITSTATE_DESC = "Allow users in this group to edit the state of this topic and its replies"
632 ; COM_PFFORUM_TOPIC_ACCESS_EDITOWN_DESC = "Allow users in this group to edit their own replies"
633 ; COM_PFFORUM_TOPIC_ACCESS_DELETE_DESC = "Allow users in this group to delete this topic and its replies"
634
635 ; COM_PFFORUM_REPLY_ACCESS_EDIT_DESC = "Allow users in this group to edit this reply"
636 ; COM_PFFORUM_REPLY_ACCESS_EDITSTATE_DESC = "Allow users in this group to edit the state of this reply"
637 ; COM_PFFORUM_REPLY_ACCESS_DELETE_DESC = "Allow users in this group to delete this reply"
638
639 ; COM_PFREPO_DIR_ACCESS_CREATE_DESC = "Allow users in this group to create content in this directory"
640 ; COM_PFREPO_DIR_ACCESS_EDIT_DESC = "Allow users in this group to edit this directory, including its contents"
641 ; COM_PFREPO_DIR_ACCESS_DELETE_DESC = "Allow users to delete this directory, including its contents"
642
643 ; COM_PFREPO_FILE_ACCESS_EDIT_DESC = "Allow users in this group to edit this file"
644 ; COM_PFREPO_FILE_ACCESS_DELETE_DESC = "Allow users in this group to delete this file"
645
646 ; COM_PFREPO_NOTE_ACCESS_EDIT_DESC = "Allow users in this group to edit this note"
647 ; COM_PFREPO_NOTE_ACCESS_DELETE_DESC = "Allow users in this group to delete this note"
648
649 ; COM_PFTIME_ACCESS_EDIT_DESC = "Allow users in this group to edit this record"
650 ; COM_PFTIME_ACCESS_EDITSTATE_DESC = "Allow users in this group to edit the state of this record"
651 ; COM_PFTIME_ACCESS_DELETE_DESC = "Allow users in this group to delete this record"