-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlang_EN.php
executable file
·350 lines (349 loc) · 13.6 KB
/
lang_EN.php
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
<?php
$LANG = array(
'sign_to_continue' => 'Sign in to continue ',
'remember_me' => 'Remember me',
'sign_in' => 'Sign in',
'forgot_pass' => 'Forgot your password?',
'click_here' => 'Click Here',
'close' => 'Close',
'reset' => 'Reset',
'ready_reset_pass' => 'Your password was reset! New password is',
'pass_reset' => 'Password reset',
'invalid_usr_and_pass' => 'Invalid user or password',
'create_new_project' => 'Create new project',
'open_settings' => 'Open settings',
'logout' => 'Logout',
'read_docs' => 'Read documentation',
'view_profile' => 'View profile',
'go_to_wiki' => 'Go to Wiki',
'go_to_tickets' => 'Go to Tickets',
'dont_have_projects' => "You don't have any Projects!",
'create_project' => 'Create Project',
'edit_projects' => 'Edit Project',
'edit_proj_help' => 'Select a project from the list to edit or create a new',
'name' => 'Name',
'name_regex' => 'Must have 3 or more symbols! Use only A-Za-z0-9_',
'abbrevation' => 'Abbreviation',
'abbrevation_regex' => 'Max length - 3 symbols. Only letters!',
'create' => 'Create',
'user_updated' => 'User was updated successful!',
'user_update_err' => 'User was update problem! Contact support!',
'home' => 'Home',
'tickets' => 'Tickets',
'wiki' => 'Wiki',
'profile_not_found' => 'This profile was not found!',
'account_settings' => 'Account Settings',
'overview' => 'Overview',
'activity_tickets' => 'Activity Tickets',
'activity_wiki' => 'Activity Wiki',
'show_more' => 'Show More..',
'no_activity' => 'No Activity',
'gen_pass' => 'Generate Password',
'pass_strenght' => 'Password Strength',
'pass' => 'Password',
'full_name' => 'Full Name',
'image' => 'Image',
'receive_email_on_notif' => 'Receive email when have notifications',
'update_info' => 'Update info',
'goto' => 'Goto',
'search' => 'Search',
'more_info' => 'More Info',
'working_on' => 'You are working on',
'dev_mode' => 'development mode',
'dev_mode_info' => 'Redirects doesnt work, php notices are active, you have statistics at bottom of page',
'what_diference' => 'What is different?',
'activity' => 'Activity',
'new_issue' => 'New Issue',
'dashboard' => 'Dashboard',
'profile' => 'Profile',
'notifications' => 'Notifications',
'no_started_timers' => 'You dont have active timers!',
'page_not_exists' => 'You try to open page that is not exists!',
'started_on' => 'Started on',
'current_status' => 'Current status',
'spaces' => 'Spaces',
'no_spaces' => 'No available spaces!',
'create_new_one' => 'Create new one!',
'create_a_page' => 'Create a page',
'select_space' => 'Select space',
'parent_page' => 'Parent page',
'choose_template' => 'Choose template',
'previous' => 'Previous',
'next' => 'Next',
'page_name' => 'Page name',
'not_permissions' => 'You dont have premissions to this page!',
'general_settings' => 'General Settings',
'help' => 'Help',
'projects' => 'Projects',
'wiki_spaces' => 'Wiki Spaces',
'wiki_templates' => 'Wiki Templates',
'statistics' => 'Statistics',
'all_projects' => 'ALL PROJECTS',
'from' => 'From',
'to' => 'To',
'date' => 'Date',
'no_stat_for_tickets' => 'No statistic for created tickets!',
'no_stat_for_tickets_closed' => 'No statistic for closed tickets!',
'no_stat_for_pages' => 'No statistic for created pages!',
'activity_log' => 'Activity Log',
'all' => 'All',
'add_user' => 'Add User',
'db_err' => 'It seems have problem with database!',
'no_users_found' => 'No users are found',
'with_name' => 'with name',
'add_profile' => 'Add Profile',
'username' => 'Username',
'profession' => 'Profession',
'show_professions_list' => 'Show professions list',
'add_new' => 'Add New',
'can_see_projects' => 'Can see projects',
'select_all' => 'Select all',
'user_type' => 'User Type',
'general' => 'General',
'custom_privileges' => 'Custom Privileges',
'default_privileges' => 'Default Privileges',
'save' => 'Save',
'add_project' => 'Add Project',
'project_name' => 'Project Name',
'time_created' => 'Time Created',
'num_of_tickets' => 'Number of tickets',
'users' => 'Users',
'activity_log_tickets' => 'Activity Log Tickets',
'remove' => 'Remove',
'profiles' => 'Profiles',
'open_dash' => 'Open Dashboard',
'see_list' => 'See List',
'see_activity_log' => 'See Activity Log',
'no_projects' => 'There are no projects yet!',
'add_new_project' => 'Add new project',
'space_was_deleted' => 'Space was deleted!',
'space_was_created' => 'Space was created!',
'add_space' => 'Add space',
'none' => 'None',
'space_key' => 'Space key',
'description' => 'Description',
'project' => 'Project',
'edit' => 'Edit',
'space_deleting' => 'Deleting your space will remove pages about this space!!! Are your sure to continue ?',
'add_new_space' => 'Add new space',
'select_project' => 'Select project',
'template_was_saved' => 'Template was saved',
'template_save_err' => 'Template save problem! Maybe name was allready used',
'template_deleted' => 'Template was deleted',
'add_template' => 'Add Template',
'detele' => 'Delete',
'content' => 'Content',
'no_custom_templates' => 'There are no custom templates! Create first one',
'add_edit_templates' => 'Add/Edit Templates',
'deleting_project' => 'Deleting your project will remove ALL YOUR TICKETS about this project!!! Are your sure to continue ?',
'delete_confirm' => 'Are your sure to continue deleteing?',
'introduction' => 'Introduction',
'welcome_to' => 'Welcome to',
'if_you_are_new' => 'If you are new user, go to our',
'guide' => 'Guide',
'assigned_to_me' => 'Assigned to me',
'activity_stream' => 'Activity Stream',
'back_to_top' => 'Back to top',
'order_by' => 'Order by',
'priorities' => 'Priorities',
'priority' => 'Priority',
'date_created' => 'Date Created',
'date_updated' => 'Date Updated',
'due_date' => 'Due Date',
'who_i_watch' => 'Who i watch',
'more' => 'More',
'search_for' => 'Search for',
'find_in' => 'Find in',
'title' => 'Title',
'everywhere' => 'Everywhere',
'search_term' => 'Search term',
'created_between' => 'Created between',
'select_type' => 'Select type',
'status' => 'Status',
'no_tickets' => 'There are no tickets to show',
'ticket_type' => 'Ticket type',
'assignee' => 'Assignee',
'must_done_to' => 'Must be done to',
'ticket_added' => 'Ticket is added successful',
'ticket_updated' => 'Ticket is updated successful',
'ticket_add_err' => 'Problem with adding ticket! Cant insert into database!',
'update_ticket' => 'Update ticket',
'type' => 'Type',
'subject' => 'Subject',
'enter_subject' => 'Enter a subject of issue',
'watchers' => 'Watchers',
'estimated_time' => 'Estimated time',
'days' => 'Days',
'hours' => 'Hours',
'minutes' => 'Minutes',
'in_days' => 'In days',
'in_hours' => 'In hours',
'in_minutes' => 'In minutes',
'created' => 'Created',
'updated' => 'Updated',
'cancel' => 'Cancel',
'add_watchers' => 'Add watchers',
'add' => 'Add',
'clear' => 'Clear',
'delete_success' => 'Deleted successful',
'delete_probme' => 'Delete problem! Try again!',
'track_delete_success' => 'Tracktime delete successful',
'ticket_delete' => 'Ticked was deleted',
'ticket_delete_err' => 'Ticked delete problem. Try again or contact developers!',
'update_comment_on' => 'update comment on',
'add_comment_to' => 'add comment to',
'posted_success' => 'Successful posted',
'posting_problem' => 'Problem with posting',
'tracktime_added' => 'Track time added',
'tracktime_add_err' => 'Problem with track time add',
'ticket_not_found' => 'Ticket not found',
'changed' => 'Changed',
'reporter' => 'Reporter',
'estimated' => 'Estimated',
'last_updated' => 'Last updated',
'assign_to_me' => 'Assign to me',
'tracker' => 'Tracker',
'add_worked_time' => 'Add worked time',
'start' => 'Start',
'pause' => 'Pause',
'stop_and_save' => 'Stop and save',
'clear_time' => 'Clear time',
'added_on' => 'Added on',
'worked' => 'Worked',
'confirm_del_track' => 'Are you sure want to dalete this tracking?',
'no_saved_workings' => 'No saved workings',
'saved_works' => 'Saved works',
'remaining' => 'Remaining',
'leave_comment' => 'Leave your comment',
'comments' => 'Comments',
'add_comment' => 'Add comment',
'reply' => 'Reply',
'save_time' => 'Save time',
'posted_on' => 'Posted on',
'updated_on' => 'Updated on',
'no_post_updated' => 'no post updates',
'delete' => 'Delete',
'no_comments_yet' => 'Hmm, no comments posted yet! Write first!',
'comment_del_confirm' => 'Are you sure want to delete this comment?',
'summit_comment' => 'Summit comment',
'comment' => 'Comment',
'add_days' => 'Add days',
'add_hours' => 'Add hours',
'add_minutes' => 'Add minutes',
'add_date' => 'Add date',
'add_worked_time' => 'Add worked time',
'better_more' => 'The more, the better',
'stop_and_save_time' => 'Do you really want to stop and save this time?',
'clear_worked_time' => 'Do you really want to CLEAR and NOT SAVE this time ?',
'watch' => 'Watch',
'unwatch' => 'UnWatch',
'update' => 'Update',
'none' => 'none',
'new_space' => 'New Space',
'page_not_found' => 'Page Not Found',
'page_was_deleted' => 'Page was deleted',
'page_was_updated' => 'Page was updated',
'space_shortcuts' => 'Space shortcuts',
'page_tree' => 'Page Tree',
'share' => 'Share',
'move' => 'Move',
'history' => 'History',
'versions' => 'Versions',
'created_by' => 'Created by',
'on' => 'on',
'last_modified' => 'last modified by',
'no_pages_with_templ' => 'No pages with this template!',
'creator' => 'Creator',
'modified' => 'Modified',
'move_page' => 'Move page',
'page_del_confirm' => 'Are you sure want to delete this page?',
'create_page' => 'create page',
'update_page' => 'update page',
'project_spaces' => 'Project Spaces',
'no_spaces_create_first' => 'No spaces available, create first one!',
'change_status_to' => 'change status to',
'no_notifs' => 'You dont have notifications',
'email_reset' => 'Email reset code was send to your email',
'email_reset_err' => 'Hmm it seem have problem with email send! Contact administrators!',
'not_image_upload' => 'You are try to upload no image file',
'err_image_upload_status' => 'Upload image problem with status code',
'site_default_language' => 'Site default language',
'language_changed' => 'Language changed',
'language_changed_err' => 'Language change error',
'login_image' => 'Login image',
'login_image_upload' => 'Login image upload success',
'login_image_upload_err' => 'Login image upload error',
'email_not_found' => 'Email was not found',
'use_site_default' => 'Use site default',
'language' => 'Language',
'details' => 'Details',
'close_ticket' => 'Close Ticket',
'list_users' => 'List users',
'title_select_project' => 'Select your project',
'title_login' => 'Login to continue',
'title_profile_view' => 'Profile view',
'title_settings' => 'General system settings',
'title_activity_stream' => 'Activity Stream',
'title_dashboard' => 'Tickets Dashboard',
'title_create_ticket' => 'Create new ticket',
'title_create_space' => 'Create Space',
'title_edit_page' => 'Edit Page',
'title_wiki_home' => 'Wiki Home',
'title_wiki' => 'Wiki',
'filter_it' => 'Filter it',
'you_have' => 'You have',
'active_timer' => 'active timer',
's' => 's',
'registered' => 'Registered',
'last_login' => 'Last login',
'last_active' => 'Last active',
'preview' => 'Preview',
'sync_email_account' => 'Sync email account',
'hostname' => 'Hostname',
'protocol' => 'Protocol',
'port' => 'Port',
'ssl' => 'SSL',
'self_signed_cert' => 'Self-signed certificate',
'folder' => 'Folder',
'check_conn' => 'Check connection',
'example' => 'Example',
'emails_syncing' => 'Emails Syncing',
'check' => 'Check',
'emails' => 'Emails',
'no' => 'No',
'yes' => 'Yes',
'add_success' => 'Added successfull',
'email' => 'Email',
'attachments' => 'Attachments',
'deleted_user' => 'DELETED USER',
'send_email' => 'Send email',
'send_in_html' => 'Send it in html',
'problem_send_email' => 'Problem with email send. Check connection or ask system administrators!',
'receiver' => 'Receiver',
'logs' => 'Logs',
'error' => 'Error',
'email_boxes' => 'Email Boxes',
'username_or_email' => 'Username or Email',
'price_per_hour' => 'Price per hour',
'price' => 'Price',
'hour' => 'Hour',
'costs_to_date' => 'Costs to date',
'currency_convert' => 'Convert currency',
'convert_to' => 'Convert to',
'convert' => 'Convert',
'default_currency' => 'Default currency',
'currency_changed' => 'Currency changed',
'currency_change_err' => 'Currency change error',
'issue_links' => 'Issue links',
'relates_to' => 'relates to',
'is_duplicated_by' => 'is duplicated by',
'duplicates' => 'duplicates',
'is_blocked_by' => 'is blocked by',
'blocks' => 'blocks',
'add_issue_link' => 'Connect with ticket',
'find_by_word' => 'Find by subject',
'recent_projects' => 'Recent projects',
'current_project' => 'Current project',
'page_update_error' => 'Page update error. Are you sure that you have typed more than 3 characters in title?'
);
?>